From 968cf693893e99244804e4a102e20b05a7c4c4fd Mon Sep 17 00:00:00 2001 From: Behzad Rabiei Date: Thu, 28 Nov 2024 11:15:15 +0200 Subject: [PATCH] feat: add optimism sepolia support --- hardhat.config.ts | 13 +- ...icationManager#ApplicationManager.dbg.json | 2 +- ...essManagerModule#OIDAccessManager.dbg.json | 2 +- ...ssionManager#OIDPermissionManager.dbg.json | 2 +- .../OIDResolver#OIDResolver.dbg.json | 2 +- .../6025ba2b4af7c1bd4b9e0a54a53ba968.json | 152072 ------- ... => aa5cc268a9dbb5af3f51d05db37354b5.json} | 34982 +- .../chain-11155420/deployed_addresses.json | 8 +- .../deployments/chain-11155420/journal.jsonl | 48 +- ...icationManager#ApplicationManager.dbg.json | 4 + ...ApplicationManager#ApplicationManager.json | 383 + ...essManagerModule#OIDAccessManager.dbg.json | 4 + ...DAccessManagerModule#OIDAccessManager.json | 1246 + ...ssionManager#OIDPermissionManager.dbg.json | 4 + ...ermissionManager#OIDPermissionManager.json | 248 + .../OIDResolver#OIDResolver.dbg.json | 4 + .../artifacts/OIDResolver#OIDResolver.json | 521 + .../aa5cc268a9dbb5af3f51d05db37354b5.json | 327855 +++++++++++++++ .../chain-84532/deployed_addresses.json | 6 + .../deployments/chain-84532/journal.jsonl | 32 + scripts/{ => deploy}/deploy.ts | 10 +- scripts/deploy/deployArbitrumMainnet.ts | 0 scripts/deploy/deployBaseSepolia.ts | 147 + scripts/{ => deploy}/deployOptimismSepolia.ts | 10 +- scripts/{ => deploy}/deploySchema.ts | 0 25 files changed, 351357 insertions(+), 166248 deletions(-) delete mode 100644 ignition/deployments/chain-11155420/build-info/6025ba2b4af7c1bd4b9e0a54a53ba968.json rename ignition/deployments/chain-11155420/build-info/{cace39e3eb40ef03741e031f2af4f335.json => aa5cc268a9dbb5af3f51d05db37354b5.json} (97%) create mode 100644 ignition/deployments/chain-84532/artifacts/ApplicationManager#ApplicationManager.dbg.json create mode 100644 ignition/deployments/chain-84532/artifacts/ApplicationManager#ApplicationManager.json create mode 100644 ignition/deployments/chain-84532/artifacts/OIDAccessManagerModule#OIDAccessManager.dbg.json create mode 100644 ignition/deployments/chain-84532/artifacts/OIDAccessManagerModule#OIDAccessManager.json create mode 100644 ignition/deployments/chain-84532/artifacts/OIDPermissionManager#OIDPermissionManager.dbg.json create mode 100644 ignition/deployments/chain-84532/artifacts/OIDPermissionManager#OIDPermissionManager.json create mode 100644 ignition/deployments/chain-84532/artifacts/OIDResolver#OIDResolver.dbg.json create mode 100644 ignition/deployments/chain-84532/artifacts/OIDResolver#OIDResolver.json create mode 100644 ignition/deployments/chain-84532/build-info/aa5cc268a9dbb5af3f51d05db37354b5.json create mode 100644 ignition/deployments/chain-84532/deployed_addresses.json create mode 100644 ignition/deployments/chain-84532/journal.jsonl rename scripts/{ => deploy}/deploy.ts (90%) create mode 100644 scripts/deploy/deployArbitrumMainnet.ts create mode 100644 scripts/deploy/deployBaseSepolia.ts rename scripts/{ => deploy}/deployOptimismSepolia.ts (92%) rename scripts/{ => deploy}/deploySchema.ts (100%) diff --git a/hardhat.config.ts b/hardhat.config.ts index e226f3c..a0c41cf 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -12,6 +12,9 @@ const ETHERSCAN_API_KEY = vars.has("ETHERSCAN_API_KEY") const OPTIMISM_ETHERSCAN_API_KEY = vars.has("OPTIMISM_ETHERSCAN_API_KEY") ? vars.get("OPTIMISM_ETHERSCAN_API_KEY") : ""; +const BASESCAN_API_KEY = vars.has("BASESCAN_API_KEY") + ? vars.get("BASESCAN_API_KEY") + : ""; const config: HardhatUserConfig = { solidity: { version: "0.8.26", @@ -31,14 +34,20 @@ const config: HardhatUserConfig = { chainId: 11155420, accounts: [PRIVATE_KEY], url: "https://sepolia.optimism.io", - gas: 55555, - gasMultiplier: 2, + gasMultiplier: 1.3, + }, + baseSepolia: { + chainId: 84532, + accounts: [PRIVATE_KEY], + url: "https://sepolia.base.org", + gasMultiplier: 1.3, }, }, etherscan: { apiKey: { sepolia: ETHERSCAN_API_KEY, optimismSepolia: OPTIMISM_ETHERSCAN_API_KEY, + baseSepolia: BASESCAN_API_KEY, }, customChains: [ { diff --git a/ignition/deployments/chain-11155420/artifacts/ApplicationManager#ApplicationManager.dbg.json b/ignition/deployments/chain-11155420/artifacts/ApplicationManager#ApplicationManager.dbg.json index 6afa84a..c3eb472 100644 --- a/ignition/deployments/chain-11155420/artifacts/ApplicationManager#ApplicationManager.dbg.json +++ b/ignition/deployments/chain-11155420/artifacts/ApplicationManager#ApplicationManager.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../build-info/cace39e3eb40ef03741e031f2af4f335.json" + "buildInfo": "../build-info/aa5cc268a9dbb5af3f51d05db37354b5.json" } \ No newline at end of file diff --git a/ignition/deployments/chain-11155420/artifacts/OIDAccessManagerModule#OIDAccessManager.dbg.json b/ignition/deployments/chain-11155420/artifacts/OIDAccessManagerModule#OIDAccessManager.dbg.json index 6afa84a..c3eb472 100644 --- a/ignition/deployments/chain-11155420/artifacts/OIDAccessManagerModule#OIDAccessManager.dbg.json +++ b/ignition/deployments/chain-11155420/artifacts/OIDAccessManagerModule#OIDAccessManager.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../build-info/cace39e3eb40ef03741e031f2af4f335.json" + "buildInfo": "../build-info/aa5cc268a9dbb5af3f51d05db37354b5.json" } \ No newline at end of file diff --git a/ignition/deployments/chain-11155420/artifacts/OIDPermissionManager#OIDPermissionManager.dbg.json b/ignition/deployments/chain-11155420/artifacts/OIDPermissionManager#OIDPermissionManager.dbg.json index 456fcac..c3eb472 100644 --- a/ignition/deployments/chain-11155420/artifacts/OIDPermissionManager#OIDPermissionManager.dbg.json +++ b/ignition/deployments/chain-11155420/artifacts/OIDPermissionManager#OIDPermissionManager.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../build-info/6025ba2b4af7c1bd4b9e0a54a53ba968.json" + "buildInfo": "../build-info/aa5cc268a9dbb5af3f51d05db37354b5.json" } \ No newline at end of file diff --git a/ignition/deployments/chain-11155420/artifacts/OIDResolver#OIDResolver.dbg.json b/ignition/deployments/chain-11155420/artifacts/OIDResolver#OIDResolver.dbg.json index 6afa84a..c3eb472 100644 --- a/ignition/deployments/chain-11155420/artifacts/OIDResolver#OIDResolver.dbg.json +++ b/ignition/deployments/chain-11155420/artifacts/OIDResolver#OIDResolver.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../build-info/cace39e3eb40ef03741e031f2af4f335.json" + "buildInfo": "../build-info/aa5cc268a9dbb5af3f51d05db37354b5.json" } \ No newline at end of file diff --git a/ignition/deployments/chain-11155420/build-info/6025ba2b4af7c1bd4b9e0a54a53ba968.json b/ignition/deployments/chain-11155420/build-info/6025ba2b4af7c1bd4b9e0a54a53ba968.json deleted file mode 100644 index 2656d4d..0000000 --- a/ignition/deployments/chain-11155420/build-info/6025ba2b4af7c1bd4b9e0a54a53ba968.json +++ /dev/null @@ -1,152072 +0,0 @@ -{ - "id": "6025ba2b4af7c1bd4b9e0a54a53ba968", - "_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/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" - }, - "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.1.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 /**\n * @dev The identifier of the admin role. Required to perform most configuration operations including\n * other roles' management and target restrictions.\n */\n uint64 public constant ADMIN_ROLE = type(uint64).min; // 0\n\n /**\n * @dev The identifier of the public role. Automatically granted to all addresses with no delay.\n */\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.\n * See {AccessManager} description for a detailed breakdown of the authorization logic.\n */\n modifier onlyAuthorized() {\n _checkAuthorized();\n _;\n }\n\n function initialize(address initialAdmin) public virtual initializer {\n __AccessManager_init(initialAdmin);\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 $._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, revert\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 *\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 call is not authorized, 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 and roles logic.\n *\n * WARNING: Carefully review the considerations of {AccessManaged-restricted} since they apply to this modifier.\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 adminRestricted, 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, getTargetFunctionRole(address(this), selector), 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 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 adminRestricted, uint64 roleId, uint32 operationDelay) = _getAdminRestrictions(data);\n\n // isTargetClosed apply to non-admin-restricted function\n if (!adminRestricted && isTargetClosed(address(this))) {\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.1.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 unambiguously 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.1.0) (access/manager/IAccessManager.sol)\n\npragma solidity ^0.8.20;\n\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 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 the admin functions in the manager itself. These are defined by the\n * {AccessManager} documentation.\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 * NOTE: When the manager itself is closed, admin functions are still accessible to avoid locking the contract.\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(\n uint64 roleId,\n address account\n ) external view returns (uint48 since, uint32 currentDelay, uint32 pendingDelay, uint48 effect);\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 isMember, uint32 executionDelay);\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 * Closing the manager itself won't disable access to admin methods to avoid locking the 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(\n address target,\n bytes calldata data,\n uint48 when\n ) external returns (bytes32 operationId, uint32 nonce);\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/utils/Address.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.1.0) (utils/Address.sol)\n\npragma solidity ^0.8.20;\n\nimport {Errors} from \"./Errors.sol\";\n\n/**\n * @dev Collection of functions related to the address type\n */\nlibrary Address {\n /**\n * @dev There's no code at `target` (it is not a contract).\n */\n error AddressEmptyCode(address target);\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 Errors.InsufficientBalance(address(this).balance, amount);\n }\n\n (bool success, ) = recipient.call{value: amount}(\"\");\n if (!success) {\n revert Errors.FailedCall();\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 * {Errors.FailedCall} 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 Errors.InsufficientBalance(address(this).balance, value);\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 {Errors.FailedCall}) in case\n * of an 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 {Errors.FailedCall} 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 {Errors.FailedCall}.\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 assembly (\"memory-safe\") {\n let returndata_size := mload(returndata)\n revert(add(32, returndata), returndata_size)\n }\n } else {\n revert Errors.FailedCall();\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/Errors.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.1.0) (utils/Errors.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Collection of common custom errors used in multiple contracts\n *\n * IMPORTANT: Backwards compatibility is not guaranteed in future versions of the library.\n * It is recommended to avoid relying on the error API for critical functionality.\n *\n * _Available since v5.1._\n */\nlibrary Errors {\n /**\n * @dev The ETH balance of the account is not enough to perform the operation.\n */\n error InsufficientBalance(uint256 balance, uint256 needed);\n\n /**\n * @dev A call to an address target failed. The target may have reverted.\n */\n error FailedCall();\n\n /**\n * @dev The deployment failed.\n */\n error FailedDeployment();\n\n /**\n * @dev A necessary precompile is missing.\n */\n error MissingPrecompile(address);\n}\n" - }, - "@openzeppelin/contracts/utils/math/Math.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.1.0) (utils/math/Math.sol)\n\npragma solidity ^0.8.20;\n\nimport {Panic} from \"../Panic.sol\";\nimport {SafeCast} from \"./SafeCast.sol\";\n\n/**\n * @dev Standard math utilities missing in the Solidity language.\n */\nlibrary Math {\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 success flag (no overflow).\n */\n function tryAdd(uint256 a, uint256 b) internal pure returns (bool success, uint256 result) {\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 success flag (no overflow).\n */\n function trySub(uint256 a, uint256 b) internal pure returns (bool success, uint256 result) {\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 success flag (no overflow).\n */\n function tryMul(uint256 a, uint256 b) internal pure returns (bool success, uint256 result) {\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 success flag (no division by zero).\n */\n function tryDiv(uint256 a, uint256 b) internal pure returns (bool success, uint256 result) {\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 success flag (no division by zero).\n */\n function tryMod(uint256 a, uint256 b) internal pure returns (bool success, uint256 result) {\n unchecked {\n if (b == 0) return (false, 0);\n return (true, a % b);\n }\n }\n\n /**\n * @dev Branchless ternary evaluation for `a ? b : c`. Gas costs are constant.\n *\n * IMPORTANT: This function may reduce bytecode size and consume less gas when used standalone.\n * However, the compiler may optimize Solidity ternary operations (i.e. `a ? b : c`) to only compute\n * one branch when needed, making this function more expensive.\n */\n function ternary(bool condition, uint256 a, uint256 b) internal pure returns (uint256) {\n unchecked {\n // branchless ternary works because:\n // b ^ (a ^ b) == a\n // b ^ 0 == b\n return b ^ ((a ^ b) * SafeCast.toUint(condition));\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 ternary(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 ternary(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 Panic.panic(Panic.DIVISION_BY_ZERO);\n }\n\n // The following calculation ensures accurate ceiling division without overflow.\n // Since a is non-zero, (a - 1) / b will not overflow.\n // The largest possible result occurs when (a - 1) / b is type(uint256).max,\n // but the largest value we can obtain is type(uint256).max - 1, which happens\n // when a = type(uint256).max and b = 1.\n unchecked {\n return SafeCast.toUint(a > 0) * ((a - 1) / b + 1);\n }\n }\n\n /**\n * @dev Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or\n * denominator == 0.\n *\n * 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²⁵⁶ and mod 2²⁵⁶ - 1, then use\n // the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256\n // variables such that product = prod1 * 2²⁵⁶ + 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²⁵⁶. Also prevents denominator == 0.\n if (denominator <= prod1) {\n Panic.panic(ternary(denominator == 0, Panic.DIVISION_BY_ZERO, Panic.UNDER_OVERFLOW));\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²⁵⁶ / 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²⁵⁶. Now that denominator is an odd number, it has an inverse modulo 2²⁵⁶ such\n // that denominator * inv ≡ 1 mod 2²⁵⁶. Compute the inverse by starting with a seed that is correct for\n // four bits. That is, denominator * inv ≡ 1 mod 2⁴.\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⁸\n inverse *= 2 - denominator * inverse; // inverse mod 2¹⁶\n inverse *= 2 - denominator * inverse; // inverse mod 2³²\n inverse *= 2 - denominator * inverse; // inverse mod 2⁶⁴\n inverse *= 2 - denominator * inverse; // inverse mod 2¹²⁸\n inverse *= 2 - denominator * inverse; // inverse mod 2²⁵⁶\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²⁵⁶. Since the preconditions guarantee that the outcome is\n // less than 2²⁵⁶, 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 * @dev 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 return mulDiv(x, y, denominator) + SafeCast.toUint(unsignedRoundsUp(rounding) && mulmod(x, y, denominator) > 0);\n }\n\n /**\n * @dev Calculate the modular multiplicative inverse of a number in Z/nZ.\n *\n * If n is a prime, then Z/nZ is a field. In that case all elements are inversible, except 0.\n * If n is not a prime, then Z/nZ is not a field, and some elements might not be inversible.\n *\n * If the input value is not inversible, 0 is returned.\n *\n * NOTE: If you know for sure that n is (big) a prime, it may be cheaper to use Fermat's little theorem and get the\n * inverse using `Math.modExp(a, n - 2, n)`. See {invModPrime}.\n */\n function invMod(uint256 a, uint256 n) internal pure returns (uint256) {\n unchecked {\n if (n == 0) return 0;\n\n // The inverse modulo is calculated using the Extended Euclidean Algorithm (iterative version)\n // Used to compute integers x and y such that: ax + ny = gcd(a, n).\n // When the gcd is 1, then the inverse of a modulo n exists and it's x.\n // ax + ny = 1\n // ax = 1 + (-y)n\n // ax ≡ 1 (mod n) # x is the inverse of a modulo n\n\n // If the remainder is 0 the gcd is n right away.\n uint256 remainder = a % n;\n uint256 gcd = n;\n\n // Therefore the initial coefficients are:\n // ax + ny = gcd(a, n) = n\n // 0a + 1n = n\n int256 x = 0;\n int256 y = 1;\n\n while (remainder != 0) {\n uint256 quotient = gcd / remainder;\n\n (gcd, remainder) = (\n // The old remainder is the next gcd to try.\n remainder,\n // Compute the next remainder.\n // Can't overflow given that (a % gcd) * (gcd // (a % gcd)) <= gcd\n // where gcd is at most n (capped to type(uint256).max)\n gcd - remainder * quotient\n );\n\n (x, y) = (\n // Increment the coefficient of a.\n y,\n // Decrement the coefficient of n.\n // Can overflow, but the result is casted to uint256 so that the\n // next value of y is \"wrapped around\" to a value between 0 and n - 1.\n x - y * int256(quotient)\n );\n }\n\n if (gcd != 1) return 0; // No inverse exists.\n return ternary(x < 0, n - uint256(-x), uint256(x)); // Wrap the result if it's negative.\n }\n }\n\n /**\n * @dev Variant of {invMod}. More efficient, but only works if `p` is known to be a prime greater than `2`.\n *\n * From https://en.wikipedia.org/wiki/Fermat%27s_little_theorem[Fermat's little theorem], we know that if p is\n * prime, then `a**(p-1) ≡ 1 mod p`. As a consequence, we have `a * a**(p-2) ≡ 1 mod p`, which means that\n * `a**(p-2)` is the modular multiplicative inverse of a in Fp.\n *\n * NOTE: this function does NOT check that `p` is a prime greater than `2`.\n */\n function invModPrime(uint256 a, uint256 p) internal view returns (uint256) {\n unchecked {\n return Math.modExp(a, p - 2, p);\n }\n }\n\n /**\n * @dev Returns the modular exponentiation of the specified base, exponent and modulus (b ** e % m)\n *\n * Requirements:\n * - modulus can't be zero\n * - underlying staticcall to precompile must succeed\n *\n * IMPORTANT: The result is only valid if the underlying call succeeds. When using this function, make\n * sure the chain you're using it on supports the precompiled contract for modular exponentiation\n * at address 0x05 as specified in https://eips.ethereum.org/EIPS/eip-198[EIP-198]. Otherwise,\n * the underlying function will succeed given the lack of a revert, but the result may be incorrectly\n * interpreted as 0.\n */\n function modExp(uint256 b, uint256 e, uint256 m) internal view returns (uint256) {\n (bool success, uint256 result) = tryModExp(b, e, m);\n if (!success) {\n Panic.panic(Panic.DIVISION_BY_ZERO);\n }\n return result;\n }\n\n /**\n * @dev Returns the modular exponentiation of the specified base, exponent and modulus (b ** e % m).\n * It includes a success flag indicating if the operation succeeded. Operation will be marked as failed if trying\n * to operate modulo 0 or if the underlying precompile reverted.\n *\n * IMPORTANT: The result is only valid if the success flag is true. When using this function, make sure the chain\n * you're using it on supports the precompiled contract for modular exponentiation at address 0x05 as specified in\n * https://eips.ethereum.org/EIPS/eip-198[EIP-198]. Otherwise, the underlying function will succeed given the lack\n * of a revert, but the result may be incorrectly interpreted as 0.\n */\n function tryModExp(uint256 b, uint256 e, uint256 m) internal view returns (bool success, uint256 result) {\n if (m == 0) return (false, 0);\n assembly (\"memory-safe\") {\n let ptr := mload(0x40)\n // | Offset | Content | Content (Hex) |\n // |-----------|------------|--------------------------------------------------------------------|\n // | 0x00:0x1f | size of b | 0x0000000000000000000000000000000000000000000000000000000000000020 |\n // | 0x20:0x3f | size of e | 0x0000000000000000000000000000000000000000000000000000000000000020 |\n // | 0x40:0x5f | size of m | 0x0000000000000000000000000000000000000000000000000000000000000020 |\n // | 0x60:0x7f | value of b | 0x<.............................................................b> |\n // | 0x80:0x9f | value of e | 0x<.............................................................e> |\n // | 0xa0:0xbf | value of m | 0x<.............................................................m> |\n mstore(ptr, 0x20)\n mstore(add(ptr, 0x20), 0x20)\n mstore(add(ptr, 0x40), 0x20)\n mstore(add(ptr, 0x60), b)\n mstore(add(ptr, 0x80), e)\n mstore(add(ptr, 0xa0), m)\n\n // Given the result < m, it's guaranteed to fit in 32 bytes,\n // so we can use the memory scratch space located at offset 0.\n success := staticcall(gas(), 0x05, ptr, 0xc0, 0x00, 0x20)\n result := mload(0x00)\n }\n }\n\n /**\n * @dev Variant of {modExp} that supports inputs of arbitrary length.\n */\n function modExp(bytes memory b, bytes memory e, bytes memory m) internal view returns (bytes memory) {\n (bool success, bytes memory result) = tryModExp(b, e, m);\n if (!success) {\n Panic.panic(Panic.DIVISION_BY_ZERO);\n }\n return result;\n }\n\n /**\n * @dev Variant of {tryModExp} that supports inputs of arbitrary length.\n */\n function tryModExp(\n bytes memory b,\n bytes memory e,\n bytes memory m\n ) internal view returns (bool success, bytes memory result) {\n if (_zeroBytes(m)) return (false, new bytes(0));\n\n uint256 mLen = m.length;\n\n // Encode call args in result and move the free memory pointer\n result = abi.encodePacked(b.length, e.length, mLen, b, e, m);\n\n assembly (\"memory-safe\") {\n let dataPtr := add(result, 0x20)\n // Write result on top of args to avoid allocating extra memory.\n success := staticcall(gas(), 0x05, dataPtr, mload(result), dataPtr, mLen)\n // Overwrite the length.\n // result.length > returndatasize() is guaranteed because returndatasize() == m.length\n mstore(result, mLen)\n // Set the memory pointer after the returned data.\n mstore(0x40, add(dataPtr, mLen))\n }\n }\n\n /**\n * @dev Returns whether the provided byte array is zero.\n */\n function _zeroBytes(bytes memory byteArray) private pure returns (bool) {\n for (uint256 i = 0; i < byteArray.length; ++i) {\n if (byteArray[i] != 0) {\n return false;\n }\n }\n return true;\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 * This method is based on Newton's method for computing square roots; the algorithm is restricted to only\n * using integer operations.\n */\n function sqrt(uint256 a) internal pure returns (uint256) {\n unchecked {\n // Take care of easy edge cases when a == 0 or a == 1\n if (a <= 1) {\n return a;\n }\n\n // In this function, we use Newton's method to get a root of `f(x) := x² - a`. It involves building a\n // sequence x_n that converges toward sqrt(a). For each iteration x_n, we also define the error between\n // the current value as `ε_n = | x_n - sqrt(a) |`.\n //\n // For our first estimation, we consider `e` the smallest power of 2 which is bigger than the square root\n // of the target. (i.e. `2**(e-1) ≤ sqrt(a) < 2**e`). We know that `e ≤ 128` because `(2¹²⁸)² = 2²⁵⁶` is\n // bigger than any uint256.\n //\n // By noticing that\n // `2**(e-1) ≤ sqrt(a) < 2**e → (2**(e-1))² ≤ a < (2**e)² → 2**(2*e-2) ≤ a < 2**(2*e)`\n // we can deduce that `e - 1` is `log2(a) / 2`. We can thus compute `x_n = 2**(e-1)` using a method similar\n // to the msb function.\n uint256 aa = a;\n uint256 xn = 1;\n\n if (aa >= (1 << 128)) {\n aa >>= 128;\n xn <<= 64;\n }\n if (aa >= (1 << 64)) {\n aa >>= 64;\n xn <<= 32;\n }\n if (aa >= (1 << 32)) {\n aa >>= 32;\n xn <<= 16;\n }\n if (aa >= (1 << 16)) {\n aa >>= 16;\n xn <<= 8;\n }\n if (aa >= (1 << 8)) {\n aa >>= 8;\n xn <<= 4;\n }\n if (aa >= (1 << 4)) {\n aa >>= 4;\n xn <<= 2;\n }\n if (aa >= (1 << 2)) {\n xn <<= 1;\n }\n\n // We now have x_n such that `x_n = 2**(e-1) ≤ sqrt(a) < 2**e = 2 * x_n`. This implies ε_n ≤ 2**(e-1).\n //\n // We can refine our estimation by noticing that the middle of that interval minimizes the error.\n // If we move x_n to equal 2**(e-1) + 2**(e-2), then we reduce the error to ε_n ≤ 2**(e-2).\n // This is going to be our x_0 (and ε_0)\n xn = (3 * xn) >> 1; // ε_0 := | x_0 - sqrt(a) | ≤ 2**(e-2)\n\n // From here, Newton's method give us:\n // x_{n+1} = (x_n + a / x_n) / 2\n //\n // One should note that:\n // x_{n+1}² - a = ((x_n + a / x_n) / 2)² - a\n // = ((x_n² + a) / (2 * x_n))² - a\n // = (x_n⁴ + 2 * a * x_n² + a²) / (4 * x_n²) - a\n // = (x_n⁴ + 2 * a * x_n² + a² - 4 * a * x_n²) / (4 * x_n²)\n // = (x_n⁴ - 2 * a * x_n² + a²) / (4 * x_n²)\n // = (x_n² - a)² / (2 * x_n)²\n // = ((x_n² - a) / (2 * x_n))²\n // ≥ 0\n // Which proves that for all n ≥ 1, sqrt(a) ≤ x_n\n //\n // This gives us the proof of quadratic convergence of the sequence:\n // ε_{n+1} = | x_{n+1} - sqrt(a) |\n // = | (x_n + a / x_n) / 2 - sqrt(a) |\n // = | (x_n² + a - 2*x_n*sqrt(a)) / (2 * x_n) |\n // = | (x_n - sqrt(a))² / (2 * x_n) |\n // = | ε_n² / (2 * x_n) |\n // = ε_n² / | (2 * x_n) |\n //\n // For the first iteration, we have a special case where x_0 is known:\n // ε_1 = ε_0² / | (2 * x_0) |\n // ≤ (2**(e-2))² / (2 * (2**(e-1) + 2**(e-2)))\n // ≤ 2**(2*e-4) / (3 * 2**(e-1))\n // ≤ 2**(e-3) / 3\n // ≤ 2**(e-3-log2(3))\n // ≤ 2**(e-4.5)\n //\n // For the following iterations, we use the fact that, 2**(e-1) ≤ sqrt(a) ≤ x_n:\n // ε_{n+1} = ε_n² / | (2 * x_n) |\n // ≤ (2**(e-k))² / (2 * 2**(e-1))\n // ≤ 2**(2*e-2*k) / 2**e\n // ≤ 2**(e-2*k)\n xn = (xn + a / xn) >> 1; // ε_1 := | x_1 - sqrt(a) | ≤ 2**(e-4.5) -- special case, see above\n xn = (xn + a / xn) >> 1; // ε_2 := | x_2 - sqrt(a) | ≤ 2**(e-9) -- general case with k = 4.5\n xn = (xn + a / xn) >> 1; // ε_3 := | x_3 - sqrt(a) | ≤ 2**(e-18) -- general case with k = 9\n xn = (xn + a / xn) >> 1; // ε_4 := | x_4 - sqrt(a) | ≤ 2**(e-36) -- general case with k = 18\n xn = (xn + a / xn) >> 1; // ε_5 := | x_5 - sqrt(a) | ≤ 2**(e-72) -- general case with k = 36\n xn = (xn + a / xn) >> 1; // ε_6 := | x_6 - sqrt(a) | ≤ 2**(e-144) -- general case with k = 72\n\n // Because e ≤ 128 (as discussed during the first estimation phase), we know have reached a precision\n // ε_6 ≤ 2**(e-144) < 1. Given we're operating on integers, then we can ensure that xn is now either\n // sqrt(a) or sqrt(a) + 1.\n return xn - SafeCast.toUint(xn > a / xn);\n }\n }\n\n /**\n * @dev 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 + SafeCast.toUint(unsignedRoundsUp(rounding) && result * result < a);\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 uint256 exp;\n unchecked {\n exp = 128 * SafeCast.toUint(value > (1 << 128) - 1);\n value >>= exp;\n result += exp;\n\n exp = 64 * SafeCast.toUint(value > (1 << 64) - 1);\n value >>= exp;\n result += exp;\n\n exp = 32 * SafeCast.toUint(value > (1 << 32) - 1);\n value >>= exp;\n result += exp;\n\n exp = 16 * SafeCast.toUint(value > (1 << 16) - 1);\n value >>= exp;\n result += exp;\n\n exp = 8 * SafeCast.toUint(value > (1 << 8) - 1);\n value >>= exp;\n result += exp;\n\n exp = 4 * SafeCast.toUint(value > (1 << 4) - 1);\n value >>= exp;\n result += exp;\n\n exp = 2 * SafeCast.toUint(value > (1 << 2) - 1);\n value >>= exp;\n result += exp;\n\n result += SafeCast.toUint(value > 1);\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 + SafeCast.toUint(unsignedRoundsUp(rounding) && 1 << result < value);\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 + SafeCast.toUint(unsignedRoundsUp(rounding) && 10 ** result < value);\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 uint256 isGt;\n unchecked {\n isGt = SafeCast.toUint(value > (1 << 128) - 1);\n value >>= isGt * 128;\n result += isGt * 16;\n\n isGt = SafeCast.toUint(value > (1 << 64) - 1);\n value >>= isGt * 64;\n result += isGt * 8;\n\n isGt = SafeCast.toUint(value > (1 << 32) - 1);\n value >>= isGt * 32;\n result += isGt * 4;\n\n isGt = SafeCast.toUint(value > (1 << 16) - 1);\n value >>= isGt * 16;\n result += isGt * 2;\n\n result += SafeCast.toUint(value > (1 << 8) - 1);\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 + SafeCast.toUint(unsignedRoundsUp(rounding) && 1 << (result << 3) < value);\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.1.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/bool 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 /**\n * @dev Cast a boolean (false or true) to a uint256 (0 or 1) with no jump.\n */\n function toUint(bool b) internal pure returns (uint256 u) {\n assembly (\"memory-safe\") {\n u := iszero(iszero(b))\n }\n }\n}\n" - }, - "@openzeppelin/contracts/utils/Panic.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.1.0) (utils/Panic.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Helper library for emitting standardized panic codes.\n *\n * ```solidity\n * contract Example {\n * using Panic for uint256;\n *\n * // Use any of the declared internal constants\n * function foo() { Panic.GENERIC.panic(); }\n *\n * // Alternatively\n * function foo() { Panic.panic(Panic.GENERIC); }\n * }\n * ```\n *\n * Follows the list from https://github.com/ethereum/solidity/blob/v0.8.24/libsolutil/ErrorCodes.h[libsolutil].\n *\n * _Available since v5.1._\n */\n// slither-disable-next-line unused-state\nlibrary Panic {\n /// @dev generic / unspecified error\n uint256 internal constant GENERIC = 0x00;\n /// @dev used by the assert() builtin\n uint256 internal constant ASSERT = 0x01;\n /// @dev arithmetic underflow or overflow\n uint256 internal constant UNDER_OVERFLOW = 0x11;\n /// @dev division or modulo by zero\n uint256 internal constant DIVISION_BY_ZERO = 0x12;\n /// @dev enum conversion error\n uint256 internal constant ENUM_CONVERSION_ERROR = 0x21;\n /// @dev invalid encoding in storage\n uint256 internal constant STORAGE_ENCODING_ERROR = 0x22;\n /// @dev empty array pop\n uint256 internal constant EMPTY_ARRAY_POP = 0x31;\n /// @dev array out of bounds access\n uint256 internal constant ARRAY_OUT_OF_BOUNDS = 0x32;\n /// @dev resource error (too large allocation or too large array)\n uint256 internal constant RESOURCE_ERROR = 0x41;\n /// @dev calling invalid internal function\n uint256 internal constant INVALID_INTERNAL_FUNCTION = 0x51;\n\n /// @dev Reverts with a panic code. Recommended to use with\n /// the internal constants with predefined codes.\n function panic(uint256 code) internal pure {\n assembly (\"memory-safe\") {\n mstore(0x00, 0x4e487b71)\n mstore(0x20, code)\n revert(0x1c, 0x24)\n }\n }\n}\n" - }, - "@openzeppelin/contracts/utils/types/Time.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.1.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(\n Delay self,\n uint48 timepoint\n ) private pure returns (uint32 valueBefore, uint32 valueAfter, uint48 effect) {\n (valueBefore, valueAfter, 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 valueBefore, uint32 valueAfter, uint48 effect) {\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/IOIDPermissionManager.sol": { - "content": "// SPDX-License-Identifier: UNLICENSED\npragma solidity 0.8.26;\n\ninterface IOIDPermissionManager {\n event PermissionUpdated(bytes32 key, address account, bool granted);\n function grantPermission(bytes32 attestation_uid, address account) external;\n function revokePermission(bytes32 attestation_uid, address account) external;\n function hasPermission(\n bytes32 key, \n address account\n ) external view returns (bool);\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 uint64 public constant APPLICATION_MANAGER_ROLE = 1;\n uint64 public constant ATTESTATION_MANAGER_ROLE = 2;\n uint64 public constant PERMISSION_MANAGER_ROLE = 3;\n\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;\nimport {IOIDPermissionManager} from \"./IOIDPermissionManager.sol\";\nimport {AccessManaged} from \"@openzeppelin/contracts/access/manager/AccessManaged.sol\";\nimport {IEAS} from \"@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol\";\nimport {Attestation} from \"@ethereum-attestation-service/eas-contracts/contracts/Common.sol\";\nimport {IAccessManager} from \"@openzeppelin/contracts/access/manager/IAccessManager.sol\";\nimport {OIDAccessManager} from \"./OIDAccessManager.sol\";\n\ncontract OIDPermissionManager is IOIDPermissionManager, AccessManaged {\n error UnauthorizedAccess(address caller);\n error AttestationNotFound(bytes32 attestation_uid);\n error AttestationRevoked(bytes32 attestation_uid);\n\n struct Permission {\n bool granted;\n bytes32 attestation_uid;\n }\n IEAS internal immutable _eas;\n\n mapping(bytes32 => mapping(address => Permission)) private permissions;\n\n constructor(\n address initialAuthority,\n IEAS initialEAS\n ) AccessManaged(initialAuthority) {\n _eas = initialEAS;\n }\n\n\n function grantPermission(bytes32 attestation_uid, address account) external {\n _updatePermission(attestation_uid, account, true);\n }\n\n\n function revokePermission(bytes32 attestation_uid, address account) external override {\n _updatePermission(attestation_uid, account, false);\n }\n \n function hasPermission(bytes32 key,address account) external view override returns (bool) {\n Permission storage permission = permissions[key][account];\n if (!_permissionExists(permission) || !permission.granted) {\n return false;\n }\n Attestation memory attestation = _getAttestation(permission.attestation_uid);\n if (_isAttestationRevoked(attestation)) {\n return false;\n } \n return true;\n }\n\n\n function _updatePermission(bytes32 attestation_uid, address account, bool granted) internal {\n Attestation memory attestation = _getAttestation(attestation_uid);\n if (_isAttestationRevoked(attestation)) {\n revert AttestationRevoked(attestation_uid);\n } \n _checkAuthorization(attestation);\n bytes32 key = _decodeAttestationKey(attestation);\n _setPermission(key, account, granted, attestation_uid);\n emit PermissionUpdated(key, account, granted);\n }\n\n function _checkAuthorization(Attestation memory attestation) internal view {\n if (!_isAttestationRecipient(attestation) && !_isPermissionManager()) {\n revert UnauthorizedAccess(msg.sender);\n }\n }\n\n\n function _isPermissionManager() internal view returns (bool) {\n OIDAccessManager access = OIDAccessManager(authority());\n (bool isMember, ) = access.hasRole(\n access.PERMISSION_MANAGER_ROLE(),\n msg.sender\n );\n return isMember;\n }\n\n\n function _permissionExists(Permission storage permission) internal view returns (bool) {\n return permission.attestation_uid != bytes32(0);\n }\n\n function _setPermission(\n bytes32 key,\n address account,\n bool granted,\n bytes32 attestation_uid\n ) internal {\n permissions[key][account] = Permission({\n granted: granted,\n attestation_uid: attestation_uid\n });\n }\n\n function _getAttestation(bytes32 attestation_uid) private view returns (Attestation memory) {\n Attestation memory attestation = _eas.getAttestation(attestation_uid);\n if (attestation.uid == bytes32(0)) {\n revert AttestationNotFound(attestation_uid);\n }\n return attestation; \n }\n\n function _isAttestationRecipient(Attestation memory attestation) internal view returns (bool) {\n return attestation.recipient == msg.sender;\n }\n\n function _isAttestationRevoked(Attestation memory attestation) internal pure returns (bool) {\n return attestation.revocationTime != 0;\n }\n\n function eas() external view returns (IEAS) {\n return _eas;\n }\n\n \n function _decodeAttestationKey(Attestation memory attestation) internal pure returns (bytes32) {\n bytes32 key = abi.decode(attestation.data, (bytes32));\n return key;\n }\n\n}\n" - } - }, - "settings": { - "optimizer": { - "enabled": true, - "runs": 1000 - }, - "evmVersion": "paris", - "outputSelection": { - "*": { - "*": [ - "abi", - "evm.bytecode", - "evm.deployedBytecode", - "evm.methodIdentifiers", - "metadata" - ], - "": [ - "ast" - ] - } - } - } - }, - "output": { - "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/IEAS.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol", - "exportedSymbols": { - "Attestation": [ - 49 - ], - "AttestationRequest": [ - 95 - ], - "AttestationRequestData": [ - 88 - ], - "DelegatedAttestationRequest": [ - 109 - ], - "DelegatedRevocationRequest": [ - 160 - ], - "IEAS": [ - 372 - ], - "ISchemaRegistry": [ - 425 - ], - "ISemver": [ - 435 - ], - "MultiAttestationRequest": [ - 117 - ], - "MultiDelegatedAttestationRequest": [ - 133 - ], - "MultiDelegatedRevocationRequest": [ - 184 - ], - "MultiRevocationRequest": [ - 168 - ], - "RevocationRequest": [ - 146 - ], - "RevocationRequestData": [ - 139 - ], - "Signature": [ - 27 - ] - }, - "id": 373, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 67, - "literals": [ - "solidity", - "^", - "0.8", - ".0" - ], - "nodeType": "PragmaDirective", - "src": "33:23:1" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol", - "file": "./ISchemaRegistry.sol", - "id": 69, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 373, - "sourceUnit": 426, - "src": "58:56:1", - "symbolAliases": [ - { - "foreign": { - "id": 68, - "name": "ISchemaRegistry", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 425, - "src": "67:15:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol", - "file": "./ISemver.sol", - "id": 71, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 373, - "sourceUnit": 436, - "src": "115:40:1", - "symbolAliases": [ - { - "foreign": { - "id": 70, - "name": "ISemver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 435, - "src": "124:7:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Common.sol", - "file": "./Common.sol", - "id": 74, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 373, - "sourceUnit": 66, - "src": "156:54:1", - "symbolAliases": [ - { - "foreign": { - "id": 72, - "name": "Attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 49, - "src": "165:11:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 73, - "name": "Signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 27, - "src": "178:9:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "canonicalName": "AttestationRequestData", - "documentation": { - "id": 75, - "nodeType": "StructuredDocumentation", - "src": "212:76:1", - "text": "@notice A struct representing the arguments of the attestation request." - }, - "id": 88, - "members": [ - { - "constant": false, - "id": 77, - "mutability": "mutable", - "name": "recipient", - "nameLocation": "332:9:1", - "nodeType": "VariableDeclaration", - "scope": 88, - "src": "324:17:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 76, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "324:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 79, - "mutability": "mutable", - "name": "expirationTime", - "nameLocation": "391:14:1", - "nodeType": "VariableDeclaration", - "scope": 88, - "src": "384:21:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 78, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "384:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 81, - "mutability": "mutable", - "name": "revocable", - "nameLocation": "475:9:1", - "nodeType": "VariableDeclaration", - "scope": 88, - "src": "470:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 80, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "470:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 83, - "mutability": "mutable", - "name": "refUID", - "nameLocation": "539:6:1", - "nodeType": "VariableDeclaration", - "scope": 88, - "src": "531:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 82, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "531:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 85, - "mutability": "mutable", - "name": "data", - "nameLocation": "596:4:1", - "nodeType": "VariableDeclaration", - "scope": 88, - "src": "590:10:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 84, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "590:5:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 87, - "mutability": "mutable", - "name": "value", - "nameLocation": "642:5:1", - "nodeType": "VariableDeclaration", - "scope": 88, - "src": "634:13:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 86, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "634:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "name": "AttestationRequestData", - "nameLocation": "295:22:1", - "nodeType": "StructDefinition", - "scope": 373, - "src": "288:466:1", - "visibility": "public" - }, - { - "canonicalName": "AttestationRequest", - "documentation": { - "id": 89, - "nodeType": "StructuredDocumentation", - "src": "756:81:1", - "text": "@notice A struct representing the full arguments of the attestation request." - }, - "id": 95, - "members": [ - { - "constant": false, - "id": 91, - "mutability": "mutable", - "name": "schema", - "nameLocation": "877:6:1", - "nodeType": "VariableDeclaration", - "scope": 95, - "src": "869:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 90, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "869:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 94, - "mutability": "mutable", - "name": "data", - "nameLocation": "952:4:1", - "nodeType": "VariableDeclaration", - "scope": 95, - "src": "929:27:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$88_storage_ptr", - "typeString": "struct AttestationRequestData" - }, - "typeName": { - "id": 93, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 92, - "name": "AttestationRequestData", - "nameLocations": [ - "929:22:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 88, - "src": "929:22:1" - }, - "referencedDeclaration": 88, - "src": "929:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$88_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "visibility": "internal" - } - ], - "name": "AttestationRequest", - "nameLocation": "844:18:1", - "nodeType": "StructDefinition", - "scope": 373, - "src": "837:167:1", - "visibility": "public" - }, - { - "canonicalName": "DelegatedAttestationRequest", - "documentation": { - "id": 96, - "nodeType": "StructuredDocumentation", - "src": "1006:96:1", - "text": "@notice A struct representing the full arguments of the full delegated attestation request." - }, - "id": 109, - "members": [ - { - "constant": false, - "id": 98, - "mutability": "mutable", - "name": "schema", - "nameLocation": "1151:6:1", - "nodeType": "VariableDeclaration", - "scope": 109, - "src": "1143:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 97, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1143:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 101, - "mutability": "mutable", - "name": "data", - "nameLocation": "1226:4:1", - "nodeType": "VariableDeclaration", - "scope": 109, - "src": "1203:27:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$88_storage_ptr", - "typeString": "struct AttestationRequestData" - }, - "typeName": { - "id": 100, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 99, - "name": "AttestationRequestData", - "nameLocations": [ - "1203:22:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 88, - "src": "1203:22:1" - }, - "referencedDeclaration": 88, - "src": "1203:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$88_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 104, - "mutability": "mutable", - "name": "signature", - "nameLocation": "1291:9:1", - "nodeType": "VariableDeclaration", - "scope": 109, - "src": "1281:19:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - }, - "typeName": { - "id": 103, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 102, - "name": "Signature", - "nameLocations": [ - "1281:9:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "1281:9:1" - }, - "referencedDeclaration": 27, - "src": "1281:9:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 106, - "mutability": "mutable", - "name": "attester", - "nameLocation": "1343:8:1", - "nodeType": "VariableDeclaration", - "scope": 109, - "src": "1335:16:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 105, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1335:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 108, - "mutability": "mutable", - "name": "deadline", - "nameLocation": "1390:8:1", - "nodeType": "VariableDeclaration", - "scope": 109, - "src": "1383:15:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 107, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1383:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "name": "DelegatedAttestationRequest", - "nameLocation": "1109:27:1", - "nodeType": "StructDefinition", - "scope": 373, - "src": "1102:341:1", - "visibility": "public" - }, - { - "canonicalName": "MultiAttestationRequest", - "documentation": { - "id": 110, - "nodeType": "StructuredDocumentation", - "src": "1445:87:1", - "text": "@notice A struct representing the full arguments of the multi attestation request." - }, - "id": 117, - "members": [ - { - "constant": false, - "id": 112, - "mutability": "mutable", - "name": "schema", - "nameLocation": "1577:6:1", - "nodeType": "VariableDeclaration", - "scope": 117, - "src": "1569:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 111, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1569:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 116, - "mutability": "mutable", - "name": "data", - "nameLocation": "1654:4:1", - "nodeType": "VariableDeclaration", - "scope": 117, - "src": "1629:29:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$88_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 114, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 113, - "name": "AttestationRequestData", - "nameLocations": [ - "1629:22:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 88, - "src": "1629:22:1" - }, - "referencedDeclaration": 88, - "src": "1629:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$88_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "id": 115, - "nodeType": "ArrayTypeName", - "src": "1629:24:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$88_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - } - }, - "visibility": "internal" - } - ], - "name": "MultiAttestationRequest", - "nameLocation": "1539:23:1", - "nodeType": "StructDefinition", - "scope": 373, - "src": "1532:174:1", - "visibility": "public" - }, - { - "canonicalName": "MultiDelegatedAttestationRequest", - "documentation": { - "id": 118, - "nodeType": "StructuredDocumentation", - "src": "1708:97:1", - "text": "@notice A struct representing the full arguments of the delegated multi attestation request." - }, - "id": 133, - "members": [ - { - "constant": false, - "id": 120, - "mutability": "mutable", - "name": "schema", - "nameLocation": "1859:6:1", - "nodeType": "VariableDeclaration", - "scope": 133, - "src": "1851:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 119, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1851:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 124, - "mutability": "mutable", - "name": "data", - "nameLocation": "1936:4:1", - "nodeType": "VariableDeclaration", - "scope": 133, - "src": "1911:29:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$88_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 122, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 121, - "name": "AttestationRequestData", - "nameLocations": [ - "1911:22:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 88, - "src": "1911:22:1" - }, - "referencedDeclaration": 88, - "src": "1911:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$88_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "id": 123, - "nodeType": "ArrayTypeName", - "src": "1911:24:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$88_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 128, - "mutability": "mutable", - "name": "signatures", - "nameLocation": "2004:10:1", - "nodeType": "VariableDeclaration", - "scope": 133, - "src": "1992:22:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_storage_$dyn_storage_ptr", - "typeString": "struct Signature[]" - }, - "typeName": { - "baseType": { - "id": 126, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 125, - "name": "Signature", - "nameLocations": [ - "1992:9:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "1992:9:1" - }, - "referencedDeclaration": 27, - "src": "1992:9:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "id": 127, - "nodeType": "ArrayTypeName", - "src": "1992:11:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_storage_$dyn_storage_ptr", - "typeString": "struct Signature[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 130, - "mutability": "mutable", - "name": "attester", - "nameLocation": "2139:8:1", - "nodeType": "VariableDeclaration", - "scope": 133, - "src": "2131:16:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 129, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2131:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 132, - "mutability": "mutable", - "name": "deadline", - "nameLocation": "2186:8:1", - "nodeType": "VariableDeclaration", - "scope": 133, - "src": "2179:15:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 131, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "2179:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "name": "MultiDelegatedAttestationRequest", - "nameLocation": "1812:32:1", - "nodeType": "StructDefinition", - "scope": 373, - "src": "1805:434:1", - "visibility": "public" - }, - { - "canonicalName": "RevocationRequestData", - "documentation": { - "id": 134, - "nodeType": "StructuredDocumentation", - "src": "2241:75:1", - "text": "@notice A struct representing the arguments of the revocation request." - }, - "id": 139, - "members": [ - { - "constant": false, - "id": 136, - "mutability": "mutable", - "name": "uid", - "nameLocation": "2359:3:1", - "nodeType": "VariableDeclaration", - "scope": 139, - "src": "2351:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 135, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2351:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 138, - "mutability": "mutable", - "name": "value", - "nameLocation": "2417:5:1", - "nodeType": "VariableDeclaration", - "scope": 139, - "src": "2409:13:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 137, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2409:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "name": "RevocationRequestData", - "nameLocation": "2323:21:1", - "nodeType": "StructDefinition", - "scope": 373, - "src": "2316:213:1", - "visibility": "public" - }, - { - "canonicalName": "RevocationRequest", - "documentation": { - "id": 140, - "nodeType": "StructuredDocumentation", - "src": "2531:80:1", - "text": "@notice A struct representing the full arguments of the revocation request." - }, - "id": 146, - "members": [ - { - "constant": false, - "id": 142, - "mutability": "mutable", - "name": "schema", - "nameLocation": "2650:6:1", - "nodeType": "VariableDeclaration", - "scope": 146, - "src": "2642:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 141, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2642:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 145, - "mutability": "mutable", - "name": "data", - "nameLocation": "2724:4:1", - "nodeType": "VariableDeclaration", - "scope": 146, - "src": "2702:26:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$139_storage_ptr", - "typeString": "struct RevocationRequestData" - }, - "typeName": { - "id": 144, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 143, - "name": "RevocationRequestData", - "nameLocations": [ - "2702:21:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 139, - "src": "2702:21:1" - }, - "referencedDeclaration": 139, - "src": "2702:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$139_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "visibility": "internal" - } - ], - "name": "RevocationRequest", - "nameLocation": "2618:17:1", - "nodeType": "StructDefinition", - "scope": 373, - "src": "2611:164:1", - "visibility": "public" - }, - { - "canonicalName": "DelegatedRevocationRequest", - "documentation": { - "id": 147, - "nodeType": "StructuredDocumentation", - "src": "2777:90:1", - "text": "@notice A struct representing the arguments of the full delegated revocation request." - }, - "id": 160, - "members": [ - { - "constant": false, - "id": 149, - "mutability": "mutable", - "name": "schema", - "nameLocation": "2915:6:1", - "nodeType": "VariableDeclaration", - "scope": 160, - "src": "2907:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 148, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2907:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 152, - "mutability": "mutable", - "name": "data", - "nameLocation": "2989:4:1", - "nodeType": "VariableDeclaration", - "scope": 160, - "src": "2967:26:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$139_storage_ptr", - "typeString": "struct RevocationRequestData" - }, - "typeName": { - "id": 151, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 150, - "name": "RevocationRequestData", - "nameLocations": [ - "2967:21:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 139, - "src": "2967:21:1" - }, - "referencedDeclaration": 139, - "src": "2967:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$139_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 155, - "mutability": "mutable", - "name": "signature", - "nameLocation": "3053:9:1", - "nodeType": "VariableDeclaration", - "scope": 160, - "src": "3043:19:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - }, - "typeName": { - "id": 154, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 153, - "name": "Signature", - "nameLocations": [ - "3043:9:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "3043:9:1" - }, - "referencedDeclaration": 27, - "src": "3043:9:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 157, - "mutability": "mutable", - "name": "revoker", - "nameLocation": "3105:7:1", - "nodeType": "VariableDeclaration", - "scope": 160, - "src": "3097:15:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 156, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3097:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 159, - "mutability": "mutable", - "name": "deadline", - "nameLocation": "3150:8:1", - "nodeType": "VariableDeclaration", - "scope": 160, - "src": "3143:15:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 158, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "3143:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "name": "DelegatedRevocationRequest", - "nameLocation": "2874:26:1", - "nodeType": "StructDefinition", - "scope": 373, - "src": "2867:336:1", - "visibility": "public" - }, - { - "canonicalName": "MultiRevocationRequest", - "documentation": { - "id": 161, - "nodeType": "StructuredDocumentation", - "src": "3205:86:1", - "text": "@notice A struct representing the full arguments of the multi revocation request." - }, - "id": 168, - "members": [ - { - "constant": false, - "id": 163, - "mutability": "mutable", - "name": "schema", - "nameLocation": "3335:6:1", - "nodeType": "VariableDeclaration", - "scope": 168, - "src": "3327:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 162, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3327:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 167, - "mutability": "mutable", - "name": "data", - "nameLocation": "3411:4:1", - "nodeType": "VariableDeclaration", - "scope": 168, - "src": "3387:28:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$139_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 165, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 164, - "name": "RevocationRequestData", - "nameLocations": [ - "3387:21:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 139, - "src": "3387:21:1" - }, - "referencedDeclaration": 139, - "src": "3387:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$139_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "id": 166, - "nodeType": "ArrayTypeName", - "src": "3387:23:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$139_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - } - }, - "visibility": "internal" - } - ], - "name": "MultiRevocationRequest", - "nameLocation": "3298:22:1", - "nodeType": "StructDefinition", - "scope": 373, - "src": "3291:171:1", - "visibility": "public" - }, - { - "canonicalName": "MultiDelegatedRevocationRequest", - "documentation": { - "id": 169, - "nodeType": "StructuredDocumentation", - "src": "3464:96:1", - "text": "@notice A struct representing the full arguments of the delegated multi revocation request." - }, - "id": 184, - "members": [ - { - "constant": false, - "id": 171, - "mutability": "mutable", - "name": "schema", - "nameLocation": "3613:6:1", - "nodeType": "VariableDeclaration", - "scope": 184, - "src": "3605:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 170, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3605:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 175, - "mutability": "mutable", - "name": "data", - "nameLocation": "3689:4:1", - "nodeType": "VariableDeclaration", - "scope": 184, - "src": "3665:28:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$139_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 173, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 172, - "name": "RevocationRequestData", - "nameLocations": [ - "3665:21:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 139, - "src": "3665:21:1" - }, - "referencedDeclaration": 139, - "src": "3665:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$139_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "id": 174, - "nodeType": "ArrayTypeName", - "src": "3665:23:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$139_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 179, - "mutability": "mutable", - "name": "signatures", - "nameLocation": "3756:10:1", - "nodeType": "VariableDeclaration", - "scope": 184, - "src": "3744:22:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_storage_$dyn_storage_ptr", - "typeString": "struct Signature[]" - }, - "typeName": { - "baseType": { - "id": 177, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 176, - "name": "Signature", - "nameLocations": [ - "3744:9:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "3744:9:1" - }, - "referencedDeclaration": 27, - "src": "3744:9:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "id": 178, - "nodeType": "ArrayTypeName", - "src": "3744:11:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_storage_$dyn_storage_ptr", - "typeString": "struct Signature[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 181, - "mutability": "mutable", - "name": "revoker", - "nameLocation": "3891:7:1", - "nodeType": "VariableDeclaration", - "scope": 184, - "src": "3883:15:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 180, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3883:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 183, - "mutability": "mutable", - "name": "deadline", - "nameLocation": "3936:8:1", - "nodeType": "VariableDeclaration", - "scope": 184, - "src": "3929:15:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 182, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "3929:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "name": "MultiDelegatedRevocationRequest", - "nameLocation": "3567:31:1", - "nodeType": "StructDefinition", - "scope": 373, - "src": "3560:429:1", - "visibility": "public" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 186, - "name": "ISemver", - "nameLocations": [ - "4083:7:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 435, - "src": "4083:7:1" - }, - "id": 187, - "nodeType": "InheritanceSpecifier", - "src": "4083:7:1" - } - ], - "canonicalName": "IEAS", - "contractDependencies": [], - "contractKind": "interface", - "documentation": { - "id": 185, - "nodeType": "StructuredDocumentation", - "src": "3991:74:1", - "text": "@title IEAS\n @notice EAS - Ethereum Attestation Service interface." - }, - "fullyImplemented": false, - "id": 372, - "linearizedBaseContracts": [ - 372, - 435 - ], - "name": "IEAS", - "nameLocation": "4075:4:1", - "nodeType": "ContractDefinition", - "nodes": [ - { - "anonymous": false, - "documentation": { - "id": 188, - "nodeType": "StructuredDocumentation", - "src": "4097:259:1", - "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": 198, - "name": "Attested", - "nameLocation": "4367:8:1", - "nodeType": "EventDefinition", - "parameters": { - "id": 197, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 190, - "indexed": true, - "mutability": "mutable", - "name": "recipient", - "nameLocation": "4392:9:1", - "nodeType": "VariableDeclaration", - "scope": 198, - "src": "4376:25:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 189, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4376:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 192, - "indexed": true, - "mutability": "mutable", - "name": "attester", - "nameLocation": "4419:8:1", - "nodeType": "VariableDeclaration", - "scope": 198, - "src": "4403:24:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 191, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4403:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 194, - "indexed": false, - "mutability": "mutable", - "name": "uid", - "nameLocation": "4437:3:1", - "nodeType": "VariableDeclaration", - "scope": 198, - "src": "4429:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 193, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4429:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 196, - "indexed": true, - "mutability": "mutable", - "name": "schemaUID", - "nameLocation": "4458:9:1", - "nodeType": "VariableDeclaration", - "scope": 198, - "src": "4442:25:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 195, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4442:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "4375:93:1" - }, - "src": "4361:108:1" - }, - { - "anonymous": false, - "documentation": { - "id": 199, - "nodeType": "StructuredDocumentation", - "src": "4475:263:1", - "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": 209, - "name": "Revoked", - "nameLocation": "4749:7:1", - "nodeType": "EventDefinition", - "parameters": { - "id": 208, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 201, - "indexed": true, - "mutability": "mutable", - "name": "recipient", - "nameLocation": "4773:9:1", - "nodeType": "VariableDeclaration", - "scope": 209, - "src": "4757:25:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 200, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4757:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 203, - "indexed": true, - "mutability": "mutable", - "name": "attester", - "nameLocation": "4800:8:1", - "nodeType": "VariableDeclaration", - "scope": 209, - "src": "4784:24:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 202, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4784:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 205, - "indexed": false, - "mutability": "mutable", - "name": "uid", - "nameLocation": "4818:3:1", - "nodeType": "VariableDeclaration", - "scope": 209, - "src": "4810:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 204, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4810:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 207, - "indexed": true, - "mutability": "mutable", - "name": "schemaUID", - "nameLocation": "4839:9:1", - "nodeType": "VariableDeclaration", - "scope": 209, - "src": "4823:25:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 206, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4823:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "4756:93:1" - }, - "src": "4743:107:1" - }, - { - "anonymous": false, - "documentation": { - "id": 210, - "nodeType": "StructuredDocumentation", - "src": "4856:123:1", - "text": "@notice Emitted when a data has been timestamped.\n @param data The data.\n @param timestamp The timestamp." - }, - "eventSelector": "5aafceeb1c7ad58e4a84898bdee37c02c0fc46e7d24e6b60e8209449f183459f", - "id": 216, - "name": "Timestamped", - "nameLocation": "4990:11:1", - "nodeType": "EventDefinition", - "parameters": { - "id": 215, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 212, - "indexed": true, - "mutability": "mutable", - "name": "data", - "nameLocation": "5018:4:1", - "nodeType": "VariableDeclaration", - "scope": 216, - "src": "5002:20:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 211, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5002:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 214, - "indexed": true, - "mutability": "mutable", - "name": "timestamp", - "nameLocation": "5039:9:1", - "nodeType": "VariableDeclaration", - "scope": 216, - "src": "5024:24:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 213, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5024:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "5001:48:1" - }, - "src": "4984:66:1" - }, - { - "anonymous": false, - "documentation": { - "id": 217, - "nodeType": "StructuredDocumentation", - "src": "5056:170:1", - "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": 225, - "name": "RevokedOffchain", - "nameLocation": "5237:15:1", - "nodeType": "EventDefinition", - "parameters": { - "id": 224, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 219, - "indexed": true, - "mutability": "mutable", - "name": "revoker", - "nameLocation": "5269:7:1", - "nodeType": "VariableDeclaration", - "scope": 225, - "src": "5253:23:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 218, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "5253:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 221, - "indexed": true, - "mutability": "mutable", - "name": "data", - "nameLocation": "5294:4:1", - "nodeType": "VariableDeclaration", - "scope": 225, - "src": "5278:20:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 220, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5278:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 223, - "indexed": true, - "mutability": "mutable", - "name": "timestamp", - "nameLocation": "5315:9:1", - "nodeType": "VariableDeclaration", - "scope": 225, - "src": "5300:24:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 222, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5300:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "5252:73:1" - }, - "src": "5231:95:1" - }, - { - "documentation": { - "id": 226, - "nodeType": "StructuredDocumentation", - "src": "5332:121:1", - "text": "@notice Returns the address of the global schema registry.\n @return The address of the global schema registry." - }, - "functionSelector": "f10b5cc8", - "id": 232, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getSchemaRegistry", - "nameLocation": "5467:17:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 227, - "nodeType": "ParameterList", - "parameters": [], - "src": "5484:2:1" - }, - "returnParameters": { - "id": 231, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 230, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 232, - "src": "5510:15:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$425", - "typeString": "contract ISchemaRegistry" - }, - "typeName": { - "id": 229, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 228, - "name": "ISchemaRegistry", - "nameLocations": [ - "5510:15:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 425, - "src": "5510:15:1" - }, - "referencedDeclaration": 425, - "src": "5510:15:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$425", - "typeString": "contract ISchemaRegistry" - } - }, - "visibility": "internal" - } - ], - "src": "5509:17:1" - }, - "scope": 372, - "src": "5458:69:1", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 233, - "nodeType": "StructuredDocumentation", - "src": "5533:665:1", - "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": 241, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "attest", - "nameLocation": "6212:6:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 237, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 236, - "mutability": "mutable", - "name": "request", - "nameLocation": "6247:7:1", - "nodeType": "VariableDeclaration", - "scope": 241, - "src": "6219:35:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequest_$95_calldata_ptr", - "typeString": "struct AttestationRequest" - }, - "typeName": { - "id": 235, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 234, - "name": "AttestationRequest", - "nameLocations": [ - "6219:18:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 95, - "src": "6219:18:1" - }, - "referencedDeclaration": 95, - "src": "6219:18:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequest_$95_storage_ptr", - "typeString": "struct AttestationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "6218:37:1" - }, - "returnParameters": { - "id": 240, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 239, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 241, - "src": "6282:7:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 238, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6282:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "6281:9:1" - }, - "scope": 372, - "src": "6203:88:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 242, - "nodeType": "StructuredDocumentation", - "src": "6297:1004:1", - "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": 250, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "attestByDelegation", - "nameLocation": "7315:18:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 246, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 245, - "mutability": "mutable", - "name": "delegatedRequest", - "nameLocation": "7380:16:1", - "nodeType": "VariableDeclaration", - "scope": 250, - "src": "7343:53:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$109_calldata_ptr", - "typeString": "struct DelegatedAttestationRequest" - }, - "typeName": { - "id": 244, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 243, - "name": "DelegatedAttestationRequest", - "nameLocations": [ - "7343:27:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 109, - "src": "7343:27:1" - }, - "referencedDeclaration": 109, - "src": "7343:27:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$109_storage_ptr", - "typeString": "struct DelegatedAttestationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "7333:69:1" - }, - "returnParameters": { - "id": 249, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 248, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 250, - "src": "7429:7:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 247, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "7429:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "7428:9:1" - }, - "scope": 372, - "src": "7306:132:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 251, - "nodeType": "StructuredDocumentation", - "src": "7444:1656:1", - "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": 261, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiAttest", - "nameLocation": "9114:11:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 256, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 255, - "mutability": "mutable", - "name": "multiRequests", - "nameLocation": "9161:13:1", - "nodeType": "VariableDeclaration", - "scope": 261, - "src": "9126:48:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$117_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiAttestationRequest[]" - }, - "typeName": { - "baseType": { - "id": 253, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 252, - "name": "MultiAttestationRequest", - "nameLocations": [ - "9126:23:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 117, - "src": "9126:23:1" - }, - "referencedDeclaration": 117, - "src": "9126:23:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiAttestationRequest_$117_storage_ptr", - "typeString": "struct MultiAttestationRequest" - } - }, - "id": 254, - "nodeType": "ArrayTypeName", - "src": "9126:25:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$117_storage_$dyn_storage_ptr", - "typeString": "struct MultiAttestationRequest[]" - } - }, - "visibility": "internal" - } - ], - "src": "9125:50:1" - }, - "returnParameters": { - "id": 260, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 259, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 261, - "src": "9202:16:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 257, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "9202:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 258, - "nodeType": "ArrayTypeName", - "src": "9202:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "src": "9201:18:1" - }, - "scope": 372, - "src": "9105:115:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 262, - "nodeType": "StructuredDocumentation", - "src": "9226:1642:1", - "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": 272, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiAttestByDelegation", - "nameLocation": "10882:23:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 267, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 266, - "mutability": "mutable", - "name": "multiDelegatedRequests", - "nameLocation": "10959:22:1", - "nodeType": "VariableDeclaration", - "scope": 272, - "src": "10915:66:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedAttestationRequest_$133_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest[]" - }, - "typeName": { - "baseType": { - "id": 264, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 263, - "name": "MultiDelegatedAttestationRequest", - "nameLocations": [ - "10915:32:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 133, - "src": "10915:32:1" - }, - "referencedDeclaration": 133, - "src": "10915:32:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedAttestationRequest_$133_storage_ptr", - "typeString": "struct MultiDelegatedAttestationRequest" - } - }, - "id": 265, - "nodeType": "ArrayTypeName", - "src": "10915:34:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedAttestationRequest_$133_storage_$dyn_storage_ptr", - "typeString": "struct MultiDelegatedAttestationRequest[]" - } - }, - "visibility": "internal" - } - ], - "src": "10905:82:1" - }, - "returnParameters": { - "id": 271, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 270, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 272, - "src": "11014:16:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 268, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "11014:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 269, - "nodeType": "ArrayTypeName", - "src": "11014:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "src": "11013:18:1" - }, - "scope": 372, - "src": "10873:159:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 273, - "nodeType": "StructuredDocumentation", - "src": "11038:450:1", - "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": 279, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "revoke", - "nameLocation": "11502:6:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 277, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 276, - "mutability": "mutable", - "name": "request", - "nameLocation": "11536:7:1", - "nodeType": "VariableDeclaration", - "scope": 279, - "src": "11509:34:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequest_$146_calldata_ptr", - "typeString": "struct RevocationRequest" - }, - "typeName": { - "id": 275, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 274, - "name": "RevocationRequest", - "nameLocations": [ - "11509:17:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 146, - "src": "11509:17:1" - }, - "referencedDeclaration": 146, - "src": "11509:17:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequest_$146_storage_ptr", - "typeString": "struct RevocationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "11508:36:1" - }, - "returnParameters": { - "id": 278, - "nodeType": "ParameterList", - "parameters": [], - "src": "11561:0:1" - }, - "scope": 372, - "src": "11493:69:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 280, - "nodeType": "StructuredDocumentation", - "src": "11568:777:1", - "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": 286, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "revokeByDelegation", - "nameLocation": "12359:18:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 284, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 283, - "mutability": "mutable", - "name": "delegatedRequest", - "nameLocation": "12414:16:1", - "nodeType": "VariableDeclaration", - "scope": 286, - "src": "12378:52:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$160_calldata_ptr", - "typeString": "struct DelegatedRevocationRequest" - }, - "typeName": { - "id": 282, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 281, - "name": "DelegatedRevocationRequest", - "nameLocations": [ - "12378:26:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 160, - "src": "12378:26:1" - }, - "referencedDeclaration": 160, - "src": "12378:26:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$160_storage_ptr", - "typeString": "struct DelegatedRevocationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "12377:54:1" - }, - "returnParameters": { - "id": 285, - "nodeType": "ParameterList", - "parameters": [], - "src": "12448:0:1" - }, - "scope": 372, - "src": "12350:99:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 287, - "nodeType": "StructuredDocumentation", - "src": "12455:1039:1", - "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": 294, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiRevoke", - "nameLocation": "13508:11:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 292, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 291, - "mutability": "mutable", - "name": "multiRequests", - "nameLocation": "13554:13:1", - "nodeType": "VariableDeclaration", - "scope": 294, - "src": "13520:47:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$168_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiRevocationRequest[]" - }, - "typeName": { - "baseType": { - "id": 289, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 288, - "name": "MultiRevocationRequest", - "nameLocations": [ - "13520:22:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 168, - "src": "13520:22:1" - }, - "referencedDeclaration": 168, - "src": "13520:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiRevocationRequest_$168_storage_ptr", - "typeString": "struct MultiRevocationRequest" - } - }, - "id": 290, - "nodeType": "ArrayTypeName", - "src": "13520:24:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$168_storage_$dyn_storage_ptr", - "typeString": "struct MultiRevocationRequest[]" - } - }, - "visibility": "internal" - } - ], - "src": "13519:49:1" - }, - "returnParameters": { - "id": 293, - "nodeType": "ParameterList", - "parameters": [], - "src": "13585:0:1" - }, - "scope": 372, - "src": "13499:87:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 295, - "nodeType": "StructuredDocumentation", - "src": "13592:1229:1", - "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": 302, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiRevokeByDelegation", - "nameLocation": "14835:23:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 300, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 299, - "mutability": "mutable", - "name": "multiDelegatedRequests", - "nameLocation": "14911:22:1", - "nodeType": "VariableDeclaration", - "scope": 302, - "src": "14868:65:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedRevocationRequest_$184_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedRevocationRequest[]" - }, - "typeName": { - "baseType": { - "id": 297, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 296, - "name": "MultiDelegatedRevocationRequest", - "nameLocations": [ - "14868:31:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 184, - "src": "14868:31:1" - }, - "referencedDeclaration": 184, - "src": "14868:31:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedRevocationRequest_$184_storage_ptr", - "typeString": "struct MultiDelegatedRevocationRequest" - } - }, - "id": 298, - "nodeType": "ArrayTypeName", - "src": "14868:33:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedRevocationRequest_$184_storage_$dyn_storage_ptr", - "typeString": "struct MultiDelegatedRevocationRequest[]" - } - }, - "visibility": "internal" - } - ], - "src": "14858:81:1" - }, - "returnParameters": { - "id": 301, - "nodeType": "ParameterList", - "parameters": [], - "src": "14956:0:1" - }, - "scope": 372, - "src": "14826:131:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 303, - "nodeType": "StructuredDocumentation", - "src": "14963:154:1", - "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": 310, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "timestamp", - "nameLocation": "15131:9:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 306, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 305, - "mutability": "mutable", - "name": "data", - "nameLocation": "15149:4:1", - "nodeType": "VariableDeclaration", - "scope": 310, - "src": "15141:12:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 304, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "15141:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "15140:14:1" - }, - "returnParameters": { - "id": 309, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 308, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 310, - "src": "15173:6:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 307, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "15173:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "15172:8:1" - }, - "scope": 372, - "src": "15122:59:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 311, - "nodeType": "StructuredDocumentation", - "src": "15187:163:1", - "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": 319, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiTimestamp", - "nameLocation": "15364:14:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 315, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 314, - "mutability": "mutable", - "name": "data", - "nameLocation": "15398:4:1", - "nodeType": "VariableDeclaration", - "scope": 319, - "src": "15379:23:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 312, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "15379:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 313, - "nodeType": "ArrayTypeName", - "src": "15379:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "src": "15378:25:1" - }, - "returnParameters": { - "id": 318, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 317, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 319, - "src": "15422:6:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 316, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "15422:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "15421:8:1" - }, - "scope": 372, - "src": "15355:75:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 320, - "nodeType": "StructuredDocumentation", - "src": "15436:147:1", - "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": 327, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "revokeOffchain", - "nameLocation": "15597:14:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 323, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 322, - "mutability": "mutable", - "name": "data", - "nameLocation": "15620:4:1", - "nodeType": "VariableDeclaration", - "scope": 327, - "src": "15612:12:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 321, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "15612:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "15611:14:1" - }, - "returnParameters": { - "id": 326, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 325, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 327, - "src": "15644:6:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 324, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "15644:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "15643:8:1" - }, - "scope": 372, - "src": "15588:64:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 328, - "nodeType": "StructuredDocumentation", - "src": "15658:156:1", - "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": 336, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiRevokeOffchain", - "nameLocation": "15828:19:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 332, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 331, - "mutability": "mutable", - "name": "data", - "nameLocation": "15867:4:1", - "nodeType": "VariableDeclaration", - "scope": 336, - "src": "15848:23:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 329, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "15848:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 330, - "nodeType": "ArrayTypeName", - "src": "15848:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "src": "15847:25:1" - }, - "returnParameters": { - "id": 335, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 334, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 336, - "src": "15891:6:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 333, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "15891:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "15890:8:1" - }, - "scope": 372, - "src": "15819:80:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 337, - "nodeType": "StructuredDocumentation", - "src": "15905:156:1", - "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": 345, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getAttestation", - "nameLocation": "16075:14:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 340, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 339, - "mutability": "mutable", - "name": "uid", - "nameLocation": "16098:3:1", - "nodeType": "VariableDeclaration", - "scope": 345, - "src": "16090:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 338, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "16090:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "16089:13:1" - }, - "returnParameters": { - "id": 344, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 343, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 345, - "src": "16126:18:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 342, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 341, - "name": "Attestation", - "nameLocations": [ - "16126:11:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "16126:11:1" - }, - "referencedDeclaration": 49, - "src": "16126:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "src": "16125:20:1" - }, - "scope": 372, - "src": "16066:80:1", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 346, - "nodeType": "StructuredDocumentation", - "src": "16152:155:1", - "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": 353, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "isAttestationValid", - "nameLocation": "16321:18:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 349, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 348, - "mutability": "mutable", - "name": "uid", - "nameLocation": "16348:3:1", - "nodeType": "VariableDeclaration", - "scope": 353, - "src": "16340:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 347, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "16340:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "16339:13:1" - }, - "returnParameters": { - "id": 352, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 351, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 353, - "src": "16376:4:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 350, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "16376:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "16375:6:1" - }, - "scope": 372, - "src": "16312:70:1", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 354, - "nodeType": "StructuredDocumentation", - "src": "16388:179:1", - "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": 361, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getTimestamp", - "nameLocation": "16581:12:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 357, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 356, - "mutability": "mutable", - "name": "data", - "nameLocation": "16602:4:1", - "nodeType": "VariableDeclaration", - "scope": 361, - "src": "16594:12:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 355, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "16594:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "16593:14:1" - }, - "returnParameters": { - "id": 360, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 359, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 361, - "src": "16631:6:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 358, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "16631:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "16630:8:1" - }, - "scope": 372, - "src": "16572:67:1", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 362, - "nodeType": "StructuredDocumentation", - "src": "16645:179:1", - "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": 371, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getRevokeOffchain", - "nameLocation": "16838:17:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 367, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 364, - "mutability": "mutable", - "name": "revoker", - "nameLocation": "16864:7:1", - "nodeType": "VariableDeclaration", - "scope": 371, - "src": "16856:15:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 363, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "16856:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 366, - "mutability": "mutable", - "name": "data", - "nameLocation": "16881:4:1", - "nodeType": "VariableDeclaration", - "scope": 371, - "src": "16873:12:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 365, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "16873:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "16855:31:1" - }, - "returnParameters": { - "id": 370, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 369, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 371, - "src": "16910:6:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 368, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "16910:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "16909:8:1" - }, - "scope": 372, - "src": "16829:89:1", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 373, - "src": "4065:12855:1", - "usedErrors": [], - "usedEvents": [ - 198, - 209, - 216, - 225 - ] - } - ], - "src": "33:16888:1" - }, - "id": 1 - }, - "@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol", - "exportedSymbols": { - "ISchemaRegistry": [ - 425 - ], - "ISchemaResolver": [ - 495 - ], - "ISemver": [ - 435 - ], - "SchemaRecord": [ - 389 - ] - }, - "id": 426, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 374, - "literals": [ - "solidity", - "^", - "0.8", - ".0" - ], - "nodeType": "PragmaDirective", - "src": "33:23:2" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol", - "file": "./ISemver.sol", - "id": 376, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 426, - "sourceUnit": 436, - "src": "58:40:2", - "symbolAliases": [ - { - "foreign": { - "id": 375, - "name": "ISemver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 435, - "src": "67:7:2", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol", - "file": "./resolver/ISchemaResolver.sol", - "id": 378, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 426, - "sourceUnit": 496, - "src": "100:65:2", - "symbolAliases": [ - { - "foreign": { - "id": 377, - "name": "ISchemaResolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 495, - "src": "109:15:2", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "canonicalName": "SchemaRecord", - "documentation": { - "id": 379, - "nodeType": "StructuredDocumentation", - "src": "167:67:2", - "text": "@notice A struct representing a record for a submitted schema." - }, - "id": 389, - "members": [ - { - "constant": false, - "id": 381, - "mutability": "mutable", - "name": "uid", - "nameLocation": "268:3:2", - "nodeType": "VariableDeclaration", - "scope": 389, - "src": "260:11:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 380, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "260:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 384, - "mutability": "mutable", - "name": "resolver", - "nameLocation": "333:8:2", - "nodeType": "VariableDeclaration", - "scope": 389, - "src": "317:24:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$495", - "typeString": "contract ISchemaResolver" - }, - "typeName": { - "id": 383, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 382, - "name": "ISchemaResolver", - "nameLocations": [ - "317:15:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 495, - "src": "317:15:2" - }, - "referencedDeclaration": 495, - "src": "317:15:2", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$495", - "typeString": "contract ISchemaResolver" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 386, - "mutability": "mutable", - "name": "revocable", - "nameLocation": "381:9:2", - "nodeType": "VariableDeclaration", - "scope": 389, - "src": "376:14:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 385, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "376:4:2", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 388, - "mutability": "mutable", - "name": "schema", - "nameLocation": "456:6:2", - "nodeType": "VariableDeclaration", - "scope": 389, - "src": "449:13:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - }, - "typeName": { - "id": 387, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "449:6:2", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "name": "SchemaRecord", - "nameLocation": "241:12:2", - "nodeType": "StructDefinition", - "scope": 426, - "src": "234:285:2", - "visibility": "public" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 391, - "name": "ISemver", - "nameLocations": [ - "680:7:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 435, - "src": "680:7:2" - }, - "id": 392, - "nodeType": "InheritanceSpecifier", - "src": "680:7:2" - } - ], - "canonicalName": "ISchemaRegistry", - "contractDependencies": [], - "contractKind": "interface", - "documentation": { - "id": 390, - "nodeType": "StructuredDocumentation", - "src": "521:130:2", - "text": "@title ISchemaRegistry\n @notice The interface of global attestation schemas for the Ethereum Attestation Service protocol." - }, - "fullyImplemented": false, - "id": 425, - "linearizedBaseContracts": [ - 425, - 435 - ], - "name": "ISchemaRegistry", - "nameLocation": "661:15:2", - "nodeType": "ContractDefinition", - "nodes": [ - { - "anonymous": false, - "documentation": { - "id": 393, - "nodeType": "StructuredDocumentation", - "src": "694:213:2", - "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": 402, - "name": "Registered", - "nameLocation": "918:10:2", - "nodeType": "EventDefinition", - "parameters": { - "id": 401, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 395, - "indexed": true, - "mutability": "mutable", - "name": "uid", - "nameLocation": "945:3:2", - "nodeType": "VariableDeclaration", - "scope": 402, - "src": "929:19:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 394, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "929:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 397, - "indexed": true, - "mutability": "mutable", - "name": "registerer", - "nameLocation": "966:10:2", - "nodeType": "VariableDeclaration", - "scope": 402, - "src": "950:26:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 396, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "950:7:2", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 400, - "indexed": false, - "mutability": "mutable", - "name": "schema", - "nameLocation": "991:6:2", - "nodeType": "VariableDeclaration", - "scope": 402, - "src": "978:19:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$389_memory_ptr", - "typeString": "struct SchemaRecord" - }, - "typeName": { - "id": 399, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 398, - "name": "SchemaRecord", - "nameLocations": [ - "978:12:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 389, - "src": "978:12:2" - }, - "referencedDeclaration": 389, - "src": "978:12:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$389_storage_ptr", - "typeString": "struct SchemaRecord" - } - }, - "visibility": "internal" - } - ], - "src": "928:70:2" - }, - "src": "912:87:2" - }, - { - "documentation": { - "id": 403, - "nodeType": "StructuredDocumentation", - "src": "1005:262:2", - "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": 415, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "register", - "nameLocation": "1281:8:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 411, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 405, - "mutability": "mutable", - "name": "schema", - "nameLocation": "1306:6:2", - "nodeType": "VariableDeclaration", - "scope": 415, - "src": "1290:22:2", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_string_calldata_ptr", - "typeString": "string" - }, - "typeName": { - "id": 404, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "1290:6:2", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 408, - "mutability": "mutable", - "name": "resolver", - "nameLocation": "1330:8:2", - "nodeType": "VariableDeclaration", - "scope": 415, - "src": "1314:24:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$495", - "typeString": "contract ISchemaResolver" - }, - "typeName": { - "id": 407, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 406, - "name": "ISchemaResolver", - "nameLocations": [ - "1314:15:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 495, - "src": "1314:15:2" - }, - "referencedDeclaration": 495, - "src": "1314:15:2", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$495", - "typeString": "contract ISchemaResolver" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 410, - "mutability": "mutable", - "name": "revocable", - "nameLocation": "1345:9:2", - "nodeType": "VariableDeclaration", - "scope": 415, - "src": "1340:14:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 409, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1340:4:2", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1289:66:2" - }, - "returnParameters": { - "id": 414, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 413, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 415, - "src": "1374:7:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 412, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1374:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "1373:9:2" - }, - "scope": 425, - "src": "1272:111:2", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 416, - "nodeType": "StructuredDocumentation", - "src": "1389:140:2", - "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": 424, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getSchema", - "nameLocation": "1543:9:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 419, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 418, - "mutability": "mutable", - "name": "uid", - "nameLocation": "1561:3:2", - "nodeType": "VariableDeclaration", - "scope": 424, - "src": "1553:11:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 417, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1553:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "1552:13:2" - }, - "returnParameters": { - "id": 423, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 422, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 424, - "src": "1589:19:2", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$389_memory_ptr", - "typeString": "struct SchemaRecord" - }, - "typeName": { - "id": 421, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 420, - "name": "SchemaRecord", - "nameLocations": [ - "1589:12:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 389, - "src": "1589:12:2" - }, - "referencedDeclaration": 389, - "src": "1589:12:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$389_storage_ptr", - "typeString": "struct SchemaRecord" - } - }, - "visibility": "internal" - } - ], - "src": "1588:21:2" - }, - "scope": 425, - "src": "1534:76:2", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 426, - "src": "651:961:2", - "usedErrors": [], - "usedEvents": [ - 402 - ] - } - ], - "src": "33:1580:2" - }, - "id": 2 - }, - "@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol", - "exportedSymbols": { - "ISemver": [ - 435 - ] - }, - "id": 436, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 427, - "literals": [ - "solidity", - "^", - "0.8", - ".0" - ], - "nodeType": "PragmaDirective", - "src": "33:23:3" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "ISemver", - "contractDependencies": [], - "contractKind": "interface", - "documentation": { - "id": 428, - "nodeType": "StructuredDocumentation", - "src": "58:51:3", - "text": "@title ISemver\n @notice A semver interface." - }, - "fullyImplemented": false, - "id": 435, - "linearizedBaseContracts": [ - 435 - ], - "name": "ISemver", - "nameLocation": "119:7:3", - "nodeType": "ContractDefinition", - "nodes": [ - { - "documentation": { - "id": 429, - "nodeType": "StructuredDocumentation", - "src": "133:106:3", - "text": "@notice Returns the full semver contract version.\n @return Semver contract version as a string." - }, - "functionSelector": "54fd4d50", - "id": 434, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "version", - "nameLocation": "253:7:3", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 430, - "nodeType": "ParameterList", - "parameters": [], - "src": "260:2:3" - }, - "returnParameters": { - "id": 433, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 432, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 434, - "src": "286:13:3", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 431, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "286:6:3", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "285:15:3" - }, - "scope": 435, - "src": "244:57:3", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 436, - "src": "109:194:3", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "33:271:3" - }, - "id": 3 - }, - "@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol", - "exportedSymbols": { - "Attestation": [ - 49 - ], - "ISchemaResolver": [ - 495 - ], - "ISemver": [ - 435 - ] - }, - "id": 496, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 437, - "literals": [ - "solidity", - "^", - "0.8", - ".0" - ], - "nodeType": "PragmaDirective", - "src": "33:23:4" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol", - "file": "../ISemver.sol", - "id": 439, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 496, - "sourceUnit": 436, - "src": "58:41:4", - "symbolAliases": [ - { - "foreign": { - "id": 438, - "name": "ISemver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 435, - "src": "67:7:4", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Common.sol", - "file": "../Common.sol", - "id": 441, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 496, - "sourceUnit": 66, - "src": "100:44:4", - "symbolAliases": [ - { - "foreign": { - "id": 440, - "name": "Attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 49, - "src": "109:11:4", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 443, - "name": "ISemver", - "nameLocations": [ - "260:7:4" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 435, - "src": "260:7:4" - }, - "id": 444, - "nodeType": "InheritanceSpecifier", - "src": "260:7:4" - } - ], - "canonicalName": "ISchemaResolver", - "contractDependencies": [], - "contractKind": "interface", - "documentation": { - "id": 442, - "nodeType": "StructuredDocumentation", - "src": "146:85:4", - "text": "@title ISchemaResolver\n @notice The interface of an optional schema resolver." - }, - "fullyImplemented": false, - "id": 495, - "linearizedBaseContracts": [ - 495, - 435 - ], - "name": "ISchemaResolver", - "nameLocation": "241:15:4", - "nodeType": "ContractDefinition", - "nodes": [ - { - "documentation": { - "id": 445, - "nodeType": "StructuredDocumentation", - "src": "274:112:4", - "text": "@notice Checks if the resolver can be sent ETH.\n @return Whether the resolver supports ETH transfers." - }, - "functionSelector": "ce46e046", - "id": 450, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "isPayable", - "nameLocation": "400:9:4", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 446, - "nodeType": "ParameterList", - "parameters": [], - "src": "409:2:4" - }, - "returnParameters": { - "id": 449, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 448, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 450, - "src": "435:4:4", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 447, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "435:4:4", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "434:6:4" - }, - "scope": 495, - "src": "391:50:4", - "stateMutability": "pure", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 451, - "nodeType": "StructuredDocumentation", - "src": "447:167:4", - "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": 459, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "attest", - "nameLocation": "628:6:4", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 455, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 454, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "656:11:4", - "nodeType": "VariableDeclaration", - "scope": 459, - "src": "635:32:4", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 453, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 452, - "name": "Attestation", - "nameLocations": [ - "635:11:4" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "635:11:4" - }, - "referencedDeclaration": 49, - "src": "635:11:4", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "src": "634:34:4" - }, - "returnParameters": { - "id": 458, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 457, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 459, - "src": "695:4:4", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 456, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "695:4:4", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "694:6:4" - }, - "scope": 495, - "src": "619:82:4", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 460, - "nodeType": "StructuredDocumentation", - "src": "707:268:4", - "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": 472, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiAttest", - "nameLocation": "989:11:4", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 468, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 464, - "mutability": "mutable", - "name": "attestations", - "nameLocation": "1033:12:4", - "nodeType": "VariableDeclaration", - "scope": 472, - "src": "1010:35:4", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct Attestation[]" - }, - "typeName": { - "baseType": { - "id": 462, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 461, - "name": "Attestation", - "nameLocations": [ - "1010:11:4" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "1010:11:4" - }, - "referencedDeclaration": 49, - "src": "1010:11:4", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "id": 463, - "nodeType": "ArrayTypeName", - "src": "1010:13:4", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_storage_$dyn_storage_ptr", - "typeString": "struct Attestation[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 467, - "mutability": "mutable", - "name": "values", - "nameLocation": "1074:6:4", - "nodeType": "VariableDeclaration", - "scope": 472, - "src": "1055:25:4", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr", - "typeString": "uint256[]" - }, - "typeName": { - "baseType": { - "id": 465, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1055:7:4", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 466, - "nodeType": "ArrayTypeName", - "src": "1055:9:4", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", - "typeString": "uint256[]" - } - }, - "visibility": "internal" - } - ], - "src": "1000:86:4" - }, - "returnParameters": { - "id": 471, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 470, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 472, - "src": "1113:4:4", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 469, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1113:4:4", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1112:6:4" - }, - "scope": 495, - "src": "980:139:4", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 473, - "nodeType": "StructuredDocumentation", - "src": "1125:205:4", - "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": 481, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "revoke", - "nameLocation": "1344:6:4", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 477, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 476, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "1372:11:4", - "nodeType": "VariableDeclaration", - "scope": 481, - "src": "1351:32:4", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 475, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 474, - "name": "Attestation", - "nameLocations": [ - "1351:11:4" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "1351:11:4" - }, - "referencedDeclaration": 49, - "src": "1351:11:4", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "src": "1350:34:4" - }, - "returnParameters": { - "id": 480, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 479, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 481, - "src": "1411:4:4", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 478, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1411:4:4", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1410:6:4" - }, - "scope": 495, - "src": "1335:82:4", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 482, - "nodeType": "StructuredDocumentation", - "src": "1423:297:4", - "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": 494, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiRevoke", - "nameLocation": "1734:11:4", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 490, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 486, - "mutability": "mutable", - "name": "attestations", - "nameLocation": "1778:12:4", - "nodeType": "VariableDeclaration", - "scope": 494, - "src": "1755:35:4", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct Attestation[]" - }, - "typeName": { - "baseType": { - "id": 484, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 483, - "name": "Attestation", - "nameLocations": [ - "1755:11:4" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "1755:11:4" - }, - "referencedDeclaration": 49, - "src": "1755:11:4", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "id": 485, - "nodeType": "ArrayTypeName", - "src": "1755:13:4", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_storage_$dyn_storage_ptr", - "typeString": "struct Attestation[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 489, - "mutability": "mutable", - "name": "values", - "nameLocation": "1819:6:4", - "nodeType": "VariableDeclaration", - "scope": 494, - "src": "1800:25:4", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr", - "typeString": "uint256[]" - }, - "typeName": { - "baseType": { - "id": 487, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1800:7:4", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 488, - "nodeType": "ArrayTypeName", - "src": "1800:9:4", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", - "typeString": "uint256[]" - } - }, - "visibility": "internal" - } - ], - "src": "1745:86:4" - }, - "returnParameters": { - "id": 493, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 492, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 494, - "src": "1858:4:4", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 491, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1858:4:4", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1857:6:4" - }, - "scope": 495, - "src": "1725:139:4", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - } - ], - "scope": 496, - "src": "231:1635:4", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "33:1834:4" - }, - "id": 4 - }, - "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol", - "exportedSymbols": { - "AccessManagerUpgradeable": [ - 2614 - ], - "Address": [ - 4031 - ], - "ContextUpgradeable": [ - 2914 - ], - "IAccessManaged": [ - 3324 - ], - "IAccessManager": [ - 3756 - ], - "Initializable": [ - 2868 - ], - "Math": [ - 5741 - ], - "MulticallUpgradeable": [ - 3017 - ], - "Time": [ - 7780 - ] - }, - "id": 2615, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 497, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "116:24:5" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "file": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "id": 499, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2615, - "sourceUnit": 3757, - "src": "142:89:5", - "symbolAliases": [ - { - "foreign": { - "id": 498, - "name": "IAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3756, - "src": "150:14:5", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManaged.sol", - "file": "@openzeppelin/contracts/access/manager/IAccessManaged.sol", - "id": 501, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2615, - "sourceUnit": 3325, - "src": "232:89:5", - "symbolAliases": [ - { - "foreign": { - "id": 500, - "name": "IAccessManaged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3324, - "src": "240:14:5", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/Address.sol", - "file": "@openzeppelin/contracts/utils/Address.sol", - "id": 503, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2615, - "sourceUnit": 4032, - "src": "322:66:5", - "symbolAliases": [ - { - "foreign": { - "id": 502, - "name": "Address", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4031, - "src": "330:7:5", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", - "file": "../../utils/ContextUpgradeable.sol", - "id": 505, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2615, - "sourceUnit": 2915, - "src": "389:70:5", - "symbolAliases": [ - { - "foreign": { - "id": 504, - "name": "ContextUpgradeable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2914, - "src": "397:18:5", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/utils/MulticallUpgradeable.sol", - "file": "../../utils/MulticallUpgradeable.sol", - "id": 507, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2615, - "sourceUnit": 3018, - "src": "460:74:5", - "symbolAliases": [ - { - "foreign": { - "id": 506, - "name": "MulticallUpgradeable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3017, - "src": "468:20:5", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/math/Math.sol", - "file": "@openzeppelin/contracts/utils/math/Math.sol", - "id": 509, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2615, - "sourceUnit": 5742, - "src": "535:65:5", - "symbolAliases": [ - { - "foreign": { - "id": 508, - "name": "Math", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5741, - "src": "543:4:5", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/types/Time.sol", - "file": "@openzeppelin/contracts/utils/types/Time.sol", - "id": 511, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2615, - "sourceUnit": 7781, - "src": "601:66:5", - "symbolAliases": [ - { - "foreign": { - "id": 510, - "name": "Time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7780, - "src": "609:4:5", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", - "file": "../../proxy/utils/Initializable.sol", - "id": 513, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2615, - "sourceUnit": 2869, - "src": "668:66:5", - "symbolAliases": [ - { - "foreign": { - "id": 512, - "name": "Initializable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2868, - "src": "676:13:5", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 515, - "name": "Initializable", - "nameLocations": [ - "3998:13:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2868, - "src": "3998:13:5" - }, - "id": 516, - "nodeType": "InheritanceSpecifier", - "src": "3998:13:5" - }, - { - "baseName": { - "id": 517, - "name": "ContextUpgradeable", - "nameLocations": [ - "4013:18:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2914, - "src": "4013:18:5" - }, - "id": 518, - "nodeType": "InheritanceSpecifier", - "src": "4013:18:5" - }, - { - "baseName": { - "id": 519, - "name": "MulticallUpgradeable", - "nameLocations": [ - "4033:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3017, - "src": "4033:20:5" - }, - "id": 520, - "nodeType": "InheritanceSpecifier", - "src": "4033:20:5" - }, - { - "baseName": { - "id": 521, - "name": "IAccessManager", - "nameLocations": [ - "4055:14:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3756, - "src": "4055:14:5" - }, - "id": 522, - "nodeType": "InheritanceSpecifier", - "src": "4055:14:5" - } - ], - "canonicalName": "AccessManagerUpgradeable", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 514, - "nodeType": "StructuredDocumentation", - "src": "736:3224:5", - "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": 2614, - "linearizedBaseContracts": [ - 2614, - 3756, - 3017, - 2914, - 2868 - ], - "name": "AccessManagerUpgradeable", - "nameLocation": "3970:24:5", - "nodeType": "ContractDefinition", - "nodes": [ - { - "global": false, - "id": 524, - "libraryName": { - "id": 523, - "name": "Time", - "nameLocations": [ - "4082:4:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7780, - "src": "4082:4:5" - }, - "nodeType": "UsingForDirective", - "src": "4076:17:5" - }, - { - "canonicalName": "AccessManagerUpgradeable.TargetConfig", - "id": 534, - "members": [ - { - "constant": false, - "id": 528, - "mutability": "mutable", - "name": "allowedRoles", - "nameLocation": "4235:12:5", - "nodeType": "VariableDeclaration", - "scope": 534, - "src": "4193:54:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes4_$_t_uint64_$", - "typeString": "mapping(bytes4 => uint64)" - }, - "typeName": { - "id": 527, - "keyName": "selector", - "keyNameLocation": "4208:8:5", - "keyType": { - "id": 525, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "4201:6:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "Mapping", - "src": "4193:41:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes4_$_t_uint64_$", - "typeString": "mapping(bytes4 => uint64)" - }, - "valueName": "roleId", - "valueNameLocation": "4227:6:5", - "valueType": { - "id": 526, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "4220:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 531, - "mutability": "mutable", - "name": "adminDelay", - "nameLocation": "4268:10:5", - "nodeType": "VariableDeclaration", - "scope": 534, - "src": "4257:21:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 530, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 529, - "name": "Time.Delay", - "nameLocations": [ - "4257:4:5", - "4262:5:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7543, - "src": "4257:10:5" - }, - "referencedDeclaration": 7543, - "src": "4257:10:5", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 533, - "mutability": "mutable", - "name": "closed", - "nameLocation": "4293:6:5", - "nodeType": "VariableDeclaration", - "scope": 534, - "src": "4288:11:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 532, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4288:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "name": "TargetConfig", - "nameLocation": "4170:12:5", - "nodeType": "StructDefinition", - "scope": 2614, - "src": "4163:143:5", - "visibility": "public" - }, - { - "canonicalName": "AccessManagerUpgradeable.Access", - "id": 540, - "members": [ - { - "constant": false, - "id": 536, - "mutability": "mutable", - "name": "since", - "nameLocation": "4601:5:5", - "nodeType": "VariableDeclaration", - "scope": 540, - "src": "4594:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 535, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "4594:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 539, - "mutability": "mutable", - "name": "delay", - "nameLocation": "4707:5:5", - "nodeType": "VariableDeclaration", - "scope": 540, - "src": "4696:16:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 538, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 537, - "name": "Time.Delay", - "nameLocations": [ - "4696:4:5", - "4701:5:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7543, - "src": "4696:10:5" - }, - "referencedDeclaration": 7543, - "src": "4696:10:5", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - } - ], - "name": "Access", - "nameLocation": "4425:6:5", - "nodeType": "StructDefinition", - "scope": 2614, - "src": "4418:301:5", - "visibility": "public" - }, - { - "canonicalName": "AccessManagerUpgradeable.Role", - "id": 553, - "members": [ - { - "constant": false, - "id": 545, - "mutability": "mutable", - "name": "members", - "nameLocation": "4870:7:5", - "nodeType": "VariableDeclaration", - "scope": 553, - "src": "4831:46:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$540_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access)" - }, - "typeName": { - "id": 544, - "keyName": "user", - "keyNameLocation": "4847:4:5", - "keyType": { - "id": 541, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4839:7:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Mapping", - "src": "4831:38:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$540_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access)" - }, - "valueName": "access", - "valueNameLocation": "4862:6:5", - "valueType": { - "id": 543, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 542, - "name": "Access", - "nameLocations": [ - "4855:6:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 540, - "src": "4855:6:5" - }, - "referencedDeclaration": 540, - "src": "4855:6:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$540_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.Access" - } - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 547, - "mutability": "mutable", - "name": "admin", - "nameLocation": "4948:5:5", - "nodeType": "VariableDeclaration", - "scope": 553, - "src": "4941:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 546, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "4941:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 549, - "mutability": "mutable", - "name": "guardian", - "nameLocation": "5057:8:5", - "nodeType": "VariableDeclaration", - "scope": 553, - "src": "5050:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 548, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5050:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 552, - "mutability": "mutable", - "name": "grantDelay", - "nameLocation": "5155:10:5", - "nodeType": "VariableDeclaration", - "scope": 553, - "src": "5144:21:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 551, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 550, - "name": "Time.Delay", - "nameLocations": [ - "5144:4:5", - "5149:5:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7543, - "src": "5144:10:5" - }, - "referencedDeclaration": 7543, - "src": "5144:10:5", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - } - ], - "name": "Role", - "nameLocation": "4784:4:5", - "nodeType": "StructDefinition", - "scope": 2614, - "src": "4777:395:5", - "visibility": "public" - }, - { - "canonicalName": "AccessManagerUpgradeable.Schedule", - "id": 558, - "members": [ - { - "constant": false, - "id": 555, - "mutability": "mutable", - "name": "timepoint", - "nameLocation": "5377:9:5", - "nodeType": "VariableDeclaration", - "scope": 558, - "src": "5370:16:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 554, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "5370:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 557, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "5488:5:5", - "nodeType": "VariableDeclaration", - "scope": 558, - "src": "5481:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 556, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "5481:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "name": "Schedule", - "nameLocation": "5293:8:5", - "nodeType": "StructDefinition", - "scope": 2614, - "src": "5286:214:5", - "visibility": "public" - }, - { - "constant": true, - "documentation": { - "id": 559, - "nodeType": "StructuredDocumentation", - "src": "5506:173:5", - "text": " @dev The identifier of the admin role. Required to perform most configuration operations including\n other roles' management and target restrictions." - }, - "functionSelector": "75b238fc", - "id": 566, - "mutability": "constant", - "name": "ADMIN_ROLE", - "nameLocation": "5707:10:5", - "nodeType": "VariableDeclaration", - "scope": 2614, - "src": "5684:52:5", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 560, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5684:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "value": { - "expression": { - "arguments": [ - { - "id": 563, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5725:6:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 562, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5725:6:5", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - } - ], - "id": 561, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "5720:4:5", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 564, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5720:12:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint64", - "typeString": "type(uint64)" - } - }, - "id": 565, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "5733:3:5", - "memberName": "min", - "nodeType": "MemberAccess", - "src": "5720:16:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "public" - }, - { - "constant": true, - "documentation": { - "id": 567, - "nodeType": "StructuredDocumentation", - "src": "5748:112:5", - "text": " @dev The identifier of the public role. Automatically granted to all addresses with no delay." - }, - "functionSelector": "3ca7c02a", - "id": 574, - "mutability": "constant", - "name": "PUBLIC_ROLE", - "nameLocation": "5888:11:5", - "nodeType": "VariableDeclaration", - "scope": 2614, - "src": "5865:53:5", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 568, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5865:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "value": { - "expression": { - "arguments": [ - { - "id": 571, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5907:6:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 570, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5907:6:5", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - } - ], - "id": 569, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "5902:4:5", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 572, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5902:12:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint64", - "typeString": "type(uint64)" - } - }, - "id": 573, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "5915:3:5", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "5902:16:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "public" - }, - { - "canonicalName": "AccessManagerUpgradeable.AccessManagerStorage", - "documentation": { - "id": 575, - "nodeType": "StructuredDocumentation", - "src": "5936:71:5", - "text": "@custom:storage-location erc7201:openzeppelin.storage.AccessManager" - }, - "id": 593, - "members": [ - { - "constant": false, - "id": 580, - "mutability": "mutable", - "name": "_targets", - "nameLocation": "6095:8:5", - "nodeType": "VariableDeclaration", - "scope": 593, - "src": "6050:53:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$534_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig)" - }, - "typeName": { - "id": 579, - "keyName": "target", - "keyNameLocation": "6066:6:5", - "keyType": { - "id": 576, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "6058:7:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Mapping", - "src": "6050:44:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$534_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig)" - }, - "valueName": "mode", - "valueNameLocation": "6089:4:5", - "valueType": { - "id": 578, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 577, - "name": "TargetConfig", - "nameLocations": [ - "6076:12:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 534, - "src": "6076:12:5" - }, - "referencedDeclaration": 534, - "src": "6076:12:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$534_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.TargetConfig" - } - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 585, - "mutability": "mutable", - "name": "_roles", - "nameLocation": "6144:6:5", - "nodeType": "VariableDeclaration", - "scope": 593, - "src": "6113:37:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role)" - }, - "typeName": { - "id": 584, - "keyName": "roleId", - "keyNameLocation": "6128:6:5", - "keyType": { - "id": 581, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6121:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Mapping", - "src": "6113:30:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role)" - }, - "valueName": "", - "valueNameLocation": "-1:-1:-1", - "valueType": { - "id": 583, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 582, - "name": "Role", - "nameLocations": [ - "6138:4:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 553, - "src": "6138:4:5" - }, - "referencedDeclaration": 553, - "src": "6138:4:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.Role" - } - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 590, - "mutability": "mutable", - "name": "_schedules", - "nameLocation": "6201:10:5", - "nodeType": "VariableDeclaration", - "scope": 593, - "src": "6160:51:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$558_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule)" - }, - "typeName": { - "id": 589, - "keyName": "operationId", - "keyNameLocation": "6176:11:5", - "keyType": { - "id": 586, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6168:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Mapping", - "src": "6160:40:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$558_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule)" - }, - "valueName": "", - "valueNameLocation": "-1:-1:-1", - "valueType": { - "id": 588, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 587, - "name": "Schedule", - "nameLocations": [ - "6191:8:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 558, - "src": "6191:8:5" - }, - "referencedDeclaration": 558, - "src": "6191:8:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$558_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.Schedule" - } - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 592, - "mutability": "mutable", - "name": "_executionId", - "nameLocation": "6389:12:5", - "nodeType": "VariableDeclaration", - "scope": 593, - "src": "6381:20:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 591, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6381:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "name": "AccessManagerStorage", - "nameLocation": "6019:20:5", - "nodeType": "StructDefinition", - "scope": 2614, - "src": "6012:396:5", - "visibility": "public" - }, - { - "constant": true, - "id": 596, - "mutability": "constant", - "name": "AccessManagerStorageLocation", - "nameLocation": "6556:28:5", - "nodeType": "VariableDeclaration", - "scope": 2614, - "src": "6531:122:5", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 594, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6531:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "value": { - "hexValue": "307834306336633863323837383938353363376566643832336162323038323462626437313731386138613539313565383535663666323838633961323661643030", - "id": 595, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6587:66:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_29299243621927912501975100674646232566047861093815282902029844633489617890560_by_1", - "typeString": "int_const 2929...(69 digits omitted)...0560" - }, - "value": "0x40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00" - }, - "visibility": "private" - }, - { - "body": { - "id": 603, - "nodeType": "Block", - "src": "6750:87:5", - "statements": [ - { - "AST": { - "nativeSrc": "6769:62:5", - "nodeType": "YulBlock", - "src": "6769:62:5", - "statements": [ - { - "nativeSrc": "6783:38:5", - "nodeType": "YulAssignment", - "src": "6783:38:5", - "value": { - "name": "AccessManagerStorageLocation", - "nativeSrc": "6793:28:5", - "nodeType": "YulIdentifier", - "src": "6793:28:5" - }, - "variableNames": [ - { - "name": "$.slot", - "nativeSrc": "6783:6:5", - "nodeType": "YulIdentifier", - "src": "6783:6:5" - } - ] - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 600, - "isOffset": false, - "isSlot": true, - "src": "6783:6:5", - "suffix": "slot", - "valueSize": 1 - }, - { - "declaration": 596, - "isOffset": false, - "isSlot": false, - "src": "6793:28:5", - "valueSize": 1 - } - ], - "id": 602, - "nodeType": "InlineAssembly", - "src": "6760:71:5" - } - ] - }, - "id": 604, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_getAccessManagerStorage", - "nameLocation": "6669:24:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 597, - "nodeType": "ParameterList", - "parameters": [], - "src": "6693:2:5" - }, - "returnParameters": { - "id": 601, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 600, - "mutability": "mutable", - "name": "$", - "nameLocation": "6747:1:5", - "nodeType": "VariableDeclaration", - "scope": 604, - "src": "6718:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 599, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 598, - "name": "AccessManagerStorage", - "nameLocations": [ - "6718:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "6718:20:5" - }, - "referencedDeclaration": 593, - "src": "6718:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "src": "6717:32:5" - }, - "scope": 2614, - "src": "6660:177:5", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 611, - "nodeType": "Block", - "src": "7051:46:5", - "statements": [ - { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 607, - "name": "_checkAuthorized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2234, - "src": "7061:16:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", - "typeString": "function ()" - } - }, - "id": 608, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7061:18:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 609, - "nodeType": "ExpressionStatement", - "src": "7061:18:5" - }, - { - "id": 610, - "nodeType": "PlaceholderStatement", - "src": "7089:1:5" - } - ] - }, - "documentation": { - "id": 605, - "nodeType": "StructuredDocumentation", - "src": "6843:177:5", - "text": " @dev Check that the caller is authorized to perform the operation.\n See {AccessManager} description for a detailed breakdown of the authorization logic." - }, - "id": 612, - "name": "onlyAuthorized", - "nameLocation": "7034:14:5", - "nodeType": "ModifierDefinition", - "parameters": { - "id": 606, - "nodeType": "ParameterList", - "parameters": [], - "src": "7048:2:5" - }, - "src": "7025:72:5", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 623, - "nodeType": "Block", - "src": "7172:51:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 620, - "name": "initialAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 614, - "src": "7203:12:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 619, - "name": "__AccessManager_init", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 636, - "src": "7182:20:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 621, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7182:34:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 622, - "nodeType": "ExpressionStatement", - "src": "7182:34:5" - } - ] - }, - "functionSelector": "c4d66de8", - "id": 624, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 617, - "kind": "modifierInvocation", - "modifierName": { - "id": 616, - "name": "initializer", - "nameLocations": [ - "7160:11:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2722, - "src": "7160:11:5" - }, - "nodeType": "ModifierInvocation", - "src": "7160:11:5" - } - ], - "name": "initialize", - "nameLocation": "7112:10:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 615, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 614, - "mutability": "mutable", - "name": "initialAdmin", - "nameLocation": "7131:12:5", - "nodeType": "VariableDeclaration", - "scope": 624, - "src": "7123:20:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 613, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "7123:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "7122:22:5" - }, - "returnParameters": { - "id": 618, - "nodeType": "ParameterList", - "parameters": [], - "src": "7172:0:5" - }, - "scope": 2614, - "src": "7103:120:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 635, - "nodeType": "Block", - "src": "7306:61:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 632, - "name": "initialAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 626, - "src": "7347:12:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 631, - "name": "__AccessManager_init_unchained", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 666, - "src": "7316:30:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 633, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7316:44:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 634, - "nodeType": "ExpressionStatement", - "src": "7316:44:5" - } - ] - }, - "id": 636, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 629, - "kind": "modifierInvocation", - "modifierName": { - "id": 628, - "name": "onlyInitializing", - "nameLocations": [ - "7289:16:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2777, - "src": "7289:16:5" - }, - "nodeType": "ModifierInvocation", - "src": "7289:16:5" - } - ], - "name": "__AccessManager_init", - "nameLocation": "7237:20:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 627, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 626, - "mutability": "mutable", - "name": "initialAdmin", - "nameLocation": "7266:12:5", - "nodeType": "VariableDeclaration", - "scope": 636, - "src": "7258:20:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 625, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "7258:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "7257:22:5" - }, - "returnParameters": { - "id": 630, - "nodeType": "ParameterList", - "parameters": [], - "src": "7306:0:5" - }, - "scope": 2614, - "src": "7228:139:5", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 665, - "nodeType": "Block", - "src": "7461:249:5", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 648, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 643, - "name": "initialAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 638, - "src": "7475:12:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 646, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7499:1:5", - "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": 645, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "7491:7:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 644, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "7491:7:5", - "typeDescriptions": {} - } - }, - "id": 647, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7491:10:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "7475:26:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 657, - "nodeType": "IfStatement", - "src": "7471:108:5", - "trueBody": { - "id": 656, - "nodeType": "Block", - "src": "7503:76:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "arguments": [ - { - "hexValue": "30", - "id": 652, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7565:1:5", - "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": 651, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "7557:7:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 650, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "7557:7:5", - "typeDescriptions": {} - } - }, - "id": 653, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7557:10:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 649, - "name": "AccessManagerInvalidInitialAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3486, - "src": "7524:32:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 654, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7524:44:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 655, - "nodeType": "RevertStatement", - "src": "7517:51:5" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 659, - "name": "ADMIN_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 566, - "src": "7672:10:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 660, - "name": "initialAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 638, - "src": "7684:12:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "hexValue": "30", - "id": 661, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7698:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - { - "hexValue": "30", - "id": 662, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7701:1:5", - "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": 658, - "name": "_grantRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1231, - "src": "7661:10:5", - "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": 663, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7661:42:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 664, - "nodeType": "ExpressionStatement", - "src": "7661:42:5" - } - ] - }, - "id": 666, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 641, - "kind": "modifierInvocation", - "modifierName": { - "id": 640, - "name": "onlyInitializing", - "nameLocations": [ - "7444:16:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2777, - "src": "7444:16:5" - }, - "nodeType": "ModifierInvocation", - "src": "7444:16:5" - } - ], - "name": "__AccessManager_init_unchained", - "nameLocation": "7382:30:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 639, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 638, - "mutability": "mutable", - "name": "initialAdmin", - "nameLocation": "7421:12:5", - "nodeType": "VariableDeclaration", - "scope": 666, - "src": "7413:20:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 637, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "7413:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "7412:22:5" - }, - "returnParameters": { - "id": 642, - "nodeType": "ParameterList", - "parameters": [], - "src": "7461:0:5" - }, - "scope": 2614, - "src": "7373:337:5", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "baseFunctions": [ - 3500 - ], - "body": { - "id": 732, - "nodeType": "Block", - "src": "8026:647:5", - "statements": [ - { - "condition": { - "arguments": [ - { - "id": 681, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 671, - "src": "8055:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 680, - "name": "isTargetClosed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 772, - "src": "8040:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_bool_$", - "typeString": "function (address) view returns (bool)" - } - }, - "id": 682, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8040:22:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 693, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 688, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 669, - "src": "8116:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "id": 691, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "8134:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - ], - "id": 690, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8126:7:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 689, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "8126:7:5", - "typeDescriptions": {} - } - }, - "id": 692, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8126:13:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "8116:23:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 729, - "nodeType": "Block", - "src": "8433:234:5", - "statements": [ - { - "assignments": [ - 703 - ], - "declarations": [ - { - "constant": false, - "id": 703, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "8454:6:5", - "nodeType": "VariableDeclaration", - "scope": 729, - "src": "8447:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 702, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8447:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "id": 708, - "initialValue": { - "arguments": [ - { - "id": 705, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 671, - "src": "8485:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 706, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 673, - "src": "8493:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 704, - "name": "getTargetFunctionRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 797, - "src": "8463:21:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_uint64_$", - "typeString": "function (address,bytes4) view returns (uint64)" - } - }, - "id": 707, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8463:39:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "8447:55:5" - }, - { - "assignments": [ - 710, - 712 - ], - "declarations": [ - { - "constant": false, - "id": 710, - "mutability": "mutable", - "name": "isMember", - "nameLocation": "8522:8:5", - "nodeType": "VariableDeclaration", - "scope": 729, - "src": "8517:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 709, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "8517:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 712, - "mutability": "mutable", - "name": "currentDelay", - "nameLocation": "8539:12:5", - "nodeType": "VariableDeclaration", - "scope": 729, - "src": "8532:19:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 711, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "8532:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 717, - "initialValue": { - "arguments": [ - { - "id": 714, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 703, - "src": "8563:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 715, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 669, - "src": "8571:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 713, - "name": "hasRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 984, - "src": "8555:7:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$_t_address_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (uint64,address) view returns (bool,uint32)" - } - }, - "id": 716, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8555:23:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "8516:62:5" - }, - { - "expression": { - "condition": { - "id": 718, - "name": "isMember", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 710, - "src": "8599:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 724, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8647:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 725, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8654:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 726, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "8646:10:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "id": 727, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "8599:57:5", - "trueExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 721, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 719, - "name": "currentDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 712, - "src": "8611:12:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 720, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8627:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "8611:17:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 722, - "name": "currentDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 712, - "src": "8630:12:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "id": 723, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "8610:33:5", - "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": 679, - "id": 728, - "nodeType": "Return", - "src": "8592:64:5" - } - ] - }, - "id": 730, - "nodeType": "IfStatement", - "src": "8112:555:5", - "trueBody": { - "id": 701, - "nodeType": "Block", - "src": "8141:286:5", - "statements": [ - { - "expression": { - "components": [ - { - "arguments": [ - { - "id": 695, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 671, - "src": "8395:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 696, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 673, - "src": "8403:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 694, - "name": "_isExecuting", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2559, - "src": "8382:12:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_bool_$", - "typeString": "function (address,bytes4) view returns (bool)" - } - }, - "id": 697, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8382:30:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "hexValue": "30", - "id": 698, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8414:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 699, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "8381:35:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 679, - "id": 700, - "nodeType": "Return", - "src": "8374:42:5" - } - ] - } - }, - "id": 731, - "nodeType": "IfStatement", - "src": "8036:631:5", - "trueBody": { - "id": 687, - "nodeType": "Block", - "src": "8064:42:5", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 683, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8086:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 684, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8093:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 685, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "8085:10:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 679, - "id": 686, - "nodeType": "Return", - "src": "8078:17:5" - } - ] - } - } - ] - }, - "documentation": { - "id": 667, - "nodeType": "StructuredDocumentation", - "src": "7836:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "b7009613", - "id": 733, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "canCall", - "nameLocation": "7880:7:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 674, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 669, - "mutability": "mutable", - "name": "caller", - "nameLocation": "7905:6:5", - "nodeType": "VariableDeclaration", - "scope": 733, - "src": "7897:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 668, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "7897:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 671, - "mutability": "mutable", - "name": "target", - "nameLocation": "7929:6:5", - "nodeType": "VariableDeclaration", - "scope": 733, - "src": "7921:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 670, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "7921:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 673, - "mutability": "mutable", - "name": "selector", - "nameLocation": "7952:8:5", - "nodeType": "VariableDeclaration", - "scope": 733, - "src": "7945:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 672, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "7945:6:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "7887:79:5" - }, - "returnParameters": { - "id": 679, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 676, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "8001:9:5", - "nodeType": "VariableDeclaration", - "scope": 733, - "src": "7996:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 675, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "7996:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 678, - "mutability": "mutable", - "name": "delay", - "nameLocation": "8019:5:5", - "nodeType": "VariableDeclaration", - "scope": 733, - "src": "8012:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 677, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "8012:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "7995:30:5" - }, - "scope": 2614, - "src": "7871:802:5", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3506 - ], - "body": { - "id": 741, - "nodeType": "Block", - "src": "8773:31:5", - "statements": [ - { - "expression": { - "hexValue": "31", - "id": 739, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8790:7:5", - "subdenomination": "weeks", - "typeDescriptions": { - "typeIdentifier": "t_rational_604800_by_1", - "typeString": "int_const 604800" - }, - "value": "1" - }, - "functionReturnParameters": 738, - "id": 740, - "nodeType": "Return", - "src": "8783:14:5" - } - ] - }, - "documentation": { - "id": 734, - "nodeType": "StructuredDocumentation", - "src": "8679:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "4665096d", - "id": 742, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "expiration", - "nameLocation": "8723:10:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 735, - "nodeType": "ParameterList", - "parameters": [], - "src": "8733:2:5" - }, - "returnParameters": { - "id": 738, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 737, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 742, - "src": "8765:6:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 736, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "8765:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "8764:8:5" - }, - "scope": 2614, - "src": "8714:90:5", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3512 - ], - "body": { - "id": 750, - "nodeType": "Block", - "src": "8904:30:5", - "statements": [ - { - "expression": { - "hexValue": "35", - "id": 748, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8921:6:5", - "subdenomination": "days", - "typeDescriptions": { - "typeIdentifier": "t_rational_432000_by_1", - "typeString": "int_const 432000" - }, - "value": "5" - }, - "functionReturnParameters": 747, - "id": 749, - "nodeType": "Return", - "src": "8914:13:5" - } - ] - }, - "documentation": { - "id": 743, - "nodeType": "StructuredDocumentation", - "src": "8810:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "cc1b6c81", - "id": 751, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "minSetback", - "nameLocation": "8854:10:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 744, - "nodeType": "ParameterList", - "parameters": [], - "src": "8864:2:5" - }, - "returnParameters": { - "id": 747, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 746, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 751, - "src": "8896:6:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 745, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "8896:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "8895:8:5" - }, - "scope": 2614, - "src": "8845:89:5", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3520 - ], - "body": { - "id": 771, - "nodeType": "Block", - "src": "9050:118:5", - "statements": [ - { - "assignments": [ - 761 - ], - "declarations": [ - { - "constant": false, - "id": 761, - "mutability": "mutable", - "name": "$", - "nameLocation": "9089:1:5", - "nodeType": "VariableDeclaration", - "scope": 771, - "src": "9060:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 760, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 759, - "name": "AccessManagerStorage", - "nameLocations": [ - "9060:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "9060:20:5" - }, - "referencedDeclaration": 593, - "src": "9060:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 764, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 762, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "9093:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 763, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9093:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "9060:59:5" - }, - { - "expression": { - "expression": { - "baseExpression": { - "expression": { - "id": 765, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 761, - "src": "9136:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 766, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9138:8:5", - "memberName": "_targets", - "nodeType": "MemberAccess", - "referencedDeclaration": 580, - "src": "9136:10:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$534_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" - } - }, - "id": 768, - "indexExpression": { - "id": 767, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 754, - "src": "9147:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "9136:18:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$534_storage", - "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" - } - }, - "id": 769, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9155:6:5", - "memberName": "closed", - "nodeType": "MemberAccess", - "referencedDeclaration": 533, - "src": "9136:25:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 758, - "id": 770, - "nodeType": "Return", - "src": "9129:32:5" - } - ] - }, - "documentation": { - "id": 752, - "nodeType": "StructuredDocumentation", - "src": "8940:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "a166aa89", - "id": 772, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "isTargetClosed", - "nameLocation": "8984:14:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 755, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 754, - "mutability": "mutable", - "name": "target", - "nameLocation": "9007:6:5", - "nodeType": "VariableDeclaration", - "scope": 772, - "src": "8999:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 753, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "8999:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "8998:16:5" - }, - "returnParameters": { - "id": 758, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 757, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 772, - "src": "9044:4:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 756, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "9044:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "9043:6:5" - }, - "scope": 2614, - "src": "8975:193:5", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3530 - ], - "body": { - "id": 796, - "nodeType": "Block", - "src": "9310:134:5", - "statements": [ - { - "assignments": [ - 784 - ], - "declarations": [ - { - "constant": false, - "id": 784, - "mutability": "mutable", - "name": "$", - "nameLocation": "9349:1:5", - "nodeType": "VariableDeclaration", - "scope": 796, - "src": "9320:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 783, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 782, - "name": "AccessManagerStorage", - "nameLocations": [ - "9320:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "9320:20:5" - }, - "referencedDeclaration": 593, - "src": "9320:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 787, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 785, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "9353:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 786, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9353:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "9320:59:5" - }, - { - "expression": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 788, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 784, - "src": "9396:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 789, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9398:8:5", - "memberName": "_targets", - "nodeType": "MemberAccess", - "referencedDeclaration": 580, - "src": "9396:10:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$534_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" - } - }, - "id": 791, - "indexExpression": { - "id": 790, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 775, - "src": "9407:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "9396:18:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$534_storage", - "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" - } - }, - "id": 792, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9415:12:5", - "memberName": "allowedRoles", - "nodeType": "MemberAccess", - "referencedDeclaration": 528, - "src": "9396:31:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes4_$_t_uint64_$", - "typeString": "mapping(bytes4 => uint64)" - } - }, - "id": 794, - "indexExpression": { - "id": 793, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 777, - "src": "9428:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "9396:41:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 781, - "id": 795, - "nodeType": "Return", - "src": "9389:48:5" - } - ] - }, - "documentation": { - "id": 773, - "nodeType": "StructuredDocumentation", - "src": "9174:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "6d5115bd", - "id": 797, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getTargetFunctionRole", - "nameLocation": "9218:21:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 778, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 775, - "mutability": "mutable", - "name": "target", - "nameLocation": "9248:6:5", - "nodeType": "VariableDeclaration", - "scope": 797, - "src": "9240:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 774, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "9240:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 777, - "mutability": "mutable", - "name": "selector", - "nameLocation": "9263:8:5", - "nodeType": "VariableDeclaration", - "scope": 797, - "src": "9256:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 776, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "9256:6:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "9239:33:5" - }, - "returnParameters": { - "id": 781, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 780, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 797, - "src": "9302:6:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 779, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "9302:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "9301:8:5" - }, - "scope": 2614, - "src": "9209:235:5", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3538 - ], - "body": { - "id": 819, - "nodeType": "Block", - "src": "9567:128:5", - "statements": [ - { - "assignments": [ - 807 - ], - "declarations": [ - { - "constant": false, - "id": 807, - "mutability": "mutable", - "name": "$", - "nameLocation": "9606:1:5", - "nodeType": "VariableDeclaration", - "scope": 819, - "src": "9577:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 806, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 805, - "name": "AccessManagerStorage", - "nameLocations": [ - "9577:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "9577:20:5" - }, - "referencedDeclaration": 593, - "src": "9577:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 810, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 808, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "9610:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 809, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9610:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "9577:59:5" - }, - { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "expression": { - "baseExpression": { - "expression": { - "id": 811, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 807, - "src": "9653:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 812, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9655:8:5", - "memberName": "_targets", - "nodeType": "MemberAccess", - "referencedDeclaration": 580, - "src": "9653:10:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$534_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" - } - }, - "id": 814, - "indexExpression": { - "id": 813, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 800, - "src": "9664:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "9653:18:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$534_storage", - "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" - } - }, - "id": 815, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9672:10:5", - "memberName": "adminDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 531, - "src": "9653:29:5", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "id": 816, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9683:3:5", - "memberName": "get", - "nodeType": "MemberAccess", - "referencedDeclaration": 7634, - "src": "9653:33:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$7543_$returns$_t_uint32_$attached_to$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "function (Time.Delay) view returns (uint32)" - } - }, - "id": 817, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9653:35:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 804, - "id": 818, - "nodeType": "Return", - "src": "9646:42:5" - } - ] - }, - "documentation": { - "id": 798, - "nodeType": "StructuredDocumentation", - "src": "9450:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "4c1da1e2", - "id": 820, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getTargetAdminDelay", - "nameLocation": "9494:19:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 801, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 800, - "mutability": "mutable", - "name": "target", - "nameLocation": "9522:6:5", - "nodeType": "VariableDeclaration", - "scope": 820, - "src": "9514:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 799, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "9514:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "9513:16:5" - }, - "returnParameters": { - "id": 804, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 803, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 820, - "src": "9559:6:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 802, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "9559:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "9558:8:5" - }, - "scope": 2614, - "src": "9485:210:5", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3546 - ], - "body": { - "id": 840, - "nodeType": "Block", - "src": "9810:115:5", - "statements": [ - { - "assignments": [ - 830 - ], - "declarations": [ - { - "constant": false, - "id": 830, - "mutability": "mutable", - "name": "$", - "nameLocation": "9849:1:5", - "nodeType": "VariableDeclaration", - "scope": 840, - "src": "9820:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 829, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 828, - "name": "AccessManagerStorage", - "nameLocations": [ - "9820:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "9820:20:5" - }, - "referencedDeclaration": 593, - "src": "9820:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 833, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 831, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "9853:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 832, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9853:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "9820:59:5" - }, - { - "expression": { - "expression": { - "baseExpression": { - "expression": { - "id": 834, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 830, - "src": "9896:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 835, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9898:6:5", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 585, - "src": "9896:8:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 837, - "indexExpression": { - "id": 836, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 823, - "src": "9905:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "9896:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 838, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9913:5:5", - "memberName": "admin", - "nodeType": "MemberAccess", - "referencedDeclaration": 547, - "src": "9896:22:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 827, - "id": 839, - "nodeType": "Return", - "src": "9889:29:5" - } - ] - }, - "documentation": { - "id": 821, - "nodeType": "StructuredDocumentation", - "src": "9701:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "530dd456", - "id": 841, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getRoleAdmin", - "nameLocation": "9745:12:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 824, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 823, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "9765:6:5", - "nodeType": "VariableDeclaration", - "scope": 841, - "src": "9758:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 822, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "9758:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "9757:15:5" - }, - "returnParameters": { - "id": 827, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 826, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 841, - "src": "9802:6:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 825, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "9802:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "9801:8:5" - }, - "scope": 2614, - "src": "9736:189:5", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3554 - ], - "body": { - "id": 861, - "nodeType": "Block", - "src": "10043:118:5", - "statements": [ - { - "assignments": [ - 851 - ], - "declarations": [ - { - "constant": false, - "id": 851, - "mutability": "mutable", - "name": "$", - "nameLocation": "10082:1:5", - "nodeType": "VariableDeclaration", - "scope": 861, - "src": "10053:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 850, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 849, - "name": "AccessManagerStorage", - "nameLocations": [ - "10053:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "10053:20:5" - }, - "referencedDeclaration": 593, - "src": "10053:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 854, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 852, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "10086:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 853, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10086:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10053:59:5" - }, - { - "expression": { - "expression": { - "baseExpression": { - "expression": { - "id": 855, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 851, - "src": "10129:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 856, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10131:6:5", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 585, - "src": "10129:8:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 858, - "indexExpression": { - "id": 857, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 844, - "src": "10138:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "10129:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 859, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10146:8:5", - "memberName": "guardian", - "nodeType": "MemberAccess", - "referencedDeclaration": 549, - "src": "10129:25:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 848, - "id": 860, - "nodeType": "Return", - "src": "10122:32:5" - } - ] - }, - "documentation": { - "id": 842, - "nodeType": "StructuredDocumentation", - "src": "9931:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "0b0a93ba", - "id": 862, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getRoleGuardian", - "nameLocation": "9975:15:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 845, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 844, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "9998:6:5", - "nodeType": "VariableDeclaration", - "scope": 862, - "src": "9991:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 843, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "9991:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "9990:15:5" - }, - "returnParameters": { - "id": 848, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 847, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 862, - "src": "10035:6:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 846, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "10035:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "10034:8:5" - }, - "scope": 2614, - "src": "9966:195:5", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3562 - ], - "body": { - "id": 884, - "nodeType": "Block", - "src": "10281:126:5", - "statements": [ - { - "assignments": [ - 872 - ], - "declarations": [ - { - "constant": false, - "id": 872, - "mutability": "mutable", - "name": "$", - "nameLocation": "10320:1:5", - "nodeType": "VariableDeclaration", - "scope": 884, - "src": "10291:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 871, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 870, - "name": "AccessManagerStorage", - "nameLocations": [ - "10291:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "10291:20:5" - }, - "referencedDeclaration": 593, - "src": "10291:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 875, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 873, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "10324:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 874, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10324:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10291:59:5" - }, - { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "expression": { - "baseExpression": { - "expression": { - "id": 876, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 872, - "src": "10367:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 877, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10369:6:5", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 585, - "src": "10367:8:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 879, - "indexExpression": { - "id": 878, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 865, - "src": "10376:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "10367:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 880, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10384:10:5", - "memberName": "grantDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 552, - "src": "10367:27:5", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "id": 881, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10395:3:5", - "memberName": "get", - "nodeType": "MemberAccess", - "referencedDeclaration": 7634, - "src": "10367:31:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$7543_$returns$_t_uint32_$attached_to$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "function (Time.Delay) view returns (uint32)" - } - }, - "id": 882, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10367:33:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 869, - "id": 883, - "nodeType": "Return", - "src": "10360:40:5" - } - ] - }, - "documentation": { - "id": 863, - "nodeType": "StructuredDocumentation", - "src": "10167:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "12be8727", - "id": 885, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getRoleGrantDelay", - "nameLocation": "10211:17:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 866, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 865, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "10236:6:5", - "nodeType": "VariableDeclaration", - "scope": 885, - "src": "10229:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 864, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "10229:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "10228:15:5" - }, - "returnParameters": { - "id": 869, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 868, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 885, - "src": "10273:6:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 867, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "10273:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "10272:8:5" - }, - "scope": 2614, - "src": "10202:205:5", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3578 - ], - "body": { - "id": 939, - "nodeType": "Block", - "src": "10621:306:5", - "statements": [ - { - "assignments": [ - 903 - ], - "declarations": [ - { - "constant": false, - "id": 903, - "mutability": "mutable", - "name": "$", - "nameLocation": "10660:1:5", - "nodeType": "VariableDeclaration", - "scope": 939, - "src": "10631:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 902, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 901, - "name": "AccessManagerStorage", - "nameLocations": [ - "10631:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "10631:20:5" - }, - "referencedDeclaration": 593, - "src": "10631:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 906, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 904, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "10664:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 905, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10664:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10631:59:5" - }, - { - "assignments": [ - 909 - ], - "declarations": [ - { - "constant": false, - "id": 909, - "mutability": "mutable", - "name": "access", - "nameLocation": "10715:6:5", - "nodeType": "VariableDeclaration", - "scope": 939, - "src": "10700:21:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$540_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.Access" - }, - "typeName": { - "id": 908, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 907, - "name": "Access", - "nameLocations": [ - "10700:6:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 540, - "src": "10700:6:5" - }, - "referencedDeclaration": 540, - "src": "10700:6:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$540_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.Access" - } - }, - "visibility": "internal" - } - ], - "id": 917, - "initialValue": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 910, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 903, - "src": "10724:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 911, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10726:6:5", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 585, - "src": "10724:8:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 913, - "indexExpression": { - "id": 912, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 888, - "src": "10733:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "10724:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 914, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10741:7:5", - "memberName": "members", - "nodeType": "MemberAccess", - "referencedDeclaration": 545, - "src": "10724:24:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$540_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" - } - }, - "id": 916, - "indexExpression": { - "id": 915, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 890, - "src": "10749:7:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "10724:33:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$540_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10700:57:5" - }, - { - "expression": { - "id": 921, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 918, - "name": "since", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 893, - "src": "10768:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "id": 919, - "name": "access", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 909, - "src": "10776:6:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$540_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.Access storage pointer" - } - }, - "id": 920, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10783:5:5", - "memberName": "since", - "nodeType": "MemberAccess", - "referencedDeclaration": 536, - "src": "10776:12:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "10768:20:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "id": 922, - "nodeType": "ExpressionStatement", - "src": "10768:20:5" - }, - { - "expression": { - "id": 931, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "components": [ - { - "id": 923, - "name": "currentDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 895, - "src": "10799:12:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 924, - "name": "pendingDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 897, - "src": "10813:12:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 925, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 899, - "src": "10827:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 926, - "isConstant": false, - "isInlineArray": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "TupleExpression", - "src": "10798:36:5", - "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": 927, - "name": "access", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 909, - "src": "10837:6:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$540_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.Access storage pointer" - } - }, - "id": 928, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10844:5:5", - "memberName": "delay", - "nodeType": "MemberAccess", - "referencedDeclaration": 539, - "src": "10837:12:5", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "id": 929, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10850:7:5", - "memberName": "getFull", - "nodeType": "MemberAccess", - "referencedDeclaration": 7616, - "src": "10837:20:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$7543_$returns$_t_uint32_$_t_uint32_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "function (Time.Delay) view returns (uint32,uint32,uint48)" - } - }, - "id": 930, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10837:22:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "src": "10798:61:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 932, - "nodeType": "ExpressionStatement", - "src": "10798:61:5" - }, - { - "expression": { - "components": [ - { - "id": 933, - "name": "since", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 893, - "src": "10878:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - { - "id": 934, - "name": "currentDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 895, - "src": "10885:12:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 935, - "name": "pendingDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 897, - "src": "10899:12:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 936, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 899, - "src": "10913:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 937, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "10877:43:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint48_$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint48,uint32,uint32,uint48)" - } - }, - "functionReturnParameters": 900, - "id": 938, - "nodeType": "Return", - "src": "10870:50:5" - } - ] - }, - "documentation": { - "id": 886, - "nodeType": "StructuredDocumentation", - "src": "10413:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "3078f114", - "id": 940, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getAccess", - "nameLocation": "10457:9:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 891, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 888, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "10483:6:5", - "nodeType": "VariableDeclaration", - "scope": 940, - "src": "10476:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 887, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "10476:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 890, - "mutability": "mutable", - "name": "account", - "nameLocation": "10507:7:5", - "nodeType": "VariableDeclaration", - "scope": 940, - "src": "10499:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 889, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "10499:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "10466:54:5" - }, - "returnParameters": { - "id": 900, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 893, - "mutability": "mutable", - "name": "since", - "nameLocation": "10557:5:5", - "nodeType": "VariableDeclaration", - "scope": 940, - "src": "10550:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 892, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "10550:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 895, - "mutability": "mutable", - "name": "currentDelay", - "nameLocation": "10571:12:5", - "nodeType": "VariableDeclaration", - "scope": 940, - "src": "10564:19:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 894, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "10564:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 897, - "mutability": "mutable", - "name": "pendingDelay", - "nameLocation": "10592:12:5", - "nodeType": "VariableDeclaration", - "scope": 940, - "src": "10585:19:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 896, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "10585:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 899, - "mutability": "mutable", - "name": "effect", - "nameLocation": "10613:6:5", - "nodeType": "VariableDeclaration", - "scope": 940, - "src": "10606:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 898, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "10606:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "10549:71:5" - }, - "scope": 2614, - "src": "10448:479:5", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3590 - ], - "body": { - "id": 983, - "nodeType": "Block", - "src": "11106:280:5", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 954, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 952, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 943, - "src": "11120:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 953, - "name": "PUBLIC_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 574, - "src": "11130:11:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "11120:21:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 981, - "nodeType": "Block", - "src": "11190:190:5", - "statements": [ - { - "assignments": [ - 961, - 963, - null, - null - ], - "declarations": [ - { - "constant": false, - "id": 961, - "mutability": "mutable", - "name": "hasRoleSince", - "nameLocation": "11212:12:5", - "nodeType": "VariableDeclaration", - "scope": 981, - "src": "11205:19:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 960, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "11205:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 963, - "mutability": "mutable", - "name": "currentDelay", - "nameLocation": "11233:12:5", - "nodeType": "VariableDeclaration", - "scope": 981, - "src": "11226:19:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 962, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "11226:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - null, - null - ], - "id": 968, - "initialValue": { - "arguments": [ - { - "id": 965, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 943, - "src": "11263:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 966, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 945, - "src": "11271:7:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 964, - "name": "getAccess", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 940, - "src": "11253:9:5", - "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": 967, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11253:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint48_$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint48,uint32,uint32,uint48)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "11204:75:5" - }, - { - "expression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 977, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 971, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 969, - "name": "hasRoleSince", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 961, - "src": "11301:12:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 970, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11317:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "11301:17:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 976, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 972, - "name": "hasRoleSince", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 961, - "src": "11322:12:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "<=", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 973, - "name": "Time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7780, - "src": "11338:4:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Time_$7780_$", - "typeString": "type(library Time)" - } - }, - "id": 974, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "11343:9:5", - "memberName": "timestamp", - "nodeType": "MemberAccess", - "referencedDeclaration": 7528, - "src": "11338:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", - "typeString": "function () view returns (uint48)" - } - }, - "id": 975, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11338:16:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "11322:32:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "11301:53:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 978, - "name": "currentDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 963, - "src": "11356:12:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "id": 979, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "11300:69:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "functionReturnParameters": 951, - "id": 980, - "nodeType": "Return", - "src": "11293:76:5" - } - ] - }, - "id": 982, - "nodeType": "IfStatement", - "src": "11116:264:5", - "trueBody": { - "id": 959, - "nodeType": "Block", - "src": "11143:41:5", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 955, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11165:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "hexValue": "30", - "id": 956, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11171:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 957, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "11164:9:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 951, - "id": 958, - "nodeType": "Return", - "src": "11157:16:5" - } - ] - } - } - ] - }, - "documentation": { - "id": 941, - "nodeType": "StructuredDocumentation", - "src": "10933:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "d1f856ee", - "id": 984, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "hasRole", - "nameLocation": "10977:7:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 946, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 943, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "11001:6:5", - "nodeType": "VariableDeclaration", - "scope": 984, - "src": "10994:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 942, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "10994:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 945, - "mutability": "mutable", - "name": "account", - "nameLocation": "11025:7:5", - "nodeType": "VariableDeclaration", - "scope": 984, - "src": "11017:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 944, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "11017:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "10984:54:5" - }, - "returnParameters": { - "id": 951, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 948, - "mutability": "mutable", - "name": "isMember", - "nameLocation": "11073:8:5", - "nodeType": "VariableDeclaration", - "scope": 984, - "src": "11068:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 947, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "11068:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 950, - "mutability": "mutable", - "name": "executionDelay", - "nameLocation": "11090:14:5", - "nodeType": "VariableDeclaration", - "scope": 984, - "src": "11083:21:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 949, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "11083:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "11067:38:5" - }, - "scope": 2614, - "src": "10968:418:5", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3598 - ], - "body": { - "id": 1012, - "nodeType": "Block", - "src": "11633:169:5", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 1000, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 996, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 994, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 987, - "src": "11647:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 995, - "name": "ADMIN_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 566, - "src": "11657:10:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "11647:20:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 999, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 997, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 987, - "src": "11671:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 998, - "name": "PUBLIC_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 574, - "src": "11681:11:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "11671:21:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "11647:45:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1006, - "nodeType": "IfStatement", - "src": "11643:114:5", - "trueBody": { - "id": 1005, - "nodeType": "Block", - "src": "11694:63:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 1002, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 987, - "src": "11739:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1001, - "name": "AccessManagerLockedRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3452, - "src": "11715:23:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", - "typeString": "function (uint64) pure returns (error)" - } - }, - "id": 1003, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11715:31:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1004, - "nodeType": "RevertStatement", - "src": "11708:38:5" - } - ] - } - }, - { - "eventCall": { - "arguments": [ - { - "id": 1008, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 987, - "src": "11781:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 1009, - "name": "label", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 989, - "src": "11789:5:5", - "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": 1007, - "name": "RoleLabel", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3364, - "src": "11771:9:5", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_string_memory_ptr_$returns$__$", - "typeString": "function (uint64,string memory)" - } - }, - "id": 1010, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11771:24:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1011, - "nodeType": "EmitStatement", - "src": "11766:29:5" - } - ] - }, - "documentation": { - "id": 985, - "nodeType": "StructuredDocumentation", - "src": "11511:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "853551b8", - "id": 1013, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 992, - "kind": "modifierInvocation", - "modifierName": { - "id": 991, - "name": "onlyAuthorized", - "nameLocations": [ - "11618:14:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 612, - "src": "11618:14:5" - }, - "nodeType": "ModifierInvocation", - "src": "11618:14:5" - } - ], - "name": "labelRole", - "nameLocation": "11555:9:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 990, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 987, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "11572:6:5", - "nodeType": "VariableDeclaration", - "scope": 1013, - "src": "11565:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 986, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11565:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 989, - "mutability": "mutable", - "name": "label", - "nameLocation": "11596:5:5", - "nodeType": "VariableDeclaration", - "scope": 1013, - "src": "11580:21:5", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_string_calldata_ptr", - "typeString": "string" - }, - "typeName": { - "id": 988, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "11580:6:5", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "11564:38:5" - }, - "returnParameters": { - "id": 993, - "nodeType": "ParameterList", - "parameters": [], - "src": "11633:0:5" - }, - "scope": 2614, - "src": "11546:256:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3608 - ], - "body": { - "id": 1034, - "nodeType": "Block", - "src": "11947:87:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 1026, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1016, - "src": "11968:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 1027, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1018, - "src": "11976:7:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 1029, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1016, - "src": "12003:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1028, - "name": "getRoleGrantDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 885, - "src": "11985:17:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$returns$_t_uint32_$", - "typeString": "function (uint64) view returns (uint32)" - } - }, - "id": 1030, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11985:25:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 1031, - "name": "executionDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1020, - "src": "12012:14:5", - "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": 1025, - "name": "_grantRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1231, - "src": "11957:10:5", - "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": 1032, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11957:70:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1033, - "nodeType": "ExpressionStatement", - "src": "11957:70:5" - } - ] - }, - "documentation": { - "id": 1014, - "nodeType": "StructuredDocumentation", - "src": "11808:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "25c471a0", - "id": 1035, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 1023, - "kind": "modifierInvocation", - "modifierName": { - "id": 1022, - "name": "onlyAuthorized", - "nameLocations": [ - "11932:14:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 612, - "src": "11932:14:5" - }, - "nodeType": "ModifierInvocation", - "src": "11932:14:5" - } - ], - "name": "grantRole", - "nameLocation": "11852:9:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1021, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1016, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "11869:6:5", - "nodeType": "VariableDeclaration", - "scope": 1035, - "src": "11862:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1015, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11862:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1018, - "mutability": "mutable", - "name": "account", - "nameLocation": "11885:7:5", - "nodeType": "VariableDeclaration", - "scope": 1035, - "src": "11877:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1017, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "11877:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1020, - "mutability": "mutable", - "name": "executionDelay", - "nameLocation": "11901:14:5", - "nodeType": "VariableDeclaration", - "scope": 1035, - "src": "11894:21:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1019, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "11894:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "11861:55:5" - }, - "returnParameters": { - "id": 1024, - "nodeType": "ParameterList", - "parameters": [], - "src": "11947:0:5" - }, - "scope": 2614, - "src": "11843:191:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3616 - ], - "body": { - "id": 1050, - "nodeType": "Block", - "src": "12157:45:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 1046, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1038, - "src": "12179:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 1047, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1040, - "src": "12187:7:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 1045, - "name": "_revokeRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1287, - "src": "12167:11:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_address_$returns$_t_bool_$", - "typeString": "function (uint64,address) returns (bool)" - } - }, - "id": 1048, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12167:28:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1049, - "nodeType": "ExpressionStatement", - "src": "12167:28:5" - } - ] - }, - "documentation": { - "id": 1036, - "nodeType": "StructuredDocumentation", - "src": "12040:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "b7d2b162", - "id": 1051, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 1043, - "kind": "modifierInvocation", - "modifierName": { - "id": 1042, - "name": "onlyAuthorized", - "nameLocations": [ - "12142:14:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 612, - "src": "12142:14:5" - }, - "nodeType": "ModifierInvocation", - "src": "12142:14:5" - } - ], - "name": "revokeRole", - "nameLocation": "12084:10:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1041, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1038, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "12102:6:5", - "nodeType": "VariableDeclaration", - "scope": 1051, - "src": "12095:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1037, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "12095:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1040, - "mutability": "mutable", - "name": "account", - "nameLocation": "12118:7:5", - "nodeType": "VariableDeclaration", - "scope": 1051, - "src": "12110:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1039, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "12110:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "12094:32:5" - }, - "returnParameters": { - "id": 1044, - "nodeType": "ParameterList", - "parameters": [], - "src": "12157:0:5" - }, - "scope": 2614, - "src": "12075:127:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3624 - ], - "body": { - "id": 1073, - "nodeType": "Block", - "src": "12323:167:5", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 1062, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1059, - "name": "callerConfirmation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1056, - "src": "12337:18:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1060, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2896, - "src": "12359:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 1061, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12359:12:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "12337:34:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1067, - "nodeType": "IfStatement", - "src": "12333:102:5", - "trueBody": { - "id": 1066, - "nodeType": "Block", - "src": "12373:62:5", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1063, - "name": "AccessManagerBadConfirmation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3454, - "src": "12394:28:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1064, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12394:30:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1065, - "nodeType": "RevertStatement", - "src": "12387:37:5" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 1069, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1054, - "src": "12456:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 1070, - "name": "callerConfirmation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1056, - "src": "12464:18:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 1068, - "name": "_revokeRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1287, - "src": "12444:11:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_address_$returns$_t_bool_$", - "typeString": "function (uint64,address) returns (bool)" - } - }, - "id": 1071, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12444:39:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1072, - "nodeType": "ExpressionStatement", - "src": "12444:39:5" - } - ] - }, - "documentation": { - "id": 1052, - "nodeType": "StructuredDocumentation", - "src": "12208:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "fe0776f5", - "id": 1074, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "renounceRole", - "nameLocation": "12252:12:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1057, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1054, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "12272:6:5", - "nodeType": "VariableDeclaration", - "scope": 1074, - "src": "12265:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1053, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "12265:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1056, - "mutability": "mutable", - "name": "callerConfirmation", - "nameLocation": "12288:18:5", - "nodeType": "VariableDeclaration", - "scope": 1074, - "src": "12280:26:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1055, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "12280:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "12264:43:5" - }, - "returnParameters": { - "id": 1058, - "nodeType": "ParameterList", - "parameters": [], - "src": "12323:0:5" - }, - "scope": 2614, - "src": "12243:247:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3632 - ], - "body": { - "id": 1089, - "nodeType": "Block", - "src": "12612:45:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 1085, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1077, - "src": "12636:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 1086, - "name": "admin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1079, - "src": "12644:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1084, - "name": "_setRoleAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1329, - "src": "12622:13:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_uint64_$returns$__$", - "typeString": "function (uint64,uint64)" - } - }, - "id": 1087, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12622:28:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1088, - "nodeType": "ExpressionStatement", - "src": "12622:28:5" - } - ] - }, - "documentation": { - "id": 1075, - "nodeType": "StructuredDocumentation", - "src": "12496:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "30cae187", - "id": 1090, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 1082, - "kind": "modifierInvocation", - "modifierName": { - "id": 1081, - "name": "onlyAuthorized", - "nameLocations": [ - "12597:14:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 612, - "src": "12597:14:5" - }, - "nodeType": "ModifierInvocation", - "src": "12597:14:5" - } - ], - "name": "setRoleAdmin", - "nameLocation": "12540:12:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1080, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1077, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "12560:6:5", - "nodeType": "VariableDeclaration", - "scope": 1090, - "src": "12553:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1076, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "12553:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1079, - "mutability": "mutable", - "name": "admin", - "nameLocation": "12575:5:5", - "nodeType": "VariableDeclaration", - "scope": 1090, - "src": "12568:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1078, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "12568:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "12552:29:5" - }, - "returnParameters": { - "id": 1083, - "nodeType": "ParameterList", - "parameters": [], - "src": "12612:0:5" - }, - "scope": 2614, - "src": "12531:126:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3640 - ], - "body": { - "id": 1105, - "nodeType": "Block", - "src": "12785:51:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 1101, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1093, - "src": "12812:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 1102, - "name": "guardian", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1095, - "src": "12820:8:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1100, - "name": "_setRoleGuardian", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1371, - "src": "12795:16:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_uint64_$returns$__$", - "typeString": "function (uint64,uint64)" - } - }, - "id": 1103, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12795:34:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1104, - "nodeType": "ExpressionStatement", - "src": "12795:34:5" - } - ] - }, - "documentation": { - "id": 1091, - "nodeType": "StructuredDocumentation", - "src": "12663:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "52962952", - "id": 1106, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 1098, - "kind": "modifierInvocation", - "modifierName": { - "id": 1097, - "name": "onlyAuthorized", - "nameLocations": [ - "12770:14:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 612, - "src": "12770:14:5" - }, - "nodeType": "ModifierInvocation", - "src": "12770:14:5" - } - ], - "name": "setRoleGuardian", - "nameLocation": "12707:15:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1096, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1093, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "12730:6:5", - "nodeType": "VariableDeclaration", - "scope": 1106, - "src": "12723:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1092, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "12723:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1095, - "mutability": "mutable", - "name": "guardian", - "nameLocation": "12745:8:5", - "nodeType": "VariableDeclaration", - "scope": 1106, - "src": "12738:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1094, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "12738:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "12722:32:5" - }, - "returnParameters": { - "id": 1099, - "nodeType": "ParameterList", - "parameters": [], - "src": "12785:0:5" - }, - "scope": 2614, - "src": "12698:138:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3648 - ], - "body": { - "id": 1121, - "nodeType": "Block", - "src": "12962:49:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 1117, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1109, - "src": "12987:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 1118, - "name": "newDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1111, - "src": "12995:8:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "id": 1116, - "name": "_setGrantDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1424, - "src": "12972:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_uint32_$returns$__$", - "typeString": "function (uint64,uint32)" - } - }, - "id": 1119, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12972:32:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1120, - "nodeType": "ExpressionStatement", - "src": "12972:32:5" - } - ] - }, - "documentation": { - "id": 1107, - "nodeType": "StructuredDocumentation", - "src": "12842:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "a64d95ce", - "id": 1122, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 1114, - "kind": "modifierInvocation", - "modifierName": { - "id": 1113, - "name": "onlyAuthorized", - "nameLocations": [ - "12947:14:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 612, - "src": "12947:14:5" - }, - "nodeType": "ModifierInvocation", - "src": "12947:14:5" - } - ], - "name": "setGrantDelay", - "nameLocation": "12886:13:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1112, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1109, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "12907:6:5", - "nodeType": "VariableDeclaration", - "scope": 1122, - "src": "12900:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1108, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "12900:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1111, - "mutability": "mutable", - "name": "newDelay", - "nameLocation": "12922:8:5", - "nodeType": "VariableDeclaration", - "scope": 1122, - "src": "12915:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1110, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "12915:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "12899:32:5" - }, - "returnParameters": { - "id": 1115, - "nodeType": "ParameterList", - "parameters": [], - "src": "12962:0:5" - }, - "scope": 2614, - "src": "12877:134:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 1230, - "nodeType": "Block", - "src": "13352:974:5", - "statements": [ - { - "assignments": [ - 1138 - ], - "declarations": [ - { - "constant": false, - "id": 1138, - "mutability": "mutable", - "name": "$", - "nameLocation": "13391:1:5", - "nodeType": "VariableDeclaration", - "scope": 1230, - "src": "13362:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 1137, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1136, - "name": "AccessManagerStorage", - "nameLocations": [ - "13362:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "13362:20:5" - }, - "referencedDeclaration": 593, - "src": "13362:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 1141, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1139, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "13395:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 1140, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13395:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "13362:59:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 1144, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1142, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1125, - "src": "13435:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 1143, - "name": "PUBLIC_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 574, - "src": "13445:11:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "13435:21:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1150, - "nodeType": "IfStatement", - "src": "13431:90:5", - "trueBody": { - "id": 1149, - "nodeType": "Block", - "src": "13458:63:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 1146, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1125, - "src": "13503:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1145, - "name": "AccessManagerLockedRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3452, - "src": "13479:23:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", - "typeString": "function (uint64) pure returns (error)" - } - }, - "id": 1147, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13479:31:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1148, - "nodeType": "RevertStatement", - "src": "13472:38:5" - } - ] - } - }, - { - "assignments": [ - 1152 - ], - "declarations": [ - { - "constant": false, - "id": 1152, - "mutability": "mutable", - "name": "newMember", - "nameLocation": "13536:9:5", - "nodeType": "VariableDeclaration", - "scope": 1230, - "src": "13531:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1151, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "13531:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "id": 1163, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 1162, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 1153, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1138, - "src": "13548:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1154, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13550:6:5", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 585, - "src": "13548:8:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 1156, - "indexExpression": { - "id": 1155, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1125, - "src": "13557:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "13548:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 1157, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13565:7:5", - "memberName": "members", - "nodeType": "MemberAccess", - "referencedDeclaration": 545, - "src": "13548:24:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$540_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" - } - }, - "id": 1159, - "indexExpression": { - "id": 1158, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1127, - "src": "13573:7:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "13548:33:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$540_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "id": 1160, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13582:5:5", - "memberName": "since", - "nodeType": "MemberAccess", - "referencedDeclaration": 536, - "src": "13548:39:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 1161, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13591:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "13548:44:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "13531:61:5" - }, - { - "assignments": [ - 1165 - ], - "declarations": [ - { - "constant": false, - "id": 1165, - "mutability": "mutable", - "name": "since", - "nameLocation": "13609:5:5", - "nodeType": "VariableDeclaration", - "scope": 1230, - "src": "13602:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 1164, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "13602:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 1166, - "nodeType": "VariableDeclarationStatement", - "src": "13602:12:5" - }, - { - "condition": { - "id": 1167, - "name": "newMember", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1152, - "src": "13629:9:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 1218, - "nodeType": "Block", - "src": "13813:403:5", - "statements": [ - { - "expression": { - "id": 1216, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "components": [ - { - "expression": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 1193, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1138, - "src": "14040:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1196, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14042:6:5", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 585, - "src": "14040:8:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 1197, - "indexExpression": { - "id": 1195, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1125, - "src": "14049:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14040:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 1198, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14057:7:5", - "memberName": "members", - "nodeType": "MemberAccess", - "referencedDeclaration": 545, - "src": "14040:24:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$540_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" - } - }, - "id": 1200, - "indexExpression": { - "id": 1199, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1127, - "src": "14065:7:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14040:33:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$540_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "id": 1201, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "14074:5:5", - "memberName": "delay", - "nodeType": "MemberAccess", - "referencedDeclaration": 539, - "src": "14040:39:5", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - { - "id": 1202, - "name": "since", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1165, - "src": "14081:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 1203, - "isConstant": false, - "isInlineArray": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "TupleExpression", - "src": "14039:48:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$7543_$_t_uint48_$", - "typeString": "tuple(Time.Delay,uint48)" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1213, - "name": "executionDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1131, - "src": "14158:14:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "hexValue": "30", - "id": 1214, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14190:1:5", - "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": 1204, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1138, - "src": "14090:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1205, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14092:6:5", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 585, - "src": "14090:8:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 1207, - "indexExpression": { - "id": 1206, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1125, - "src": "14099:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14090:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 1208, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14107:7:5", - "memberName": "members", - "nodeType": "MemberAccess", - "referencedDeclaration": 545, - "src": "14090:24:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$540_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" - } - }, - "id": 1210, - "indexExpression": { - "id": 1209, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1127, - "src": "14115:7:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14090:33:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$540_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "id": 1211, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14124:5:5", - "memberName": "delay", - "nodeType": "MemberAccess", - "referencedDeclaration": 539, - "src": "14090:39:5", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "id": 1212, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14130:10:5", - "memberName": "withUpdate", - "nodeType": "MemberAccess", - "referencedDeclaration": 7690, - "src": "14090:50:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$7543_$_t_uint32_$_t_uint32_$returns$_t_userDefinedValueType$_Delay_$7543_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "function (Time.Delay,uint32,uint32) view returns (Time.Delay,uint48)" - } - }, - "id": 1215, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14090:115:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$7543_$_t_uint48_$", - "typeString": "tuple(Time.Delay,uint48)" - } - }, - "src": "14039:166:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1217, - "nodeType": "ExpressionStatement", - "src": "14039:166:5" - } - ] - }, - "id": 1219, - "nodeType": "IfStatement", - "src": "13625:591:5", - "trueBody": { - "id": 1192, - "nodeType": "Block", - "src": "13640:167:5", - "statements": [ - { - "expression": { - "id": 1174, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1168, - "name": "since", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1165, - "src": "13654:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 1173, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 1169, - "name": "Time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7780, - "src": "13662:4:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Time_$7780_$", - "typeString": "type(library Time)" - } - }, - "id": 1170, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13667:9:5", - "memberName": "timestamp", - "nodeType": "MemberAccess", - "referencedDeclaration": 7528, - "src": "13662:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", - "typeString": "function () view returns (uint48)" - } - }, - "id": 1171, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13662:16:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "id": 1172, - "name": "grantDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1129, - "src": "13681:10:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "13662:29:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "13654:37:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "id": 1175, - "nodeType": "ExpressionStatement", - "src": "13654:37:5" - }, - { - "expression": { - "id": 1190, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 1176, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1138, - "src": "13705:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1179, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13707:6:5", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 585, - "src": "13705:8:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 1180, - "indexExpression": { - "id": 1178, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1125, - "src": "13714:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "13705:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 1181, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13722:7:5", - "memberName": "members", - "nodeType": "MemberAccess", - "referencedDeclaration": 545, - "src": "13705:24:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$540_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" - } - }, - "id": 1183, - "indexExpression": { - "id": 1182, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1127, - "src": "13730:7:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "13705:33:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$540_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1185, - "name": "since", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1165, - "src": "13756:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 1186, - "name": "executionDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1131, - "src": "13770:14:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 1187, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13785:7:5", - "memberName": "toDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 7558, - "src": "13770:22:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint32_$returns$_t_userDefinedValueType$_Delay_$7543_$attached_to$_t_uint32_$", - "typeString": "function (uint32) pure returns (Time.Delay)" - } - }, - "id": 1188, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13770:24:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - ], - "id": 1184, - "name": "Access", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 540, - "src": "13741:6:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_struct$_Access_$540_storage_ptr_$", - "typeString": "type(struct AccessManagerUpgradeable.Access storage pointer)" - } - }, - "id": 1189, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "structConstructorCall", - "lValueRequested": false, - "nameLocations": [ - "13749:5:5", - "13763:5:5" - ], - "names": [ - "since", - "delay" - ], - "nodeType": "FunctionCall", - "src": "13741:55:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$540_memory_ptr", - "typeString": "struct AccessManagerUpgradeable.Access memory" - } - }, - "src": "13705:91:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$540_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "id": 1191, - "nodeType": "ExpressionStatement", - "src": "13705:91:5" - } - ] - } - }, - { - "eventCall": { - "arguments": [ - { - "id": 1221, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1125, - "src": "14243:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 1222, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1127, - "src": "14251:7:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1223, - "name": "executionDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1131, - "src": "14260:14:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 1224, - "name": "since", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1165, - "src": "14276:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - { - "id": 1225, - "name": "newMember", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1152, - "src": "14283:9:5", - "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": 1220, - "name": "RoleGranted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3377, - "src": "14231:11:5", - "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": 1226, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14231:62:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1227, - "nodeType": "EmitStatement", - "src": "14226:67:5" - }, - { - "expression": { - "id": 1228, - "name": "newMember", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1152, - "src": "14310:9:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 1135, - "id": 1229, - "nodeType": "Return", - "src": "14303:16:5" - } - ] - }, - "documentation": { - "id": 1123, - "nodeType": "StructuredDocumentation", - "src": "13017:166:5", - "text": " @dev Internal version of {grantRole} without access control. Returns true if the role was newly granted.\n Emits a {RoleGranted} event." - }, - "id": 1231, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_grantRole", - "nameLocation": "13197:10:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1132, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1125, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "13224:6:5", - "nodeType": "VariableDeclaration", - "scope": 1231, - "src": "13217:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1124, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "13217:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1127, - "mutability": "mutable", - "name": "account", - "nameLocation": "13248:7:5", - "nodeType": "VariableDeclaration", - "scope": 1231, - "src": "13240:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1126, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "13240:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1129, - "mutability": "mutable", - "name": "grantDelay", - "nameLocation": "13272:10:5", - "nodeType": "VariableDeclaration", - "scope": 1231, - "src": "13265:17:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1128, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "13265:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1131, - "mutability": "mutable", - "name": "executionDelay", - "nameLocation": "13299:14:5", - "nodeType": "VariableDeclaration", - "scope": 1231, - "src": "13292:21:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1130, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "13292:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "13207:112:5" - }, - "returnParameters": { - "id": 1135, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1134, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 1231, - "src": "13346:4:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1133, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "13346:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "13345:6:5" - }, - "scope": 2614, - "src": "13188:1138:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 1286, - "nodeType": "Block", - "src": "14672:388:5", - "statements": [ - { - "assignments": [ - 1243 - ], - "declarations": [ - { - "constant": false, - "id": 1243, - "mutability": "mutable", - "name": "$", - "nameLocation": "14711:1:5", - "nodeType": "VariableDeclaration", - "scope": 1286, - "src": "14682:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 1242, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1241, - "name": "AccessManagerStorage", - "nameLocations": [ - "14682:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "14682:20:5" - }, - "referencedDeclaration": 593, - "src": "14682:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 1246, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1244, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "14715:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 1245, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14715:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "14682:59:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 1249, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1247, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1234, - "src": "14755:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 1248, - "name": "PUBLIC_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 574, - "src": "14765:11:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "14755:21:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1255, - "nodeType": "IfStatement", - "src": "14751:90:5", - "trueBody": { - "id": 1254, - "nodeType": "Block", - "src": "14778:63:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 1251, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1234, - "src": "14823:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1250, - "name": "AccessManagerLockedRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3452, - "src": "14799:23:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", - "typeString": "function (uint64) pure returns (error)" - } - }, - "id": 1252, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14799:31:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1253, - "nodeType": "RevertStatement", - "src": "14792:38:5" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 1265, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 1256, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1243, - "src": "14855:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1257, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14857:6:5", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 585, - "src": "14855:8:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 1259, - "indexExpression": { - "id": 1258, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1234, - "src": "14864:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14855:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 1260, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14872:7:5", - "memberName": "members", - "nodeType": "MemberAccess", - "referencedDeclaration": 545, - "src": "14855:24:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$540_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" - } - }, - "id": 1262, - "indexExpression": { - "id": 1261, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1236, - "src": "14880:7:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14855:33:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$540_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "id": 1263, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14889:5:5", - "memberName": "since", - "nodeType": "MemberAccess", - "referencedDeclaration": 536, - "src": "14855:39:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 1264, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14898:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "14855:44:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1269, - "nodeType": "IfStatement", - "src": "14851:87:5", - "trueBody": { - "id": 1268, - "nodeType": "Block", - "src": "14901:37:5", - "statements": [ - { - "expression": { - "hexValue": "66616c7365", - "id": 1266, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14922:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "functionReturnParameters": 1240, - "id": 1267, - "nodeType": "Return", - "src": "14915:12:5" - } - ] - } - }, - { - "expression": { - "id": 1277, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "delete", - "prefix": true, - "src": "14948:40:5", - "subExpression": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 1270, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1243, - "src": "14955:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1271, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14957:6:5", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 585, - "src": "14955:8:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 1273, - "indexExpression": { - "id": 1272, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1234, - "src": "14964:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14955:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 1274, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14972:7:5", - "memberName": "members", - "nodeType": "MemberAccess", - "referencedDeclaration": 545, - "src": "14955:24:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$540_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" - } - }, - "id": 1276, - "indexExpression": { - "id": 1275, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1236, - "src": "14980:7:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "14955:33:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$540_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1278, - "nodeType": "ExpressionStatement", - "src": "14948:40:5" - }, - { - "eventCall": { - "arguments": [ - { - "id": 1280, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1234, - "src": "15016:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 1281, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1236, - "src": "15024:7:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 1279, - "name": "RoleRevoked", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3384, - "src": "15004:11:5", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_address_$returns$__$", - "typeString": "function (uint64,address)" - } - }, - "id": 1282, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15004:28:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1283, - "nodeType": "EmitStatement", - "src": "14999:33:5" - }, - { - "expression": { - "hexValue": "74727565", - "id": 1284, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "15049:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "functionReturnParameters": 1240, - "id": 1285, - "nodeType": "Return", - "src": "15042:11:5" - } - ] - }, - "documentation": { - "id": 1232, - "nodeType": "StructuredDocumentation", - "src": "14332:250:5", - "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": 1287, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_revokeRole", - "nameLocation": "14596:11:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1237, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1234, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "14615:6:5", - "nodeType": "VariableDeclaration", - "scope": 1287, - "src": "14608:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1233, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "14608:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1236, - "mutability": "mutable", - "name": "account", - "nameLocation": "14631:7:5", - "nodeType": "VariableDeclaration", - "scope": 1287, - "src": "14623:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1235, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "14623:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "14607:32:5" - }, - "returnParameters": { - "id": 1240, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1239, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 1287, - "src": "14666:4:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1238, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "14666:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "14665:6:5" - }, - "scope": 2614, - "src": "14587:473:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 1328, - "nodeType": "Block", - "src": "15424:287:5", - "statements": [ - { - "assignments": [ - 1297 - ], - "declarations": [ - { - "constant": false, - "id": 1297, - "mutability": "mutable", - "name": "$", - "nameLocation": "15463:1:5", - "nodeType": "VariableDeclaration", - "scope": 1328, - "src": "15434:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 1296, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1295, - "name": "AccessManagerStorage", - "nameLocations": [ - "15434:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "15434:20:5" - }, - "referencedDeclaration": 593, - "src": "15434:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 1300, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1298, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "15467:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 1299, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15467:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "15434:59:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 1307, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 1303, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1301, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1290, - "src": "15507:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 1302, - "name": "ADMIN_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 566, - "src": "15517:10:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "15507:20:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 1306, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1304, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1290, - "src": "15531:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 1305, - "name": "PUBLIC_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 574, - "src": "15541:11:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "15531:21:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "15507:45:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1313, - "nodeType": "IfStatement", - "src": "15503:114:5", - "trueBody": { - "id": 1312, - "nodeType": "Block", - "src": "15554:63:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 1309, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1290, - "src": "15599:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1308, - "name": "AccessManagerLockedRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3452, - "src": "15575:23:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", - "typeString": "function (uint64) pure returns (error)" - } - }, - "id": 1310, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15575:31:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1311, - "nodeType": "RevertStatement", - "src": "15568:38:5" - } - ] - } - }, - { - "expression": { - "id": 1321, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "baseExpression": { - "expression": { - "id": 1314, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1297, - "src": "15627:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1317, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15629:6:5", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 585, - "src": "15627:8:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 1318, - "indexExpression": { - "id": 1316, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1290, - "src": "15636:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "15627:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 1319, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "15644:5:5", - "memberName": "admin", - "nodeType": "MemberAccess", - "referencedDeclaration": 547, - "src": "15627:22:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 1320, - "name": "admin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1292, - "src": "15652:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "15627:30:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 1322, - "nodeType": "ExpressionStatement", - "src": "15627:30:5" - }, - { - "eventCall": { - "arguments": [ - { - "id": 1324, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1290, - "src": "15690:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 1325, - "name": "admin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1292, - "src": "15698:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1323, - "name": "RoleAdminChanged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3391, - "src": "15673:16:5", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_uint64_$returns$__$", - "typeString": "function (uint64,uint64)" - } - }, - "id": 1326, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15673:31:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1327, - "nodeType": "EmitStatement", - "src": "15668:36:5" - } - ] - }, - "documentation": { - "id": 1288, - "nodeType": "StructuredDocumentation", - "src": "15066:284:5", - "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": 1329, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setRoleAdmin", - "nameLocation": "15364:13:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1293, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1290, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "15385:6:5", - "nodeType": "VariableDeclaration", - "scope": 1329, - "src": "15378:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1289, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "15378:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1292, - "mutability": "mutable", - "name": "admin", - "nameLocation": "15400:5:5", - "nodeType": "VariableDeclaration", - "scope": 1329, - "src": "15393:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1291, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "15393:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "15377:29:5" - }, - "returnParameters": { - "id": 1294, - "nodeType": "ParameterList", - "parameters": [], - "src": "15424:0:5" - }, - "scope": 2614, - "src": "15355:356:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 1370, - "nodeType": "Block", - "src": "16105:299:5", - "statements": [ - { - "assignments": [ - 1339 - ], - "declarations": [ - { - "constant": false, - "id": 1339, - "mutability": "mutable", - "name": "$", - "nameLocation": "16144:1:5", - "nodeType": "VariableDeclaration", - "scope": 1370, - "src": "16115:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 1338, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1337, - "name": "AccessManagerStorage", - "nameLocations": [ - "16115:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "16115:20:5" - }, - "referencedDeclaration": 593, - "src": "16115:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 1342, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1340, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "16148:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 1341, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16148:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "16115:59:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 1349, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 1345, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1343, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1332, - "src": "16188:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 1344, - "name": "ADMIN_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 566, - "src": "16198:10:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "16188:20:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 1348, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1346, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1332, - "src": "16212:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 1347, - "name": "PUBLIC_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 574, - "src": "16222:11:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "16212:21:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "16188:45:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1355, - "nodeType": "IfStatement", - "src": "16184:114:5", - "trueBody": { - "id": 1354, - "nodeType": "Block", - "src": "16235:63:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 1351, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1332, - "src": "16280:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1350, - "name": "AccessManagerLockedRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3452, - "src": "16256:23:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", - "typeString": "function (uint64) pure returns (error)" - } - }, - "id": 1352, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16256:31:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1353, - "nodeType": "RevertStatement", - "src": "16249:38:5" - } - ] - } - }, - { - "expression": { - "id": 1363, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "baseExpression": { - "expression": { - "id": 1356, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1339, - "src": "16308:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1359, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16310:6:5", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 585, - "src": "16308:8:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 1360, - "indexExpression": { - "id": 1358, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1332, - "src": "16317:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "16308:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 1361, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "16325:8:5", - "memberName": "guardian", - "nodeType": "MemberAccess", - "referencedDeclaration": 549, - "src": "16308:25:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 1362, - "name": "guardian", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1334, - "src": "16336:8:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "16308:36:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 1364, - "nodeType": "ExpressionStatement", - "src": "16308:36:5" - }, - { - "eventCall": { - "arguments": [ - { - "id": 1366, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1332, - "src": "16380:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 1367, - "name": "guardian", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1334, - "src": "16388:8:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1365, - "name": "RoleGuardianChanged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3398, - "src": "16360:19:5", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_uint64_$returns$__$", - "typeString": "function (uint64,uint64)" - } - }, - "id": 1368, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16360:37:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1369, - "nodeType": "EmitStatement", - "src": "16355:42:5" - } - ] - }, - "documentation": { - "id": 1330, - "nodeType": "StructuredDocumentation", - "src": "15717:308:5", - "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": 1371, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setRoleGuardian", - "nameLocation": "16039:16:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1335, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1332, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "16063:6:5", - "nodeType": "VariableDeclaration", - "scope": 1371, - "src": "16056:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1331, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "16056:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1334, - "mutability": "mutable", - "name": "guardian", - "nameLocation": "16078:8:5", - "nodeType": "VariableDeclaration", - "scope": 1371, - "src": "16071:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1333, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "16071:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "16055:32:5" - }, - "returnParameters": { - "id": 1336, - "nodeType": "ParameterList", - "parameters": [], - "src": "16105:0:5" - }, - "scope": 2614, - "src": "16030:374:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 1423, - "nodeType": "Block", - "src": "16624:374:5", - "statements": [ - { - "assignments": [ - 1381 - ], - "declarations": [ - { - "constant": false, - "id": 1381, - "mutability": "mutable", - "name": "$", - "nameLocation": "16663:1:5", - "nodeType": "VariableDeclaration", - "scope": 1423, - "src": "16634:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 1380, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1379, - "name": "AccessManagerStorage", - "nameLocations": [ - "16634:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "16634:20:5" - }, - "referencedDeclaration": 593, - "src": "16634:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 1384, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1382, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "16667:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 1383, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16667:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "16634:59:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 1387, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1385, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1374, - "src": "16707:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 1386, - "name": "PUBLIC_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 574, - "src": "16717:11:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "16707:21:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1393, - "nodeType": "IfStatement", - "src": "16703:90:5", - "trueBody": { - "id": 1392, - "nodeType": "Block", - "src": "16730:63:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 1389, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1374, - "src": "16775:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1388, - "name": "AccessManagerLockedRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3452, - "src": "16751:23:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", - "typeString": "function (uint64) pure returns (error)" - } - }, - "id": 1390, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16751:31:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1391, - "nodeType": "RevertStatement", - "src": "16744:38:5" - } - ] - } - }, - { - "assignments": [ - 1395 - ], - "declarations": [ - { - "constant": false, - "id": 1395, - "mutability": "mutable", - "name": "effect", - "nameLocation": "16810:6:5", - "nodeType": "VariableDeclaration", - "scope": 1423, - "src": "16803:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 1394, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "16803:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 1396, - "nodeType": "VariableDeclarationStatement", - "src": "16803:13:5" - }, - { - "expression": { - "id": 1415, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "components": [ - { - "expression": { - "baseExpression": { - "expression": { - "id": 1397, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1381, - "src": "16827:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1400, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16829:6:5", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 585, - "src": "16827:8:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 1401, - "indexExpression": { - "id": 1399, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1374, - "src": "16836:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "16827:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 1402, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "16844:10:5", - "memberName": "grantDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 552, - "src": "16827:27:5", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - { - "id": 1403, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1395, - "src": "16856:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 1404, - "isConstant": false, - "isInlineArray": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "TupleExpression", - "src": "16826:37:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$7543_$_t_uint48_$", - "typeString": "tuple(Time.Delay,uint48)" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1411, - "name": "newDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1376, - "src": "16905:8:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1412, - "name": "minSetback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 751, - "src": "16915:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint32_$", - "typeString": "function () view returns (uint32)" - } - }, - "id": 1413, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16915:12:5", - "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": 1405, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1381, - "src": "16866:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1406, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16868:6:5", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 585, - "src": "16866:8:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$553_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 1408, - "indexExpression": { - "id": 1407, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1374, - "src": "16875:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "16866:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$553_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 1409, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16883:10:5", - "memberName": "grantDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 552, - "src": "16866:27:5", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "id": 1410, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16894:10:5", - "memberName": "withUpdate", - "nodeType": "MemberAccess", - "referencedDeclaration": 7690, - "src": "16866:38:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$7543_$_t_uint32_$_t_uint32_$returns$_t_userDefinedValueType$_Delay_$7543_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "function (Time.Delay,uint32,uint32) view returns (Time.Delay,uint48)" - } - }, - "id": 1414, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16866:62:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$7543_$_t_uint48_$", - "typeString": "tuple(Time.Delay,uint48)" - } - }, - "src": "16826:102:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1416, - "nodeType": "ExpressionStatement", - "src": "16826:102:5" - }, - { - "eventCall": { - "arguments": [ - { - "id": 1418, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1374, - "src": "16966:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 1419, - "name": "newDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1376, - "src": "16974:8:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 1420, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1395, - "src": "16984:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 1417, - "name": "RoleGrantDelayChanged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3407, - "src": "16944:21:5", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_uint32_$_t_uint48_$returns$__$", - "typeString": "function (uint64,uint32,uint48)" - } - }, - "id": 1421, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16944:47:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1422, - "nodeType": "EmitStatement", - "src": "16939:52:5" - } - ] - }, - "documentation": { - "id": 1372, - "nodeType": "StructuredDocumentation", - "src": "16410:136:5", - "text": " @dev Internal version of {setGrantDelay} without access control.\n Emits a {RoleGrantDelayChanged} event." - }, - "id": 1424, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setGrantDelay", - "nameLocation": "16560:14:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1377, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1374, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "16582:6:5", - "nodeType": "VariableDeclaration", - "scope": 1424, - "src": "16575:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1373, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "16575:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1376, - "mutability": "mutable", - "name": "newDelay", - "nameLocation": "16597:8:5", - "nodeType": "VariableDeclaration", - "scope": 1424, - "src": "16590:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1375, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "16590:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "16574:32:5" - }, - "returnParameters": { - "id": 1378, - "nodeType": "ParameterList", - "parameters": [], - "src": "16624:0:5" - }, - "scope": 2614, - "src": "16551:447:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "baseFunctions": [ - 3659 - ], - "body": { - "id": 1458, - "nodeType": "Block", - "src": "17310:140:5", - "statements": [ - { - "body": { - "id": 1456, - "nodeType": "Block", - "src": "17367:77:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 1449, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1427, - "src": "17404:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "baseExpression": { - "id": 1450, - "name": "selectors", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1430, - "src": "17412:9:5", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes4_$dyn_calldata_ptr", - "typeString": "bytes4[] calldata" - } - }, - "id": 1452, - "indexExpression": { - "id": 1451, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1438, - "src": "17422:1:5", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "17412:12:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - { - "id": 1453, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1432, - "src": "17426:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1448, - "name": "_setTargetFunctionRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1493, - "src": "17381:22:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes4_$_t_uint64_$returns$__$", - "typeString": "function (address,bytes4,uint64)" - } - }, - "id": 1454, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17381:52:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1455, - "nodeType": "ExpressionStatement", - "src": "17381:52:5" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1444, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1441, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1438, - "src": "17340:1:5", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "expression": { - "id": 1442, - "name": "selectors", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1430, - "src": "17344:9:5", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes4_$dyn_calldata_ptr", - "typeString": "bytes4[] calldata" - } - }, - "id": 1443, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17354:6:5", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "17344:16:5", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "17340:20:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1457, - "initializationExpression": { - "assignments": [ - 1438 - ], - "declarations": [ - { - "constant": false, - "id": 1438, - "mutability": "mutable", - "name": "i", - "nameLocation": "17333:1:5", - "nodeType": "VariableDeclaration", - "scope": 1457, - "src": "17325:9:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1437, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "17325:7:5", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1440, - "initialValue": { - "hexValue": "30", - "id": 1439, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "17337:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "17325:13:5" - }, - "isSimpleCounterLoop": true, - "loopExpression": { - "expression": { - "id": 1446, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "++", - "prefix": true, - "src": "17362:3:5", - "subExpression": { - "id": 1445, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1438, - "src": "17364:1:5", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1447, - "nodeType": "ExpressionStatement", - "src": "17362:3:5" - }, - "nodeType": "ForStatement", - "src": "17320:124:5" - } - ] - }, - "documentation": { - "id": 1425, - "nodeType": "StructuredDocumentation", - "src": "17124:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "08d6122d", - "id": 1459, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 1435, - "kind": "modifierInvocation", - "modifierName": { - "id": 1434, - "name": "onlyAuthorized", - "nameLocations": [ - "17295:14:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 612, - "src": "17295:14:5" - }, - "nodeType": "ModifierInvocation", - "src": "17295:14:5" - } - ], - "name": "setTargetFunctionRole", - "nameLocation": "17168:21:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1433, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1427, - "mutability": "mutable", - "name": "target", - "nameLocation": "17207:6:5", - "nodeType": "VariableDeclaration", - "scope": 1459, - "src": "17199:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1426, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "17199:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1430, - "mutability": "mutable", - "name": "selectors", - "nameLocation": "17241:9:5", - "nodeType": "VariableDeclaration", - "scope": 1459, - "src": "17223:27:5", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes4_$dyn_calldata_ptr", - "typeString": "bytes4[]" - }, - "typeName": { - "baseType": { - "id": 1428, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "17223:6:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "id": 1429, - "nodeType": "ArrayTypeName", - "src": "17223:8:5", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes4_$dyn_storage_ptr", - "typeString": "bytes4[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1432, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "17267:6:5", - "nodeType": "VariableDeclaration", - "scope": 1459, - "src": "17260:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1431, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "17260:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "17189:90:5" - }, - "returnParameters": { - "id": 1436, - "nodeType": "ParameterList", - "parameters": [], - "src": "17310:0:5" - }, - "scope": 2614, - "src": "17159:291:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 1492, - "nodeType": "Block", - "src": "17706:202:5", - "statements": [ - { - "assignments": [ - 1471 - ], - "declarations": [ - { - "constant": false, - "id": 1471, - "mutability": "mutable", - "name": "$", - "nameLocation": "17745:1:5", - "nodeType": "VariableDeclaration", - "scope": 1492, - "src": "17716:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 1470, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1469, - "name": "AccessManagerStorage", - "nameLocations": [ - "17716:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "17716:20:5" - }, - "referencedDeclaration": 593, - "src": "17716:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 1474, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1472, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "17749:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 1473, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17749:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "17716:59:5" - }, - { - "expression": { - "id": 1484, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 1475, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1471, - "src": "17785:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1478, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17787:8:5", - "memberName": "_targets", - "nodeType": "MemberAccess", - "referencedDeclaration": 580, - "src": "17785:10:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$534_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" - } - }, - "id": 1479, - "indexExpression": { - "id": 1477, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1462, - "src": "17796:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "17785:18:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$534_storage", - "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" - } - }, - "id": 1480, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17804:12:5", - "memberName": "allowedRoles", - "nodeType": "MemberAccess", - "referencedDeclaration": 528, - "src": "17785:31:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes4_$_t_uint64_$", - "typeString": "mapping(bytes4 => uint64)" - } - }, - "id": 1482, - "indexExpression": { - "id": 1481, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1464, - "src": "17817:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "17785:41:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 1483, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1466, - "src": "17829:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "17785:50:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 1485, - "nodeType": "ExpressionStatement", - "src": "17785:50:5" - }, - { - "eventCall": { - "arguments": [ - { - "id": 1487, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1462, - "src": "17876:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1488, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1464, - "src": "17884:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - { - "id": 1489, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1466, - "src": "17894:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1486, - "name": "TargetFunctionRoleUpdated", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3423, - "src": "17850:25:5", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bytes4_$_t_uint64_$returns$__$", - "typeString": "function (address,bytes4,uint64)" - } - }, - "id": 1490, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17850:51:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1491, - "nodeType": "EmitStatement", - "src": "17845:56:5" - } - ] - }, - "documentation": { - "id": 1460, - "nodeType": "StructuredDocumentation", - "src": "17456:148:5", - "text": " @dev Internal version of {setTargetFunctionRole} without access control.\n Emits a {TargetFunctionRoleUpdated} event." - }, - "id": 1493, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setTargetFunctionRole", - "nameLocation": "17618:22:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1467, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1462, - "mutability": "mutable", - "name": "target", - "nameLocation": "17649:6:5", - "nodeType": "VariableDeclaration", - "scope": 1493, - "src": "17641:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1461, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "17641:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1464, - "mutability": "mutable", - "name": "selector", - "nameLocation": "17664:8:5", - "nodeType": "VariableDeclaration", - "scope": 1493, - "src": "17657:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 1463, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "17657:6:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1466, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "17681:6:5", - "nodeType": "VariableDeclaration", - "scope": 1493, - "src": "17674:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1465, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "17674:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "17640:48:5" - }, - "returnParameters": { - "id": 1468, - "nodeType": "ParameterList", - "parameters": [], - "src": "17706:0:5" - }, - "scope": 2614, - "src": "17609:299:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "baseFunctions": [ - 3667 - ], - "body": { - "id": 1508, - "nodeType": "Block", - "src": "18041:55:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 1504, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1496, - "src": "18072:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1505, - "name": "newDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1498, - "src": "18080:8:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "id": 1503, - "name": "_setTargetAdminDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1553, - "src": "18051:20:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint32_$returns$__$", - "typeString": "function (address,uint32)" - } - }, - "id": 1506, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18051:38:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1507, - "nodeType": "ExpressionStatement", - "src": "18051:38:5" - } - ] - }, - "documentation": { - "id": 1494, - "nodeType": "StructuredDocumentation", - "src": "17914:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "d22b5989", - "id": 1509, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 1501, - "kind": "modifierInvocation", - "modifierName": { - "id": 1500, - "name": "onlyAuthorized", - "nameLocations": [ - "18026:14:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 612, - "src": "18026:14:5" - }, - "nodeType": "ModifierInvocation", - "src": "18026:14:5" - } - ], - "name": "setTargetAdminDelay", - "nameLocation": "17958:19:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1499, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1496, - "mutability": "mutable", - "name": "target", - "nameLocation": "17986:6:5", - "nodeType": "VariableDeclaration", - "scope": 1509, - "src": "17978:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1495, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "17978:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1498, - "mutability": "mutable", - "name": "newDelay", - "nameLocation": "18001:8:5", - "nodeType": "VariableDeclaration", - "scope": 1509, - "src": "17994:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1497, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "17994:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "17977:33:5" - }, - "returnParameters": { - "id": 1502, - "nodeType": "ParameterList", - "parameters": [], - "src": "18041:0:5" - }, - "scope": 2614, - "src": "17949:147:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 1552, - "nodeType": "Block", - "src": "18331:280:5", - "statements": [ - { - "assignments": [ - 1519 - ], - "declarations": [ - { - "constant": false, - "id": 1519, - "mutability": "mutable", - "name": "$", - "nameLocation": "18370:1:5", - "nodeType": "VariableDeclaration", - "scope": 1552, - "src": "18341:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 1518, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1517, - "name": "AccessManagerStorage", - "nameLocations": [ - "18341:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "18341:20:5" - }, - "referencedDeclaration": 593, - "src": "18341:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 1522, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1520, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "18374:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 1521, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18374:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "18341:59:5" - }, - { - "assignments": [ - 1524 - ], - "declarations": [ - { - "constant": false, - "id": 1524, - "mutability": "mutable", - "name": "effect", - "nameLocation": "18417:6:5", - "nodeType": "VariableDeclaration", - "scope": 1552, - "src": "18410:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 1523, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "18410:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 1525, - "nodeType": "VariableDeclarationStatement", - "src": "18410:13:5" - }, - { - "expression": { - "id": 1544, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "components": [ - { - "expression": { - "baseExpression": { - "expression": { - "id": 1526, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1519, - "src": "18434:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1529, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "18436:8:5", - "memberName": "_targets", - "nodeType": "MemberAccess", - "referencedDeclaration": 580, - "src": "18434:10:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$534_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" - } - }, - "id": 1530, - "indexExpression": { - "id": 1528, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1512, - "src": "18445:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "18434:18:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$534_storage", - "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" - } - }, - "id": 1531, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "18453:10:5", - "memberName": "adminDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 531, - "src": "18434:29:5", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - { - "id": 1532, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1524, - "src": "18465:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 1533, - "isConstant": false, - "isInlineArray": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "TupleExpression", - "src": "18433:39:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$7543_$_t_uint48_$", - "typeString": "tuple(Time.Delay,uint48)" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1540, - "name": "newDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1514, - "src": "18516:8:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1541, - "name": "minSetback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 751, - "src": "18526:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint32_$", - "typeString": "function () view returns (uint32)" - } - }, - "id": 1542, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18526:12:5", - "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": 1534, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1519, - "src": "18475:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1535, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "18477:8:5", - "memberName": "_targets", - "nodeType": "MemberAccess", - "referencedDeclaration": 580, - "src": "18475:10:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$534_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" - } - }, - "id": 1537, - "indexExpression": { - "id": 1536, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1512, - "src": "18486:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "18475:18:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$534_storage", - "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" - } - }, - "id": 1538, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "18494:10:5", - "memberName": "adminDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 531, - "src": "18475:29:5", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "id": 1539, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "18505:10:5", - "memberName": "withUpdate", - "nodeType": "MemberAccess", - "referencedDeclaration": 7690, - "src": "18475:40:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$7543_$_t_uint32_$_t_uint32_$returns$_t_userDefinedValueType$_Delay_$7543_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "function (Time.Delay,uint32,uint32) view returns (Time.Delay,uint48)" - } - }, - "id": 1543, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18475:64:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$7543_$_t_uint48_$", - "typeString": "tuple(Time.Delay,uint48)" - } - }, - "src": "18433:106:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1545, - "nodeType": "ExpressionStatement", - "src": "18433:106:5" - }, - { - "eventCall": { - "arguments": [ - { - "id": 1547, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1512, - "src": "18579:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1548, - "name": "newDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1514, - "src": "18587:8:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 1549, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1524, - "src": "18597:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 1546, - "name": "TargetAdminDelayUpdated", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3432, - "src": "18555:23:5", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint32_$_t_uint48_$returns$__$", - "typeString": "function (address,uint32,uint48)" - } - }, - "id": 1550, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18555:49:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1551, - "nodeType": "EmitStatement", - "src": "18550:54:5" - } - ] - }, - "documentation": { - "id": 1510, - "nodeType": "StructuredDocumentation", - "src": "18102:144:5", - "text": " @dev Internal version of {setTargetAdminDelay} without access control.\n Emits a {TargetAdminDelayUpdated} event." - }, - "id": 1553, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setTargetAdminDelay", - "nameLocation": "18260:20:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1515, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1512, - "mutability": "mutable", - "name": "target", - "nameLocation": "18289:6:5", - "nodeType": "VariableDeclaration", - "scope": 1553, - "src": "18281:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1511, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "18281:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1514, - "mutability": "mutable", - "name": "newDelay", - "nameLocation": "18304:8:5", - "nodeType": "VariableDeclaration", - "scope": 1553, - "src": "18297:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1513, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "18297:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "18280:33:5" - }, - "returnParameters": { - "id": 1516, - "nodeType": "ParameterList", - "parameters": [], - "src": "18331:0:5" - }, - "scope": 2614, - "src": "18251:360:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "baseFunctions": [ - 3675 - ], - "body": { - "id": 1568, - "nodeType": "Block", - "src": "18856:49:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 1564, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1556, - "src": "18883:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1565, - "name": "closed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1558, - "src": "18891:6:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 1563, - "name": "_setTargetClosed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1598, - "src": "18866:16:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bool_$returns$__$", - "typeString": "function (address,bool)" - } - }, - "id": 1566, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18866:32:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1567, - "nodeType": "ExpressionStatement", - "src": "18866:32:5" - } - ] - }, - "documentation": { - "id": 1554, - "nodeType": "StructuredDocumentation", - "src": "18737:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "167bd395", - "id": 1569, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 1561, - "kind": "modifierInvocation", - "modifierName": { - "id": 1560, - "name": "onlyAuthorized", - "nameLocations": [ - "18841:14:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 612, - "src": "18841:14:5" - }, - "nodeType": "ModifierInvocation", - "src": "18841:14:5" - } - ], - "name": "setTargetClosed", - "nameLocation": "18781:15:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1559, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1556, - "mutability": "mutable", - "name": "target", - "nameLocation": "18805:6:5", - "nodeType": "VariableDeclaration", - "scope": 1569, - "src": "18797:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1555, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "18797:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1558, - "mutability": "mutable", - "name": "closed", - "nameLocation": "18818:6:5", - "nodeType": "VariableDeclaration", - "scope": 1569, - "src": "18813:11:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1557, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "18813:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "18796:29:5" - }, - "returnParameters": { - "id": 1562, - "nodeType": "ParameterList", - "parameters": [], - "src": "18856:0:5" - }, - "scope": 2614, - "src": "18772:133:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 1597, - "nodeType": "Block", - "src": "19147:163:5", - "statements": [ - { - "assignments": [ - 1579 - ], - "declarations": [ - { - "constant": false, - "id": 1579, - "mutability": "mutable", - "name": "$", - "nameLocation": "19186:1:5", - "nodeType": "VariableDeclaration", - "scope": 1597, - "src": "19157:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 1578, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1577, - "name": "AccessManagerStorage", - "nameLocations": [ - "19157:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "19157:20:5" - }, - "referencedDeclaration": 593, - "src": "19157:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 1582, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1580, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "19190:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 1581, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19190:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19157:59:5" - }, - { - "expression": { - "id": 1590, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "baseExpression": { - "expression": { - "id": 1583, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1579, - "src": "19226:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1586, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "19228:8:5", - "memberName": "_targets", - "nodeType": "MemberAccess", - "referencedDeclaration": 580, - "src": "19226:10:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$534_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" - } - }, - "id": 1587, - "indexExpression": { - "id": 1585, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1572, - "src": "19237:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "19226:18:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$534_storage", - "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" - } - }, - "id": 1588, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "19245:6:5", - "memberName": "closed", - "nodeType": "MemberAccess", - "referencedDeclaration": 533, - "src": "19226:25:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 1589, - "name": "closed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1574, - "src": "19254:6:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "19226:34:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1591, - "nodeType": "ExpressionStatement", - "src": "19226:34:5" - }, - { - "eventCall": { - "arguments": [ - { - "id": 1593, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1572, - "src": "19288:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1594, - "name": "closed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1574, - "src": "19296:6:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 1592, - "name": "TargetClosed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3414, - "src": "19275:12:5", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bool_$returns$__$", - "typeString": "function (address,bool)" - } - }, - "id": 1595, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19275:28:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1596, - "nodeType": "EmitStatement", - "src": "19270:33:5" - } - ] - }, - "documentation": { - "id": 1570, - "nodeType": "StructuredDocumentation", - "src": "18911:159:5", - "text": " @dev Set the closed flag for a contract. This is an internal setter with no access restrictions.\n Emits a {TargetClosed} event." - }, - "id": 1598, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setTargetClosed", - "nameLocation": "19084:16:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1575, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1572, - "mutability": "mutable", - "name": "target", - "nameLocation": "19109:6:5", - "nodeType": "VariableDeclaration", - "scope": 1598, - "src": "19101:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1571, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "19101:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1574, - "mutability": "mutable", - "name": "closed", - "nameLocation": "19122:6:5", - "nodeType": "VariableDeclaration", - "scope": 1598, - "src": "19117:11:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1573, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "19117:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "19100:29:5" - }, - "returnParameters": { - "id": 1576, - "nodeType": "ParameterList", - "parameters": [], - "src": "19147:0:5" - }, - "scope": 2614, - "src": "19075:235:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "baseFunctions": [ - 3683 - ], - "body": { - "id": 1627, - "nodeType": "Block", - "src": "19541:185:5", - "statements": [ - { - "assignments": [ - 1608 - ], - "declarations": [ - { - "constant": false, - "id": 1608, - "mutability": "mutable", - "name": "$", - "nameLocation": "19580:1:5", - "nodeType": "VariableDeclaration", - "scope": 1627, - "src": "19551:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 1607, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1606, - "name": "AccessManagerStorage", - "nameLocations": [ - "19551:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "19551:20:5" - }, - "referencedDeclaration": 593, - "src": "19551:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 1611, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1609, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "19584:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 1610, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19584:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19551:59:5" - }, - { - "assignments": [ - 1613 - ], - "declarations": [ - { - "constant": false, - "id": 1613, - "mutability": "mutable", - "name": "timepoint", - "nameLocation": "19627:9:5", - "nodeType": "VariableDeclaration", - "scope": 1627, - "src": "19620:16:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 1612, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "19620:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 1619, - "initialValue": { - "expression": { - "baseExpression": { - "expression": { - "id": 1614, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1608, - "src": "19639:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1615, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "19641:10:5", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 590, - "src": "19639:12:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$558_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 1617, - "indexExpression": { - "id": 1616, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1601, - "src": "19652:2:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "19639:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$558_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 1618, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "19656:9:5", - "memberName": "timepoint", - "nodeType": "MemberAccess", - "referencedDeclaration": 555, - "src": "19639:26:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19620:45:5" - }, - { - "expression": { - "condition": { - "arguments": [ - { - "id": 1621, - "name": "timepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1613, - "src": "19693:9:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 1620, - "name": "_isExpired", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2577, - "src": "19682:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint48_$returns$_t_bool_$", - "typeString": "function (uint48) view returns (bool)" - } - }, - "id": 1622, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19682:21:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "id": 1624, - "name": "timepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1613, - "src": "19710:9:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "id": 1625, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "19682:37:5", - "trueExpression": { - "hexValue": "30", - "id": 1623, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19706:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "functionReturnParameters": 1605, - "id": 1626, - "nodeType": "Return", - "src": "19675:44:5" - } - ] - }, - "documentation": { - "id": 1599, - "nodeType": "StructuredDocumentation", - "src": "19436:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "3adc277a", - "id": 1628, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getSchedule", - "nameLocation": "19480:11:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1602, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1601, - "mutability": "mutable", - "name": "id", - "nameLocation": "19500:2:5", - "nodeType": "VariableDeclaration", - "scope": 1628, - "src": "19492:10:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1600, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "19492:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "19491:12:5" - }, - "returnParameters": { - "id": 1605, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1604, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 1628, - "src": "19533:6:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 1603, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "19533:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "19532:8:5" - }, - "scope": 2614, - "src": "19471:255:5", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3691 - ], - "body": { - "id": 1648, - "nodeType": "Block", - "src": "19834:115:5", - "statements": [ - { - "assignments": [ - 1638 - ], - "declarations": [ - { - "constant": false, - "id": 1638, - "mutability": "mutable", - "name": "$", - "nameLocation": "19873:1:5", - "nodeType": "VariableDeclaration", - "scope": 1648, - "src": "19844:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 1637, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1636, - "name": "AccessManagerStorage", - "nameLocations": [ - "19844:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "19844:20:5" - }, - "referencedDeclaration": 593, - "src": "19844:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 1641, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1639, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "19877:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 1640, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19877:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19844:59:5" - }, - { - "expression": { - "expression": { - "baseExpression": { - "expression": { - "id": 1642, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1638, - "src": "19920:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1643, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "19922:10:5", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 590, - "src": "19920:12:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$558_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 1645, - "indexExpression": { - "id": 1644, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1631, - "src": "19933:2:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "19920:16:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$558_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 1646, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "19937:5:5", - "memberName": "nonce", - "nodeType": "MemberAccess", - "referencedDeclaration": 557, - "src": "19920:22:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 1635, - "id": 1647, - "nodeType": "Return", - "src": "19913:29:5" - } - ] - }, - "documentation": { - "id": 1629, - "nodeType": "StructuredDocumentation", - "src": "19732:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "4136a33c", - "id": 1649, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getNonce", - "nameLocation": "19776:8:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1632, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1631, - "mutability": "mutable", - "name": "id", - "nameLocation": "19793:2:5", - "nodeType": "VariableDeclaration", - "scope": 1649, - "src": "19785:10:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1630, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "19785:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "19784:12:5" - }, - "returnParameters": { - "id": 1635, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1634, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 1649, - "src": "19826:6:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1633, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "19826:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "19825:8:5" - }, - "scope": 2614, - "src": "19767:182:5", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3705 - ], - "body": { - "id": 1773, - "nodeType": "Block", - "src": "20147:1291:5", - "statements": [ - { - "assignments": [ - 1665 - ], - "declarations": [ - { - "constant": false, - "id": 1665, - "mutability": "mutable", - "name": "$", - "nameLocation": "20186:1:5", - "nodeType": "VariableDeclaration", - "scope": 1773, - "src": "20157:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 1664, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1663, - "name": "AccessManagerStorage", - "nameLocations": [ - "20157:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "20157:20:5" - }, - "referencedDeclaration": 593, - "src": "20157:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 1668, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1666, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "20190:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 1667, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20190:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "20157:59:5" - }, - { - "assignments": [ - 1670 - ], - "declarations": [ - { - "constant": false, - "id": 1670, - "mutability": "mutable", - "name": "caller", - "nameLocation": "20234:6:5", - "nodeType": "VariableDeclaration", - "scope": 1773, - "src": "20226:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1669, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "20226:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 1673, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1671, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2896, - "src": "20243:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 1672, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20243:12:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "20226:29:5" - }, - { - "assignments": [ - null, - 1675 - ], - "declarations": [ - null, - { - "constant": false, - "id": 1675, - "mutability": "mutable", - "name": "setback", - "nameLocation": "20356:7:5", - "nodeType": "VariableDeclaration", - "scope": 1773, - "src": "20349:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1674, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "20349:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 1681, - "initialValue": { - "arguments": [ - { - "id": 1677, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1670, - "src": "20384:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1678, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1652, - "src": "20392:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1679, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1654, - "src": "20400:4:5", - "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": 1676, - "name": "_canCallExtended", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2432, - "src": "20367:16:5", - "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": 1680, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20367:38:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "20346:59:5" - }, - { - "assignments": [ - 1683 - ], - "declarations": [ - { - "constant": false, - "id": 1683, - "mutability": "mutable", - "name": "minWhen", - "nameLocation": "20423:7:5", - "nodeType": "VariableDeclaration", - "scope": 1773, - "src": "20416:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 1682, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "20416:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 1689, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 1688, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 1684, - "name": "Time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7780, - "src": "20433:4:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Time_$7780_$", - "typeString": "type(library Time)" - } - }, - "id": 1685, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "20438:9:5", - "memberName": "timestamp", - "nodeType": "MemberAccess", - "referencedDeclaration": 7528, - "src": "20433:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", - "typeString": "function () view returns (uint48)" - } - }, - "id": 1686, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20433:16:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "id": 1687, - "name": "setback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1675, - "src": "20452:7:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "20433:26:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "20416:43:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 1701, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 1692, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1690, - "name": "setback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1675, - "src": "20566:7:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 1691, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "20577:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "20566:12:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 1699, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 1695, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1693, - "name": "when", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1656, - "src": "20583:4:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 1694, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "20590:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "20583:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 1698, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1696, - "name": "when", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1656, - "src": "20595:4:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 1697, - "name": "minWhen", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1683, - "src": "20602:7:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "20595:14:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "20583:26:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "id": 1700, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "20582:28:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "20566:44:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1711, - "nodeType": "IfStatement", - "src": "20562:149:5", - "trueBody": { - "id": 1710, - "nodeType": "Block", - "src": "20612:99:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 1703, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1670, - "src": "20663:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1704, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1652, - "src": "20671:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 1706, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1654, - "src": "20694:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 1705, - "name": "_checkSelector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2594, - "src": "20679:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", - "typeString": "function (bytes calldata) pure returns (bytes4)" - } - }, - "id": 1707, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20679:20:5", - "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": 1702, - "name": "AccessManagerUnauthorizedCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3468, - "src": "20633:29:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$_t_address_$_t_bytes4_$returns$_t_error_$", - "typeString": "function (address,address,bytes4) pure returns (error)" - } - }, - "id": 1708, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20633:67:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1709, - "nodeType": "RevertStatement", - "src": "20626:74:5" - } - ] - } - }, - { - "expression": { - "id": 1721, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1712, - "name": "when", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1656, - "src": "20769:4:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "arguments": [ - { - "id": 1717, - "name": "when", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1656, - "src": "20792:4:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - { - "id": 1718, - "name": "minWhen", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1683, - "src": "20798:7:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "expression": { - "id": 1715, - "name": "Math", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5741, - "src": "20783:4:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Math_$5741_$", - "typeString": "type(library Math)" - } - }, - "id": 1716, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "20788:3:5", - "memberName": "max", - "nodeType": "MemberAccess", - "referencedDeclaration": 4351, - "src": "20783:8:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256,uint256) pure returns (uint256)" - } - }, - "id": 1719, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20783:23:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1714, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "20776:6:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint48_$", - "typeString": "type(uint48)" - }, - "typeName": { - "id": 1713, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "20776:6:5", - "typeDescriptions": {} - } - }, - "id": 1720, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20776:31:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "20769:38:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "id": 1722, - "nodeType": "ExpressionStatement", - "src": "20769:38:5" - }, - { - "expression": { - "id": 1729, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1723, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1659, - "src": "20913:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1725, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1670, - "src": "20941:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1726, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1652, - "src": "20949:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1727, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1654, - "src": "20957:4:5", - "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": 1724, - "name": "hashOperation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2162, - "src": "20927:13:5", - "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": 1728, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20927:35:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "20913:49:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 1730, - "nodeType": "ExpressionStatement", - "src": "20913:49:5" - }, - { - "expression": { - "arguments": [ - { - "id": 1732, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1659, - "src": "20992:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 1731, - "name": "_checkNotScheduled", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1809, - "src": "20973:18:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$__$", - "typeString": "function (bytes32) view" - } - }, - "id": 1733, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20973:31:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1734, - "nodeType": "ExpressionStatement", - "src": "20973:31:5" - }, - { - "id": 1745, - "nodeType": "UncheckedBlock", - "src": "21015:157:5", - "statements": [ - { - "expression": { - "id": 1743, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1735, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1661, - "src": "21118:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 1742, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 1736, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1665, - "src": "21126:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1737, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "21128:10:5", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 590, - "src": "21126:12:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$558_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 1739, - "indexExpression": { - "id": 1738, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1659, - "src": "21139:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "21126:25:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$558_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 1740, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "21152:5:5", - "memberName": "nonce", - "nodeType": "MemberAccess", - "referencedDeclaration": 557, - "src": "21126:31:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "hexValue": "31", - "id": 1741, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "21160:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "21126:35:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "21118:43:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 1744, - "nodeType": "ExpressionStatement", - "src": "21118:43:5" - } - ] - }, - { - "expression": { - "id": 1753, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "baseExpression": { - "expression": { - "id": 1746, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1665, - "src": "21181:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1749, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "21183:10:5", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 590, - "src": "21181:12:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$558_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 1750, - "indexExpression": { - "id": 1748, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1659, - "src": "21194:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "21181:25:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$558_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 1751, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "21207:9:5", - "memberName": "timepoint", - "nodeType": "MemberAccess", - "referencedDeclaration": 555, - "src": "21181:35:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 1752, - "name": "when", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1656, - "src": "21219:4:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "21181:42:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "id": 1754, - "nodeType": "ExpressionStatement", - "src": "21181:42:5" - }, - { - "expression": { - "id": 1762, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "baseExpression": { - "expression": { - "id": 1755, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1665, - "src": "21233:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1758, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "21235:10:5", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 590, - "src": "21233:12:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$558_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 1759, - "indexExpression": { - "id": 1757, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1659, - "src": "21246:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "21233:25:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$558_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 1760, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "21259:5:5", - "memberName": "nonce", - "nodeType": "MemberAccess", - "referencedDeclaration": 557, - "src": "21233:31:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 1761, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1661, - "src": "21267:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "21233:39:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 1763, - "nodeType": "ExpressionStatement", - "src": "21233:39:5" - }, - { - "eventCall": { - "arguments": [ - { - "id": 1765, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1659, - "src": "21306:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 1766, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1661, - "src": "21319:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 1767, - "name": "when", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1656, - "src": "21326:4:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - { - "id": 1768, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1670, - "src": "21332:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1769, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1652, - "src": "21340:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1770, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1654, - "src": "21348:4:5", - "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": 1764, - "name": "OperationScheduled", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3343, - "src": "21287:18:5", - "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": 1771, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21287:66:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1772, - "nodeType": "EmitStatement", - "src": "21282:71:5" - } - ] - }, - "documentation": { - "id": 1650, - "nodeType": "StructuredDocumentation", - "src": "19955:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "f801a698", - "id": 1774, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "schedule", - "nameLocation": "19999:8:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1657, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1652, - "mutability": "mutable", - "name": "target", - "nameLocation": "20025:6:5", - "nodeType": "VariableDeclaration", - "scope": 1774, - "src": "20017:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1651, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "20017:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1654, - "mutability": "mutable", - "name": "data", - "nameLocation": "20056:4:5", - "nodeType": "VariableDeclaration", - "scope": 1774, - "src": "20041:19:5", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 1653, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "20041:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1656, - "mutability": "mutable", - "name": "when", - "nameLocation": "20077:4:5", - "nodeType": "VariableDeclaration", - "scope": 1774, - "src": "20070:11:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 1655, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "20070:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "20007:80:5" - }, - "returnParameters": { - "id": 1662, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1659, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "20120:11:5", - "nodeType": "VariableDeclaration", - "scope": 1774, - "src": "20112:19:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1658, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "20112:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1661, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "20140:5:5", - "nodeType": "VariableDeclaration", - "scope": 1774, - "src": "20133:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1660, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "20133:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "20111:35:5" - }, - "scope": 2614, - "src": "19990:1448:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 1808, - "nodeType": "Block", - "src": "21694:281:5", - "statements": [ - { - "assignments": [ - 1782 - ], - "declarations": [ - { - "constant": false, - "id": 1782, - "mutability": "mutable", - "name": "$", - "nameLocation": "21733:1:5", - "nodeType": "VariableDeclaration", - "scope": 1808, - "src": "21704:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 1781, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1780, - "name": "AccessManagerStorage", - "nameLocations": [ - "21704:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "21704:20:5" - }, - "referencedDeclaration": 593, - "src": "21704:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 1785, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1783, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "21737:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 1784, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21737:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "21704:59:5" - }, - { - "assignments": [ - 1787 - ], - "declarations": [ - { - "constant": false, - "id": 1787, - "mutability": "mutable", - "name": "prevTimepoint", - "nameLocation": "21780:13:5", - "nodeType": "VariableDeclaration", - "scope": 1808, - "src": "21773:20:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 1786, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "21773:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 1793, - "initialValue": { - "expression": { - "baseExpression": { - "expression": { - "id": 1788, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1782, - "src": "21796:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1789, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "21798:10:5", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 590, - "src": "21796:12:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$558_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 1791, - "indexExpression": { - "id": 1790, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1777, - "src": "21809:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "21796:25:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$558_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 1792, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "21822:9:5", - "memberName": "timepoint", - "nodeType": "MemberAccess", - "referencedDeclaration": 555, - "src": "21796:35:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "21773:58:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 1801, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 1796, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1794, - "name": "prevTimepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1787, - "src": "21845:13:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 1795, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "21862:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "21845:18:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "id": 1800, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "21867:26:5", - "subExpression": { - "arguments": [ - { - "id": 1798, - "name": "prevTimepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1787, - "src": "21879:13:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 1797, - "name": "_isExpired", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2577, - "src": "21868:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint48_$returns$_t_bool_$", - "typeString": "function (uint48) view returns (bool)" - } - }, - "id": 1799, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21868:25:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "21845:48:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1807, - "nodeType": "IfStatement", - "src": "21841:128:5", - "trueBody": { - "id": 1806, - "nodeType": "Block", - "src": "21895:74:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 1803, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1777, - "src": "21946:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 1802, - "name": "AccessManagerAlreadyScheduled", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3436, - "src": "21916:29:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", - "typeString": "function (bytes32) pure returns (error)" - } - }, - "id": 1804, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21916:42:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1805, - "nodeType": "RevertStatement", - "src": "21909:49:5" - } - ] - } - } - ] - }, - "documentation": { - "id": 1775, - "nodeType": "StructuredDocumentation", - "src": "21444:183:5", - "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": 1809, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_checkNotScheduled", - "nameLocation": "21641:18:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1778, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1777, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "21668:11:5", - "nodeType": "VariableDeclaration", - "scope": 1809, - "src": "21660:19:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1776, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "21660:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "21659:21:5" - }, - "returnParameters": { - "id": 1779, - "nodeType": "ParameterList", - "parameters": [], - "src": "21694:0:5" - }, - "scope": 2614, - "src": "21632:343:5", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - }, - { - "baseFunctions": [ - 3715 - ], - "body": { - "id": 1917, - "nodeType": "Block", - "src": "22339:1219:5", - "statements": [ - { - "assignments": [ - 1821 - ], - "declarations": [ - { - "constant": false, - "id": 1821, - "mutability": "mutable", - "name": "$", - "nameLocation": "22378:1:5", - "nodeType": "VariableDeclaration", - "scope": 1917, - "src": "22349:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 1820, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1819, - "name": "AccessManagerStorage", - "nameLocations": [ - "22349:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "22349:20:5" - }, - "referencedDeclaration": 593, - "src": "22349:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 1824, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1822, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "22382:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 1823, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22382:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "22349:59:5" - }, - { - "assignments": [ - 1826 - ], - "declarations": [ - { - "constant": false, - "id": 1826, - "mutability": "mutable", - "name": "caller", - "nameLocation": "22426:6:5", - "nodeType": "VariableDeclaration", - "scope": 1917, - "src": "22418:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1825, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "22418:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 1829, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1827, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2896, - "src": "22435:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 1828, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22435:12:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "22418:29:5" - }, - { - "assignments": [ - 1831, - 1833 - ], - "declarations": [ - { - "constant": false, - "id": 1831, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "22544:9:5", - "nodeType": "VariableDeclaration", - "scope": 1917, - "src": "22539:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1830, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "22539:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1833, - "mutability": "mutable", - "name": "setback", - "nameLocation": "22562:7:5", - "nodeType": "VariableDeclaration", - "scope": 1917, - "src": "22555:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1832, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "22555:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 1839, - "initialValue": { - "arguments": [ - { - "id": 1835, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1826, - "src": "22590:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1836, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1812, - "src": "22598:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1837, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1814, - "src": "22606:4:5", - "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": 1834, - "name": "_canCallExtended", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2432, - "src": "22573:16:5", - "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": 1838, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22573:38:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "22538:73:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 1845, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1841, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "22671:10:5", - "subExpression": { - "id": 1840, - "name": "immediate", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1831, - "src": "22672:9:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 1844, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1842, - "name": "setback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1833, - "src": "22685:7:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 1843, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22696:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "22685:12:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "22671:26:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1855, - "nodeType": "IfStatement", - "src": "22667:131:5", - "trueBody": { - "id": 1854, - "nodeType": "Block", - "src": "22699:99:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 1847, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1826, - "src": "22750:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1848, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1812, - "src": "22758:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 1850, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1814, - "src": "22781:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 1849, - "name": "_checkSelector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2594, - "src": "22766:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", - "typeString": "function (bytes calldata) pure returns (bytes4)" - } - }, - "id": 1851, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22766:20:5", - "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": 1846, - "name": "AccessManagerUnauthorizedCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3468, - "src": "22720:29:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$_t_address_$_t_bytes4_$returns$_t_error_$", - "typeString": "function (address,address,bytes4) pure returns (error)" - } - }, - "id": 1852, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22720:67:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1853, - "nodeType": "RevertStatement", - "src": "22713:74:5" - } - ] - } - }, - { - "assignments": [ - 1857 - ], - "declarations": [ - { - "constant": false, - "id": 1857, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "22816:11:5", - "nodeType": "VariableDeclaration", - "scope": 1917, - "src": "22808:19:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1856, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "22808:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 1863, - "initialValue": { - "arguments": [ - { - "id": 1859, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1826, - "src": "22844:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1860, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1812, - "src": "22852:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1861, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1814, - "src": "22860:4:5", - "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": 1858, - "name": "hashOperation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2162, - "src": "22830:13:5", - "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": 1862, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22830:35:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "22808:57:5" - }, - { - "assignments": [ - 1865 - ], - "declarations": [ - { - "constant": false, - "id": 1865, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "22882:5:5", - "nodeType": "VariableDeclaration", - "scope": 1917, - "src": "22875:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1864, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "22875:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 1866, - "nodeType": "VariableDeclarationStatement", - "src": "22875:12:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 1875, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 1869, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1867, - "name": "setback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1833, - "src": "23067:7:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 1868, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "23078:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "23067:12:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 1874, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 1871, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1857, - "src": "23095:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 1870, - "name": "getSchedule", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1628, - "src": "23083:11:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$_t_uint48_$", - "typeString": "function (bytes32) view returns (uint48)" - } - }, - "id": 1872, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23083:24:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 1873, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "23111:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "23083:29:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "23067:45:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1883, - "nodeType": "IfStatement", - "src": "23063:116:5", - "trueBody": { - "id": 1882, - "nodeType": "Block", - "src": "23114:65:5", - "statements": [ - { - "expression": { - "id": 1880, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1876, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1865, - "src": "23128:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1878, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1857, - "src": "23156:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 1877, - "name": "_consumeScheduledOp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2140, - "src": "23136:19:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$returns$_t_uint32_$", - "typeString": "function (bytes32) returns (uint32)" - } - }, - "id": 1879, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23136:32:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "23128:40:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 1881, - "nodeType": "ExpressionStatement", - "src": "23128:40:5" - } - ] - } - }, - { - "assignments": [ - 1885 - ], - "declarations": [ - { - "constant": false, - "id": 1885, - "mutability": "mutable", - "name": "executionIdBefore", - "nameLocation": "23251:17:5", - "nodeType": "VariableDeclaration", - "scope": 1917, - "src": "23243:25:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1884, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "23243:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 1888, - "initialValue": { - "expression": { - "id": 1886, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1821, - "src": "23271:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1887, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "23273:12:5", - "memberName": "_executionId", - "nodeType": "MemberAccess", - "referencedDeclaration": 592, - "src": "23271:14:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "23243:42:5" - }, - { - "expression": { - "id": 1898, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 1889, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1821, - "src": "23295:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1891, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "23297:12:5", - "memberName": "_executionId", - "nodeType": "MemberAccess", - "referencedDeclaration": 592, - "src": "23295:14:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1893, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1812, - "src": "23329:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 1895, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1814, - "src": "23352:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 1894, - "name": "_checkSelector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2594, - "src": "23337:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", - "typeString": "function (bytes calldata) pure returns (bytes4)" - } - }, - "id": 1896, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23337:20:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 1892, - "name": "_hashExecutionId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2613, - "src": "23312:16:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_address_$_t_bytes4_$returns$_t_bytes32_$", - "typeString": "function (address,bytes4) pure returns (bytes32)" - } - }, - "id": 1897, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23312:46:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "23295:63:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 1899, - "nodeType": "ExpressionStatement", - "src": "23295:63:5" - }, - { - "expression": { - "arguments": [ - { - "id": 1903, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1812, - "src": "23423:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1904, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1814, - "src": "23431:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - { - "expression": { - "id": 1905, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "23437:3:5", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 1906, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "23441:5:5", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "23437:9:5", - "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": 1900, - "name": "Address", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4031, - "src": "23393:7:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Address_$4031_$", - "typeString": "type(library Address)" - } - }, - "id": 1902, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "23401:21:5", - "memberName": "functionCallWithValue", - "nodeType": "MemberAccess", - "referencedDeclaration": 3896, - "src": "23393:29:5", - "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": 1907, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23393:54:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 1908, - "nodeType": "ExpressionStatement", - "src": "23393:54:5" - }, - { - "expression": { - "id": 1913, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 1909, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1821, - "src": "23494:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1911, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "23496:12:5", - "memberName": "_executionId", - "nodeType": "MemberAccess", - "referencedDeclaration": 592, - "src": "23494:14:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 1912, - "name": "executionIdBefore", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1885, - "src": "23511:17:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "23494:34:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 1914, - "nodeType": "ExpressionStatement", - "src": "23494:34:5" - }, - { - "expression": { - "id": 1915, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1865, - "src": "23546:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 1818, - "id": 1916, - "nodeType": "Return", - "src": "23539:12:5" - } - ] - }, - "documentation": { - "id": 1810, - "nodeType": "StructuredDocumentation", - "src": "21981:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "1cff79cd", - "id": 1918, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "execute", - "nameLocation": "22254:7:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1815, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1812, - "mutability": "mutable", - "name": "target", - "nameLocation": "22270:6:5", - "nodeType": "VariableDeclaration", - "scope": 1918, - "src": "22262:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1811, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "22262:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1814, - "mutability": "mutable", - "name": "data", - "nameLocation": "22293:4:5", - "nodeType": "VariableDeclaration", - "scope": 1918, - "src": "22278:19:5", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 1813, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "22278:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "22261:37:5" - }, - "returnParameters": { - "id": 1818, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1817, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 1918, - "src": "22331:6:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1816, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "22331:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "22330:8:5" - }, - "scope": 2614, - "src": "22245:1313:5", - "stateMutability": "payable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3727 - ], - "body": { - "id": 2028, - "nodeType": "Block", - "src": "23700:1082:5", - "statements": [ - { - "assignments": [ - 1932 - ], - "declarations": [ - { - "constant": false, - "id": 1932, - "mutability": "mutable", - "name": "$", - "nameLocation": "23739:1:5", - "nodeType": "VariableDeclaration", - "scope": 2028, - "src": "23710:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 1931, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1930, - "name": "AccessManagerStorage", - "nameLocations": [ - "23710:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "23710:20:5" - }, - "referencedDeclaration": 593, - "src": "23710:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 1935, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1933, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "23743:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 1934, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23743:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "23710:59:5" - }, - { - "assignments": [ - 1937 - ], - "declarations": [ - { - "constant": false, - "id": 1937, - "mutability": "mutable", - "name": "msgsender", - "nameLocation": "23787:9:5", - "nodeType": "VariableDeclaration", - "scope": 2028, - "src": "23779:17:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1936, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "23779:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 1940, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1938, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2896, - "src": "23799:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 1939, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23799:12:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "23779:32:5" - }, - { - "assignments": [ - 1942 - ], - "declarations": [ - { - "constant": false, - "id": 1942, - "mutability": "mutable", - "name": "selector", - "nameLocation": "23828:8:5", - "nodeType": "VariableDeclaration", - "scope": 2028, - "src": "23821:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 1941, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "23821:6:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "id": 1946, - "initialValue": { - "arguments": [ - { - "id": 1944, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1925, - "src": "23854:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 1943, - "name": "_checkSelector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2594, - "src": "23839:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", - "typeString": "function (bytes calldata) pure returns (bytes4)" - } - }, - "id": 1945, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23839:20:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "23821:38:5" - }, - { - "assignments": [ - 1948 - ], - "declarations": [ - { - "constant": false, - "id": 1948, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "23878:11:5", - "nodeType": "VariableDeclaration", - "scope": 2028, - "src": "23870:19:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1947, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "23870:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 1954, - "initialValue": { - "arguments": [ - { - "id": 1950, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1921, - "src": "23906:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1951, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1923, - "src": "23914:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1952, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1925, - "src": "23922:4:5", - "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": 1949, - "name": "hashOperation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2162, - "src": "23892:13:5", - "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": 1953, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23892:35:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "23870:57:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 1961, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 1955, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1932, - "src": "23941:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 1956, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "23943:10:5", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 590, - "src": "23941:12:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$558_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 1958, - "indexExpression": { - "id": 1957, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1948, - "src": "23954:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "23941:25:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$558_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 1959, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "23967:9:5", - "memberName": "timepoint", - "nodeType": "MemberAccess", - "referencedDeclaration": 555, - "src": "23941:35:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 1960, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "23980:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "23941:40:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 1969, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1967, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1921, - "src": "24063:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 1968, - "name": "msgsender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1937, - "src": "24073:9:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "24063:19:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2004, - "nodeType": "IfStatement", - "src": "24059:494:5", - "trueBody": { - "id": 2003, - "nodeType": "Block", - "src": "24084:469:5", - "statements": [ - { - "assignments": [ - 1971, - null - ], - "declarations": [ - { - "constant": false, - "id": 1971, - "mutability": "mutable", - "name": "isAdmin", - "nameLocation": "24237:7:5", - "nodeType": "VariableDeclaration", - "scope": 2003, - "src": "24232:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1970, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "24232:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - null - ], - "id": 1976, - "initialValue": { - "arguments": [ - { - "id": 1973, - "name": "ADMIN_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 566, - "src": "24258:10:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 1974, - "name": "msgsender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1937, - "src": "24270:9:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 1972, - "name": "hasRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 984, - "src": "24250:7:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$_t_address_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (uint64,address) view returns (bool,uint32)" - } - }, - "id": 1975, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24250:30:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "24231:49:5" - }, - { - "assignments": [ - 1978, - null - ], - "declarations": [ - { - "constant": false, - "id": 1978, - "mutability": "mutable", - "name": "isGuardian", - "nameLocation": "24300:10:5", - "nodeType": "VariableDeclaration", - "scope": 2003, - "src": "24295:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1977, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "24295:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - null - ], - "id": 1988, - "initialValue": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "id": 1982, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1923, - "src": "24362:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1983, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1942, - "src": "24370:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 1981, - "name": "getTargetFunctionRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 797, - "src": "24340:21:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_uint64_$", - "typeString": "function (address,bytes4) view returns (uint64)" - } - }, - "id": 1984, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24340:39:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1980, - "name": "getRoleGuardian", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 862, - "src": "24324:15:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$returns$_t_uint64_$", - "typeString": "function (uint64) view returns (uint64)" - } - }, - "id": 1985, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24324:56:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 1986, - "name": "msgsender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1937, - "src": "24382:9:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 1979, - "name": "hasRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 984, - "src": "24316:7:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$_t_address_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (uint64,address) view returns (bool,uint32)" - } - }, - "id": 1987, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24316:76:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "24294:98:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 1993, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1990, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "24410:8:5", - "subExpression": { - "id": 1989, - "name": "isAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1971, - "src": "24411:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "id": 1992, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "24422:11:5", - "subExpression": { - "id": 1991, - "name": "isGuardian", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1978, - "src": "24423:10:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "24410:23:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2002, - "nodeType": "IfStatement", - "src": "24406:137:5", - "trueBody": { - "id": 2001, - "nodeType": "Block", - "src": "24435:108:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 1995, - "name": "msgsender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1937, - "src": "24492:9:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1996, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1921, - "src": "24503:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1997, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1923, - "src": "24511:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1998, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1942, - "src": "24519:8:5", - "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": 1994, - "name": "AccessManagerUnauthorizedCancel", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3482, - "src": "24460:31:5", - "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": 1999, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24460:68:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2000, - "nodeType": "RevertStatement", - "src": "24453:75:5" - } - ] - } - } - ] - } - }, - "id": 2005, - "nodeType": "IfStatement", - "src": "23937:616:5", - "trueBody": { - "id": 1966, - "nodeType": "Block", - "src": "23983:70:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 1963, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1948, - "src": "24030:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 1962, - "name": "AccessManagerNotScheduled", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3440, - "src": "24004:25:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", - "typeString": "function (bytes32) pure returns (error)" - } - }, - "id": 1964, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24004:38:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1965, - "nodeType": "RevertStatement", - "src": "23997:45:5" - } - ] - } - }, - { - "expression": { - "id": 2011, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "delete", - "prefix": true, - "src": "24563:42:5", - "subExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 2006, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1932, - "src": "24570:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 2007, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24572:10:5", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 590, - "src": "24570:12:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$558_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 2009, - "indexExpression": { - "id": 2008, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1948, - "src": "24583:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "24570:25:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$558_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 2010, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "24596:9:5", - "memberName": "timepoint", - "nodeType": "MemberAccess", - "referencedDeclaration": 555, - "src": "24570:35:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 2012, - "nodeType": "ExpressionStatement", - "src": "24563:42:5" - }, - { - "assignments": [ - 2014 - ], - "declarations": [ - { - "constant": false, - "id": 2014, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "24661:5:5", - "nodeType": "VariableDeclaration", - "scope": 2028, - "src": "24654:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 2013, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "24654:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 2020, - "initialValue": { - "expression": { - "baseExpression": { - "expression": { - "id": 2015, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1932, - "src": "24669:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 2016, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24671:10:5", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 590, - "src": "24669:12:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$558_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 2018, - "indexExpression": { - "id": 2017, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1948, - "src": "24682:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "24669:25:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$558_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 2019, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24695:5:5", - "memberName": "nonce", - "nodeType": "MemberAccess", - "referencedDeclaration": 557, - "src": "24669:31:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "24654:46:5" - }, - { - "eventCall": { - "arguments": [ - { - "id": 2022, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1948, - "src": "24733:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 2023, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2014, - "src": "24746:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "id": 2021, - "name": "OperationCanceled", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3357, - "src": "24715:17:5", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_uint32_$returns$__$", - "typeString": "function (bytes32,uint32)" - } - }, - "id": 2024, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24715:37:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 2025, - "nodeType": "EmitStatement", - "src": "24710:42:5" - }, - { - "expression": { - "id": 2026, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2014, - "src": "24770:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 1929, - "id": 2027, - "nodeType": "Return", - "src": "24763:12:5" - } - ] - }, - "documentation": { - "id": 1919, - "nodeType": "StructuredDocumentation", - "src": "23564:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "d6bb62c6", - "id": 2029, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "cancel", - "nameLocation": "23608:6:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1926, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1921, - "mutability": "mutable", - "name": "caller", - "nameLocation": "23623:6:5", - "nodeType": "VariableDeclaration", - "scope": 2029, - "src": "23615:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1920, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "23615:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1923, - "mutability": "mutable", - "name": "target", - "nameLocation": "23639:6:5", - "nodeType": "VariableDeclaration", - "scope": 2029, - "src": "23631:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1922, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "23631:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1925, - "mutability": "mutable", - "name": "data", - "nameLocation": "23662:4:5", - "nodeType": "VariableDeclaration", - "scope": 2029, - "src": "23647:19:5", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 1924, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "23647:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "23614:53:5" - }, - "returnParameters": { - "id": 1929, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1928, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2029, - "src": "23692:6:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1927, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "23692:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "23691:8:5" - }, - "scope": 2614, - "src": "23599:1183:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3735 - ], - "body": { - "id": 2065, - "nodeType": "Block", - "src": "24903:296:5", - "statements": [ - { - "assignments": [ - 2038 - ], - "declarations": [ - { - "constant": false, - "id": 2038, - "mutability": "mutable", - "name": "target", - "nameLocation": "24921:6:5", - "nodeType": "VariableDeclaration", - "scope": 2065, - "src": "24913:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2037, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "24913:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 2041, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2039, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2896, - "src": "24930:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 2040, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24930:12:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "24913:29:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 2050, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "arguments": [ - { - "id": 2043, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2038, - "src": "24971:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 2042, - "name": "IAccessManaged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3324, - "src": "24956:14:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_IAccessManaged_$3324_$", - "typeString": "type(contract IAccessManaged)" - } - }, - "id": 2044, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24956:22:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_contract$_IAccessManaged_$3324", - "typeString": "contract IAccessManaged" - } - }, - "id": 2045, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24979:22:5", - "memberName": "isConsumingScheduledOp", - "nodeType": "MemberAccess", - "referencedDeclaration": 3323, - "src": "24956:45:5", - "typeDescriptions": { - "typeIdentifier": "t_function_external_view$__$returns$_t_bytes4_$", - "typeString": "function () view external returns (bytes4)" - } - }, - "id": 2046, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24956:47:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "expression": { - "expression": { - "id": 2047, - "name": "IAccessManaged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3324, - "src": "25007:14:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_IAccessManaged_$3324_$", - "typeString": "type(contract IAccessManaged)" - } - }, - "id": 2048, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "25022:22:5", - "memberName": "isConsumingScheduledOp", - "nodeType": "MemberAccess", - "referencedDeclaration": 3323, - "src": "25007:37:5", - "typeDescriptions": { - "typeIdentifier": "t_function_declaration_view$__$returns$_t_bytes4_$", - "typeString": "function IAccessManaged.isConsumingScheduledOp() view returns (bytes4)" - } - }, - "id": 2049, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "25045:8:5", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "25007:46:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "24956:97:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2056, - "nodeType": "IfStatement", - "src": "24952:175:5", - "trueBody": { - "id": 2055, - "nodeType": "Block", - "src": "25055:72:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 2052, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2038, - "src": "25109:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 2051, - "name": "AccessManagerUnauthorizedConsume", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3472, - "src": "25076:32:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 2053, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25076:40:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2054, - "nodeType": "RevertStatement", - "src": "25069:47:5" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "id": 2059, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2032, - "src": "25170:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 2060, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2038, - "src": "25178:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 2061, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2034, - "src": "25186:4:5", - "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": 2058, - "name": "hashOperation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2162, - "src": "25156:13:5", - "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": 2062, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25156:35:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 2057, - "name": "_consumeScheduledOp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2140, - "src": "25136:19:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$returns$_t_uint32_$", - "typeString": "function (bytes32) returns (uint32)" - } - }, - "id": 2063, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25136:56:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 2064, - "nodeType": "ExpressionStatement", - "src": "25136:56:5" - } - ] - }, - "documentation": { - "id": 2030, - "nodeType": "StructuredDocumentation", - "src": "24788:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "94c7d7ee", - "id": 2066, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "consumeScheduledOp", - "nameLocation": "24832:18:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2035, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2032, - "mutability": "mutable", - "name": "caller", - "nameLocation": "24859:6:5", - "nodeType": "VariableDeclaration", - "scope": 2066, - "src": "24851:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2031, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "24851:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2034, - "mutability": "mutable", - "name": "data", - "nameLocation": "24882:4:5", - "nodeType": "VariableDeclaration", - "scope": 2066, - "src": "24867:19:5", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 2033, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "24867:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "24850:37:5" - }, - "returnParameters": { - "id": 2036, - "nodeType": "ParameterList", - "parameters": [], - "src": "24903:0:5" - }, - "scope": 2614, - "src": "24823:376:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 2139, - "nodeType": "Block", - "src": "25473:667:5", - "statements": [ - { - "assignments": [ - 2076 - ], - "declarations": [ - { - "constant": false, - "id": 2076, - "mutability": "mutable", - "name": "$", - "nameLocation": "25512:1:5", - "nodeType": "VariableDeclaration", - "scope": 2139, - "src": "25483:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 2075, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2074, - "name": "AccessManagerStorage", - "nameLocations": [ - "25483:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "25483:20:5" - }, - "referencedDeclaration": 593, - "src": "25483:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 2079, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2077, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "25516:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 2078, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25516:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "25483:59:5" - }, - { - "assignments": [ - 2081 - ], - "declarations": [ - { - "constant": false, - "id": 2081, - "mutability": "mutable", - "name": "timepoint", - "nameLocation": "25559:9:5", - "nodeType": "VariableDeclaration", - "scope": 2139, - "src": "25552:16:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 2080, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "25552:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 2087, - "initialValue": { - "expression": { - "baseExpression": { - "expression": { - "id": 2082, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2076, - "src": "25571:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 2083, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25573:10:5", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 590, - "src": "25571:12:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$558_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 2085, - "indexExpression": { - "id": 2084, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2069, - "src": "25584:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "25571:25:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$558_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 2086, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25597:9:5", - "memberName": "timepoint", - "nodeType": "MemberAccess", - "referencedDeclaration": 555, - "src": "25571:35:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "25552:54:5" - }, - { - "assignments": [ - 2089 - ], - "declarations": [ - { - "constant": false, - "id": 2089, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "25623:5:5", - "nodeType": "VariableDeclaration", - "scope": 2139, - "src": "25616:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 2088, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "25616:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 2095, - "initialValue": { - "expression": { - "baseExpression": { - "expression": { - "id": 2090, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2076, - "src": "25631:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 2091, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25633:10:5", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 590, - "src": "25631:12:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$558_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 2093, - "indexExpression": { - "id": 2092, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2069, - "src": "25644:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "25631:25:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$558_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 2094, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25657:5:5", - "memberName": "nonce", - "nodeType": "MemberAccess", - "referencedDeclaration": 557, - "src": "25631:31:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "25616:46:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 2098, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2096, - "name": "timepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2081, - "src": "25677:9:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 2097, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25690:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "25677:14:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 2108, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2104, - "name": "timepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2081, - "src": "25773:9:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 2105, - "name": "Time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7780, - "src": "25785:4:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Time_$7780_$", - "typeString": "type(library Time)" - } - }, - "id": 2106, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25790:9:5", - "memberName": "timestamp", - "nodeType": "MemberAccess", - "referencedDeclaration": 7528, - "src": "25785:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", - "typeString": "function () view returns (uint48)" - } - }, - "id": 2107, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25785:16:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "25773:28:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "arguments": [ - { - "id": 2115, - "name": "timepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2081, - "src": "25890:9:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 2114, - "name": "_isExpired", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2577, - "src": "25879:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint48_$returns$_t_bool_$", - "typeString": "function (uint48) view returns (bool)" - } - }, - "id": 2116, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25879:21:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2122, - "nodeType": "IfStatement", - "src": "25875:92:5", - "trueBody": { - "id": 2121, - "nodeType": "Block", - "src": "25902:65:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 2118, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2069, - "src": "25944:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 2117, - "name": "AccessManagerExpired", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3448, - "src": "25923:20:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", - "typeString": "function (bytes32) pure returns (error)" - } - }, - "id": 2119, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25923:33:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2120, - "nodeType": "RevertStatement", - "src": "25916:40:5" - } - ] - } - }, - "id": 2123, - "nodeType": "IfStatement", - "src": "25769:198:5", - "trueBody": { - "id": 2113, - "nodeType": "Block", - "src": "25803:66:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 2110, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2069, - "src": "25846:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 2109, - "name": "AccessManagerNotReady", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3444, - "src": "25824:21:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", - "typeString": "function (bytes32) pure returns (error)" - } - }, - "id": 2111, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25824:34:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2112, - "nodeType": "RevertStatement", - "src": "25817:41:5" - } - ] - } - }, - "id": 2124, - "nodeType": "IfStatement", - "src": "25673:294:5", - "trueBody": { - "id": 2103, - "nodeType": "Block", - "src": "25693:70:5", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 2100, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2069, - "src": "25740:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 2099, - "name": "AccessManagerNotScheduled", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3440, - "src": "25714:25:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", - "typeString": "function (bytes32) pure returns (error)" - } - }, - "id": 2101, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25714:38:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2102, - "nodeType": "RevertStatement", - "src": "25707:45:5" - } - ] - } - }, - { - "expression": { - "id": 2130, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "delete", - "prefix": true, - "src": "25977:42:5", - "subExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 2125, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2076, - "src": "25984:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 2126, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25986:10:5", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 590, - "src": "25984:12:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$558_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 2128, - "indexExpression": { - "id": 2127, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2069, - "src": "25997:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "25984:25:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$558_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 2129, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "26010:9:5", - "memberName": "timepoint", - "nodeType": "MemberAccess", - "referencedDeclaration": 555, - "src": "25984:35:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 2131, - "nodeType": "ExpressionStatement", - "src": "25977:42:5" - }, - { - "eventCall": { - "arguments": [ - { - "id": 2133, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2069, - "src": "26091:11:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 2134, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2089, - "src": "26104:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "id": 2132, - "name": "OperationExecuted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3350, - "src": "26073:17:5", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_uint32_$returns$__$", - "typeString": "function (bytes32,uint32)" - } - }, - "id": 2135, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26073:37:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 2136, - "nodeType": "EmitStatement", - "src": "26068:42:5" - }, - { - "expression": { - "id": 2137, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2089, - "src": "26128:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 2073, - "id": 2138, - "nodeType": "Return", - "src": "26121:12:5" - } - ] - }, - "documentation": { - "id": 2067, - "nodeType": "StructuredDocumentation", - "src": "25205:179:5", - "text": " @dev Internal variant of {consumeScheduledOp} that operates on bytes32 operationId.\n Returns the nonce of the scheduled operation that is consumed." - }, - "id": 2140, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_consumeScheduledOp", - "nameLocation": "25398:19:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2070, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2069, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "25426:11:5", - "nodeType": "VariableDeclaration", - "scope": 2140, - "src": "25418:19:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2068, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "25418:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "25417:21:5" - }, - "returnParameters": { - "id": 2073, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2072, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2140, - "src": "25465:6:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 2071, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "25465:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "25464:8:5" - }, - "scope": 2614, - "src": "25389:751:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "baseFunctions": [ - 3747 - ], - "body": { - "id": 2161, - "nodeType": "Block", - "src": "26295:67:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "id": 2155, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2143, - "src": "26333:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 2156, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2145, - "src": "26341:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 2157, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2147, - "src": "26349:4:5", - "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": 2153, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "26322:3:5", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 2154, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "26326:6:5", - "memberName": "encode", - "nodeType": "MemberAccess", - "src": "26322:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 2158, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26322:32:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 2152, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "26312:9:5", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 2159, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26312:43:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 2151, - "id": 2160, - "nodeType": "Return", - "src": "26305:50:5" - } - ] - }, - "documentation": { - "id": 2141, - "nodeType": "StructuredDocumentation", - "src": "26146:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "abd9bd2a", - "id": 2162, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "hashOperation", - "nameLocation": "26190:13:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2148, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2143, - "mutability": "mutable", - "name": "caller", - "nameLocation": "26212:6:5", - "nodeType": "VariableDeclaration", - "scope": 2162, - "src": "26204:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2142, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "26204:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2145, - "mutability": "mutable", - "name": "target", - "nameLocation": "26228:6:5", - "nodeType": "VariableDeclaration", - "scope": 2162, - "src": "26220:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2144, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "26220:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2147, - "mutability": "mutable", - "name": "data", - "nameLocation": "26251:4:5", - "nodeType": "VariableDeclaration", - "scope": 2162, - "src": "26236:19:5", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 2146, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "26236:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "26203:53:5" - }, - "returnParameters": { - "id": 2151, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2150, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2162, - "src": "26286:7:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2149, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "26286:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "26285:9:5" - }, - "scope": 2614, - "src": "26181:181:5", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3755 - ], - "body": { - "id": 2179, - "nodeType": "Block", - "src": "26616:66:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 2176, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2167, - "src": "26662:12:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "expression": { - "arguments": [ - { - "id": 2173, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2165, - "src": "26641:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 2172, - "name": "IAccessManaged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3324, - "src": "26626:14:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_IAccessManaged_$3324_$", - "typeString": "type(contract IAccessManaged)" - } - }, - "id": 2174, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26626:22:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_contract$_IAccessManaged_$3324", - "typeString": "contract IAccessManaged" - } - }, - "id": 2175, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "26649:12:5", - "memberName": "setAuthority", - "nodeType": "MemberAccess", - "referencedDeclaration": 3317, - "src": "26626:35:5", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$", - "typeString": "function (address) external" - } - }, - "id": 2177, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26626:49:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 2178, - "nodeType": "ExpressionStatement", - "src": "26626:49:5" - } - ] - }, - "documentation": { - "id": 2163, - "nodeType": "StructuredDocumentation", - "src": "26488:30:5", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "18ff183c", - "id": 2180, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 2170, - "kind": "modifierInvocation", - "modifierName": { - "id": 2169, - "name": "onlyAuthorized", - "nameLocations": [ - "26601:14:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 612, - "src": "26601:14:5" - }, - "nodeType": "ModifierInvocation", - "src": "26601:14:5" - } - ], - "name": "updateAuthority", - "nameLocation": "26532:15:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2168, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2165, - "mutability": "mutable", - "name": "target", - "nameLocation": "26556:6:5", - "nodeType": "VariableDeclaration", - "scope": 2180, - "src": "26548:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2164, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "26548:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2167, - "mutability": "mutable", - "name": "newAuthority", - "nameLocation": "26572:12:5", - "nodeType": "VariableDeclaration", - "scope": 2180, - "src": "26564:20:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2166, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "26564:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "26547:38:5" - }, - "returnParameters": { - "id": 2171, - "nodeType": "ParameterList", - "parameters": [], - "src": "26616:0:5" - }, - "scope": 2614, - "src": "26523:159:5", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 2233, - "nodeType": "Block", - "src": "27072:467:5", - "statements": [ - { - "assignments": [ - 2185 - ], - "declarations": [ - { - "constant": false, - "id": 2185, - "mutability": "mutable", - "name": "caller", - "nameLocation": "27090:6:5", - "nodeType": "VariableDeclaration", - "scope": 2233, - "src": "27082:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2184, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "27082:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 2188, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2186, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2896, - "src": "27099:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 2187, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27099:12:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "27082:29:5" - }, - { - "assignments": [ - 2190, - 2192 - ], - "declarations": [ - { - "constant": false, - "id": 2190, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "27127:9:5", - "nodeType": "VariableDeclaration", - "scope": 2233, - "src": "27122:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2189, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "27122:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2192, - "mutability": "mutable", - "name": "delay", - "nameLocation": "27145:5:5", - "nodeType": "VariableDeclaration", - "scope": 2233, - "src": "27138:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 2191, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "27138:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 2198, - "initialValue": { - "arguments": [ - { - "id": 2194, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2185, - "src": "27167:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2195, - "name": "_msgData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2905, - "src": "27175:8:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes_calldata_ptr_$", - "typeString": "function () view returns (bytes calldata)" - } - }, - "id": 2196, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27175:10:5", - "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": 2193, - "name": "_canCallSelf", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2534, - "src": "27154:12:5", - "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": 2197, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27154:32:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "27121:65:5" - }, - { - "condition": { - "id": 2200, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "27200:10:5", - "subExpression": { - "id": 2199, - "name": "immediate", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2190, - "src": "27201:9:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2232, - "nodeType": "IfStatement", - "src": "27196:337:5", - "trueBody": { - "id": 2231, - "nodeType": "Block", - "src": "27212:321:5", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 2203, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2201, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2192, - "src": "27230:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 2202, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27239:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "27230:10:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 2229, - "nodeType": "Block", - "src": "27421:102:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "id": 2219, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2185, - "src": "27473:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 2222, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "27489:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - ], - "id": 2221, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "27481:7:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 2220, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "27481:7:5", - "typeDescriptions": {} - } - }, - "id": 2223, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27481:13:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2224, - "name": "_msgData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2905, - "src": "27496:8:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes_calldata_ptr_$", - "typeString": "function () view returns (bytes calldata)" - } - }, - "id": 2225, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27496:10:5", - "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": 2218, - "name": "hashOperation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2162, - "src": "27459:13:5", - "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": 2226, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27459:48:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 2217, - "name": "_consumeScheduledOp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2140, - "src": "27439:19:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$returns$_t_uint32_$", - "typeString": "function (bytes32) returns (uint32)" - } - }, - "id": 2227, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27439:69:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 2228, - "nodeType": "ExpressionStatement", - "src": "27439:69:5" - } - ] - }, - "id": 2230, - "nodeType": "IfStatement", - "src": "27226:297:5", - "trueBody": { - "id": 2216, - "nodeType": "Block", - "src": "27242:173:5", - "statements": [ - { - "assignments": [ - null, - 2205, - null - ], - "declarations": [ - null, - { - "constant": false, - "id": 2205, - "mutability": "mutable", - "name": "requiredRole", - "nameLocation": "27270:12:5", - "nodeType": "VariableDeclaration", - "scope": 2216, - "src": "27263:19:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2204, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "27263:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - null - ], - "id": 2210, - "initialValue": { - "arguments": [ - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2207, - "name": "_msgData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2905, - "src": "27310:8:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes_calldata_ptr_$", - "typeString": "function () view returns (bytes calldata)" - } - }, - "id": 2208, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27310:10:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 2206, - "name": "_getAdminRestrictions", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2387, - "src": "27288:21:5", - "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": 2209, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27288:33:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_uint32_$", - "typeString": "tuple(bool,uint64,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "27260:61:5" - }, - { - "errorCall": { - "arguments": [ - { - "id": 2212, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2185, - "src": "27379:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 2213, - "name": "requiredRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2205, - "src": "27387:12:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 2211, - "name": "AccessManagerUnauthorizedAccount", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3460, - "src": "27346:32:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$_t_uint64_$returns$_t_error_$", - "typeString": "function (address,uint64) pure returns (error)" - } - }, - "id": 2214, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27346:54:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2215, - "nodeType": "RevertStatement", - "src": "27339:61:5" - } - ] - } - } - ] - } - } - ] - }, - "documentation": { - "id": 2181, - "nodeType": "StructuredDocumentation", - "src": "26808:223:5", - "text": " @dev Check if the current call is authorized according to admin and roles logic.\n WARNING: Carefully review the considerations of {AccessManaged-restricted} since they apply to this modifier." - }, - "id": 2234, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_checkAuthorized", - "nameLocation": "27045:16:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2182, - "nodeType": "ParameterList", - "parameters": [], - "src": "27061:2:5" - }, - "returnParameters": { - "id": 2183, - "nodeType": "ParameterList", - "parameters": [], - "src": "27072:0:5" - }, - "scope": 2614, - "src": "27036:503:5", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 2386, - "nodeType": "Block", - "src": "28098:1525:5", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 2249, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 2246, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2237, - "src": "28112:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "id": 2247, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28117:6:5", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "28112:11:5", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "hexValue": "34", - "id": 2248, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28126:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "28112:15:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2256, - "nodeType": "IfStatement", - "src": "28108:66:5", - "trueBody": { - "id": 2255, - "nodeType": "Block", - "src": "28129:45:5", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 2250, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28151:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 2251, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28158:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - { - "hexValue": "30", - "id": 2252, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28161:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 2253, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "28150:13:5", - "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": 2245, - "id": 2254, - "nodeType": "Return", - "src": "28143:20:5" - } - ] - } - }, - { - "assignments": [ - 2258 - ], - "declarations": [ - { - "constant": false, - "id": 2258, - "mutability": "mutable", - "name": "selector", - "nameLocation": "28191:8:5", - "nodeType": "VariableDeclaration", - "scope": 2386, - "src": "28184:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 2257, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "28184:6:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "id": 2262, - "initialValue": { - "arguments": [ - { - "id": 2260, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2237, - "src": "28217:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 2259, - "name": "_checkSelector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2594, - "src": "28202:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", - "typeString": "function (bytes calldata) pure returns (bytes4)" - } - }, - "id": 2261, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28202:20:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "28184:38:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 2291, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 2285, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 2279, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 2273, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 2267, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2263, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2258, - "src": "28342:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 2264, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28354:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 2265, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28359:9:5", - "memberName": "labelRole", - "nodeType": "MemberAccess", - "referencedDeclaration": 1013, - "src": "28354:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_string_memory_ptr_$returns$__$", - "typeString": "function (uint64,string memory) external" - } - }, - "id": 2266, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28369:8:5", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28354:23:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28342:35:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 2272, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2268, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2258, - "src": "28393:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 2269, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28405:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 2270, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28410:12:5", - "memberName": "setRoleAdmin", - "nodeType": "MemberAccess", - "referencedDeclaration": 1090, - "src": "28405:17:5", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_uint64_$returns$__$", - "typeString": "function (uint64,uint64) external" - } - }, - "id": 2271, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28423:8:5", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28405:26:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28393:38:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "28342:89:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 2278, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2274, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2258, - "src": "28447:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 2275, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28459:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 2276, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28464:15:5", - "memberName": "setRoleGuardian", - "nodeType": "MemberAccess", - "referencedDeclaration": 1106, - "src": "28459:20:5", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_uint64_$returns$__$", - "typeString": "function (uint64,uint64) external" - } - }, - "id": 2277, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28480:8:5", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28459:29:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28447:41:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "28342:146:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 2284, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2280, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2258, - "src": "28504:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 2281, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28516:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 2282, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28521:13:5", - "memberName": "setGrantDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 1122, - "src": "28516:18:5", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_uint32_$returns$__$", - "typeString": "function (uint64,uint32) external" - } - }, - "id": 2283, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28535:8:5", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28516:27:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28504:39:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "28342:201:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 2290, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2286, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2258, - "src": "28559:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 2287, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28571:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 2288, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28576:19:5", - "memberName": "setTargetAdminDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 1509, - "src": "28571:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint32_$returns$__$", - "typeString": "function (address,uint32) external" - } - }, - "id": 2289, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28596:8:5", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28571:33:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28559:45:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "28342:262:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2298, - "nodeType": "IfStatement", - "src": "28325:343:5", - "trueBody": { - "id": 2297, - "nodeType": "Block", - "src": "28615:53:5", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 2292, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28637:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "id": 2293, - "name": "ADMIN_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 566, - "src": "28643:10:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "hexValue": "30", - "id": 2294, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28655:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 2295, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "28636:21:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,uint64,int_const 0)" - } - }, - "functionReturnParameters": 2245, - "id": 2296, - "nodeType": "Return", - "src": "28629:28:5" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 2315, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 2309, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 2303, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2299, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2258, - "src": "28775:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 2300, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28787:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 2301, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28792:15:5", - "memberName": "updateAuthority", - "nodeType": "MemberAccess", - "referencedDeclaration": 2180, - "src": "28787:20:5", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_address_$returns$__$", - "typeString": "function (address,address) external" - } - }, - "id": 2302, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28808:8:5", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28787:29:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28775:41:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 2308, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2304, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2258, - "src": "28832:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 2305, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28844:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 2306, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28849:15:5", - "memberName": "setTargetClosed", - "nodeType": "MemberAccess", - "referencedDeclaration": 1569, - "src": "28844:20:5", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_bool_$returns$__$", - "typeString": "function (address,bool) external" - } - }, - "id": 2307, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28865:8:5", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28844:29:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28832:41:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "28775:98:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 2314, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2310, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2258, - "src": "28889:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 2311, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28901:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 2312, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28906:21:5", - "memberName": "setTargetFunctionRole", - "nodeType": "MemberAccess", - "referencedDeclaration": 1459, - "src": "28901:26:5", - "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": 2313, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28928:8:5", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28901:35:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28889:47:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "28775:161:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2341, - "nodeType": "IfStatement", - "src": "28758:414:5", - "trueBody": { - "id": 2340, - "nodeType": "Block", - "src": "28947:225:5", - "statements": [ - { - "assignments": [ - 2317 - ], - "declarations": [ - { - "constant": false, - "id": 2317, - "mutability": "mutable", - "name": "target", - "nameLocation": "29012:6:5", - "nodeType": "VariableDeclaration", - "scope": 2340, - "src": "29004:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2316, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "29004:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 2328, - "initialValue": { - "arguments": [ - { - "baseExpression": { - "id": 2320, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2237, - "src": "29032:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "endExpression": { - "hexValue": "30783234", - "id": 2322, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29042:4:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_36_by_1", - "typeString": "int_const 36" - }, - "value": "0x24" - }, - "id": 2323, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexRangeAccess", - "src": "29032:15:5", - "startExpression": { - "hexValue": "30783034", - "id": 2321, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29037:4:5", - "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": 2325, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "29050:7:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 2324, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "29050:7:5", - "typeDescriptions": {} - } - } - ], - "id": 2326, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "29049:9:5", - "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": 2318, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "29021:3:5", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 2319, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "29025:6:5", - "memberName": "decode", - "nodeType": "MemberAccess", - "src": "29021:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 2327, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29021:38:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address_payable", - "typeString": "address payable" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "29004:55:5" - }, - { - "assignments": [ - 2330 - ], - "declarations": [ - { - "constant": false, - "id": 2330, - "mutability": "mutable", - "name": "delay", - "nameLocation": "29080:5:5", - "nodeType": "VariableDeclaration", - "scope": 2340, - "src": "29073:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 2329, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "29073:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 2334, - "initialValue": { - "arguments": [ - { - "id": 2332, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2317, - "src": "29108:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 2331, - "name": "getTargetAdminDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 820, - "src": "29088:19:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_uint32_$", - "typeString": "function (address) view returns (uint32)" - } - }, - "id": 2333, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29088:27:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "29073:42:5" - }, - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 2335, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29137:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "id": 2336, - "name": "ADMIN_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 566, - "src": "29143:10:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 2337, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2330, - "src": "29155:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "id": 2338, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "29136:25:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_uint32_$", - "typeString": "tuple(bool,uint64,uint32)" - } - }, - "functionReturnParameters": 2245, - "id": 2339, - "nodeType": "Return", - "src": "29129:32:5" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 2352, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 2346, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2342, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2258, - "src": "29291:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 2343, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "29303:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 2344, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "29308:9:5", - "memberName": "grantRole", - "nodeType": "MemberAccess", - "referencedDeclaration": 1035, - "src": "29303:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_address_$_t_uint32_$returns$__$", - "typeString": "function (uint64,address,uint32) external" - } - }, - "id": 2345, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "29318:8:5", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "29303:23:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "29291:35:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 2351, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2347, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2258, - "src": "29330:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 2348, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "29342:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 2349, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "29347:10:5", - "memberName": "revokeRole", - "nodeType": "MemberAccess", - "referencedDeclaration": 1051, - "src": "29342:15:5", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_address_$returns$__$", - "typeString": "function (uint64,address) external" - } - }, - "id": 2350, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "29358:8:5", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "29342:24:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "29330:36:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "29291:75:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2374, - "nodeType": "IfStatement", - "src": "29287:254:5", - "trueBody": { - "id": 2373, - "nodeType": "Block", - "src": "29368:173:5", - "statements": [ - { - "assignments": [ - 2354 - ], - "declarations": [ - { - "constant": false, - "id": 2354, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "29432:6:5", - "nodeType": "VariableDeclaration", - "scope": 2373, - "src": "29425:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2353, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "29425:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "id": 2365, - "initialValue": { - "arguments": [ - { - "baseExpression": { - "id": 2357, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2237, - "src": "29452:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "endExpression": { - "hexValue": "30783234", - "id": 2359, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29462:4:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_36_by_1", - "typeString": "int_const 36" - }, - "value": "0x24" - }, - "id": 2360, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexRangeAccess", - "src": "29452:15:5", - "startExpression": { - "hexValue": "30783034", - "id": 2358, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29457:4:5", - "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": 2362, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "29470:6:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 2361, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "29470:6:5", - "typeDescriptions": {} - } - } - ], - "id": 2363, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "29469:8:5", - "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": 2355, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "29441:3:5", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 2356, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "29445:6:5", - "memberName": "decode", - "nodeType": "MemberAccess", - "src": "29441:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 2364, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29441:37:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "29425:53:5" - }, - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 2366, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29500:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "arguments": [ - { - "id": 2368, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2354, - "src": "29519:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 2367, - "name": "getRoleAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 841, - "src": "29506:12:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$returns$_t_uint64_$", - "typeString": "function (uint64) view returns (uint64)" - } - }, - "id": 2369, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29506:20:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "hexValue": "30", - "id": 2370, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29528:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 2371, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "29499:31:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,uint64,int_const 0)" - } - }, - "functionReturnParameters": 2245, - "id": 2372, - "nodeType": "Return", - "src": "29492:38:5" - } - ] - } - }, - { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 2375, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29559:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "arguments": [ - { - "arguments": [ - { - "id": 2379, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "29596:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - ], - "id": 2378, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "29588:7:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 2377, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "29588:7:5", - "typeDescriptions": {} - } - }, - "id": 2380, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29588:13:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 2381, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2258, - "src": "29603:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 2376, - "name": "getTargetFunctionRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 797, - "src": "29566:21:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_uint64_$", - "typeString": "function (address,bytes4) view returns (uint64)" - } - }, - "id": 2382, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29566:46:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "hexValue": "30", - "id": 2383, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29614:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 2384, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "29558:58:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,uint64,int_const 0)" - } - }, - "functionReturnParameters": 2245, - "id": 2385, - "nodeType": "Return", - "src": "29551:65:5" - } - ] - }, - "documentation": { - "id": 2235, - "nodeType": "StructuredDocumentation", - "src": "27545:395:5", - "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": 2387, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_getAdminRestrictions", - "nameLocation": "27954:21:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2238, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2237, - "mutability": "mutable", - "name": "data", - "nameLocation": "28000:4:5", - "nodeType": "VariableDeclaration", - "scope": 2387, - "src": "27985:19:5", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 2236, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "27985:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "27975:35:5" - }, - "returnParameters": { - "id": 2245, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2240, - "mutability": "mutable", - "name": "adminRestricted", - "nameLocation": "28038:15:5", - "nodeType": "VariableDeclaration", - "scope": 2387, - "src": "28033:20:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2239, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "28033:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2242, - "mutability": "mutable", - "name": "roleAdminId", - "nameLocation": "28062:11:5", - "nodeType": "VariableDeclaration", - "scope": 2387, - "src": "28055:18:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2241, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "28055:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2244, - "mutability": "mutable", - "name": "executionDelay", - "nameLocation": "28082:14:5", - "nodeType": "VariableDeclaration", - "scope": 2387, - "src": "28075:21:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 2243, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "28075:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "28032:65:5" - }, - "scope": 2614, - "src": "27945:1678:5", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 2431, - "nodeType": "Block", - "src": "30215:217:5", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 2406, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2401, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2392, - "src": "30229:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "id": 2404, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "30247:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - ], - "id": 2403, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "30239:7:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 2402, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "30239:7:5", - "typeDescriptions": {} - } - }, - "id": 2405, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30239:13:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "30229:23:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 2429, - "nodeType": "Block", - "src": "30318:108:5", - "statements": [ - { - "expression": { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 2416, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 2413, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2394, - "src": "30339:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "id": 2414, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "30344:6:5", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "30339:11:5", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "hexValue": "34", - "id": 2415, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30353:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "30339:15:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "arguments": [ - { - "id": 2421, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2390, - "src": "30378:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 2422, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2392, - "src": "30386:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 2424, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2394, - "src": "30409:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 2423, - "name": "_checkSelector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2594, - "src": "30394:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", - "typeString": "function (bytes calldata) pure returns (bytes4)" - } - }, - "id": 2425, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30394:20:5", - "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": 2420, - "name": "canCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 733, - "src": "30370:7:5", - "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": 2426, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30370:45:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "id": 2427, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "30339:76:5", - "trueExpression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 2417, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30358:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 2418, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30365:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 2419, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "30357:10:5", - "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": 2400, - "id": 2428, - "nodeType": "Return", - "src": "30332:83:5" - } - ] - }, - "id": 2430, - "nodeType": "IfStatement", - "src": "30225:201:5", - "trueBody": { - "id": 2412, - "nodeType": "Block", - "src": "30254:58:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 2408, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2390, - "src": "30288:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 2409, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2394, - "src": "30296:4:5", - "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": 2407, - "name": "_canCallSelf", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2534, - "src": "30275:12:5", - "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": 2410, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30275:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "functionReturnParameters": 2400, - "id": 2411, - "nodeType": "Return", - "src": "30268:33:5" - } - ] - } - } - ] - }, - "documentation": { - "id": 2388, - "nodeType": "StructuredDocumentation", - "src": "29749:300:5", - "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": 2432, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_canCallExtended", - "nameLocation": "30063:16:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2395, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2390, - "mutability": "mutable", - "name": "caller", - "nameLocation": "30097:6:5", - "nodeType": "VariableDeclaration", - "scope": 2432, - "src": "30089:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2389, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "30089:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2392, - "mutability": "mutable", - "name": "target", - "nameLocation": "30121:6:5", - "nodeType": "VariableDeclaration", - "scope": 2432, - "src": "30113:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2391, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "30113:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2394, - "mutability": "mutable", - "name": "data", - "nameLocation": "30152:4:5", - "nodeType": "VariableDeclaration", - "scope": 2432, - "src": "30137:19:5", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 2393, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "30137:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "30079:83:5" - }, - "returnParameters": { - "id": 2400, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2397, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "30190:9:5", - "nodeType": "VariableDeclaration", - "scope": 2432, - "src": "30185:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2396, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "30185:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2399, - "mutability": "mutable", - "name": "delay", - "nameLocation": "30208:5:5", - "nodeType": "VariableDeclaration", - "scope": 2432, - "src": "30201:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 2398, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "30201:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "30184:30:5" - }, - "scope": 2614, - "src": "30054:378:5", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 2533, - "nodeType": "Block", - "src": "30647:996:5", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 2447, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 2444, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2437, - "src": "30661:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "id": 2445, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "30666:6:5", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "30661:11:5", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "hexValue": "34", - "id": 2446, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30675:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "30661:15:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2453, - "nodeType": "IfStatement", - "src": "30657:63:5", - "trueBody": { - "id": 2452, - "nodeType": "Block", - "src": "30678:42:5", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 2448, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30700:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 2449, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30707:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 2450, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "30699:10:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 2443, - "id": 2451, - "nodeType": "Return", - "src": "30692:17:5" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 2459, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2454, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2435, - "src": "30734:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "id": 2457, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "30752:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - ], - "id": 2456, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "30744:7:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 2455, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "30744:7:5", - "typeDescriptions": {} - } - }, - "id": 2458, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30744:13:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "30734:23:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2473, - "nodeType": "IfStatement", - "src": "30730:334:5", - "trueBody": { - "id": 2472, - "nodeType": "Block", - "src": "30759:305:5", - "statements": [ - { - "expression": { - "components": [ - { - "arguments": [ - { - "arguments": [ - { - "id": 2463, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "31021:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - ], - "id": 2462, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "31013:7:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 2461, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "31013:7:5", - "typeDescriptions": {} - } - }, - "id": 2464, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31013:13:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 2466, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2437, - "src": "31043:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 2465, - "name": "_checkSelector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2594, - "src": "31028:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", - "typeString": "function (bytes calldata) pure returns (bytes4)" - } - }, - "id": 2467, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31028:20:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 2460, - "name": "_isExecuting", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2559, - "src": "31000:12:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_bool_$", - "typeString": "function (address,bytes4) view returns (bool)" - } - }, - "id": 2468, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31000:49:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "hexValue": "30", - "id": 2469, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "31051:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 2470, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "30999:54:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 2443, - "id": 2471, - "nodeType": "Return", - "src": "30992:61:5" - } - ] - } - }, - { - "assignments": [ - 2475, - 2477, - 2479 - ], - "declarations": [ - { - "constant": false, - "id": 2475, - "mutability": "mutable", - "name": "adminRestricted", - "nameLocation": "31080:15:5", - "nodeType": "VariableDeclaration", - "scope": 2533, - "src": "31075:20:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2474, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "31075:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2477, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "31104:6:5", - "nodeType": "VariableDeclaration", - "scope": 2533, - "src": "31097:13:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2476, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "31097:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2479, - "mutability": "mutable", - "name": "operationDelay", - "nameLocation": "31119:14:5", - "nodeType": "VariableDeclaration", - "scope": 2533, - "src": "31112:21:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 2478, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "31112:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 2483, - "initialValue": { - "arguments": [ - { - "id": 2481, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2437, - "src": "31159:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 2480, - "name": "_getAdminRestrictions", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2387, - "src": "31137:21:5", - "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": 2482, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31137:27:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_uint32_$", - "typeString": "tuple(bool,uint64,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "31074:90:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 2492, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2485, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "31244:16:5", - "subExpression": { - "id": 2484, - "name": "adminRestricted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2475, - "src": "31245:15:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "arguments": [ - { - "arguments": [ - { - "id": 2489, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "31287:4:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$2614", - "typeString": "contract AccessManagerUpgradeable" - } - ], - "id": 2488, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "31279:7:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 2487, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "31279:7:5", - "typeDescriptions": {} - } - }, - "id": 2490, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31279:13:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 2486, - "name": "isTargetClosed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 772, - "src": "31264:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_bool_$", - "typeString": "function (address) view returns (bool)" - } - }, - "id": 2491, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31264:29:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "31244:49:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2498, - "nodeType": "IfStatement", - "src": "31240:97:5", - "trueBody": { - "id": 2497, - "nodeType": "Block", - "src": "31295:42:5", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 2493, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "31317:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 2494, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "31324:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 2495, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "31316:10:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 2443, - "id": 2496, - "nodeType": "Return", - "src": "31309:17:5" - } - ] - } - }, - { - "assignments": [ - 2500, - 2502 - ], - "declarations": [ - { - "constant": false, - "id": 2500, - "mutability": "mutable", - "name": "inRole", - "nameLocation": "31353:6:5", - "nodeType": "VariableDeclaration", - "scope": 2533, - "src": "31348:11:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2499, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "31348:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2502, - "mutability": "mutable", - "name": "executionDelay", - "nameLocation": "31368:14:5", - "nodeType": "VariableDeclaration", - "scope": 2533, - "src": "31361:21:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 2501, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "31361:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 2507, - "initialValue": { - "arguments": [ - { - "id": 2504, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2477, - "src": "31394:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 2505, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2435, - "src": "31402:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 2503, - "name": "hasRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 984, - "src": "31386:7:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$_t_address_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (uint64,address) view returns (bool,uint32)" - } - }, - "id": 2506, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31386:23:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "31347:62:5" - }, - { - "condition": { - "id": 2509, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "31423:7:5", - "subExpression": { - "id": 2508, - "name": "inRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2500, - "src": "31424:6:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2515, - "nodeType": "IfStatement", - "src": "31419:55:5", - "trueBody": { - "id": 2514, - "nodeType": "Block", - "src": "31432:42:5", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 2510, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "31454:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 2511, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "31461:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 2512, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "31453:10:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 2443, - "id": 2513, - "nodeType": "Return", - "src": "31446:17:5" - } - ] - } - }, - { - "expression": { - "id": 2525, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 2516, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2442, - "src": "31544:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "arguments": [ - { - "id": 2521, - "name": "operationDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2479, - "src": "31568:14:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 2522, - "name": "executionDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2502, - "src": "31584:14:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "expression": { - "id": 2519, - "name": "Math", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5741, - "src": "31559:4:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Math_$5741_$", - "typeString": "type(library Math)" - } - }, - "id": 2520, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "31564:3:5", - "memberName": "max", - "nodeType": "MemberAccess", - "referencedDeclaration": 4351, - "src": "31559:8:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256,uint256) pure returns (uint256)" - } - }, - "id": 2523, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31559:40:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 2518, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "31552:6:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - }, - "typeName": { - "id": 2517, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "31552:6:5", - "typeDescriptions": {} - } - }, - "id": 2524, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31552:48:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "31544:56:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 2526, - "nodeType": "ExpressionStatement", - "src": "31544:56:5" - }, - { - "expression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 2529, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2527, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2442, - "src": "31618:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 2528, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "31627:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "31618:10:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 2530, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2442, - "src": "31630:5:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "id": 2531, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "31617:19:5", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "functionReturnParameters": 2443, - "id": 2532, - "nodeType": "Return", - "src": "31610:26:5" - } - ] - }, - "documentation": { - "id": 2433, - "nodeType": "StructuredDocumentation", - "src": "30438:93:5", - "text": " @dev A version of {canCall} that checks for restrictions in this contract." - }, - "id": 2534, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_canCallSelf", - "nameLocation": "30545:12:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2438, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2435, - "mutability": "mutable", - "name": "caller", - "nameLocation": "30566:6:5", - "nodeType": "VariableDeclaration", - "scope": 2534, - "src": "30558:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2434, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "30558:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2437, - "mutability": "mutable", - "name": "data", - "nameLocation": "30589:4:5", - "nodeType": "VariableDeclaration", - "scope": 2534, - "src": "30574:19:5", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 2436, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "30574:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "30557:37:5" - }, - "returnParameters": { - "id": 2443, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2440, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "30622:9:5", - "nodeType": "VariableDeclaration", - "scope": 2534, - "src": "30617:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2439, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "30617:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2442, - "mutability": "mutable", - "name": "delay", - "nameLocation": "30640:5:5", - "nodeType": "VariableDeclaration", - "scope": 2534, - "src": "30633:12:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 2441, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "30633:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "30616:30:5" - }, - "scope": 2614, - "src": "30536:1107:5", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 2558, - "nodeType": "Block", - "src": "31846:145:5", - "statements": [ - { - "assignments": [ - 2546 - ], - "declarations": [ - { - "constant": false, - "id": 2546, - "mutability": "mutable", - "name": "$", - "nameLocation": "31885:1:5", - "nodeType": "VariableDeclaration", - "scope": 2558, - "src": "31856:30:5", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 2545, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2544, - "name": "AccessManagerStorage", - "nameLocations": [ - "31856:20:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 593, - "src": "31856:20:5" - }, - "referencedDeclaration": 593, - "src": "31856:20:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 2549, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2547, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 604, - "src": "31889:24:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$593_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 2548, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31889:26:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "31856:59:5" - }, - { - "expression": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 2556, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 2550, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2546, - "src": "31932:1:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$593_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 2551, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "31934:12:5", - "memberName": "_executionId", - "nodeType": "MemberAccess", - "referencedDeclaration": 592, - "src": "31932:14:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "id": 2553, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2537, - "src": "31967:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 2554, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2539, - "src": "31975:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 2552, - "name": "_hashExecutionId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2613, - "src": "31950:16:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_address_$_t_bytes4_$returns$_t_bytes32_$", - "typeString": "function (address,bytes4) pure returns (bytes32)" - } - }, - "id": 2555, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31950:34:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "31932:52:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 2543, - "id": 2557, - "nodeType": "Return", - "src": "31925:59:5" - } - ] - }, - "documentation": { - "id": 2535, - "nodeType": "StructuredDocumentation", - "src": "31649:109:5", - "text": " @dev Returns true if a call with `target` and `selector` is being executed via {executed}." - }, - "id": 2559, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_isExecuting", - "nameLocation": "31772:12:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2540, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2537, - "mutability": "mutable", - "name": "target", - "nameLocation": "31793:6:5", - "nodeType": "VariableDeclaration", - "scope": 2559, - "src": "31785:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2536, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "31785:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2539, - "mutability": "mutable", - "name": "selector", - "nameLocation": "31808:8:5", - "nodeType": "VariableDeclaration", - "scope": 2559, - "src": "31801:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 2538, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "31801:6:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "31784:33:5" - }, - "returnParameters": { - "id": 2543, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2542, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2559, - "src": "31840:4:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2541, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "31840:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "31839:6:5" - }, - "scope": 2614, - "src": "31763:228:5", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 2576, - "nodeType": "Block", - "src": "32161:68:5", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 2574, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 2570, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2567, - "name": "timepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2562, - "src": "32178:9:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2568, - "name": "expiration", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 742, - "src": "32190:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint32_$", - "typeString": "function () view returns (uint32)" - } - }, - "id": 2569, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "32190:12:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "32178:24:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "<=", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 2571, - "name": "Time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7780, - "src": "32206:4:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Time_$7780_$", - "typeString": "type(library Time)" - } - }, - "id": 2572, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "32211:9:5", - "memberName": "timestamp", - "nodeType": "MemberAccess", - "referencedDeclaration": 7528, - "src": "32206:14:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", - "typeString": "function () view returns (uint48)" - } - }, - "id": 2573, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "32206:16:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "32178:44:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 2566, - "id": 2575, - "nodeType": "Return", - "src": "32171:51:5" - } - ] - }, - "documentation": { - "id": 2560, - "nodeType": "StructuredDocumentation", - "src": "31997:93:5", - "text": " @dev Returns true if a schedule timepoint is past its expiration deadline." - }, - "id": 2577, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_isExpired", - "nameLocation": "32104:10:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2563, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2562, - "mutability": "mutable", - "name": "timepoint", - "nameLocation": "32122:9:5", - "nodeType": "VariableDeclaration", - "scope": 2577, - "src": "32115:16:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 2561, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "32115:6:5", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "32114:18:5" - }, - "returnParameters": { - "id": 2566, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2565, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2577, - "src": "32155:4:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2564, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "32155:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "32154:6:5" - }, - "scope": 2614, - "src": "32095:134:5", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 2593, - "nodeType": "Block", - "src": "32414:41:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "baseExpression": { - "id": 2587, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2580, - "src": "32438:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "endExpression": { - "hexValue": "34", - "id": 2589, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "32445:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "id": 2590, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexRangeAccess", - "src": "32438:9:5", - "startExpression": { - "hexValue": "30", - "id": 2588, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "32443:1:5", - "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": 2586, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "32431:6:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes4_$", - "typeString": "type(bytes4)" - }, - "typeName": { - "id": 2585, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "32431:6:5", - "typeDescriptions": {} - } - }, - "id": 2591, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "32431:17:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "functionReturnParameters": 2584, - "id": 2592, - "nodeType": "Return", - "src": "32424:24:5" - } - ] - }, - "documentation": { - "id": 2578, - "nodeType": "StructuredDocumentation", - "src": "32235:99:5", - "text": " @dev Extracts the selector from calldata. Panics if data is not at least 4 bytes" - }, - "id": 2594, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_checkSelector", - "nameLocation": "32348:14:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2581, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2580, - "mutability": "mutable", - "name": "data", - "nameLocation": "32378:4:5", - "nodeType": "VariableDeclaration", - "scope": 2594, - "src": "32363:19:5", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 2579, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "32363:5:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "32362:21:5" - }, - "returnParameters": { - "id": 2584, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2583, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2594, - "src": "32406:6:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 2582, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "32406:6:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "32405:8:5" - }, - "scope": 2614, - "src": "32339:116:5", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 2612, - "nodeType": "Block", - "src": "32619:63:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "id": 2607, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2597, - "src": "32657:6:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 2608, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2599, - "src": "32665:8:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "expression": { - "id": 2605, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "32646:3:5", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 2606, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "32650:6:5", - "memberName": "encode", - "nodeType": "MemberAccess", - "src": "32646:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 2609, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "32646:28:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 2604, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "32636:9:5", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 2610, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "32636:39:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 2603, - "id": 2611, - "nodeType": "Return", - "src": "32629:46:5" - } - ] - }, - "documentation": { - "id": 2595, - "nodeType": "StructuredDocumentation", - "src": "32461:63:5", - "text": " @dev Hashing function for execute protection" - }, - "id": 2613, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_hashExecutionId", - "nameLocation": "32538:16:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2600, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2597, - "mutability": "mutable", - "name": "target", - "nameLocation": "32563:6:5", - "nodeType": "VariableDeclaration", - "scope": 2613, - "src": "32555:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2596, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "32555:7:5", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2599, - "mutability": "mutable", - "name": "selector", - "nameLocation": "32578:8:5", - "nodeType": "VariableDeclaration", - "scope": 2613, - "src": "32571:15:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 2598, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "32571:6:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "32554:33:5" - }, - "returnParameters": { - "id": 2603, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2602, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2613, - "src": "32610:7:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2601, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "32610:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "32609:9:5" - }, - "scope": 2614, - "src": "32529:153:5", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - } - ], - "scope": 2615, - "src": "3961:28723:5", - "usedErrors": [ - 2631, - 2634, - 3436, - 3440, - 3444, - 3448, - 3452, - 3454, - 3460, - 3468, - 3472, - 3482, - 3486, - 3782, - 4071, - 4074, - 5751 - ], - "usedEvents": [ - 2639, - 3343, - 3350, - 3357, - 3364, - 3377, - 3384, - 3391, - 3398, - 3407, - 3414, - 3423, - 3432 - ] - } - ], - "src": "116:32569:5" - }, - "id": 5 - }, - "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", - "exportedSymbols": { - "Initializable": [ - 2868 - ] - }, - "id": 2869, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 2616, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "113:24:6" - }, - { - "abstract": true, - "baseContracts": [], - "canonicalName": "Initializable", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 2617, - "nodeType": "StructuredDocumentation", - "src": "139:2209:6", - "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": 2868, - "linearizedBaseContracts": [ - 2868 - ], - "name": "Initializable", - "nameLocation": "2367:13:6", - "nodeType": "ContractDefinition", - "nodes": [ - { - "canonicalName": "Initializable.InitializableStorage", - "documentation": { - "id": 2618, - "nodeType": "StructuredDocumentation", - "src": "2387:293:6", - "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": 2625, - "members": [ - { - "constant": false, - "id": 2621, - "mutability": "mutable", - "name": "_initialized", - "nameLocation": "2820:12:6", - "nodeType": "VariableDeclaration", - "scope": 2625, - "src": "2813:19:6", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2620, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "2813:6:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2624, - "mutability": "mutable", - "name": "_initializing", - "nameLocation": "2955:13:6", - "nodeType": "VariableDeclaration", - "scope": 2625, - "src": "2950:18:6", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2623, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "2950:4:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "name": "InitializableStorage", - "nameLocation": "2692:20:6", - "nodeType": "StructDefinition", - "scope": 2868, - "src": "2685:290:6", - "visibility": "public" - }, - { - "constant": true, - "id": 2628, - "mutability": "constant", - "name": "INITIALIZABLE_STORAGE", - "nameLocation": "3123:21:6", - "nodeType": "VariableDeclaration", - "scope": 2868, - "src": "3098:115:6", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2626, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3098:7:6", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "value": { - "hexValue": "307866306335376531363834306466303430663135303838646332663831666533393163333932336265633733653233613936363265666339633232396336613030", - "id": 2627, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3147:66:6", - "typeDescriptions": { - "typeIdentifier": "t_rational_108904022758810753673719992590105913556127789646572562039383141376366747609600_by_1", - "typeString": "int_const 1089...(70 digits omitted)...9600" - }, - "value": "0xf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00" - }, - "visibility": "private" - }, - { - "documentation": { - "id": 2629, - "nodeType": "StructuredDocumentation", - "src": "3220:60:6", - "text": " @dev The contract is already initialized." - }, - "errorSelector": "f92ee8a9", - "id": 2631, - "name": "InvalidInitialization", - "nameLocation": "3291:21:6", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 2630, - "nodeType": "ParameterList", - "parameters": [], - "src": "3312:2:6" - }, - "src": "3285:30:6" - }, - { - "documentation": { - "id": 2632, - "nodeType": "StructuredDocumentation", - "src": "3321:57:6", - "text": " @dev The contract is not initializing." - }, - "errorSelector": "d7e6bcf8", - "id": 2634, - "name": "NotInitializing", - "nameLocation": "3389:15:6", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 2633, - "nodeType": "ParameterList", - "parameters": [], - "src": "3404:2:6" - }, - "src": "3383:24:6" - }, - { - "anonymous": false, - "documentation": { - "id": 2635, - "nodeType": "StructuredDocumentation", - "src": "3413:90:6", - "text": " @dev Triggered when the contract has been initialized or reinitialized." - }, - "eventSelector": "c7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2", - "id": 2639, - "name": "Initialized", - "nameLocation": "3514:11:6", - "nodeType": "EventDefinition", - "parameters": { - "id": 2638, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2637, - "indexed": false, - "mutability": "mutable", - "name": "version", - "nameLocation": "3533:7:6", - "nodeType": "VariableDeclaration", - "scope": 2639, - "src": "3526:14:6", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2636, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "3526:6:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "3525:16:6" - }, - "src": "3508:34:6" - }, - { - "body": { - "id": 2721, - "nodeType": "Block", - "src": "4092:1081:6", - "statements": [ - { - "assignments": [ - 2644 - ], - "declarations": [ - { - "constant": false, - "id": 2644, - "mutability": "mutable", - "name": "$", - "nameLocation": "4187:1:6", - "nodeType": "VariableDeclaration", - "scope": 2721, - "src": "4158:30:6", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - }, - "typeName": { - "id": 2643, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2642, - "name": "InitializableStorage", - "nameLocations": [ - "4158:20:6" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2625, - "src": "4158:20:6" - }, - "referencedDeclaration": 2625, - "src": "4158:20:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - } - }, - "visibility": "internal" - } - ], - "id": 2647, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2645, - "name": "_getInitializableStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2867, - "src": "4191:24:6", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$2625_storage_ptr_$", - "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" - } - }, - "id": 2646, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4191:26:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4158:59:6" - }, - { - "assignments": [ - 2649 - ], - "declarations": [ - { - "constant": false, - "id": 2649, - "mutability": "mutable", - "name": "isTopLevelCall", - "nameLocation": "4284:14:6", - "nodeType": "VariableDeclaration", - "scope": 2721, - "src": "4279:19:6", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2648, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4279:4:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "id": 2653, - "initialValue": { - "id": 2652, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "4301:16:6", - "subExpression": { - "expression": { - "id": 2650, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2644, - "src": "4302:1:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2651, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4304:13:6", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 2624, - "src": "4302:15:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4279:38:6" - }, - { - "assignments": [ - 2655 - ], - "declarations": [ - { - "constant": false, - "id": 2655, - "mutability": "mutable", - "name": "initialized", - "nameLocation": "4334:11:6", - "nodeType": "VariableDeclaration", - "scope": 2721, - "src": "4327:18:6", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2654, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "4327:6:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "id": 2658, - "initialValue": { - "expression": { - "id": 2656, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2644, - "src": "4348:1:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2657, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4350:12:6", - "memberName": "_initialized", - "nodeType": "MemberAccess", - "referencedDeclaration": 2621, - "src": "4348:14:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4327:35:6" - }, - { - "assignments": [ - 2660 - ], - "declarations": [ - { - "constant": false, - "id": 2660, - "mutability": "mutable", - "name": "initialSetup", - "nameLocation": "4711:12:6", - "nodeType": "VariableDeclaration", - "scope": 2721, - "src": "4706:17:6", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2659, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4706:4:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "id": 2666, - "initialValue": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 2665, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 2663, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2661, - "name": "initialized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2655, - "src": "4726:11:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 2662, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4741:1:6", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "4726:16:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "id": 2664, - "name": "isTopLevelCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2649, - "src": "4746:14:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "4726:34:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4706:54:6" - }, - { - "assignments": [ - 2668 - ], - "declarations": [ - { - "constant": false, - "id": 2668, - "mutability": "mutable", - "name": "construction", - "nameLocation": "4775:12:6", - "nodeType": "VariableDeclaration", - "scope": 2721, - "src": "4770:17:6", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2667, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4770:4:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "id": 2681, - "initialValue": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 2680, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 2671, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2669, - "name": "initialized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2655, - "src": "4790:11:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "31", - "id": 2670, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4805:1:6", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "4790:16:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 2679, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "expression": { - "arguments": [ - { - "id": 2674, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "4818:4:6", - "typeDescriptions": { - "typeIdentifier": "t_contract$_Initializable_$2868", - "typeString": "contract Initializable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_Initializable_$2868", - "typeString": "contract Initializable" - } - ], - "id": 2673, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4810:7:6", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 2672, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4810:7:6", - "typeDescriptions": {} - } - }, - "id": 2675, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4810:13:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 2676, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4824:4:6", - "memberName": "code", - "nodeType": "MemberAccess", - "src": "4810:18:6", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 2677, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4829:6:6", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "4810:25:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 2678, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4839:1:6", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "4810:30:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "4790:50:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4770:70:6" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 2686, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2683, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "4855:13:6", - "subExpression": { - "id": 2682, - "name": "initialSetup", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2660, - "src": "4856:12:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "id": 2685, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "4872:13:6", - "subExpression": { - "id": 2684, - "name": "construction", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2668, - "src": "4873:12:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "4855:30:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2691, - "nodeType": "IfStatement", - "src": "4851:91:6", - "trueBody": { - "id": 2690, - "nodeType": "Block", - "src": "4887:55:6", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2687, - "name": "InvalidInitialization", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2631, - "src": "4908:21:6", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 2688, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4908:23:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2689, - "nodeType": "RevertStatement", - "src": "4901:30:6" - } - ] - } - }, - { - "expression": { - "id": 2696, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 2692, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2644, - "src": "4951:1:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2694, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "4953:12:6", - "memberName": "_initialized", - "nodeType": "MemberAccess", - "referencedDeclaration": 2621, - "src": "4951:14:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "31", - "id": 2695, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4968:1:6", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "4951:18:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 2697, - "nodeType": "ExpressionStatement", - "src": "4951:18:6" - }, - { - "condition": { - "id": 2698, - "name": "isTopLevelCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2649, - "src": "4983:14:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2706, - "nodeType": "IfStatement", - "src": "4979:67:6", - "trueBody": { - "id": 2705, - "nodeType": "Block", - "src": "4999:47:6", - "statements": [ - { - "expression": { - "id": 2703, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 2699, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2644, - "src": "5013:1:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2701, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "5015:13:6", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 2624, - "src": "5013:15:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "74727565", - "id": 2702, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5031:4:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "src": "5013:22:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2704, - "nodeType": "ExpressionStatement", - "src": "5013:22:6" - } - ] - } - }, - { - "id": 2707, - "nodeType": "PlaceholderStatement", - "src": "5055:1:6" - }, - { - "condition": { - "id": 2708, - "name": "isTopLevelCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2649, - "src": "5070:14:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2720, - "nodeType": "IfStatement", - "src": "5066:101:6", - "trueBody": { - "id": 2719, - "nodeType": "Block", - "src": "5086:81:6", - "statements": [ - { - "expression": { - "id": 2713, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 2709, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2644, - "src": "5100:1:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2711, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "5102:13:6", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 2624, - "src": "5100:15:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "66616c7365", - "id": 2712, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5118:5:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "src": "5100:23:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2714, - "nodeType": "ExpressionStatement", - "src": "5100:23:6" - }, - { - "eventCall": { - "arguments": [ - { - "hexValue": "31", - "id": 2716, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5154:1:6", - "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": 2715, - "name": "Initialized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2639, - "src": "5142:11:6", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$returns$__$", - "typeString": "function (uint64)" - } - }, - "id": 2717, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5142:14:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 2718, - "nodeType": "EmitStatement", - "src": "5137:19:6" - } - ] - } - } - ] - }, - "documentation": { - "id": 2640, - "nodeType": "StructuredDocumentation", - "src": "3548:516:6", - "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": 2722, - "name": "initializer", - "nameLocation": "4078:11:6", - "nodeType": "ModifierDefinition", - "parameters": { - "id": 2641, - "nodeType": "ParameterList", - "parameters": [], - "src": "4089:2:6" - }, - "src": "4069:1104:6", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 2768, - "nodeType": "Block", - "src": "6291:392:6", - "statements": [ - { - "assignments": [ - 2729 - ], - "declarations": [ - { - "constant": false, - "id": 2729, - "mutability": "mutable", - "name": "$", - "nameLocation": "6386:1:6", - "nodeType": "VariableDeclaration", - "scope": 2768, - "src": "6357:30:6", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - }, - "typeName": { - "id": 2728, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2727, - "name": "InitializableStorage", - "nameLocations": [ - "6357:20:6" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2625, - "src": "6357:20:6" - }, - "referencedDeclaration": 2625, - "src": "6357:20:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - } - }, - "visibility": "internal" - } - ], - "id": 2732, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2730, - "name": "_getInitializableStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2867, - "src": "6390:24:6", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$2625_storage_ptr_$", - "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" - } - }, - "id": 2731, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6390:26:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "6357:59:6" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 2739, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 2733, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2729, - "src": "6431:1:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2734, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6433:13:6", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 2624, - "src": "6431:15:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 2738, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 2735, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2729, - "src": "6450:1:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2736, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6452:12:6", - "memberName": "_initialized", - "nodeType": "MemberAccess", - "referencedDeclaration": 2621, - "src": "6450:14:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "id": 2737, - "name": "version", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2725, - "src": "6468:7:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "6450:25:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "6431:44:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2744, - "nodeType": "IfStatement", - "src": "6427:105:6", - "trueBody": { - "id": 2743, - "nodeType": "Block", - "src": "6477:55:6", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2740, - "name": "InvalidInitialization", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2631, - "src": "6498:21:6", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 2741, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6498:23:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2742, - "nodeType": "RevertStatement", - "src": "6491:30:6" - } - ] - } - }, - { - "expression": { - "id": 2749, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 2745, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2729, - "src": "6541:1:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2747, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "6543:12:6", - "memberName": "_initialized", - "nodeType": "MemberAccess", - "referencedDeclaration": 2621, - "src": "6541:14:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 2748, - "name": "version", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2725, - "src": "6558:7:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "6541:24:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 2750, - "nodeType": "ExpressionStatement", - "src": "6541:24:6" - }, - { - "expression": { - "id": 2755, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 2751, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2729, - "src": "6575:1:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2753, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "6577:13:6", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 2624, - "src": "6575:15:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "74727565", - "id": 2754, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6593:4:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "src": "6575:22:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2756, - "nodeType": "ExpressionStatement", - "src": "6575:22:6" - }, - { - "id": 2757, - "nodeType": "PlaceholderStatement", - "src": "6607:1:6" - }, - { - "expression": { - "id": 2762, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 2758, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2729, - "src": "6618:1:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2760, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "6620:13:6", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 2624, - "src": "6618:15:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "66616c7365", - "id": 2761, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6636:5:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "src": "6618:23:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2763, - "nodeType": "ExpressionStatement", - "src": "6618:23:6" - }, - { - "eventCall": { - "arguments": [ - { - "id": 2765, - "name": "version", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2725, - "src": "6668:7:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 2764, - "name": "Initialized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2639, - "src": "6656:11:6", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$returns$__$", - "typeString": "function (uint64)" - } - }, - "id": 2766, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6656:20:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 2767, - "nodeType": "EmitStatement", - "src": "6651:25:6" - } - ] - }, - "documentation": { - "id": 2723, - "nodeType": "StructuredDocumentation", - "src": "5179:1068:6", - "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": 2769, - "name": "reinitializer", - "nameLocation": "6261:13:6", - "nodeType": "ModifierDefinition", - "parameters": { - "id": 2726, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2725, - "mutability": "mutable", - "name": "version", - "nameLocation": "6282:7:6", - "nodeType": "VariableDeclaration", - "scope": 2769, - "src": "6275:14:6", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2724, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6275:6:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "6274:16:6" - }, - "src": "6252:431:6", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 2776, - "nodeType": "Block", - "src": "6921:48:6", - "statements": [ - { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2772, - "name": "_checkInitializing", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2790, - "src": "6931:18:6", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$__$", - "typeString": "function () view" - } - }, - "id": 2773, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6931:20:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 2774, - "nodeType": "ExpressionStatement", - "src": "6931:20:6" - }, - { - "id": 2775, - "nodeType": "PlaceholderStatement", - "src": "6961:1:6" - } - ] - }, - "documentation": { - "id": 2770, - "nodeType": "StructuredDocumentation", - "src": "6689:199:6", - "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": 2777, - "name": "onlyInitializing", - "nameLocation": "6902:16:6", - "nodeType": "ModifierDefinition", - "parameters": { - "id": 2771, - "nodeType": "ParameterList", - "parameters": [], - "src": "6918:2:6" - }, - "src": "6893:76:6", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 2789, - "nodeType": "Block", - "src": "7136:89:6", - "statements": [ - { - "condition": { - "id": 2783, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "7150:18:6", - "subExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2781, - "name": "_isInitializing", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2858, - "src": "7151:15:6", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bool_$", - "typeString": "function () view returns (bool)" - } - }, - "id": 2782, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7151:17:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2788, - "nodeType": "IfStatement", - "src": "7146:73:6", - "trueBody": { - "id": 2787, - "nodeType": "Block", - "src": "7170:49:6", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2784, - "name": "NotInitializing", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2634, - "src": "7191:15:6", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 2785, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7191:17:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2786, - "nodeType": "RevertStatement", - "src": "7184:24:6" - } - ] - } - } - ] - }, - "documentation": { - "id": 2778, - "nodeType": "StructuredDocumentation", - "src": "6975:104:6", - "text": " @dev Reverts if the contract is not in an initializing state. See {onlyInitializing}." - }, - "id": 2790, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_checkInitializing", - "nameLocation": "7093:18:6", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2779, - "nodeType": "ParameterList", - "parameters": [], - "src": "7111:2:6" - }, - "returnParameters": { - "id": 2780, - "nodeType": "ParameterList", - "parameters": [], - "src": "7136:0:6" - }, - "scope": 2868, - "src": "7084:141:6", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 2835, - "nodeType": "Block", - "src": "7760:373:6", - "statements": [ - { - "assignments": [ - 2796 - ], - "declarations": [ - { - "constant": false, - "id": 2796, - "mutability": "mutable", - "name": "$", - "nameLocation": "7855:1:6", - "nodeType": "VariableDeclaration", - "scope": 2835, - "src": "7826:30:6", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - }, - "typeName": { - "id": 2795, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2794, - "name": "InitializableStorage", - "nameLocations": [ - "7826:20:6" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2625, - "src": "7826:20:6" - }, - "referencedDeclaration": 2625, - "src": "7826:20:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - } - }, - "visibility": "internal" - } - ], - "id": 2799, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2797, - "name": "_getInitializableStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2867, - "src": "7859:24:6", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$2625_storage_ptr_$", - "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" - } - }, - "id": 2798, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7859:26:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "7826:59:6" - }, - { - "condition": { - "expression": { - "id": 2800, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2796, - "src": "7900:1:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2801, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "7902:13:6", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 2624, - "src": "7900:15:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2806, - "nodeType": "IfStatement", - "src": "7896:76:6", - "trueBody": { - "id": 2805, - "nodeType": "Block", - "src": "7917:55:6", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2802, - "name": "InvalidInitialization", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2631, - "src": "7938:21:6", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 2803, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7938:23:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2804, - "nodeType": "RevertStatement", - "src": "7931:30:6" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 2814, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 2807, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2796, - "src": "7985:1:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2808, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "7987:12:6", - "memberName": "_initialized", - "nodeType": "MemberAccess", - "referencedDeclaration": 2621, - "src": "7985:14:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 2811, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8008:6:6", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 2810, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8008:6:6", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - } - ], - "id": 2809, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "8003:4:6", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 2812, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8003:12:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint64", - "typeString": "type(uint64)" - } - }, - "id": 2813, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "8016:3:6", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "8003:16:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "7985:34:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2834, - "nodeType": "IfStatement", - "src": "7981:146:6", - "trueBody": { - "id": 2833, - "nodeType": "Block", - "src": "8021:106:6", - "statements": [ - { - "expression": { - "id": 2823, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 2815, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2796, - "src": "8035:1:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2817, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "8037:12:6", - "memberName": "_initialized", - "nodeType": "MemberAccess", - "referencedDeclaration": 2621, - "src": "8035:14:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "arguments": [ - { - "id": 2820, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8057:6:6", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 2819, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8057:6:6", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - } - ], - "id": 2818, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "8052:4:6", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 2821, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8052:12:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint64", - "typeString": "type(uint64)" - } - }, - "id": 2822, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "8065:3:6", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "8052:16:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "8035:33:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 2824, - "nodeType": "ExpressionStatement", - "src": "8035:33:6" - }, - { - "eventCall": { - "arguments": [ - { - "expression": { - "arguments": [ - { - "id": 2828, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8104:6:6", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 2827, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8104:6:6", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - } - ], - "id": 2826, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "8099:4:6", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 2829, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8099:12:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint64", - "typeString": "type(uint64)" - } - }, - "id": 2830, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "8112:3:6", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "8099:16:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 2825, - "name": "Initialized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2639, - "src": "8087:11:6", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$returns$__$", - "typeString": "function (uint64)" - } - }, - "id": 2831, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8087:29:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 2832, - "nodeType": "EmitStatement", - "src": "8082:34:6" - } - ] - } - } - ] - }, - "documentation": { - "id": 2791, - "nodeType": "StructuredDocumentation", - "src": "7231:475:6", - "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": 2836, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_disableInitializers", - "nameLocation": "7720:20:6", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2792, - "nodeType": "ParameterList", - "parameters": [], - "src": "7740:2:6" - }, - "returnParameters": { - "id": 2793, - "nodeType": "ParameterList", - "parameters": [], - "src": "7760:0:6" - }, - "scope": 2868, - "src": "7711:422:6", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 2846, - "nodeType": "Block", - "src": "8308:63:6", - "statements": [ - { - "expression": { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2842, - "name": "_getInitializableStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2867, - "src": "8325:24:6", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$2625_storage_ptr_$", - "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" - } - }, - "id": 2843, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8325:26:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2844, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8352:12:6", - "memberName": "_initialized", - "nodeType": "MemberAccess", - "referencedDeclaration": 2621, - "src": "8325:39:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 2841, - "id": 2845, - "nodeType": "Return", - "src": "8318:46:6" - } - ] - }, - "documentation": { - "id": 2837, - "nodeType": "StructuredDocumentation", - "src": "8139:99:6", - "text": " @dev Returns the highest version that has been initialized. See {reinitializer}." - }, - "id": 2847, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_getInitializedVersion", - "nameLocation": "8252:22:6", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2838, - "nodeType": "ParameterList", - "parameters": [], - "src": "8274:2:6" - }, - "returnParameters": { - "id": 2841, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2840, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2847, - "src": "8300:6:6", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2839, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8300:6:6", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "8299:8:6" - }, - "scope": 2868, - "src": "8243:128:6", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 2857, - "nodeType": "Block", - "src": "8543:64:6", - "statements": [ - { - "expression": { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2853, - "name": "_getInitializableStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2867, - "src": "8560:24:6", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$2625_storage_ptr_$", - "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" - } - }, - "id": 2854, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8560:26:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 2855, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8587:13:6", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 2624, - "src": "8560:40:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 2852, - "id": 2856, - "nodeType": "Return", - "src": "8553:47:6" - } - ] - }, - "documentation": { - "id": 2848, - "nodeType": "StructuredDocumentation", - "src": "8377:105:6", - "text": " @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}." - }, - "id": 2858, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_isInitializing", - "nameLocation": "8496:15:6", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2849, - "nodeType": "ParameterList", - "parameters": [], - "src": "8511:2:6" - }, - "returnParameters": { - "id": 2852, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2851, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2858, - "src": "8537:4:6", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2850, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "8537:4:6", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "8536:6:6" - }, - "scope": 2868, - "src": "8487:120:6", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 2866, - "nodeType": "Block", - "src": "8827:80:6", - "statements": [ - { - "AST": { - "nativeSrc": "8846:55:6", - "nodeType": "YulBlock", - "src": "8846:55:6", - "statements": [ - { - "nativeSrc": "8860:31:6", - "nodeType": "YulAssignment", - "src": "8860:31:6", - "value": { - "name": "INITIALIZABLE_STORAGE", - "nativeSrc": "8870:21:6", - "nodeType": "YulIdentifier", - "src": "8870:21:6" - }, - "variableNames": [ - { - "name": "$.slot", - "nativeSrc": "8860:6:6", - "nodeType": "YulIdentifier", - "src": "8860:6:6" - } - ] - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 2863, - "isOffset": false, - "isSlot": true, - "src": "8860:6:6", - "suffix": "slot", - "valueSize": 1 - }, - { - "declaration": 2628, - "isOffset": false, - "isSlot": false, - "src": "8870:21:6", - "valueSize": 1 - } - ], - "id": 2865, - "nodeType": "InlineAssembly", - "src": "8837:64:6" - } - ] - }, - "documentation": { - "id": 2859, - "nodeType": "StructuredDocumentation", - "src": "8613:67:6", - "text": " @dev Returns a pointer to the storage namespace." - }, - "id": 2867, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_getInitializableStorage", - "nameLocation": "8746:24:6", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2860, - "nodeType": "ParameterList", - "parameters": [], - "src": "8770:2:6" - }, - "returnParameters": { - "id": 2864, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2863, - "mutability": "mutable", - "name": "$", - "nameLocation": "8824:1:6", - "nodeType": "VariableDeclaration", - "scope": 2867, - "src": "8795:30:6", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - }, - "typeName": { - "id": 2862, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2861, - "name": "InitializableStorage", - "nameLocations": [ - "8795:20:6" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2625, - "src": "8795:20:6" - }, - "referencedDeclaration": 2625, - "src": "8795:20:6", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$2625_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - } - }, - "visibility": "internal" - } - ], - "src": "8794:32:6" - }, - "scope": 2868, - "src": "8737:170:6", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - } - ], - "scope": 2869, - "src": "2349:6560:6", - "usedErrors": [ - 2631, - 2634 - ], - "usedEvents": [ - 2639 - ] - } - ], - "src": "113:8797:6" - }, - "id": 6 - }, - "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", - "exportedSymbols": { - "ContextUpgradeable": [ - 2914 - ], - "Initializable": [ - 2868 - ] - }, - "id": 2915, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 2870, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "101:24:7" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", - "file": "../proxy/utils/Initializable.sol", - "id": 2872, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2915, - "sourceUnit": 2869, - "src": "126:63:7", - "symbolAliases": [ - { - "foreign": { - "id": 2871, - "name": "Initializable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2868, - "src": "134:13:7", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": true, - "baseContracts": [ - { - "baseName": { - "id": 2874, - "name": "Initializable", - "nameLocations": [ - "728:13:7" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2868, - "src": "728:13:7" - }, - "id": 2875, - "nodeType": "InheritanceSpecifier", - "src": "728:13:7" - } - ], - "canonicalName": "ContextUpgradeable", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 2873, - "nodeType": "StructuredDocumentation", - "src": "191:496:7", - "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": 2914, - "linearizedBaseContracts": [ - 2914, - 2868 - ], - "name": "ContextUpgradeable", - "nameLocation": "706:18:7", - "nodeType": "ContractDefinition", - "nodes": [ - { - "body": { - "id": 2880, - "nodeType": "Block", - "src": "800:7:7", - "statements": [] - }, - "id": 2881, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 2878, - "kind": "modifierInvocation", - "modifierName": { - "id": 2877, - "name": "onlyInitializing", - "nameLocations": [ - "783:16:7" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2777, - "src": "783:16:7" - }, - "nodeType": "ModifierInvocation", - "src": "783:16:7" - } - ], - "name": "__Context_init", - "nameLocation": "757:14:7", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2876, - "nodeType": "ParameterList", - "parameters": [], - "src": "771:2:7" - }, - "returnParameters": { - "id": 2879, - "nodeType": "ParameterList", - "parameters": [], - "src": "800:0:7" - }, - "scope": 2914, - "src": "748:59:7", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 2886, - "nodeType": "Block", - "src": "875:7:7", - "statements": [] - }, - "id": 2887, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 2884, - "kind": "modifierInvocation", - "modifierName": { - "id": 2883, - "name": "onlyInitializing", - "nameLocations": [ - "858:16:7" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2777, - "src": "858:16:7" - }, - "nodeType": "ModifierInvocation", - "src": "858:16:7" - } - ], - "name": "__Context_init_unchained", - "nameLocation": "822:24:7", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2882, - "nodeType": "ParameterList", - "parameters": [], - "src": "846:2:7" - }, - "returnParameters": { - "id": 2885, - "nodeType": "ParameterList", - "parameters": [], - "src": "875:0:7" - }, - "scope": 2914, - "src": "813:69:7", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 2895, - "nodeType": "Block", - "src": "949:34:7", - "statements": [ - { - "expression": { - "expression": { - "id": 2892, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "966:3:7", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 2893, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "970:6:7", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "966:10:7", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "functionReturnParameters": 2891, - "id": 2894, - "nodeType": "Return", - "src": "959:17:7" - } - ] - }, - "id": 2896, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_msgSender", - "nameLocation": "896:10:7", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2888, - "nodeType": "ParameterList", - "parameters": [], - "src": "906:2:7" - }, - "returnParameters": { - "id": 2891, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2890, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2896, - "src": "940:7:7", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2889, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "940:7:7", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "939:9:7" - }, - "scope": 2914, - "src": "887:96:7", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 2904, - "nodeType": "Block", - "src": "1056:32:7", - "statements": [ - { - "expression": { - "expression": { - "id": 2901, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "1073:3:7", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 2902, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1077:4:7", - "memberName": "data", - "nodeType": "MemberAccess", - "src": "1073:8:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "functionReturnParameters": 2900, - "id": 2903, - "nodeType": "Return", - "src": "1066:15:7" - } - ] - }, - "id": 2905, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_msgData", - "nameLocation": "998:8:7", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2897, - "nodeType": "ParameterList", - "parameters": [], - "src": "1006:2:7" - }, - "returnParameters": { - "id": 2900, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2899, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2905, - "src": "1040:14:7", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 2898, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1040:5:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "1039:16:7" - }, - "scope": 2914, - "src": "989:99:7", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 2912, - "nodeType": "Block", - "src": "1166:25:7", - "statements": [ - { - "expression": { - "hexValue": "30", - "id": 2910, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1183:1:7", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "functionReturnParameters": 2909, - "id": 2911, - "nodeType": "Return", - "src": "1176:8:7" - } - ] - }, - "id": 2913, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_contextSuffixLength", - "nameLocation": "1103:20:7", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2906, - "nodeType": "ParameterList", - "parameters": [], - "src": "1123:2:7" - }, - "returnParameters": { - "id": 2909, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2908, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2913, - "src": "1157:7:7", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2907, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1157:7:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1156:9:7" - }, - "scope": 2914, - "src": "1094:97:7", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - } - ], - "scope": 2915, - "src": "688:505:7", - "usedErrors": [ - 2631, - 2634 - ], - "usedEvents": [ - 2639 - ] - } - ], - "src": "101:1093:7" - }, - "id": 7 - }, - "@openzeppelin/contracts-upgradeable/utils/MulticallUpgradeable.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts-upgradeable/utils/MulticallUpgradeable.sol", - "exportedSymbols": { - "Address": [ - 4031 - ], - "ContextUpgradeable": [ - 2914 - ], - "Initializable": [ - 2868 - ], - "MulticallUpgradeable": [ - 3017 - ] - }, - "id": 3018, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 2916, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "103:24:8" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/Address.sol", - "file": "@openzeppelin/contracts/utils/Address.sol", - "id": 2918, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3018, - "sourceUnit": 4032, - "src": "129:66:8", - "symbolAliases": [ - { - "foreign": { - "id": 2917, - "name": "Address", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4031, - "src": "137:7:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", - "file": "./ContextUpgradeable.sol", - "id": 2920, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3018, - "sourceUnit": 2915, - "src": "196:60:8", - "symbolAliases": [ - { - "foreign": { - "id": 2919, - "name": "ContextUpgradeable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2914, - "src": "204:18:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", - "file": "../proxy/utils/Initializable.sol", - "id": 2922, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3018, - "sourceUnit": 2869, - "src": "257:63:8", - "symbolAliases": [ - { - "foreign": { - "id": 2921, - "name": "Initializable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2868, - "src": "265:13:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": true, - "baseContracts": [ - { - "baseName": { - "id": 2924, - "name": "Initializable", - "nameLocations": [ - "1162:13:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2868, - "src": "1162:13:8" - }, - "id": 2925, - "nodeType": "InheritanceSpecifier", - "src": "1162:13:8" - }, - { - "baseName": { - "id": 2926, - "name": "ContextUpgradeable", - "nameLocations": [ - "1177:18:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2914, - "src": "1177:18:8" - }, - "id": 2927, - "nodeType": "InheritanceSpecifier", - "src": "1177:18:8" - } - ], - "canonicalName": "MulticallUpgradeable", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 2923, - "nodeType": "StructuredDocumentation", - "src": "322:797:8", - "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": 3017, - "linearizedBaseContracts": [ - 3017, - 2914, - 2868 - ], - "name": "MulticallUpgradeable", - "nameLocation": "1138:20:8", - "nodeType": "ContractDefinition", - "nodes": [ - { - "body": { - "id": 2932, - "nodeType": "Block", - "src": "1256:7:8", - "statements": [] - }, - "id": 2933, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 2930, - "kind": "modifierInvocation", - "modifierName": { - "id": 2929, - "name": "onlyInitializing", - "nameLocations": [ - "1239:16:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2777, - "src": "1239:16:8" - }, - "nodeType": "ModifierInvocation", - "src": "1239:16:8" - } - ], - "name": "__Multicall_init", - "nameLocation": "1211:16:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2928, - "nodeType": "ParameterList", - "parameters": [], - "src": "1227:2:8" - }, - "returnParameters": { - "id": 2931, - "nodeType": "ParameterList", - "parameters": [], - "src": "1256:0:8" - }, - "scope": 3017, - "src": "1202:61:8", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 2938, - "nodeType": "Block", - "src": "1333:7:8", - "statements": [] - }, - "id": 2939, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 2936, - "kind": "modifierInvocation", - "modifierName": { - "id": 2935, - "name": "onlyInitializing", - "nameLocations": [ - "1316:16:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2777, - "src": "1316:16:8" - }, - "nodeType": "ModifierInvocation", - "src": "1316:16:8" - } - ], - "name": "__Multicall_init_unchained", - "nameLocation": "1278:26:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2934, - "nodeType": "ParameterList", - "parameters": [], - "src": "1304:2:8" - }, - "returnParameters": { - "id": 2937, - "nodeType": "ParameterList", - "parameters": [], - "src": "1333:0:8" - }, - "scope": 3017, - "src": "1269:71:8", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 3015, - "nodeType": "Block", - "src": "1594:392:8", - "statements": [ - { - "assignments": [ - 2950 - ], - "declarations": [ - { - "constant": false, - "id": 2950, - "mutability": "mutable", - "name": "context", - "nameLocation": "1617:7:8", - "nodeType": "VariableDeclaration", - "scope": 3015, - "src": "1604:20:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 2949, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1604:5:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 2970, - "initialValue": { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 2955, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 2951, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "1627:3:8", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 2952, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1631:6:8", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "1627:10:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2953, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2896, - "src": "1641:10:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 2954, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1641:12:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "1627:26:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "baseExpression": { - "expression": { - "id": 2960, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "1695:3:8", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 2961, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1699:4:8", - "memberName": "data", - "nodeType": "MemberAccess", - "src": "1695:8:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "id": 2968, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexRangeAccess", - "src": "1695:51:8", - "startExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 2967, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "expression": { - "id": 2962, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "1704:3:8", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 2963, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1708:4:8", - "memberName": "data", - "nodeType": "MemberAccess", - "src": "1704:8:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "id": 2964, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1713:6:8", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "1704:15:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2965, - "name": "_contextSuffixLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2913, - "src": "1722:20:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint256_$", - "typeString": "function () view returns (uint256)" - } - }, - "id": 2966, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1722:22:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1704:40:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr_slice", - "typeString": "bytes calldata slice" - } - }, - "id": 2969, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "1627:119:8", - "trueExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 2958, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1678: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": 2957, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "1668:9:8", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_bytes_memory_ptr_$", - "typeString": "function (uint256) pure returns (bytes memory)" - }, - "typeName": { - "id": 2956, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1672:5:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - } - }, - "id": 2959, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1668:12:8", - "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:8" - }, - { - "expression": { - "id": 2978, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 2971, - "name": "results", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2947, - "src": "1757:7:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes memory[] memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "expression": { - "id": 2975, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2943, - "src": "1779:4:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", - "typeString": "bytes calldata[] calldata" - } - }, - "id": 2976, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1784:6:8", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "1779:11:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 2974, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "1767:11:8", - "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": 2972, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1771:5:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "id": 2973, - "nodeType": "ArrayTypeName", - "src": "1771:7:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_storage_$dyn_storage_ptr", - "typeString": "bytes[]" - } - } - }, - "id": 2977, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1767:24:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes memory[] memory" - } - }, - "src": "1757:34:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes memory[] memory" - } - }, - "id": 2979, - "nodeType": "ExpressionStatement", - "src": "1757:34:8" - }, - { - "body": { - "id": 3011, - "nodeType": "Block", - "src": "1843:113:8", - "statements": [ - { - "expression": { - "id": 3009, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 2991, - "name": "results", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2947, - "src": "1857:7:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes memory[] memory" - } - }, - "id": 2993, - "indexExpression": { - "id": 2992, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2981, - "src": "1865:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "1857:10:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "arguments": [ - { - "id": 2998, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "1907:4:8", - "typeDescriptions": { - "typeIdentifier": "t_contract$_MulticallUpgradeable_$3017", - "typeString": "contract MulticallUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_MulticallUpgradeable_$3017", - "typeString": "contract MulticallUpgradeable" - } - ], - "id": 2997, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1899:7:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 2996, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1899:7:8", - "typeDescriptions": {} - } - }, - "id": 2999, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1899:13:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "baseExpression": { - "id": 3003, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2943, - "src": "1927:4:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", - "typeString": "bytes calldata[] calldata" - } - }, - "id": 3005, - "indexExpression": { - "id": 3004, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2981, - "src": "1932:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "1927:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - { - "id": 3006, - "name": "context", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2950, - "src": "1936:7:8", - "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": 3001, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1914:5:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", - "typeString": "type(bytes storage pointer)" - }, - "typeName": { - "id": 3000, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1914:5:8", - "typeDescriptions": {} - } - }, - "id": 3002, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1920:6:8", - "memberName": "concat", - "nodeType": "MemberAccess", - "src": "1914:12:8", - "typeDescriptions": { - "typeIdentifier": "t_function_bytesconcat_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 3007, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1914:30:8", - "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": 2994, - "name": "Address", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4031, - "src": "1870:7:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Address_$4031_$", - "typeString": "type(library Address)" - } - }, - "id": 2995, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1878:20:8", - "memberName": "functionDelegateCall", - "nodeType": "MemberAccess", - "referencedDeclaration": 3948, - "src": "1870:28:8", - "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": 3008, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1870:75:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "src": "1857:88:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 3010, - "nodeType": "ExpressionStatement", - "src": "1857:88:8" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 2987, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2984, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2981, - "src": "1821:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "expression": { - "id": 2985, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2943, - "src": "1825:4:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", - "typeString": "bytes calldata[] calldata" - } - }, - "id": 2986, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1830:6:8", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "1825:11:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1821:15:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3012, - "initializationExpression": { - "assignments": [ - 2981 - ], - "declarations": [ - { - "constant": false, - "id": 2981, - "mutability": "mutable", - "name": "i", - "nameLocation": "1814:1:8", - "nodeType": "VariableDeclaration", - "scope": 3012, - "src": "1806:9:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2980, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1806:7:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 2983, - "initialValue": { - "hexValue": "30", - "id": 2982, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1818:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "1806:13:8" - }, - "isSimpleCounterLoop": true, - "loopExpression": { - "expression": { - "id": 2989, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "++", - "prefix": false, - "src": "1838:3:8", - "subExpression": { - "id": 2988, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2981, - "src": "1838:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 2990, - "nodeType": "ExpressionStatement", - "src": "1838:3:8" - }, - "nodeType": "ForStatement", - "src": "1801:155:8" - }, - { - "expression": { - "id": 3013, - "name": "results", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2947, - "src": "1972:7:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes memory[] memory" - } - }, - "functionReturnParameters": 2948, - "id": 3014, - "nodeType": "Return", - "src": "1965:14:8" - } - ] - }, - "documentation": { - "id": 2940, - "nodeType": "StructuredDocumentation", - "src": "1345:152:8", - "text": " @dev Receives and executes a batch of function calls on this contract.\n @custom:oz-upgrades-unsafe-allow-reachable delegatecall" - }, - "functionSelector": "ac9650d8", - "id": 3016, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "multicall", - "nameLocation": "1511:9:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2944, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2943, - "mutability": "mutable", - "name": "data", - "nameLocation": "1538:4:8", - "nodeType": "VariableDeclaration", - "scope": 3016, - "src": "1521:21:8", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", - "typeString": "bytes[]" - }, - "typeName": { - "baseType": { - "id": 2941, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1521:5:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "id": 2942, - "nodeType": "ArrayTypeName", - "src": "1521:7:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_storage_$dyn_storage_ptr", - "typeString": "bytes[]" - } - }, - "visibility": "internal" - } - ], - "src": "1520:23:8" - }, - "returnParameters": { - "id": 2948, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2947, - "mutability": "mutable", - "name": "results", - "nameLocation": "1585:7:8", - "nodeType": "VariableDeclaration", - "scope": 3016, - "src": "1570:22:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes[]" - }, - "typeName": { - "baseType": { - "id": 2945, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1570:5:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "id": 2946, - "nodeType": "ArrayTypeName", - "src": "1570:7:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_storage_$dyn_storage_ptr", - "typeString": "bytes[]" - } - }, - "visibility": "internal" - } - ], - "src": "1569:24:8" - }, - "scope": 3017, - "src": "1502:484:8", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "external" - } - ], - "scope": 3018, - "src": "1120:868:8", - "usedErrors": [ - 2631, - 2634, - 3782, - 4074 - ], - "usedEvents": [ - 2639 - ] - } - ], - "src": "103:1886:8" - }, - "id": 8 - }, - "@openzeppelin/contracts/access/manager/AccessManaged.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/access/manager/AccessManaged.sol", - "exportedSymbols": { - "AccessManaged": [ - 3202 - ], - "AuthorityUtils": [ - 3284 - ], - "Context": [ - 4061 - ], - "IAccessManaged": [ - 3324 - ], - "IAccessManager": [ - 3756 - ], - "IAuthority": [ - 3772 - ] - }, - "id": 3203, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 3019, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "116:24:9" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAuthority.sol", - "file": "./IAuthority.sol", - "id": 3021, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3203, - "sourceUnit": 3773, - "src": "142:44:9", - "symbolAliases": [ - { - "foreign": { - "id": 3020, - "name": "IAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3772, - "src": "150:10:9", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/AuthorityUtils.sol", - "file": "./AuthorityUtils.sol", - "id": 3023, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3203, - "sourceUnit": 3285, - "src": "187:52:9", - "symbolAliases": [ - { - "foreign": { - "id": 3022, - "name": "AuthorityUtils", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3284, - "src": "195:14:9", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "file": "./IAccessManager.sol", - "id": 3025, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3203, - "sourceUnit": 3757, - "src": "240:52:9", - "symbolAliases": [ - { - "foreign": { - "id": 3024, - "name": "IAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3756, - "src": "248:14:9", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManaged.sol", - "file": "./IAccessManaged.sol", - "id": 3027, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3203, - "sourceUnit": 3325, - "src": "293:52:9", - "symbolAliases": [ - { - "foreign": { - "id": 3026, - "name": "IAccessManaged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3324, - "src": "301:14:9", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/Context.sol", - "file": "../../utils/Context.sol", - "id": 3029, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3203, - "sourceUnit": 4062, - "src": "346:48:9", - "symbolAliases": [ - { - "foreign": { - "id": 3028, - "name": "Context", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4061, - "src": "354:7:9", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": true, - "baseContracts": [ - { - "baseName": { - "id": 3031, - "name": "Context", - "nameLocations": [ - "953:7:9" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4061, - "src": "953:7:9" - }, - "id": 3032, - "nodeType": "InheritanceSpecifier", - "src": "953:7:9" - }, - { - "baseName": { - "id": 3033, - "name": "IAccessManaged", - "nameLocations": [ - "962:14:9" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3324, - "src": "962:14:9" - }, - "id": 3034, - "nodeType": "InheritanceSpecifier", - "src": "962:14:9" - } - ], - "canonicalName": "AccessManaged", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 3030, - "nodeType": "StructuredDocumentation", - "src": "396:521:9", - "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": 3202, - "linearizedBaseContracts": [ - 3202, - 3324, - 4061 - ], - "name": "AccessManaged", - "nameLocation": "936:13:9", - "nodeType": "ContractDefinition", - "nodes": [ - { - "constant": false, - "id": 3036, - "mutability": "mutable", - "name": "_authority", - "nameLocation": "999:10:9", - "nodeType": "VariableDeclaration", - "scope": 3202, - "src": "983:26:9", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3035, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "983:7:9", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 3038, - "mutability": "mutable", - "name": "_consumingSchedule", - "nameLocation": "1029:18:9", - "nodeType": "VariableDeclaration", - "scope": 3202, - "src": "1016:31:9", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3037, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1016:4:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "private" - }, - { - "body": { - "id": 3048, - "nodeType": "Block", - "src": "1180:48:9", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 3045, - "name": "initialAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3041, - "src": "1204:16:9", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 3044, - "name": "_setAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3139, - "src": "1190:13:9", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 3046, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1190:31:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3047, - "nodeType": "ExpressionStatement", - "src": "1190:31:9" - } - ] - }, - "documentation": { - "id": 3039, - "nodeType": "StructuredDocumentation", - "src": "1054:83:9", - "text": " @dev Initializes the contract connected to an initial authority." - }, - "id": 3049, - "implemented": true, - "kind": "constructor", - "modifiers": [], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3042, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3041, - "mutability": "mutable", - "name": "initialAuthority", - "nameLocation": "1162:16:9", - "nodeType": "VariableDeclaration", - "scope": 3049, - "src": "1154:24:9", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3040, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1154:7:9", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "1153:26:9" - }, - "returnParameters": { - "id": 3043, - "nodeType": "ParameterList", - "parameters": [], - "src": "1180:0:9" - }, - "scope": 3202, - "src": "1142:86:9", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 3060, - "nodeType": "Block", - "src": "2815:67:9", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3053, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4043, - "src": "2839:10:9", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 3054, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2839:12:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3055, - "name": "_msgData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4052, - "src": "2853:8:9", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes_calldata_ptr_$", - "typeString": "function () view returns (bytes calldata)" - } - }, - "id": 3056, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2853:10:9", - "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": 3052, - "name": "_checkCanCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3201, - "src": "2825:13:9", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_calldata_ptr_$returns$__$", - "typeString": "function (address,bytes calldata)" - } - }, - "id": 3057, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2825:39:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3058, - "nodeType": "ExpressionStatement", - "src": "2825:39:9" - }, - { - "id": 3059, - "nodeType": "PlaceholderStatement", - "src": "2874:1:9" - } - ] - }, - "documentation": { - "id": 3050, - "nodeType": "StructuredDocumentation", - "src": "1234:1554:9", - "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 unambiguously 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": 3061, - "name": "restricted", - "nameLocation": "2802:10:9", - "nodeType": "ModifierDefinition", - "parameters": { - "id": 3051, - "nodeType": "ParameterList", - "parameters": [], - "src": "2812:2:9" - }, - "src": "2793:89:9", - "virtual": false, - "visibility": "internal" - }, - { - "baseFunctions": [ - 3311 - ], - "body": { - "id": 3069, - "nodeType": "Block", - "src": "2982:34:9", - "statements": [ - { - "expression": { - "id": 3067, - "name": "_authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3036, - "src": "2999:10:9", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "functionReturnParameters": 3066, - "id": 3068, - "nodeType": "Return", - "src": "2992:17:9" - } - ] - }, - "documentation": { - "id": 3062, - "nodeType": "StructuredDocumentation", - "src": "2888:30:9", - "text": "@inheritdoc IAccessManaged" - }, - "functionSelector": "bf7e214f", - "id": 3070, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "authority", - "nameLocation": "2932:9:9", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3063, - "nodeType": "ParameterList", - "parameters": [], - "src": "2941:2:9" - }, - "returnParameters": { - "id": 3066, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3065, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3070, - "src": "2973:7:9", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3064, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2973:7:9", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "2972:9:9" - }, - "scope": 3202, - "src": "2923:93:9", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3317 - ], - "body": { - "id": 3106, - "nodeType": "Block", - "src": "3116:303:9", - "statements": [ - { - "assignments": [ - 3077 - ], - "declarations": [ - { - "constant": false, - "id": 3077, - "mutability": "mutable", - "name": "caller", - "nameLocation": "3134:6:9", - "nodeType": "VariableDeclaration", - "scope": 3106, - "src": "3126:14:9", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3076, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3126:7:9", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 3080, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3078, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4043, - "src": "3143:10:9", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 3079, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3143:12:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3126:29:9" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 3084, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3081, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3077, - "src": "3169:6:9", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3082, - "name": "authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3070, - "src": "3179:9:9", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 3083, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3179:11:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "3169:21:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3090, - "nodeType": "IfStatement", - "src": "3165:92:9", - "trueBody": { - "id": 3089, - "nodeType": "Block", - "src": "3192:65:9", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 3086, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3077, - "src": "3239:6:9", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 3085, - "name": "AccessManagedUnauthorized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3295, - "src": "3213:25:9", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 3087, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3213:33:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3088, - "nodeType": "RevertStatement", - "src": "3206:40:9" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3095, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "expression": { - "id": 3091, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3073, - "src": "3270:12:9", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 3092, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3283:4:9", - "memberName": "code", - "nodeType": "MemberAccess", - "src": "3270:17:9", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 3093, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3288:6:9", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "3270:24:9", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 3094, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3298:1:9", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "3270:29:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3101, - "nodeType": "IfStatement", - "src": "3266:110:9", - "trueBody": { - "id": 3100, - "nodeType": "Block", - "src": "3301:75:9", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 3097, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3073, - "src": "3352:12:9", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 3096, - "name": "AccessManagedInvalidAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3305, - "src": "3322:29:9", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 3098, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3322:43:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3099, - "nodeType": "RevertStatement", - "src": "3315:50:9" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 3103, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3073, - "src": "3399:12:9", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 3102, - "name": "_setAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3139, - "src": "3385:13:9", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 3104, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3385:27:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3105, - "nodeType": "ExpressionStatement", - "src": "3385:27:9" - } - ] - }, - "documentation": { - "id": 3071, - "nodeType": "StructuredDocumentation", - "src": "3022:30:9", - "text": "@inheritdoc IAccessManaged" - }, - "functionSelector": "7a9e5e4b", - "id": 3107, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "setAuthority", - "nameLocation": "3066:12:9", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3074, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3073, - "mutability": "mutable", - "name": "newAuthority", - "nameLocation": "3087:12:9", - "nodeType": "VariableDeclaration", - "scope": 3107, - "src": "3079:20:9", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3072, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3079:7:9", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "3078:22:9" - }, - "returnParameters": { - "id": 3075, - "nodeType": "ParameterList", - "parameters": [], - "src": "3116:0:9" - }, - "scope": 3202, - "src": "3057:362:9", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 3323 - ], - "body": { - "id": 3123, - "nodeType": "Block", - "src": "3523:93:9", - "statements": [ - { - "expression": { - "condition": { - "id": 3113, - "name": "_consumingSchedule", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3038, - "src": "3540:18:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 3119, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3607:1:9", - "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": 3118, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3600:6:9", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes4_$", - "typeString": "type(bytes4)" - }, - "typeName": { - "id": 3117, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "3600:6:9", - "typeDescriptions": {} - } - }, - "id": 3120, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3600:9:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "id": 3121, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "3540:69:9", - "trueExpression": { - "expression": { - "expression": { - "id": 3114, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "3561:4:9", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManaged_$3202", - "typeString": "contract AccessManaged" - } - }, - "id": 3115, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3566:22:9", - "memberName": "isConsumingScheduledOp", - "nodeType": "MemberAccess", - "referencedDeclaration": 3124, - "src": "3561:27:9", - "typeDescriptions": { - "typeIdentifier": "t_function_external_view$__$returns$_t_bytes4_$", - "typeString": "function () view external returns (bytes4)" - } - }, - "id": 3116, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "3589:8:9", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "3561:36:9", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "functionReturnParameters": 3112, - "id": 3122, - "nodeType": "Return", - "src": "3533:76:9" - } - ] - }, - "documentation": { - "id": 3108, - "nodeType": "StructuredDocumentation", - "src": "3425:30:9", - "text": "@inheritdoc IAccessManaged" - }, - "functionSelector": "8fb36037", - "id": 3124, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "isConsumingScheduledOp", - "nameLocation": "3469:22:9", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3109, - "nodeType": "ParameterList", - "parameters": [], - "src": "3491:2:9" - }, - "returnParameters": { - "id": 3112, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3111, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3124, - "src": "3515:6:9", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 3110, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "3515:6:9", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "3514:8:9" - }, - "scope": 3202, - "src": "3460:156:9", - "stateMutability": "view", - "virtual": false, - "visibility": "public" - }, - { - "body": { - "id": 3138, - "nodeType": "Block", - "src": "3866:87:9", - "statements": [ - { - "expression": { - "id": 3132, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 3130, - "name": "_authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3036, - "src": "3876:10:9", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 3131, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3127, - "src": "3889:12:9", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "3876:25:9", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 3133, - "nodeType": "ExpressionStatement", - "src": "3876:25:9" - }, - { - "eventCall": { - "arguments": [ - { - "id": 3135, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3127, - "src": "3933:12:9", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 3134, - "name": "AuthorityUpdated", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3291, - "src": "3916:16:9", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 3136, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3916:30:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3137, - "nodeType": "EmitStatement", - "src": "3911:35:9" - } - ] - }, - "documentation": { - "id": 3125, - "nodeType": "StructuredDocumentation", - "src": "3622:177:9", - "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": 3139, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setAuthority", - "nameLocation": "3813:13:9", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3128, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3127, - "mutability": "mutable", - "name": "newAuthority", - "nameLocation": "3835:12:9", - "nodeType": "VariableDeclaration", - "scope": 3139, - "src": "3827:20:9", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3126, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3827:7:9", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "3826:22:9" - }, - "returnParameters": { - "id": 3129, - "nodeType": "ParameterList", - "parameters": [], - "src": "3866:0:9" - }, - "scope": 3202, - "src": "3804:149:9", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 3200, - "nodeType": "Block", - "src": "4205:517:9", - "statements": [ - { - "assignments": [ - 3148, - 3150 - ], - "declarations": [ - { - "constant": false, - "id": 3148, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "4221:9:9", - "nodeType": "VariableDeclaration", - "scope": 3200, - "src": "4216:14:9", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3147, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4216:4:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3150, - "mutability": "mutable", - "name": "delay", - "nameLocation": "4239:5:9", - "nodeType": "VariableDeclaration", - "scope": 3200, - "src": "4232:12:9", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3149, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4232:6:9", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 3168, - "initialValue": { - "arguments": [ - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3153, - "name": "authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3070, - "src": "4293:9:9", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 3154, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4293:11:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 3155, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3142, - "src": "4318:6:9", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 3158, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "4346:4:9", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManaged_$3202", - "typeString": "contract AccessManaged" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManaged_$3202", - "typeString": "contract AccessManaged" - } - ], - "id": 3157, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4338:7:9", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 3156, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4338:7:9", - "typeDescriptions": {} - } - }, - "id": 3159, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4338:13:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "baseExpression": { - "id": 3162, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3144, - "src": "4372:4:9", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "endExpression": { - "hexValue": "34", - "id": 3164, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4379:1:9", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "id": 3165, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexRangeAccess", - "src": "4372:9:9", - "startExpression": { - "hexValue": "30", - "id": 3163, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4377:1:9", - "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": 3161, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4365:6:9", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes4_$", - "typeString": "type(bytes4)" - }, - "typeName": { - "id": 3160, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "4365:6:9", - "typeDescriptions": {} - } - }, - "id": 3166, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4365:17:9", - "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": 3151, - "name": "AuthorityUtils", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3284, - "src": "4248:14:9", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_AuthorityUtils_$3284_$", - "typeString": "type(library AuthorityUtils)" - } - }, - "id": 3152, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4263:16:9", - "memberName": "canCallWithDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 3283, - "src": "4248:31:9", - "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": 3167, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4248:144:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4215:177:9" - }, - { - "condition": { - "id": 3170, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "4406:10:9", - "subExpression": { - "id": 3169, - "name": "immediate", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3148, - "src": "4407:9:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3199, - "nodeType": "IfStatement", - "src": "4402:314:9", - "trueBody": { - "id": 3198, - "nodeType": "Block", - "src": "4418:298:9", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 3173, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3171, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3150, - "src": "4436:5:9", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 3172, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4444:1:9", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "4436:9:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 3196, - "nodeType": "Block", - "src": "4633:73:9", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 3193, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3142, - "src": "4684:6:9", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 3192, - "name": "AccessManagedUnauthorized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3295, - "src": "4658:25:9", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 3194, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4658:33:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3195, - "nodeType": "RevertStatement", - "src": "4651:40:9" - } - ] - }, - "id": 3197, - "nodeType": "IfStatement", - "src": "4432:274:9", - "trueBody": { - "id": 3191, - "nodeType": "Block", - "src": "4447:180:9", - "statements": [ - { - "expression": { - "id": 3176, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 3174, - "name": "_consumingSchedule", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3038, - "src": "4465:18:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "74727565", - "id": 3175, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4486:4:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "src": "4465:25:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3177, - "nodeType": "ExpressionStatement", - "src": "4465:25:9" - }, - { - "expression": { - "arguments": [ - { - "id": 3183, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3142, - "src": "4555:6:9", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 3184, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3144, - "src": "4563:4:9", - "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": 3179, - "name": "authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3070, - "src": "4523:9:9", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 3180, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4523:11:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 3178, - "name": "IAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3756, - "src": "4508:14:9", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_IAccessManager_$3756_$", - "typeString": "type(contract IAccessManager)" - } - }, - "id": 3181, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4508:27:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_contract$_IAccessManager_$3756", - "typeString": "contract IAccessManager" - } - }, - "id": 3182, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4536:18:9", - "memberName": "consumeScheduledOp", - "nodeType": "MemberAccess", - "referencedDeclaration": 3735, - "src": "4508:46:9", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_bytes_memory_ptr_$returns$__$", - "typeString": "function (address,bytes memory) external" - } - }, - "id": 3185, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4508:60:9", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3186, - "nodeType": "ExpressionStatement", - "src": "4508:60:9" - }, - { - "expression": { - "id": 3189, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 3187, - "name": "_consumingSchedule", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3038, - "src": "4586:18:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "66616c7365", - "id": 3188, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4607:5:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "src": "4586:26:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3190, - "nodeType": "ExpressionStatement", - "src": "4586:26:9" - } - ] - } - } - ] - } - } - ] - }, - "documentation": { - "id": 3140, - "nodeType": "StructuredDocumentation", - "src": "3959:164:9", - "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": 3201, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_checkCanCall", - "nameLocation": "4137:13:9", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3145, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3142, - "mutability": "mutable", - "name": "caller", - "nameLocation": "4159:6:9", - "nodeType": "VariableDeclaration", - "scope": 3201, - "src": "4151:14:9", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3141, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4151:7:9", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3144, - "mutability": "mutable", - "name": "data", - "nameLocation": "4182:4:9", - "nodeType": "VariableDeclaration", - "scope": 3201, - "src": "4167:19:9", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3143, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "4167:5:9", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "4150:37:9" - }, - "returnParameters": { - "id": 3146, - "nodeType": "ParameterList", - "parameters": [], - "src": "4205:0:9" - }, - "scope": 3202, - "src": "4128:594:9", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - } - ], - "scope": 3203, - "src": "918:3806:9", - "usedErrors": [ - 3295, - 3301, - 3305 - ], - "usedEvents": [ - 3291 - ] - } - ], - "src": "116:4609:9" - }, - "id": 9 - }, - "@openzeppelin/contracts/access/manager/AuthorityUtils.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/access/manager/AuthorityUtils.sol", - "exportedSymbols": { - "AuthorityUtils": [ - 3284 - ], - "IAuthority": [ - 3772 - ] - }, - "id": 3285, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 3204, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "117:24:10" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAuthority.sol", - "file": "./IAuthority.sol", - "id": 3206, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3285, - "sourceUnit": 3773, - "src": "143:44:10", - "symbolAliases": [ - { - "foreign": { - "id": 3205, - "name": "IAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3772, - "src": "151:10:10", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "AuthorityUtils", - "contractDependencies": [], - "contractKind": "library", - "fullyImplemented": true, - "id": 3284, - "linearizedBaseContracts": [ - 3284 - ], - "name": "AuthorityUtils", - "nameLocation": "197:14:10", - "nodeType": "ContractDefinition", - "nodes": [ - { - "body": { - "id": 3282, - "nodeType": "Block", - "src": "776:451:10", - "statements": [ - { - "assignments": [ - 3223, - 3225 - ], - "declarations": [ - { - "constant": false, - "id": 3223, - "mutability": "mutable", - "name": "success", - "nameLocation": "792:7:10", - "nodeType": "VariableDeclaration", - "scope": 3282, - "src": "787:12:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3222, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "787:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3225, - "mutability": "mutable", - "name": "data", - "nameLocation": "814:4:10", - "nodeType": "VariableDeclaration", - "scope": 3282, - "src": "801:17:10", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3224, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "801:5:10", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 3238, - "initialValue": { - "arguments": [ - { - "arguments": [ - { - "expression": { - "id": 3230, - "name": "IAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3772, - "src": "871:10:10", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_IAuthority_$3772_$", - "typeString": "type(contract IAuthority)" - } - }, - "id": 3231, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "882:7:10", - "memberName": "canCall", - "nodeType": "MemberAccess", - "referencedDeclaration": 3771, - "src": "871:18:10", - "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": 3232, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3211, - "src": "892:6:10", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 3233, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3213, - "src": "900:6:10", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 3234, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3215, - "src": "908:8:10", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "id": 3235, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "891:26:10", - "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": 3228, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "856:3:10", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 3229, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "860:10:10", - "memberName": "encodeCall", - "nodeType": "MemberAccess", - "src": "856:14:10", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencodecall_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 3236, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "856:62:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 3226, - "name": "authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3209, - "src": "822:9:10", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 3227, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "832:10:10", - "memberName": "staticcall", - "nodeType": "MemberAccess", - "src": "822:20:10", - "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": 3237, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "822:106:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bool,bytes memory)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "786:142:10" - }, - { - "condition": { - "id": 3239, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3223, - "src": "942:7:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3277, - "nodeType": "IfStatement", - "src": "938:248:10", - "trueBody": { - "id": 3276, - "nodeType": "Block", - "src": "951:235:10", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3243, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 3240, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3225, - "src": "969:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 3241, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "974:6:10", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "969:11:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "hexValue": "30783430", - "id": 3242, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "984:4:10", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "0x40" - }, - "src": "969:19:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3262, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 3259, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3225, - "src": "1086:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 3260, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1091:6:10", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "1086:11:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "hexValue": "30783230", - "id": 3261, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1101:4:10", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "0x20" - }, - "src": "1086:19:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3274, - "nodeType": "IfStatement", - "src": "1082:94:10", - "trueBody": { - "id": 3273, - "nodeType": "Block", - "src": "1107:69:10", - "statements": [ - { - "expression": { - "id": 3271, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 3263, - "name": "immediate", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3218, - "src": "1125:9:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 3266, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3225, - "src": "1148:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - { - "components": [ - { - "id": 3268, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1155:4:10", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bool_$", - "typeString": "type(bool)" - }, - "typeName": { - "id": 3267, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1155:4:10", - "typeDescriptions": {} - } - } - ], - "id": 3269, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1154:6:10", - "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": 3264, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "1137:3:10", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 3265, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "1141:6:10", - "memberName": "decode", - "nodeType": "MemberAccess", - "src": "1137:10:10", - "typeDescriptions": { - "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 3270, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1137:24:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "1125:36:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3272, - "nodeType": "ExpressionStatement", - "src": "1125:36:10" - } - ] - } - }, - "id": 3275, - "nodeType": "IfStatement", - "src": "965:211:10", - "trueBody": { - "id": 3258, - "nodeType": "Block", - "src": "990:86:10", - "statements": [ - { - "expression": { - "id": 3256, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "components": [ - { - "id": 3244, - "name": "immediate", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3218, - "src": "1009:9:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 3245, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3220, - "src": "1020:5:10", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "id": 3246, - "isConstant": false, - "isInlineArray": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "TupleExpression", - "src": "1008:18:10", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 3249, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3225, - "src": "1040:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - { - "components": [ - { - "id": 3251, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1047:4:10", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bool_$", - "typeString": "type(bool)" - }, - "typeName": { - "id": 3250, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1047:4:10", - "typeDescriptions": {} - } - }, - { - "id": 3253, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1053:6:10", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - }, - "typeName": { - "id": 3252, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "1053:6:10", - "typeDescriptions": {} - } - } - ], - "id": 3254, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1046:14:10", - "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": 3247, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "1029:3:10", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 3248, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "1033:6:10", - "memberName": "decode", - "nodeType": "MemberAccess", - "src": "1029:10:10", - "typeDescriptions": { - "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 3255, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1029:32:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "src": "1008:53:10", - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3257, - "nodeType": "ExpressionStatement", - "src": "1008:53:10" - } - ] - } - } - ] - } - }, - { - "expression": { - "components": [ - { - "id": 3278, - "name": "immediate", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3218, - "src": "1203:9:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 3279, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3220, - "src": "1214:5:10", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "id": 3280, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1202:18:10", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "functionReturnParameters": 3221, - "id": 3281, - "nodeType": "Return", - "src": "1195:25:10" - } - ] - }, - "documentation": { - "id": 3207, - "nodeType": "StructuredDocumentation", - "src": "218:368:10", - "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": 3283, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "canCallWithDelay", - "nameLocation": "600:16:10", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3216, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3209, - "mutability": "mutable", - "name": "authority", - "nameLocation": "634:9:10", - "nodeType": "VariableDeclaration", - "scope": 3283, - "src": "626:17:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3208, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "626:7:10", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3211, - "mutability": "mutable", - "name": "caller", - "nameLocation": "661:6:10", - "nodeType": "VariableDeclaration", - "scope": 3283, - "src": "653:14:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3210, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "653:7:10", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3213, - "mutability": "mutable", - "name": "target", - "nameLocation": "685:6:10", - "nodeType": "VariableDeclaration", - "scope": 3283, - "src": "677:14:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3212, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "677:7:10", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3215, - "mutability": "mutable", - "name": "selector", - "nameLocation": "708:8:10", - "nodeType": "VariableDeclaration", - "scope": 3283, - "src": "701:15:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 3214, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "701:6:10", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "616:106:10" - }, - "returnParameters": { - "id": 3221, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3218, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "751:9:10", - "nodeType": "VariableDeclaration", - "scope": 3283, - "src": "746:14:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3217, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "746:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3220, - "mutability": "mutable", - "name": "delay", - "nameLocation": "769:5:10", - "nodeType": "VariableDeclaration", - "scope": 3283, - "src": "762:12:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3219, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "762:6:10", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "745:30:10" - }, - "scope": 3284, - "src": "591:636:10", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 3285, - "src": "189:1040:10", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "117:1113:10" - }, - "id": 10 - }, - "@openzeppelin/contracts/access/manager/IAccessManaged.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManaged.sol", - "exportedSymbols": { - "IAccessManaged": [ - 3324 - ] - }, - "id": 3325, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 3286, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "117:24:11" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "IAccessManaged", - "contractDependencies": [], - "contractKind": "interface", - "fullyImplemented": false, - "id": 3324, - "linearizedBaseContracts": [ - 3324 - ], - "name": "IAccessManaged", - "nameLocation": "153:14:11", - "nodeType": "ContractDefinition", - "nodes": [ - { - "anonymous": false, - "documentation": { - "id": 3287, - "nodeType": "StructuredDocumentation", - "src": "174:73:11", - "text": " @dev Authority that manages this contract was updated." - }, - "eventSelector": "2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad", - "id": 3291, - "name": "AuthorityUpdated", - "nameLocation": "258:16:11", - "nodeType": "EventDefinition", - "parameters": { - "id": 3290, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3289, - "indexed": false, - "mutability": "mutable", - "name": "authority", - "nameLocation": "283:9:11", - "nodeType": "VariableDeclaration", - "scope": 3291, - "src": "275:17:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3288, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "275:7:11", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "274:19:11" - }, - "src": "252:42:11" - }, - { - "errorSelector": "068ca9d8", - "id": 3295, - "name": "AccessManagedUnauthorized", - "nameLocation": "306:25:11", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3294, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3293, - "mutability": "mutable", - "name": "caller", - "nameLocation": "340:6:11", - "nodeType": "VariableDeclaration", - "scope": 3295, - "src": "332:14:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3292, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "332:7:11", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "331:16:11" - }, - "src": "300:48:11" - }, - { - "errorSelector": "af77169d", - "id": 3301, - "name": "AccessManagedRequiredDelay", - "nameLocation": "359:26:11", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3300, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3297, - "mutability": "mutable", - "name": "caller", - "nameLocation": "394:6:11", - "nodeType": "VariableDeclaration", - "scope": 3301, - "src": "386:14:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3296, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "386:7:11", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3299, - "mutability": "mutable", - "name": "delay", - "nameLocation": "409:5:11", - "nodeType": "VariableDeclaration", - "scope": 3301, - "src": "402:12:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3298, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "402:6:11", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "385:30:11" - }, - "src": "353:63:11" - }, - { - "errorSelector": "c2f31e5e", - "id": 3305, - "name": "AccessManagedInvalidAuthority", - "nameLocation": "427:29:11", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3304, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3303, - "mutability": "mutable", - "name": "authority", - "nameLocation": "465:9:11", - "nodeType": "VariableDeclaration", - "scope": 3305, - "src": "457:17:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3302, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "457:7:11", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "456:19:11" - }, - "src": "421:55:11" - }, - { - "documentation": { - "id": 3306, - "nodeType": "StructuredDocumentation", - "src": "482:54:11", - "text": " @dev Returns the current authority." - }, - "functionSelector": "bf7e214f", - "id": 3311, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "authority", - "nameLocation": "550:9:11", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3307, - "nodeType": "ParameterList", - "parameters": [], - "src": "559:2:11" - }, - "returnParameters": { - "id": 3310, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3309, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3311, - "src": "585:7:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3308, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "585:7:11", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "584:9:11" - }, - "scope": 3324, - "src": "541:53:11", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3312, - "nodeType": "StructuredDocumentation", - "src": "600:103:11", - "text": " @dev Transfers control to a new authority. The caller must be the current authority." - }, - "functionSelector": "7a9e5e4b", - "id": 3317, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "setAuthority", - "nameLocation": "717:12:11", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3315, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3314, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3317, - "src": "730:7:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3313, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "730:7:11", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "729:9:11" - }, - "returnParameters": { - "id": 3316, - "nodeType": "ParameterList", - "parameters": [], - "src": "747:0:11" - }, - "scope": 3324, - "src": "708:40:11", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3318, - "nodeType": "StructuredDocumentation", - "src": "754:284:11", - "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": 3323, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "isConsumingScheduledOp", - "nameLocation": "1052:22:11", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3319, - "nodeType": "ParameterList", - "parameters": [], - "src": "1074:2:11" - }, - "returnParameters": { - "id": 3322, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3321, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3323, - "src": "1100:6:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 3320, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "1100:6:11", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "1099:8:11" - }, - "scope": 3324, - "src": "1043:65:11", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 3325, - "src": "143:967:11", - "usedErrors": [ - 3295, - 3301, - 3305 - ], - "usedEvents": [ - 3291 - ] - } - ], - "src": "117:994:11" - }, - "id": 11 - }, - "@openzeppelin/contracts/access/manager/IAccessManager.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "exportedSymbols": { - "IAccessManager": [ - 3756 - ], - "Time": [ - 7780 - ] - }, - "id": 3757, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 3326, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "117:24:12" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/types/Time.sol", - "file": "../../utils/types/Time.sol", - "id": 3328, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3757, - "sourceUnit": 7781, - "src": "143:48:12", - "symbolAliases": [ - { - "foreign": { - "id": 3327, - "name": "Time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7780, - "src": "151:4:12", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "IAccessManager", - "contractDependencies": [], - "contractKind": "interface", - "fullyImplemented": false, - "id": 3756, - "linearizedBaseContracts": [ - 3756 - ], - "name": "IAccessManager", - "nameLocation": "203:14:12", - "nodeType": "ContractDefinition", - "nodes": [ - { - "anonymous": false, - "documentation": { - "id": 3329, - "nodeType": "StructuredDocumentation", - "src": "224:58:12", - "text": " @dev A delayed operation was scheduled." - }, - "eventSelector": "82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b4", - "id": 3343, - "name": "OperationScheduled", - "nameLocation": "293:18:12", - "nodeType": "EventDefinition", - "parameters": { - "id": 3342, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3331, - "indexed": true, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "337:11:12", - "nodeType": "VariableDeclaration", - "scope": 3343, - "src": "321:27:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3330, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "321:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3333, - "indexed": true, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "373:5:12", - "nodeType": "VariableDeclaration", - "scope": 3343, - "src": "358:20:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3332, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "358:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3335, - "indexed": false, - "mutability": "mutable", - "name": "schedule", - "nameLocation": "395:8:12", - "nodeType": "VariableDeclaration", - "scope": 3343, - "src": "388:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 3334, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "388:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3337, - "indexed": false, - "mutability": "mutable", - "name": "caller", - "nameLocation": "421:6:12", - "nodeType": "VariableDeclaration", - "scope": 3343, - "src": "413:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3336, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "413:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3339, - "indexed": false, - "mutability": "mutable", - "name": "target", - "nameLocation": "445:6:12", - "nodeType": "VariableDeclaration", - "scope": 3343, - "src": "437:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3338, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "437:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3341, - "indexed": false, - "mutability": "mutable", - "name": "data", - "nameLocation": "467:4:12", - "nodeType": "VariableDeclaration", - "scope": 3343, - "src": "461:10:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3340, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "461:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "311:166:12" - }, - "src": "287:191:12" - }, - { - "anonymous": false, - "documentation": { - "id": 3344, - "nodeType": "StructuredDocumentation", - "src": "484:59:12", - "text": " @dev A scheduled operation was executed." - }, - "eventSelector": "76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d", - "id": 3350, - "name": "OperationExecuted", - "nameLocation": "554:17:12", - "nodeType": "EventDefinition", - "parameters": { - "id": 3349, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3346, - "indexed": true, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "588:11:12", - "nodeType": "VariableDeclaration", - "scope": 3350, - "src": "572:27:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3345, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "572:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3348, - "indexed": true, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "616:5:12", - "nodeType": "VariableDeclaration", - "scope": 3350, - "src": "601:20:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3347, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "601:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "571:51:12" - }, - "src": "548:75:12" - }, - { - "anonymous": false, - "documentation": { - "id": 3351, - "nodeType": "StructuredDocumentation", - "src": "629:59:12", - "text": " @dev A scheduled operation was canceled." - }, - "eventSelector": "bd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f7", - "id": 3357, - "name": "OperationCanceled", - "nameLocation": "699:17:12", - "nodeType": "EventDefinition", - "parameters": { - "id": 3356, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3353, - "indexed": true, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "733:11:12", - "nodeType": "VariableDeclaration", - "scope": 3357, - "src": "717:27:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3352, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "717:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3355, - "indexed": true, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "761:5:12", - "nodeType": "VariableDeclaration", - "scope": 3357, - "src": "746:20:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3354, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "746:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "716:51:12" - }, - "src": "693:75:12" - }, - { - "anonymous": false, - "documentation": { - "id": 3358, - "nodeType": "StructuredDocumentation", - "src": "774:61:12", - "text": " @dev Informational labelling for a roleId." - }, - "eventSelector": "1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a450", - "id": 3364, - "name": "RoleLabel", - "nameLocation": "846:9:12", - "nodeType": "EventDefinition", - "parameters": { - "id": 3363, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3360, - "indexed": true, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "871:6:12", - "nodeType": "VariableDeclaration", - "scope": 3364, - "src": "856:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3359, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "856:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3362, - "indexed": false, - "mutability": "mutable", - "name": "label", - "nameLocation": "886:5:12", - "nodeType": "VariableDeclaration", - "scope": 3364, - "src": "879:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 3361, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "879:6:12", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "855:37:12" - }, - "src": "840:53:12" - }, - { - "anonymous": false, - "documentation": { - "id": 3365, - "nodeType": "StructuredDocumentation", - "src": "899:375:12", - "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": 3377, - "name": "RoleGranted", - "nameLocation": "1285:11:12", - "nodeType": "EventDefinition", - "parameters": { - "id": 3376, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3367, - "indexed": true, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "1312:6:12", - "nodeType": "VariableDeclaration", - "scope": 3377, - "src": "1297:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3366, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1297:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3369, - "indexed": true, - "mutability": "mutable", - "name": "account", - "nameLocation": "1336:7:12", - "nodeType": "VariableDeclaration", - "scope": 3377, - "src": "1320:23:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3368, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1320:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3371, - "indexed": false, - "mutability": "mutable", - "name": "delay", - "nameLocation": "1352:5:12", - "nodeType": "VariableDeclaration", - "scope": 3377, - "src": "1345:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3370, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "1345:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3373, - "indexed": false, - "mutability": "mutable", - "name": "since", - "nameLocation": "1366:5:12", - "nodeType": "VariableDeclaration", - "scope": 3377, - "src": "1359:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 3372, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "1359:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3375, - "indexed": false, - "mutability": "mutable", - "name": "newMember", - "nameLocation": "1378:9:12", - "nodeType": "VariableDeclaration", - "scope": 3377, - "src": "1373:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3374, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1373:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1296:92:12" - }, - "src": "1279:110:12" - }, - { - "anonymous": false, - "documentation": { - "id": 3378, - "nodeType": "StructuredDocumentation", - "src": "1395:125:12", - "text": " @dev Emitted when `account` membership or `roleId` is revoked. Unlike granting, revoking is instantaneous." - }, - "eventSelector": "f229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c166", - "id": 3384, - "name": "RoleRevoked", - "nameLocation": "1531:11:12", - "nodeType": "EventDefinition", - "parameters": { - "id": 3383, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3380, - "indexed": true, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "1558:6:12", - "nodeType": "VariableDeclaration", - "scope": 3384, - "src": "1543:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3379, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1543:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3382, - "indexed": true, - "mutability": "mutable", - "name": "account", - "nameLocation": "1582:7:12", - "nodeType": "VariableDeclaration", - "scope": 3384, - "src": "1566:23:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3381, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1566:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "1542:48:12" - }, - "src": "1525:66:12" - }, - { - "anonymous": false, - "documentation": { - "id": 3385, - "nodeType": "StructuredDocumentation", - "src": "1597:78:12", - "text": " @dev Role acting as admin over a given `roleId` is updated." - }, - "eventSelector": "1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e6340", - "id": 3391, - "name": "RoleAdminChanged", - "nameLocation": "1686:16:12", - "nodeType": "EventDefinition", - "parameters": { - "id": 3390, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3387, - "indexed": true, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "1718:6:12", - "nodeType": "VariableDeclaration", - "scope": 3391, - "src": "1703:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3386, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1703:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3389, - "indexed": true, - "mutability": "mutable", - "name": "admin", - "nameLocation": "1741:5:12", - "nodeType": "VariableDeclaration", - "scope": 3391, - "src": "1726:20:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3388, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1726:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "1702:45:12" - }, - "src": "1680:68:12" - }, - { - "anonymous": false, - "documentation": { - "id": 3392, - "nodeType": "StructuredDocumentation", - "src": "1754:81:12", - "text": " @dev Role acting as guardian over a given `roleId` is updated." - }, - "eventSelector": "7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae2", - "id": 3398, - "name": "RoleGuardianChanged", - "nameLocation": "1846:19:12", - "nodeType": "EventDefinition", - "parameters": { - "id": 3397, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3394, - "indexed": true, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "1881:6:12", - "nodeType": "VariableDeclaration", - "scope": 3398, - "src": "1866:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3393, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1866:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3396, - "indexed": true, - "mutability": "mutable", - "name": "guardian", - "nameLocation": "1904:8:12", - "nodeType": "VariableDeclaration", - "scope": 3398, - "src": "1889:23:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3395, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1889:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "1865:48:12" - }, - "src": "1840:74:12" - }, - { - "anonymous": false, - "documentation": { - "id": 3399, - "nodeType": "StructuredDocumentation", - "src": "1920:108:12", - "text": " @dev Grant delay for a given `roleId` will be updated to `delay` when `since` is reached." - }, - "eventSelector": "feb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b48", - "id": 3407, - "name": "RoleGrantDelayChanged", - "nameLocation": "2039:21:12", - "nodeType": "EventDefinition", - "parameters": { - "id": 3406, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3401, - "indexed": true, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "2076:6:12", - "nodeType": "VariableDeclaration", - "scope": 3407, - "src": "2061:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3400, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "2061:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3403, - "indexed": false, - "mutability": "mutable", - "name": "delay", - "nameLocation": "2091:5:12", - "nodeType": "VariableDeclaration", - "scope": 3407, - "src": "2084:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3402, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "2084:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3405, - "indexed": false, - "mutability": "mutable", - "name": "since", - "nameLocation": "2105:5:12", - "nodeType": "VariableDeclaration", - "scope": 3407, - "src": "2098:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 3404, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "2098:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "2060:51:12" - }, - "src": "2033:79:12" - }, - { - "anonymous": false, - "documentation": { - "id": 3408, - "nodeType": "StructuredDocumentation", - "src": "2118:77:12", - "text": " @dev Target mode is updated (true = closed, false = open)." - }, - "eventSelector": "90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb138", - "id": 3414, - "name": "TargetClosed", - "nameLocation": "2206:12:12", - "nodeType": "EventDefinition", - "parameters": { - "id": 3413, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3410, - "indexed": true, - "mutability": "mutable", - "name": "target", - "nameLocation": "2235:6:12", - "nodeType": "VariableDeclaration", - "scope": 3414, - "src": "2219:22:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3409, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2219:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3412, - "indexed": false, - "mutability": "mutable", - "name": "closed", - "nameLocation": "2248:6:12", - "nodeType": "VariableDeclaration", - "scope": 3414, - "src": "2243:11:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3411, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "2243:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "2218:37:12" - }, - "src": "2200:56:12" - }, - { - "anonymous": false, - "documentation": { - "id": 3415, - "nodeType": "StructuredDocumentation", - "src": "2262:94:12", - "text": " @dev Role required to invoke `selector` on `target` is updated to `roleId`." - }, - "eventSelector": "9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151", - "id": 3423, - "name": "TargetFunctionRoleUpdated", - "nameLocation": "2367:25:12", - "nodeType": "EventDefinition", - "parameters": { - "id": 3422, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3417, - "indexed": true, - "mutability": "mutable", - "name": "target", - "nameLocation": "2409:6:12", - "nodeType": "VariableDeclaration", - "scope": 3423, - "src": "2393:22:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3416, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2393:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3419, - "indexed": false, - "mutability": "mutable", - "name": "selector", - "nameLocation": "2424:8:12", - "nodeType": "VariableDeclaration", - "scope": 3423, - "src": "2417:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 3418, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "2417:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3421, - "indexed": true, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "2449:6:12", - "nodeType": "VariableDeclaration", - "scope": 3423, - "src": "2434:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3420, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "2434:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "2392:64:12" - }, - "src": "2361:96:12" - }, - { - "anonymous": false, - "documentation": { - "id": 3424, - "nodeType": "StructuredDocumentation", - "src": "2463:108:12", - "text": " @dev Admin delay for a given `target` will be updated to `delay` when `since` is reached." - }, - "eventSelector": "a56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c", - "id": 3432, - "name": "TargetAdminDelayUpdated", - "nameLocation": "2582:23:12", - "nodeType": "EventDefinition", - "parameters": { - "id": 3431, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3426, - "indexed": true, - "mutability": "mutable", - "name": "target", - "nameLocation": "2622:6:12", - "nodeType": "VariableDeclaration", - "scope": 3432, - "src": "2606:22:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3425, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2606:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3428, - "indexed": false, - "mutability": "mutable", - "name": "delay", - "nameLocation": "2637:5:12", - "nodeType": "VariableDeclaration", - "scope": 3432, - "src": "2630:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3427, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "2630:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3430, - "indexed": false, - "mutability": "mutable", - "name": "since", - "nameLocation": "2651:5:12", - "nodeType": "VariableDeclaration", - "scope": 3432, - "src": "2644:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 3429, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "2644:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "2605:52:12" - }, - "src": "2576:82:12" - }, - { - "errorSelector": "813e9459", - "id": 3436, - "name": "AccessManagerAlreadyScheduled", - "nameLocation": "2670:29:12", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3435, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3434, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "2708:11:12", - "nodeType": "VariableDeclaration", - "scope": 3436, - "src": "2700:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3433, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2700:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2699:21:12" - }, - "src": "2664:57:12" - }, - { - "errorSelector": "60a299b0", - "id": 3440, - "name": "AccessManagerNotScheduled", - "nameLocation": "2732:25:12", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3439, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3438, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "2766:11:12", - "nodeType": "VariableDeclaration", - "scope": 3440, - "src": "2758:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3437, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2758:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2757:21:12" - }, - "src": "2726:53:12" - }, - { - "errorSelector": "18cb6b7a", - "id": 3444, - "name": "AccessManagerNotReady", - "nameLocation": "2790:21:12", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3443, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3442, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "2820:11:12", - "nodeType": "VariableDeclaration", - "scope": 3444, - "src": "2812:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3441, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2812:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2811:21:12" - }, - "src": "2784:49:12" - }, - { - "errorSelector": "78a5d6e4", - "id": 3448, - "name": "AccessManagerExpired", - "nameLocation": "2844:20:12", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3447, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3446, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "2873:11:12", - "nodeType": "VariableDeclaration", - "scope": 3448, - "src": "2865:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3445, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2865:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2864:21:12" - }, - "src": "2838:48:12" - }, - { - "errorSelector": "1871a90c", - "id": 3452, - "name": "AccessManagerLockedRole", - "nameLocation": "2897:23:12", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3451, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3450, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "2928:6:12", - "nodeType": "VariableDeclaration", - "scope": 3452, - "src": "2921:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3449, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "2921:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "2920:15:12" - }, - "src": "2891:45:12" - }, - { - "errorSelector": "5f159e63", - "id": 3454, - "name": "AccessManagerBadConfirmation", - "nameLocation": "2947:28:12", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3453, - "nodeType": "ParameterList", - "parameters": [], - "src": "2975:2:12" - }, - "src": "2941:37:12" - }, - { - "errorSelector": "f07e038f", - "id": 3460, - "name": "AccessManagerUnauthorizedAccount", - "nameLocation": "2989:32:12", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3459, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3456, - "mutability": "mutable", - "name": "msgsender", - "nameLocation": "3030:9:12", - "nodeType": "VariableDeclaration", - "scope": 3460, - "src": "3022:17:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3455, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3022:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3458, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "3048:6:12", - "nodeType": "VariableDeclaration", - "scope": 3460, - "src": "3041:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3457, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "3041:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "3021:34:12" - }, - "src": "2983:73:12" - }, - { - "errorSelector": "81c6f24b", - "id": 3468, - "name": "AccessManagerUnauthorizedCall", - "nameLocation": "3067:29:12", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3467, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3462, - "mutability": "mutable", - "name": "caller", - "nameLocation": "3105:6:12", - "nodeType": "VariableDeclaration", - "scope": 3468, - "src": "3097:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3461, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3097:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3464, - "mutability": "mutable", - "name": "target", - "nameLocation": "3121:6:12", - "nodeType": "VariableDeclaration", - "scope": 3468, - "src": "3113:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3463, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3113:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3466, - "mutability": "mutable", - "name": "selector", - "nameLocation": "3136:8:12", - "nodeType": "VariableDeclaration", - "scope": 3468, - "src": "3129:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 3465, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "3129:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "3096:49:12" - }, - "src": "3061:85:12" - }, - { - "errorSelector": "320ff748", - "id": 3472, - "name": "AccessManagerUnauthorizedConsume", - "nameLocation": "3157:32:12", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3471, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3470, - "mutability": "mutable", - "name": "target", - "nameLocation": "3198:6:12", - "nodeType": "VariableDeclaration", - "scope": 3472, - "src": "3190:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3469, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3190:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "3189:16:12" - }, - "src": "3151:55:12" - }, - { - "errorSelector": "3fe2751c", - "id": 3482, - "name": "AccessManagerUnauthorizedCancel", - "nameLocation": "3217:31:12", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3481, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3474, - "mutability": "mutable", - "name": "msgsender", - "nameLocation": "3257:9:12", - "nodeType": "VariableDeclaration", - "scope": 3482, - "src": "3249:17:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3473, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3249:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3476, - "mutability": "mutable", - "name": "caller", - "nameLocation": "3276:6:12", - "nodeType": "VariableDeclaration", - "scope": 3482, - "src": "3268:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3475, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3268:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3478, - "mutability": "mutable", - "name": "target", - "nameLocation": "3292:6:12", - "nodeType": "VariableDeclaration", - "scope": 3482, - "src": "3284:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3477, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3284:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3480, - "mutability": "mutable", - "name": "selector", - "nameLocation": "3307:8:12", - "nodeType": "VariableDeclaration", - "scope": 3482, - "src": "3300:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 3479, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "3300:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "3248:68:12" - }, - "src": "3211:106:12" - }, - { - "errorSelector": "0813ada2", - "id": 3486, - "name": "AccessManagerInvalidInitialAdmin", - "nameLocation": "3328:32:12", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3485, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3484, - "mutability": "mutable", - "name": "initialAdmin", - "nameLocation": "3369:12:12", - "nodeType": "VariableDeclaration", - "scope": 3486, - "src": "3361:20:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3483, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3361:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "3360:22:12" - }, - "src": "3322:61:12" - }, - { - "documentation": { - "id": 3487, - "nodeType": "StructuredDocumentation", - "src": "3389:1393:12", - "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 the admin functions in the manager itself. These are defined by the\n {AccessManager} documentation." - }, - "functionSelector": "b7009613", - "id": 3500, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "canCall", - "nameLocation": "4796:7:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3494, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3489, - "mutability": "mutable", - "name": "caller", - "nameLocation": "4821:6:12", - "nodeType": "VariableDeclaration", - "scope": 3500, - "src": "4813:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3488, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4813:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3491, - "mutability": "mutable", - "name": "target", - "nameLocation": "4845:6:12", - "nodeType": "VariableDeclaration", - "scope": 3500, - "src": "4837:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3490, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4837:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3493, - "mutability": "mutable", - "name": "selector", - "nameLocation": "4868:8:12", - "nodeType": "VariableDeclaration", - "scope": 3500, - "src": "4861:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 3492, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "4861:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "4803:79:12" - }, - "returnParameters": { - "id": 3499, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3496, - "mutability": "mutable", - "name": "allowed", - "nameLocation": "4911:7:12", - "nodeType": "VariableDeclaration", - "scope": 3500, - "src": "4906:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3495, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4906:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3498, - "mutability": "mutable", - "name": "delay", - "nameLocation": "4927:5:12", - "nodeType": "VariableDeclaration", - "scope": 3500, - "src": "4920:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3497, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4920:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "4905:28:12" - }, - "scope": 3756, - "src": "4787:147:12", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3501, - "nodeType": "StructuredDocumentation", - "src": "4940:252:12", - "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": 3506, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "expiration", - "nameLocation": "5206:10:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3502, - "nodeType": "ParameterList", - "parameters": [], - "src": "5216:2:12" - }, - "returnParameters": { - "id": 3505, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3504, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3506, - "src": "5242:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3503, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "5242:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "5241:8:12" - }, - "scope": 3756, - "src": "5197:53:12", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3507, - "nodeType": "StructuredDocumentation", - "src": "5256:246:12", - "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": 3512, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "minSetback", - "nameLocation": "5516:10:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3508, - "nodeType": "ParameterList", - "parameters": [], - "src": "5526:2:12" - }, - "returnParameters": { - "id": 3511, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3510, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3512, - "src": "5552:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3509, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "5552:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "5551:8:12" - }, - "scope": 3756, - "src": "5507:53:12", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3513, - "nodeType": "StructuredDocumentation", - "src": "5566:243:12", - "text": " @dev Get whether the contract is closed disabling any access. Otherwise role permissions are applied.\n NOTE: When the manager itself is closed, admin functions are still accessible to avoid locking the contract." - }, - "functionSelector": "a166aa89", - "id": 3520, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "isTargetClosed", - "nameLocation": "5823:14:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3516, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3515, - "mutability": "mutable", - "name": "target", - "nameLocation": "5846:6:12", - "nodeType": "VariableDeclaration", - "scope": 3520, - "src": "5838:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3514, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "5838:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "5837:16:12" - }, - "returnParameters": { - "id": 3519, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3518, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3520, - "src": "5877:4:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3517, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "5877:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "5876:6:12" - }, - "scope": 3756, - "src": "5814:69:12", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3521, - "nodeType": "StructuredDocumentation", - "src": "5889:65:12", - "text": " @dev Get the role required to call a function." - }, - "functionSelector": "6d5115bd", - "id": 3530, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getTargetFunctionRole", - "nameLocation": "5968:21:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3526, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3523, - "mutability": "mutable", - "name": "target", - "nameLocation": "5998:6:12", - "nodeType": "VariableDeclaration", - "scope": 3530, - "src": "5990:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3522, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "5990:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3525, - "mutability": "mutable", - "name": "selector", - "nameLocation": "6013:8:12", - "nodeType": "VariableDeclaration", - "scope": 3530, - "src": "6006:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 3524, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "6006:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "5989:33:12" - }, - "returnParameters": { - "id": 3529, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3528, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3530, - "src": "6046:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3527, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6046:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "6045:8:12" - }, - "scope": 3756, - "src": "5959:95:12", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3531, - "nodeType": "StructuredDocumentation", - "src": "6060:127:12", - "text": " @dev Get the admin delay for a target contract. Changes to contract configuration are subject to this delay." - }, - "functionSelector": "4c1da1e2", - "id": 3538, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getTargetAdminDelay", - "nameLocation": "6201:19:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3534, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3533, - "mutability": "mutable", - "name": "target", - "nameLocation": "6229:6:12", - "nodeType": "VariableDeclaration", - "scope": 3538, - "src": "6221:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3532, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "6221:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "6220:16:12" - }, - "returnParameters": { - "id": 3537, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3536, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3538, - "src": "6260:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3535, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "6260:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "6259:8:12" - }, - "scope": 3756, - "src": "6192:76:12", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3539, - "nodeType": "StructuredDocumentation", - "src": "6274:265:12", - "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": 3546, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getRoleAdmin", - "nameLocation": "6553:12:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3542, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3541, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "6573:6:12", - "nodeType": "VariableDeclaration", - "scope": 3546, - "src": "6566:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3540, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6566:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "6565:15:12" - }, - "returnParameters": { - "id": 3545, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3544, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3546, - "src": "6604:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3543, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6604:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "6603:8:12" - }, - "scope": 3756, - "src": "6544:68:12", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3547, - "nodeType": "StructuredDocumentation", - "src": "6618:185:12", - "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": 3554, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getRoleGuardian", - "nameLocation": "6817:15:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3550, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3549, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "6840:6:12", - "nodeType": "VariableDeclaration", - "scope": 3554, - "src": "6833:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3548, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6833:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "6832:15:12" - }, - "returnParameters": { - "id": 3553, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3552, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3554, - "src": "6871:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3551, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6871:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "6870:8:12" - }, - "scope": 3756, - "src": "6808:71:12", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3555, - "nodeType": "StructuredDocumentation", - "src": "6885:286:12", - "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": 3562, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getRoleGrantDelay", - "nameLocation": "7185:17:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3558, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3557, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "7210:6:12", - "nodeType": "VariableDeclaration", - "scope": 3562, - "src": "7203:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3556, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "7203:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "7202:15:12" - }, - "returnParameters": { - "id": 3561, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3560, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3562, - "src": "7241:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3559, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "7241:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "7240:8:12" - }, - "scope": 3756, - "src": "7176:73:12", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3563, - "nodeType": "StructuredDocumentation", - "src": "7255:599:12", - "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": 3578, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getAccess", - "nameLocation": "7868:9:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3568, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3565, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "7894:6:12", - "nodeType": "VariableDeclaration", - "scope": 3578, - "src": "7887:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3564, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "7887:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3567, - "mutability": "mutable", - "name": "account", - "nameLocation": "7918:7:12", - "nodeType": "VariableDeclaration", - "scope": 3578, - "src": "7910:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3566, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "7910:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "7877:54:12" - }, - "returnParameters": { - "id": 3577, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3570, - "mutability": "mutable", - "name": "since", - "nameLocation": "7962:5:12", - "nodeType": "VariableDeclaration", - "scope": 3578, - "src": "7955:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 3569, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "7955:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3572, - "mutability": "mutable", - "name": "currentDelay", - "nameLocation": "7976:12:12", - "nodeType": "VariableDeclaration", - "scope": 3578, - "src": "7969:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3571, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "7969:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3574, - "mutability": "mutable", - "name": "pendingDelay", - "nameLocation": "7997:12:12", - "nodeType": "VariableDeclaration", - "scope": 3578, - "src": "7990:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3573, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "7990:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3576, - "mutability": "mutable", - "name": "effect", - "nameLocation": "8018:6:12", - "nodeType": "VariableDeclaration", - "scope": 3578, - "src": "8011:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 3575, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "8011:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "7954:71:12" - }, - "scope": 3756, - "src": "7859:167:12", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3579, - "nodeType": "StructuredDocumentation", - "src": "8032:230:12", - "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": 3590, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "hasRole", - "nameLocation": "8276:7:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3584, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3581, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "8291:6:12", - "nodeType": "VariableDeclaration", - "scope": 3590, - "src": "8284:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3580, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8284:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3583, - "mutability": "mutable", - "name": "account", - "nameLocation": "8307:7:12", - "nodeType": "VariableDeclaration", - "scope": 3590, - "src": "8299:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3582, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "8299:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "8283:32:12" - }, - "returnParameters": { - "id": 3589, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3586, - "mutability": "mutable", - "name": "isMember", - "nameLocation": "8344:8:12", - "nodeType": "VariableDeclaration", - "scope": 3590, - "src": "8339:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3585, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "8339:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3588, - "mutability": "mutable", - "name": "executionDelay", - "nameLocation": "8361:14:12", - "nodeType": "VariableDeclaration", - "scope": 3590, - "src": "8354:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3587, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "8354:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "8338:38:12" - }, - "scope": 3756, - "src": "8267:110:12", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3591, - "nodeType": "StructuredDocumentation", - "src": "8383:208:12", - "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": 3598, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "labelRole", - "nameLocation": "8605:9:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3596, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3593, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "8622:6:12", - "nodeType": "VariableDeclaration", - "scope": 3598, - "src": "8615:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3592, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8615:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3595, - "mutability": "mutable", - "name": "label", - "nameLocation": "8646:5:12", - "nodeType": "VariableDeclaration", - "scope": 3598, - "src": "8630:21:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_string_calldata_ptr", - "typeString": "string" - }, - "typeName": { - "id": 3594, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "8630:6:12", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "8614:38:12" - }, - "returnParameters": { - "id": 3597, - "nodeType": "ParameterList", - "parameters": [], - "src": "8661:0:12" - }, - "scope": 3756, - "src": "8596:66:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3599, - "nodeType": "StructuredDocumentation", - "src": "8668:1222:12", - "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": 3608, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "grantRole", - "nameLocation": "9904:9:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3606, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3601, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "9921:6:12", - "nodeType": "VariableDeclaration", - "scope": 3608, - "src": "9914:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3600, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "9914:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3603, - "mutability": "mutable", - "name": "account", - "nameLocation": "9937:7:12", - "nodeType": "VariableDeclaration", - "scope": 3608, - "src": "9929:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3602, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "9929:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3605, - "mutability": "mutable", - "name": "executionDelay", - "nameLocation": "9953:14:12", - "nodeType": "VariableDeclaration", - "scope": 3608, - "src": "9946:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3604, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "9946:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "9913:55:12" - }, - "returnParameters": { - "id": 3607, - "nodeType": "ParameterList", - "parameters": [], - "src": "9977:0:12" - }, - "scope": 3756, - "src": "9895:83:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3609, - "nodeType": "StructuredDocumentation", - "src": "9984:377:12", - "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": 3616, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "revokeRole", - "nameLocation": "10375:10:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3614, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3611, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "10393:6:12", - "nodeType": "VariableDeclaration", - "scope": 3616, - "src": "10386:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3610, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "10386:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3613, - "mutability": "mutable", - "name": "account", - "nameLocation": "10409:7:12", - "nodeType": "VariableDeclaration", - "scope": 3616, - "src": "10401:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3612, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "10401:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "10385:32:12" - }, - "returnParameters": { - "id": 3615, - "nodeType": "ParameterList", - "parameters": [], - "src": "10426:0:12" - }, - "scope": 3756, - "src": "10366:61:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3617, - "nodeType": "StructuredDocumentation", - "src": "10433:317:12", - "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": 3624, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "renounceRole", - "nameLocation": "10764:12:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3622, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3619, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "10784:6:12", - "nodeType": "VariableDeclaration", - "scope": 3624, - "src": "10777:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3618, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "10777:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3621, - "mutability": "mutable", - "name": "callerConfirmation", - "nameLocation": "10800:18:12", - "nodeType": "VariableDeclaration", - "scope": 3624, - "src": "10792:26:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3620, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "10792:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "10776:43:12" - }, - "returnParameters": { - "id": 3623, - "nodeType": "ParameterList", - "parameters": [], - "src": "10828:0:12" - }, - "scope": 3756, - "src": "10755:74:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3625, - "nodeType": "StructuredDocumentation", - "src": "10835:184:12", - "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": 3632, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "setRoleAdmin", - "nameLocation": "11033:12:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3630, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3627, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "11053:6:12", - "nodeType": "VariableDeclaration", - "scope": 3632, - "src": "11046:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3626, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11046:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3629, - "mutability": "mutable", - "name": "admin", - "nameLocation": "11068:5:12", - "nodeType": "VariableDeclaration", - "scope": 3632, - "src": "11061:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3628, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11061:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "11045:29:12" - }, - "returnParameters": { - "id": 3631, - "nodeType": "ParameterList", - "parameters": [], - "src": "11083:0:12" - }, - "scope": 3756, - "src": "11024:60:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3633, - "nodeType": "StructuredDocumentation", - "src": "11090:190:12", - "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": 3640, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "setRoleGuardian", - "nameLocation": "11294:15:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3638, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3635, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "11317:6:12", - "nodeType": "VariableDeclaration", - "scope": 3640, - "src": "11310:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3634, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11310:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3637, - "mutability": "mutable", - "name": "guardian", - "nameLocation": "11332:8:12", - "nodeType": "VariableDeclaration", - "scope": 3640, - "src": "11325:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3636, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11325:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "11309:32:12" - }, - "returnParameters": { - "id": 3639, - "nodeType": "ParameterList", - "parameters": [], - "src": "11350:0:12" - }, - "scope": 3756, - "src": "11285:66:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3641, - "nodeType": "StructuredDocumentation", - "src": "11357:196:12", - "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": 3648, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "setGrantDelay", - "nameLocation": "11567:13:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3646, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3643, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "11588:6:12", - "nodeType": "VariableDeclaration", - "scope": 3648, - "src": "11581:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3642, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11581:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3645, - "mutability": "mutable", - "name": "newDelay", - "nameLocation": "11603:8:12", - "nodeType": "VariableDeclaration", - "scope": 3648, - "src": "11596:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3644, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "11596:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "11580:32:12" - }, - "returnParameters": { - "id": 3647, - "nodeType": "ParameterList", - "parameters": [], - "src": "11621:0:12" - }, - "scope": 3756, - "src": "11558:64:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3649, - "nodeType": "StructuredDocumentation", - "src": "11628:267:12", - "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": 3659, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "setTargetFunctionRole", - "nameLocation": "11909:21:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3657, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3651, - "mutability": "mutable", - "name": "target", - "nameLocation": "11939:6:12", - "nodeType": "VariableDeclaration", - "scope": 3659, - "src": "11931:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3650, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "11931:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3654, - "mutability": "mutable", - "name": "selectors", - "nameLocation": "11965:9:12", - "nodeType": "VariableDeclaration", - "scope": 3659, - "src": "11947:27:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes4_$dyn_calldata_ptr", - "typeString": "bytes4[]" - }, - "typeName": { - "baseType": { - "id": 3652, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "11947:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "id": 3653, - "nodeType": "ArrayTypeName", - "src": "11947:8:12", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes4_$dyn_storage_ptr", - "typeString": "bytes4[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3656, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "11983:6:12", - "nodeType": "VariableDeclaration", - "scope": 3659, - "src": "11976:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3655, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11976:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "11930:60:12" - }, - "returnParameters": { - "id": 3658, - "nodeType": "ParameterList", - "parameters": [], - "src": "11999:0:12" - }, - "scope": 3756, - "src": "11900:100:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3660, - "nodeType": "StructuredDocumentation", - "src": "12006:229:12", - "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": 3667, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "setTargetAdminDelay", - "nameLocation": "12249:19:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3665, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3662, - "mutability": "mutable", - "name": "target", - "nameLocation": "12277:6:12", - "nodeType": "VariableDeclaration", - "scope": 3667, - "src": "12269:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3661, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "12269:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3664, - "mutability": "mutable", - "name": "newDelay", - "nameLocation": "12292:8:12", - "nodeType": "VariableDeclaration", - "scope": 3667, - "src": "12285:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3663, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "12285:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "12268:33:12" - }, - "returnParameters": { - "id": 3666, - "nodeType": "ParameterList", - "parameters": [], - "src": "12310:0:12" - }, - "scope": 3756, - "src": "12240:71:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3668, - "nodeType": "StructuredDocumentation", - "src": "12317:291:12", - "text": " @dev Set the closed flag for a contract.\n Closing the manager itself won't disable access to admin methods to avoid locking the contract.\n Requirements:\n - the caller must be a global admin\n Emits a {TargetClosed} event." - }, - "functionSelector": "167bd395", - "id": 3675, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "setTargetClosed", - "nameLocation": "12622:15:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3673, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3670, - "mutability": "mutable", - "name": "target", - "nameLocation": "12646:6:12", - "nodeType": "VariableDeclaration", - "scope": 3675, - "src": "12638:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3669, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "12638:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3672, - "mutability": "mutable", - "name": "closed", - "nameLocation": "12659:6:12", - "nodeType": "VariableDeclaration", - "scope": 3675, - "src": "12654:11:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3671, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "12654:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "12637:29:12" - }, - "returnParameters": { - "id": 3674, - "nodeType": "ParameterList", - "parameters": [], - "src": "12675:0:12" - }, - "scope": 3756, - "src": "12613:63:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3676, - "nodeType": "StructuredDocumentation", - "src": "12682:209:12", - "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": 3683, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getSchedule", - "nameLocation": "12905:11:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3679, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3678, - "mutability": "mutable", - "name": "id", - "nameLocation": "12925:2:12", - "nodeType": "VariableDeclaration", - "scope": 3683, - "src": "12917:10:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3677, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "12917:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "12916:12:12" - }, - "returnParameters": { - "id": 3682, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3681, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3683, - "src": "12952:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 3680, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "12952:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "12951:8:12" - }, - "scope": 3756, - "src": "12896:64:12", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3684, - "nodeType": "StructuredDocumentation", - "src": "12966:152:12", - "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": 3691, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getNonce", - "nameLocation": "13132:8:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3687, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3686, - "mutability": "mutable", - "name": "id", - "nameLocation": "13149:2:12", - "nodeType": "VariableDeclaration", - "scope": 3691, - "src": "13141:10:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3685, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "13141:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "13140:12:12" - }, - "returnParameters": { - "id": 3690, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3689, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3691, - "src": "13176:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3688, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "13176:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "13175:8:12" - }, - "scope": 3756, - "src": "13123:61:12", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3692, - "nodeType": "StructuredDocumentation", - "src": "13190:1068:12", - "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": 3705, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "schedule", - "nameLocation": "14272:8:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3699, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3694, - "mutability": "mutable", - "name": "target", - "nameLocation": "14298:6:12", - "nodeType": "VariableDeclaration", - "scope": 3705, - "src": "14290:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3693, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "14290:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3696, - "mutability": "mutable", - "name": "data", - "nameLocation": "14329:4:12", - "nodeType": "VariableDeclaration", - "scope": 3705, - "src": "14314:19:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3695, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "14314:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3698, - "mutability": "mutable", - "name": "when", - "nameLocation": "14350:4:12", - "nodeType": "VariableDeclaration", - "scope": 3705, - "src": "14343:11:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 3697, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "14343:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "14280:80:12" - }, - "returnParameters": { - "id": 3704, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3701, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "14387:11:12", - "nodeType": "VariableDeclaration", - "scope": 3705, - "src": "14379:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3700, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "14379:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3703, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "14407:5:12", - "nodeType": "VariableDeclaration", - "scope": 3705, - "src": "14400:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3702, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "14400:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "14378:35:12" - }, - "scope": 3756, - "src": "14263:151:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3706, - "nodeType": "StructuredDocumentation", - "src": "14420:451:12", - "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": 3715, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "execute", - "nameLocation": "14885:7:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3711, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3708, - "mutability": "mutable", - "name": "target", - "nameLocation": "14901:6:12", - "nodeType": "VariableDeclaration", - "scope": 3715, - "src": "14893:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3707, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "14893:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3710, - "mutability": "mutable", - "name": "data", - "nameLocation": "14924:4:12", - "nodeType": "VariableDeclaration", - "scope": 3715, - "src": "14909:19:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3709, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "14909:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "14892:37:12" - }, - "returnParameters": { - "id": 3714, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3713, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3715, - "src": "14956:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3712, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "14956:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "14955:8:12" - }, - "scope": 3756, - "src": "14876:88:12", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3716, - "nodeType": "StructuredDocumentation", - "src": "14970:339:12", - "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": 3727, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "cancel", - "nameLocation": "15323:6:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3723, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3718, - "mutability": "mutable", - "name": "caller", - "nameLocation": "15338:6:12", - "nodeType": "VariableDeclaration", - "scope": 3727, - "src": "15330:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3717, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "15330:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3720, - "mutability": "mutable", - "name": "target", - "nameLocation": "15354:6:12", - "nodeType": "VariableDeclaration", - "scope": 3727, - "src": "15346:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3719, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "15346:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3722, - "mutability": "mutable", - "name": "data", - "nameLocation": "15377:4:12", - "nodeType": "VariableDeclaration", - "scope": 3727, - "src": "15362:19:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3721, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "15362:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "15329:53:12" - }, - "returnParameters": { - "id": 3726, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3725, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3727, - "src": "15401:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 3724, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "15401:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "15400:8:12" - }, - "scope": 3756, - "src": "15314:95:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3728, - "nodeType": "StructuredDocumentation", - "src": "15415:434:12", - "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": 3735, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "consumeScheduledOp", - "nameLocation": "15863:18:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3733, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3730, - "mutability": "mutable", - "name": "caller", - "nameLocation": "15890:6:12", - "nodeType": "VariableDeclaration", - "scope": 3735, - "src": "15882:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3729, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "15882:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3732, - "mutability": "mutable", - "name": "data", - "nameLocation": "15913:4:12", - "nodeType": "VariableDeclaration", - "scope": 3735, - "src": "15898:19:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3731, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "15898:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "15881:37:12" - }, - "returnParameters": { - "id": 3734, - "nodeType": "ParameterList", - "parameters": [], - "src": "15927:0:12" - }, - "scope": 3756, - "src": "15854:74:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3736, - "nodeType": "StructuredDocumentation", - "src": "15934:64:12", - "text": " @dev Hashing function for delayed operations." - }, - "functionSelector": "abd9bd2a", - "id": 3747, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "hashOperation", - "nameLocation": "16012:13:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3743, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3738, - "mutability": "mutable", - "name": "caller", - "nameLocation": "16034:6:12", - "nodeType": "VariableDeclaration", - "scope": 3747, - "src": "16026:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3737, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "16026:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3740, - "mutability": "mutable", - "name": "target", - "nameLocation": "16050:6:12", - "nodeType": "VariableDeclaration", - "scope": 3747, - "src": "16042:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3739, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "16042:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3742, - "mutability": "mutable", - "name": "data", - "nameLocation": "16073:4:12", - "nodeType": "VariableDeclaration", - "scope": 3747, - "src": "16058:19:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3741, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "16058:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "16025:53:12" - }, - "returnParameters": { - "id": 3746, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3745, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3747, - "src": "16102:7:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3744, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "16102:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "16101:9:12" - }, - "scope": 3756, - "src": "16003:108:12", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3748, - "nodeType": "StructuredDocumentation", - "src": "16117:169:12", - "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": 3755, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "updateAuthority", - "nameLocation": "16300:15:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3753, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3750, - "mutability": "mutable", - "name": "target", - "nameLocation": "16324:6:12", - "nodeType": "VariableDeclaration", - "scope": 3755, - "src": "16316:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3749, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "16316:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3752, - "mutability": "mutable", - "name": "newAuthority", - "nameLocation": "16340:12:12", - "nodeType": "VariableDeclaration", - "scope": 3755, - "src": "16332:20:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3751, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "16332:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "16315:38:12" - }, - "returnParameters": { - "id": 3754, - "nodeType": "ParameterList", - "parameters": [], - "src": "16362:0:12" - }, - "scope": 3756, - "src": "16291:72:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - } - ], - "scope": 3757, - "src": "193:16172:12", - "usedErrors": [ - 3436, - 3440, - 3444, - 3448, - 3452, - 3454, - 3460, - 3468, - 3472, - 3482, - 3486 - ], - "usedEvents": [ - 3343, - 3350, - 3357, - 3364, - 3377, - 3384, - 3391, - 3398, - 3407, - 3414, - 3423, - 3432 - ] - } - ], - "src": "117:16249:12" - }, - "id": 12 - }, - "@openzeppelin/contracts/access/manager/IAuthority.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/access/manager/IAuthority.sol", - "exportedSymbols": { - "IAuthority": [ - 3772 - ] - }, - "id": 3773, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 3758, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "113:24:13" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "IAuthority", - "contractDependencies": [], - "contractKind": "interface", - "documentation": { - "id": 3759, - "nodeType": "StructuredDocumentation", - "src": "139:83:13", - "text": " @dev Standard interface for permissioning originally defined in Dappsys." - }, - "fullyImplemented": false, - "id": 3772, - "linearizedBaseContracts": [ - 3772 - ], - "name": "IAuthority", - "nameLocation": "233:10:13", - "nodeType": "ContractDefinition", - "nodes": [ - { - "documentation": { - "id": 3760, - "nodeType": "StructuredDocumentation", - "src": "250:121:13", - "text": " @dev Returns true if the caller can invoke on a target the function identified by a function selector." - }, - "functionSelector": "b7009613", - "id": 3771, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "canCall", - "nameLocation": "385:7:13", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3767, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3762, - "mutability": "mutable", - "name": "caller", - "nameLocation": "401:6:13", - "nodeType": "VariableDeclaration", - "scope": 3771, - "src": "393:14:13", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3761, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "393:7:13", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3764, - "mutability": "mutable", - "name": "target", - "nameLocation": "417:6:13", - "nodeType": "VariableDeclaration", - "scope": 3771, - "src": "409:14:13", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3763, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "409:7:13", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3766, - "mutability": "mutable", - "name": "selector", - "nameLocation": "432:8:13", - "nodeType": "VariableDeclaration", - "scope": 3771, - "src": "425:15:13", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 3765, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "425:6:13", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "392:49:13" - }, - "returnParameters": { - "id": 3770, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3769, - "mutability": "mutable", - "name": "allowed", - "nameLocation": "470:7:13", - "nodeType": "VariableDeclaration", - "scope": 3771, - "src": "465:12:13", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3768, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "465:4:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "464:14:13" - }, - "scope": 3772, - "src": "376:103:13", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 3773, - "src": "223:258:13", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "113:369:13" - }, - "id": 13 - }, - "@openzeppelin/contracts/utils/Address.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/Address.sol", - "exportedSymbols": { - "Address": [ - 4031 - ], - "Errors": [ - 4083 - ] - }, - "id": 4032, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 3774, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "101:24:14" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/Errors.sol", - "file": "./Errors.sol", - "id": 3776, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 4032, - "sourceUnit": 4084, - "src": "127:36:14", - "symbolAliases": [ - { - "foreign": { - "id": 3775, - "name": "Errors", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4083, - "src": "135:6:14", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "Address", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 3777, - "nodeType": "StructuredDocumentation", - "src": "165:67:14", - "text": " @dev Collection of functions related to the address type" - }, - "fullyImplemented": true, - "id": 4031, - "linearizedBaseContracts": [ - 4031 - ], - "name": "Address", - "nameLocation": "241:7:14", - "nodeType": "ContractDefinition", - "nodes": [ - { - "documentation": { - "id": 3778, - "nodeType": "StructuredDocumentation", - "src": "255:75:14", - "text": " @dev There's no code at `target` (it is not a contract)." - }, - "errorSelector": "9996b315", - "id": 3782, - "name": "AddressEmptyCode", - "nameLocation": "341:16:14", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3781, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3780, - "mutability": "mutable", - "name": "target", - "nameLocation": "366:6:14", - "nodeType": "VariableDeclaration", - "scope": 3782, - "src": "358:14:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3779, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "358:7:14", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "357:16:14" - }, - "src": "335:39:14" - }, - { - "body": { - "id": 3828, - "nodeType": "Block", - "src": "1361:278:14", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3796, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "arguments": [ - { - "id": 3792, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "1383:4:14", - "typeDescriptions": { - "typeIdentifier": "t_contract$_Address_$4031", - "typeString": "library Address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_Address_$4031", - "typeString": "library Address" - } - ], - "id": 3791, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1375:7:14", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 3790, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1375:7:14", - "typeDescriptions": {} - } - }, - "id": 3793, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1375:13:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 3794, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1389:7:14", - "memberName": "balance", - "nodeType": "MemberAccess", - "src": "1375:21:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 3795, - "name": "amount", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3787, - "src": "1399:6:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1375:30:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3809, - "nodeType": "IfStatement", - "src": "1371:125:14", - "trueBody": { - "id": 3808, - "nodeType": "Block", - "src": "1407:89:14", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "expression": { - "arguments": [ - { - "id": 3802, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "1463:4:14", - "typeDescriptions": { - "typeIdentifier": "t_contract$_Address_$4031", - "typeString": "library Address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_Address_$4031", - "typeString": "library Address" - } - ], - "id": 3801, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1455:7:14", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 3800, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1455:7:14", - "typeDescriptions": {} - } - }, - "id": 3803, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1455:13:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 3804, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1469:7:14", - "memberName": "balance", - "nodeType": "MemberAccess", - "src": "1455:21:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 3805, - "name": "amount", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3787, - "src": "1478:6:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 3797, - "name": "Errors", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4083, - "src": "1428:6:14", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Errors_$4083_$", - "typeString": "type(library Errors)" - } - }, - "id": 3799, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1435:19:14", - "memberName": "InsufficientBalance", - "nodeType": "MemberAccess", - "referencedDeclaration": 4071, - "src": "1428:26:14", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint256_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint256,uint256) pure returns (error)" - } - }, - "id": 3806, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1428:57:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3807, - "nodeType": "RevertStatement", - "src": "1421:64:14" - } - ] - } - }, - { - "assignments": [ - 3811, - null - ], - "declarations": [ - { - "constant": false, - "id": 3811, - "mutability": "mutable", - "name": "success", - "nameLocation": "1512:7:14", - "nodeType": "VariableDeclaration", - "scope": 3828, - "src": "1507:12:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3810, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1507:4:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - null - ], - "id": 3818, - "initialValue": { - "arguments": [ - { - "hexValue": "", - "id": 3816, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1555:2:14", - "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": 3812, - "name": "recipient", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3785, - "src": "1525:9:14", - "typeDescriptions": { - "typeIdentifier": "t_address_payable", - "typeString": "address payable" - } - }, - "id": 3813, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1535:4:14", - "memberName": "call", - "nodeType": "MemberAccess", - "src": "1525:14:14", - "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": 3815, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "names": [ - "value" - ], - "nodeType": "FunctionCallOptions", - "options": [ - { - "id": 3814, - "name": "amount", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3787, - "src": "1547:6:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "src": "1525:29:14", - "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": 3817, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1525:33:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bool,bytes memory)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "1506:52:14" - }, - { - "condition": { - "id": 3820, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "1572:8:14", - "subExpression": { - "id": 3819, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3811, - "src": "1573:7:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3827, - "nodeType": "IfStatement", - "src": "1568:65:14", - "trueBody": { - "id": 3826, - "nodeType": "Block", - "src": "1582:51:14", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 3821, - "name": "Errors", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4083, - "src": "1603:6:14", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Errors_$4083_$", - "typeString": "type(library Errors)" - } - }, - "id": 3823, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1610:10:14", - "memberName": "FailedCall", - "nodeType": "MemberAccess", - "referencedDeclaration": 4074, - "src": "1603:17:14", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3824, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1603:19:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3825, - "nodeType": "RevertStatement", - "src": "1596:26:14" - } - ] - } - } - ] - }, - "documentation": { - "id": 3783, - "nodeType": "StructuredDocumentation", - "src": "380:905:14", - "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": 3829, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "sendValue", - "nameLocation": "1299:9:14", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3788, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3785, - "mutability": "mutable", - "name": "recipient", - "nameLocation": "1325:9:14", - "nodeType": "VariableDeclaration", - "scope": 3829, - "src": "1309:25:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address_payable", - "typeString": "address payable" - }, - "typeName": { - "id": 3784, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1309:15:14", - "stateMutability": "payable", - "typeDescriptions": { - "typeIdentifier": "t_address_payable", - "typeString": "address payable" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3787, - "mutability": "mutable", - "name": "amount", - "nameLocation": "1344:6:14", - "nodeType": "VariableDeclaration", - "scope": 3829, - "src": "1336:14:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3786, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1336:7:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1308:43:14" - }, - "returnParameters": { - "id": 3789, - "nodeType": "ParameterList", - "parameters": [], - "src": "1361:0:14" - }, - "scope": 4031, - "src": "1290:349:14", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 3845, - "nodeType": "Block", - "src": "2573:62:14", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 3840, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3832, - "src": "2612:6:14", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 3841, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3834, - "src": "2620:4:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - { - "hexValue": "30", - "id": 3842, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2626:1:14", - "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": 3839, - "name": "functionCallWithValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3896, - "src": "2590:21:14", - "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": 3843, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2590:38:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "functionReturnParameters": 3838, - "id": 3844, - "nodeType": "Return", - "src": "2583:45:14" - } - ] - }, - "documentation": { - "id": 3830, - "nodeType": "StructuredDocumentation", - "src": "1645:834:14", - "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 {Errors.FailedCall} 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": 3846, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "functionCall", - "nameLocation": "2493:12:14", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3835, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3832, - "mutability": "mutable", - "name": "target", - "nameLocation": "2514:6:14", - "nodeType": "VariableDeclaration", - "scope": 3846, - "src": "2506:14:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3831, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2506:7:14", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3834, - "mutability": "mutable", - "name": "data", - "nameLocation": "2535:4:14", - "nodeType": "VariableDeclaration", - "scope": 3846, - "src": "2522:17:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3833, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "2522:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "2505:35:14" - }, - "returnParameters": { - "id": 3838, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3837, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3846, - "src": "2559:12:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3836, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "2559:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "2558:14:14" - }, - "scope": 4031, - "src": "2484:151:14", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 3895, - "nodeType": "Block", - "src": "3072:294:14", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3864, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "arguments": [ - { - "id": 3860, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "3094:4:14", - "typeDescriptions": { - "typeIdentifier": "t_contract$_Address_$4031", - "typeString": "library Address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_Address_$4031", - "typeString": "library Address" - } - ], - "id": 3859, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3086:7:14", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 3858, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3086:7:14", - "typeDescriptions": {} - } - }, - "id": 3861, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3086:13:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 3862, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3100:7:14", - "memberName": "balance", - "nodeType": "MemberAccess", - "src": "3086:21:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 3863, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3853, - "src": "3110:5:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3086:29:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3877, - "nodeType": "IfStatement", - "src": "3082:123:14", - "trueBody": { - "id": 3876, - "nodeType": "Block", - "src": "3117:88:14", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "expression": { - "arguments": [ - { - "id": 3870, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "3173:4:14", - "typeDescriptions": { - "typeIdentifier": "t_contract$_Address_$4031", - "typeString": "library Address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_Address_$4031", - "typeString": "library Address" - } - ], - "id": 3869, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3165:7:14", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 3868, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3165:7:14", - "typeDescriptions": {} - } - }, - "id": 3871, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3165:13:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 3872, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3179:7:14", - "memberName": "balance", - "nodeType": "MemberAccess", - "src": "3165:21:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 3873, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3853, - "src": "3188:5:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 3865, - "name": "Errors", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4083, - "src": "3138:6:14", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Errors_$4083_$", - "typeString": "type(library Errors)" - } - }, - "id": 3867, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3145:19:14", - "memberName": "InsufficientBalance", - "nodeType": "MemberAccess", - "referencedDeclaration": 4071, - "src": "3138:26:14", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint256_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint256,uint256) pure returns (error)" - } - }, - "id": 3874, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3138:56:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3875, - "nodeType": "RevertStatement", - "src": "3131:63:14" - } - ] - } - }, - { - "assignments": [ - 3879, - 3881 - ], - "declarations": [ - { - "constant": false, - "id": 3879, - "mutability": "mutable", - "name": "success", - "nameLocation": "3220:7:14", - "nodeType": "VariableDeclaration", - "scope": 3895, - "src": "3215:12:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3878, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "3215:4:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3881, - "mutability": "mutable", - "name": "returndata", - "nameLocation": "3242:10:14", - "nodeType": "VariableDeclaration", - "scope": 3895, - "src": "3229:23:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3880, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3229:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 3888, - "initialValue": { - "arguments": [ - { - "id": 3886, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3851, - "src": "3282:4:14", - "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": 3882, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3849, - "src": "3256:6:14", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 3883, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3263:4:14", - "memberName": "call", - "nodeType": "MemberAccess", - "src": "3256:11:14", - "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": 3885, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "names": [ - "value" - ], - "nodeType": "FunctionCallOptions", - "options": [ - { - "id": 3884, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3853, - "src": "3275:5:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "src": "3256:25:14", - "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": 3887, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3256:31:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bool,bytes memory)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3214:73:14" - }, - { - "expression": { - "arguments": [ - { - "id": 3890, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3849, - "src": "3331:6:14", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 3891, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3879, - "src": "3339:7:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 3892, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3881, - "src": "3348:10:14", - "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": 3889, - "name": "verifyCallResultFromTarget", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3988, - "src": "3304:26:14", - "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": 3893, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3304:55:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "functionReturnParameters": 3857, - "id": 3894, - "nodeType": "Return", - "src": "3297:62:14" - } - ] - }, - "documentation": { - "id": 3847, - "nodeType": "StructuredDocumentation", - "src": "2641:313:14", - "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": 3896, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "functionCallWithValue", - "nameLocation": "2968:21:14", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3854, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3849, - "mutability": "mutable", - "name": "target", - "nameLocation": "2998:6:14", - "nodeType": "VariableDeclaration", - "scope": 3896, - "src": "2990:14:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3848, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2990:7:14", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3851, - "mutability": "mutable", - "name": "data", - "nameLocation": "3019:4:14", - "nodeType": "VariableDeclaration", - "scope": 3896, - "src": "3006:17:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3850, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3006:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3853, - "mutability": "mutable", - "name": "value", - "nameLocation": "3033:5:14", - "nodeType": "VariableDeclaration", - "scope": 3896, - "src": "3025:13:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3852, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3025:7:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2989:50:14" - }, - "returnParameters": { - "id": 3857, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3856, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3896, - "src": "3058:12:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3855, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3058:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "3057:14:14" - }, - "scope": 4031, - "src": "2959:407:14", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 3921, - "nodeType": "Block", - "src": "3605:154:14", - "statements": [ - { - "assignments": [ - 3907, - 3909 - ], - "declarations": [ - { - "constant": false, - "id": 3907, - "mutability": "mutable", - "name": "success", - "nameLocation": "3621:7:14", - "nodeType": "VariableDeclaration", - "scope": 3921, - "src": "3616:12:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3906, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "3616:4:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3909, - "mutability": "mutable", - "name": "returndata", - "nameLocation": "3643:10:14", - "nodeType": "VariableDeclaration", - "scope": 3921, - "src": "3630:23:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3908, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3630:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 3914, - "initialValue": { - "arguments": [ - { - "id": 3912, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3901, - "src": "3675:4:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 3910, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3899, - "src": "3657:6:14", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 3911, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3664:10:14", - "memberName": "staticcall", - "nodeType": "MemberAccess", - "src": "3657:17:14", - "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": 3913, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3657:23:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bool,bytes memory)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3615:65:14" - }, - { - "expression": { - "arguments": [ - { - "id": 3916, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3899, - "src": "3724:6:14", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 3917, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3907, - "src": "3732:7:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 3918, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3909, - "src": "3741:10:14", - "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": 3915, - "name": "verifyCallResultFromTarget", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3988, - "src": "3697:26:14", - "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": 3919, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3697:55:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "functionReturnParameters": 3905, - "id": 3920, - "nodeType": "Return", - "src": "3690:62:14" - } - ] - }, - "documentation": { - "id": 3897, - "nodeType": "StructuredDocumentation", - "src": "3372:128:14", - "text": " @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a static call." - }, - "id": 3922, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "functionStaticCall", - "nameLocation": "3514:18:14", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3902, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3899, - "mutability": "mutable", - "name": "target", - "nameLocation": "3541:6:14", - "nodeType": "VariableDeclaration", - "scope": 3922, - "src": "3533:14:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3898, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3533:7:14", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3901, - "mutability": "mutable", - "name": "data", - "nameLocation": "3562:4:14", - "nodeType": "VariableDeclaration", - "scope": 3922, - "src": "3549:17:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3900, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3549:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "3532:35:14" - }, - "returnParameters": { - "id": 3905, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3904, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3922, - "src": "3591:12:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3903, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3591:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "3590:14:14" - }, - "scope": 4031, - "src": "3505:254:14", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 3947, - "nodeType": "Block", - "src": "3997:156:14", - "statements": [ - { - "assignments": [ - 3933, - 3935 - ], - "declarations": [ - { - "constant": false, - "id": 3933, - "mutability": "mutable", - "name": "success", - "nameLocation": "4013:7:14", - "nodeType": "VariableDeclaration", - "scope": 3947, - "src": "4008:12:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3932, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4008:4:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3935, - "mutability": "mutable", - "name": "returndata", - "nameLocation": "4035:10:14", - "nodeType": "VariableDeclaration", - "scope": 3947, - "src": "4022:23:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3934, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "4022:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 3940, - "initialValue": { - "arguments": [ - { - "id": 3938, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3927, - "src": "4069:4:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 3936, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3925, - "src": "4049:6:14", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 3937, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4056:12:14", - "memberName": "delegatecall", - "nodeType": "MemberAccess", - "src": "4049:19:14", - "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": 3939, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4049:25:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bool,bytes memory)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4007:67:14" - }, - { - "expression": { - "arguments": [ - { - "id": 3942, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3925, - "src": "4118:6:14", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 3943, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3933, - "src": "4126:7:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 3944, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3935, - "src": "4135:10:14", - "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": 3941, - "name": "verifyCallResultFromTarget", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3988, - "src": "4091:26:14", - "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": 3945, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4091:55:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "functionReturnParameters": 3931, - "id": 3946, - "nodeType": "Return", - "src": "4084:62:14" - } - ] - }, - "documentation": { - "id": 3923, - "nodeType": "StructuredDocumentation", - "src": "3765:130:14", - "text": " @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a delegate call." - }, - "id": 3948, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "functionDelegateCall", - "nameLocation": "3909:20:14", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3928, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3925, - "mutability": "mutable", - "name": "target", - "nameLocation": "3938:6:14", - "nodeType": "VariableDeclaration", - "scope": 3948, - "src": "3930:14:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3924, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3930:7:14", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3927, - "mutability": "mutable", - "name": "data", - "nameLocation": "3959:4:14", - "nodeType": "VariableDeclaration", - "scope": 3948, - "src": "3946:17:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3926, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3946:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "3929:35:14" - }, - "returnParameters": { - "id": 3931, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3930, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3948, - "src": "3983:12:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3929, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3983:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "3982:14:14" - }, - "scope": 4031, - "src": "3900:253:14", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 3987, - "nodeType": "Block", - "src": "4579:424:14", - "statements": [ - { - "condition": { - "id": 3961, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "4593:8:14", - "subExpression": { - "id": 3960, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3953, - "src": "4594:7:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 3985, - "nodeType": "Block", - "src": "4653:344:14", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 3976, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3970, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 3967, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3955, - "src": "4841:10:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 3968, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4852:6:14", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "4841:17:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 3969, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4862:1:14", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "4841:22:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3975, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "expression": { - "id": 3971, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3951, - "src": "4867:6:14", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 3972, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4874:4:14", - "memberName": "code", - "nodeType": "MemberAccess", - "src": "4867:11:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 3973, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4879:6:14", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "4867:18:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 3974, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4889:1:14", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "4867:23:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "4841:49:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3982, - "nodeType": "IfStatement", - "src": "4837:119:14", - "trueBody": { - "id": 3981, - "nodeType": "Block", - "src": "4892:64:14", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 3978, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3951, - "src": "4934:6:14", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 3977, - "name": "AddressEmptyCode", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3782, - "src": "4917:16:14", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 3979, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4917:24:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3980, - "nodeType": "RevertStatement", - "src": "4910:31:14" - } - ] - } - }, - { - "expression": { - "id": 3983, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3955, - "src": "4976:10:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "functionReturnParameters": 3959, - "id": 3984, - "nodeType": "Return", - "src": "4969:17:14" - } - ] - }, - "id": 3986, - "nodeType": "IfStatement", - "src": "4589:408:14", - "trueBody": { - "id": 3966, - "nodeType": "Block", - "src": "4603:44:14", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 3963, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3955, - "src": "4625:10:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 3962, - "name": "_revert", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4030, - "src": "4617:7:14", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", - "typeString": "function (bytes memory) pure" - } - }, - "id": 3964, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4617:19:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3965, - "nodeType": "ExpressionStatement", - "src": "4617:19:14" - } - ] - } - } - ] - }, - "documentation": { - "id": 3949, - "nodeType": "StructuredDocumentation", - "src": "4159:257:14", - "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 {Errors.FailedCall}) in case\n of an unsuccessful call." - }, - "id": 3988, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "verifyCallResultFromTarget", - "nameLocation": "4430:26:14", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3956, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3951, - "mutability": "mutable", - "name": "target", - "nameLocation": "4474:6:14", - "nodeType": "VariableDeclaration", - "scope": 3988, - "src": "4466:14:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3950, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4466:7:14", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3953, - "mutability": "mutable", - "name": "success", - "nameLocation": "4495:7:14", - "nodeType": "VariableDeclaration", - "scope": 3988, - "src": "4490:12:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3952, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4490:4:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3955, - "mutability": "mutable", - "name": "returndata", - "nameLocation": "4525:10:14", - "nodeType": "VariableDeclaration", - "scope": 3988, - "src": "4512:23:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3954, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "4512:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "4456:85:14" - }, - "returnParameters": { - "id": 3959, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3958, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3988, - "src": "4565:12:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3957, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "4565:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "4564:14:14" - }, - "scope": 4031, - "src": "4421:582:14", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4009, - "nodeType": "Block", - "src": "5307:122:14", - "statements": [ - { - "condition": { - "id": 3999, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "5321:8:14", - "subExpression": { - "id": 3998, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3991, - "src": "5322:7:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 4007, - "nodeType": "Block", - "src": "5381:42:14", - "statements": [ - { - "expression": { - "id": 4005, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3993, - "src": "5402:10:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "functionReturnParameters": 3997, - "id": 4006, - "nodeType": "Return", - "src": "5395:17:14" - } - ] - }, - "id": 4008, - "nodeType": "IfStatement", - "src": "5317:106:14", - "trueBody": { - "id": 4004, - "nodeType": "Block", - "src": "5331:44:14", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 4001, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3993, - "src": "5353:10:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 4000, - "name": "_revert", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4030, - "src": "5345:7:14", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", - "typeString": "function (bytes memory) pure" - } - }, - "id": 4002, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5345:19:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4003, - "nodeType": "ExpressionStatement", - "src": "5345:19:14" - } - ] - } - } - ] - }, - "documentation": { - "id": 3989, - "nodeType": "StructuredDocumentation", - "src": "5009:191:14", - "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 {Errors.FailedCall} error." - }, - "id": 4010, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "verifyCallResult", - "nameLocation": "5214:16:14", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3994, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3991, - "mutability": "mutable", - "name": "success", - "nameLocation": "5236:7:14", - "nodeType": "VariableDeclaration", - "scope": 4010, - "src": "5231:12:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3990, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "5231:4:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3993, - "mutability": "mutable", - "name": "returndata", - "nameLocation": "5258:10:14", - "nodeType": "VariableDeclaration", - "scope": 4010, - "src": "5245:23:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3992, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "5245:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "5230:39:14" - }, - "returnParameters": { - "id": 3997, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3996, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4010, - "src": "5293:12:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3995, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "5293:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "5292:14:14" - }, - "scope": 4031, - "src": "5205:224:14", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4029, - "nodeType": "Block", - "src": "5598:432:14", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4019, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 4016, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4013, - "src": "5674:10:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 4017, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5685:6:14", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "5674:17:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 4018, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5694:1:14", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "5674:21:14", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 4027, - "nodeType": "Block", - "src": "5973:51:14", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 4022, - "name": "Errors", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4083, - "src": "5994:6:14", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Errors_$4083_$", - "typeString": "type(library Errors)" - } - }, - "id": 4024, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6001:10:14", - "memberName": "FailedCall", - "nodeType": "MemberAccess", - "referencedDeclaration": 4074, - "src": "5994:17:14", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 4025, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5994:19:14", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 4026, - "nodeType": "RevertStatement", - "src": "5987:26:14" - } - ] - }, - "id": 4028, - "nodeType": "IfStatement", - "src": "5670:354:14", - "trueBody": { - "id": 4021, - "nodeType": "Block", - "src": "5697:270:14", - "statements": [ - { - "AST": { - "nativeSrc": "5824:133:14", - "nodeType": "YulBlock", - "src": "5824:133:14", - "statements": [ - { - "nativeSrc": "5842:40:14", - "nodeType": "YulVariableDeclaration", - "src": "5842:40:14", - "value": { - "arguments": [ - { - "name": "returndata", - "nativeSrc": "5871:10:14", - "nodeType": "YulIdentifier", - "src": "5871:10:14" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "5865:5:14", - "nodeType": "YulIdentifier", - "src": "5865:5:14" - }, - "nativeSrc": "5865:17:14", - "nodeType": "YulFunctionCall", - "src": "5865:17:14" - }, - "variables": [ - { - "name": "returndata_size", - "nativeSrc": "5846:15:14", - "nodeType": "YulTypedName", - "src": "5846:15:14", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5910:2:14", - "nodeType": "YulLiteral", - "src": "5910:2:14", - "type": "", - "value": "32" - }, - { - "name": "returndata", - "nativeSrc": "5914:10:14", - "nodeType": "YulIdentifier", - "src": "5914:10:14" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5906:3:14", - "nodeType": "YulIdentifier", - "src": "5906:3:14" - }, - "nativeSrc": "5906:19:14", - "nodeType": "YulFunctionCall", - "src": "5906:19:14" - }, - { - "name": "returndata_size", - "nativeSrc": "5927:15:14", - "nodeType": "YulIdentifier", - "src": "5927:15:14" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5899:6:14", - "nodeType": "YulIdentifier", - "src": "5899:6:14" - }, - "nativeSrc": "5899:44:14", - "nodeType": "YulFunctionCall", - "src": "5899:44:14" - }, - "nativeSrc": "5899:44:14", - "nodeType": "YulExpressionStatement", - "src": "5899:44:14" - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 4013, - "isOffset": false, - "isSlot": false, - "src": "5871:10:14", - "valueSize": 1 - }, - { - "declaration": 4013, - "isOffset": false, - "isSlot": false, - "src": "5914:10:14", - "valueSize": 1 - } - ], - "flags": [ - "memory-safe" - ], - "id": 4020, - "nodeType": "InlineAssembly", - "src": "5799:158:14" - } - ] - } - } - ] - }, - "documentation": { - "id": 4011, - "nodeType": "StructuredDocumentation", - "src": "5435:103:14", - "text": " @dev Reverts with returndata if present. Otherwise reverts with {Errors.FailedCall}." - }, - "id": 4030, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_revert", - "nameLocation": "5552:7:14", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4014, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4013, - "mutability": "mutable", - "name": "returndata", - "nameLocation": "5573:10:14", - "nodeType": "VariableDeclaration", - "scope": 4030, - "src": "5560:23:14", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 4012, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "5560:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "5559:25:14" - }, - "returnParameters": { - "id": 4015, - "nodeType": "ParameterList", - "parameters": [], - "src": "5598:0:14" - }, - "scope": 4031, - "src": "5543:487:14", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - } - ], - "scope": 4032, - "src": "233:5799:14", - "usedErrors": [ - 3782 - ], - "usedEvents": [] - } - ], - "src": "101:5932:14" - }, - "id": 14 - }, - "@openzeppelin/contracts/utils/Context.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/Context.sol", - "exportedSymbols": { - "Context": [ - 4061 - ] - }, - "id": 4062, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 4033, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "101:24:15" - }, - { - "abstract": true, - "baseContracts": [], - "canonicalName": "Context", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 4034, - "nodeType": "StructuredDocumentation", - "src": "127:496:15", - "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": 4061, - "linearizedBaseContracts": [ - 4061 - ], - "name": "Context", - "nameLocation": "642:7:15", - "nodeType": "ContractDefinition", - "nodes": [ - { - "body": { - "id": 4042, - "nodeType": "Block", - "src": "718:34:15", - "statements": [ - { - "expression": { - "expression": { - "id": 4039, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "735:3:15", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 4040, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "739:6:15", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "735:10:15", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "functionReturnParameters": 4038, - "id": 4041, - "nodeType": "Return", - "src": "728:17:15" - } - ] - }, - "id": 4043, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_msgSender", - "nameLocation": "665:10:15", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4035, - "nodeType": "ParameterList", - "parameters": [], - "src": "675:2:15" - }, - "returnParameters": { - "id": 4038, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4037, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4043, - "src": "709:7:15", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4036, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "709:7:15", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "708:9:15" - }, - "scope": 4061, - "src": "656:96:15", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 4051, - "nodeType": "Block", - "src": "825:32:15", - "statements": [ - { - "expression": { - "expression": { - "id": 4048, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "842:3:15", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 4049, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "846:4:15", - "memberName": "data", - "nodeType": "MemberAccess", - "src": "842:8:15", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "functionReturnParameters": 4047, - "id": 4050, - "nodeType": "Return", - "src": "835:15:15" - } - ] - }, - "id": 4052, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_msgData", - "nameLocation": "767:8:15", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4044, - "nodeType": "ParameterList", - "parameters": [], - "src": "775:2:15" - }, - "returnParameters": { - "id": 4047, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4046, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4052, - "src": "809:14:15", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 4045, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "809:5:15", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "808:16:15" - }, - "scope": 4061, - "src": "758:99:15", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 4059, - "nodeType": "Block", - "src": "935:25:15", - "statements": [ - { - "expression": { - "hexValue": "30", - "id": 4057, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "952:1:15", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "functionReturnParameters": 4056, - "id": 4058, - "nodeType": "Return", - "src": "945:8:15" - } - ] - }, - "id": 4060, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_contextSuffixLength", - "nameLocation": "872:20:15", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4053, - "nodeType": "ParameterList", - "parameters": [], - "src": "892:2:15" - }, - "returnParameters": { - "id": 4056, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4055, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4060, - "src": "926:7:15", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4054, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "926:7:15", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "925:9:15" - }, - "scope": 4061, - "src": "863:97:15", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - } - ], - "scope": 4062, - "src": "624:338:15", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "101:862:15" - }, - "id": 15 - }, - "@openzeppelin/contracts/utils/Errors.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/Errors.sol", - "exportedSymbols": { - "Errors": [ - 4083 - ] - }, - "id": 4084, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 4063, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "100:24:16" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "Errors", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 4064, - "nodeType": "StructuredDocumentation", - "src": "126:284:16", - "text": " @dev Collection of common custom errors used in multiple contracts\n IMPORTANT: Backwards compatibility is not guaranteed in future versions of the library.\n It is recommended to avoid relying on the error API for critical functionality.\n _Available since v5.1._" - }, - "fullyImplemented": true, - "id": 4083, - "linearizedBaseContracts": [ - 4083 - ], - "name": "Errors", - "nameLocation": "419:6:16", - "nodeType": "ContractDefinition", - "nodes": [ - { - "documentation": { - "id": 4065, - "nodeType": "StructuredDocumentation", - "src": "432:94:16", - "text": " @dev The ETH balance of the account is not enough to perform the operation." - }, - "errorSelector": "cf479181", - "id": 4071, - "name": "InsufficientBalance", - "nameLocation": "537:19:16", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 4070, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4067, - "mutability": "mutable", - "name": "balance", - "nameLocation": "565:7:16", - "nodeType": "VariableDeclaration", - "scope": 4071, - "src": "557:15:16", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4066, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "557:7:16", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4069, - "mutability": "mutable", - "name": "needed", - "nameLocation": "582:6:16", - "nodeType": "VariableDeclaration", - "scope": 4071, - "src": "574:14:16", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4068, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "574:7:16", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "556:33:16" - }, - "src": "531:59:16" - }, - { - "documentation": { - "id": 4072, - "nodeType": "StructuredDocumentation", - "src": "596:89:16", - "text": " @dev A call to an address target failed. The target may have reverted." - }, - "errorSelector": "d6bda275", - "id": 4074, - "name": "FailedCall", - "nameLocation": "696:10:16", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 4073, - "nodeType": "ParameterList", - "parameters": [], - "src": "706:2:16" - }, - "src": "690:19:16" - }, - { - "documentation": { - "id": 4075, - "nodeType": "StructuredDocumentation", - "src": "715:46:16", - "text": " @dev The deployment failed." - }, - "errorSelector": "b06ebf3d", - "id": 4077, - "name": "FailedDeployment", - "nameLocation": "772:16:16", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 4076, - "nodeType": "ParameterList", - "parameters": [], - "src": "788:2:16" - }, - "src": "766:25:16" - }, - { - "documentation": { - "id": 4078, - "nodeType": "StructuredDocumentation", - "src": "797:58:16", - "text": " @dev A necessary precompile is missing." - }, - "errorSelector": "42b01bce", - "id": 4082, - "name": "MissingPrecompile", - "nameLocation": "866:17:16", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 4081, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4080, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4082, - "src": "884:7:16", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4079, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "884:7:16", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "883:9:16" - }, - "src": "860:33:16" - } - ], - "scope": 4084, - "src": "411:484:16", - "usedErrors": [ - 4071, - 4074, - 4077, - 4082 - ], - "usedEvents": [] - } - ], - "src": "100:796:16" - }, - "id": 16 - }, - "@openzeppelin/contracts/utils/Panic.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/Panic.sol", - "exportedSymbols": { - "Panic": [ - 4135 - ] - }, - "id": 4136, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 4085, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "99:24:17" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "Panic", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 4086, - "nodeType": "StructuredDocumentation", - "src": "125:489:17", - "text": " @dev Helper library for emitting standardized panic codes.\n ```solidity\n contract Example {\n using Panic for uint256;\n // Use any of the declared internal constants\n function foo() { Panic.GENERIC.panic(); }\n // Alternatively\n function foo() { Panic.panic(Panic.GENERIC); }\n }\n ```\n Follows the list from https://github.com/ethereum/solidity/blob/v0.8.24/libsolutil/ErrorCodes.h[libsolutil].\n _Available since v5.1._" - }, - "fullyImplemented": true, - "id": 4135, - "linearizedBaseContracts": [ - 4135 - ], - "name": "Panic", - "nameLocation": "665:5:17", - "nodeType": "ContractDefinition", - "nodes": [ - { - "constant": true, - "documentation": { - "id": 4087, - "nodeType": "StructuredDocumentation", - "src": "677:36:17", - "text": "@dev generic / unspecified error" - }, - "id": 4090, - "mutability": "constant", - "name": "GENERIC", - "nameLocation": "744:7:17", - "nodeType": "VariableDeclaration", - "scope": 4135, - "src": "718:40:17", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4088, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "718:7:17", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "value": { - "hexValue": "30783030", - "id": 4089, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "754:4:17", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0x00" - }, - "visibility": "internal" - }, - { - "constant": true, - "documentation": { - "id": 4091, - "nodeType": "StructuredDocumentation", - "src": "764:37:17", - "text": "@dev used by the assert() builtin" - }, - "id": 4094, - "mutability": "constant", - "name": "ASSERT", - "nameLocation": "832:6:17", - "nodeType": "VariableDeclaration", - "scope": 4135, - "src": "806:39:17", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4092, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "806:7:17", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "value": { - "hexValue": "30783031", - "id": 4093, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "841:4:17", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "0x01" - }, - "visibility": "internal" - }, - { - "constant": true, - "documentation": { - "id": 4095, - "nodeType": "StructuredDocumentation", - "src": "851:41:17", - "text": "@dev arithmetic underflow or overflow" - }, - "id": 4098, - "mutability": "constant", - "name": "UNDER_OVERFLOW", - "nameLocation": "923:14:17", - "nodeType": "VariableDeclaration", - "scope": 4135, - "src": "897:47:17", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4096, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "897:7:17", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "value": { - "hexValue": "30783131", - "id": 4097, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "940:4:17", - "typeDescriptions": { - "typeIdentifier": "t_rational_17_by_1", - "typeString": "int_const 17" - }, - "value": "0x11" - }, - "visibility": "internal" - }, - { - "constant": true, - "documentation": { - "id": 4099, - "nodeType": "StructuredDocumentation", - "src": "950:35:17", - "text": "@dev division or modulo by zero" - }, - "id": 4102, - "mutability": "constant", - "name": "DIVISION_BY_ZERO", - "nameLocation": "1016:16:17", - "nodeType": "VariableDeclaration", - "scope": 4135, - "src": "990:49:17", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4100, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "990:7:17", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "value": { - "hexValue": "30783132", - "id": 4101, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1035:4:17", - "typeDescriptions": { - "typeIdentifier": "t_rational_18_by_1", - "typeString": "int_const 18" - }, - "value": "0x12" - }, - "visibility": "internal" - }, - { - "constant": true, - "documentation": { - "id": 4103, - "nodeType": "StructuredDocumentation", - "src": "1045:30:17", - "text": "@dev enum conversion error" - }, - "id": 4106, - "mutability": "constant", - "name": "ENUM_CONVERSION_ERROR", - "nameLocation": "1106:21:17", - "nodeType": "VariableDeclaration", - "scope": 4135, - "src": "1080:54:17", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4104, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1080:7:17", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "value": { - "hexValue": "30783231", - "id": 4105, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1130:4:17", - "typeDescriptions": { - "typeIdentifier": "t_rational_33_by_1", - "typeString": "int_const 33" - }, - "value": "0x21" - }, - "visibility": "internal" - }, - { - "constant": true, - "documentation": { - "id": 4107, - "nodeType": "StructuredDocumentation", - "src": "1140:36:17", - "text": "@dev invalid encoding in storage" - }, - "id": 4110, - "mutability": "constant", - "name": "STORAGE_ENCODING_ERROR", - "nameLocation": "1207:22:17", - "nodeType": "VariableDeclaration", - "scope": 4135, - "src": "1181:55:17", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4108, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1181:7:17", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "value": { - "hexValue": "30783232", - "id": 4109, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1232:4:17", - "typeDescriptions": { - "typeIdentifier": "t_rational_34_by_1", - "typeString": "int_const 34" - }, - "value": "0x22" - }, - "visibility": "internal" - }, - { - "constant": true, - "documentation": { - "id": 4111, - "nodeType": "StructuredDocumentation", - "src": "1242:24:17", - "text": "@dev empty array pop" - }, - "id": 4114, - "mutability": "constant", - "name": "EMPTY_ARRAY_POP", - "nameLocation": "1297:15:17", - "nodeType": "VariableDeclaration", - "scope": 4135, - "src": "1271:48:17", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4112, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1271:7:17", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "value": { - "hexValue": "30783331", - "id": 4113, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1315:4:17", - "typeDescriptions": { - "typeIdentifier": "t_rational_49_by_1", - "typeString": "int_const 49" - }, - "value": "0x31" - }, - "visibility": "internal" - }, - { - "constant": true, - "documentation": { - "id": 4115, - "nodeType": "StructuredDocumentation", - "src": "1325:35:17", - "text": "@dev array out of bounds access" - }, - "id": 4118, - "mutability": "constant", - "name": "ARRAY_OUT_OF_BOUNDS", - "nameLocation": "1391:19:17", - "nodeType": "VariableDeclaration", - "scope": 4135, - "src": "1365:52:17", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4116, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1365:7:17", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "value": { - "hexValue": "30783332", - "id": 4117, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1413:4:17", - "typeDescriptions": { - "typeIdentifier": "t_rational_50_by_1", - "typeString": "int_const 50" - }, - "value": "0x32" - }, - "visibility": "internal" - }, - { - "constant": true, - "documentation": { - "id": 4119, - "nodeType": "StructuredDocumentation", - "src": "1423:65:17", - "text": "@dev resource error (too large allocation or too large array)" - }, - "id": 4122, - "mutability": "constant", - "name": "RESOURCE_ERROR", - "nameLocation": "1519:14:17", - "nodeType": "VariableDeclaration", - "scope": 4135, - "src": "1493:47:17", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4120, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1493:7:17", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "value": { - "hexValue": "30783431", - "id": 4121, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1536:4:17", - "typeDescriptions": { - "typeIdentifier": "t_rational_65_by_1", - "typeString": "int_const 65" - }, - "value": "0x41" - }, - "visibility": "internal" - }, - { - "constant": true, - "documentation": { - "id": 4123, - "nodeType": "StructuredDocumentation", - "src": "1546:42:17", - "text": "@dev calling invalid internal function" - }, - "id": 4126, - "mutability": "constant", - "name": "INVALID_INTERNAL_FUNCTION", - "nameLocation": "1619:25:17", - "nodeType": "VariableDeclaration", - "scope": 4135, - "src": "1593:58:17", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4124, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1593:7:17", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "value": { - "hexValue": "30783531", - "id": 4125, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1647:4:17", - "typeDescriptions": { - "typeIdentifier": "t_rational_81_by_1", - "typeString": "int_const 81" - }, - "value": "0x51" - }, - "visibility": "internal" - }, - { - "body": { - "id": 4133, - "nodeType": "Block", - "src": "1819:151:17", - "statements": [ - { - "AST": { - "nativeSrc": "1854:110:17", - "nodeType": "YulBlock", - "src": "1854:110:17", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1875:4:17", - "nodeType": "YulLiteral", - "src": "1875:4:17", - "type": "", - "value": "0x00" - }, - { - "kind": "number", - "nativeSrc": "1881:10:17", - "nodeType": "YulLiteral", - "src": "1881:10:17", - "type": "", - "value": "0x4e487b71" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1868:6:17", - "nodeType": "YulIdentifier", - "src": "1868:6:17" - }, - "nativeSrc": "1868:24:17", - "nodeType": "YulFunctionCall", - "src": "1868:24:17" - }, - "nativeSrc": "1868:24:17", - "nodeType": "YulExpressionStatement", - "src": "1868:24:17" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1912:4:17", - "nodeType": "YulLiteral", - "src": "1912:4:17", - "type": "", - "value": "0x20" - }, - { - "name": "code", - "nativeSrc": "1918:4:17", - "nodeType": "YulIdentifier", - "src": "1918:4:17" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1905:6:17", - "nodeType": "YulIdentifier", - "src": "1905:6:17" - }, - "nativeSrc": "1905:18:17", - "nodeType": "YulFunctionCall", - "src": "1905:18:17" - }, - "nativeSrc": "1905:18:17", - "nodeType": "YulExpressionStatement", - "src": "1905:18:17" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1943:4:17", - "nodeType": "YulLiteral", - "src": "1943:4:17", - "type": "", - "value": "0x1c" - }, - { - "kind": "number", - "nativeSrc": "1949:4:17", - "nodeType": "YulLiteral", - "src": "1949:4:17", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1936:6:17", - "nodeType": "YulIdentifier", - "src": "1936:6:17" - }, - "nativeSrc": "1936:18:17", - "nodeType": "YulFunctionCall", - "src": "1936:18:17" - }, - "nativeSrc": "1936:18:17", - "nodeType": "YulExpressionStatement", - "src": "1936:18:17" - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 4129, - "isOffset": false, - "isSlot": false, - "src": "1918:4:17", - "valueSize": 1 - } - ], - "flags": [ - "memory-safe" - ], - "id": 4132, - "nodeType": "InlineAssembly", - "src": "1829:135:17" - } - ] - }, - "documentation": { - "id": 4127, - "nodeType": "StructuredDocumentation", - "src": "1658:113:17", - "text": "@dev Reverts with a panic code. Recommended to use with\n the internal constants with predefined codes." - }, - "id": 4134, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "panic", - "nameLocation": "1785:5:17", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4130, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4129, - "mutability": "mutable", - "name": "code", - "nameLocation": "1799:4:17", - "nodeType": "VariableDeclaration", - "scope": 4134, - "src": "1791:12:17", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4128, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1791:7:17", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1790:14:17" - }, - "returnParameters": { - "id": 4131, - "nodeType": "ParameterList", - "parameters": [], - "src": "1819:0:17" - }, - "scope": 4135, - "src": "1776:194:17", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 4136, - "src": "657:1315:17", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "99:1874:17" - }, - "id": 17 - }, - "@openzeppelin/contracts/utils/math/Math.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/math/Math.sol", - "exportedSymbols": { - "Math": [ - 5741 - ], - "Panic": [ - 4135 - ], - "SafeCast": [ - 7506 - ] - }, - "id": 5742, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 4137, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "103:24:18" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/Panic.sol", - "file": "../Panic.sol", - "id": 4139, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 5742, - "sourceUnit": 4136, - "src": "129:35:18", - "symbolAliases": [ - { - "foreign": { - "id": 4138, - "name": "Panic", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4135, - "src": "137:5:18", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/math/SafeCast.sol", - "file": "./SafeCast.sol", - "id": 4141, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 5742, - "sourceUnit": 7507, - "src": "165:40:18", - "symbolAliases": [ - { - "foreign": { - "id": 4140, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "173:8:18", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "Math", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 4142, - "nodeType": "StructuredDocumentation", - "src": "207:73:18", - "text": " @dev Standard math utilities missing in the Solidity language." - }, - "fullyImplemented": true, - "id": 5741, - "linearizedBaseContracts": [ - 5741 - ], - "name": "Math", - "nameLocation": "289:4:18", - "nodeType": "ContractDefinition", - "nodes": [ - { - "canonicalName": "Math.Rounding", - "id": 4147, - "members": [ - { - "id": 4143, - "name": "Floor", - "nameLocation": "324:5:18", - "nodeType": "EnumValue", - "src": "324:5:18" - }, - { - "id": 4144, - "name": "Ceil", - "nameLocation": "367:4:18", - "nodeType": "EnumValue", - "src": "367:4:18" - }, - { - "id": 4145, - "name": "Trunc", - "nameLocation": "409:5:18", - "nodeType": "EnumValue", - "src": "409:5:18" - }, - { - "id": 4146, - "name": "Expand", - "nameLocation": "439:6:18", - "nodeType": "EnumValue", - "src": "439:6:18" - } - ], - "name": "Rounding", - "nameLocation": "305:8:18", - "nodeType": "EnumDefinition", - "src": "300:169:18" - }, - { - "body": { - "id": 4178, - "nodeType": "Block", - "src": "677:140:18", - "statements": [ - { - "id": 4177, - "nodeType": "UncheckedBlock", - "src": "687:124:18", - "statements": [ - { - "assignments": [ - 4160 - ], - "declarations": [ - { - "constant": false, - "id": 4160, - "mutability": "mutable", - "name": "c", - "nameLocation": "719:1:18", - "nodeType": "VariableDeclaration", - "scope": 4177, - "src": "711:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4159, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "711:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4164, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4163, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4161, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4150, - "src": "723:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "id": 4162, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4152, - "src": "727:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "723:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "711:17:18" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4167, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4165, - "name": "c", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4160, - "src": "746:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 4166, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4150, - "src": "750:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "746:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4172, - "nodeType": "IfStatement", - "src": "742:28:18", - "trueBody": { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 4168, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "761:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 4169, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "768:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 4170, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "760:10:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 4158, - "id": 4171, - "nodeType": "Return", - "src": "753:17:18" - } - }, - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 4173, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "792:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "id": 4174, - "name": "c", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4160, - "src": "798:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4175, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "791:9:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", - "typeString": "tuple(bool,uint256)" - } - }, - "functionReturnParameters": 4158, - "id": 4176, - "nodeType": "Return", - "src": "784:16:18" - } - ] - } - ] - }, - "documentation": { - "id": 4148, - "nodeType": "StructuredDocumentation", - "src": "475:106:18", - "text": " @dev Returns the addition of two unsigned integers, with an success flag (no overflow)." - }, - "id": 4179, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "tryAdd", - "nameLocation": "595:6:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4153, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4150, - "mutability": "mutable", - "name": "a", - "nameLocation": "610:1:18", - "nodeType": "VariableDeclaration", - "scope": 4179, - "src": "602:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4149, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "602:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4152, - "mutability": "mutable", - "name": "b", - "nameLocation": "621:1:18", - "nodeType": "VariableDeclaration", - "scope": 4179, - "src": "613:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4151, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "613:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "601:22:18" - }, - "returnParameters": { - "id": 4158, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4155, - "mutability": "mutable", - "name": "success", - "nameLocation": "652:7:18", - "nodeType": "VariableDeclaration", - "scope": 4179, - "src": "647:12:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4154, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "647:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4157, - "mutability": "mutable", - "name": "result", - "nameLocation": "669:6:18", - "nodeType": "VariableDeclaration", - "scope": 4179, - "src": "661:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4156, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "661:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "646:30:18" - }, - "scope": 5741, - "src": "586:231:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4206, - "nodeType": "Block", - "src": "1028:113:18", - "statements": [ - { - "id": 4205, - "nodeType": "UncheckedBlock", - "src": "1038:97:18", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4193, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4191, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4184, - "src": "1066:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "id": 4192, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4182, - "src": "1070:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1066:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4198, - "nodeType": "IfStatement", - "src": "1062:28:18", - "trueBody": { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 4194, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1081:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 4195, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1088:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 4196, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1080:10:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 4190, - "id": 4197, - "nodeType": "Return", - "src": "1073:17:18" - } - }, - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 4199, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1112:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4202, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4200, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4182, - "src": "1118:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "id": 4201, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4184, - "src": "1122:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1118:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4203, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1111:13:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", - "typeString": "tuple(bool,uint256)" - } - }, - "functionReturnParameters": 4190, - "id": 4204, - "nodeType": "Return", - "src": "1104:20:18" - } - ] - } - ] - }, - "documentation": { - "id": 4180, - "nodeType": "StructuredDocumentation", - "src": "823:109:18", - "text": " @dev Returns the subtraction of two unsigned integers, with an success flag (no overflow)." - }, - "id": 4207, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "trySub", - "nameLocation": "946:6:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4185, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4182, - "mutability": "mutable", - "name": "a", - "nameLocation": "961:1:18", - "nodeType": "VariableDeclaration", - "scope": 4207, - "src": "953:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4181, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "953:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4184, - "mutability": "mutable", - "name": "b", - "nameLocation": "972:1:18", - "nodeType": "VariableDeclaration", - "scope": 4207, - "src": "964:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4183, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "964:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "952:22:18" - }, - "returnParameters": { - "id": 4190, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4187, - "mutability": "mutable", - "name": "success", - "nameLocation": "1003:7:18", - "nodeType": "VariableDeclaration", - "scope": 4207, - "src": "998:12:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4186, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "998:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4189, - "mutability": "mutable", - "name": "result", - "nameLocation": "1020:6:18", - "nodeType": "VariableDeclaration", - "scope": 4207, - "src": "1012:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4188, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1012:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "997:30:18" - }, - "scope": 5741, - "src": "937:204:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4248, - "nodeType": "Block", - "src": "1355:417:18", - "statements": [ - { - "id": 4247, - "nodeType": "UncheckedBlock", - "src": "1365:401:18", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4221, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4219, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4210, - "src": "1623:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 4220, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1628:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "1623:6:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4226, - "nodeType": "IfStatement", - "src": "1619:28:18", - "trueBody": { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 4222, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1639:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "hexValue": "30", - "id": 4223, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1645:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 4224, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1638:9:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 4218, - "id": 4225, - "nodeType": "Return", - "src": "1631:16:18" - } - }, - { - "assignments": [ - 4228 - ], - "declarations": [ - { - "constant": false, - "id": 4228, - "mutability": "mutable", - "name": "c", - "nameLocation": "1669:1:18", - "nodeType": "VariableDeclaration", - "scope": 4247, - "src": "1661:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4227, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1661:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4232, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4231, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4229, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4210, - "src": "1673:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 4230, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4212, - "src": "1677:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1673:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "1661:17:18" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4237, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4235, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4233, - "name": "c", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4228, - "src": "1696:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 4234, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4210, - "src": "1700:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1696:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 4236, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4212, - "src": "1705:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1696:10:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4242, - "nodeType": "IfStatement", - "src": "1692:33:18", - "trueBody": { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 4238, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1716:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 4239, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1723:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 4240, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1715:10:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 4218, - "id": 4241, - "nodeType": "Return", - "src": "1708:17:18" - } - }, - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 4243, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1747:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "id": 4244, - "name": "c", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4228, - "src": "1753:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4245, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1746:9:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", - "typeString": "tuple(bool,uint256)" - } - }, - "functionReturnParameters": 4218, - "id": 4246, - "nodeType": "Return", - "src": "1739:16:18" - } - ] - } - ] - }, - "documentation": { - "id": 4208, - "nodeType": "StructuredDocumentation", - "src": "1147:112:18", - "text": " @dev Returns the multiplication of two unsigned integers, with an success flag (no overflow)." - }, - "id": 4249, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "tryMul", - "nameLocation": "1273:6:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4213, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4210, - "mutability": "mutable", - "name": "a", - "nameLocation": "1288:1:18", - "nodeType": "VariableDeclaration", - "scope": 4249, - "src": "1280:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4209, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1280:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4212, - "mutability": "mutable", - "name": "b", - "nameLocation": "1299:1:18", - "nodeType": "VariableDeclaration", - "scope": 4249, - "src": "1291:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4211, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1291:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1279:22:18" - }, - "returnParameters": { - "id": 4218, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4215, - "mutability": "mutable", - "name": "success", - "nameLocation": "1330:7:18", - "nodeType": "VariableDeclaration", - "scope": 4249, - "src": "1325:12:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4214, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1325:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4217, - "mutability": "mutable", - "name": "result", - "nameLocation": "1347:6:18", - "nodeType": "VariableDeclaration", - "scope": 4249, - "src": "1339:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4216, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1339:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1324:30:18" - }, - "scope": 5741, - "src": "1264:508:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4276, - "nodeType": "Block", - "src": "1987:114:18", - "statements": [ - { - "id": 4275, - "nodeType": "UncheckedBlock", - "src": "1997:98:18", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4263, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4261, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4254, - "src": "2025:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 4262, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2030:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "2025:6:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4268, - "nodeType": "IfStatement", - "src": "2021:29:18", - "trueBody": { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 4264, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2041:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 4265, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2048:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 4266, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "2040:10:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 4260, - "id": 4267, - "nodeType": "Return", - "src": "2033:17:18" - } - }, - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 4269, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2072:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4272, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4270, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4252, - "src": "2078:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 4271, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4254, - "src": "2082:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2078:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4273, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "2071:13:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", - "typeString": "tuple(bool,uint256)" - } - }, - "functionReturnParameters": 4260, - "id": 4274, - "nodeType": "Return", - "src": "2064:20:18" - } - ] - } - ] - }, - "documentation": { - "id": 4250, - "nodeType": "StructuredDocumentation", - "src": "1778:113:18", - "text": " @dev Returns the division of two unsigned integers, with a success flag (no division by zero)." - }, - "id": 4277, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "tryDiv", - "nameLocation": "1905:6:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4255, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4252, - "mutability": "mutable", - "name": "a", - "nameLocation": "1920:1:18", - "nodeType": "VariableDeclaration", - "scope": 4277, - "src": "1912:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4251, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1912:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4254, - "mutability": "mutable", - "name": "b", - "nameLocation": "1931:1:18", - "nodeType": "VariableDeclaration", - "scope": 4277, - "src": "1923:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4253, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1923:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1911:22:18" - }, - "returnParameters": { - "id": 4260, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4257, - "mutability": "mutable", - "name": "success", - "nameLocation": "1962:7:18", - "nodeType": "VariableDeclaration", - "scope": 4277, - "src": "1957:12:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4256, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1957:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4259, - "mutability": "mutable", - "name": "result", - "nameLocation": "1979:6:18", - "nodeType": "VariableDeclaration", - "scope": 4277, - "src": "1971:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4258, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1971:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1956:30:18" - }, - "scope": 5741, - "src": "1896:205:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4304, - "nodeType": "Block", - "src": "2326:114:18", - "statements": [ - { - "id": 4303, - "nodeType": "UncheckedBlock", - "src": "2336:98:18", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4291, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4289, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4282, - "src": "2364:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 4290, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2369:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "2364:6:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4296, - "nodeType": "IfStatement", - "src": "2360:29:18", - "trueBody": { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 4292, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2380:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 4293, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2387:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 4294, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "2379:10:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 4288, - "id": 4295, - "nodeType": "Return", - "src": "2372:17:18" - } - }, - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 4297, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2411:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4300, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4298, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4280, - "src": "2417:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "%", - "rightExpression": { - "id": 4299, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4282, - "src": "2421:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2417:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4301, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "2410:13:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", - "typeString": "tuple(bool,uint256)" - } - }, - "functionReturnParameters": 4288, - "id": 4302, - "nodeType": "Return", - "src": "2403:20:18" - } - ] - } - ] - }, - "documentation": { - "id": 4278, - "nodeType": "StructuredDocumentation", - "src": "2107:123:18", - "text": " @dev Returns the remainder of dividing two unsigned integers, with a success flag (no division by zero)." - }, - "id": 4305, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "tryMod", - "nameLocation": "2244:6:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4283, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4280, - "mutability": "mutable", - "name": "a", - "nameLocation": "2259:1:18", - "nodeType": "VariableDeclaration", - "scope": 4305, - "src": "2251:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4279, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2251:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4282, - "mutability": "mutable", - "name": "b", - "nameLocation": "2270:1:18", - "nodeType": "VariableDeclaration", - "scope": 4305, - "src": "2262:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4281, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2262:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2250:22:18" - }, - "returnParameters": { - "id": 4288, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4285, - "mutability": "mutable", - "name": "success", - "nameLocation": "2301:7:18", - "nodeType": "VariableDeclaration", - "scope": 4305, - "src": "2296:12:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4284, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "2296:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4287, - "mutability": "mutable", - "name": "result", - "nameLocation": "2318:6:18", - "nodeType": "VariableDeclaration", - "scope": 4305, - "src": "2310:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4286, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2310:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2295:30:18" - }, - "scope": 5741, - "src": "2235:205:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4331, - "nodeType": "Block", - "src": "2912:207:18", - "statements": [ - { - "id": 4330, - "nodeType": "UncheckedBlock", - "src": "2922:191:18", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4328, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4317, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4312, - "src": "3060:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "^", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4326, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4320, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4318, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4310, - "src": "3066:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "^", - "rightExpression": { - "id": 4319, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4312, - "src": "3070:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3066:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4321, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "3065:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "arguments": [ - { - "id": 4324, - "name": "condition", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4308, - "src": "3091:9:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 4322, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "3075:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 4323, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3084:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "3075:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 4325, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3075:26:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3065:36:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4327, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "3064:38:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3060:42:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 4316, - "id": 4329, - "nodeType": "Return", - "src": "3053:49:18" - } - ] - } - ] - }, - "documentation": { - "id": 4306, - "nodeType": "StructuredDocumentation", - "src": "2446:374:18", - "text": " @dev Branchless ternary evaluation for `a ? b : c`. Gas costs are constant.\n IMPORTANT: This function may reduce bytecode size and consume less gas when used standalone.\n However, the compiler may optimize Solidity ternary operations (i.e. `a ? b : c`) to only compute\n one branch when needed, making this function more expensive." - }, - "id": 4332, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "ternary", - "nameLocation": "2834:7:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4313, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4308, - "mutability": "mutable", - "name": "condition", - "nameLocation": "2847:9:18", - "nodeType": "VariableDeclaration", - "scope": 4332, - "src": "2842:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4307, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "2842:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4310, - "mutability": "mutable", - "name": "a", - "nameLocation": "2866:1:18", - "nodeType": "VariableDeclaration", - "scope": 4332, - "src": "2858:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4309, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2858:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4312, - "mutability": "mutable", - "name": "b", - "nameLocation": "2877:1:18", - "nodeType": "VariableDeclaration", - "scope": 4332, - "src": "2869:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4311, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2869:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2841:38:18" - }, - "returnParameters": { - "id": 4316, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4315, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4332, - "src": "2903:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4314, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2903:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2902:9:18" - }, - "scope": 5741, - "src": "2825:294:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4350, - "nodeType": "Block", - "src": "3256:44:18", - "statements": [ - { - "expression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4345, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4343, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4335, - "src": "3281:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "id": 4344, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4337, - "src": "3285:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3281:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 4346, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4335, - "src": "3288:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 4347, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4337, - "src": "3291:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 4342, - "name": "ternary", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4332, - "src": "3273:7:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (bool,uint256,uint256) pure returns (uint256)" - } - }, - "id": 4348, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3273:20:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 4341, - "id": 4349, - "nodeType": "Return", - "src": "3266:27:18" - } - ] - }, - "documentation": { - "id": 4333, - "nodeType": "StructuredDocumentation", - "src": "3125:59:18", - "text": " @dev Returns the largest of two numbers." - }, - "id": 4351, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "max", - "nameLocation": "3198:3:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4338, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4335, - "mutability": "mutable", - "name": "a", - "nameLocation": "3210:1:18", - "nodeType": "VariableDeclaration", - "scope": 4351, - "src": "3202:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4334, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3202:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4337, - "mutability": "mutable", - "name": "b", - "nameLocation": "3221:1:18", - "nodeType": "VariableDeclaration", - "scope": 4351, - "src": "3213:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4336, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3213:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3201:22:18" - }, - "returnParameters": { - "id": 4341, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4340, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4351, - "src": "3247:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4339, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3247:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3246:9:18" - }, - "scope": 5741, - "src": "3189:111:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4369, - "nodeType": "Block", - "src": "3438:44:18", - "statements": [ - { - "expression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4364, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4362, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4354, - "src": "3463:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 4363, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4356, - "src": "3467:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3463:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 4365, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4354, - "src": "3470:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 4366, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4356, - "src": "3473:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 4361, - "name": "ternary", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4332, - "src": "3455:7:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (bool,uint256,uint256) pure returns (uint256)" - } - }, - "id": 4367, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3455:20:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 4360, - "id": 4368, - "nodeType": "Return", - "src": "3448:27:18" - } - ] - }, - "documentation": { - "id": 4352, - "nodeType": "StructuredDocumentation", - "src": "3306:60:18", - "text": " @dev Returns the smallest of two numbers." - }, - "id": 4370, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "min", - "nameLocation": "3380:3:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4357, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4354, - "mutability": "mutable", - "name": "a", - "nameLocation": "3392:1:18", - "nodeType": "VariableDeclaration", - "scope": 4370, - "src": "3384:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4353, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3384:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4356, - "mutability": "mutable", - "name": "b", - "nameLocation": "3403:1:18", - "nodeType": "VariableDeclaration", - "scope": 4370, - "src": "3395:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4355, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3395:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3383:22:18" - }, - "returnParameters": { - "id": 4360, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4359, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4370, - "src": "3429:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4358, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3429:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3428:9:18" - }, - "scope": 5741, - "src": "3371:111:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4392, - "nodeType": "Block", - "src": "3666:82:18", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4390, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4382, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4380, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4373, - "src": "3721:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "&", - "rightExpression": { - "id": 4381, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4375, - "src": "3725:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3721:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4383, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "3720:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4389, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4386, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4384, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4373, - "src": "3731:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "^", - "rightExpression": { - "id": 4385, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4375, - "src": "3735:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3731:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4387, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "3730:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "hexValue": "32", - "id": 4388, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3740:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "3730:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3720:21:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 4379, - "id": 4391, - "nodeType": "Return", - "src": "3713:28:18" - } - ] - }, - "documentation": { - "id": 4371, - "nodeType": "StructuredDocumentation", - "src": "3488:102:18", - "text": " @dev Returns the average of two numbers. The result is rounded towards\n zero." - }, - "id": 4393, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "average", - "nameLocation": "3604:7:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4376, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4373, - "mutability": "mutable", - "name": "a", - "nameLocation": "3620:1:18", - "nodeType": "VariableDeclaration", - "scope": 4393, - "src": "3612:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4372, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3612:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4375, - "mutability": "mutable", - "name": "b", - "nameLocation": "3631:1:18", - "nodeType": "VariableDeclaration", - "scope": 4393, - "src": "3623:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4374, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3623:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3611:22:18" - }, - "returnParameters": { - "id": 4379, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4378, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4393, - "src": "3657:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4377, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3657:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3656:9:18" - }, - "scope": 5741, - "src": "3595:153:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4433, - "nodeType": "Block", - "src": "4040:633:18", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4405, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4403, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4398, - "src": "4054:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 4404, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4059:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "4054:6:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4414, - "nodeType": "IfStatement", - "src": "4050:150:18", - "trueBody": { - "id": 4413, - "nodeType": "Block", - "src": "4062:138:18", - "statements": [ - { - "expression": { - "arguments": [ - { - "expression": { - "id": 4409, - "name": "Panic", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4135, - "src": "4166:5:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Panic_$4135_$", - "typeString": "type(library Panic)" - } - }, - "id": 4410, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "4172:16:18", - "memberName": "DIVISION_BY_ZERO", - "nodeType": "MemberAccess", - "referencedDeclaration": 4102, - "src": "4166:22:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 4406, - "name": "Panic", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4135, - "src": "4154:5:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Panic_$4135_$", - "typeString": "type(library Panic)" - } - }, - "id": 4408, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4160:5:18", - "memberName": "panic", - "nodeType": "MemberAccess", - "referencedDeclaration": 4134, - "src": "4154:11:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$__$", - "typeString": "function (uint256) pure" - } - }, - "id": 4411, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4154:35:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4412, - "nodeType": "ExpressionStatement", - "src": "4154:35:18" - } - ] - } - }, - { - "id": 4432, - "nodeType": "UncheckedBlock", - "src": "4583:84:18", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4430, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4419, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4417, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4396, - "src": "4630:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 4418, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4634:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "4630:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 4415, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "4614:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 4416, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4623:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "4614:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 4420, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4614:22:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4428, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4426, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4423, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4421, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4396, - "src": "4641:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 4422, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4645:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "4641:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4424, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "4640:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 4425, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4398, - "src": "4650:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "4640:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "hexValue": "31", - "id": 4427, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4654:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "4640:15:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4429, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "4639:17:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "4614:42:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 4402, - "id": 4431, - "nodeType": "Return", - "src": "4607:49:18" - } - ] - } - ] - }, - "documentation": { - "id": 4394, - "nodeType": "StructuredDocumentation", - "src": "3754:210:18", - "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": 4434, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "ceilDiv", - "nameLocation": "3978:7:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4399, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4396, - "mutability": "mutable", - "name": "a", - "nameLocation": "3994:1:18", - "nodeType": "VariableDeclaration", - "scope": 4434, - "src": "3986:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4395, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3986:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4398, - "mutability": "mutable", - "name": "b", - "nameLocation": "4005:1:18", - "nodeType": "VariableDeclaration", - "scope": 4434, - "src": "3997:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4397, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3997:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3985:22:18" - }, - "returnParameters": { - "id": 4402, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4401, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4434, - "src": "4031:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4400, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "4031:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "4030:9:18" - }, - "scope": 5741, - "src": "3969:704:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4570, - "nodeType": "Block", - "src": "5094:4128:18", - "statements": [ - { - "id": 4569, - "nodeType": "UncheckedBlock", - "src": "5104:4112:18", - "statements": [ - { - "assignments": [ - 4447 - ], - "declarations": [ - { - "constant": false, - "id": 4447, - "mutability": "mutable", - "name": "prod0", - "nameLocation": "5441:5:18", - "nodeType": "VariableDeclaration", - "scope": 4569, - "src": "5433:13:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4446, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5433:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4451, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4450, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4448, - "name": "x", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4437, - "src": "5449:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 4449, - "name": "y", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4439, - "src": "5453:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "5449:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "5433:21:18" - }, - { - "assignments": [ - 4453 - ], - "declarations": [ - { - "constant": false, - "id": 4453, - "mutability": "mutable", - "name": "prod1", - "nameLocation": "5521:5:18", - "nodeType": "VariableDeclaration", - "scope": 4569, - "src": "5513:13:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4452, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5513:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4454, - "nodeType": "VariableDeclarationStatement", - "src": "5513:13:18" - }, - { - "AST": { - "nativeSrc": "5593:122:18", - "nodeType": "YulBlock", - "src": "5593:122:18", - "statements": [ - { - "nativeSrc": "5611:30:18", - "nodeType": "YulVariableDeclaration", - "src": "5611:30:18", - "value": { - "arguments": [ - { - "name": "x", - "nativeSrc": "5628:1:18", - "nodeType": "YulIdentifier", - "src": "5628:1:18" - }, - { - "name": "y", - "nativeSrc": "5631:1:18", - "nodeType": "YulIdentifier", - "src": "5631:1:18" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5638:1:18", - "nodeType": "YulLiteral", - "src": "5638:1:18", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "5634:3:18", - "nodeType": "YulIdentifier", - "src": "5634:3:18" - }, - "nativeSrc": "5634:6:18", - "nodeType": "YulFunctionCall", - "src": "5634:6:18" - } - ], - "functionName": { - "name": "mulmod", - "nativeSrc": "5621:6:18", - "nodeType": "YulIdentifier", - "src": "5621:6:18" - }, - "nativeSrc": "5621:20:18", - "nodeType": "YulFunctionCall", - "src": "5621:20:18" - }, - "variables": [ - { - "name": "mm", - "nativeSrc": "5615:2:18", - "nodeType": "YulTypedName", - "src": "5615:2:18", - "type": "" - } - ] - }, - { - "nativeSrc": "5658:43:18", - "nodeType": "YulAssignment", - "src": "5658:43:18", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "mm", - "nativeSrc": "5675:2:18", - "nodeType": "YulIdentifier", - "src": "5675:2:18" - }, - { - "name": "prod0", - "nativeSrc": "5679:5:18", - "nodeType": "YulIdentifier", - "src": "5679:5:18" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5671:3:18", - "nodeType": "YulIdentifier", - "src": "5671:3:18" - }, - "nativeSrc": "5671:14:18", - "nodeType": "YulFunctionCall", - "src": "5671:14:18" - }, - { - "arguments": [ - { - "name": "mm", - "nativeSrc": "5690:2:18", - "nodeType": "YulIdentifier", - "src": "5690:2:18" - }, - { - "name": "prod0", - "nativeSrc": "5694:5:18", - "nodeType": "YulIdentifier", - "src": "5694:5:18" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "5687:2:18", - "nodeType": "YulIdentifier", - "src": "5687:2:18" - }, - "nativeSrc": "5687:13:18", - "nodeType": "YulFunctionCall", - "src": "5687:13:18" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5667:3:18", - "nodeType": "YulIdentifier", - "src": "5667:3:18" - }, - "nativeSrc": "5667:34:18", - "nodeType": "YulFunctionCall", - "src": "5667:34:18" - }, - "variableNames": [ - { - "name": "prod1", - "nativeSrc": "5658:5:18", - "nodeType": "YulIdentifier", - "src": "5658:5:18" - } - ] - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 4447, - "isOffset": false, - "isSlot": false, - "src": "5679:5:18", - "valueSize": 1 - }, - { - "declaration": 4447, - "isOffset": false, - "isSlot": false, - "src": "5694:5:18", - "valueSize": 1 - }, - { - "declaration": 4453, - "isOffset": false, - "isSlot": false, - "src": "5658:5:18", - "valueSize": 1 - }, - { - "declaration": 4437, - "isOffset": false, - "isSlot": false, - "src": "5628:1:18", - "valueSize": 1 - }, - { - "declaration": 4439, - "isOffset": false, - "isSlot": false, - "src": "5631:1:18", - "valueSize": 1 - } - ], - "id": 4455, - "nodeType": "InlineAssembly", - "src": "5584:131:18" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4458, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4456, - "name": "prod1", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4453, - "src": "5796:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 4457, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5805:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "5796:10:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4464, - "nodeType": "IfStatement", - "src": "5792:368:18", - "trueBody": { - "id": 4463, - "nodeType": "Block", - "src": "5808:352:18", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4461, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4459, - "name": "prod0", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4447, - "src": "6126:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 4460, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4441, - "src": "6134:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "6126:19:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 4445, - "id": 4462, - "nodeType": "Return", - "src": "6119:26:18" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4467, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4465, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4441, - "src": "6270:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<=", - "rightExpression": { - "id": 4466, - "name": "prod1", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4453, - "src": "6285:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "6270:20:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4483, - "nodeType": "IfStatement", - "src": "6266:143:18", - "trueBody": { - "id": 4482, - "nodeType": "Block", - "src": "6292:117:18", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4474, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4472, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4441, - "src": "6330:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 4473, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6345:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "6330:16:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "expression": { - "id": 4475, - "name": "Panic", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4135, - "src": "6348:5:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Panic_$4135_$", - "typeString": "type(library Panic)" - } - }, - "id": 4476, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "6354:16:18", - "memberName": "DIVISION_BY_ZERO", - "nodeType": "MemberAccess", - "referencedDeclaration": 4102, - "src": "6348:22:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "expression": { - "id": 4477, - "name": "Panic", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4135, - "src": "6372:5:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Panic_$4135_$", - "typeString": "type(library Panic)" - } - }, - "id": 4478, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "6378:14:18", - "memberName": "UNDER_OVERFLOW", - "nodeType": "MemberAccess", - "referencedDeclaration": 4098, - "src": "6372:20:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 4471, - "name": "ternary", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4332, - "src": "6322:7:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (bool,uint256,uint256) pure returns (uint256)" - } - }, - "id": 4479, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6322:71:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 4468, - "name": "Panic", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4135, - "src": "6310:5:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Panic_$4135_$", - "typeString": "type(library Panic)" - } - }, - "id": 4470, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6316:5:18", - "memberName": "panic", - "nodeType": "MemberAccess", - "referencedDeclaration": 4134, - "src": "6310:11:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$__$", - "typeString": "function (uint256) pure" - } - }, - "id": 4480, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6310:84:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4481, - "nodeType": "ExpressionStatement", - "src": "6310:84:18" - } - ] - } - }, - { - "assignments": [ - 4485 - ], - "declarations": [ - { - "constant": false, - "id": 4485, - "mutability": "mutable", - "name": "remainder", - "nameLocation": "6672:9:18", - "nodeType": "VariableDeclaration", - "scope": 4569, - "src": "6664:17:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4484, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "6664:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4486, - "nodeType": "VariableDeclarationStatement", - "src": "6664:17:18" - }, - { - "AST": { - "nativeSrc": "6704:291:18", - "nodeType": "YulBlock", - "src": "6704:291:18", - "statements": [ - { - "nativeSrc": "6773:38:18", - "nodeType": "YulAssignment", - "src": "6773:38:18", - "value": { - "arguments": [ - { - "name": "x", - "nativeSrc": "6793:1:18", - "nodeType": "YulIdentifier", - "src": "6793:1:18" - }, - { - "name": "y", - "nativeSrc": "6796:1:18", - "nodeType": "YulIdentifier", - "src": "6796:1:18" - }, - { - "name": "denominator", - "nativeSrc": "6799:11:18", - "nodeType": "YulIdentifier", - "src": "6799:11:18" - } - ], - "functionName": { - "name": "mulmod", - "nativeSrc": "6786:6:18", - "nodeType": "YulIdentifier", - "src": "6786:6:18" - }, - "nativeSrc": "6786:25:18", - "nodeType": "YulFunctionCall", - "src": "6786:25:18" - }, - "variableNames": [ - { - "name": "remainder", - "nativeSrc": "6773:9:18", - "nodeType": "YulIdentifier", - "src": "6773:9:18" - } - ] - }, - { - "nativeSrc": "6893:41:18", - "nodeType": "YulAssignment", - "src": "6893:41:18", - "value": { - "arguments": [ - { - "name": "prod1", - "nativeSrc": "6906:5:18", - "nodeType": "YulIdentifier", - "src": "6906:5:18" - }, - { - "arguments": [ - { - "name": "remainder", - "nativeSrc": "6916:9:18", - "nodeType": "YulIdentifier", - "src": "6916:9:18" - }, - { - "name": "prod0", - "nativeSrc": "6927:5:18", - "nodeType": "YulIdentifier", - "src": "6927:5:18" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "6913:2:18", - "nodeType": "YulIdentifier", - "src": "6913:2:18" - }, - "nativeSrc": "6913:20:18", - "nodeType": "YulFunctionCall", - "src": "6913:20:18" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6902:3:18", - "nodeType": "YulIdentifier", - "src": "6902:3:18" - }, - "nativeSrc": "6902:32:18", - "nodeType": "YulFunctionCall", - "src": "6902:32:18" - }, - "variableNames": [ - { - "name": "prod1", - "nativeSrc": "6893:5:18", - "nodeType": "YulIdentifier", - "src": "6893:5:18" - } - ] - }, - { - "nativeSrc": "6951:30:18", - "nodeType": "YulAssignment", - "src": "6951:30:18", - "value": { - "arguments": [ - { - "name": "prod0", - "nativeSrc": "6964:5:18", - "nodeType": "YulIdentifier", - "src": "6964:5:18" - }, - { - "name": "remainder", - "nativeSrc": "6971:9:18", - "nodeType": "YulIdentifier", - "src": "6971:9:18" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6960:3:18", - "nodeType": "YulIdentifier", - "src": "6960:3:18" - }, - "nativeSrc": "6960:21:18", - "nodeType": "YulFunctionCall", - "src": "6960:21:18" - }, - "variableNames": [ - { - "name": "prod0", - "nativeSrc": "6951:5:18", - "nodeType": "YulIdentifier", - "src": "6951:5:18" - } - ] - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 4441, - "isOffset": false, - "isSlot": false, - "src": "6799:11:18", - "valueSize": 1 - }, - { - "declaration": 4447, - "isOffset": false, - "isSlot": false, - "src": "6927:5:18", - "valueSize": 1 - }, - { - "declaration": 4447, - "isOffset": false, - "isSlot": false, - "src": "6951:5:18", - "valueSize": 1 - }, - { - "declaration": 4447, - "isOffset": false, - "isSlot": false, - "src": "6964:5:18", - "valueSize": 1 - }, - { - "declaration": 4453, - "isOffset": false, - "isSlot": false, - "src": "6893:5:18", - "valueSize": 1 - }, - { - "declaration": 4453, - "isOffset": false, - "isSlot": false, - "src": "6906:5:18", - "valueSize": 1 - }, - { - "declaration": 4485, - "isOffset": false, - "isSlot": false, - "src": "6773:9:18", - "valueSize": 1 - }, - { - "declaration": 4485, - "isOffset": false, - "isSlot": false, - "src": "6916:9:18", - "valueSize": 1 - }, - { - "declaration": 4485, - "isOffset": false, - "isSlot": false, - "src": "6971:9:18", - "valueSize": 1 - }, - { - "declaration": 4437, - "isOffset": false, - "isSlot": false, - "src": "6793:1:18", - "valueSize": 1 - }, - { - "declaration": 4439, - "isOffset": false, - "isSlot": false, - "src": "6796:1:18", - "valueSize": 1 - } - ], - "id": 4487, - "nodeType": "InlineAssembly", - "src": "6695:300:18" - }, - { - "assignments": [ - 4489 - ], - "declarations": [ - { - "constant": false, - "id": 4489, - "mutability": "mutable", - "name": "twos", - "nameLocation": "7207:4:18", - "nodeType": "VariableDeclaration", - "scope": 4569, - "src": "7199:12:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4488, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "7199:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4496, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4495, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4490, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4441, - "src": "7214:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "&", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4493, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "30", - "id": 4491, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7229:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "id": 4492, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4441, - "src": "7233:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7229:15:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4494, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "7228:17:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7214:31:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "7199:46:18" - }, - { - "AST": { - "nativeSrc": "7268:366:18", - "nodeType": "YulBlock", - "src": "7268:366:18", - "statements": [ - { - "nativeSrc": "7333:37:18", - "nodeType": "YulAssignment", - "src": "7333:37:18", - "value": { - "arguments": [ - { - "name": "denominator", - "nativeSrc": "7352:11:18", - "nodeType": "YulIdentifier", - "src": "7352:11:18" - }, - { - "name": "twos", - "nativeSrc": "7365:4:18", - "nodeType": "YulIdentifier", - "src": "7365:4:18" - } - ], - "functionName": { - "name": "div", - "nativeSrc": "7348:3:18", - "nodeType": "YulIdentifier", - "src": "7348:3:18" - }, - "nativeSrc": "7348:22:18", - "nodeType": "YulFunctionCall", - "src": "7348:22:18" - }, - "variableNames": [ - { - "name": "denominator", - "nativeSrc": "7333:11:18", - "nodeType": "YulIdentifier", - "src": "7333:11:18" - } - ] - }, - { - "nativeSrc": "7437:25:18", - "nodeType": "YulAssignment", - "src": "7437:25:18", - "value": { - "arguments": [ - { - "name": "prod0", - "nativeSrc": "7450:5:18", - "nodeType": "YulIdentifier", - "src": "7450:5:18" - }, - { - "name": "twos", - "nativeSrc": "7457:4:18", - "nodeType": "YulIdentifier", - "src": "7457:4:18" - } - ], - "functionName": { - "name": "div", - "nativeSrc": "7446:3:18", - "nodeType": "YulIdentifier", - "src": "7446:3:18" - }, - "nativeSrc": "7446:16:18", - "nodeType": "YulFunctionCall", - "src": "7446:16:18" - }, - "variableNames": [ - { - "name": "prod0", - "nativeSrc": "7437:5:18", - "nodeType": "YulIdentifier", - "src": "7437:5:18" - } - ] - }, - { - "nativeSrc": "7581:39:18", - "nodeType": "YulAssignment", - "src": "7581:39:18", - "value": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7601:1:18", - "nodeType": "YulLiteral", - "src": "7601:1:18", - "type": "", - "value": "0" - }, - { - "name": "twos", - "nativeSrc": "7604:4:18", - "nodeType": "YulIdentifier", - "src": "7604:4:18" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "7597:3:18", - "nodeType": "YulIdentifier", - "src": "7597:3:18" - }, - "nativeSrc": "7597:12:18", - "nodeType": "YulFunctionCall", - "src": "7597:12:18" - }, - { - "name": "twos", - "nativeSrc": "7611:4:18", - "nodeType": "YulIdentifier", - "src": "7611:4:18" - } - ], - "functionName": { - "name": "div", - "nativeSrc": "7593:3:18", - "nodeType": "YulIdentifier", - "src": "7593:3:18" - }, - "nativeSrc": "7593:23:18", - "nodeType": "YulFunctionCall", - "src": "7593:23:18" - }, - { - "kind": "number", - "nativeSrc": "7618:1:18", - "nodeType": "YulLiteral", - "src": "7618:1:18", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7589:3:18", - "nodeType": "YulIdentifier", - "src": "7589:3:18" - }, - "nativeSrc": "7589:31:18", - "nodeType": "YulFunctionCall", - "src": "7589:31:18" - }, - "variableNames": [ - { - "name": "twos", - "nativeSrc": "7581:4:18", - "nodeType": "YulIdentifier", - "src": "7581:4:18" - } - ] - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 4441, - "isOffset": false, - "isSlot": false, - "src": "7333:11:18", - "valueSize": 1 - }, - { - "declaration": 4441, - "isOffset": false, - "isSlot": false, - "src": "7352:11:18", - "valueSize": 1 - }, - { - "declaration": 4447, - "isOffset": false, - "isSlot": false, - "src": "7437:5:18", - "valueSize": 1 - }, - { - "declaration": 4447, - "isOffset": false, - "isSlot": false, - "src": "7450:5:18", - "valueSize": 1 - }, - { - "declaration": 4489, - "isOffset": false, - "isSlot": false, - "src": "7365:4:18", - "valueSize": 1 - }, - { - "declaration": 4489, - "isOffset": false, - "isSlot": false, - "src": "7457:4:18", - "valueSize": 1 - }, - { - "declaration": 4489, - "isOffset": false, - "isSlot": false, - "src": "7581:4:18", - "valueSize": 1 - }, - { - "declaration": 4489, - "isOffset": false, - "isSlot": false, - "src": "7604:4:18", - "valueSize": 1 - }, - { - "declaration": 4489, - "isOffset": false, - "isSlot": false, - "src": "7611:4:18", - "valueSize": 1 - } - ], - "id": 4497, - "nodeType": "InlineAssembly", - "src": "7259:375:18" - }, - { - "expression": { - "id": 4502, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4498, - "name": "prod0", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4447, - "src": "7700:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "|=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4501, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4499, - "name": "prod1", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4453, - "src": "7709:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 4500, - "name": "twos", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4489, - "src": "7717:4:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7709:12:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7700:21:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4503, - "nodeType": "ExpressionStatement", - "src": "7700:21:18" - }, - { - "assignments": [ - 4505 - ], - "declarations": [ - { - "constant": false, - "id": 4505, - "mutability": "mutable", - "name": "inverse", - "nameLocation": "8064:7:18", - "nodeType": "VariableDeclaration", - "scope": 4569, - "src": "8056:15:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4504, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "8056:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4512, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4511, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4508, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "33", - "id": 4506, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8075:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_3_by_1", - "typeString": "int_const 3" - }, - "value": "3" - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 4507, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4441, - "src": "8079:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8075:15:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4509, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "8074:17:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "^", - "rightExpression": { - "hexValue": "32", - "id": 4510, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8094:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "8074:21:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "8056:39:18" - }, - { - "expression": { - "id": 4519, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4513, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4505, - "src": "8312:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "*=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4518, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 4514, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8323:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4517, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4515, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4441, - "src": "8327:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 4516, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4505, - "src": "8341:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8327:21:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8323:25:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8312:36:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4520, - "nodeType": "ExpressionStatement", - "src": "8312:36:18" - }, - { - "expression": { - "id": 4527, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4521, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4505, - "src": "8382:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "*=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4526, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 4522, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8393:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4525, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4523, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4441, - "src": "8397:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 4524, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4505, - "src": "8411:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8397:21:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8393:25:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8382:36:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4528, - "nodeType": "ExpressionStatement", - "src": "8382:36:18" - }, - { - "expression": { - "id": 4535, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4529, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4505, - "src": "8454:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "*=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4534, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 4530, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8465:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4533, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4531, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4441, - "src": "8469:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 4532, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4505, - "src": "8483:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8469:21:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8465:25:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8454:36:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4536, - "nodeType": "ExpressionStatement", - "src": "8454:36:18" - }, - { - "expression": { - "id": 4543, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4537, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4505, - "src": "8525:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "*=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4542, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 4538, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8536:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4541, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4539, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4441, - "src": "8540:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 4540, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4505, - "src": "8554:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8540:21:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8536:25:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8525:36:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4544, - "nodeType": "ExpressionStatement", - "src": "8525:36:18" - }, - { - "expression": { - "id": 4551, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4545, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4505, - "src": "8598:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "*=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4550, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 4546, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8609:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4549, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4547, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4441, - "src": "8613:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 4548, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4505, - "src": "8627:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8613:21:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8609:25:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8598:36:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4552, - "nodeType": "ExpressionStatement", - "src": "8598:36:18" - }, - { - "expression": { - "id": 4559, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4553, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4505, - "src": "8672:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "*=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4558, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 4554, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8683:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4557, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4555, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4441, - "src": "8687:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 4556, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4505, - "src": "8701:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8687:21:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8683:25:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8672:36:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4560, - "nodeType": "ExpressionStatement", - "src": "8672:36:18" - }, - { - "expression": { - "id": 4565, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4561, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4444, - "src": "9154:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4564, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4562, - "name": "prod0", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4447, - "src": "9163:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 4563, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4505, - "src": "9171:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9163:15:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9154:24:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4566, - "nodeType": "ExpressionStatement", - "src": "9154:24:18" - }, - { - "expression": { - "id": 4567, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4444, - "src": "9199:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 4445, - "id": 4568, - "nodeType": "Return", - "src": "9192:13:18" - } - ] - } - ] - }, - "documentation": { - "id": 4435, - "nodeType": "StructuredDocumentation", - "src": "4679:312:18", - "text": " @dev Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or\n denominator == 0.\n 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": 4571, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "mulDiv", - "nameLocation": "5005:6:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4442, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4437, - "mutability": "mutable", - "name": "x", - "nameLocation": "5020:1:18", - "nodeType": "VariableDeclaration", - "scope": 4571, - "src": "5012:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4436, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5012:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4439, - "mutability": "mutable", - "name": "y", - "nameLocation": "5031:1:18", - "nodeType": "VariableDeclaration", - "scope": 4571, - "src": "5023:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4438, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5023:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4441, - "mutability": "mutable", - "name": "denominator", - "nameLocation": "5042:11:18", - "nodeType": "VariableDeclaration", - "scope": 4571, - "src": "5034:19:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4440, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5034:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "5011:43:18" - }, - "returnParameters": { - "id": 4445, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4444, - "mutability": "mutable", - "name": "result", - "nameLocation": "5086:6:18", - "nodeType": "VariableDeclaration", - "scope": 4571, - "src": "5078:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4443, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5078:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "5077:16:18" - }, - "scope": 5741, - "src": "4996:4226:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4607, - "nodeType": "Block", - "src": "9461:128:18", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4605, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 4587, - "name": "x", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4574, - "src": "9485:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 4588, - "name": "y", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4576, - "src": "9488:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 4589, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4578, - "src": "9491:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 4586, - "name": "mulDiv", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 4571, - 4608 - ], - "referencedDeclaration": 4571, - "src": "9478:6:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256,uint256,uint256) pure returns (uint256)" - } - }, - "id": 4590, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9478:25:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 4603, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 4594, - "name": "rounding", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4581, - "src": "9539:8:18", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - ], - "id": 4593, - "name": "unsignedRoundsUp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5740, - "src": "9522:16:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$4147_$returns$_t_bool_$", - "typeString": "function (enum Math.Rounding) pure returns (bool)" - } - }, - "id": 4595, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9522:26:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4602, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 4597, - "name": "x", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4574, - "src": "9559:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 4598, - "name": "y", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4576, - "src": "9562:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 4599, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4578, - "src": "9565:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 4596, - "name": "mulmod", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -16, - "src": "9552:6:18", - "typeDescriptions": { - "typeIdentifier": "t_function_mulmod_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256,uint256,uint256) pure returns (uint256)" - } - }, - "id": 4600, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9552:25:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 4601, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9580:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "9552:29:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "9522:59:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 4591, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "9506:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 4592, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9515:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "9506:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 4604, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9506:76:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9478:104:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 4585, - "id": 4606, - "nodeType": "Return", - "src": "9471:111:18" - } - ] - }, - "documentation": { - "id": 4572, - "nodeType": "StructuredDocumentation", - "src": "9228:118:18", - "text": " @dev Calculates x * y / denominator with full precision, following the selected rounding direction." - }, - "id": 4608, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "mulDiv", - "nameLocation": "9360:6:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4582, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4574, - "mutability": "mutable", - "name": "x", - "nameLocation": "9375:1:18", - "nodeType": "VariableDeclaration", - "scope": 4608, - "src": "9367:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4573, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "9367:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4576, - "mutability": "mutable", - "name": "y", - "nameLocation": "9386:1:18", - "nodeType": "VariableDeclaration", - "scope": 4608, - "src": "9378:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4575, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "9378:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4578, - "mutability": "mutable", - "name": "denominator", - "nameLocation": "9397:11:18", - "nodeType": "VariableDeclaration", - "scope": 4608, - "src": "9389:19:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4577, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "9389:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4581, - "mutability": "mutable", - "name": "rounding", - "nameLocation": "9419:8:18", - "nodeType": "VariableDeclaration", - "scope": 4608, - "src": "9410:17:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - }, - "typeName": { - "id": 4580, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4579, - "name": "Rounding", - "nameLocations": [ - "9410:8:18" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4147, - "src": "9410:8:18" - }, - "referencedDeclaration": 4147, - "src": "9410:8:18", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - }, - "visibility": "internal" - } - ], - "src": "9366:62:18" - }, - "returnParameters": { - "id": 4585, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4584, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4608, - "src": "9452:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4583, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "9452:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "9451:9:18" - }, - "scope": 5741, - "src": "9351:238:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4704, - "nodeType": "Block", - "src": "10223:1849:18", - "statements": [ - { - "id": 4703, - "nodeType": "UncheckedBlock", - "src": "10233:1833:18", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4620, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4618, - "name": "n", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4613, - "src": "10261:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 4619, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10266:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "10261:6:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4623, - "nodeType": "IfStatement", - "src": "10257:20:18", - "trueBody": { - "expression": { - "hexValue": "30", - "id": 4621, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10276:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "functionReturnParameters": 4617, - "id": 4622, - "nodeType": "Return", - "src": "10269:8:18" - } - }, - { - "assignments": [ - 4625 - ], - "declarations": [ - { - "constant": false, - "id": 4625, - "mutability": "mutable", - "name": "remainder", - "nameLocation": "10756:9:18", - "nodeType": "VariableDeclaration", - "scope": 4703, - "src": "10748:17:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4624, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10748:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4629, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4628, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4626, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4611, - "src": "10768:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "%", - "rightExpression": { - "id": 4627, - "name": "n", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4613, - "src": "10772:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10768:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10748:25:18" - }, - { - "assignments": [ - 4631 - ], - "declarations": [ - { - "constant": false, - "id": 4631, - "mutability": "mutable", - "name": "gcd", - "nameLocation": "10795:3:18", - "nodeType": "VariableDeclaration", - "scope": 4703, - "src": "10787:11:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4630, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10787:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4633, - "initialValue": { - "id": 4632, - "name": "n", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4613, - "src": "10801:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10787:15:18" - }, - { - "assignments": [ - 4635 - ], - "declarations": [ - { - "constant": false, - "id": 4635, - "mutability": "mutable", - "name": "x", - "nameLocation": "10945:1:18", - "nodeType": "VariableDeclaration", - "scope": 4703, - "src": "10938:8:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 4634, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "10938:6:18", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "id": 4637, - "initialValue": { - "hexValue": "30", - "id": 4636, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10949:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "10938:12:18" - }, - { - "assignments": [ - 4639 - ], - "declarations": [ - { - "constant": false, - "id": 4639, - "mutability": "mutable", - "name": "y", - "nameLocation": "10971:1:18", - "nodeType": "VariableDeclaration", - "scope": 4703, - "src": "10964:8:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 4638, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "10964:6:18", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "id": 4641, - "initialValue": { - "hexValue": "31", - "id": 4640, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10975:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "VariableDeclarationStatement", - "src": "10964:12:18" - }, - { - "body": { - "id": 4678, - "nodeType": "Block", - "src": "11014:882:18", - "statements": [ - { - "assignments": [ - 4646 - ], - "declarations": [ - { - "constant": false, - "id": 4646, - "mutability": "mutable", - "name": "quotient", - "nameLocation": "11040:8:18", - "nodeType": "VariableDeclaration", - "scope": 4678, - "src": "11032:16:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4645, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "11032:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4650, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4649, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4647, - "name": "gcd", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4631, - "src": "11051:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 4648, - "name": "remainder", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4625, - "src": "11057:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "11051:15:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "11032:34:18" - }, - { - "expression": { - "id": 4661, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "components": [ - { - "id": 4651, - "name": "gcd", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4631, - "src": "11086:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 4652, - "name": "remainder", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4625, - "src": "11091:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4653, - "isConstant": false, - "isInlineArray": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "TupleExpression", - "src": "11085:16:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint256_$_t_uint256_$", - "typeString": "tuple(uint256,uint256)" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "components": [ - { - "id": 4654, - "name": "remainder", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4625, - "src": "11191:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4659, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4655, - "name": "gcd", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4631, - "src": "11436:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4658, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4656, - "name": "remainder", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4625, - "src": "11442:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 4657, - "name": "quotient", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4646, - "src": "11454:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "11442:20:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "11436:26:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 4660, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "11104:376:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint256_$_t_uint256_$", - "typeString": "tuple(uint256,uint256)" - } - }, - "src": "11085:395:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4662, - "nodeType": "ExpressionStatement", - "src": "11085:395:18" - }, - { - "expression": { - "id": 4676, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "components": [ - { - "id": 4663, - "name": "x", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4635, - "src": "11500:1:18", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - { - "id": 4664, - "name": "y", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4639, - "src": "11503:1:18", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "id": 4665, - "isConstant": false, - "isInlineArray": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "TupleExpression", - "src": "11499:6:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_int256_$_t_int256_$", - "typeString": "tuple(int256,int256)" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "components": [ - { - "id": 4666, - "name": "y", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4639, - "src": "11585:1:18", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 4674, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4667, - "name": "x", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4635, - "src": "11839:1:18", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 4673, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4668, - "name": "y", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4639, - "src": "11843:1:18", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "arguments": [ - { - "id": 4671, - "name": "quotient", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4646, - "src": "11854:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 4670, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "11847:6:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int256_$", - "typeString": "type(int256)" - }, - "typeName": { - "id": 4669, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "11847:6:18", - "typeDescriptions": {} - } - }, - "id": 4672, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11847:16:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "11843:20:18", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "11839:24:18", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "id": 4675, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "11508:373:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_int256_$_t_int256_$", - "typeString": "tuple(int256,int256)" - } - }, - "src": "11499:382:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4677, - "nodeType": "ExpressionStatement", - "src": "11499:382:18" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4644, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4642, - "name": "remainder", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4625, - "src": "10998:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 4643, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11011:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "10998:14:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4679, - "nodeType": "WhileStatement", - "src": "10991:905:18" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4682, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4680, - "name": "gcd", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4631, - "src": "11914:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "31", - "id": 4681, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11921:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "11914:8:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4685, - "nodeType": "IfStatement", - "src": "11910:22:18", - "trueBody": { - "expression": { - "hexValue": "30", - "id": 4683, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11931:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "functionReturnParameters": 4617, - "id": 4684, - "nodeType": "Return", - "src": "11924:8:18" - } - }, - { - "expression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 4689, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4687, - "name": "x", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4635, - "src": "11983:1:18", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "hexValue": "30", - "id": 4688, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11987:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "11983:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4696, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4690, - "name": "n", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4613, - "src": "11990:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "arguments": [ - { - "id": 4694, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "-", - "prefix": true, - "src": "12002:2:18", - "subExpression": { - "id": 4693, - "name": "x", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4635, - "src": "12003:1:18", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 4692, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "11994:7:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint256_$", - "typeString": "type(uint256)" - }, - "typeName": { - "id": 4691, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "11994:7:18", - "typeDescriptions": {} - } - }, - "id": 4695, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11994:11:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "11990:15:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "arguments": [ - { - "id": 4699, - "name": "x", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4635, - "src": "12015:1:18", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 4698, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "12007:7:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint256_$", - "typeString": "type(uint256)" - }, - "typeName": { - "id": 4697, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "12007:7:18", - "typeDescriptions": {} - } - }, - "id": 4700, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12007:10:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 4686, - "name": "ternary", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4332, - "src": "11975:7:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (bool,uint256,uint256) pure returns (uint256)" - } - }, - "id": 4701, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11975:43:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 4617, - "id": 4702, - "nodeType": "Return", - "src": "11968:50:18" - } - ] - } - ] - }, - "documentation": { - "id": 4609, - "nodeType": "StructuredDocumentation", - "src": "9595:553:18", - "text": " @dev Calculate the modular multiplicative inverse of a number in Z/nZ.\n If n is a prime, then Z/nZ is a field. In that case all elements are inversible, except 0.\n If n is not a prime, then Z/nZ is not a field, and some elements might not be inversible.\n If the input value is not inversible, 0 is returned.\n NOTE: If you know for sure that n is (big) a prime, it may be cheaper to use Fermat's little theorem and get the\n inverse using `Math.modExp(a, n - 2, n)`. See {invModPrime}." - }, - "id": 4705, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "invMod", - "nameLocation": "10162:6:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4614, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4611, - "mutability": "mutable", - "name": "a", - "nameLocation": "10177:1:18", - "nodeType": "VariableDeclaration", - "scope": 4705, - "src": "10169:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4610, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10169:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4613, - "mutability": "mutable", - "name": "n", - "nameLocation": "10188:1:18", - "nodeType": "VariableDeclaration", - "scope": 4705, - "src": "10180:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4612, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10180:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "10168:22:18" - }, - "returnParameters": { - "id": 4617, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4616, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4705, - "src": "10214:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4615, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10214:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "10213:9:18" - }, - "scope": 5741, - "src": "10153:1919:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4725, - "nodeType": "Block", - "src": "12672:82:18", - "statements": [ - { - "id": 4724, - "nodeType": "UncheckedBlock", - "src": "12682:66:18", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 4717, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4708, - "src": "12725:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4720, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4718, - "name": "p", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4710, - "src": "12728:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "32", - "id": 4719, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12732:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "12728:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 4721, - "name": "p", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4710, - "src": "12735:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 4715, - "name": "Math", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5741, - "src": "12713:4:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Math_$5741_$", - "typeString": "type(library Math)" - } - }, - "id": 4716, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "12718:6:18", - "memberName": "modExp", - "nodeType": "MemberAccess", - "referencedDeclaration": 4762, - "src": "12713:11:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256,uint256,uint256) view returns (uint256)" - } - }, - "id": 4722, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12713:24:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 4714, - "id": 4723, - "nodeType": "Return", - "src": "12706:31:18" - } - ] - } - ] - }, - "documentation": { - "id": 4706, - "nodeType": "StructuredDocumentation", - "src": "12078:514:18", - "text": " @dev Variant of {invMod}. More efficient, but only works if `p` is known to be a prime greater than `2`.\n From https://en.wikipedia.org/wiki/Fermat%27s_little_theorem[Fermat's little theorem], we know that if p is\n prime, then `a**(p-1) ≡ 1 mod p`. As a consequence, we have `a * a**(p-2) ≡ 1 mod p`, which means that\n `a**(p-2)` is the modular multiplicative inverse of a in Fp.\n NOTE: this function does NOT check that `p` is a prime greater than `2`." - }, - "id": 4726, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "invModPrime", - "nameLocation": "12606:11:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4711, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4708, - "mutability": "mutable", - "name": "a", - "nameLocation": "12626:1:18", - "nodeType": "VariableDeclaration", - "scope": 4726, - "src": "12618:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4707, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "12618:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4710, - "mutability": "mutable", - "name": "p", - "nameLocation": "12637:1:18", - "nodeType": "VariableDeclaration", - "scope": 4726, - "src": "12629:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4709, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "12629:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "12617:22:18" - }, - "returnParameters": { - "id": 4714, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4713, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4726, - "src": "12663:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4712, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "12663:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "12662:9:18" - }, - "scope": 5741, - "src": "12597:157:18", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4761, - "nodeType": "Block", - "src": "13524:174:18", - "statements": [ - { - "assignments": [ - 4739, - 4741 - ], - "declarations": [ - { - "constant": false, - "id": 4739, - "mutability": "mutable", - "name": "success", - "nameLocation": "13540:7:18", - "nodeType": "VariableDeclaration", - "scope": 4761, - "src": "13535:12:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4738, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "13535:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4741, - "mutability": "mutable", - "name": "result", - "nameLocation": "13557:6:18", - "nodeType": "VariableDeclaration", - "scope": 4761, - "src": "13549:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4740, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13549:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4747, - "initialValue": { - "arguments": [ - { - "id": 4743, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4729, - "src": "13577:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 4744, - "name": "e", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4731, - "src": "13580:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 4745, - "name": "m", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4733, - "src": "13583:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 4742, - "name": "tryModExp", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 4786, - 4868 - ], - "referencedDeclaration": 4786, - "src": "13567:9:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_bool_$_t_uint256_$", - "typeString": "function (uint256,uint256,uint256) view returns (bool,uint256)" - } - }, - "id": 4746, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13567:18:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", - "typeString": "tuple(bool,uint256)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "13534:51:18" - }, - { - "condition": { - "id": 4749, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "13599:8:18", - "subExpression": { - "id": 4748, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4739, - "src": "13600:7:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4758, - "nodeType": "IfStatement", - "src": "13595:74:18", - "trueBody": { - "id": 4757, - "nodeType": "Block", - "src": "13609:60:18", - "statements": [ - { - "expression": { - "arguments": [ - { - "expression": { - "id": 4753, - "name": "Panic", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4135, - "src": "13635:5:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Panic_$4135_$", - "typeString": "type(library Panic)" - } - }, - "id": 4754, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "13641:16:18", - "memberName": "DIVISION_BY_ZERO", - "nodeType": "MemberAccess", - "referencedDeclaration": 4102, - "src": "13635:22:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 4750, - "name": "Panic", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4135, - "src": "13623:5:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Panic_$4135_$", - "typeString": "type(library Panic)" - } - }, - "id": 4752, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13629:5:18", - "memberName": "panic", - "nodeType": "MemberAccess", - "referencedDeclaration": 4134, - "src": "13623:11:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$__$", - "typeString": "function (uint256) pure" - } - }, - "id": 4755, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13623:35:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4756, - "nodeType": "ExpressionStatement", - "src": "13623:35:18" - } - ] - } - }, - { - "expression": { - "id": 4759, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4741, - "src": "13685:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 4737, - "id": 4760, - "nodeType": "Return", - "src": "13678:13:18" - } - ] - }, - "documentation": { - "id": 4727, - "nodeType": "StructuredDocumentation", - "src": "12760:678:18", - "text": " @dev Returns the modular exponentiation of the specified base, exponent and modulus (b ** e % m)\n Requirements:\n - modulus can't be zero\n - underlying staticcall to precompile must succeed\n IMPORTANT: The result is only valid if the underlying call succeeds. When using this function, make\n sure the chain you're using it on supports the precompiled contract for modular exponentiation\n at address 0x05 as specified in https://eips.ethereum.org/EIPS/eip-198[EIP-198]. Otherwise,\n the underlying function will succeed given the lack of a revert, but the result may be incorrectly\n interpreted as 0." - }, - "id": 4762, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "modExp", - "nameLocation": "13452:6:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4734, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4729, - "mutability": "mutable", - "name": "b", - "nameLocation": "13467:1:18", - "nodeType": "VariableDeclaration", - "scope": 4762, - "src": "13459:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4728, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13459:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4731, - "mutability": "mutable", - "name": "e", - "nameLocation": "13478:1:18", - "nodeType": "VariableDeclaration", - "scope": 4762, - "src": "13470:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4730, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13470:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4733, - "mutability": "mutable", - "name": "m", - "nameLocation": "13489:1:18", - "nodeType": "VariableDeclaration", - "scope": 4762, - "src": "13481:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4732, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13481:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "13458:33:18" - }, - "returnParameters": { - "id": 4737, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4736, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4762, - "src": "13515:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4735, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13515:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "13514:9:18" - }, - "scope": 5741, - "src": "13443:255:18", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4785, - "nodeType": "Block", - "src": "14552:1493:18", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4778, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4776, - "name": "m", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4769, - "src": "14566:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 4777, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14571:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "14566:6:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4783, - "nodeType": "IfStatement", - "src": "14562:29:18", - "trueBody": { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 4779, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14582:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 4780, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14589:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 4781, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "14581:10:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 4775, - "id": 4782, - "nodeType": "Return", - "src": "14574:17:18" - } - }, - { - "AST": { - "nativeSrc": "14626:1413:18", - "nodeType": "YulBlock", - "src": "14626:1413:18", - "statements": [ - { - "nativeSrc": "14640:22:18", - "nodeType": "YulVariableDeclaration", - "src": "14640:22:18", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14657:4:18", - "nodeType": "YulLiteral", - "src": "14657:4:18", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "14651:5:18", - "nodeType": "YulIdentifier", - "src": "14651:5:18" - }, - "nativeSrc": "14651:11:18", - "nodeType": "YulFunctionCall", - "src": "14651:11:18" - }, - "variables": [ - { - "name": "ptr", - "nativeSrc": "14644:3:18", - "nodeType": "YulTypedName", - "src": "14644:3:18", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "ptr", - "nativeSrc": "15570:3:18", - "nodeType": "YulIdentifier", - "src": "15570:3:18" - }, - { - "kind": "number", - "nativeSrc": "15575:4:18", - "nodeType": "YulLiteral", - "src": "15575:4:18", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15563:6:18", - "nodeType": "YulIdentifier", - "src": "15563:6:18" - }, - "nativeSrc": "15563:17:18", - "nodeType": "YulFunctionCall", - "src": "15563:17:18" - }, - "nativeSrc": "15563:17:18", - "nodeType": "YulExpressionStatement", - "src": "15563:17:18" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "ptr", - "nativeSrc": "15604:3:18", - "nodeType": "YulIdentifier", - "src": "15604:3:18" - }, - { - "kind": "number", - "nativeSrc": "15609:4:18", - "nodeType": "YulLiteral", - "src": "15609:4:18", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15600:3:18", - "nodeType": "YulIdentifier", - "src": "15600:3:18" - }, - "nativeSrc": "15600:14:18", - "nodeType": "YulFunctionCall", - "src": "15600:14:18" - }, - { - "kind": "number", - "nativeSrc": "15616:4:18", - "nodeType": "YulLiteral", - "src": "15616:4:18", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15593:6:18", - "nodeType": "YulIdentifier", - "src": "15593:6:18" - }, - "nativeSrc": "15593:28:18", - "nodeType": "YulFunctionCall", - "src": "15593:28:18" - }, - "nativeSrc": "15593:28:18", - "nodeType": "YulExpressionStatement", - "src": "15593:28:18" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "ptr", - "nativeSrc": "15645:3:18", - "nodeType": "YulIdentifier", - "src": "15645:3:18" - }, - { - "kind": "number", - "nativeSrc": "15650:4:18", - "nodeType": "YulLiteral", - "src": "15650:4:18", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15641:3:18", - "nodeType": "YulIdentifier", - "src": "15641:3:18" - }, - "nativeSrc": "15641:14:18", - "nodeType": "YulFunctionCall", - "src": "15641:14:18" - }, - { - "kind": "number", - "nativeSrc": "15657:4:18", - "nodeType": "YulLiteral", - "src": "15657:4:18", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15634:6:18", - "nodeType": "YulIdentifier", - "src": "15634:6:18" - }, - "nativeSrc": "15634:28:18", - "nodeType": "YulFunctionCall", - "src": "15634:28:18" - }, - "nativeSrc": "15634:28:18", - "nodeType": "YulExpressionStatement", - "src": "15634:28:18" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "ptr", - "nativeSrc": "15686:3:18", - "nodeType": "YulIdentifier", - "src": "15686:3:18" - }, - { - "kind": "number", - "nativeSrc": "15691:4:18", - "nodeType": "YulLiteral", - "src": "15691:4:18", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15682:3:18", - "nodeType": "YulIdentifier", - "src": "15682:3:18" - }, - "nativeSrc": "15682:14:18", - "nodeType": "YulFunctionCall", - "src": "15682:14:18" - }, - { - "name": "b", - "nativeSrc": "15698:1:18", - "nodeType": "YulIdentifier", - "src": "15698:1:18" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15675:6:18", - "nodeType": "YulIdentifier", - "src": "15675:6:18" - }, - "nativeSrc": "15675:25:18", - "nodeType": "YulFunctionCall", - "src": "15675:25:18" - }, - "nativeSrc": "15675:25:18", - "nodeType": "YulExpressionStatement", - "src": "15675:25:18" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "ptr", - "nativeSrc": "15724:3:18", - "nodeType": "YulIdentifier", - "src": "15724:3:18" - }, - { - "kind": "number", - "nativeSrc": "15729:4:18", - "nodeType": "YulLiteral", - "src": "15729:4:18", - "type": "", - "value": "0x80" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15720:3:18", - "nodeType": "YulIdentifier", - "src": "15720:3:18" - }, - "nativeSrc": "15720:14:18", - "nodeType": "YulFunctionCall", - "src": "15720:14:18" - }, - { - "name": "e", - "nativeSrc": "15736:1:18", - "nodeType": "YulIdentifier", - "src": "15736:1:18" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15713:6:18", - "nodeType": "YulIdentifier", - "src": "15713:6:18" - }, - "nativeSrc": "15713:25:18", - "nodeType": "YulFunctionCall", - "src": "15713:25:18" - }, - "nativeSrc": "15713:25:18", - "nodeType": "YulExpressionStatement", - "src": "15713:25:18" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "ptr", - "nativeSrc": "15762:3:18", - "nodeType": "YulIdentifier", - "src": "15762:3:18" - }, - { - "kind": "number", - "nativeSrc": "15767:4:18", - "nodeType": "YulLiteral", - "src": "15767:4:18", - "type": "", - "value": "0xa0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15758:3:18", - "nodeType": "YulIdentifier", - "src": "15758:3:18" - }, - "nativeSrc": "15758:14:18", - "nodeType": "YulFunctionCall", - "src": "15758:14:18" - }, - { - "name": "m", - "nativeSrc": "15774:1:18", - "nodeType": "YulIdentifier", - "src": "15774:1:18" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15751:6:18", - "nodeType": "YulIdentifier", - "src": "15751:6:18" - }, - "nativeSrc": "15751:25:18", - "nodeType": "YulFunctionCall", - "src": "15751:25:18" - }, - "nativeSrc": "15751:25:18", - "nodeType": "YulExpressionStatement", - "src": "15751:25:18" - }, - { - "nativeSrc": "15938:57:18", - "nodeType": "YulAssignment", - "src": "15938:57:18", - "value": { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "gas", - "nativeSrc": "15960:3:18", - "nodeType": "YulIdentifier", - "src": "15960:3:18" - }, - "nativeSrc": "15960:5:18", - "nodeType": "YulFunctionCall", - "src": "15960:5:18" - }, - { - "kind": "number", - "nativeSrc": "15967:4:18", - "nodeType": "YulLiteral", - "src": "15967:4:18", - "type": "", - "value": "0x05" - }, - { - "name": "ptr", - "nativeSrc": "15973:3:18", - "nodeType": "YulIdentifier", - "src": "15973:3:18" - }, - { - "kind": "number", - "nativeSrc": "15978:4:18", - "nodeType": "YulLiteral", - "src": "15978:4:18", - "type": "", - "value": "0xc0" - }, - { - "kind": "number", - "nativeSrc": "15984:4:18", - "nodeType": "YulLiteral", - "src": "15984:4:18", - "type": "", - "value": "0x00" - }, - { - "kind": "number", - "nativeSrc": "15990:4:18", - "nodeType": "YulLiteral", - "src": "15990:4:18", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "staticcall", - "nativeSrc": "15949:10:18", - "nodeType": "YulIdentifier", - "src": "15949:10:18" - }, - "nativeSrc": "15949:46:18", - "nodeType": "YulFunctionCall", - "src": "15949:46:18" - }, - "variableNames": [ - { - "name": "success", - "nativeSrc": "15938:7:18", - "nodeType": "YulIdentifier", - "src": "15938:7:18" - } - ] - }, - { - "nativeSrc": "16008:21:18", - "nodeType": "YulAssignment", - "src": "16008:21:18", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "16024:4:18", - "nodeType": "YulLiteral", - "src": "16024:4:18", - "type": "", - "value": "0x00" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "16018:5:18", - "nodeType": "YulIdentifier", - "src": "16018:5:18" - }, - "nativeSrc": "16018:11:18", - "nodeType": "YulFunctionCall", - "src": "16018:11:18" - }, - "variableNames": [ - { - "name": "result", - "nativeSrc": "16008:6:18", - "nodeType": "YulIdentifier", - "src": "16008:6:18" - } - ] - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 4765, - "isOffset": false, - "isSlot": false, - "src": "15698:1:18", - "valueSize": 1 - }, - { - "declaration": 4767, - "isOffset": false, - "isSlot": false, - "src": "15736:1:18", - "valueSize": 1 - }, - { - "declaration": 4769, - "isOffset": false, - "isSlot": false, - "src": "15774:1:18", - "valueSize": 1 - }, - { - "declaration": 4774, - "isOffset": false, - "isSlot": false, - "src": "16008:6:18", - "valueSize": 1 - }, - { - "declaration": 4772, - "isOffset": false, - "isSlot": false, - "src": "15938:7:18", - "valueSize": 1 - } - ], - "flags": [ - "memory-safe" - ], - "id": 4784, - "nodeType": "InlineAssembly", - "src": "14601:1438:18" - } - ] - }, - "documentation": { - "id": 4763, - "nodeType": "StructuredDocumentation", - "src": "13704:738:18", - "text": " @dev Returns the modular exponentiation of the specified base, exponent and modulus (b ** e % m).\n It includes a success flag indicating if the operation succeeded. Operation will be marked as failed if trying\n to operate modulo 0 or if the underlying precompile reverted.\n IMPORTANT: The result is only valid if the success flag is true. When using this function, make sure the chain\n you're using it on supports the precompiled contract for modular exponentiation at address 0x05 as specified in\n https://eips.ethereum.org/EIPS/eip-198[EIP-198]. Otherwise, the underlying function will succeed given the lack\n of a revert, but the result may be incorrectly interpreted as 0." - }, - "id": 4786, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "tryModExp", - "nameLocation": "14456:9:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4770, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4765, - "mutability": "mutable", - "name": "b", - "nameLocation": "14474:1:18", - "nodeType": "VariableDeclaration", - "scope": 4786, - "src": "14466:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4764, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14466:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4767, - "mutability": "mutable", - "name": "e", - "nameLocation": "14485:1:18", - "nodeType": "VariableDeclaration", - "scope": 4786, - "src": "14477:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4766, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14477:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4769, - "mutability": "mutable", - "name": "m", - "nameLocation": "14496:1:18", - "nodeType": "VariableDeclaration", - "scope": 4786, - "src": "14488:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4768, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14488:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "14465:33:18" - }, - "returnParameters": { - "id": 4775, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4772, - "mutability": "mutable", - "name": "success", - "nameLocation": "14527:7:18", - "nodeType": "VariableDeclaration", - "scope": 4786, - "src": "14522:12:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4771, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "14522:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4774, - "mutability": "mutable", - "name": "result", - "nameLocation": "14544:6:18", - "nodeType": "VariableDeclaration", - "scope": 4786, - "src": "14536:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4773, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14536:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "14521:30:18" - }, - "scope": 5741, - "src": "14447:1598:18", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4821, - "nodeType": "Block", - "src": "16242:179:18", - "statements": [ - { - "assignments": [ - 4799, - 4801 - ], - "declarations": [ - { - "constant": false, - "id": 4799, - "mutability": "mutable", - "name": "success", - "nameLocation": "16258:7:18", - "nodeType": "VariableDeclaration", - "scope": 4821, - "src": "16253:12:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4798, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "16253:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4801, - "mutability": "mutable", - "name": "result", - "nameLocation": "16280:6:18", - "nodeType": "VariableDeclaration", - "scope": 4821, - "src": "16267:19:18", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 4800, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "16267:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 4807, - "initialValue": { - "arguments": [ - { - "id": 4803, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4789, - "src": "16300:1:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - { - "id": 4804, - "name": "e", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4791, - "src": "16303:1:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - { - "id": 4805, - "name": "m", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4793, - "src": "16306:1:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 4802, - "name": "tryModExp", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 4786, - 4868 - ], - "referencedDeclaration": 4868, - "src": "16290:9:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "function (bytes memory,bytes memory,bytes memory) view returns (bool,bytes memory)" - } - }, - "id": 4806, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16290:18:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bool,bytes memory)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "16252:56:18" - }, - { - "condition": { - "id": 4809, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "16322:8:18", - "subExpression": { - "id": 4808, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4799, - "src": "16323:7:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4818, - "nodeType": "IfStatement", - "src": "16318:74:18", - "trueBody": { - "id": 4817, - "nodeType": "Block", - "src": "16332:60:18", - "statements": [ - { - "expression": { - "arguments": [ - { - "expression": { - "id": 4813, - "name": "Panic", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4135, - "src": "16358:5:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Panic_$4135_$", - "typeString": "type(library Panic)" - } - }, - "id": 4814, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "16364:16:18", - "memberName": "DIVISION_BY_ZERO", - "nodeType": "MemberAccess", - "referencedDeclaration": 4102, - "src": "16358:22:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 4810, - "name": "Panic", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4135, - "src": "16346:5:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Panic_$4135_$", - "typeString": "type(library Panic)" - } - }, - "id": 4812, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16352:5:18", - "memberName": "panic", - "nodeType": "MemberAccess", - "referencedDeclaration": 4134, - "src": "16346:11:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$__$", - "typeString": "function (uint256) pure" - } - }, - "id": 4815, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16346:35:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4816, - "nodeType": "ExpressionStatement", - "src": "16346:35:18" - } - ] - } - }, - { - "expression": { - "id": 4819, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4801, - "src": "16408:6:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "functionReturnParameters": 4797, - "id": 4820, - "nodeType": "Return", - "src": "16401:13:18" - } - ] - }, - "documentation": { - "id": 4787, - "nodeType": "StructuredDocumentation", - "src": "16051:85:18", - "text": " @dev Variant of {modExp} that supports inputs of arbitrary length." - }, - "id": 4822, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "modExp", - "nameLocation": "16150:6:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4794, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4789, - "mutability": "mutable", - "name": "b", - "nameLocation": "16170:1:18", - "nodeType": "VariableDeclaration", - "scope": 4822, - "src": "16157:14:18", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 4788, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "16157:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4791, - "mutability": "mutable", - "name": "e", - "nameLocation": "16186:1:18", - "nodeType": "VariableDeclaration", - "scope": 4822, - "src": "16173:14:18", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 4790, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "16173:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4793, - "mutability": "mutable", - "name": "m", - "nameLocation": "16202:1:18", - "nodeType": "VariableDeclaration", - "scope": 4822, - "src": "16189:14:18", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 4792, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "16189:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "16156:48:18" - }, - "returnParameters": { - "id": 4797, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4796, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4822, - "src": "16228:12:18", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 4795, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "16228:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "16227:14:18" - }, - "scope": 5741, - "src": "16141:280:18", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4867, - "nodeType": "Block", - "src": "16675:771:18", - "statements": [ - { - "condition": { - "arguments": [ - { - "id": 4837, - "name": "m", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4829, - "src": "16700:1:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 4836, - "name": "_zeroBytes", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4901, - "src": "16689:10:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$_t_bool_$", - "typeString": "function (bytes memory) pure returns (bool)" - } - }, - "id": 4838, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16689:13:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4846, - "nodeType": "IfStatement", - "src": "16685:47:18", - "trueBody": { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 4839, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "16712:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "arguments": [ - { - "hexValue": "30", - "id": 4842, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "16729:1:18", - "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": 4841, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "16719:9:18", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_bytes_memory_ptr_$", - "typeString": "function (uint256) pure returns (bytes memory)" - }, - "typeName": { - "id": 4840, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "16723:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - } - }, - "id": 4843, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16719:12:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "id": 4844, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "16711:21:18", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bool,bytes memory)" - } - }, - "functionReturnParameters": 4835, - "id": 4845, - "nodeType": "Return", - "src": "16704:28:18" - } - }, - { - "assignments": [ - 4848 - ], - "declarations": [ - { - "constant": false, - "id": 4848, - "mutability": "mutable", - "name": "mLen", - "nameLocation": "16751:4:18", - "nodeType": "VariableDeclaration", - "scope": 4867, - "src": "16743:12:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4847, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "16743:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4851, - "initialValue": { - "expression": { - "id": 4849, - "name": "m", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4829, - "src": "16758:1:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 4850, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16760:6:18", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "16758:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "16743:23:18" - }, - { - "expression": { - "id": 4864, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4852, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4834, - "src": "16848:6:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "expression": { - "id": 4855, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4825, - "src": "16874:1:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 4856, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16876:6:18", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "16874:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "expression": { - "id": 4857, - "name": "e", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4827, - "src": "16884:1:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 4858, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16886:6:18", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "16884:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 4859, - "name": "mLen", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4848, - "src": "16894:4:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 4860, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4825, - "src": "16900:1:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - { - "id": 4861, - "name": "e", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4827, - "src": "16903:1:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - { - "id": 4862, - "name": "m", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4829, - "src": "16906:1:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 4853, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "16857:3:18", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 4854, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "16861:12:18", - "memberName": "encodePacked", - "nodeType": "MemberAccess", - "src": "16857:16:18", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 4863, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16857:51:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "src": "16848:60:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 4865, - "nodeType": "ExpressionStatement", - "src": "16848:60:18" - }, - { - "AST": { - "nativeSrc": "16944:496:18", - "nodeType": "YulBlock", - "src": "16944:496:18", - "statements": [ - { - "nativeSrc": "16958:32:18", - "nodeType": "YulVariableDeclaration", - "src": "16958:32:18", - "value": { - "arguments": [ - { - "name": "result", - "nativeSrc": "16977:6:18", - "nodeType": "YulIdentifier", - "src": "16977:6:18" - }, - { - "kind": "number", - "nativeSrc": "16985:4:18", - "nodeType": "YulLiteral", - "src": "16985:4:18", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16973:3:18", - "nodeType": "YulIdentifier", - "src": "16973:3:18" - }, - "nativeSrc": "16973:17:18", - "nodeType": "YulFunctionCall", - "src": "16973:17:18" - }, - "variables": [ - { - "name": "dataPtr", - "nativeSrc": "16962:7:18", - "nodeType": "YulTypedName", - "src": "16962:7:18", - "type": "" - } - ] - }, - { - "nativeSrc": "17080:73:18", - "nodeType": "YulAssignment", - "src": "17080:73:18", - "value": { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "gas", - "nativeSrc": "17102:3:18", - "nodeType": "YulIdentifier", - "src": "17102:3:18" - }, - "nativeSrc": "17102:5:18", - "nodeType": "YulFunctionCall", - "src": "17102:5:18" - }, - { - "kind": "number", - "nativeSrc": "17109:4:18", - "nodeType": "YulLiteral", - "src": "17109:4:18", - "type": "", - "value": "0x05" - }, - { - "name": "dataPtr", - "nativeSrc": "17115:7:18", - "nodeType": "YulIdentifier", - "src": "17115:7:18" - }, - { - "arguments": [ - { - "name": "result", - "nativeSrc": "17130:6:18", - "nodeType": "YulIdentifier", - "src": "17130:6:18" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "17124:5:18", - "nodeType": "YulIdentifier", - "src": "17124:5:18" - }, - "nativeSrc": "17124:13:18", - "nodeType": "YulFunctionCall", - "src": "17124:13:18" - }, - { - "name": "dataPtr", - "nativeSrc": "17139:7:18", - "nodeType": "YulIdentifier", - "src": "17139:7:18" - }, - { - "name": "mLen", - "nativeSrc": "17148:4:18", - "nodeType": "YulIdentifier", - "src": "17148:4:18" - } - ], - "functionName": { - "name": "staticcall", - "nativeSrc": "17091:10:18", - "nodeType": "YulIdentifier", - "src": "17091:10:18" - }, - "nativeSrc": "17091:62:18", - "nodeType": "YulFunctionCall", - "src": "17091:62:18" - }, - "variableNames": [ - { - "name": "success", - "nativeSrc": "17080:7:18", - "nodeType": "YulIdentifier", - "src": "17080:7:18" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "result", - "nativeSrc": "17309:6:18", - "nodeType": "YulIdentifier", - "src": "17309:6:18" - }, - { - "name": "mLen", - "nativeSrc": "17317:4:18", - "nodeType": "YulIdentifier", - "src": "17317:4:18" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17302:6:18", - "nodeType": "YulIdentifier", - "src": "17302:6:18" - }, - "nativeSrc": "17302:20:18", - "nodeType": "YulFunctionCall", - "src": "17302:20:18" - }, - "nativeSrc": "17302:20:18", - "nodeType": "YulExpressionStatement", - "src": "17302:20:18" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "17405:4:18", - "nodeType": "YulLiteral", - "src": "17405:4:18", - "type": "", - "value": "0x40" - }, - { - "arguments": [ - { - "name": "dataPtr", - "nativeSrc": "17415:7:18", - "nodeType": "YulIdentifier", - "src": "17415:7:18" - }, - { - "name": "mLen", - "nativeSrc": "17424:4:18", - "nodeType": "YulIdentifier", - "src": "17424:4:18" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17411:3:18", - "nodeType": "YulIdentifier", - "src": "17411:3:18" - }, - "nativeSrc": "17411:18:18", - "nodeType": "YulFunctionCall", - "src": "17411:18:18" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17398:6:18", - "nodeType": "YulIdentifier", - "src": "17398:6:18" - }, - "nativeSrc": "17398:32:18", - "nodeType": "YulFunctionCall", - "src": "17398:32:18" - }, - "nativeSrc": "17398:32:18", - "nodeType": "YulExpressionStatement", - "src": "17398:32:18" - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 4848, - "isOffset": false, - "isSlot": false, - "src": "17148:4:18", - "valueSize": 1 - }, - { - "declaration": 4848, - "isOffset": false, - "isSlot": false, - "src": "17317:4:18", - "valueSize": 1 - }, - { - "declaration": 4848, - "isOffset": false, - "isSlot": false, - "src": "17424:4:18", - "valueSize": 1 - }, - { - "declaration": 4834, - "isOffset": false, - "isSlot": false, - "src": "16977:6:18", - "valueSize": 1 - }, - { - "declaration": 4834, - "isOffset": false, - "isSlot": false, - "src": "17130:6:18", - "valueSize": 1 - }, - { - "declaration": 4834, - "isOffset": false, - "isSlot": false, - "src": "17309:6:18", - "valueSize": 1 - }, - { - "declaration": 4832, - "isOffset": false, - "isSlot": false, - "src": "17080:7:18", - "valueSize": 1 - } - ], - "flags": [ - "memory-safe" - ], - "id": 4866, - "nodeType": "InlineAssembly", - "src": "16919:521:18" - } - ] - }, - "documentation": { - "id": 4823, - "nodeType": "StructuredDocumentation", - "src": "16427:88:18", - "text": " @dev Variant of {tryModExp} that supports inputs of arbitrary length." - }, - "id": 4868, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "tryModExp", - "nameLocation": "16529:9:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4830, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4825, - "mutability": "mutable", - "name": "b", - "nameLocation": "16561:1:18", - "nodeType": "VariableDeclaration", - "scope": 4868, - "src": "16548:14:18", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 4824, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "16548:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4827, - "mutability": "mutable", - "name": "e", - "nameLocation": "16585:1:18", - "nodeType": "VariableDeclaration", - "scope": 4868, - "src": "16572:14:18", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 4826, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "16572:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4829, - "mutability": "mutable", - "name": "m", - "nameLocation": "16609:1:18", - "nodeType": "VariableDeclaration", - "scope": 4868, - "src": "16596:14:18", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 4828, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "16596:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "16538:78:18" - }, - "returnParameters": { - "id": 4835, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4832, - "mutability": "mutable", - "name": "success", - "nameLocation": "16645:7:18", - "nodeType": "VariableDeclaration", - "scope": 4868, - "src": "16640:12:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4831, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "16640:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4834, - "mutability": "mutable", - "name": "result", - "nameLocation": "16667:6:18", - "nodeType": "VariableDeclaration", - "scope": 4868, - "src": "16654:19:18", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 4833, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "16654:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "16639:35:18" - }, - "scope": 5741, - "src": "16520:926:18", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4900, - "nodeType": "Block", - "src": "17601:176:18", - "statements": [ - { - "body": { - "id": 4896, - "nodeType": "Block", - "src": "17658:92:18", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bytes1", - "typeString": "bytes1" - }, - "id": 4891, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "baseExpression": { - "id": 4887, - "name": "byteArray", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4871, - "src": "17676:9:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 4889, - "indexExpression": { - "id": 4888, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4877, - "src": "17686:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "17676:12:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes1", - "typeString": "bytes1" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 4890, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "17692:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "17676:17:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4895, - "nodeType": "IfStatement", - "src": "17672:68:18", - "trueBody": { - "id": 4894, - "nodeType": "Block", - "src": "17695:45:18", - "statements": [ - { - "expression": { - "hexValue": "66616c7365", - "id": 4892, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "17720:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "functionReturnParameters": 4875, - "id": 4893, - "nodeType": "Return", - "src": "17713:12:18" - } - ] - } - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4883, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4880, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4877, - "src": "17631:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "expression": { - "id": 4881, - "name": "byteArray", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4871, - "src": "17635:9:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 4882, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17645:6:18", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "17635:16:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "17631:20:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4897, - "initializationExpression": { - "assignments": [ - 4877 - ], - "declarations": [ - { - "constant": false, - "id": 4877, - "mutability": "mutable", - "name": "i", - "nameLocation": "17624:1:18", - "nodeType": "VariableDeclaration", - "scope": 4897, - "src": "17616:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4876, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "17616:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4879, - "initialValue": { - "hexValue": "30", - "id": 4878, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "17628:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "17616:13:18" - }, - "isSimpleCounterLoop": true, - "loopExpression": { - "expression": { - "id": 4885, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "++", - "prefix": true, - "src": "17653:3:18", - "subExpression": { - "id": 4884, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4877, - "src": "17655:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4886, - "nodeType": "ExpressionStatement", - "src": "17653:3:18" - }, - "nodeType": "ForStatement", - "src": "17611:139:18" - }, - { - "expression": { - "hexValue": "74727565", - "id": 4898, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "17766:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "functionReturnParameters": 4875, - "id": 4899, - "nodeType": "Return", - "src": "17759:11:18" - } - ] - }, - "documentation": { - "id": 4869, - "nodeType": "StructuredDocumentation", - "src": "17452:72:18", - "text": " @dev Returns whether the provided byte array is zero." - }, - "id": 4901, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_zeroBytes", - "nameLocation": "17538:10:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4872, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4871, - "mutability": "mutable", - "name": "byteArray", - "nameLocation": "17562:9:18", - "nodeType": "VariableDeclaration", - "scope": 4901, - "src": "17549:22:18", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 4870, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "17549:5:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "17548:24:18" - }, - "returnParameters": { - "id": 4875, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4874, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4901, - "src": "17595:4:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4873, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "17595:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "17594:6:18" - }, - "scope": 5741, - "src": "17529:248:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 5119, - "nodeType": "Block", - "src": "18137:5124:18", - "statements": [ - { - "id": 5118, - "nodeType": "UncheckedBlock", - "src": "18147:5108:18", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4911, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4909, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4904, - "src": "18241:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<=", - "rightExpression": { - "hexValue": "31", - "id": 4910, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "18246:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "18241:6:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4915, - "nodeType": "IfStatement", - "src": "18237:53:18", - "trueBody": { - "id": 4914, - "nodeType": "Block", - "src": "18249:41:18", - "statements": [ - { - "expression": { - "id": 4912, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4904, - "src": "18274:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 4908, - "id": 4913, - "nodeType": "Return", - "src": "18267:8:18" - } - ] - } - }, - { - "assignments": [ - 4917 - ], - "declarations": [ - { - "constant": false, - "id": 4917, - "mutability": "mutable", - "name": "aa", - "nameLocation": "19225:2:18", - "nodeType": "VariableDeclaration", - "scope": 5118, - "src": "19217:10:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4916, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "19217:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4919, - "initialValue": { - "id": 4918, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4904, - "src": "19230:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19217:14:18" - }, - { - "assignments": [ - 4921 - ], - "declarations": [ - { - "constant": false, - "id": 4921, - "mutability": "mutable", - "name": "xn", - "nameLocation": "19253:2:18", - "nodeType": "VariableDeclaration", - "scope": 5118, - "src": "19245:10:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4920, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "19245:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4923, - "initialValue": { - "hexValue": "31", - "id": 4922, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19258:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "VariableDeclarationStatement", - "src": "19245:14:18" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4929, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4924, - "name": "aa", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4917, - "src": "19278:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", - "typeString": "int_const 3402...(31 digits omitted)...1456" - }, - "id": 4927, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 4925, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19285:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "313238", - "id": 4926, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19290:3:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - "src": "19285:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", - "typeString": "int_const 3402...(31 digits omitted)...1456" - } - } - ], - "id": 4928, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "19284:10:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", - "typeString": "int_const 3402...(31 digits omitted)...1456" - } - }, - "src": "19278:16:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4939, - "nodeType": "IfStatement", - "src": "19274:92:18", - "trueBody": { - "id": 4938, - "nodeType": "Block", - "src": "19296:70:18", - "statements": [ - { - "expression": { - "id": 4932, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4930, - "name": "aa", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4917, - "src": "19314:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "313238", - "id": 4931, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19321:3:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - "src": "19314:10:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4933, - "nodeType": "ExpressionStatement", - "src": "19314:10:18" - }, - { - "expression": { - "id": 4936, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4934, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "19342:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "<<=", - "rightHandSide": { - "hexValue": "3634", - "id": 4935, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19349:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "19342:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4937, - "nodeType": "ExpressionStatement", - "src": "19342:9:18" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4945, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4940, - "name": "aa", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4917, - "src": "19383:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_18446744073709551616_by_1", - "typeString": "int_const 18446744073709551616" - }, - "id": 4943, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 4941, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19390:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "3634", - "id": 4942, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19395:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "19390:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_18446744073709551616_by_1", - "typeString": "int_const 18446744073709551616" - } - } - ], - "id": 4944, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "19389:9:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_18446744073709551616_by_1", - "typeString": "int_const 18446744073709551616" - } - }, - "src": "19383:15:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4955, - "nodeType": "IfStatement", - "src": "19379:90:18", - "trueBody": { - "id": 4954, - "nodeType": "Block", - "src": "19400:69:18", - "statements": [ - { - "expression": { - "id": 4948, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4946, - "name": "aa", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4917, - "src": "19418:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "3634", - "id": 4947, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19425:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "19418:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4949, - "nodeType": "ExpressionStatement", - "src": "19418:9:18" - }, - { - "expression": { - "id": 4952, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4950, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "19445:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "<<=", - "rightHandSide": { - "hexValue": "3332", - "id": 4951, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19452:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "19445:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4953, - "nodeType": "ExpressionStatement", - "src": "19445:9:18" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4961, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4956, - "name": "aa", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4917, - "src": "19486:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_4294967296_by_1", - "typeString": "int_const 4294967296" - }, - "id": 4959, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 4957, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19493:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "3332", - "id": 4958, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19498:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "19493:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4294967296_by_1", - "typeString": "int_const 4294967296" - } - } - ], - "id": 4960, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "19492:9:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4294967296_by_1", - "typeString": "int_const 4294967296" - } - }, - "src": "19486:15:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4971, - "nodeType": "IfStatement", - "src": "19482:90:18", - "trueBody": { - "id": 4970, - "nodeType": "Block", - "src": "19503:69:18", - "statements": [ - { - "expression": { - "id": 4964, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4962, - "name": "aa", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4917, - "src": "19521:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "3332", - "id": 4963, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19528:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "19521:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4965, - "nodeType": "ExpressionStatement", - "src": "19521:9:18" - }, - { - "expression": { - "id": 4968, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4966, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "19548:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "<<=", - "rightHandSide": { - "hexValue": "3136", - "id": 4967, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19555:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "19548:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4969, - "nodeType": "ExpressionStatement", - "src": "19548:9:18" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4977, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4972, - "name": "aa", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4917, - "src": "19589:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_65536_by_1", - "typeString": "int_const 65536" - }, - "id": 4975, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 4973, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19596:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "3136", - "id": 4974, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19601:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "19596:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_65536_by_1", - "typeString": "int_const 65536" - } - } - ], - "id": 4976, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "19595:9:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_65536_by_1", - "typeString": "int_const 65536" - } - }, - "src": "19589:15:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4987, - "nodeType": "IfStatement", - "src": "19585:89:18", - "trueBody": { - "id": 4986, - "nodeType": "Block", - "src": "19606:68:18", - "statements": [ - { - "expression": { - "id": 4980, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4978, - "name": "aa", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4917, - "src": "19624:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "3136", - "id": 4979, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19631:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "19624:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4981, - "nodeType": "ExpressionStatement", - "src": "19624:9:18" - }, - { - "expression": { - "id": 4984, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4982, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "19651:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "<<=", - "rightHandSide": { - "hexValue": "38", - "id": 4983, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19658:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "19651:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4985, - "nodeType": "ExpressionStatement", - "src": "19651:8:18" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4993, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4988, - "name": "aa", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4917, - "src": "19691:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_256_by_1", - "typeString": "int_const 256" - }, - "id": 4991, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 4989, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19698:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "38", - "id": 4990, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19703:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "19698:6:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_256_by_1", - "typeString": "int_const 256" - } - } - ], - "id": 4992, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "19697:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_256_by_1", - "typeString": "int_const 256" - } - }, - "src": "19691:14:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5003, - "nodeType": "IfStatement", - "src": "19687:87:18", - "trueBody": { - "id": 5002, - "nodeType": "Block", - "src": "19707:67:18", - "statements": [ - { - "expression": { - "id": 4996, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4994, - "name": "aa", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4917, - "src": "19725:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "38", - "id": 4995, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19732:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "19725:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4997, - "nodeType": "ExpressionStatement", - "src": "19725:8:18" - }, - { - "expression": { - "id": 5000, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4998, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "19751:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "<<=", - "rightHandSide": { - "hexValue": "34", - "id": 4999, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19758:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "19751:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5001, - "nodeType": "ExpressionStatement", - "src": "19751:8:18" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5009, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5004, - "name": "aa", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4917, - "src": "19791:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "id": 5007, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5005, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19798:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "34", - "id": 5006, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19803:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "19798:6:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - } - } - ], - "id": 5008, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "19797:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - } - }, - "src": "19791:14:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5019, - "nodeType": "IfStatement", - "src": "19787:87:18", - "trueBody": { - "id": 5018, - "nodeType": "Block", - "src": "19807:67:18", - "statements": [ - { - "expression": { - "id": 5012, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5010, - "name": "aa", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4917, - "src": "19825:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "34", - "id": 5011, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19832:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "19825:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5013, - "nodeType": "ExpressionStatement", - "src": "19825:8:18" - }, - { - "expression": { - "id": 5016, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5014, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "19851:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "<<=", - "rightHandSide": { - "hexValue": "32", - "id": 5015, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19858:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "19851:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5017, - "nodeType": "ExpressionStatement", - "src": "19851:8:18" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5025, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5020, - "name": "aa", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4917, - "src": "19891:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "id": 5023, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5021, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19898:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "32", - "id": 5022, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19903:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "19898:6:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - } - } - ], - "id": 5024, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "19897:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - } - }, - "src": "19891:14:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5031, - "nodeType": "IfStatement", - "src": "19887:61:18", - "trueBody": { - "id": 5030, - "nodeType": "Block", - "src": "19907:41:18", - "statements": [ - { - "expression": { - "id": 5028, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5026, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "19925:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "<<=", - "rightHandSide": { - "hexValue": "31", - "id": 5027, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19932:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "19925:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5029, - "nodeType": "ExpressionStatement", - "src": "19925:8:18" - } - ] - } - }, - { - "expression": { - "id": 5039, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5032, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "20368:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5038, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5035, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "33", - "id": 5033, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "20374:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_3_by_1", - "typeString": "int_const 3" - }, - "value": "3" - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 5034, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "20378:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "20374:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 5036, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "20373:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 5037, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "20385:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "20373:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "20368:18:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5040, - "nodeType": "ExpressionStatement", - "src": "20368:18:18" - }, - { - "expression": { - "id": 5050, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5041, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22273:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5049, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5046, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5042, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22279:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5045, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5043, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4904, - "src": "22284:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 5044, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22288:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22284:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22279:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 5047, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "22278:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 5048, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22295:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "22278:18:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22273:23:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5051, - "nodeType": "ExpressionStatement", - "src": "22273:23:18" - }, - { - "expression": { - "id": 5061, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5052, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22382:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5060, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5057, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5053, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22388:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5056, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5054, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4904, - "src": "22393:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 5055, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22397:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22393:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22388:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 5058, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "22387:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 5059, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22404:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "22387:18:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22382:23:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5062, - "nodeType": "ExpressionStatement", - "src": "22382:23:18" - }, - { - "expression": { - "id": 5072, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5063, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22493:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5071, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5068, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5064, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22499:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5067, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5065, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4904, - "src": "22504:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 5066, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22508:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22504:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22499:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 5069, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "22498:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 5070, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22515:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "22498:18:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22493:23:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5073, - "nodeType": "ExpressionStatement", - "src": "22493:23:18" - }, - { - "expression": { - "id": 5083, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5074, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22602:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5082, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5079, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5075, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22608:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5078, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5076, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4904, - "src": "22613:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 5077, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22617:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22613:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22608:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 5080, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "22607:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 5081, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22624:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "22607:18:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22602:23:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5084, - "nodeType": "ExpressionStatement", - "src": "22602:23:18" - }, - { - "expression": { - "id": 5094, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5085, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22712:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5093, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5090, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5086, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22718:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5089, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5087, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4904, - "src": "22723:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 5088, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22727:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22723:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22718:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 5091, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "22717:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 5092, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22734:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "22717:18:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22712:23:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5095, - "nodeType": "ExpressionStatement", - "src": "22712:23:18" - }, - { - "expression": { - "id": 5105, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5096, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22822:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5104, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5101, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5097, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22828:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5100, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5098, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4904, - "src": "22833:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 5099, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "22837:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22833:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22828:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 5102, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "22827:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 5103, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22844:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "22827:18:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22822:23:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5106, - "nodeType": "ExpressionStatement", - "src": "22822:23:18" - }, - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5116, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5107, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "23211:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5114, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5110, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "23232:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5113, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5111, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4904, - "src": "23237:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 5112, - "name": "xn", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4921, - "src": "23241:2:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "23237:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "23232:11:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5108, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "23216:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5109, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "23225:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "23216:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5115, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23216:28:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "23211:33:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 4908, - "id": 5117, - "nodeType": "Return", - "src": "23204:40:18" - } - ] - } - ] - }, - "documentation": { - "id": 4902, - "nodeType": "StructuredDocumentation", - "src": "17783:292:18", - "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 This method is based on Newton's method for computing square roots; the algorithm is restricted to only\n using integer operations." - }, - "id": 5120, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "sqrt", - "nameLocation": "18089:4:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4905, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4904, - "mutability": "mutable", - "name": "a", - "nameLocation": "18102:1:18", - "nodeType": "VariableDeclaration", - "scope": 5120, - "src": "18094:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4903, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "18094:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "18093:11:18" - }, - "returnParameters": { - "id": 4908, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4907, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5120, - "src": "18128:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4906, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "18128:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "18127:9:18" - }, - "scope": 5741, - "src": "18080:5181:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5153, - "nodeType": "Block", - "src": "23434:171:18", - "statements": [ - { - "id": 5152, - "nodeType": "UncheckedBlock", - "src": "23444:155:18", - "statements": [ - { - "assignments": [ - 5132 - ], - "declarations": [ - { - "constant": false, - "id": 5132, - "mutability": "mutable", - "name": "result", - "nameLocation": "23476:6:18", - "nodeType": "VariableDeclaration", - "scope": 5152, - "src": "23468:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5131, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "23468:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 5136, - "initialValue": { - "arguments": [ - { - "id": 5134, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5123, - "src": "23490:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5133, - "name": "sqrt", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 5120, - 5154 - ], - "referencedDeclaration": 5120, - "src": "23485:4:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 5135, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23485:7:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "23468:24:18" - }, - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5150, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5137, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5132, - "src": "23513:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 5148, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 5141, - "name": "rounding", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5126, - "src": "23555:8:18", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - ], - "id": 5140, - "name": "unsignedRoundsUp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5740, - "src": "23538:16:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$4147_$returns$_t_bool_$", - "typeString": "function (enum Math.Rounding) pure returns (bool)" - } - }, - "id": 5142, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23538:26:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5147, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5145, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5143, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5132, - "src": "23568:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 5144, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5132, - "src": "23577:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "23568:15:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 5146, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5123, - "src": "23586:1:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "23568:19:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "23538:49:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5138, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "23522:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5139, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "23531:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "23522:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5149, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23522:66:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "23513:75:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 5130, - "id": 5151, - "nodeType": "Return", - "src": "23506:82:18" - } - ] - } - ] - }, - "documentation": { - "id": 5121, - "nodeType": "StructuredDocumentation", - "src": "23267:86:18", - "text": " @dev Calculates sqrt(a), following the selected rounding direction." - }, - "id": 5154, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "sqrt", - "nameLocation": "23367:4:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5127, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5123, - "mutability": "mutable", - "name": "a", - "nameLocation": "23380:1:18", - "nodeType": "VariableDeclaration", - "scope": 5154, - "src": "23372:9:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5122, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "23372:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5126, - "mutability": "mutable", - "name": "rounding", - "nameLocation": "23392:8:18", - "nodeType": "VariableDeclaration", - "scope": 5154, - "src": "23383:17:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - }, - "typeName": { - "id": 5125, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5124, - "name": "Rounding", - "nameLocations": [ - "23383:8:18" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4147, - "src": "23383:8:18" - }, - "referencedDeclaration": 4147, - "src": "23383:8:18", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - }, - "visibility": "internal" - } - ], - "src": "23371:30:18" - }, - "returnParameters": { - "id": 5130, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5129, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5154, - "src": "23425:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5128, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "23425:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "23424:9:18" - }, - "scope": 5741, - "src": "23358:247:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5349, - "nodeType": "Block", - "src": "23796:981:18", - "statements": [ - { - "assignments": [ - 5163 - ], - "declarations": [ - { - "constant": false, - "id": 5163, - "mutability": "mutable", - "name": "result", - "nameLocation": "23814:6:18", - "nodeType": "VariableDeclaration", - "scope": 5349, - "src": "23806:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5162, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "23806:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 5165, - "initialValue": { - "hexValue": "30", - "id": 5164, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "23823:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "23806:18:18" - }, - { - "assignments": [ - 5167 - ], - "declarations": [ - { - "constant": false, - "id": 5167, - "mutability": "mutable", - "name": "exp", - "nameLocation": "23842:3:18", - "nodeType": "VariableDeclaration", - "scope": 5349, - "src": "23834:11:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5166, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "23834:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 5168, - "nodeType": "VariableDeclarationStatement", - "src": "23834:11:18" - }, - { - "id": 5346, - "nodeType": "UncheckedBlock", - "src": "23855:893:18", - "statements": [ - { - "expression": { - "id": 5183, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5169, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "23879:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5182, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "313238", - "id": 5170, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "23885:3:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5180, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5173, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "23907:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_340282366920938463463374607431768211455_by_1", - "typeString": "int_const 3402...(31 digits omitted)...1455" - }, - "id": 5179, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", - "typeString": "int_const 3402...(31 digits omitted)...1456" - }, - "id": 5176, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5174, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "23916:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "313238", - "id": 5175, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "23921:3:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - "src": "23916:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", - "typeString": "int_const 3402...(31 digits omitted)...1456" - } - } - ], - "id": 5177, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "23915:10:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", - "typeString": "int_const 3402...(31 digits omitted)...1456" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 5178, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "23928:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "23915:14:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_340282366920938463463374607431768211455_by_1", - "typeString": "int_const 3402...(31 digits omitted)...1455" - } - }, - "src": "23907:22:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5171, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "23891:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5172, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "23900:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "23891:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5181, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23891:39:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "23885:45:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "23879:51:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5184, - "nodeType": "ExpressionStatement", - "src": "23879:51:18" - }, - { - "expression": { - "id": 5187, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5185, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "23944:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "id": 5186, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "23954:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "23944:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5188, - "nodeType": "ExpressionStatement", - "src": "23944:13:18" - }, - { - "expression": { - "id": 5191, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5189, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5163, - "src": "23971:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "id": 5190, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "23981:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "23971:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5192, - "nodeType": "ExpressionStatement", - "src": "23971:13:18" - }, - { - "expression": { - "id": 5207, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5193, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "23999:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5206, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3634", - "id": 5194, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24005:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5204, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5197, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "24026:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_18446744073709551615_by_1", - "typeString": "int_const 18446744073709551615" - }, - "id": 5203, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_18446744073709551616_by_1", - "typeString": "int_const 18446744073709551616" - }, - "id": 5200, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5198, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24035:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "3634", - "id": 5199, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24040:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "24035:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_18446744073709551616_by_1", - "typeString": "int_const 18446744073709551616" - } - } - ], - "id": 5201, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "24034:9:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_18446744073709551616_by_1", - "typeString": "int_const 18446744073709551616" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 5202, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24046:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "24034:13:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_18446744073709551615_by_1", - "typeString": "int_const 18446744073709551615" - } - }, - "src": "24026:21:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5195, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "24010:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5196, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24019:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "24010:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5205, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24010:38:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24005:43:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "23999:49:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5208, - "nodeType": "ExpressionStatement", - "src": "23999:49:18" - }, - { - "expression": { - "id": 5211, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5209, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "24062:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "id": 5210, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24072:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24062:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5212, - "nodeType": "ExpressionStatement", - "src": "24062:13:18" - }, - { - "expression": { - "id": 5215, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5213, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5163, - "src": "24089:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "id": 5214, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24099:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24089:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5216, - "nodeType": "ExpressionStatement", - "src": "24089:13:18" - }, - { - "expression": { - "id": 5231, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5217, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24117:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5230, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3332", - "id": 5218, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24123:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5228, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5221, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "24144:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_4294967295_by_1", - "typeString": "int_const 4294967295" - }, - "id": 5227, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_4294967296_by_1", - "typeString": "int_const 4294967296" - }, - "id": 5224, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5222, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24153:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "3332", - "id": 5223, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24158:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "24153:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4294967296_by_1", - "typeString": "int_const 4294967296" - } - } - ], - "id": 5225, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "24152:9:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4294967296_by_1", - "typeString": "int_const 4294967296" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 5226, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24164:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "24152:13:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4294967295_by_1", - "typeString": "int_const 4294967295" - } - }, - "src": "24144:21:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5219, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "24128:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5220, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24137:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "24128:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5229, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24128:38:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24123:43:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24117:49:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5232, - "nodeType": "ExpressionStatement", - "src": "24117:49:18" - }, - { - "expression": { - "id": 5235, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5233, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "24180:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "id": 5234, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24190:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24180:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5236, - "nodeType": "ExpressionStatement", - "src": "24180:13:18" - }, - { - "expression": { - "id": 5239, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5237, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5163, - "src": "24207:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "id": 5238, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24217:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24207:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5240, - "nodeType": "ExpressionStatement", - "src": "24207:13:18" - }, - { - "expression": { - "id": 5255, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5241, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24235:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5254, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3136", - "id": 5242, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24241:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5252, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5245, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "24262:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_65535_by_1", - "typeString": "int_const 65535" - }, - "id": 5251, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_65536_by_1", - "typeString": "int_const 65536" - }, - "id": 5248, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5246, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24271:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "3136", - "id": 5247, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24276:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "24271:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_65536_by_1", - "typeString": "int_const 65536" - } - } - ], - "id": 5249, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "24270:9:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_65536_by_1", - "typeString": "int_const 65536" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 5250, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24282:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "24270:13:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_65535_by_1", - "typeString": "int_const 65535" - } - }, - "src": "24262:21:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5243, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "24246:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5244, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24255:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "24246:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5253, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24246:38:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24241:43:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24235:49:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5256, - "nodeType": "ExpressionStatement", - "src": "24235:49:18" - }, - { - "expression": { - "id": 5259, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5257, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "24298:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "id": 5258, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24308:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24298:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5260, - "nodeType": "ExpressionStatement", - "src": "24298:13:18" - }, - { - "expression": { - "id": 5263, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5261, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5163, - "src": "24325:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "id": 5262, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24335:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24325:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5264, - "nodeType": "ExpressionStatement", - "src": "24325:13:18" - }, - { - "expression": { - "id": 5279, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5265, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24353:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5278, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "38", - "id": 5266, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24359:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5276, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5269, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "24379:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_255_by_1", - "typeString": "int_const 255" - }, - "id": 5275, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_256_by_1", - "typeString": "int_const 256" - }, - "id": 5272, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5270, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24388:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "38", - "id": 5271, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24393:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "24388:6:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_256_by_1", - "typeString": "int_const 256" - } - } - ], - "id": 5273, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "24387:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_256_by_1", - "typeString": "int_const 256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 5274, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24398:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "24387:12:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_255_by_1", - "typeString": "int_const 255" - } - }, - "src": "24379:20:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5267, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "24363:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5268, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24372:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "24363:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5277, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24363:37:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24359:41:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24353:47:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5280, - "nodeType": "ExpressionStatement", - "src": "24353:47:18" - }, - { - "expression": { - "id": 5283, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5281, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "24414:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "id": 5282, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24424:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24414:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5284, - "nodeType": "ExpressionStatement", - "src": "24414:13:18" - }, - { - "expression": { - "id": 5287, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5285, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5163, - "src": "24441:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "id": 5286, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24451:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24441:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5288, - "nodeType": "ExpressionStatement", - "src": "24441:13:18" - }, - { - "expression": { - "id": 5303, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5289, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24469:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5302, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "34", - "id": 5290, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24475:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5300, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5293, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "24495:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_15_by_1", - "typeString": "int_const 15" - }, - "id": 5299, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "id": 5296, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5294, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24504:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "34", - "id": 5295, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24509:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "24504:6:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - } - } - ], - "id": 5297, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "24503:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 5298, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24514:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "24503:12:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_15_by_1", - "typeString": "int_const 15" - } - }, - "src": "24495:20:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5291, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "24479:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5292, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24488:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "24479:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5301, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24479:37:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24475:41:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24469:47:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5304, - "nodeType": "ExpressionStatement", - "src": "24469:47:18" - }, - { - "expression": { - "id": 5307, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5305, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "24530:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "id": 5306, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24540:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24530:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5308, - "nodeType": "ExpressionStatement", - "src": "24530:13:18" - }, - { - "expression": { - "id": 5311, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5309, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5163, - "src": "24557:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "id": 5310, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24567:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24557:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5312, - "nodeType": "ExpressionStatement", - "src": "24557:13:18" - }, - { - "expression": { - "id": 5327, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5313, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24585:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5326, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 5314, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24591:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5324, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5317, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "24611:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_3_by_1", - "typeString": "int_const 3" - }, - "id": 5323, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "id": 5320, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5318, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24620:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "32", - "id": 5319, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24625:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "24620:6:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - } - } - ], - "id": 5321, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "24619:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 5322, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24630:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "24619:12:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_3_by_1", - "typeString": "int_const 3" - } - }, - "src": "24611:20:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5315, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "24595:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5316, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24604:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "24595:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5325, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24595:37:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24591:41:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24585:47:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5328, - "nodeType": "ExpressionStatement", - "src": "24585:47:18" - }, - { - "expression": { - "id": 5331, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5329, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "24646:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "id": 5330, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24656:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24646:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5332, - "nodeType": "ExpressionStatement", - "src": "24646:13:18" - }, - { - "expression": { - "id": 5335, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5333, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5163, - "src": "24673:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "id": 5334, - "name": "exp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5167, - "src": "24683:3:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24673:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5336, - "nodeType": "ExpressionStatement", - "src": "24673:13:18" - }, - { - "expression": { - "id": 5344, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5337, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5163, - "src": "24701:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5342, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5340, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5157, - "src": "24727:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "31", - "id": 5341, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24735:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "24727:9:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5338, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "24711:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5339, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24720:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "24711:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5343, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24711:26:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24701:36:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5345, - "nodeType": "ExpressionStatement", - "src": "24701:36:18" - } - ] - }, - { - "expression": { - "id": 5347, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5163, - "src": "24764:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 5161, - "id": 5348, - "nodeType": "Return", - "src": "24757:13:18" - } - ] - }, - "documentation": { - "id": 5155, - "nodeType": "StructuredDocumentation", - "src": "23611:119:18", - "text": " @dev Return the log in base 2 of a positive value rounded towards zero.\n Returns 0 if given 0." - }, - "id": 5350, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "log2", - "nameLocation": "23744:4:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5158, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5157, - "mutability": "mutable", - "name": "value", - "nameLocation": "23757:5:18", - "nodeType": "VariableDeclaration", - "scope": 5350, - "src": "23749:13:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5156, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "23749:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "23748:15:18" - }, - "returnParameters": { - "id": 5161, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5160, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5350, - "src": "23787:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5159, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "23787:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "23786:9:18" - }, - "scope": 5741, - "src": "23735:1042:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5383, - "nodeType": "Block", - "src": "25010:175:18", - "statements": [ - { - "id": 5382, - "nodeType": "UncheckedBlock", - "src": "25020:159:18", - "statements": [ - { - "assignments": [ - 5362 - ], - "declarations": [ - { - "constant": false, - "id": 5362, - "mutability": "mutable", - "name": "result", - "nameLocation": "25052:6:18", - "nodeType": "VariableDeclaration", - "scope": 5382, - "src": "25044:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5361, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "25044:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 5366, - "initialValue": { - "arguments": [ - { - "id": 5364, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5353, - "src": "25066:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5363, - "name": "log2", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 5350, - 5384 - ], - "referencedDeclaration": 5350, - "src": "25061:4:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 5365, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25061:11:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "25044:28:18" - }, - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5380, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5367, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5362, - "src": "25093:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 5378, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 5371, - "name": "rounding", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5356, - "src": "25135:8:18", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - ], - "id": 5370, - "name": "unsignedRoundsUp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5740, - "src": "25118:16:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$4147_$returns$_t_bool_$", - "typeString": "function (enum Math.Rounding) pure returns (bool)" - } - }, - "id": 5372, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25118:26:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5377, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5375, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5373, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25148:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "id": 5374, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5362, - "src": "25153:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "25148:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 5376, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5353, - "src": "25162:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "25148:19:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "25118:49:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5368, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "25102:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5369, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25111:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "25102:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5379, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25102:66:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "25093:75:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 5360, - "id": 5381, - "nodeType": "Return", - "src": "25086:82:18" - } - ] - } - ] - }, - "documentation": { - "id": 5351, - "nodeType": "StructuredDocumentation", - "src": "24783:142:18", - "text": " @dev Return the log in base 2, following the selected rounding direction, of a positive value.\n Returns 0 if given 0." - }, - "id": 5384, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "log2", - "nameLocation": "24939:4:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5357, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5353, - "mutability": "mutable", - "name": "value", - "nameLocation": "24952:5:18", - "nodeType": "VariableDeclaration", - "scope": 5384, - "src": "24944:13:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5352, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "24944:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5356, - "mutability": "mutable", - "name": "rounding", - "nameLocation": "24968:8:18", - "nodeType": "VariableDeclaration", - "scope": 5384, - "src": "24959:17:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - }, - "typeName": { - "id": 5355, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5354, - "name": "Rounding", - "nameLocations": [ - "24959:8:18" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4147, - "src": "24959:8:18" - }, - "referencedDeclaration": 4147, - "src": "24959:8:18", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - }, - "visibility": "internal" - } - ], - "src": "24943:34:18" - }, - "returnParameters": { - "id": 5360, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5359, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5384, - "src": "25001:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5358, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "25001:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "25000:9:18" - }, - "scope": 5741, - "src": "24930:255:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5512, - "nodeType": "Block", - "src": "25378:854:18", - "statements": [ - { - "assignments": [ - 5393 - ], - "declarations": [ - { - "constant": false, - "id": 5393, - "mutability": "mutable", - "name": "result", - "nameLocation": "25396:6:18", - "nodeType": "VariableDeclaration", - "scope": 5512, - "src": "25388:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5392, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "25388:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 5395, - "initialValue": { - "hexValue": "30", - "id": 5394, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25405:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "25388:18:18" - }, - { - "id": 5509, - "nodeType": "UncheckedBlock", - "src": "25416:787:18", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5400, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5396, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5387, - "src": "25444:5:18", - "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": 5399, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 5397, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25453:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "3634", - "id": 5398, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25459:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "25453:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10000000000000000000000000000000000000000000000000000000000000000_by_1", - "typeString": "int_const 1000...(57 digits omitted)...0000" - } - }, - "src": "25444:17:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5412, - "nodeType": "IfStatement", - "src": "25440:103:18", - "trueBody": { - "id": 5411, - "nodeType": "Block", - "src": "25463:80:18", - "statements": [ - { - "expression": { - "id": 5405, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5401, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5387, - "src": "25481:5:18", - "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": 5404, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 5402, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25490:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "3634", - "id": 5403, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25496:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "25490:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10000000000000000000000000000000000000000000000000000000000000000_by_1", - "typeString": "int_const 1000...(57 digits omitted)...0000" - } - }, - "src": "25481:17:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5406, - "nodeType": "ExpressionStatement", - "src": "25481:17:18" - }, - { - "expression": { - "id": 5409, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5407, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5393, - "src": "25516:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "3634", - "id": 5408, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25526:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "25516:12:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5410, - "nodeType": "ExpressionStatement", - "src": "25516:12:18" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5417, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5413, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5387, - "src": "25560:5:18", - "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": 5416, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 5414, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25569:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "3332", - "id": 5415, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25575:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "25569:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_100000000000000000000000000000000_by_1", - "typeString": "int_const 1000...(25 digits omitted)...0000" - } - }, - "src": "25560:17:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5429, - "nodeType": "IfStatement", - "src": "25556:103:18", - "trueBody": { - "id": 5428, - "nodeType": "Block", - "src": "25579:80:18", - "statements": [ - { - "expression": { - "id": 5422, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5418, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5387, - "src": "25597:5:18", - "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": 5421, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 5419, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25606:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "3332", - "id": 5420, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25612:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "25606:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_100000000000000000000000000000000_by_1", - "typeString": "int_const 1000...(25 digits omitted)...0000" - } - }, - "src": "25597:17:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5423, - "nodeType": "ExpressionStatement", - "src": "25597:17:18" - }, - { - "expression": { - "id": 5426, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5424, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5393, - "src": "25632:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "3332", - "id": 5425, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25642:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "25632:12:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5427, - "nodeType": "ExpressionStatement", - "src": "25632:12:18" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5434, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5430, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5387, - "src": "25676:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_10000000000000000_by_1", - "typeString": "int_const 10000000000000000" - }, - "id": 5433, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 5431, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25685:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "3136", - "id": 5432, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25691:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "25685:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10000000000000000_by_1", - "typeString": "int_const 10000000000000000" - } - }, - "src": "25676:17:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5446, - "nodeType": "IfStatement", - "src": "25672:103:18", - "trueBody": { - "id": 5445, - "nodeType": "Block", - "src": "25695:80:18", - "statements": [ - { - "expression": { - "id": 5439, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5435, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5387, - "src": "25713:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "/=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_rational_10000000000000000_by_1", - "typeString": "int_const 10000000000000000" - }, - "id": 5438, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 5436, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25722:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "3136", - "id": 5437, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25728:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "25722:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10000000000000000_by_1", - "typeString": "int_const 10000000000000000" - } - }, - "src": "25713:17:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5440, - "nodeType": "ExpressionStatement", - "src": "25713:17:18" - }, - { - "expression": { - "id": 5443, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5441, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5393, - "src": "25748:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "3136", - "id": 5442, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25758:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "25748:12:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5444, - "nodeType": "ExpressionStatement", - "src": "25748:12:18" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5451, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5447, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5387, - "src": "25792:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_100000000_by_1", - "typeString": "int_const 100000000" - }, - "id": 5450, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 5448, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25801:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "38", - "id": 5449, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25807:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "25801:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_100000000_by_1", - "typeString": "int_const 100000000" - } - }, - "src": "25792:16:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5463, - "nodeType": "IfStatement", - "src": "25788:100:18", - "trueBody": { - "id": 5462, - "nodeType": "Block", - "src": "25810:78:18", - "statements": [ - { - "expression": { - "id": 5456, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5452, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5387, - "src": "25828:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "/=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_rational_100000000_by_1", - "typeString": "int_const 100000000" - }, - "id": 5455, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 5453, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25837:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "38", - "id": 5454, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25843:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "25837:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_100000000_by_1", - "typeString": "int_const 100000000" - } - }, - "src": "25828:16:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5457, - "nodeType": "ExpressionStatement", - "src": "25828:16:18" - }, - { - "expression": { - "id": 5460, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5458, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5393, - "src": "25862:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "38", - "id": 5459, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25872:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "25862:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5461, - "nodeType": "ExpressionStatement", - "src": "25862:11:18" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5468, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5464, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5387, - "src": "25905:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_10000_by_1", - "typeString": "int_const 10000" - }, - "id": 5467, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 5465, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25914:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "34", - "id": 5466, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25920:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "25914:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10000_by_1", - "typeString": "int_const 10000" - } - }, - "src": "25905:16:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5480, - "nodeType": "IfStatement", - "src": "25901:100:18", - "trueBody": { - "id": 5479, - "nodeType": "Block", - "src": "25923:78:18", - "statements": [ - { - "expression": { - "id": 5473, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5469, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5387, - "src": "25941:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "/=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_rational_10000_by_1", - "typeString": "int_const 10000" - }, - "id": 5472, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 5470, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25950:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "34", - "id": 5471, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25956:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "25950:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10000_by_1", - "typeString": "int_const 10000" - } - }, - "src": "25941:16:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5474, - "nodeType": "ExpressionStatement", - "src": "25941:16:18" - }, - { - "expression": { - "id": 5477, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5475, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5393, - "src": "25975:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "34", - "id": 5476, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25985:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "25975:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5478, - "nodeType": "ExpressionStatement", - "src": "25975:11:18" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5485, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5481, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5387, - "src": "26018:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_100_by_1", - "typeString": "int_const 100" - }, - "id": 5484, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 5482, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26027:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "32", - "id": 5483, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26033:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "26027:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_100_by_1", - "typeString": "int_const 100" - } - }, - "src": "26018:16:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5497, - "nodeType": "IfStatement", - "src": "26014:100:18", - "trueBody": { - "id": 5496, - "nodeType": "Block", - "src": "26036:78:18", - "statements": [ - { - "expression": { - "id": 5490, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5486, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5387, - "src": "26054:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "/=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_rational_100_by_1", - "typeString": "int_const 100" - }, - "id": 5489, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 5487, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26063:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "32", - "id": 5488, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26069:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "26063:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_100_by_1", - "typeString": "int_const 100" - } - }, - "src": "26054:16:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5491, - "nodeType": "ExpressionStatement", - "src": "26054:16:18" - }, - { - "expression": { - "id": 5494, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5492, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5393, - "src": "26088:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "32", - "id": 5493, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26098:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "26088:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5495, - "nodeType": "ExpressionStatement", - "src": "26088:11:18" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5502, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5498, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5387, - "src": "26131:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "id": 5501, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 5499, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26140:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "31", - "id": 5500, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26146:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "26140:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - } - }, - "src": "26131:16:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5508, - "nodeType": "IfStatement", - "src": "26127:66:18", - "trueBody": { - "id": 5507, - "nodeType": "Block", - "src": "26149:44:18", - "statements": [ - { - "expression": { - "id": 5505, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5503, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5393, - "src": "26167:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "31", - "id": 5504, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26177:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "26167:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5506, - "nodeType": "ExpressionStatement", - "src": "26167:11:18" - } - ] - } - } - ] - }, - { - "expression": { - "id": 5510, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5393, - "src": "26219:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 5391, - "id": 5511, - "nodeType": "Return", - "src": "26212:13:18" - } - ] - }, - "documentation": { - "id": 5385, - "nodeType": "StructuredDocumentation", - "src": "25191:120:18", - "text": " @dev Return the log in base 10 of a positive value rounded towards zero.\n Returns 0 if given 0." - }, - "id": 5513, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "log10", - "nameLocation": "25325:5:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5388, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5387, - "mutability": "mutable", - "name": "value", - "nameLocation": "25339:5:18", - "nodeType": "VariableDeclaration", - "scope": 5513, - "src": "25331:13:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5386, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "25331:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "25330:15:18" - }, - "returnParameters": { - "id": 5391, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5390, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5513, - "src": "25369:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5389, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "25369:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "25368:9:18" - }, - "scope": 5741, - "src": "25316:916:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5546, - "nodeType": "Block", - "src": "26467:177:18", - "statements": [ - { - "id": 5545, - "nodeType": "UncheckedBlock", - "src": "26477:161:18", - "statements": [ - { - "assignments": [ - 5525 - ], - "declarations": [ - { - "constant": false, - "id": 5525, - "mutability": "mutable", - "name": "result", - "nameLocation": "26509:6:18", - "nodeType": "VariableDeclaration", - "scope": 5545, - "src": "26501:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5524, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "26501:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 5529, - "initialValue": { - "arguments": [ - { - "id": 5527, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5516, - "src": "26524:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5526, - "name": "log10", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 5513, - 5547 - ], - "referencedDeclaration": 5513, - "src": "26518:5:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 5528, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26518:12:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "26501:29:18" - }, - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5543, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5530, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5525, - "src": "26551:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 5541, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 5534, - "name": "rounding", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5519, - "src": "26593:8:18", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - ], - "id": 5533, - "name": "unsignedRoundsUp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5740, - "src": "26576:16:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$4147_$returns$_t_bool_$", - "typeString": "function (enum Math.Rounding) pure returns (bool)" - } - }, - "id": 5535, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26576:26:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5540, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5538, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 5536, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26606:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "id": 5537, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5525, - "src": "26612:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "26606:12:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 5539, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5516, - "src": "26621:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "26606:20:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "26576:50:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5531, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "26560:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5532, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "26569:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "26560:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5542, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26560:67:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "26551:76:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 5523, - "id": 5544, - "nodeType": "Return", - "src": "26544:83:18" - } - ] - } - ] - }, - "documentation": { - "id": 5514, - "nodeType": "StructuredDocumentation", - "src": "26238:143:18", - "text": " @dev Return the log in base 10, following the selected rounding direction, of a positive value.\n Returns 0 if given 0." - }, - "id": 5547, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "log10", - "nameLocation": "26395:5:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5520, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5516, - "mutability": "mutable", - "name": "value", - "nameLocation": "26409:5:18", - "nodeType": "VariableDeclaration", - "scope": 5547, - "src": "26401:13:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5515, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "26401:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5519, - "mutability": "mutable", - "name": "rounding", - "nameLocation": "26425:8:18", - "nodeType": "VariableDeclaration", - "scope": 5547, - "src": "26416:17:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - }, - "typeName": { - "id": 5518, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5517, - "name": "Rounding", - "nameLocations": [ - "26416:8:18" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4147, - "src": "26416:8:18" - }, - "referencedDeclaration": 4147, - "src": "26416:8:18", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - }, - "visibility": "internal" - } - ], - "src": "26400:34:18" - }, - "returnParameters": { - "id": 5523, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5522, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5547, - "src": "26458:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5521, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "26458:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "26457:9:18" - }, - "scope": 5741, - "src": "26386:258:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5683, - "nodeType": "Block", - "src": "26964:674:18", - "statements": [ - { - "assignments": [ - 5556 - ], - "declarations": [ - { - "constant": false, - "id": 5556, - "mutability": "mutable", - "name": "result", - "nameLocation": "26982:6:18", - "nodeType": "VariableDeclaration", - "scope": 5683, - "src": "26974:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5555, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "26974:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 5558, - "initialValue": { - "hexValue": "30", - "id": 5557, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26991:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "26974:18:18" - }, - { - "assignments": [ - 5560 - ], - "declarations": [ - { - "constant": false, - "id": 5560, - "mutability": "mutable", - "name": "isGt", - "nameLocation": "27010:4:18", - "nodeType": "VariableDeclaration", - "scope": 5683, - "src": "27002:12:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5559, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "27002:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 5561, - "nodeType": "VariableDeclarationStatement", - "src": "27002:12:18" - }, - { - "id": 5680, - "nodeType": "UncheckedBlock", - "src": "27024:585:18", - "statements": [ - { - "expression": { - "id": 5574, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5562, - "name": "isGt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5560, - "src": "27048:4:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5572, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5565, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5550, - "src": "27071:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_340282366920938463463374607431768211455_by_1", - "typeString": "int_const 3402...(31 digits omitted)...1455" - }, - "id": 5571, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", - "typeString": "int_const 3402...(31 digits omitted)...1456" - }, - "id": 5568, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5566, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27080:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "313238", - "id": 5567, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27085:3:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - "src": "27080:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", - "typeString": "int_const 3402...(31 digits omitted)...1456" - } - } - ], - "id": 5569, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "27079:10:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", - "typeString": "int_const 3402...(31 digits omitted)...1456" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 5570, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27092:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "27079:14:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_340282366920938463463374607431768211455_by_1", - "typeString": "int_const 3402...(31 digits omitted)...1455" - } - }, - "src": "27071:22:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5563, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "27055:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5564, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "27064:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "27055:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5573, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27055:39:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "27048:46:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5575, - "nodeType": "ExpressionStatement", - "src": "27048:46:18" - }, - { - "expression": { - "id": 5580, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5576, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5550, - "src": "27108:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5579, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5577, - "name": "isGt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5560, - "src": "27118:4:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "hexValue": "313238", - "id": 5578, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27125:3:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - "src": "27118:10:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "27108:20:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5581, - "nodeType": "ExpressionStatement", - "src": "27108:20:18" - }, - { - "expression": { - "id": 5586, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5582, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5556, - "src": "27142:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5585, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5583, - "name": "isGt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5560, - "src": "27152:4:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "hexValue": "3136", - "id": 5584, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27159:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "27152:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "27142:19:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5587, - "nodeType": "ExpressionStatement", - "src": "27142:19:18" - }, - { - "expression": { - "id": 5600, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5588, - "name": "isGt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5560, - "src": "27176:4:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5598, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5591, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5550, - "src": "27199:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_18446744073709551615_by_1", - "typeString": "int_const 18446744073709551615" - }, - "id": 5597, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_18446744073709551616_by_1", - "typeString": "int_const 18446744073709551616" - }, - "id": 5594, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5592, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27208:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "3634", - "id": 5593, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27213:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "27208:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_18446744073709551616_by_1", - "typeString": "int_const 18446744073709551616" - } - } - ], - "id": 5595, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "27207:9:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_18446744073709551616_by_1", - "typeString": "int_const 18446744073709551616" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 5596, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27219:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "27207:13:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_18446744073709551615_by_1", - "typeString": "int_const 18446744073709551615" - } - }, - "src": "27199:21:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5589, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "27183:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5590, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "27192:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "27183:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5599, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27183:38:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "27176:45:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5601, - "nodeType": "ExpressionStatement", - "src": "27176:45:18" - }, - { - "expression": { - "id": 5606, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5602, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5550, - "src": "27235:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5605, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5603, - "name": "isGt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5560, - "src": "27245:4:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "hexValue": "3634", - "id": 5604, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27252:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "27245:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "27235:19:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5607, - "nodeType": "ExpressionStatement", - "src": "27235:19:18" - }, - { - "expression": { - "id": 5612, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5608, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5556, - "src": "27268:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5611, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5609, - "name": "isGt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5560, - "src": "27278:4:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "hexValue": "38", - "id": 5610, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27285:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "27278:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "27268:18:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5613, - "nodeType": "ExpressionStatement", - "src": "27268:18:18" - }, - { - "expression": { - "id": 5626, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5614, - "name": "isGt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5560, - "src": "27301:4:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5624, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5617, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5550, - "src": "27324:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_4294967295_by_1", - "typeString": "int_const 4294967295" - }, - "id": 5623, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_4294967296_by_1", - "typeString": "int_const 4294967296" - }, - "id": 5620, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5618, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27333:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "3332", - "id": 5619, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27338:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "27333:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4294967296_by_1", - "typeString": "int_const 4294967296" - } - } - ], - "id": 5621, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "27332:9:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4294967296_by_1", - "typeString": "int_const 4294967296" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 5622, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27344:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "27332:13:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4294967295_by_1", - "typeString": "int_const 4294967295" - } - }, - "src": "27324:21:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5615, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "27308:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5616, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "27317:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "27308:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5625, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27308:38:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "27301:45:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5627, - "nodeType": "ExpressionStatement", - "src": "27301:45:18" - }, - { - "expression": { - "id": 5632, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5628, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5550, - "src": "27360:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5631, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5629, - "name": "isGt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5560, - "src": "27370:4:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "hexValue": "3332", - "id": 5630, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27377:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "27370:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "27360:19:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5633, - "nodeType": "ExpressionStatement", - "src": "27360:19:18" - }, - { - "expression": { - "id": 5638, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5634, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5556, - "src": "27393:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5637, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5635, - "name": "isGt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5560, - "src": "27403:4:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "hexValue": "34", - "id": 5636, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27410:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "27403:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "27393:18:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5639, - "nodeType": "ExpressionStatement", - "src": "27393:18:18" - }, - { - "expression": { - "id": 5652, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5640, - "name": "isGt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5560, - "src": "27426:4:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5650, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5643, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5550, - "src": "27449:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_65535_by_1", - "typeString": "int_const 65535" - }, - "id": 5649, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_65536_by_1", - "typeString": "int_const 65536" - }, - "id": 5646, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5644, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27458:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "3136", - "id": 5645, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27463:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "27458:7:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_65536_by_1", - "typeString": "int_const 65536" - } - } - ], - "id": 5647, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "27457:9:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_65536_by_1", - "typeString": "int_const 65536" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 5648, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27469:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "27457:13:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_65535_by_1", - "typeString": "int_const 65535" - } - }, - "src": "27449:21:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5641, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "27433:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5642, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "27442:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "27433:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5651, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27433:38:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "27426:45:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5653, - "nodeType": "ExpressionStatement", - "src": "27426:45:18" - }, - { - "expression": { - "id": 5658, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5654, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5550, - "src": "27485:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5657, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5655, - "name": "isGt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5560, - "src": "27495:4:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "hexValue": "3136", - "id": 5656, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27502:2:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "27495:9:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "27485:19:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5659, - "nodeType": "ExpressionStatement", - "src": "27485:19:18" - }, - { - "expression": { - "id": 5664, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5660, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5556, - "src": "27518:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5663, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5661, - "name": "isGt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5560, - "src": "27528:4:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "hexValue": "32", - "id": 5662, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27535:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "27528:8:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "27518:18:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5665, - "nodeType": "ExpressionStatement", - "src": "27518:18:18" - }, - { - "expression": { - "id": 5678, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5666, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5556, - "src": "27551:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5676, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5669, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5550, - "src": "27577:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_255_by_1", - "typeString": "int_const 255" - }, - "id": 5675, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_rational_256_by_1", - "typeString": "int_const 256" - }, - "id": 5672, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5670, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27586:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "38", - "id": 5671, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27591:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "27586:6:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_256_by_1", - "typeString": "int_const 256" - } - } - ], - "id": 5673, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "27585:8:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_256_by_1", - "typeString": "int_const 256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 5674, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27596:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "27585:12:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_255_by_1", - "typeString": "int_const 255" - } - }, - "src": "27577:20:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5667, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "27561:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5668, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "27570:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "27561:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5677, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27561:37:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "27551:47:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5679, - "nodeType": "ExpressionStatement", - "src": "27551:47:18" - } - ] - }, - { - "expression": { - "id": 5681, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5556, - "src": "27625:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 5554, - "id": 5682, - "nodeType": "Return", - "src": "27618:13:18" - } - ] - }, - "documentation": { - "id": 5548, - "nodeType": "StructuredDocumentation", - "src": "26650:246:18", - "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": 5684, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "log256", - "nameLocation": "26910:6:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5551, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5550, - "mutability": "mutable", - "name": "value", - "nameLocation": "26925:5:18", - "nodeType": "VariableDeclaration", - "scope": 5684, - "src": "26917:13:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5549, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "26917:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "26916:15:18" - }, - "returnParameters": { - "id": 5554, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5553, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5684, - "src": "26955:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5552, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "26955:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "26954:9:18" - }, - "scope": 5741, - "src": "26901:737:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5720, - "nodeType": "Block", - "src": "27875:184:18", - "statements": [ - { - "id": 5719, - "nodeType": "UncheckedBlock", - "src": "27885:168:18", - "statements": [ - { - "assignments": [ - 5696 - ], - "declarations": [ - { - "constant": false, - "id": 5696, - "mutability": "mutable", - "name": "result", - "nameLocation": "27917:6:18", - "nodeType": "VariableDeclaration", - "scope": 5719, - "src": "27909:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5695, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "27909:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 5700, - "initialValue": { - "arguments": [ - { - "id": 5698, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5687, - "src": "27933:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5697, - "name": "log256", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 5684, - 5721 - ], - "referencedDeclaration": 5684, - "src": "27926:6:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 5699, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27926:13:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "27909:30:18" - }, - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5717, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5701, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5696, - "src": "27960:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 5715, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 5705, - "name": "rounding", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5690, - "src": "28002:8:18", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - ], - "id": 5704, - "name": "unsignedRoundsUp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5740, - "src": "27985:16:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$4147_$returns$_t_bool_$", - "typeString": "function (enum Math.Rounding) pure returns (bool)" - } - }, - "id": 5706, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27985:26:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5714, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5712, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 5707, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28015:1:18", - "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": 5710, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5708, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5696, - "src": "28021:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "33", - "id": 5709, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28031:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_3_by_1", - "typeString": "int_const 3" - }, - "value": "3" - }, - "src": "28021:11:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 5711, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "28020:13:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "28015:18:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 5713, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5687, - "src": "28036:5:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "28015:26:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "27985:56:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 5702, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "27969:8:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 5703, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "27978:6:18", - "memberName": "toUint", - "nodeType": "MemberAccess", - "referencedDeclaration": 7505, - "src": "27969:15:18", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bool) pure returns (uint256)" - } - }, - "id": 5716, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27969:73:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "27960:82:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 5694, - "id": 5718, - "nodeType": "Return", - "src": "27953:89:18" - } - ] - } - ] - }, - "documentation": { - "id": 5685, - "nodeType": "StructuredDocumentation", - "src": "27644:144:18", - "text": " @dev Return the log in base 256, following the selected rounding direction, of a positive value.\n Returns 0 if given 0." - }, - "id": 5721, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "log256", - "nameLocation": "27802:6:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5691, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5687, - "mutability": "mutable", - "name": "value", - "nameLocation": "27817:5:18", - "nodeType": "VariableDeclaration", - "scope": 5721, - "src": "27809:13:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5686, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "27809:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5690, - "mutability": "mutable", - "name": "rounding", - "nameLocation": "27833:8:18", - "nodeType": "VariableDeclaration", - "scope": 5721, - "src": "27824:17:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - }, - "typeName": { - "id": 5689, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5688, - "name": "Rounding", - "nameLocations": [ - "27824:8:18" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4147, - "src": "27824:8:18" - }, - "referencedDeclaration": 4147, - "src": "27824:8:18", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - }, - "visibility": "internal" - } - ], - "src": "27808:34:18" - }, - "returnParameters": { - "id": 5694, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5693, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5721, - "src": "27866:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5692, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "27866:7:18", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "27865:9:18" - }, - "scope": 5741, - "src": "27793:266:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5739, - "nodeType": "Block", - "src": "28257:48:18", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "id": 5737, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "id": 5735, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 5732, - "name": "rounding", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5725, - "src": "28280:8:18", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - ], - "id": 5731, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "28274:5:18", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint8_$", - "typeString": "type(uint8)" - }, - "typeName": { - "id": 5730, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "28274:5:18", - "typeDescriptions": {} - } - }, - "id": 5733, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28274:15:18", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "nodeType": "BinaryOperation", - "operator": "%", - "rightExpression": { - "hexValue": "32", - "id": 5734, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28292:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "28274:19:18", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "31", - "id": 5736, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28297:1:18", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "28274:24:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 5729, - "id": 5738, - "nodeType": "Return", - "src": "28267:31:18" - } - ] - }, - "documentation": { - "id": 5722, - "nodeType": "StructuredDocumentation", - "src": "28065:113:18", - "text": " @dev Returns whether a provided rounding mode is considered rounding up for unsigned integers." - }, - "id": 5740, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "unsignedRoundsUp", - "nameLocation": "28192:16:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5726, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5725, - "mutability": "mutable", - "name": "rounding", - "nameLocation": "28218:8:18", - "nodeType": "VariableDeclaration", - "scope": 5740, - "src": "28209:17:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - }, - "typeName": { - "id": 5724, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5723, - "name": "Rounding", - "nameLocations": [ - "28209:8:18" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4147, - "src": "28209:8:18" - }, - "referencedDeclaration": 4147, - "src": "28209:8:18", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$4147", - "typeString": "enum Math.Rounding" - } - }, - "visibility": "internal" - } - ], - "src": "28208:19:18" - }, - "returnParameters": { - "id": 5729, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5728, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5740, - "src": "28251:4:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 5727, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "28251:4:18", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "28250:6:18" - }, - "scope": 5741, - "src": "28183:122:18", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 5742, - "src": "281:28026:18", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "103:28205:18" - }, - "id": 18 - }, - "@openzeppelin/contracts/utils/math/SafeCast.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/math/SafeCast.sol", - "exportedSymbols": { - "SafeCast": [ - 7506 - ] - }, - "id": 7507, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 5743, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "192:24:19" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "SafeCast", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 5744, - "nodeType": "StructuredDocumentation", - "src": "218:550:19", - "text": " @dev Wrappers over Solidity's uintXX/intXX/bool 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": 7506, - "linearizedBaseContracts": [ - 7506 - ], - "name": "SafeCast", - "nameLocation": "777:8:19", - "nodeType": "ContractDefinition", - "nodes": [ - { - "documentation": { - "id": 5745, - "nodeType": "StructuredDocumentation", - "src": "792:68:19", - "text": " @dev Value doesn't fit in an uint of `bits` size." - }, - "errorSelector": "6dfcc650", - "id": 5751, - "name": "SafeCastOverflowedUintDowncast", - "nameLocation": "871:30:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 5750, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5747, - "mutability": "mutable", - "name": "bits", - "nameLocation": "908:4:19", - "nodeType": "VariableDeclaration", - "scope": 5751, - "src": "902:10:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "typeName": { - "id": 5746, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "902:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5749, - "mutability": "mutable", - "name": "value", - "nameLocation": "922:5:19", - "nodeType": "VariableDeclaration", - "scope": 5751, - "src": "914:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5748, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "914:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "901:27:19" - }, - "src": "865:64:19" - }, - { - "documentation": { - "id": 5752, - "nodeType": "StructuredDocumentation", - "src": "935:75:19", - "text": " @dev An int value doesn't fit in an uint of `bits` size." - }, - "errorSelector": "a8ce4432", - "id": 5756, - "name": "SafeCastOverflowedIntToUint", - "nameLocation": "1021:27:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 5755, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5754, - "mutability": "mutable", - "name": "value", - "nameLocation": "1056:5:19", - "nodeType": "VariableDeclaration", - "scope": 5756, - "src": "1049:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 5753, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "1049:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "1048:14:19" - }, - "src": "1015:48:19" - }, - { - "documentation": { - "id": 5757, - "nodeType": "StructuredDocumentation", - "src": "1069:67:19", - "text": " @dev Value doesn't fit in an int of `bits` size." - }, - "errorSelector": "327269a7", - "id": 5763, - "name": "SafeCastOverflowedIntDowncast", - "nameLocation": "1147:29:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 5762, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5759, - "mutability": "mutable", - "name": "bits", - "nameLocation": "1183:4:19", - "nodeType": "VariableDeclaration", - "scope": 5763, - "src": "1177:10:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "typeName": { - "id": 5758, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "1177:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5761, - "mutability": "mutable", - "name": "value", - "nameLocation": "1196:5:19", - "nodeType": "VariableDeclaration", - "scope": 5763, - "src": "1189:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 5760, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "1189:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "1176:26:19" - }, - "src": "1141:62:19" - }, - { - "documentation": { - "id": 5764, - "nodeType": "StructuredDocumentation", - "src": "1209:75:19", - "text": " @dev An uint value doesn't fit in an int of `bits` size." - }, - "errorSelector": "24775e06", - "id": 5768, - "name": "SafeCastOverflowedUintToInt", - "nameLocation": "1295:27:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 5767, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5766, - "mutability": "mutable", - "name": "value", - "nameLocation": "1331:5:19", - "nodeType": "VariableDeclaration", - "scope": 5768, - "src": "1323:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5765, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1323:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1322:15:19" - }, - "src": "1289:49:19" - }, - { - "body": { - "id": 5795, - "nodeType": "Block", - "src": "1695:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5782, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5776, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5771, - "src": "1709:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 5779, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1722:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint248_$", - "typeString": "type(uint248)" - }, - "typeName": { - "id": 5778, - "name": "uint248", - "nodeType": "ElementaryTypeName", - "src": "1722:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint248_$", - "typeString": "type(uint248)" - } - ], - "id": 5777, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "1717:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 5780, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1717:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint248", - "typeString": "type(uint248)" - } - }, - "id": 5781, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "1731:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "1717:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint248", - "typeString": "uint248" - } - }, - "src": "1709:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5789, - "nodeType": "IfStatement", - "src": "1705:105:19", - "trueBody": { - "id": 5788, - "nodeType": "Block", - "src": "1736:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323438", - "id": 5784, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1788:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_248_by_1", - "typeString": "int_const 248" - }, - "value": "248" - }, - { - "id": 5785, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5771, - "src": "1793:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_248_by_1", - "typeString": "int_const 248" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5783, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "1757:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 5786, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1757:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5787, - "nodeType": "RevertStatement", - "src": "1750:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 5792, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5771, - "src": "1834:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5791, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1826:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint248_$", - "typeString": "type(uint248)" - }, - "typeName": { - "id": 5790, - "name": "uint248", - "nodeType": "ElementaryTypeName", - "src": "1826:7:19", - "typeDescriptions": {} - } - }, - "id": 5793, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1826:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint248", - "typeString": "uint248" - } - }, - "functionReturnParameters": 5775, - "id": 5794, - "nodeType": "Return", - "src": "1819:21:19" - } - ] - }, - "documentation": { - "id": 5769, - "nodeType": "StructuredDocumentation", - "src": "1344:280:19", - "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": 5796, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint248", - "nameLocation": "1638:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5772, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5771, - "mutability": "mutable", - "name": "value", - "nameLocation": "1656:5:19", - "nodeType": "VariableDeclaration", - "scope": 5796, - "src": "1648:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5770, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1648:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1647:15:19" - }, - "returnParameters": { - "id": 5775, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5774, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5796, - "src": "1686:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint248", - "typeString": "uint248" - }, - "typeName": { - "id": 5773, - "name": "uint248", - "nodeType": "ElementaryTypeName", - "src": "1686:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint248", - "typeString": "uint248" - } - }, - "visibility": "internal" - } - ], - "src": "1685:9:19" - }, - "scope": 7506, - "src": "1629:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5823, - "nodeType": "Block", - "src": "2204:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5810, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5804, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5799, - "src": "2218:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 5807, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2231:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint240_$", - "typeString": "type(uint240)" - }, - "typeName": { - "id": 5806, - "name": "uint240", - "nodeType": "ElementaryTypeName", - "src": "2231:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint240_$", - "typeString": "type(uint240)" - } - ], - "id": 5805, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "2226:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 5808, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2226:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint240", - "typeString": "type(uint240)" - } - }, - "id": 5809, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2240:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "2226:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint240", - "typeString": "uint240" - } - }, - "src": "2218:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5817, - "nodeType": "IfStatement", - "src": "2214:105:19", - "trueBody": { - "id": 5816, - "nodeType": "Block", - "src": "2245:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323430", - "id": 5812, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2297:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_240_by_1", - "typeString": "int_const 240" - }, - "value": "240" - }, - { - "id": 5813, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5799, - "src": "2302:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_240_by_1", - "typeString": "int_const 240" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5811, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "2266:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 5814, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2266:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5815, - "nodeType": "RevertStatement", - "src": "2259:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 5820, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5799, - "src": "2343:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5819, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2335:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint240_$", - "typeString": "type(uint240)" - }, - "typeName": { - "id": 5818, - "name": "uint240", - "nodeType": "ElementaryTypeName", - "src": "2335:7:19", - "typeDescriptions": {} - } - }, - "id": 5821, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2335:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint240", - "typeString": "uint240" - } - }, - "functionReturnParameters": 5803, - "id": 5822, - "nodeType": "Return", - "src": "2328:21:19" - } - ] - }, - "documentation": { - "id": 5797, - "nodeType": "StructuredDocumentation", - "src": "1853:280:19", - "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": 5824, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint240", - "nameLocation": "2147:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5800, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5799, - "mutability": "mutable", - "name": "value", - "nameLocation": "2165:5:19", - "nodeType": "VariableDeclaration", - "scope": 5824, - "src": "2157:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5798, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2157:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2156:15:19" - }, - "returnParameters": { - "id": 5803, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5802, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5824, - "src": "2195:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint240", - "typeString": "uint240" - }, - "typeName": { - "id": 5801, - "name": "uint240", - "nodeType": "ElementaryTypeName", - "src": "2195:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint240", - "typeString": "uint240" - } - }, - "visibility": "internal" - } - ], - "src": "2194:9:19" - }, - "scope": 7506, - "src": "2138:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5851, - "nodeType": "Block", - "src": "2713:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5838, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5832, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5827, - "src": "2727:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 5835, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2740:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint232_$", - "typeString": "type(uint232)" - }, - "typeName": { - "id": 5834, - "name": "uint232", - "nodeType": "ElementaryTypeName", - "src": "2740:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint232_$", - "typeString": "type(uint232)" - } - ], - "id": 5833, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "2735:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 5836, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2735:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint232", - "typeString": "type(uint232)" - } - }, - "id": 5837, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2749:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "2735:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint232", - "typeString": "uint232" - } - }, - "src": "2727:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5845, - "nodeType": "IfStatement", - "src": "2723:105:19", - "trueBody": { - "id": 5844, - "nodeType": "Block", - "src": "2754:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323332", - "id": 5840, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2806:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_232_by_1", - "typeString": "int_const 232" - }, - "value": "232" - }, - { - "id": 5841, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5827, - "src": "2811:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_232_by_1", - "typeString": "int_const 232" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5839, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "2775:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 5842, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2775:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5843, - "nodeType": "RevertStatement", - "src": "2768:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 5848, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5827, - "src": "2852:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5847, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2844:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint232_$", - "typeString": "type(uint232)" - }, - "typeName": { - "id": 5846, - "name": "uint232", - "nodeType": "ElementaryTypeName", - "src": "2844:7:19", - "typeDescriptions": {} - } - }, - "id": 5849, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2844:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint232", - "typeString": "uint232" - } - }, - "functionReturnParameters": 5831, - "id": 5850, - "nodeType": "Return", - "src": "2837:21:19" - } - ] - }, - "documentation": { - "id": 5825, - "nodeType": "StructuredDocumentation", - "src": "2362:280:19", - "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": 5852, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint232", - "nameLocation": "2656:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5828, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5827, - "mutability": "mutable", - "name": "value", - "nameLocation": "2674:5:19", - "nodeType": "VariableDeclaration", - "scope": 5852, - "src": "2666:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5826, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2666:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2665:15:19" - }, - "returnParameters": { - "id": 5831, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5830, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5852, - "src": "2704:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint232", - "typeString": "uint232" - }, - "typeName": { - "id": 5829, - "name": "uint232", - "nodeType": "ElementaryTypeName", - "src": "2704:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint232", - "typeString": "uint232" - } - }, - "visibility": "internal" - } - ], - "src": "2703:9:19" - }, - "scope": 7506, - "src": "2647:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5879, - "nodeType": "Block", - "src": "3222:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5866, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5860, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5855, - "src": "3236:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 5863, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3249:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint224_$", - "typeString": "type(uint224)" - }, - "typeName": { - "id": 5862, - "name": "uint224", - "nodeType": "ElementaryTypeName", - "src": "3249:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint224_$", - "typeString": "type(uint224)" - } - ], - "id": 5861, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "3244:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 5864, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3244:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint224", - "typeString": "type(uint224)" - } - }, - "id": 5865, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "3258:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "3244:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint224", - "typeString": "uint224" - } - }, - "src": "3236:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5873, - "nodeType": "IfStatement", - "src": "3232:105:19", - "trueBody": { - "id": 5872, - "nodeType": "Block", - "src": "3263:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323234", - "id": 5868, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3315:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_224_by_1", - "typeString": "int_const 224" - }, - "value": "224" - }, - { - "id": 5869, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5855, - "src": "3320:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_224_by_1", - "typeString": "int_const 224" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5867, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "3284:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 5870, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3284:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5871, - "nodeType": "RevertStatement", - "src": "3277:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 5876, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5855, - "src": "3361:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5875, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3353:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint224_$", - "typeString": "type(uint224)" - }, - "typeName": { - "id": 5874, - "name": "uint224", - "nodeType": "ElementaryTypeName", - "src": "3353:7:19", - "typeDescriptions": {} - } - }, - "id": 5877, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3353:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint224", - "typeString": "uint224" - } - }, - "functionReturnParameters": 5859, - "id": 5878, - "nodeType": "Return", - "src": "3346:21:19" - } - ] - }, - "documentation": { - "id": 5853, - "nodeType": "StructuredDocumentation", - "src": "2871:280:19", - "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": 5880, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint224", - "nameLocation": "3165:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5856, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5855, - "mutability": "mutable", - "name": "value", - "nameLocation": "3183:5:19", - "nodeType": "VariableDeclaration", - "scope": 5880, - "src": "3175:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5854, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3175:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3174:15:19" - }, - "returnParameters": { - "id": 5859, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5858, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5880, - "src": "3213:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint224", - "typeString": "uint224" - }, - "typeName": { - "id": 5857, - "name": "uint224", - "nodeType": "ElementaryTypeName", - "src": "3213:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint224", - "typeString": "uint224" - } - }, - "visibility": "internal" - } - ], - "src": "3212:9:19" - }, - "scope": 7506, - "src": "3156:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5907, - "nodeType": "Block", - "src": "3731:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5894, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5888, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5883, - "src": "3745:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 5891, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3758:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint216_$", - "typeString": "type(uint216)" - }, - "typeName": { - "id": 5890, - "name": "uint216", - "nodeType": "ElementaryTypeName", - "src": "3758:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint216_$", - "typeString": "type(uint216)" - } - ], - "id": 5889, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "3753:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 5892, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3753:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint216", - "typeString": "type(uint216)" - } - }, - "id": 5893, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "3767:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "3753:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint216", - "typeString": "uint216" - } - }, - "src": "3745:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5901, - "nodeType": "IfStatement", - "src": "3741:105:19", - "trueBody": { - "id": 5900, - "nodeType": "Block", - "src": "3772:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323136", - "id": 5896, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3824:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_216_by_1", - "typeString": "int_const 216" - }, - "value": "216" - }, - { - "id": 5897, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5883, - "src": "3829:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_216_by_1", - "typeString": "int_const 216" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5895, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "3793:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 5898, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3793:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5899, - "nodeType": "RevertStatement", - "src": "3786:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 5904, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5883, - "src": "3870:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5903, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3862:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint216_$", - "typeString": "type(uint216)" - }, - "typeName": { - "id": 5902, - "name": "uint216", - "nodeType": "ElementaryTypeName", - "src": "3862:7:19", - "typeDescriptions": {} - } - }, - "id": 5905, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3862:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint216", - "typeString": "uint216" - } - }, - "functionReturnParameters": 5887, - "id": 5906, - "nodeType": "Return", - "src": "3855:21:19" - } - ] - }, - "documentation": { - "id": 5881, - "nodeType": "StructuredDocumentation", - "src": "3380:280:19", - "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": 5908, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint216", - "nameLocation": "3674:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5884, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5883, - "mutability": "mutable", - "name": "value", - "nameLocation": "3692:5:19", - "nodeType": "VariableDeclaration", - "scope": 5908, - "src": "3684:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5882, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3684:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3683:15:19" - }, - "returnParameters": { - "id": 5887, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5886, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5908, - "src": "3722:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint216", - "typeString": "uint216" - }, - "typeName": { - "id": 5885, - "name": "uint216", - "nodeType": "ElementaryTypeName", - "src": "3722:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint216", - "typeString": "uint216" - } - }, - "visibility": "internal" - } - ], - "src": "3721:9:19" - }, - "scope": 7506, - "src": "3665:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5935, - "nodeType": "Block", - "src": "4240:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5922, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5916, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5911, - "src": "4254:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 5919, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4267:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint208_$", - "typeString": "type(uint208)" - }, - "typeName": { - "id": 5918, - "name": "uint208", - "nodeType": "ElementaryTypeName", - "src": "4267:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint208_$", - "typeString": "type(uint208)" - } - ], - "id": 5917, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "4262:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 5920, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4262:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint208", - "typeString": "type(uint208)" - } - }, - "id": 5921, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "4276:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "4262:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint208", - "typeString": "uint208" - } - }, - "src": "4254:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5929, - "nodeType": "IfStatement", - "src": "4250:105:19", - "trueBody": { - "id": 5928, - "nodeType": "Block", - "src": "4281:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323038", - "id": 5924, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4333:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_208_by_1", - "typeString": "int_const 208" - }, - "value": "208" - }, - { - "id": 5925, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5911, - "src": "4338:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_208_by_1", - "typeString": "int_const 208" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5923, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "4302:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 5926, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4302:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5927, - "nodeType": "RevertStatement", - "src": "4295:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 5932, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5911, - "src": "4379:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5931, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4371:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint208_$", - "typeString": "type(uint208)" - }, - "typeName": { - "id": 5930, - "name": "uint208", - "nodeType": "ElementaryTypeName", - "src": "4371:7:19", - "typeDescriptions": {} - } - }, - "id": 5933, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4371:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint208", - "typeString": "uint208" - } - }, - "functionReturnParameters": 5915, - "id": 5934, - "nodeType": "Return", - "src": "4364:21:19" - } - ] - }, - "documentation": { - "id": 5909, - "nodeType": "StructuredDocumentation", - "src": "3889:280:19", - "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": 5936, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint208", - "nameLocation": "4183:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5912, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5911, - "mutability": "mutable", - "name": "value", - "nameLocation": "4201:5:19", - "nodeType": "VariableDeclaration", - "scope": 5936, - "src": "4193:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5910, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "4193:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "4192:15:19" - }, - "returnParameters": { - "id": 5915, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5914, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5936, - "src": "4231:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint208", - "typeString": "uint208" - }, - "typeName": { - "id": 5913, - "name": "uint208", - "nodeType": "ElementaryTypeName", - "src": "4231:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint208", - "typeString": "uint208" - } - }, - "visibility": "internal" - } - ], - "src": "4230:9:19" - }, - "scope": 7506, - "src": "4174:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5963, - "nodeType": "Block", - "src": "4749:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5950, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5944, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5939, - "src": "4763:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 5947, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4776:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint200_$", - "typeString": "type(uint200)" - }, - "typeName": { - "id": 5946, - "name": "uint200", - "nodeType": "ElementaryTypeName", - "src": "4776:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint200_$", - "typeString": "type(uint200)" - } - ], - "id": 5945, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "4771:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 5948, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4771:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint200", - "typeString": "type(uint200)" - } - }, - "id": 5949, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "4785:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "4771:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint200", - "typeString": "uint200" - } - }, - "src": "4763:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5957, - "nodeType": "IfStatement", - "src": "4759:105:19", - "trueBody": { - "id": 5956, - "nodeType": "Block", - "src": "4790:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323030", - "id": 5952, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4842:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_200_by_1", - "typeString": "int_const 200" - }, - "value": "200" - }, - { - "id": 5953, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5939, - "src": "4847:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_200_by_1", - "typeString": "int_const 200" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5951, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "4811:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 5954, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4811:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5955, - "nodeType": "RevertStatement", - "src": "4804:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 5960, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5939, - "src": "4888:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5959, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4880:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint200_$", - "typeString": "type(uint200)" - }, - "typeName": { - "id": 5958, - "name": "uint200", - "nodeType": "ElementaryTypeName", - "src": "4880:7:19", - "typeDescriptions": {} - } - }, - "id": 5961, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4880:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint200", - "typeString": "uint200" - } - }, - "functionReturnParameters": 5943, - "id": 5962, - "nodeType": "Return", - "src": "4873:21:19" - } - ] - }, - "documentation": { - "id": 5937, - "nodeType": "StructuredDocumentation", - "src": "4398:280:19", - "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": 5964, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint200", - "nameLocation": "4692:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5940, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5939, - "mutability": "mutable", - "name": "value", - "nameLocation": "4710:5:19", - "nodeType": "VariableDeclaration", - "scope": 5964, - "src": "4702:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5938, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "4702:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "4701:15:19" - }, - "returnParameters": { - "id": 5943, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5942, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5964, - "src": "4740:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint200", - "typeString": "uint200" - }, - "typeName": { - "id": 5941, - "name": "uint200", - "nodeType": "ElementaryTypeName", - "src": "4740:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint200", - "typeString": "uint200" - } - }, - "visibility": "internal" - } - ], - "src": "4739:9:19" - }, - "scope": 7506, - "src": "4683:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 5991, - "nodeType": "Block", - "src": "5258:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5978, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5972, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5967, - "src": "5272:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 5975, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5285:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint192_$", - "typeString": "type(uint192)" - }, - "typeName": { - "id": 5974, - "name": "uint192", - "nodeType": "ElementaryTypeName", - "src": "5285:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint192_$", - "typeString": "type(uint192)" - } - ], - "id": 5973, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "5280:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 5976, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5280:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint192", - "typeString": "type(uint192)" - } - }, - "id": 5977, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "5294:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "5280:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint192", - "typeString": "uint192" - } - }, - "src": "5272:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5985, - "nodeType": "IfStatement", - "src": "5268:105:19", - "trueBody": { - "id": 5984, - "nodeType": "Block", - "src": "5299:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313932", - "id": 5980, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5351:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_192_by_1", - "typeString": "int_const 192" - }, - "value": "192" - }, - { - "id": 5981, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5967, - "src": "5356:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_192_by_1", - "typeString": "int_const 192" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5979, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "5320:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 5982, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5320:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5983, - "nodeType": "RevertStatement", - "src": "5313:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 5988, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5967, - "src": "5397:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5987, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5389:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint192_$", - "typeString": "type(uint192)" - }, - "typeName": { - "id": 5986, - "name": "uint192", - "nodeType": "ElementaryTypeName", - "src": "5389:7:19", - "typeDescriptions": {} - } - }, - "id": 5989, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5389:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint192", - "typeString": "uint192" - } - }, - "functionReturnParameters": 5971, - "id": 5990, - "nodeType": "Return", - "src": "5382:21:19" - } - ] - }, - "documentation": { - "id": 5965, - "nodeType": "StructuredDocumentation", - "src": "4907:280:19", - "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": 5992, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint192", - "nameLocation": "5201:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5968, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5967, - "mutability": "mutable", - "name": "value", - "nameLocation": "5219:5:19", - "nodeType": "VariableDeclaration", - "scope": 5992, - "src": "5211:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5966, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5211:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "5210:15:19" - }, - "returnParameters": { - "id": 5971, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5970, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5992, - "src": "5249:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint192", - "typeString": "uint192" - }, - "typeName": { - "id": 5969, - "name": "uint192", - "nodeType": "ElementaryTypeName", - "src": "5249:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint192", - "typeString": "uint192" - } - }, - "visibility": "internal" - } - ], - "src": "5248:9:19" - }, - "scope": 7506, - "src": "5192:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6019, - "nodeType": "Block", - "src": "5767:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6006, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6000, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5995, - "src": "5781:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6003, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5794:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint184_$", - "typeString": "type(uint184)" - }, - "typeName": { - "id": 6002, - "name": "uint184", - "nodeType": "ElementaryTypeName", - "src": "5794:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint184_$", - "typeString": "type(uint184)" - } - ], - "id": 6001, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "5789:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6004, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5789:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint184", - "typeString": "type(uint184)" - } - }, - "id": 6005, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "5803:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "5789:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint184", - "typeString": "uint184" - } - }, - "src": "5781:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6013, - "nodeType": "IfStatement", - "src": "5777:105:19", - "trueBody": { - "id": 6012, - "nodeType": "Block", - "src": "5808:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313834", - "id": 6008, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5860:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_184_by_1", - "typeString": "int_const 184" - }, - "value": "184" - }, - { - "id": 6009, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5995, - "src": "5865:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_184_by_1", - "typeString": "int_const 184" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6007, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "5829:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6010, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5829:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6011, - "nodeType": "RevertStatement", - "src": "5822:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6016, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5995, - "src": "5906:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6015, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5898:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint184_$", - "typeString": "type(uint184)" - }, - "typeName": { - "id": 6014, - "name": "uint184", - "nodeType": "ElementaryTypeName", - "src": "5898:7:19", - "typeDescriptions": {} - } - }, - "id": 6017, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5898:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint184", - "typeString": "uint184" - } - }, - "functionReturnParameters": 5999, - "id": 6018, - "nodeType": "Return", - "src": "5891:21:19" - } - ] - }, - "documentation": { - "id": 5993, - "nodeType": "StructuredDocumentation", - "src": "5416:280:19", - "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": 6020, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint184", - "nameLocation": "5710:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5996, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5995, - "mutability": "mutable", - "name": "value", - "nameLocation": "5728:5:19", - "nodeType": "VariableDeclaration", - "scope": 6020, - "src": "5720:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5994, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5720:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "5719:15:19" - }, - "returnParameters": { - "id": 5999, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5998, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6020, - "src": "5758:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint184", - "typeString": "uint184" - }, - "typeName": { - "id": 5997, - "name": "uint184", - "nodeType": "ElementaryTypeName", - "src": "5758:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint184", - "typeString": "uint184" - } - }, - "visibility": "internal" - } - ], - "src": "5757:9:19" - }, - "scope": 7506, - "src": "5701:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6047, - "nodeType": "Block", - "src": "6276:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6034, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6028, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6023, - "src": "6290:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6031, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6303:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint176_$", - "typeString": "type(uint176)" - }, - "typeName": { - "id": 6030, - "name": "uint176", - "nodeType": "ElementaryTypeName", - "src": "6303:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint176_$", - "typeString": "type(uint176)" - } - ], - "id": 6029, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "6298:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6032, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6298:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint176", - "typeString": "type(uint176)" - } - }, - "id": 6033, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "6312:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "6298:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint176", - "typeString": "uint176" - } - }, - "src": "6290:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6041, - "nodeType": "IfStatement", - "src": "6286:105:19", - "trueBody": { - "id": 6040, - "nodeType": "Block", - "src": "6317:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313736", - "id": 6036, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6369:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_176_by_1", - "typeString": "int_const 176" - }, - "value": "176" - }, - { - "id": 6037, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6023, - "src": "6374:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_176_by_1", - "typeString": "int_const 176" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6035, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "6338:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6038, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6338:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6039, - "nodeType": "RevertStatement", - "src": "6331:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6044, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6023, - "src": "6415:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6043, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6407:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint176_$", - "typeString": "type(uint176)" - }, - "typeName": { - "id": 6042, - "name": "uint176", - "nodeType": "ElementaryTypeName", - "src": "6407:7:19", - "typeDescriptions": {} - } - }, - "id": 6045, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6407:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint176", - "typeString": "uint176" - } - }, - "functionReturnParameters": 6027, - "id": 6046, - "nodeType": "Return", - "src": "6400:21:19" - } - ] - }, - "documentation": { - "id": 6021, - "nodeType": "StructuredDocumentation", - "src": "5925:280:19", - "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": 6048, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint176", - "nameLocation": "6219:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6024, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6023, - "mutability": "mutable", - "name": "value", - "nameLocation": "6237:5:19", - "nodeType": "VariableDeclaration", - "scope": 6048, - "src": "6229:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6022, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "6229:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "6228:15:19" - }, - "returnParameters": { - "id": 6027, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6026, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6048, - "src": "6267:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint176", - "typeString": "uint176" - }, - "typeName": { - "id": 6025, - "name": "uint176", - "nodeType": "ElementaryTypeName", - "src": "6267:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint176", - "typeString": "uint176" - } - }, - "visibility": "internal" - } - ], - "src": "6266:9:19" - }, - "scope": 7506, - "src": "6210:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6075, - "nodeType": "Block", - "src": "6785:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6062, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6056, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6051, - "src": "6799:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6059, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6812:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint168_$", - "typeString": "type(uint168)" - }, - "typeName": { - "id": 6058, - "name": "uint168", - "nodeType": "ElementaryTypeName", - "src": "6812:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint168_$", - "typeString": "type(uint168)" - } - ], - "id": 6057, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "6807:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6060, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6807:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint168", - "typeString": "type(uint168)" - } - }, - "id": 6061, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "6821:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "6807:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint168", - "typeString": "uint168" - } - }, - "src": "6799:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6069, - "nodeType": "IfStatement", - "src": "6795:105:19", - "trueBody": { - "id": 6068, - "nodeType": "Block", - "src": "6826:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313638", - "id": 6064, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6878:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_168_by_1", - "typeString": "int_const 168" - }, - "value": "168" - }, - { - "id": 6065, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6051, - "src": "6883:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_168_by_1", - "typeString": "int_const 168" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6063, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "6847:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6066, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6847:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6067, - "nodeType": "RevertStatement", - "src": "6840:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6072, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6051, - "src": "6924:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6071, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6916:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint168_$", - "typeString": "type(uint168)" - }, - "typeName": { - "id": 6070, - "name": "uint168", - "nodeType": "ElementaryTypeName", - "src": "6916:7:19", - "typeDescriptions": {} - } - }, - "id": 6073, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6916:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint168", - "typeString": "uint168" - } - }, - "functionReturnParameters": 6055, - "id": 6074, - "nodeType": "Return", - "src": "6909:21:19" - } - ] - }, - "documentation": { - "id": 6049, - "nodeType": "StructuredDocumentation", - "src": "6434:280:19", - "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": 6076, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint168", - "nameLocation": "6728:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6052, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6051, - "mutability": "mutable", - "name": "value", - "nameLocation": "6746:5:19", - "nodeType": "VariableDeclaration", - "scope": 6076, - "src": "6738:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6050, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "6738:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "6737:15:19" - }, - "returnParameters": { - "id": 6055, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6054, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6076, - "src": "6776:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint168", - "typeString": "uint168" - }, - "typeName": { - "id": 6053, - "name": "uint168", - "nodeType": "ElementaryTypeName", - "src": "6776:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint168", - "typeString": "uint168" - } - }, - "visibility": "internal" - } - ], - "src": "6775:9:19" - }, - "scope": 7506, - "src": "6719:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6103, - "nodeType": "Block", - "src": "7294:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6090, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6084, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6079, - "src": "7308:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6087, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "7321:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint160_$", - "typeString": "type(uint160)" - }, - "typeName": { - "id": 6086, - "name": "uint160", - "nodeType": "ElementaryTypeName", - "src": "7321:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint160_$", - "typeString": "type(uint160)" - } - ], - "id": 6085, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "7316:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6088, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7316:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint160", - "typeString": "type(uint160)" - } - }, - "id": 6089, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "7330:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "7316:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint160", - "typeString": "uint160" - } - }, - "src": "7308:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6097, - "nodeType": "IfStatement", - "src": "7304:105:19", - "trueBody": { - "id": 6096, - "nodeType": "Block", - "src": "7335:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313630", - "id": 6092, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7387:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_160_by_1", - "typeString": "int_const 160" - }, - "value": "160" - }, - { - "id": 6093, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6079, - "src": "7392:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_160_by_1", - "typeString": "int_const 160" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6091, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "7356:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6094, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7356:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6095, - "nodeType": "RevertStatement", - "src": "7349:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6100, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6079, - "src": "7433:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6099, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "7425:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint160_$", - "typeString": "type(uint160)" - }, - "typeName": { - "id": 6098, - "name": "uint160", - "nodeType": "ElementaryTypeName", - "src": "7425:7:19", - "typeDescriptions": {} - } - }, - "id": 6101, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7425:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint160", - "typeString": "uint160" - } - }, - "functionReturnParameters": 6083, - "id": 6102, - "nodeType": "Return", - "src": "7418:21:19" - } - ] - }, - "documentation": { - "id": 6077, - "nodeType": "StructuredDocumentation", - "src": "6943:280:19", - "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": 6104, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint160", - "nameLocation": "7237:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6080, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6079, - "mutability": "mutable", - "name": "value", - "nameLocation": "7255:5:19", - "nodeType": "VariableDeclaration", - "scope": 6104, - "src": "7247:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6078, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "7247:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "7246:15:19" - }, - "returnParameters": { - "id": 6083, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6082, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6104, - "src": "7285:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint160", - "typeString": "uint160" - }, - "typeName": { - "id": 6081, - "name": "uint160", - "nodeType": "ElementaryTypeName", - "src": "7285:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint160", - "typeString": "uint160" - } - }, - "visibility": "internal" - } - ], - "src": "7284:9:19" - }, - "scope": 7506, - "src": "7228:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6131, - "nodeType": "Block", - "src": "7803:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6118, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6112, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6107, - "src": "7817:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6115, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "7830:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint152_$", - "typeString": "type(uint152)" - }, - "typeName": { - "id": 6114, - "name": "uint152", - "nodeType": "ElementaryTypeName", - "src": "7830:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint152_$", - "typeString": "type(uint152)" - } - ], - "id": 6113, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "7825:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6116, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7825:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint152", - "typeString": "type(uint152)" - } - }, - "id": 6117, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "7839:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "7825:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint152", - "typeString": "uint152" - } - }, - "src": "7817:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6125, - "nodeType": "IfStatement", - "src": "7813:105:19", - "trueBody": { - "id": 6124, - "nodeType": "Block", - "src": "7844:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313532", - "id": 6120, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7896:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_152_by_1", - "typeString": "int_const 152" - }, - "value": "152" - }, - { - "id": 6121, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6107, - "src": "7901:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_152_by_1", - "typeString": "int_const 152" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6119, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "7865:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6122, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7865:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6123, - "nodeType": "RevertStatement", - "src": "7858:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6128, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6107, - "src": "7942:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6127, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "7934:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint152_$", - "typeString": "type(uint152)" - }, - "typeName": { - "id": 6126, - "name": "uint152", - "nodeType": "ElementaryTypeName", - "src": "7934:7:19", - "typeDescriptions": {} - } - }, - "id": 6129, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7934:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint152", - "typeString": "uint152" - } - }, - "functionReturnParameters": 6111, - "id": 6130, - "nodeType": "Return", - "src": "7927:21:19" - } - ] - }, - "documentation": { - "id": 6105, - "nodeType": "StructuredDocumentation", - "src": "7452:280:19", - "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": 6132, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint152", - "nameLocation": "7746:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6108, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6107, - "mutability": "mutable", - "name": "value", - "nameLocation": "7764:5:19", - "nodeType": "VariableDeclaration", - "scope": 6132, - "src": "7756:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6106, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "7756:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "7755:15:19" - }, - "returnParameters": { - "id": 6111, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6110, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6132, - "src": "7794:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint152", - "typeString": "uint152" - }, - "typeName": { - "id": 6109, - "name": "uint152", - "nodeType": "ElementaryTypeName", - "src": "7794:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint152", - "typeString": "uint152" - } - }, - "visibility": "internal" - } - ], - "src": "7793:9:19" - }, - "scope": 7506, - "src": "7737:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6159, - "nodeType": "Block", - "src": "8312:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6146, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6140, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6135, - "src": "8326:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6143, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8339:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint144_$", - "typeString": "type(uint144)" - }, - "typeName": { - "id": 6142, - "name": "uint144", - "nodeType": "ElementaryTypeName", - "src": "8339:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint144_$", - "typeString": "type(uint144)" - } - ], - "id": 6141, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "8334:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6144, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8334:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint144", - "typeString": "type(uint144)" - } - }, - "id": 6145, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "8348:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "8334:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint144", - "typeString": "uint144" - } - }, - "src": "8326:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6153, - "nodeType": "IfStatement", - "src": "8322:105:19", - "trueBody": { - "id": 6152, - "nodeType": "Block", - "src": "8353:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313434", - "id": 6148, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8405:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_144_by_1", - "typeString": "int_const 144" - }, - "value": "144" - }, - { - "id": 6149, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6135, - "src": "8410:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_144_by_1", - "typeString": "int_const 144" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6147, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "8374:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6150, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8374:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6151, - "nodeType": "RevertStatement", - "src": "8367:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6156, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6135, - "src": "8451:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6155, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8443:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint144_$", - "typeString": "type(uint144)" - }, - "typeName": { - "id": 6154, - "name": "uint144", - "nodeType": "ElementaryTypeName", - "src": "8443:7:19", - "typeDescriptions": {} - } - }, - "id": 6157, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8443:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint144", - "typeString": "uint144" - } - }, - "functionReturnParameters": 6139, - "id": 6158, - "nodeType": "Return", - "src": "8436:21:19" - } - ] - }, - "documentation": { - "id": 6133, - "nodeType": "StructuredDocumentation", - "src": "7961:280:19", - "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": 6160, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint144", - "nameLocation": "8255:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6136, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6135, - "mutability": "mutable", - "name": "value", - "nameLocation": "8273:5:19", - "nodeType": "VariableDeclaration", - "scope": 6160, - "src": "8265:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6134, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "8265:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "8264:15:19" - }, - "returnParameters": { - "id": 6139, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6138, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6160, - "src": "8303:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint144", - "typeString": "uint144" - }, - "typeName": { - "id": 6137, - "name": "uint144", - "nodeType": "ElementaryTypeName", - "src": "8303:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint144", - "typeString": "uint144" - } - }, - "visibility": "internal" - } - ], - "src": "8302:9:19" - }, - "scope": 7506, - "src": "8246:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6187, - "nodeType": "Block", - "src": "8821:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6174, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6168, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6163, - "src": "8835:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6171, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8848:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint136_$", - "typeString": "type(uint136)" - }, - "typeName": { - "id": 6170, - "name": "uint136", - "nodeType": "ElementaryTypeName", - "src": "8848:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint136_$", - "typeString": "type(uint136)" - } - ], - "id": 6169, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "8843:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6172, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8843:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint136", - "typeString": "type(uint136)" - } - }, - "id": 6173, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "8857:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "8843:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint136", - "typeString": "uint136" - } - }, - "src": "8835:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6181, - "nodeType": "IfStatement", - "src": "8831:105:19", - "trueBody": { - "id": 6180, - "nodeType": "Block", - "src": "8862:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313336", - "id": 6176, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8914:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_136_by_1", - "typeString": "int_const 136" - }, - "value": "136" - }, - { - "id": 6177, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6163, - "src": "8919:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_136_by_1", - "typeString": "int_const 136" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6175, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "8883:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6178, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8883:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6179, - "nodeType": "RevertStatement", - "src": "8876:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6184, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6163, - "src": "8960:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6183, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8952:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint136_$", - "typeString": "type(uint136)" - }, - "typeName": { - "id": 6182, - "name": "uint136", - "nodeType": "ElementaryTypeName", - "src": "8952:7:19", - "typeDescriptions": {} - } - }, - "id": 6185, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8952:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint136", - "typeString": "uint136" - } - }, - "functionReturnParameters": 6167, - "id": 6186, - "nodeType": "Return", - "src": "8945:21:19" - } - ] - }, - "documentation": { - "id": 6161, - "nodeType": "StructuredDocumentation", - "src": "8470:280:19", - "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": 6188, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint136", - "nameLocation": "8764:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6164, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6163, - "mutability": "mutable", - "name": "value", - "nameLocation": "8782:5:19", - "nodeType": "VariableDeclaration", - "scope": 6188, - "src": "8774:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6162, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "8774:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "8773:15:19" - }, - "returnParameters": { - "id": 6167, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6166, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6188, - "src": "8812:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint136", - "typeString": "uint136" - }, - "typeName": { - "id": 6165, - "name": "uint136", - "nodeType": "ElementaryTypeName", - "src": "8812:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint136", - "typeString": "uint136" - } - }, - "visibility": "internal" - } - ], - "src": "8811:9:19" - }, - "scope": 7506, - "src": "8755:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6215, - "nodeType": "Block", - "src": "9330:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6202, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6196, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6191, - "src": "9344:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6199, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "9357:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint128_$", - "typeString": "type(uint128)" - }, - "typeName": { - "id": 6198, - "name": "uint128", - "nodeType": "ElementaryTypeName", - "src": "9357:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint128_$", - "typeString": "type(uint128)" - } - ], - "id": 6197, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "9352:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6200, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9352:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint128", - "typeString": "type(uint128)" - } - }, - "id": 6201, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "9366:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "9352:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint128", - "typeString": "uint128" - } - }, - "src": "9344:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6209, - "nodeType": "IfStatement", - "src": "9340:105:19", - "trueBody": { - "id": 6208, - "nodeType": "Block", - "src": "9371:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313238", - "id": 6204, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9423:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - { - "id": 6205, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6191, - "src": "9428:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6203, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "9392:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6206, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9392:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6207, - "nodeType": "RevertStatement", - "src": "9385:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6212, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6191, - "src": "9469:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6211, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "9461:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint128_$", - "typeString": "type(uint128)" - }, - "typeName": { - "id": 6210, - "name": "uint128", - "nodeType": "ElementaryTypeName", - "src": "9461:7:19", - "typeDescriptions": {} - } - }, - "id": 6213, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9461:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint128", - "typeString": "uint128" - } - }, - "functionReturnParameters": 6195, - "id": 6214, - "nodeType": "Return", - "src": "9454:21:19" - } - ] - }, - "documentation": { - "id": 6189, - "nodeType": "StructuredDocumentation", - "src": "8979:280:19", - "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": 6216, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint128", - "nameLocation": "9273:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6192, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6191, - "mutability": "mutable", - "name": "value", - "nameLocation": "9291:5:19", - "nodeType": "VariableDeclaration", - "scope": 6216, - "src": "9283:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6190, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "9283:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "9282:15:19" - }, - "returnParameters": { - "id": 6195, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6194, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6216, - "src": "9321:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint128", - "typeString": "uint128" - }, - "typeName": { - "id": 6193, - "name": "uint128", - "nodeType": "ElementaryTypeName", - "src": "9321:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint128", - "typeString": "uint128" - } - }, - "visibility": "internal" - } - ], - "src": "9320:9:19" - }, - "scope": 7506, - "src": "9264:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6243, - "nodeType": "Block", - "src": "9839:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6230, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6224, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6219, - "src": "9853:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6227, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "9866:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint120_$", - "typeString": "type(uint120)" - }, - "typeName": { - "id": 6226, - "name": "uint120", - "nodeType": "ElementaryTypeName", - "src": "9866:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint120_$", - "typeString": "type(uint120)" - } - ], - "id": 6225, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "9861:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6228, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9861:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint120", - "typeString": "type(uint120)" - } - }, - "id": 6229, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "9875:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "9861:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint120", - "typeString": "uint120" - } - }, - "src": "9853:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6237, - "nodeType": "IfStatement", - "src": "9849:105:19", - "trueBody": { - "id": 6236, - "nodeType": "Block", - "src": "9880:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313230", - "id": 6232, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9932:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_120_by_1", - "typeString": "int_const 120" - }, - "value": "120" - }, - { - "id": 6233, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6219, - "src": "9937:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_120_by_1", - "typeString": "int_const 120" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6231, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "9901:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6234, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9901:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6235, - "nodeType": "RevertStatement", - "src": "9894:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6240, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6219, - "src": "9978:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6239, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "9970:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint120_$", - "typeString": "type(uint120)" - }, - "typeName": { - "id": 6238, - "name": "uint120", - "nodeType": "ElementaryTypeName", - "src": "9970:7:19", - "typeDescriptions": {} - } - }, - "id": 6241, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9970:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint120", - "typeString": "uint120" - } - }, - "functionReturnParameters": 6223, - "id": 6242, - "nodeType": "Return", - "src": "9963:21:19" - } - ] - }, - "documentation": { - "id": 6217, - "nodeType": "StructuredDocumentation", - "src": "9488:280:19", - "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": 6244, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint120", - "nameLocation": "9782:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6220, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6219, - "mutability": "mutable", - "name": "value", - "nameLocation": "9800:5:19", - "nodeType": "VariableDeclaration", - "scope": 6244, - "src": "9792:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6218, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "9792:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "9791:15:19" - }, - "returnParameters": { - "id": 6223, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6222, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6244, - "src": "9830:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint120", - "typeString": "uint120" - }, - "typeName": { - "id": 6221, - "name": "uint120", - "nodeType": "ElementaryTypeName", - "src": "9830:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint120", - "typeString": "uint120" - } - }, - "visibility": "internal" - } - ], - "src": "9829:9:19" - }, - "scope": 7506, - "src": "9773:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6271, - "nodeType": "Block", - "src": "10348:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6258, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6252, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6247, - "src": "10362:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6255, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "10375:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint112_$", - "typeString": "type(uint112)" - }, - "typeName": { - "id": 6254, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "10375:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint112_$", - "typeString": "type(uint112)" - } - ], - "id": 6253, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "10370:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6256, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10370:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint112", - "typeString": "type(uint112)" - } - }, - "id": 6257, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "10384:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "10370:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "src": "10362:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6265, - "nodeType": "IfStatement", - "src": "10358:105:19", - "trueBody": { - "id": 6264, - "nodeType": "Block", - "src": "10389:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313132", - "id": 6260, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10441:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_112_by_1", - "typeString": "int_const 112" - }, - "value": "112" - }, - { - "id": 6261, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6247, - "src": "10446:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_112_by_1", - "typeString": "int_const 112" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6259, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "10410:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6262, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10410:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6263, - "nodeType": "RevertStatement", - "src": "10403:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6268, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6247, - "src": "10487:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6267, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "10479:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint112_$", - "typeString": "type(uint112)" - }, - "typeName": { - "id": 6266, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "10479:7:19", - "typeDescriptions": {} - } - }, - "id": 6269, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10479:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "functionReturnParameters": 6251, - "id": 6270, - "nodeType": "Return", - "src": "10472:21:19" - } - ] - }, - "documentation": { - "id": 6245, - "nodeType": "StructuredDocumentation", - "src": "9997:280:19", - "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": 6272, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint112", - "nameLocation": "10291:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6248, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6247, - "mutability": "mutable", - "name": "value", - "nameLocation": "10309:5:19", - "nodeType": "VariableDeclaration", - "scope": 6272, - "src": "10301:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6246, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10301:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "10300:15:19" - }, - "returnParameters": { - "id": 6251, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6250, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6272, - "src": "10339:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "typeName": { - "id": 6249, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "10339:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "visibility": "internal" - } - ], - "src": "10338:9:19" - }, - "scope": 7506, - "src": "10282:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6299, - "nodeType": "Block", - "src": "10857:152:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6286, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6280, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6275, - "src": "10871:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6283, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "10884:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint104_$", - "typeString": "type(uint104)" - }, - "typeName": { - "id": 6282, - "name": "uint104", - "nodeType": "ElementaryTypeName", - "src": "10884:7:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint104_$", - "typeString": "type(uint104)" - } - ], - "id": 6281, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "10879:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6284, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10879:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint104", - "typeString": "type(uint104)" - } - }, - "id": 6285, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "10893:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "10879:17:19", - "typeDescriptions": { - "typeIdentifier": "t_uint104", - "typeString": "uint104" - } - }, - "src": "10871:25:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6293, - "nodeType": "IfStatement", - "src": "10867:105:19", - "trueBody": { - "id": 6292, - "nodeType": "Block", - "src": "10898:74:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313034", - "id": 6288, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10950:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_104_by_1", - "typeString": "int_const 104" - }, - "value": "104" - }, - { - "id": 6289, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6275, - "src": "10955:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_104_by_1", - "typeString": "int_const 104" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6287, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "10919:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6290, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10919:42:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6291, - "nodeType": "RevertStatement", - "src": "10912:49:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6296, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6275, - "src": "10996:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6295, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "10988:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint104_$", - "typeString": "type(uint104)" - }, - "typeName": { - "id": 6294, - "name": "uint104", - "nodeType": "ElementaryTypeName", - "src": "10988:7:19", - "typeDescriptions": {} - } - }, - "id": 6297, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10988:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint104", - "typeString": "uint104" - } - }, - "functionReturnParameters": 6279, - "id": 6298, - "nodeType": "Return", - "src": "10981:21:19" - } - ] - }, - "documentation": { - "id": 6273, - "nodeType": "StructuredDocumentation", - "src": "10506:280:19", - "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": 6300, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint104", - "nameLocation": "10800:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6276, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6275, - "mutability": "mutable", - "name": "value", - "nameLocation": "10818:5:19", - "nodeType": "VariableDeclaration", - "scope": 6300, - "src": "10810:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6274, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10810:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "10809:15:19" - }, - "returnParameters": { - "id": 6279, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6278, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6300, - "src": "10848:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint104", - "typeString": "uint104" - }, - "typeName": { - "id": 6277, - "name": "uint104", - "nodeType": "ElementaryTypeName", - "src": "10848:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint104", - "typeString": "uint104" - } - }, - "visibility": "internal" - } - ], - "src": "10847:9:19" - }, - "scope": 7506, - "src": "10791:218:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6327, - "nodeType": "Block", - "src": "11360:149:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6314, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6308, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6303, - "src": "11374:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6311, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "11387:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint96_$", - "typeString": "type(uint96)" - }, - "typeName": { - "id": 6310, - "name": "uint96", - "nodeType": "ElementaryTypeName", - "src": "11387:6:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint96_$", - "typeString": "type(uint96)" - } - ], - "id": 6309, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "11382:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6312, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11382:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint96", - "typeString": "type(uint96)" - } - }, - "id": 6313, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "11395:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "11382:16:19", - "typeDescriptions": { - "typeIdentifier": "t_uint96", - "typeString": "uint96" - } - }, - "src": "11374:24:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6321, - "nodeType": "IfStatement", - "src": "11370:103:19", - "trueBody": { - "id": 6320, - "nodeType": "Block", - "src": "11400:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3936", - "id": 6316, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11452:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_96_by_1", - "typeString": "int_const 96" - }, - "value": "96" - }, - { - "id": 6317, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6303, - "src": "11456:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_96_by_1", - "typeString": "int_const 96" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6315, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "11421:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6318, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11421:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6319, - "nodeType": "RevertStatement", - "src": "11414:48:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6324, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6303, - "src": "11496:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6323, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "11489:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint96_$", - "typeString": "type(uint96)" - }, - "typeName": { - "id": 6322, - "name": "uint96", - "nodeType": "ElementaryTypeName", - "src": "11489:6:19", - "typeDescriptions": {} - } - }, - "id": 6325, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11489:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint96", - "typeString": "uint96" - } - }, - "functionReturnParameters": 6307, - "id": 6326, - "nodeType": "Return", - "src": "11482:20:19" - } - ] - }, - "documentation": { - "id": 6301, - "nodeType": "StructuredDocumentation", - "src": "11015:276:19", - "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": 6328, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint96", - "nameLocation": "11305:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6304, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6303, - "mutability": "mutable", - "name": "value", - "nameLocation": "11322:5:19", - "nodeType": "VariableDeclaration", - "scope": 6328, - "src": "11314:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6302, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "11314:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "11313:15:19" - }, - "returnParameters": { - "id": 6307, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6306, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6328, - "src": "11352:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint96", - "typeString": "uint96" - }, - "typeName": { - "id": 6305, - "name": "uint96", - "nodeType": "ElementaryTypeName", - "src": "11352:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint96", - "typeString": "uint96" - } - }, - "visibility": "internal" - } - ], - "src": "11351:8:19" - }, - "scope": 7506, - "src": "11296:213:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6355, - "nodeType": "Block", - "src": "11860:149:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6342, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6336, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6331, - "src": "11874:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6339, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "11887:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint88_$", - "typeString": "type(uint88)" - }, - "typeName": { - "id": 6338, - "name": "uint88", - "nodeType": "ElementaryTypeName", - "src": "11887:6:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint88_$", - "typeString": "type(uint88)" - } - ], - "id": 6337, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "11882:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6340, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11882:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint88", - "typeString": "type(uint88)" - } - }, - "id": 6341, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "11895:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "11882:16:19", - "typeDescriptions": { - "typeIdentifier": "t_uint88", - "typeString": "uint88" - } - }, - "src": "11874:24:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6349, - "nodeType": "IfStatement", - "src": "11870:103:19", - "trueBody": { - "id": 6348, - "nodeType": "Block", - "src": "11900:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3838", - "id": 6344, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11952:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_88_by_1", - "typeString": "int_const 88" - }, - "value": "88" - }, - { - "id": 6345, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6331, - "src": "11956:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_88_by_1", - "typeString": "int_const 88" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6343, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "11921:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6346, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11921:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6347, - "nodeType": "RevertStatement", - "src": "11914:48:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6352, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6331, - "src": "11996:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6351, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "11989:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint88_$", - "typeString": "type(uint88)" - }, - "typeName": { - "id": 6350, - "name": "uint88", - "nodeType": "ElementaryTypeName", - "src": "11989:6:19", - "typeDescriptions": {} - } - }, - "id": 6353, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11989:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint88", - "typeString": "uint88" - } - }, - "functionReturnParameters": 6335, - "id": 6354, - "nodeType": "Return", - "src": "11982:20:19" - } - ] - }, - "documentation": { - "id": 6329, - "nodeType": "StructuredDocumentation", - "src": "11515:276:19", - "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": 6356, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint88", - "nameLocation": "11805:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6332, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6331, - "mutability": "mutable", - "name": "value", - "nameLocation": "11822:5:19", - "nodeType": "VariableDeclaration", - "scope": 6356, - "src": "11814:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6330, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "11814:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "11813:15:19" - }, - "returnParameters": { - "id": 6335, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6334, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6356, - "src": "11852:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint88", - "typeString": "uint88" - }, - "typeName": { - "id": 6333, - "name": "uint88", - "nodeType": "ElementaryTypeName", - "src": "11852:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint88", - "typeString": "uint88" - } - }, - "visibility": "internal" - } - ], - "src": "11851:8:19" - }, - "scope": 7506, - "src": "11796:213:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6383, - "nodeType": "Block", - "src": "12360:149:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6370, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6364, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6359, - "src": "12374:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6367, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "12387:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint80_$", - "typeString": "type(uint80)" - }, - "typeName": { - "id": 6366, - "name": "uint80", - "nodeType": "ElementaryTypeName", - "src": "12387:6:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint80_$", - "typeString": "type(uint80)" - } - ], - "id": 6365, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "12382:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6368, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12382:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint80", - "typeString": "type(uint80)" - } - }, - "id": 6369, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "12395:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "12382:16:19", - "typeDescriptions": { - "typeIdentifier": "t_uint80", - "typeString": "uint80" - } - }, - "src": "12374:24:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6377, - "nodeType": "IfStatement", - "src": "12370:103:19", - "trueBody": { - "id": 6376, - "nodeType": "Block", - "src": "12400:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3830", - "id": 6372, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12452:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_80_by_1", - "typeString": "int_const 80" - }, - "value": "80" - }, - { - "id": 6373, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6359, - "src": "12456:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_80_by_1", - "typeString": "int_const 80" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6371, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "12421:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6374, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12421:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6375, - "nodeType": "RevertStatement", - "src": "12414:48:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6380, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6359, - "src": "12496:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6379, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "12489:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint80_$", - "typeString": "type(uint80)" - }, - "typeName": { - "id": 6378, - "name": "uint80", - "nodeType": "ElementaryTypeName", - "src": "12489:6:19", - "typeDescriptions": {} - } - }, - "id": 6381, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12489:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint80", - "typeString": "uint80" - } - }, - "functionReturnParameters": 6363, - "id": 6382, - "nodeType": "Return", - "src": "12482:20:19" - } - ] - }, - "documentation": { - "id": 6357, - "nodeType": "StructuredDocumentation", - "src": "12015:276:19", - "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": 6384, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint80", - "nameLocation": "12305:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6360, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6359, - "mutability": "mutable", - "name": "value", - "nameLocation": "12322:5:19", - "nodeType": "VariableDeclaration", - "scope": 6384, - "src": "12314:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6358, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "12314:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "12313:15:19" - }, - "returnParameters": { - "id": 6363, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6362, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6384, - "src": "12352:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint80", - "typeString": "uint80" - }, - "typeName": { - "id": 6361, - "name": "uint80", - "nodeType": "ElementaryTypeName", - "src": "12352:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint80", - "typeString": "uint80" - } - }, - "visibility": "internal" - } - ], - "src": "12351:8:19" - }, - "scope": 7506, - "src": "12296:213:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6411, - "nodeType": "Block", - "src": "12860:149:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6398, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6392, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6387, - "src": "12874:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6395, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "12887:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint72_$", - "typeString": "type(uint72)" - }, - "typeName": { - "id": 6394, - "name": "uint72", - "nodeType": "ElementaryTypeName", - "src": "12887:6:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint72_$", - "typeString": "type(uint72)" - } - ], - "id": 6393, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "12882:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6396, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12882:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint72", - "typeString": "type(uint72)" - } - }, - "id": 6397, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "12895:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "12882:16:19", - "typeDescriptions": { - "typeIdentifier": "t_uint72", - "typeString": "uint72" - } - }, - "src": "12874:24:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6405, - "nodeType": "IfStatement", - "src": "12870:103:19", - "trueBody": { - "id": 6404, - "nodeType": "Block", - "src": "12900:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3732", - "id": 6400, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12952:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_72_by_1", - "typeString": "int_const 72" - }, - "value": "72" - }, - { - "id": 6401, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6387, - "src": "12956:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_72_by_1", - "typeString": "int_const 72" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6399, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "12921:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6402, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12921:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6403, - "nodeType": "RevertStatement", - "src": "12914:48:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6408, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6387, - "src": "12996:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6407, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "12989:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint72_$", - "typeString": "type(uint72)" - }, - "typeName": { - "id": 6406, - "name": "uint72", - "nodeType": "ElementaryTypeName", - "src": "12989:6:19", - "typeDescriptions": {} - } - }, - "id": 6409, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12989:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint72", - "typeString": "uint72" - } - }, - "functionReturnParameters": 6391, - "id": 6410, - "nodeType": "Return", - "src": "12982:20:19" - } - ] - }, - "documentation": { - "id": 6385, - "nodeType": "StructuredDocumentation", - "src": "12515:276:19", - "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": 6412, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint72", - "nameLocation": "12805:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6388, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6387, - "mutability": "mutable", - "name": "value", - "nameLocation": "12822:5:19", - "nodeType": "VariableDeclaration", - "scope": 6412, - "src": "12814:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6386, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "12814:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "12813:15:19" - }, - "returnParameters": { - "id": 6391, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6390, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6412, - "src": "12852:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint72", - "typeString": "uint72" - }, - "typeName": { - "id": 6389, - "name": "uint72", - "nodeType": "ElementaryTypeName", - "src": "12852:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint72", - "typeString": "uint72" - } - }, - "visibility": "internal" - } - ], - "src": "12851:8:19" - }, - "scope": 7506, - "src": "12796:213:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6439, - "nodeType": "Block", - "src": "13360:149:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6426, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6420, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6415, - "src": "13374:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6423, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "13387:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 6422, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "13387:6:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - } - ], - "id": 6421, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "13382:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6424, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13382:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint64", - "typeString": "type(uint64)" - } - }, - "id": 6425, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "13395:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "13382:16:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "13374:24:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6433, - "nodeType": "IfStatement", - "src": "13370:103:19", - "trueBody": { - "id": 6432, - "nodeType": "Block", - "src": "13400:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3634", - "id": 6428, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13452:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - { - "id": 6429, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6415, - "src": "13456:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6427, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "13421:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6430, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13421:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6431, - "nodeType": "RevertStatement", - "src": "13414:48:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6436, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6415, - "src": "13496:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6435, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "13489:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 6434, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "13489:6:19", - "typeDescriptions": {} - } - }, - "id": 6437, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13489:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 6419, - "id": 6438, - "nodeType": "Return", - "src": "13482:20:19" - } - ] - }, - "documentation": { - "id": 6413, - "nodeType": "StructuredDocumentation", - "src": "13015:276:19", - "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": 6440, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint64", - "nameLocation": "13305:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6416, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6415, - "mutability": "mutable", - "name": "value", - "nameLocation": "13322:5:19", - "nodeType": "VariableDeclaration", - "scope": 6440, - "src": "13314:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6414, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13314:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "13313:15:19" - }, - "returnParameters": { - "id": 6419, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6418, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6440, - "src": "13352:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 6417, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "13352:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "13351:8:19" - }, - "scope": 7506, - "src": "13296:213:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6467, - "nodeType": "Block", - "src": "13860:149:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6454, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6448, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6443, - "src": "13874:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6451, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "13887:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint56_$", - "typeString": "type(uint56)" - }, - "typeName": { - "id": 6450, - "name": "uint56", - "nodeType": "ElementaryTypeName", - "src": "13887:6:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint56_$", - "typeString": "type(uint56)" - } - ], - "id": 6449, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "13882:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6452, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13882:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint56", - "typeString": "type(uint56)" - } - }, - "id": 6453, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "13895:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "13882:16:19", - "typeDescriptions": { - "typeIdentifier": "t_uint56", - "typeString": "uint56" - } - }, - "src": "13874:24:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6461, - "nodeType": "IfStatement", - "src": "13870:103:19", - "trueBody": { - "id": 6460, - "nodeType": "Block", - "src": "13900:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3536", - "id": 6456, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13952:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_56_by_1", - "typeString": "int_const 56" - }, - "value": "56" - }, - { - "id": 6457, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6443, - "src": "13956:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_56_by_1", - "typeString": "int_const 56" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6455, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "13921:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6458, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13921:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6459, - "nodeType": "RevertStatement", - "src": "13914:48:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6464, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6443, - "src": "13996:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6463, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "13989:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint56_$", - "typeString": "type(uint56)" - }, - "typeName": { - "id": 6462, - "name": "uint56", - "nodeType": "ElementaryTypeName", - "src": "13989:6:19", - "typeDescriptions": {} - } - }, - "id": 6465, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13989:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint56", - "typeString": "uint56" - } - }, - "functionReturnParameters": 6447, - "id": 6466, - "nodeType": "Return", - "src": "13982:20:19" - } - ] - }, - "documentation": { - "id": 6441, - "nodeType": "StructuredDocumentation", - "src": "13515:276:19", - "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": 6468, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint56", - "nameLocation": "13805:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6444, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6443, - "mutability": "mutable", - "name": "value", - "nameLocation": "13822:5:19", - "nodeType": "VariableDeclaration", - "scope": 6468, - "src": "13814:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6442, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13814:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "13813:15:19" - }, - "returnParameters": { - "id": 6447, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6446, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6468, - "src": "13852:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint56", - "typeString": "uint56" - }, - "typeName": { - "id": 6445, - "name": "uint56", - "nodeType": "ElementaryTypeName", - "src": "13852:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint56", - "typeString": "uint56" - } - }, - "visibility": "internal" - } - ], - "src": "13851:8:19" - }, - "scope": 7506, - "src": "13796:213:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6495, - "nodeType": "Block", - "src": "14360:149:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6482, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6476, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6471, - "src": "14374:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6479, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "14387:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint48_$", - "typeString": "type(uint48)" - }, - "typeName": { - "id": 6478, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "14387:6:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint48_$", - "typeString": "type(uint48)" - } - ], - "id": 6477, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "14382:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6480, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14382:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint48", - "typeString": "type(uint48)" - } - }, - "id": 6481, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "14395:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "14382:16:19", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "14374:24:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6489, - "nodeType": "IfStatement", - "src": "14370:103:19", - "trueBody": { - "id": 6488, - "nodeType": "Block", - "src": "14400:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3438", - "id": 6484, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14452:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_48_by_1", - "typeString": "int_const 48" - }, - "value": "48" - }, - { - "id": 6485, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6471, - "src": "14456:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_48_by_1", - "typeString": "int_const 48" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6483, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "14421:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6486, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14421:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6487, - "nodeType": "RevertStatement", - "src": "14414:48:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6492, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6471, - "src": "14496:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6491, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "14489:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint48_$", - "typeString": "type(uint48)" - }, - "typeName": { - "id": 6490, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "14489:6:19", - "typeDescriptions": {} - } - }, - "id": 6493, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14489:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "functionReturnParameters": 6475, - "id": 6494, - "nodeType": "Return", - "src": "14482:20:19" - } - ] - }, - "documentation": { - "id": 6469, - "nodeType": "StructuredDocumentation", - "src": "14015:276:19", - "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": 6496, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint48", - "nameLocation": "14305:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6472, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6471, - "mutability": "mutable", - "name": "value", - "nameLocation": "14322:5:19", - "nodeType": "VariableDeclaration", - "scope": 6496, - "src": "14314:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6470, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14314:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "14313:15:19" - }, - "returnParameters": { - "id": 6475, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6474, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6496, - "src": "14352:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 6473, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "14352:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "14351:8:19" - }, - "scope": 7506, - "src": "14296:213:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6523, - "nodeType": "Block", - "src": "14860:149:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6510, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6504, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6499, - "src": "14874:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6507, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "14887:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint40_$", - "typeString": "type(uint40)" - }, - "typeName": { - "id": 6506, - "name": "uint40", - "nodeType": "ElementaryTypeName", - "src": "14887:6:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint40_$", - "typeString": "type(uint40)" - } - ], - "id": 6505, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "14882:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6508, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14882:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint40", - "typeString": "type(uint40)" - } - }, - "id": 6509, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "14895:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "14882:16:19", - "typeDescriptions": { - "typeIdentifier": "t_uint40", - "typeString": "uint40" - } - }, - "src": "14874:24:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6517, - "nodeType": "IfStatement", - "src": "14870:103:19", - "trueBody": { - "id": 6516, - "nodeType": "Block", - "src": "14900:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3430", - "id": 6512, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14952:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_40_by_1", - "typeString": "int_const 40" - }, - "value": "40" - }, - { - "id": 6513, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6499, - "src": "14956:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_40_by_1", - "typeString": "int_const 40" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6511, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "14921:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6514, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14921:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6515, - "nodeType": "RevertStatement", - "src": "14914:48:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6520, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6499, - "src": "14996:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6519, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "14989:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint40_$", - "typeString": "type(uint40)" - }, - "typeName": { - "id": 6518, - "name": "uint40", - "nodeType": "ElementaryTypeName", - "src": "14989:6:19", - "typeDescriptions": {} - } - }, - "id": 6521, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14989:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint40", - "typeString": "uint40" - } - }, - "functionReturnParameters": 6503, - "id": 6522, - "nodeType": "Return", - "src": "14982:20:19" - } - ] - }, - "documentation": { - "id": 6497, - "nodeType": "StructuredDocumentation", - "src": "14515:276:19", - "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": 6524, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint40", - "nameLocation": "14805:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6500, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6499, - "mutability": "mutable", - "name": "value", - "nameLocation": "14822:5:19", - "nodeType": "VariableDeclaration", - "scope": 6524, - "src": "14814:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6498, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14814:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "14813:15:19" - }, - "returnParameters": { - "id": 6503, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6502, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6524, - "src": "14852:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint40", - "typeString": "uint40" - }, - "typeName": { - "id": 6501, - "name": "uint40", - "nodeType": "ElementaryTypeName", - "src": "14852:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint40", - "typeString": "uint40" - } - }, - "visibility": "internal" - } - ], - "src": "14851:8:19" - }, - "scope": 7506, - "src": "14796:213:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6551, - "nodeType": "Block", - "src": "15360:149:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6538, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6532, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6527, - "src": "15374:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6535, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "15387:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - }, - "typeName": { - "id": 6534, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "15387:6:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - } - ], - "id": 6533, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "15382:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6536, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15382:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint32", - "typeString": "type(uint32)" - } - }, - "id": 6537, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "15395:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "15382:16:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "15374:24:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6545, - "nodeType": "IfStatement", - "src": "15370:103:19", - "trueBody": { - "id": 6544, - "nodeType": "Block", - "src": "15400:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3332", - "id": 6540, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "15452:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - { - "id": 6541, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6527, - "src": "15456:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6539, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "15421:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6542, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15421:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6543, - "nodeType": "RevertStatement", - "src": "15414:48:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6548, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6527, - "src": "15496:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6547, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "15489:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - }, - "typeName": { - "id": 6546, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "15489:6:19", - "typeDescriptions": {} - } - }, - "id": 6549, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15489:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 6531, - "id": 6550, - "nodeType": "Return", - "src": "15482:20:19" - } - ] - }, - "documentation": { - "id": 6525, - "nodeType": "StructuredDocumentation", - "src": "15015:276:19", - "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": 6552, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint32", - "nameLocation": "15305:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6528, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6527, - "mutability": "mutable", - "name": "value", - "nameLocation": "15322:5:19", - "nodeType": "VariableDeclaration", - "scope": 6552, - "src": "15314:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6526, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "15314:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "15313:15:19" - }, - "returnParameters": { - "id": 6531, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6530, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6552, - "src": "15352:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 6529, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "15352:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "15351:8:19" - }, - "scope": 7506, - "src": "15296:213:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6579, - "nodeType": "Block", - "src": "15860:149:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6566, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6560, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6555, - "src": "15874:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6563, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "15887:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint24_$", - "typeString": "type(uint24)" - }, - "typeName": { - "id": 6562, - "name": "uint24", - "nodeType": "ElementaryTypeName", - "src": "15887:6:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint24_$", - "typeString": "type(uint24)" - } - ], - "id": 6561, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "15882:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6564, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15882:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint24", - "typeString": "type(uint24)" - } - }, - "id": 6565, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "15895:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "15882:16:19", - "typeDescriptions": { - "typeIdentifier": "t_uint24", - "typeString": "uint24" - } - }, - "src": "15874:24:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6573, - "nodeType": "IfStatement", - "src": "15870:103:19", - "trueBody": { - "id": 6572, - "nodeType": "Block", - "src": "15900:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3234", - "id": 6568, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "15952:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_24_by_1", - "typeString": "int_const 24" - }, - "value": "24" - }, - { - "id": 6569, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6555, - "src": "15956:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_24_by_1", - "typeString": "int_const 24" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6567, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "15921:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6570, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15921:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6571, - "nodeType": "RevertStatement", - "src": "15914:48:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6576, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6555, - "src": "15996:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6575, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "15989:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint24_$", - "typeString": "type(uint24)" - }, - "typeName": { - "id": 6574, - "name": "uint24", - "nodeType": "ElementaryTypeName", - "src": "15989:6:19", - "typeDescriptions": {} - } - }, - "id": 6577, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15989:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint24", - "typeString": "uint24" - } - }, - "functionReturnParameters": 6559, - "id": 6578, - "nodeType": "Return", - "src": "15982:20:19" - } - ] - }, - "documentation": { - "id": 6553, - "nodeType": "StructuredDocumentation", - "src": "15515:276:19", - "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": 6580, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint24", - "nameLocation": "15805:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6556, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6555, - "mutability": "mutable", - "name": "value", - "nameLocation": "15822:5:19", - "nodeType": "VariableDeclaration", - "scope": 6580, - "src": "15814:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6554, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "15814:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "15813:15:19" - }, - "returnParameters": { - "id": 6559, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6558, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6580, - "src": "15852:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint24", - "typeString": "uint24" - }, - "typeName": { - "id": 6557, - "name": "uint24", - "nodeType": "ElementaryTypeName", - "src": "15852:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint24", - "typeString": "uint24" - } - }, - "visibility": "internal" - } - ], - "src": "15851:8:19" - }, - "scope": 7506, - "src": "15796:213:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6607, - "nodeType": "Block", - "src": "16360:149:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6594, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6588, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6583, - "src": "16374:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6591, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "16387:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint16_$", - "typeString": "type(uint16)" - }, - "typeName": { - "id": 6590, - "name": "uint16", - "nodeType": "ElementaryTypeName", - "src": "16387:6:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint16_$", - "typeString": "type(uint16)" - } - ], - "id": 6589, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "16382:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6592, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16382:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint16", - "typeString": "type(uint16)" - } - }, - "id": 6593, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "16395:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "16382:16:19", - "typeDescriptions": { - "typeIdentifier": "t_uint16", - "typeString": "uint16" - } - }, - "src": "16374:24:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6601, - "nodeType": "IfStatement", - "src": "16370:103:19", - "trueBody": { - "id": 6600, - "nodeType": "Block", - "src": "16400:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3136", - "id": 6596, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "16452:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - { - "id": 6597, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6583, - "src": "16456:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6595, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "16421:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6598, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16421:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6599, - "nodeType": "RevertStatement", - "src": "16414:48:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6604, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6583, - "src": "16496:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6603, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "16489:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint16_$", - "typeString": "type(uint16)" - }, - "typeName": { - "id": 6602, - "name": "uint16", - "nodeType": "ElementaryTypeName", - "src": "16489:6:19", - "typeDescriptions": {} - } - }, - "id": 6605, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16489:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint16", - "typeString": "uint16" - } - }, - "functionReturnParameters": 6587, - "id": 6606, - "nodeType": "Return", - "src": "16482:20:19" - } - ] - }, - "documentation": { - "id": 6581, - "nodeType": "StructuredDocumentation", - "src": "16015:276:19", - "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": 6608, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint16", - "nameLocation": "16305:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6584, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6583, - "mutability": "mutable", - "name": "value", - "nameLocation": "16322:5:19", - "nodeType": "VariableDeclaration", - "scope": 6608, - "src": "16314:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6582, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "16314:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "16313:15:19" - }, - "returnParameters": { - "id": 6587, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6586, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6608, - "src": "16352:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint16", - "typeString": "uint16" - }, - "typeName": { - "id": 6585, - "name": "uint16", - "nodeType": "ElementaryTypeName", - "src": "16352:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint16", - "typeString": "uint16" - } - }, - "visibility": "internal" - } - ], - "src": "16351:8:19" - }, - "scope": 7506, - "src": "16296:213:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6635, - "nodeType": "Block", - "src": "16854:146:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6622, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6616, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6611, - "src": "16868:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6619, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "16881:5:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint8_$", - "typeString": "type(uint8)" - }, - "typeName": { - "id": 6618, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "16881:5:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint8_$", - "typeString": "type(uint8)" - } - ], - "id": 6617, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "16876:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6620, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16876:11:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint8", - "typeString": "type(uint8)" - } - }, - "id": 6621, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "16888:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "16876:15:19", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "src": "16868:23:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6629, - "nodeType": "IfStatement", - "src": "16864:101:19", - "trueBody": { - "id": 6628, - "nodeType": "Block", - "src": "16893:72:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "38", - "id": 6624, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "16945:1:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - { - "id": 6625, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6611, - "src": "16948:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6623, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5751, - "src": "16914:30:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 6626, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16914:40:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6627, - "nodeType": "RevertStatement", - "src": "16907:47:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6632, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6611, - "src": "16987:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6631, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "16981:5:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint8_$", - "typeString": "type(uint8)" - }, - "typeName": { - "id": 6630, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "16981:5:19", - "typeDescriptions": {} - } - }, - "id": 6633, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16981:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "functionReturnParameters": 6615, - "id": 6634, - "nodeType": "Return", - "src": "16974:19:19" - } - ] - }, - "documentation": { - "id": 6609, - "nodeType": "StructuredDocumentation", - "src": "16515:272:19", - "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": 6636, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint8", - "nameLocation": "16801:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6612, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6611, - "mutability": "mutable", - "name": "value", - "nameLocation": "16817:5:19", - "nodeType": "VariableDeclaration", - "scope": 6636, - "src": "16809:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6610, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "16809:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "16808:15:19" - }, - "returnParameters": { - "id": 6615, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6614, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6636, - "src": "16847:5:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "typeName": { - "id": 6613, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "16847:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "visibility": "internal" - } - ], - "src": "16846:7:19" - }, - "scope": 7506, - "src": "16792:208:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6658, - "nodeType": "Block", - "src": "17236:128:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 6646, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6644, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6639, - "src": "17250:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "hexValue": "30", - "id": 6645, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "17258:1:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "17250:9:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6652, - "nodeType": "IfStatement", - "src": "17246:81:19", - "trueBody": { - "id": 6651, - "nodeType": "Block", - "src": "17261:66:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 6648, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6639, - "src": "17310:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6647, - "name": "SafeCastOverflowedIntToUint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5756, - "src": "17282:27:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_int256_$returns$_t_error_$", - "typeString": "function (int256) pure returns (error)" - } - }, - "id": 6649, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17282:34:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6650, - "nodeType": "RevertStatement", - "src": "17275:41:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 6655, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6639, - "src": "17351:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6654, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "17343:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint256_$", - "typeString": "type(uint256)" - }, - "typeName": { - "id": 6653, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "17343:7:19", - "typeDescriptions": {} - } - }, - "id": 6656, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17343:14:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 6643, - "id": 6657, - "nodeType": "Return", - "src": "17336:21:19" - } - ] - }, - "documentation": { - "id": 6637, - "nodeType": "StructuredDocumentation", - "src": "17006:160:19", - "text": " @dev Converts a signed int256 into an unsigned uint256.\n Requirements:\n - input must be greater than or equal to 0." - }, - "id": 6659, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint256", - "nameLocation": "17180:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6640, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6639, - "mutability": "mutable", - "name": "value", - "nameLocation": "17197:5:19", - "nodeType": "VariableDeclaration", - "scope": 6659, - "src": "17190:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6638, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "17190:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "17189:14:19" - }, - "returnParameters": { - "id": 6643, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6642, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6659, - "src": "17227:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6641, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "17227:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "17226:9:19" - }, - "scope": 7506, - "src": "17171:193:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6684, - "nodeType": "Block", - "src": "17761:150:19", - "statements": [ - { - "expression": { - "id": 6672, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6667, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6665, - "src": "17771:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int248", - "typeString": "int248" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 6670, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6662, - "src": "17791:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6669, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "17784:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int248_$", - "typeString": "type(int248)" - }, - "typeName": { - "id": 6668, - "name": "int248", - "nodeType": "ElementaryTypeName", - "src": "17784:6:19", - "typeDescriptions": {} - } - }, - "id": 6671, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17784:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int248", - "typeString": "int248" - } - }, - "src": "17771:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int248", - "typeString": "int248" - } - }, - "id": 6673, - "nodeType": "ExpressionStatement", - "src": "17771:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 6676, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6674, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6665, - "src": "17811:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int248", - "typeString": "int248" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 6675, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6662, - "src": "17825:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "17811:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6683, - "nodeType": "IfStatement", - "src": "17807:98:19", - "trueBody": { - "id": 6682, - "nodeType": "Block", - "src": "17832:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323438", - "id": 6678, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "17883:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_248_by_1", - "typeString": "int_const 248" - }, - "value": "248" - }, - { - "id": 6679, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6662, - "src": "17888:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_248_by_1", - "typeString": "int_const 248" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6677, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "17853:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 6680, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17853:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6681, - "nodeType": "RevertStatement", - "src": "17846:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 6660, - "nodeType": "StructuredDocumentation", - "src": "17370:312:19", - "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": 6685, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt248", - "nameLocation": "17696:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6663, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6662, - "mutability": "mutable", - "name": "value", - "nameLocation": "17712:5:19", - "nodeType": "VariableDeclaration", - "scope": 6685, - "src": "17705:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6661, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "17705:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "17704:14:19" - }, - "returnParameters": { - "id": 6666, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6665, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "17749:10:19", - "nodeType": "VariableDeclaration", - "scope": 6685, - "src": "17742:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int248", - "typeString": "int248" - }, - "typeName": { - "id": 6664, - "name": "int248", - "nodeType": "ElementaryTypeName", - "src": "17742:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int248", - "typeString": "int248" - } - }, - "visibility": "internal" - } - ], - "src": "17741:19:19" - }, - "scope": 7506, - "src": "17687:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6710, - "nodeType": "Block", - "src": "18308:150:19", - "statements": [ - { - "expression": { - "id": 6698, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6693, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6691, - "src": "18318:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int240", - "typeString": "int240" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 6696, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6688, - "src": "18338:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6695, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "18331:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int240_$", - "typeString": "type(int240)" - }, - "typeName": { - "id": 6694, - "name": "int240", - "nodeType": "ElementaryTypeName", - "src": "18331:6:19", - "typeDescriptions": {} - } - }, - "id": 6697, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18331:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int240", - "typeString": "int240" - } - }, - "src": "18318:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int240", - "typeString": "int240" - } - }, - "id": 6699, - "nodeType": "ExpressionStatement", - "src": "18318:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 6702, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6700, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6691, - "src": "18358:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int240", - "typeString": "int240" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 6701, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6688, - "src": "18372:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "18358:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6709, - "nodeType": "IfStatement", - "src": "18354:98:19", - "trueBody": { - "id": 6708, - "nodeType": "Block", - "src": "18379:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323430", - "id": 6704, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "18430:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_240_by_1", - "typeString": "int_const 240" - }, - "value": "240" - }, - { - "id": 6705, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6688, - "src": "18435:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_240_by_1", - "typeString": "int_const 240" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6703, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "18400:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 6706, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18400:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6707, - "nodeType": "RevertStatement", - "src": "18393:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 6686, - "nodeType": "StructuredDocumentation", - "src": "17917:312:19", - "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": 6711, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt240", - "nameLocation": "18243:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6689, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6688, - "mutability": "mutable", - "name": "value", - "nameLocation": "18259:5:19", - "nodeType": "VariableDeclaration", - "scope": 6711, - "src": "18252:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6687, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "18252:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "18251:14:19" - }, - "returnParameters": { - "id": 6692, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6691, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "18296:10:19", - "nodeType": "VariableDeclaration", - "scope": 6711, - "src": "18289:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int240", - "typeString": "int240" - }, - "typeName": { - "id": 6690, - "name": "int240", - "nodeType": "ElementaryTypeName", - "src": "18289:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int240", - "typeString": "int240" - } - }, - "visibility": "internal" - } - ], - "src": "18288:19:19" - }, - "scope": 7506, - "src": "18234:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6736, - "nodeType": "Block", - "src": "18855:150:19", - "statements": [ - { - "expression": { - "id": 6724, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6719, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6717, - "src": "18865:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int232", - "typeString": "int232" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 6722, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6714, - "src": "18885:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6721, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "18878:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int232_$", - "typeString": "type(int232)" - }, - "typeName": { - "id": 6720, - "name": "int232", - "nodeType": "ElementaryTypeName", - "src": "18878:6:19", - "typeDescriptions": {} - } - }, - "id": 6723, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18878:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int232", - "typeString": "int232" - } - }, - "src": "18865:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int232", - "typeString": "int232" - } - }, - "id": 6725, - "nodeType": "ExpressionStatement", - "src": "18865:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 6728, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6726, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6717, - "src": "18905:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int232", - "typeString": "int232" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 6727, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6714, - "src": "18919:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "18905:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6735, - "nodeType": "IfStatement", - "src": "18901:98:19", - "trueBody": { - "id": 6734, - "nodeType": "Block", - "src": "18926:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323332", - "id": 6730, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "18977:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_232_by_1", - "typeString": "int_const 232" - }, - "value": "232" - }, - { - "id": 6731, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6714, - "src": "18982:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_232_by_1", - "typeString": "int_const 232" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6729, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "18947:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 6732, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18947:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6733, - "nodeType": "RevertStatement", - "src": "18940:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 6712, - "nodeType": "StructuredDocumentation", - "src": "18464:312:19", - "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": 6737, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt232", - "nameLocation": "18790:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6715, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6714, - "mutability": "mutable", - "name": "value", - "nameLocation": "18806:5:19", - "nodeType": "VariableDeclaration", - "scope": 6737, - "src": "18799:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6713, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "18799:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "18798:14:19" - }, - "returnParameters": { - "id": 6718, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6717, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "18843:10:19", - "nodeType": "VariableDeclaration", - "scope": 6737, - "src": "18836:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int232", - "typeString": "int232" - }, - "typeName": { - "id": 6716, - "name": "int232", - "nodeType": "ElementaryTypeName", - "src": "18836:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int232", - "typeString": "int232" - } - }, - "visibility": "internal" - } - ], - "src": "18835:19:19" - }, - "scope": 7506, - "src": "18781:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6762, - "nodeType": "Block", - "src": "19402:150:19", - "statements": [ - { - "expression": { - "id": 6750, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6745, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6743, - "src": "19412:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int224", - "typeString": "int224" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 6748, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6740, - "src": "19432:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6747, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "19425:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int224_$", - "typeString": "type(int224)" - }, - "typeName": { - "id": 6746, - "name": "int224", - "nodeType": "ElementaryTypeName", - "src": "19425:6:19", - "typeDescriptions": {} - } - }, - "id": 6749, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19425:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int224", - "typeString": "int224" - } - }, - "src": "19412:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int224", - "typeString": "int224" - } - }, - "id": 6751, - "nodeType": "ExpressionStatement", - "src": "19412:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 6754, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6752, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6743, - "src": "19452:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int224", - "typeString": "int224" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 6753, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6740, - "src": "19466:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "19452:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6761, - "nodeType": "IfStatement", - "src": "19448:98:19", - "trueBody": { - "id": 6760, - "nodeType": "Block", - "src": "19473:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323234", - "id": 6756, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19524:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_224_by_1", - "typeString": "int_const 224" - }, - "value": "224" - }, - { - "id": 6757, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6740, - "src": "19529:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_224_by_1", - "typeString": "int_const 224" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6755, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "19494:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 6758, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19494:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6759, - "nodeType": "RevertStatement", - "src": "19487:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 6738, - "nodeType": "StructuredDocumentation", - "src": "19011:312:19", - "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": 6763, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt224", - "nameLocation": "19337:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6741, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6740, - "mutability": "mutable", - "name": "value", - "nameLocation": "19353:5:19", - "nodeType": "VariableDeclaration", - "scope": 6763, - "src": "19346:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6739, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "19346:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "19345:14:19" - }, - "returnParameters": { - "id": 6744, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6743, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "19390:10:19", - "nodeType": "VariableDeclaration", - "scope": 6763, - "src": "19383:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int224", - "typeString": "int224" - }, - "typeName": { - "id": 6742, - "name": "int224", - "nodeType": "ElementaryTypeName", - "src": "19383:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int224", - "typeString": "int224" - } - }, - "visibility": "internal" - } - ], - "src": "19382:19:19" - }, - "scope": 7506, - "src": "19328:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6788, - "nodeType": "Block", - "src": "19949:150:19", - "statements": [ - { - "expression": { - "id": 6776, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6771, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6769, - "src": "19959:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int216", - "typeString": "int216" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 6774, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6766, - "src": "19979:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6773, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "19972:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int216_$", - "typeString": "type(int216)" - }, - "typeName": { - "id": 6772, - "name": "int216", - "nodeType": "ElementaryTypeName", - "src": "19972:6:19", - "typeDescriptions": {} - } - }, - "id": 6775, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19972:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int216", - "typeString": "int216" - } - }, - "src": "19959:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int216", - "typeString": "int216" - } - }, - "id": 6777, - "nodeType": "ExpressionStatement", - "src": "19959:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 6780, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6778, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6769, - "src": "19999:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int216", - "typeString": "int216" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 6779, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6766, - "src": "20013:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "19999:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6787, - "nodeType": "IfStatement", - "src": "19995:98:19", - "trueBody": { - "id": 6786, - "nodeType": "Block", - "src": "20020:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323136", - "id": 6782, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "20071:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_216_by_1", - "typeString": "int_const 216" - }, - "value": "216" - }, - { - "id": 6783, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6766, - "src": "20076:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_216_by_1", - "typeString": "int_const 216" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6781, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "20041:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 6784, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20041:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6785, - "nodeType": "RevertStatement", - "src": "20034:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 6764, - "nodeType": "StructuredDocumentation", - "src": "19558:312:19", - "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": 6789, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt216", - "nameLocation": "19884:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6767, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6766, - "mutability": "mutable", - "name": "value", - "nameLocation": "19900:5:19", - "nodeType": "VariableDeclaration", - "scope": 6789, - "src": "19893:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6765, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "19893:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "19892:14:19" - }, - "returnParameters": { - "id": 6770, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6769, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "19937:10:19", - "nodeType": "VariableDeclaration", - "scope": 6789, - "src": "19930:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int216", - "typeString": "int216" - }, - "typeName": { - "id": 6768, - "name": "int216", - "nodeType": "ElementaryTypeName", - "src": "19930:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int216", - "typeString": "int216" - } - }, - "visibility": "internal" - } - ], - "src": "19929:19:19" - }, - "scope": 7506, - "src": "19875:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6814, - "nodeType": "Block", - "src": "20496:150:19", - "statements": [ - { - "expression": { - "id": 6802, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6797, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6795, - "src": "20506:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int208", - "typeString": "int208" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 6800, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6792, - "src": "20526:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6799, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "20519:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int208_$", - "typeString": "type(int208)" - }, - "typeName": { - "id": 6798, - "name": "int208", - "nodeType": "ElementaryTypeName", - "src": "20519:6:19", - "typeDescriptions": {} - } - }, - "id": 6801, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20519:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int208", - "typeString": "int208" - } - }, - "src": "20506:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int208", - "typeString": "int208" - } - }, - "id": 6803, - "nodeType": "ExpressionStatement", - "src": "20506:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 6806, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6804, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6795, - "src": "20546:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int208", - "typeString": "int208" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 6805, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6792, - "src": "20560:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "20546:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6813, - "nodeType": "IfStatement", - "src": "20542:98:19", - "trueBody": { - "id": 6812, - "nodeType": "Block", - "src": "20567:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323038", - "id": 6808, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "20618:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_208_by_1", - "typeString": "int_const 208" - }, - "value": "208" - }, - { - "id": 6809, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6792, - "src": "20623:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_208_by_1", - "typeString": "int_const 208" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6807, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "20588:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 6810, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20588:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6811, - "nodeType": "RevertStatement", - "src": "20581:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 6790, - "nodeType": "StructuredDocumentation", - "src": "20105:312:19", - "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": 6815, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt208", - "nameLocation": "20431:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6793, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6792, - "mutability": "mutable", - "name": "value", - "nameLocation": "20447:5:19", - "nodeType": "VariableDeclaration", - "scope": 6815, - "src": "20440:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6791, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "20440:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "20439:14:19" - }, - "returnParameters": { - "id": 6796, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6795, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "20484:10:19", - "nodeType": "VariableDeclaration", - "scope": 6815, - "src": "20477:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int208", - "typeString": "int208" - }, - "typeName": { - "id": 6794, - "name": "int208", - "nodeType": "ElementaryTypeName", - "src": "20477:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int208", - "typeString": "int208" - } - }, - "visibility": "internal" - } - ], - "src": "20476:19:19" - }, - "scope": 7506, - "src": "20422:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6840, - "nodeType": "Block", - "src": "21043:150:19", - "statements": [ - { - "expression": { - "id": 6828, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6823, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6821, - "src": "21053:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int200", - "typeString": "int200" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 6826, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6818, - "src": "21073:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6825, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "21066:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int200_$", - "typeString": "type(int200)" - }, - "typeName": { - "id": 6824, - "name": "int200", - "nodeType": "ElementaryTypeName", - "src": "21066:6:19", - "typeDescriptions": {} - } - }, - "id": 6827, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21066:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int200", - "typeString": "int200" - } - }, - "src": "21053:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int200", - "typeString": "int200" - } - }, - "id": 6829, - "nodeType": "ExpressionStatement", - "src": "21053:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 6832, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6830, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6821, - "src": "21093:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int200", - "typeString": "int200" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 6831, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6818, - "src": "21107:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "21093:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6839, - "nodeType": "IfStatement", - "src": "21089:98:19", - "trueBody": { - "id": 6838, - "nodeType": "Block", - "src": "21114:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323030", - "id": 6834, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "21165:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_200_by_1", - "typeString": "int_const 200" - }, - "value": "200" - }, - { - "id": 6835, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6818, - "src": "21170:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_200_by_1", - "typeString": "int_const 200" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6833, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "21135:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 6836, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21135:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6837, - "nodeType": "RevertStatement", - "src": "21128:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 6816, - "nodeType": "StructuredDocumentation", - "src": "20652:312:19", - "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": 6841, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt200", - "nameLocation": "20978:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6819, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6818, - "mutability": "mutable", - "name": "value", - "nameLocation": "20994:5:19", - "nodeType": "VariableDeclaration", - "scope": 6841, - "src": "20987:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6817, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "20987:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "20986:14:19" - }, - "returnParameters": { - "id": 6822, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6821, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "21031:10:19", - "nodeType": "VariableDeclaration", - "scope": 6841, - "src": "21024:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int200", - "typeString": "int200" - }, - "typeName": { - "id": 6820, - "name": "int200", - "nodeType": "ElementaryTypeName", - "src": "21024:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int200", - "typeString": "int200" - } - }, - "visibility": "internal" - } - ], - "src": "21023:19:19" - }, - "scope": 7506, - "src": "20969:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6866, - "nodeType": "Block", - "src": "21590:150:19", - "statements": [ - { - "expression": { - "id": 6854, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6849, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6847, - "src": "21600:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int192", - "typeString": "int192" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 6852, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6844, - "src": "21620:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6851, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "21613:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int192_$", - "typeString": "type(int192)" - }, - "typeName": { - "id": 6850, - "name": "int192", - "nodeType": "ElementaryTypeName", - "src": "21613:6:19", - "typeDescriptions": {} - } - }, - "id": 6853, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21613:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int192", - "typeString": "int192" - } - }, - "src": "21600:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int192", - "typeString": "int192" - } - }, - "id": 6855, - "nodeType": "ExpressionStatement", - "src": "21600:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 6858, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6856, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6847, - "src": "21640:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int192", - "typeString": "int192" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 6857, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6844, - "src": "21654:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "21640:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6865, - "nodeType": "IfStatement", - "src": "21636:98:19", - "trueBody": { - "id": 6864, - "nodeType": "Block", - "src": "21661:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313932", - "id": 6860, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "21712:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_192_by_1", - "typeString": "int_const 192" - }, - "value": "192" - }, - { - "id": 6861, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6844, - "src": "21717:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_192_by_1", - "typeString": "int_const 192" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6859, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "21682:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 6862, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21682:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6863, - "nodeType": "RevertStatement", - "src": "21675:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 6842, - "nodeType": "StructuredDocumentation", - "src": "21199:312:19", - "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": 6867, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt192", - "nameLocation": "21525:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6845, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6844, - "mutability": "mutable", - "name": "value", - "nameLocation": "21541:5:19", - "nodeType": "VariableDeclaration", - "scope": 6867, - "src": "21534:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6843, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "21534:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "21533:14:19" - }, - "returnParameters": { - "id": 6848, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6847, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "21578:10:19", - "nodeType": "VariableDeclaration", - "scope": 6867, - "src": "21571:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int192", - "typeString": "int192" - }, - "typeName": { - "id": 6846, - "name": "int192", - "nodeType": "ElementaryTypeName", - "src": "21571:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int192", - "typeString": "int192" - } - }, - "visibility": "internal" - } - ], - "src": "21570:19:19" - }, - "scope": 7506, - "src": "21516:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6892, - "nodeType": "Block", - "src": "22137:150:19", - "statements": [ - { - "expression": { - "id": 6880, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6875, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6873, - "src": "22147:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int184", - "typeString": "int184" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 6878, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6870, - "src": "22167:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6877, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "22160:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int184_$", - "typeString": "type(int184)" - }, - "typeName": { - "id": 6876, - "name": "int184", - "nodeType": "ElementaryTypeName", - "src": "22160:6:19", - "typeDescriptions": {} - } - }, - "id": 6879, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22160:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int184", - "typeString": "int184" - } - }, - "src": "22147:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int184", - "typeString": "int184" - } - }, - "id": 6881, - "nodeType": "ExpressionStatement", - "src": "22147:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 6884, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6882, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6873, - "src": "22187:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int184", - "typeString": "int184" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 6883, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6870, - "src": "22201:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "22187:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6891, - "nodeType": "IfStatement", - "src": "22183:98:19", - "trueBody": { - "id": 6890, - "nodeType": "Block", - "src": "22208:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313834", - "id": 6886, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22259:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_184_by_1", - "typeString": "int_const 184" - }, - "value": "184" - }, - { - "id": 6887, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6870, - "src": "22264:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_184_by_1", - "typeString": "int_const 184" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6885, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "22229:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 6888, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22229:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6889, - "nodeType": "RevertStatement", - "src": "22222:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 6868, - "nodeType": "StructuredDocumentation", - "src": "21746:312:19", - "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": 6893, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt184", - "nameLocation": "22072:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6871, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6870, - "mutability": "mutable", - "name": "value", - "nameLocation": "22088:5:19", - "nodeType": "VariableDeclaration", - "scope": 6893, - "src": "22081:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6869, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "22081:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "22080:14:19" - }, - "returnParameters": { - "id": 6874, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6873, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "22125:10:19", - "nodeType": "VariableDeclaration", - "scope": 6893, - "src": "22118:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int184", - "typeString": "int184" - }, - "typeName": { - "id": 6872, - "name": "int184", - "nodeType": "ElementaryTypeName", - "src": "22118:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int184", - "typeString": "int184" - } - }, - "visibility": "internal" - } - ], - "src": "22117:19:19" - }, - "scope": 7506, - "src": "22063:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6918, - "nodeType": "Block", - "src": "22684:150:19", - "statements": [ - { - "expression": { - "id": 6906, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6901, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6899, - "src": "22694:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int176", - "typeString": "int176" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 6904, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6896, - "src": "22714:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6903, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "22707:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int176_$", - "typeString": "type(int176)" - }, - "typeName": { - "id": 6902, - "name": "int176", - "nodeType": "ElementaryTypeName", - "src": "22707:6:19", - "typeDescriptions": {} - } - }, - "id": 6905, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22707:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int176", - "typeString": "int176" - } - }, - "src": "22694:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int176", - "typeString": "int176" - } - }, - "id": 6907, - "nodeType": "ExpressionStatement", - "src": "22694:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 6910, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6908, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6899, - "src": "22734:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int176", - "typeString": "int176" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 6909, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6896, - "src": "22748:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "22734:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6917, - "nodeType": "IfStatement", - "src": "22730:98:19", - "trueBody": { - "id": 6916, - "nodeType": "Block", - "src": "22755:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313736", - "id": 6912, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22806:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_176_by_1", - "typeString": "int_const 176" - }, - "value": "176" - }, - { - "id": 6913, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6896, - "src": "22811:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_176_by_1", - "typeString": "int_const 176" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6911, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "22776:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 6914, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22776:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6915, - "nodeType": "RevertStatement", - "src": "22769:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 6894, - "nodeType": "StructuredDocumentation", - "src": "22293:312:19", - "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": 6919, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt176", - "nameLocation": "22619:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6897, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6896, - "mutability": "mutable", - "name": "value", - "nameLocation": "22635:5:19", - "nodeType": "VariableDeclaration", - "scope": 6919, - "src": "22628:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6895, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "22628:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "22627:14:19" - }, - "returnParameters": { - "id": 6900, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6899, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "22672:10:19", - "nodeType": "VariableDeclaration", - "scope": 6919, - "src": "22665:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int176", - "typeString": "int176" - }, - "typeName": { - "id": 6898, - "name": "int176", - "nodeType": "ElementaryTypeName", - "src": "22665:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int176", - "typeString": "int176" - } - }, - "visibility": "internal" - } - ], - "src": "22664:19:19" - }, - "scope": 7506, - "src": "22610:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6944, - "nodeType": "Block", - "src": "23231:150:19", - "statements": [ - { - "expression": { - "id": 6932, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6927, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6925, - "src": "23241:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int168", - "typeString": "int168" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 6930, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6922, - "src": "23261:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6929, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "23254:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int168_$", - "typeString": "type(int168)" - }, - "typeName": { - "id": 6928, - "name": "int168", - "nodeType": "ElementaryTypeName", - "src": "23254:6:19", - "typeDescriptions": {} - } - }, - "id": 6931, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23254:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int168", - "typeString": "int168" - } - }, - "src": "23241:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int168", - "typeString": "int168" - } - }, - "id": 6933, - "nodeType": "ExpressionStatement", - "src": "23241:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 6936, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6934, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6925, - "src": "23281:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int168", - "typeString": "int168" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 6935, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6922, - "src": "23295:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "23281:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6943, - "nodeType": "IfStatement", - "src": "23277:98:19", - "trueBody": { - "id": 6942, - "nodeType": "Block", - "src": "23302:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313638", - "id": 6938, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "23353:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_168_by_1", - "typeString": "int_const 168" - }, - "value": "168" - }, - { - "id": 6939, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6922, - "src": "23358:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_168_by_1", - "typeString": "int_const 168" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6937, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "23323:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 6940, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23323:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6941, - "nodeType": "RevertStatement", - "src": "23316:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 6920, - "nodeType": "StructuredDocumentation", - "src": "22840:312:19", - "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": 6945, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt168", - "nameLocation": "23166:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6923, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6922, - "mutability": "mutable", - "name": "value", - "nameLocation": "23182:5:19", - "nodeType": "VariableDeclaration", - "scope": 6945, - "src": "23175:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6921, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "23175:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "23174:14:19" - }, - "returnParameters": { - "id": 6926, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6925, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "23219:10:19", - "nodeType": "VariableDeclaration", - "scope": 6945, - "src": "23212:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int168", - "typeString": "int168" - }, - "typeName": { - "id": 6924, - "name": "int168", - "nodeType": "ElementaryTypeName", - "src": "23212:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int168", - "typeString": "int168" - } - }, - "visibility": "internal" - } - ], - "src": "23211:19:19" - }, - "scope": 7506, - "src": "23157:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6970, - "nodeType": "Block", - "src": "23778:150:19", - "statements": [ - { - "expression": { - "id": 6958, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6953, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6951, - "src": "23788:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int160", - "typeString": "int160" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 6956, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6948, - "src": "23808:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6955, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "23801:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int160_$", - "typeString": "type(int160)" - }, - "typeName": { - "id": 6954, - "name": "int160", - "nodeType": "ElementaryTypeName", - "src": "23801:6:19", - "typeDescriptions": {} - } - }, - "id": 6957, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23801:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int160", - "typeString": "int160" - } - }, - "src": "23788:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int160", - "typeString": "int160" - } - }, - "id": 6959, - "nodeType": "ExpressionStatement", - "src": "23788:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 6962, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6960, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6951, - "src": "23828:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int160", - "typeString": "int160" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 6961, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6948, - "src": "23842:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "23828:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6969, - "nodeType": "IfStatement", - "src": "23824:98:19", - "trueBody": { - "id": 6968, - "nodeType": "Block", - "src": "23849:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313630", - "id": 6964, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "23900:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_160_by_1", - "typeString": "int_const 160" - }, - "value": "160" - }, - { - "id": 6965, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6948, - "src": "23905:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_160_by_1", - "typeString": "int_const 160" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6963, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "23870:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 6966, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23870:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6967, - "nodeType": "RevertStatement", - "src": "23863:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 6946, - "nodeType": "StructuredDocumentation", - "src": "23387:312:19", - "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": 6971, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt160", - "nameLocation": "23713:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6949, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6948, - "mutability": "mutable", - "name": "value", - "nameLocation": "23729:5:19", - "nodeType": "VariableDeclaration", - "scope": 6971, - "src": "23722:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6947, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "23722:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "23721:14:19" - }, - "returnParameters": { - "id": 6952, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6951, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "23766:10:19", - "nodeType": "VariableDeclaration", - "scope": 6971, - "src": "23759:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int160", - "typeString": "int160" - }, - "typeName": { - "id": 6950, - "name": "int160", - "nodeType": "ElementaryTypeName", - "src": "23759:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int160", - "typeString": "int160" - } - }, - "visibility": "internal" - } - ], - "src": "23758:19:19" - }, - "scope": 7506, - "src": "23704:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6996, - "nodeType": "Block", - "src": "24325:150:19", - "statements": [ - { - "expression": { - "id": 6984, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6979, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6977, - "src": "24335:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int152", - "typeString": "int152" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 6982, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6974, - "src": "24355:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6981, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "24348:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int152_$", - "typeString": "type(int152)" - }, - "typeName": { - "id": 6980, - "name": "int152", - "nodeType": "ElementaryTypeName", - "src": "24348:6:19", - "typeDescriptions": {} - } - }, - "id": 6983, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24348:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int152", - "typeString": "int152" - } - }, - "src": "24335:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int152", - "typeString": "int152" - } - }, - "id": 6985, - "nodeType": "ExpressionStatement", - "src": "24335:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 6988, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6986, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6977, - "src": "24375:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int152", - "typeString": "int152" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 6987, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6974, - "src": "24389:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "24375:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6995, - "nodeType": "IfStatement", - "src": "24371:98:19", - "trueBody": { - "id": 6994, - "nodeType": "Block", - "src": "24396:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313532", - "id": 6990, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24447:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_152_by_1", - "typeString": "int_const 152" - }, - "value": "152" - }, - { - "id": 6991, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6974, - "src": "24452:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_152_by_1", - "typeString": "int_const 152" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 6989, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "24417:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 6992, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24417:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6993, - "nodeType": "RevertStatement", - "src": "24410:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 6972, - "nodeType": "StructuredDocumentation", - "src": "23934:312:19", - "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": 6997, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt152", - "nameLocation": "24260:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6975, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6974, - "mutability": "mutable", - "name": "value", - "nameLocation": "24276:5:19", - "nodeType": "VariableDeclaration", - "scope": 6997, - "src": "24269:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6973, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "24269:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "24268:14:19" - }, - "returnParameters": { - "id": 6978, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6977, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "24313:10:19", - "nodeType": "VariableDeclaration", - "scope": 6997, - "src": "24306:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int152", - "typeString": "int152" - }, - "typeName": { - "id": 6976, - "name": "int152", - "nodeType": "ElementaryTypeName", - "src": "24306:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int152", - "typeString": "int152" - } - }, - "visibility": "internal" - } - ], - "src": "24305:19:19" - }, - "scope": 7506, - "src": "24251:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7022, - "nodeType": "Block", - "src": "24872:150:19", - "statements": [ - { - "expression": { - "id": 7010, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7005, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7003, - "src": "24882:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int144", - "typeString": "int144" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7008, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7000, - "src": "24902:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7007, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "24895:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int144_$", - "typeString": "type(int144)" - }, - "typeName": { - "id": 7006, - "name": "int144", - "nodeType": "ElementaryTypeName", - "src": "24895:6:19", - "typeDescriptions": {} - } - }, - "id": 7009, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24895:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int144", - "typeString": "int144" - } - }, - "src": "24882:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int144", - "typeString": "int144" - } - }, - "id": 7011, - "nodeType": "ExpressionStatement", - "src": "24882:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7014, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7012, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7003, - "src": "24922:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int144", - "typeString": "int144" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7013, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7000, - "src": "24936:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "24922:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7021, - "nodeType": "IfStatement", - "src": "24918:98:19", - "trueBody": { - "id": 7020, - "nodeType": "Block", - "src": "24943:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313434", - "id": 7016, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24994:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_144_by_1", - "typeString": "int_const 144" - }, - "value": "144" - }, - { - "id": 7017, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7000, - "src": "24999:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_144_by_1", - "typeString": "int_const 144" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7015, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "24964:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7018, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24964:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7019, - "nodeType": "RevertStatement", - "src": "24957:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 6998, - "nodeType": "StructuredDocumentation", - "src": "24481:312:19", - "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": 7023, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt144", - "nameLocation": "24807:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7001, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7000, - "mutability": "mutable", - "name": "value", - "nameLocation": "24823:5:19", - "nodeType": "VariableDeclaration", - "scope": 7023, - "src": "24816:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 6999, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "24816:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "24815:14:19" - }, - "returnParameters": { - "id": 7004, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7003, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "24860:10:19", - "nodeType": "VariableDeclaration", - "scope": 7023, - "src": "24853:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int144", - "typeString": "int144" - }, - "typeName": { - "id": 7002, - "name": "int144", - "nodeType": "ElementaryTypeName", - "src": "24853:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int144", - "typeString": "int144" - } - }, - "visibility": "internal" - } - ], - "src": "24852:19:19" - }, - "scope": 7506, - "src": "24798:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7048, - "nodeType": "Block", - "src": "25419:150:19", - "statements": [ - { - "expression": { - "id": 7036, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7031, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7029, - "src": "25429:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int136", - "typeString": "int136" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7034, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7026, - "src": "25449:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7033, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "25442:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int136_$", - "typeString": "type(int136)" - }, - "typeName": { - "id": 7032, - "name": "int136", - "nodeType": "ElementaryTypeName", - "src": "25442:6:19", - "typeDescriptions": {} - } - }, - "id": 7035, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25442:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int136", - "typeString": "int136" - } - }, - "src": "25429:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int136", - "typeString": "int136" - } - }, - "id": 7037, - "nodeType": "ExpressionStatement", - "src": "25429:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7040, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7038, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7029, - "src": "25469:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int136", - "typeString": "int136" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7039, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7026, - "src": "25483:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "25469:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7047, - "nodeType": "IfStatement", - "src": "25465:98:19", - "trueBody": { - "id": 7046, - "nodeType": "Block", - "src": "25490:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313336", - "id": 7042, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25541:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_136_by_1", - "typeString": "int_const 136" - }, - "value": "136" - }, - { - "id": 7043, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7026, - "src": "25546:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_136_by_1", - "typeString": "int_const 136" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7041, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "25511:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7044, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25511:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7045, - "nodeType": "RevertStatement", - "src": "25504:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7024, - "nodeType": "StructuredDocumentation", - "src": "25028:312:19", - "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": 7049, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt136", - "nameLocation": "25354:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7027, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7026, - "mutability": "mutable", - "name": "value", - "nameLocation": "25370:5:19", - "nodeType": "VariableDeclaration", - "scope": 7049, - "src": "25363:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7025, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "25363:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "25362:14:19" - }, - "returnParameters": { - "id": 7030, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7029, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "25407:10:19", - "nodeType": "VariableDeclaration", - "scope": 7049, - "src": "25400:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int136", - "typeString": "int136" - }, - "typeName": { - "id": 7028, - "name": "int136", - "nodeType": "ElementaryTypeName", - "src": "25400:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int136", - "typeString": "int136" - } - }, - "visibility": "internal" - } - ], - "src": "25399:19:19" - }, - "scope": 7506, - "src": "25345:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7074, - "nodeType": "Block", - "src": "25966:150:19", - "statements": [ - { - "expression": { - "id": 7062, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7057, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7055, - "src": "25976:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int128", - "typeString": "int128" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7060, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7052, - "src": "25996:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7059, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "25989:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int128_$", - "typeString": "type(int128)" - }, - "typeName": { - "id": 7058, - "name": "int128", - "nodeType": "ElementaryTypeName", - "src": "25989:6:19", - "typeDescriptions": {} - } - }, - "id": 7061, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25989:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int128", - "typeString": "int128" - } - }, - "src": "25976:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int128", - "typeString": "int128" - } - }, - "id": 7063, - "nodeType": "ExpressionStatement", - "src": "25976:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7066, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7064, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7055, - "src": "26016:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int128", - "typeString": "int128" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7065, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7052, - "src": "26030:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "26016:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7073, - "nodeType": "IfStatement", - "src": "26012:98:19", - "trueBody": { - "id": 7072, - "nodeType": "Block", - "src": "26037:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313238", - "id": 7068, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26088:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - { - "id": 7069, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7052, - "src": "26093:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7067, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "26058:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7070, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26058:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7071, - "nodeType": "RevertStatement", - "src": "26051:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7050, - "nodeType": "StructuredDocumentation", - "src": "25575:312:19", - "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": 7075, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt128", - "nameLocation": "25901:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7053, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7052, - "mutability": "mutable", - "name": "value", - "nameLocation": "25917:5:19", - "nodeType": "VariableDeclaration", - "scope": 7075, - "src": "25910:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7051, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "25910:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "25909:14:19" - }, - "returnParameters": { - "id": 7056, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7055, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "25954:10:19", - "nodeType": "VariableDeclaration", - "scope": 7075, - "src": "25947:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int128", - "typeString": "int128" - }, - "typeName": { - "id": 7054, - "name": "int128", - "nodeType": "ElementaryTypeName", - "src": "25947:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int128", - "typeString": "int128" - } - }, - "visibility": "internal" - } - ], - "src": "25946:19:19" - }, - "scope": 7506, - "src": "25892:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7100, - "nodeType": "Block", - "src": "26513:150:19", - "statements": [ - { - "expression": { - "id": 7088, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7083, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7081, - "src": "26523:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int120", - "typeString": "int120" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7086, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7078, - "src": "26543:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7085, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "26536:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int120_$", - "typeString": "type(int120)" - }, - "typeName": { - "id": 7084, - "name": "int120", - "nodeType": "ElementaryTypeName", - "src": "26536:6:19", - "typeDescriptions": {} - } - }, - "id": 7087, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26536:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int120", - "typeString": "int120" - } - }, - "src": "26523:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int120", - "typeString": "int120" - } - }, - "id": 7089, - "nodeType": "ExpressionStatement", - "src": "26523:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7092, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7090, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7081, - "src": "26563:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int120", - "typeString": "int120" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7091, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7078, - "src": "26577:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "26563:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7099, - "nodeType": "IfStatement", - "src": "26559:98:19", - "trueBody": { - "id": 7098, - "nodeType": "Block", - "src": "26584:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313230", - "id": 7094, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26635:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_120_by_1", - "typeString": "int_const 120" - }, - "value": "120" - }, - { - "id": 7095, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7078, - "src": "26640:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_120_by_1", - "typeString": "int_const 120" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7093, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "26605:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7096, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26605:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7097, - "nodeType": "RevertStatement", - "src": "26598:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7076, - "nodeType": "StructuredDocumentation", - "src": "26122:312:19", - "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": 7101, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt120", - "nameLocation": "26448:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7079, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7078, - "mutability": "mutable", - "name": "value", - "nameLocation": "26464:5:19", - "nodeType": "VariableDeclaration", - "scope": 7101, - "src": "26457:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7077, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "26457:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "26456:14:19" - }, - "returnParameters": { - "id": 7082, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7081, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "26501:10:19", - "nodeType": "VariableDeclaration", - "scope": 7101, - "src": "26494:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int120", - "typeString": "int120" - }, - "typeName": { - "id": 7080, - "name": "int120", - "nodeType": "ElementaryTypeName", - "src": "26494:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int120", - "typeString": "int120" - } - }, - "visibility": "internal" - } - ], - "src": "26493:19:19" - }, - "scope": 7506, - "src": "26439:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7126, - "nodeType": "Block", - "src": "27060:150:19", - "statements": [ - { - "expression": { - "id": 7114, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7109, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7107, - "src": "27070:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int112", - "typeString": "int112" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7112, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7104, - "src": "27090:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7111, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "27083:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int112_$", - "typeString": "type(int112)" - }, - "typeName": { - "id": 7110, - "name": "int112", - "nodeType": "ElementaryTypeName", - "src": "27083:6:19", - "typeDescriptions": {} - } - }, - "id": 7113, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27083:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int112", - "typeString": "int112" - } - }, - "src": "27070:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int112", - "typeString": "int112" - } - }, - "id": 7115, - "nodeType": "ExpressionStatement", - "src": "27070:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7118, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7116, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7107, - "src": "27110:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int112", - "typeString": "int112" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7117, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7104, - "src": "27124:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "27110:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7125, - "nodeType": "IfStatement", - "src": "27106:98:19", - "trueBody": { - "id": 7124, - "nodeType": "Block", - "src": "27131:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313132", - "id": 7120, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27182:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_112_by_1", - "typeString": "int_const 112" - }, - "value": "112" - }, - { - "id": 7121, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7104, - "src": "27187:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_112_by_1", - "typeString": "int_const 112" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7119, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "27152:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7122, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27152:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7123, - "nodeType": "RevertStatement", - "src": "27145:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7102, - "nodeType": "StructuredDocumentation", - "src": "26669:312:19", - "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": 7127, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt112", - "nameLocation": "26995:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7105, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7104, - "mutability": "mutable", - "name": "value", - "nameLocation": "27011:5:19", - "nodeType": "VariableDeclaration", - "scope": 7127, - "src": "27004:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7103, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "27004:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "27003:14:19" - }, - "returnParameters": { - "id": 7108, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7107, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "27048:10:19", - "nodeType": "VariableDeclaration", - "scope": 7127, - "src": "27041:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int112", - "typeString": "int112" - }, - "typeName": { - "id": 7106, - "name": "int112", - "nodeType": "ElementaryTypeName", - "src": "27041:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int112", - "typeString": "int112" - } - }, - "visibility": "internal" - } - ], - "src": "27040:19:19" - }, - "scope": 7506, - "src": "26986:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7152, - "nodeType": "Block", - "src": "27607:150:19", - "statements": [ - { - "expression": { - "id": 7140, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7135, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7133, - "src": "27617:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int104", - "typeString": "int104" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7138, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7130, - "src": "27637:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7137, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "27630:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int104_$", - "typeString": "type(int104)" - }, - "typeName": { - "id": 7136, - "name": "int104", - "nodeType": "ElementaryTypeName", - "src": "27630:6:19", - "typeDescriptions": {} - } - }, - "id": 7139, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27630:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int104", - "typeString": "int104" - } - }, - "src": "27617:26:19", - "typeDescriptions": { - "typeIdentifier": "t_int104", - "typeString": "int104" - } - }, - "id": 7141, - "nodeType": "ExpressionStatement", - "src": "27617:26:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7144, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7142, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7133, - "src": "27657:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int104", - "typeString": "int104" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7143, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7130, - "src": "27671:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "27657:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7151, - "nodeType": "IfStatement", - "src": "27653:98:19", - "trueBody": { - "id": 7150, - "nodeType": "Block", - "src": "27678:73:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313034", - "id": 7146, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27729:3:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_104_by_1", - "typeString": "int_const 104" - }, - "value": "104" - }, - { - "id": 7147, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7130, - "src": "27734:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_104_by_1", - "typeString": "int_const 104" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7145, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "27699:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7148, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27699:41:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7149, - "nodeType": "RevertStatement", - "src": "27692:48:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7128, - "nodeType": "StructuredDocumentation", - "src": "27216:312:19", - "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": 7153, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt104", - "nameLocation": "27542:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7131, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7130, - "mutability": "mutable", - "name": "value", - "nameLocation": "27558:5:19", - "nodeType": "VariableDeclaration", - "scope": 7153, - "src": "27551:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7129, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "27551:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "27550:14:19" - }, - "returnParameters": { - "id": 7134, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7133, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "27595:10:19", - "nodeType": "VariableDeclaration", - "scope": 7153, - "src": "27588:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int104", - "typeString": "int104" - }, - "typeName": { - "id": 7132, - "name": "int104", - "nodeType": "ElementaryTypeName", - "src": "27588:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int104", - "typeString": "int104" - } - }, - "visibility": "internal" - } - ], - "src": "27587:19:19" - }, - "scope": 7506, - "src": "27533:224:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7178, - "nodeType": "Block", - "src": "28147:148:19", - "statements": [ - { - "expression": { - "id": 7166, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7161, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7159, - "src": "28157:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int96", - "typeString": "int96" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7164, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7156, - "src": "28176:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7163, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "28170:5:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int96_$", - "typeString": "type(int96)" - }, - "typeName": { - "id": 7162, - "name": "int96", - "nodeType": "ElementaryTypeName", - "src": "28170:5:19", - "typeDescriptions": {} - } - }, - "id": 7165, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28170:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int96", - "typeString": "int96" - } - }, - "src": "28157:25:19", - "typeDescriptions": { - "typeIdentifier": "t_int96", - "typeString": "int96" - } - }, - "id": 7167, - "nodeType": "ExpressionStatement", - "src": "28157:25:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7170, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7168, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7159, - "src": "28196:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int96", - "typeString": "int96" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7169, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7156, - "src": "28210:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "28196:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7177, - "nodeType": "IfStatement", - "src": "28192:97:19", - "trueBody": { - "id": 7176, - "nodeType": "Block", - "src": "28217:72:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3936", - "id": 7172, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28268:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_96_by_1", - "typeString": "int_const 96" - }, - "value": "96" - }, - { - "id": 7173, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7156, - "src": "28272:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_96_by_1", - "typeString": "int_const 96" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7171, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "28238:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7174, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28238:40:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7175, - "nodeType": "RevertStatement", - "src": "28231:47:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7154, - "nodeType": "StructuredDocumentation", - "src": "27763:307:19", - "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": 7179, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt96", - "nameLocation": "28084:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7157, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7156, - "mutability": "mutable", - "name": "value", - "nameLocation": "28099:5:19", - "nodeType": "VariableDeclaration", - "scope": 7179, - "src": "28092:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7155, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "28092:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "28091:14:19" - }, - "returnParameters": { - "id": 7160, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7159, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "28135:10:19", - "nodeType": "VariableDeclaration", - "scope": 7179, - "src": "28129:16:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int96", - "typeString": "int96" - }, - "typeName": { - "id": 7158, - "name": "int96", - "nodeType": "ElementaryTypeName", - "src": "28129:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int96", - "typeString": "int96" - } - }, - "visibility": "internal" - } - ], - "src": "28128:18:19" - }, - "scope": 7506, - "src": "28075:220:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7204, - "nodeType": "Block", - "src": "28685:148:19", - "statements": [ - { - "expression": { - "id": 7192, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7187, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7185, - "src": "28695:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int88", - "typeString": "int88" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7190, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7182, - "src": "28714:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7189, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "28708:5:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int88_$", - "typeString": "type(int88)" - }, - "typeName": { - "id": 7188, - "name": "int88", - "nodeType": "ElementaryTypeName", - "src": "28708:5:19", - "typeDescriptions": {} - } - }, - "id": 7191, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28708:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int88", - "typeString": "int88" - } - }, - "src": "28695:25:19", - "typeDescriptions": { - "typeIdentifier": "t_int88", - "typeString": "int88" - } - }, - "id": 7193, - "nodeType": "ExpressionStatement", - "src": "28695:25:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7196, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7194, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7185, - "src": "28734:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int88", - "typeString": "int88" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7195, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7182, - "src": "28748:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "28734:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7203, - "nodeType": "IfStatement", - "src": "28730:97:19", - "trueBody": { - "id": 7202, - "nodeType": "Block", - "src": "28755:72:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3838", - "id": 7198, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28806:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_88_by_1", - "typeString": "int_const 88" - }, - "value": "88" - }, - { - "id": 7199, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7182, - "src": "28810:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_88_by_1", - "typeString": "int_const 88" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7197, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "28776:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7200, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28776:40:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7201, - "nodeType": "RevertStatement", - "src": "28769:47:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7180, - "nodeType": "StructuredDocumentation", - "src": "28301:307:19", - "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": 7205, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt88", - "nameLocation": "28622:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7183, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7182, - "mutability": "mutable", - "name": "value", - "nameLocation": "28637:5:19", - "nodeType": "VariableDeclaration", - "scope": 7205, - "src": "28630:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7181, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "28630:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "28629:14:19" - }, - "returnParameters": { - "id": 7186, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7185, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "28673:10:19", - "nodeType": "VariableDeclaration", - "scope": 7205, - "src": "28667:16:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int88", - "typeString": "int88" - }, - "typeName": { - "id": 7184, - "name": "int88", - "nodeType": "ElementaryTypeName", - "src": "28667:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int88", - "typeString": "int88" - } - }, - "visibility": "internal" - } - ], - "src": "28666:18:19" - }, - "scope": 7506, - "src": "28613:220:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7230, - "nodeType": "Block", - "src": "29223:148:19", - "statements": [ - { - "expression": { - "id": 7218, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7213, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7211, - "src": "29233:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int80", - "typeString": "int80" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7216, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7208, - "src": "29252:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7215, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "29246:5:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int80_$", - "typeString": "type(int80)" - }, - "typeName": { - "id": 7214, - "name": "int80", - "nodeType": "ElementaryTypeName", - "src": "29246:5:19", - "typeDescriptions": {} - } - }, - "id": 7217, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29246:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int80", - "typeString": "int80" - } - }, - "src": "29233:25:19", - "typeDescriptions": { - "typeIdentifier": "t_int80", - "typeString": "int80" - } - }, - "id": 7219, - "nodeType": "ExpressionStatement", - "src": "29233:25:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7222, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7220, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7211, - "src": "29272:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int80", - "typeString": "int80" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7221, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7208, - "src": "29286:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "29272:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7229, - "nodeType": "IfStatement", - "src": "29268:97:19", - "trueBody": { - "id": 7228, - "nodeType": "Block", - "src": "29293:72:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3830", - "id": 7224, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29344:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_80_by_1", - "typeString": "int_const 80" - }, - "value": "80" - }, - { - "id": 7225, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7208, - "src": "29348:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_80_by_1", - "typeString": "int_const 80" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7223, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "29314:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7226, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29314:40:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7227, - "nodeType": "RevertStatement", - "src": "29307:47:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7206, - "nodeType": "StructuredDocumentation", - "src": "28839:307:19", - "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": 7231, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt80", - "nameLocation": "29160:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7209, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7208, - "mutability": "mutable", - "name": "value", - "nameLocation": "29175:5:19", - "nodeType": "VariableDeclaration", - "scope": 7231, - "src": "29168:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7207, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "29168:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "29167:14:19" - }, - "returnParameters": { - "id": 7212, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7211, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "29211:10:19", - "nodeType": "VariableDeclaration", - "scope": 7231, - "src": "29205:16:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int80", - "typeString": "int80" - }, - "typeName": { - "id": 7210, - "name": "int80", - "nodeType": "ElementaryTypeName", - "src": "29205:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int80", - "typeString": "int80" - } - }, - "visibility": "internal" - } - ], - "src": "29204:18:19" - }, - "scope": 7506, - "src": "29151:220:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7256, - "nodeType": "Block", - "src": "29761:148:19", - "statements": [ - { - "expression": { - "id": 7244, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7239, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7237, - "src": "29771:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int72", - "typeString": "int72" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7242, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7234, - "src": "29790:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7241, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "29784:5:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int72_$", - "typeString": "type(int72)" - }, - "typeName": { - "id": 7240, - "name": "int72", - "nodeType": "ElementaryTypeName", - "src": "29784:5:19", - "typeDescriptions": {} - } - }, - "id": 7243, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29784:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int72", - "typeString": "int72" - } - }, - "src": "29771:25:19", - "typeDescriptions": { - "typeIdentifier": "t_int72", - "typeString": "int72" - } - }, - "id": 7245, - "nodeType": "ExpressionStatement", - "src": "29771:25:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7248, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7246, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7237, - "src": "29810:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int72", - "typeString": "int72" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7247, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7234, - "src": "29824:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "29810:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7255, - "nodeType": "IfStatement", - "src": "29806:97:19", - "trueBody": { - "id": 7254, - "nodeType": "Block", - "src": "29831:72:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3732", - "id": 7250, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29882:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_72_by_1", - "typeString": "int_const 72" - }, - "value": "72" - }, - { - "id": 7251, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7234, - "src": "29886:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_72_by_1", - "typeString": "int_const 72" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7249, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "29852:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7252, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29852:40:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7253, - "nodeType": "RevertStatement", - "src": "29845:47:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7232, - "nodeType": "StructuredDocumentation", - "src": "29377:307:19", - "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": 7257, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt72", - "nameLocation": "29698:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7235, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7234, - "mutability": "mutable", - "name": "value", - "nameLocation": "29713:5:19", - "nodeType": "VariableDeclaration", - "scope": 7257, - "src": "29706:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7233, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "29706:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "29705:14:19" - }, - "returnParameters": { - "id": 7238, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7237, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "29749:10:19", - "nodeType": "VariableDeclaration", - "scope": 7257, - "src": "29743:16:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int72", - "typeString": "int72" - }, - "typeName": { - "id": 7236, - "name": "int72", - "nodeType": "ElementaryTypeName", - "src": "29743:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int72", - "typeString": "int72" - } - }, - "visibility": "internal" - } - ], - "src": "29742:18:19" - }, - "scope": 7506, - "src": "29689:220:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7282, - "nodeType": "Block", - "src": "30299:148:19", - "statements": [ - { - "expression": { - "id": 7270, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7265, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7263, - "src": "30309:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int64", - "typeString": "int64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7268, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7260, - "src": "30328:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7267, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "30322:5:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int64_$", - "typeString": "type(int64)" - }, - "typeName": { - "id": 7266, - "name": "int64", - "nodeType": "ElementaryTypeName", - "src": "30322:5:19", - "typeDescriptions": {} - } - }, - "id": 7269, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30322:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int64", - "typeString": "int64" - } - }, - "src": "30309:25:19", - "typeDescriptions": { - "typeIdentifier": "t_int64", - "typeString": "int64" - } - }, - "id": 7271, - "nodeType": "ExpressionStatement", - "src": "30309:25:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7274, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7272, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7263, - "src": "30348:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int64", - "typeString": "int64" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7273, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7260, - "src": "30362:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "30348:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7281, - "nodeType": "IfStatement", - "src": "30344:97:19", - "trueBody": { - "id": 7280, - "nodeType": "Block", - "src": "30369:72:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3634", - "id": 7276, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30420:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - { - "id": 7277, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7260, - "src": "30424:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7275, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "30390:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7278, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30390:40:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7279, - "nodeType": "RevertStatement", - "src": "30383:47:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7258, - "nodeType": "StructuredDocumentation", - "src": "29915:307:19", - "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": 7283, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt64", - "nameLocation": "30236:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7261, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7260, - "mutability": "mutable", - "name": "value", - "nameLocation": "30251:5:19", - "nodeType": "VariableDeclaration", - "scope": 7283, - "src": "30244:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7259, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "30244:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "30243:14:19" - }, - "returnParameters": { - "id": 7264, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7263, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "30287:10:19", - "nodeType": "VariableDeclaration", - "scope": 7283, - "src": "30281:16:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int64", - "typeString": "int64" - }, - "typeName": { - "id": 7262, - "name": "int64", - "nodeType": "ElementaryTypeName", - "src": "30281:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int64", - "typeString": "int64" - } - }, - "visibility": "internal" - } - ], - "src": "30280:18:19" - }, - "scope": 7506, - "src": "30227:220:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7308, - "nodeType": "Block", - "src": "30837:148:19", - "statements": [ - { - "expression": { - "id": 7296, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7291, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7289, - "src": "30847:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int56", - "typeString": "int56" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7294, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7286, - "src": "30866:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7293, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "30860:5:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int56_$", - "typeString": "type(int56)" - }, - "typeName": { - "id": 7292, - "name": "int56", - "nodeType": "ElementaryTypeName", - "src": "30860:5:19", - "typeDescriptions": {} - } - }, - "id": 7295, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30860:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int56", - "typeString": "int56" - } - }, - "src": "30847:25:19", - "typeDescriptions": { - "typeIdentifier": "t_int56", - "typeString": "int56" - } - }, - "id": 7297, - "nodeType": "ExpressionStatement", - "src": "30847:25:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7300, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7298, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7289, - "src": "30886:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int56", - "typeString": "int56" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7299, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7286, - "src": "30900:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "30886:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7307, - "nodeType": "IfStatement", - "src": "30882:97:19", - "trueBody": { - "id": 7306, - "nodeType": "Block", - "src": "30907:72:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3536", - "id": 7302, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30958:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_56_by_1", - "typeString": "int_const 56" - }, - "value": "56" - }, - { - "id": 7303, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7286, - "src": "30962:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_56_by_1", - "typeString": "int_const 56" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7301, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "30928:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7304, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30928:40:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7305, - "nodeType": "RevertStatement", - "src": "30921:47:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7284, - "nodeType": "StructuredDocumentation", - "src": "30453:307:19", - "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": 7309, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt56", - "nameLocation": "30774:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7287, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7286, - "mutability": "mutable", - "name": "value", - "nameLocation": "30789:5:19", - "nodeType": "VariableDeclaration", - "scope": 7309, - "src": "30782:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7285, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "30782:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "30781:14:19" - }, - "returnParameters": { - "id": 7290, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7289, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "30825:10:19", - "nodeType": "VariableDeclaration", - "scope": 7309, - "src": "30819:16:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int56", - "typeString": "int56" - }, - "typeName": { - "id": 7288, - "name": "int56", - "nodeType": "ElementaryTypeName", - "src": "30819:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int56", - "typeString": "int56" - } - }, - "visibility": "internal" - } - ], - "src": "30818:18:19" - }, - "scope": 7506, - "src": "30765:220:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7334, - "nodeType": "Block", - "src": "31375:148:19", - "statements": [ - { - "expression": { - "id": 7322, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7317, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7315, - "src": "31385:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int48", - "typeString": "int48" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7320, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7312, - "src": "31404:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7319, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "31398:5:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int48_$", - "typeString": "type(int48)" - }, - "typeName": { - "id": 7318, - "name": "int48", - "nodeType": "ElementaryTypeName", - "src": "31398:5:19", - "typeDescriptions": {} - } - }, - "id": 7321, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31398:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int48", - "typeString": "int48" - } - }, - "src": "31385:25:19", - "typeDescriptions": { - "typeIdentifier": "t_int48", - "typeString": "int48" - } - }, - "id": 7323, - "nodeType": "ExpressionStatement", - "src": "31385:25:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7326, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7324, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7315, - "src": "31424:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int48", - "typeString": "int48" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7325, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7312, - "src": "31438:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "31424:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7333, - "nodeType": "IfStatement", - "src": "31420:97:19", - "trueBody": { - "id": 7332, - "nodeType": "Block", - "src": "31445:72:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3438", - "id": 7328, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "31496:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_48_by_1", - "typeString": "int_const 48" - }, - "value": "48" - }, - { - "id": 7329, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7312, - "src": "31500:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_48_by_1", - "typeString": "int_const 48" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7327, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "31466:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7330, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31466:40:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7331, - "nodeType": "RevertStatement", - "src": "31459:47:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7310, - "nodeType": "StructuredDocumentation", - "src": "30991:307:19", - "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": 7335, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt48", - "nameLocation": "31312:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7313, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7312, - "mutability": "mutable", - "name": "value", - "nameLocation": "31327:5:19", - "nodeType": "VariableDeclaration", - "scope": 7335, - "src": "31320:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7311, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "31320:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "31319:14:19" - }, - "returnParameters": { - "id": 7316, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7315, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "31363:10:19", - "nodeType": "VariableDeclaration", - "scope": 7335, - "src": "31357:16:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int48", - "typeString": "int48" - }, - "typeName": { - "id": 7314, - "name": "int48", - "nodeType": "ElementaryTypeName", - "src": "31357:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int48", - "typeString": "int48" - } - }, - "visibility": "internal" - } - ], - "src": "31356:18:19" - }, - "scope": 7506, - "src": "31303:220:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7360, - "nodeType": "Block", - "src": "31913:148:19", - "statements": [ - { - "expression": { - "id": 7348, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7343, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7341, - "src": "31923:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int40", - "typeString": "int40" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7346, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7338, - "src": "31942:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7345, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "31936:5:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int40_$", - "typeString": "type(int40)" - }, - "typeName": { - "id": 7344, - "name": "int40", - "nodeType": "ElementaryTypeName", - "src": "31936:5:19", - "typeDescriptions": {} - } - }, - "id": 7347, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31936:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int40", - "typeString": "int40" - } - }, - "src": "31923:25:19", - "typeDescriptions": { - "typeIdentifier": "t_int40", - "typeString": "int40" - } - }, - "id": 7349, - "nodeType": "ExpressionStatement", - "src": "31923:25:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7352, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7350, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7341, - "src": "31962:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int40", - "typeString": "int40" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7351, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7338, - "src": "31976:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "31962:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7359, - "nodeType": "IfStatement", - "src": "31958:97:19", - "trueBody": { - "id": 7358, - "nodeType": "Block", - "src": "31983:72:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3430", - "id": 7354, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "32034:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_40_by_1", - "typeString": "int_const 40" - }, - "value": "40" - }, - { - "id": 7355, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7338, - "src": "32038:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_40_by_1", - "typeString": "int_const 40" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7353, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "32004:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7356, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "32004:40:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7357, - "nodeType": "RevertStatement", - "src": "31997:47:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7336, - "nodeType": "StructuredDocumentation", - "src": "31529:307:19", - "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": 7361, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt40", - "nameLocation": "31850:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7339, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7338, - "mutability": "mutable", - "name": "value", - "nameLocation": "31865:5:19", - "nodeType": "VariableDeclaration", - "scope": 7361, - "src": "31858:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7337, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "31858:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "31857:14:19" - }, - "returnParameters": { - "id": 7342, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7341, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "31901:10:19", - "nodeType": "VariableDeclaration", - "scope": 7361, - "src": "31895:16:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int40", - "typeString": "int40" - }, - "typeName": { - "id": 7340, - "name": "int40", - "nodeType": "ElementaryTypeName", - "src": "31895:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int40", - "typeString": "int40" - } - }, - "visibility": "internal" - } - ], - "src": "31894:18:19" - }, - "scope": 7506, - "src": "31841:220:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7386, - "nodeType": "Block", - "src": "32451:148:19", - "statements": [ - { - "expression": { - "id": 7374, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7369, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7367, - "src": "32461:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int32", - "typeString": "int32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7372, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7364, - "src": "32480:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7371, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "32474:5:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int32_$", - "typeString": "type(int32)" - }, - "typeName": { - "id": 7370, - "name": "int32", - "nodeType": "ElementaryTypeName", - "src": "32474:5:19", - "typeDescriptions": {} - } - }, - "id": 7373, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "32474:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int32", - "typeString": "int32" - } - }, - "src": "32461:25:19", - "typeDescriptions": { - "typeIdentifier": "t_int32", - "typeString": "int32" - } - }, - "id": 7375, - "nodeType": "ExpressionStatement", - "src": "32461:25:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7378, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7376, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7367, - "src": "32500:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int32", - "typeString": "int32" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7377, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7364, - "src": "32514:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "32500:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7385, - "nodeType": "IfStatement", - "src": "32496:97:19", - "trueBody": { - "id": 7384, - "nodeType": "Block", - "src": "32521:72:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3332", - "id": 7380, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "32572:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - { - "id": 7381, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7364, - "src": "32576:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7379, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "32542:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7382, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "32542:40:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7383, - "nodeType": "RevertStatement", - "src": "32535:47:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7362, - "nodeType": "StructuredDocumentation", - "src": "32067:307:19", - "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": 7387, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt32", - "nameLocation": "32388:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7365, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7364, - "mutability": "mutable", - "name": "value", - "nameLocation": "32403:5:19", - "nodeType": "VariableDeclaration", - "scope": 7387, - "src": "32396:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7363, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "32396:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "32395:14:19" - }, - "returnParameters": { - "id": 7368, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7367, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "32439:10:19", - "nodeType": "VariableDeclaration", - "scope": 7387, - "src": "32433:16:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int32", - "typeString": "int32" - }, - "typeName": { - "id": 7366, - "name": "int32", - "nodeType": "ElementaryTypeName", - "src": "32433:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int32", - "typeString": "int32" - } - }, - "visibility": "internal" - } - ], - "src": "32432:18:19" - }, - "scope": 7506, - "src": "32379:220:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7412, - "nodeType": "Block", - "src": "32989:148:19", - "statements": [ - { - "expression": { - "id": 7400, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7395, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7393, - "src": "32999:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int24", - "typeString": "int24" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7398, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7390, - "src": "33018:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7397, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "33012:5:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int24_$", - "typeString": "type(int24)" - }, - "typeName": { - "id": 7396, - "name": "int24", - "nodeType": "ElementaryTypeName", - "src": "33012:5:19", - "typeDescriptions": {} - } - }, - "id": 7399, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "33012:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int24", - "typeString": "int24" - } - }, - "src": "32999:25:19", - "typeDescriptions": { - "typeIdentifier": "t_int24", - "typeString": "int24" - } - }, - "id": 7401, - "nodeType": "ExpressionStatement", - "src": "32999:25:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7404, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7402, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7393, - "src": "33038:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int24", - "typeString": "int24" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7403, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7390, - "src": "33052:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "33038:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7411, - "nodeType": "IfStatement", - "src": "33034:97:19", - "trueBody": { - "id": 7410, - "nodeType": "Block", - "src": "33059:72:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3234", - "id": 7406, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "33110:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_24_by_1", - "typeString": "int_const 24" - }, - "value": "24" - }, - { - "id": 7407, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7390, - "src": "33114:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_24_by_1", - "typeString": "int_const 24" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7405, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "33080:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7408, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "33080:40:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7409, - "nodeType": "RevertStatement", - "src": "33073:47:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7388, - "nodeType": "StructuredDocumentation", - "src": "32605:307:19", - "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": 7413, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt24", - "nameLocation": "32926:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7391, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7390, - "mutability": "mutable", - "name": "value", - "nameLocation": "32941:5:19", - "nodeType": "VariableDeclaration", - "scope": 7413, - "src": "32934:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7389, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "32934:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "32933:14:19" - }, - "returnParameters": { - "id": 7394, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7393, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "32977:10:19", - "nodeType": "VariableDeclaration", - "scope": 7413, - "src": "32971:16:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int24", - "typeString": "int24" - }, - "typeName": { - "id": 7392, - "name": "int24", - "nodeType": "ElementaryTypeName", - "src": "32971:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int24", - "typeString": "int24" - } - }, - "visibility": "internal" - } - ], - "src": "32970:18:19" - }, - "scope": 7506, - "src": "32917:220:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7438, - "nodeType": "Block", - "src": "33527:148:19", - "statements": [ - { - "expression": { - "id": 7426, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7421, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7419, - "src": "33537:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int16", - "typeString": "int16" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7424, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7416, - "src": "33556:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7423, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "33550:5:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int16_$", - "typeString": "type(int16)" - }, - "typeName": { - "id": 7422, - "name": "int16", - "nodeType": "ElementaryTypeName", - "src": "33550:5:19", - "typeDescriptions": {} - } - }, - "id": 7425, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "33550:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int16", - "typeString": "int16" - } - }, - "src": "33537:25:19", - "typeDescriptions": { - "typeIdentifier": "t_int16", - "typeString": "int16" - } - }, - "id": 7427, - "nodeType": "ExpressionStatement", - "src": "33537:25:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7430, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7428, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7419, - "src": "33576:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int16", - "typeString": "int16" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7429, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7416, - "src": "33590:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "33576:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7437, - "nodeType": "IfStatement", - "src": "33572:97:19", - "trueBody": { - "id": 7436, - "nodeType": "Block", - "src": "33597:72:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3136", - "id": 7432, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "33648:2:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - { - "id": 7433, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7416, - "src": "33652:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7431, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "33618:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7434, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "33618:40:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7435, - "nodeType": "RevertStatement", - "src": "33611:47:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7414, - "nodeType": "StructuredDocumentation", - "src": "33143:307:19", - "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": 7439, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt16", - "nameLocation": "33464:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7417, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7416, - "mutability": "mutable", - "name": "value", - "nameLocation": "33479:5:19", - "nodeType": "VariableDeclaration", - "scope": 7439, - "src": "33472:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7415, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "33472:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "33471:14:19" - }, - "returnParameters": { - "id": 7420, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7419, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "33515:10:19", - "nodeType": "VariableDeclaration", - "scope": 7439, - "src": "33509:16:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int16", - "typeString": "int16" - }, - "typeName": { - "id": 7418, - "name": "int16", - "nodeType": "ElementaryTypeName", - "src": "33509:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int16", - "typeString": "int16" - } - }, - "visibility": "internal" - } - ], - "src": "33508:18:19" - }, - "scope": 7506, - "src": "33455:220:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7464, - "nodeType": "Block", - "src": "34058:146:19", - "statements": [ - { - "expression": { - "id": 7452, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7447, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7445, - "src": "34068:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int8", - "typeString": "int8" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7450, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7442, - "src": "34086:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7449, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "34081:4:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int8_$", - "typeString": "type(int8)" - }, - "typeName": { - "id": 7448, - "name": "int8", - "nodeType": "ElementaryTypeName", - "src": "34081:4:19", - "typeDescriptions": {} - } - }, - "id": 7451, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "34081:11:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int8", - "typeString": "int8" - } - }, - "src": "34068:24:19", - "typeDescriptions": { - "typeIdentifier": "t_int8", - "typeString": "int8" - } - }, - "id": 7453, - "nodeType": "ExpressionStatement", - "src": "34068:24:19" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 7456, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7454, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7445, - "src": "34106:10:19", - "typeDescriptions": { - "typeIdentifier": "t_int8", - "typeString": "int8" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 7455, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7442, - "src": "34120:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "34106:19:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7463, - "nodeType": "IfStatement", - "src": "34102:96:19", - "trueBody": { - "id": 7462, - "nodeType": "Block", - "src": "34127:71:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "38", - "id": 7458, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "34178:1:19", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - { - "id": 7459, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7442, - "src": "34181:5:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7457, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5763, - "src": "34148:29:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 7460, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "34148:39:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7461, - "nodeType": "RevertStatement", - "src": "34141:46:19" - } - ] - } - } - ] - }, - "documentation": { - "id": 7440, - "nodeType": "StructuredDocumentation", - "src": "33681:302:19", - "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": 7465, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt8", - "nameLocation": "33997:6:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7443, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7442, - "mutability": "mutable", - "name": "value", - "nameLocation": "34011:5:19", - "nodeType": "VariableDeclaration", - "scope": 7465, - "src": "34004:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7441, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "34004:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "34003:14:19" - }, - "returnParameters": { - "id": 7446, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7445, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "34046:10:19", - "nodeType": "VariableDeclaration", - "scope": 7465, - "src": "34041:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int8", - "typeString": "int8" - }, - "typeName": { - "id": 7444, - "name": "int8", - "nodeType": "ElementaryTypeName", - "src": "34041:4:19", - "typeDescriptions": { - "typeIdentifier": "t_int8", - "typeString": "int8" - } - }, - "visibility": "internal" - } - ], - "src": "34040:17:19" - }, - "scope": 7506, - "src": "33988:216:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7494, - "nodeType": "Block", - "src": "34444:250:19", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 7482, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7473, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7468, - "src": "34557:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "arguments": [ - { - "expression": { - "arguments": [ - { - "id": 7478, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "34578:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int256_$", - "typeString": "type(int256)" - }, - "typeName": { - "id": 7477, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "34578:6:19", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_int256_$", - "typeString": "type(int256)" - } - ], - "id": 7476, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "34573:4:19", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 7479, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "34573:12:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_int256", - "typeString": "type(int256)" - } - }, - "id": 7480, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "34586:3:19", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "34573:16:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 7475, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "34565:7:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint256_$", - "typeString": "type(uint256)" - }, - "typeName": { - "id": 7474, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "34565:7:19", - "typeDescriptions": {} - } - }, - "id": 7481, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "34565:25:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "34557:33:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7488, - "nodeType": "IfStatement", - "src": "34553:105:19", - "trueBody": { - "id": 7487, - "nodeType": "Block", - "src": "34592:66:19", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 7484, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7468, - "src": "34641:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 7483, - "name": "SafeCastOverflowedUintToInt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5768, - "src": "34613:27:19", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint256) pure returns (error)" - } - }, - "id": 7485, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "34613:34:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7486, - "nodeType": "RevertStatement", - "src": "34606:41:19" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 7491, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7468, - "src": "34681:5:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 7490, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "34674:6:19", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int256_$", - "typeString": "type(int256)" - }, - "typeName": { - "id": 7489, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "34674:6:19", - "typeDescriptions": {} - } - }, - "id": 7492, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "34674:13:19", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "functionReturnParameters": 7472, - "id": 7493, - "nodeType": "Return", - "src": "34667:20:19" - } - ] - }, - "documentation": { - "id": 7466, - "nodeType": "StructuredDocumentation", - "src": "34210:165:19", - "text": " @dev Converts an unsigned uint256 into a signed int256.\n Requirements:\n - input must be less than or equal to maxInt256." - }, - "id": 7495, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt256", - "nameLocation": "34389:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7469, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7468, - "mutability": "mutable", - "name": "value", - "nameLocation": "34406:5:19", - "nodeType": "VariableDeclaration", - "scope": 7495, - "src": "34398:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 7467, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "34398:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "34397:15:19" - }, - "returnParameters": { - "id": 7472, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7471, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7495, - "src": "34436:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 7470, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "34436:6:19", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "34435:8:19" - }, - "scope": 7506, - "src": "34380:314:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7504, - "nodeType": "Block", - "src": "34853:87:19", - "statements": [ - { - "AST": { - "nativeSrc": "34888:46:19", - "nodeType": "YulBlock", - "src": "34888:46:19", - "statements": [ - { - "nativeSrc": "34902:22:19", - "nodeType": "YulAssignment", - "src": "34902:22:19", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "b", - "nativeSrc": "34921:1:19", - "nodeType": "YulIdentifier", - "src": "34921:1:19" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "34914:6:19", - "nodeType": "YulIdentifier", - "src": "34914:6:19" - }, - "nativeSrc": "34914:9:19", - "nodeType": "YulFunctionCall", - "src": "34914:9:19" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "34907:6:19", - "nodeType": "YulIdentifier", - "src": "34907:6:19" - }, - "nativeSrc": "34907:17:19", - "nodeType": "YulFunctionCall", - "src": "34907:17:19" - }, - "variableNames": [ - { - "name": "u", - "nativeSrc": "34902:1:19", - "nodeType": "YulIdentifier", - "src": "34902:1:19" - } - ] - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 7498, - "isOffset": false, - "isSlot": false, - "src": "34921:1:19", - "valueSize": 1 - }, - { - "declaration": 7501, - "isOffset": false, - "isSlot": false, - "src": "34902:1:19", - "valueSize": 1 - } - ], - "flags": [ - "memory-safe" - ], - "id": 7503, - "nodeType": "InlineAssembly", - "src": "34863:71:19" - } - ] - }, - "documentation": { - "id": 7496, - "nodeType": "StructuredDocumentation", - "src": "34700:90:19", - "text": " @dev Cast a boolean (false or true) to a uint256 (0 or 1) with no jump." - }, - "id": 7505, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint", - "nameLocation": "34804:6:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7499, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7498, - "mutability": "mutable", - "name": "b", - "nameLocation": "34816:1:19", - "nodeType": "VariableDeclaration", - "scope": 7505, - "src": "34811:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7497, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "34811:4:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "34810:8:19" - }, - "returnParameters": { - "id": 7502, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7501, - "mutability": "mutable", - "name": "u", - "nameLocation": "34850:1:19", - "nodeType": "VariableDeclaration", - "scope": 7505, - "src": "34842:9:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 7500, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "34842:7:19", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "34841:11:19" - }, - "scope": 7506, - "src": "34795:145:19", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 7507, - "src": "769:34173:19", - "usedErrors": [ - 5751, - 5756, - 5763, - 5768 - ], - "usedEvents": [] - } - ], - "src": "192:34751:19" - }, - "id": 19 - }, - "@openzeppelin/contracts/utils/types/Time.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/types/Time.sol", - "exportedSymbols": { - "Math": [ - 5741 - ], - "SafeCast": [ - 7506 - ], - "Time": [ - 7780 - ] - }, - "id": 7781, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 7508, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "104:24:20" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/math/Math.sol", - "file": "../math/Math.sol", - "id": 7510, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 7781, - "sourceUnit": 5742, - "src": "130:38:20", - "symbolAliases": [ - { - "foreign": { - "id": 7509, - "name": "Math", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5741, - "src": "138:4:20", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/math/SafeCast.sol", - "file": "../math/SafeCast.sol", - "id": 7512, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 7781, - "sourceUnit": 7507, - "src": "169:46:20", - "symbolAliases": [ - { - "foreign": { - "id": 7511, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "177:8:20", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "Time", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 7513, - "nodeType": "StructuredDocumentation", - "src": "217:422:20", - "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": 7780, - "linearizedBaseContracts": [ - 7780 - ], - "name": "Time", - "nameLocation": "648:4:20", - "nodeType": "ContractDefinition", - "nodes": [ - { - "global": false, - "id": 7515, - "libraryName": { - "id": 7514, - "name": "Time", - "nameLocations": [ - "665:4:20" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7780, - "src": "665:4:20" - }, - "nodeType": "UsingForDirective", - "src": "659:17:20" - }, - { - "body": { - "id": 7527, - "nodeType": "Block", - "src": "802:58:20", - "statements": [ - { - "expression": { - "arguments": [ - { - "expression": { - "id": 7523, - "name": "block", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -4, - "src": "837:5:20", - "typeDescriptions": { - "typeIdentifier": "t_magic_block", - "typeString": "block" - } - }, - "id": 7524, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "843:9:20", - "memberName": "timestamp", - "nodeType": "MemberAccess", - "src": "837:15:20", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 7521, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "819:8:20", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 7522, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "828:8:20", - "memberName": "toUint48", - "nodeType": "MemberAccess", - "referencedDeclaration": 6496, - "src": "819:17:20", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint48_$", - "typeString": "function (uint256) pure returns (uint48)" - } - }, - "id": 7525, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "819:34:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "functionReturnParameters": 7520, - "id": 7526, - "nodeType": "Return", - "src": "812:41:20" - } - ] - }, - "documentation": { - "id": 7516, - "nodeType": "StructuredDocumentation", - "src": "682:63:20", - "text": " @dev Get the block timestamp as a Timepoint." - }, - "id": 7528, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "timestamp", - "nameLocation": "759:9:20", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7517, - "nodeType": "ParameterList", - "parameters": [], - "src": "768:2:20" - }, - "returnParameters": { - "id": 7520, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7519, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7528, - "src": "794:6:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7518, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "794:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "793:8:20" - }, - "scope": 7780, - "src": "750:110:20", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7540, - "nodeType": "Block", - "src": "985:55:20", - "statements": [ - { - "expression": { - "arguments": [ - { - "expression": { - "id": 7536, - "name": "block", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -4, - "src": "1020:5:20", - "typeDescriptions": { - "typeIdentifier": "t_magic_block", - "typeString": "block" - } - }, - "id": 7537, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1026:6:20", - "memberName": "number", - "nodeType": "MemberAccess", - "src": "1020:12:20", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 7534, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7506, - "src": "1002:8:20", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$7506_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 7535, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1011:8:20", - "memberName": "toUint48", - "nodeType": "MemberAccess", - "referencedDeclaration": 6496, - "src": "1002:17:20", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint48_$", - "typeString": "function (uint256) pure returns (uint48)" - } - }, - "id": 7538, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1002:31:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "functionReturnParameters": 7533, - "id": 7539, - "nodeType": "Return", - "src": "995:38:20" - } - ] - }, - "documentation": { - "id": 7529, - "nodeType": "StructuredDocumentation", - "src": "866:60:20", - "text": " @dev Get the block number as a Timepoint." - }, - "id": 7541, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "blockNumber", - "nameLocation": "940:11:20", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7530, - "nodeType": "ParameterList", - "parameters": [], - "src": "951:2:20" - }, - "returnParameters": { - "id": 7533, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7532, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7541, - "src": "977:6:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7531, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "977:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "976:8:20" - }, - "scope": 7780, - "src": "931:109:20", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "canonicalName": "Time.Delay", - "id": 7543, - "name": "Delay", - "nameLocation": "2377:5:20", - "nodeType": "UserDefinedValueTypeDefinition", - "src": "2372:22:20", - "underlyingType": { - "id": 7542, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "2386:7:20", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - } - }, - { - "body": { - "id": 7557, - "nodeType": "Block", - "src": "2572:44:20", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 7554, - "name": "duration", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7546, - "src": "2600:8:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "expression": { - "id": 7552, - "name": "Delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7543, - "src": "2589:5:20", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "type(Time.Delay)" - } - }, - "id": 7553, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2595:4:20", - "memberName": "wrap", - "nodeType": "MemberAccess", - "src": "2589:10:20", - "typeDescriptions": { - "typeIdentifier": "t_function_wrap_pure$_t_uint112_$returns$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "function (uint112) pure returns (Time.Delay)" - } - }, - "id": 7555, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2589:20:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "functionReturnParameters": 7551, - "id": 7556, - "nodeType": "Return", - "src": "2582:27:20" - } - ] - }, - "documentation": { - "id": 7544, - "nodeType": "StructuredDocumentation", - "src": "2400:103:20", - "text": " @dev Wrap a duration into a Delay to add the one-step \"update in the future\" feature" - }, - "id": 7558, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toDelay", - "nameLocation": "2517:7:20", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7547, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7546, - "mutability": "mutable", - "name": "duration", - "nameLocation": "2532:8:20", - "nodeType": "VariableDeclaration", - "scope": 7558, - "src": "2525:15:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7545, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "2525:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "2524:17:20" - }, - "returnParameters": { - "id": 7551, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7550, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7558, - "src": "2565:5:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 7549, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 7548, - "name": "Delay", - "nameLocations": [ - "2565:5:20" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7543, - "src": "2565:5:20" - }, - "referencedDeclaration": 7543, - "src": "2565:5:20", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - } - ], - "src": "2564:7:20" - }, - "scope": 7780, - "src": "2508:108:20", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7595, - "nodeType": "Block", - "src": "3016:159:20", - "statements": [ - { - "expression": { - "id": 7580, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "components": [ - { - "id": 7573, - "name": "valueBefore", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7567, - "src": "3027:11:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 7574, - "name": "valueAfter", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7569, - "src": "3040:10:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 7575, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7571, - "src": "3052:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 7576, - "isConstant": false, - "isInlineArray": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "TupleExpression", - "src": "3026:33:20", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 7577, - "name": "self", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7562, - "src": "3062:4:20", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "id": 7578, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3067:6:20", - "memberName": "unpack", - "nodeType": "MemberAccess", - "referencedDeclaration": 7741, - "src": "3062:11:20", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Delay_$7543_$returns$_t_uint32_$_t_uint32_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "function (Time.Delay) pure returns (uint32,uint32,uint48)" - } - }, - "id": 7579, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3062:13:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "src": "3026:49:20", - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 7581, - "nodeType": "ExpressionStatement", - "src": "3026:49:20" - }, - { - "expression": { - "condition": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 7584, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7582, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7571, - "src": "3092:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "<=", - "rightExpression": { - "id": 7583, - "name": "timepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7564, - "src": "3102:9:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "3092:19:20", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "components": [ - { - "id": 7589, - "name": "valueBefore", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7567, - "src": "3136:11:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 7590, - "name": "valueAfter", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7569, - "src": "3149:10:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 7591, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7571, - "src": "3161:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 7592, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "3135:33:20", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "id": 7593, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "3092:76:20", - "trueExpression": { - "components": [ - { - "id": 7585, - "name": "valueAfter", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7569, - "src": "3115:10:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "hexValue": "30", - "id": 7586, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3127:1:20", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - { - "hexValue": "30", - "id": 7587, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3130:1:20", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 7588, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "3114:18:20", - "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": 7572, - "id": 7594, - "nodeType": "Return", - "src": "3085:83:20" - } - ] - }, - "documentation": { - "id": 7559, - "nodeType": "StructuredDocumentation", - "src": "2622:241:20", - "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": 7596, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_getFullAt", - "nameLocation": "2877:10:20", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7565, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7562, - "mutability": "mutable", - "name": "self", - "nameLocation": "2903:4:20", - "nodeType": "VariableDeclaration", - "scope": 7596, - "src": "2897:10:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 7561, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 7560, - "name": "Delay", - "nameLocations": [ - "2897:5:20" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7543, - "src": "2897:5:20" - }, - "referencedDeclaration": 7543, - "src": "2897:5:20", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7564, - "mutability": "mutable", - "name": "timepoint", - "nameLocation": "2924:9:20", - "nodeType": "VariableDeclaration", - "scope": 7596, - "src": "2917:16:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7563, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "2917:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "2887:52:20" - }, - "returnParameters": { - "id": 7572, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7567, - "mutability": "mutable", - "name": "valueBefore", - "nameLocation": "2969:11:20", - "nodeType": "VariableDeclaration", - "scope": 7596, - "src": "2962:18:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7566, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "2962:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7569, - "mutability": "mutable", - "name": "valueAfter", - "nameLocation": "2989:10:20", - "nodeType": "VariableDeclaration", - "scope": 7596, - "src": "2982:17:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7568, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "2982:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7571, - "mutability": "mutable", - "name": "effect", - "nameLocation": "3008:6:20", - "nodeType": "VariableDeclaration", - "scope": 7596, - "src": "3001:13:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7570, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "3001:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "2961:54:20" - }, - "scope": 7780, - "src": "2868:307:20", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 7615, - "nodeType": "Block", - "src": "3499:53:20", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 7610, - "name": "self", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7600, - "src": "3527:4:20", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 7611, - "name": "timestamp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7528, - "src": "3533:9:20", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", - "typeString": "function () view returns (uint48)" - } - }, - "id": 7612, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3533:11:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - }, - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 7609, - "name": "_getFullAt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7596, - "src": "3516:10:20", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Delay_$7543_$_t_uint48_$returns$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "function (Time.Delay,uint48) pure returns (uint32,uint32,uint48)" - } - }, - "id": 7613, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3516:29:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "functionReturnParameters": 7608, - "id": 7614, - "nodeType": "Return", - "src": "3509:36:20" - } - ] - }, - "documentation": { - "id": 7597, - "nodeType": "StructuredDocumentation", - "src": "3181:207:20", - "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": 7616, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getFull", - "nameLocation": "3402:7:20", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7601, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7600, - "mutability": "mutable", - "name": "self", - "nameLocation": "3416:4:20", - "nodeType": "VariableDeclaration", - "scope": 7616, - "src": "3410:10:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 7599, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 7598, - "name": "Delay", - "nameLocations": [ - "3410:5:20" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7543, - "src": "3410:5:20" - }, - "referencedDeclaration": 7543, - "src": "3410:5:20", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - } - ], - "src": "3409:12:20" - }, - "returnParameters": { - "id": 7608, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7603, - "mutability": "mutable", - "name": "valueBefore", - "nameLocation": "3452:11:20", - "nodeType": "VariableDeclaration", - "scope": 7616, - "src": "3445:18:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7602, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "3445:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7605, - "mutability": "mutable", - "name": "valueAfter", - "nameLocation": "3472:10:20", - "nodeType": "VariableDeclaration", - "scope": 7616, - "src": "3465:17:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7604, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "3465:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7607, - "mutability": "mutable", - "name": "effect", - "nameLocation": "3491:6:20", - "nodeType": "VariableDeclaration", - "scope": 7616, - "src": "3484:13:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7606, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "3484:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "3444:54:20" - }, - "scope": 7780, - "src": "3393:159:20", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7633, - "nodeType": "Block", - "src": "3665:74:20", - "statements": [ - { - "assignments": [ - 7626, - null, - null - ], - "declarations": [ - { - "constant": false, - "id": 7626, - "mutability": "mutable", - "name": "delay", - "nameLocation": "3683:5:20", - "nodeType": "VariableDeclaration", - "scope": 7633, - "src": "3676:12:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7625, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "3676:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - null, - null - ], - "id": 7630, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 7627, - "name": "self", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7620, - "src": "3696:4:20", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "id": 7628, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3701:7:20", - "memberName": "getFull", - "nodeType": "MemberAccess", - "referencedDeclaration": 7616, - "src": "3696:12:20", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$7543_$returns$_t_uint32_$_t_uint32_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "function (Time.Delay) view returns (uint32,uint32,uint48)" - } - }, - "id": 7629, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3696:14:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3675:35:20" - }, - { - "expression": { - "id": 7631, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7626, - "src": "3727:5:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 7624, - "id": 7632, - "nodeType": "Return", - "src": "3720:12:20" - } - ] - }, - "documentation": { - "id": 7617, - "nodeType": "StructuredDocumentation", - "src": "3558:46:20", - "text": " @dev Get the current value." - }, - "id": 7634, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "get", - "nameLocation": "3618:3:20", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7621, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7620, - "mutability": "mutable", - "name": "self", - "nameLocation": "3628:4:20", - "nodeType": "VariableDeclaration", - "scope": 7634, - "src": "3622:10:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 7619, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 7618, - "name": "Delay", - "nameLocations": [ - "3622:5:20" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7543, - "src": "3622:5:20" - }, - "referencedDeclaration": 7543, - "src": "3622:5:20", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - } - ], - "src": "3621:12:20" - }, - "returnParameters": { - "id": 7624, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7623, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7634, - "src": "3657:6:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7622, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "3657:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "3656:8:20" - }, - "scope": 7780, - "src": "3609:130:20", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7689, - "nodeType": "Block", - "src": "4189:234:20", - "statements": [ - { - "assignments": [ - 7651 - ], - "declarations": [ - { - "constant": false, - "id": 7651, - "mutability": "mutable", - "name": "value", - "nameLocation": "4206:5:20", - "nodeType": "VariableDeclaration", - "scope": 7689, - "src": "4199:12:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7650, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4199:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 7655, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 7652, - "name": "self", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7638, - "src": "4214:4:20", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "id": 7653, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4219:3:20", - "memberName": "get", - "nodeType": "MemberAccess", - "referencedDeclaration": 7634, - "src": "4214:8:20", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$7543_$returns$_t_uint32_$attached_to$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "function (Time.Delay) view returns (uint32)" - } - }, - "id": 7654, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4214:10:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4199:25:20" - }, - { - "assignments": [ - 7657 - ], - "declarations": [ - { - "constant": false, - "id": 7657, - "mutability": "mutable", - "name": "setback", - "nameLocation": "4241:7:20", - "nodeType": "VariableDeclaration", - "scope": 7689, - "src": "4234:14:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7656, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4234:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 7673, - "initialValue": { - "arguments": [ - { - "arguments": [ - { - "id": 7662, - "name": "minSetback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7642, - "src": "4267:10:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 7665, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7663, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7651, - "src": "4279:5:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "id": 7664, - "name": "newValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7640, - "src": "4287:8:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "4279:16:20", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "hexValue": "30", - "id": 7669, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4317:1:20", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "id": 7670, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "4279:39:20", - "trueExpression": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 7668, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7666, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7651, - "src": "4298:5:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "id": 7667, - "name": "newValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7640, - "src": "4306:8:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "4298:16:20", - "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": 7660, - "name": "Math", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5741, - "src": "4258:4:20", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Math_$5741_$", - "typeString": "type(library Math)" - } - }, - "id": 7661, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4263:3:20", - "memberName": "max", - "nodeType": "MemberAccess", - "referencedDeclaration": 4351, - "src": "4258:8:20", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256,uint256) pure returns (uint256)" - } - }, - "id": 7671, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4258:61:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 7659, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4251:6:20", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - }, - "typeName": { - "id": 7658, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4251:6:20", - "typeDescriptions": {} - } - }, - "id": 7672, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4251:69:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4234:86:20" - }, - { - "expression": { - "id": 7679, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7674, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7648, - "src": "4330:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 7678, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 7675, - "name": "timestamp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7528, - "src": "4339:9:20", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", - "typeString": "function () view returns (uint48)" - } - }, - "id": 7676, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4339:11:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "id": 7677, - "name": "setback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7657, - "src": "4353:7:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "4339:21:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "4330:30:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "id": 7680, - "nodeType": "ExpressionStatement", - "src": "4330:30:20" - }, - { - "expression": { - "components": [ - { - "arguments": [ - { - "id": 7682, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7651, - "src": "4383:5:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 7683, - "name": "newValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7640, - "src": "4390:8:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 7684, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7648, - "src": "4400:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 7681, - "name": "pack", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7779, - "src": "4378:4:20", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint32_$_t_uint32_$_t_uint48_$returns$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "function (uint32,uint32,uint48) pure returns (Time.Delay)" - } - }, - "id": 7685, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4378:29:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - { - "id": 7686, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7648, - "src": "4409:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 7687, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "4377:39:20", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$7543_$_t_uint48_$", - "typeString": "tuple(Time.Delay,uint48)" - } - }, - "functionReturnParameters": 7649, - "id": 7688, - "nodeType": "Return", - "src": "4370:46:20" - } - ] - }, - "documentation": { - "id": 7635, - "nodeType": "StructuredDocumentation", - "src": "3745:283:20", - "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": 7690, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "withUpdate", - "nameLocation": "4042:10:20", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7643, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7638, - "mutability": "mutable", - "name": "self", - "nameLocation": "4068:4:20", - "nodeType": "VariableDeclaration", - "scope": 7690, - "src": "4062:10:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 7637, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 7636, - "name": "Delay", - "nameLocations": [ - "4062:5:20" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7543, - "src": "4062:5:20" - }, - "referencedDeclaration": 7543, - "src": "4062:5:20", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7640, - "mutability": "mutable", - "name": "newValue", - "nameLocation": "4089:8:20", - "nodeType": "VariableDeclaration", - "scope": 7690, - "src": "4082:15:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7639, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4082:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7642, - "mutability": "mutable", - "name": "minSetback", - "nameLocation": "4114:10:20", - "nodeType": "VariableDeclaration", - "scope": 7690, - "src": "4107:17:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7641, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4107:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "4052:78:20" - }, - "returnParameters": { - "id": 7649, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7646, - "mutability": "mutable", - "name": "updatedDelay", - "nameLocation": "4160:12:20", - "nodeType": "VariableDeclaration", - "scope": 7690, - "src": "4154:18:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 7645, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 7644, - "name": "Delay", - "nameLocations": [ - "4154:5:20" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7543, - "src": "4154:5:20" - }, - "referencedDeclaration": 7543, - "src": "4154:5:20", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7648, - "mutability": "mutable", - "name": "effect", - "nameLocation": "4181:6:20", - "nodeType": "VariableDeclaration", - "scope": 7690, - "src": "4174:13:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7647, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "4174:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "4153:35:20" - }, - "scope": 7780, - "src": "4033:390:20", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7740, - "nodeType": "Block", - "src": "4656:212:20", - "statements": [ - { - "assignments": [ - 7704 - ], - "declarations": [ - { - "constant": false, - "id": 7704, - "mutability": "mutable", - "name": "raw", - "nameLocation": "4674:3:20", - "nodeType": "VariableDeclaration", - "scope": 7740, - "src": "4666:11:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "typeName": { - "id": 7703, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "4666:7:20", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "visibility": "internal" - } - ], - "id": 7709, - "initialValue": { - "arguments": [ - { - "id": 7707, - "name": "self", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7694, - "src": "4693:4:20", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - ], - "expression": { - "id": 7705, - "name": "Delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7543, - "src": "4680:5:20", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "type(Time.Delay)" - } - }, - "id": 7706, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "4686:6:20", - "memberName": "unwrap", - "nodeType": "MemberAccess", - "src": "4680:12:20", - "typeDescriptions": { - "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_Delay_$7543_$returns$_t_uint112_$", - "typeString": "function (Time.Delay) pure returns (uint112)" - } - }, - "id": 7708, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4680:18:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4666:32:20" - }, - { - "expression": { - "id": 7715, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7710, - "name": "valueAfter", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7699, - "src": "4709:10:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7713, - "name": "raw", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7704, - "src": "4729:3:20", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - ], - "id": 7712, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4722:6:20", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - }, - "typeName": { - "id": 7711, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4722:6:20", - "typeDescriptions": {} - } - }, - "id": 7714, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4722:11:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "4709:24:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 7716, - "nodeType": "ExpressionStatement", - "src": "4709:24:20" - }, - { - "expression": { - "id": 7724, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7717, - "name": "valueBefore", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7697, - "src": "4743:11:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "id": 7722, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7720, - "name": "raw", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7704, - "src": "4764:3:20", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "3332", - "id": 7721, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4771:2:20", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "4764:9:20", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - ], - "id": 7719, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4757:6:20", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - }, - "typeName": { - "id": 7718, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4757:6:20", - "typeDescriptions": {} - } - }, - "id": 7723, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4757:17:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "4743:31:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 7725, - "nodeType": "ExpressionStatement", - "src": "4743:31:20" - }, - { - "expression": { - "id": 7733, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7726, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7701, - "src": "4784:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "id": 7731, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7729, - "name": "raw", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7704, - "src": "4800:3:20", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "3634", - "id": 7730, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4807:2:20", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "4800:9:20", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - ], - "id": 7728, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4793:6:20", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint48_$", - "typeString": "type(uint48)" - }, - "typeName": { - "id": 7727, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "4793:6:20", - "typeDescriptions": {} - } - }, - "id": 7732, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4793:17:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "4784:26:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "id": 7734, - "nodeType": "ExpressionStatement", - "src": "4784:26:20" - }, - { - "expression": { - "components": [ - { - "id": 7735, - "name": "valueBefore", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7697, - "src": "4829:11:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 7736, - "name": "valueAfter", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7699, - "src": "4842:10:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 7737, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7701, - "src": "4854:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 7738, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "4828:33:20", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "functionReturnParameters": 7702, - "id": 7739, - "nodeType": "Return", - "src": "4821:40:20" - } - ] - }, - "documentation": { - "id": 7691, - "nodeType": "StructuredDocumentation", - "src": "4429:117:20", - "text": " @dev Split a delay into its components: valueBefore, valueAfter and effect (transition timepoint)." - }, - "id": 7741, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "unpack", - "nameLocation": "4560:6:20", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7695, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7694, - "mutability": "mutable", - "name": "self", - "nameLocation": "4573:4:20", - "nodeType": "VariableDeclaration", - "scope": 7741, - "src": "4567:10:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 7693, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 7692, - "name": "Delay", - "nameLocations": [ - "4567:5:20" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7543, - "src": "4567:5:20" - }, - "referencedDeclaration": 7543, - "src": "4567:5:20", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - } - ], - "src": "4566:12:20" - }, - "returnParameters": { - "id": 7702, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7697, - "mutability": "mutable", - "name": "valueBefore", - "nameLocation": "4609:11:20", - "nodeType": "VariableDeclaration", - "scope": 7741, - "src": "4602:18:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7696, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4602:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7699, - "mutability": "mutable", - "name": "valueAfter", - "nameLocation": "4629:10:20", - "nodeType": "VariableDeclaration", - "scope": 7741, - "src": "4622:17:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7698, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4622:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7701, - "mutability": "mutable", - "name": "effect", - "nameLocation": "4648:6:20", - "nodeType": "VariableDeclaration", - "scope": 7741, - "src": "4641:13:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7700, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "4641:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "4601:54:20" - }, - "scope": 7780, - "src": "4551:317:20", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7778, - "nodeType": "Block", - "src": "5041:112:20", - "statements": [ - { - "expression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "id": 7775, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "id": 7770, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "id": 7761, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 7758, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7748, - "src": "5078:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 7757, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5070:7:20", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint112_$", - "typeString": "type(uint112)" - }, - "typeName": { - "id": 7756, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "5070:7:20", - "typeDescriptions": {} - } - }, - "id": 7759, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5070:15:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "3634", - "id": 7760, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5089:2:20", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "5070:21:20", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - } - ], - "id": 7762, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "5069:23:20", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "nodeType": "BinaryOperation", - "operator": "|", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "id": 7768, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 7765, - "name": "valueBefore", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7744, - "src": "5104:11:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "id": 7764, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5096:7:20", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint112_$", - "typeString": "type(uint112)" - }, - "typeName": { - "id": 7763, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "5096:7:20", - "typeDescriptions": {} - } - }, - "id": 7766, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5096:20:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "3332", - "id": 7767, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5120:2:20", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "5096:26:20", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - } - ], - "id": 7769, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "5095:28:20", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "src": "5069:54:20", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "nodeType": "BinaryOperation", - "operator": "|", - "rightExpression": { - "arguments": [ - { - "id": 7773, - "name": "valueAfter", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7746, - "src": "5134:10:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "id": 7772, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5126:7:20", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint112_$", - "typeString": "type(uint112)" - }, - "typeName": { - "id": 7771, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "5126:7:20", - "typeDescriptions": {} - } - }, - "id": 7774, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5126:19:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "src": "5069:76:20", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - ], - "expression": { - "id": 7754, - "name": "Delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7543, - "src": "5058:5:20", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "type(Time.Delay)" - } - }, - "id": 7755, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "5064:4:20", - "memberName": "wrap", - "nodeType": "MemberAccess", - "src": "5058:10:20", - "typeDescriptions": { - "typeIdentifier": "t_function_wrap_pure$_t_uint112_$returns$_t_userDefinedValueType$_Delay_$7543_$", - "typeString": "function (uint112) pure returns (Time.Delay)" - } - }, - "id": 7776, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5058:88:20", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "functionReturnParameters": 7753, - "id": 7777, - "nodeType": "Return", - "src": "5051:95:20" - } - ] - }, - "documentation": { - "id": 7742, - "nodeType": "StructuredDocumentation", - "src": "4874:64:20", - "text": " @dev pack the components into a Delay object." - }, - "id": 7779, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "pack", - "nameLocation": "4952:4:20", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7749, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7744, - "mutability": "mutable", - "name": "valueBefore", - "nameLocation": "4964:11:20", - "nodeType": "VariableDeclaration", - "scope": 7779, - "src": "4957:18:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7743, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4957:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7746, - "mutability": "mutable", - "name": "valueAfter", - "nameLocation": "4984:10:20", - "nodeType": "VariableDeclaration", - "scope": 7779, - "src": "4977:17:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7745, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4977:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7748, - "mutability": "mutable", - "name": "effect", - "nameLocation": "5003:6:20", - "nodeType": "VariableDeclaration", - "scope": 7779, - "src": "4996:13:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7747, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "4996:6:20", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "4956:54:20" - }, - "returnParameters": { - "id": 7753, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7752, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7779, - "src": "5034:5:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 7751, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 7750, - "name": "Delay", - "nameLocations": [ - "5034:5:20" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7543, - "src": "5034:5:20" - }, - "referencedDeclaration": 7543, - "src": "5034:5:20", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$7543", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - } - ], - "src": "5033:7:20" - }, - "scope": 7780, - "src": "4943:210:20", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 7781, - "src": "640:4515:20", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "104:5052:20" - }, - "id": 20 - }, - "contracts/IOIDPermissionManager.sol": { - "ast": { - "absolutePath": "contracts/IOIDPermissionManager.sol", - "exportedSymbols": { - "IOIDPermissionManager": [ - 7814 - ] - }, - "id": 7815, - "license": "UNLICENSED", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 7782, - "literals": [ - "solidity", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "39:23:21" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "IOIDPermissionManager", - "contractDependencies": [], - "contractKind": "interface", - "fullyImplemented": false, - "id": 7814, - "linearizedBaseContracts": [ - 7814 - ], - "name": "IOIDPermissionManager", - "nameLocation": "74:21:21", - "nodeType": "ContractDefinition", - "nodes": [ - { - "anonymous": false, - "eventSelector": "a7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f35", - "id": 7790, - "name": "PermissionUpdated", - "nameLocation": "108:17:21", - "nodeType": "EventDefinition", - "parameters": { - "id": 7789, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7784, - "indexed": false, - "mutability": "mutable", - "name": "key", - "nameLocation": "134:3:21", - "nodeType": "VariableDeclaration", - "scope": 7790, - "src": "126:11:21", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7783, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "126:7:21", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7786, - "indexed": false, - "mutability": "mutable", - "name": "account", - "nameLocation": "147:7:21", - "nodeType": "VariableDeclaration", - "scope": 7790, - "src": "139:15:21", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7785, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "139:7:21", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7788, - "indexed": false, - "mutability": "mutable", - "name": "granted", - "nameLocation": "161:7:21", - "nodeType": "VariableDeclaration", - "scope": 7790, - "src": "156:12:21", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7787, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "156:4:21", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "125:44:21" - }, - "src": "102:68:21" - }, - { - "functionSelector": "bc586456", - "id": 7797, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "grantPermission", - "nameLocation": "184:15:21", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7795, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7792, - "mutability": "mutable", - "name": "attestation_uid", - "nameLocation": "208:15:21", - "nodeType": "VariableDeclaration", - "scope": 7797, - "src": "200:23:21", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7791, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "200:7:21", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7794, - "mutability": "mutable", - "name": "account", - "nameLocation": "234:7:21", - "nodeType": "VariableDeclaration", - "scope": 7797, - "src": "226:15:21", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7793, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "226:7:21", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "199:43:21" - }, - "returnParameters": { - "id": 7796, - "nodeType": "ParameterList", - "parameters": [], - "src": "251:0:21" - }, - "scope": 7814, - "src": "175:77:21", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "functionSelector": "a6a8f17b", - "id": 7804, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "revokePermission", - "nameLocation": "266:16:21", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7802, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7799, - "mutability": "mutable", - "name": "attestation_uid", - "nameLocation": "291:15:21", - "nodeType": "VariableDeclaration", - "scope": 7804, - "src": "283:23:21", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7798, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "283:7:21", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7801, - "mutability": "mutable", - "name": "account", - "nameLocation": "317:7:21", - "nodeType": "VariableDeclaration", - "scope": 7804, - "src": "309:15:21", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7800, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "309:7:21", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "282:43:21" - }, - "returnParameters": { - "id": 7803, - "nodeType": "ParameterList", - "parameters": [], - "src": "334:0:21" - }, - "scope": 7814, - "src": "257:78:21", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "functionSelector": "28545c0d", - "id": 7813, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "hasPermission", - "nameLocation": "349:13:21", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7809, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7806, - "mutability": "mutable", - "name": "key", - "nameLocation": "380:3:21", - "nodeType": "VariableDeclaration", - "scope": 7813, - "src": "372:11:21", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7805, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "372:7:21", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7808, - "mutability": "mutable", - "name": "account", - "nameLocation": "402:7:21", - "nodeType": "VariableDeclaration", - "scope": 7813, - "src": "394:15:21", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7807, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "394:7:21", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "362:53:21" - }, - "returnParameters": { - "id": 7812, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7811, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7813, - "src": "439:4:21", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7810, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "439:4:21", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "438:6:21" - }, - "scope": 7814, - "src": "340:105:21", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 7815, - "src": "64:383:21", - "usedErrors": [], - "usedEvents": [ - 7790 - ] - } - ], - "src": "39:408:21" - }, - "id": 21 - }, - "contracts/OIDAccessManager.sol": { - "ast": { - "absolutePath": "contracts/OIDAccessManager.sol", - "exportedSymbols": { - "AccessManagerUpgradeable": [ - 2614 - ], - "OIDAccessManager": [ - 7841 - ] - }, - "id": 7842, - "license": "UNLICENSED", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 7816, - "literals": [ - "solidity", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "39:23:22" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol", - "file": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol", - "id": 7818, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 7842, - "sourceUnit": 2615, - "src": "109:121:22", - "symbolAliases": [ - { - "foreign": { - "id": 7817, - "name": "AccessManagerUpgradeable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2614, - "src": "117:24:22", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 7819, - "name": "AccessManagerUpgradeable", - "nameLocations": [ - "261:24:22" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2614, - "src": "261:24:22" - }, - "id": 7820, - "nodeType": "InheritanceSpecifier", - "src": "261:24:22" - } - ], - "canonicalName": "OIDAccessManager", - "contractDependencies": [], - "contractKind": "contract", - "fullyImplemented": true, - "id": 7841, - "linearizedBaseContracts": [ - 7841, - 2614, - 3756, - 3017, - 2914, - 2868 - ], - "name": "OIDAccessManager", - "nameLocation": "241:16:22", - "nodeType": "ContractDefinition", - "nodes": [ - { - "constant": true, - "functionSelector": "77de1131", - "id": 7823, - "mutability": "constant", - "name": "APPLICATION_MANAGER_ROLE", - "nameLocation": "315:24:22", - "nodeType": "VariableDeclaration", - "scope": 7841, - "src": "292:51:22", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7821, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "292:6:22", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "value": { - "hexValue": "31", - "id": 7822, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "342:1:22", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "visibility": "public" - }, - { - "constant": true, - "functionSelector": "cfef5e83", - "id": 7826, - "mutability": "constant", - "name": "ATTESTATION_MANAGER_ROLE", - "nameLocation": "372:24:22", - "nodeType": "VariableDeclaration", - "scope": 7841, - "src": "349:51:22", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7824, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "349:6:22", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "value": { - "hexValue": "32", - "id": 7825, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "399:1:22", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "visibility": "public" - }, - { - "constant": true, - "functionSelector": "0125a425", - "id": 7829, - "mutability": "constant", - "name": "PERMISSION_MANAGER_ROLE", - "nameLocation": "429:23:22", - "nodeType": "VariableDeclaration", - "scope": 7841, - "src": "406:50:22", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7827, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "406:6:22", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "value": { - "hexValue": "33", - "id": 7828, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "455:1:22", - "typeDescriptions": { - "typeIdentifier": "t_rational_3_by_1", - "typeString": "int_const 3" - }, - "value": "3" - }, - "visibility": "public" - }, - { - "body": { - "id": 7839, - "nodeType": "Block", - "src": "504:49:22", - "statements": [ - { - "expression": { - "arguments": [ - { - "expression": { - "id": 7835, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "535:3:22", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 7836, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "539:6:22", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "535:10:22", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 7834, - "name": "__AccessManager_init", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 636, - "src": "514:20:22", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 7837, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "514:32:22", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 7838, - "nodeType": "ExpressionStatement", - "src": "514:32:22" - } - ] - }, - "functionSelector": "8129fc1c", - "id": 7840, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 7832, - "kind": "modifierInvocation", - "modifierName": { - "id": 7831, - "name": "initializer", - "nameLocations": [ - "492:11:22" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2722, - "src": "492:11:22" - }, - "nodeType": "ModifierInvocation", - "src": "492:11:22" - } - ], - "name": "initialize", - "nameLocation": "472:10:22", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7830, - "nodeType": "ParameterList", - "parameters": [], - "src": "482:2:22" - }, - "returnParameters": { - "id": 7833, - "nodeType": "ParameterList", - "parameters": [], - "src": "504:0:22" - }, - "scope": 7841, - "src": "463:90:22", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "public" - } - ], - "scope": 7842, - "src": "232:323:22", - "usedErrors": [ - 2631, - 2634, - 3436, - 3440, - 3444, - 3448, - 3452, - 3454, - 3460, - 3468, - 3472, - 3482, - 3486, - 3782, - 4071, - 4074, - 5751 - ], - "usedEvents": [ - 2639, - 3343, - 3350, - 3357, - 3364, - 3377, - 3384, - 3391, - 3398, - 3407, - 3414, - 3423, - 3432 - ] - } - ], - "src": "39:517:22" - }, - "id": 22 - }, - "contracts/OIDPermissionManager.sol": { - "ast": { - "absolutePath": "contracts/OIDPermissionManager.sol", - "exportedSymbols": { - "AccessManaged": [ - 3202 - ], - "Attestation": [ - 49 - ], - "IAccessManager": [ - 3756 - ], - "IEAS": [ - 372 - ], - "IOIDPermissionManager": [ - 7814 - ], - "OIDAccessManager": [ - 7841 - ], - "OIDPermissionManager": [ - 8211 - ] - }, - "id": 8212, - "license": "UNLICENSED", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 7843, - "literals": [ - "solidity", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "39:23:23" - }, - { - "absolutePath": "contracts/IOIDPermissionManager.sol", - "file": "./IOIDPermissionManager.sol", - "id": 7845, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 8212, - "sourceUnit": 7815, - "src": "63:66:23", - "symbolAliases": [ - { - "foreign": { - "id": 7844, - "name": "IOIDPermissionManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7814, - "src": "71:21:23", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/AccessManaged.sol", - "file": "@openzeppelin/contracts/access/manager/AccessManaged.sol", - "id": 7847, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 8212, - "sourceUnit": 3203, - "src": "130:87:23", - "symbolAliases": [ - { - "foreign": { - "id": 7846, - "name": "AccessManaged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3202, - "src": "138:13:23", - "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": 7849, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 8212, - "sourceUnit": 373, - "src": "218:84:23", - "symbolAliases": [ - { - "foreign": { - "id": 7848, - "name": "IEAS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 372, - "src": "226:4:23", - "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": 7851, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 8212, - "sourceUnit": 66, - "src": "303:93:23", - "symbolAliases": [ - { - "foreign": { - "id": 7850, - "name": "Attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 49, - "src": "311:11:23", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "file": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "id": 7853, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 8212, - "sourceUnit": 3757, - "src": "397:89:23", - "symbolAliases": [ - { - "foreign": { - "id": 7852, - "name": "IAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3756, - "src": "405:14:23", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "contracts/OIDAccessManager.sol", - "file": "./OIDAccessManager.sol", - "id": 7855, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 8212, - "sourceUnit": 7842, - "src": "487:56:23", - "symbolAliases": [ - { - "foreign": { - "id": 7854, - "name": "OIDAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7841, - "src": "495:16:23", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 7856, - "name": "IOIDPermissionManager", - "nameLocations": [ - "578:21:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7814, - "src": "578:21:23" - }, - "id": 7857, - "nodeType": "InheritanceSpecifier", - "src": "578:21:23" - }, - { - "baseName": { - "id": 7858, - "name": "AccessManaged", - "nameLocations": [ - "601:13:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3202, - "src": "601:13:23" - }, - "id": 7859, - "nodeType": "InheritanceSpecifier", - "src": "601:13:23" - } - ], - "canonicalName": "OIDPermissionManager", - "contractDependencies": [], - "contractKind": "contract", - "fullyImplemented": true, - "id": 8211, - "linearizedBaseContracts": [ - 8211, - 3202, - 3324, - 4061, - 7814 - ], - "name": "OIDPermissionManager", - "nameLocation": "554:20:23", - "nodeType": "ContractDefinition", - "nodes": [ - { - "errorSelector": "dccef964", - "id": 7863, - "name": "UnauthorizedAccess", - "nameLocation": "627:18:23", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7862, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7861, - "mutability": "mutable", - "name": "caller", - "nameLocation": "654:6:23", - "nodeType": "VariableDeclaration", - "scope": 7863, - "src": "646:14:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7860, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "646:7:23", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "645:16:23" - }, - "src": "621:41:23" - }, - { - "errorSelector": "01fb6dd1", - "id": 7867, - "name": "AttestationNotFound", - "nameLocation": "673:19:23", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7866, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7865, - "mutability": "mutable", - "name": "attestation_uid", - "nameLocation": "701:15:23", - "nodeType": "VariableDeclaration", - "scope": 7867, - "src": "693:23:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7864, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "693:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "692:25:23" - }, - "src": "667:51:23" - }, - { - "errorSelector": "04bed256", - "id": 7871, - "name": "AttestationRevoked", - "nameLocation": "729:18:23", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7870, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7869, - "mutability": "mutable", - "name": "attestation_uid", - "nameLocation": "756:15:23", - "nodeType": "VariableDeclaration", - "scope": 7871, - "src": "748:23:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7868, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "748:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "747:25:23" - }, - "src": "723:50:23" - }, - { - "canonicalName": "OIDPermissionManager.Permission", - "id": 7876, - "members": [ - { - "constant": false, - "id": 7873, - "mutability": "mutable", - "name": "granted", - "nameLocation": "812:7:23", - "nodeType": "VariableDeclaration", - "scope": 7876, - "src": "807:12:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7872, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "807:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7875, - "mutability": "mutable", - "name": "attestation_uid", - "nameLocation": "837:15:23", - "nodeType": "VariableDeclaration", - "scope": 7876, - "src": "829:23:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7874, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "829:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "name": "Permission", - "nameLocation": "786:10:23", - "nodeType": "StructDefinition", - "scope": 8211, - "src": "779:80:23", - "visibility": "public" - }, - { - "constant": false, - "id": 7879, - "mutability": "immutable", - "name": "_eas", - "nameLocation": "888:4:23", - "nodeType": "VariableDeclaration", - "scope": 8211, - "src": "864:28:23", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$372", - "typeString": "contract IEAS" - }, - "typeName": { - "id": 7878, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 7877, - "name": "IEAS", - "nameLocations": [ - "864:4:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 372, - "src": "864:4:23" - }, - "referencedDeclaration": 372, - "src": "864:4:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$372", - "typeString": "contract IEAS" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7886, - "mutability": "mutable", - "name": "permissions", - "nameLocation": "958:11:23", - "nodeType": "VariableDeclaration", - "scope": 8211, - "src": "899:70:23", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_struct$_Permission_$7876_storage_$_$", - "typeString": "mapping(bytes32 => mapping(address => struct OIDPermissionManager.Permission))" - }, - "typeName": { - "id": 7885, - "keyName": "", - "keyNameLocation": "-1:-1:-1", - "keyType": { - "id": 7880, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "907:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Mapping", - "src": "899:50:23", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_struct$_Permission_$7876_storage_$_$", - "typeString": "mapping(bytes32 => mapping(address => struct OIDPermissionManager.Permission))" - }, - "valueName": "", - "valueNameLocation": "-1:-1:-1", - "valueType": { - "id": 7884, - "keyName": "", - "keyNameLocation": "-1:-1:-1", - "keyType": { - "id": 7881, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "926:7:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Mapping", - "src": "918:30:23", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Permission_$7876_storage_$", - "typeString": "mapping(address => struct OIDPermissionManager.Permission)" - }, - "valueName": "", - "valueNameLocation": "-1:-1:-1", - "valueType": { - "id": 7883, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 7882, - "name": "Permission", - "nameLocations": [ - "937:10:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7876, - "src": "937:10:23" - }, - "referencedDeclaration": 7876, - "src": "937:10:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Permission_$7876_storage_ptr", - "typeString": "struct OIDPermissionManager.Permission" - } - } - } - }, - "visibility": "private" - }, - { - "body": { - "id": 7901, - "nodeType": "Block", - "src": "1085:34:23", - "statements": [ - { - "expression": { - "id": 7899, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7897, - "name": "_eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7879, - "src": "1095:4:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$372", - "typeString": "contract IEAS" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 7898, - "name": "initialEAS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7891, - "src": "1102:10:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$372", - "typeString": "contract IEAS" - } - }, - "src": "1095:17:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$372", - "typeString": "contract IEAS" - } - }, - "id": 7900, - "nodeType": "ExpressionStatement", - "src": "1095:17:23" - } - ] - }, - "id": 7902, - "implemented": true, - "kind": "constructor", - "modifiers": [ - { - "arguments": [ - { - "id": 7894, - "name": "initialAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7888, - "src": "1067:16:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "id": 7895, - "kind": "baseConstructorSpecifier", - "modifierName": { - "id": 7893, - "name": "AccessManaged", - "nameLocations": [ - "1053:13:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3202, - "src": "1053:13:23" - }, - "nodeType": "ModifierInvocation", - "src": "1053:31:23" - } - ], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7892, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7888, - "mutability": "mutable", - "name": "initialAuthority", - "nameLocation": "1005:16:23", - "nodeType": "VariableDeclaration", - "scope": 7902, - "src": "997:24:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7887, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "997:7:23", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7891, - "mutability": "mutable", - "name": "initialEAS", - "nameLocation": "1036:10:23", - "nodeType": "VariableDeclaration", - "scope": 7902, - "src": "1031:15:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$372", - "typeString": "contract IEAS" - }, - "typeName": { - "id": 7890, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 7889, - "name": "IEAS", - "nameLocations": [ - "1031:4:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 372, - "src": "1031:4:23" - }, - "referencedDeclaration": 372, - "src": "1031:4:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$372", - "typeString": "contract IEAS" - } - }, - "visibility": "internal" - } - ], - "src": "987:65:23" - }, - "returnParameters": { - "id": 7896, - "nodeType": "ParameterList", - "parameters": [], - "src": "1085:0:23" - }, - "scope": 8211, - "src": "976:143:23", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "public" - }, - { - "baseFunctions": [ - 7797 - ], - "body": { - "id": 7915, - "nodeType": "Block", - "src": "1202:66:23", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 7910, - "name": "attestation_uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7904, - "src": "1230:15:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 7911, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7906, - "src": "1247:7:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "hexValue": "74727565", - "id": 7912, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1256:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 7909, - "name": "_updatePermission", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8029, - "src": "1212:17:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_address_$_t_bool_$returns$__$", - "typeString": "function (bytes32,address,bool)" - } - }, - "id": 7913, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1212:49:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 7914, - "nodeType": "ExpressionStatement", - "src": "1212:49:23" - } - ] - }, - "functionSelector": "bc586456", - "id": 7916, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "grantPermission", - "nameLocation": "1135:15:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7907, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7904, - "mutability": "mutable", - "name": "attestation_uid", - "nameLocation": "1159:15:23", - "nodeType": "VariableDeclaration", - "scope": 7916, - "src": "1151:23:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7903, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1151:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7906, - "mutability": "mutable", - "name": "account", - "nameLocation": "1184:7:23", - "nodeType": "VariableDeclaration", - "scope": 7916, - "src": "1176:15:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7905, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1176:7:23", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "1150:42:23" - }, - "returnParameters": { - "id": 7908, - "nodeType": "ParameterList", - "parameters": [], - "src": "1202:0:23" - }, - "scope": 8211, - "src": "1126:142:23", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 7804 - ], - "body": { - "id": 7930, - "nodeType": "Block", - "src": "1361:67:23", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 7925, - "name": "attestation_uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7918, - "src": "1389:15:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 7926, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7920, - "src": "1406:7:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "hexValue": "66616c7365", - "id": 7927, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1415:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 7924, - "name": "_updatePermission", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8029, - "src": "1371:17:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_address_$_t_bool_$returns$__$", - "typeString": "function (bytes32,address,bool)" - } - }, - "id": 7928, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1371:50:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 7929, - "nodeType": "ExpressionStatement", - "src": "1371:50:23" - } - ] - }, - "functionSelector": "a6a8f17b", - "id": 7931, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "revokePermission", - "nameLocation": "1284:16:23", - "nodeType": "FunctionDefinition", - "overrides": { - "id": 7922, - "nodeType": "OverrideSpecifier", - "overrides": [], - "src": "1352:8:23" - }, - "parameters": { - "id": 7921, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7918, - "mutability": "mutable", - "name": "attestation_uid", - "nameLocation": "1309:15:23", - "nodeType": "VariableDeclaration", - "scope": 7931, - "src": "1301:23:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7917, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1301:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7920, - "mutability": "mutable", - "name": "account", - "nameLocation": "1334:7:23", - "nodeType": "VariableDeclaration", - "scope": 7931, - "src": "1326:15:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7919, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1326:7:23", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "1300:42:23" - }, - "returnParameters": { - "id": 7923, - "nodeType": "ParameterList", - "parameters": [], - "src": "1361:0:23" - }, - "scope": 8211, - "src": "1275:153:23", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 7813 - ], - "body": { - "id": 7979, - "nodeType": "Block", - "src": "1528:375:23", - "statements": [ - { - "assignments": [ - 7943 - ], - "declarations": [ - { - "constant": false, - "id": 7943, - "mutability": "mutable", - "name": "permission", - "nameLocation": "1557:10:23", - "nodeType": "VariableDeclaration", - "scope": 7979, - "src": "1538:29:23", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Permission_$7876_storage_ptr", - "typeString": "struct OIDPermissionManager.Permission" - }, - "typeName": { - "id": 7942, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 7941, - "name": "Permission", - "nameLocations": [ - "1538:10:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7876, - "src": "1538:10:23" - }, - "referencedDeclaration": 7876, - "src": "1538:10:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Permission_$7876_storage_ptr", - "typeString": "struct OIDPermissionManager.Permission" - } - }, - "visibility": "internal" - } - ], - "id": 7949, - "initialValue": { - "baseExpression": { - "baseExpression": { - "id": 7944, - "name": "permissions", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7886, - "src": "1570:11:23", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_struct$_Permission_$7876_storage_$_$", - "typeString": "mapping(bytes32 => mapping(address => struct OIDPermissionManager.Permission storage ref))" - } - }, - "id": 7946, - "indexExpression": { - "id": 7945, - "name": "key", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7933, - "src": "1582:3:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "1570:16:23", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Permission_$7876_storage_$", - "typeString": "mapping(address => struct OIDPermissionManager.Permission storage ref)" - } - }, - "id": 7948, - "indexExpression": { - "id": 7947, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7935, - "src": "1587:7:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "1570:25:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Permission_$7876_storage", - "typeString": "struct OIDPermissionManager.Permission storage ref" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "1538:57:23" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 7957, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7953, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "1609:30:23", - "subExpression": { - "arguments": [ - { - "id": 7951, - "name": "permission", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7943, - "src": "1628:10:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Permission_$7876_storage_ptr", - "typeString": "struct OIDPermissionManager.Permission storage pointer" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_Permission_$7876_storage_ptr", - "typeString": "struct OIDPermissionManager.Permission storage pointer" - } - ], - "id": 7950, - "name": "_permissionExists", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8095, - "src": "1610:17:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_struct$_Permission_$7876_storage_ptr_$returns$_t_bool_$", - "typeString": "function (struct OIDPermissionManager.Permission storage pointer) view returns (bool)" - } - }, - "id": 7952, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1610:29:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "id": 7956, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "1643:19:23", - "subExpression": { - "expression": { - "id": 7954, - "name": "permission", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7943, - "src": "1644:10:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Permission_$7876_storage_ptr", - "typeString": "struct OIDPermissionManager.Permission storage pointer" - } - }, - "id": 7955, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1655:7:23", - "memberName": "granted", - "nodeType": "MemberAccess", - "referencedDeclaration": 7873, - "src": "1644:18:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "1609:53:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7961, - "nodeType": "IfStatement", - "src": "1605:96:23", - "trueBody": { - "id": 7960, - "nodeType": "Block", - "src": "1664:37:23", - "statements": [ - { - "expression": { - "hexValue": "66616c7365", - "id": 7958, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1685:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "functionReturnParameters": 7940, - "id": 7959, - "nodeType": "Return", - "src": "1678:12:23" - } - ] - } - }, - { - "assignments": [ - 7964 - ], - "declarations": [ - { - "constant": false, - "id": 7964, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "1729:11:23", - "nodeType": "VariableDeclaration", - "scope": 7979, - "src": "1710:30:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 7963, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 7962, - "name": "Attestation", - "nameLocations": [ - "1710:11:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "1710:11:23" - }, - "referencedDeclaration": 49, - "src": "1710:11:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "id": 7969, - "initialValue": { - "arguments": [ - { - "expression": { - "id": 7966, - "name": "permission", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7943, - "src": "1759:10:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Permission_$7876_storage_ptr", - "typeString": "struct OIDPermissionManager.Permission storage pointer" - } - }, - "id": 7967, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1770:15:23", - "memberName": "attestation_uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 7875, - "src": "1759:26:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 7965, - "name": "_getAttestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8150, - "src": "1743:15:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$_t_struct$_Attestation_$49_memory_ptr_$", - "typeString": "function (bytes32) view returns (struct Attestation memory)" - } - }, - "id": 7968, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1743:43:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "1710:76:23" - }, - { - "condition": { - "arguments": [ - { - "id": 7971, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7964, - "src": "1822:11:23", - "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" - } - ], - "id": 7970, - "name": "_isAttestationRevoked", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8179, - "src": "1800:21:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bool_$", - "typeString": "function (struct Attestation memory) pure returns (bool)" - } - }, - "id": 7972, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1800:34:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7976, - "nodeType": "IfStatement", - "src": "1796:77:23", - "trueBody": { - "id": 7975, - "nodeType": "Block", - "src": "1836:37:23", - "statements": [ - { - "expression": { - "hexValue": "66616c7365", - "id": 7973, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1857:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "functionReturnParameters": 7940, - "id": 7974, - "nodeType": "Return", - "src": "1850:12:23" - } - ] - } - }, - { - "expression": { - "hexValue": "74727565", - "id": 7977, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1892:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "functionReturnParameters": 7940, - "id": 7978, - "nodeType": "Return", - "src": "1885:11:23" - } - ] - }, - "functionSelector": "28545c0d", - "id": 7980, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "hasPermission", - "nameLocation": "1447:13:23", - "nodeType": "FunctionDefinition", - "overrides": { - "id": 7937, - "nodeType": "OverrideSpecifier", - "overrides": [], - "src": "1504:8:23" - }, - "parameters": { - "id": 7936, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7933, - "mutability": "mutable", - "name": "key", - "nameLocation": "1469:3:23", - "nodeType": "VariableDeclaration", - "scope": 7980, - "src": "1461:11:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7932, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1461:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7935, - "mutability": "mutable", - "name": "account", - "nameLocation": "1481:7:23", - "nodeType": "VariableDeclaration", - "scope": 7980, - "src": "1473:15:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7934, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1473:7:23", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "1460:29:23" - }, - "returnParameters": { - "id": 7940, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7939, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7980, - "src": "1522:4:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7938, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1522:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1521:6:23" - }, - "scope": 8211, - "src": "1438:465:23", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 8028, - "nodeType": "Block", - "src": "2002:420:23", - "statements": [ - { - "assignments": [ - 7991 - ], - "declarations": [ - { - "constant": false, - "id": 7991, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "2031:11:23", - "nodeType": "VariableDeclaration", - "scope": 8028, - "src": "2012:30:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 7990, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 7989, - "name": "Attestation", - "nameLocations": [ - "2012:11:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "2012:11:23" - }, - "referencedDeclaration": 49, - "src": "2012:11:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "id": 7995, - "initialValue": { - "arguments": [ - { - "id": 7993, - "name": "attestation_uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7982, - "src": "2061:15:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 7992, - "name": "_getAttestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8150, - "src": "2045:15:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$_t_struct$_Attestation_$49_memory_ptr_$", - "typeString": "function (bytes32) view returns (struct Attestation memory)" - } - }, - "id": 7994, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2045:32:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2012:65:23" - }, - { - "condition": { - "arguments": [ - { - "id": 7997, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7991, - "src": "2113:11:23", - "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" - } - ], - "id": 7996, - "name": "_isAttestationRevoked", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8179, - "src": "2091:21:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bool_$", - "typeString": "function (struct Attestation memory) pure returns (bool)" - } - }, - "id": 7998, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2091:34:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 8004, - "nodeType": "IfStatement", - "src": "2087:107:23", - "trueBody": { - "id": 8003, - "nodeType": "Block", - "src": "2127:67:23", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 8000, - "name": "attestation_uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7982, - "src": "2167:15:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 7999, - "name": "AttestationRevoked", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7871, - "src": "2148:18:23", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", - "typeString": "function (bytes32) pure returns (error)" - } - }, - "id": 8001, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2148:35:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 8002, - "nodeType": "RevertStatement", - "src": "2141:42:23" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 8006, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7991, - "src": "2226:11:23", - "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" - } - ], - "id": 8005, - "name": "_checkAuthorization", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8051, - "src": "2206:19:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_struct$_Attestation_$49_memory_ptr_$returns$__$", - "typeString": "function (struct Attestation memory) view" - } - }, - "id": 8007, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2206:32:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 8008, - "nodeType": "ExpressionStatement", - "src": "2206:32:23" - }, - { - "assignments": [ - 8010 - ], - "declarations": [ - { - "constant": false, - "id": 8010, - "mutability": "mutable", - "name": "key", - "nameLocation": "2256:3:23", - "nodeType": "VariableDeclaration", - "scope": 8028, - "src": "2248:11:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8009, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2248:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 8014, - "initialValue": { - "arguments": [ - { - "id": 8012, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7991, - "src": "2284:11:23", - "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" - } - ], - "id": 8011, - "name": "_decodeAttestationKey", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8210, - "src": "2262:21:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (struct Attestation memory) pure returns (bytes32)" - } - }, - "id": 8013, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2262:34:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2248:48:23" - }, - { - "expression": { - "arguments": [ - { - "id": 8016, - "name": "key", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8010, - "src": "2321:3:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 8017, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7984, - "src": "2326:7:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 8018, - "name": "granted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7986, - "src": "2335:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 8019, - "name": "attestation_uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7982, - "src": "2344:15:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8015, - "name": "_setPermission", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8118, - "src": "2306:14:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_address_$_t_bool_$_t_bytes32_$returns$__$", - "typeString": "function (bytes32,address,bool,bytes32)" - } - }, - "id": 8020, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2306:54:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 8021, - "nodeType": "ExpressionStatement", - "src": "2306:54:23" - }, - { - "eventCall": { - "arguments": [ - { - "id": 8023, - "name": "key", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8010, - "src": "2393:3:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 8024, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7984, - "src": "2398:7:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 8025, - "name": "granted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7986, - "src": "2407:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 8022, - "name": "PermissionUpdated", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7790, - "src": "2375:17:23", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_address_$_t_bool_$returns$__$", - "typeString": "function (bytes32,address,bool)" - } - }, - "id": 8026, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2375:40:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 8027, - "nodeType": "EmitStatement", - "src": "2370:45:23" - } - ] - }, - "id": 8029, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_updatePermission", - "nameLocation": "1919:17:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7987, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7982, - "mutability": "mutable", - "name": "attestation_uid", - "nameLocation": "1945:15:23", - "nodeType": "VariableDeclaration", - "scope": 8029, - "src": "1937:23:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7981, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1937:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7984, - "mutability": "mutable", - "name": "account", - "nameLocation": "1970:7:23", - "nodeType": "VariableDeclaration", - "scope": 8029, - "src": "1962:15:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7983, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1962:7:23", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7986, - "mutability": "mutable", - "name": "granted", - "nameLocation": "1984:7:23", - "nodeType": "VariableDeclaration", - "scope": 8029, - "src": "1979:12:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7985, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1979:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1936:56:23" - }, - "returnParameters": { - "id": 7988, - "nodeType": "ParameterList", - "parameters": [], - "src": "2002:0:23" - }, - "scope": 8211, - "src": "1910:512:23", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8050, - "nodeType": "Block", - "src": "2503:142:23", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 8042, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8038, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "2515:37:23", - "subExpression": { - "arguments": [ - { - "id": 8036, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8032, - "src": "2540:11:23", - "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" - } - ], - "id": 8035, - "name": "_isAttestationRecipient", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8165, - "src": "2516:23:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bool_$", - "typeString": "function (struct Attestation memory) view returns (bool)" - } - }, - "id": 8037, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2516:36:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "id": 8041, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "2556:23:23", - "subExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 8039, - "name": "_isPermissionManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8078, - "src": "2557:20:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bool_$", - "typeString": "function () view returns (bool)" - } - }, - "id": 8040, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2557:22:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "2515:64:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 8049, - "nodeType": "IfStatement", - "src": "2511:128:23", - "trueBody": { - "id": 8048, - "nodeType": "Block", - "src": "2581:58:23", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "expression": { - "id": 8044, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "2619:3:23", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 8045, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "2623:6:23", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "2619:10:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 8043, - "name": "UnauthorizedAccess", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7863, - "src": "2600:18:23", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 8046, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2600:30:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 8047, - "nodeType": "RevertStatement", - "src": "2593:37:23" - } - ] - } - } - ] - }, - "id": 8051, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_checkAuthorization", - "nameLocation": "2437:19:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8033, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8032, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "2476:11:23", - "nodeType": "VariableDeclaration", - "scope": 8051, - "src": "2457:30:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 8031, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8030, - "name": "Attestation", - "nameLocations": [ - "2457:11:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "2457:11:23" - }, - "referencedDeclaration": 49, - "src": "2457:11:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "src": "2456:32:23" - }, - "returnParameters": { - "id": 8034, - "nodeType": "ParameterList", - "parameters": [], - "src": "2503:0:23" - }, - "scope": 8211, - "src": "2428:217:23", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8077, - "nodeType": "Block", - "src": "2713:221:23", - "statements": [ - { - "assignments": [ - 8058 - ], - "declarations": [ - { - "constant": false, - "id": 8058, - "mutability": "mutable", - "name": "access", - "nameLocation": "2740:6:23", - "nodeType": "VariableDeclaration", - "scope": 8077, - "src": "2723:23:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_OIDAccessManager_$7841", - "typeString": "contract OIDAccessManager" - }, - "typeName": { - "id": 8057, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8056, - "name": "OIDAccessManager", - "nameLocations": [ - "2723:16:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7841, - "src": "2723:16:23" - }, - "referencedDeclaration": 7841, - "src": "2723:16:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_OIDAccessManager_$7841", - "typeString": "contract OIDAccessManager" - } - }, - "visibility": "internal" - } - ], - "id": 8063, - "initialValue": { - "arguments": [ - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 8060, - "name": "authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3070, - "src": "2766:9:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 8061, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2766:11:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 8059, - "name": "OIDAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7841, - "src": "2749:16:23", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_OIDAccessManager_$7841_$", - "typeString": "type(contract OIDAccessManager)" - } - }, - "id": 8062, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2749:29:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_contract$_OIDAccessManager_$7841", - "typeString": "contract OIDAccessManager" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2723:55:23" - }, - { - "assignments": [ - 8065, - null - ], - "declarations": [ - { - "constant": false, - "id": 8065, - "mutability": "mutable", - "name": "isMember", - "nameLocation": "2794:8:23", - "nodeType": "VariableDeclaration", - "scope": 8077, - "src": "2789:13:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 8064, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "2789:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - null - ], - "id": 8074, - "initialValue": { - "arguments": [ - { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 8068, - "name": "access", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8058, - "src": "2836:6:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_OIDAccessManager_$7841", - "typeString": "contract OIDAccessManager" - } - }, - "id": 8069, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2843:23:23", - "memberName": "PERMISSION_MANAGER_ROLE", - "nodeType": "MemberAccess", - "referencedDeclaration": 7829, - "src": "2836:30:23", - "typeDescriptions": { - "typeIdentifier": "t_function_external_view$__$returns$_t_uint64_$", - "typeString": "function () view external returns (uint64)" - } - }, - "id": 8070, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2836:32:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "expression": { - "id": 8071, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "2882:3:23", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 8072, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "2886:6:23", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "2882:10:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "expression": { - "id": 8066, - "name": "access", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8058, - "src": "2808:6:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_OIDAccessManager_$7841", - "typeString": "contract OIDAccessManager" - } - }, - "id": 8067, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "2815:7:23", - "memberName": "hasRole", - "nodeType": "MemberAccess", - "referencedDeclaration": 984, - "src": "2808:14:23", - "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": 8073, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2808:94:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2788:114:23" - }, - { - "expression": { - "id": 8075, - "name": "isMember", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8065, - "src": "2919:8:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 8055, - "id": 8076, - "nodeType": "Return", - "src": "2912:15:23" - } - ] - }, - "id": 8078, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_isPermissionManager", - "nameLocation": "2661:20:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8052, - "nodeType": "ParameterList", - "parameters": [], - "src": "2681:2:23" - }, - "returnParameters": { - "id": 8055, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8054, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8078, - "src": "2707:4:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 8053, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "2707:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "2706:6:23" - }, - "scope": 8211, - "src": "2652:282:23", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8094, - "nodeType": "Block", - "src": "3028:64:23", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 8092, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 8086, - "name": "permission", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8081, - "src": "3045:10:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Permission_$7876_storage_ptr", - "typeString": "struct OIDPermissionManager.Permission storage pointer" - } - }, - "id": 8087, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3056:15:23", - "memberName": "attestation_uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 7875, - "src": "3045:26:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 8090, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3083:1:23", - "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": 8089, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3075:7:23", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes32_$", - "typeString": "type(bytes32)" - }, - "typeName": { - "id": 8088, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3075:7:23", - "typeDescriptions": {} - } - }, - "id": 8091, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3075:10:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "3045:40:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 8085, - "id": 8093, - "nodeType": "Return", - "src": "3038:47:23" - } - ] - }, - "id": 8095, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_permissionExists", - "nameLocation": "2950:17:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8082, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8081, - "mutability": "mutable", - "name": "permission", - "nameLocation": "2987:10:23", - "nodeType": "VariableDeclaration", - "scope": 8095, - "src": "2968:29:23", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Permission_$7876_storage_ptr", - "typeString": "struct OIDPermissionManager.Permission" - }, - "typeName": { - "id": 8080, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8079, - "name": "Permission", - "nameLocations": [ - "2968:10:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7876, - "src": "2968:10:23" - }, - "referencedDeclaration": 7876, - "src": "2968:10:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Permission_$7876_storage_ptr", - "typeString": "struct OIDPermissionManager.Permission" - } - }, - "visibility": "internal" - } - ], - "src": "2967:31:23" - }, - "returnParameters": { - "id": 8085, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8084, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8095, - "src": "3022:4:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 8083, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "3022:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "3021:6:23" - }, - "scope": 8211, - "src": "2941:151:23", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8117, - "nodeType": "Block", - "src": "3222:132:23", - "statements": [ - { - "expression": { - "id": 8115, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "baseExpression": { - "id": 8106, - "name": "permissions", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7886, - "src": "3233:11:23", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_struct$_Permission_$7876_storage_$_$", - "typeString": "mapping(bytes32 => mapping(address => struct OIDPermissionManager.Permission storage ref))" - } - }, - "id": 8109, - "indexExpression": { - "id": 8107, - "name": "key", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8097, - "src": "3245:3:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "3233:16:23", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Permission_$7876_storage_$", - "typeString": "mapping(address => struct OIDPermissionManager.Permission storage ref)" - } - }, - "id": 8110, - "indexExpression": { - "id": 8108, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8099, - "src": "3250:7:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "3233:25:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Permission_$7876_storage", - "typeString": "struct OIDPermissionManager.Permission storage ref" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 8112, - "name": "granted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8101, - "src": "3291:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 8113, - "name": "attestation_uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8103, - "src": "3325:15:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8111, - "name": "Permission", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7876, - "src": "3261:10:23", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_struct$_Permission_$7876_storage_ptr_$", - "typeString": "type(struct OIDPermissionManager.Permission storage pointer)" - } - }, - "id": 8114, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "structConstructorCall", - "lValueRequested": false, - "nameLocations": [ - "3282:7:23", - "3308:15:23" - ], - "names": [ - "granted", - "attestation_uid" - ], - "nodeType": "FunctionCall", - "src": "3261:86:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_Permission_$7876_memory_ptr", - "typeString": "struct OIDPermissionManager.Permission memory" - } - }, - "src": "3233:114:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Permission_$7876_storage", - "typeString": "struct OIDPermissionManager.Permission storage ref" - } - }, - "id": 8116, - "nodeType": "ExpressionStatement", - "src": "3233:114:23" - } - ] - }, - "id": 8118, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setPermission", - "nameLocation": "3107:14:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8104, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8097, - "mutability": "mutable", - "name": "key", - "nameLocation": "3135:3:23", - "nodeType": "VariableDeclaration", - "scope": 8118, - "src": "3127:11:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8096, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3127:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8099, - "mutability": "mutable", - "name": "account", - "nameLocation": "3152:7:23", - "nodeType": "VariableDeclaration", - "scope": 8118, - "src": "3144:15:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 8098, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3144:7:23", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8101, - "mutability": "mutable", - "name": "granted", - "nameLocation": "3170:7:23", - "nodeType": "VariableDeclaration", - "scope": 8118, - "src": "3165:12:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 8100, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "3165:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8103, - "mutability": "mutable", - "name": "attestation_uid", - "nameLocation": "3191:15:23", - "nodeType": "VariableDeclaration", - "scope": 8118, - "src": "3183:23:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8102, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3183:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "3121:91:23" - }, - "returnParameters": { - "id": 8105, - "nodeType": "ParameterList", - "parameters": [], - "src": "3222:0:23" - }, - "scope": 8211, - "src": "3098:256:23", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8149, - "nodeType": "Block", - "src": "3452:231:23", - "statements": [ - { - "assignments": [ - 8128 - ], - "declarations": [ - { - "constant": false, - "id": 8128, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "3481:11:23", - "nodeType": "VariableDeclaration", - "scope": 8149, - "src": "3462:30:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 8127, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8126, - "name": "Attestation", - "nameLocations": [ - "3462:11:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "3462:11:23" - }, - "referencedDeclaration": 49, - "src": "3462:11:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "id": 8133, - "initialValue": { - "arguments": [ - { - "id": 8131, - "name": "attestation_uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8120, - "src": "3515:15:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "expression": { - "id": 8129, - "name": "_eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7879, - "src": "3495:4:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$372", - "typeString": "contract IEAS" - } - }, - "id": 8130, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3500:14:23", - "memberName": "getAttestation", - "nodeType": "MemberAccess", - "referencedDeclaration": 345, - "src": "3495:19:23", - "typeDescriptions": { - "typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_struct$_Attestation_$49_memory_ptr_$", - "typeString": "function (bytes32) view external returns (struct Attestation memory)" - } - }, - "id": 8132, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3495:36:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3462:69:23" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 8140, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 8134, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8128, - "src": "3546:11:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 8135, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3558:3:23", - "memberName": "uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 30, - "src": "3546:15:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 8138, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3573:1:23", - "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": 8137, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3565:7:23", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes32_$", - "typeString": "type(bytes32)" - }, - "typeName": { - "id": 8136, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3565:7:23", - "typeDescriptions": {} - } - }, - "id": 8139, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3565:10:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "3546:29:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 8146, - "nodeType": "IfStatement", - "src": "3542:104:23", - "trueBody": { - "id": 8145, - "nodeType": "Block", - "src": "3577:69:23", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 8142, - "name": "attestation_uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8120, - "src": "3618:15:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8141, - "name": "AttestationNotFound", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7867, - "src": "3598:19:23", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", - "typeString": "function (bytes32) pure returns (error)" - } - }, - "id": 8143, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3598:36:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 8144, - "nodeType": "RevertStatement", - "src": "3591:43:23" - } - ] - } - }, - { - "expression": { - "id": 8147, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8128, - "src": "3663:11:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "functionReturnParameters": 8125, - "id": 8148, - "nodeType": "Return", - "src": "3656:18:23" - } - ] - }, - "id": 8150, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_getAttestation", - "nameLocation": "3369:15:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8121, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8120, - "mutability": "mutable", - "name": "attestation_uid", - "nameLocation": "3393:15:23", - "nodeType": "VariableDeclaration", - "scope": 8150, - "src": "3385:23:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8119, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3385:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "3384:25:23" - }, - "returnParameters": { - "id": 8125, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8124, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8150, - "src": "3432:18:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 8123, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8122, - "name": "Attestation", - "nameLocations": [ - "3432:11:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "3432:11:23" - }, - "referencedDeclaration": 49, - "src": "3432:11:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "src": "3431:20:23" - }, - "scope": 8211, - "src": "3360:323:23", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 8164, - "nodeType": "Block", - "src": "3783:59:23", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 8162, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 8158, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8153, - "src": "3800:11:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 8159, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3812:9:23", - "memberName": "recipient", - "nodeType": "MemberAccess", - "referencedDeclaration": 42, - "src": "3800:21:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "id": 8160, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "3825:3:23", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 8161, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3829:6:23", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "3825:10:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "3800:35:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 8157, - "id": 8163, - "nodeType": "Return", - "src": "3793:42:23" - } - ] - }, - "id": 8165, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_isAttestationRecipient", - "nameLocation": "3698:23:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8154, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8153, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "3741:11:23", - "nodeType": "VariableDeclaration", - "scope": 8165, - "src": "3722:30:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 8152, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8151, - "name": "Attestation", - "nameLocations": [ - "3722:11:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "3722:11:23" - }, - "referencedDeclaration": 49, - "src": "3722:11:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "src": "3721:32:23" - }, - "returnParameters": { - "id": 8157, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8156, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8165, - "src": "3777:4:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 8155, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "3777:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "3776:6:23" - }, - "scope": 8211, - "src": "3689:153:23", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8178, - "nodeType": "Block", - "src": "3940:55:23", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 8176, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 8173, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8168, - "src": "3957:11:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 8174, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3969:14:23", - "memberName": "revocationTime", - "nodeType": "MemberAccess", - "referencedDeclaration": 38, - "src": "3957:26:23", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 8175, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3987:1:23", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "3957:31:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 8172, - "id": 8177, - "nodeType": "Return", - "src": "3950:38:23" - } - ] - }, - "id": 8179, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_isAttestationRevoked", - "nameLocation": "3857:21:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8169, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8168, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "3898:11:23", - "nodeType": "VariableDeclaration", - "scope": 8179, - "src": "3879:30:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 8167, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8166, - "name": "Attestation", - "nameLocations": [ - "3879:11:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "3879:11:23" - }, - "referencedDeclaration": 49, - "src": "3879:11:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "src": "3878:32:23" - }, - "returnParameters": { - "id": 8172, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8171, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8179, - "src": "3934:4:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 8170, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "3934:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "3933:6:23" - }, - "scope": 8211, - "src": "3848:147:23", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8187, - "nodeType": "Block", - "src": "4045:28:23", - "statements": [ - { - "expression": { - "id": 8185, - "name": "_eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7879, - "src": "4062:4:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$372", - "typeString": "contract IEAS" - } - }, - "functionReturnParameters": 8184, - "id": 8186, - "nodeType": "Return", - "src": "4055:11:23" - } - ] - }, - "functionSelector": "8150864d", - "id": 8188, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "eas", - "nameLocation": "4010:3:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8180, - "nodeType": "ParameterList", - "parameters": [], - "src": "4013:2:23" - }, - "returnParameters": { - "id": 8184, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8183, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8188, - "src": "4039:4:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$372", - "typeString": "contract IEAS" - }, - "typeName": { - "id": 8182, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8181, - "name": "IEAS", - "nameLocations": [ - "4039:4:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 372, - "src": "4039:4:23" - }, - "referencedDeclaration": 372, - "src": "4039:4:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$372", - "typeString": "contract IEAS" - } - }, - "visibility": "internal" - } - ], - "src": "4038:6:23" - }, - "scope": 8211, - "src": "4001:72:23", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 8209, - "nodeType": "Block", - "src": "4179:90:23", - "statements": [ - { - "assignments": [ - 8197 - ], - "declarations": [ - { - "constant": false, - "id": 8197, - "mutability": "mutable", - "name": "key", - "nameLocation": "4197:3:23", - "nodeType": "VariableDeclaration", - "scope": 8209, - "src": "4189:11:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8196, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4189:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 8206, - "initialValue": { - "arguments": [ - { - "expression": { - "id": 8200, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8191, - "src": "4214:11:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 8201, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4226:4:23", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 48, - "src": "4214:16:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - { - "components": [ - { - "id": 8203, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4233:7:23", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes32_$", - "typeString": "type(bytes32)" - }, - "typeName": { - "id": 8202, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4233:7:23", - "typeDescriptions": {} - } - } - ], - "id": 8204, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "4232:9:23", - "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": 8198, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "4203:3:23", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 8199, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "4207:6:23", - "memberName": "decode", - "nodeType": "MemberAccess", - "src": "4203:10:23", - "typeDescriptions": { - "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 8205, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4203:39:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4189:53:23" - }, - { - "expression": { - "id": 8207, - "name": "key", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8197, - "src": "4259:3:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 8195, - "id": 8208, - "nodeType": "Return", - "src": "4252:10:23" - } - ] - }, - "id": 8210, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_decodeAttestationKey", - "nameLocation": "4093:21:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8192, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8191, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "4134:11:23", - "nodeType": "VariableDeclaration", - "scope": 8210, - "src": "4115:30:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 8190, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8189, - "name": "Attestation", - "nameLocations": [ - "4115:11:23" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "4115:11:23" - }, - "referencedDeclaration": 49, - "src": "4115:11:23", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "src": "4114:32:23" - }, - "returnParameters": { - "id": 8195, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8194, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8210, - "src": "4170:7:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8193, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4170:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "4169:9:23" - }, - "scope": 8211, - "src": "4084:185:23", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 8212, - "src": "545:3727:23", - "usedErrors": [ - 3295, - 3301, - 3305, - 7863, - 7867, - 7871 - ], - "usedEvents": [ - 3291, - 7790 - ] - } - ], - "src": "39:4234:23" - }, - "id": 23 - } - }, - "contracts": { - "@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/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}" - } - }, - "@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": "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": [], - "name": "FailedCall", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "balance", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "needed", - "type": "uint256" - } - ], - "name": "InsufficientBalance", - "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": "initialAdmin", - "type": "address" - } - ], - "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": "6080604052348015600f57600080fd5b506132228061001f6000396000f3fe6080604052600436106101fe5760003560e01c80636d5115bd1161011d578063b7009613116100b0578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c614610750578063f801a69814610770578063fe0776f5146107aa57600080fd5b8063d1f856ee14610710578063d22b59891461073057600080fd5b8063b70096131461067e578063b7d2b162146106ba578063c4d66de8146106da578063cc1b6c81146106fa57600080fd5b8063a166aa89116100ec578063a166aa89146105a3578063a64d95ce14610603578063abd9bd2a14610623578063ac9650d81461065157600080fd5b80636d5115bd1461052e57806375b238fc1461054e578063853551b81461056357806394c7d7ee1461058357600080fd5b806330cae187116101955780634665096d116101645780634665096d1461047c5780634c1da1e21461049257806352962952146104b2578063530dd456146104d257600080fd5b806330cae187146103ad5780633adc277a146103cd5780633ca7c02a146104045780634136a33c1461042057600080fd5b806318ff183c116101d157806318ff183c146103005780631cff79cd1461032057806325c471a0146103335780633078f1141461035357600080fd5b806308d6122d146102035780630b0a93ba1461022557806312be8727146102ab578063167bd395146102e0575b600080fd5b34801561020f57600080fd5b5061022361021e366004612a5c565b6107ca565b005b34801561023157600080fd5b5061028d610240366004612ac3565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101546801000000000000000090041690565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102b757600080fd5b506102cb6102c6366004612ac3565b61081d565b60405163ffffffff90911681526020016102a2565b3480156102ec57600080fd5b506102236102fb366004612ade565b610889565b34801561030c57600080fd5b5061022361031b366004612b1c565b61089f565b6102cb61032e366004612b8c565b61091f565b34801561033f57600080fd5b5061022361034e366004612bf5565b610abe565b34801561035f57600080fd5b5061037361036e366004612c3a565b610ae0565b6040516102a2949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b3480156103b957600080fd5b506102236103c8366004612c56565b610b78565b3480156103d957600080fd5b506103ed6103e8366004612c89565b610b8a565b60405165ffffffffffff90911681526020016102a2565b34801561041057600080fd5b5061028d67ffffffffffffffff81565b34801561042c57600080fd5b506102cb61043b366004612c89565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561048857600080fd5b5062093a806102cb565b34801561049e57600080fd5b506102cb6104ad366004612ca2565b610bee565b3480156104be57600080fd5b506102236104cd366004612c56565b610c2b565b3480156104de57600080fd5b5061028d6104ed366004612ac3565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b34801561053a57600080fd5b5061028d610549366004612cd5565b610c3d565b34801561055a57600080fd5b5061028d600081565b34801561056f57600080fd5b5061022361057e366004612d03565b610c89565b34801561058f57600080fd5b5061022361059e366004612b8c565b610d24565b3480156105af57600080fd5b506105f36105be366004612ca2565b6001600160a01b031660009081526000805160206131cd8339815191526020526040902060010154600160701b900460ff1690565b60405190151581526020016102a2565b34801561060f57600080fd5b5061022361061e366004612d21565b610e02565b34801561062f57600080fd5b5061064361063e366004612d4b565b610e14565b6040519081526020016102a2565b34801561065d57600080fd5b5061067161066c366004612db0565b610e4d565b6040516102a29190612e16565b34801561068a57600080fd5b5061069e610699366004612e96565b610f35565b60408051921515835263ffffffff9091166020830152016102a2565b3480156106c657600080fd5b506102236106d5366004612c3a565b611042565b3480156106e657600080fd5b506102236106f5366004612ca2565b611059565b34801561070657600080fd5b50620697806102cb565b34801561071c57600080fd5b5061069e61072b366004612c3a565b611195565b34801561073c57600080fd5b5061022361074b366004612ee1565b611213565b34801561075c57600080fd5b506102cb61076b366004612d4b565b611225565b34801561077c57600080fd5b5061079061078b366004612eff565b6113af565b6040805192835263ffffffff9091166020830152016102a2565b3480156107b657600080fd5b506102236107c5366004612c3a565b61155c565b6107d261159e565b60005b828110156108165761080e858585848181106107f3576107f3612f72565b90506020020160208101906108089190612f88565b84611633565b6001016107d5565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206131cd8339815191529061088290600160801b90046001600160701b03166116c9565b9392505050565b61089161159e565b61089b82826116e8565b5050565b6108a761159e565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b15801561090357600080fd5b505af1158015610917573d6000803e3d6000fd5b505050505050565b60006000805160206131cd83398151915233828061093f8389898961176a565b9150915081158015610955575063ffffffff8116155b156109c157828861096689896117bd565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b60006109cf848a8a8a610e14565b9050600063ffffffff83161515806109f657506109eb82610b8a565b65ffffffffffff1615155b15610a0757610a04826117d5565b90505b6003860154610a5c8b610a1a8c8c6117bd565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610aa68b8b8b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525034925061193c915050565b50600390960195909555509293505050509392505050565b610ac661159e565b610ada8383610ad48661081d565b846119f9565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff81169291829182916000805160206131cd83398151915291610b6990660100000000000090046001600160701b0316611c84565b979a9199509750945050505050565b610b8061159e565b61089b8282611ca7565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131cd8339815191529065ffffffffffff16610bd981611d60565b610be35780610be6565b60005b949350505050565b6001600160a01b03811660009081526000805160206131cd83398151915260208190526040822060010154610882906001600160701b03166116c9565b610c3361159e565b61089b8282611d8f565b6001600160a01b03821660009081526000805160206131cd833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b610c9161159e565b67ffffffffffffffff83161580610cb1575067ffffffffffffffff838116145b15610cdb5760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610d17929190612fce565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610d7e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610da29190612fe2565b6001600160e01b03191614610dee576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024016109b8565b610816610dfd85838686610e14565b6117d5565b610e0a61159e565b61089b8282611e6a565b600084848484604051602001610e2d9493929190612fff565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff811115610e7857610e78613071565b604051908082528060200260200182016040528015610eab57816020015b6060815260200190600190039081610e965790505b50915060005b83811015610f2d57610f0830868684818110610ecf57610ecf612f72565b9050602002810190610ee19190613087565b85604051602001610ef4939291906130ce565b604051602081830303815290604052611fac565b838281518110610f1a57610f1a612f72565b6020908102919091010152600101610eb1565b505092915050565b600080610f71846001600160a01b031660009081526000805160206131cd8339815191526020526040902060010154600160701b900460ff1690565b15610f815750600090508061103a565b306001600160a01b03861603610ffc57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061103a565b60006110088585610c3d565b90506000806110178389611195565b915091508161102857600080611032565b63ffffffff811615815b945094505050505b935093915050565b61104a61159e565b6110548282612022565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff166000811580156110a45750825b905060008267ffffffffffffffff1660011480156110c15750303b155b9050811580156110cf575080155b15611106576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561113a57845468ff00000000000000001916680100000000000000001785555b61114386612136565b831561091757845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60008067fffffffffffffffe1967ffffffffffffffff8516016111be575060019050600061120c565b6000806111cb8686610ae0565b5050915091508165ffffffffffff1660001415801561120157506111ed61214a565b65ffffffffffff168265ffffffffffff1611155b9350915061120c9050565b9250929050565b61121b61159e565b61089b828261215a565b60006000805160206131cd833981519152338261124286866117bd565b9050600061125289898989610e14565b600081815260028601602052604081205491925065ffffffffffff90911690036112925760405163060a299b60e41b8152600481018290526024016109b8565b826001600160a01b0316896001600160a01b0316146113475760006112b8600085611195565b50905060006112d36112cd6102408c87610c3d565b86611195565b509050811580156112e2575080155b15611344576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b0319851660648201526084016109b8565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b6000806000805160206131cd83398151915233826113cf828a8a8a61176a565b91505060008163ffffffff166113e361214a565b6113ed91906130f5565b905063ffffffff82161580611424575060008765ffffffffffff1611801561142457508065ffffffffffff168765ffffffffffff16105b1561143557828a6109668b8b6117bd565b61144f8765ffffffffffff168265ffffffffffff16612229565b965061145d838b8b8b610e14565b955061146886612239565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e604051611547959493929190613113565b60405180910390a35050505094509492505050565b6001600160a01b038116331461104a576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b336000806115ad8382366122ce565b9150915081611054578063ffffffff166000036116235760006115d0813661241a565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff8216602482015290925060440190506109b8565b610ada610dfd8430600036610e14565b60006000805160206131cd8339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b6000806116de836001600160701b0316611c84565b5090949350505050565b6001600160a01b03821660008181526000805160206131cd833981519152602081815260409283902060010180546eff00000000000000000000000000001916600160701b8715159081029190911790915592519283529092917f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb1389101610d17565b600080306001600160a01b03861603611791576117888685856122ce565b915091506117b4565b600483106117ad576117a8868661069987876117bd565b611788565b5060009050805b94509492505050565b60006117cc6004828486613047565b6108829161315e565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131cd8339815191529065ffffffffffff8116906601000000000000900463ffffffff168184036118505760405163060a299b60e41b8152600481018690526024016109b8565b61185861214a565b65ffffffffffff168265ffffffffffff1611156118a4576040517f18cb6b7a000000000000000000000000000000000000000000000000000000008152600481018690526024016109b8565b6118ad82611d60565b156118e7576040517f78a5d6e4000000000000000000000000000000000000000000000000000000008152600481018690526024016109b8565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b606081471015611981576040517fcf479181000000000000000000000000000000000000000000000000000000008152476004820152602481018390526044016109b8565b600080856001600160a01b0316848660405161199d9190613194565b60006040518083038185875af1925050503d80600081146119da576040519150601f19603f3d011682016040523d82523d6000602084013e6119df565b606091505b50915091506119ef868383612725565b9695505050505050565b60006000805160206131cd83398151915267ffffffffffffffff861667fffffffffffffffe1901611a495760405163061c6a4360e21b815267ffffffffffffffff871660048201526024016109b8565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611b51578563ffffffff16611a9861214a565b611aa291906130f5565b905060405180604001604052808265ffffffffffff168152602001611ad08763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611c14565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611ba19166010000000000009091046001600160701b031690879061279a565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611c9a84611c9561214a565b612844565b9250925092509193909250565b6000805160206131cd83398151915267ffffffffffffffff83161580611cd6575067ffffffffffffffff838116145b15611d005760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611d6a61214a565b65ffffffffffff16611d7f62093a80846130f5565b65ffffffffffff16111592915050565b6000805160206131cd83398151915267ffffffffffffffff83161580611dbe575067ffffffffffffffff838116145b15611de85760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff1668010000000000000000958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b6000805160206131cd83398151915267ffffffffffffffff831667fffffffffffffffe1901611eb85760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b67ffffffffffffffff831660009081526001828101602052604082200154611ef490600160801b90046001600160701b0316846206978061279a565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b4890611f9e908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051611fc99190613194565b600060405180830381855af49150503d8060008114612004576040519150601f19603f3d011682016040523d82523d6000602084013e612009565b606091505b5091509150612019858383612725565b95945050505050565b60006000805160206131cd83398151915267ffffffffffffffff841667fffffffffffffffe19016120725760405163061c6a4360e21b815267ffffffffffffffff851660048201526024016109b8565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff1690036120ba576000915050610c83565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b61213e612891565b612147816128fa565b50565b600061215542612953565b905090565b6001600160a01b03821660009081526000805160206131cd8339815191526020819052604082206001015490919061219f906001600160701b0316846206978061279a565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c9101611f9e565b6000828218828411028218610882565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206131cd8339815191529065ffffffffffff168015801590612294575061229281611d60565b155b15611054576040517f813e9459000000000000000000000000000000000000000000000000000000008152600481018490526024016109b8565b60008060048310156122e55750600090508061103a565b306001600160a01b0386160361236857610ff13061230386866117bd565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b6000806000612377878761241a565b925092509250821580156123b157503060009081526000805160206131cd8339815191526020526040902060010154600160701b900460ff165b156123c5576000809450945050505061103a565b6000806123d2848b611195565b91509150816123ec5760008096509650505050505061103a565b6124028363ffffffff168263ffffffff16612229565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156124355750600091508190508061271e565b600061244186866117bd565b90506001600160e01b031981167f853551b80000000000000000000000000000000000000000000000000000000014806124a457506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b806124d857506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b8061250c57506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b8061254057506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b156125565760016000809350935093505061271e565b6001600160e01b031981167f18ff183c0000000000000000000000000000000000000000000000000000000014806125b757506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b806125eb57506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b1561262d57600061260060246004888a613047565b81019061260d9190612ca2565b9050600061261a82610bee565b6001965060009550935061271e92505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061268e57506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156127085760006126a360246004888a613047565b8101906126b09190612ac3565b905060016126f98267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b6000945094509450505061271e565b60006127143083610c3d565b6000935093509350505b9250925092565b60608261273a57612735826129a3565b610882565b815115801561275157506001600160a01b0384163b155b15612793576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b03851660048201526024016109b8565b5080610882565b60008060006127b1866001600160701b03166116c9565b905060006127ee8563ffffffff168763ffffffff168463ffffffff16116127d95760006127e3565b6127e388856131b0565b63ffffffff16612229565b90508063ffffffff166127ff61214a565b61280991906130f5565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b69ffffffffffffffffffff602083901c166001600160701b03831665ffffffffffff604085901c811690841681111561287f57828282612884565b816000805b9250925092509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff166128f8576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b612902612891565b6001600160a01b038116612945576040517f0813ada2000000000000000000000000000000000000000000000000000000008152600060048201526024016109b8565b61089b6000826000806119f9565b600065ffffffffffff82111561299f576040517f6dfcc65000000000000000000000000000000000000000000000000000000000815260306004820152602481018390526044016109b8565b5090565b8051156129b35780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116811461214757600080fd5b60008083601f840112612a0c57600080fd5b50813567ffffffffffffffff811115612a2457600080fd5b6020830191508360208260051b850101111561120c57600080fd5b803567ffffffffffffffff81168114612a5757600080fd5b919050565b60008060008060608587031215612a7257600080fd5b8435612a7d816129e5565b9350602085013567ffffffffffffffff811115612a9957600080fd5b612aa5878288016129fa565b9094509250612ab8905060408601612a3f565b905092959194509250565b600060208284031215612ad557600080fd5b61088282612a3f565b60008060408385031215612af157600080fd5b8235612afc816129e5565b915060208301358015158114612b1157600080fd5b809150509250929050565b60008060408385031215612b2f57600080fd5b8235612b3a816129e5565b91506020830135612b11816129e5565b60008083601f840112612b5c57600080fd5b50813567ffffffffffffffff811115612b7457600080fd5b60208301915083602082850101111561120c57600080fd5b600080600060408486031215612ba157600080fd5b8335612bac816129e5565b9250602084013567ffffffffffffffff811115612bc857600080fd5b612bd486828701612b4a565b9497909650939450505050565b803563ffffffff81168114612a5757600080fd5b600080600060608486031215612c0a57600080fd5b612c1384612a3f565b92506020840135612c23816129e5565b9150612c3160408501612be1565b90509250925092565b60008060408385031215612c4d57600080fd5b612b3a83612a3f565b60008060408385031215612c6957600080fd5b612c7283612a3f565b9150612c8060208401612a3f565b90509250929050565b600060208284031215612c9b57600080fd5b5035919050565b600060208284031215612cb457600080fd5b8135610882816129e5565b6001600160e01b03198116811461214757600080fd5b60008060408385031215612ce857600080fd5b8235612cf3816129e5565b91506020830135612b1181612cbf565b600080600060408486031215612d1857600080fd5b612bac84612a3f565b60008060408385031215612d3457600080fd5b612d3d83612a3f565b9150612c8060208401612be1565b60008060008060608587031215612d6157600080fd5b8435612d6c816129e5565b93506020850135612d7c816129e5565b9250604085013567ffffffffffffffff811115612d9857600080fd5b612da487828801612b4a565b95989497509550505050565b60008060208385031215612dc357600080fd5b823567ffffffffffffffff811115612dda57600080fd5b612de6858286016129fa565b90969095509350505050565b60005b83811015612e0d578181015183820152602001612df5565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015612e8a57603f1987860301845281518051808752612e67816020890160208501612df2565b601f01601f19169590950160209081019550938401939190910190600101612e3e565b50929695505050505050565b600080600060608486031215612eab57600080fd5b8335612eb6816129e5565b92506020840135612ec6816129e5565b91506040840135612ed681612cbf565b809150509250925092565b60008060408385031215612ef457600080fd5b8235612d3d816129e5565b60008060008060608587031215612f1557600080fd5b8435612f20816129e5565b9350602085013567ffffffffffffffff811115612f3c57600080fd5b612f4887828801612b4a565b909450925050604085013565ffffffffffff81168114612f6757600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b600060208284031215612f9a57600080fd5b813561088281612cbf565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610be6602083018486612fa5565b600060208284031215612ff457600080fd5b815161088281612cbf565b6001600160a01b03851681526001600160a01b03841660208201526060604082015260006119ef606083018486612fa5565b634e487b7160e01b600052601160045260246000fd5b6000808585111561305757600080fd5b8386111561306457600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e1984360301811261309e57600080fd5b83018035915067ffffffffffffffff8211156130b957600080fd5b60200191503681900382131561120c57600080fd5b8284823760008382016000815283516130eb818360208801612df2565b0195945050505050565b65ffffffffffff8181168382160190811115610c8357610c83613031565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b0384166040820152608060608201526000613153608083018486612fa5565b979650505050505050565b80356001600160e01b0319811690600484101561318d576001600160e01b0319808560040360031b1b82161691505b5092915050565b600082516131a6818460208701612df2565b9190910192915050565b63ffffffff8281168282160390811115610c8357610c8361303156fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a264697066735822122065619a47eb664643a4ce521f2c7328138f325724c75f248263988401a189742c64736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3222 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 0xB7009613 GT PUSH2 0xB0 JUMPI DUP1 PUSH4 0xD1F856EE GT PUSH2 0x7F JUMPI DUP1 PUSH4 0xD6BB62C6 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xD6BB62C6 EQ PUSH2 0x750 JUMPI DUP1 PUSH4 0xF801A698 EQ PUSH2 0x770 JUMPI DUP1 PUSH4 0xFE0776F5 EQ PUSH2 0x7AA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD1F856EE EQ PUSH2 0x710 JUMPI DUP1 PUSH4 0xD22B5989 EQ PUSH2 0x730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB7009613 EQ PUSH2 0x67E JUMPI DUP1 PUSH4 0xB7D2B162 EQ PUSH2 0x6BA JUMPI DUP1 PUSH4 0xC4D66DE8 EQ PUSH2 0x6DA JUMPI DUP1 PUSH4 0xCC1B6C81 EQ PUSH2 0x6FA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xA166AA89 GT PUSH2 0xEC JUMPI DUP1 PUSH4 0xA166AA89 EQ PUSH2 0x5A3 JUMPI DUP1 PUSH4 0xA64D95CE EQ PUSH2 0x603 JUMPI DUP1 PUSH4 0xABD9BD2A EQ PUSH2 0x623 JUMPI DUP1 PUSH4 0xAC9650D8 EQ PUSH2 0x651 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x6D5115BD EQ PUSH2 0x52E JUMPI DUP1 PUSH4 0x75B238FC EQ PUSH2 0x54E JUMPI DUP1 PUSH4 0x853551B8 EQ PUSH2 0x563 JUMPI DUP1 PUSH4 0x94C7D7EE EQ PUSH2 0x583 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 0x2A5C JUMP JUMPDEST PUSH2 0x7CA JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x231 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH2 0x240 CALLDATASIZE PUSH1 0x4 PUSH2 0x2AC3 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 0x2AC3 JUMP JUMPDEST PUSH2 0x81D 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 0x2ADE JUMP JUMPDEST PUSH2 0x889 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x30C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x31B CALLDATASIZE PUSH1 0x4 PUSH2 0x2B1C JUMP JUMPDEST PUSH2 0x89F JUMP JUMPDEST PUSH2 0x2CB PUSH2 0x32E CALLDATASIZE PUSH1 0x4 PUSH2 0x2B8C JUMP JUMPDEST PUSH2 0x91F JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x33F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x34E CALLDATASIZE PUSH1 0x4 PUSH2 0x2BF5 JUMP JUMPDEST PUSH2 0xABE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x35F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x373 PUSH2 0x36E CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0xAE0 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 0x2C56 JUMP JUMPDEST PUSH2 0xB78 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3D9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3ED PUSH2 0x3E8 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C89 JUMP JUMPDEST PUSH2 0xB8A 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 0x2C89 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 0x2CA2 JUMP JUMPDEST PUSH2 0xBEE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x4CD CALLDATASIZE PUSH1 0x4 PUSH2 0x2C56 JUMP JUMPDEST PUSH2 0xC2B JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4DE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH2 0x4ED CALLDATASIZE PUSH1 0x4 PUSH2 0x2AC3 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 0x2CD5 JUMP JUMPDEST PUSH2 0xC3D 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 0x57E CALLDATASIZE PUSH1 0x4 PUSH2 0x2D03 JUMP JUMPDEST PUSH2 0xC89 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x58F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x59E CALLDATASIZE PUSH1 0x4 PUSH2 0x2B8C JUMP JUMPDEST PUSH2 0xD24 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5AF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x5F3 PUSH2 0x5BE CALLDATASIZE PUSH1 0x4 PUSH2 0x2CA2 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0x60F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x61E CALLDATASIZE PUSH1 0x4 PUSH2 0x2D21 JUMP JUMPDEST PUSH2 0xE02 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x62F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x643 PUSH2 0x63E CALLDATASIZE PUSH1 0x4 PUSH2 0x2D4B JUMP JUMPDEST PUSH2 0xE14 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x65D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x671 PUSH2 0x66C CALLDATASIZE PUSH1 0x4 PUSH2 0x2DB0 JUMP JUMPDEST PUSH2 0xE4D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2A2 SWAP2 SWAP1 PUSH2 0x2E16 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x68A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x69E PUSH2 0x699 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E96 JUMP JUMPDEST PUSH2 0xF35 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 0x6C6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x6D5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0x1042 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6E6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x6F5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CA2 JUMP JUMPDEST PUSH2 0x1059 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x706 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x69780 PUSH2 0x2CB JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x71C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x69E PUSH2 0x72B CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0x1195 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x73C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x74B CALLDATASIZE PUSH1 0x4 PUSH2 0x2EE1 JUMP JUMPDEST PUSH2 0x1213 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x75C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2CB PUSH2 0x76B CALLDATASIZE PUSH1 0x4 PUSH2 0x2D4B JUMP JUMPDEST PUSH2 0x1225 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x77C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x790 PUSH2 0x78B CALLDATASIZE PUSH1 0x4 PUSH2 0x2EFF JUMP JUMPDEST PUSH2 0x13AF 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 0x7B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x7C5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0x155C JUMP JUMPDEST PUSH2 0x7D2 PUSH2 0x159E JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x816 JUMPI PUSH2 0x80E DUP6 DUP6 DUP6 DUP5 DUP2 DUP2 LT PUSH2 0x7F3 JUMPI PUSH2 0x7F3 PUSH2 0x2F72 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD PUSH1 0x20 DUP2 ADD SWAP1 PUSH2 0x808 SWAP2 SWAP1 PUSH2 0x2F88 JUMP JUMPDEST DUP5 PUSH2 0x1633 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x7D5 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH2 0x882 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16C9 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x891 PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x16E8 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH2 0x8A7 PUSH2 0x159E 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 0x903 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x917 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 DUP1 PUSH2 0x93F DUP4 DUP10 DUP10 DUP10 PUSH2 0x176A JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x955 JUMPI POP PUSH4 0xFFFFFFFF DUP2 AND ISZERO JUMPDEST ISZERO PUSH2 0x9C1 JUMPI DUP3 DUP9 PUSH2 0x966 DUP10 DUP10 PUSH2 0x17BD 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 0x9CF DUP5 DUP11 DUP11 DUP11 PUSH2 0xE14 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH4 0xFFFFFFFF DUP4 AND ISZERO ISZERO DUP1 PUSH2 0x9F6 JUMPI POP PUSH2 0x9EB DUP3 PUSH2 0xB8A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND ISZERO ISZERO JUMPDEST ISZERO PUSH2 0xA07 JUMPI PUSH2 0xA04 DUP3 PUSH2 0x17D5 JUMP JUMPDEST SWAP1 POP JUMPDEST PUSH1 0x3 DUP7 ADD SLOAD PUSH2 0xA5C DUP12 PUSH2 0xA1A DUP13 DUP13 PUSH2 0x17BD 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 0xAA6 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 0x193C 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 0xAC6 PUSH2 0x159E JUMP JUMPDEST PUSH2 0xADA DUP4 DUP4 PUSH2 0xAD4 DUP7 PUSH2 0x81D JUMP JUMPDEST DUP5 PUSH2 0x19F9 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP2 PUSH2 0xB69 SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1C84 JUMP JUMPDEST SWAP8 SWAP11 SWAP2 SWAP10 POP SWAP8 POP SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xB80 PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x1CA7 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0xBD9 DUP2 PUSH2 0x1D60 JUMP JUMPDEST PUSH2 0xBE3 JUMPI DUP1 PUSH2 0xBE6 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH2 0x882 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16C9 JUMP JUMPDEST PUSH2 0xC33 PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x1D8F JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0xC91 PUSH2 0x159E JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0xCB1 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0xCDB JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH32 0x1256F5B5ECB89CAEC12DB449738F2FBCD1BA5806CF38F35413F4E5C15BF6A450 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0xD17 SWAP3 SWAP2 SWAP1 PUSH2 0x2FCE 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 0xD7E 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 0xDA2 SWAP2 SWAP1 PUSH2 0x2FE2 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND EQ PUSH2 0xDEE 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 0x9B8 JUMP JUMPDEST PUSH2 0x816 PUSH2 0xDFD DUP6 DUP4 DUP7 DUP7 PUSH2 0xE14 JUMP JUMPDEST PUSH2 0x17D5 JUMP JUMPDEST PUSH2 0xE0A PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x1E6A JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 DUP5 DUP5 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xE2D SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2FFF 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 0xE78 JUMPI PUSH2 0xE78 PUSH2 0x3071 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0xEAB JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0xE96 JUMPI SWAP1 POP JUMPDEST POP SWAP2 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xF2D JUMPI PUSH2 0xF08 ADDRESS DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0xECF JUMPI PUSH2 0xECF PUSH2 0x2F72 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xEE1 SWAP2 SWAP1 PUSH2 0x3087 JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xEF4 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x30CE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x1FAC JUMP JUMPDEST DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0xF1A JUMPI PUSH2 0xF1A PUSH2 0x2F72 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0xEB1 JUMP JUMPDEST POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0xF71 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0xF81 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x103A JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0xFFC 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 0x103A JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1008 DUP6 DUP6 PUSH2 0xC3D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 PUSH2 0x1017 DUP4 DUP10 PUSH2 0x1195 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1028 JUMPI PUSH1 0x0 DUP1 PUSH2 0x1032 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 0x104A PUSH2 0x159E JUMP JUMPDEST PUSH2 0x1054 DUP3 DUP3 PUSH2 0x2022 JUMP JUMPDEST POP 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 0x10A4 JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0x10C1 JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x10CF JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x1106 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 0x113A JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH9 0x10000000000000000 OR DUP6 SSTORE JUMPDEST PUSH2 0x1143 DUP7 PUSH2 0x2136 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x917 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 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH8 0xFFFFFFFFFFFFFFFE NOT PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND ADD PUSH2 0x11BE JUMPI POP PUSH1 0x1 SWAP1 POP PUSH1 0x0 PUSH2 0x120C JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x11CB DUP7 DUP7 PUSH2 0xAE0 JUMP JUMPDEST POP POP SWAP2 POP SWAP2 POP DUP2 PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x0 EQ ISZERO DUP1 ISZERO PUSH2 0x1201 JUMPI POP PUSH2 0x11ED PUSH2 0x214A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO JUMPDEST SWAP4 POP SWAP2 POP PUSH2 0x120C SWAP1 POP JUMP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x121B PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x215A JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x1242 DUP7 DUP7 PUSH2 0x17BD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x1252 DUP10 DUP10 DUP10 DUP10 PUSH2 0xE14 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 0x1292 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x1347 JUMPI PUSH1 0x0 PUSH2 0x12B8 PUSH1 0x0 DUP6 PUSH2 0x1195 JUMP JUMPDEST POP SWAP1 POP PUSH1 0x0 PUSH2 0x12D3 PUSH2 0x12CD PUSH2 0x240 DUP13 DUP8 PUSH2 0xC3D JUMP JUMPDEST DUP7 PUSH2 0x1195 JUMP JUMPDEST POP SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x12E2 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x1344 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 0x9B8 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x13CF DUP3 DUP11 DUP11 DUP11 PUSH2 0x176A JUMP JUMPDEST SWAP2 POP POP PUSH1 0x0 DUP2 PUSH4 0xFFFFFFFF AND PUSH2 0x13E3 PUSH2 0x214A JUMP JUMPDEST PUSH2 0x13ED SWAP2 SWAP1 PUSH2 0x30F5 JUMP JUMPDEST SWAP1 POP PUSH4 0xFFFFFFFF DUP3 AND ISZERO DUP1 PUSH2 0x1424 JUMPI POP PUSH1 0x0 DUP8 PUSH6 0xFFFFFFFFFFFF AND GT DUP1 ISZERO PUSH2 0x1424 JUMPI POP DUP1 PUSH6 0xFFFFFFFFFFFF AND DUP8 PUSH6 0xFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0x1435 JUMPI DUP3 DUP11 PUSH2 0x966 DUP12 DUP12 PUSH2 0x17BD JUMP JUMPDEST PUSH2 0x144F DUP8 PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x2229 JUMP JUMPDEST SWAP7 POP PUSH2 0x145D DUP4 DUP12 DUP12 DUP12 PUSH2 0xE14 JUMP JUMPDEST SWAP6 POP PUSH2 0x1468 DUP7 PUSH2 0x2239 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 0x1547 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3113 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 0x104A 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 0x15AD DUP4 DUP3 CALLDATASIZE PUSH2 0x22CE JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1054 JUMPI DUP1 PUSH4 0xFFFFFFFF AND PUSH1 0x0 SUB PUSH2 0x1623 JUMPI PUSH1 0x0 PUSH2 0x15D0 DUP2 CALLDATASIZE PUSH2 0x241A 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 0x9B8 JUMP JUMPDEST PUSH2 0xADA PUSH2 0xDFD DUP5 ADDRESS PUSH1 0x0 CALLDATASIZE PUSH2 0xE14 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0x16DE DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1C84 JUMP JUMPDEST POP SWAP1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH15 0xFF0000000000000000000000000000 NOT AND PUSH1 0x1 PUSH1 0x70 SHL DUP8 ISZERO ISZERO SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 OR SWAP1 SWAP2 SSTORE SWAP3 MLOAD SWAP3 DUP4 MSTORE SWAP1 SWAP3 SWAP2 PUSH32 0x90D4E7BB7E5D933792B3562E1741306F8BE94837E1348DACEF9B6F1DF56EB138 SWAP2 ADD PUSH2 0xD17 JUMP JUMPDEST PUSH1 0x0 DUP1 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x1791 JUMPI PUSH2 0x1788 DUP7 DUP6 DUP6 PUSH2 0x22CE JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x17B4 JUMP JUMPDEST PUSH1 0x4 DUP4 LT PUSH2 0x17AD JUMPI PUSH2 0x17A8 DUP7 DUP7 PUSH2 0x699 DUP8 DUP8 PUSH2 0x17BD JUMP JUMPDEST PUSH2 0x1788 JUMP JUMPDEST POP PUSH1 0x0 SWAP1 POP DUP1 JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x17CC PUSH1 0x4 DUP3 DUP5 DUP7 PUSH2 0x3047 JUMP JUMPDEST PUSH2 0x882 SWAP2 PUSH2 0x315E JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 DUP5 SUB PUSH2 0x1850 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH2 0x1858 PUSH2 0x214A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO PUSH2 0x18A4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x18CB6B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH2 0x18AD DUP3 PUSH2 0x1D60 JUMP JUMPDEST ISZERO PUSH2 0x18E7 JUMPI PUSH1 0x40 MLOAD PUSH32 0x78A5D6E400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1981 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCF47918100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE SELFBALANCE PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x44 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 DUP7 PUSH1 0x40 MLOAD PUSH2 0x199D SWAP2 SWAP1 PUSH2 0x3194 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 0x19DA 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 0x19DF JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x19EF DUP7 DUP4 DUP4 PUSH2 0x2725 JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1A49 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1B51 JUMPI DUP6 PUSH4 0xFFFFFFFF AND PUSH2 0x1A98 PUSH2 0x214A JUMP JUMPDEST PUSH2 0x1AA2 SWAP2 SWAP1 PUSH2 0x30F5 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 0x1AD0 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 0x1C14 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 0x1BA1 SWAP2 PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND SWAP1 DUP8 SWAP1 PUSH2 0x279A 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 0x1C9A DUP5 PUSH2 0x1C95 PUSH2 0x214A JUMP JUMPDEST PUSH2 0x2844 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP2 SWAP4 SWAP1 SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1CD6 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1D00 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1D6A PUSH2 0x214A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x1D7F PUSH3 0x93A80 DUP5 PUSH2 0x30F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND GT ISZERO SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1DBE JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1DE8 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1EB8 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1EF4 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x279A 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 0x1F9E 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 0x1FC9 SWAP2 SWAP1 PUSH2 0x3194 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x2004 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 0x2009 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x2019 DUP6 DUP4 DUP4 PUSH2 0x2725 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2072 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x20BA JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0xC83 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 PUSH2 0x213E PUSH2 0x2891 JUMP JUMPDEST PUSH2 0x2147 DUP2 PUSH2 0x28FA JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2155 TIMESTAMP PUSH2 0x2953 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD SWAP1 SWAP2 SWAP1 PUSH2 0x219F SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x279A 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 0x1F9E JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 XOR DUP3 DUP5 GT MUL DUP3 XOR PUSH2 0x882 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x2294 JUMPI POP PUSH2 0x2292 DUP2 PUSH2 0x1D60 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x1054 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813E945900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x4 DUP4 LT ISZERO PUSH2 0x22E5 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x103A JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x2368 JUMPI PUSH2 0xFF1 ADDRESS PUSH2 0x2303 DUP7 DUP7 PUSH2 0x17BD 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 0x2377 DUP8 DUP8 PUSH2 0x241A JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP DUP3 ISZERO DUP1 ISZERO PUSH2 0x23B1 JUMPI POP ADDRESS PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 JUMPDEST ISZERO PUSH2 0x23C5 JUMPI PUSH1 0x0 DUP1 SWAP5 POP SWAP5 POP POP POP POP PUSH2 0x103A JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x23D2 DUP5 DUP12 PUSH2 0x1195 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x23EC JUMPI PUSH1 0x0 DUP1 SWAP7 POP SWAP7 POP POP POP POP POP POP PUSH2 0x103A JUMP JUMPDEST PUSH2 0x2402 DUP4 PUSH4 0xFFFFFFFF AND DUP3 PUSH4 0xFFFFFFFF AND PUSH2 0x2229 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 0x2435 JUMPI POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP DUP1 PUSH2 0x271E JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2441 DUP7 DUP7 PUSH2 0x17BD JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x853551B800000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x24A4 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x30CAE18700000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x24D8 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x5296295200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x250C JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xA64D95CE00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2540 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xD22B598900000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2556 JUMPI PUSH1 0x1 PUSH1 0x0 DUP1 SWAP4 POP SWAP4 POP SWAP4 POP POP PUSH2 0x271E JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x18FF183C00000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x25B7 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x167BD39500000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x25EB JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x8D6122D00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x262D JUMPI PUSH1 0x0 PUSH2 0x2600 PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x3047 JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x260D SWAP2 SWAP1 PUSH2 0x2CA2 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x261A DUP3 PUSH2 0xBEE JUMP JUMPDEST PUSH1 0x1 SWAP7 POP PUSH1 0x0 SWAP6 POP SWAP4 POP PUSH2 0x271E SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x25C471A000000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x268E JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xB7D2B16200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2708 JUMPI PUSH1 0x0 PUSH2 0x26A3 PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x3047 JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x26B0 SWAP2 SWAP1 PUSH2 0x2AC3 JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH2 0x26F9 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 0x271E JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2714 ADDRESS DUP4 PUSH2 0xC3D JUMP JUMPDEST PUSH1 0x0 SWAP4 POP SWAP4 POP SWAP4 POP POP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x60 DUP3 PUSH2 0x273A JUMPI PUSH2 0x2735 DUP3 PUSH2 0x29A3 JUMP JUMPDEST PUSH2 0x882 JUMP JUMPDEST DUP2 MLOAD ISZERO DUP1 ISZERO PUSH2 0x2751 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND EXTCODESIZE ISZERO JUMPDEST ISZERO PUSH2 0x2793 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 0x9B8 JUMP JUMPDEST POP DUP1 PUSH2 0x882 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x27B1 DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16C9 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x27EE DUP6 PUSH4 0xFFFFFFFF AND DUP8 PUSH4 0xFFFFFFFF AND DUP5 PUSH4 0xFFFFFFFF AND GT PUSH2 0x27D9 JUMPI PUSH1 0x0 PUSH2 0x27E3 JUMP JUMPDEST PUSH2 0x27E3 DUP9 DUP6 PUSH2 0x31B0 JUMP JUMPDEST PUSH4 0xFFFFFFFF AND PUSH2 0x2229 JUMP JUMPDEST SWAP1 POP DUP1 PUSH4 0xFFFFFFFF AND PUSH2 0x27FF PUSH2 0x214A JUMP JUMPDEST PUSH2 0x2809 SWAP2 SWAP1 PUSH2 0x30F5 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 PUSH10 0xFFFFFFFFFFFFFFFFFFFF PUSH1 0x20 DUP4 SWAP1 SHR AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB DUP4 AND PUSH6 0xFFFFFFFFFFFF PUSH1 0x40 DUP6 SWAP1 SHR DUP2 AND SWAP1 DUP5 AND DUP2 GT ISZERO PUSH2 0x287F JUMPI DUP3 DUP3 DUP3 PUSH2 0x2884 JUMP JUMPDEST DUP2 PUSH1 0x0 DUP1 JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 SLOAD PUSH9 0x10000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x28F8 JUMPI PUSH1 0x40 MLOAD PUSH32 0xD7E6BCF800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2902 PUSH2 0x2891 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2945 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813ADA200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x0 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH2 0x89B PUSH1 0x0 DUP3 PUSH1 0x0 DUP1 PUSH2 0x19F9 JUMP JUMPDEST PUSH1 0x0 PUSH6 0xFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x299F 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 0x9B8 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST DUP1 MLOAD ISZERO PUSH2 0x29B3 JUMPI DUP1 MLOAD DUP1 DUP3 PUSH1 0x20 ADD REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xD6BDA27500000000000000000000000000000000000000000000000000000000 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 0x2147 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2A0C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2A24 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 0x120C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2A57 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 0x2A72 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2A7D DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2A99 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2AA5 DUP8 DUP3 DUP9 ADD PUSH2 0x29FA JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0x2AB8 SWAP1 POP PUSH1 0x40 DUP7 ADD PUSH2 0x2A3F JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2AD5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x882 DUP3 PUSH2 0x2A3F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2AF1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2AFC DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x2B11 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 0x2B2F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2B3A DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2B11 DUP2 PUSH2 0x29E5 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2B5C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2B74 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x120C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2BA1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2BAC DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BC8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2BD4 DUP7 DUP3 DUP8 ADD PUSH2 0x2B4A JUMP JUMPDEST SWAP5 SWAP8 SWAP1 SWAP7 POP SWAP4 SWAP5 POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2A57 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2C0A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C13 DUP5 PUSH2 0x2A3F JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2C23 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2C31 PUSH1 0x40 DUP6 ADD PUSH2 0x2BE1 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C4D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2B3A DUP4 PUSH2 0x2A3F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C69 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C72 DUP4 PUSH2 0x2A3F JUMP JUMPDEST SWAP2 POP PUSH2 0x2C80 PUSH1 0x20 DUP5 ADD PUSH2 0x2A3F JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2C9B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CB4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x882 DUP2 PUSH2 0x29E5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND DUP2 EQ PUSH2 0x2147 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2CE8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CF3 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2B11 DUP2 PUSH2 0x2CBF JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2D18 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2BAC DUP5 PUSH2 0x2A3F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2D34 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D3D DUP4 PUSH2 0x2A3F JUMP JUMPDEST SWAP2 POP PUSH2 0x2C80 PUSH1 0x20 DUP5 ADD PUSH2 0x2BE1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2D61 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2D6C DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH2 0x2D7C DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D98 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DA4 DUP8 DUP3 DUP9 ADD PUSH2 0x2B4A 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 0x2DC3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2DDA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DE6 DUP6 DUP3 DUP7 ADD PUSH2 0x29FA JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2E0D JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x2DF5 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 0x2E8A JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP1 DUP8 MSTORE PUSH2 0x2E67 DUP2 PUSH1 0x20 DUP10 ADD PUSH1 0x20 DUP6 ADD PUSH2 0x2DF2 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 0x2E3E 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 0x2EAB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2EB6 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2EC6 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x2ED6 DUP2 PUSH2 0x2CBF JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EF4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2D3D DUP2 PUSH2 0x29E5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2F15 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2F20 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F3C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F48 DUP8 DUP3 DUP9 ADD PUSH2 0x2B4A JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2F67 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 0x2F9A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x882 DUP2 PUSH2 0x2CBF 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 0xBE6 PUSH1 0x20 DUP4 ADD DUP5 DUP7 PUSH2 0x2FA5 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2FF4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x882 DUP2 PUSH2 0x2CBF 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 0x19EF PUSH1 0x60 DUP4 ADD DUP5 DUP7 PUSH2 0x2FA5 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 0x3057 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x3064 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 0x309E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x30B9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x120C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 DUP5 DUP3 CALLDATACOPY PUSH1 0x0 DUP4 DUP3 ADD PUSH1 0x0 DUP2 MSTORE DUP4 MLOAD PUSH2 0x30EB DUP2 DUP4 PUSH1 0x20 DUP9 ADD PUSH2 0x2DF2 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 0xC83 JUMPI PUSH2 0xC83 PUSH2 0x3031 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 0x3153 PUSH1 0x80 DUP4 ADD DUP5 DUP7 PUSH2 0x2FA5 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 0x318D 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 0x31A6 DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x2DF2 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 0xC83 JUMPI PUSH2 0xC83 PUSH2 0x3031 JUMP INVALID BLOCKHASH 0xC6 0xC8 0xC2 DUP8 DUP10 DUP6 EXTCODECOPY PUSH31 0xFD823AB20824BBD71718A8A5915E855F6F288C9A26AD00A264697066735822 SLT KECCAK256 PUSH6 0x619A47EB6646 NUMBER LOG4 0xCE MSTORE 0x1F 0x2C PUSH20 0x28138F325724C75F248263988401A189742C6473 PUSH16 0x6C634300081A00330000000000000000 ", - "sourceMap": "3961:28723:5:-:0;;;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": { - "@ADMIN_ROLE_566": { - "entryPoint": null, - "id": 566, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@PUBLIC_ROLE_574": { - "entryPoint": null, - "id": 574, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@__AccessManager_init_636": { - "entryPoint": 8502, - "id": 636, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@__AccessManager_init_unchained_666": { - "entryPoint": 10490, - "id": 666, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_canCallExtended_2432": { - "entryPoint": 5994, - "id": 2432, - "parameterSlots": 4, - "returnSlots": 2 - }, - "@_canCallSelf_2534": { - "entryPoint": 8910, - "id": 2534, - "parameterSlots": 3, - "returnSlots": 2 - }, - "@_checkAuthorized_2234": { - "entryPoint": 5534, - "id": 2234, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_checkInitializing_2790": { - "entryPoint": 10385, - "id": 2790, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_checkNotScheduled_1809": { - "entryPoint": 8761, - "id": 1809, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_checkSelector_2594": { - "entryPoint": 6077, - "id": 2594, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_consumeScheduledOp_2140": { - "entryPoint": 6101, - "id": 2140, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_contextSuffixLength_2913": { - "entryPoint": null, - "id": 2913, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_getAccessManagerStorage_604": { - "entryPoint": null, - "id": 604, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_getAdminRestrictions_2387": { - "entryPoint": 9242, - "id": 2387, - "parameterSlots": 2, - "returnSlots": 3 - }, - "@_getFullAt_7596": { - "entryPoint": 10308, - "id": 7596, - "parameterSlots": 2, - "returnSlots": 3 - }, - "@_getInitializableStorage_2867": { - "entryPoint": null, - "id": 2867, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_grantRole_1231": { - "entryPoint": 6649, - "id": 1231, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@_hashExecutionId_2613": { - "entryPoint": null, - "id": 2613, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_isExecuting_2559": { - "entryPoint": null, - "id": 2559, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_isExpired_2577": { - "entryPoint": 7520, - "id": 2577, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_isInitializing_2858": { - "entryPoint": null, - "id": 2858, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_msgData_2905": { - "entryPoint": null, - "id": 2905, - "parameterSlots": 0, - "returnSlots": 2 - }, - "@_msgSender_2896": { - "entryPoint": null, - "id": 2896, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_revert_4030": { - "entryPoint": 10659, - "id": 4030, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_revokeRole_1287": { - "entryPoint": 8226, - "id": 1287, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_setGrantDelay_1424": { - "entryPoint": 7786, - "id": 1424, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setRoleAdmin_1329": { - "entryPoint": 7335, - "id": 1329, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setRoleGuardian_1371": { - "entryPoint": 7567, - "id": 1371, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setTargetAdminDelay_1553": { - "entryPoint": 8538, - "id": 1553, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setTargetClosed_1598": { - "entryPoint": 5864, - "id": 1598, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setTargetFunctionRole_1493": { - "entryPoint": 5683, - "id": 1493, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@canCall_733": { - "entryPoint": 3893, - "id": 733, - "parameterSlots": 3, - "returnSlots": 2 - }, - "@cancel_2029": { - "entryPoint": 4645, - "id": 2029, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@consumeScheduledOp_2066": { - "entryPoint": 3364, - "id": 2066, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@execute_1918": { - "entryPoint": 2335, - "id": 1918, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@expiration_742": { - "entryPoint": null, - "id": 742, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@functionCallWithValue_3896": { - "entryPoint": 6460, - "id": 3896, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@functionDelegateCall_3948": { - "entryPoint": 8108, - "id": 3948, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@getAccess_940": { - "entryPoint": 2784, - "id": 940, - "parameterSlots": 2, - "returnSlots": 4 - }, - "@getFull_7616": { - "entryPoint": 7300, - "id": 7616, - "parameterSlots": 1, - "returnSlots": 3 - }, - "@getNonce_1649": { - "entryPoint": null, - "id": 1649, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getRoleAdmin_841": { - "entryPoint": null, - "id": 841, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getRoleGrantDelay_885": { - "entryPoint": 2077, - "id": 885, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getRoleGuardian_862": { - "entryPoint": null, - "id": 862, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getSchedule_1628": { - "entryPoint": 2954, - "id": 1628, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getTargetAdminDelay_820": { - "entryPoint": 3054, - "id": 820, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getTargetFunctionRole_797": { - "entryPoint": 3133, - "id": 797, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@get_7634": { - "entryPoint": 5833, - "id": 7634, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@grantRole_1035": { - "entryPoint": 2750, - "id": 1035, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@hasRole_984": { - "entryPoint": 4501, - "id": 984, - "parameterSlots": 2, - "returnSlots": 2 - }, - "@hashOperation_2162": { - "entryPoint": 3604, - "id": 2162, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@initialize_624": { - "entryPoint": 4185, - "id": 624, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@isTargetClosed_772": { - "entryPoint": null, - "id": 772, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@labelRole_1013": { - "entryPoint": 3209, - "id": 1013, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@max_4351": { - "entryPoint": 8745, - "id": 4351, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@minSetback_751": { - "entryPoint": null, - "id": 751, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@multicall_3016": { - "entryPoint": 3661, - "id": 3016, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@pack_7779": { - "entryPoint": null, - "id": 7779, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@renounceRole_1074": { - "entryPoint": 5468, - "id": 1074, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@revokeRole_1051": { - "entryPoint": 4162, - "id": 1051, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@schedule_1774": { - "entryPoint": 5039, - "id": 1774, - "parameterSlots": 4, - "returnSlots": 2 - }, - "@setGrantDelay_1122": { - "entryPoint": 3586, - "id": 1122, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setRoleAdmin_1090": { - "entryPoint": 2936, - "id": 1090, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setRoleGuardian_1106": { - "entryPoint": 3115, - "id": 1106, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setTargetAdminDelay_1509": { - "entryPoint": 4627, - "id": 1509, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setTargetClosed_1569": { - "entryPoint": 2185, - "id": 1569, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setTargetFunctionRole_1459": { - "entryPoint": 1994, - "id": 1459, - "parameterSlots": 4, - "returnSlots": 0 - }, - "@ternary_4332": { - "entryPoint": null, - "id": 4332, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@timestamp_7528": { - "entryPoint": 8522, - "id": 7528, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@toDelay_7558": { - "entryPoint": null, - "id": 7558, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@toUint48_6496": { - "entryPoint": 10579, - "id": 6496, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@toUint_7505": { - "entryPoint": null, - "id": 7505, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@unpack_7741": { - "entryPoint": null, - "id": 7741, - "parameterSlots": 1, - "returnSlots": 3 - }, - "@updateAuthority_2180": { - "entryPoint": 2207, - "id": 2180, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@verifyCallResultFromTarget_3988": { - "entryPoint": 10021, - "id": 3988, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@withUpdate_7690": { - "entryPoint": 10138, - "id": 7690, - "parameterSlots": 3, - "returnSlots": 2 - }, - "abi_decode_array_bytes4_dyn_calldata": { - "entryPoint": 10746, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_bytes_calldata": { - "entryPoint": 11082, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_address": { - "entryPoint": 11426, - "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": 11036, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_addresst_addresst_bytes4": { - "entryPoint": 11926, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr": { - "entryPoint": 11595, - "id": null, - "parameterSlots": 2, - "returnSlots": 4 - }, - "abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64": { - "entryPoint": 10844, - "id": null, - "parameterSlots": 2, - "returnSlots": 4 - }, - "abi_decode_tuple_t_addresst_bool": { - "entryPoint": 10974, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_addresst_bytes4": { - "entryPoint": 11477, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_addresst_bytes_calldata_ptr": { - "entryPoint": 11148, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48": { - "entryPoint": 12031, - "id": null, - "parameterSlots": 2, - "returnSlots": 4 - }, - "abi_decode_tuple_t_addresst_uint32": { - "entryPoint": 12001, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": 11696, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_bytes32": { - "entryPoint": 11401, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_bytes4": { - "entryPoint": 12168, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_bytes4_fromMemory": { - "entryPoint": 12258, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_uint64": { - "entryPoint": 10947, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_uint64t_address": { - "entryPoint": 11322, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_uint64t_addresst_uint32": { - "entryPoint": 11253, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_uint64t_string_calldata_ptr": { - "entryPoint": 11523, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_uint64t_uint32": { - "entryPoint": 11553, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_uint64t_uint64": { - "entryPoint": 11350, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_uint32": { - "entryPoint": 11233, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_decode_uint64": { - "entryPoint": 10815, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_encode_string_calldata": { - "entryPoint": 12197, - "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": 12494, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 12692, - "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": 12287, - "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": 11798, - "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": 12238, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint32__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": 12563, - "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": 12423, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "calldata_array_index_range_access_t_bytes_calldata_ptr": { - "entryPoint": 12359, - "id": null, - "parameterSlots": 4, - "returnSlots": 2 - }, - "checked_add_t_uint48": { - "entryPoint": 12533, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "checked_sub_t_uint256": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "checked_sub_t_uint32": { - "entryPoint": 12720, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4": { - "entryPoint": 12638, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "copy_memory_to_memory_with_cleanup": { - "entryPoint": 11762, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "panic_error_0x11": { - "entryPoint": 12337, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x32": { - "entryPoint": 12146, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x41": { - "entryPoint": 12401, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "validator_revert_address": { - "entryPoint": 10725, - "id": null, - "parameterSlots": 1, - "returnSlots": 0 - }, - "validator_revert_bytes4": { - "entryPoint": 11455, - "id": null, - "parameterSlots": 1, - "returnSlots": 0 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:21317:24", - "nodeType": "YulBlock", - "src": "0:21317:24", - "statements": [ - { - "nativeSrc": "6:3:24", - "nodeType": "YulBlock", - "src": "6:3:24", - "statements": [] - }, - { - "body": { - "nativeSrc": "59:109:24", - "nodeType": "YulBlock", - "src": "59:109:24", - "statements": [ - { - "body": { - "nativeSrc": "146:16:24", - "nodeType": "YulBlock", - "src": "146:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "155:1:24", - "nodeType": "YulLiteral", - "src": "155:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "158:1:24", - "nodeType": "YulLiteral", - "src": "158:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "148:6:24", - "nodeType": "YulIdentifier", - "src": "148:6:24" - }, - "nativeSrc": "148:12:24", - "nodeType": "YulFunctionCall", - "src": "148:12:24" - }, - "nativeSrc": "148:12:24", - "nodeType": "YulExpressionStatement", - "src": "148:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "82:5:24", - "nodeType": "YulIdentifier", - "src": "82:5:24" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "93:5:24", - "nodeType": "YulIdentifier", - "src": "93:5:24" - }, - { - "kind": "number", - "nativeSrc": "100:42:24", - "nodeType": "YulLiteral", - "src": "100:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "89:3:24", - "nodeType": "YulIdentifier", - "src": "89:3:24" - }, - "nativeSrc": "89:54:24", - "nodeType": "YulFunctionCall", - "src": "89:54:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "79:2:24", - "nodeType": "YulIdentifier", - "src": "79:2:24" - }, - "nativeSrc": "79:65:24", - "nodeType": "YulFunctionCall", - "src": "79:65:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "72:6:24", - "nodeType": "YulIdentifier", - "src": "72:6:24" - }, - "nativeSrc": "72:73:24", - "nodeType": "YulFunctionCall", - "src": "72:73:24" - }, - "nativeSrc": "69:93:24", - "nodeType": "YulIf", - "src": "69:93:24" - } - ] - }, - "name": "validator_revert_address", - "nativeSrc": "14:154:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "48:5:24", - "nodeType": "YulTypedName", - "src": "48:5:24", - "type": "" - } - ], - "src": "14:154:24" - }, - { - "body": { - "nativeSrc": "256:283:24", - "nodeType": "YulBlock", - "src": "256:283:24", - "statements": [ - { - "body": { - "nativeSrc": "305:16:24", - "nodeType": "YulBlock", - "src": "305:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "314:1:24", - "nodeType": "YulLiteral", - "src": "314:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "317:1:24", - "nodeType": "YulLiteral", - "src": "317:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "307:6:24", - "nodeType": "YulIdentifier", - "src": "307:6:24" - }, - "nativeSrc": "307:12:24", - "nodeType": "YulFunctionCall", - "src": "307:12:24" - }, - "nativeSrc": "307:12:24", - "nodeType": "YulExpressionStatement", - "src": "307:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "284:6:24", - "nodeType": "YulIdentifier", - "src": "284:6:24" - }, - { - "kind": "number", - "nativeSrc": "292:4:24", - "nodeType": "YulLiteral", - "src": "292:4:24", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "280:3:24", - "nodeType": "YulIdentifier", - "src": "280:3:24" - }, - "nativeSrc": "280:17:24", - "nodeType": "YulFunctionCall", - "src": "280:17:24" - }, - { - "name": "end", - "nativeSrc": "299:3:24", - "nodeType": "YulIdentifier", - "src": "299:3:24" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "276:3:24", - "nodeType": "YulIdentifier", - "src": "276:3:24" - }, - "nativeSrc": "276:27:24", - "nodeType": "YulFunctionCall", - "src": "276:27:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "269:6:24", - "nodeType": "YulIdentifier", - "src": "269:6:24" - }, - "nativeSrc": "269:35:24", - "nodeType": "YulFunctionCall", - "src": "269:35:24" - }, - "nativeSrc": "266:55:24", - "nodeType": "YulIf", - "src": "266:55:24" - }, - { - "nativeSrc": "330:30:24", - "nodeType": "YulAssignment", - "src": "330:30:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "353:6:24", - "nodeType": "YulIdentifier", - "src": "353:6:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "340:12:24", - "nodeType": "YulIdentifier", - "src": "340:12:24" - }, - "nativeSrc": "340:20:24", - "nodeType": "YulFunctionCall", - "src": "340:20:24" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "330:6:24", - "nodeType": "YulIdentifier", - "src": "330:6:24" - } - ] - }, - { - "body": { - "nativeSrc": "403:16:24", - "nodeType": "YulBlock", - "src": "403:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "412:1:24", - "nodeType": "YulLiteral", - "src": "412:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "415:1:24", - "nodeType": "YulLiteral", - "src": "415:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "405:6:24", - "nodeType": "YulIdentifier", - "src": "405:6:24" - }, - "nativeSrc": "405:12:24", - "nodeType": "YulFunctionCall", - "src": "405:12:24" - }, - "nativeSrc": "405:12:24", - "nodeType": "YulExpressionStatement", - "src": "405:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "375:6:24", - "nodeType": "YulIdentifier", - "src": "375:6:24" - }, - { - "kind": "number", - "nativeSrc": "383:18:24", - "nodeType": "YulLiteral", - "src": "383:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "372:2:24", - "nodeType": "YulIdentifier", - "src": "372:2:24" - }, - "nativeSrc": "372:30:24", - "nodeType": "YulFunctionCall", - "src": "372:30:24" - }, - "nativeSrc": "369:50:24", - "nodeType": "YulIf", - "src": "369:50:24" - }, - { - "nativeSrc": "428:29:24", - "nodeType": "YulAssignment", - "src": "428:29:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "444:6:24", - "nodeType": "YulIdentifier", - "src": "444:6:24" - }, - { - "kind": "number", - "nativeSrc": "452:4:24", - "nodeType": "YulLiteral", - "src": "452:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "440:3:24", - "nodeType": "YulIdentifier", - "src": "440:3:24" - }, - "nativeSrc": "440:17:24", - "nodeType": "YulFunctionCall", - "src": "440:17:24" - }, - "variableNames": [ - { - "name": "arrayPos", - "nativeSrc": "428:8:24", - "nodeType": "YulIdentifier", - "src": "428:8:24" - } - ] - }, - { - "body": { - "nativeSrc": "517:16:24", - "nodeType": "YulBlock", - "src": "517:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "526:1:24", - "nodeType": "YulLiteral", - "src": "526:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "529:1:24", - "nodeType": "YulLiteral", - "src": "529:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "519:6:24", - "nodeType": "YulIdentifier", - "src": "519:6:24" - }, - "nativeSrc": "519:12:24", - "nodeType": "YulFunctionCall", - "src": "519:12:24" - }, - "nativeSrc": "519:12:24", - "nodeType": "YulExpressionStatement", - "src": "519:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "480:6:24", - "nodeType": "YulIdentifier", - "src": "480:6:24" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "492:1:24", - "nodeType": "YulLiteral", - "src": "492:1:24", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "495:6:24", - "nodeType": "YulIdentifier", - "src": "495:6:24" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "488:3:24", - "nodeType": "YulIdentifier", - "src": "488:3:24" - }, - "nativeSrc": "488:14:24", - "nodeType": "YulFunctionCall", - "src": "488:14:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "476:3:24", - "nodeType": "YulIdentifier", - "src": "476:3:24" - }, - "nativeSrc": "476:27:24", - "nodeType": "YulFunctionCall", - "src": "476:27:24" - }, - { - "kind": "number", - "nativeSrc": "505:4:24", - "nodeType": "YulLiteral", - "src": "505:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "472:3:24", - "nodeType": "YulIdentifier", - "src": "472:3:24" - }, - "nativeSrc": "472:38:24", - "nodeType": "YulFunctionCall", - "src": "472:38:24" - }, - { - "name": "end", - "nativeSrc": "512:3:24", - "nodeType": "YulIdentifier", - "src": "512:3:24" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "469:2:24", - "nodeType": "YulIdentifier", - "src": "469:2:24" - }, - "nativeSrc": "469:47:24", - "nodeType": "YulFunctionCall", - "src": "469:47:24" - }, - "nativeSrc": "466:67:24", - "nodeType": "YulIf", - "src": "466:67:24" - } - ] - }, - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "173:366:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "219:6:24", - "nodeType": "YulTypedName", - "src": "219:6:24", - "type": "" - }, - { - "name": "end", - "nativeSrc": "227:3:24", - "nodeType": "YulTypedName", - "src": "227:3:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "arrayPos", - "nativeSrc": "235:8:24", - "nodeType": "YulTypedName", - "src": "235:8:24", - "type": "" - }, - { - "name": "length", - "nativeSrc": "245:6:24", - "nodeType": "YulTypedName", - "src": "245:6:24", - "type": "" - } - ], - "src": "173:366:24" - }, - { - "body": { - "nativeSrc": "592:123:24", - "nodeType": "YulBlock", - "src": "592:123:24", - "statements": [ - { - "nativeSrc": "602:29:24", - "nodeType": "YulAssignment", - "src": "602:29:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "624:6:24", - "nodeType": "YulIdentifier", - "src": "624:6:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "611:12:24", - "nodeType": "YulIdentifier", - "src": "611:12:24" - }, - "nativeSrc": "611:20:24", - "nodeType": "YulFunctionCall", - "src": "611:20:24" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "602:5:24", - "nodeType": "YulIdentifier", - "src": "602:5:24" - } - ] - }, - { - "body": { - "nativeSrc": "693:16:24", - "nodeType": "YulBlock", - "src": "693:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "702:1:24", - "nodeType": "YulLiteral", - "src": "702:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "705:1:24", - "nodeType": "YulLiteral", - "src": "705:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "695:6:24", - "nodeType": "YulIdentifier", - "src": "695:6:24" - }, - "nativeSrc": "695:12:24", - "nodeType": "YulFunctionCall", - "src": "695:12:24" - }, - "nativeSrc": "695:12:24", - "nodeType": "YulExpressionStatement", - "src": "695:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "653:5:24", - "nodeType": "YulIdentifier", - "src": "653:5:24" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "664:5:24", - "nodeType": "YulIdentifier", - "src": "664:5:24" - }, - { - "kind": "number", - "nativeSrc": "671:18:24", - "nodeType": "YulLiteral", - "src": "671:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "660:3:24", - "nodeType": "YulIdentifier", - "src": "660:3:24" - }, - "nativeSrc": "660:30:24", - "nodeType": "YulFunctionCall", - "src": "660:30:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "650:2:24", - "nodeType": "YulIdentifier", - "src": "650:2:24" - }, - "nativeSrc": "650:41:24", - "nodeType": "YulFunctionCall", - "src": "650:41:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "643:6:24", - "nodeType": "YulIdentifier", - "src": "643:6:24" - }, - "nativeSrc": "643:49:24", - "nodeType": "YulFunctionCall", - "src": "643:49:24" - }, - "nativeSrc": "640:69:24", - "nodeType": "YulIf", - "src": "640:69:24" - } - ] - }, - "name": "abi_decode_uint64", - "nativeSrc": "544:171:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "571:6:24", - "nodeType": "YulTypedName", - "src": "571:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "582:5:24", - "nodeType": "YulTypedName", - "src": "582:5:24", - "type": "" - } - ], - "src": "544:171:24" - }, - { - "body": { - "nativeSrc": "857:505:24", - "nodeType": "YulBlock", - "src": "857:505:24", - "statements": [ - { - "body": { - "nativeSrc": "903:16:24", - "nodeType": "YulBlock", - "src": "903:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "912:1:24", - "nodeType": "YulLiteral", - "src": "912:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "915:1:24", - "nodeType": "YulLiteral", - "src": "915:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "905:6:24", - "nodeType": "YulIdentifier", - "src": "905:6:24" - }, - "nativeSrc": "905:12:24", - "nodeType": "YulFunctionCall", - "src": "905:12:24" - }, - "nativeSrc": "905:12:24", - "nodeType": "YulExpressionStatement", - "src": "905:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "878:7:24", - "nodeType": "YulIdentifier", - "src": "878:7:24" - }, - { - "name": "headStart", - "nativeSrc": "887:9:24", - "nodeType": "YulIdentifier", - "src": "887:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "874:3:24", - "nodeType": "YulIdentifier", - "src": "874:3:24" - }, - "nativeSrc": "874:23:24", - "nodeType": "YulFunctionCall", - "src": "874:23:24" - }, - { - "kind": "number", - "nativeSrc": "899:2:24", - "nodeType": "YulLiteral", - "src": "899:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "870:3:24", - "nodeType": "YulIdentifier", - "src": "870:3:24" - }, - "nativeSrc": "870:32:24", - "nodeType": "YulFunctionCall", - "src": "870:32:24" - }, - "nativeSrc": "867:52:24", - "nodeType": "YulIf", - "src": "867:52:24" - }, - { - "nativeSrc": "928:36:24", - "nodeType": "YulVariableDeclaration", - "src": "928:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "954:9:24", - "nodeType": "YulIdentifier", - "src": "954:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "941:12:24", - "nodeType": "YulIdentifier", - "src": "941:12:24" - }, - "nativeSrc": "941:23:24", - "nodeType": "YulFunctionCall", - "src": "941:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "932:5:24", - "nodeType": "YulTypedName", - "src": "932:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "998:5:24", - "nodeType": "YulIdentifier", - "src": "998:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "973:24:24", - "nodeType": "YulIdentifier", - "src": "973:24:24" - }, - "nativeSrc": "973:31:24", - "nodeType": "YulFunctionCall", - "src": "973:31:24" - }, - "nativeSrc": "973:31:24", - "nodeType": "YulExpressionStatement", - "src": "973:31:24" - }, - { - "nativeSrc": "1013:15:24", - "nodeType": "YulAssignment", - "src": "1013:15:24", - "value": { - "name": "value", - "nativeSrc": "1023:5:24", - "nodeType": "YulIdentifier", - "src": "1023:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "1013:6:24", - "nodeType": "YulIdentifier", - "src": "1013:6:24" - } - ] - }, - { - "nativeSrc": "1037:46:24", - "nodeType": "YulVariableDeclaration", - "src": "1037:46:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1068:9:24", - "nodeType": "YulIdentifier", - "src": "1068:9:24" - }, - { - "kind": "number", - "nativeSrc": "1079:2:24", - "nodeType": "YulLiteral", - "src": "1079:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1064:3:24", - "nodeType": "YulIdentifier", - "src": "1064:3:24" - }, - "nativeSrc": "1064:18:24", - "nodeType": "YulFunctionCall", - "src": "1064:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "1051:12:24", - "nodeType": "YulIdentifier", - "src": "1051:12:24" - }, - "nativeSrc": "1051:32:24", - "nodeType": "YulFunctionCall", - "src": "1051:32:24" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "1041:6:24", - "nodeType": "YulTypedName", - "src": "1041:6:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1126:16:24", - "nodeType": "YulBlock", - "src": "1126:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1135:1:24", - "nodeType": "YulLiteral", - "src": "1135:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1138:1:24", - "nodeType": "YulLiteral", - "src": "1138:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1128:6:24", - "nodeType": "YulIdentifier", - "src": "1128:6:24" - }, - "nativeSrc": "1128:12:24", - "nodeType": "YulFunctionCall", - "src": "1128:12:24" - }, - "nativeSrc": "1128:12:24", - "nodeType": "YulExpressionStatement", - "src": "1128:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "1098:6:24", - "nodeType": "YulIdentifier", - "src": "1098:6:24" - }, - { - "kind": "number", - "nativeSrc": "1106:18:24", - "nodeType": "YulLiteral", - "src": "1106:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1095:2:24", - "nodeType": "YulIdentifier", - "src": "1095:2:24" - }, - "nativeSrc": "1095:30:24", - "nodeType": "YulFunctionCall", - "src": "1095:30:24" - }, - "nativeSrc": "1092:50:24", - "nodeType": "YulIf", - "src": "1092:50:24" - }, - { - "nativeSrc": "1151:95:24", - "nodeType": "YulVariableDeclaration", - "src": "1151:95:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1218:9:24", - "nodeType": "YulIdentifier", - "src": "1218:9:24" - }, - { - "name": "offset", - "nativeSrc": "1229:6:24", - "nodeType": "YulIdentifier", - "src": "1229:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1214:3:24", - "nodeType": "YulIdentifier", - "src": "1214:3:24" - }, - "nativeSrc": "1214:22:24", - "nodeType": "YulFunctionCall", - "src": "1214:22:24" - }, - { - "name": "dataEnd", - "nativeSrc": "1238:7:24", - "nodeType": "YulIdentifier", - "src": "1238:7:24" - } - ], - "functionName": { - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "1177:36:24", - "nodeType": "YulIdentifier", - "src": "1177:36:24" - }, - "nativeSrc": "1177:69:24", - "nodeType": "YulFunctionCall", - "src": "1177:69:24" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "1155:8:24", - "nodeType": "YulTypedName", - "src": "1155:8:24", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "1165:8:24", - "nodeType": "YulTypedName", - "src": "1165:8:24", - "type": "" - } - ] - }, - { - "nativeSrc": "1255:18:24", - "nodeType": "YulAssignment", - "src": "1255:18:24", - "value": { - "name": "value1_1", - "nativeSrc": "1265:8:24", - "nodeType": "YulIdentifier", - "src": "1265:8:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "1255:6:24", - "nodeType": "YulIdentifier", - "src": "1255:6:24" - } - ] - }, - { - "nativeSrc": "1282:18:24", - "nodeType": "YulAssignment", - "src": "1282:18:24", - "value": { - "name": "value2_1", - "nativeSrc": "1292:8:24", - "nodeType": "YulIdentifier", - "src": "1292:8:24" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "1282:6:24", - "nodeType": "YulIdentifier", - "src": "1282:6:24" - } - ] - }, - { - "nativeSrc": "1309:47:24", - "nodeType": "YulAssignment", - "src": "1309:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1341:9:24", - "nodeType": "YulIdentifier", - "src": "1341:9:24" - }, - { - "kind": "number", - "nativeSrc": "1352:2:24", - "nodeType": "YulLiteral", - "src": "1352:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1337:3:24", - "nodeType": "YulIdentifier", - "src": "1337:3:24" - }, - "nativeSrc": "1337:18:24", - "nodeType": "YulFunctionCall", - "src": "1337:18:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "1319:17:24", - "nodeType": "YulIdentifier", - "src": "1319:17:24" - }, - "nativeSrc": "1319:37:24", - "nodeType": "YulFunctionCall", - "src": "1319:37:24" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "1309:6:24", - "nodeType": "YulIdentifier", - "src": "1309:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64", - "nativeSrc": "720:642:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "799:9:24", - "nodeType": "YulTypedName", - "src": "799:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "810:7:24", - "nodeType": "YulTypedName", - "src": "810:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "822:6:24", - "nodeType": "YulTypedName", - "src": "822:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "830:6:24", - "nodeType": "YulTypedName", - "src": "830:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "838:6:24", - "nodeType": "YulTypedName", - "src": "838:6:24", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "846:6:24", - "nodeType": "YulTypedName", - "src": "846:6:24", - "type": "" - } - ], - "src": "720:642:24" - }, - { - "body": { - "nativeSrc": "1436:115:24", - "nodeType": "YulBlock", - "src": "1436:115:24", - "statements": [ - { - "body": { - "nativeSrc": "1482:16:24", - "nodeType": "YulBlock", - "src": "1482:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1491:1:24", - "nodeType": "YulLiteral", - "src": "1491:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1494:1:24", - "nodeType": "YulLiteral", - "src": "1494:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1484:6:24", - "nodeType": "YulIdentifier", - "src": "1484:6:24" - }, - "nativeSrc": "1484:12:24", - "nodeType": "YulFunctionCall", - "src": "1484:12:24" - }, - "nativeSrc": "1484:12:24", - "nodeType": "YulExpressionStatement", - "src": "1484:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "1457:7:24", - "nodeType": "YulIdentifier", - "src": "1457:7:24" - }, - { - "name": "headStart", - "nativeSrc": "1466:9:24", - "nodeType": "YulIdentifier", - "src": "1466:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "1453:3:24", - "nodeType": "YulIdentifier", - "src": "1453:3:24" - }, - "nativeSrc": "1453:23:24", - "nodeType": "YulFunctionCall", - "src": "1453:23:24" - }, - { - "kind": "number", - "nativeSrc": "1478:2:24", - "nodeType": "YulLiteral", - "src": "1478:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "1449:3:24", - "nodeType": "YulIdentifier", - "src": "1449:3:24" - }, - "nativeSrc": "1449:32:24", - "nodeType": "YulFunctionCall", - "src": "1449:32:24" - }, - "nativeSrc": "1446:52:24", - "nodeType": "YulIf", - "src": "1446:52:24" - }, - { - "nativeSrc": "1507:38:24", - "nodeType": "YulAssignment", - "src": "1507:38:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1535:9:24", - "nodeType": "YulIdentifier", - "src": "1535:9:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "1517:17:24", - "nodeType": "YulIdentifier", - "src": "1517:17:24" - }, - "nativeSrc": "1517:28:24", - "nodeType": "YulFunctionCall", - "src": "1517:28:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "1507:6:24", - "nodeType": "YulIdentifier", - "src": "1507:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64", - "nativeSrc": "1367:184:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1402:9:24", - "nodeType": "YulTypedName", - "src": "1402:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "1413:7:24", - "nodeType": "YulTypedName", - "src": "1413:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "1425:6:24", - "nodeType": "YulTypedName", - "src": "1425:6:24", - "type": "" - } - ], - "src": "1367:184:24" - }, - { - "body": { - "nativeSrc": "1655:101:24", - "nodeType": "YulBlock", - "src": "1655:101:24", - "statements": [ - { - "nativeSrc": "1665:26:24", - "nodeType": "YulAssignment", - "src": "1665:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1677:9:24", - "nodeType": "YulIdentifier", - "src": "1677:9:24" - }, - { - "kind": "number", - "nativeSrc": "1688:2:24", - "nodeType": "YulLiteral", - "src": "1688:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1673:3:24", - "nodeType": "YulIdentifier", - "src": "1673:3:24" - }, - "nativeSrc": "1673:18:24", - "nodeType": "YulFunctionCall", - "src": "1673:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1665:4:24", - "nodeType": "YulIdentifier", - "src": "1665:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1707:9:24", - "nodeType": "YulIdentifier", - "src": "1707:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1722:6:24", - "nodeType": "YulIdentifier", - "src": "1722:6:24" - }, - { - "kind": "number", - "nativeSrc": "1730:18:24", - "nodeType": "YulLiteral", - "src": "1730:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1718:3:24", - "nodeType": "YulIdentifier", - "src": "1718:3:24" - }, - "nativeSrc": "1718:31:24", - "nodeType": "YulFunctionCall", - "src": "1718:31:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1700:6:24", - "nodeType": "YulIdentifier", - "src": "1700:6:24" - }, - "nativeSrc": "1700:50:24", - "nodeType": "YulFunctionCall", - "src": "1700:50:24" - }, - "nativeSrc": "1700:50:24", - "nodeType": "YulExpressionStatement", - "src": "1700:50:24" - } - ] - }, - "name": "abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed", - "nativeSrc": "1556:200:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1624:9:24", - "nodeType": "YulTypedName", - "src": "1624:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1635:6:24", - "nodeType": "YulTypedName", - "src": "1635:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1646:4:24", - "nodeType": "YulTypedName", - "src": "1646:4:24", - "type": "" - } - ], - "src": "1556:200:24" - }, - { - "body": { - "nativeSrc": "1860:93:24", - "nodeType": "YulBlock", - "src": "1860:93:24", - "statements": [ - { - "nativeSrc": "1870:26:24", - "nodeType": "YulAssignment", - "src": "1870:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1882:9:24", - "nodeType": "YulIdentifier", - "src": "1882:9:24" - }, - { - "kind": "number", - "nativeSrc": "1893:2:24", - "nodeType": "YulLiteral", - "src": "1893:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1878:3:24", - "nodeType": "YulIdentifier", - "src": "1878:3:24" - }, - "nativeSrc": "1878:18:24", - "nodeType": "YulFunctionCall", - "src": "1878:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1870:4:24", - "nodeType": "YulIdentifier", - "src": "1870:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1912:9:24", - "nodeType": "YulIdentifier", - "src": "1912:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1927:6:24", - "nodeType": "YulIdentifier", - "src": "1927:6:24" - }, - { - "kind": "number", - "nativeSrc": "1935:10:24", - "nodeType": "YulLiteral", - "src": "1935:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1923:3:24", - "nodeType": "YulIdentifier", - "src": "1923:3:24" - }, - "nativeSrc": "1923:23:24", - "nodeType": "YulFunctionCall", - "src": "1923:23:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1905:6:24", - "nodeType": "YulIdentifier", - "src": "1905:6:24" - }, - "nativeSrc": "1905:42:24", - "nodeType": "YulFunctionCall", - "src": "1905:42:24" - }, - "nativeSrc": "1905:42:24", - "nodeType": "YulExpressionStatement", - "src": "1905:42:24" - } - ] - }, - "name": "abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed", - "nativeSrc": "1761:192:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1829:9:24", - "nodeType": "YulTypedName", - "src": "1829:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1840:6:24", - "nodeType": "YulTypedName", - "src": "1840:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1851:4:24", - "nodeType": "YulTypedName", - "src": "1851:4:24", - "type": "" - } - ], - "src": "1761:192:24" - }, - { - "body": { - "nativeSrc": "2042:332:24", - "nodeType": "YulBlock", - "src": "2042:332:24", - "statements": [ - { - "body": { - "nativeSrc": "2088:16:24", - "nodeType": "YulBlock", - "src": "2088:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2097:1:24", - "nodeType": "YulLiteral", - "src": "2097:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2100:1:24", - "nodeType": "YulLiteral", - "src": "2100:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2090:6:24", - "nodeType": "YulIdentifier", - "src": "2090:6:24" - }, - "nativeSrc": "2090:12:24", - "nodeType": "YulFunctionCall", - "src": "2090:12:24" - }, - "nativeSrc": "2090:12:24", - "nodeType": "YulExpressionStatement", - "src": "2090:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "2063:7:24", - "nodeType": "YulIdentifier", - "src": "2063:7:24" - }, - { - "name": "headStart", - "nativeSrc": "2072:9:24", - "nodeType": "YulIdentifier", - "src": "2072:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "2059:3:24", - "nodeType": "YulIdentifier", - "src": "2059:3:24" - }, - "nativeSrc": "2059:23:24", - "nodeType": "YulFunctionCall", - "src": "2059:23:24" - }, - { - "kind": "number", - "nativeSrc": "2084:2:24", - "nodeType": "YulLiteral", - "src": "2084:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2055:3:24", - "nodeType": "YulIdentifier", - "src": "2055:3:24" - }, - "nativeSrc": "2055:32:24", - "nodeType": "YulFunctionCall", - "src": "2055:32:24" - }, - "nativeSrc": "2052:52:24", - "nodeType": "YulIf", - "src": "2052:52:24" - }, - { - "nativeSrc": "2113:36:24", - "nodeType": "YulVariableDeclaration", - "src": "2113:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2139:9:24", - "nodeType": "YulIdentifier", - "src": "2139:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2126:12:24", - "nodeType": "YulIdentifier", - "src": "2126:12:24" - }, - "nativeSrc": "2126:23:24", - "nodeType": "YulFunctionCall", - "src": "2126:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "2117:5:24", - "nodeType": "YulTypedName", - "src": "2117:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "2183:5:24", - "nodeType": "YulIdentifier", - "src": "2183:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2158:24:24", - "nodeType": "YulIdentifier", - "src": "2158:24:24" - }, - "nativeSrc": "2158:31:24", - "nodeType": "YulFunctionCall", - "src": "2158:31:24" - }, - "nativeSrc": "2158:31:24", - "nodeType": "YulExpressionStatement", - "src": "2158:31:24" - }, - { - "nativeSrc": "2198:15:24", - "nodeType": "YulAssignment", - "src": "2198:15:24", - "value": { - "name": "value", - "nativeSrc": "2208:5:24", - "nodeType": "YulIdentifier", - "src": "2208:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "2198:6:24", - "nodeType": "YulIdentifier", - "src": "2198:6:24" - } - ] - }, - { - "nativeSrc": "2222:47:24", - "nodeType": "YulVariableDeclaration", - "src": "2222:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2254:9:24", - "nodeType": "YulIdentifier", - "src": "2254:9:24" - }, - { - "kind": "number", - "nativeSrc": "2265:2:24", - "nodeType": "YulLiteral", - "src": "2265:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2250:3:24", - "nodeType": "YulIdentifier", - "src": "2250:3:24" - }, - "nativeSrc": "2250:18:24", - "nodeType": "YulFunctionCall", - "src": "2250:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2237:12:24", - "nodeType": "YulIdentifier", - "src": "2237:12:24" - }, - "nativeSrc": "2237:32:24", - "nodeType": "YulFunctionCall", - "src": "2237:32:24" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "2226:7:24", - "nodeType": "YulTypedName", - "src": "2226:7:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2326:16:24", - "nodeType": "YulBlock", - "src": "2326:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2335:1:24", - "nodeType": "YulLiteral", - "src": "2335:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2338:1:24", - "nodeType": "YulLiteral", - "src": "2338:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2328:6:24", - "nodeType": "YulIdentifier", - "src": "2328:6:24" - }, - "nativeSrc": "2328:12:24", - "nodeType": "YulFunctionCall", - "src": "2328:12:24" - }, - "nativeSrc": "2328:12:24", - "nodeType": "YulExpressionStatement", - "src": "2328:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "2291:7:24", - "nodeType": "YulIdentifier", - "src": "2291:7:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "2314:7:24", - "nodeType": "YulIdentifier", - "src": "2314:7:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2307:6:24", - "nodeType": "YulIdentifier", - "src": "2307:6:24" - }, - "nativeSrc": "2307:15:24", - "nodeType": "YulFunctionCall", - "src": "2307:15:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2300:6:24", - "nodeType": "YulIdentifier", - "src": "2300:6:24" - }, - "nativeSrc": "2300:23:24", - "nodeType": "YulFunctionCall", - "src": "2300:23:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "2288:2:24", - "nodeType": "YulIdentifier", - "src": "2288:2:24" - }, - "nativeSrc": "2288:36:24", - "nodeType": "YulFunctionCall", - "src": "2288:36:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2281:6:24", - "nodeType": "YulIdentifier", - "src": "2281:6:24" - }, - "nativeSrc": "2281:44:24", - "nodeType": "YulFunctionCall", - "src": "2281:44:24" - }, - "nativeSrc": "2278:64:24", - "nodeType": "YulIf", - "src": "2278:64:24" - }, - { - "nativeSrc": "2351:17:24", - "nodeType": "YulAssignment", - "src": "2351:17:24", - "value": { - "name": "value_1", - "nativeSrc": "2361:7:24", - "nodeType": "YulIdentifier", - "src": "2361:7:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "2351:6:24", - "nodeType": "YulIdentifier", - "src": "2351:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bool", - "nativeSrc": "1958:416:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2000:9:24", - "nodeType": "YulTypedName", - "src": "2000:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "2011:7:24", - "nodeType": "YulTypedName", - "src": "2011:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "2023:6:24", - "nodeType": "YulTypedName", - "src": "2023:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "2031:6:24", - "nodeType": "YulTypedName", - "src": "2031:6:24", - "type": "" - } - ], - "src": "1958:416:24" - }, - { - "body": { - "nativeSrc": "2466:301:24", - "nodeType": "YulBlock", - "src": "2466:301:24", - "statements": [ - { - "body": { - "nativeSrc": "2512:16:24", - "nodeType": "YulBlock", - "src": "2512:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2521:1:24", - "nodeType": "YulLiteral", - "src": "2521:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2524:1:24", - "nodeType": "YulLiteral", - "src": "2524:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2514:6:24", - "nodeType": "YulIdentifier", - "src": "2514:6:24" - }, - "nativeSrc": "2514:12:24", - "nodeType": "YulFunctionCall", - "src": "2514:12:24" - }, - "nativeSrc": "2514:12:24", - "nodeType": "YulExpressionStatement", - "src": "2514:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "2487:7:24", - "nodeType": "YulIdentifier", - "src": "2487:7:24" - }, - { - "name": "headStart", - "nativeSrc": "2496:9:24", - "nodeType": "YulIdentifier", - "src": "2496:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "2483:3:24", - "nodeType": "YulIdentifier", - "src": "2483:3:24" - }, - "nativeSrc": "2483:23:24", - "nodeType": "YulFunctionCall", - "src": "2483:23:24" - }, - { - "kind": "number", - "nativeSrc": "2508:2:24", - "nodeType": "YulLiteral", - "src": "2508:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2479:3:24", - "nodeType": "YulIdentifier", - "src": "2479:3:24" - }, - "nativeSrc": "2479:32:24", - "nodeType": "YulFunctionCall", - "src": "2479:32:24" - }, - "nativeSrc": "2476:52:24", - "nodeType": "YulIf", - "src": "2476:52:24" - }, - { - "nativeSrc": "2537:36:24", - "nodeType": "YulVariableDeclaration", - "src": "2537:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2563:9:24", - "nodeType": "YulIdentifier", - "src": "2563:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2550:12:24", - "nodeType": "YulIdentifier", - "src": "2550:12:24" - }, - "nativeSrc": "2550:23:24", - "nodeType": "YulFunctionCall", - "src": "2550:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "2541:5:24", - "nodeType": "YulTypedName", - "src": "2541:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "2607:5:24", - "nodeType": "YulIdentifier", - "src": "2607:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2582:24:24", - "nodeType": "YulIdentifier", - "src": "2582:24:24" - }, - "nativeSrc": "2582:31:24", - "nodeType": "YulFunctionCall", - "src": "2582:31:24" - }, - "nativeSrc": "2582:31:24", - "nodeType": "YulExpressionStatement", - "src": "2582:31:24" - }, - { - "nativeSrc": "2622:15:24", - "nodeType": "YulAssignment", - "src": "2622:15:24", - "value": { - "name": "value", - "nativeSrc": "2632:5:24", - "nodeType": "YulIdentifier", - "src": "2632:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "2622:6:24", - "nodeType": "YulIdentifier", - "src": "2622:6:24" - } - ] - }, - { - "nativeSrc": "2646:47:24", - "nodeType": "YulVariableDeclaration", - "src": "2646:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2678:9:24", - "nodeType": "YulIdentifier", - "src": "2678:9:24" - }, - { - "kind": "number", - "nativeSrc": "2689:2:24", - "nodeType": "YulLiteral", - "src": "2689:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2674:3:24", - "nodeType": "YulIdentifier", - "src": "2674:3:24" - }, - "nativeSrc": "2674:18:24", - "nodeType": "YulFunctionCall", - "src": "2674:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2661:12:24", - "nodeType": "YulIdentifier", - "src": "2661:12:24" - }, - "nativeSrc": "2661:32:24", - "nodeType": "YulFunctionCall", - "src": "2661:32:24" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "2650:7:24", - "nodeType": "YulTypedName", - "src": "2650:7:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "2727:7:24", - "nodeType": "YulIdentifier", - "src": "2727:7:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2702:24:24", - "nodeType": "YulIdentifier", - "src": "2702:24:24" - }, - "nativeSrc": "2702:33:24", - "nodeType": "YulFunctionCall", - "src": "2702:33:24" - }, - "nativeSrc": "2702:33:24", - "nodeType": "YulExpressionStatement", - "src": "2702:33:24" - }, - { - "nativeSrc": "2744:17:24", - "nodeType": "YulAssignment", - "src": "2744:17:24", - "value": { - "name": "value_1", - "nativeSrc": "2754:7:24", - "nodeType": "YulIdentifier", - "src": "2754:7:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "2744:6:24", - "nodeType": "YulIdentifier", - "src": "2744:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_address", - "nativeSrc": "2379:388:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2424:9:24", - "nodeType": "YulTypedName", - "src": "2424:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "2435:7:24", - "nodeType": "YulTypedName", - "src": "2435:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "2447:6:24", - "nodeType": "YulTypedName", - "src": "2447:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "2455:6:24", - "nodeType": "YulTypedName", - "src": "2455:6:24", - "type": "" - } - ], - "src": "2379:388:24" - }, - { - "body": { - "nativeSrc": "2844:275:24", - "nodeType": "YulBlock", - "src": "2844:275:24", - "statements": [ - { - "body": { - "nativeSrc": "2893:16:24", - "nodeType": "YulBlock", - "src": "2893:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2902:1:24", - "nodeType": "YulLiteral", - "src": "2902:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2905:1:24", - "nodeType": "YulLiteral", - "src": "2905:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2895:6:24", - "nodeType": "YulIdentifier", - "src": "2895:6:24" - }, - "nativeSrc": "2895:12:24", - "nodeType": "YulFunctionCall", - "src": "2895:12:24" - }, - "nativeSrc": "2895:12:24", - "nodeType": "YulExpressionStatement", - "src": "2895:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2872:6:24", - "nodeType": "YulIdentifier", - "src": "2872:6:24" - }, - { - "kind": "number", - "nativeSrc": "2880:4:24", - "nodeType": "YulLiteral", - "src": "2880:4:24", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2868:3:24", - "nodeType": "YulIdentifier", - "src": "2868:3:24" - }, - "nativeSrc": "2868:17:24", - "nodeType": "YulFunctionCall", - "src": "2868:17:24" - }, - { - "name": "end", - "nativeSrc": "2887:3:24", - "nodeType": "YulIdentifier", - "src": "2887:3:24" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2864:3:24", - "nodeType": "YulIdentifier", - "src": "2864:3:24" - }, - "nativeSrc": "2864:27:24", - "nodeType": "YulFunctionCall", - "src": "2864:27:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2857:6:24", - "nodeType": "YulIdentifier", - "src": "2857:6:24" - }, - "nativeSrc": "2857:35:24", - "nodeType": "YulFunctionCall", - "src": "2857:35:24" - }, - "nativeSrc": "2854:55:24", - "nodeType": "YulIf", - "src": "2854:55:24" - }, - { - "nativeSrc": "2918:30:24", - "nodeType": "YulAssignment", - "src": "2918:30:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2941:6:24", - "nodeType": "YulIdentifier", - "src": "2941:6:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2928:12:24", - "nodeType": "YulIdentifier", - "src": "2928:12:24" - }, - "nativeSrc": "2928:20:24", - "nodeType": "YulFunctionCall", - "src": "2928:20:24" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "2918:6:24", - "nodeType": "YulIdentifier", - "src": "2918:6:24" - } - ] - }, - { - "body": { - "nativeSrc": "2991:16:24", - "nodeType": "YulBlock", - "src": "2991:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3000:1:24", - "nodeType": "YulLiteral", - "src": "3000:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3003:1:24", - "nodeType": "YulLiteral", - "src": "3003:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2993:6:24", - "nodeType": "YulIdentifier", - "src": "2993:6:24" - }, - "nativeSrc": "2993:12:24", - "nodeType": "YulFunctionCall", - "src": "2993:12:24" - }, - "nativeSrc": "2993:12:24", - "nodeType": "YulExpressionStatement", - "src": "2993:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "2963:6:24", - "nodeType": "YulIdentifier", - "src": "2963:6:24" - }, - { - "kind": "number", - "nativeSrc": "2971:18:24", - "nodeType": "YulLiteral", - "src": "2971:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "2960:2:24", - "nodeType": "YulIdentifier", - "src": "2960:2:24" - }, - "nativeSrc": "2960:30:24", - "nodeType": "YulFunctionCall", - "src": "2960:30:24" - }, - "nativeSrc": "2957:50:24", - "nodeType": "YulIf", - "src": "2957:50:24" - }, - { - "nativeSrc": "3016:29:24", - "nodeType": "YulAssignment", - "src": "3016:29:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3032:6:24", - "nodeType": "YulIdentifier", - "src": "3032:6:24" - }, - { - "kind": "number", - "nativeSrc": "3040:4:24", - "nodeType": "YulLiteral", - "src": "3040:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3028:3:24", - "nodeType": "YulIdentifier", - "src": "3028:3:24" - }, - "nativeSrc": "3028:17:24", - "nodeType": "YulFunctionCall", - "src": "3028:17:24" - }, - "variableNames": [ - { - "name": "arrayPos", - "nativeSrc": "3016:8:24", - "nodeType": "YulIdentifier", - "src": "3016:8:24" - } - ] - }, - { - "body": { - "nativeSrc": "3097:16:24", - "nodeType": "YulBlock", - "src": "3097:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3106:1:24", - "nodeType": "YulLiteral", - "src": "3106:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3109:1:24", - "nodeType": "YulLiteral", - "src": "3109:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3099:6:24", - "nodeType": "YulIdentifier", - "src": "3099:6:24" - }, - "nativeSrc": "3099:12:24", - "nodeType": "YulFunctionCall", - "src": "3099:12:24" - }, - "nativeSrc": "3099:12:24", - "nodeType": "YulExpressionStatement", - "src": "3099:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3068:6:24", - "nodeType": "YulIdentifier", - "src": "3068:6:24" - }, - { - "name": "length", - "nativeSrc": "3076:6:24", - "nodeType": "YulIdentifier", - "src": "3076:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3064:3:24", - "nodeType": "YulIdentifier", - "src": "3064:3:24" - }, - "nativeSrc": "3064:19:24", - "nodeType": "YulFunctionCall", - "src": "3064:19:24" - }, - { - "kind": "number", - "nativeSrc": "3085:4:24", - "nodeType": "YulLiteral", - "src": "3085:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3060:3:24", - "nodeType": "YulIdentifier", - "src": "3060:3:24" - }, - "nativeSrc": "3060:30:24", - "nodeType": "YulFunctionCall", - "src": "3060:30:24" - }, - { - "name": "end", - "nativeSrc": "3092:3:24", - "nodeType": "YulIdentifier", - "src": "3092:3:24" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3057:2:24", - "nodeType": "YulIdentifier", - "src": "3057:2:24" - }, - "nativeSrc": "3057:39:24", - "nodeType": "YulFunctionCall", - "src": "3057:39:24" - }, - "nativeSrc": "3054:59:24", - "nodeType": "YulIf", - "src": "3054:59:24" - } - ] - }, - "name": "abi_decode_bytes_calldata", - "nativeSrc": "2772:347:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "2807:6:24", - "nodeType": "YulTypedName", - "src": "2807:6:24", - "type": "" - }, - { - "name": "end", - "nativeSrc": "2815:3:24", - "nodeType": "YulTypedName", - "src": "2815:3:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "arrayPos", - "nativeSrc": "2823:8:24", - "nodeType": "YulTypedName", - "src": "2823:8:24", - "type": "" - }, - { - "name": "length", - "nativeSrc": "2833:6:24", - "nodeType": "YulTypedName", - "src": "2833:6:24", - "type": "" - } - ], - "src": "2772:347:24" - }, - { - "body": { - "nativeSrc": "3230:438:24", - "nodeType": "YulBlock", - "src": "3230:438:24", - "statements": [ - { - "body": { - "nativeSrc": "3276:16:24", - "nodeType": "YulBlock", - "src": "3276:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3285:1:24", - "nodeType": "YulLiteral", - "src": "3285:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3288:1:24", - "nodeType": "YulLiteral", - "src": "3288:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3278:6:24", - "nodeType": "YulIdentifier", - "src": "3278:6:24" - }, - "nativeSrc": "3278:12:24", - "nodeType": "YulFunctionCall", - "src": "3278:12:24" - }, - "nativeSrc": "3278:12:24", - "nodeType": "YulExpressionStatement", - "src": "3278:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3251:7:24", - "nodeType": "YulIdentifier", - "src": "3251:7:24" - }, - { - "name": "headStart", - "nativeSrc": "3260:9:24", - "nodeType": "YulIdentifier", - "src": "3260:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3247:3:24", - "nodeType": "YulIdentifier", - "src": "3247:3:24" - }, - "nativeSrc": "3247:23:24", - "nodeType": "YulFunctionCall", - "src": "3247:23:24" - }, - { - "kind": "number", - "nativeSrc": "3272:2:24", - "nodeType": "YulLiteral", - "src": "3272:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3243:3:24", - "nodeType": "YulIdentifier", - "src": "3243:3:24" - }, - "nativeSrc": "3243:32:24", - "nodeType": "YulFunctionCall", - "src": "3243:32:24" - }, - "nativeSrc": "3240:52:24", - "nodeType": "YulIf", - "src": "3240:52:24" - }, - { - "nativeSrc": "3301:36:24", - "nodeType": "YulVariableDeclaration", - "src": "3301:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3327:9:24", - "nodeType": "YulIdentifier", - "src": "3327:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3314:12:24", - "nodeType": "YulIdentifier", - "src": "3314:12:24" - }, - "nativeSrc": "3314:23:24", - "nodeType": "YulFunctionCall", - "src": "3314:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "3305:5:24", - "nodeType": "YulTypedName", - "src": "3305:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "3371:5:24", - "nodeType": "YulIdentifier", - "src": "3371:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "3346:24:24", - "nodeType": "YulIdentifier", - "src": "3346:24:24" - }, - "nativeSrc": "3346:31:24", - "nodeType": "YulFunctionCall", - "src": "3346:31:24" - }, - "nativeSrc": "3346:31:24", - "nodeType": "YulExpressionStatement", - "src": "3346:31:24" - }, - { - "nativeSrc": "3386:15:24", - "nodeType": "YulAssignment", - "src": "3386:15:24", - "value": { - "name": "value", - "nativeSrc": "3396:5:24", - "nodeType": "YulIdentifier", - "src": "3396:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "3386:6:24", - "nodeType": "YulIdentifier", - "src": "3386:6:24" - } - ] - }, - { - "nativeSrc": "3410:46:24", - "nodeType": "YulVariableDeclaration", - "src": "3410:46:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3441:9:24", - "nodeType": "YulIdentifier", - "src": "3441:9:24" - }, - { - "kind": "number", - "nativeSrc": "3452:2:24", - "nodeType": "YulLiteral", - "src": "3452:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3437:3:24", - "nodeType": "YulIdentifier", - "src": "3437:3:24" - }, - "nativeSrc": "3437:18:24", - "nodeType": "YulFunctionCall", - "src": "3437:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3424:12:24", - "nodeType": "YulIdentifier", - "src": "3424:12:24" - }, - "nativeSrc": "3424:32:24", - "nodeType": "YulFunctionCall", - "src": "3424:32:24" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "3414:6:24", - "nodeType": "YulTypedName", - "src": "3414:6:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3499:16:24", - "nodeType": "YulBlock", - "src": "3499:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3508:1:24", - "nodeType": "YulLiteral", - "src": "3508:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3511:1:24", - "nodeType": "YulLiteral", - "src": "3511:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3501:6:24", - "nodeType": "YulIdentifier", - "src": "3501:6:24" - }, - "nativeSrc": "3501:12:24", - "nodeType": "YulFunctionCall", - "src": "3501:12:24" - }, - "nativeSrc": "3501:12:24", - "nodeType": "YulExpressionStatement", - "src": "3501:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3471:6:24", - "nodeType": "YulIdentifier", - "src": "3471:6:24" - }, - { - "kind": "number", - "nativeSrc": "3479:18:24", - "nodeType": "YulLiteral", - "src": "3479:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3468:2:24", - "nodeType": "YulIdentifier", - "src": "3468:2:24" - }, - "nativeSrc": "3468:30:24", - "nodeType": "YulFunctionCall", - "src": "3468:30:24" - }, - "nativeSrc": "3465:50:24", - "nodeType": "YulIf", - "src": "3465:50:24" - }, - { - "nativeSrc": "3524:84:24", - "nodeType": "YulVariableDeclaration", - "src": "3524:84:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3580:9:24", - "nodeType": "YulIdentifier", - "src": "3580:9:24" - }, - { - "name": "offset", - "nativeSrc": "3591:6:24", - "nodeType": "YulIdentifier", - "src": "3591:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3576:3:24", - "nodeType": "YulIdentifier", - "src": "3576:3:24" - }, - "nativeSrc": "3576:22:24", - "nodeType": "YulFunctionCall", - "src": "3576:22:24" - }, - { - "name": "dataEnd", - "nativeSrc": "3600:7:24", - "nodeType": "YulIdentifier", - "src": "3600:7:24" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "3550:25:24", - "nodeType": "YulIdentifier", - "src": "3550:25:24" - }, - "nativeSrc": "3550:58:24", - "nodeType": "YulFunctionCall", - "src": "3550:58:24" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "3528:8:24", - "nodeType": "YulTypedName", - "src": "3528:8:24", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "3538:8:24", - "nodeType": "YulTypedName", - "src": "3538:8:24", - "type": "" - } - ] - }, - { - "nativeSrc": "3617:18:24", - "nodeType": "YulAssignment", - "src": "3617:18:24", - "value": { - "name": "value1_1", - "nativeSrc": "3627:8:24", - "nodeType": "YulIdentifier", - "src": "3627:8:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "3617:6:24", - "nodeType": "YulIdentifier", - "src": "3617:6:24" - } - ] - }, - { - "nativeSrc": "3644:18:24", - "nodeType": "YulAssignment", - "src": "3644:18:24", - "value": { - "name": "value2_1", - "nativeSrc": "3654:8:24", - "nodeType": "YulIdentifier", - "src": "3654:8:24" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "3644:6:24", - "nodeType": "YulIdentifier", - "src": "3644:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptr", - "nativeSrc": "3124:544:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3180:9:24", - "nodeType": "YulTypedName", - "src": "3180:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3191:7:24", - "nodeType": "YulTypedName", - "src": "3191:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3203:6:24", - "nodeType": "YulTypedName", - "src": "3203:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3211:6:24", - "nodeType": "YulTypedName", - "src": "3211:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "3219:6:24", - "nodeType": "YulTypedName", - "src": "3219:6:24", - "type": "" - } - ], - "src": "3124:544:24" - }, - { - "body": { - "nativeSrc": "3721:115:24", - "nodeType": "YulBlock", - "src": "3721:115:24", - "statements": [ - { - "nativeSrc": "3731:29:24", - "nodeType": "YulAssignment", - "src": "3731:29:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3753:6:24", - "nodeType": "YulIdentifier", - "src": "3753:6:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3740:12:24", - "nodeType": "YulIdentifier", - "src": "3740:12:24" - }, - "nativeSrc": "3740:20:24", - "nodeType": "YulFunctionCall", - "src": "3740:20:24" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "3731:5:24", - "nodeType": "YulIdentifier", - "src": "3731:5:24" - } - ] - }, - { - "body": { - "nativeSrc": "3814:16:24", - "nodeType": "YulBlock", - "src": "3814:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3823:1:24", - "nodeType": "YulLiteral", - "src": "3823:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3826:1:24", - "nodeType": "YulLiteral", - "src": "3826:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3816:6:24", - "nodeType": "YulIdentifier", - "src": "3816:6:24" - }, - "nativeSrc": "3816:12:24", - "nodeType": "YulFunctionCall", - "src": "3816:12:24" - }, - "nativeSrc": "3816:12:24", - "nodeType": "YulExpressionStatement", - "src": "3816:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "3782:5:24", - "nodeType": "YulIdentifier", - "src": "3782:5:24" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "3793:5:24", - "nodeType": "YulIdentifier", - "src": "3793:5:24" - }, - { - "kind": "number", - "nativeSrc": "3800:10:24", - "nodeType": "YulLiteral", - "src": "3800:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "3789:3:24", - "nodeType": "YulIdentifier", - "src": "3789:3:24" - }, - "nativeSrc": "3789:22:24", - "nodeType": "YulFunctionCall", - "src": "3789:22:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "3779:2:24", - "nodeType": "YulIdentifier", - "src": "3779:2:24" - }, - "nativeSrc": "3779:33:24", - "nodeType": "YulFunctionCall", - "src": "3779:33:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "3772:6:24", - "nodeType": "YulIdentifier", - "src": "3772:6:24" - }, - "nativeSrc": "3772:41:24", - "nodeType": "YulFunctionCall", - "src": "3772:41:24" - }, - "nativeSrc": "3769:61:24", - "nodeType": "YulIf", - "src": "3769:61:24" - } - ] - }, - "name": "abi_decode_uint32", - "nativeSrc": "3673:163:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "3700:6:24", - "nodeType": "YulTypedName", - "src": "3700:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "3711:5:24", - "nodeType": "YulTypedName", - "src": "3711:5:24", - "type": "" - } - ], - "src": "3673:163:24" - }, - { - "body": { - "nativeSrc": "3943:289:24", - "nodeType": "YulBlock", - "src": "3943:289:24", - "statements": [ - { - "body": { - "nativeSrc": "3989:16:24", - "nodeType": "YulBlock", - "src": "3989:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3998:1:24", - "nodeType": "YulLiteral", - "src": "3998:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4001:1:24", - "nodeType": "YulLiteral", - "src": "4001:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3991:6:24", - "nodeType": "YulIdentifier", - "src": "3991:6:24" - }, - "nativeSrc": "3991:12:24", - "nodeType": "YulFunctionCall", - "src": "3991:12:24" - }, - "nativeSrc": "3991:12:24", - "nodeType": "YulExpressionStatement", - "src": "3991:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3964:7:24", - "nodeType": "YulIdentifier", - "src": "3964:7:24" - }, - { - "name": "headStart", - "nativeSrc": "3973:9:24", - "nodeType": "YulIdentifier", - "src": "3973:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3960:3:24", - "nodeType": "YulIdentifier", - "src": "3960:3:24" - }, - "nativeSrc": "3960:23:24", - "nodeType": "YulFunctionCall", - "src": "3960:23:24" - }, - { - "kind": "number", - "nativeSrc": "3985:2:24", - "nodeType": "YulLiteral", - "src": "3985:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3956:3:24", - "nodeType": "YulIdentifier", - "src": "3956:3:24" - }, - "nativeSrc": "3956:32:24", - "nodeType": "YulFunctionCall", - "src": "3956:32:24" - }, - "nativeSrc": "3953:52:24", - "nodeType": "YulIf", - "src": "3953:52:24" - }, - { - "nativeSrc": "4014:38:24", - "nodeType": "YulAssignment", - "src": "4014:38:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4042:9:24", - "nodeType": "YulIdentifier", - "src": "4042:9:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "4024:17:24", - "nodeType": "YulIdentifier", - "src": "4024:17:24" - }, - "nativeSrc": "4024:28:24", - "nodeType": "YulFunctionCall", - "src": "4024:28:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "4014:6:24", - "nodeType": "YulIdentifier", - "src": "4014:6:24" - } - ] - }, - { - "nativeSrc": "4061:45:24", - "nodeType": "YulVariableDeclaration", - "src": "4061:45:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4091:9:24", - "nodeType": "YulIdentifier", - "src": "4091:9:24" - }, - { - "kind": "number", - "nativeSrc": "4102:2:24", - "nodeType": "YulLiteral", - "src": "4102:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4087:3:24", - "nodeType": "YulIdentifier", - "src": "4087:3:24" - }, - "nativeSrc": "4087:18:24", - "nodeType": "YulFunctionCall", - "src": "4087:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "4074:12:24", - "nodeType": "YulIdentifier", - "src": "4074:12:24" - }, - "nativeSrc": "4074:32:24", - "nodeType": "YulFunctionCall", - "src": "4074:32:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "4065:5:24", - "nodeType": "YulTypedName", - "src": "4065:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "4140:5:24", - "nodeType": "YulIdentifier", - "src": "4140:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "4115:24:24", - "nodeType": "YulIdentifier", - "src": "4115:24:24" - }, - "nativeSrc": "4115:31:24", - "nodeType": "YulFunctionCall", - "src": "4115:31:24" - }, - "nativeSrc": "4115:31:24", - "nodeType": "YulExpressionStatement", - "src": "4115:31:24" - }, - { - "nativeSrc": "4155:15:24", - "nodeType": "YulAssignment", - "src": "4155:15:24", - "value": { - "name": "value", - "nativeSrc": "4165:5:24", - "nodeType": "YulIdentifier", - "src": "4165:5:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "4155:6:24", - "nodeType": "YulIdentifier", - "src": "4155:6:24" - } - ] - }, - { - "nativeSrc": "4179:47:24", - "nodeType": "YulAssignment", - "src": "4179:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4211:9:24", - "nodeType": "YulIdentifier", - "src": "4211:9:24" - }, - { - "kind": "number", - "nativeSrc": "4222:2:24", - "nodeType": "YulLiteral", - "src": "4222:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4207:3:24", - "nodeType": "YulIdentifier", - "src": "4207:3:24" - }, - "nativeSrc": "4207:18:24", - "nodeType": "YulFunctionCall", - "src": "4207:18:24" - } - ], - "functionName": { - "name": "abi_decode_uint32", - "nativeSrc": "4189:17:24", - "nodeType": "YulIdentifier", - "src": "4189:17:24" - }, - "nativeSrc": "4189:37:24", - "nodeType": "YulFunctionCall", - "src": "4189:37:24" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "4179:6:24", - "nodeType": "YulIdentifier", - "src": "4179:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_addresst_uint32", - "nativeSrc": "3841:391:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3893:9:24", - "nodeType": "YulTypedName", - "src": "3893:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3904:7:24", - "nodeType": "YulTypedName", - "src": "3904:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3916:6:24", - "nodeType": "YulTypedName", - "src": "3916:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3924:6:24", - "nodeType": "YulTypedName", - "src": "3924:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "3932:6:24", - "nodeType": "YulTypedName", - "src": "3932:6:24", - "type": "" - } - ], - "src": "3841:391:24" - }, - { - "body": { - "nativeSrc": "4323:233:24", - "nodeType": "YulBlock", - "src": "4323:233:24", - "statements": [ - { - "body": { - "nativeSrc": "4369:16:24", - "nodeType": "YulBlock", - "src": "4369:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4378:1:24", - "nodeType": "YulLiteral", - "src": "4378:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4381:1:24", - "nodeType": "YulLiteral", - "src": "4381:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "4371:6:24", - "nodeType": "YulIdentifier", - "src": "4371:6:24" - }, - "nativeSrc": "4371:12:24", - "nodeType": "YulFunctionCall", - "src": "4371:12:24" - }, - "nativeSrc": "4371:12:24", - "nodeType": "YulExpressionStatement", - "src": "4371:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "4344:7:24", - "nodeType": "YulIdentifier", - "src": "4344:7:24" - }, - { - "name": "headStart", - "nativeSrc": "4353:9:24", - "nodeType": "YulIdentifier", - "src": "4353:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "4340:3:24", - "nodeType": "YulIdentifier", - "src": "4340:3:24" - }, - "nativeSrc": "4340:23:24", - "nodeType": "YulFunctionCall", - "src": "4340:23:24" - }, - { - "kind": "number", - "nativeSrc": "4365:2:24", - "nodeType": "YulLiteral", - "src": "4365:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "4336:3:24", - "nodeType": "YulIdentifier", - "src": "4336:3:24" - }, - "nativeSrc": "4336:32:24", - "nodeType": "YulFunctionCall", - "src": "4336:32:24" - }, - "nativeSrc": "4333:52:24", - "nodeType": "YulIf", - "src": "4333:52:24" - }, - { - "nativeSrc": "4394:38:24", - "nodeType": "YulAssignment", - "src": "4394:38:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4422:9:24", - "nodeType": "YulIdentifier", - "src": "4422:9:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "4404:17:24", - "nodeType": "YulIdentifier", - "src": "4404:17:24" - }, - "nativeSrc": "4404:28:24", - "nodeType": "YulFunctionCall", - "src": "4404:28:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "4394:6:24", - "nodeType": "YulIdentifier", - "src": "4394:6:24" - } - ] - }, - { - "nativeSrc": "4441:45:24", - "nodeType": "YulVariableDeclaration", - "src": "4441:45:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4471:9:24", - "nodeType": "YulIdentifier", - "src": "4471:9:24" - }, - { - "kind": "number", - "nativeSrc": "4482:2:24", - "nodeType": "YulLiteral", - "src": "4482:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4467:3:24", - "nodeType": "YulIdentifier", - "src": "4467:3:24" - }, - "nativeSrc": "4467:18:24", - "nodeType": "YulFunctionCall", - "src": "4467:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "4454:12:24", - "nodeType": "YulIdentifier", - "src": "4454:12:24" - }, - "nativeSrc": "4454:32:24", - "nodeType": "YulFunctionCall", - "src": "4454:32:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "4445:5:24", - "nodeType": "YulTypedName", - "src": "4445:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "4520:5:24", - "nodeType": "YulIdentifier", - "src": "4520:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "4495:24:24", - "nodeType": "YulIdentifier", - "src": "4495:24:24" - }, - "nativeSrc": "4495:31:24", - "nodeType": "YulFunctionCall", - "src": "4495:31:24" - }, - "nativeSrc": "4495:31:24", - "nodeType": "YulExpressionStatement", - "src": "4495:31:24" - }, - { - "nativeSrc": "4535:15:24", - "nodeType": "YulAssignment", - "src": "4535:15:24", - "value": { - "name": "value", - "nativeSrc": "4545:5:24", - "nodeType": "YulIdentifier", - "src": "4545:5:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "4535:6:24", - "nodeType": "YulIdentifier", - "src": "4535:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_address", - "nativeSrc": "4237:319:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "4281:9:24", - "nodeType": "YulTypedName", - "src": "4281:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "4292:7:24", - "nodeType": "YulTypedName", - "src": "4292:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "4304:6:24", - "nodeType": "YulTypedName", - "src": "4304:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "4312:6:24", - "nodeType": "YulTypedName", - "src": "4312:6:24", - "type": "" - } - ], - "src": "4237:319:24" - }, - { - "body": { - "nativeSrc": "4738:282:24", - "nodeType": "YulBlock", - "src": "4738:282:24", - "statements": [ - { - "nativeSrc": "4748:27:24", - "nodeType": "YulAssignment", - "src": "4748:27:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4760:9:24", - "nodeType": "YulIdentifier", - "src": "4760:9:24" - }, - { - "kind": "number", - "nativeSrc": "4771:3:24", - "nodeType": "YulLiteral", - "src": "4771:3:24", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4756:3:24", - "nodeType": "YulIdentifier", - "src": "4756:3:24" - }, - "nativeSrc": "4756:19:24", - "nodeType": "YulFunctionCall", - "src": "4756:19:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "4748:4:24", - "nodeType": "YulIdentifier", - "src": "4748:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4791:9:24", - "nodeType": "YulIdentifier", - "src": "4791:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "4806:6:24", - "nodeType": "YulIdentifier", - "src": "4806:6:24" - }, - { - "kind": "number", - "nativeSrc": "4814:14:24", - "nodeType": "YulLiteral", - "src": "4814:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4802:3:24", - "nodeType": "YulIdentifier", - "src": "4802:3:24" - }, - "nativeSrc": "4802:27:24", - "nodeType": "YulFunctionCall", - "src": "4802:27:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4784:6:24", - "nodeType": "YulIdentifier", - "src": "4784:6:24" - }, - "nativeSrc": "4784:46:24", - "nodeType": "YulFunctionCall", - "src": "4784:46:24" - }, - "nativeSrc": "4784:46:24", - "nodeType": "YulExpressionStatement", - "src": "4784:46:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4850:9:24", - "nodeType": "YulIdentifier", - "src": "4850:9:24" - }, - { - "kind": "number", - "nativeSrc": "4861:2:24", - "nodeType": "YulLiteral", - "src": "4861:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4846:3:24", - "nodeType": "YulIdentifier", - "src": "4846:3:24" - }, - "nativeSrc": "4846:18:24", - "nodeType": "YulFunctionCall", - "src": "4846:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "4870:6:24", - "nodeType": "YulIdentifier", - "src": "4870:6:24" - }, - { - "kind": "number", - "nativeSrc": "4878:10:24", - "nodeType": "YulLiteral", - "src": "4878:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4866:3:24", - "nodeType": "YulIdentifier", - "src": "4866:3:24" - }, - "nativeSrc": "4866:23:24", - "nodeType": "YulFunctionCall", - "src": "4866:23:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4839:6:24", - "nodeType": "YulIdentifier", - "src": "4839:6:24" - }, - "nativeSrc": "4839:51:24", - "nodeType": "YulFunctionCall", - "src": "4839:51:24" - }, - "nativeSrc": "4839:51:24", - "nodeType": "YulExpressionStatement", - "src": "4839:51:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4910:9:24", - "nodeType": "YulIdentifier", - "src": "4910:9:24" - }, - { - "kind": "number", - "nativeSrc": "4921:2:24", - "nodeType": "YulLiteral", - "src": "4921:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4906:3:24", - "nodeType": "YulIdentifier", - "src": "4906:3:24" - }, - "nativeSrc": "4906:18:24", - "nodeType": "YulFunctionCall", - "src": "4906:18:24" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "4930:6:24", - "nodeType": "YulIdentifier", - "src": "4930:6:24" - }, - { - "kind": "number", - "nativeSrc": "4938:10:24", - "nodeType": "YulLiteral", - "src": "4938:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4926:3:24", - "nodeType": "YulIdentifier", - "src": "4926:3:24" - }, - "nativeSrc": "4926:23:24", - "nodeType": "YulFunctionCall", - "src": "4926:23:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4899:6:24", - "nodeType": "YulIdentifier", - "src": "4899:6:24" - }, - "nativeSrc": "4899:51:24", - "nodeType": "YulFunctionCall", - "src": "4899:51:24" - }, - "nativeSrc": "4899:51:24", - "nodeType": "YulExpressionStatement", - "src": "4899:51:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4970:9:24", - "nodeType": "YulIdentifier", - "src": "4970:9:24" - }, - { - "kind": "number", - "nativeSrc": "4981:2:24", - "nodeType": "YulLiteral", - "src": "4981:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4966:3:24", - "nodeType": "YulIdentifier", - "src": "4966:3:24" - }, - "nativeSrc": "4966:18:24", - "nodeType": "YulFunctionCall", - "src": "4966:18:24" - }, - { - "arguments": [ - { - "name": "value3", - "nativeSrc": "4990:6:24", - "nodeType": "YulIdentifier", - "src": "4990:6:24" - }, - { - "kind": "number", - "nativeSrc": "4998:14:24", - "nodeType": "YulLiteral", - "src": "4998:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4986:3:24", - "nodeType": "YulIdentifier", - "src": "4986:3:24" - }, - "nativeSrc": "4986:27:24", - "nodeType": "YulFunctionCall", - "src": "4986:27:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4959:6:24", - "nodeType": "YulIdentifier", - "src": "4959:6:24" - }, - "nativeSrc": "4959:55:24", - "nodeType": "YulFunctionCall", - "src": "4959:55:24" - }, - "nativeSrc": "4959:55:24", - "nodeType": "YulExpressionStatement", - "src": "4959:55:24" - } - ] - }, - "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:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "4683:9:24", - "nodeType": "YulTypedName", - "src": "4683:9:24", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "4694:6:24", - "nodeType": "YulTypedName", - "src": "4694:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "4702:6:24", - "nodeType": "YulTypedName", - "src": "4702:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "4710:6:24", - "nodeType": "YulTypedName", - "src": "4710:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "4718:6:24", - "nodeType": "YulTypedName", - "src": "4718:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "4729:4:24", - "nodeType": "YulTypedName", - "src": "4729:4:24", - "type": "" - } - ], - "src": "4561:459:24" - }, - { - "body": { - "nativeSrc": "5110:171:24", - "nodeType": "YulBlock", - "src": "5110:171:24", - "statements": [ - { - "body": { - "nativeSrc": "5156:16:24", - "nodeType": "YulBlock", - "src": "5156:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5165:1:24", - "nodeType": "YulLiteral", - "src": "5165:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5168:1:24", - "nodeType": "YulLiteral", - "src": "5168:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5158:6:24", - "nodeType": "YulIdentifier", - "src": "5158:6:24" - }, - "nativeSrc": "5158:12:24", - "nodeType": "YulFunctionCall", - "src": "5158:12:24" - }, - "nativeSrc": "5158:12:24", - "nodeType": "YulExpressionStatement", - "src": "5158:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5131:7:24", - "nodeType": "YulIdentifier", - "src": "5131:7:24" - }, - { - "name": "headStart", - "nativeSrc": "5140:9:24", - "nodeType": "YulIdentifier", - "src": "5140:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5127:3:24", - "nodeType": "YulIdentifier", - "src": "5127:3:24" - }, - "nativeSrc": "5127:23:24", - "nodeType": "YulFunctionCall", - "src": "5127:23:24" - }, - { - "kind": "number", - "nativeSrc": "5152:2:24", - "nodeType": "YulLiteral", - "src": "5152:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5123:3:24", - "nodeType": "YulIdentifier", - "src": "5123:3:24" - }, - "nativeSrc": "5123:32:24", - "nodeType": "YulFunctionCall", - "src": "5123:32:24" - }, - "nativeSrc": "5120:52:24", - "nodeType": "YulIf", - "src": "5120:52:24" - }, - { - "nativeSrc": "5181:38:24", - "nodeType": "YulAssignment", - "src": "5181:38:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5209:9:24", - "nodeType": "YulIdentifier", - "src": "5209:9:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "5191:17:24", - "nodeType": "YulIdentifier", - "src": "5191:17:24" - }, - "nativeSrc": "5191:28:24", - "nodeType": "YulFunctionCall", - "src": "5191:28:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5181:6:24", - "nodeType": "YulIdentifier", - "src": "5181:6:24" - } - ] - }, - { - "nativeSrc": "5228:47:24", - "nodeType": "YulAssignment", - "src": "5228:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5260:9:24", - "nodeType": "YulIdentifier", - "src": "5260:9:24" - }, - { - "kind": "number", - "nativeSrc": "5271:2:24", - "nodeType": "YulLiteral", - "src": "5271:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5256:3:24", - "nodeType": "YulIdentifier", - "src": "5256:3:24" - }, - "nativeSrc": "5256:18:24", - "nodeType": "YulFunctionCall", - "src": "5256:18:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "5238:17:24", - "nodeType": "YulIdentifier", - "src": "5238:17:24" - }, - "nativeSrc": "5238:37:24", - "nodeType": "YulFunctionCall", - "src": "5238:37:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "5228:6:24", - "nodeType": "YulIdentifier", - "src": "5228:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_uint64", - "nativeSrc": "5025:256:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5068:9:24", - "nodeType": "YulTypedName", - "src": "5068:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5079:7:24", - "nodeType": "YulTypedName", - "src": "5079:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5091:6:24", - "nodeType": "YulTypedName", - "src": "5091:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "5099:6:24", - "nodeType": "YulTypedName", - "src": "5099:6:24", - "type": "" - } - ], - "src": "5025:256:24" - }, - { - "body": { - "nativeSrc": "5356:110:24", - "nodeType": "YulBlock", - "src": "5356:110:24", - "statements": [ - { - "body": { - "nativeSrc": "5402:16:24", - "nodeType": "YulBlock", - "src": "5402:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5411:1:24", - "nodeType": "YulLiteral", - "src": "5411:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5414:1:24", - "nodeType": "YulLiteral", - "src": "5414:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5404:6:24", - "nodeType": "YulIdentifier", - "src": "5404:6:24" - }, - "nativeSrc": "5404:12:24", - "nodeType": "YulFunctionCall", - "src": "5404:12:24" - }, - "nativeSrc": "5404:12:24", - "nodeType": "YulExpressionStatement", - "src": "5404:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5377:7:24", - "nodeType": "YulIdentifier", - "src": "5377:7:24" - }, - { - "name": "headStart", - "nativeSrc": "5386:9:24", - "nodeType": "YulIdentifier", - "src": "5386:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5373:3:24", - "nodeType": "YulIdentifier", - "src": "5373:3:24" - }, - "nativeSrc": "5373:23:24", - "nodeType": "YulFunctionCall", - "src": "5373:23:24" - }, - { - "kind": "number", - "nativeSrc": "5398:2:24", - "nodeType": "YulLiteral", - "src": "5398:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5369:3:24", - "nodeType": "YulIdentifier", - "src": "5369:3:24" - }, - "nativeSrc": "5369:32:24", - "nodeType": "YulFunctionCall", - "src": "5369:32:24" - }, - "nativeSrc": "5366:52:24", - "nodeType": "YulIf", - "src": "5366:52:24" - }, - { - "nativeSrc": "5427:33:24", - "nodeType": "YulAssignment", - "src": "5427:33:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5450:9:24", - "nodeType": "YulIdentifier", - "src": "5450:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "5437:12:24", - "nodeType": "YulIdentifier", - "src": "5437:12:24" - }, - "nativeSrc": "5437:23:24", - "nodeType": "YulFunctionCall", - "src": "5437:23:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5427:6:24", - "nodeType": "YulIdentifier", - "src": "5427:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes32", - "nativeSrc": "5286:180:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5322:9:24", - "nodeType": "YulTypedName", - "src": "5322:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5333:7:24", - "nodeType": "YulTypedName", - "src": "5333:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5345:6:24", - "nodeType": "YulTypedName", - "src": "5345:6:24", - "type": "" - } - ], - "src": "5286:180:24" - }, - { - "body": { - "nativeSrc": "5570:97:24", - "nodeType": "YulBlock", - "src": "5570:97:24", - "statements": [ - { - "nativeSrc": "5580:26:24", - "nodeType": "YulAssignment", - "src": "5580:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5592:9:24", - "nodeType": "YulIdentifier", - "src": "5592:9:24" - }, - { - "kind": "number", - "nativeSrc": "5603:2:24", - "nodeType": "YulLiteral", - "src": "5603:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5588:3:24", - "nodeType": "YulIdentifier", - "src": "5588:3:24" - }, - "nativeSrc": "5588:18:24", - "nodeType": "YulFunctionCall", - "src": "5588:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "5580:4:24", - "nodeType": "YulIdentifier", - "src": "5580:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5622:9:24", - "nodeType": "YulIdentifier", - "src": "5622:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "5637:6:24", - "nodeType": "YulIdentifier", - "src": "5637:6:24" - }, - { - "kind": "number", - "nativeSrc": "5645:14:24", - "nodeType": "YulLiteral", - "src": "5645:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5633:3:24", - "nodeType": "YulIdentifier", - "src": "5633:3:24" - }, - "nativeSrc": "5633:27:24", - "nodeType": "YulFunctionCall", - "src": "5633:27:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5615:6:24", - "nodeType": "YulIdentifier", - "src": "5615:6:24" - }, - "nativeSrc": "5615:46:24", - "nodeType": "YulFunctionCall", - "src": "5615:46:24" - }, - "nativeSrc": "5615:46:24", - "nodeType": "YulExpressionStatement", - "src": "5615:46:24" - } - ] - }, - "name": "abi_encode_tuple_t_uint48__to_t_uint48__fromStack_reversed", - "nativeSrc": "5471:196:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5539:9:24", - "nodeType": "YulTypedName", - "src": "5539:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "5550:6:24", - "nodeType": "YulTypedName", - "src": "5550:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "5561:4:24", - "nodeType": "YulTypedName", - "src": "5561:4:24", - "type": "" - } - ], - "src": "5471:196:24" - }, - { - "body": { - "nativeSrc": "5742:177:24", - "nodeType": "YulBlock", - "src": "5742:177:24", - "statements": [ - { - "body": { - "nativeSrc": "5788:16:24", - "nodeType": "YulBlock", - "src": "5788:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5797:1:24", - "nodeType": "YulLiteral", - "src": "5797:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5800:1:24", - "nodeType": "YulLiteral", - "src": "5800:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5790:6:24", - "nodeType": "YulIdentifier", - "src": "5790:6:24" - }, - "nativeSrc": "5790:12:24", - "nodeType": "YulFunctionCall", - "src": "5790:12:24" - }, - "nativeSrc": "5790:12:24", - "nodeType": "YulExpressionStatement", - "src": "5790:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5763:7:24", - "nodeType": "YulIdentifier", - "src": "5763:7:24" - }, - { - "name": "headStart", - "nativeSrc": "5772:9:24", - "nodeType": "YulIdentifier", - "src": "5772:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5759:3:24", - "nodeType": "YulIdentifier", - "src": "5759:3:24" - }, - "nativeSrc": "5759:23:24", - "nodeType": "YulFunctionCall", - "src": "5759:23:24" - }, - { - "kind": "number", - "nativeSrc": "5784:2:24", - "nodeType": "YulLiteral", - "src": "5784:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5755:3:24", - "nodeType": "YulIdentifier", - "src": "5755:3:24" - }, - "nativeSrc": "5755:32:24", - "nodeType": "YulFunctionCall", - "src": "5755:32:24" - }, - "nativeSrc": "5752:52:24", - "nodeType": "YulIf", - "src": "5752:52:24" - }, - { - "nativeSrc": "5813:36:24", - "nodeType": "YulVariableDeclaration", - "src": "5813:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5839:9:24", - "nodeType": "YulIdentifier", - "src": "5839:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "5826:12:24", - "nodeType": "YulIdentifier", - "src": "5826:12:24" - }, - "nativeSrc": "5826:23:24", - "nodeType": "YulFunctionCall", - "src": "5826:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "5817:5:24", - "nodeType": "YulTypedName", - "src": "5817:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "5883:5:24", - "nodeType": "YulIdentifier", - "src": "5883:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "5858:24:24", - "nodeType": "YulIdentifier", - "src": "5858:24:24" - }, - "nativeSrc": "5858:31:24", - "nodeType": "YulFunctionCall", - "src": "5858:31:24" - }, - "nativeSrc": "5858:31:24", - "nodeType": "YulExpressionStatement", - "src": "5858:31:24" - }, - { - "nativeSrc": "5898:15:24", - "nodeType": "YulAssignment", - "src": "5898:15:24", - "value": { - "name": "value", - "nativeSrc": "5908:5:24", - "nodeType": "YulIdentifier", - "src": "5908:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5898:6:24", - "nodeType": "YulIdentifier", - "src": "5898:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_address", - "nativeSrc": "5672:247:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5708:9:24", - "nodeType": "YulTypedName", - "src": "5708:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5719:7:24", - "nodeType": "YulTypedName", - "src": "5719:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5731:6:24", - "nodeType": "YulTypedName", - "src": "5731:6:24", - "type": "" - } - ], - "src": "5672:247:24" - }, - { - "body": { - "nativeSrc": "5968:133:24", - "nodeType": "YulBlock", - "src": "5968:133:24", - "statements": [ - { - "body": { - "nativeSrc": "6079:16:24", - "nodeType": "YulBlock", - "src": "6079:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6088:1:24", - "nodeType": "YulLiteral", - "src": "6088:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6091:1:24", - "nodeType": "YulLiteral", - "src": "6091:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6081:6:24", - "nodeType": "YulIdentifier", - "src": "6081:6:24" - }, - "nativeSrc": "6081:12:24", - "nodeType": "YulFunctionCall", - "src": "6081:12:24" - }, - "nativeSrc": "6081:12:24", - "nodeType": "YulExpressionStatement", - "src": "6081:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "5991:5:24", - "nodeType": "YulIdentifier", - "src": "5991:5:24" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "6002:5:24", - "nodeType": "YulIdentifier", - "src": "6002:5:24" - }, - { - "kind": "number", - "nativeSrc": "6009:66:24", - "nodeType": "YulLiteral", - "src": "6009:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5998:3:24", - "nodeType": "YulIdentifier", - "src": "5998:3:24" - }, - "nativeSrc": "5998:78:24", - "nodeType": "YulFunctionCall", - "src": "5998:78:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "5988:2:24", - "nodeType": "YulIdentifier", - "src": "5988:2:24" - }, - "nativeSrc": "5988:89:24", - "nodeType": "YulFunctionCall", - "src": "5988:89:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "5981:6:24", - "nodeType": "YulIdentifier", - "src": "5981:6:24" - }, - "nativeSrc": "5981:97:24", - "nodeType": "YulFunctionCall", - "src": "5981:97:24" - }, - "nativeSrc": "5978:117:24", - "nodeType": "YulIf", - "src": "5978:117:24" - } - ] - }, - "name": "validator_revert_bytes4", - "nativeSrc": "5924:177:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "5957:5:24", - "nodeType": "YulTypedName", - "src": "5957:5:24", - "type": "" - } - ], - "src": "5924:177:24" - }, - { - "body": { - "nativeSrc": "6192:300:24", - "nodeType": "YulBlock", - "src": "6192:300:24", - "statements": [ - { - "body": { - "nativeSrc": "6238:16:24", - "nodeType": "YulBlock", - "src": "6238:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6247:1:24", - "nodeType": "YulLiteral", - "src": "6247:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6250:1:24", - "nodeType": "YulLiteral", - "src": "6250:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6240:6:24", - "nodeType": "YulIdentifier", - "src": "6240:6:24" - }, - "nativeSrc": "6240:12:24", - "nodeType": "YulFunctionCall", - "src": "6240:12:24" - }, - "nativeSrc": "6240:12:24", - "nodeType": "YulExpressionStatement", - "src": "6240:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "6213:7:24", - "nodeType": "YulIdentifier", - "src": "6213:7:24" - }, - { - "name": "headStart", - "nativeSrc": "6222:9:24", - "nodeType": "YulIdentifier", - "src": "6222:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6209:3:24", - "nodeType": "YulIdentifier", - "src": "6209:3:24" - }, - "nativeSrc": "6209:23:24", - "nodeType": "YulFunctionCall", - "src": "6209:23:24" - }, - { - "kind": "number", - "nativeSrc": "6234:2:24", - "nodeType": "YulLiteral", - "src": "6234:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "6205:3:24", - "nodeType": "YulIdentifier", - "src": "6205:3:24" - }, - "nativeSrc": "6205:32:24", - "nodeType": "YulFunctionCall", - "src": "6205:32:24" - }, - "nativeSrc": "6202:52:24", - "nodeType": "YulIf", - "src": "6202:52:24" - }, - { - "nativeSrc": "6263:36:24", - "nodeType": "YulVariableDeclaration", - "src": "6263:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6289:9:24", - "nodeType": "YulIdentifier", - "src": "6289:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "6276:12:24", - "nodeType": "YulIdentifier", - "src": "6276:12:24" - }, - "nativeSrc": "6276:23:24", - "nodeType": "YulFunctionCall", - "src": "6276:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "6267:5:24", - "nodeType": "YulTypedName", - "src": "6267:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "6333:5:24", - "nodeType": "YulIdentifier", - "src": "6333:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "6308:24:24", - "nodeType": "YulIdentifier", - "src": "6308:24:24" - }, - "nativeSrc": "6308:31:24", - "nodeType": "YulFunctionCall", - "src": "6308:31:24" - }, - "nativeSrc": "6308:31:24", - "nodeType": "YulExpressionStatement", - "src": "6308:31:24" - }, - { - "nativeSrc": "6348:15:24", - "nodeType": "YulAssignment", - "src": "6348:15:24", - "value": { - "name": "value", - "nativeSrc": "6358:5:24", - "nodeType": "YulIdentifier", - "src": "6358:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "6348:6:24", - "nodeType": "YulIdentifier", - "src": "6348:6:24" - } - ] - }, - { - "nativeSrc": "6372:47:24", - "nodeType": "YulVariableDeclaration", - "src": "6372:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6404:9:24", - "nodeType": "YulIdentifier", - "src": "6404:9:24" - }, - { - "kind": "number", - "nativeSrc": "6415:2:24", - "nodeType": "YulLiteral", - "src": "6415:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6400:3:24", - "nodeType": "YulIdentifier", - "src": "6400:3:24" - }, - "nativeSrc": "6400:18:24", - "nodeType": "YulFunctionCall", - "src": "6400:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "6387:12:24", - "nodeType": "YulIdentifier", - "src": "6387:12:24" - }, - "nativeSrc": "6387:32:24", - "nodeType": "YulFunctionCall", - "src": "6387:32:24" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "6376:7:24", - "nodeType": "YulTypedName", - "src": "6376:7:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "6452:7:24", - "nodeType": "YulIdentifier", - "src": "6452:7:24" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "6428:23:24", - "nodeType": "YulIdentifier", - "src": "6428:23:24" - }, - "nativeSrc": "6428:32:24", - "nodeType": "YulFunctionCall", - "src": "6428:32:24" - }, - "nativeSrc": "6428:32:24", - "nodeType": "YulExpressionStatement", - "src": "6428:32:24" - }, - { - "nativeSrc": "6469:17:24", - "nodeType": "YulAssignment", - "src": "6469:17:24", - "value": { - "name": "value_1", - "nativeSrc": "6479:7:24", - "nodeType": "YulIdentifier", - "src": "6479:7:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "6469:6:24", - "nodeType": "YulIdentifier", - "src": "6469:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bytes4", - "nativeSrc": "6106:386:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "6150:9:24", - "nodeType": "YulTypedName", - "src": "6150:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "6161:7:24", - "nodeType": "YulTypedName", - "src": "6161:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "6173:6:24", - "nodeType": "YulTypedName", - "src": "6173:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "6181:6:24", - "nodeType": "YulTypedName", - "src": "6181:6:24", - "type": "" - } - ], - "src": "6106:386:24" - }, - { - "body": { - "nativeSrc": "6603:376:24", - "nodeType": "YulBlock", - "src": "6603:376:24", - "statements": [ - { - "body": { - "nativeSrc": "6649:16:24", - "nodeType": "YulBlock", - "src": "6649:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6658:1:24", - "nodeType": "YulLiteral", - "src": "6658:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6661:1:24", - "nodeType": "YulLiteral", - "src": "6661:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6651:6:24", - "nodeType": "YulIdentifier", - "src": "6651:6:24" - }, - "nativeSrc": "6651:12:24", - "nodeType": "YulFunctionCall", - "src": "6651:12:24" - }, - "nativeSrc": "6651:12:24", - "nodeType": "YulExpressionStatement", - "src": "6651:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "6624:7:24", - "nodeType": "YulIdentifier", - "src": "6624:7:24" - }, - { - "name": "headStart", - "nativeSrc": "6633:9:24", - "nodeType": "YulIdentifier", - "src": "6633:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6620:3:24", - "nodeType": "YulIdentifier", - "src": "6620:3:24" - }, - "nativeSrc": "6620:23:24", - "nodeType": "YulFunctionCall", - "src": "6620:23:24" - }, - { - "kind": "number", - "nativeSrc": "6645:2:24", - "nodeType": "YulLiteral", - "src": "6645:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "6616:3:24", - "nodeType": "YulIdentifier", - "src": "6616:3:24" - }, - "nativeSrc": "6616:32:24", - "nodeType": "YulFunctionCall", - "src": "6616:32:24" - }, - "nativeSrc": "6613:52:24", - "nodeType": "YulIf", - "src": "6613:52:24" - }, - { - "nativeSrc": "6674:38:24", - "nodeType": "YulAssignment", - "src": "6674:38:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6702:9:24", - "nodeType": "YulIdentifier", - "src": "6702:9:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "6684:17:24", - "nodeType": "YulIdentifier", - "src": "6684:17:24" - }, - "nativeSrc": "6684:28:24", - "nodeType": "YulFunctionCall", - "src": "6684:28:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "6674:6:24", - "nodeType": "YulIdentifier", - "src": "6674:6:24" - } - ] - }, - { - "nativeSrc": "6721:46:24", - "nodeType": "YulVariableDeclaration", - "src": "6721:46:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6752:9:24", - "nodeType": "YulIdentifier", - "src": "6752:9:24" - }, - { - "kind": "number", - "nativeSrc": "6763:2:24", - "nodeType": "YulLiteral", - "src": "6763:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6748:3:24", - "nodeType": "YulIdentifier", - "src": "6748:3:24" - }, - "nativeSrc": "6748:18:24", - "nodeType": "YulFunctionCall", - "src": "6748:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "6735:12:24", - "nodeType": "YulIdentifier", - "src": "6735:12:24" - }, - "nativeSrc": "6735:32:24", - "nodeType": "YulFunctionCall", - "src": "6735:32:24" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "6725:6:24", - "nodeType": "YulTypedName", - "src": "6725:6:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "6810:16:24", - "nodeType": "YulBlock", - "src": "6810:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6819:1:24", - "nodeType": "YulLiteral", - "src": "6819:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6822:1:24", - "nodeType": "YulLiteral", - "src": "6822:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6812:6:24", - "nodeType": "YulIdentifier", - "src": "6812:6:24" - }, - "nativeSrc": "6812:12:24", - "nodeType": "YulFunctionCall", - "src": "6812:12:24" - }, - "nativeSrc": "6812:12:24", - "nodeType": "YulExpressionStatement", - "src": "6812:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "6782:6:24", - "nodeType": "YulIdentifier", - "src": "6782:6:24" - }, - { - "kind": "number", - "nativeSrc": "6790:18:24", - "nodeType": "YulLiteral", - "src": "6790:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "6779:2:24", - "nodeType": "YulIdentifier", - "src": "6779:2:24" - }, - "nativeSrc": "6779:30:24", - "nodeType": "YulFunctionCall", - "src": "6779:30:24" - }, - "nativeSrc": "6776:50:24", - "nodeType": "YulIf", - "src": "6776:50:24" - }, - { - "nativeSrc": "6835:84:24", - "nodeType": "YulVariableDeclaration", - "src": "6835:84:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6891:9:24", - "nodeType": "YulIdentifier", - "src": "6891:9:24" - }, - { - "name": "offset", - "nativeSrc": "6902:6:24", - "nodeType": "YulIdentifier", - "src": "6902:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6887:3:24", - "nodeType": "YulIdentifier", - "src": "6887:3:24" - }, - "nativeSrc": "6887:22:24", - "nodeType": "YulFunctionCall", - "src": "6887:22:24" - }, - { - "name": "dataEnd", - "nativeSrc": "6911:7:24", - "nodeType": "YulIdentifier", - "src": "6911:7:24" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "6861:25:24", - "nodeType": "YulIdentifier", - "src": "6861:25:24" - }, - "nativeSrc": "6861:58:24", - "nodeType": "YulFunctionCall", - "src": "6861:58:24" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "6839:8:24", - "nodeType": "YulTypedName", - "src": "6839:8:24", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "6849:8:24", - "nodeType": "YulTypedName", - "src": "6849:8:24", - "type": "" - } - ] - }, - { - "nativeSrc": "6928:18:24", - "nodeType": "YulAssignment", - "src": "6928:18:24", - "value": { - "name": "value1_1", - "nativeSrc": "6938:8:24", - "nodeType": "YulIdentifier", - "src": "6938:8:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "6928:6:24", - "nodeType": "YulIdentifier", - "src": "6928:6:24" - } - ] - }, - { - "nativeSrc": "6955:18:24", - "nodeType": "YulAssignment", - "src": "6955:18:24", - "value": { - "name": "value2_1", - "nativeSrc": "6965:8:24", - "nodeType": "YulIdentifier", - "src": "6965:8:24" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "6955:6:24", - "nodeType": "YulIdentifier", - "src": "6955:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_string_calldata_ptr", - "nativeSrc": "6497:482:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "6553:9:24", - "nodeType": "YulTypedName", - "src": "6553:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "6564:7:24", - "nodeType": "YulTypedName", - "src": "6564:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "6576:6:24", - "nodeType": "YulTypedName", - "src": "6576:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "6584:6:24", - "nodeType": "YulTypedName", - "src": "6584:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "6592:6:24", - "nodeType": "YulTypedName", - "src": "6592:6:24", - "type": "" - } - ], - "src": "6497:482:24" - }, - { - "body": { - "nativeSrc": "7079:92:24", - "nodeType": "YulBlock", - "src": "7079:92:24", - "statements": [ - { - "nativeSrc": "7089:26:24", - "nodeType": "YulAssignment", - "src": "7089:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7101:9:24", - "nodeType": "YulIdentifier", - "src": "7101:9:24" - }, - { - "kind": "number", - "nativeSrc": "7112:2:24", - "nodeType": "YulLiteral", - "src": "7112:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7097:3:24", - "nodeType": "YulIdentifier", - "src": "7097:3:24" - }, - "nativeSrc": "7097:18:24", - "nodeType": "YulFunctionCall", - "src": "7097:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "7089:4:24", - "nodeType": "YulIdentifier", - "src": "7089:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7131:9:24", - "nodeType": "YulIdentifier", - "src": "7131:9:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "7156:6:24", - "nodeType": "YulIdentifier", - "src": "7156:6:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "7149:6:24", - "nodeType": "YulIdentifier", - "src": "7149:6:24" - }, - "nativeSrc": "7149:14:24", - "nodeType": "YulFunctionCall", - "src": "7149:14:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "7142:6:24", - "nodeType": "YulIdentifier", - "src": "7142:6:24" - }, - "nativeSrc": "7142:22:24", - "nodeType": "YulFunctionCall", - "src": "7142:22:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7124:6:24", - "nodeType": "YulIdentifier", - "src": "7124:6:24" - }, - "nativeSrc": "7124:41:24", - "nodeType": "YulFunctionCall", - "src": "7124:41:24" - }, - "nativeSrc": "7124:41:24", - "nodeType": "YulExpressionStatement", - "src": "7124:41:24" - } - ] - }, - "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", - "nativeSrc": "6984:187:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7048:9:24", - "nodeType": "YulTypedName", - "src": "7048:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "7059:6:24", - "nodeType": "YulTypedName", - "src": "7059:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "7070:4:24", - "nodeType": "YulTypedName", - "src": "7070:4:24", - "type": "" - } - ], - "src": "6984:187:24" - }, - { - "body": { - "nativeSrc": "7261:171:24", - "nodeType": "YulBlock", - "src": "7261:171:24", - "statements": [ - { - "body": { - "nativeSrc": "7307:16:24", - "nodeType": "YulBlock", - "src": "7307:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7316:1:24", - "nodeType": "YulLiteral", - "src": "7316:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7319:1:24", - "nodeType": "YulLiteral", - "src": "7319:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "7309:6:24", - "nodeType": "YulIdentifier", - "src": "7309:6:24" - }, - "nativeSrc": "7309:12:24", - "nodeType": "YulFunctionCall", - "src": "7309:12:24" - }, - "nativeSrc": "7309:12:24", - "nodeType": "YulExpressionStatement", - "src": "7309:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "7282:7:24", - "nodeType": "YulIdentifier", - "src": "7282:7:24" - }, - { - "name": "headStart", - "nativeSrc": "7291:9:24", - "nodeType": "YulIdentifier", - "src": "7291:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "7278:3:24", - "nodeType": "YulIdentifier", - "src": "7278:3:24" - }, - "nativeSrc": "7278:23:24", - "nodeType": "YulFunctionCall", - "src": "7278:23:24" - }, - { - "kind": "number", - "nativeSrc": "7303:2:24", - "nodeType": "YulLiteral", - "src": "7303:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "7274:3:24", - "nodeType": "YulIdentifier", - "src": "7274:3:24" - }, - "nativeSrc": "7274:32:24", - "nodeType": "YulFunctionCall", - "src": "7274:32:24" - }, - "nativeSrc": "7271:52:24", - "nodeType": "YulIf", - "src": "7271:52:24" - }, - { - "nativeSrc": "7332:38:24", - "nodeType": "YulAssignment", - "src": "7332:38:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7360:9:24", - "nodeType": "YulIdentifier", - "src": "7360:9:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "7342:17:24", - "nodeType": "YulIdentifier", - "src": "7342:17:24" - }, - "nativeSrc": "7342:28:24", - "nodeType": "YulFunctionCall", - "src": "7342:28:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "7332:6:24", - "nodeType": "YulIdentifier", - "src": "7332:6:24" - } - ] - }, - { - "nativeSrc": "7379:47:24", - "nodeType": "YulAssignment", - "src": "7379:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7411:9:24", - "nodeType": "YulIdentifier", - "src": "7411:9:24" - }, - { - "kind": "number", - "nativeSrc": "7422:2:24", - "nodeType": "YulLiteral", - "src": "7422:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7407:3:24", - "nodeType": "YulIdentifier", - "src": "7407:3:24" - }, - "nativeSrc": "7407:18:24", - "nodeType": "YulFunctionCall", - "src": "7407:18:24" - } - ], - "functionName": { - "name": "abi_decode_uint32", - "nativeSrc": "7389:17:24", - "nodeType": "YulIdentifier", - "src": "7389:17:24" - }, - "nativeSrc": "7389:37:24", - "nodeType": "YulFunctionCall", - "src": "7389:37:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "7379:6:24", - "nodeType": "YulIdentifier", - "src": "7379:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_uint32", - "nativeSrc": "7176:256:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7219:9:24", - "nodeType": "YulTypedName", - "src": "7219:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "7230:7:24", - "nodeType": "YulTypedName", - "src": "7230:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "7242:6:24", - "nodeType": "YulTypedName", - "src": "7242:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "7250:6:24", - "nodeType": "YulTypedName", - "src": "7250:6:24", - "type": "" - } - ], - "src": "7176:256:24" - }, - { - "body": { - "nativeSrc": "7560:562:24", - "nodeType": "YulBlock", - "src": "7560:562:24", - "statements": [ - { - "body": { - "nativeSrc": "7606:16:24", - "nodeType": "YulBlock", - "src": "7606:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7615:1:24", - "nodeType": "YulLiteral", - "src": "7615:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7618:1:24", - "nodeType": "YulLiteral", - "src": "7618:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "7608:6:24", - "nodeType": "YulIdentifier", - "src": "7608:6:24" - }, - "nativeSrc": "7608:12:24", - "nodeType": "YulFunctionCall", - "src": "7608:12:24" - }, - "nativeSrc": "7608:12:24", - "nodeType": "YulExpressionStatement", - "src": "7608:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "7581:7:24", - "nodeType": "YulIdentifier", - "src": "7581:7:24" - }, - { - "name": "headStart", - "nativeSrc": "7590:9:24", - "nodeType": "YulIdentifier", - "src": "7590:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "7577:3:24", - "nodeType": "YulIdentifier", - "src": "7577:3:24" - }, - "nativeSrc": "7577:23:24", - "nodeType": "YulFunctionCall", - "src": "7577:23:24" - }, - { - "kind": "number", - "nativeSrc": "7602:2:24", - "nodeType": "YulLiteral", - "src": "7602:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "7573:3:24", - "nodeType": "YulIdentifier", - "src": "7573:3:24" - }, - "nativeSrc": "7573:32:24", - "nodeType": "YulFunctionCall", - "src": "7573:32:24" - }, - "nativeSrc": "7570:52:24", - "nodeType": "YulIf", - "src": "7570:52:24" - }, - { - "nativeSrc": "7631:36:24", - "nodeType": "YulVariableDeclaration", - "src": "7631:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7657:9:24", - "nodeType": "YulIdentifier", - "src": "7657:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "7644:12:24", - "nodeType": "YulIdentifier", - "src": "7644:12:24" - }, - "nativeSrc": "7644:23:24", - "nodeType": "YulFunctionCall", - "src": "7644:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "7635:5:24", - "nodeType": "YulTypedName", - "src": "7635:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "7701:5:24", - "nodeType": "YulIdentifier", - "src": "7701:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "7676:24:24", - "nodeType": "YulIdentifier", - "src": "7676:24:24" - }, - "nativeSrc": "7676:31:24", - "nodeType": "YulFunctionCall", - "src": "7676:31:24" - }, - "nativeSrc": "7676:31:24", - "nodeType": "YulExpressionStatement", - "src": "7676:31:24" - }, - { - "nativeSrc": "7716:15:24", - "nodeType": "YulAssignment", - "src": "7716:15:24", - "value": { - "name": "value", - "nativeSrc": "7726:5:24", - "nodeType": "YulIdentifier", - "src": "7726:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "7716:6:24", - "nodeType": "YulIdentifier", - "src": "7716:6:24" - } - ] - }, - { - "nativeSrc": "7740:47:24", - "nodeType": "YulVariableDeclaration", - "src": "7740:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7772:9:24", - "nodeType": "YulIdentifier", - "src": "7772:9:24" - }, - { - "kind": "number", - "nativeSrc": "7783:2:24", - "nodeType": "YulLiteral", - "src": "7783:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7768:3:24", - "nodeType": "YulIdentifier", - "src": "7768:3:24" - }, - "nativeSrc": "7768:18:24", - "nodeType": "YulFunctionCall", - "src": "7768:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "7755:12:24", - "nodeType": "YulIdentifier", - "src": "7755:12:24" - }, - "nativeSrc": "7755:32:24", - "nodeType": "YulFunctionCall", - "src": "7755:32:24" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "7744:7:24", - "nodeType": "YulTypedName", - "src": "7744:7:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "7821:7:24", - "nodeType": "YulIdentifier", - "src": "7821:7:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "7796:24:24", - "nodeType": "YulIdentifier", - "src": "7796:24:24" - }, - "nativeSrc": "7796:33:24", - "nodeType": "YulFunctionCall", - "src": "7796:33:24" - }, - "nativeSrc": "7796:33:24", - "nodeType": "YulExpressionStatement", - "src": "7796:33:24" - }, - { - "nativeSrc": "7838:17:24", - "nodeType": "YulAssignment", - "src": "7838:17:24", - "value": { - "name": "value_1", - "nativeSrc": "7848:7:24", - "nodeType": "YulIdentifier", - "src": "7848:7:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "7838:6:24", - "nodeType": "YulIdentifier", - "src": "7838:6:24" - } - ] - }, - { - "nativeSrc": "7864:46:24", - "nodeType": "YulVariableDeclaration", - "src": "7864:46:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7895:9:24", - "nodeType": "YulIdentifier", - "src": "7895:9:24" - }, - { - "kind": "number", - "nativeSrc": "7906:2:24", - "nodeType": "YulLiteral", - "src": "7906:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7891:3:24", - "nodeType": "YulIdentifier", - "src": "7891:3:24" - }, - "nativeSrc": "7891:18:24", - "nodeType": "YulFunctionCall", - "src": "7891:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "7878:12:24", - "nodeType": "YulIdentifier", - "src": "7878:12:24" - }, - "nativeSrc": "7878:32:24", - "nodeType": "YulFunctionCall", - "src": "7878:32:24" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "7868:6:24", - "nodeType": "YulTypedName", - "src": "7868:6:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "7953:16:24", - "nodeType": "YulBlock", - "src": "7953:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7962:1:24", - "nodeType": "YulLiteral", - "src": "7962:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7965:1:24", - "nodeType": "YulLiteral", - "src": "7965:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "7955:6:24", - "nodeType": "YulIdentifier", - "src": "7955:6:24" - }, - "nativeSrc": "7955:12:24", - "nodeType": "YulFunctionCall", - "src": "7955:12:24" - }, - "nativeSrc": "7955:12:24", - "nodeType": "YulExpressionStatement", - "src": "7955:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "7925:6:24", - "nodeType": "YulIdentifier", - "src": "7925:6:24" - }, - { - "kind": "number", - "nativeSrc": "7933:18:24", - "nodeType": "YulLiteral", - "src": "7933:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "7922:2:24", - "nodeType": "YulIdentifier", - "src": "7922:2:24" - }, - "nativeSrc": "7922:30:24", - "nodeType": "YulFunctionCall", - "src": "7922:30:24" - }, - "nativeSrc": "7919:50:24", - "nodeType": "YulIf", - "src": "7919:50:24" - }, - { - "nativeSrc": "7978:84:24", - "nodeType": "YulVariableDeclaration", - "src": "7978:84:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8034:9:24", - "nodeType": "YulIdentifier", - "src": "8034:9:24" - }, - { - "name": "offset", - "nativeSrc": "8045:6:24", - "nodeType": "YulIdentifier", - "src": "8045:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8030:3:24", - "nodeType": "YulIdentifier", - "src": "8030:3:24" - }, - "nativeSrc": "8030:22:24", - "nodeType": "YulFunctionCall", - "src": "8030:22:24" - }, - { - "name": "dataEnd", - "nativeSrc": "8054:7:24", - "nodeType": "YulIdentifier", - "src": "8054:7:24" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "8004:25:24", - "nodeType": "YulIdentifier", - "src": "8004:25:24" - }, - "nativeSrc": "8004:58:24", - "nodeType": "YulFunctionCall", - "src": "8004:58:24" - }, - "variables": [ - { - "name": "value2_1", - "nativeSrc": "7982:8:24", - "nodeType": "YulTypedName", - "src": "7982:8:24", - "type": "" - }, - { - "name": "value3_1", - "nativeSrc": "7992:8:24", - "nodeType": "YulTypedName", - "src": "7992:8:24", - "type": "" - } - ] - }, - { - "nativeSrc": "8071:18:24", - "nodeType": "YulAssignment", - "src": "8071:18:24", - "value": { - "name": "value2_1", - "nativeSrc": "8081:8:24", - "nodeType": "YulIdentifier", - "src": "8081:8:24" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "8071:6:24", - "nodeType": "YulIdentifier", - "src": "8071:6:24" - } - ] - }, - { - "nativeSrc": "8098:18:24", - "nodeType": "YulAssignment", - "src": "8098:18:24", - "value": { - "name": "value3_1", - "nativeSrc": "8108:8:24", - "nodeType": "YulIdentifier", - "src": "8108:8:24" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "8098:6:24", - "nodeType": "YulIdentifier", - "src": "8098:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr", - "nativeSrc": "7437:685:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7502:9:24", - "nodeType": "YulTypedName", - "src": "7502:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "7513:7:24", - "nodeType": "YulTypedName", - "src": "7513:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "7525:6:24", - "nodeType": "YulTypedName", - "src": "7525:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "7533:6:24", - "nodeType": "YulTypedName", - "src": "7533:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "7541:6:24", - "nodeType": "YulTypedName", - "src": "7541:6:24", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "7549:6:24", - "nodeType": "YulTypedName", - "src": "7549:6:24", - "type": "" - } - ], - "src": "7437:685:24" - }, - { - "body": { - "nativeSrc": "8228:76:24", - "nodeType": "YulBlock", - "src": "8228:76:24", - "statements": [ - { - "nativeSrc": "8238:26:24", - "nodeType": "YulAssignment", - "src": "8238:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8250:9:24", - "nodeType": "YulIdentifier", - "src": "8250:9:24" - }, - { - "kind": "number", - "nativeSrc": "8261:2:24", - "nodeType": "YulLiteral", - "src": "8261:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8246:3:24", - "nodeType": "YulIdentifier", - "src": "8246:3:24" - }, - "nativeSrc": "8246:18:24", - "nodeType": "YulFunctionCall", - "src": "8246:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "8238:4:24", - "nodeType": "YulIdentifier", - "src": "8238:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8280:9:24", - "nodeType": "YulIdentifier", - "src": "8280:9:24" - }, - { - "name": "value0", - "nativeSrc": "8291:6:24", - "nodeType": "YulIdentifier", - "src": "8291:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8273:6:24", - "nodeType": "YulIdentifier", - "src": "8273:6:24" - }, - "nativeSrc": "8273:25:24", - "nodeType": "YulFunctionCall", - "src": "8273:25:24" - }, - "nativeSrc": "8273:25:24", - "nodeType": "YulExpressionStatement", - "src": "8273:25:24" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", - "nativeSrc": "8127:177:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "8197:9:24", - "nodeType": "YulTypedName", - "src": "8197:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "8208:6:24", - "nodeType": "YulTypedName", - "src": "8208:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "8219:4:24", - "nodeType": "YulTypedName", - "src": "8219:4:24", - "type": "" - } - ], - "src": "8127:177:24" - }, - { - "body": { - "nativeSrc": "8425:331:24", - "nodeType": "YulBlock", - "src": "8425:331:24", - "statements": [ - { - "body": { - "nativeSrc": "8471:16:24", - "nodeType": "YulBlock", - "src": "8471:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8480:1:24", - "nodeType": "YulLiteral", - "src": "8480:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "8483:1:24", - "nodeType": "YulLiteral", - "src": "8483:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "8473:6:24", - "nodeType": "YulIdentifier", - "src": "8473:6:24" - }, - "nativeSrc": "8473:12:24", - "nodeType": "YulFunctionCall", - "src": "8473:12:24" - }, - "nativeSrc": "8473:12:24", - "nodeType": "YulExpressionStatement", - "src": "8473:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "8446:7:24", - "nodeType": "YulIdentifier", - "src": "8446:7:24" - }, - { - "name": "headStart", - "nativeSrc": "8455:9:24", - "nodeType": "YulIdentifier", - "src": "8455:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "8442:3:24", - "nodeType": "YulIdentifier", - "src": "8442:3:24" - }, - "nativeSrc": "8442:23:24", - "nodeType": "YulFunctionCall", - "src": "8442:23:24" - }, - { - "kind": "number", - "nativeSrc": "8467:2:24", - "nodeType": "YulLiteral", - "src": "8467:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "8438:3:24", - "nodeType": "YulIdentifier", - "src": "8438:3:24" - }, - "nativeSrc": "8438:32:24", - "nodeType": "YulFunctionCall", - "src": "8438:32:24" - }, - "nativeSrc": "8435:52:24", - "nodeType": "YulIf", - "src": "8435:52:24" - }, - { - "nativeSrc": "8496:37:24", - "nodeType": "YulVariableDeclaration", - "src": "8496:37:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8523:9:24", - "nodeType": "YulIdentifier", - "src": "8523:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "8510:12:24", - "nodeType": "YulIdentifier", - "src": "8510:12:24" - }, - "nativeSrc": "8510:23:24", - "nodeType": "YulFunctionCall", - "src": "8510:23:24" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "8500:6:24", - "nodeType": "YulTypedName", - "src": "8500:6:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "8576:16:24", - "nodeType": "YulBlock", - "src": "8576:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8585:1:24", - "nodeType": "YulLiteral", - "src": "8585:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "8588:1:24", - "nodeType": "YulLiteral", - "src": "8588:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "8578:6:24", - "nodeType": "YulIdentifier", - "src": "8578:6:24" - }, - "nativeSrc": "8578:12:24", - "nodeType": "YulFunctionCall", - "src": "8578:12:24" - }, - "nativeSrc": "8578:12:24", - "nodeType": "YulExpressionStatement", - "src": "8578:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "8548:6:24", - "nodeType": "YulIdentifier", - "src": "8548:6:24" - }, - { - "kind": "number", - "nativeSrc": "8556:18:24", - "nodeType": "YulLiteral", - "src": "8556:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "8545:2:24", - "nodeType": "YulIdentifier", - "src": "8545:2:24" - }, - "nativeSrc": "8545:30:24", - "nodeType": "YulFunctionCall", - "src": "8545:30:24" - }, - "nativeSrc": "8542:50:24", - "nodeType": "YulIf", - "src": "8542:50:24" - }, - { - "nativeSrc": "8601:95:24", - "nodeType": "YulVariableDeclaration", - "src": "8601:95:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8668:9:24", - "nodeType": "YulIdentifier", - "src": "8668:9:24" - }, - { - "name": "offset", - "nativeSrc": "8679:6:24", - "nodeType": "YulIdentifier", - "src": "8679:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8664:3:24", - "nodeType": "YulIdentifier", - "src": "8664:3:24" - }, - "nativeSrc": "8664:22:24", - "nodeType": "YulFunctionCall", - "src": "8664:22:24" - }, - { - "name": "dataEnd", - "nativeSrc": "8688:7:24", - "nodeType": "YulIdentifier", - "src": "8688:7:24" - } - ], - "functionName": { - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "8627:36:24", - "nodeType": "YulIdentifier", - "src": "8627:36:24" - }, - "nativeSrc": "8627:69:24", - "nodeType": "YulFunctionCall", - "src": "8627:69:24" - }, - "variables": [ - { - "name": "value0_1", - "nativeSrc": "8605:8:24", - "nodeType": "YulTypedName", - "src": "8605:8:24", - "type": "" - }, - { - "name": "value1_1", - "nativeSrc": "8615:8:24", - "nodeType": "YulTypedName", - "src": "8615:8:24", - "type": "" - } - ] - }, - { - "nativeSrc": "8705:18:24", - "nodeType": "YulAssignment", - "src": "8705:18:24", - "value": { - "name": "value0_1", - "nativeSrc": "8715:8:24", - "nodeType": "YulIdentifier", - "src": "8715:8:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "8705:6:24", - "nodeType": "YulIdentifier", - "src": "8705:6:24" - } - ] - }, - { - "nativeSrc": "8732:18:24", - "nodeType": "YulAssignment", - "src": "8732:18:24", - "value": { - "name": "value1_1", - "nativeSrc": "8742:8:24", - "nodeType": "YulIdentifier", - "src": "8742:8:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "8732:6:24", - "nodeType": "YulIdentifier", - "src": "8732:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "8309:447:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "8383:9:24", - "nodeType": "YulTypedName", - "src": "8383:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "8394:7:24", - "nodeType": "YulTypedName", - "src": "8394:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "8406:6:24", - "nodeType": "YulTypedName", - "src": "8406:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "8414:6:24", - "nodeType": "YulTypedName", - "src": "8414:6:24", - "type": "" - } - ], - "src": "8309:447:24" - }, - { - "body": { - "nativeSrc": "8827:184:24", - "nodeType": "YulBlock", - "src": "8827:184:24", - "statements": [ - { - "nativeSrc": "8837:10:24", - "nodeType": "YulVariableDeclaration", - "src": "8837:10:24", - "value": { - "kind": "number", - "nativeSrc": "8846:1:24", - "nodeType": "YulLiteral", - "src": "8846:1:24", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "8841:1:24", - "nodeType": "YulTypedName", - "src": "8841:1:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "8906:63:24", - "nodeType": "YulBlock", - "src": "8906:63:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "8931:3:24", - "nodeType": "YulIdentifier", - "src": "8931:3:24" - }, - { - "name": "i", - "nativeSrc": "8936:1:24", - "nodeType": "YulIdentifier", - "src": "8936:1:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8927:3:24", - "nodeType": "YulIdentifier", - "src": "8927:3:24" - }, - "nativeSrc": "8927:11:24", - "nodeType": "YulFunctionCall", - "src": "8927:11:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "8950:3:24", - "nodeType": "YulIdentifier", - "src": "8950:3:24" - }, - { - "name": "i", - "nativeSrc": "8955:1:24", - "nodeType": "YulIdentifier", - "src": "8955:1:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8946:3:24", - "nodeType": "YulIdentifier", - "src": "8946:3:24" - }, - "nativeSrc": "8946:11:24", - "nodeType": "YulFunctionCall", - "src": "8946:11:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8940:5:24", - "nodeType": "YulIdentifier", - "src": "8940:5:24" - }, - "nativeSrc": "8940:18:24", - "nodeType": "YulFunctionCall", - "src": "8940:18:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8920:6:24", - "nodeType": "YulIdentifier", - "src": "8920:6:24" - }, - "nativeSrc": "8920:39:24", - "nodeType": "YulFunctionCall", - "src": "8920:39:24" - }, - "nativeSrc": "8920:39:24", - "nodeType": "YulExpressionStatement", - "src": "8920:39:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "8867:1:24", - "nodeType": "YulIdentifier", - "src": "8867:1:24" - }, - { - "name": "length", - "nativeSrc": "8870:6:24", - "nodeType": "YulIdentifier", - "src": "8870:6:24" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "8864:2:24", - "nodeType": "YulIdentifier", - "src": "8864:2:24" - }, - "nativeSrc": "8864:13:24", - "nodeType": "YulFunctionCall", - "src": "8864:13:24" - }, - "nativeSrc": "8856:113:24", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "8878:19:24", - "nodeType": "YulBlock", - "src": "8878:19:24", - "statements": [ - { - "nativeSrc": "8880:15:24", - "nodeType": "YulAssignment", - "src": "8880:15:24", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "8889:1:24", - "nodeType": "YulIdentifier", - "src": "8889:1:24" - }, - { - "kind": "number", - "nativeSrc": "8892:2:24", - "nodeType": "YulLiteral", - "src": "8892:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8885:3:24", - "nodeType": "YulIdentifier", - "src": "8885:3:24" - }, - "nativeSrc": "8885:10:24", - "nodeType": "YulFunctionCall", - "src": "8885:10:24" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "8880:1:24", - "nodeType": "YulIdentifier", - "src": "8880:1:24" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "8860:3:24", - "nodeType": "YulBlock", - "src": "8860:3:24", - "statements": [] - }, - "src": "8856:113:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "8989:3:24", - "nodeType": "YulIdentifier", - "src": "8989:3:24" - }, - { - "name": "length", - "nativeSrc": "8994:6:24", - "nodeType": "YulIdentifier", - "src": "8994:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8985:3:24", - "nodeType": "YulIdentifier", - "src": "8985:3:24" - }, - "nativeSrc": "8985:16:24", - "nodeType": "YulFunctionCall", - "src": "8985:16:24" - }, - { - "kind": "number", - "nativeSrc": "9003:1:24", - "nodeType": "YulLiteral", - "src": "9003:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8978:6:24", - "nodeType": "YulIdentifier", - "src": "8978:6:24" - }, - "nativeSrc": "8978:27:24", - "nodeType": "YulFunctionCall", - "src": "8978:27:24" - }, - "nativeSrc": "8978:27:24", - "nodeType": "YulExpressionStatement", - "src": "8978:27:24" - } - ] - }, - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "8761:250:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "src", - "nativeSrc": "8805:3:24", - "nodeType": "YulTypedName", - "src": "8805:3:24", - "type": "" - }, - { - "name": "dst", - "nativeSrc": "8810:3:24", - "nodeType": "YulTypedName", - "src": "8810:3:24", - "type": "" - }, - { - "name": "length", - "nativeSrc": "8815:6:24", - "nodeType": "YulTypedName", - "src": "8815:6:24", - "type": "" - } - ], - "src": "8761:250:24" - }, - { - "body": { - "nativeSrc": "9185:822:24", - "nodeType": "YulBlock", - "src": "9185:822:24", - "statements": [ - { - "nativeSrc": "9195:32:24", - "nodeType": "YulVariableDeclaration", - "src": "9195:32:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9213:9:24", - "nodeType": "YulIdentifier", - "src": "9213:9:24" - }, - { - "kind": "number", - "nativeSrc": "9224:2:24", - "nodeType": "YulLiteral", - "src": "9224:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9209:3:24", - "nodeType": "YulIdentifier", - "src": "9209:3:24" - }, - "nativeSrc": "9209:18:24", - "nodeType": "YulFunctionCall", - "src": "9209:18:24" - }, - "variables": [ - { - "name": "tail_1", - "nativeSrc": "9199:6:24", - "nodeType": "YulTypedName", - "src": "9199:6:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9243:9:24", - "nodeType": "YulIdentifier", - "src": "9243:9:24" - }, - { - "kind": "number", - "nativeSrc": "9254:2:24", - "nodeType": "YulLiteral", - "src": "9254:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9236:6:24", - "nodeType": "YulIdentifier", - "src": "9236:6:24" - }, - "nativeSrc": "9236:21:24", - "nodeType": "YulFunctionCall", - "src": "9236:21:24" - }, - "nativeSrc": "9236:21:24", - "nodeType": "YulExpressionStatement", - "src": "9236:21:24" - }, - { - "nativeSrc": "9266:17:24", - "nodeType": "YulVariableDeclaration", - "src": "9266:17:24", - "value": { - "name": "tail_1", - "nativeSrc": "9277:6:24", - "nodeType": "YulIdentifier", - "src": "9277:6:24" - }, - "variables": [ - { - "name": "pos", - "nativeSrc": "9270:3:24", - "nodeType": "YulTypedName", - "src": "9270:3:24", - "type": "" - } - ] - }, - { - "nativeSrc": "9292:27:24", - "nodeType": "YulVariableDeclaration", - "src": "9292:27:24", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "9312:6:24", - "nodeType": "YulIdentifier", - "src": "9312:6:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9306:5:24", - "nodeType": "YulIdentifier", - "src": "9306:5:24" - }, - "nativeSrc": "9306:13:24", - "nodeType": "YulFunctionCall", - "src": "9306:13:24" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "9296:6:24", - "nodeType": "YulTypedName", - "src": "9296:6:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_1", - "nativeSrc": "9335:6:24", - "nodeType": "YulIdentifier", - "src": "9335:6:24" - }, - { - "name": "length", - "nativeSrc": "9343:6:24", - "nodeType": "YulIdentifier", - "src": "9343:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9328:6:24", - "nodeType": "YulIdentifier", - "src": "9328:6:24" - }, - "nativeSrc": "9328:22:24", - "nodeType": "YulFunctionCall", - "src": "9328:22:24" - }, - "nativeSrc": "9328:22:24", - "nodeType": "YulExpressionStatement", - "src": "9328:22:24" - }, - { - "nativeSrc": "9359:25:24", - "nodeType": "YulAssignment", - "src": "9359:25:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9370:9:24", - "nodeType": "YulIdentifier", - "src": "9370:9:24" - }, - { - "kind": "number", - "nativeSrc": "9381:2:24", - "nodeType": "YulLiteral", - "src": "9381:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9366:3:24", - "nodeType": "YulIdentifier", - "src": "9366:3:24" - }, - "nativeSrc": "9366:18:24", - "nodeType": "YulFunctionCall", - "src": "9366:18:24" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "9359:3:24", - "nodeType": "YulIdentifier", - "src": "9359:3:24" - } - ] - }, - { - "nativeSrc": "9393:53:24", - "nodeType": "YulVariableDeclaration", - "src": "9393:53:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9415:9:24", - "nodeType": "YulIdentifier", - "src": "9415:9:24" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9430:1:24", - "nodeType": "YulLiteral", - "src": "9430:1:24", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "9433:6:24", - "nodeType": "YulIdentifier", - "src": "9433:6:24" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "9426:3:24", - "nodeType": "YulIdentifier", - "src": "9426:3:24" - }, - "nativeSrc": "9426:14:24", - "nodeType": "YulFunctionCall", - "src": "9426:14:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9411:3:24", - "nodeType": "YulIdentifier", - "src": "9411:3:24" - }, - "nativeSrc": "9411:30:24", - "nodeType": "YulFunctionCall", - "src": "9411:30:24" - }, - { - "kind": "number", - "nativeSrc": "9443:2:24", - "nodeType": "YulLiteral", - "src": "9443:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9407:3:24", - "nodeType": "YulIdentifier", - "src": "9407:3:24" - }, - "nativeSrc": "9407:39:24", - "nodeType": "YulFunctionCall", - "src": "9407:39:24" - }, - "variables": [ - { - "name": "tail_2", - "nativeSrc": "9397:6:24", - "nodeType": "YulTypedName", - "src": "9397:6:24", - "type": "" - } - ] - }, - { - "nativeSrc": "9455:29:24", - "nodeType": "YulVariableDeclaration", - "src": "9455:29:24", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "9473:6:24", - "nodeType": "YulIdentifier", - "src": "9473:6:24" - }, - { - "kind": "number", - "nativeSrc": "9481:2:24", - "nodeType": "YulLiteral", - "src": "9481:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9469:3:24", - "nodeType": "YulIdentifier", - "src": "9469:3:24" - }, - "nativeSrc": "9469:15:24", - "nodeType": "YulFunctionCall", - "src": "9469:15:24" - }, - "variables": [ - { - "name": "srcPtr", - "nativeSrc": "9459:6:24", - "nodeType": "YulTypedName", - "src": "9459:6:24", - "type": "" - } - ] - }, - { - "nativeSrc": "9493:10:24", - "nodeType": "YulVariableDeclaration", - "src": "9493:10:24", - "value": { - "kind": "number", - "nativeSrc": "9502:1:24", - "nodeType": "YulLiteral", - "src": "9502:1:24", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "9497:1:24", - "nodeType": "YulTypedName", - "src": "9497:1:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "9561:417:24", - "nodeType": "YulBlock", - "src": "9561:417:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9582:3:24", - "nodeType": "YulIdentifier", - "src": "9582:3:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9595:6:24", - "nodeType": "YulIdentifier", - "src": "9595:6:24" - }, - { - "name": "headStart", - "nativeSrc": "9603:9:24", - "nodeType": "YulIdentifier", - "src": "9603:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "9591:3:24", - "nodeType": "YulIdentifier", - "src": "9591:3:24" - }, - "nativeSrc": "9591:22:24", - "nodeType": "YulFunctionCall", - "src": "9591:22:24" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9619:2:24", - "nodeType": "YulLiteral", - "src": "9619:2:24", - "type": "", - "value": "63" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "9615:3:24", - "nodeType": "YulIdentifier", - "src": "9615:3:24" - }, - "nativeSrc": "9615:7:24", - "nodeType": "YulFunctionCall", - "src": "9615:7:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9587:3:24", - "nodeType": "YulIdentifier", - "src": "9587:3:24" - }, - "nativeSrc": "9587:36:24", - "nodeType": "YulFunctionCall", - "src": "9587:36:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9575:6:24", - "nodeType": "YulIdentifier", - "src": "9575:6:24" - }, - "nativeSrc": "9575:49:24", - "nodeType": "YulFunctionCall", - "src": "9575:49:24" - }, - "nativeSrc": "9575:49:24", - "nodeType": "YulExpressionStatement", - "src": "9575:49:24" - }, - { - "nativeSrc": "9637:23:24", - "nodeType": "YulVariableDeclaration", - "src": "9637:23:24", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "9653:6:24", - "nodeType": "YulIdentifier", - "src": "9653:6:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9647:5:24", - "nodeType": "YulIdentifier", - "src": "9647:5:24" - }, - "nativeSrc": "9647:13:24", - "nodeType": "YulFunctionCall", - "src": "9647:13:24" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "9641:2:24", - "nodeType": "YulTypedName", - "src": "9641:2:24", - "type": "" - } - ] - }, - { - "nativeSrc": "9673:25:24", - "nodeType": "YulVariableDeclaration", - "src": "9673:25:24", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "9695:2:24", - "nodeType": "YulIdentifier", - "src": "9695:2:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9689:5:24", - "nodeType": "YulIdentifier", - "src": "9689:5:24" - }, - "nativeSrc": "9689:9:24", - "nodeType": "YulFunctionCall", - "src": "9689:9:24" - }, - "variables": [ - { - "name": "length_1", - "nativeSrc": "9677:8:24", - "nodeType": "YulTypedName", - "src": "9677:8:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9718:6:24", - "nodeType": "YulIdentifier", - "src": "9718:6:24" - }, - { - "name": "length_1", - "nativeSrc": "9726:8:24", - "nodeType": "YulIdentifier", - "src": "9726:8:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9711:6:24", - "nodeType": "YulIdentifier", - "src": "9711:6:24" - }, - "nativeSrc": "9711:24:24", - "nodeType": "YulFunctionCall", - "src": "9711:24:24" - }, - "nativeSrc": "9711:24:24", - "nodeType": "YulExpressionStatement", - "src": "9711:24:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "9787:2:24", - "nodeType": "YulIdentifier", - "src": "9787:2:24" - }, - { - "kind": "number", - "nativeSrc": "9791:2:24", - "nodeType": "YulLiteral", - "src": "9791:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9783:3:24", - "nodeType": "YulIdentifier", - "src": "9783:3:24" - }, - "nativeSrc": "9783:11:24", - "nodeType": "YulFunctionCall", - "src": "9783:11:24" - }, - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9800:6:24", - "nodeType": "YulIdentifier", - "src": "9800:6:24" - }, - { - "kind": "number", - "nativeSrc": "9808:2:24", - "nodeType": "YulLiteral", - "src": "9808:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9796:3:24", - "nodeType": "YulIdentifier", - "src": "9796:3:24" - }, - "nativeSrc": "9796:15:24", - "nodeType": "YulFunctionCall", - "src": "9796:15:24" - }, - { - "name": "length_1", - "nativeSrc": "9813:8:24", - "nodeType": "YulIdentifier", - "src": "9813:8:24" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "9748:34:24", - "nodeType": "YulIdentifier", - "src": "9748:34:24" - }, - "nativeSrc": "9748:74:24", - "nodeType": "YulFunctionCall", - "src": "9748:74:24" - }, - "nativeSrc": "9748:74:24", - "nodeType": "YulExpressionStatement", - "src": "9748:74:24" - }, - { - "nativeSrc": "9835:63:24", - "nodeType": "YulAssignment", - "src": "9835:63:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9853:6:24", - "nodeType": "YulIdentifier", - "src": "9853:6:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length_1", - "nativeSrc": "9869:8:24", - "nodeType": "YulIdentifier", - "src": "9869:8:24" - }, - { - "kind": "number", - "nativeSrc": "9879:2:24", - "nodeType": "YulLiteral", - "src": "9879:2:24", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9865:3:24", - "nodeType": "YulIdentifier", - "src": "9865:3:24" - }, - "nativeSrc": "9865:17:24", - "nodeType": "YulFunctionCall", - "src": "9865:17:24" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9888:2:24", - "nodeType": "YulLiteral", - "src": "9888:2:24", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "9884:3:24", - "nodeType": "YulIdentifier", - "src": "9884:3:24" - }, - "nativeSrc": "9884:7:24", - "nodeType": "YulFunctionCall", - "src": "9884:7:24" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "9861:3:24", - "nodeType": "YulIdentifier", - "src": "9861:3:24" - }, - "nativeSrc": "9861:31:24", - "nodeType": "YulFunctionCall", - "src": "9861:31:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9849:3:24", - "nodeType": "YulIdentifier", - "src": "9849:3:24" - }, - "nativeSrc": "9849:44:24", - "nodeType": "YulFunctionCall", - "src": "9849:44:24" - }, - { - "kind": "number", - "nativeSrc": "9895:2:24", - "nodeType": "YulLiteral", - "src": "9895:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9845:3:24", - "nodeType": "YulIdentifier", - "src": "9845:3:24" - }, - "nativeSrc": "9845:53:24", - "nodeType": "YulFunctionCall", - "src": "9845:53:24" - }, - "variableNames": [ - { - "name": "tail_2", - "nativeSrc": "9835:6:24", - "nodeType": "YulIdentifier", - "src": "9835:6:24" - } - ] - }, - { - "nativeSrc": "9911:25:24", - "nodeType": "YulAssignment", - "src": "9911:25:24", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "9925:6:24", - "nodeType": "YulIdentifier", - "src": "9925:6:24" - }, - { - "kind": "number", - "nativeSrc": "9933:2:24", - "nodeType": "YulLiteral", - "src": "9933:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9921:3:24", - "nodeType": "YulIdentifier", - "src": "9921:3:24" - }, - "nativeSrc": "9921:15:24", - "nodeType": "YulFunctionCall", - "src": "9921:15:24" - }, - "variableNames": [ - { - "name": "srcPtr", - "nativeSrc": "9911:6:24", - "nodeType": "YulIdentifier", - "src": "9911:6:24" - } - ] - }, - { - "nativeSrc": "9949:19:24", - "nodeType": "YulAssignment", - "src": "9949:19:24", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9960:3:24", - "nodeType": "YulIdentifier", - "src": "9960:3:24" - }, - { - "kind": "number", - "nativeSrc": "9965:2:24", - "nodeType": "YulLiteral", - "src": "9965:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9956:3:24", - "nodeType": "YulIdentifier", - "src": "9956:3:24" - }, - "nativeSrc": "9956:12:24", - "nodeType": "YulFunctionCall", - "src": "9956:12:24" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "9949:3:24", - "nodeType": "YulIdentifier", - "src": "9949:3:24" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "9523:1:24", - "nodeType": "YulIdentifier", - "src": "9523:1:24" - }, - { - "name": "length", - "nativeSrc": "9526:6:24", - "nodeType": "YulIdentifier", - "src": "9526:6:24" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "9520:2:24", - "nodeType": "YulIdentifier", - "src": "9520:2:24" - }, - "nativeSrc": "9520:13:24", - "nodeType": "YulFunctionCall", - "src": "9520:13:24" - }, - "nativeSrc": "9512:466:24", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "9534:18:24", - "nodeType": "YulBlock", - "src": "9534:18:24", - "statements": [ - { - "nativeSrc": "9536:14:24", - "nodeType": "YulAssignment", - "src": "9536:14:24", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "9545:1:24", - "nodeType": "YulIdentifier", - "src": "9545:1:24" - }, - { - "kind": "number", - "nativeSrc": "9548:1:24", - "nodeType": "YulLiteral", - "src": "9548:1:24", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9541:3:24", - "nodeType": "YulIdentifier", - "src": "9541:3:24" - }, - "nativeSrc": "9541:9:24", - "nodeType": "YulFunctionCall", - "src": "9541:9:24" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "9536:1:24", - "nodeType": "YulIdentifier", - "src": "9536:1:24" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "9516:3:24", - "nodeType": "YulBlock", - "src": "9516:3:24", - "statements": [] - }, - "src": "9512:466:24" - }, - { - "nativeSrc": "9987:14:24", - "nodeType": "YulAssignment", - "src": "9987:14:24", - "value": { - "name": "tail_2", - "nativeSrc": "9995:6:24", - "nodeType": "YulIdentifier", - "src": "9995:6:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "9987:4:24", - "nodeType": "YulIdentifier", - "src": "9987:4:24" - } - ] - } - ] - }, - "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:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "9154:9:24", - "nodeType": "YulTypedName", - "src": "9154:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "9165:6:24", - "nodeType": "YulTypedName", - "src": "9165:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "9176:4:24", - "nodeType": "YulTypedName", - "src": "9176:4:24", - "type": "" - } - ], - "src": "9016:991:24" - }, - { - "body": { - "nativeSrc": "10115:424:24", - "nodeType": "YulBlock", - "src": "10115:424:24", - "statements": [ - { - "body": { - "nativeSrc": "10161:16:24", - "nodeType": "YulBlock", - "src": "10161:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10170:1:24", - "nodeType": "YulLiteral", - "src": "10170:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10173:1:24", - "nodeType": "YulLiteral", - "src": "10173:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10163:6:24", - "nodeType": "YulIdentifier", - "src": "10163:6:24" - }, - "nativeSrc": "10163:12:24", - "nodeType": "YulFunctionCall", - "src": "10163:12:24" - }, - "nativeSrc": "10163:12:24", - "nodeType": "YulExpressionStatement", - "src": "10163:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "10136:7:24", - "nodeType": "YulIdentifier", - "src": "10136:7:24" - }, - { - "name": "headStart", - "nativeSrc": "10145:9:24", - "nodeType": "YulIdentifier", - "src": "10145:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "10132:3:24", - "nodeType": "YulIdentifier", - "src": "10132:3:24" - }, - "nativeSrc": "10132:23:24", - "nodeType": "YulFunctionCall", - "src": "10132:23:24" - }, - { - "kind": "number", - "nativeSrc": "10157:2:24", - "nodeType": "YulLiteral", - "src": "10157:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "10128:3:24", - "nodeType": "YulIdentifier", - "src": "10128:3:24" - }, - "nativeSrc": "10128:32:24", - "nodeType": "YulFunctionCall", - "src": "10128:32:24" - }, - "nativeSrc": "10125:52:24", - "nodeType": "YulIf", - "src": "10125:52:24" - }, - { - "nativeSrc": "10186:36:24", - "nodeType": "YulVariableDeclaration", - "src": "10186:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10212:9:24", - "nodeType": "YulIdentifier", - "src": "10212:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10199:12:24", - "nodeType": "YulIdentifier", - "src": "10199:12:24" - }, - "nativeSrc": "10199:23:24", - "nodeType": "YulFunctionCall", - "src": "10199:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "10190:5:24", - "nodeType": "YulTypedName", - "src": "10190:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "10256:5:24", - "nodeType": "YulIdentifier", - "src": "10256:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "10231:24:24", - "nodeType": "YulIdentifier", - "src": "10231:24:24" - }, - "nativeSrc": "10231:31:24", - "nodeType": "YulFunctionCall", - "src": "10231:31:24" - }, - "nativeSrc": "10231:31:24", - "nodeType": "YulExpressionStatement", - "src": "10231:31:24" - }, - { - "nativeSrc": "10271:15:24", - "nodeType": "YulAssignment", - "src": "10271:15:24", - "value": { - "name": "value", - "nativeSrc": "10281:5:24", - "nodeType": "YulIdentifier", - "src": "10281:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "10271:6:24", - "nodeType": "YulIdentifier", - "src": "10271:6:24" - } - ] - }, - { - "nativeSrc": "10295:47:24", - "nodeType": "YulVariableDeclaration", - "src": "10295:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10327:9:24", - "nodeType": "YulIdentifier", - "src": "10327:9:24" - }, - { - "kind": "number", - "nativeSrc": "10338:2:24", - "nodeType": "YulLiteral", - "src": "10338:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10323:3:24", - "nodeType": "YulIdentifier", - "src": "10323:3:24" - }, - "nativeSrc": "10323:18:24", - "nodeType": "YulFunctionCall", - "src": "10323:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10310:12:24", - "nodeType": "YulIdentifier", - "src": "10310:12:24" - }, - "nativeSrc": "10310:32:24", - "nodeType": "YulFunctionCall", - "src": "10310:32:24" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "10299:7:24", - "nodeType": "YulTypedName", - "src": "10299:7:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "10376:7:24", - "nodeType": "YulIdentifier", - "src": "10376:7:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "10351:24:24", - "nodeType": "YulIdentifier", - "src": "10351:24:24" - }, - "nativeSrc": "10351:33:24", - "nodeType": "YulFunctionCall", - "src": "10351:33:24" - }, - "nativeSrc": "10351:33:24", - "nodeType": "YulExpressionStatement", - "src": "10351:33:24" - }, - { - "nativeSrc": "10393:17:24", - "nodeType": "YulAssignment", - "src": "10393:17:24", - "value": { - "name": "value_1", - "nativeSrc": "10403:7:24", - "nodeType": "YulIdentifier", - "src": "10403:7:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "10393:6:24", - "nodeType": "YulIdentifier", - "src": "10393:6:24" - } - ] - }, - { - "nativeSrc": "10419:47:24", - "nodeType": "YulVariableDeclaration", - "src": "10419:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10451:9:24", - "nodeType": "YulIdentifier", - "src": "10451:9:24" - }, - { - "kind": "number", - "nativeSrc": "10462:2:24", - "nodeType": "YulLiteral", - "src": "10462:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10447:3:24", - "nodeType": "YulIdentifier", - "src": "10447:3:24" - }, - "nativeSrc": "10447:18:24", - "nodeType": "YulFunctionCall", - "src": "10447:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10434:12:24", - "nodeType": "YulIdentifier", - "src": "10434:12:24" - }, - "nativeSrc": "10434:32:24", - "nodeType": "YulFunctionCall", - "src": "10434:32:24" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "10423:7:24", - "nodeType": "YulTypedName", - "src": "10423:7:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_2", - "nativeSrc": "10499:7:24", - "nodeType": "YulIdentifier", - "src": "10499:7:24" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "10475:23:24", - "nodeType": "YulIdentifier", - "src": "10475:23:24" - }, - "nativeSrc": "10475:32:24", - "nodeType": "YulFunctionCall", - "src": "10475:32:24" - }, - "nativeSrc": "10475:32:24", - "nodeType": "YulExpressionStatement", - "src": "10475:32:24" - }, - { - "nativeSrc": "10516:17:24", - "nodeType": "YulAssignment", - "src": "10516:17:24", - "value": { - "name": "value_2", - "nativeSrc": "10526:7:24", - "nodeType": "YulIdentifier", - "src": "10526:7:24" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "10516:6:24", - "nodeType": "YulIdentifier", - "src": "10516:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_addresst_bytes4", - "nativeSrc": "10012:527:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10065:9:24", - "nodeType": "YulTypedName", - "src": "10065:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "10076:7:24", - "nodeType": "YulTypedName", - "src": "10076:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "10088:6:24", - "nodeType": "YulTypedName", - "src": "10088:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "10096:6:24", - "nodeType": "YulTypedName", - "src": "10096:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "10104:6:24", - "nodeType": "YulTypedName", - "src": "10104:6:24", - "type": "" - } - ], - "src": "10012:527:24" - }, - { - "body": { - "nativeSrc": "10665:152:24", - "nodeType": "YulBlock", - "src": "10665:152:24", - "statements": [ - { - "nativeSrc": "10675:26:24", - "nodeType": "YulAssignment", - "src": "10675:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10687:9:24", - "nodeType": "YulIdentifier", - "src": "10687:9:24" - }, - { - "kind": "number", - "nativeSrc": "10698:2:24", - "nodeType": "YulLiteral", - "src": "10698:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10683:3:24", - "nodeType": "YulIdentifier", - "src": "10683:3:24" - }, - "nativeSrc": "10683:18:24", - "nodeType": "YulFunctionCall", - "src": "10683:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "10675:4:24", - "nodeType": "YulIdentifier", - "src": "10675:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10717:9:24", - "nodeType": "YulIdentifier", - "src": "10717:9:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "10742:6:24", - "nodeType": "YulIdentifier", - "src": "10742:6:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10735:6:24", - "nodeType": "YulIdentifier", - "src": "10735:6:24" - }, - "nativeSrc": "10735:14:24", - "nodeType": "YulFunctionCall", - "src": "10735:14:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10728:6:24", - "nodeType": "YulIdentifier", - "src": "10728:6:24" - }, - "nativeSrc": "10728:22:24", - "nodeType": "YulFunctionCall", - "src": "10728:22:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10710:6:24", - "nodeType": "YulIdentifier", - "src": "10710:6:24" - }, - "nativeSrc": "10710:41:24", - "nodeType": "YulFunctionCall", - "src": "10710:41:24" - }, - "nativeSrc": "10710:41:24", - "nodeType": "YulExpressionStatement", - "src": "10710:41:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10771:9:24", - "nodeType": "YulIdentifier", - "src": "10771:9:24" - }, - { - "kind": "number", - "nativeSrc": "10782:2:24", - "nodeType": "YulLiteral", - "src": "10782:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10767:3:24", - "nodeType": "YulIdentifier", - "src": "10767:3:24" - }, - "nativeSrc": "10767:18:24", - "nodeType": "YulFunctionCall", - "src": "10767:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "10791:6:24", - "nodeType": "YulIdentifier", - "src": "10791:6:24" - }, - { - "kind": "number", - "nativeSrc": "10799:10:24", - "nodeType": "YulLiteral", - "src": "10799:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "10787:3:24", - "nodeType": "YulIdentifier", - "src": "10787:3:24" - }, - "nativeSrc": "10787:23:24", - "nodeType": "YulFunctionCall", - "src": "10787:23:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10760:6:24", - "nodeType": "YulIdentifier", - "src": "10760:6:24" - }, - "nativeSrc": "10760:51:24", - "nodeType": "YulFunctionCall", - "src": "10760:51:24" - }, - "nativeSrc": "10760:51:24", - "nodeType": "YulExpressionStatement", - "src": "10760:51:24" - } - ] - }, - "name": "abi_encode_tuple_t_bool_t_uint32__to_t_bool_t_uint32__fromStack_reversed", - "nativeSrc": "10544:273:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10626:9:24", - "nodeType": "YulTypedName", - "src": "10626:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "10637:6:24", - "nodeType": "YulTypedName", - "src": "10637:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "10645:6:24", - "nodeType": "YulTypedName", - "src": "10645:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "10656:4:24", - "nodeType": "YulTypedName", - "src": "10656:4:24", - "type": "" - } - ], - "src": "10544:273:24" - }, - { - "body": { - "nativeSrc": "10908:233:24", - "nodeType": "YulBlock", - "src": "10908:233:24", - "statements": [ - { - "body": { - "nativeSrc": "10954:16:24", - "nodeType": "YulBlock", - "src": "10954:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10963:1:24", - "nodeType": "YulLiteral", - "src": "10963:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10966:1:24", - "nodeType": "YulLiteral", - "src": "10966:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10956:6:24", - "nodeType": "YulIdentifier", - "src": "10956:6:24" - }, - "nativeSrc": "10956:12:24", - "nodeType": "YulFunctionCall", - "src": "10956:12:24" - }, - "nativeSrc": "10956:12:24", - "nodeType": "YulExpressionStatement", - "src": "10956:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "10929:7:24", - "nodeType": "YulIdentifier", - "src": "10929:7:24" - }, - { - "name": "headStart", - "nativeSrc": "10938:9:24", - "nodeType": "YulIdentifier", - "src": "10938:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "10925:3:24", - "nodeType": "YulIdentifier", - "src": "10925:3:24" - }, - "nativeSrc": "10925:23:24", - "nodeType": "YulFunctionCall", - "src": "10925:23:24" - }, - { - "kind": "number", - "nativeSrc": "10950:2:24", - "nodeType": "YulLiteral", - "src": "10950:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "10921:3:24", - "nodeType": "YulIdentifier", - "src": "10921:3:24" - }, - "nativeSrc": "10921:32:24", - "nodeType": "YulFunctionCall", - "src": "10921:32:24" - }, - "nativeSrc": "10918:52:24", - "nodeType": "YulIf", - "src": "10918:52:24" - }, - { - "nativeSrc": "10979:36:24", - "nodeType": "YulVariableDeclaration", - "src": "10979:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11005:9:24", - "nodeType": "YulIdentifier", - "src": "11005:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10992:12:24", - "nodeType": "YulIdentifier", - "src": "10992:12:24" - }, - "nativeSrc": "10992:23:24", - "nodeType": "YulFunctionCall", - "src": "10992:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "10983:5:24", - "nodeType": "YulTypedName", - "src": "10983:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "11049:5:24", - "nodeType": "YulIdentifier", - "src": "11049:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "11024:24:24", - "nodeType": "YulIdentifier", - "src": "11024:24:24" - }, - "nativeSrc": "11024:31:24", - "nodeType": "YulFunctionCall", - "src": "11024:31:24" - }, - "nativeSrc": "11024:31:24", - "nodeType": "YulExpressionStatement", - "src": "11024:31:24" - }, - { - "nativeSrc": "11064:15:24", - "nodeType": "YulAssignment", - "src": "11064:15:24", - "value": { - "name": "value", - "nativeSrc": "11074:5:24", - "nodeType": "YulIdentifier", - "src": "11074:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "11064:6:24", - "nodeType": "YulIdentifier", - "src": "11064:6:24" - } - ] - }, - { - "nativeSrc": "11088:47:24", - "nodeType": "YulAssignment", - "src": "11088:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11120:9:24", - "nodeType": "YulIdentifier", - "src": "11120:9:24" - }, - { - "kind": "number", - "nativeSrc": "11131:2:24", - "nodeType": "YulLiteral", - "src": "11131:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11116:3:24", - "nodeType": "YulIdentifier", - "src": "11116:3:24" - }, - "nativeSrc": "11116:18:24", - "nodeType": "YulFunctionCall", - "src": "11116:18:24" - } - ], - "functionName": { - "name": "abi_decode_uint32", - "nativeSrc": "11098:17:24", - "nodeType": "YulIdentifier", - "src": "11098:17:24" - }, - "nativeSrc": "11098:37:24", - "nodeType": "YulFunctionCall", - "src": "11098:37:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "11088:6:24", - "nodeType": "YulIdentifier", - "src": "11088:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_uint32", - "nativeSrc": "10822:319:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10866:9:24", - "nodeType": "YulTypedName", - "src": "10866:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "10877:7:24", - "nodeType": "YulTypedName", - "src": "10877:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "10889:6:24", - "nodeType": "YulTypedName", - "src": "10889:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "10897:6:24", - "nodeType": "YulTypedName", - "src": "10897:6:24", - "type": "" - } - ], - "src": "10822:319:24" - }, - { - "body": { - "nativeSrc": "11268:598:24", - "nodeType": "YulBlock", - "src": "11268:598:24", - "statements": [ - { - "body": { - "nativeSrc": "11314:16:24", - "nodeType": "YulBlock", - "src": "11314:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11323:1:24", - "nodeType": "YulLiteral", - "src": "11323:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11326:1:24", - "nodeType": "YulLiteral", - "src": "11326:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11316:6:24", - "nodeType": "YulIdentifier", - "src": "11316:6:24" - }, - "nativeSrc": "11316:12:24", - "nodeType": "YulFunctionCall", - "src": "11316:12:24" - }, - "nativeSrc": "11316:12:24", - "nodeType": "YulExpressionStatement", - "src": "11316:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "11289:7:24", - "nodeType": "YulIdentifier", - "src": "11289:7:24" - }, - { - "name": "headStart", - "nativeSrc": "11298:9:24", - "nodeType": "YulIdentifier", - "src": "11298:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "11285:3:24", - "nodeType": "YulIdentifier", - "src": "11285:3:24" - }, - "nativeSrc": "11285:23:24", - "nodeType": "YulFunctionCall", - "src": "11285:23:24" - }, - { - "kind": "number", - "nativeSrc": "11310:2:24", - "nodeType": "YulLiteral", - "src": "11310:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "11281:3:24", - "nodeType": "YulIdentifier", - "src": "11281:3:24" - }, - "nativeSrc": "11281:32:24", - "nodeType": "YulFunctionCall", - "src": "11281:32:24" - }, - "nativeSrc": "11278:52:24", - "nodeType": "YulIf", - "src": "11278:52:24" - }, - { - "nativeSrc": "11339:36:24", - "nodeType": "YulVariableDeclaration", - "src": "11339:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11365:9:24", - "nodeType": "YulIdentifier", - "src": "11365:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11352:12:24", - "nodeType": "YulIdentifier", - "src": "11352:12:24" - }, - "nativeSrc": "11352:23:24", - "nodeType": "YulFunctionCall", - "src": "11352:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "11343:5:24", - "nodeType": "YulTypedName", - "src": "11343:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "11409:5:24", - "nodeType": "YulIdentifier", - "src": "11409:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "11384:24:24", - "nodeType": "YulIdentifier", - "src": "11384:24:24" - }, - "nativeSrc": "11384:31:24", - "nodeType": "YulFunctionCall", - "src": "11384:31:24" - }, - "nativeSrc": "11384:31:24", - "nodeType": "YulExpressionStatement", - "src": "11384:31:24" - }, - { - "nativeSrc": "11424:15:24", - "nodeType": "YulAssignment", - "src": "11424:15:24", - "value": { - "name": "value", - "nativeSrc": "11434:5:24", - "nodeType": "YulIdentifier", - "src": "11434:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "11424:6:24", - "nodeType": "YulIdentifier", - "src": "11424:6:24" - } - ] - }, - { - "nativeSrc": "11448:46:24", - "nodeType": "YulVariableDeclaration", - "src": "11448:46:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11479:9:24", - "nodeType": "YulIdentifier", - "src": "11479:9:24" - }, - { - "kind": "number", - "nativeSrc": "11490:2:24", - "nodeType": "YulLiteral", - "src": "11490:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11475:3:24", - "nodeType": "YulIdentifier", - "src": "11475:3:24" - }, - "nativeSrc": "11475:18:24", - "nodeType": "YulFunctionCall", - "src": "11475:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11462:12:24", - "nodeType": "YulIdentifier", - "src": "11462:12:24" - }, - "nativeSrc": "11462:32:24", - "nodeType": "YulFunctionCall", - "src": "11462:32:24" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "11452:6:24", - "nodeType": "YulTypedName", - "src": "11452:6:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "11537:16:24", - "nodeType": "YulBlock", - "src": "11537:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11546:1:24", - "nodeType": "YulLiteral", - "src": "11546:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11549:1:24", - "nodeType": "YulLiteral", - "src": "11549:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11539:6:24", - "nodeType": "YulIdentifier", - "src": "11539:6:24" - }, - "nativeSrc": "11539:12:24", - "nodeType": "YulFunctionCall", - "src": "11539:12:24" - }, - "nativeSrc": "11539:12:24", - "nodeType": "YulExpressionStatement", - "src": "11539:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "11509:6:24", - "nodeType": "YulIdentifier", - "src": "11509:6:24" - }, - { - "kind": "number", - "nativeSrc": "11517:18:24", - "nodeType": "YulLiteral", - "src": "11517:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "11506:2:24", - "nodeType": "YulIdentifier", - "src": "11506:2:24" - }, - "nativeSrc": "11506:30:24", - "nodeType": "YulFunctionCall", - "src": "11506:30:24" - }, - "nativeSrc": "11503:50:24", - "nodeType": "YulIf", - "src": "11503:50:24" - }, - { - "nativeSrc": "11562:84:24", - "nodeType": "YulVariableDeclaration", - "src": "11562:84:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11618:9:24", - "nodeType": "YulIdentifier", - "src": "11618:9:24" - }, - { - "name": "offset", - "nativeSrc": "11629:6:24", - "nodeType": "YulIdentifier", - "src": "11629:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11614:3:24", - "nodeType": "YulIdentifier", - "src": "11614:3:24" - }, - "nativeSrc": "11614:22:24", - "nodeType": "YulFunctionCall", - "src": "11614:22:24" - }, - { - "name": "dataEnd", - "nativeSrc": "11638:7:24", - "nodeType": "YulIdentifier", - "src": "11638:7:24" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "11588:25:24", - "nodeType": "YulIdentifier", - "src": "11588:25:24" - }, - "nativeSrc": "11588:58:24", - "nodeType": "YulFunctionCall", - "src": "11588:58:24" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "11566:8:24", - "nodeType": "YulTypedName", - "src": "11566:8:24", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "11576:8:24", - "nodeType": "YulTypedName", - "src": "11576:8:24", - "type": "" - } - ] - }, - { - "nativeSrc": "11655:18:24", - "nodeType": "YulAssignment", - "src": "11655:18:24", - "value": { - "name": "value1_1", - "nativeSrc": "11665:8:24", - "nodeType": "YulIdentifier", - "src": "11665:8:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "11655:6:24", - "nodeType": "YulIdentifier", - "src": "11655:6:24" - } - ] - }, - { - "nativeSrc": "11682:18:24", - "nodeType": "YulAssignment", - "src": "11682:18:24", - "value": { - "name": "value2_1", - "nativeSrc": "11692:8:24", - "nodeType": "YulIdentifier", - "src": "11692:8:24" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "11682:6:24", - "nodeType": "YulIdentifier", - "src": "11682:6:24" - } - ] - }, - { - "nativeSrc": "11709:47:24", - "nodeType": "YulVariableDeclaration", - "src": "11709:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11741:9:24", - "nodeType": "YulIdentifier", - "src": "11741:9:24" - }, - { - "kind": "number", - "nativeSrc": "11752:2:24", - "nodeType": "YulLiteral", - "src": "11752:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11737:3:24", - "nodeType": "YulIdentifier", - "src": "11737:3:24" - }, - "nativeSrc": "11737:18:24", - "nodeType": "YulFunctionCall", - "src": "11737:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11724:12:24", - "nodeType": "YulIdentifier", - "src": "11724:12:24" - }, - "nativeSrc": "11724:32:24", - "nodeType": "YulFunctionCall", - "src": "11724:32:24" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "11713:7:24", - "nodeType": "YulTypedName", - "src": "11713:7:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "11818:16:24", - "nodeType": "YulBlock", - "src": "11818:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11827:1:24", - "nodeType": "YulLiteral", - "src": "11827:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11830:1:24", - "nodeType": "YulLiteral", - "src": "11830:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11820:6:24", - "nodeType": "YulIdentifier", - "src": "11820:6:24" - }, - "nativeSrc": "11820:12:24", - "nodeType": "YulFunctionCall", - "src": "11820:12:24" - }, - "nativeSrc": "11820:12:24", - "nodeType": "YulExpressionStatement", - "src": "11820:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "11778:7:24", - "nodeType": "YulIdentifier", - "src": "11778:7:24" - }, - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "11791:7:24", - "nodeType": "YulIdentifier", - "src": "11791:7:24" - }, - { - "kind": "number", - "nativeSrc": "11800:14:24", - "nodeType": "YulLiteral", - "src": "11800:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "11787:3:24", - "nodeType": "YulIdentifier", - "src": "11787:3:24" - }, - "nativeSrc": "11787:28:24", - "nodeType": "YulFunctionCall", - "src": "11787:28:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "11775:2:24", - "nodeType": "YulIdentifier", - "src": "11775:2:24" - }, - "nativeSrc": "11775:41:24", - "nodeType": "YulFunctionCall", - "src": "11775:41:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "11768:6:24", - "nodeType": "YulIdentifier", - "src": "11768:6:24" - }, - "nativeSrc": "11768:49:24", - "nodeType": "YulFunctionCall", - "src": "11768:49:24" - }, - "nativeSrc": "11765:69:24", - "nodeType": "YulIf", - "src": "11765:69:24" - }, - { - "nativeSrc": "11843:17:24", - "nodeType": "YulAssignment", - "src": "11843:17:24", - "value": { - "name": "value_1", - "nativeSrc": "11853:7:24", - "nodeType": "YulIdentifier", - "src": "11853:7:24" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "11843:6:24", - "nodeType": "YulIdentifier", - "src": "11843:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48", - "nativeSrc": "11146:720:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "11210:9:24", - "nodeType": "YulTypedName", - "src": "11210:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "11221:7:24", - "nodeType": "YulTypedName", - "src": "11221:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "11233:6:24", - "nodeType": "YulTypedName", - "src": "11233:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "11241:6:24", - "nodeType": "YulTypedName", - "src": "11241:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "11249:6:24", - "nodeType": "YulTypedName", - "src": "11249:6:24", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "11257:6:24", - "nodeType": "YulTypedName", - "src": "11257:6:24", - "type": "" - } - ], - "src": "11146:720:24" - }, - { - "body": { - "nativeSrc": "11998:136:24", - "nodeType": "YulBlock", - "src": "11998:136:24", - "statements": [ - { - "nativeSrc": "12008:26:24", - "nodeType": "YulAssignment", - "src": "12008:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12020:9:24", - "nodeType": "YulIdentifier", - "src": "12020:9:24" - }, - { - "kind": "number", - "nativeSrc": "12031:2:24", - "nodeType": "YulLiteral", - "src": "12031:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12016:3:24", - "nodeType": "YulIdentifier", - "src": "12016:3:24" - }, - "nativeSrc": "12016:18:24", - "nodeType": "YulFunctionCall", - "src": "12016:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "12008:4:24", - "nodeType": "YulIdentifier", - "src": "12008:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12050:9:24", - "nodeType": "YulIdentifier", - "src": "12050:9:24" - }, - { - "name": "value0", - "nativeSrc": "12061:6:24", - "nodeType": "YulIdentifier", - "src": "12061:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12043:6:24", - "nodeType": "YulIdentifier", - "src": "12043:6:24" - }, - "nativeSrc": "12043:25:24", - "nodeType": "YulFunctionCall", - "src": "12043:25:24" - }, - "nativeSrc": "12043:25:24", - "nodeType": "YulExpressionStatement", - "src": "12043:25:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12088:9:24", - "nodeType": "YulIdentifier", - "src": "12088:9:24" - }, - { - "kind": "number", - "nativeSrc": "12099:2:24", - "nodeType": "YulLiteral", - "src": "12099:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12084:3:24", - "nodeType": "YulIdentifier", - "src": "12084:3:24" - }, - "nativeSrc": "12084:18:24", - "nodeType": "YulFunctionCall", - "src": "12084:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "12108:6:24", - "nodeType": "YulIdentifier", - "src": "12108:6:24" - }, - { - "kind": "number", - "nativeSrc": "12116:10:24", - "nodeType": "YulLiteral", - "src": "12116:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12104:3:24", - "nodeType": "YulIdentifier", - "src": "12104:3:24" - }, - "nativeSrc": "12104:23:24", - "nodeType": "YulFunctionCall", - "src": "12104:23:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12077:6:24", - "nodeType": "YulIdentifier", - "src": "12077:6:24" - }, - "nativeSrc": "12077:51:24", - "nodeType": "YulFunctionCall", - "src": "12077:51:24" - }, - "nativeSrc": "12077:51:24", - "nodeType": "YulExpressionStatement", - "src": "12077:51:24" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32_t_uint32__to_t_bytes32_t_uint32__fromStack_reversed", - "nativeSrc": "11871:263:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "11959:9:24", - "nodeType": "YulTypedName", - "src": "11959:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "11970:6:24", - "nodeType": "YulTypedName", - "src": "11970:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "11978:6:24", - "nodeType": "YulTypedName", - "src": "11978:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "11989:4:24", - "nodeType": "YulTypedName", - "src": "11989:4:24", - "type": "" - } - ], - "src": "11871:263:24" - }, - { - "body": { - "nativeSrc": "12171:152:24", - "nodeType": "YulBlock", - "src": "12171:152:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12188:1:24", - "nodeType": "YulLiteral", - "src": "12188:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "12191:77:24", - "nodeType": "YulLiteral", - "src": "12191:77:24", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12181:6:24", - "nodeType": "YulIdentifier", - "src": "12181:6:24" - }, - "nativeSrc": "12181:88:24", - "nodeType": "YulFunctionCall", - "src": "12181:88:24" - }, - "nativeSrc": "12181:88:24", - "nodeType": "YulExpressionStatement", - "src": "12181:88:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12285:1:24", - "nodeType": "YulLiteral", - "src": "12285:1:24", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "12288:4:24", - "nodeType": "YulLiteral", - "src": "12288:4:24", - "type": "", - "value": "0x32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12278:6:24", - "nodeType": "YulIdentifier", - "src": "12278:6:24" - }, - "nativeSrc": "12278:15:24", - "nodeType": "YulFunctionCall", - "src": "12278:15:24" - }, - "nativeSrc": "12278:15:24", - "nodeType": "YulExpressionStatement", - "src": "12278:15:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12309:1:24", - "nodeType": "YulLiteral", - "src": "12309:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "12312:4:24", - "nodeType": "YulLiteral", - "src": "12312:4:24", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "12302:6:24", - "nodeType": "YulIdentifier", - "src": "12302:6:24" - }, - "nativeSrc": "12302:15:24", - "nodeType": "YulFunctionCall", - "src": "12302:15:24" - }, - "nativeSrc": "12302:15:24", - "nodeType": "YulExpressionStatement", - "src": "12302:15:24" - } - ] - }, - "name": "panic_error_0x32", - "nativeSrc": "12139:184:24", - "nodeType": "YulFunctionDefinition", - "src": "12139:184:24" - }, - { - "body": { - "nativeSrc": "12397:176:24", - "nodeType": "YulBlock", - "src": "12397:176:24", - "statements": [ - { - "body": { - "nativeSrc": "12443:16:24", - "nodeType": "YulBlock", - "src": "12443:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12452:1:24", - "nodeType": "YulLiteral", - "src": "12452:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "12455:1:24", - "nodeType": "YulLiteral", - "src": "12455:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "12445:6:24", - "nodeType": "YulIdentifier", - "src": "12445:6:24" - }, - "nativeSrc": "12445:12:24", - "nodeType": "YulFunctionCall", - "src": "12445:12:24" - }, - "nativeSrc": "12445:12:24", - "nodeType": "YulExpressionStatement", - "src": "12445:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "12418:7:24", - "nodeType": "YulIdentifier", - "src": "12418:7:24" - }, - { - "name": "headStart", - "nativeSrc": "12427:9:24", - "nodeType": "YulIdentifier", - "src": "12427:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "12414:3:24", - "nodeType": "YulIdentifier", - "src": "12414:3:24" - }, - "nativeSrc": "12414:23:24", - "nodeType": "YulFunctionCall", - "src": "12414:23:24" - }, - { - "kind": "number", - "nativeSrc": "12439:2:24", - "nodeType": "YulLiteral", - "src": "12439:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "12410:3:24", - "nodeType": "YulIdentifier", - "src": "12410:3:24" - }, - "nativeSrc": "12410:32:24", - "nodeType": "YulFunctionCall", - "src": "12410:32:24" - }, - "nativeSrc": "12407:52:24", - "nodeType": "YulIf", - "src": "12407:52:24" - }, - { - "nativeSrc": "12468:36:24", - "nodeType": "YulVariableDeclaration", - "src": "12468:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12494:9:24", - "nodeType": "YulIdentifier", - "src": "12494:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "12481:12:24", - "nodeType": "YulIdentifier", - "src": "12481:12:24" - }, - "nativeSrc": "12481:23:24", - "nodeType": "YulFunctionCall", - "src": "12481:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "12472:5:24", - "nodeType": "YulTypedName", - "src": "12472:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "12537:5:24", - "nodeType": "YulIdentifier", - "src": "12537:5:24" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "12513:23:24", - "nodeType": "YulIdentifier", - "src": "12513:23:24" - }, - "nativeSrc": "12513:30:24", - "nodeType": "YulFunctionCall", - "src": "12513:30:24" - }, - "nativeSrc": "12513:30:24", - "nodeType": "YulExpressionStatement", - "src": "12513:30:24" - }, - { - "nativeSrc": "12552:15:24", - "nodeType": "YulAssignment", - "src": "12552:15:24", - "value": { - "name": "value", - "nativeSrc": "12562:5:24", - "nodeType": "YulIdentifier", - "src": "12562:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "12552:6:24", - "nodeType": "YulIdentifier", - "src": "12552:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes4", - "nativeSrc": "12328:245:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "12363:9:24", - "nodeType": "YulTypedName", - "src": "12363:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "12374:7:24", - "nodeType": "YulTypedName", - "src": "12374:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "12386:6:24", - "nodeType": "YulTypedName", - "src": "12386:6:24", - "type": "" - } - ], - "src": "12328:245:24" - }, - { - "body": { - "nativeSrc": "12679:125:24", - "nodeType": "YulBlock", - "src": "12679:125:24", - "statements": [ - { - "nativeSrc": "12689:26:24", - "nodeType": "YulAssignment", - "src": "12689:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12701:9:24", - "nodeType": "YulIdentifier", - "src": "12701:9:24" - }, - { - "kind": "number", - "nativeSrc": "12712:2:24", - "nodeType": "YulLiteral", - "src": "12712:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12697:3:24", - "nodeType": "YulIdentifier", - "src": "12697:3:24" - }, - "nativeSrc": "12697:18:24", - "nodeType": "YulFunctionCall", - "src": "12697:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "12689:4:24", - "nodeType": "YulIdentifier", - "src": "12689:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12731:9:24", - "nodeType": "YulIdentifier", - "src": "12731:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "12746:6:24", - "nodeType": "YulIdentifier", - "src": "12746:6:24" - }, - { - "kind": "number", - "nativeSrc": "12754:42:24", - "nodeType": "YulLiteral", - "src": "12754:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12742:3:24", - "nodeType": "YulIdentifier", - "src": "12742:3:24" - }, - "nativeSrc": "12742:55:24", - "nodeType": "YulFunctionCall", - "src": "12742:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12724:6:24", - "nodeType": "YulIdentifier", - "src": "12724:6:24" - }, - "nativeSrc": "12724:74:24", - "nodeType": "YulFunctionCall", - "src": "12724:74:24" - }, - "nativeSrc": "12724:74:24", - "nodeType": "YulExpressionStatement", - "src": "12724:74:24" - } - ] - }, - "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", - "nativeSrc": "12578:226:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "12648:9:24", - "nodeType": "YulTypedName", - "src": "12648:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "12659:6:24", - "nodeType": "YulTypedName", - "src": "12659:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "12670:4:24", - "nodeType": "YulTypedName", - "src": "12670:4:24", - "type": "" - } - ], - "src": "12578:226:24" - }, - { - "body": { - "nativeSrc": "12964:333:24", - "nodeType": "YulBlock", - "src": "12964:333:24", - "statements": [ - { - "nativeSrc": "12974:26:24", - "nodeType": "YulAssignment", - "src": "12974:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12986:9:24", - "nodeType": "YulIdentifier", - "src": "12986:9:24" - }, - { - "kind": "number", - "nativeSrc": "12997:2:24", - "nodeType": "YulLiteral", - "src": "12997:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12982:3:24", - "nodeType": "YulIdentifier", - "src": "12982:3:24" - }, - "nativeSrc": "12982:18:24", - "nodeType": "YulFunctionCall", - "src": "12982:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "12974:4:24", - "nodeType": "YulIdentifier", - "src": "12974:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13016:9:24", - "nodeType": "YulIdentifier", - "src": "13016:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "13031:6:24", - "nodeType": "YulIdentifier", - "src": "13031:6:24" - }, - { - "kind": "number", - "nativeSrc": "13039:42:24", - "nodeType": "YulLiteral", - "src": "13039:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13027:3:24", - "nodeType": "YulIdentifier", - "src": "13027:3:24" - }, - "nativeSrc": "13027:55:24", - "nodeType": "YulFunctionCall", - "src": "13027:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13009:6:24", - "nodeType": "YulIdentifier", - "src": "13009:6:24" - }, - "nativeSrc": "13009:74:24", - "nodeType": "YulFunctionCall", - "src": "13009:74:24" - }, - "nativeSrc": "13009:74:24", - "nodeType": "YulExpressionStatement", - "src": "13009:74:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13103:9:24", - "nodeType": "YulIdentifier", - "src": "13103:9:24" - }, - { - "kind": "number", - "nativeSrc": "13114:2:24", - "nodeType": "YulLiteral", - "src": "13114:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13099:3:24", - "nodeType": "YulIdentifier", - "src": "13099:3:24" - }, - "nativeSrc": "13099:18:24", - "nodeType": "YulFunctionCall", - "src": "13099:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "13123:6:24", - "nodeType": "YulIdentifier", - "src": "13123:6:24" - }, - { - "kind": "number", - "nativeSrc": "13131:42:24", - "nodeType": "YulLiteral", - "src": "13131:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13119:3:24", - "nodeType": "YulIdentifier", - "src": "13119:3:24" - }, - "nativeSrc": "13119:55:24", - "nodeType": "YulFunctionCall", - "src": "13119:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13092:6:24", - "nodeType": "YulIdentifier", - "src": "13092:6:24" - }, - "nativeSrc": "13092:83:24", - "nodeType": "YulFunctionCall", - "src": "13092:83:24" - }, - "nativeSrc": "13092:83:24", - "nodeType": "YulExpressionStatement", - "src": "13092:83:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13195:9:24", - "nodeType": "YulIdentifier", - "src": "13195:9:24" - }, - { - "kind": "number", - "nativeSrc": "13206:2:24", - "nodeType": "YulLiteral", - "src": "13206:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13191:3:24", - "nodeType": "YulIdentifier", - "src": "13191:3:24" - }, - "nativeSrc": "13191:18:24", - "nodeType": "YulFunctionCall", - "src": "13191:18:24" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "13215:6:24", - "nodeType": "YulIdentifier", - "src": "13215:6:24" - }, - { - "kind": "number", - "nativeSrc": "13223:66:24", - "nodeType": "YulLiteral", - "src": "13223:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13211:3:24", - "nodeType": "YulIdentifier", - "src": "13211:3:24" - }, - "nativeSrc": "13211:79:24", - "nodeType": "YulFunctionCall", - "src": "13211:79:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13184:6:24", - "nodeType": "YulIdentifier", - "src": "13184:6:24" - }, - "nativeSrc": "13184:107:24", - "nodeType": "YulFunctionCall", - "src": "13184:107:24" - }, - "nativeSrc": "13184:107:24", - "nodeType": "YulExpressionStatement", - "src": "13184:107:24" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed", - "nativeSrc": "12809:488:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "12917:9:24", - "nodeType": "YulTypedName", - "src": "12917:9:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "12928:6:24", - "nodeType": "YulTypedName", - "src": "12928:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "12936:6:24", - "nodeType": "YulTypedName", - "src": "12936:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "12944:6:24", - "nodeType": "YulTypedName", - "src": "12944:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "12955:4:24", - "nodeType": "YulTypedName", - "src": "12955:4:24", - "type": "" - } - ], - "src": "12809:488:24" - }, - { - "body": { - "nativeSrc": "13369:200:24", - "nodeType": "YulBlock", - "src": "13369:200:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13386:3:24", - "nodeType": "YulIdentifier", - "src": "13386:3:24" - }, - { - "name": "length", - "nativeSrc": "13391:6:24", - "nodeType": "YulIdentifier", - "src": "13391:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13379:6:24", - "nodeType": "YulIdentifier", - "src": "13379:6:24" - }, - "nativeSrc": "13379:19:24", - "nodeType": "YulFunctionCall", - "src": "13379:19:24" - }, - "nativeSrc": "13379:19:24", - "nodeType": "YulExpressionStatement", - "src": "13379:19:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13424:3:24", - "nodeType": "YulIdentifier", - "src": "13424:3:24" - }, - { - "kind": "number", - "nativeSrc": "13429:4:24", - "nodeType": "YulLiteral", - "src": "13429:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13420:3:24", - "nodeType": "YulIdentifier", - "src": "13420:3:24" - }, - "nativeSrc": "13420:14:24", - "nodeType": "YulFunctionCall", - "src": "13420:14:24" - }, - { - "name": "start", - "nativeSrc": "13436:5:24", - "nodeType": "YulIdentifier", - "src": "13436:5:24" - }, - { - "name": "length", - "nativeSrc": "13443:6:24", - "nodeType": "YulIdentifier", - "src": "13443:6:24" - } - ], - "functionName": { - "name": "calldatacopy", - "nativeSrc": "13407:12:24", - "nodeType": "YulIdentifier", - "src": "13407:12:24" - }, - "nativeSrc": "13407:43:24", - "nodeType": "YulFunctionCall", - "src": "13407:43:24" - }, - "nativeSrc": "13407:43:24", - "nodeType": "YulExpressionStatement", - "src": "13407:43:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13474:3:24", - "nodeType": "YulIdentifier", - "src": "13474:3:24" - }, - { - "name": "length", - "nativeSrc": "13479:6:24", - "nodeType": "YulIdentifier", - "src": "13479:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13470:3:24", - "nodeType": "YulIdentifier", - "src": "13470:3:24" - }, - "nativeSrc": "13470:16:24", - "nodeType": "YulFunctionCall", - "src": "13470:16:24" - }, - { - "kind": "number", - "nativeSrc": "13488:4:24", - "nodeType": "YulLiteral", - "src": "13488:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13466:3:24", - "nodeType": "YulIdentifier", - "src": "13466:3:24" - }, - "nativeSrc": "13466:27:24", - "nodeType": "YulFunctionCall", - "src": "13466:27:24" - }, - { - "kind": "number", - "nativeSrc": "13495:1:24", - "nodeType": "YulLiteral", - "src": "13495:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13459:6:24", - "nodeType": "YulIdentifier", - "src": "13459:6:24" - }, - "nativeSrc": "13459:38:24", - "nodeType": "YulFunctionCall", - "src": "13459:38:24" - }, - "nativeSrc": "13459:38:24", - "nodeType": "YulExpressionStatement", - "src": "13459:38:24" - }, - { - "nativeSrc": "13506:57:24", - "nodeType": "YulAssignment", - "src": "13506:57:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13521:3:24", - "nodeType": "YulIdentifier", - "src": "13521:3:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "13534:6:24", - "nodeType": "YulIdentifier", - "src": "13534:6:24" - }, - { - "kind": "number", - "nativeSrc": "13542:2:24", - "nodeType": "YulLiteral", - "src": "13542:2:24", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13530:3:24", - "nodeType": "YulIdentifier", - "src": "13530:3:24" - }, - "nativeSrc": "13530:15:24", - "nodeType": "YulFunctionCall", - "src": "13530:15:24" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13551:2:24", - "nodeType": "YulLiteral", - "src": "13551:2:24", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "13547:3:24", - "nodeType": "YulIdentifier", - "src": "13547:3:24" - }, - "nativeSrc": "13547:7:24", - "nodeType": "YulFunctionCall", - "src": "13547:7:24" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13526:3:24", - "nodeType": "YulIdentifier", - "src": "13526:3:24" - }, - "nativeSrc": "13526:29:24", - "nodeType": "YulFunctionCall", - "src": "13526:29:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13517:3:24", - "nodeType": "YulIdentifier", - "src": "13517:3:24" - }, - "nativeSrc": "13517:39:24", - "nodeType": "YulFunctionCall", - "src": "13517:39:24" - }, - { - "kind": "number", - "nativeSrc": "13558:4:24", - "nodeType": "YulLiteral", - "src": "13558:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13513:3:24", - "nodeType": "YulIdentifier", - "src": "13513:3:24" - }, - "nativeSrc": "13513:50:24", - "nodeType": "YulFunctionCall", - "src": "13513:50:24" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "13506:3:24", - "nodeType": "YulIdentifier", - "src": "13506:3:24" - } - ] - } - ] - }, - "name": "abi_encode_string_calldata", - "nativeSrc": "13302:267:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "start", - "nativeSrc": "13338:5:24", - "nodeType": "YulTypedName", - "src": "13338:5:24", - "type": "" - }, - { - "name": "length", - "nativeSrc": "13345:6:24", - "nodeType": "YulTypedName", - "src": "13345:6:24", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "13353:3:24", - "nodeType": "YulTypedName", - "src": "13353:3:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "13361:3:24", - "nodeType": "YulTypedName", - "src": "13361:3:24", - "type": "" - } - ], - "src": "13302:267:24" - }, - { - "body": { - "nativeSrc": "13705:116:24", - "nodeType": "YulBlock", - "src": "13705:116:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13722:9:24", - "nodeType": "YulIdentifier", - "src": "13722:9:24" - }, - { - "kind": "number", - "nativeSrc": "13733:2:24", - "nodeType": "YulLiteral", - "src": "13733:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13715:6:24", - "nodeType": "YulIdentifier", - "src": "13715:6:24" - }, - "nativeSrc": "13715:21:24", - "nodeType": "YulFunctionCall", - "src": "13715:21:24" - }, - "nativeSrc": "13715:21:24", - "nodeType": "YulExpressionStatement", - "src": "13715:21:24" - }, - { - "nativeSrc": "13745:70:24", - "nodeType": "YulAssignment", - "src": "13745:70:24", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "13780:6:24", - "nodeType": "YulIdentifier", - "src": "13780:6:24" - }, - { - "name": "value1", - "nativeSrc": "13788:6:24", - "nodeType": "YulIdentifier", - "src": "13788:6:24" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13800:9:24", - "nodeType": "YulIdentifier", - "src": "13800:9:24" - }, - { - "kind": "number", - "nativeSrc": "13811:2:24", - "nodeType": "YulLiteral", - "src": "13811:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13796:3:24", - "nodeType": "YulIdentifier", - "src": "13796:3:24" - }, - "nativeSrc": "13796:18:24", - "nodeType": "YulFunctionCall", - "src": "13796:18:24" - } - ], - "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "13753:26:24", - "nodeType": "YulIdentifier", - "src": "13753:26:24" - }, - "nativeSrc": "13753:62:24", - "nodeType": "YulFunctionCall", - "src": "13753:62:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "13745:4:24", - "nodeType": "YulIdentifier", - "src": "13745:4:24" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_string_calldata_ptr__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "13574:247:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "13666:9:24", - "nodeType": "YulTypedName", - "src": "13666:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "13677:6:24", - "nodeType": "YulTypedName", - "src": "13677:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "13685:6:24", - "nodeType": "YulTypedName", - "src": "13685:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "13696:4:24", - "nodeType": "YulTypedName", - "src": "13696:4:24", - "type": "" - } - ], - "src": "13574:247:24" - }, - { - "body": { - "nativeSrc": "13906:169:24", - "nodeType": "YulBlock", - "src": "13906:169:24", - "statements": [ - { - "body": { - "nativeSrc": "13952:16:24", - "nodeType": "YulBlock", - "src": "13952:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13961:1:24", - "nodeType": "YulLiteral", - "src": "13961:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "13964:1:24", - "nodeType": "YulLiteral", - "src": "13964:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "13954:6:24", - "nodeType": "YulIdentifier", - "src": "13954:6:24" - }, - "nativeSrc": "13954:12:24", - "nodeType": "YulFunctionCall", - "src": "13954:12:24" - }, - "nativeSrc": "13954:12:24", - "nodeType": "YulExpressionStatement", - "src": "13954:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "13927:7:24", - "nodeType": "YulIdentifier", - "src": "13927:7:24" - }, - { - "name": "headStart", - "nativeSrc": "13936:9:24", - "nodeType": "YulIdentifier", - "src": "13936:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "13923:3:24", - "nodeType": "YulIdentifier", - "src": "13923:3:24" - }, - "nativeSrc": "13923:23:24", - "nodeType": "YulFunctionCall", - "src": "13923:23:24" - }, - { - "kind": "number", - "nativeSrc": "13948:2:24", - "nodeType": "YulLiteral", - "src": "13948:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "13919:3:24", - "nodeType": "YulIdentifier", - "src": "13919:3:24" - }, - "nativeSrc": "13919:32:24", - "nodeType": "YulFunctionCall", - "src": "13919:32:24" - }, - "nativeSrc": "13916:52:24", - "nodeType": "YulIf", - "src": "13916:52:24" - }, - { - "nativeSrc": "13977:29:24", - "nodeType": "YulVariableDeclaration", - "src": "13977:29:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13996:9:24", - "nodeType": "YulIdentifier", - "src": "13996:9:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "13990:5:24", - "nodeType": "YulIdentifier", - "src": "13990:5:24" - }, - "nativeSrc": "13990:16:24", - "nodeType": "YulFunctionCall", - "src": "13990:16:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "13981:5:24", - "nodeType": "YulTypedName", - "src": "13981:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "14039:5:24", - "nodeType": "YulIdentifier", - "src": "14039:5:24" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "14015:23:24", - "nodeType": "YulIdentifier", - "src": "14015:23:24" - }, - "nativeSrc": "14015:30:24", - "nodeType": "YulFunctionCall", - "src": "14015:30:24" - }, - "nativeSrc": "14015:30:24", - "nodeType": "YulExpressionStatement", - "src": "14015:30:24" - }, - { - "nativeSrc": "14054:15:24", - "nodeType": "YulAssignment", - "src": "14054:15:24", - "value": { - "name": "value", - "nativeSrc": "14064:5:24", - "nodeType": "YulIdentifier", - "src": "14064:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "14054:6:24", - "nodeType": "YulIdentifier", - "src": "14054:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes4_fromMemory", - "nativeSrc": "13826:249:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "13872:9:24", - "nodeType": "YulTypedName", - "src": "13872:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "13883:7:24", - "nodeType": "YulTypedName", - "src": "13883:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "13895:6:24", - "nodeType": "YulTypedName", - "src": "13895:6:24", - "type": "" - } - ], - "src": "13826:249:24" - }, - { - "body": { - "nativeSrc": "14265:300:24", - "nodeType": "YulBlock", - "src": "14265:300:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14282:9:24", - "nodeType": "YulIdentifier", - "src": "14282:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "14297:6:24", - "nodeType": "YulIdentifier", - "src": "14297:6:24" - }, - { - "kind": "number", - "nativeSrc": "14305:42:24", - "nodeType": "YulLiteral", - "src": "14305:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "14293:3:24", - "nodeType": "YulIdentifier", - "src": "14293:3:24" - }, - "nativeSrc": "14293:55:24", - "nodeType": "YulFunctionCall", - "src": "14293:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14275:6:24", - "nodeType": "YulIdentifier", - "src": "14275:6:24" - }, - "nativeSrc": "14275:74:24", - "nodeType": "YulFunctionCall", - "src": "14275:74:24" - }, - "nativeSrc": "14275:74:24", - "nodeType": "YulExpressionStatement", - "src": "14275:74:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14369:9:24", - "nodeType": "YulIdentifier", - "src": "14369:9:24" - }, - { - "kind": "number", - "nativeSrc": "14380:2:24", - "nodeType": "YulLiteral", - "src": "14380:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14365:3:24", - "nodeType": "YulIdentifier", - "src": "14365:3:24" - }, - "nativeSrc": "14365:18:24", - "nodeType": "YulFunctionCall", - "src": "14365:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "14389:6:24", - "nodeType": "YulIdentifier", - "src": "14389:6:24" - }, - { - "kind": "number", - "nativeSrc": "14397:42:24", - "nodeType": "YulLiteral", - "src": "14397:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "14385:3:24", - "nodeType": "YulIdentifier", - "src": "14385:3:24" - }, - "nativeSrc": "14385:55:24", - "nodeType": "YulFunctionCall", - "src": "14385:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14358:6:24", - "nodeType": "YulIdentifier", - "src": "14358:6:24" - }, - "nativeSrc": "14358:83:24", - "nodeType": "YulFunctionCall", - "src": "14358:83:24" - }, - "nativeSrc": "14358:83:24", - "nodeType": "YulExpressionStatement", - "src": "14358:83:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14461:9:24", - "nodeType": "YulIdentifier", - "src": "14461:9:24" - }, - { - "kind": "number", - "nativeSrc": "14472:2:24", - "nodeType": "YulLiteral", - "src": "14472:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14457:3:24", - "nodeType": "YulIdentifier", - "src": "14457:3:24" - }, - "nativeSrc": "14457:18:24", - "nodeType": "YulFunctionCall", - "src": "14457:18:24" - }, - { - "kind": "number", - "nativeSrc": "14477:2:24", - "nodeType": "YulLiteral", - "src": "14477:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14450:6:24", - "nodeType": "YulIdentifier", - "src": "14450:6:24" - }, - "nativeSrc": "14450:30:24", - "nodeType": "YulFunctionCall", - "src": "14450:30:24" - }, - "nativeSrc": "14450:30:24", - "nodeType": "YulExpressionStatement", - "src": "14450:30:24" - }, - { - "nativeSrc": "14489:70:24", - "nodeType": "YulAssignment", - "src": "14489:70:24", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "14524:6:24", - "nodeType": "YulIdentifier", - "src": "14524:6:24" - }, - { - "name": "value3", - "nativeSrc": "14532:6:24", - "nodeType": "YulIdentifier", - "src": "14532:6:24" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14544:9:24", - "nodeType": "YulIdentifier", - "src": "14544:9:24" - }, - { - "kind": "number", - "nativeSrc": "14555:2:24", - "nodeType": "YulLiteral", - "src": "14555:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14540:3:24", - "nodeType": "YulIdentifier", - "src": "14540:3:24" - }, - "nativeSrc": "14540:18:24", - "nodeType": "YulFunctionCall", - "src": "14540:18:24" - } - ], - "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "14497:26:24", - "nodeType": "YulIdentifier", - "src": "14497:26:24" - }, - "nativeSrc": "14497:62:24", - "nodeType": "YulFunctionCall", - "src": "14497:62:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "14489:4:24", - "nodeType": "YulIdentifier", - "src": "14489:4:24" - } - ] - } - ] - }, - "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:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "14210:9:24", - "nodeType": "YulTypedName", - "src": "14210:9:24", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "14221:6:24", - "nodeType": "YulTypedName", - "src": "14221:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "14229:6:24", - "nodeType": "YulTypedName", - "src": "14229:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "14237:6:24", - "nodeType": "YulTypedName", - "src": "14237:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "14245:6:24", - "nodeType": "YulTypedName", - "src": "14245:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "14256:4:24", - "nodeType": "YulTypedName", - "src": "14256:4:24", - "type": "" - } - ], - "src": "14080:485:24" - }, - { - "body": { - "nativeSrc": "14602:152:24", - "nodeType": "YulBlock", - "src": "14602:152:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14619:1:24", - "nodeType": "YulLiteral", - "src": "14619:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14622:77:24", - "nodeType": "YulLiteral", - "src": "14622:77:24", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14612:6:24", - "nodeType": "YulIdentifier", - "src": "14612:6:24" - }, - "nativeSrc": "14612:88:24", - "nodeType": "YulFunctionCall", - "src": "14612:88:24" - }, - "nativeSrc": "14612:88:24", - "nodeType": "YulExpressionStatement", - "src": "14612:88:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14716:1:24", - "nodeType": "YulLiteral", - "src": "14716:1:24", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "14719:4:24", - "nodeType": "YulLiteral", - "src": "14719:4:24", - "type": "", - "value": "0x11" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14709:6:24", - "nodeType": "YulIdentifier", - "src": "14709:6:24" - }, - "nativeSrc": "14709:15:24", - "nodeType": "YulFunctionCall", - "src": "14709:15:24" - }, - "nativeSrc": "14709:15:24", - "nodeType": "YulExpressionStatement", - "src": "14709:15:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14740:1:24", - "nodeType": "YulLiteral", - "src": "14740:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14743:4:24", - "nodeType": "YulLiteral", - "src": "14743:4:24", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14733:6:24", - "nodeType": "YulIdentifier", - "src": "14733:6:24" - }, - "nativeSrc": "14733:15:24", - "nodeType": "YulFunctionCall", - "src": "14733:15:24" - }, - "nativeSrc": "14733:15:24", - "nodeType": "YulExpressionStatement", - "src": "14733:15:24" - } - ] - }, - "name": "panic_error_0x11", - "nativeSrc": "14570:184:24", - "nodeType": "YulFunctionDefinition", - "src": "14570:184:24" - }, - { - "body": { - "nativeSrc": "14808:79:24", - "nodeType": "YulBlock", - "src": "14808:79:24", - "statements": [ - { - "nativeSrc": "14818:17:24", - "nodeType": "YulAssignment", - "src": "14818:17:24", - "value": { - "arguments": [ - { - "name": "x", - "nativeSrc": "14830:1:24", - "nodeType": "YulIdentifier", - "src": "14830:1:24" - }, - { - "name": "y", - "nativeSrc": "14833:1:24", - "nodeType": "YulIdentifier", - "src": "14833:1:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "14826:3:24", - "nodeType": "YulIdentifier", - "src": "14826:3:24" - }, - "nativeSrc": "14826:9:24", - "nodeType": "YulFunctionCall", - "src": "14826:9:24" - }, - "variableNames": [ - { - "name": "diff", - "nativeSrc": "14818:4:24", - "nodeType": "YulIdentifier", - "src": "14818:4:24" - } - ] - }, - { - "body": { - "nativeSrc": "14859:22:24", - "nodeType": "YulBlock", - "src": "14859:22:24", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "14861:16:24", - "nodeType": "YulIdentifier", - "src": "14861:16:24" - }, - "nativeSrc": "14861:18:24", - "nodeType": "YulFunctionCall", - "src": "14861:18:24" - }, - "nativeSrc": "14861:18:24", - "nodeType": "YulExpressionStatement", - "src": "14861:18:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "diff", - "nativeSrc": "14850:4:24", - "nodeType": "YulIdentifier", - "src": "14850:4:24" - }, - { - "name": "x", - "nativeSrc": "14856:1:24", - "nodeType": "YulIdentifier", - "src": "14856:1:24" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "14847:2:24", - "nodeType": "YulIdentifier", - "src": "14847:2:24" - }, - "nativeSrc": "14847:11:24", - "nodeType": "YulFunctionCall", - "src": "14847:11:24" - }, - "nativeSrc": "14844:37:24", - "nodeType": "YulIf", - "src": "14844:37:24" - } - ] - }, - "name": "checked_sub_t_uint256", - "nativeSrc": "14759:128:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "x", - "nativeSrc": "14790:1:24", - "nodeType": "YulTypedName", - "src": "14790:1:24", - "type": "" - }, - { - "name": "y", - "nativeSrc": "14793:1:24", - "nodeType": "YulTypedName", - "src": "14793:1:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "diff", - "nativeSrc": "14799:4:24", - "nodeType": "YulTypedName", - "src": "14799:4:24", - "type": "" - } - ], - "src": "14759:128:24" - }, - { - "body": { - "nativeSrc": "15022:201:24", - "nodeType": "YulBlock", - "src": "15022:201:24", - "statements": [ - { - "body": { - "nativeSrc": "15060:16:24", - "nodeType": "YulBlock", - "src": "15060:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15069:1:24", - "nodeType": "YulLiteral", - "src": "15069:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15072:1:24", - "nodeType": "YulLiteral", - "src": "15072:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15062:6:24", - "nodeType": "YulIdentifier", - "src": "15062:6:24" - }, - "nativeSrc": "15062:12:24", - "nodeType": "YulFunctionCall", - "src": "15062:12:24" - }, - "nativeSrc": "15062:12:24", - "nodeType": "YulExpressionStatement", - "src": "15062:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "15038:10:24", - "nodeType": "YulIdentifier", - "src": "15038:10:24" - }, - { - "name": "endIndex", - "nativeSrc": "15050:8:24", - "nodeType": "YulIdentifier", - "src": "15050:8:24" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15035:2:24", - "nodeType": "YulIdentifier", - "src": "15035:2:24" - }, - "nativeSrc": "15035:24:24", - "nodeType": "YulFunctionCall", - "src": "15035:24:24" - }, - "nativeSrc": "15032:44:24", - "nodeType": "YulIf", - "src": "15032:44:24" - }, - { - "body": { - "nativeSrc": "15109:16:24", - "nodeType": "YulBlock", - "src": "15109:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15118:1:24", - "nodeType": "YulLiteral", - "src": "15118:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15121:1:24", - "nodeType": "YulLiteral", - "src": "15121:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15111:6:24", - "nodeType": "YulIdentifier", - "src": "15111:6:24" - }, - "nativeSrc": "15111:12:24", - "nodeType": "YulFunctionCall", - "src": "15111:12:24" - }, - "nativeSrc": "15111:12:24", - "nodeType": "YulExpressionStatement", - "src": "15111:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "endIndex", - "nativeSrc": "15091:8:24", - "nodeType": "YulIdentifier", - "src": "15091:8:24" - }, - { - "name": "length", - "nativeSrc": "15101:6:24", - "nodeType": "YulIdentifier", - "src": "15101:6:24" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15088:2:24", - "nodeType": "YulIdentifier", - "src": "15088:2:24" - }, - "nativeSrc": "15088:20:24", - "nodeType": "YulFunctionCall", - "src": "15088:20:24" - }, - "nativeSrc": "15085:40:24", - "nodeType": "YulIf", - "src": "15085:40:24" - }, - { - "nativeSrc": "15134:36:24", - "nodeType": "YulAssignment", - "src": "15134:36:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "15151:6:24", - "nodeType": "YulIdentifier", - "src": "15151:6:24" - }, - { - "name": "startIndex", - "nativeSrc": "15159:10:24", - "nodeType": "YulIdentifier", - "src": "15159:10:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15147:3:24", - "nodeType": "YulIdentifier", - "src": "15147:3:24" - }, - "nativeSrc": "15147:23:24", - "nodeType": "YulFunctionCall", - "src": "15147:23:24" - }, - "variableNames": [ - { - "name": "offsetOut", - "nativeSrc": "15134:9:24", - "nodeType": "YulIdentifier", - "src": "15134:9:24" - } - ] - }, - { - "nativeSrc": "15179:38:24", - "nodeType": "YulAssignment", - "src": "15179:38:24", - "value": { - "arguments": [ - { - "name": "endIndex", - "nativeSrc": "15196:8:24", - "nodeType": "YulIdentifier", - "src": "15196:8:24" - }, - { - "name": "startIndex", - "nativeSrc": "15206:10:24", - "nodeType": "YulIdentifier", - "src": "15206:10:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15192:3:24", - "nodeType": "YulIdentifier", - "src": "15192:3:24" - }, - "nativeSrc": "15192:25:24", - "nodeType": "YulFunctionCall", - "src": "15192:25:24" - }, - "variableNames": [ - { - "name": "lengthOut", - "nativeSrc": "15179:9:24", - "nodeType": "YulIdentifier", - "src": "15179:9:24" - } - ] - } - ] - }, - "name": "calldata_array_index_range_access_t_bytes_calldata_ptr", - "nativeSrc": "14892:331:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "14956:6:24", - "nodeType": "YulTypedName", - "src": "14956:6:24", - "type": "" - }, - { - "name": "length", - "nativeSrc": "14964:6:24", - "nodeType": "YulTypedName", - "src": "14964:6:24", - "type": "" - }, - { - "name": "startIndex", - "nativeSrc": "14972:10:24", - "nodeType": "YulTypedName", - "src": "14972:10:24", - "type": "" - }, - { - "name": "endIndex", - "nativeSrc": "14984:8:24", - "nodeType": "YulTypedName", - "src": "14984:8:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "offsetOut", - "nativeSrc": "14997:9:24", - "nodeType": "YulTypedName", - "src": "14997:9:24", - "type": "" - }, - { - "name": "lengthOut", - "nativeSrc": "15008:9:24", - "nodeType": "YulTypedName", - "src": "15008:9:24", - "type": "" - } - ], - "src": "14892:331:24" - }, - { - "body": { - "nativeSrc": "15260:152:24", - "nodeType": "YulBlock", - "src": "15260:152:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15277:1:24", - "nodeType": "YulLiteral", - "src": "15277:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15280:77:24", - "nodeType": "YulLiteral", - "src": "15280:77:24", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15270:6:24", - "nodeType": "YulIdentifier", - "src": "15270:6:24" - }, - "nativeSrc": "15270:88:24", - "nodeType": "YulFunctionCall", - "src": "15270:88:24" - }, - "nativeSrc": "15270:88:24", - "nodeType": "YulExpressionStatement", - "src": "15270:88:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15374:1:24", - "nodeType": "YulLiteral", - "src": "15374:1:24", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "15377:4:24", - "nodeType": "YulLiteral", - "src": "15377:4:24", - "type": "", - "value": "0x41" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15367:6:24", - "nodeType": "YulIdentifier", - "src": "15367:6:24" - }, - "nativeSrc": "15367:15:24", - "nodeType": "YulFunctionCall", - "src": "15367:15:24" - }, - "nativeSrc": "15367:15:24", - "nodeType": "YulExpressionStatement", - "src": "15367:15:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15398:1:24", - "nodeType": "YulLiteral", - "src": "15398:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15401:4:24", - "nodeType": "YulLiteral", - "src": "15401:4:24", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15391:6:24", - "nodeType": "YulIdentifier", - "src": "15391:6:24" - }, - "nativeSrc": "15391:15:24", - "nodeType": "YulFunctionCall", - "src": "15391:15:24" - }, - "nativeSrc": "15391:15:24", - "nodeType": "YulExpressionStatement", - "src": "15391:15:24" - } - ] - }, - "name": "panic_error_0x41", - "nativeSrc": "15228:184:24", - "nodeType": "YulFunctionDefinition", - "src": "15228:184:24" - }, - { - "body": { - "nativeSrc": "15511:427:24", - "nodeType": "YulBlock", - "src": "15511:427:24", - "statements": [ - { - "nativeSrc": "15521:51:24", - "nodeType": "YulVariableDeclaration", - "src": "15521:51:24", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "15560:11:24", - "nodeType": "YulIdentifier", - "src": "15560:11:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15547:12:24", - "nodeType": "YulIdentifier", - "src": "15547:12:24" - }, - "nativeSrc": "15547:25:24", - "nodeType": "YulFunctionCall", - "src": "15547:25:24" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "15525:18:24", - "nodeType": "YulTypedName", - "src": "15525:18:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "15661:16:24", - "nodeType": "YulBlock", - "src": "15661:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15670:1:24", - "nodeType": "YulLiteral", - "src": "15670:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15673:1:24", - "nodeType": "YulLiteral", - "src": "15673:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15663:6:24", - "nodeType": "YulIdentifier", - "src": "15663:6:24" - }, - "nativeSrc": "15663:12:24", - "nodeType": "YulFunctionCall", - "src": "15663:12:24" - }, - "nativeSrc": "15663:12:24", - "nodeType": "YulExpressionStatement", - "src": "15663:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "15595:18:24", - "nodeType": "YulIdentifier", - "src": "15595:18:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "15623:12:24", - "nodeType": "YulIdentifier", - "src": "15623:12:24" - }, - "nativeSrc": "15623:14:24", - "nodeType": "YulFunctionCall", - "src": "15623:14:24" - }, - { - "name": "base_ref", - "nativeSrc": "15639:8:24", - "nodeType": "YulIdentifier", - "src": "15639:8:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15619:3:24", - "nodeType": "YulIdentifier", - "src": "15619:3:24" - }, - "nativeSrc": "15619:29:24", - "nodeType": "YulFunctionCall", - "src": "15619:29:24" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15654:2:24", - "nodeType": "YulLiteral", - "src": "15654:2:24", - "type": "", - "value": "30" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "15650:3:24", - "nodeType": "YulIdentifier", - "src": "15650:3:24" - }, - "nativeSrc": "15650:7:24", - "nodeType": "YulFunctionCall", - "src": "15650:7:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15615:3:24", - "nodeType": "YulIdentifier", - "src": "15615:3:24" - }, - "nativeSrc": "15615:43:24", - "nodeType": "YulFunctionCall", - "src": "15615:43:24" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "15591:3:24", - "nodeType": "YulIdentifier", - "src": "15591:3:24" - }, - "nativeSrc": "15591:68:24", - "nodeType": "YulFunctionCall", - "src": "15591:68:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "15584:6:24", - "nodeType": "YulIdentifier", - "src": "15584:6:24" - }, - "nativeSrc": "15584:76:24", - "nodeType": "YulFunctionCall", - "src": "15584:76:24" - }, - "nativeSrc": "15581:96:24", - "nodeType": "YulIf", - "src": "15581:96:24" - }, - { - "nativeSrc": "15686:47:24", - "nodeType": "YulVariableDeclaration", - "src": "15686:47:24", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "15704:8:24", - "nodeType": "YulIdentifier", - "src": "15704:8:24" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "15714:18:24", - "nodeType": "YulIdentifier", - "src": "15714:18:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15700:3:24", - "nodeType": "YulIdentifier", - "src": "15700:3:24" - }, - "nativeSrc": "15700:33:24", - "nodeType": "YulFunctionCall", - "src": "15700:33:24" - }, - "variables": [ - { - "name": "addr_1", - "nativeSrc": "15690:6:24", - "nodeType": "YulTypedName", - "src": "15690:6:24", - "type": "" - } - ] - }, - { - "nativeSrc": "15742:30:24", - "nodeType": "YulAssignment", - "src": "15742:30:24", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "15765:6:24", - "nodeType": "YulIdentifier", - "src": "15765:6:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15752:12:24", - "nodeType": "YulIdentifier", - "src": "15752:12:24" - }, - "nativeSrc": "15752:20:24", - "nodeType": "YulFunctionCall", - "src": "15752:20:24" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "15742:6:24", - "nodeType": "YulIdentifier", - "src": "15742:6:24" - } - ] - }, - { - "body": { - "nativeSrc": "15815:16:24", - "nodeType": "YulBlock", - "src": "15815:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15824:1:24", - "nodeType": "YulLiteral", - "src": "15824:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15827:1:24", - "nodeType": "YulLiteral", - "src": "15827:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15817:6:24", - "nodeType": "YulIdentifier", - "src": "15817:6:24" - }, - "nativeSrc": "15817:12:24", - "nodeType": "YulFunctionCall", - "src": "15817:12:24" - }, - "nativeSrc": "15817:12:24", - "nodeType": "YulExpressionStatement", - "src": "15817:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "15787:6:24", - "nodeType": "YulIdentifier", - "src": "15787:6:24" - }, - { - "kind": "number", - "nativeSrc": "15795:18:24", - "nodeType": "YulLiteral", - "src": "15795:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15784:2:24", - "nodeType": "YulIdentifier", - "src": "15784:2:24" - }, - "nativeSrc": "15784:30:24", - "nodeType": "YulFunctionCall", - "src": "15784:30:24" - }, - "nativeSrc": "15781:50:24", - "nodeType": "YulIf", - "src": "15781:50:24" - }, - { - "nativeSrc": "15840:25:24", - "nodeType": "YulAssignment", - "src": "15840:25:24", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "15852:6:24", - "nodeType": "YulIdentifier", - "src": "15852:6:24" - }, - { - "kind": "number", - "nativeSrc": "15860:4:24", - "nodeType": "YulLiteral", - "src": "15860:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15848:3:24", - "nodeType": "YulIdentifier", - "src": "15848:3:24" - }, - "nativeSrc": "15848:17:24", - "nodeType": "YulFunctionCall", - "src": "15848:17:24" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "15840:4:24", - "nodeType": "YulIdentifier", - "src": "15840:4:24" - } - ] - }, - { - "body": { - "nativeSrc": "15916:16:24", - "nodeType": "YulBlock", - "src": "15916:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15925:1:24", - "nodeType": "YulLiteral", - "src": "15925:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15928:1:24", - "nodeType": "YulLiteral", - "src": "15928:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15918:6:24", - "nodeType": "YulIdentifier", - "src": "15918:6:24" - }, - "nativeSrc": "15918:12:24", - "nodeType": "YulFunctionCall", - "src": "15918:12:24" - }, - "nativeSrc": "15918:12:24", - "nodeType": "YulExpressionStatement", - "src": "15918:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "addr", - "nativeSrc": "15881:4:24", - "nodeType": "YulIdentifier", - "src": "15881:4:24" - }, - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "15891:12:24", - "nodeType": "YulIdentifier", - "src": "15891:12:24" - }, - "nativeSrc": "15891:14:24", - "nodeType": "YulFunctionCall", - "src": "15891:14:24" - }, - { - "name": "length", - "nativeSrc": "15907:6:24", - "nodeType": "YulIdentifier", - "src": "15907:6:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15887:3:24", - "nodeType": "YulIdentifier", - "src": "15887:3:24" - }, - "nativeSrc": "15887:27:24", - "nodeType": "YulFunctionCall", - "src": "15887:27:24" - } - ], - "functionName": { - "name": "sgt", - "nativeSrc": "15877:3:24", - "nodeType": "YulIdentifier", - "src": "15877:3:24" - }, - "nativeSrc": "15877:38:24", - "nodeType": "YulFunctionCall", - "src": "15877:38:24" - }, - "nativeSrc": "15874:58:24", - "nodeType": "YulIf", - "src": "15874:58:24" - } - ] - }, - "name": "access_calldata_tail_t_bytes_calldata_ptr", - "nativeSrc": "15417:521:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "15468:8:24", - "nodeType": "YulTypedName", - "src": "15468:8:24", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "15478:11:24", - "nodeType": "YulTypedName", - "src": "15478:11:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "15494:4:24", - "nodeType": "YulTypedName", - "src": "15494:4:24", - "type": "" - }, - { - "name": "length", - "nativeSrc": "15500:6:24", - "nodeType": "YulTypedName", - "src": "15500:6:24", - "type": "" - } - ], - "src": "15417:521:24" - }, - { - "body": { - "nativeSrc": "16136:247:24", - "nodeType": "YulBlock", - "src": "16136:247:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "16159:3:24", - "nodeType": "YulIdentifier", - "src": "16159:3:24" - }, - { - "name": "value0", - "nativeSrc": "16164:6:24", - "nodeType": "YulIdentifier", - "src": "16164:6:24" - }, - { - "name": "value1", - "nativeSrc": "16172:6:24", - "nodeType": "YulIdentifier", - "src": "16172:6:24" - } - ], - "functionName": { - "name": "calldatacopy", - "nativeSrc": "16146:12:24", - "nodeType": "YulIdentifier", - "src": "16146:12:24" - }, - "nativeSrc": "16146:33:24", - "nodeType": "YulFunctionCall", - "src": "16146:33:24" - }, - "nativeSrc": "16146:33:24", - "nodeType": "YulExpressionStatement", - "src": "16146:33:24" - }, - { - "nativeSrc": "16188:26:24", - "nodeType": "YulVariableDeclaration", - "src": "16188:26:24", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "16202:3:24", - "nodeType": "YulIdentifier", - "src": "16202:3:24" - }, - { - "name": "value1", - "nativeSrc": "16207:6:24", - "nodeType": "YulIdentifier", - "src": "16207:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16198:3:24", - "nodeType": "YulIdentifier", - "src": "16198:3:24" - }, - "nativeSrc": "16198:16:24", - "nodeType": "YulFunctionCall", - "src": "16198:16:24" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "16192:2:24", - "nodeType": "YulTypedName", - "src": "16192:2:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "16230:2:24", - "nodeType": "YulIdentifier", - "src": "16230:2:24" - }, - { - "kind": "number", - "nativeSrc": "16234:1:24", - "nodeType": "YulLiteral", - "src": "16234:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16223:6:24", - "nodeType": "YulIdentifier", - "src": "16223:6:24" - }, - "nativeSrc": "16223:13:24", - "nodeType": "YulFunctionCall", - "src": "16223:13:24" - }, - "nativeSrc": "16223:13:24", - "nodeType": "YulExpressionStatement", - "src": "16223:13:24" - }, - { - "nativeSrc": "16245:27:24", - "nodeType": "YulVariableDeclaration", - "src": "16245:27:24", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "16265:6:24", - "nodeType": "YulIdentifier", - "src": "16265:6:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "16259:5:24", - "nodeType": "YulIdentifier", - "src": "16259:5:24" - }, - "nativeSrc": "16259:13:24", - "nodeType": "YulFunctionCall", - "src": "16259:13:24" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "16249:6:24", - "nodeType": "YulTypedName", - "src": "16249:6:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "16320:6:24", - "nodeType": "YulIdentifier", - "src": "16320:6:24" - }, - { - "kind": "number", - "nativeSrc": "16328:4:24", - "nodeType": "YulLiteral", - "src": "16328:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16316:3:24", - "nodeType": "YulIdentifier", - "src": "16316:3:24" - }, - "nativeSrc": "16316:17:24", - "nodeType": "YulFunctionCall", - "src": "16316:17:24" - }, - { - "name": "_1", - "nativeSrc": "16335:2:24", - "nodeType": "YulIdentifier", - "src": "16335:2:24" - }, - { - "name": "length", - "nativeSrc": "16339:6:24", - "nodeType": "YulIdentifier", - "src": "16339:6:24" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "16281:34:24", - "nodeType": "YulIdentifier", - "src": "16281:34:24" - }, - "nativeSrc": "16281:65:24", - "nodeType": "YulFunctionCall", - "src": "16281:65:24" - }, - "nativeSrc": "16281:65:24", - "nodeType": "YulExpressionStatement", - "src": "16281:65:24" - }, - { - "nativeSrc": "16355:22:24", - "nodeType": "YulAssignment", - "src": "16355:22:24", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "16366:2:24", - "nodeType": "YulIdentifier", - "src": "16366:2:24" - }, - { - "name": "length", - "nativeSrc": "16370:6:24", - "nodeType": "YulIdentifier", - "src": "16370:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16362:3:24", - "nodeType": "YulIdentifier", - "src": "16362:3:24" - }, - "nativeSrc": "16362:15:24", - "nodeType": "YulFunctionCall", - "src": "16362:15:24" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "16355:3:24", - "nodeType": "YulIdentifier", - "src": "16355:3:24" - } - ] - } - ] - }, - "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:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "16096:3:24", - "nodeType": "YulTypedName", - "src": "16096:3:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "16101:6:24", - "nodeType": "YulTypedName", - "src": "16101:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "16109:6:24", - "nodeType": "YulTypedName", - "src": "16109:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "16117:6:24", - "nodeType": "YulTypedName", - "src": "16117:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "16128:3:24", - "nodeType": "YulTypedName", - "src": "16128:3:24", - "type": "" - } - ], - "src": "15943:440:24" - }, - { - "body": { - "nativeSrc": "16496:101:24", - "nodeType": "YulBlock", - "src": "16496:101:24", - "statements": [ - { - "nativeSrc": "16506:26:24", - "nodeType": "YulAssignment", - "src": "16506:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16518:9:24", - "nodeType": "YulIdentifier", - "src": "16518:9:24" - }, - { - "kind": "number", - "nativeSrc": "16529:2:24", - "nodeType": "YulLiteral", - "src": "16529:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16514:3:24", - "nodeType": "YulIdentifier", - "src": "16514:3:24" - }, - "nativeSrc": "16514:18:24", - "nodeType": "YulFunctionCall", - "src": "16514:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "16506:4:24", - "nodeType": "YulIdentifier", - "src": "16506:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16548:9:24", - "nodeType": "YulIdentifier", - "src": "16548:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "16563:6:24", - "nodeType": "YulIdentifier", - "src": "16563:6:24" - }, - { - "kind": "number", - "nativeSrc": "16571:18:24", - "nodeType": "YulLiteral", - "src": "16571:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "16559:3:24", - "nodeType": "YulIdentifier", - "src": "16559:3:24" - }, - "nativeSrc": "16559:31:24", - "nodeType": "YulFunctionCall", - "src": "16559:31:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16541:6:24", - "nodeType": "YulIdentifier", - "src": "16541:6:24" - }, - "nativeSrc": "16541:50:24", - "nodeType": "YulFunctionCall", - "src": "16541:50:24" - }, - "nativeSrc": "16541:50:24", - "nodeType": "YulExpressionStatement", - "src": "16541:50:24" - } - ] - }, - "name": "abi_encode_tuple_t_rational_1_by_1__to_t_uint64__fromStack_reversed", - "nativeSrc": "16388:209:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "16465:9:24", - "nodeType": "YulTypedName", - "src": "16465:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "16476:6:24", - "nodeType": "YulTypedName", - "src": "16476:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "16487:4:24", - "nodeType": "YulTypedName", - "src": "16487:4:24", - "type": "" - } - ], - "src": "16388:209:24" - }, - { - "body": { - "nativeSrc": "16785:426:24", - "nodeType": "YulBlock", - "src": "16785:426:24", - "statements": [ - { - "nativeSrc": "16795:27:24", - "nodeType": "YulAssignment", - "src": "16795:27:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16807:9:24", - "nodeType": "YulIdentifier", - "src": "16807:9:24" - }, - { - "kind": "number", - "nativeSrc": "16818:3:24", - "nodeType": "YulLiteral", - "src": "16818:3:24", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16803:3:24", - "nodeType": "YulIdentifier", - "src": "16803:3:24" - }, - "nativeSrc": "16803:19:24", - "nodeType": "YulFunctionCall", - "src": "16803:19:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "16795:4:24", - "nodeType": "YulIdentifier", - "src": "16795:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16838:9:24", - "nodeType": "YulIdentifier", - "src": "16838:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "16853:6:24", - "nodeType": "YulIdentifier", - "src": "16853:6:24" - }, - { - "kind": "number", - "nativeSrc": "16861:42:24", - "nodeType": "YulLiteral", - "src": "16861:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "16849:3:24", - "nodeType": "YulIdentifier", - "src": "16849:3:24" - }, - "nativeSrc": "16849:55:24", - "nodeType": "YulFunctionCall", - "src": "16849:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16831:6:24", - "nodeType": "YulIdentifier", - "src": "16831:6:24" - }, - "nativeSrc": "16831:74:24", - "nodeType": "YulFunctionCall", - "src": "16831:74:24" - }, - "nativeSrc": "16831:74:24", - "nodeType": "YulExpressionStatement", - "src": "16831:74:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16925:9:24", - "nodeType": "YulIdentifier", - "src": "16925:9:24" - }, - { - "kind": "number", - "nativeSrc": "16936:2:24", - "nodeType": "YulLiteral", - "src": "16936:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16921:3:24", - "nodeType": "YulIdentifier", - "src": "16921:3:24" - }, - "nativeSrc": "16921:18:24", - "nodeType": "YulFunctionCall", - "src": "16921:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "16945:6:24", - "nodeType": "YulIdentifier", - "src": "16945:6:24" - }, - { - "kind": "number", - "nativeSrc": "16953:42:24", - "nodeType": "YulLiteral", - "src": "16953:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "16941:3:24", - "nodeType": "YulIdentifier", - "src": "16941:3:24" - }, - "nativeSrc": "16941:55:24", - "nodeType": "YulFunctionCall", - "src": "16941:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16914:6:24", - "nodeType": "YulIdentifier", - "src": "16914:6:24" - }, - "nativeSrc": "16914:83:24", - "nodeType": "YulFunctionCall", - "src": "16914:83:24" - }, - "nativeSrc": "16914:83:24", - "nodeType": "YulExpressionStatement", - "src": "16914:83:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17017:9:24", - "nodeType": "YulIdentifier", - "src": "17017:9:24" - }, - { - "kind": "number", - "nativeSrc": "17028:2:24", - "nodeType": "YulLiteral", - "src": "17028:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17013:3:24", - "nodeType": "YulIdentifier", - "src": "17013:3:24" - }, - "nativeSrc": "17013:18:24", - "nodeType": "YulFunctionCall", - "src": "17013:18:24" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "17037:6:24", - "nodeType": "YulIdentifier", - "src": "17037:6:24" - }, - { - "kind": "number", - "nativeSrc": "17045:42:24", - "nodeType": "YulLiteral", - "src": "17045:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17033:3:24", - "nodeType": "YulIdentifier", - "src": "17033:3:24" - }, - "nativeSrc": "17033:55:24", - "nodeType": "YulFunctionCall", - "src": "17033:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17006:6:24", - "nodeType": "YulIdentifier", - "src": "17006:6:24" - }, - "nativeSrc": "17006:83:24", - "nodeType": "YulFunctionCall", - "src": "17006:83:24" - }, - "nativeSrc": "17006:83:24", - "nodeType": "YulExpressionStatement", - "src": "17006:83:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17109:9:24", - "nodeType": "YulIdentifier", - "src": "17109:9:24" - }, - { - "kind": "number", - "nativeSrc": "17120:2:24", - "nodeType": "YulLiteral", - "src": "17120:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17105:3:24", - "nodeType": "YulIdentifier", - "src": "17105:3:24" - }, - "nativeSrc": "17105:18:24", - "nodeType": "YulFunctionCall", - "src": "17105:18:24" - }, - { - "arguments": [ - { - "name": "value3", - "nativeSrc": "17129:6:24", - "nodeType": "YulIdentifier", - "src": "17129:6:24" - }, - { - "kind": "number", - "nativeSrc": "17137:66:24", - "nodeType": "YulLiteral", - "src": "17137:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17125:3:24", - "nodeType": "YulIdentifier", - "src": "17125:3:24" - }, - "nativeSrc": "17125:79:24", - "nodeType": "YulFunctionCall", - "src": "17125:79:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17098:6:24", - "nodeType": "YulIdentifier", - "src": "17098:6:24" - }, - "nativeSrc": "17098:107:24", - "nodeType": "YulFunctionCall", - "src": "17098:107:24" - }, - "nativeSrc": "17098:107:24", - "nodeType": "YulExpressionStatement", - "src": "17098:107:24" - } - ] - }, - "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:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "16730:9:24", - "nodeType": "YulTypedName", - "src": "16730:9:24", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "16741:6:24", - "nodeType": "YulTypedName", - "src": "16741:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "16749:6:24", - "nodeType": "YulTypedName", - "src": "16749:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "16757:6:24", - "nodeType": "YulTypedName", - "src": "16757:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "16765:6:24", - "nodeType": "YulTypedName", - "src": "16765:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "16776:4:24", - "nodeType": "YulTypedName", - "src": "16776:4:24", - "type": "" - } - ], - "src": "16602:609:24" - }, - { - "body": { - "nativeSrc": "17263:132:24", - "nodeType": "YulBlock", - "src": "17263:132:24", - "statements": [ - { - "nativeSrc": "17273:58:24", - "nodeType": "YulAssignment", - "src": "17273:58:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "x", - "nativeSrc": "17288:1:24", - "nodeType": "YulIdentifier", - "src": "17288:1:24" - }, - { - "kind": "number", - "nativeSrc": "17291:14:24", - "nodeType": "YulLiteral", - "src": "17291:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17284:3:24", - "nodeType": "YulIdentifier", - "src": "17284:3:24" - }, - "nativeSrc": "17284:22:24", - "nodeType": "YulFunctionCall", - "src": "17284:22:24" - }, - { - "arguments": [ - { - "name": "y", - "nativeSrc": "17312:1:24", - "nodeType": "YulIdentifier", - "src": "17312:1:24" - }, - { - "kind": "number", - "nativeSrc": "17315:14:24", - "nodeType": "YulLiteral", - "src": "17315:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17308:3:24", - "nodeType": "YulIdentifier", - "src": "17308:3:24" - }, - "nativeSrc": "17308:22:24", - "nodeType": "YulFunctionCall", - "src": "17308:22:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17280:3:24", - "nodeType": "YulIdentifier", - "src": "17280:3:24" - }, - "nativeSrc": "17280:51:24", - "nodeType": "YulFunctionCall", - "src": "17280:51:24" - }, - "variableNames": [ - { - "name": "sum", - "nativeSrc": "17273:3:24", - "nodeType": "YulIdentifier", - "src": "17273:3:24" - } - ] - }, - { - "body": { - "nativeSrc": "17367:22:24", - "nodeType": "YulBlock", - "src": "17367:22:24", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "17369:16:24", - "nodeType": "YulIdentifier", - "src": "17369:16:24" - }, - "nativeSrc": "17369:18:24", - "nodeType": "YulFunctionCall", - "src": "17369:18:24" - }, - "nativeSrc": "17369:18:24", - "nodeType": "YulExpressionStatement", - "src": "17369:18:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "sum", - "nativeSrc": "17346:3:24", - "nodeType": "YulIdentifier", - "src": "17346:3:24" - }, - { - "kind": "number", - "nativeSrc": "17351:14:24", - "nodeType": "YulLiteral", - "src": "17351:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "17343:2:24", - "nodeType": "YulIdentifier", - "src": "17343:2:24" - }, - "nativeSrc": "17343:23:24", - "nodeType": "YulFunctionCall", - "src": "17343:23:24" - }, - "nativeSrc": "17340:49:24", - "nodeType": "YulIf", - "src": "17340:49:24" - } - ] - }, - "name": "checked_add_t_uint48", - "nativeSrc": "17216:179:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "x", - "nativeSrc": "17246:1:24", - "nodeType": "YulTypedName", - "src": "17246:1:24", - "type": "" - }, - { - "name": "y", - "nativeSrc": "17249:1:24", - "nodeType": "YulTypedName", - "src": "17249:1:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "sum", - "nativeSrc": "17255:3:24", - "nodeType": "YulTypedName", - "src": "17255:3:24", - "type": "" - } - ], - "src": "17216:179:24" - }, - { - "body": { - "nativeSrc": "17611:366:24", - "nodeType": "YulBlock", - "src": "17611:366:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17628:9:24", - "nodeType": "YulIdentifier", - "src": "17628:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "17643:6:24", - "nodeType": "YulIdentifier", - "src": "17643:6:24" - }, - { - "kind": "number", - "nativeSrc": "17651:14:24", - "nodeType": "YulLiteral", - "src": "17651:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17639:3:24", - "nodeType": "YulIdentifier", - "src": "17639:3:24" - }, - "nativeSrc": "17639:27:24", - "nodeType": "YulFunctionCall", - "src": "17639:27:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17621:6:24", - "nodeType": "YulIdentifier", - "src": "17621:6:24" - }, - "nativeSrc": "17621:46:24", - "nodeType": "YulFunctionCall", - "src": "17621:46:24" - }, - "nativeSrc": "17621:46:24", - "nodeType": "YulExpressionStatement", - "src": "17621:46:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17687:9:24", - "nodeType": "YulIdentifier", - "src": "17687:9:24" - }, - { - "kind": "number", - "nativeSrc": "17698:2:24", - "nodeType": "YulLiteral", - "src": "17698:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17683:3:24", - "nodeType": "YulIdentifier", - "src": "17683:3:24" - }, - "nativeSrc": "17683:18:24", - "nodeType": "YulFunctionCall", - "src": "17683:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "17707:6:24", - "nodeType": "YulIdentifier", - "src": "17707:6:24" - }, - { - "kind": "number", - "nativeSrc": "17715:42:24", - "nodeType": "YulLiteral", - "src": "17715:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17703:3:24", - "nodeType": "YulIdentifier", - "src": "17703:3:24" - }, - "nativeSrc": "17703:55:24", - "nodeType": "YulFunctionCall", - "src": "17703:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17676:6:24", - "nodeType": "YulIdentifier", - "src": "17676:6:24" - }, - "nativeSrc": "17676:83:24", - "nodeType": "YulFunctionCall", - "src": "17676:83:24" - }, - "nativeSrc": "17676:83:24", - "nodeType": "YulExpressionStatement", - "src": "17676:83:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17779:9:24", - "nodeType": "YulIdentifier", - "src": "17779:9:24" - }, - { - "kind": "number", - "nativeSrc": "17790:2:24", - "nodeType": "YulLiteral", - "src": "17790:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17775:3:24", - "nodeType": "YulIdentifier", - "src": "17775:3:24" - }, - "nativeSrc": "17775:18:24", - "nodeType": "YulFunctionCall", - "src": "17775:18:24" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "17799:6:24", - "nodeType": "YulIdentifier", - "src": "17799:6:24" - }, - { - "kind": "number", - "nativeSrc": "17807:42:24", - "nodeType": "YulLiteral", - "src": "17807:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17795:3:24", - "nodeType": "YulIdentifier", - "src": "17795:3:24" - }, - "nativeSrc": "17795:55:24", - "nodeType": "YulFunctionCall", - "src": "17795:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17768:6:24", - "nodeType": "YulIdentifier", - "src": "17768:6:24" - }, - "nativeSrc": "17768:83:24", - "nodeType": "YulFunctionCall", - "src": "17768:83:24" - }, - "nativeSrc": "17768:83:24", - "nodeType": "YulExpressionStatement", - "src": "17768:83:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17871:9:24", - "nodeType": "YulIdentifier", - "src": "17871:9:24" - }, - { - "kind": "number", - "nativeSrc": "17882:2:24", - "nodeType": "YulLiteral", - "src": "17882:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17867:3:24", - "nodeType": "YulIdentifier", - "src": "17867:3:24" - }, - "nativeSrc": "17867:18:24", - "nodeType": "YulFunctionCall", - "src": "17867:18:24" - }, - { - "kind": "number", - "nativeSrc": "17887:3:24", - "nodeType": "YulLiteral", - "src": "17887:3:24", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17860:6:24", - "nodeType": "YulIdentifier", - "src": "17860:6:24" - }, - "nativeSrc": "17860:31:24", - "nodeType": "YulFunctionCall", - "src": "17860:31:24" - }, - "nativeSrc": "17860:31:24", - "nodeType": "YulExpressionStatement", - "src": "17860:31:24" - }, - { - "nativeSrc": "17900:71:24", - "nodeType": "YulAssignment", - "src": "17900:71:24", - "value": { - "arguments": [ - { - "name": "value3", - "nativeSrc": "17935:6:24", - "nodeType": "YulIdentifier", - "src": "17935:6:24" - }, - { - "name": "value4", - "nativeSrc": "17943:6:24", - "nodeType": "YulIdentifier", - "src": "17943:6:24" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17955:9:24", - "nodeType": "YulIdentifier", - "src": "17955:9:24" - }, - { - "kind": "number", - "nativeSrc": "17966:3:24", - "nodeType": "YulLiteral", - "src": "17966:3:24", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17951:3:24", - "nodeType": "YulIdentifier", - "src": "17951:3:24" - }, - "nativeSrc": "17951:19:24", - "nodeType": "YulFunctionCall", - "src": "17951:19:24" - } - ], - "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "17908:26:24", - "nodeType": "YulIdentifier", - "src": "17908:26:24" - }, - "nativeSrc": "17908:63:24", - "nodeType": "YulFunctionCall", - "src": "17908:63:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "17900:4:24", - "nodeType": "YulIdentifier", - "src": "17900:4:24" - } - ] - } - ] - }, - "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:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "17548:9:24", - "nodeType": "YulTypedName", - "src": "17548:9:24", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "17559:6:24", - "nodeType": "YulTypedName", - "src": "17559:6:24", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "17567:6:24", - "nodeType": "YulTypedName", - "src": "17567:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "17575:6:24", - "nodeType": "YulTypedName", - "src": "17575:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "17583:6:24", - "nodeType": "YulTypedName", - "src": "17583:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "17591:6:24", - "nodeType": "YulTypedName", - "src": "17591:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "17602:4:24", - "nodeType": "YulTypedName", - "src": "17602:4:24", - "type": "" - } - ], - "src": "17400:577:24" - }, - { - "body": { - "nativeSrc": "18109:193:24", - "nodeType": "YulBlock", - "src": "18109:193:24", - "statements": [ - { - "nativeSrc": "18119:26:24", - "nodeType": "YulAssignment", - "src": "18119:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18131:9:24", - "nodeType": "YulIdentifier", - "src": "18131:9:24" - }, - { - "kind": "number", - "nativeSrc": "18142:2:24", - "nodeType": "YulLiteral", - "src": "18142:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18127:3:24", - "nodeType": "YulIdentifier", - "src": "18127:3:24" - }, - "nativeSrc": "18127:18:24", - "nodeType": "YulFunctionCall", - "src": "18127:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "18119:4:24", - "nodeType": "YulIdentifier", - "src": "18119:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18161:9:24", - "nodeType": "YulIdentifier", - "src": "18161:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "18176:6:24", - "nodeType": "YulIdentifier", - "src": "18176:6:24" - }, - { - "kind": "number", - "nativeSrc": "18184:42:24", - "nodeType": "YulLiteral", - "src": "18184:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18172:3:24", - "nodeType": "YulIdentifier", - "src": "18172:3:24" - }, - "nativeSrc": "18172:55:24", - "nodeType": "YulFunctionCall", - "src": "18172:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18154:6:24", - "nodeType": "YulIdentifier", - "src": "18154:6:24" - }, - "nativeSrc": "18154:74:24", - "nodeType": "YulFunctionCall", - "src": "18154:74:24" - }, - "nativeSrc": "18154:74:24", - "nodeType": "YulExpressionStatement", - "src": "18154:74:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18248:9:24", - "nodeType": "YulIdentifier", - "src": "18248:9:24" - }, - { - "kind": "number", - "nativeSrc": "18259:2:24", - "nodeType": "YulLiteral", - "src": "18259:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18244:3:24", - "nodeType": "YulIdentifier", - "src": "18244:3:24" - }, - "nativeSrc": "18244:18:24", - "nodeType": "YulFunctionCall", - "src": "18244:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "18268:6:24", - "nodeType": "YulIdentifier", - "src": "18268:6:24" - }, - { - "kind": "number", - "nativeSrc": "18276:18:24", - "nodeType": "YulLiteral", - "src": "18276:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18264:3:24", - "nodeType": "YulIdentifier", - "src": "18264:3:24" - }, - "nativeSrc": "18264:31:24", - "nodeType": "YulFunctionCall", - "src": "18264:31:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18237:6:24", - "nodeType": "YulIdentifier", - "src": "18237:6:24" - }, - "nativeSrc": "18237:59:24", - "nodeType": "YulFunctionCall", - "src": "18237:59:24" - }, - "nativeSrc": "18237:59:24", - "nodeType": "YulExpressionStatement", - "src": "18237:59:24" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_uint64__to_t_address_t_uint64__fromStack_reversed", - "nativeSrc": "17982:320:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "18070:9:24", - "nodeType": "YulTypedName", - "src": "18070:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "18081:6:24", - "nodeType": "YulTypedName", - "src": "18081:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "18089:6:24", - "nodeType": "YulTypedName", - "src": "18089:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "18100:4:24", - "nodeType": "YulTypedName", - "src": "18100:4:24", - "type": "" - } - ], - "src": "17982:320:24" - }, - { - "body": { - "nativeSrc": "18406:149:24", - "nodeType": "YulBlock", - "src": "18406:149:24", - "statements": [ - { - "nativeSrc": "18416:26:24", - "nodeType": "YulAssignment", - "src": "18416:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18428:9:24", - "nodeType": "YulIdentifier", - "src": "18428:9:24" - }, - { - "kind": "number", - "nativeSrc": "18439:2:24", - "nodeType": "YulLiteral", - "src": "18439:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18424:3:24", - "nodeType": "YulIdentifier", - "src": "18424:3:24" - }, - "nativeSrc": "18424:18:24", - "nodeType": "YulFunctionCall", - "src": "18424:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "18416:4:24", - "nodeType": "YulIdentifier", - "src": "18416:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18458:9:24", - "nodeType": "YulIdentifier", - "src": "18458:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "18473:6:24", - "nodeType": "YulIdentifier", - "src": "18473:6:24" - }, - { - "kind": "number", - "nativeSrc": "18481:66:24", - "nodeType": "YulLiteral", - "src": "18481:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18469:3:24", - "nodeType": "YulIdentifier", - "src": "18469:3:24" - }, - "nativeSrc": "18469:79:24", - "nodeType": "YulFunctionCall", - "src": "18469:79:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18451:6:24", - "nodeType": "YulIdentifier", - "src": "18451:6:24" - }, - "nativeSrc": "18451:98:24", - "nodeType": "YulFunctionCall", - "src": "18451:98:24" - }, - "nativeSrc": "18451:98:24", - "nodeType": "YulExpressionStatement", - "src": "18451:98:24" - } - ] - }, - "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", - "nativeSrc": "18307:248:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "18375:9:24", - "nodeType": "YulTypedName", - "src": "18375:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "18386:6:24", - "nodeType": "YulTypedName", - "src": "18386:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "18397:4:24", - "nodeType": "YulTypedName", - "src": "18397:4:24", - "type": "" - } - ], - "src": "18307:248:24" - }, - { - "body": { - "nativeSrc": "18660:376:24", - "nodeType": "YulBlock", - "src": "18660:376:24", - "statements": [ - { - "nativeSrc": "18670:29:24", - "nodeType": "YulVariableDeclaration", - "src": "18670:29:24", - "value": { - "arguments": [ - { - "name": "array", - "nativeSrc": "18693:5:24", - "nodeType": "YulIdentifier", - "src": "18693:5:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "18680:12:24", - "nodeType": "YulIdentifier", - "src": "18680:12:24" - }, - "nativeSrc": "18680:19:24", - "nodeType": "YulFunctionCall", - "src": "18680:19:24" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "18674:2:24", - "nodeType": "YulTypedName", - "src": "18674:2:24", - "type": "" - } - ] - }, - { - "nativeSrc": "18708:84:24", - "nodeType": "YulAssignment", - "src": "18708:84:24", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "18721:2:24", - "nodeType": "YulIdentifier", - "src": "18721:2:24" - }, - { - "kind": "number", - "nativeSrc": "18725:66:24", - "nodeType": "YulLiteral", - "src": "18725:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18717:3:24", - "nodeType": "YulIdentifier", - "src": "18717:3:24" - }, - "nativeSrc": "18717:75:24", - "nodeType": "YulFunctionCall", - "src": "18717:75:24" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "18708:5:24", - "nodeType": "YulIdentifier", - "src": "18708:5:24" - } - ] - }, - { - "body": { - "nativeSrc": "18823:207:24", - "nodeType": "YulBlock", - "src": "18823:207:24", - "statements": [ - { - "nativeSrc": "18837:183:24", - "nodeType": "YulAssignment", - "src": "18837:183:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "18854:2:24", - "nodeType": "YulIdentifier", - "src": "18854:2:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18866:1:24", - "nodeType": "YulLiteral", - "src": "18866:1:24", - "type": "", - "value": "3" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18873:1:24", - "nodeType": "YulLiteral", - "src": "18873:1:24", - "type": "", - "value": "4" - }, - { - "name": "len", - "nativeSrc": "18876:3:24", - "nodeType": "YulIdentifier", - "src": "18876:3:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "18869:3:24", - "nodeType": "YulIdentifier", - "src": "18869:3:24" - }, - "nativeSrc": "18869:11:24", - "nodeType": "YulFunctionCall", - "src": "18869:11:24" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "18862:3:24", - "nodeType": "YulIdentifier", - "src": "18862:3:24" - }, - "nativeSrc": "18862:19:24", - "nodeType": "YulFunctionCall", - "src": "18862:19:24" - }, - { - "kind": "number", - "nativeSrc": "18883:66:24", - "nodeType": "YulLiteral", - "src": "18883:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "18858:3:24", - "nodeType": "YulIdentifier", - "src": "18858:3:24" - }, - "nativeSrc": "18858:92:24", - "nodeType": "YulFunctionCall", - "src": "18858:92:24" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18850:3:24", - "nodeType": "YulIdentifier", - "src": "18850:3:24" - }, - "nativeSrc": "18850:101:24", - "nodeType": "YulFunctionCall", - "src": "18850:101:24" - }, - { - "kind": "number", - "nativeSrc": "18953:66:24", - "nodeType": "YulLiteral", - "src": "18953:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18846:3:24", - "nodeType": "YulIdentifier", - "src": "18846:3:24" - }, - "nativeSrc": "18846:174:24", - "nodeType": "YulFunctionCall", - "src": "18846:174:24" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "18837:5:24", - "nodeType": "YulIdentifier", - "src": "18837:5:24" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "len", - "nativeSrc": "18807:3:24", - "nodeType": "YulIdentifier", - "src": "18807:3:24" - }, - { - "kind": "number", - "nativeSrc": "18812:1:24", - "nodeType": "YulLiteral", - "src": "18812:1:24", - "type": "", - "value": "4" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "18804:2:24", - "nodeType": "YulIdentifier", - "src": "18804:2:24" - }, - "nativeSrc": "18804:10:24", - "nodeType": "YulFunctionCall", - "src": "18804:10:24" - }, - "nativeSrc": "18801:229:24", - "nodeType": "YulIf", - "src": "18801:229:24" - } - ] - }, - "name": "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4", - "nativeSrc": "18560:476:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "array", - "nativeSrc": "18635:5:24", - "nodeType": "YulTypedName", - "src": "18635:5:24", - "type": "" - }, - { - "name": "len", - "nativeSrc": "18642:3:24", - "nodeType": "YulTypedName", - "src": "18642:3:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "18650:5:24", - "nodeType": "YulTypedName", - "src": "18650:5:24", - "type": "" - } - ], - "src": "18560:476:24" - }, - { - "body": { - "nativeSrc": "19168:241:24", - "nodeType": "YulBlock", - "src": "19168:241:24", - "statements": [ - { - "nativeSrc": "19178:26:24", - "nodeType": "YulAssignment", - "src": "19178:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19190:9:24", - "nodeType": "YulIdentifier", - "src": "19190:9:24" - }, - { - "kind": "number", - "nativeSrc": "19201:2:24", - "nodeType": "YulLiteral", - "src": "19201:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19186:3:24", - "nodeType": "YulIdentifier", - "src": "19186:3:24" - }, - "nativeSrc": "19186:18:24", - "nodeType": "YulFunctionCall", - "src": "19186:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "19178:4:24", - "nodeType": "YulIdentifier", - "src": "19178:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19220:9:24", - "nodeType": "YulIdentifier", - "src": "19220:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19235:6:24", - "nodeType": "YulIdentifier", - "src": "19235:6:24" - }, - { - "kind": "number", - "nativeSrc": "19243:42:24", - "nodeType": "YulLiteral", - "src": "19243:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "19231:3:24", - "nodeType": "YulIdentifier", - "src": "19231:3:24" - }, - "nativeSrc": "19231:55:24", - "nodeType": "YulFunctionCall", - "src": "19231:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19213:6:24", - "nodeType": "YulIdentifier", - "src": "19213:6:24" - }, - "nativeSrc": "19213:74:24", - "nodeType": "YulFunctionCall", - "src": "19213:74:24" - }, - "nativeSrc": "19213:74:24", - "nodeType": "YulExpressionStatement", - "src": "19213:74:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19307:9:24", - "nodeType": "YulIdentifier", - "src": "19307:9:24" - }, - { - "kind": "number", - "nativeSrc": "19318:2:24", - "nodeType": "YulLiteral", - "src": "19318:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19303:3:24", - "nodeType": "YulIdentifier", - "src": "19303:3:24" - }, - "nativeSrc": "19303:18:24", - "nodeType": "YulFunctionCall", - "src": "19303:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "19327:6:24", - "nodeType": "YulIdentifier", - "src": "19327:6:24" - }, - { - "kind": "number", - "nativeSrc": "19335:66:24", - "nodeType": "YulLiteral", - "src": "19335:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "19323:3:24", - "nodeType": "YulIdentifier", - "src": "19323:3:24" - }, - "nativeSrc": "19323:79:24", - "nodeType": "YulFunctionCall", - "src": "19323:79:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19296:6:24", - "nodeType": "YulIdentifier", - "src": "19296:6:24" - }, - "nativeSrc": "19296:107:24", - "nodeType": "YulFunctionCall", - "src": "19296:107:24" - }, - "nativeSrc": "19296:107:24", - "nodeType": "YulExpressionStatement", - "src": "19296:107:24" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_bytes4__to_t_address_t_bytes4__fromStack_reversed", - "nativeSrc": "19041:368:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "19129:9:24", - "nodeType": "YulTypedName", - "src": "19129:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "19140:6:24", - "nodeType": "YulTypedName", - "src": "19140:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "19148:6:24", - "nodeType": "YulTypedName", - "src": "19148:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "19159:4:24", - "nodeType": "YulTypedName", - "src": "19159:4:24", - "type": "" - } - ], - "src": "19041:368:24" - }, - { - "body": { - "nativeSrc": "19543:119:24", - "nodeType": "YulBlock", - "src": "19543:119:24", - "statements": [ - { - "nativeSrc": "19553:26:24", - "nodeType": "YulAssignment", - "src": "19553:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19565:9:24", - "nodeType": "YulIdentifier", - "src": "19565:9:24" - }, - { - "kind": "number", - "nativeSrc": "19576:2:24", - "nodeType": "YulLiteral", - "src": "19576:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19561:3:24", - "nodeType": "YulIdentifier", - "src": "19561:3:24" - }, - "nativeSrc": "19561:18:24", - "nodeType": "YulFunctionCall", - "src": "19561:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "19553:4:24", - "nodeType": "YulIdentifier", - "src": "19553:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19595:9:24", - "nodeType": "YulIdentifier", - "src": "19595:9:24" - }, - { - "name": "value0", - "nativeSrc": "19606:6:24", - "nodeType": "YulIdentifier", - "src": "19606:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19588:6:24", - "nodeType": "YulIdentifier", - "src": "19588:6:24" - }, - "nativeSrc": "19588:25:24", - "nodeType": "YulFunctionCall", - "src": "19588:25:24" - }, - "nativeSrc": "19588:25:24", - "nodeType": "YulExpressionStatement", - "src": "19588:25:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19633:9:24", - "nodeType": "YulIdentifier", - "src": "19633:9:24" - }, - { - "kind": "number", - "nativeSrc": "19644:2:24", - "nodeType": "YulLiteral", - "src": "19644:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19629:3:24", - "nodeType": "YulIdentifier", - "src": "19629:3:24" - }, - "nativeSrc": "19629:18:24", - "nodeType": "YulFunctionCall", - "src": "19629:18:24" - }, - { - "name": "value1", - "nativeSrc": "19649:6:24", - "nodeType": "YulIdentifier", - "src": "19649:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19622:6:24", - "nodeType": "YulIdentifier", - "src": "19622:6:24" - }, - "nativeSrc": "19622:34:24", - "nodeType": "YulFunctionCall", - "src": "19622:34:24" - }, - "nativeSrc": "19622:34:24", - "nodeType": "YulExpressionStatement", - "src": "19622:34:24" - } - ] - }, - "name": "abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed", - "nativeSrc": "19414:248:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "19504:9:24", - "nodeType": "YulTypedName", - "src": "19504:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "19515:6:24", - "nodeType": "YulTypedName", - "src": "19515:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "19523:6:24", - "nodeType": "YulTypedName", - "src": "19523:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "19534:4:24", - "nodeType": "YulTypedName", - "src": "19534:4:24", - "type": "" - } - ], - "src": "19414:248:24" - }, - { - "body": { - "nativeSrc": "19804:150:24", - "nodeType": "YulBlock", - "src": "19804:150:24", - "statements": [ - { - "nativeSrc": "19814:27:24", - "nodeType": "YulVariableDeclaration", - "src": "19814:27:24", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19834:6:24", - "nodeType": "YulIdentifier", - "src": "19834:6:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "19828:5:24", - "nodeType": "YulIdentifier", - "src": "19828:5:24" - }, - "nativeSrc": "19828:13:24", - "nodeType": "YulFunctionCall", - "src": "19828:13:24" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "19818:6:24", - "nodeType": "YulTypedName", - "src": "19818:6:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19889:6:24", - "nodeType": "YulIdentifier", - "src": "19889:6:24" - }, - { - "kind": "number", - "nativeSrc": "19897:4:24", - "nodeType": "YulLiteral", - "src": "19897:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19885:3:24", - "nodeType": "YulIdentifier", - "src": "19885:3:24" - }, - "nativeSrc": "19885:17:24", - "nodeType": "YulFunctionCall", - "src": "19885:17:24" - }, - { - "name": "pos", - "nativeSrc": "19904:3:24", - "nodeType": "YulIdentifier", - "src": "19904:3:24" - }, - { - "name": "length", - "nativeSrc": "19909:6:24", - "nodeType": "YulIdentifier", - "src": "19909:6:24" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "19850:34:24", - "nodeType": "YulIdentifier", - "src": "19850:34:24" - }, - "nativeSrc": "19850:66:24", - "nodeType": "YulFunctionCall", - "src": "19850:66:24" - }, - "nativeSrc": "19850:66:24", - "nodeType": "YulExpressionStatement", - "src": "19850:66:24" - }, - { - "nativeSrc": "19925:23:24", - "nodeType": "YulAssignment", - "src": "19925:23:24", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "19936:3:24", - "nodeType": "YulIdentifier", - "src": "19936:3:24" - }, - { - "name": "length", - "nativeSrc": "19941:6:24", - "nodeType": "YulIdentifier", - "src": "19941:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19932:3:24", - "nodeType": "YulIdentifier", - "src": "19932:3:24" - }, - "nativeSrc": "19932:16:24", - "nodeType": "YulFunctionCall", - "src": "19932:16:24" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "19925:3:24", - "nodeType": "YulIdentifier", - "src": "19925:3:24" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "19667:287:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "19780:3:24", - "nodeType": "YulTypedName", - "src": "19780:3:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "19785:6:24", - "nodeType": "YulTypedName", - "src": "19785:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "19796:3:24", - "nodeType": "YulTypedName", - "src": "19796:3:24", - "type": "" - } - ], - "src": "19667:287:24" - }, - { - "body": { - "nativeSrc": "20106:216:24", - "nodeType": "YulBlock", - "src": "20106:216:24", - "statements": [ - { - "nativeSrc": "20116:26:24", - "nodeType": "YulAssignment", - "src": "20116:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20128:9:24", - "nodeType": "YulIdentifier", - "src": "20128:9:24" - }, - { - "kind": "number", - "nativeSrc": "20139:2:24", - "nodeType": "YulLiteral", - "src": "20139:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20124:3:24", - "nodeType": "YulIdentifier", - "src": "20124:3:24" - }, - "nativeSrc": "20124:18:24", - "nodeType": "YulFunctionCall", - "src": "20124:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "20116:4:24", - "nodeType": "YulIdentifier", - "src": "20116:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20158:9:24", - "nodeType": "YulIdentifier", - "src": "20158:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "20173:6:24", - "nodeType": "YulIdentifier", - "src": "20173:6:24" - }, - { - "kind": "number", - "nativeSrc": "20181:10:24", - "nodeType": "YulLiteral", - "src": "20181:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20169:3:24", - "nodeType": "YulIdentifier", - "src": "20169:3:24" - }, - "nativeSrc": "20169:23:24", - "nodeType": "YulFunctionCall", - "src": "20169:23:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20151:6:24", - "nodeType": "YulIdentifier", - "src": "20151:6:24" - }, - "nativeSrc": "20151:42:24", - "nodeType": "YulFunctionCall", - "src": "20151:42:24" - }, - "nativeSrc": "20151:42:24", - "nodeType": "YulExpressionStatement", - "src": "20151:42:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20213:9:24", - "nodeType": "YulIdentifier", - "src": "20213:9:24" - }, - { - "kind": "number", - "nativeSrc": "20224:2:24", - "nodeType": "YulLiteral", - "src": "20224:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20209:3:24", - "nodeType": "YulIdentifier", - "src": "20209:3:24" - }, - "nativeSrc": "20209:18:24", - "nodeType": "YulFunctionCall", - "src": "20209:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "20233:6:24", - "nodeType": "YulIdentifier", - "src": "20233:6:24" - }, - { - "kind": "number", - "nativeSrc": "20241:14:24", - "nodeType": "YulLiteral", - "src": "20241:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20229:3:24", - "nodeType": "YulIdentifier", - "src": "20229:3:24" - }, - "nativeSrc": "20229:27:24", - "nodeType": "YulFunctionCall", - "src": "20229:27:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20202:6:24", - "nodeType": "YulIdentifier", - "src": "20202:6:24" - }, - "nativeSrc": "20202:55:24", - "nodeType": "YulFunctionCall", - "src": "20202:55:24" - }, - "nativeSrc": "20202:55:24", - "nodeType": "YulExpressionStatement", - "src": "20202:55:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20277:9:24", - "nodeType": "YulIdentifier", - "src": "20277:9:24" - }, - { - "kind": "number", - "nativeSrc": "20288:2:24", - "nodeType": "YulLiteral", - "src": "20288:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20273:3:24", - "nodeType": "YulIdentifier", - "src": "20273:3:24" - }, - "nativeSrc": "20273:18:24", - "nodeType": "YulFunctionCall", - "src": "20273:18:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "20307:6:24", - "nodeType": "YulIdentifier", - "src": "20307:6:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "20300:6:24", - "nodeType": "YulIdentifier", - "src": "20300:6:24" - }, - "nativeSrc": "20300:14:24", - "nodeType": "YulFunctionCall", - "src": "20300:14:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "20293:6:24", - "nodeType": "YulIdentifier", - "src": "20293:6:24" - }, - "nativeSrc": "20293:22:24", - "nodeType": "YulFunctionCall", - "src": "20293:22:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20266:6:24", - "nodeType": "YulIdentifier", - "src": "20266:6:24" - }, - "nativeSrc": "20266:50:24", - "nodeType": "YulFunctionCall", - "src": "20266:50:24" - }, - "nativeSrc": "20266:50:24", - "nodeType": "YulExpressionStatement", - "src": "20266:50:24" - } - ] - }, - "name": "abi_encode_tuple_t_uint32_t_uint48_t_bool__to_t_uint32_t_uint48_t_bool__fromStack_reversed", - "nativeSrc": "19959:363:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20059:9:24", - "nodeType": "YulTypedName", - "src": "20059:9:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "20070:6:24", - "nodeType": "YulTypedName", - "src": "20070:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "20078:6:24", - "nodeType": "YulTypedName", - "src": "20078:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "20086:6:24", - "nodeType": "YulTypedName", - "src": "20086:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "20097:4:24", - "nodeType": "YulTypedName", - "src": "20097:4:24", - "type": "" - } - ], - "src": "19959:363:24" - }, - { - "body": { - "nativeSrc": "20452:157:24", - "nodeType": "YulBlock", - "src": "20452:157:24", - "statements": [ - { - "nativeSrc": "20462:26:24", - "nodeType": "YulAssignment", - "src": "20462:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20474:9:24", - "nodeType": "YulIdentifier", - "src": "20474:9:24" - }, - { - "kind": "number", - "nativeSrc": "20485:2:24", - "nodeType": "YulLiteral", - "src": "20485:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20470:3:24", - "nodeType": "YulIdentifier", - "src": "20470:3:24" - }, - "nativeSrc": "20470:18:24", - "nodeType": "YulFunctionCall", - "src": "20470:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "20462:4:24", - "nodeType": "YulIdentifier", - "src": "20462:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20504:9:24", - "nodeType": "YulIdentifier", - "src": "20504:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "20519:6:24", - "nodeType": "YulIdentifier", - "src": "20519:6:24" - }, - { - "kind": "number", - "nativeSrc": "20527:10:24", - "nodeType": "YulLiteral", - "src": "20527:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20515:3:24", - "nodeType": "YulIdentifier", - "src": "20515:3:24" - }, - "nativeSrc": "20515:23:24", - "nodeType": "YulFunctionCall", - "src": "20515:23:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20497:6:24", - "nodeType": "YulIdentifier", - "src": "20497:6:24" - }, - "nativeSrc": "20497:42:24", - "nodeType": "YulFunctionCall", - "src": "20497:42:24" - }, - "nativeSrc": "20497:42:24", - "nodeType": "YulExpressionStatement", - "src": "20497:42:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20559:9:24", - "nodeType": "YulIdentifier", - "src": "20559:9:24" - }, - { - "kind": "number", - "nativeSrc": "20570:2:24", - "nodeType": "YulLiteral", - "src": "20570:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20555:3:24", - "nodeType": "YulIdentifier", - "src": "20555:3:24" - }, - "nativeSrc": "20555:18:24", - "nodeType": "YulFunctionCall", - "src": "20555:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "20579:6:24", - "nodeType": "YulIdentifier", - "src": "20579:6:24" - }, - { - "kind": "number", - "nativeSrc": "20587:14:24", - "nodeType": "YulLiteral", - "src": "20587:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20575:3:24", - "nodeType": "YulIdentifier", - "src": "20575:3:24" - }, - "nativeSrc": "20575:27:24", - "nodeType": "YulFunctionCall", - "src": "20575:27:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20548:6:24", - "nodeType": "YulIdentifier", - "src": "20548:6:24" - }, - "nativeSrc": "20548:55:24", - "nodeType": "YulFunctionCall", - "src": "20548:55:24" - }, - "nativeSrc": "20548:55:24", - "nodeType": "YulExpressionStatement", - "src": "20548:55:24" - } - ] - }, - "name": "abi_encode_tuple_t_uint32_t_uint48__to_t_uint32_t_uint48__fromStack_reversed", - "nativeSrc": "20327:282:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20413:9:24", - "nodeType": "YulTypedName", - "src": "20413:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "20424:6:24", - "nodeType": "YulTypedName", - "src": "20424:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "20432:6:24", - "nodeType": "YulTypedName", - "src": "20432:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "20443:4:24", - "nodeType": "YulTypedName", - "src": "20443:4:24", - "type": "" - } - ], - "src": "20327:282:24" - }, - { - "body": { - "nativeSrc": "20692:177:24", - "nodeType": "YulBlock", - "src": "20692:177:24", - "statements": [ - { - "body": { - "nativeSrc": "20738:16:24", - "nodeType": "YulBlock", - "src": "20738:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "20747:1:24", - "nodeType": "YulLiteral", - "src": "20747:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "20750:1:24", - "nodeType": "YulLiteral", - "src": "20750:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "20740:6:24", - "nodeType": "YulIdentifier", - "src": "20740:6:24" - }, - "nativeSrc": "20740:12:24", - "nodeType": "YulFunctionCall", - "src": "20740:12:24" - }, - "nativeSrc": "20740:12:24", - "nodeType": "YulExpressionStatement", - "src": "20740:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "20713:7:24", - "nodeType": "YulIdentifier", - "src": "20713:7:24" - }, - { - "name": "headStart", - "nativeSrc": "20722:9:24", - "nodeType": "YulIdentifier", - "src": "20722:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20709:3:24", - "nodeType": "YulIdentifier", - "src": "20709:3:24" - }, - "nativeSrc": "20709:23:24", - "nodeType": "YulFunctionCall", - "src": "20709:23:24" - }, - { - "kind": "number", - "nativeSrc": "20734:2:24", - "nodeType": "YulLiteral", - "src": "20734:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "20705:3:24", - "nodeType": "YulIdentifier", - "src": "20705:3:24" - }, - "nativeSrc": "20705:32:24", - "nodeType": "YulFunctionCall", - "src": "20705:32:24" - }, - "nativeSrc": "20702:52:24", - "nodeType": "YulIf", - "src": "20702:52:24" - }, - { - "nativeSrc": "20763:36:24", - "nodeType": "YulVariableDeclaration", - "src": "20763:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20789:9:24", - "nodeType": "YulIdentifier", - "src": "20789:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "20776:12:24", - "nodeType": "YulIdentifier", - "src": "20776:12:24" - }, - "nativeSrc": "20776:23:24", - "nodeType": "YulFunctionCall", - "src": "20776:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "20767:5:24", - "nodeType": "YulTypedName", - "src": "20767:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "20833:5:24", - "nodeType": "YulIdentifier", - "src": "20833:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "20808:24:24", - "nodeType": "YulIdentifier", - "src": "20808:24:24" - }, - "nativeSrc": "20808:31:24", - "nodeType": "YulFunctionCall", - "src": "20808:31:24" - }, - "nativeSrc": "20808:31:24", - "nodeType": "YulExpressionStatement", - "src": "20808:31:24" - }, - { - "nativeSrc": "20848:15:24", - "nodeType": "YulAssignment", - "src": "20848:15:24", - "value": { - "name": "value", - "nativeSrc": "20858:5:24", - "nodeType": "YulIdentifier", - "src": "20858:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "20848:6:24", - "nodeType": "YulIdentifier", - "src": "20848:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_address_payable", - "nativeSrc": "20614:255:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20658:9:24", - "nodeType": "YulTypedName", - "src": "20658:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "20669:7:24", - "nodeType": "YulTypedName", - "src": "20669:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "20681:6:24", - "nodeType": "YulTypedName", - "src": "20681:6:24", - "type": "" - } - ], - "src": "20614:255:24" - }, - { - "body": { - "nativeSrc": "20922:122:24", - "nodeType": "YulBlock", - "src": "20922:122:24", - "statements": [ - { - "nativeSrc": "20932:51:24", - "nodeType": "YulAssignment", - "src": "20932:51:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "x", - "nativeSrc": "20948:1:24", - "nodeType": "YulIdentifier", - "src": "20948:1:24" - }, - { - "kind": "number", - "nativeSrc": "20951:10:24", - "nodeType": "YulLiteral", - "src": "20951:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20944:3:24", - "nodeType": "YulIdentifier", - "src": "20944:3:24" - }, - "nativeSrc": "20944:18:24", - "nodeType": "YulFunctionCall", - "src": "20944:18:24" - }, - { - "arguments": [ - { - "name": "y", - "nativeSrc": "20968:1:24", - "nodeType": "YulIdentifier", - "src": "20968:1:24" - }, - { - "kind": "number", - "nativeSrc": "20971:10:24", - "nodeType": "YulLiteral", - "src": "20971:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20964:3:24", - "nodeType": "YulIdentifier", - "src": "20964:3:24" - }, - "nativeSrc": "20964:18:24", - "nodeType": "YulFunctionCall", - "src": "20964:18:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20940:3:24", - "nodeType": "YulIdentifier", - "src": "20940:3:24" - }, - "nativeSrc": "20940:43:24", - "nodeType": "YulFunctionCall", - "src": "20940:43:24" - }, - "variableNames": [ - { - "name": "diff", - "nativeSrc": "20932:4:24", - "nodeType": "YulIdentifier", - "src": "20932:4:24" - } - ] - }, - { - "body": { - "nativeSrc": "21016:22:24", - "nodeType": "YulBlock", - "src": "21016:22:24", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "21018:16:24", - "nodeType": "YulIdentifier", - "src": "21018:16:24" - }, - "nativeSrc": "21018:18:24", - "nodeType": "YulFunctionCall", - "src": "21018:18:24" - }, - "nativeSrc": "21018:18:24", - "nodeType": "YulExpressionStatement", - "src": "21018:18:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "diff", - "nativeSrc": "20998:4:24", - "nodeType": "YulIdentifier", - "src": "20998:4:24" - }, - { - "kind": "number", - "nativeSrc": "21004:10:24", - "nodeType": "YulLiteral", - "src": "21004:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "20995:2:24", - "nodeType": "YulIdentifier", - "src": "20995:2:24" - }, - "nativeSrc": "20995:20:24", - "nodeType": "YulFunctionCall", - "src": "20995:20:24" - }, - "nativeSrc": "20992:46:24", - "nodeType": "YulIf", - "src": "20992:46:24" - } - ] - }, - "name": "checked_sub_t_uint32", - "nativeSrc": "20874:170:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "x", - "nativeSrc": "20904:1:24", - "nodeType": "YulTypedName", - "src": "20904:1:24", - "type": "" - }, - { - "name": "y", - "nativeSrc": "20907:1:24", - "nodeType": "YulTypedName", - "src": "20907:1:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "diff", - "nativeSrc": "20913:4:24", - "nodeType": "YulTypedName", - "src": "20913:4:24", - "type": "" - } - ], - "src": "20874:170:24" - }, - { - "body": { - "nativeSrc": "21185:130:24", - "nodeType": "YulBlock", - "src": "21185:130:24", - "statements": [ - { - "nativeSrc": "21195:26:24", - "nodeType": "YulAssignment", - "src": "21195:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "21207:9:24", - "nodeType": "YulIdentifier", - "src": "21207:9:24" - }, - { - "kind": "number", - "nativeSrc": "21218:2:24", - "nodeType": "YulLiteral", - "src": "21218:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21203:3:24", - "nodeType": "YulIdentifier", - "src": "21203:3:24" - }, - "nativeSrc": "21203:18:24", - "nodeType": "YulFunctionCall", - "src": "21203:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "21195:4:24", - "nodeType": "YulIdentifier", - "src": "21195:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "21237:9:24", - "nodeType": "YulIdentifier", - "src": "21237:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "21252:6:24", - "nodeType": "YulIdentifier", - "src": "21252:6:24" - }, - { - "kind": "number", - "nativeSrc": "21260:4:24", - "nodeType": "YulLiteral", - "src": "21260:4:24", - "type": "", - "value": "0xff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "21248:3:24", - "nodeType": "YulIdentifier", - "src": "21248:3:24" - }, - "nativeSrc": "21248:17:24", - "nodeType": "YulFunctionCall", - "src": "21248:17:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "21230:6:24", - "nodeType": "YulIdentifier", - "src": "21230:6:24" - }, - "nativeSrc": "21230:36:24", - "nodeType": "YulFunctionCall", - "src": "21230:36:24" - }, - "nativeSrc": "21230:36:24", - "nodeType": "YulExpressionStatement", - "src": "21230:36:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "21286:9:24", - "nodeType": "YulIdentifier", - "src": "21286:9:24" - }, - { - "kind": "number", - "nativeSrc": "21297:2:24", - "nodeType": "YulLiteral", - "src": "21297:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21282:3:24", - "nodeType": "YulIdentifier", - "src": "21282:3:24" - }, - "nativeSrc": "21282:18:24", - "nodeType": "YulFunctionCall", - "src": "21282:18:24" - }, - { - "name": "value1", - "nativeSrc": "21302:6:24", - "nodeType": "YulIdentifier", - "src": "21302:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "21275:6:24", - "nodeType": "YulIdentifier", - "src": "21275:6:24" - }, - "nativeSrc": "21275:34:24", - "nodeType": "YulFunctionCall", - "src": "21275:34:24" - }, - "nativeSrc": "21275:34:24", - "nodeType": "YulExpressionStatement", - "src": "21275:34:24" - } - ] - }, - "name": "abi_encode_tuple_t_rational_48_by_1_t_uint256__to_t_uint8_t_uint256__fromStack_reversed", - "nativeSrc": "21049:266:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "21146:9:24", - "nodeType": "YulTypedName", - "src": "21146:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "21157:6:24", - "nodeType": "YulTypedName", - "src": "21157:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "21165:6:24", - "nodeType": "YulTypedName", - "src": "21165:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "21176:4:24", - "nodeType": "YulTypedName", - "src": "21176:4:24", - "type": "" - } - ], - "src": "21049:266:24" - } - ] - }, - "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_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_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_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_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": 24, - "language": "Yul", - "name": "#utility.yul" - } - ], - "immutableReferences": {}, - "linkReferences": {}, - "object": "6080604052600436106101fe5760003560e01c80636d5115bd1161011d578063b7009613116100b0578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c614610750578063f801a69814610770578063fe0776f5146107aa57600080fd5b8063d1f856ee14610710578063d22b59891461073057600080fd5b8063b70096131461067e578063b7d2b162146106ba578063c4d66de8146106da578063cc1b6c81146106fa57600080fd5b8063a166aa89116100ec578063a166aa89146105a3578063a64d95ce14610603578063abd9bd2a14610623578063ac9650d81461065157600080fd5b80636d5115bd1461052e57806375b238fc1461054e578063853551b81461056357806394c7d7ee1461058357600080fd5b806330cae187116101955780634665096d116101645780634665096d1461047c5780634c1da1e21461049257806352962952146104b2578063530dd456146104d257600080fd5b806330cae187146103ad5780633adc277a146103cd5780633ca7c02a146104045780634136a33c1461042057600080fd5b806318ff183c116101d157806318ff183c146103005780631cff79cd1461032057806325c471a0146103335780633078f1141461035357600080fd5b806308d6122d146102035780630b0a93ba1461022557806312be8727146102ab578063167bd395146102e0575b600080fd5b34801561020f57600080fd5b5061022361021e366004612a5c565b6107ca565b005b34801561023157600080fd5b5061028d610240366004612ac3565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101546801000000000000000090041690565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102b757600080fd5b506102cb6102c6366004612ac3565b61081d565b60405163ffffffff90911681526020016102a2565b3480156102ec57600080fd5b506102236102fb366004612ade565b610889565b34801561030c57600080fd5b5061022361031b366004612b1c565b61089f565b6102cb61032e366004612b8c565b61091f565b34801561033f57600080fd5b5061022361034e366004612bf5565b610abe565b34801561035f57600080fd5b5061037361036e366004612c3a565b610ae0565b6040516102a2949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b3480156103b957600080fd5b506102236103c8366004612c56565b610b78565b3480156103d957600080fd5b506103ed6103e8366004612c89565b610b8a565b60405165ffffffffffff90911681526020016102a2565b34801561041057600080fd5b5061028d67ffffffffffffffff81565b34801561042c57600080fd5b506102cb61043b366004612c89565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561048857600080fd5b5062093a806102cb565b34801561049e57600080fd5b506102cb6104ad366004612ca2565b610bee565b3480156104be57600080fd5b506102236104cd366004612c56565b610c2b565b3480156104de57600080fd5b5061028d6104ed366004612ac3565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b34801561053a57600080fd5b5061028d610549366004612cd5565b610c3d565b34801561055a57600080fd5b5061028d600081565b34801561056f57600080fd5b5061022361057e366004612d03565b610c89565b34801561058f57600080fd5b5061022361059e366004612b8c565b610d24565b3480156105af57600080fd5b506105f36105be366004612ca2565b6001600160a01b031660009081526000805160206131cd8339815191526020526040902060010154600160701b900460ff1690565b60405190151581526020016102a2565b34801561060f57600080fd5b5061022361061e366004612d21565b610e02565b34801561062f57600080fd5b5061064361063e366004612d4b565b610e14565b6040519081526020016102a2565b34801561065d57600080fd5b5061067161066c366004612db0565b610e4d565b6040516102a29190612e16565b34801561068a57600080fd5b5061069e610699366004612e96565b610f35565b60408051921515835263ffffffff9091166020830152016102a2565b3480156106c657600080fd5b506102236106d5366004612c3a565b611042565b3480156106e657600080fd5b506102236106f5366004612ca2565b611059565b34801561070657600080fd5b50620697806102cb565b34801561071c57600080fd5b5061069e61072b366004612c3a565b611195565b34801561073c57600080fd5b5061022361074b366004612ee1565b611213565b34801561075c57600080fd5b506102cb61076b366004612d4b565b611225565b34801561077c57600080fd5b5061079061078b366004612eff565b6113af565b6040805192835263ffffffff9091166020830152016102a2565b3480156107b657600080fd5b506102236107c5366004612c3a565b61155c565b6107d261159e565b60005b828110156108165761080e858585848181106107f3576107f3612f72565b90506020020160208101906108089190612f88565b84611633565b6001016107d5565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206131cd8339815191529061088290600160801b90046001600160701b03166116c9565b9392505050565b61089161159e565b61089b82826116e8565b5050565b6108a761159e565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b15801561090357600080fd5b505af1158015610917573d6000803e3d6000fd5b505050505050565b60006000805160206131cd83398151915233828061093f8389898961176a565b9150915081158015610955575063ffffffff8116155b156109c157828861096689896117bd565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b60006109cf848a8a8a610e14565b9050600063ffffffff83161515806109f657506109eb82610b8a565b65ffffffffffff1615155b15610a0757610a04826117d5565b90505b6003860154610a5c8b610a1a8c8c6117bd565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610aa68b8b8b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525034925061193c915050565b50600390960195909555509293505050509392505050565b610ac661159e565b610ada8383610ad48661081d565b846119f9565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff81169291829182916000805160206131cd83398151915291610b6990660100000000000090046001600160701b0316611c84565b979a9199509750945050505050565b610b8061159e565b61089b8282611ca7565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131cd8339815191529065ffffffffffff16610bd981611d60565b610be35780610be6565b60005b949350505050565b6001600160a01b03811660009081526000805160206131cd83398151915260208190526040822060010154610882906001600160701b03166116c9565b610c3361159e565b61089b8282611d8f565b6001600160a01b03821660009081526000805160206131cd833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b610c9161159e565b67ffffffffffffffff83161580610cb1575067ffffffffffffffff838116145b15610cdb5760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610d17929190612fce565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610d7e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610da29190612fe2565b6001600160e01b03191614610dee576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024016109b8565b610816610dfd85838686610e14565b6117d5565b610e0a61159e565b61089b8282611e6a565b600084848484604051602001610e2d9493929190612fff565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff811115610e7857610e78613071565b604051908082528060200260200182016040528015610eab57816020015b6060815260200190600190039081610e965790505b50915060005b83811015610f2d57610f0830868684818110610ecf57610ecf612f72565b9050602002810190610ee19190613087565b85604051602001610ef4939291906130ce565b604051602081830303815290604052611fac565b838281518110610f1a57610f1a612f72565b6020908102919091010152600101610eb1565b505092915050565b600080610f71846001600160a01b031660009081526000805160206131cd8339815191526020526040902060010154600160701b900460ff1690565b15610f815750600090508061103a565b306001600160a01b03861603610ffc57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061103a565b60006110088585610c3d565b90506000806110178389611195565b915091508161102857600080611032565b63ffffffff811615815b945094505050505b935093915050565b61104a61159e565b6110548282612022565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff166000811580156110a45750825b905060008267ffffffffffffffff1660011480156110c15750303b155b9050811580156110cf575080155b15611106576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561113a57845468ff00000000000000001916680100000000000000001785555b61114386612136565b831561091757845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60008067fffffffffffffffe1967ffffffffffffffff8516016111be575060019050600061120c565b6000806111cb8686610ae0565b5050915091508165ffffffffffff1660001415801561120157506111ed61214a565b65ffffffffffff168265ffffffffffff1611155b9350915061120c9050565b9250929050565b61121b61159e565b61089b828261215a565b60006000805160206131cd833981519152338261124286866117bd565b9050600061125289898989610e14565b600081815260028601602052604081205491925065ffffffffffff90911690036112925760405163060a299b60e41b8152600481018290526024016109b8565b826001600160a01b0316896001600160a01b0316146113475760006112b8600085611195565b50905060006112d36112cd6102408c87610c3d565b86611195565b509050811580156112e2575080155b15611344576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b0319851660648201526084016109b8565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b6000806000805160206131cd83398151915233826113cf828a8a8a61176a565b91505060008163ffffffff166113e361214a565b6113ed91906130f5565b905063ffffffff82161580611424575060008765ffffffffffff1611801561142457508065ffffffffffff168765ffffffffffff16105b1561143557828a6109668b8b6117bd565b61144f8765ffffffffffff168265ffffffffffff16612229565b965061145d838b8b8b610e14565b955061146886612239565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e604051611547959493929190613113565b60405180910390a35050505094509492505050565b6001600160a01b038116331461104a576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b336000806115ad8382366122ce565b9150915081611054578063ffffffff166000036116235760006115d0813661241a565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff8216602482015290925060440190506109b8565b610ada610dfd8430600036610e14565b60006000805160206131cd8339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b6000806116de836001600160701b0316611c84565b5090949350505050565b6001600160a01b03821660008181526000805160206131cd833981519152602081815260409283902060010180546eff00000000000000000000000000001916600160701b8715159081029190911790915592519283529092917f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb1389101610d17565b600080306001600160a01b03861603611791576117888685856122ce565b915091506117b4565b600483106117ad576117a8868661069987876117bd565b611788565b5060009050805b94509492505050565b60006117cc6004828486613047565b6108829161315e565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131cd8339815191529065ffffffffffff8116906601000000000000900463ffffffff168184036118505760405163060a299b60e41b8152600481018690526024016109b8565b61185861214a565b65ffffffffffff168265ffffffffffff1611156118a4576040517f18cb6b7a000000000000000000000000000000000000000000000000000000008152600481018690526024016109b8565b6118ad82611d60565b156118e7576040517f78a5d6e4000000000000000000000000000000000000000000000000000000008152600481018690526024016109b8565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b606081471015611981576040517fcf479181000000000000000000000000000000000000000000000000000000008152476004820152602481018390526044016109b8565b600080856001600160a01b0316848660405161199d9190613194565b60006040518083038185875af1925050503d80600081146119da576040519150601f19603f3d011682016040523d82523d6000602084013e6119df565b606091505b50915091506119ef868383612725565b9695505050505050565b60006000805160206131cd83398151915267ffffffffffffffff861667fffffffffffffffe1901611a495760405163061c6a4360e21b815267ffffffffffffffff871660048201526024016109b8565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611b51578563ffffffff16611a9861214a565b611aa291906130f5565b905060405180604001604052808265ffffffffffff168152602001611ad08763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611c14565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611ba19166010000000000009091046001600160701b031690879061279a565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611c9a84611c9561214a565b612844565b9250925092509193909250565b6000805160206131cd83398151915267ffffffffffffffff83161580611cd6575067ffffffffffffffff838116145b15611d005760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611d6a61214a565b65ffffffffffff16611d7f62093a80846130f5565b65ffffffffffff16111592915050565b6000805160206131cd83398151915267ffffffffffffffff83161580611dbe575067ffffffffffffffff838116145b15611de85760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff1668010000000000000000958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b6000805160206131cd83398151915267ffffffffffffffff831667fffffffffffffffe1901611eb85760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b67ffffffffffffffff831660009081526001828101602052604082200154611ef490600160801b90046001600160701b0316846206978061279a565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b4890611f9e908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051611fc99190613194565b600060405180830381855af49150503d8060008114612004576040519150601f19603f3d011682016040523d82523d6000602084013e612009565b606091505b5091509150612019858383612725565b95945050505050565b60006000805160206131cd83398151915267ffffffffffffffff841667fffffffffffffffe19016120725760405163061c6a4360e21b815267ffffffffffffffff851660048201526024016109b8565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff1690036120ba576000915050610c83565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b61213e612891565b612147816128fa565b50565b600061215542612953565b905090565b6001600160a01b03821660009081526000805160206131cd8339815191526020819052604082206001015490919061219f906001600160701b0316846206978061279a565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c9101611f9e565b6000828218828411028218610882565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206131cd8339815191529065ffffffffffff168015801590612294575061229281611d60565b155b15611054576040517f813e9459000000000000000000000000000000000000000000000000000000008152600481018490526024016109b8565b60008060048310156122e55750600090508061103a565b306001600160a01b0386160361236857610ff13061230386866117bd565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b6000806000612377878761241a565b925092509250821580156123b157503060009081526000805160206131cd8339815191526020526040902060010154600160701b900460ff165b156123c5576000809450945050505061103a565b6000806123d2848b611195565b91509150816123ec5760008096509650505050505061103a565b6124028363ffffffff168263ffffffff16612229565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156124355750600091508190508061271e565b600061244186866117bd565b90506001600160e01b031981167f853551b80000000000000000000000000000000000000000000000000000000014806124a457506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b806124d857506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b8061250c57506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b8061254057506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b156125565760016000809350935093505061271e565b6001600160e01b031981167f18ff183c0000000000000000000000000000000000000000000000000000000014806125b757506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b806125eb57506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b1561262d57600061260060246004888a613047565b81019061260d9190612ca2565b9050600061261a82610bee565b6001965060009550935061271e92505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061268e57506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156127085760006126a360246004888a613047565b8101906126b09190612ac3565b905060016126f98267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b6000945094509450505061271e565b60006127143083610c3d565b6000935093509350505b9250925092565b60608261273a57612735826129a3565b610882565b815115801561275157506001600160a01b0384163b155b15612793576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b03851660048201526024016109b8565b5080610882565b60008060006127b1866001600160701b03166116c9565b905060006127ee8563ffffffff168763ffffffff168463ffffffff16116127d95760006127e3565b6127e388856131b0565b63ffffffff16612229565b90508063ffffffff166127ff61214a565b61280991906130f5565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b69ffffffffffffffffffff602083901c166001600160701b03831665ffffffffffff604085901c811690841681111561287f57828282612884565b816000805b9250925092509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff166128f8576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b612902612891565b6001600160a01b038116612945576040517f0813ada2000000000000000000000000000000000000000000000000000000008152600060048201526024016109b8565b61089b6000826000806119f9565b600065ffffffffffff82111561299f576040517f6dfcc65000000000000000000000000000000000000000000000000000000000815260306004820152602481018390526044016109b8565b5090565b8051156129b35780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116811461214757600080fd5b60008083601f840112612a0c57600080fd5b50813567ffffffffffffffff811115612a2457600080fd5b6020830191508360208260051b850101111561120c57600080fd5b803567ffffffffffffffff81168114612a5757600080fd5b919050565b60008060008060608587031215612a7257600080fd5b8435612a7d816129e5565b9350602085013567ffffffffffffffff811115612a9957600080fd5b612aa5878288016129fa565b9094509250612ab8905060408601612a3f565b905092959194509250565b600060208284031215612ad557600080fd5b61088282612a3f565b60008060408385031215612af157600080fd5b8235612afc816129e5565b915060208301358015158114612b1157600080fd5b809150509250929050565b60008060408385031215612b2f57600080fd5b8235612b3a816129e5565b91506020830135612b11816129e5565b60008083601f840112612b5c57600080fd5b50813567ffffffffffffffff811115612b7457600080fd5b60208301915083602082850101111561120c57600080fd5b600080600060408486031215612ba157600080fd5b8335612bac816129e5565b9250602084013567ffffffffffffffff811115612bc857600080fd5b612bd486828701612b4a565b9497909650939450505050565b803563ffffffff81168114612a5757600080fd5b600080600060608486031215612c0a57600080fd5b612c1384612a3f565b92506020840135612c23816129e5565b9150612c3160408501612be1565b90509250925092565b60008060408385031215612c4d57600080fd5b612b3a83612a3f565b60008060408385031215612c6957600080fd5b612c7283612a3f565b9150612c8060208401612a3f565b90509250929050565b600060208284031215612c9b57600080fd5b5035919050565b600060208284031215612cb457600080fd5b8135610882816129e5565b6001600160e01b03198116811461214757600080fd5b60008060408385031215612ce857600080fd5b8235612cf3816129e5565b91506020830135612b1181612cbf565b600080600060408486031215612d1857600080fd5b612bac84612a3f565b60008060408385031215612d3457600080fd5b612d3d83612a3f565b9150612c8060208401612be1565b60008060008060608587031215612d6157600080fd5b8435612d6c816129e5565b93506020850135612d7c816129e5565b9250604085013567ffffffffffffffff811115612d9857600080fd5b612da487828801612b4a565b95989497509550505050565b60008060208385031215612dc357600080fd5b823567ffffffffffffffff811115612dda57600080fd5b612de6858286016129fa565b90969095509350505050565b60005b83811015612e0d578181015183820152602001612df5565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015612e8a57603f1987860301845281518051808752612e67816020890160208501612df2565b601f01601f19169590950160209081019550938401939190910190600101612e3e565b50929695505050505050565b600080600060608486031215612eab57600080fd5b8335612eb6816129e5565b92506020840135612ec6816129e5565b91506040840135612ed681612cbf565b809150509250925092565b60008060408385031215612ef457600080fd5b8235612d3d816129e5565b60008060008060608587031215612f1557600080fd5b8435612f20816129e5565b9350602085013567ffffffffffffffff811115612f3c57600080fd5b612f4887828801612b4a565b909450925050604085013565ffffffffffff81168114612f6757600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b600060208284031215612f9a57600080fd5b813561088281612cbf565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610be6602083018486612fa5565b600060208284031215612ff457600080fd5b815161088281612cbf565b6001600160a01b03851681526001600160a01b03841660208201526060604082015260006119ef606083018486612fa5565b634e487b7160e01b600052601160045260246000fd5b6000808585111561305757600080fd5b8386111561306457600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e1984360301811261309e57600080fd5b83018035915067ffffffffffffffff8211156130b957600080fd5b60200191503681900382131561120c57600080fd5b8284823760008382016000815283516130eb818360208801612df2565b0195945050505050565b65ffffffffffff8181168382160190811115610c8357610c83613031565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b0384166040820152608060608201526000613153608083018486612fa5565b979650505050505050565b80356001600160e01b0319811690600484101561318d576001600160e01b0319808560040360031b1b82161691505b5092915050565b600082516131a6818460208701612df2565b9190910192915050565b63ffffffff8281168282160390811115610c8357610c8361303156fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a264697066735822122065619a47eb664643a4ce521f2c7328138f325724c75f248263988401a189742c64736f6c634300081a0033", - "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 0xB7009613 GT PUSH2 0xB0 JUMPI DUP1 PUSH4 0xD1F856EE GT PUSH2 0x7F JUMPI DUP1 PUSH4 0xD6BB62C6 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xD6BB62C6 EQ PUSH2 0x750 JUMPI DUP1 PUSH4 0xF801A698 EQ PUSH2 0x770 JUMPI DUP1 PUSH4 0xFE0776F5 EQ PUSH2 0x7AA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD1F856EE EQ PUSH2 0x710 JUMPI DUP1 PUSH4 0xD22B5989 EQ PUSH2 0x730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB7009613 EQ PUSH2 0x67E JUMPI DUP1 PUSH4 0xB7D2B162 EQ PUSH2 0x6BA JUMPI DUP1 PUSH4 0xC4D66DE8 EQ PUSH2 0x6DA JUMPI DUP1 PUSH4 0xCC1B6C81 EQ PUSH2 0x6FA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xA166AA89 GT PUSH2 0xEC JUMPI DUP1 PUSH4 0xA166AA89 EQ PUSH2 0x5A3 JUMPI DUP1 PUSH4 0xA64D95CE EQ PUSH2 0x603 JUMPI DUP1 PUSH4 0xABD9BD2A EQ PUSH2 0x623 JUMPI DUP1 PUSH4 0xAC9650D8 EQ PUSH2 0x651 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x6D5115BD EQ PUSH2 0x52E JUMPI DUP1 PUSH4 0x75B238FC EQ PUSH2 0x54E JUMPI DUP1 PUSH4 0x853551B8 EQ PUSH2 0x563 JUMPI DUP1 PUSH4 0x94C7D7EE EQ PUSH2 0x583 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 0x2A5C JUMP JUMPDEST PUSH2 0x7CA JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x231 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH2 0x240 CALLDATASIZE PUSH1 0x4 PUSH2 0x2AC3 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 0x2AC3 JUMP JUMPDEST PUSH2 0x81D 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 0x2ADE JUMP JUMPDEST PUSH2 0x889 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x30C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x31B CALLDATASIZE PUSH1 0x4 PUSH2 0x2B1C JUMP JUMPDEST PUSH2 0x89F JUMP JUMPDEST PUSH2 0x2CB PUSH2 0x32E CALLDATASIZE PUSH1 0x4 PUSH2 0x2B8C JUMP JUMPDEST PUSH2 0x91F JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x33F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x34E CALLDATASIZE PUSH1 0x4 PUSH2 0x2BF5 JUMP JUMPDEST PUSH2 0xABE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x35F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x373 PUSH2 0x36E CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0xAE0 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 0x2C56 JUMP JUMPDEST PUSH2 0xB78 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3D9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3ED PUSH2 0x3E8 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C89 JUMP JUMPDEST PUSH2 0xB8A 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 0x2C89 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 0x2CA2 JUMP JUMPDEST PUSH2 0xBEE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x4CD CALLDATASIZE PUSH1 0x4 PUSH2 0x2C56 JUMP JUMPDEST PUSH2 0xC2B JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4DE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH2 0x4ED CALLDATASIZE PUSH1 0x4 PUSH2 0x2AC3 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 0x2CD5 JUMP JUMPDEST PUSH2 0xC3D 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 0x57E CALLDATASIZE PUSH1 0x4 PUSH2 0x2D03 JUMP JUMPDEST PUSH2 0xC89 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x58F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x59E CALLDATASIZE PUSH1 0x4 PUSH2 0x2B8C JUMP JUMPDEST PUSH2 0xD24 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5AF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x5F3 PUSH2 0x5BE CALLDATASIZE PUSH1 0x4 PUSH2 0x2CA2 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0x60F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x61E CALLDATASIZE PUSH1 0x4 PUSH2 0x2D21 JUMP JUMPDEST PUSH2 0xE02 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x62F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x643 PUSH2 0x63E CALLDATASIZE PUSH1 0x4 PUSH2 0x2D4B JUMP JUMPDEST PUSH2 0xE14 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x65D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x671 PUSH2 0x66C CALLDATASIZE PUSH1 0x4 PUSH2 0x2DB0 JUMP JUMPDEST PUSH2 0xE4D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2A2 SWAP2 SWAP1 PUSH2 0x2E16 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x68A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x69E PUSH2 0x699 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E96 JUMP JUMPDEST PUSH2 0xF35 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 0x6C6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x6D5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0x1042 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6E6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x6F5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CA2 JUMP JUMPDEST PUSH2 0x1059 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x706 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x69780 PUSH2 0x2CB JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x71C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x69E PUSH2 0x72B CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0x1195 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x73C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x74B CALLDATASIZE PUSH1 0x4 PUSH2 0x2EE1 JUMP JUMPDEST PUSH2 0x1213 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x75C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2CB PUSH2 0x76B CALLDATASIZE PUSH1 0x4 PUSH2 0x2D4B JUMP JUMPDEST PUSH2 0x1225 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x77C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x790 PUSH2 0x78B CALLDATASIZE PUSH1 0x4 PUSH2 0x2EFF JUMP JUMPDEST PUSH2 0x13AF 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 0x7B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x7C5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0x155C JUMP JUMPDEST PUSH2 0x7D2 PUSH2 0x159E JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x816 JUMPI PUSH2 0x80E DUP6 DUP6 DUP6 DUP5 DUP2 DUP2 LT PUSH2 0x7F3 JUMPI PUSH2 0x7F3 PUSH2 0x2F72 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD PUSH1 0x20 DUP2 ADD SWAP1 PUSH2 0x808 SWAP2 SWAP1 PUSH2 0x2F88 JUMP JUMPDEST DUP5 PUSH2 0x1633 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x7D5 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH2 0x882 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16C9 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x891 PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x16E8 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH2 0x8A7 PUSH2 0x159E 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 0x903 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x917 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 DUP1 PUSH2 0x93F DUP4 DUP10 DUP10 DUP10 PUSH2 0x176A JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x955 JUMPI POP PUSH4 0xFFFFFFFF DUP2 AND ISZERO JUMPDEST ISZERO PUSH2 0x9C1 JUMPI DUP3 DUP9 PUSH2 0x966 DUP10 DUP10 PUSH2 0x17BD 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 0x9CF DUP5 DUP11 DUP11 DUP11 PUSH2 0xE14 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH4 0xFFFFFFFF DUP4 AND ISZERO ISZERO DUP1 PUSH2 0x9F6 JUMPI POP PUSH2 0x9EB DUP3 PUSH2 0xB8A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND ISZERO ISZERO JUMPDEST ISZERO PUSH2 0xA07 JUMPI PUSH2 0xA04 DUP3 PUSH2 0x17D5 JUMP JUMPDEST SWAP1 POP JUMPDEST PUSH1 0x3 DUP7 ADD SLOAD PUSH2 0xA5C DUP12 PUSH2 0xA1A DUP13 DUP13 PUSH2 0x17BD 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 0xAA6 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 0x193C 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 0xAC6 PUSH2 0x159E JUMP JUMPDEST PUSH2 0xADA DUP4 DUP4 PUSH2 0xAD4 DUP7 PUSH2 0x81D JUMP JUMPDEST DUP5 PUSH2 0x19F9 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP2 PUSH2 0xB69 SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1C84 JUMP JUMPDEST SWAP8 SWAP11 SWAP2 SWAP10 POP SWAP8 POP SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xB80 PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x1CA7 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0xBD9 DUP2 PUSH2 0x1D60 JUMP JUMPDEST PUSH2 0xBE3 JUMPI DUP1 PUSH2 0xBE6 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH2 0x882 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16C9 JUMP JUMPDEST PUSH2 0xC33 PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x1D8F JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0xC91 PUSH2 0x159E JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0xCB1 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0xCDB JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH32 0x1256F5B5ECB89CAEC12DB449738F2FBCD1BA5806CF38F35413F4E5C15BF6A450 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0xD17 SWAP3 SWAP2 SWAP1 PUSH2 0x2FCE 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 0xD7E 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 0xDA2 SWAP2 SWAP1 PUSH2 0x2FE2 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND EQ PUSH2 0xDEE 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 0x9B8 JUMP JUMPDEST PUSH2 0x816 PUSH2 0xDFD DUP6 DUP4 DUP7 DUP7 PUSH2 0xE14 JUMP JUMPDEST PUSH2 0x17D5 JUMP JUMPDEST PUSH2 0xE0A PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x1E6A JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 DUP5 DUP5 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xE2D SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2FFF 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 0xE78 JUMPI PUSH2 0xE78 PUSH2 0x3071 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0xEAB JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0xE96 JUMPI SWAP1 POP JUMPDEST POP SWAP2 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xF2D JUMPI PUSH2 0xF08 ADDRESS DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0xECF JUMPI PUSH2 0xECF PUSH2 0x2F72 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xEE1 SWAP2 SWAP1 PUSH2 0x3087 JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xEF4 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x30CE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x1FAC JUMP JUMPDEST DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0xF1A JUMPI PUSH2 0xF1A PUSH2 0x2F72 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0xEB1 JUMP JUMPDEST POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0xF71 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0xF81 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x103A JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0xFFC 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 0x103A JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1008 DUP6 DUP6 PUSH2 0xC3D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 PUSH2 0x1017 DUP4 DUP10 PUSH2 0x1195 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1028 JUMPI PUSH1 0x0 DUP1 PUSH2 0x1032 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 0x104A PUSH2 0x159E JUMP JUMPDEST PUSH2 0x1054 DUP3 DUP3 PUSH2 0x2022 JUMP JUMPDEST POP 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 0x10A4 JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0x10C1 JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x10CF JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x1106 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 0x113A JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH9 0x10000000000000000 OR DUP6 SSTORE JUMPDEST PUSH2 0x1143 DUP7 PUSH2 0x2136 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x917 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 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH8 0xFFFFFFFFFFFFFFFE NOT PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND ADD PUSH2 0x11BE JUMPI POP PUSH1 0x1 SWAP1 POP PUSH1 0x0 PUSH2 0x120C JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x11CB DUP7 DUP7 PUSH2 0xAE0 JUMP JUMPDEST POP POP SWAP2 POP SWAP2 POP DUP2 PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x0 EQ ISZERO DUP1 ISZERO PUSH2 0x1201 JUMPI POP PUSH2 0x11ED PUSH2 0x214A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO JUMPDEST SWAP4 POP SWAP2 POP PUSH2 0x120C SWAP1 POP JUMP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x121B PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x215A JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x1242 DUP7 DUP7 PUSH2 0x17BD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x1252 DUP10 DUP10 DUP10 DUP10 PUSH2 0xE14 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 0x1292 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x1347 JUMPI PUSH1 0x0 PUSH2 0x12B8 PUSH1 0x0 DUP6 PUSH2 0x1195 JUMP JUMPDEST POP SWAP1 POP PUSH1 0x0 PUSH2 0x12D3 PUSH2 0x12CD PUSH2 0x240 DUP13 DUP8 PUSH2 0xC3D JUMP JUMPDEST DUP7 PUSH2 0x1195 JUMP JUMPDEST POP SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x12E2 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x1344 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 0x9B8 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x13CF DUP3 DUP11 DUP11 DUP11 PUSH2 0x176A JUMP JUMPDEST SWAP2 POP POP PUSH1 0x0 DUP2 PUSH4 0xFFFFFFFF AND PUSH2 0x13E3 PUSH2 0x214A JUMP JUMPDEST PUSH2 0x13ED SWAP2 SWAP1 PUSH2 0x30F5 JUMP JUMPDEST SWAP1 POP PUSH4 0xFFFFFFFF DUP3 AND ISZERO DUP1 PUSH2 0x1424 JUMPI POP PUSH1 0x0 DUP8 PUSH6 0xFFFFFFFFFFFF AND GT DUP1 ISZERO PUSH2 0x1424 JUMPI POP DUP1 PUSH6 0xFFFFFFFFFFFF AND DUP8 PUSH6 0xFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0x1435 JUMPI DUP3 DUP11 PUSH2 0x966 DUP12 DUP12 PUSH2 0x17BD JUMP JUMPDEST PUSH2 0x144F DUP8 PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x2229 JUMP JUMPDEST SWAP7 POP PUSH2 0x145D DUP4 DUP12 DUP12 DUP12 PUSH2 0xE14 JUMP JUMPDEST SWAP6 POP PUSH2 0x1468 DUP7 PUSH2 0x2239 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 0x1547 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3113 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 0x104A 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 0x15AD DUP4 DUP3 CALLDATASIZE PUSH2 0x22CE JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1054 JUMPI DUP1 PUSH4 0xFFFFFFFF AND PUSH1 0x0 SUB PUSH2 0x1623 JUMPI PUSH1 0x0 PUSH2 0x15D0 DUP2 CALLDATASIZE PUSH2 0x241A 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 0x9B8 JUMP JUMPDEST PUSH2 0xADA PUSH2 0xDFD DUP5 ADDRESS PUSH1 0x0 CALLDATASIZE PUSH2 0xE14 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0x16DE DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1C84 JUMP JUMPDEST POP SWAP1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH15 0xFF0000000000000000000000000000 NOT AND PUSH1 0x1 PUSH1 0x70 SHL DUP8 ISZERO ISZERO SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 OR SWAP1 SWAP2 SSTORE SWAP3 MLOAD SWAP3 DUP4 MSTORE SWAP1 SWAP3 SWAP2 PUSH32 0x90D4E7BB7E5D933792B3562E1741306F8BE94837E1348DACEF9B6F1DF56EB138 SWAP2 ADD PUSH2 0xD17 JUMP JUMPDEST PUSH1 0x0 DUP1 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x1791 JUMPI PUSH2 0x1788 DUP7 DUP6 DUP6 PUSH2 0x22CE JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x17B4 JUMP JUMPDEST PUSH1 0x4 DUP4 LT PUSH2 0x17AD JUMPI PUSH2 0x17A8 DUP7 DUP7 PUSH2 0x699 DUP8 DUP8 PUSH2 0x17BD JUMP JUMPDEST PUSH2 0x1788 JUMP JUMPDEST POP PUSH1 0x0 SWAP1 POP DUP1 JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x17CC PUSH1 0x4 DUP3 DUP5 DUP7 PUSH2 0x3047 JUMP JUMPDEST PUSH2 0x882 SWAP2 PUSH2 0x315E JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 DUP5 SUB PUSH2 0x1850 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH2 0x1858 PUSH2 0x214A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO PUSH2 0x18A4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x18CB6B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH2 0x18AD DUP3 PUSH2 0x1D60 JUMP JUMPDEST ISZERO PUSH2 0x18E7 JUMPI PUSH1 0x40 MLOAD PUSH32 0x78A5D6E400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1981 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCF47918100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE SELFBALANCE PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x44 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 DUP7 PUSH1 0x40 MLOAD PUSH2 0x199D SWAP2 SWAP1 PUSH2 0x3194 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 0x19DA 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 0x19DF JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x19EF DUP7 DUP4 DUP4 PUSH2 0x2725 JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1A49 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1B51 JUMPI DUP6 PUSH4 0xFFFFFFFF AND PUSH2 0x1A98 PUSH2 0x214A JUMP JUMPDEST PUSH2 0x1AA2 SWAP2 SWAP1 PUSH2 0x30F5 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 0x1AD0 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 0x1C14 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 0x1BA1 SWAP2 PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND SWAP1 DUP8 SWAP1 PUSH2 0x279A 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 0x1C9A DUP5 PUSH2 0x1C95 PUSH2 0x214A JUMP JUMPDEST PUSH2 0x2844 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP2 SWAP4 SWAP1 SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1CD6 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1D00 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1D6A PUSH2 0x214A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x1D7F PUSH3 0x93A80 DUP5 PUSH2 0x30F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND GT ISZERO SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1DBE JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1DE8 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1EB8 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1EF4 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x279A 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 0x1F9E 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 0x1FC9 SWAP2 SWAP1 PUSH2 0x3194 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x2004 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 0x2009 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x2019 DUP6 DUP4 DUP4 PUSH2 0x2725 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2072 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x20BA JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0xC83 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 PUSH2 0x213E PUSH2 0x2891 JUMP JUMPDEST PUSH2 0x2147 DUP2 PUSH2 0x28FA JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2155 TIMESTAMP PUSH2 0x2953 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD SWAP1 SWAP2 SWAP1 PUSH2 0x219F SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x279A 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 0x1F9E JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 XOR DUP3 DUP5 GT MUL DUP3 XOR PUSH2 0x882 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x2294 JUMPI POP PUSH2 0x2292 DUP2 PUSH2 0x1D60 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x1054 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813E945900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x4 DUP4 LT ISZERO PUSH2 0x22E5 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x103A JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x2368 JUMPI PUSH2 0xFF1 ADDRESS PUSH2 0x2303 DUP7 DUP7 PUSH2 0x17BD 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 0x2377 DUP8 DUP8 PUSH2 0x241A JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP DUP3 ISZERO DUP1 ISZERO PUSH2 0x23B1 JUMPI POP ADDRESS PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 JUMPDEST ISZERO PUSH2 0x23C5 JUMPI PUSH1 0x0 DUP1 SWAP5 POP SWAP5 POP POP POP POP PUSH2 0x103A JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x23D2 DUP5 DUP12 PUSH2 0x1195 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x23EC JUMPI PUSH1 0x0 DUP1 SWAP7 POP SWAP7 POP POP POP POP POP POP PUSH2 0x103A JUMP JUMPDEST PUSH2 0x2402 DUP4 PUSH4 0xFFFFFFFF AND DUP3 PUSH4 0xFFFFFFFF AND PUSH2 0x2229 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 0x2435 JUMPI POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP DUP1 PUSH2 0x271E JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2441 DUP7 DUP7 PUSH2 0x17BD JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x853551B800000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x24A4 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x30CAE18700000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x24D8 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x5296295200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x250C JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xA64D95CE00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2540 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xD22B598900000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2556 JUMPI PUSH1 0x1 PUSH1 0x0 DUP1 SWAP4 POP SWAP4 POP SWAP4 POP POP PUSH2 0x271E JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x18FF183C00000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x25B7 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x167BD39500000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x25EB JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x8D6122D00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x262D JUMPI PUSH1 0x0 PUSH2 0x2600 PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x3047 JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x260D SWAP2 SWAP1 PUSH2 0x2CA2 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x261A DUP3 PUSH2 0xBEE JUMP JUMPDEST PUSH1 0x1 SWAP7 POP PUSH1 0x0 SWAP6 POP SWAP4 POP PUSH2 0x271E SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x25C471A000000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x268E JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xB7D2B16200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2708 JUMPI PUSH1 0x0 PUSH2 0x26A3 PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x3047 JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x26B0 SWAP2 SWAP1 PUSH2 0x2AC3 JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH2 0x26F9 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 0x271E JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2714 ADDRESS DUP4 PUSH2 0xC3D JUMP JUMPDEST PUSH1 0x0 SWAP4 POP SWAP4 POP SWAP4 POP POP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x60 DUP3 PUSH2 0x273A JUMPI PUSH2 0x2735 DUP3 PUSH2 0x29A3 JUMP JUMPDEST PUSH2 0x882 JUMP JUMPDEST DUP2 MLOAD ISZERO DUP1 ISZERO PUSH2 0x2751 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND EXTCODESIZE ISZERO JUMPDEST ISZERO PUSH2 0x2793 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 0x9B8 JUMP JUMPDEST POP DUP1 PUSH2 0x882 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x27B1 DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16C9 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x27EE DUP6 PUSH4 0xFFFFFFFF AND DUP8 PUSH4 0xFFFFFFFF AND DUP5 PUSH4 0xFFFFFFFF AND GT PUSH2 0x27D9 JUMPI PUSH1 0x0 PUSH2 0x27E3 JUMP JUMPDEST PUSH2 0x27E3 DUP9 DUP6 PUSH2 0x31B0 JUMP JUMPDEST PUSH4 0xFFFFFFFF AND PUSH2 0x2229 JUMP JUMPDEST SWAP1 POP DUP1 PUSH4 0xFFFFFFFF AND PUSH2 0x27FF PUSH2 0x214A JUMP JUMPDEST PUSH2 0x2809 SWAP2 SWAP1 PUSH2 0x30F5 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 PUSH10 0xFFFFFFFFFFFFFFFFFFFF PUSH1 0x20 DUP4 SWAP1 SHR AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB DUP4 AND PUSH6 0xFFFFFFFFFFFF PUSH1 0x40 DUP6 SWAP1 SHR DUP2 AND SWAP1 DUP5 AND DUP2 GT ISZERO PUSH2 0x287F JUMPI DUP3 DUP3 DUP3 PUSH2 0x2884 JUMP JUMPDEST DUP2 PUSH1 0x0 DUP1 JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 SLOAD PUSH9 0x10000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x28F8 JUMPI PUSH1 0x40 MLOAD PUSH32 0xD7E6BCF800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2902 PUSH2 0x2891 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2945 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813ADA200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x0 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH2 0x89B PUSH1 0x0 DUP3 PUSH1 0x0 DUP1 PUSH2 0x19F9 JUMP JUMPDEST PUSH1 0x0 PUSH6 0xFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x299F 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 0x9B8 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST DUP1 MLOAD ISZERO PUSH2 0x29B3 JUMPI DUP1 MLOAD DUP1 DUP3 PUSH1 0x20 ADD REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xD6BDA27500000000000000000000000000000000000000000000000000000000 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 0x2147 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2A0C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2A24 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 0x120C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2A57 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 0x2A72 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2A7D DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2A99 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2AA5 DUP8 DUP3 DUP9 ADD PUSH2 0x29FA JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0x2AB8 SWAP1 POP PUSH1 0x40 DUP7 ADD PUSH2 0x2A3F JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2AD5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x882 DUP3 PUSH2 0x2A3F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2AF1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2AFC DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x2B11 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 0x2B2F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2B3A DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2B11 DUP2 PUSH2 0x29E5 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2B5C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2B74 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x120C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2BA1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2BAC DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BC8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2BD4 DUP7 DUP3 DUP8 ADD PUSH2 0x2B4A JUMP JUMPDEST SWAP5 SWAP8 SWAP1 SWAP7 POP SWAP4 SWAP5 POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2A57 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2C0A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C13 DUP5 PUSH2 0x2A3F JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2C23 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2C31 PUSH1 0x40 DUP6 ADD PUSH2 0x2BE1 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C4D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2B3A DUP4 PUSH2 0x2A3F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C69 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C72 DUP4 PUSH2 0x2A3F JUMP JUMPDEST SWAP2 POP PUSH2 0x2C80 PUSH1 0x20 DUP5 ADD PUSH2 0x2A3F JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2C9B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CB4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x882 DUP2 PUSH2 0x29E5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND DUP2 EQ PUSH2 0x2147 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2CE8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CF3 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2B11 DUP2 PUSH2 0x2CBF JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2D18 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2BAC DUP5 PUSH2 0x2A3F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2D34 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D3D DUP4 PUSH2 0x2A3F JUMP JUMPDEST SWAP2 POP PUSH2 0x2C80 PUSH1 0x20 DUP5 ADD PUSH2 0x2BE1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2D61 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2D6C DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH2 0x2D7C DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D98 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DA4 DUP8 DUP3 DUP9 ADD PUSH2 0x2B4A 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 0x2DC3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2DDA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DE6 DUP6 DUP3 DUP7 ADD PUSH2 0x29FA JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2E0D JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x2DF5 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 0x2E8A JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP1 DUP8 MSTORE PUSH2 0x2E67 DUP2 PUSH1 0x20 DUP10 ADD PUSH1 0x20 DUP6 ADD PUSH2 0x2DF2 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 0x2E3E 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 0x2EAB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2EB6 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2EC6 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x2ED6 DUP2 PUSH2 0x2CBF JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EF4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2D3D DUP2 PUSH2 0x29E5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2F15 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2F20 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F3C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F48 DUP8 DUP3 DUP9 ADD PUSH2 0x2B4A JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2F67 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 0x2F9A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x882 DUP2 PUSH2 0x2CBF 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 0xBE6 PUSH1 0x20 DUP4 ADD DUP5 DUP7 PUSH2 0x2FA5 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2FF4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x882 DUP2 PUSH2 0x2CBF 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 0x19EF PUSH1 0x60 DUP4 ADD DUP5 DUP7 PUSH2 0x2FA5 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 0x3057 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x3064 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 0x309E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x30B9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x120C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 DUP5 DUP3 CALLDATACOPY PUSH1 0x0 DUP4 DUP3 ADD PUSH1 0x0 DUP2 MSTORE DUP4 MLOAD PUSH2 0x30EB DUP2 DUP4 PUSH1 0x20 DUP9 ADD PUSH2 0x2DF2 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 0xC83 JUMPI PUSH2 0xC83 PUSH2 0x3031 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 0x3153 PUSH1 0x80 DUP4 ADD DUP5 DUP7 PUSH2 0x2FA5 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 0x318D 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 0x31A6 DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x2DF2 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 0xC83 JUMPI PUSH2 0xC83 PUSH2 0x3031 JUMP INVALID BLOCKHASH 0xC6 0xC8 0xC2 DUP8 DUP10 DUP6 EXTCODECOPY PUSH31 0xFD823AB20824BBD71718A8A5915E855F6F288C9A26AD00A264697066735822 SLT KECCAK256 PUSH6 0x619A47EB6646 NUMBER LOG4 0xCE MSTORE 0x1F 0x2C PUSH20 0x28138F325724C75F248263988401A189742C6473 PUSH16 0x6C634300081A00330000000000000000 ", - "sourceMap": "3961:28723:5:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17159:291;;;;;;;;;;-1:-1:-1;17159:291:5;;;;;:::i;:::-;;:::i;:::-;;9966:195;;;;;;;;;;-1:-1:-1;9966:195:5;;;;;:::i;:::-;10129:16;;;;10035:6;10129:16;;;:8;:16;;;;;:8;:25;;;;;;;9966:195;;;;1730:18:24;1718:31;;;1700:50;;1688:2;1673:18;9966:195:5;;;;;;;;10202:205;;;;;;;;;;-1:-1:-1;10202:205:5;;;;;:::i;:::-;;:::i;:::-;;;1935:10:24;1923:23;;;1905:42;;1893:2;1878:18;10202:205:5;1761:192:24;18772:133:5;;;;;;;;;;-1:-1:-1;18772:133:5;;;;;:::i;:::-;;:::i;26523:159::-;;;;;;;;;;-1:-1:-1;26523:159:5;;;;;:::i;:::-;;:::i;22245:1313::-;;;;;;:::i;:::-;;:::i;11843:191::-;;;;;;;;;;-1:-1:-1;11843:191:5;;;;;:::i;:::-;;:::i;10448:479::-;;;;;;;;;;-1:-1:-1;10448:479:5;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;4814:14:24;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;12531:126:5;;;;;;;;;;-1:-1:-1;12531:126:5;;;;;:::i;:::-;;:::i;19471:255::-;;;;;;;;;;-1:-1:-1;19471:255:5;;;;;:::i;:::-;;:::i;:::-;;;5645:14:24;5633:27;;;5615:46;;5603:2;5588:18;19471:255:5;5471:196:24;5865:53:5;;;;;;;;;;;;5902:16;5865:53;;19767:182;;;;;;;;;;-1:-1:-1;19767:182:5;;;;;:::i;:::-;19826:6;19920:16;;;:12;:16;;;;;:22;;;;;;;19767:182;8714:90;;;;;;;;;;-1:-1:-1;8790:7:5;8714:90;;9485:210;;;;;;;;;;-1:-1:-1;9485:210:5;;;;;:::i;:::-;;:::i;12698:138::-;;;;;;;;;;-1:-1:-1;12698:138:5;;;;;:::i;:::-;;:::i;9736:189::-;;;;;;;;;;-1:-1:-1;9736:189:5;;;;;:::i;:::-;9896:16;;;;9802:6;9896:16;;;:8;:16;;;;;:8;:22;;;;9736:189;9209:235;;;;;;;;;;-1:-1:-1;9209:235:5;;;;;:::i;:::-;;:::i;5684:52::-;;;;;;;;;;;;5720:16;5684:52;;11546:256;;;;;;;;;;-1:-1:-1;11546:256:5;;;;;:::i;:::-;;:::i;24823:376::-;;;;;;;;;;-1:-1:-1;24823:376:5;;;;;:::i;:::-;;:::i;8975:193::-;;;;;;;;;;-1:-1:-1;8975:193:5;;;;;:::i;:::-;-1:-1:-1;;;;;9136:18:5;9044:4;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:5;;;;;:25;;;-1:-1:-1;;;9136:25:5;;;;;8975:193;;;;7149:14:24;;7142:22;7124:41;;7112:2;7097:18;8975:193:5;6984:187:24;12877:134:5;;;;;;;;;;-1:-1:-1;12877:134:5;;;;;:::i;:::-;;:::i;26181:181::-;;;;;;;;;;-1:-1:-1;26181:181:5;;;;;:::i;:::-;;:::i;:::-;;;8273:25:24;;;8261:2;8246:18;26181:181:5;8127:177:24;1502:484:8;;;;;;;;;;-1:-1:-1;1502:484:8;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;7871:802:5:-;;;;;;;;;;-1:-1:-1;7871:802:5;;;;;:::i;:::-;;:::i;:::-;;;;10735:14:24;;10728:22;10710:41;;10799:10;10787:23;;;10782:2;10767:18;;10760:51;10683:18;7871:802:5;10544:273:24;12075:127:5;;;;;;;;;;-1:-1:-1;12075:127:5;;;;;:::i;:::-;;:::i;7103:120::-;;;;;;;;;;-1:-1:-1;7103:120:5;;;;;:::i;:::-;;:::i;8845:89::-;;;;;;;;;;-1:-1:-1;8921:6:5;8845:89;;10968:418;;;;;;;;;;-1:-1:-1;10968:418:5;;;;;:::i;:::-;;:::i;17949:147::-;;;;;;;;;;-1:-1:-1;17949:147:5;;;;;:::i;:::-;;:::i;23599:1183::-;;;;;;;;;;-1:-1:-1;23599:1183:5;;;;;:::i;:::-;;:::i;19990:1448::-;;;;;;;;;;-1:-1:-1;19990:1448:5;;;;;:::i;:::-;;:::i;:::-;;;;12043:25:24;;;12116:10;12104:23;;;12099:2;12084:18;;12077:51;12016:18;19990:1448:5;11871:263:24;12243:247:5;;;;;;;;;;-1:-1:-1;12243:247:5;;;;;:::i;:::-;;:::i;17159:291::-;7061:18;:16;:18::i;:::-;17325:9:::1;17320:124;17340:20:::0;;::::1;17320:124;;;17381:52;17404:6;17412:9;;17422:1;17412:12;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;17426:6;17381:22;:52::i;:::-;17362:3;;17320:124;;;;17159:291:::0;;;;:::o;10202:205::-;10367:16;;;10273:6;10367:16;;;:8;:16;;;;;:8;:27;;-1:-1:-1;;;;;;;;;;;6793:28:5;10367:33;;-1:-1:-1;;;10367:27:5;;-1:-1:-1;;;;;10367:27:5;:31;:33::i;:::-;10360:40;10202:205;-1:-1:-1;;;10202:205:5:o;18772:133::-;7061:18;:16;:18::i;:::-;18866:32:::1;18883:6;18891;18866:16;:32::i;:::-;18772:133:::0;;:::o;26523:159::-;7061:18;:16;:18::i;:::-;26626:49:::1;::::0;;;;-1:-1:-1;;;;;12742:55:24;;;26626:49:5::1;::::0;::::1;12724:74:24::0;26626:35:5;::::1;::::0;::::1;::::0;12697:18:24;;26626:49:5::1;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;26523:159:::0;;:::o;22245:1313::-;22331:6;-1:-1:-1;;;;;;;;;;;966:10:7;22331:6:5;;22573:38;966:10:7;22598:6:5;22606:4;;22573:16;:38::i;:::-;22538:73;;;;22672:9;22671:10;:26;;;;-1:-1:-1;22685:12:5;;;;22671:26;22667:131;;;22750:6;22758;22766:20;22781:4;;22766:14;:20::i;:::-;22720:67;;;;;-1:-1:-1;;;;;13027:55:24;;;22720:67:5;;;13009:74:24;13119:55;;;;13099:18;;;13092:83;-1:-1:-1;;;;;;13211:79:24;13191:18;;;13184:107;12982:18;;22720:67:5;;;;;;;;22667:131;22808:19;22830:35;22844:6;22852;22860:4;;22830:13;:35::i;:::-;22808:57;-1:-1:-1;22875:12:5;23067;;;;;;:45;;;23083:24;23095:11;23083;:24::i;:::-;:29;;;;23067:45;23063:116;;;23136:32;23156:11;23136:19;:32::i;:::-;23128:40;;23063:116;23271:14;;;;23312:46;23329:6;23337:20;23352:4;;23337:14;:20::i;:::-;32646:28;;;-1:-1:-1;;;;;19231:55:24;;;;32646:28:5;;;;19213:74:24;;;;-1:-1:-1;;;;;;19323:79:24;;;;19303:18;;;19296:107;32646:28:5;;;;;;;;;19186:18:24;;;;32646:28:5;;32636:39;;;;;;32529:153;23312:46;23295:1;:14;;:63;;;;23393:54;23423:6;23431:4;;23393:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;23437:9:5;;-1:-1:-1;23393:29:5;;-1:-1:-1;;23393:54:5:i;:::-;-1:-1:-1;23494:14:5;;;;:34;;;;-1:-1:-1;23546:5:5;;-1:-1:-1;;;;22245:1313:5;;;;;:::o;11843:191::-;7061:18;:16;:18::i;:::-;11957:70:::1;11968:6;11976:7;11985:25;12003:6;11985:17;:25::i;:::-;12012:14;11957:10;:70::i;:::-;;11843:191:::0;;;:::o;10448:479::-;10724:16;;;10550:12;10724:16;;;:8;:16;;;;;;;;-1:-1:-1;;;;;10724:33:5;;;;;;;;;10776:12;;;;;;10550;;;;;-1:-1:-1;;;;;;;;;;;6793:28:5;10837:22;;:12;;;-1:-1:-1;;;;;10837:12:5;:20;:22::i;:::-;10448:479;;10798:61;;-1:-1:-1;10798:61:5;-1:-1:-1;10448:479:5;-1:-1:-1;;;;;10448:479:5:o;12531:126::-;7061:18;:16;:18::i;:::-;12622:28:::1;12636:6;12644:5;12622:13;:28::i;19471:255::-:0;19533:6;19639:16;;;:12;:16;;;;;:26;-1:-1:-1;;;;;;;;;;;6793:28:5;19639:26;;19682:21;19639:26;19682:10;:21::i;:::-;:37;;19710:9;19682:37;;;19706:1;19682:37;19675:44;19471:255;-1:-1:-1;;;;19471:255:5:o;9485:210::-;-1:-1:-1;;;;;9653:18:5;;9559:6;9653:18;;;-1:-1:-1;;;;;;;;;;;9653:18:5;;;;;;;:29;;;:35;;-1:-1:-1;;;;;9653:29:5;:33;:35::i;12698:138::-;7061:18;:16;:18::i;:::-;12795:34:::1;12812:6;12820:8;12795:16;:34::i;9209:235::-:0;-1:-1:-1;;;;;9396:18:5;;9302:6;9396:18;;;-1:-1:-1;;;;;;;;;;;9396:18:5;;;;;;;;-1:-1:-1;;;;;;9396:41:5;;;;;;;;;;;;9209:235;;;;;:::o;11546:256::-;7061:18;:16;:18::i;:::-;11647:20:::1;::::0;::::1;::::0;;:45:::1;;-1:-1:-1::0;5902:16:5::1;11671:21:::0;;::::1;;11647:45;11643:114;;;11715:31;::::0;-1:-1:-1;;;11715:31:5;;1730:18:24;1718:31;;11715::5::1;::::0;::::1;1700:50:24::0;1673:18;;11715:31:5::1;1556:200:24::0;11643:114:5::1;11781:6;11771:24;;;11789:5;;11771:24;;;;;;;:::i;:::-;;;;;;;;11546:256:::0;;;:::o;24823:376::-;24956:47;;;25007:46;24956:47;;;;;966:10:7;;25007:46:5;966:10:7;;25007:46:5;;24956:47;;;;;;;;;;;;;;;966:10:7;24956:47:5;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;;24956:97:5;;24952:175;;25076:40;;;;;-1:-1:-1;;;;;12742:55:24;;25076:40:5;;;12724:74:24;12697:18;;25076:40:5;12578:226:24;24952:175:5;25136:56;25156:35;25170:6;25178;25186:4;;25156:13;:35::i;:::-;25136:19;:56::i;12877:134::-;7061:18;:16;:18::i;:::-;12972:32:::1;12987:6;12995:8;12972:14;:32::i;26181:181::-:0;26286:7;26333:6;26341;26349:4;;26322:32;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;26312:43;;;;;;26305:50;;26181:181;;;;;;:::o;1502:484:8:-;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;7871:802:5:-;7996:14;8012:12;8040:22;8055:6;-1:-1:-1;;;;;9136:18:5;9044:4;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:5;;;;;:25;;;-1:-1:-1;;;9136:25:5;;;;;8975:193;8040:22;8036:631;;;-1:-1:-1;8086:5:5;;-1:-1:-1;8086:5:5;8078:17;;8036:631;8134:4;-1:-1:-1;;;;;8116:23:5;;;8112:555;;32646:28;;;-1:-1:-1;;;;;19231:55:24;;32646:28:5;;;;19213:74:24;;;;-1:-1:-1;;;;;;19323:79:24;;19303:18;;;19296:107;32646:28:5;;;;;;;;;19186:18:24;;;;32646:28:5;;;32636:39;;;;;31932:14;;:52;8382:30;8414:1;8374:42;;;;;;8112:555;8447:13;8463:39;8485:6;8493:8;8463:21;:39::i;:::-;8447:55;;8517:13;8532:19;8555:23;8563:6;8571;8555:7;:23::i;:::-;8516:62;;;;8599:8;:57;;8647:5;8654:1;8599:57;;;8611:17;;;;:12;8599:57;8592:64;;;;;;;8112:555;7871:802;;;;;;:::o;12075:127::-;7061:18;:16;:18::i;:::-;12167:28:::1;12179:6;12187:7;12167:11;:28::i;:::-;;12075:127:::0;;:::o;7103:120::-;8870:21:6;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:6;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:6;4968:1;4951:18;;;4979:67;;;;5013:22;;-1:-1:-1;;5013:22:6;;;;;4979:67;7182:34:5::1;7203:12;7182:20;:34::i;:::-;5070:14:6::0;5066:101;;;5100:23;;-1:-1:-1;;5100:23:6;;;5142:14;;-1:-1:-1;1700:50:24;;5142:14:6;;1688:2:24;1673:18;5142:14:6;;;;;;;4092:1081;;;;;7103:120:5;:::o;10968:418::-;11068:13;;-1:-1:-1;;5902:16:5;11120:21;;;11116:264;;-1:-1:-1;11165:4:5;;-1:-1:-1;11171:1:5;11157:16;;11116:264;11205:19;11226;11253:26;11263:6;11271:7;11253:9;:26::i;:::-;11204:75;;;;;;11301:12;:17;;11317:1;11301:17;;:53;;;;;11338:16;:14;:16::i;:::-;11322:32;;:12;:32;;;;11301:53;11293:76;-1:-1:-1;11356:12:5;-1:-1:-1;11293:76:5;;-1:-1:-1;11293:76:5;11116:264;10968:418;;;;;:::o;17949:147::-;7061:18;:16;:18::i;:::-;18051:38:::1;18072:6;18080:8;18051:20;:38::i;23599:1183::-:0;23692:6;-1:-1:-1;;;;;;;;;;;966:10:7;23692:6:5;23839:20;23854:4;;23839:14;:20::i;:::-;23821:38;;23870:19;23892:35;23906:6;23914;23922:4;;23892:13;:35::i;:::-;23941:25;;;;:12;;;:25;;;;;:35;23870:57;;-1:-1:-1;23941:35:5;;;;:40;;23937:616;;24004:38;;-1:-1:-1;;;24004:38:5;;;;;8273:25:24;;;8246:18;;24004:38:5;8127:177:24;23937:616:5;24073:9;-1:-1:-1;;;;;24063:19:5;:6;-1:-1:-1;;;;;24063:19:5;;24059:494;;24232:12;24250:30;5720:16;24270:9;24250:7;:30::i;:::-;24231:49;;;24295:15;24316:76;24324:56;24340:39;24362:6;24370:8;24340:21;:39::i;24324:56::-;24382:9;24316:7;:76::i;:::-;24294:98;;;24411:7;24410:8;:23;;;;;24423:10;24422:11;24410:23;24406:137;;;24460:68;;;;;-1:-1:-1;;;;;16849:55:24;;;24460:68:5;;;16831:74:24;16941:55;;;16921:18;;;16914:83;17033:55;;17013:18;;;17006:83;-1:-1:-1;;;;;;17125:79:24;;17105:18;;;17098:107;16803:19;;24460:68:5;16602:609:24;24406:137:5;24084:469;;24059:494;24570:25;;;;:12;;;:25;;;;;;24563:42;;-1:-1:-1;;24563:42:5;;;;;24715:37;;24669:31;;;;;;;;;24570:25;;24715:37;;;24770:5;23599:1183;-1:-1:-1;;;;;;;;;23599:1183:5:o;19990:1448::-;20112:19;;-1:-1:-1;;;;;;;;;;;966:10:7;20112:19:5;20367:38;966:10:7;20392:6:5;20400:4;;20367:16;:38::i;:::-;20346:59;;;20416:14;20452:7;20433:26;;:16;:14;:16::i;:::-;:26;;;;:::i;:::-;20416:43;-1:-1:-1;20566:12:5;;;;;:44;;;20590:1;20583:4;:8;;;:26;;;;;20602:7;20595:14;;:4;:14;;;20583:26;20562:149;;;20663:6;20671;20679:20;20694:4;;20679:14;:20::i;20562:149::-;20783:23;20792:4;20783:23;;20798:7;20783:23;;:8;:23::i;:::-;20769:38;;20927:35;20941:6;20949;20957:4;;20927:13;:35::i;:::-;20913:49;;20973:31;20992:11;20973:18;:31::i;:::-;21126:1;:12;;:25;21139:11;21126:25;;;;;;;;;;;:31;;;;;;;;;;;;21160:1;21126:35;21118:43;;21219:4;21181:1;:12;;:25;21194:11;21181:25;;;;;;;;;;;:35;;;:42;;;;;;;;;;;;;;;;;;21267:5;21233:1;:12;;:25;21246:11;21233:25;;;;;;;;;;;:31;;;:39;;;;;;;;;;;;;;;;;;21319:5;21287:66;;21306:11;21287:66;21326:4;21332:6;21340;21348:4;;21287:66;;;;;;;;;;:::i;:::-;;;;;;;;20147:1291;;;;19990:1448;;;;;;;:::o;12243:247::-;-1:-1:-1;;;;;12337:34:5;;966:10:7;12337:34:5;12333:102;;12394:30;;;;;;;;;;;;;;27036:503;966:10:7;27082:14:5;;27154:32;966:10:7;27082:14:5;1040::7;27154:12:5;:32::i;:::-;27121:65;;;;27201:9;27196:337;;27230:5;:10;;27239:1;27230:10;27226:297;;27263:19;27288:33;27263:19;1040:14:7;27288:21:5;:33::i;:::-;-1:-1:-1;27346:54:5;;;;;-1:-1:-1;;;;;18172:55:24;;27346:54:5;;;18154:74:24;18276:18;18264:31;;18244:18;;;18237:59;27260:61:5;;-1:-1:-1;18127:18:24;;;-1:-1:-1;27346:54:5;17982:320:24;27226:297:5;27439:69;27459:48;27473:6;27489:4;1040:14:7;;26181:181:5;:::i;17609:299::-;17716:30;-1:-1:-1;;;;;;;;;;;;;;;;17785:18:5;;:10;:18;;;;;;;;;;;-1:-1:-1;;;;;;17785:41:5;;;;;;;;;;;;:50;;-1:-1:-1;;17785:50:5;;;;;;;;;;17850:51;;18451:98:24;;;17785:18:5;;-1:-1:-1;17850:51:5;;18424:18:24;17850:51:5;;;;;;;17706:202;17609:299;;;:::o;3609:130:20:-;3657:6;3676:12;3696:14;:4;-1:-1:-1;;;;;3696:12:20;;:14::i;:::-;-1:-1:-1;3675:35:20;;3609:130;-1:-1:-1;;;;3609:130:20:o;19075:235:5:-;-1:-1:-1;;;;;19226:18:5;;19157:30;19226:18;;;-1:-1:-1;;;;;;;;;;;19226:18:5;;;;;;;;;:25;;:34;;-1:-1:-1;;19226:34:5;-1:-1:-1;;;19226:34:5;;;;;;;;;;;;;19275:28;;7124:41:24;;;6793:28:5;;19226:18;19275:28;;7097:18:24;19275:28:5;6984:187:24;30054:378:5;30185:14;;30247:4;-1:-1:-1;;;;;30229:23:5;;;30225:201;;30275:26;30288:6;30296:4;;30275:12;:26::i;:::-;30268:33;;;;;;30225:201;30353:1;30339:15;;:76;;30370:45;30378:6;30386;30394:20;30409:4;;30394:14;:20::i;30370:45::-;30339:76;;;-1:-1:-1;30358:5:5;;-1:-1:-1;30358:5:5;30225:201;30054:378;;;;;;;:::o;32339:116::-;32406:6;32438:9;32445:1;32406:6;32438:4;;:9;:::i;:::-;32431:17;;;:::i;25389:751::-;25465:6;25571:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6793:28:5;25571:35;;;;25631:31;;;;;25677:14;;;25673:294;;25714:38;;-1:-1:-1;;;25714:38:5;;;;;8273:25:24;;;8246:18;;25714:38:5;8127:177:24;25673:294:5;25785:16;:14;:16::i;:::-;25773:28;;:9;:28;;;25769:198;;;25824:34;;;;;;;;8273:25:24;;;8246:18;;25824:34:5;8127:177:24;25769:198:5;25879:21;25890:9;25879:10;:21::i;:::-;25875:92;;;25923:33;;;;;;;;8273:25:24;;;8246:18;;25923:33:5;8127:177:24;25875:92:5;25984:25;;;;:12;;;:25;;;;;;25977:42;;-1:-1:-1;;25977:42:5;;;26073:37;;;;;25997:11;;26073:37;;25984:25;26073:37;26128:5;25389:751;-1:-1:-1;;;;25389:751:5:o;2959:407:14:-;3058:12;3110:5;3086:21;:29;3082:123;;;3138:56;;;;;3165:21;3138:56;;;19588:25:24;19629:18;;;19622:34;;;19561:18;;3138:56:14;19414:248:24;3082:123:14;3215:12;3229:23;3256:6;-1:-1:-1;;;;;3256:11:14;3275:5;3282:4;3256:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3214:73;;;;3304:55;3331:6;3339:7;3348:10;3304:26;:55::i;:::-;3297:62;2959:407;-1:-1:-1;;;;;;2959:407:14:o;13188:1138:5:-;13346:4;-1:-1:-1;;;;;;;;;;;5902:16:5;13435:21;;-1:-1:-1;;13435:21:5;13431:90;;13479:31;;-1:-1:-1;;;13479:31:5;;1730:18:24;1718:31;;13479::5;;;1700:50:24;1673:18;;13479:31:5;1556:200:24;13431:90:5;13548:16;;;13531:14;13548:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13548:33:5;;;;;;;;;:39;;;:44;;13625:591;;;;13681:10;13662:29;;:16;:14;:16::i;:::-;:29;;;;:::i;:::-;13654:37;;13741:55;;;;;;;;13756:5;13741:55;;;;;;13770:24;:14;:22;;2589:20:20;;;2508:108;13770:24:5;-1:-1:-1;;;;;13741:55:5;;;;;;13705:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13705:33:5;;;;;;;;;:91;;;;;;;;;;;;;;-1:-1:-1;;13705:91:5;;;;;;;;;;;;;;13625:591;;;14090:16;;;14190:1;14090:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14090:33:5;;;;;;;;;:39;:115;;:39;;;;-1:-1:-1;;;;;14090:39:5;;14158:14;;14090:50;:115::i;:::-;14040:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14040:33:5;;;;;;;;;14039:166;;-1:-1:-1;;;;;14039:166:5;;;;;;;;;;;;;;;;;-1:-1:-1;13625:591:5;14231:62;;;20181:10:24;20169:23;;20151:42;;20241:14;20229:27;;20224:2;20209:18;;20202:55;20300:14;;20293:22;20273:18;;;20266:50;14231:62:5;;-1:-1:-1;;;;;14231:62:5;;;;;;;;;;;;20139:2:24;14231:62:5;;;-1:-1:-1;14310:9:5;13188:1138;-1:-1:-1;;;;;;13188:1138:5:o;3393:159:20:-;3445:18;3465:17;3484:13;3516:29;3527:4;3533:11;:9;:11::i;:::-;3516:10;:29::i;:::-;3509:36;;;;;;3393:159;;;;;:::o;15355:356:5:-;-1:-1:-1;;;;;;;;;;;15507:20:5;;;;;:45;;-1:-1:-1;5902:16:5;15531:21;;;;15507:45;15503:114;;;15575:31;;-1:-1:-1;;;15575:31:5;;1730:18:24;1718:31;;15575::5;;;1700:50:24;1673:18;;15575:31:5;1556:200:24;15503:114:5;15627:16;;;;;;;;:8;;;;:16;;;;;;:22;;;:30;;-1:-1:-1;;15627:30:5;;;;;;;;;15673:31;;;15627:16;15673:31;15424:287;15355:356;;:::o;32095:134::-;32155:4;32206:16;:14;:16::i;:::-;32178:44;;:24;8790:7;32178:9;:24;:::i;:::-;:44;;;;;32095:134;-1:-1:-1;;32095:134:5:o;16030:374::-;-1:-1:-1;;;;;;;;;;;16188:20:5;;;;;:45;;-1:-1:-1;5902:16:5;16212:21;;;;16188:45;16184:114;;;16256:31;;-1:-1:-1;;;16256:31:5;;1730:18:24;1718:31;;16256::5;;;1700:50:24;1673:18;;16256:31:5;1556:200:24;16184:114:5;16308:16;;;;;;;;:8;;;;:16;;;;;;:25;;;:36;;;;;;;;;;;;;;16360:37;;;16308:16;16360:37;16105:299;16030:374;;:::o;16551:447::-;-1:-1:-1;;;;;;;;;;;5902:16:5;16707:21;;-1:-1:-1;;16707:21:5;16703:90;;16751:31;;-1:-1:-1;;;16751:31:5;;1730:18:24;1718:31;;16751::5;;;1700:50:24;1673:18;;16751:31:5;1556:200:24;16703:90:5;16866:16;;;16803:13;16866:16;;;:8;;;;:16;;;;;:27;;:62;;-1:-1:-1;;;16866:27:5;;-1:-1:-1;;;;;16866:27:5;16905:8;8921:6;16866:38;:62::i;:::-;16827:16;;;;;;;:8;;;;:16;;;;;;;:27;16826:102;;-1:-1:-1;;;;;16826:102:5;;;-1:-1:-1;;;16826:102:5;;;;;;;;;;;;16944:47;;16826:102;;-1:-1:-1;16944:47:5;;;;16974:8;;16826:102;;20527:10:24;20515:23;;;;20497:42;;20587:14;20575:27;20570:2;20555:18;;20548:55;20485:2;20470:18;;20327:282;16944:47:5;;;;;;;;16624:374;;16551:447;;:::o;3900:253:14:-;3983:12;4008;4022:23;4049:6;-1:-1:-1;;;;;4049:19:14;4069:4;4049:25;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4007:67;;;;4091:55;4118:6;4126:7;4135:10;4091:26;:55::i;:::-;4084:62;3900:253;-1:-1:-1;;;;;3900:253:14:o;14587:473:5:-;14666:4;-1:-1:-1;;;;;;;;;;;5902:16:5;14755:21;;-1:-1:-1;;14755:21:5;14751:90;;14799:31;;-1:-1:-1;;;14799:31:5;;1730:18:24;1718:31;;14799::5;;;1700:50:24;1673:18;;14799:31:5;1556:200:24;14751:90:5;14855:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14855:33:5;;;;;;;;;:39;;;:44;;14851:87;;14922:5;14915:12;;;;;14851:87;14955:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14955:33:5;;;;;;;;;;14948:40;;-1:-1:-1;;14948:40:5;;;15004:28;14955:33;;:16;15004:28;;;-1:-1:-1;15049:4:5;;14587:473;-1:-1:-1;;;14587:473:5:o;7228:139::-;6931:20:6;:18;:20::i;:::-;7316:44:5::1;7347:12;7316:30;:44::i;:::-;7228:139:::0;:::o;750:110:20:-;794:6;819:34;837:15;819:17;:34::i;:::-;812:41;;750:110;:::o;18251:360:5:-;-1:-1:-1;;;;;18475:18:5;;18341:30;18475:18;;;-1:-1:-1;;;;;;;;;;;18475:18:5;;;;;;;:29;;;6793:28;;18341:30;18475:64;;-1:-1:-1;;;;;18475:29:5;18516:8;8921:6;18475:40;:64::i;:::-;-1:-1:-1;;;;;18434:18:5;;:10;:18;;;;;;;;;;;;:29;;18433:106;;-1:-1:-1;;18433:106:5;-1:-1:-1;;;;;18433:106:5;;;;;;;;;;;18555:49;;20527:10:24;20515:23;;20497:42;;20587:14;20575:27;;20555:18;;;20548:55;;;;18433:106:5;;-1:-1:-1;18434:18:5;18555:49;;20470:18:24;18555:49:5;20327:282:24;3189:111:18;3247:7;3066:5;;;3281;;;3065:36;3060:42;;3273:20;2825:294;21632:343:5;21704:30;21796:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6793:28:5;21796:35;;21845:18;;;;;:48;;;21868:25;21879:13;21868:10;:25::i;:::-;21867:26;21845:48;21841:128;;;21916:42;;;;;;;;8273:25:24;;;8246:18;;21916:42:5;8127:177:24;30536:1107:5;30617:14;;30675:1;30661:15;;30657:63;;;-1:-1:-1;30700:5:5;;-1:-1:-1;30700:5:5;30692:17;;30657:63;30752:4;-1:-1:-1;;;;;30734:23:5;;;30730:334;;31000:49;31021:4;31028:20;31043:4;;31028:14;:20::i;:::-;32646:28;;;-1:-1:-1;;;;;19231:55:24;;;;32646:28:5;;;;19213:74:24;;;;-1:-1:-1;;;;;;19323:79:24;;;;19303:18;;;19296:107;32646:28:5;;;;;;;;;19186:18:24;;;;32646:28:5;;32636:39;;;;;31932:14;;:52;;31763:228;30730:334;31075:20;31097:13;31112:21;31137:27;31159:4;;31137:21;:27::i;:::-;31074:90;;;;;;31245:15;31244:16;:49;;;;-1:-1:-1;31287:4:5;9044;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:5;;;;;:25;;;-1:-1:-1;;;9136:25:5;;;;31264:29;31240:97;;;31317:5;31324:1;31309:17;;;;;;;;;31240:97;31348:11;31361:21;31386:23;31394:6;31402;31386:7;:23::i;:::-;31347:62;;;;31424:6;31419:55;;31454:5;31461:1;31446:17;;;;;;;;;;;31419:55;31559:40;31568:14;31559:40;;31584:14;31559:40;;:8;:40::i;:::-;31618:10;;;;;;;-1:-1:-1;30536:1107:5;-1:-1:-1;;;;;;;;;30536:1107:5:o;27945:1678::-;28033:20;;;28126:1;28112:15;;28108:66;;;-1:-1:-1;28151:5:5;;-1:-1:-1;28151:5:5;;-1:-1:-1;28151:5:5;28143:20;;28108:66;28184:15;28202:20;28217:4;;28202:14;:20::i;:::-;28184:38;-1:-1:-1;;;;;;;28342:35:5;;28354:23;28342:35;;:89;;-1:-1:-1;;;;;;;28393:38:5;;28405:26;28393:38;28342:89;:146;;;-1:-1:-1;;;;;;;28447:41:5;;28459:29;28447:41;28342:146;:201;;;-1:-1:-1;;;;;;;28504:39:5;;28516:27;28504:39;28342:201;:262;;;-1:-1:-1;;;;;;;28559:45:5;;28571:33;28559:45;28342:262;28325:343;;;28637:4;5720:16;28655:1;28629:28;;;;;;;;;28325:343;-1:-1:-1;;;;;;28775:41:5;;28787:29;28775:41;;:98;;-1:-1:-1;;;;;;;28832:41:5;;28844:29;28832:41;28775:98;:161;;;-1:-1:-1;;;;;;;28889:47:5;;28901:35;28889:47;28775:161;28758:414;;;29004:14;29032:15;29042:4;29037;29032;;:15;:::i;:::-;29021:38;;;;;;;:::i;:::-;29004:55;;29073:12;29088:27;29108:6;29088:19;:27::i;:::-;29137:4;;-1:-1:-1;5720:16:5;;-1:-1:-1;29073:42:5;-1:-1:-1;29129:32:5;;-1:-1:-1;;;29129:32:5;28758:414;-1:-1:-1;;;;;;29291:35:5;;29303:23;29291:35;;:75;;-1:-1:-1;;;;;;;29330:36:5;;29342:24;29330:36;29291:75;29287:254;;;29425:13;29452:15;29462:4;29457;29452;;:15;:::i;:::-;29441:37;;;;;;;:::i;:::-;29425:53;;29500:4;29506:20;29519:6;9896:16;;;;9802:6;9896:16;;;:8;:16;;;;;:8;:22;;;;9736:189;29506:20;29528:1;29492:38;;;;;;;;;;29287:254;29559:5;29566:46;29596:4;29603:8;29566:21;:46::i;:::-;29614:1;29551:65;;;;;;;27945:1678;;;;;;:::o;4421:582:14:-;4565:12;4594:7;4589:408;;4617:19;4625:10;4617:7;:19::i;:::-;4589:408;;;4841:17;;:22;:49;;;;-1:-1:-1;;;;;;4867:18:14;;;:23;4841:49;4837:119;;;4917:24;;;;;-1:-1:-1;;;;;12742:55:24;;4917:24:14;;;12724:74:24;12697:18;;4917:24:14;12578:226:24;4837:119:14;-1:-1:-1;4976:10:14;4969:17;;4033:390:20;4154:18;4174:13;4199:12;4214:10;:4;-1:-1:-1;;;;;4214:8:20;;:10::i;:::-;4199:25;;4234:14;4258:61;4267:10;4258:61;;4287:8;4279:16;;:5;:16;;;:39;;4317:1;4279:39;;;4298:16;4306:8;4298:5;:16;:::i;:::-;4258:61;;:8;:61::i;:::-;4234:86;;4353:7;4339:21;;:11;:9;:11::i;:::-;:21;;;;:::i;:::-;4330:30;-1:-1:-1;5126:19:20;;;5120:2;5096:26;;;;;5089:2;5070:21;;;;;5069:54;:76;4370:46;;;;4033:390;;;;;;:::o;2868:307::-;4764:9;4771:2;4764:9;;;;-1:-1:-1;;;;;3062:11:20;;4800:9;4807:2;4800:9;;;;;;3092:19;;;;;:76;;3136:11;3149:10;3161:6;3092:76;;;3115:10;3127:1;3130;3092:76;3085:83;;;;;;2868:307;;;;;:::o;7084:141:6:-;8870:21;8560:40;;;;;;7146:73;;7191:17;;;;;;;;;;;;;;7146:73;7084:141::o;7373:337:5:-;6931:20:6;:18;:20::i;:::-;-1:-1:-1;;;;;7475:26:5;::::1;7471:108;;7524:44;::::0;::::1;::::0;;7565:1:::1;7524:44;::::0;::::1;12724:74:24::0;12697:18;;7524:44:5::1;12578:226:24::0;7471:108:5::1;7661:42;5720:16;7684:12;7698:1;7701::::0;7661:10:::1;:42::i;14296:213:19:-:0;14352:6;14382:16;14374:24;;14370:103;;;14421:41;;;;;14452:2;14421:41;;;21230:36:24;21282:18;;;21275:34;;;21203:18;;14421:41:19;21049:266:24;14370:103:19;-1:-1:-1;14496:5:19;14296:213::o;5543:487:14:-;5674:17;;:21;5670:354;;5871:10;5865:17;5927:15;5914:10;5910:2;5906:19;5899:44;5670:354;5994:19;;;;;;;;;;;;;;14:154:24;-1:-1:-1;;;;;93:5:24;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:24;;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:24;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:24;-1:-1:-1;1319:37:24;;-1:-1:-1;1352:2:24;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:24;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:24;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:24;;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:24;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:24;;-1:-1:-1;;;;3124:544:24: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:24;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:24;;5286:180;-1:-1:-1;5286:180:24: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:24;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:24;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:24;7768:18;;7755:32;7796:33;7755:32;7796:33;:::i;:::-;7848:7;-1:-1:-1;7906:2:24;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:24;-1:-1:-1;;;;7437:685:24: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:24;-1:-1:-1;;;;8309:447:24: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:24;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:24;9849:44;;;;9895:2;9845:53;;;;-1:-1:-1;9956:12:24;;;;9921:15;;;;;9548:1;9541:9;9512:466;;;-1:-1:-1;9995:6:24;;9016:991;-1:-1:-1;;;;;;9016:991:24: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:24;10323:18;;10310:32;10351:33;10310:32;10351:33;:::i;:::-;10403:7;-1:-1:-1;10462:2:24;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:24;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:24;-1:-1:-1;;11752:2:24;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:24;;-1:-1:-1;;11146:720:24:o;12139:184::-;-1:-1:-1;;;12188:1:24;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:24;13470:16;;;13488:4;13466:27;;;13459:38;;;;13551:2;13530:15;;;-1:-1:-1;;13526:29:24;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:24;14293:55;14282:9;14275:74;-1:-1:-1;;;;;14389:6:24;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:24;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:24;;;15192:25;;;;;-1:-1:-1;14892:331:24:o;15228:184::-;-1:-1:-1;;;15277:1:24;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:24;15784:30;;15781:50;;;15827:1;15824;15817:12;15781:50;15860:4;15848:17;;-1:-1:-1;15891:14:24;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:24: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:24;17703:55;17698:2;17687:9;17683:18;17676:83;-1:-1:-1;;;;;17799:6:24;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:24:o;18560:476::-;18680:19;;-1:-1:-1;;;;;;18717:75:24;;;18812:1;18804:10;;18801:229;;;-1:-1:-1;;;;;;18883:66:24;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;19667:287::-;19796:3;19834:6;19828:13;19850:66;19909:6;19904:3;19897:4;19889:6;19885:17;19850:66;:::i;:::-;19932:16;;;;;19667:287;-1:-1:-1;;19667:287:24:o;20874:170::-;20971:10;20964:18;;;20944;;;20940:43;;20995:20;;20992:46;;;21018: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(address)": "c4d66de8", - "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\":\"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\":[],\"name\":\"FailedCall\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"needed\",\"type\":\"uint256\"}],\"name\":\"InsufficientBalance\",\"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\":\"initialAdmin\",\"type\":\"address\"}],\"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\":{\"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).\"}],\"FailedCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}],\"InsufficientBalance(uint256,uint256)\":[{\"details\":\"The ETH balance of the account is not enough to perform the operation.\"}],\"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 the admin functions in the manager itself. These are defined by the {AccessManager} documentation.\"},\"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. NOTE: When the manager itself is closed, admin functions are still accessible to avoid locking the contract.\"},\"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. Closing the manager itself won't disable access to admin methods to avoid locking the 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\"}},\"stateVariables\":{\"ADMIN_ROLE\":{\"details\":\"The identifier of the admin role. Required to perform most configuration operations including other roles' management and target restrictions.\"},\"PUBLIC_ROLE\":{\"details\":\"The identifier of the public role. Automatically granted to all addresses with no delay.\"}},\"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\":\"0xc36716750a9095416ede9775ee8ae19f13794406a297c0dccd6146268bd36d74\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://595c9227d490558d1666e32609ac6677ba4fff7187cb539c3bb2c9a3e8b63b27\",\"dweb:/ipfs/QmZgoM4Rj7NuY8pfQ9pCvpKTrk5ZJ6Sdbf8XMsSVsvwMk5\"]},\"@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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]}},\"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": "FailedCall", - "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\":\"FailedCall\",\"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).\"}],\"FailedCall()\":[{\"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\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]}},\"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\":\"0x66d7e2083b868c0db6faf826bb47b65692443aff077b5b1b6b99ae56024a4fb2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://025f50a3d1835093bca29152c51ae121fceea850c66479c5601bae2a5b6f4b62\",\"dweb:/ipfs/QmSdPMjAgnk2JJBnpmSt9nCodye7agj5hBc75Zd8cPJ8dX\"]},\"@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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@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/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]}},\"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:10:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;189:1040:10;;;;;;;;;;;;;;;;;" - }, - "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:10:-: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": "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": "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": "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": "", - "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\":\"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\":\"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\":\"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\":{\"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 the admin functions in the manager itself. These are defined by the {AccessManager} documentation.\"},\"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. NOTE: When the manager itself is closed, admin functions are still accessible to avoid locking the contract.\"},\"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. Closing the manager itself won't disable access to admin methods to avoid locking the 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/IAccessManager.sol\":{\"keccak256\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]}},\"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/utils/Address.sol": { - "Address": { - "abi": [ - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "AddressEmptyCode", - "type": "error" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122095ca41d362a07d13a3844ef4d5444f69364b8a8a67afe60d9cce194a3bb5968e64736f6c634300081a0033", - "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 SWAP6 0xCA COINBASE 0xD3 PUSH3 0xA07D13 LOG3 DUP5 0x4E DELEGATECALL 0xD5 PREVRANDAO 0x4F PUSH10 0x364B8A8A67AFE60D9CCE NOT BLOBBASEFEE EXTCODESIZE 0xB5 SWAP7 DUP15 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "233:5799:14:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;233:5799:14;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122095ca41d362a07d13a3844ef4d5444f69364b8a8a67afe60d9cce194a3bb5968e64736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP6 0xCA COINBASE 0xD3 PUSH3 0xA07D13 LOG3 DUP5 0x4E DELEGATECALL 0xD5 PREVRANDAO 0x4F PUSH10 0x364B8A8A67AFE60D9CCE NOT BLOBBASEFEE EXTCODESIZE 0xB5 SWAP7 DUP15 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "233:5799:14:-: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\"}],\"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).\"}]},\"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\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]}},\"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/Errors.sol": { - "Errors": { - "abi": [ - { - "inputs": [], - "name": "FailedCall", - "type": "error" - }, - { - "inputs": [], - "name": "FailedDeployment", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "balance", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "needed", - "type": "uint256" - } - ], - "name": "InsufficientBalance", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } - ], - "name": "MissingPrecompile", - "type": "error" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212205b1ce6c65f815bf1cb04f86af745a7be06b696cb328f5bbe28a418e6a91b36d264736f6c634300081a0033", - "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 SHR 0xE6 0xC6 PUSH0 DUP2 JUMPDEST CALL 0xCB DIV 0xF8 PUSH11 0xF745A7BE06B696CB328F5B 0xBE 0x28 LOG4 XOR 0xE6 0xA9 SHL CALLDATASIZE 0xD2 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "411:484:16:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;411:484:16;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212205b1ce6c65f815bf1cb04f86af745a7be06b696cb328f5bbe28a418e6a91b36d264736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 JUMPDEST SHR 0xE6 0xC6 PUSH0 DUP2 JUMPDEST CALL 0xCB DIV 0xF8 PUSH11 0xF745A7BE06B696CB328F5B 0xBE 0x28 LOG4 XOR 0xE6 0xA9 SHL CALLDATASIZE 0xD2 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "411:484:16:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"FailedCall\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FailedDeployment\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"needed\",\"type\":\"uint256\"}],\"name\":\"InsufficientBalance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"MissingPrecompile\",\"type\":\"error\"}],\"devdoc\":{\"details\":\"Collection of common custom errors used in multiple contracts IMPORTANT: Backwards compatibility is not guaranteed in future versions of the library. It is recommended to avoid relying on the error API for critical functionality. _Available since v5.1._\",\"errors\":{\"FailedCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}],\"FailedDeployment()\":[{\"details\":\"The deployment failed.\"}],\"InsufficientBalance(uint256,uint256)\":[{\"details\":\"The ETH balance of the account is not enough to perform the operation.\"}],\"MissingPrecompile(address)\":[{\"details\":\"A necessary precompile is missing.\"}]},\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/Errors.sol\":\"Errors\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/Panic.sol": { - "Panic": { - "abi": [], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212200f13c945e02352c58c5d5204473f3b21f5e295c8825ffc7a836cb0834ac8ba9564736f6c634300081a0033", - "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 0xF SGT 0xC9 GASLIMIT 0xE0 0x23 MSTORE 0xC5 DUP13 TSTORE MSTORE DIV SELFBALANCE EXTCODEHASH EXTCODESIZE 0x21 CREATE2 0xE2 SWAP6 0xC8 DUP3 PUSH0 0xFC PUSH27 0x836CB0834AC8BA9564736F6C634300081A00330000000000000000 ", - "sourceMap": "657:1315:17:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;657:1315:17;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212200f13c945e02352c58c5d5204473f3b21f5e295c8825ffc7a836cb0834ac8ba9564736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xF SGT 0xC9 GASLIMIT 0xE0 0x23 MSTORE 0xC5 DUP13 TSTORE MSTORE DIV SELFBALANCE EXTCODEHASH EXTCODESIZE 0x21 CREATE2 0xE2 SWAP6 0xC8 DUP3 PUSH0 0xFC PUSH27 0x836CB0834AC8BA9564736F6C634300081A00330000000000000000 ", - "sourceMap": "657:1315:17:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Helper library for emitting standardized panic codes. ```solidity contract Example { using Panic for uint256; // Use any of the declared internal constants function foo() { Panic.GENERIC.panic(); } // Alternatively function foo() { Panic.panic(Panic.GENERIC); } } ``` Follows the list from https://github.com/ethereum/solidity/blob/v0.8.24/libsolutil/ErrorCodes.h[libsolutil]. _Available since v5.1._\",\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"ARRAY_OUT_OF_BOUNDS\":{\"details\":\"array out of bounds access\"},\"ASSERT\":{\"details\":\"used by the assert() builtin\"},\"DIVISION_BY_ZERO\":{\"details\":\"division or modulo by zero\"},\"EMPTY_ARRAY_POP\":{\"details\":\"empty array pop\"},\"ENUM_CONVERSION_ERROR\":{\"details\":\"enum conversion error\"},\"GENERIC\":{\"details\":\"generic / unspecified error\"},\"INVALID_INTERNAL_FUNCTION\":{\"details\":\"calling invalid internal function\"},\"RESOURCE_ERROR\":{\"details\":\"resource error (too large allocation or too large array)\"},\"STORAGE_ENCODING_ERROR\":{\"details\":\"invalid encoding in storage\"},\"UNDER_OVERFLOW\":{\"details\":\"arithmetic underflow or overflow\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/Panic.sol\":\"Panic\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/math/Math.sol": { - "Math": { - "abi": [], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209980d8333efc4f416e3594ec7f5ed9eb817d1daa4a15f96acd8068f43ba6a11c64736f6c634300081a0033", - "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 SWAP10 DUP1 0xD8 CALLER RETURNDATACOPY 0xFC 0x4F COINBASE PUSH15 0x3594EC7F5ED9EB817D1DAA4A15F96A 0xCD DUP1 PUSH9 0xF43BA6A11C64736F6C PUSH4 0x4300081A STOP CALLER ", - "sourceMap": "281:28026:18:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;281:28026:18;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209980d8333efc4f416e3594ec7f5ed9eb817d1daa4a15f96acd8068f43ba6a11c64736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP10 DUP1 0xD8 CALLER RETURNDATACOPY 0xFC 0x4F COINBASE PUSH15 0x3594EC7F5ED9EB817D1DAA4A15F96A 0xCD DUP1 PUSH9 0xF43BA6A11C64736F6C PUSH4 0x4300081A STOP CALLER ", - "sourceMap": "281:28026:18:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Standard math utilities missing in the Solidity language.\",\"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/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]}},\"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": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e8781b83307640e85e584cc76b3b3dedd4b091b0a277846f85035bfe33f833d564736f6c634300081a0033", - "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 0xE8 PUSH25 0x1B83307640E85E584CC76B3B3DEDD4B091B0A277846F85035B INVALID CALLER 0xF8 CALLER 0xD5 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "769:34173:19:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;769:34173:19;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e8781b83307640e85e584cc76b3b3dedd4b091b0a277846f85035bfe33f833d564736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xE8 PUSH25 0x1B83307640E85E584CC76B3B3DEDD4B091B0A277846F85035B INVALID CALLER 0xF8 CALLER 0xD5 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "769:34173:19:-: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/bool 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\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/types/Time.sol": { - "Time": { - "abi": [], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212207e8687b64713742efba2e60427f15d682c5a3c40b5306463bfa90576d5c0977f64736f6c634300081a0033", - "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 PUSH31 0x8687B64713742EFBA2E60427F15D682C5A3C40B5306463BFA90576D5C0977F PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "640:4515:20:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;640:4515:20;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212207e8687b64713742efba2e60427f15d682c5a3c40b5306463bfa90576d5c0977f64736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH31 0x8687B64713742EFBA2E60427F15D682C5A3C40B5306463BFA90576D5C0977F PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "640:4515:20:-: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/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]}},\"version\":1}" - } - }, - "contracts/IOIDPermissionManager.sol": { - "IOIDPermissionManager": { - "abi": [ - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "bytes32", - "name": "key", - "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": "attestation_uid", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "grantPermission", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "key", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "hasPermission", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "attestation_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\":\"key\",\"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\":\"attestation_uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantPermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasPermission\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"attestation_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\":\"0x5e29b8a5f2ec6f9c715872b0d40ed5ac7538f511d7a7223cef4bb04bdb2ab187\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://d15dfc0c2bea3379de4342c7248923f8bc37ff7177c08fc1ae7e00cb7e7b0361\",\"dweb:/ipfs/QmbGFV2jYy5xKsGFfVC3QCYGcBoitXrudYYvyTAj9A5SgS\"]}},\"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": "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": [], - "name": "FailedCall", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "balance", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "needed", - "type": "uint256" - } - ], - "name": "InsufficientBalance", - "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": "APPLICATION_MANAGER_ROLE", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "ATTESTATION_MANAGER_ROLE", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "PERMISSION_MANAGER_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": "initialAdmin", - "type": "address" - } - ], - "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": "6080604052348015600f57600080fd5b506133c88061001f6000396000f3fe60806040526004361061026a5760003560e01c806375b238fc11610153578063b7009613116100cb578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c61461080b578063f801a6981461082b578063fe0776f51461086557600080fd5b8063d1f856ee146107cb578063d22b5989146107eb57600080fd5b8063c4d66de8116100b0578063c4d66de814610780578063cc1b6c81146107a0578063cfef5e83146107b657600080fd5b8063b700961314610724578063b7d2b1621461076057600080fd5b806394c7d7ee11610122578063a64d95ce11610107578063a64d95ce146106a9578063abd9bd2a146106c9578063ac9650d8146106f757600080fd5b806394c7d7ee14610629578063a166aa891461064957600080fd5b806375b238fc146105ca57806377de1131146105df5780638129fc1c146105f4578063853551b81461060957600080fd5b806330cae187116101e65780634665096d116101b5578063529629521161019a578063529629521461052e578063530dd4561461054e5780636d5115bd146105aa57600080fd5b80634665096d146104f85780634c1da1e21461050e57600080fd5b806330cae187146104295780633adc277a146104495780633ca7c02a146104805780634136a33c1461049c57600080fd5b8063167bd3951161023d5780631cff79cd116102225780631cff79cd1461039c57806325c471a0146103af5780633078f114146103cf57600080fd5b8063167bd3951461035c57806318ff183c1461037c57600080fd5b80630125a4251461026f57806308d6122d146102a25780630b0a93ba146102c457806312be872714610327575b600080fd5b34801561027b57600080fd5b50610284600381565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102ae57600080fd5b506102c26102bd366004612c02565b610885565b005b3480156102d057600080fd5b506102846102df366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad016020526040902060010154600160401b90041690565b34801561033357600080fd5b50610347610342366004612c69565b6108d8565b60405163ffffffff9091168152602001610299565b34801561036857600080fd5b506102c2610377366004612c84565b610944565b34801561038857600080fd5b506102c2610397366004612cc2565b61095a565b6103476103aa366004612d32565b6109da565b3480156103bb57600080fd5b506102c26103ca366004612d9b565b610b79565b3480156103db57600080fd5b506103ef6103ea366004612de0565b610b9b565b604051610299949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b34801561043557600080fd5b506102c2610444366004612dfc565b610c33565b34801561045557600080fd5b50610469610464366004612e2f565b610c45565b60405165ffffffffffff9091168152602001610299565b34801561048c57600080fd5b5061028467ffffffffffffffff81565b3480156104a857600080fd5b506103476104b7366004612e2f565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561050457600080fd5b5062093a80610347565b34801561051a57600080fd5b50610347610529366004612e48565b610ca9565b34801561053a57600080fd5b506102c2610549366004612dfc565b610ce6565b34801561055a57600080fd5b50610284610569366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b3480156105b657600080fd5b506102846105c5366004612e7b565b610cf8565b3480156105d657600080fd5b50610284600081565b3480156105eb57600080fd5b50610284600181565b34801561060057600080fd5b506102c2610d44565b34801561061557600080fd5b506102c2610624366004612ea9565b610e5c565b34801561063557600080fd5b506102c2610644366004612d32565b610ef7565b34801561065557600080fd5b50610699610664366004612e48565b6001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b6040519015158152602001610299565b3480156106b557600080fd5b506102c26106c4366004612ec7565b610fd5565b3480156106d557600080fd5b506106e96106e4366004612ef1565b610fe7565b604051908152602001610299565b34801561070357600080fd5b50610717610712366004612f56565b611020565b6040516102999190612fbc565b34801561073057600080fd5b5061074461073f36600461303c565b611108565b60408051921515835263ffffffff909116602083015201610299565b34801561076c57600080fd5b506102c261077b366004612de0565b611215565b34801561078c57600080fd5b506102c261079b366004612e48565b61122c565b3480156107ac57600080fd5b5062069780610347565b3480156107c257600080fd5b50610284600281565b3480156107d757600080fd5b506107446107e6366004612de0565b611345565b3480156107f757600080fd5b506102c2610806366004613087565b6113c3565b34801561081757600080fd5b50610347610826366004612ef1565b6113d5565b34801561083757600080fd5b5061084b6108463660046130a5565b61155f565b6040805192835263ffffffff909116602083015201610299565b34801561087157600080fd5b506102c2610880366004612de0565b61170c565b61088d61174e565b60005b828110156108d1576108c9858585848181106108ae576108ae613118565b90506020020160208101906108c3919061312e565b846117e3565b600101610890565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206133738339815191529061093d90600160801b90046001600160701b0316611879565b9392505050565b61094c61174e565b6109568282611898565b5050565b61096261174e565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156109be57600080fd5b505af11580156109d2573d6000803e3d6000fd5b505050505050565b60006000805160206133738339815191523382806109fa8389898961191a565b9150915081158015610a10575063ffffffff8116155b15610a7c578288610a21898961196d565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b6000610a8a848a8a8a610fe7565b9050600063ffffffff8316151580610ab15750610aa682610c45565b65ffffffffffff1615155b15610ac257610abf82611985565b90505b6003860154610b178b610ad58c8c61196d565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610b618b8b8b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250349250611aec915050565b50600390960195909555509293505050509392505050565b610b8161174e565b610b958383610b8f866108d8565b84611ba9565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff811692918291829160008051602061337383398151915291610c2490660100000000000090046001600160701b0316611e34565b979a9199509750945050505050565b610c3b61174e565b6109568282611e57565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff16610c9481611f10565b610c9e5780610ca1565b60005b949350505050565b6001600160a01b03811660009081526000805160206133738339815191526020819052604082206001015461093d906001600160701b0316611879565b610cee61174e565b6109568282611f3f565b6001600160a01b0382166000908152600080516020613373833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015610d8a5750825b905060008267ffffffffffffffff166001148015610da75750303b155b905081158015610db5575080155b15610dd35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e0257845468ff00000000000000001916600160401b1785555b610e0b33612015565b83156108d157845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610e6461174e565b67ffffffffffffffff83161580610e84575067ffffffffffffffff838116145b15610eae5760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610eea929190613174565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610f51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f759190613188565b6001600160e01b03191614610fc1576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b0382166004820152602401610a73565b6108d1610fd085838686610fe7565b611985565b610fdd61174e565b6109568282612029565b60008484848460405160200161100094939291906131a5565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff81111561104b5761104b613217565b60405190808252806020026020018201604052801561107e57816020015b60608152602001906001900390816110695790505b50915060005b83811015611100576110db308686848181106110a2576110a2613118565b90506020028101906110b4919061322d565b856040516020016110c793929190613274565b60405160208183030381529060405261216b565b8382815181106110ed576110ed613118565b6020908102919091010152600101611084565b505092915050565b600080611144846001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b156111545750600090508061120d565b306001600160a01b038616036111cf57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061120d565b60006111db8585610cf8565b90506000806111ea8389611345565b91509150816111fb57600080611205565b63ffffffff811615815b945094505050505b935093915050565b61121d61174e565b61122782826121e1565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156112725750825b905060008267ffffffffffffffff16600114801561128f5750303b155b90508115801561129d575080155b156112bb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112ea57845468ff00000000000000001916600160401b1785555b6112f386612015565b83156109d257845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60008067fffffffffffffffe1967ffffffffffffffff85160161136e57506001905060006113bc565b60008061137b8686610b9b565b5050915091508165ffffffffffff166000141580156113b1575061139d6122f5565b65ffffffffffff168265ffffffffffff1611155b935091506113bc9050565b9250929050565b6113cb61174e565b6109568282612305565b600060008051602061337383398151915233826113f2868661196d565b9050600061140289898989610fe7565b600081815260028601602052604081205491925065ffffffffffff90911690036114425760405163060a299b60e41b815260048101829052602401610a73565b826001600160a01b0316896001600160a01b0316146114f7576000611468600085611345565b509050600061148361147d6102df8c87610cf8565b86611345565b50905081158015611492575080155b156114f4576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b031985166064820152608401610a73565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b600080600080516020613373833981519152338261157f828a8a8a61191a565b91505060008163ffffffff166115936122f5565b61159d919061329b565b905063ffffffff821615806115d4575060008765ffffffffffff161180156115d457508065ffffffffffff168765ffffffffffff16105b156115e557828a610a218b8b61196d565b6115ff8765ffffffffffff168265ffffffffffff166123d4565b965061160d838b8b8b610fe7565b9550611618866123e4565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e6040516116f79594939291906132b9565b60405180910390a35050505094509492505050565b6001600160a01b038116331461121d576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360008061175d838236612479565b9150915081611227578063ffffffff166000036117d357600061178081366125c5565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff821660248201529092506044019050610a73565b610b95610fd08430600036610fe7565b60006000805160206133738339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b60008061188e836001600160701b0316611e34565b5090949350505050565b6001600160a01b0382166000818152600080516020613373833981519152602081815260409283902060010180546eff00000000000000000000000000001916600160701b8715159081029190911790915592519283529092917f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb1389101610eea565b600080306001600160a01b0386160361194157611938868585612479565b91509150611964565b6004831061195d57611958868661073f878761196d565b611938565b5060009050805b94509492505050565b600061197c60048284866131ed565b61093d91613304565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff8116906601000000000000900463ffffffff16818403611a005760405163060a299b60e41b815260048101869052602401610a73565b611a086122f5565b65ffffffffffff168265ffffffffffff161115611a54576040517f18cb6b7a00000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b611a5d82611f10565b15611a97576040517f78a5d6e400000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b606081471015611b31576040517fcf47918100000000000000000000000000000000000000000000000000000000815247600482015260248101839052604401610a73565b600080856001600160a01b03168486604051611b4d919061333a565b60006040518083038185875af1925050503d8060008114611b8a576040519150601f19603f3d011682016040523d82523d6000602084013e611b8f565b606091505b5091509150611b9f8683836128d0565b9695505050505050565b600060008051602061337383398151915267ffffffffffffffff861667fffffffffffffffe1901611bf95760405163061c6a4360e21b815267ffffffffffffffff87166004820152602401610a73565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611d01578563ffffffff16611c486122f5565b611c52919061329b565b905060405180604001604052808265ffffffffffff168152602001611c808763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611dc4565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611d519166010000000000009091046001600160701b0316908790612945565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611e4a84611e456122f5565b6129ef565b9250925092509193909250565b60008051602061337383398151915267ffffffffffffffff83161580611e86575067ffffffffffffffff838116145b15611eb05760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611f1a6122f5565b65ffffffffffff16611f2f62093a808461329b565b65ffffffffffff16111592915050565b60008051602061337383398151915267ffffffffffffffff83161580611f6e575067ffffffffffffffff838116145b15611f985760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff16600160401b958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b61201d612a3c565b61202681612aa0565b50565b60008051602061337383398151915267ffffffffffffffff831667fffffffffffffffe19016120775760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff8316600090815260018281016020526040822001546120b390600160801b90046001600160701b03168462069780612945565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b489061215d908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612188919061333a565b600060405180830381855af49150503d80600081146121c3576040519150601f19603f3d011682016040523d82523d6000602084013e6121c8565b606091505b50915091506121d88583836128d0565b95945050505050565b600060008051602061337383398151915267ffffffffffffffff841667fffffffffffffffe19016122315760405163061c6a4360e21b815267ffffffffffffffff85166004820152602401610a73565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612279576000915050610d3e565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061230042612af9565b905090565b6001600160a01b03821660009081526000805160206133738339815191526020819052604082206001015490919061234a906001600160701b03168462069780612945565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c910161215d565b600082821882841102821861093d565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206133738339815191529065ffffffffffff16801580159061243f575061243d81611f10565b155b15611227576040517f813e945900000000000000000000000000000000000000000000000000000000815260048101849052602401610a73565b60008060048310156124905750600090508061120d565b306001600160a01b03861603612513576111c4306124ae868661196d565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b600080600061252287876125c5565b9250925092508215801561255c57503060009081526000805160206133738339815191526020526040902060010154600160701b900460ff165b15612570576000809450945050505061120d565b60008061257d848b611345565b91509150816125975760008096509650505050505061120d565b6125ad8363ffffffff168263ffffffff166123d4565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156125e0575060009150819050806128c9565b60006125ec868661196d565b90506001600160e01b031981167f853551b800000000000000000000000000000000000000000000000000000000148061264f57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b8061268357506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b806126b757506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b806126eb57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b15612701576001600080935093509350506128c9565b6001600160e01b031981167f18ff183c00000000000000000000000000000000000000000000000000000000148061276257506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b8061279657506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b156127d85760006127ab60246004888a6131ed565b8101906127b89190612e48565b905060006127c582610ca9565b600196506000955093506128c992505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061283957506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156128b357600061284e60246004888a6131ed565b81019061285b9190612c69565b905060016128a48267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b600094509450945050506128c9565b60006128bf3083610cf8565b6000935093509350505b9250925092565b6060826128e5576128e082612b49565b61093d565b81511580156128fc57506001600160a01b0384163b155b1561293e576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b0385166004820152602401610a73565b508061093d565b600080600061295c866001600160701b0316611879565b905060006129998563ffffffff168763ffffffff168463ffffffff161161298457600061298e565b61298e8885613356565b63ffffffff166123d4565b90508063ffffffff166129aa6122f5565b6129b4919061329b565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b69ffffffffffffffffffff602083901c166001600160701b03831665ffffffffffff604085901c8116908416811115612a2a57828282612a2f565b816000805b9250925092509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612a9e576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b612aa8612a3c565b6001600160a01b038116612aeb576040517f0813ada200000000000000000000000000000000000000000000000000000000815260006004820152602401610a73565b610956600082600080611ba9565b600065ffffffffffff821115612b45576040517f6dfcc6500000000000000000000000000000000000000000000000000000000081526030600482015260248101839052604401610a73565b5090565b805115612b595780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116811461202657600080fd5b60008083601f840112612bb257600080fd5b50813567ffffffffffffffff811115612bca57600080fd5b6020830191508360208260051b85010111156113bc57600080fd5b803567ffffffffffffffff81168114612bfd57600080fd5b919050565b60008060008060608587031215612c1857600080fd5b8435612c2381612b8b565b9350602085013567ffffffffffffffff811115612c3f57600080fd5b612c4b87828801612ba0565b9094509250612c5e905060408601612be5565b905092959194509250565b600060208284031215612c7b57600080fd5b61093d82612be5565b60008060408385031215612c9757600080fd5b8235612ca281612b8b565b915060208301358015158114612cb757600080fd5b809150509250929050565b60008060408385031215612cd557600080fd5b8235612ce081612b8b565b91506020830135612cb781612b8b565b60008083601f840112612d0257600080fd5b50813567ffffffffffffffff811115612d1a57600080fd5b6020830191508360208285010111156113bc57600080fd5b600080600060408486031215612d4757600080fd5b8335612d5281612b8b565b9250602084013567ffffffffffffffff811115612d6e57600080fd5b612d7a86828701612cf0565b9497909650939450505050565b803563ffffffff81168114612bfd57600080fd5b600080600060608486031215612db057600080fd5b612db984612be5565b92506020840135612dc981612b8b565b9150612dd760408501612d87565b90509250925092565b60008060408385031215612df357600080fd5b612ce083612be5565b60008060408385031215612e0f57600080fd5b612e1883612be5565b9150612e2660208401612be5565b90509250929050565b600060208284031215612e4157600080fd5b5035919050565b600060208284031215612e5a57600080fd5b813561093d81612b8b565b6001600160e01b03198116811461202657600080fd5b60008060408385031215612e8e57600080fd5b8235612e9981612b8b565b91506020830135612cb781612e65565b600080600060408486031215612ebe57600080fd5b612d5284612be5565b60008060408385031215612eda57600080fd5b612ee383612be5565b9150612e2660208401612d87565b60008060008060608587031215612f0757600080fd5b8435612f1281612b8b565b93506020850135612f2281612b8b565b9250604085013567ffffffffffffffff811115612f3e57600080fd5b612f4a87828801612cf0565b95989497509550505050565b60008060208385031215612f6957600080fd5b823567ffffffffffffffff811115612f8057600080fd5b612f8c85828601612ba0565b90969095509350505050565b60005b83811015612fb3578181015183820152602001612f9b565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561303057603f198786030184528151805180875261300d816020890160208501612f98565b601f01601f19169590950160209081019550938401939190910190600101612fe4565b50929695505050505050565b60008060006060848603121561305157600080fd5b833561305c81612b8b565b9250602084013561306c81612b8b565b9150604084013561307c81612e65565b809150509250925092565b6000806040838503121561309a57600080fd5b8235612ee381612b8b565b600080600080606085870312156130bb57600080fd5b84356130c681612b8b565b9350602085013567ffffffffffffffff8111156130e257600080fd5b6130ee87828801612cf0565b909450925050604085013565ffffffffffff8116811461310d57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561314057600080fd5b813561093d81612e65565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610ca160208301848661314b565b60006020828403121561319a57600080fd5b815161093d81612e65565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611b9f60608301848661314b565b634e487b7160e01b600052601160045260246000fd5b600080858511156131fd57600080fd5b8386111561320a57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e1984360301811261324457600080fd5b83018035915067ffffffffffffffff82111561325f57600080fd5b6020019150368190038213156113bc57600080fd5b828482376000838201600081528351613291818360208801612f98565b0195945050505050565b65ffffffffffff8181168382160190811115610d3e57610d3e6131d7565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b03841660408201526080606082015260006132f960808301848661314b565b979650505050505050565b80356001600160e01b03198116906004841015613333576001600160e01b0319808560040360031b1b82161691505b5092915050565b6000825161334c818460208701612f98565b9190910192915050565b63ffffffff8281168282160390811115610d3e57610d3e6131d756fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a264697066735822122036bfeac2edd6be5c8b28c46f05c20c4a0d69c451c3c1e650dbf4170f8224f0c964736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x33C8 DUP1 PUSH2 0x1F PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x26A JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x75B238FC GT PUSH2 0x153 JUMPI DUP1 PUSH4 0xB7009613 GT PUSH2 0xCB JUMPI DUP1 PUSH4 0xD1F856EE GT PUSH2 0x7F JUMPI DUP1 PUSH4 0xD6BB62C6 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xD6BB62C6 EQ PUSH2 0x80B JUMPI DUP1 PUSH4 0xF801A698 EQ PUSH2 0x82B JUMPI DUP1 PUSH4 0xFE0776F5 EQ PUSH2 0x865 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD1F856EE EQ PUSH2 0x7CB JUMPI DUP1 PUSH4 0xD22B5989 EQ PUSH2 0x7EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xC4D66DE8 GT PUSH2 0xB0 JUMPI DUP1 PUSH4 0xC4D66DE8 EQ PUSH2 0x780 JUMPI DUP1 PUSH4 0xCC1B6C81 EQ PUSH2 0x7A0 JUMPI DUP1 PUSH4 0xCFEF5E83 EQ PUSH2 0x7B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB7009613 EQ PUSH2 0x724 JUMPI DUP1 PUSH4 0xB7D2B162 EQ PUSH2 0x760 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x94C7D7EE GT PUSH2 0x122 JUMPI DUP1 PUSH4 0xA64D95CE GT PUSH2 0x107 JUMPI DUP1 PUSH4 0xA64D95CE EQ PUSH2 0x6A9 JUMPI DUP1 PUSH4 0xABD9BD2A EQ PUSH2 0x6C9 JUMPI DUP1 PUSH4 0xAC9650D8 EQ PUSH2 0x6F7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x94C7D7EE EQ PUSH2 0x629 JUMPI DUP1 PUSH4 0xA166AA89 EQ PUSH2 0x649 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x75B238FC EQ PUSH2 0x5CA JUMPI DUP1 PUSH4 0x77DE1131 EQ PUSH2 0x5DF JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x5F4 JUMPI DUP1 PUSH4 0x853551B8 EQ PUSH2 0x609 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 GT PUSH2 0x1E6 JUMPI DUP1 PUSH4 0x4665096D GT PUSH2 0x1B5 JUMPI DUP1 PUSH4 0x52962952 GT PUSH2 0x19A JUMPI DUP1 PUSH4 0x52962952 EQ PUSH2 0x52E JUMPI DUP1 PUSH4 0x530DD456 EQ PUSH2 0x54E JUMPI DUP1 PUSH4 0x6D5115BD EQ PUSH2 0x5AA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x4665096D EQ PUSH2 0x4F8 JUMPI DUP1 PUSH4 0x4C1DA1E2 EQ PUSH2 0x50E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 EQ PUSH2 0x429 JUMPI DUP1 PUSH4 0x3ADC277A EQ PUSH2 0x449 JUMPI DUP1 PUSH4 0x3CA7C02A EQ PUSH2 0x480 JUMPI DUP1 PUSH4 0x4136A33C EQ PUSH2 0x49C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x167BD395 GT PUSH2 0x23D JUMPI DUP1 PUSH4 0x1CFF79CD GT PUSH2 0x222 JUMPI DUP1 PUSH4 0x1CFF79CD EQ PUSH2 0x39C JUMPI DUP1 PUSH4 0x25C471A0 EQ PUSH2 0x3AF JUMPI DUP1 PUSH4 0x3078F114 EQ PUSH2 0x3CF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x167BD395 EQ PUSH2 0x35C JUMPI DUP1 PUSH4 0x18FF183C EQ PUSH2 0x37C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x125A425 EQ PUSH2 0x26F JUMPI DUP1 PUSH4 0x8D6122D EQ PUSH2 0x2A2 JUMPI DUP1 PUSH4 0xB0A93BA EQ PUSH2 0x2C4 JUMPI DUP1 PUSH4 0x12BE8727 EQ PUSH2 0x327 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x27B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x3 DUP2 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 0x2AE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x2BD CALLDATASIZE PUSH1 0x4 PUSH2 0x2C02 JUMP JUMPDEST PUSH2 0x885 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2D0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x2DF CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 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 PUSH1 0x1 PUSH1 0x40 SHL SWAP1 DIV AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x333 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x342 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 JUMP JUMPDEST PUSH2 0x8D8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x368 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x377 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C84 JUMP JUMPDEST PUSH2 0x944 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x388 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x397 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CC2 JUMP JUMPDEST PUSH2 0x95A JUMP JUMPDEST PUSH2 0x347 PUSH2 0x3AA CALLDATASIZE PUSH1 0x4 PUSH2 0x2D32 JUMP JUMPDEST PUSH2 0x9DA JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x3CA CALLDATASIZE PUSH1 0x4 PUSH2 0x2D9B JUMP JUMPDEST PUSH2 0xB79 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3DB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3EF PUSH2 0x3EA CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0xB9B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x299 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 0x435 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x444 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DFC JUMP JUMPDEST PUSH2 0xC33 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x455 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x469 PUSH2 0x464 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E2F JUMP JUMPDEST PUSH2 0xC45 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x48C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4A8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x4B7 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E2F 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 0x504 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x93A80 PUSH2 0x347 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x51A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x529 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH2 0xCA9 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x53A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x549 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DFC JUMP JUMPDEST PUSH2 0xCE6 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x55A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x569 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 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 0x5B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x5C5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E7B JUMP JUMPDEST PUSH2 0xCF8 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5D6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x0 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x1 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x600 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0xD44 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x615 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x624 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EA9 JUMP JUMPDEST PUSH2 0xE5C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x635 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x644 CALLDATASIZE PUSH1 0x4 PUSH2 0x2D32 JUMP JUMPDEST PUSH2 0xEF7 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x655 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x699 PUSH2 0x664 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x6C4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EC7 JUMP JUMPDEST PUSH2 0xFD5 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6D5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x6E9 PUSH2 0x6E4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EF1 JUMP JUMPDEST PUSH2 0xFE7 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x703 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x717 PUSH2 0x712 CALLDATASIZE PUSH1 0x4 PUSH2 0x2F56 JUMP JUMPDEST PUSH2 0x1020 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x299 SWAP2 SWAP1 PUSH2 0x2FBC JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x744 PUSH2 0x73F CALLDATASIZE PUSH1 0x4 PUSH2 0x303C JUMP JUMPDEST PUSH2 0x1108 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 ISZERO ISZERO DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x76C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x77B CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x1215 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x78C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x79B CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH2 0x122C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7AC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x69780 PUSH2 0x347 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7C2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x2 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7D7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x744 PUSH2 0x7E6 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x1345 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7F7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x806 CALLDATASIZE PUSH1 0x4 PUSH2 0x3087 JUMP JUMPDEST PUSH2 0x13C3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x817 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x826 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EF1 JUMP JUMPDEST PUSH2 0x13D5 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x837 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x84B PUSH2 0x846 CALLDATASIZE PUSH1 0x4 PUSH2 0x30A5 JUMP JUMPDEST PUSH2 0x155F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x871 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x880 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x170C JUMP JUMPDEST PUSH2 0x88D PUSH2 0x174E JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8D1 JUMPI PUSH2 0x8C9 DUP6 DUP6 DUP6 DUP5 DUP2 DUP2 LT PUSH2 0x8AE JUMPI PUSH2 0x8AE PUSH2 0x3118 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD PUSH1 0x20 DUP2 ADD SWAP1 PUSH2 0x8C3 SWAP2 SWAP1 PUSH2 0x312E JUMP JUMPDEST DUP5 PUSH2 0x17E3 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x890 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH2 0x93D SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x94C PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1898 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH2 0x962 PUSH2 0x174E 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 0x9BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x9D2 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 DUP1 PUSH2 0x9FA DUP4 DUP10 DUP10 DUP10 PUSH2 0x191A JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0xA10 JUMPI POP PUSH4 0xFFFFFFFF DUP2 AND ISZERO JUMPDEST ISZERO PUSH2 0xA7C JUMPI DUP3 DUP9 PUSH2 0xA21 DUP10 DUP10 PUSH2 0x196D 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 0xA8A DUP5 DUP11 DUP11 DUP11 PUSH2 0xFE7 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH4 0xFFFFFFFF DUP4 AND ISZERO ISZERO DUP1 PUSH2 0xAB1 JUMPI POP PUSH2 0xAA6 DUP3 PUSH2 0xC45 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND ISZERO ISZERO JUMPDEST ISZERO PUSH2 0xAC2 JUMPI PUSH2 0xABF DUP3 PUSH2 0x1985 JUMP JUMPDEST SWAP1 POP JUMPDEST PUSH1 0x3 DUP7 ADD SLOAD PUSH2 0xB17 DUP12 PUSH2 0xAD5 DUP13 DUP13 PUSH2 0x196D 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 0xB61 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 0x1AEC 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 0xB81 PUSH2 0x174E JUMP JUMPDEST PUSH2 0xB95 DUP4 DUP4 PUSH2 0xB8F DUP7 PUSH2 0x8D8 JUMP JUMPDEST DUP5 PUSH2 0x1BA9 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP2 PUSH2 0xC24 SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1E34 JUMP JUMPDEST SWAP8 SWAP11 SWAP2 SWAP10 POP SWAP8 POP SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xC3B PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1E57 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0xC94 DUP2 PUSH2 0x1F10 JUMP JUMPDEST PUSH2 0xC9E JUMPI DUP1 PUSH2 0xCA1 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH2 0x93D SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST PUSH2 0xCEE PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1F3F JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 PUSH1 0x1 PUSH1 0x40 SHL DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0xD8A JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0xDA7 JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0xDB5 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0xDD3 JUMPI PUSH1 0x40 MLOAD PUSH4 0xF92EE8A9 PUSH1 0xE0 SHL 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 0xE02 JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH1 0x1 PUSH1 0x40 SHL OR DUP6 SSTORE JUMPDEST PUSH2 0xE0B CALLER PUSH2 0x2015 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x8D1 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 0xE64 PUSH2 0x174E JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0xE84 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0xEAE JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH32 0x1256F5B5ECB89CAEC12DB449738F2FBCD1BA5806CF38F35413F4E5C15BF6A450 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0xEEA SWAP3 SWAP2 SWAP1 PUSH2 0x3174 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 0xF51 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 0xF75 SWAP2 SWAP1 PUSH2 0x3188 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND EQ PUSH2 0xFC1 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 0xA73 JUMP JUMPDEST PUSH2 0x8D1 PUSH2 0xFD0 DUP6 DUP4 DUP7 DUP7 PUSH2 0xFE7 JUMP JUMPDEST PUSH2 0x1985 JUMP JUMPDEST PUSH2 0xFDD PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x2029 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 DUP5 DUP5 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x1000 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x31A5 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 0x104B JUMPI PUSH2 0x104B PUSH2 0x3217 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x107E JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x1069 JUMPI SWAP1 POP JUMPDEST POP SWAP2 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1100 JUMPI PUSH2 0x10DB ADDRESS DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0x10A2 JUMPI PUSH2 0x10A2 PUSH2 0x3118 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x10B4 SWAP2 SWAP1 PUSH2 0x322D JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x10C7 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x216B JUMP JUMPDEST DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x10ED JUMPI PUSH2 0x10ED PUSH2 0x3118 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0x1084 JUMP JUMPDEST POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x1144 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x1154 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x120D JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x11CF 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 0x120D JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11DB DUP6 DUP6 PUSH2 0xCF8 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 PUSH2 0x11EA DUP4 DUP10 PUSH2 0x1345 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x11FB JUMPI PUSH1 0x0 DUP1 PUSH2 0x1205 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 0x121D PUSH2 0x174E JUMP JUMPDEST PUSH2 0x1227 DUP3 DUP3 PUSH2 0x21E1 JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 DUP1 SLOAD PUSH1 0x1 PUSH1 0x40 SHL DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0x1272 JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0x128F JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x129D JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x12BB JUMPI PUSH1 0x40 MLOAD PUSH4 0xF92EE8A9 PUSH1 0xE0 SHL 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 0x12EA JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH1 0x1 PUSH1 0x40 SHL OR DUP6 SSTORE JUMPDEST PUSH2 0x12F3 DUP7 PUSH2 0x2015 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x9D2 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 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH8 0xFFFFFFFFFFFFFFFE NOT PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND ADD PUSH2 0x136E JUMPI POP PUSH1 0x1 SWAP1 POP PUSH1 0x0 PUSH2 0x13BC JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x137B DUP7 DUP7 PUSH2 0xB9B JUMP JUMPDEST POP POP SWAP2 POP SWAP2 POP DUP2 PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x0 EQ ISZERO DUP1 ISZERO PUSH2 0x13B1 JUMPI POP PUSH2 0x139D PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO JUMPDEST SWAP4 POP SWAP2 POP PUSH2 0x13BC SWAP1 POP JUMP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x13CB PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x2305 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x13F2 DUP7 DUP7 PUSH2 0x196D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x1402 DUP10 DUP10 DUP10 DUP10 PUSH2 0xFE7 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 0x1442 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x14F7 JUMPI PUSH1 0x0 PUSH2 0x1468 PUSH1 0x0 DUP6 PUSH2 0x1345 JUMP JUMPDEST POP SWAP1 POP PUSH1 0x0 PUSH2 0x1483 PUSH2 0x147D PUSH2 0x2DF DUP13 DUP8 PUSH2 0xCF8 JUMP JUMPDEST DUP7 PUSH2 0x1345 JUMP JUMPDEST POP SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x1492 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x14F4 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 0xA73 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x157F DUP3 DUP11 DUP11 DUP11 PUSH2 0x191A JUMP JUMPDEST SWAP2 POP POP PUSH1 0x0 DUP2 PUSH4 0xFFFFFFFF AND PUSH2 0x1593 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x159D SWAP2 SWAP1 PUSH2 0x329B JUMP JUMPDEST SWAP1 POP PUSH4 0xFFFFFFFF DUP3 AND ISZERO DUP1 PUSH2 0x15D4 JUMPI POP PUSH1 0x0 DUP8 PUSH6 0xFFFFFFFFFFFF AND GT DUP1 ISZERO PUSH2 0x15D4 JUMPI POP DUP1 PUSH6 0xFFFFFFFFFFFF AND DUP8 PUSH6 0xFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0x15E5 JUMPI DUP3 DUP11 PUSH2 0xA21 DUP12 DUP12 PUSH2 0x196D JUMP JUMPDEST PUSH2 0x15FF DUP8 PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x23D4 JUMP JUMPDEST SWAP7 POP PUSH2 0x160D DUP4 DUP12 DUP12 DUP12 PUSH2 0xFE7 JUMP JUMPDEST SWAP6 POP PUSH2 0x1618 DUP7 PUSH2 0x23E4 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 0x16F7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x32B9 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 0x121D 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 0x175D DUP4 DUP3 CALLDATASIZE PUSH2 0x2479 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1227 JUMPI DUP1 PUSH4 0xFFFFFFFF AND PUSH1 0x0 SUB PUSH2 0x17D3 JUMPI PUSH1 0x0 PUSH2 0x1780 DUP2 CALLDATASIZE PUSH2 0x25C5 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 0xA73 JUMP JUMPDEST PUSH2 0xB95 PUSH2 0xFD0 DUP5 ADDRESS PUSH1 0x0 CALLDATASIZE PUSH2 0xFE7 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x188E DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1E34 JUMP JUMPDEST POP SWAP1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH15 0xFF0000000000000000000000000000 NOT AND PUSH1 0x1 PUSH1 0x70 SHL DUP8 ISZERO ISZERO SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 OR SWAP1 SWAP2 SSTORE SWAP3 MLOAD SWAP3 DUP4 MSTORE SWAP1 SWAP3 SWAP2 PUSH32 0x90D4E7BB7E5D933792B3562E1741306F8BE94837E1348DACEF9B6F1DF56EB138 SWAP2 ADD PUSH2 0xEEA JUMP JUMPDEST PUSH1 0x0 DUP1 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x1941 JUMPI PUSH2 0x1938 DUP7 DUP6 DUP6 PUSH2 0x2479 JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x1964 JUMP JUMPDEST PUSH1 0x4 DUP4 LT PUSH2 0x195D JUMPI PUSH2 0x1958 DUP7 DUP7 PUSH2 0x73F DUP8 DUP8 PUSH2 0x196D JUMP JUMPDEST PUSH2 0x1938 JUMP JUMPDEST POP PUSH1 0x0 SWAP1 POP DUP1 JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x197C PUSH1 0x4 DUP3 DUP5 DUP7 PUSH2 0x31ED JUMP JUMPDEST PUSH2 0x93D SWAP2 PUSH2 0x3304 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 DUP5 SUB PUSH2 0x1A00 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x1A08 PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO PUSH2 0x1A54 JUMPI PUSH1 0x40 MLOAD PUSH32 0x18CB6B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x1A5D DUP3 PUSH2 0x1F10 JUMP JUMPDEST ISZERO PUSH2 0x1A97 JUMPI PUSH1 0x40 MLOAD PUSH32 0x78A5D6E400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1B31 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCF47918100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE SELFBALANCE PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x44 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 DUP7 PUSH1 0x40 MLOAD PUSH2 0x1B4D SWAP2 SWAP1 PUSH2 0x333A 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 0x1B8A 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 0x1B8F JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x1B9F DUP7 DUP4 DUP4 PUSH2 0x28D0 JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1BF9 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1D01 JUMPI DUP6 PUSH4 0xFFFFFFFF AND PUSH2 0x1C48 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x1C52 SWAP2 SWAP1 PUSH2 0x329B 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 0x1C80 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 0x1DC4 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 0x1D51 SWAP2 PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND SWAP1 DUP8 SWAP1 PUSH2 0x2945 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 0x1E4A DUP5 PUSH2 0x1E45 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x29EF JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP2 SWAP4 SWAP1 SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1E86 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1EB0 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1F1A PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x1F2F PUSH3 0x93A80 DUP5 PUSH2 0x329B JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND GT ISZERO SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1F6E JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1F98 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 PUSH1 0x1 PUSH1 0x40 SHL SWAP6 DUP9 AND SWAP6 DUP7 MUL OR SWAP1 SSTORE MLOAD PUSH32 0x7A8059630B897B5DE4C08ADE69F8B90C3EAD1F8596D62D10B6C4D14A0AFB4AE2 SWAP2 SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH2 0x201D PUSH2 0x2A3C JUMP JUMPDEST PUSH2 0x2026 DUP2 PUSH2 0x2AA0 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2077 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x20B3 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x2945 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 0x215D 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 0x2188 SWAP2 SWAP1 PUSH2 0x333A JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x21C3 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 0x21C8 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x21D8 DUP6 DUP4 DUP4 PUSH2 0x28D0 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2231 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x2279 JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0xD3E 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 0x2300 TIMESTAMP PUSH2 0x2AF9 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD SWAP1 SWAP2 SWAP1 PUSH2 0x234A SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x2945 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 0x215D JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 XOR DUP3 DUP5 GT MUL DUP3 XOR PUSH2 0x93D JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x243F JUMPI POP PUSH2 0x243D DUP2 PUSH2 0x1F10 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x1227 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813E945900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x4 DUP4 LT ISZERO PUSH2 0x2490 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x120D JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x2513 JUMPI PUSH2 0x11C4 ADDRESS PUSH2 0x24AE DUP7 DUP7 PUSH2 0x196D 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 0x2522 DUP8 DUP8 PUSH2 0x25C5 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP DUP3 ISZERO DUP1 ISZERO PUSH2 0x255C JUMPI POP ADDRESS PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 JUMPDEST ISZERO PUSH2 0x2570 JUMPI PUSH1 0x0 DUP1 SWAP5 POP SWAP5 POP POP POP POP PUSH2 0x120D JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x257D DUP5 DUP12 PUSH2 0x1345 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x2597 JUMPI PUSH1 0x0 DUP1 SWAP7 POP SWAP7 POP POP POP POP POP POP PUSH2 0x120D JUMP JUMPDEST PUSH2 0x25AD DUP4 PUSH4 0xFFFFFFFF AND DUP3 PUSH4 0xFFFFFFFF AND PUSH2 0x23D4 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 0x25E0 JUMPI POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP DUP1 PUSH2 0x28C9 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x25EC DUP7 DUP7 PUSH2 0x196D JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x853551B800000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x264F JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x30CAE18700000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2683 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x5296295200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x26B7 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xA64D95CE00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x26EB JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xD22B598900000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2701 JUMPI PUSH1 0x1 PUSH1 0x0 DUP1 SWAP4 POP SWAP4 POP SWAP4 POP POP PUSH2 0x28C9 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x18FF183C00000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2762 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x167BD39500000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2796 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x8D6122D00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x27D8 JUMPI PUSH1 0x0 PUSH2 0x27AB PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x31ED JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x27B8 SWAP2 SWAP1 PUSH2 0x2E48 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x27C5 DUP3 PUSH2 0xCA9 JUMP JUMPDEST PUSH1 0x1 SWAP7 POP PUSH1 0x0 SWAP6 POP SWAP4 POP PUSH2 0x28C9 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x25C471A000000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2839 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xB7D2B16200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x28B3 JUMPI PUSH1 0x0 PUSH2 0x284E PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x31ED JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x285B SWAP2 SWAP1 PUSH2 0x2C69 JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH2 0x28A4 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 0x28C9 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x28BF ADDRESS DUP4 PUSH2 0xCF8 JUMP JUMPDEST PUSH1 0x0 SWAP4 POP SWAP4 POP SWAP4 POP POP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x60 DUP3 PUSH2 0x28E5 JUMPI PUSH2 0x28E0 DUP3 PUSH2 0x2B49 JUMP JUMPDEST PUSH2 0x93D JUMP JUMPDEST DUP2 MLOAD ISZERO DUP1 ISZERO PUSH2 0x28FC JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND EXTCODESIZE ISZERO JUMPDEST ISZERO PUSH2 0x293E 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 0xA73 JUMP JUMPDEST POP DUP1 PUSH2 0x93D JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x295C DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2999 DUP6 PUSH4 0xFFFFFFFF AND DUP8 PUSH4 0xFFFFFFFF AND DUP5 PUSH4 0xFFFFFFFF AND GT PUSH2 0x2984 JUMPI PUSH1 0x0 PUSH2 0x298E JUMP JUMPDEST PUSH2 0x298E DUP9 DUP6 PUSH2 0x3356 JUMP JUMPDEST PUSH4 0xFFFFFFFF AND PUSH2 0x23D4 JUMP JUMPDEST SWAP1 POP DUP1 PUSH4 0xFFFFFFFF AND PUSH2 0x29AA PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x29B4 SWAP2 SWAP1 PUSH2 0x329B 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 PUSH10 0xFFFFFFFFFFFFFFFFFFFF PUSH1 0x20 DUP4 SWAP1 SHR AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB DUP4 AND PUSH6 0xFFFFFFFFFFFF PUSH1 0x40 DUP6 SWAP1 SHR DUP2 AND SWAP1 DUP5 AND DUP2 GT ISZERO PUSH2 0x2A2A JUMPI DUP3 DUP3 DUP3 PUSH2 0x2A2F JUMP JUMPDEST DUP2 PUSH1 0x0 DUP1 JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 SLOAD PUSH1 0x1 PUSH1 0x40 SHL SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2A9E JUMPI PUSH1 0x40 MLOAD PUSH32 0xD7E6BCF800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2AA8 PUSH2 0x2A3C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2AEB JUMPI PUSH1 0x40 MLOAD PUSH32 0x813ADA200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x0 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x956 PUSH1 0x0 DUP3 PUSH1 0x0 DUP1 PUSH2 0x1BA9 JUMP JUMPDEST PUSH1 0x0 PUSH6 0xFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2B45 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 0xA73 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST DUP1 MLOAD ISZERO PUSH2 0x2B59 JUMPI DUP1 MLOAD DUP1 DUP3 PUSH1 0x20 ADD REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xD6BDA27500000000000000000000000000000000000000000000000000000000 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 0x2026 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2BB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BCA 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 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2BFD 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 0x2C18 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2C23 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2C3F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C4B DUP8 DUP3 DUP9 ADD PUSH2 0x2BA0 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0x2C5E SWAP1 POP PUSH1 0x40 DUP7 ADD PUSH2 0x2BE5 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2C7B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x93D DUP3 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C97 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CA2 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x2CB7 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 0x2CD5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CE0 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2CB7 DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2D02 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D1A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2D47 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2D52 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D6E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D7A DUP7 DUP3 DUP8 ADD PUSH2 0x2CF0 JUMP JUMPDEST SWAP5 SWAP8 SWAP1 SWAP7 POP SWAP4 SWAP5 POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2BFD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2DB0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DB9 DUP5 PUSH2 0x2BE5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2DC9 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH2 0x2DD7 PUSH1 0x40 DUP6 ADD PUSH2 0x2D87 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2DF3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2CE0 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2E0F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2E18 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2E26 PUSH1 0x20 DUP5 ADD PUSH2 0x2BE5 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2E41 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2E5A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x93D DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND DUP2 EQ PUSH2 0x2026 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2E8E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2E99 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2CB7 DUP2 PUSH2 0x2E65 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2EBE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D52 DUP5 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EDA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2EE3 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2E26 PUSH1 0x20 DUP5 ADD PUSH2 0x2D87 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2F07 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2F12 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH2 0x2F22 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F3E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F4A DUP8 DUP3 DUP9 ADD PUSH2 0x2CF0 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 0x2F69 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F80 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F8C DUP6 DUP3 DUP7 ADD PUSH2 0x2BA0 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2FB3 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x2F9B 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 0x3030 JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP1 DUP8 MSTORE PUSH2 0x300D DUP2 PUSH1 0x20 DUP10 ADD PUSH1 0x20 DUP6 ADD PUSH2 0x2F98 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 0x2FE4 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 0x3051 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x305C DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x306C DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x307C DUP2 PUSH2 0x2E65 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x309A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2EE3 DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x30BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x30C6 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x30E2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x30EE DUP8 DUP3 DUP9 ADD PUSH2 0x2CF0 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x310D 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 0x3140 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x93D DUP2 PUSH2 0x2E65 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 0xCA1 PUSH1 0x20 DUP4 ADD DUP5 DUP7 PUSH2 0x314B JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x319A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x93D DUP2 PUSH2 0x2E65 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 0x1B9F PUSH1 0x60 DUP4 ADD DUP5 DUP7 PUSH2 0x314B 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 0x31FD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x320A 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 0x3244 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x325F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 DUP5 DUP3 CALLDATACOPY PUSH1 0x0 DUP4 DUP3 ADD PUSH1 0x0 DUP2 MSTORE DUP4 MLOAD PUSH2 0x3291 DUP2 DUP4 PUSH1 0x20 DUP9 ADD PUSH2 0x2F98 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 0xD3E JUMPI PUSH2 0xD3E PUSH2 0x31D7 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 0x32F9 PUSH1 0x80 DUP4 ADD DUP5 DUP7 PUSH2 0x314B 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 0x3333 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 0x334C DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x2F98 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 0xD3E JUMPI PUSH2 0xD3E PUSH2 0x31D7 JUMP INVALID BLOCKHASH 0xC6 0xC8 0xC2 DUP8 DUP10 DUP6 EXTCODECOPY PUSH31 0xFD823AB20824BBD71718A8A5915E855F6F288C9A26AD00A264697066735822 SLT KECCAK256 CALLDATASIZE 0xBF 0xEA 0xC2 0xED 0xD6 0xBE TLOAD DUP12 0x28 0xC4 PUSH16 0x5C20C4A0D69C451C3C1E650DBF4170F DUP3 0x24 CREATE 0xC9 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "232:323:22:-:0;;;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": { - "@ADMIN_ROLE_566": { - "entryPoint": null, - "id": 566, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@APPLICATION_MANAGER_ROLE_7823": { - "entryPoint": null, - "id": 7823, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@ATTESTATION_MANAGER_ROLE_7826": { - "entryPoint": null, - "id": 7826, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@PERMISSION_MANAGER_ROLE_7829": { - "entryPoint": null, - "id": 7829, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@PUBLIC_ROLE_574": { - "entryPoint": null, - "id": 574, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@__AccessManager_init_636": { - "entryPoint": 8213, - "id": 636, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@__AccessManager_init_unchained_666": { - "entryPoint": 10912, - "id": 666, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_canCallExtended_2432": { - "entryPoint": 6426, - "id": 2432, - "parameterSlots": 4, - "returnSlots": 2 - }, - "@_canCallSelf_2534": { - "entryPoint": 9337, - "id": 2534, - "parameterSlots": 3, - "returnSlots": 2 - }, - "@_checkAuthorized_2234": { - "entryPoint": 5966, - "id": 2234, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_checkInitializing_2790": { - "entryPoint": 10812, - "id": 2790, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_checkNotScheduled_1809": { - "entryPoint": 9188, - "id": 1809, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_checkSelector_2594": { - "entryPoint": 6509, - "id": 2594, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_consumeScheduledOp_2140": { - "entryPoint": 6533, - "id": 2140, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_contextSuffixLength_2913": { - "entryPoint": null, - "id": 2913, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_getAccessManagerStorage_604": { - "entryPoint": null, - "id": 604, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_getAdminRestrictions_2387": { - "entryPoint": 9669, - "id": 2387, - "parameterSlots": 2, - "returnSlots": 3 - }, - "@_getFullAt_7596": { - "entryPoint": 10735, - "id": 7596, - "parameterSlots": 2, - "returnSlots": 3 - }, - "@_getInitializableStorage_2867": { - "entryPoint": null, - "id": 2867, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_grantRole_1231": { - "entryPoint": 7081, - "id": 1231, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@_hashExecutionId_2613": { - "entryPoint": null, - "id": 2613, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_isExecuting_2559": { - "entryPoint": null, - "id": 2559, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_isExpired_2577": { - "entryPoint": 7952, - "id": 2577, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_isInitializing_2858": { - "entryPoint": null, - "id": 2858, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_msgData_2905": { - "entryPoint": null, - "id": 2905, - "parameterSlots": 0, - "returnSlots": 2 - }, - "@_msgSender_2896": { - "entryPoint": null, - "id": 2896, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_revert_4030": { - "entryPoint": 11081, - "id": 4030, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_revokeRole_1287": { - "entryPoint": 8673, - "id": 1287, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_setGrantDelay_1424": { - "entryPoint": 8233, - "id": 1424, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setRoleAdmin_1329": { - "entryPoint": 7767, - "id": 1329, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setRoleGuardian_1371": { - "entryPoint": 7999, - "id": 1371, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setTargetAdminDelay_1553": { - "entryPoint": 8965, - "id": 1553, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setTargetClosed_1598": { - "entryPoint": 6296, - "id": 1598, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setTargetFunctionRole_1493": { - "entryPoint": 6115, - "id": 1493, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@canCall_733": { - "entryPoint": 4360, - "id": 733, - "parameterSlots": 3, - "returnSlots": 2 - }, - "@cancel_2029": { - "entryPoint": 5077, - "id": 2029, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@consumeScheduledOp_2066": { - "entryPoint": 3831, - "id": 2066, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@execute_1918": { - "entryPoint": 2522, - "id": 1918, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@expiration_742": { - "entryPoint": null, - "id": 742, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@functionCallWithValue_3896": { - "entryPoint": 6892, - "id": 3896, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@functionDelegateCall_3948": { - "entryPoint": 8555, - "id": 3948, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@getAccess_940": { - "entryPoint": 2971, - "id": 940, - "parameterSlots": 2, - "returnSlots": 4 - }, - "@getFull_7616": { - "entryPoint": 7732, - "id": 7616, - "parameterSlots": 1, - "returnSlots": 3 - }, - "@getNonce_1649": { - "entryPoint": null, - "id": 1649, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getRoleAdmin_841": { - "entryPoint": null, - "id": 841, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getRoleGrantDelay_885": { - "entryPoint": 2264, - "id": 885, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getRoleGuardian_862": { - "entryPoint": null, - "id": 862, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getSchedule_1628": { - "entryPoint": 3141, - "id": 1628, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getTargetAdminDelay_820": { - "entryPoint": 3241, - "id": 820, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getTargetFunctionRole_797": { - "entryPoint": 3320, - "id": 797, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@get_7634": { - "entryPoint": 6265, - "id": 7634, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@grantRole_1035": { - "entryPoint": 2937, - "id": 1035, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@hasRole_984": { - "entryPoint": 4933, - "id": 984, - "parameterSlots": 2, - "returnSlots": 2 - }, - "@hashOperation_2162": { - "entryPoint": 4071, - "id": 2162, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@initialize_624": { - "entryPoint": 4652, - "id": 624, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@initialize_7840": { - "entryPoint": 3396, - "id": 7840, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@isTargetClosed_772": { - "entryPoint": null, - "id": 772, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@labelRole_1013": { - "entryPoint": 3676, - "id": 1013, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@max_4351": { - "entryPoint": 9172, - "id": 4351, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@minSetback_751": { - "entryPoint": null, - "id": 751, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@multicall_3016": { - "entryPoint": 4128, - "id": 3016, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@pack_7779": { - "entryPoint": null, - "id": 7779, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@renounceRole_1074": { - "entryPoint": 5900, - "id": 1074, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@revokeRole_1051": { - "entryPoint": 4629, - "id": 1051, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@schedule_1774": { - "entryPoint": 5471, - "id": 1774, - "parameterSlots": 4, - "returnSlots": 2 - }, - "@setGrantDelay_1122": { - "entryPoint": 4053, - "id": 1122, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setRoleAdmin_1090": { - "entryPoint": 3123, - "id": 1090, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setRoleGuardian_1106": { - "entryPoint": 3302, - "id": 1106, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setTargetAdminDelay_1509": { - "entryPoint": 5059, - "id": 1509, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setTargetClosed_1569": { - "entryPoint": 2372, - "id": 1569, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setTargetFunctionRole_1459": { - "entryPoint": 2181, - "id": 1459, - "parameterSlots": 4, - "returnSlots": 0 - }, - "@ternary_4332": { - "entryPoint": null, - "id": 4332, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@timestamp_7528": { - "entryPoint": 8949, - "id": 7528, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@toDelay_7558": { - "entryPoint": null, - "id": 7558, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@toUint48_6496": { - "entryPoint": 11001, - "id": 6496, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@toUint_7505": { - "entryPoint": null, - "id": 7505, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@unpack_7741": { - "entryPoint": null, - "id": 7741, - "parameterSlots": 1, - "returnSlots": 3 - }, - "@updateAuthority_2180": { - "entryPoint": 2394, - "id": 2180, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@verifyCallResultFromTarget_3988": { - "entryPoint": 10448, - "id": 3988, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@withUpdate_7690": { - "entryPoint": 10565, - "id": 7690, - "parameterSlots": 3, - "returnSlots": 2 - }, - "abi_decode_array_bytes4_dyn_calldata": { - "entryPoint": 11168, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_bytes_calldata": { - "entryPoint": 11504, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_address": { - "entryPoint": 11848, - "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": 11458, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_addresst_addresst_bytes4": { - "entryPoint": 12348, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr": { - "entryPoint": 12017, - "id": null, - "parameterSlots": 2, - "returnSlots": 4 - }, - "abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64": { - "entryPoint": 11266, - "id": null, - "parameterSlots": 2, - "returnSlots": 4 - }, - "abi_decode_tuple_t_addresst_bool": { - "entryPoint": 11396, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_addresst_bytes4": { - "entryPoint": 11899, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_addresst_bytes_calldata_ptr": { - "entryPoint": 11570, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48": { - "entryPoint": 12453, - "id": null, - "parameterSlots": 2, - "returnSlots": 4 - }, - "abi_decode_tuple_t_addresst_uint32": { - "entryPoint": 12423, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": 12118, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_bytes32": { - "entryPoint": 11823, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_bytes4": { - "entryPoint": 12590, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_bytes4_fromMemory": { - "entryPoint": 12680, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_uint64": { - "entryPoint": 11369, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_uint64t_address": { - "entryPoint": 11744, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_uint64t_addresst_uint32": { - "entryPoint": 11675, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_uint64t_string_calldata_ptr": { - "entryPoint": 11945, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_uint64t_uint32": { - "entryPoint": 11975, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_uint64t_uint64": { - "entryPoint": 11772, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_uint32": { - "entryPoint": 11655, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_decode_uint64": { - "entryPoint": 11237, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_encode_string_calldata": { - "entryPoint": 12619, - "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": 12916, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 13114, - "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": 12709, - "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": 12220, - "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": 12660, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint32__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": 12985, - "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": 12845, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "calldata_array_index_range_access_t_bytes_calldata_ptr": { - "entryPoint": 12781, - "id": null, - "parameterSlots": 4, - "returnSlots": 2 - }, - "checked_add_t_uint48": { - "entryPoint": 12955, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "checked_sub_t_uint256": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "checked_sub_t_uint32": { - "entryPoint": 13142, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4": { - "entryPoint": 13060, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "copy_memory_to_memory_with_cleanup": { - "entryPoint": 12184, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "panic_error_0x11": { - "entryPoint": 12759, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x32": { - "entryPoint": 12568, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x41": { - "entryPoint": 12823, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "validator_revert_address": { - "entryPoint": 11147, - "id": null, - "parameterSlots": 1, - "returnSlots": 0 - }, - "validator_revert_bytes4": { - "entryPoint": 11877, - "id": null, - "parameterSlots": 1, - "returnSlots": 0 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:21317:24", - "nodeType": "YulBlock", - "src": "0:21317:24", - "statements": [ - { - "nativeSrc": "6:3:24", - "nodeType": "YulBlock", - "src": "6:3:24", - "statements": [] - }, - { - "body": { - "nativeSrc": "113:101:24", - "nodeType": "YulBlock", - "src": "113:101:24", - "statements": [ - { - "nativeSrc": "123:26:24", - "nodeType": "YulAssignment", - "src": "123:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "135:9:24", - "nodeType": "YulIdentifier", - "src": "135:9:24" - }, - { - "kind": "number", - "nativeSrc": "146:2:24", - "nodeType": "YulLiteral", - "src": "146:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "131:3:24", - "nodeType": "YulIdentifier", - "src": "131:3:24" - }, - "nativeSrc": "131:18:24", - "nodeType": "YulFunctionCall", - "src": "131:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "123:4:24", - "nodeType": "YulIdentifier", - "src": "123:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "165:9:24", - "nodeType": "YulIdentifier", - "src": "165:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "180:6:24", - "nodeType": "YulIdentifier", - "src": "180:6:24" - }, - { - "kind": "number", - "nativeSrc": "188:18:24", - "nodeType": "YulLiteral", - "src": "188:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "176:3:24", - "nodeType": "YulIdentifier", - "src": "176:3:24" - }, - "nativeSrc": "176:31:24", - "nodeType": "YulFunctionCall", - "src": "176:31:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "158:6:24", - "nodeType": "YulIdentifier", - "src": "158:6:24" - }, - "nativeSrc": "158:50:24", - "nodeType": "YulFunctionCall", - "src": "158:50:24" - }, - "nativeSrc": "158:50:24", - "nodeType": "YulExpressionStatement", - "src": "158:50:24" - } - ] - }, - "name": "abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed", - "nativeSrc": "14:200:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "82:9:24", - "nodeType": "YulTypedName", - "src": "82:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "93:6:24", - "nodeType": "YulTypedName", - "src": "93:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "104:4:24", - "nodeType": "YulTypedName", - "src": "104:4:24", - "type": "" - } - ], - "src": "14:200:24" - }, - { - "body": { - "nativeSrc": "264:109:24", - "nodeType": "YulBlock", - "src": "264:109:24", - "statements": [ - { - "body": { - "nativeSrc": "351:16:24", - "nodeType": "YulBlock", - "src": "351:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "360:1:24", - "nodeType": "YulLiteral", - "src": "360:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "363:1:24", - "nodeType": "YulLiteral", - "src": "363:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "353:6:24", - "nodeType": "YulIdentifier", - "src": "353:6:24" - }, - "nativeSrc": "353:12:24", - "nodeType": "YulFunctionCall", - "src": "353:12:24" - }, - "nativeSrc": "353:12:24", - "nodeType": "YulExpressionStatement", - "src": "353:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "287:5:24", - "nodeType": "YulIdentifier", - "src": "287:5:24" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "298:5:24", - "nodeType": "YulIdentifier", - "src": "298:5:24" - }, - { - "kind": "number", - "nativeSrc": "305:42:24", - "nodeType": "YulLiteral", - "src": "305:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "294:3:24", - "nodeType": "YulIdentifier", - "src": "294:3:24" - }, - "nativeSrc": "294:54:24", - "nodeType": "YulFunctionCall", - "src": "294:54:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "284:2:24", - "nodeType": "YulIdentifier", - "src": "284:2:24" - }, - "nativeSrc": "284:65:24", - "nodeType": "YulFunctionCall", - "src": "284:65:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "277:6:24", - "nodeType": "YulIdentifier", - "src": "277:6:24" - }, - "nativeSrc": "277:73:24", - "nodeType": "YulFunctionCall", - "src": "277:73:24" - }, - "nativeSrc": "274:93:24", - "nodeType": "YulIf", - "src": "274:93:24" - } - ] - }, - "name": "validator_revert_address", - "nativeSrc": "219:154:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "253:5:24", - "nodeType": "YulTypedName", - "src": "253:5:24", - "type": "" - } - ], - "src": "219:154:24" - }, - { - "body": { - "nativeSrc": "461:283:24", - "nodeType": "YulBlock", - "src": "461:283:24", - "statements": [ - { - "body": { - "nativeSrc": "510:16:24", - "nodeType": "YulBlock", - "src": "510:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "519:1:24", - "nodeType": "YulLiteral", - "src": "519:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "522:1:24", - "nodeType": "YulLiteral", - "src": "522:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "512:6:24", - "nodeType": "YulIdentifier", - "src": "512:6:24" - }, - "nativeSrc": "512:12:24", - "nodeType": "YulFunctionCall", - "src": "512:12:24" - }, - "nativeSrc": "512:12:24", - "nodeType": "YulExpressionStatement", - "src": "512:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "489:6:24", - "nodeType": "YulIdentifier", - "src": "489:6:24" - }, - { - "kind": "number", - "nativeSrc": "497:4:24", - "nodeType": "YulLiteral", - "src": "497:4:24", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "485:3:24", - "nodeType": "YulIdentifier", - "src": "485:3:24" - }, - "nativeSrc": "485:17:24", - "nodeType": "YulFunctionCall", - "src": "485:17:24" - }, - { - "name": "end", - "nativeSrc": "504:3:24", - "nodeType": "YulIdentifier", - "src": "504:3:24" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "481:3:24", - "nodeType": "YulIdentifier", - "src": "481:3:24" - }, - "nativeSrc": "481:27:24", - "nodeType": "YulFunctionCall", - "src": "481:27:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "474:6:24", - "nodeType": "YulIdentifier", - "src": "474:6:24" - }, - "nativeSrc": "474:35:24", - "nodeType": "YulFunctionCall", - "src": "474:35:24" - }, - "nativeSrc": "471:55:24", - "nodeType": "YulIf", - "src": "471:55:24" - }, - { - "nativeSrc": "535:30:24", - "nodeType": "YulAssignment", - "src": "535:30:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "558:6:24", - "nodeType": "YulIdentifier", - "src": "558:6:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "545:12:24", - "nodeType": "YulIdentifier", - "src": "545:12:24" - }, - "nativeSrc": "545:20:24", - "nodeType": "YulFunctionCall", - "src": "545:20:24" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "535:6:24", - "nodeType": "YulIdentifier", - "src": "535:6:24" - } - ] - }, - { - "body": { - "nativeSrc": "608:16:24", - "nodeType": "YulBlock", - "src": "608:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "617:1:24", - "nodeType": "YulLiteral", - "src": "617:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "620:1:24", - "nodeType": "YulLiteral", - "src": "620:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "610:6:24", - "nodeType": "YulIdentifier", - "src": "610:6:24" - }, - "nativeSrc": "610:12:24", - "nodeType": "YulFunctionCall", - "src": "610:12:24" - }, - "nativeSrc": "610:12:24", - "nodeType": "YulExpressionStatement", - "src": "610:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "580:6:24", - "nodeType": "YulIdentifier", - "src": "580:6:24" - }, - { - "kind": "number", - "nativeSrc": "588:18:24", - "nodeType": "YulLiteral", - "src": "588:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "577:2:24", - "nodeType": "YulIdentifier", - "src": "577:2:24" - }, - "nativeSrc": "577:30:24", - "nodeType": "YulFunctionCall", - "src": "577:30:24" - }, - "nativeSrc": "574:50:24", - "nodeType": "YulIf", - "src": "574:50:24" - }, - { - "nativeSrc": "633:29:24", - "nodeType": "YulAssignment", - "src": "633:29:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "649:6:24", - "nodeType": "YulIdentifier", - "src": "649:6:24" - }, - { - "kind": "number", - "nativeSrc": "657:4:24", - "nodeType": "YulLiteral", - "src": "657:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "645:3:24", - "nodeType": "YulIdentifier", - "src": "645:3:24" - }, - "nativeSrc": "645:17:24", - "nodeType": "YulFunctionCall", - "src": "645:17:24" - }, - "variableNames": [ - { - "name": "arrayPos", - "nativeSrc": "633:8:24", - "nodeType": "YulIdentifier", - "src": "633:8:24" - } - ] - }, - { - "body": { - "nativeSrc": "722:16:24", - "nodeType": "YulBlock", - "src": "722:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "731:1:24", - "nodeType": "YulLiteral", - "src": "731:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "734:1:24", - "nodeType": "YulLiteral", - "src": "734:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "724:6:24", - "nodeType": "YulIdentifier", - "src": "724:6:24" - }, - "nativeSrc": "724:12:24", - "nodeType": "YulFunctionCall", - "src": "724:12:24" - }, - "nativeSrc": "724:12:24", - "nodeType": "YulExpressionStatement", - "src": "724:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "685:6:24", - "nodeType": "YulIdentifier", - "src": "685:6:24" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "697:1:24", - "nodeType": "YulLiteral", - "src": "697:1:24", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "700:6:24", - "nodeType": "YulIdentifier", - "src": "700:6:24" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "693:3:24", - "nodeType": "YulIdentifier", - "src": "693:3:24" - }, - "nativeSrc": "693:14:24", - "nodeType": "YulFunctionCall", - "src": "693:14:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "681:3:24", - "nodeType": "YulIdentifier", - "src": "681:3:24" - }, - "nativeSrc": "681:27:24", - "nodeType": "YulFunctionCall", - "src": "681:27:24" - }, - { - "kind": "number", - "nativeSrc": "710:4:24", - "nodeType": "YulLiteral", - "src": "710:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "677:3:24", - "nodeType": "YulIdentifier", - "src": "677:3:24" - }, - "nativeSrc": "677:38:24", - "nodeType": "YulFunctionCall", - "src": "677:38:24" - }, - { - "name": "end", - "nativeSrc": "717:3:24", - "nodeType": "YulIdentifier", - "src": "717:3:24" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "674:2:24", - "nodeType": "YulIdentifier", - "src": "674:2:24" - }, - "nativeSrc": "674:47:24", - "nodeType": "YulFunctionCall", - "src": "674:47:24" - }, - "nativeSrc": "671:67:24", - "nodeType": "YulIf", - "src": "671:67:24" - } - ] - }, - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "378:366:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "424:6:24", - "nodeType": "YulTypedName", - "src": "424:6:24", - "type": "" - }, - { - "name": "end", - "nativeSrc": "432:3:24", - "nodeType": "YulTypedName", - "src": "432:3:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "arrayPos", - "nativeSrc": "440:8:24", - "nodeType": "YulTypedName", - "src": "440:8:24", - "type": "" - }, - { - "name": "length", - "nativeSrc": "450:6:24", - "nodeType": "YulTypedName", - "src": "450:6:24", - "type": "" - } - ], - "src": "378:366:24" - }, - { - "body": { - "nativeSrc": "797:123:24", - "nodeType": "YulBlock", - "src": "797:123:24", - "statements": [ - { - "nativeSrc": "807:29:24", - "nodeType": "YulAssignment", - "src": "807:29:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "829:6:24", - "nodeType": "YulIdentifier", - "src": "829:6:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "816:12:24", - "nodeType": "YulIdentifier", - "src": "816:12:24" - }, - "nativeSrc": "816:20:24", - "nodeType": "YulFunctionCall", - "src": "816:20:24" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "807:5:24", - "nodeType": "YulIdentifier", - "src": "807:5:24" - } - ] - }, - { - "body": { - "nativeSrc": "898:16:24", - "nodeType": "YulBlock", - "src": "898:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "907:1:24", - "nodeType": "YulLiteral", - "src": "907:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "910:1:24", - "nodeType": "YulLiteral", - "src": "910:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "900:6:24", - "nodeType": "YulIdentifier", - "src": "900:6:24" - }, - "nativeSrc": "900:12:24", - "nodeType": "YulFunctionCall", - "src": "900:12:24" - }, - "nativeSrc": "900:12:24", - "nodeType": "YulExpressionStatement", - "src": "900:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "858:5:24", - "nodeType": "YulIdentifier", - "src": "858:5:24" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "869:5:24", - "nodeType": "YulIdentifier", - "src": "869:5:24" - }, - { - "kind": "number", - "nativeSrc": "876:18:24", - "nodeType": "YulLiteral", - "src": "876:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "865:3:24", - "nodeType": "YulIdentifier", - "src": "865:3:24" - }, - "nativeSrc": "865:30:24", - "nodeType": "YulFunctionCall", - "src": "865:30:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "855:2:24", - "nodeType": "YulIdentifier", - "src": "855:2:24" - }, - "nativeSrc": "855:41:24", - "nodeType": "YulFunctionCall", - "src": "855:41:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "848:6:24", - "nodeType": "YulIdentifier", - "src": "848:6:24" - }, - "nativeSrc": "848:49:24", - "nodeType": "YulFunctionCall", - "src": "848:49:24" - }, - "nativeSrc": "845:69:24", - "nodeType": "YulIf", - "src": "845:69:24" - } - ] - }, - "name": "abi_decode_uint64", - "nativeSrc": "749:171:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "776:6:24", - "nodeType": "YulTypedName", - "src": "776:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "787:5:24", - "nodeType": "YulTypedName", - "src": "787:5:24", - "type": "" - } - ], - "src": "749:171:24" - }, - { - "body": { - "nativeSrc": "1062:505:24", - "nodeType": "YulBlock", - "src": "1062:505:24", - "statements": [ - { - "body": { - "nativeSrc": "1108:16:24", - "nodeType": "YulBlock", - "src": "1108:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1117:1:24", - "nodeType": "YulLiteral", - "src": "1117:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1120:1:24", - "nodeType": "YulLiteral", - "src": "1120:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1110:6:24", - "nodeType": "YulIdentifier", - "src": "1110:6:24" - }, - "nativeSrc": "1110:12:24", - "nodeType": "YulFunctionCall", - "src": "1110:12:24" - }, - "nativeSrc": "1110:12:24", - "nodeType": "YulExpressionStatement", - "src": "1110:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "1083:7:24", - "nodeType": "YulIdentifier", - "src": "1083:7:24" - }, - { - "name": "headStart", - "nativeSrc": "1092:9:24", - "nodeType": "YulIdentifier", - "src": "1092:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "1079:3:24", - "nodeType": "YulIdentifier", - "src": "1079:3:24" - }, - "nativeSrc": "1079:23:24", - "nodeType": "YulFunctionCall", - "src": "1079:23:24" - }, - { - "kind": "number", - "nativeSrc": "1104:2:24", - "nodeType": "YulLiteral", - "src": "1104:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "1075:3:24", - "nodeType": "YulIdentifier", - "src": "1075:3:24" - }, - "nativeSrc": "1075:32:24", - "nodeType": "YulFunctionCall", - "src": "1075:32:24" - }, - "nativeSrc": "1072:52:24", - "nodeType": "YulIf", - "src": "1072:52:24" - }, - { - "nativeSrc": "1133:36:24", - "nodeType": "YulVariableDeclaration", - "src": "1133:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1159:9:24", - "nodeType": "YulIdentifier", - "src": "1159:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "1146:12:24", - "nodeType": "YulIdentifier", - "src": "1146:12:24" - }, - "nativeSrc": "1146:23:24", - "nodeType": "YulFunctionCall", - "src": "1146:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "1137:5:24", - "nodeType": "YulTypedName", - "src": "1137:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "1203:5:24", - "nodeType": "YulIdentifier", - "src": "1203:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "1178:24:24", - "nodeType": "YulIdentifier", - "src": "1178:24:24" - }, - "nativeSrc": "1178:31:24", - "nodeType": "YulFunctionCall", - "src": "1178:31:24" - }, - "nativeSrc": "1178:31:24", - "nodeType": "YulExpressionStatement", - "src": "1178:31:24" - }, - { - "nativeSrc": "1218:15:24", - "nodeType": "YulAssignment", - "src": "1218:15:24", - "value": { - "name": "value", - "nativeSrc": "1228:5:24", - "nodeType": "YulIdentifier", - "src": "1228:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "1218:6:24", - "nodeType": "YulIdentifier", - "src": "1218:6:24" - } - ] - }, - { - "nativeSrc": "1242:46:24", - "nodeType": "YulVariableDeclaration", - "src": "1242:46:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1273:9:24", - "nodeType": "YulIdentifier", - "src": "1273:9:24" - }, - { - "kind": "number", - "nativeSrc": "1284:2:24", - "nodeType": "YulLiteral", - "src": "1284:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1269:3:24", - "nodeType": "YulIdentifier", - "src": "1269:3:24" - }, - "nativeSrc": "1269:18:24", - "nodeType": "YulFunctionCall", - "src": "1269:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "1256:12:24", - "nodeType": "YulIdentifier", - "src": "1256:12:24" - }, - "nativeSrc": "1256:32:24", - "nodeType": "YulFunctionCall", - "src": "1256:32:24" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "1246:6:24", - "nodeType": "YulTypedName", - "src": "1246:6:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1331:16:24", - "nodeType": "YulBlock", - "src": "1331:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1340:1:24", - "nodeType": "YulLiteral", - "src": "1340:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1343:1:24", - "nodeType": "YulLiteral", - "src": "1343:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1333:6:24", - "nodeType": "YulIdentifier", - "src": "1333:6:24" - }, - "nativeSrc": "1333:12:24", - "nodeType": "YulFunctionCall", - "src": "1333:12:24" - }, - "nativeSrc": "1333:12:24", - "nodeType": "YulExpressionStatement", - "src": "1333:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "1303:6:24", - "nodeType": "YulIdentifier", - "src": "1303:6:24" - }, - { - "kind": "number", - "nativeSrc": "1311:18:24", - "nodeType": "YulLiteral", - "src": "1311:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1300:2:24", - "nodeType": "YulIdentifier", - "src": "1300:2:24" - }, - "nativeSrc": "1300:30:24", - "nodeType": "YulFunctionCall", - "src": "1300:30:24" - }, - "nativeSrc": "1297:50:24", - "nodeType": "YulIf", - "src": "1297:50:24" - }, - { - "nativeSrc": "1356:95:24", - "nodeType": "YulVariableDeclaration", - "src": "1356:95:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1423:9:24", - "nodeType": "YulIdentifier", - "src": "1423:9:24" - }, - { - "name": "offset", - "nativeSrc": "1434:6:24", - "nodeType": "YulIdentifier", - "src": "1434:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1419:3:24", - "nodeType": "YulIdentifier", - "src": "1419:3:24" - }, - "nativeSrc": "1419:22:24", - "nodeType": "YulFunctionCall", - "src": "1419:22:24" - }, - { - "name": "dataEnd", - "nativeSrc": "1443:7:24", - "nodeType": "YulIdentifier", - "src": "1443:7:24" - } - ], - "functionName": { - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "1382:36:24", - "nodeType": "YulIdentifier", - "src": "1382:36:24" - }, - "nativeSrc": "1382:69:24", - "nodeType": "YulFunctionCall", - "src": "1382:69:24" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "1360:8:24", - "nodeType": "YulTypedName", - "src": "1360:8:24", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "1370:8:24", - "nodeType": "YulTypedName", - "src": "1370:8:24", - "type": "" - } - ] - }, - { - "nativeSrc": "1460:18:24", - "nodeType": "YulAssignment", - "src": "1460:18:24", - "value": { - "name": "value1_1", - "nativeSrc": "1470:8:24", - "nodeType": "YulIdentifier", - "src": "1470:8:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "1460:6:24", - "nodeType": "YulIdentifier", - "src": "1460:6:24" - } - ] - }, - { - "nativeSrc": "1487:18:24", - "nodeType": "YulAssignment", - "src": "1487:18:24", - "value": { - "name": "value2_1", - "nativeSrc": "1497:8:24", - "nodeType": "YulIdentifier", - "src": "1497:8:24" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "1487:6:24", - "nodeType": "YulIdentifier", - "src": "1487:6:24" - } - ] - }, - { - "nativeSrc": "1514:47:24", - "nodeType": "YulAssignment", - "src": "1514:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1546:9:24", - "nodeType": "YulIdentifier", - "src": "1546:9:24" - }, - { - "kind": "number", - "nativeSrc": "1557:2:24", - "nodeType": "YulLiteral", - "src": "1557:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1542:3:24", - "nodeType": "YulIdentifier", - "src": "1542:3:24" - }, - "nativeSrc": "1542:18:24", - "nodeType": "YulFunctionCall", - "src": "1542:18:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "1524:17:24", - "nodeType": "YulIdentifier", - "src": "1524:17:24" - }, - "nativeSrc": "1524:37:24", - "nodeType": "YulFunctionCall", - "src": "1524:37:24" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "1514:6:24", - "nodeType": "YulIdentifier", - "src": "1514:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64", - "nativeSrc": "925:642:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1004:9:24", - "nodeType": "YulTypedName", - "src": "1004:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "1015:7:24", - "nodeType": "YulTypedName", - "src": "1015:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "1027:6:24", - "nodeType": "YulTypedName", - "src": "1027:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "1035:6:24", - "nodeType": "YulTypedName", - "src": "1035:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "1043:6:24", - "nodeType": "YulTypedName", - "src": "1043:6:24", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "1051:6:24", - "nodeType": "YulTypedName", - "src": "1051:6:24", - "type": "" - } - ], - "src": "925:642:24" - }, - { - "body": { - "nativeSrc": "1641:115:24", - "nodeType": "YulBlock", - "src": "1641:115:24", - "statements": [ - { - "body": { - "nativeSrc": "1687:16:24", - "nodeType": "YulBlock", - "src": "1687:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1696:1:24", - "nodeType": "YulLiteral", - "src": "1696:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1699:1:24", - "nodeType": "YulLiteral", - "src": "1699:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1689:6:24", - "nodeType": "YulIdentifier", - "src": "1689:6:24" - }, - "nativeSrc": "1689:12:24", - "nodeType": "YulFunctionCall", - "src": "1689:12:24" - }, - "nativeSrc": "1689:12:24", - "nodeType": "YulExpressionStatement", - "src": "1689:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "1662:7:24", - "nodeType": "YulIdentifier", - "src": "1662:7:24" - }, - { - "name": "headStart", - "nativeSrc": "1671:9:24", - "nodeType": "YulIdentifier", - "src": "1671:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "1658:3:24", - "nodeType": "YulIdentifier", - "src": "1658:3:24" - }, - "nativeSrc": "1658:23:24", - "nodeType": "YulFunctionCall", - "src": "1658:23:24" - }, - { - "kind": "number", - "nativeSrc": "1683:2:24", - "nodeType": "YulLiteral", - "src": "1683:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "1654:3:24", - "nodeType": "YulIdentifier", - "src": "1654:3:24" - }, - "nativeSrc": "1654:32:24", - "nodeType": "YulFunctionCall", - "src": "1654:32:24" - }, - "nativeSrc": "1651:52:24", - "nodeType": "YulIf", - "src": "1651:52:24" - }, - { - "nativeSrc": "1712:38:24", - "nodeType": "YulAssignment", - "src": "1712:38:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1740:9:24", - "nodeType": "YulIdentifier", - "src": "1740:9:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "1722:17:24", - "nodeType": "YulIdentifier", - "src": "1722:17:24" - }, - "nativeSrc": "1722:28:24", - "nodeType": "YulFunctionCall", - "src": "1722:28:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "1712:6:24", - "nodeType": "YulIdentifier", - "src": "1712:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64", - "nativeSrc": "1572:184:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1607:9:24", - "nodeType": "YulTypedName", - "src": "1607:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "1618:7:24", - "nodeType": "YulTypedName", - "src": "1618:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "1630:6:24", - "nodeType": "YulTypedName", - "src": "1630:6:24", - "type": "" - } - ], - "src": "1572:184:24" - }, - { - "body": { - "nativeSrc": "1860:93:24", - "nodeType": "YulBlock", - "src": "1860:93:24", - "statements": [ - { - "nativeSrc": "1870:26:24", - "nodeType": "YulAssignment", - "src": "1870:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1882:9:24", - "nodeType": "YulIdentifier", - "src": "1882:9:24" - }, - { - "kind": "number", - "nativeSrc": "1893:2:24", - "nodeType": "YulLiteral", - "src": "1893:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1878:3:24", - "nodeType": "YulIdentifier", - "src": "1878:3:24" - }, - "nativeSrc": "1878:18:24", - "nodeType": "YulFunctionCall", - "src": "1878:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1870:4:24", - "nodeType": "YulIdentifier", - "src": "1870:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1912:9:24", - "nodeType": "YulIdentifier", - "src": "1912:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1927:6:24", - "nodeType": "YulIdentifier", - "src": "1927:6:24" - }, - { - "kind": "number", - "nativeSrc": "1935:10:24", - "nodeType": "YulLiteral", - "src": "1935:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1923:3:24", - "nodeType": "YulIdentifier", - "src": "1923:3:24" - }, - "nativeSrc": "1923:23:24", - "nodeType": "YulFunctionCall", - "src": "1923:23:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1905:6:24", - "nodeType": "YulIdentifier", - "src": "1905:6:24" - }, - "nativeSrc": "1905:42:24", - "nodeType": "YulFunctionCall", - "src": "1905:42:24" - }, - "nativeSrc": "1905:42:24", - "nodeType": "YulExpressionStatement", - "src": "1905:42:24" - } - ] - }, - "name": "abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed", - "nativeSrc": "1761:192:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1829:9:24", - "nodeType": "YulTypedName", - "src": "1829:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1840:6:24", - "nodeType": "YulTypedName", - "src": "1840:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1851:4:24", - "nodeType": "YulTypedName", - "src": "1851:4:24", - "type": "" - } - ], - "src": "1761:192:24" - }, - { - "body": { - "nativeSrc": "2042:332:24", - "nodeType": "YulBlock", - "src": "2042:332:24", - "statements": [ - { - "body": { - "nativeSrc": "2088:16:24", - "nodeType": "YulBlock", - "src": "2088:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2097:1:24", - "nodeType": "YulLiteral", - "src": "2097:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2100:1:24", - "nodeType": "YulLiteral", - "src": "2100:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2090:6:24", - "nodeType": "YulIdentifier", - "src": "2090:6:24" - }, - "nativeSrc": "2090:12:24", - "nodeType": "YulFunctionCall", - "src": "2090:12:24" - }, - "nativeSrc": "2090:12:24", - "nodeType": "YulExpressionStatement", - "src": "2090:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "2063:7:24", - "nodeType": "YulIdentifier", - "src": "2063:7:24" - }, - { - "name": "headStart", - "nativeSrc": "2072:9:24", - "nodeType": "YulIdentifier", - "src": "2072:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "2059:3:24", - "nodeType": "YulIdentifier", - "src": "2059:3:24" - }, - "nativeSrc": "2059:23:24", - "nodeType": "YulFunctionCall", - "src": "2059:23:24" - }, - { - "kind": "number", - "nativeSrc": "2084:2:24", - "nodeType": "YulLiteral", - "src": "2084:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2055:3:24", - "nodeType": "YulIdentifier", - "src": "2055:3:24" - }, - "nativeSrc": "2055:32:24", - "nodeType": "YulFunctionCall", - "src": "2055:32:24" - }, - "nativeSrc": "2052:52:24", - "nodeType": "YulIf", - "src": "2052:52:24" - }, - { - "nativeSrc": "2113:36:24", - "nodeType": "YulVariableDeclaration", - "src": "2113:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2139:9:24", - "nodeType": "YulIdentifier", - "src": "2139:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2126:12:24", - "nodeType": "YulIdentifier", - "src": "2126:12:24" - }, - "nativeSrc": "2126:23:24", - "nodeType": "YulFunctionCall", - "src": "2126:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "2117:5:24", - "nodeType": "YulTypedName", - "src": "2117:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "2183:5:24", - "nodeType": "YulIdentifier", - "src": "2183:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2158:24:24", - "nodeType": "YulIdentifier", - "src": "2158:24:24" - }, - "nativeSrc": "2158:31:24", - "nodeType": "YulFunctionCall", - "src": "2158:31:24" - }, - "nativeSrc": "2158:31:24", - "nodeType": "YulExpressionStatement", - "src": "2158:31:24" - }, - { - "nativeSrc": "2198:15:24", - "nodeType": "YulAssignment", - "src": "2198:15:24", - "value": { - "name": "value", - "nativeSrc": "2208:5:24", - "nodeType": "YulIdentifier", - "src": "2208:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "2198:6:24", - "nodeType": "YulIdentifier", - "src": "2198:6:24" - } - ] - }, - { - "nativeSrc": "2222:47:24", - "nodeType": "YulVariableDeclaration", - "src": "2222:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2254:9:24", - "nodeType": "YulIdentifier", - "src": "2254:9:24" - }, - { - "kind": "number", - "nativeSrc": "2265:2:24", - "nodeType": "YulLiteral", - "src": "2265:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2250:3:24", - "nodeType": "YulIdentifier", - "src": "2250:3:24" - }, - "nativeSrc": "2250:18:24", - "nodeType": "YulFunctionCall", - "src": "2250:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2237:12:24", - "nodeType": "YulIdentifier", - "src": "2237:12:24" - }, - "nativeSrc": "2237:32:24", - "nodeType": "YulFunctionCall", - "src": "2237:32:24" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "2226:7:24", - "nodeType": "YulTypedName", - "src": "2226:7:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2326:16:24", - "nodeType": "YulBlock", - "src": "2326:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2335:1:24", - "nodeType": "YulLiteral", - "src": "2335:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2338:1:24", - "nodeType": "YulLiteral", - "src": "2338:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2328:6:24", - "nodeType": "YulIdentifier", - "src": "2328:6:24" - }, - "nativeSrc": "2328:12:24", - "nodeType": "YulFunctionCall", - "src": "2328:12:24" - }, - "nativeSrc": "2328:12:24", - "nodeType": "YulExpressionStatement", - "src": "2328:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "2291:7:24", - "nodeType": "YulIdentifier", - "src": "2291:7:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "2314:7:24", - "nodeType": "YulIdentifier", - "src": "2314:7:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2307:6:24", - "nodeType": "YulIdentifier", - "src": "2307:6:24" - }, - "nativeSrc": "2307:15:24", - "nodeType": "YulFunctionCall", - "src": "2307:15:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2300:6:24", - "nodeType": "YulIdentifier", - "src": "2300:6:24" - }, - "nativeSrc": "2300:23:24", - "nodeType": "YulFunctionCall", - "src": "2300:23:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "2288:2:24", - "nodeType": "YulIdentifier", - "src": "2288:2:24" - }, - "nativeSrc": "2288:36:24", - "nodeType": "YulFunctionCall", - "src": "2288:36:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2281:6:24", - "nodeType": "YulIdentifier", - "src": "2281:6:24" - }, - "nativeSrc": "2281:44:24", - "nodeType": "YulFunctionCall", - "src": "2281:44:24" - }, - "nativeSrc": "2278:64:24", - "nodeType": "YulIf", - "src": "2278:64:24" - }, - { - "nativeSrc": "2351:17:24", - "nodeType": "YulAssignment", - "src": "2351:17:24", - "value": { - "name": "value_1", - "nativeSrc": "2361:7:24", - "nodeType": "YulIdentifier", - "src": "2361:7:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "2351:6:24", - "nodeType": "YulIdentifier", - "src": "2351:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bool", - "nativeSrc": "1958:416:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2000:9:24", - "nodeType": "YulTypedName", - "src": "2000:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "2011:7:24", - "nodeType": "YulTypedName", - "src": "2011:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "2023:6:24", - "nodeType": "YulTypedName", - "src": "2023:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "2031:6:24", - "nodeType": "YulTypedName", - "src": "2031:6:24", - "type": "" - } - ], - "src": "1958:416:24" - }, - { - "body": { - "nativeSrc": "2466:301:24", - "nodeType": "YulBlock", - "src": "2466:301:24", - "statements": [ - { - "body": { - "nativeSrc": "2512:16:24", - "nodeType": "YulBlock", - "src": "2512:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2521:1:24", - "nodeType": "YulLiteral", - "src": "2521:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2524:1:24", - "nodeType": "YulLiteral", - "src": "2524:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2514:6:24", - "nodeType": "YulIdentifier", - "src": "2514:6:24" - }, - "nativeSrc": "2514:12:24", - "nodeType": "YulFunctionCall", - "src": "2514:12:24" - }, - "nativeSrc": "2514:12:24", - "nodeType": "YulExpressionStatement", - "src": "2514:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "2487:7:24", - "nodeType": "YulIdentifier", - "src": "2487:7:24" - }, - { - "name": "headStart", - "nativeSrc": "2496:9:24", - "nodeType": "YulIdentifier", - "src": "2496:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "2483:3:24", - "nodeType": "YulIdentifier", - "src": "2483:3:24" - }, - "nativeSrc": "2483:23:24", - "nodeType": "YulFunctionCall", - "src": "2483:23:24" - }, - { - "kind": "number", - "nativeSrc": "2508:2:24", - "nodeType": "YulLiteral", - "src": "2508:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2479:3:24", - "nodeType": "YulIdentifier", - "src": "2479:3:24" - }, - "nativeSrc": "2479:32:24", - "nodeType": "YulFunctionCall", - "src": "2479:32:24" - }, - "nativeSrc": "2476:52:24", - "nodeType": "YulIf", - "src": "2476:52:24" - }, - { - "nativeSrc": "2537:36:24", - "nodeType": "YulVariableDeclaration", - "src": "2537:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2563:9:24", - "nodeType": "YulIdentifier", - "src": "2563:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2550:12:24", - "nodeType": "YulIdentifier", - "src": "2550:12:24" - }, - "nativeSrc": "2550:23:24", - "nodeType": "YulFunctionCall", - "src": "2550:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "2541:5:24", - "nodeType": "YulTypedName", - "src": "2541:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "2607:5:24", - "nodeType": "YulIdentifier", - "src": "2607:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2582:24:24", - "nodeType": "YulIdentifier", - "src": "2582:24:24" - }, - "nativeSrc": "2582:31:24", - "nodeType": "YulFunctionCall", - "src": "2582:31:24" - }, - "nativeSrc": "2582:31:24", - "nodeType": "YulExpressionStatement", - "src": "2582:31:24" - }, - { - "nativeSrc": "2622:15:24", - "nodeType": "YulAssignment", - "src": "2622:15:24", - "value": { - "name": "value", - "nativeSrc": "2632:5:24", - "nodeType": "YulIdentifier", - "src": "2632:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "2622:6:24", - "nodeType": "YulIdentifier", - "src": "2622:6:24" - } - ] - }, - { - "nativeSrc": "2646:47:24", - "nodeType": "YulVariableDeclaration", - "src": "2646:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2678:9:24", - "nodeType": "YulIdentifier", - "src": "2678:9:24" - }, - { - "kind": "number", - "nativeSrc": "2689:2:24", - "nodeType": "YulLiteral", - "src": "2689:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2674:3:24", - "nodeType": "YulIdentifier", - "src": "2674:3:24" - }, - "nativeSrc": "2674:18:24", - "nodeType": "YulFunctionCall", - "src": "2674:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2661:12:24", - "nodeType": "YulIdentifier", - "src": "2661:12:24" - }, - "nativeSrc": "2661:32:24", - "nodeType": "YulFunctionCall", - "src": "2661:32:24" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "2650:7:24", - "nodeType": "YulTypedName", - "src": "2650:7:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "2727:7:24", - "nodeType": "YulIdentifier", - "src": "2727:7:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2702:24:24", - "nodeType": "YulIdentifier", - "src": "2702:24:24" - }, - "nativeSrc": "2702:33:24", - "nodeType": "YulFunctionCall", - "src": "2702:33:24" - }, - "nativeSrc": "2702:33:24", - "nodeType": "YulExpressionStatement", - "src": "2702:33:24" - }, - { - "nativeSrc": "2744:17:24", - "nodeType": "YulAssignment", - "src": "2744:17:24", - "value": { - "name": "value_1", - "nativeSrc": "2754:7:24", - "nodeType": "YulIdentifier", - "src": "2754:7:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "2744:6:24", - "nodeType": "YulIdentifier", - "src": "2744:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_address", - "nativeSrc": "2379:388:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2424:9:24", - "nodeType": "YulTypedName", - "src": "2424:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "2435:7:24", - "nodeType": "YulTypedName", - "src": "2435:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "2447:6:24", - "nodeType": "YulTypedName", - "src": "2447:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "2455:6:24", - "nodeType": "YulTypedName", - "src": "2455:6:24", - "type": "" - } - ], - "src": "2379:388:24" - }, - { - "body": { - "nativeSrc": "2844:275:24", - "nodeType": "YulBlock", - "src": "2844:275:24", - "statements": [ - { - "body": { - "nativeSrc": "2893:16:24", - "nodeType": "YulBlock", - "src": "2893:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2902:1:24", - "nodeType": "YulLiteral", - "src": "2902:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2905:1:24", - "nodeType": "YulLiteral", - "src": "2905:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2895:6:24", - "nodeType": "YulIdentifier", - "src": "2895:6:24" - }, - "nativeSrc": "2895:12:24", - "nodeType": "YulFunctionCall", - "src": "2895:12:24" - }, - "nativeSrc": "2895:12:24", - "nodeType": "YulExpressionStatement", - "src": "2895:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2872:6:24", - "nodeType": "YulIdentifier", - "src": "2872:6:24" - }, - { - "kind": "number", - "nativeSrc": "2880:4:24", - "nodeType": "YulLiteral", - "src": "2880:4:24", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2868:3:24", - "nodeType": "YulIdentifier", - "src": "2868:3:24" - }, - "nativeSrc": "2868:17:24", - "nodeType": "YulFunctionCall", - "src": "2868:17:24" - }, - { - "name": "end", - "nativeSrc": "2887:3:24", - "nodeType": "YulIdentifier", - "src": "2887:3:24" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2864:3:24", - "nodeType": "YulIdentifier", - "src": "2864:3:24" - }, - "nativeSrc": "2864:27:24", - "nodeType": "YulFunctionCall", - "src": "2864:27:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2857:6:24", - "nodeType": "YulIdentifier", - "src": "2857:6:24" - }, - "nativeSrc": "2857:35:24", - "nodeType": "YulFunctionCall", - "src": "2857:35:24" - }, - "nativeSrc": "2854:55:24", - "nodeType": "YulIf", - "src": "2854:55:24" - }, - { - "nativeSrc": "2918:30:24", - "nodeType": "YulAssignment", - "src": "2918:30:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2941:6:24", - "nodeType": "YulIdentifier", - "src": "2941:6:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2928:12:24", - "nodeType": "YulIdentifier", - "src": "2928:12:24" - }, - "nativeSrc": "2928:20:24", - "nodeType": "YulFunctionCall", - "src": "2928:20:24" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "2918:6:24", - "nodeType": "YulIdentifier", - "src": "2918:6:24" - } - ] - }, - { - "body": { - "nativeSrc": "2991:16:24", - "nodeType": "YulBlock", - "src": "2991:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3000:1:24", - "nodeType": "YulLiteral", - "src": "3000:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3003:1:24", - "nodeType": "YulLiteral", - "src": "3003:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2993:6:24", - "nodeType": "YulIdentifier", - "src": "2993:6:24" - }, - "nativeSrc": "2993:12:24", - "nodeType": "YulFunctionCall", - "src": "2993:12:24" - }, - "nativeSrc": "2993:12:24", - "nodeType": "YulExpressionStatement", - "src": "2993:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "2963:6:24", - "nodeType": "YulIdentifier", - "src": "2963:6:24" - }, - { - "kind": "number", - "nativeSrc": "2971:18:24", - "nodeType": "YulLiteral", - "src": "2971:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "2960:2:24", - "nodeType": "YulIdentifier", - "src": "2960:2:24" - }, - "nativeSrc": "2960:30:24", - "nodeType": "YulFunctionCall", - "src": "2960:30:24" - }, - "nativeSrc": "2957:50:24", - "nodeType": "YulIf", - "src": "2957:50:24" - }, - { - "nativeSrc": "3016:29:24", - "nodeType": "YulAssignment", - "src": "3016:29:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3032:6:24", - "nodeType": "YulIdentifier", - "src": "3032:6:24" - }, - { - "kind": "number", - "nativeSrc": "3040:4:24", - "nodeType": "YulLiteral", - "src": "3040:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3028:3:24", - "nodeType": "YulIdentifier", - "src": "3028:3:24" - }, - "nativeSrc": "3028:17:24", - "nodeType": "YulFunctionCall", - "src": "3028:17:24" - }, - "variableNames": [ - { - "name": "arrayPos", - "nativeSrc": "3016:8:24", - "nodeType": "YulIdentifier", - "src": "3016:8:24" - } - ] - }, - { - "body": { - "nativeSrc": "3097:16:24", - "nodeType": "YulBlock", - "src": "3097:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3106:1:24", - "nodeType": "YulLiteral", - "src": "3106:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3109:1:24", - "nodeType": "YulLiteral", - "src": "3109:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3099:6:24", - "nodeType": "YulIdentifier", - "src": "3099:6:24" - }, - "nativeSrc": "3099:12:24", - "nodeType": "YulFunctionCall", - "src": "3099:12:24" - }, - "nativeSrc": "3099:12:24", - "nodeType": "YulExpressionStatement", - "src": "3099:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3068:6:24", - "nodeType": "YulIdentifier", - "src": "3068:6:24" - }, - { - "name": "length", - "nativeSrc": "3076:6:24", - "nodeType": "YulIdentifier", - "src": "3076:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3064:3:24", - "nodeType": "YulIdentifier", - "src": "3064:3:24" - }, - "nativeSrc": "3064:19:24", - "nodeType": "YulFunctionCall", - "src": "3064:19:24" - }, - { - "kind": "number", - "nativeSrc": "3085:4:24", - "nodeType": "YulLiteral", - "src": "3085:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3060:3:24", - "nodeType": "YulIdentifier", - "src": "3060:3:24" - }, - "nativeSrc": "3060:30:24", - "nodeType": "YulFunctionCall", - "src": "3060:30:24" - }, - { - "name": "end", - "nativeSrc": "3092:3:24", - "nodeType": "YulIdentifier", - "src": "3092:3:24" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3057:2:24", - "nodeType": "YulIdentifier", - "src": "3057:2:24" - }, - "nativeSrc": "3057:39:24", - "nodeType": "YulFunctionCall", - "src": "3057:39:24" - }, - "nativeSrc": "3054:59:24", - "nodeType": "YulIf", - "src": "3054:59:24" - } - ] - }, - "name": "abi_decode_bytes_calldata", - "nativeSrc": "2772:347:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "2807:6:24", - "nodeType": "YulTypedName", - "src": "2807:6:24", - "type": "" - }, - { - "name": "end", - "nativeSrc": "2815:3:24", - "nodeType": "YulTypedName", - "src": "2815:3:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "arrayPos", - "nativeSrc": "2823:8:24", - "nodeType": "YulTypedName", - "src": "2823:8:24", - "type": "" - }, - { - "name": "length", - "nativeSrc": "2833:6:24", - "nodeType": "YulTypedName", - "src": "2833:6:24", - "type": "" - } - ], - "src": "2772:347:24" - }, - { - "body": { - "nativeSrc": "3230:438:24", - "nodeType": "YulBlock", - "src": "3230:438:24", - "statements": [ - { - "body": { - "nativeSrc": "3276:16:24", - "nodeType": "YulBlock", - "src": "3276:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3285:1:24", - "nodeType": "YulLiteral", - "src": "3285:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3288:1:24", - "nodeType": "YulLiteral", - "src": "3288:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3278:6:24", - "nodeType": "YulIdentifier", - "src": "3278:6:24" - }, - "nativeSrc": "3278:12:24", - "nodeType": "YulFunctionCall", - "src": "3278:12:24" - }, - "nativeSrc": "3278:12:24", - "nodeType": "YulExpressionStatement", - "src": "3278:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3251:7:24", - "nodeType": "YulIdentifier", - "src": "3251:7:24" - }, - { - "name": "headStart", - "nativeSrc": "3260:9:24", - "nodeType": "YulIdentifier", - "src": "3260:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3247:3:24", - "nodeType": "YulIdentifier", - "src": "3247:3:24" - }, - "nativeSrc": "3247:23:24", - "nodeType": "YulFunctionCall", - "src": "3247:23:24" - }, - { - "kind": "number", - "nativeSrc": "3272:2:24", - "nodeType": "YulLiteral", - "src": "3272:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3243:3:24", - "nodeType": "YulIdentifier", - "src": "3243:3:24" - }, - "nativeSrc": "3243:32:24", - "nodeType": "YulFunctionCall", - "src": "3243:32:24" - }, - "nativeSrc": "3240:52:24", - "nodeType": "YulIf", - "src": "3240:52:24" - }, - { - "nativeSrc": "3301:36:24", - "nodeType": "YulVariableDeclaration", - "src": "3301:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3327:9:24", - "nodeType": "YulIdentifier", - "src": "3327:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3314:12:24", - "nodeType": "YulIdentifier", - "src": "3314:12:24" - }, - "nativeSrc": "3314:23:24", - "nodeType": "YulFunctionCall", - "src": "3314:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "3305:5:24", - "nodeType": "YulTypedName", - "src": "3305:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "3371:5:24", - "nodeType": "YulIdentifier", - "src": "3371:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "3346:24:24", - "nodeType": "YulIdentifier", - "src": "3346:24:24" - }, - "nativeSrc": "3346:31:24", - "nodeType": "YulFunctionCall", - "src": "3346:31:24" - }, - "nativeSrc": "3346:31:24", - "nodeType": "YulExpressionStatement", - "src": "3346:31:24" - }, - { - "nativeSrc": "3386:15:24", - "nodeType": "YulAssignment", - "src": "3386:15:24", - "value": { - "name": "value", - "nativeSrc": "3396:5:24", - "nodeType": "YulIdentifier", - "src": "3396:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "3386:6:24", - "nodeType": "YulIdentifier", - "src": "3386:6:24" - } - ] - }, - { - "nativeSrc": "3410:46:24", - "nodeType": "YulVariableDeclaration", - "src": "3410:46:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3441:9:24", - "nodeType": "YulIdentifier", - "src": "3441:9:24" - }, - { - "kind": "number", - "nativeSrc": "3452:2:24", - "nodeType": "YulLiteral", - "src": "3452:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3437:3:24", - "nodeType": "YulIdentifier", - "src": "3437:3:24" - }, - "nativeSrc": "3437:18:24", - "nodeType": "YulFunctionCall", - "src": "3437:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3424:12:24", - "nodeType": "YulIdentifier", - "src": "3424:12:24" - }, - "nativeSrc": "3424:32:24", - "nodeType": "YulFunctionCall", - "src": "3424:32:24" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "3414:6:24", - "nodeType": "YulTypedName", - "src": "3414:6:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3499:16:24", - "nodeType": "YulBlock", - "src": "3499:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3508:1:24", - "nodeType": "YulLiteral", - "src": "3508:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3511:1:24", - "nodeType": "YulLiteral", - "src": "3511:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3501:6:24", - "nodeType": "YulIdentifier", - "src": "3501:6:24" - }, - "nativeSrc": "3501:12:24", - "nodeType": "YulFunctionCall", - "src": "3501:12:24" - }, - "nativeSrc": "3501:12:24", - "nodeType": "YulExpressionStatement", - "src": "3501:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3471:6:24", - "nodeType": "YulIdentifier", - "src": "3471:6:24" - }, - { - "kind": "number", - "nativeSrc": "3479:18:24", - "nodeType": "YulLiteral", - "src": "3479:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3468:2:24", - "nodeType": "YulIdentifier", - "src": "3468:2:24" - }, - "nativeSrc": "3468:30:24", - "nodeType": "YulFunctionCall", - "src": "3468:30:24" - }, - "nativeSrc": "3465:50:24", - "nodeType": "YulIf", - "src": "3465:50:24" - }, - { - "nativeSrc": "3524:84:24", - "nodeType": "YulVariableDeclaration", - "src": "3524:84:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3580:9:24", - "nodeType": "YulIdentifier", - "src": "3580:9:24" - }, - { - "name": "offset", - "nativeSrc": "3591:6:24", - "nodeType": "YulIdentifier", - "src": "3591:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3576:3:24", - "nodeType": "YulIdentifier", - "src": "3576:3:24" - }, - "nativeSrc": "3576:22:24", - "nodeType": "YulFunctionCall", - "src": "3576:22:24" - }, - { - "name": "dataEnd", - "nativeSrc": "3600:7:24", - "nodeType": "YulIdentifier", - "src": "3600:7:24" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "3550:25:24", - "nodeType": "YulIdentifier", - "src": "3550:25:24" - }, - "nativeSrc": "3550:58:24", - "nodeType": "YulFunctionCall", - "src": "3550:58:24" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "3528:8:24", - "nodeType": "YulTypedName", - "src": "3528:8:24", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "3538:8:24", - "nodeType": "YulTypedName", - "src": "3538:8:24", - "type": "" - } - ] - }, - { - "nativeSrc": "3617:18:24", - "nodeType": "YulAssignment", - "src": "3617:18:24", - "value": { - "name": "value1_1", - "nativeSrc": "3627:8:24", - "nodeType": "YulIdentifier", - "src": "3627:8:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "3617:6:24", - "nodeType": "YulIdentifier", - "src": "3617:6:24" - } - ] - }, - { - "nativeSrc": "3644:18:24", - "nodeType": "YulAssignment", - "src": "3644:18:24", - "value": { - "name": "value2_1", - "nativeSrc": "3654:8:24", - "nodeType": "YulIdentifier", - "src": "3654:8:24" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "3644:6:24", - "nodeType": "YulIdentifier", - "src": "3644:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptr", - "nativeSrc": "3124:544:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3180:9:24", - "nodeType": "YulTypedName", - "src": "3180:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3191:7:24", - "nodeType": "YulTypedName", - "src": "3191:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3203:6:24", - "nodeType": "YulTypedName", - "src": "3203:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3211:6:24", - "nodeType": "YulTypedName", - "src": "3211:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "3219:6:24", - "nodeType": "YulTypedName", - "src": "3219:6:24", - "type": "" - } - ], - "src": "3124:544:24" - }, - { - "body": { - "nativeSrc": "3721:115:24", - "nodeType": "YulBlock", - "src": "3721:115:24", - "statements": [ - { - "nativeSrc": "3731:29:24", - "nodeType": "YulAssignment", - "src": "3731:29:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3753:6:24", - "nodeType": "YulIdentifier", - "src": "3753:6:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3740:12:24", - "nodeType": "YulIdentifier", - "src": "3740:12:24" - }, - "nativeSrc": "3740:20:24", - "nodeType": "YulFunctionCall", - "src": "3740:20:24" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "3731:5:24", - "nodeType": "YulIdentifier", - "src": "3731:5:24" - } - ] - }, - { - "body": { - "nativeSrc": "3814:16:24", - "nodeType": "YulBlock", - "src": "3814:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3823:1:24", - "nodeType": "YulLiteral", - "src": "3823:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3826:1:24", - "nodeType": "YulLiteral", - "src": "3826:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3816:6:24", - "nodeType": "YulIdentifier", - "src": "3816:6:24" - }, - "nativeSrc": "3816:12:24", - "nodeType": "YulFunctionCall", - "src": "3816:12:24" - }, - "nativeSrc": "3816:12:24", - "nodeType": "YulExpressionStatement", - "src": "3816:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "3782:5:24", - "nodeType": "YulIdentifier", - "src": "3782:5:24" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "3793:5:24", - "nodeType": "YulIdentifier", - "src": "3793:5:24" - }, - { - "kind": "number", - "nativeSrc": "3800:10:24", - "nodeType": "YulLiteral", - "src": "3800:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "3789:3:24", - "nodeType": "YulIdentifier", - "src": "3789:3:24" - }, - "nativeSrc": "3789:22:24", - "nodeType": "YulFunctionCall", - "src": "3789:22:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "3779:2:24", - "nodeType": "YulIdentifier", - "src": "3779:2:24" - }, - "nativeSrc": "3779:33:24", - "nodeType": "YulFunctionCall", - "src": "3779:33:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "3772:6:24", - "nodeType": "YulIdentifier", - "src": "3772:6:24" - }, - "nativeSrc": "3772:41:24", - "nodeType": "YulFunctionCall", - "src": "3772:41:24" - }, - "nativeSrc": "3769:61:24", - "nodeType": "YulIf", - "src": "3769:61:24" - } - ] - }, - "name": "abi_decode_uint32", - "nativeSrc": "3673:163:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "3700:6:24", - "nodeType": "YulTypedName", - "src": "3700:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "3711:5:24", - "nodeType": "YulTypedName", - "src": "3711:5:24", - "type": "" - } - ], - "src": "3673:163:24" - }, - { - "body": { - "nativeSrc": "3943:289:24", - "nodeType": "YulBlock", - "src": "3943:289:24", - "statements": [ - { - "body": { - "nativeSrc": "3989:16:24", - "nodeType": "YulBlock", - "src": "3989:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3998:1:24", - "nodeType": "YulLiteral", - "src": "3998:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4001:1:24", - "nodeType": "YulLiteral", - "src": "4001:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3991:6:24", - "nodeType": "YulIdentifier", - "src": "3991:6:24" - }, - "nativeSrc": "3991:12:24", - "nodeType": "YulFunctionCall", - "src": "3991:12:24" - }, - "nativeSrc": "3991:12:24", - "nodeType": "YulExpressionStatement", - "src": "3991:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3964:7:24", - "nodeType": "YulIdentifier", - "src": "3964:7:24" - }, - { - "name": "headStart", - "nativeSrc": "3973:9:24", - "nodeType": "YulIdentifier", - "src": "3973:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3960:3:24", - "nodeType": "YulIdentifier", - "src": "3960:3:24" - }, - "nativeSrc": "3960:23:24", - "nodeType": "YulFunctionCall", - "src": "3960:23:24" - }, - { - "kind": "number", - "nativeSrc": "3985:2:24", - "nodeType": "YulLiteral", - "src": "3985:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3956:3:24", - "nodeType": "YulIdentifier", - "src": "3956:3:24" - }, - "nativeSrc": "3956:32:24", - "nodeType": "YulFunctionCall", - "src": "3956:32:24" - }, - "nativeSrc": "3953:52:24", - "nodeType": "YulIf", - "src": "3953:52:24" - }, - { - "nativeSrc": "4014:38:24", - "nodeType": "YulAssignment", - "src": "4014:38:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4042:9:24", - "nodeType": "YulIdentifier", - "src": "4042:9:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "4024:17:24", - "nodeType": "YulIdentifier", - "src": "4024:17:24" - }, - "nativeSrc": "4024:28:24", - "nodeType": "YulFunctionCall", - "src": "4024:28:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "4014:6:24", - "nodeType": "YulIdentifier", - "src": "4014:6:24" - } - ] - }, - { - "nativeSrc": "4061:45:24", - "nodeType": "YulVariableDeclaration", - "src": "4061:45:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4091:9:24", - "nodeType": "YulIdentifier", - "src": "4091:9:24" - }, - { - "kind": "number", - "nativeSrc": "4102:2:24", - "nodeType": "YulLiteral", - "src": "4102:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4087:3:24", - "nodeType": "YulIdentifier", - "src": "4087:3:24" - }, - "nativeSrc": "4087:18:24", - "nodeType": "YulFunctionCall", - "src": "4087:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "4074:12:24", - "nodeType": "YulIdentifier", - "src": "4074:12:24" - }, - "nativeSrc": "4074:32:24", - "nodeType": "YulFunctionCall", - "src": "4074:32:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "4065:5:24", - "nodeType": "YulTypedName", - "src": "4065:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "4140:5:24", - "nodeType": "YulIdentifier", - "src": "4140:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "4115:24:24", - "nodeType": "YulIdentifier", - "src": "4115:24:24" - }, - "nativeSrc": "4115:31:24", - "nodeType": "YulFunctionCall", - "src": "4115:31:24" - }, - "nativeSrc": "4115:31:24", - "nodeType": "YulExpressionStatement", - "src": "4115:31:24" - }, - { - "nativeSrc": "4155:15:24", - "nodeType": "YulAssignment", - "src": "4155:15:24", - "value": { - "name": "value", - "nativeSrc": "4165:5:24", - "nodeType": "YulIdentifier", - "src": "4165:5:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "4155:6:24", - "nodeType": "YulIdentifier", - "src": "4155:6:24" - } - ] - }, - { - "nativeSrc": "4179:47:24", - "nodeType": "YulAssignment", - "src": "4179:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4211:9:24", - "nodeType": "YulIdentifier", - "src": "4211:9:24" - }, - { - "kind": "number", - "nativeSrc": "4222:2:24", - "nodeType": "YulLiteral", - "src": "4222:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4207:3:24", - "nodeType": "YulIdentifier", - "src": "4207:3:24" - }, - "nativeSrc": "4207:18:24", - "nodeType": "YulFunctionCall", - "src": "4207:18:24" - } - ], - "functionName": { - "name": "abi_decode_uint32", - "nativeSrc": "4189:17:24", - "nodeType": "YulIdentifier", - "src": "4189:17:24" - }, - "nativeSrc": "4189:37:24", - "nodeType": "YulFunctionCall", - "src": "4189:37:24" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "4179:6:24", - "nodeType": "YulIdentifier", - "src": "4179:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_addresst_uint32", - "nativeSrc": "3841:391:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3893:9:24", - "nodeType": "YulTypedName", - "src": "3893:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3904:7:24", - "nodeType": "YulTypedName", - "src": "3904:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3916:6:24", - "nodeType": "YulTypedName", - "src": "3916:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3924:6:24", - "nodeType": "YulTypedName", - "src": "3924:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "3932:6:24", - "nodeType": "YulTypedName", - "src": "3932:6:24", - "type": "" - } - ], - "src": "3841:391:24" - }, - { - "body": { - "nativeSrc": "4323:233:24", - "nodeType": "YulBlock", - "src": "4323:233:24", - "statements": [ - { - "body": { - "nativeSrc": "4369:16:24", - "nodeType": "YulBlock", - "src": "4369:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4378:1:24", - "nodeType": "YulLiteral", - "src": "4378:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4381:1:24", - "nodeType": "YulLiteral", - "src": "4381:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "4371:6:24", - "nodeType": "YulIdentifier", - "src": "4371:6:24" - }, - "nativeSrc": "4371:12:24", - "nodeType": "YulFunctionCall", - "src": "4371:12:24" - }, - "nativeSrc": "4371:12:24", - "nodeType": "YulExpressionStatement", - "src": "4371:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "4344:7:24", - "nodeType": "YulIdentifier", - "src": "4344:7:24" - }, - { - "name": "headStart", - "nativeSrc": "4353:9:24", - "nodeType": "YulIdentifier", - "src": "4353:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "4340:3:24", - "nodeType": "YulIdentifier", - "src": "4340:3:24" - }, - "nativeSrc": "4340:23:24", - "nodeType": "YulFunctionCall", - "src": "4340:23:24" - }, - { - "kind": "number", - "nativeSrc": "4365:2:24", - "nodeType": "YulLiteral", - "src": "4365:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "4336:3:24", - "nodeType": "YulIdentifier", - "src": "4336:3:24" - }, - "nativeSrc": "4336:32:24", - "nodeType": "YulFunctionCall", - "src": "4336:32:24" - }, - "nativeSrc": "4333:52:24", - "nodeType": "YulIf", - "src": "4333:52:24" - }, - { - "nativeSrc": "4394:38:24", - "nodeType": "YulAssignment", - "src": "4394:38:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4422:9:24", - "nodeType": "YulIdentifier", - "src": "4422:9:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "4404:17:24", - "nodeType": "YulIdentifier", - "src": "4404:17:24" - }, - "nativeSrc": "4404:28:24", - "nodeType": "YulFunctionCall", - "src": "4404:28:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "4394:6:24", - "nodeType": "YulIdentifier", - "src": "4394:6:24" - } - ] - }, - { - "nativeSrc": "4441:45:24", - "nodeType": "YulVariableDeclaration", - "src": "4441:45:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4471:9:24", - "nodeType": "YulIdentifier", - "src": "4471:9:24" - }, - { - "kind": "number", - "nativeSrc": "4482:2:24", - "nodeType": "YulLiteral", - "src": "4482:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4467:3:24", - "nodeType": "YulIdentifier", - "src": "4467:3:24" - }, - "nativeSrc": "4467:18:24", - "nodeType": "YulFunctionCall", - "src": "4467:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "4454:12:24", - "nodeType": "YulIdentifier", - "src": "4454:12:24" - }, - "nativeSrc": "4454:32:24", - "nodeType": "YulFunctionCall", - "src": "4454:32:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "4445:5:24", - "nodeType": "YulTypedName", - "src": "4445:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "4520:5:24", - "nodeType": "YulIdentifier", - "src": "4520:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "4495:24:24", - "nodeType": "YulIdentifier", - "src": "4495:24:24" - }, - "nativeSrc": "4495:31:24", - "nodeType": "YulFunctionCall", - "src": "4495:31:24" - }, - "nativeSrc": "4495:31:24", - "nodeType": "YulExpressionStatement", - "src": "4495:31:24" - }, - { - "nativeSrc": "4535:15:24", - "nodeType": "YulAssignment", - "src": "4535:15:24", - "value": { - "name": "value", - "nativeSrc": "4545:5:24", - "nodeType": "YulIdentifier", - "src": "4545:5:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "4535:6:24", - "nodeType": "YulIdentifier", - "src": "4535:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_address", - "nativeSrc": "4237:319:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "4281:9:24", - "nodeType": "YulTypedName", - "src": "4281:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "4292:7:24", - "nodeType": "YulTypedName", - "src": "4292:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "4304:6:24", - "nodeType": "YulTypedName", - "src": "4304:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "4312:6:24", - "nodeType": "YulTypedName", - "src": "4312:6:24", - "type": "" - } - ], - "src": "4237:319:24" - }, - { - "body": { - "nativeSrc": "4738:282:24", - "nodeType": "YulBlock", - "src": "4738:282:24", - "statements": [ - { - "nativeSrc": "4748:27:24", - "nodeType": "YulAssignment", - "src": "4748:27:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4760:9:24", - "nodeType": "YulIdentifier", - "src": "4760:9:24" - }, - { - "kind": "number", - "nativeSrc": "4771:3:24", - "nodeType": "YulLiteral", - "src": "4771:3:24", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4756:3:24", - "nodeType": "YulIdentifier", - "src": "4756:3:24" - }, - "nativeSrc": "4756:19:24", - "nodeType": "YulFunctionCall", - "src": "4756:19:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "4748:4:24", - "nodeType": "YulIdentifier", - "src": "4748:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4791:9:24", - "nodeType": "YulIdentifier", - "src": "4791:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "4806:6:24", - "nodeType": "YulIdentifier", - "src": "4806:6:24" - }, - { - "kind": "number", - "nativeSrc": "4814:14:24", - "nodeType": "YulLiteral", - "src": "4814:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4802:3:24", - "nodeType": "YulIdentifier", - "src": "4802:3:24" - }, - "nativeSrc": "4802:27:24", - "nodeType": "YulFunctionCall", - "src": "4802:27:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4784:6:24", - "nodeType": "YulIdentifier", - "src": "4784:6:24" - }, - "nativeSrc": "4784:46:24", - "nodeType": "YulFunctionCall", - "src": "4784:46:24" - }, - "nativeSrc": "4784:46:24", - "nodeType": "YulExpressionStatement", - "src": "4784:46:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4850:9:24", - "nodeType": "YulIdentifier", - "src": "4850:9:24" - }, - { - "kind": "number", - "nativeSrc": "4861:2:24", - "nodeType": "YulLiteral", - "src": "4861:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4846:3:24", - "nodeType": "YulIdentifier", - "src": "4846:3:24" - }, - "nativeSrc": "4846:18:24", - "nodeType": "YulFunctionCall", - "src": "4846:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "4870:6:24", - "nodeType": "YulIdentifier", - "src": "4870:6:24" - }, - { - "kind": "number", - "nativeSrc": "4878:10:24", - "nodeType": "YulLiteral", - "src": "4878:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4866:3:24", - "nodeType": "YulIdentifier", - "src": "4866:3:24" - }, - "nativeSrc": "4866:23:24", - "nodeType": "YulFunctionCall", - "src": "4866:23:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4839:6:24", - "nodeType": "YulIdentifier", - "src": "4839:6:24" - }, - "nativeSrc": "4839:51:24", - "nodeType": "YulFunctionCall", - "src": "4839:51:24" - }, - "nativeSrc": "4839:51:24", - "nodeType": "YulExpressionStatement", - "src": "4839:51:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4910:9:24", - "nodeType": "YulIdentifier", - "src": "4910:9:24" - }, - { - "kind": "number", - "nativeSrc": "4921:2:24", - "nodeType": "YulLiteral", - "src": "4921:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4906:3:24", - "nodeType": "YulIdentifier", - "src": "4906:3:24" - }, - "nativeSrc": "4906:18:24", - "nodeType": "YulFunctionCall", - "src": "4906:18:24" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "4930:6:24", - "nodeType": "YulIdentifier", - "src": "4930:6:24" - }, - { - "kind": "number", - "nativeSrc": "4938:10:24", - "nodeType": "YulLiteral", - "src": "4938:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4926:3:24", - "nodeType": "YulIdentifier", - "src": "4926:3:24" - }, - "nativeSrc": "4926:23:24", - "nodeType": "YulFunctionCall", - "src": "4926:23:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4899:6:24", - "nodeType": "YulIdentifier", - "src": "4899:6:24" - }, - "nativeSrc": "4899:51:24", - "nodeType": "YulFunctionCall", - "src": "4899:51:24" - }, - "nativeSrc": "4899:51:24", - "nodeType": "YulExpressionStatement", - "src": "4899:51:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4970:9:24", - "nodeType": "YulIdentifier", - "src": "4970:9:24" - }, - { - "kind": "number", - "nativeSrc": "4981:2:24", - "nodeType": "YulLiteral", - "src": "4981:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4966:3:24", - "nodeType": "YulIdentifier", - "src": "4966:3:24" - }, - "nativeSrc": "4966:18:24", - "nodeType": "YulFunctionCall", - "src": "4966:18:24" - }, - { - "arguments": [ - { - "name": "value3", - "nativeSrc": "4990:6:24", - "nodeType": "YulIdentifier", - "src": "4990:6:24" - }, - { - "kind": "number", - "nativeSrc": "4998:14:24", - "nodeType": "YulLiteral", - "src": "4998:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4986:3:24", - "nodeType": "YulIdentifier", - "src": "4986:3:24" - }, - "nativeSrc": "4986:27:24", - "nodeType": "YulFunctionCall", - "src": "4986:27:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4959:6:24", - "nodeType": "YulIdentifier", - "src": "4959:6:24" - }, - "nativeSrc": "4959:55:24", - "nodeType": "YulFunctionCall", - "src": "4959:55:24" - }, - "nativeSrc": "4959:55:24", - "nodeType": "YulExpressionStatement", - "src": "4959:55:24" - } - ] - }, - "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:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "4683:9:24", - "nodeType": "YulTypedName", - "src": "4683:9:24", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "4694:6:24", - "nodeType": "YulTypedName", - "src": "4694:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "4702:6:24", - "nodeType": "YulTypedName", - "src": "4702:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "4710:6:24", - "nodeType": "YulTypedName", - "src": "4710:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "4718:6:24", - "nodeType": "YulTypedName", - "src": "4718:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "4729:4:24", - "nodeType": "YulTypedName", - "src": "4729:4:24", - "type": "" - } - ], - "src": "4561:459:24" - }, - { - "body": { - "nativeSrc": "5110:171:24", - "nodeType": "YulBlock", - "src": "5110:171:24", - "statements": [ - { - "body": { - "nativeSrc": "5156:16:24", - "nodeType": "YulBlock", - "src": "5156:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5165:1:24", - "nodeType": "YulLiteral", - "src": "5165:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5168:1:24", - "nodeType": "YulLiteral", - "src": "5168:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5158:6:24", - "nodeType": "YulIdentifier", - "src": "5158:6:24" - }, - "nativeSrc": "5158:12:24", - "nodeType": "YulFunctionCall", - "src": "5158:12:24" - }, - "nativeSrc": "5158:12:24", - "nodeType": "YulExpressionStatement", - "src": "5158:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5131:7:24", - "nodeType": "YulIdentifier", - "src": "5131:7:24" - }, - { - "name": "headStart", - "nativeSrc": "5140:9:24", - "nodeType": "YulIdentifier", - "src": "5140:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5127:3:24", - "nodeType": "YulIdentifier", - "src": "5127:3:24" - }, - "nativeSrc": "5127:23:24", - "nodeType": "YulFunctionCall", - "src": "5127:23:24" - }, - { - "kind": "number", - "nativeSrc": "5152:2:24", - "nodeType": "YulLiteral", - "src": "5152:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5123:3:24", - "nodeType": "YulIdentifier", - "src": "5123:3:24" - }, - "nativeSrc": "5123:32:24", - "nodeType": "YulFunctionCall", - "src": "5123:32:24" - }, - "nativeSrc": "5120:52:24", - "nodeType": "YulIf", - "src": "5120:52:24" - }, - { - "nativeSrc": "5181:38:24", - "nodeType": "YulAssignment", - "src": "5181:38:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5209:9:24", - "nodeType": "YulIdentifier", - "src": "5209:9:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "5191:17:24", - "nodeType": "YulIdentifier", - "src": "5191:17:24" - }, - "nativeSrc": "5191:28:24", - "nodeType": "YulFunctionCall", - "src": "5191:28:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5181:6:24", - "nodeType": "YulIdentifier", - "src": "5181:6:24" - } - ] - }, - { - "nativeSrc": "5228:47:24", - "nodeType": "YulAssignment", - "src": "5228:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5260:9:24", - "nodeType": "YulIdentifier", - "src": "5260:9:24" - }, - { - "kind": "number", - "nativeSrc": "5271:2:24", - "nodeType": "YulLiteral", - "src": "5271:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5256:3:24", - "nodeType": "YulIdentifier", - "src": "5256:3:24" - }, - "nativeSrc": "5256:18:24", - "nodeType": "YulFunctionCall", - "src": "5256:18:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "5238:17:24", - "nodeType": "YulIdentifier", - "src": "5238:17:24" - }, - "nativeSrc": "5238:37:24", - "nodeType": "YulFunctionCall", - "src": "5238:37:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "5228:6:24", - "nodeType": "YulIdentifier", - "src": "5228:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_uint64", - "nativeSrc": "5025:256:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5068:9:24", - "nodeType": "YulTypedName", - "src": "5068:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5079:7:24", - "nodeType": "YulTypedName", - "src": "5079:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5091:6:24", - "nodeType": "YulTypedName", - "src": "5091:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "5099:6:24", - "nodeType": "YulTypedName", - "src": "5099:6:24", - "type": "" - } - ], - "src": "5025:256:24" - }, - { - "body": { - "nativeSrc": "5356:110:24", - "nodeType": "YulBlock", - "src": "5356:110:24", - "statements": [ - { - "body": { - "nativeSrc": "5402:16:24", - "nodeType": "YulBlock", - "src": "5402:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5411:1:24", - "nodeType": "YulLiteral", - "src": "5411:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5414:1:24", - "nodeType": "YulLiteral", - "src": "5414:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5404:6:24", - "nodeType": "YulIdentifier", - "src": "5404:6:24" - }, - "nativeSrc": "5404:12:24", - "nodeType": "YulFunctionCall", - "src": "5404:12:24" - }, - "nativeSrc": "5404:12:24", - "nodeType": "YulExpressionStatement", - "src": "5404:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5377:7:24", - "nodeType": "YulIdentifier", - "src": "5377:7:24" - }, - { - "name": "headStart", - "nativeSrc": "5386:9:24", - "nodeType": "YulIdentifier", - "src": "5386:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5373:3:24", - "nodeType": "YulIdentifier", - "src": "5373:3:24" - }, - "nativeSrc": "5373:23:24", - "nodeType": "YulFunctionCall", - "src": "5373:23:24" - }, - { - "kind": "number", - "nativeSrc": "5398:2:24", - "nodeType": "YulLiteral", - "src": "5398:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5369:3:24", - "nodeType": "YulIdentifier", - "src": "5369:3:24" - }, - "nativeSrc": "5369:32:24", - "nodeType": "YulFunctionCall", - "src": "5369:32:24" - }, - "nativeSrc": "5366:52:24", - "nodeType": "YulIf", - "src": "5366:52:24" - }, - { - "nativeSrc": "5427:33:24", - "nodeType": "YulAssignment", - "src": "5427:33:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5450:9:24", - "nodeType": "YulIdentifier", - "src": "5450:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "5437:12:24", - "nodeType": "YulIdentifier", - "src": "5437:12:24" - }, - "nativeSrc": "5437:23:24", - "nodeType": "YulFunctionCall", - "src": "5437:23:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5427:6:24", - "nodeType": "YulIdentifier", - "src": "5427:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes32", - "nativeSrc": "5286:180:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5322:9:24", - "nodeType": "YulTypedName", - "src": "5322:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5333:7:24", - "nodeType": "YulTypedName", - "src": "5333:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5345:6:24", - "nodeType": "YulTypedName", - "src": "5345:6:24", - "type": "" - } - ], - "src": "5286:180:24" - }, - { - "body": { - "nativeSrc": "5570:97:24", - "nodeType": "YulBlock", - "src": "5570:97:24", - "statements": [ - { - "nativeSrc": "5580:26:24", - "nodeType": "YulAssignment", - "src": "5580:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5592:9:24", - "nodeType": "YulIdentifier", - "src": "5592:9:24" - }, - { - "kind": "number", - "nativeSrc": "5603:2:24", - "nodeType": "YulLiteral", - "src": "5603:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5588:3:24", - "nodeType": "YulIdentifier", - "src": "5588:3:24" - }, - "nativeSrc": "5588:18:24", - "nodeType": "YulFunctionCall", - "src": "5588:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "5580:4:24", - "nodeType": "YulIdentifier", - "src": "5580:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5622:9:24", - "nodeType": "YulIdentifier", - "src": "5622:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "5637:6:24", - "nodeType": "YulIdentifier", - "src": "5637:6:24" - }, - { - "kind": "number", - "nativeSrc": "5645:14:24", - "nodeType": "YulLiteral", - "src": "5645:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5633:3:24", - "nodeType": "YulIdentifier", - "src": "5633:3:24" - }, - "nativeSrc": "5633:27:24", - "nodeType": "YulFunctionCall", - "src": "5633:27:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5615:6:24", - "nodeType": "YulIdentifier", - "src": "5615:6:24" - }, - "nativeSrc": "5615:46:24", - "nodeType": "YulFunctionCall", - "src": "5615:46:24" - }, - "nativeSrc": "5615:46:24", - "nodeType": "YulExpressionStatement", - "src": "5615:46:24" - } - ] - }, - "name": "abi_encode_tuple_t_uint48__to_t_uint48__fromStack_reversed", - "nativeSrc": "5471:196:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5539:9:24", - "nodeType": "YulTypedName", - "src": "5539:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "5550:6:24", - "nodeType": "YulTypedName", - "src": "5550:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "5561:4:24", - "nodeType": "YulTypedName", - "src": "5561:4:24", - "type": "" - } - ], - "src": "5471:196:24" - }, - { - "body": { - "nativeSrc": "5742:177:24", - "nodeType": "YulBlock", - "src": "5742:177:24", - "statements": [ - { - "body": { - "nativeSrc": "5788:16:24", - "nodeType": "YulBlock", - "src": "5788:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5797:1:24", - "nodeType": "YulLiteral", - "src": "5797:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5800:1:24", - "nodeType": "YulLiteral", - "src": "5800:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5790:6:24", - "nodeType": "YulIdentifier", - "src": "5790:6:24" - }, - "nativeSrc": "5790:12:24", - "nodeType": "YulFunctionCall", - "src": "5790:12:24" - }, - "nativeSrc": "5790:12:24", - "nodeType": "YulExpressionStatement", - "src": "5790:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5763:7:24", - "nodeType": "YulIdentifier", - "src": "5763:7:24" - }, - { - "name": "headStart", - "nativeSrc": "5772:9:24", - "nodeType": "YulIdentifier", - "src": "5772:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5759:3:24", - "nodeType": "YulIdentifier", - "src": "5759:3:24" - }, - "nativeSrc": "5759:23:24", - "nodeType": "YulFunctionCall", - "src": "5759:23:24" - }, - { - "kind": "number", - "nativeSrc": "5784:2:24", - "nodeType": "YulLiteral", - "src": "5784:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5755:3:24", - "nodeType": "YulIdentifier", - "src": "5755:3:24" - }, - "nativeSrc": "5755:32:24", - "nodeType": "YulFunctionCall", - "src": "5755:32:24" - }, - "nativeSrc": "5752:52:24", - "nodeType": "YulIf", - "src": "5752:52:24" - }, - { - "nativeSrc": "5813:36:24", - "nodeType": "YulVariableDeclaration", - "src": "5813:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5839:9:24", - "nodeType": "YulIdentifier", - "src": "5839:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "5826:12:24", - "nodeType": "YulIdentifier", - "src": "5826:12:24" - }, - "nativeSrc": "5826:23:24", - "nodeType": "YulFunctionCall", - "src": "5826:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "5817:5:24", - "nodeType": "YulTypedName", - "src": "5817:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "5883:5:24", - "nodeType": "YulIdentifier", - "src": "5883:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "5858:24:24", - "nodeType": "YulIdentifier", - "src": "5858:24:24" - }, - "nativeSrc": "5858:31:24", - "nodeType": "YulFunctionCall", - "src": "5858:31:24" - }, - "nativeSrc": "5858:31:24", - "nodeType": "YulExpressionStatement", - "src": "5858:31:24" - }, - { - "nativeSrc": "5898:15:24", - "nodeType": "YulAssignment", - "src": "5898:15:24", - "value": { - "name": "value", - "nativeSrc": "5908:5:24", - "nodeType": "YulIdentifier", - "src": "5908:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5898:6:24", - "nodeType": "YulIdentifier", - "src": "5898:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_address", - "nativeSrc": "5672:247:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5708:9:24", - "nodeType": "YulTypedName", - "src": "5708:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5719:7:24", - "nodeType": "YulTypedName", - "src": "5719:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5731:6:24", - "nodeType": "YulTypedName", - "src": "5731:6:24", - "type": "" - } - ], - "src": "5672:247:24" - }, - { - "body": { - "nativeSrc": "5968:133:24", - "nodeType": "YulBlock", - "src": "5968:133:24", - "statements": [ - { - "body": { - "nativeSrc": "6079:16:24", - "nodeType": "YulBlock", - "src": "6079:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6088:1:24", - "nodeType": "YulLiteral", - "src": "6088:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6091:1:24", - "nodeType": "YulLiteral", - "src": "6091:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6081:6:24", - "nodeType": "YulIdentifier", - "src": "6081:6:24" - }, - "nativeSrc": "6081:12:24", - "nodeType": "YulFunctionCall", - "src": "6081:12:24" - }, - "nativeSrc": "6081:12:24", - "nodeType": "YulExpressionStatement", - "src": "6081:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "5991:5:24", - "nodeType": "YulIdentifier", - "src": "5991:5:24" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "6002:5:24", - "nodeType": "YulIdentifier", - "src": "6002:5:24" - }, - { - "kind": "number", - "nativeSrc": "6009:66:24", - "nodeType": "YulLiteral", - "src": "6009:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5998:3:24", - "nodeType": "YulIdentifier", - "src": "5998:3:24" - }, - "nativeSrc": "5998:78:24", - "nodeType": "YulFunctionCall", - "src": "5998:78:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "5988:2:24", - "nodeType": "YulIdentifier", - "src": "5988:2:24" - }, - "nativeSrc": "5988:89:24", - "nodeType": "YulFunctionCall", - "src": "5988:89:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "5981:6:24", - "nodeType": "YulIdentifier", - "src": "5981:6:24" - }, - "nativeSrc": "5981:97:24", - "nodeType": "YulFunctionCall", - "src": "5981:97:24" - }, - "nativeSrc": "5978:117:24", - "nodeType": "YulIf", - "src": "5978:117:24" - } - ] - }, - "name": "validator_revert_bytes4", - "nativeSrc": "5924:177:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "5957:5:24", - "nodeType": "YulTypedName", - "src": "5957:5:24", - "type": "" - } - ], - "src": "5924:177:24" - }, - { - "body": { - "nativeSrc": "6192:300:24", - "nodeType": "YulBlock", - "src": "6192:300:24", - "statements": [ - { - "body": { - "nativeSrc": "6238:16:24", - "nodeType": "YulBlock", - "src": "6238:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6247:1:24", - "nodeType": "YulLiteral", - "src": "6247:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6250:1:24", - "nodeType": "YulLiteral", - "src": "6250:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6240:6:24", - "nodeType": "YulIdentifier", - "src": "6240:6:24" - }, - "nativeSrc": "6240:12:24", - "nodeType": "YulFunctionCall", - "src": "6240:12:24" - }, - "nativeSrc": "6240:12:24", - "nodeType": "YulExpressionStatement", - "src": "6240:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "6213:7:24", - "nodeType": "YulIdentifier", - "src": "6213:7:24" - }, - { - "name": "headStart", - "nativeSrc": "6222:9:24", - "nodeType": "YulIdentifier", - "src": "6222:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6209:3:24", - "nodeType": "YulIdentifier", - "src": "6209:3:24" - }, - "nativeSrc": "6209:23:24", - "nodeType": "YulFunctionCall", - "src": "6209:23:24" - }, - { - "kind": "number", - "nativeSrc": "6234:2:24", - "nodeType": "YulLiteral", - "src": "6234:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "6205:3:24", - "nodeType": "YulIdentifier", - "src": "6205:3:24" - }, - "nativeSrc": "6205:32:24", - "nodeType": "YulFunctionCall", - "src": "6205:32:24" - }, - "nativeSrc": "6202:52:24", - "nodeType": "YulIf", - "src": "6202:52:24" - }, - { - "nativeSrc": "6263:36:24", - "nodeType": "YulVariableDeclaration", - "src": "6263:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6289:9:24", - "nodeType": "YulIdentifier", - "src": "6289:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "6276:12:24", - "nodeType": "YulIdentifier", - "src": "6276:12:24" - }, - "nativeSrc": "6276:23:24", - "nodeType": "YulFunctionCall", - "src": "6276:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "6267:5:24", - "nodeType": "YulTypedName", - "src": "6267:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "6333:5:24", - "nodeType": "YulIdentifier", - "src": "6333:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "6308:24:24", - "nodeType": "YulIdentifier", - "src": "6308:24:24" - }, - "nativeSrc": "6308:31:24", - "nodeType": "YulFunctionCall", - "src": "6308:31:24" - }, - "nativeSrc": "6308:31:24", - "nodeType": "YulExpressionStatement", - "src": "6308:31:24" - }, - { - "nativeSrc": "6348:15:24", - "nodeType": "YulAssignment", - "src": "6348:15:24", - "value": { - "name": "value", - "nativeSrc": "6358:5:24", - "nodeType": "YulIdentifier", - "src": "6358:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "6348:6:24", - "nodeType": "YulIdentifier", - "src": "6348:6:24" - } - ] - }, - { - "nativeSrc": "6372:47:24", - "nodeType": "YulVariableDeclaration", - "src": "6372:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6404:9:24", - "nodeType": "YulIdentifier", - "src": "6404:9:24" - }, - { - "kind": "number", - "nativeSrc": "6415:2:24", - "nodeType": "YulLiteral", - "src": "6415:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6400:3:24", - "nodeType": "YulIdentifier", - "src": "6400:3:24" - }, - "nativeSrc": "6400:18:24", - "nodeType": "YulFunctionCall", - "src": "6400:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "6387:12:24", - "nodeType": "YulIdentifier", - "src": "6387:12:24" - }, - "nativeSrc": "6387:32:24", - "nodeType": "YulFunctionCall", - "src": "6387:32:24" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "6376:7:24", - "nodeType": "YulTypedName", - "src": "6376:7:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "6452:7:24", - "nodeType": "YulIdentifier", - "src": "6452:7:24" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "6428:23:24", - "nodeType": "YulIdentifier", - "src": "6428:23:24" - }, - "nativeSrc": "6428:32:24", - "nodeType": "YulFunctionCall", - "src": "6428:32:24" - }, - "nativeSrc": "6428:32:24", - "nodeType": "YulExpressionStatement", - "src": "6428:32:24" - }, - { - "nativeSrc": "6469:17:24", - "nodeType": "YulAssignment", - "src": "6469:17:24", - "value": { - "name": "value_1", - "nativeSrc": "6479:7:24", - "nodeType": "YulIdentifier", - "src": "6479:7:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "6469:6:24", - "nodeType": "YulIdentifier", - "src": "6469:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bytes4", - "nativeSrc": "6106:386:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "6150:9:24", - "nodeType": "YulTypedName", - "src": "6150:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "6161:7:24", - "nodeType": "YulTypedName", - "src": "6161:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "6173:6:24", - "nodeType": "YulTypedName", - "src": "6173:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "6181:6:24", - "nodeType": "YulTypedName", - "src": "6181:6:24", - "type": "" - } - ], - "src": "6106:386:24" - }, - { - "body": { - "nativeSrc": "6603:376:24", - "nodeType": "YulBlock", - "src": "6603:376:24", - "statements": [ - { - "body": { - "nativeSrc": "6649:16:24", - "nodeType": "YulBlock", - "src": "6649:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6658:1:24", - "nodeType": "YulLiteral", - "src": "6658:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6661:1:24", - "nodeType": "YulLiteral", - "src": "6661:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6651:6:24", - "nodeType": "YulIdentifier", - "src": "6651:6:24" - }, - "nativeSrc": "6651:12:24", - "nodeType": "YulFunctionCall", - "src": "6651:12:24" - }, - "nativeSrc": "6651:12:24", - "nodeType": "YulExpressionStatement", - "src": "6651:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "6624:7:24", - "nodeType": "YulIdentifier", - "src": "6624:7:24" - }, - { - "name": "headStart", - "nativeSrc": "6633:9:24", - "nodeType": "YulIdentifier", - "src": "6633:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6620:3:24", - "nodeType": "YulIdentifier", - "src": "6620:3:24" - }, - "nativeSrc": "6620:23:24", - "nodeType": "YulFunctionCall", - "src": "6620:23:24" - }, - { - "kind": "number", - "nativeSrc": "6645:2:24", - "nodeType": "YulLiteral", - "src": "6645:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "6616:3:24", - "nodeType": "YulIdentifier", - "src": "6616:3:24" - }, - "nativeSrc": "6616:32:24", - "nodeType": "YulFunctionCall", - "src": "6616:32:24" - }, - "nativeSrc": "6613:52:24", - "nodeType": "YulIf", - "src": "6613:52:24" - }, - { - "nativeSrc": "6674:38:24", - "nodeType": "YulAssignment", - "src": "6674:38:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6702:9:24", - "nodeType": "YulIdentifier", - "src": "6702:9:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "6684:17:24", - "nodeType": "YulIdentifier", - "src": "6684:17:24" - }, - "nativeSrc": "6684:28:24", - "nodeType": "YulFunctionCall", - "src": "6684:28:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "6674:6:24", - "nodeType": "YulIdentifier", - "src": "6674:6:24" - } - ] - }, - { - "nativeSrc": "6721:46:24", - "nodeType": "YulVariableDeclaration", - "src": "6721:46:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6752:9:24", - "nodeType": "YulIdentifier", - "src": "6752:9:24" - }, - { - "kind": "number", - "nativeSrc": "6763:2:24", - "nodeType": "YulLiteral", - "src": "6763:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6748:3:24", - "nodeType": "YulIdentifier", - "src": "6748:3:24" - }, - "nativeSrc": "6748:18:24", - "nodeType": "YulFunctionCall", - "src": "6748:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "6735:12:24", - "nodeType": "YulIdentifier", - "src": "6735:12:24" - }, - "nativeSrc": "6735:32:24", - "nodeType": "YulFunctionCall", - "src": "6735:32:24" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "6725:6:24", - "nodeType": "YulTypedName", - "src": "6725:6:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "6810:16:24", - "nodeType": "YulBlock", - "src": "6810:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6819:1:24", - "nodeType": "YulLiteral", - "src": "6819:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6822:1:24", - "nodeType": "YulLiteral", - "src": "6822:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6812:6:24", - "nodeType": "YulIdentifier", - "src": "6812:6:24" - }, - "nativeSrc": "6812:12:24", - "nodeType": "YulFunctionCall", - "src": "6812:12:24" - }, - "nativeSrc": "6812:12:24", - "nodeType": "YulExpressionStatement", - "src": "6812:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "6782:6:24", - "nodeType": "YulIdentifier", - "src": "6782:6:24" - }, - { - "kind": "number", - "nativeSrc": "6790:18:24", - "nodeType": "YulLiteral", - "src": "6790:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "6779:2:24", - "nodeType": "YulIdentifier", - "src": "6779:2:24" - }, - "nativeSrc": "6779:30:24", - "nodeType": "YulFunctionCall", - "src": "6779:30:24" - }, - "nativeSrc": "6776:50:24", - "nodeType": "YulIf", - "src": "6776:50:24" - }, - { - "nativeSrc": "6835:84:24", - "nodeType": "YulVariableDeclaration", - "src": "6835:84:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6891:9:24", - "nodeType": "YulIdentifier", - "src": "6891:9:24" - }, - { - "name": "offset", - "nativeSrc": "6902:6:24", - "nodeType": "YulIdentifier", - "src": "6902:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6887:3:24", - "nodeType": "YulIdentifier", - "src": "6887:3:24" - }, - "nativeSrc": "6887:22:24", - "nodeType": "YulFunctionCall", - "src": "6887:22:24" - }, - { - "name": "dataEnd", - "nativeSrc": "6911:7:24", - "nodeType": "YulIdentifier", - "src": "6911:7:24" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "6861:25:24", - "nodeType": "YulIdentifier", - "src": "6861:25:24" - }, - "nativeSrc": "6861:58:24", - "nodeType": "YulFunctionCall", - "src": "6861:58:24" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "6839:8:24", - "nodeType": "YulTypedName", - "src": "6839:8:24", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "6849:8:24", - "nodeType": "YulTypedName", - "src": "6849:8:24", - "type": "" - } - ] - }, - { - "nativeSrc": "6928:18:24", - "nodeType": "YulAssignment", - "src": "6928:18:24", - "value": { - "name": "value1_1", - "nativeSrc": "6938:8:24", - "nodeType": "YulIdentifier", - "src": "6938:8:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "6928:6:24", - "nodeType": "YulIdentifier", - "src": "6928:6:24" - } - ] - }, - { - "nativeSrc": "6955:18:24", - "nodeType": "YulAssignment", - "src": "6955:18:24", - "value": { - "name": "value2_1", - "nativeSrc": "6965:8:24", - "nodeType": "YulIdentifier", - "src": "6965:8:24" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "6955:6:24", - "nodeType": "YulIdentifier", - "src": "6955:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_string_calldata_ptr", - "nativeSrc": "6497:482:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "6553:9:24", - "nodeType": "YulTypedName", - "src": "6553:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "6564:7:24", - "nodeType": "YulTypedName", - "src": "6564:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "6576:6:24", - "nodeType": "YulTypedName", - "src": "6576:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "6584:6:24", - "nodeType": "YulTypedName", - "src": "6584:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "6592:6:24", - "nodeType": "YulTypedName", - "src": "6592:6:24", - "type": "" - } - ], - "src": "6497:482:24" - }, - { - "body": { - "nativeSrc": "7079:92:24", - "nodeType": "YulBlock", - "src": "7079:92:24", - "statements": [ - { - "nativeSrc": "7089:26:24", - "nodeType": "YulAssignment", - "src": "7089:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7101:9:24", - "nodeType": "YulIdentifier", - "src": "7101:9:24" - }, - { - "kind": "number", - "nativeSrc": "7112:2:24", - "nodeType": "YulLiteral", - "src": "7112:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7097:3:24", - "nodeType": "YulIdentifier", - "src": "7097:3:24" - }, - "nativeSrc": "7097:18:24", - "nodeType": "YulFunctionCall", - "src": "7097:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "7089:4:24", - "nodeType": "YulIdentifier", - "src": "7089:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7131:9:24", - "nodeType": "YulIdentifier", - "src": "7131:9:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "7156:6:24", - "nodeType": "YulIdentifier", - "src": "7156:6:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "7149:6:24", - "nodeType": "YulIdentifier", - "src": "7149:6:24" - }, - "nativeSrc": "7149:14:24", - "nodeType": "YulFunctionCall", - "src": "7149:14:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "7142:6:24", - "nodeType": "YulIdentifier", - "src": "7142:6:24" - }, - "nativeSrc": "7142:22:24", - "nodeType": "YulFunctionCall", - "src": "7142:22:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7124:6:24", - "nodeType": "YulIdentifier", - "src": "7124:6:24" - }, - "nativeSrc": "7124:41:24", - "nodeType": "YulFunctionCall", - "src": "7124:41:24" - }, - "nativeSrc": "7124:41:24", - "nodeType": "YulExpressionStatement", - "src": "7124:41:24" - } - ] - }, - "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", - "nativeSrc": "6984:187:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7048:9:24", - "nodeType": "YulTypedName", - "src": "7048:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "7059:6:24", - "nodeType": "YulTypedName", - "src": "7059:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "7070:4:24", - "nodeType": "YulTypedName", - "src": "7070:4:24", - "type": "" - } - ], - "src": "6984:187:24" - }, - { - "body": { - "nativeSrc": "7261:171:24", - "nodeType": "YulBlock", - "src": "7261:171:24", - "statements": [ - { - "body": { - "nativeSrc": "7307:16:24", - "nodeType": "YulBlock", - "src": "7307:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7316:1:24", - "nodeType": "YulLiteral", - "src": "7316:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7319:1:24", - "nodeType": "YulLiteral", - "src": "7319:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "7309:6:24", - "nodeType": "YulIdentifier", - "src": "7309:6:24" - }, - "nativeSrc": "7309:12:24", - "nodeType": "YulFunctionCall", - "src": "7309:12:24" - }, - "nativeSrc": "7309:12:24", - "nodeType": "YulExpressionStatement", - "src": "7309:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "7282:7:24", - "nodeType": "YulIdentifier", - "src": "7282:7:24" - }, - { - "name": "headStart", - "nativeSrc": "7291:9:24", - "nodeType": "YulIdentifier", - "src": "7291:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "7278:3:24", - "nodeType": "YulIdentifier", - "src": "7278:3:24" - }, - "nativeSrc": "7278:23:24", - "nodeType": "YulFunctionCall", - "src": "7278:23:24" - }, - { - "kind": "number", - "nativeSrc": "7303:2:24", - "nodeType": "YulLiteral", - "src": "7303:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "7274:3:24", - "nodeType": "YulIdentifier", - "src": "7274:3:24" - }, - "nativeSrc": "7274:32:24", - "nodeType": "YulFunctionCall", - "src": "7274:32:24" - }, - "nativeSrc": "7271:52:24", - "nodeType": "YulIf", - "src": "7271:52:24" - }, - { - "nativeSrc": "7332:38:24", - "nodeType": "YulAssignment", - "src": "7332:38:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7360:9:24", - "nodeType": "YulIdentifier", - "src": "7360:9:24" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "7342:17:24", - "nodeType": "YulIdentifier", - "src": "7342:17:24" - }, - "nativeSrc": "7342:28:24", - "nodeType": "YulFunctionCall", - "src": "7342:28:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "7332:6:24", - "nodeType": "YulIdentifier", - "src": "7332:6:24" - } - ] - }, - { - "nativeSrc": "7379:47:24", - "nodeType": "YulAssignment", - "src": "7379:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7411:9:24", - "nodeType": "YulIdentifier", - "src": "7411:9:24" - }, - { - "kind": "number", - "nativeSrc": "7422:2:24", - "nodeType": "YulLiteral", - "src": "7422:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7407:3:24", - "nodeType": "YulIdentifier", - "src": "7407:3:24" - }, - "nativeSrc": "7407:18:24", - "nodeType": "YulFunctionCall", - "src": "7407:18:24" - } - ], - "functionName": { - "name": "abi_decode_uint32", - "nativeSrc": "7389:17:24", - "nodeType": "YulIdentifier", - "src": "7389:17:24" - }, - "nativeSrc": "7389:37:24", - "nodeType": "YulFunctionCall", - "src": "7389:37:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "7379:6:24", - "nodeType": "YulIdentifier", - "src": "7379:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_uint32", - "nativeSrc": "7176:256:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7219:9:24", - "nodeType": "YulTypedName", - "src": "7219:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "7230:7:24", - "nodeType": "YulTypedName", - "src": "7230:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "7242:6:24", - "nodeType": "YulTypedName", - "src": "7242:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "7250:6:24", - "nodeType": "YulTypedName", - "src": "7250:6:24", - "type": "" - } - ], - "src": "7176:256:24" - }, - { - "body": { - "nativeSrc": "7560:562:24", - "nodeType": "YulBlock", - "src": "7560:562:24", - "statements": [ - { - "body": { - "nativeSrc": "7606:16:24", - "nodeType": "YulBlock", - "src": "7606:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7615:1:24", - "nodeType": "YulLiteral", - "src": "7615:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7618:1:24", - "nodeType": "YulLiteral", - "src": "7618:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "7608:6:24", - "nodeType": "YulIdentifier", - "src": "7608:6:24" - }, - "nativeSrc": "7608:12:24", - "nodeType": "YulFunctionCall", - "src": "7608:12:24" - }, - "nativeSrc": "7608:12:24", - "nodeType": "YulExpressionStatement", - "src": "7608:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "7581:7:24", - "nodeType": "YulIdentifier", - "src": "7581:7:24" - }, - { - "name": "headStart", - "nativeSrc": "7590:9:24", - "nodeType": "YulIdentifier", - "src": "7590:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "7577:3:24", - "nodeType": "YulIdentifier", - "src": "7577:3:24" - }, - "nativeSrc": "7577:23:24", - "nodeType": "YulFunctionCall", - "src": "7577:23:24" - }, - { - "kind": "number", - "nativeSrc": "7602:2:24", - "nodeType": "YulLiteral", - "src": "7602:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "7573:3:24", - "nodeType": "YulIdentifier", - "src": "7573:3:24" - }, - "nativeSrc": "7573:32:24", - "nodeType": "YulFunctionCall", - "src": "7573:32:24" - }, - "nativeSrc": "7570:52:24", - "nodeType": "YulIf", - "src": "7570:52:24" - }, - { - "nativeSrc": "7631:36:24", - "nodeType": "YulVariableDeclaration", - "src": "7631:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7657:9:24", - "nodeType": "YulIdentifier", - "src": "7657:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "7644:12:24", - "nodeType": "YulIdentifier", - "src": "7644:12:24" - }, - "nativeSrc": "7644:23:24", - "nodeType": "YulFunctionCall", - "src": "7644:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "7635:5:24", - "nodeType": "YulTypedName", - "src": "7635:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "7701:5:24", - "nodeType": "YulIdentifier", - "src": "7701:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "7676:24:24", - "nodeType": "YulIdentifier", - "src": "7676:24:24" - }, - "nativeSrc": "7676:31:24", - "nodeType": "YulFunctionCall", - "src": "7676:31:24" - }, - "nativeSrc": "7676:31:24", - "nodeType": "YulExpressionStatement", - "src": "7676:31:24" - }, - { - "nativeSrc": "7716:15:24", - "nodeType": "YulAssignment", - "src": "7716:15:24", - "value": { - "name": "value", - "nativeSrc": "7726:5:24", - "nodeType": "YulIdentifier", - "src": "7726:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "7716:6:24", - "nodeType": "YulIdentifier", - "src": "7716:6:24" - } - ] - }, - { - "nativeSrc": "7740:47:24", - "nodeType": "YulVariableDeclaration", - "src": "7740:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7772:9:24", - "nodeType": "YulIdentifier", - "src": "7772:9:24" - }, - { - "kind": "number", - "nativeSrc": "7783:2:24", - "nodeType": "YulLiteral", - "src": "7783:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7768:3:24", - "nodeType": "YulIdentifier", - "src": "7768:3:24" - }, - "nativeSrc": "7768:18:24", - "nodeType": "YulFunctionCall", - "src": "7768:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "7755:12:24", - "nodeType": "YulIdentifier", - "src": "7755:12:24" - }, - "nativeSrc": "7755:32:24", - "nodeType": "YulFunctionCall", - "src": "7755:32:24" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "7744:7:24", - "nodeType": "YulTypedName", - "src": "7744:7:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "7821:7:24", - "nodeType": "YulIdentifier", - "src": "7821:7:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "7796:24:24", - "nodeType": "YulIdentifier", - "src": "7796:24:24" - }, - "nativeSrc": "7796:33:24", - "nodeType": "YulFunctionCall", - "src": "7796:33:24" - }, - "nativeSrc": "7796:33:24", - "nodeType": "YulExpressionStatement", - "src": "7796:33:24" - }, - { - "nativeSrc": "7838:17:24", - "nodeType": "YulAssignment", - "src": "7838:17:24", - "value": { - "name": "value_1", - "nativeSrc": "7848:7:24", - "nodeType": "YulIdentifier", - "src": "7848:7:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "7838:6:24", - "nodeType": "YulIdentifier", - "src": "7838:6:24" - } - ] - }, - { - "nativeSrc": "7864:46:24", - "nodeType": "YulVariableDeclaration", - "src": "7864:46:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7895:9:24", - "nodeType": "YulIdentifier", - "src": "7895:9:24" - }, - { - "kind": "number", - "nativeSrc": "7906:2:24", - "nodeType": "YulLiteral", - "src": "7906:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7891:3:24", - "nodeType": "YulIdentifier", - "src": "7891:3:24" - }, - "nativeSrc": "7891:18:24", - "nodeType": "YulFunctionCall", - "src": "7891:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "7878:12:24", - "nodeType": "YulIdentifier", - "src": "7878:12:24" - }, - "nativeSrc": "7878:32:24", - "nodeType": "YulFunctionCall", - "src": "7878:32:24" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "7868:6:24", - "nodeType": "YulTypedName", - "src": "7868:6:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "7953:16:24", - "nodeType": "YulBlock", - "src": "7953:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7962:1:24", - "nodeType": "YulLiteral", - "src": "7962:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7965:1:24", - "nodeType": "YulLiteral", - "src": "7965:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "7955:6:24", - "nodeType": "YulIdentifier", - "src": "7955:6:24" - }, - "nativeSrc": "7955:12:24", - "nodeType": "YulFunctionCall", - "src": "7955:12:24" - }, - "nativeSrc": "7955:12:24", - "nodeType": "YulExpressionStatement", - "src": "7955:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "7925:6:24", - "nodeType": "YulIdentifier", - "src": "7925:6:24" - }, - { - "kind": "number", - "nativeSrc": "7933:18:24", - "nodeType": "YulLiteral", - "src": "7933:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "7922:2:24", - "nodeType": "YulIdentifier", - "src": "7922:2:24" - }, - "nativeSrc": "7922:30:24", - "nodeType": "YulFunctionCall", - "src": "7922:30:24" - }, - "nativeSrc": "7919:50:24", - "nodeType": "YulIf", - "src": "7919:50:24" - }, - { - "nativeSrc": "7978:84:24", - "nodeType": "YulVariableDeclaration", - "src": "7978:84:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8034:9:24", - "nodeType": "YulIdentifier", - "src": "8034:9:24" - }, - { - "name": "offset", - "nativeSrc": "8045:6:24", - "nodeType": "YulIdentifier", - "src": "8045:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8030:3:24", - "nodeType": "YulIdentifier", - "src": "8030:3:24" - }, - "nativeSrc": "8030:22:24", - "nodeType": "YulFunctionCall", - "src": "8030:22:24" - }, - { - "name": "dataEnd", - "nativeSrc": "8054:7:24", - "nodeType": "YulIdentifier", - "src": "8054:7:24" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "8004:25:24", - "nodeType": "YulIdentifier", - "src": "8004:25:24" - }, - "nativeSrc": "8004:58:24", - "nodeType": "YulFunctionCall", - "src": "8004:58:24" - }, - "variables": [ - { - "name": "value2_1", - "nativeSrc": "7982:8:24", - "nodeType": "YulTypedName", - "src": "7982:8:24", - "type": "" - }, - { - "name": "value3_1", - "nativeSrc": "7992:8:24", - "nodeType": "YulTypedName", - "src": "7992:8:24", - "type": "" - } - ] - }, - { - "nativeSrc": "8071:18:24", - "nodeType": "YulAssignment", - "src": "8071:18:24", - "value": { - "name": "value2_1", - "nativeSrc": "8081:8:24", - "nodeType": "YulIdentifier", - "src": "8081:8:24" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "8071:6:24", - "nodeType": "YulIdentifier", - "src": "8071:6:24" - } - ] - }, - { - "nativeSrc": "8098:18:24", - "nodeType": "YulAssignment", - "src": "8098:18:24", - "value": { - "name": "value3_1", - "nativeSrc": "8108:8:24", - "nodeType": "YulIdentifier", - "src": "8108:8:24" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "8098:6:24", - "nodeType": "YulIdentifier", - "src": "8098:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr", - "nativeSrc": "7437:685:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7502:9:24", - "nodeType": "YulTypedName", - "src": "7502:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "7513:7:24", - "nodeType": "YulTypedName", - "src": "7513:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "7525:6:24", - "nodeType": "YulTypedName", - "src": "7525:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "7533:6:24", - "nodeType": "YulTypedName", - "src": "7533:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "7541:6:24", - "nodeType": "YulTypedName", - "src": "7541:6:24", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "7549:6:24", - "nodeType": "YulTypedName", - "src": "7549:6:24", - "type": "" - } - ], - "src": "7437:685:24" - }, - { - "body": { - "nativeSrc": "8228:76:24", - "nodeType": "YulBlock", - "src": "8228:76:24", - "statements": [ - { - "nativeSrc": "8238:26:24", - "nodeType": "YulAssignment", - "src": "8238:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8250:9:24", - "nodeType": "YulIdentifier", - "src": "8250:9:24" - }, - { - "kind": "number", - "nativeSrc": "8261:2:24", - "nodeType": "YulLiteral", - "src": "8261:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8246:3:24", - "nodeType": "YulIdentifier", - "src": "8246:3:24" - }, - "nativeSrc": "8246:18:24", - "nodeType": "YulFunctionCall", - "src": "8246:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "8238:4:24", - "nodeType": "YulIdentifier", - "src": "8238:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8280:9:24", - "nodeType": "YulIdentifier", - "src": "8280:9:24" - }, - { - "name": "value0", - "nativeSrc": "8291:6:24", - "nodeType": "YulIdentifier", - "src": "8291:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8273:6:24", - "nodeType": "YulIdentifier", - "src": "8273:6:24" - }, - "nativeSrc": "8273:25:24", - "nodeType": "YulFunctionCall", - "src": "8273:25:24" - }, - "nativeSrc": "8273:25:24", - "nodeType": "YulExpressionStatement", - "src": "8273:25:24" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", - "nativeSrc": "8127:177:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "8197:9:24", - "nodeType": "YulTypedName", - "src": "8197:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "8208:6:24", - "nodeType": "YulTypedName", - "src": "8208:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "8219:4:24", - "nodeType": "YulTypedName", - "src": "8219:4:24", - "type": "" - } - ], - "src": "8127:177:24" - }, - { - "body": { - "nativeSrc": "8425:331:24", - "nodeType": "YulBlock", - "src": "8425:331:24", - "statements": [ - { - "body": { - "nativeSrc": "8471:16:24", - "nodeType": "YulBlock", - "src": "8471:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8480:1:24", - "nodeType": "YulLiteral", - "src": "8480:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "8483:1:24", - "nodeType": "YulLiteral", - "src": "8483:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "8473:6:24", - "nodeType": "YulIdentifier", - "src": "8473:6:24" - }, - "nativeSrc": "8473:12:24", - "nodeType": "YulFunctionCall", - "src": "8473:12:24" - }, - "nativeSrc": "8473:12:24", - "nodeType": "YulExpressionStatement", - "src": "8473:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "8446:7:24", - "nodeType": "YulIdentifier", - "src": "8446:7:24" - }, - { - "name": "headStart", - "nativeSrc": "8455:9:24", - "nodeType": "YulIdentifier", - "src": "8455:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "8442:3:24", - "nodeType": "YulIdentifier", - "src": "8442:3:24" - }, - "nativeSrc": "8442:23:24", - "nodeType": "YulFunctionCall", - "src": "8442:23:24" - }, - { - "kind": "number", - "nativeSrc": "8467:2:24", - "nodeType": "YulLiteral", - "src": "8467:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "8438:3:24", - "nodeType": "YulIdentifier", - "src": "8438:3:24" - }, - "nativeSrc": "8438:32:24", - "nodeType": "YulFunctionCall", - "src": "8438:32:24" - }, - "nativeSrc": "8435:52:24", - "nodeType": "YulIf", - "src": "8435:52:24" - }, - { - "nativeSrc": "8496:37:24", - "nodeType": "YulVariableDeclaration", - "src": "8496:37:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8523:9:24", - "nodeType": "YulIdentifier", - "src": "8523:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "8510:12:24", - "nodeType": "YulIdentifier", - "src": "8510:12:24" - }, - "nativeSrc": "8510:23:24", - "nodeType": "YulFunctionCall", - "src": "8510:23:24" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "8500:6:24", - "nodeType": "YulTypedName", - "src": "8500:6:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "8576:16:24", - "nodeType": "YulBlock", - "src": "8576:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8585:1:24", - "nodeType": "YulLiteral", - "src": "8585:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "8588:1:24", - "nodeType": "YulLiteral", - "src": "8588:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "8578:6:24", - "nodeType": "YulIdentifier", - "src": "8578:6:24" - }, - "nativeSrc": "8578:12:24", - "nodeType": "YulFunctionCall", - "src": "8578:12:24" - }, - "nativeSrc": "8578:12:24", - "nodeType": "YulExpressionStatement", - "src": "8578:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "8548:6:24", - "nodeType": "YulIdentifier", - "src": "8548:6:24" - }, - { - "kind": "number", - "nativeSrc": "8556:18:24", - "nodeType": "YulLiteral", - "src": "8556:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "8545:2:24", - "nodeType": "YulIdentifier", - "src": "8545:2:24" - }, - "nativeSrc": "8545:30:24", - "nodeType": "YulFunctionCall", - "src": "8545:30:24" - }, - "nativeSrc": "8542:50:24", - "nodeType": "YulIf", - "src": "8542:50:24" - }, - { - "nativeSrc": "8601:95:24", - "nodeType": "YulVariableDeclaration", - "src": "8601:95:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8668:9:24", - "nodeType": "YulIdentifier", - "src": "8668:9:24" - }, - { - "name": "offset", - "nativeSrc": "8679:6:24", - "nodeType": "YulIdentifier", - "src": "8679:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8664:3:24", - "nodeType": "YulIdentifier", - "src": "8664:3:24" - }, - "nativeSrc": "8664:22:24", - "nodeType": "YulFunctionCall", - "src": "8664:22:24" - }, - { - "name": "dataEnd", - "nativeSrc": "8688:7:24", - "nodeType": "YulIdentifier", - "src": "8688:7:24" - } - ], - "functionName": { - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "8627:36:24", - "nodeType": "YulIdentifier", - "src": "8627:36:24" - }, - "nativeSrc": "8627:69:24", - "nodeType": "YulFunctionCall", - "src": "8627:69:24" - }, - "variables": [ - { - "name": "value0_1", - "nativeSrc": "8605:8:24", - "nodeType": "YulTypedName", - "src": "8605:8:24", - "type": "" - }, - { - "name": "value1_1", - "nativeSrc": "8615:8:24", - "nodeType": "YulTypedName", - "src": "8615:8:24", - "type": "" - } - ] - }, - { - "nativeSrc": "8705:18:24", - "nodeType": "YulAssignment", - "src": "8705:18:24", - "value": { - "name": "value0_1", - "nativeSrc": "8715:8:24", - "nodeType": "YulIdentifier", - "src": "8715:8:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "8705:6:24", - "nodeType": "YulIdentifier", - "src": "8705:6:24" - } - ] - }, - { - "nativeSrc": "8732:18:24", - "nodeType": "YulAssignment", - "src": "8732:18:24", - "value": { - "name": "value1_1", - "nativeSrc": "8742:8:24", - "nodeType": "YulIdentifier", - "src": "8742:8:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "8732:6:24", - "nodeType": "YulIdentifier", - "src": "8732:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "8309:447:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "8383:9:24", - "nodeType": "YulTypedName", - "src": "8383:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "8394:7:24", - "nodeType": "YulTypedName", - "src": "8394:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "8406:6:24", - "nodeType": "YulTypedName", - "src": "8406:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "8414:6:24", - "nodeType": "YulTypedName", - "src": "8414:6:24", - "type": "" - } - ], - "src": "8309:447:24" - }, - { - "body": { - "nativeSrc": "8827:184:24", - "nodeType": "YulBlock", - "src": "8827:184:24", - "statements": [ - { - "nativeSrc": "8837:10:24", - "nodeType": "YulVariableDeclaration", - "src": "8837:10:24", - "value": { - "kind": "number", - "nativeSrc": "8846:1:24", - "nodeType": "YulLiteral", - "src": "8846:1:24", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "8841:1:24", - "nodeType": "YulTypedName", - "src": "8841:1:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "8906:63:24", - "nodeType": "YulBlock", - "src": "8906:63:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "8931:3:24", - "nodeType": "YulIdentifier", - "src": "8931:3:24" - }, - { - "name": "i", - "nativeSrc": "8936:1:24", - "nodeType": "YulIdentifier", - "src": "8936:1:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8927:3:24", - "nodeType": "YulIdentifier", - "src": "8927:3:24" - }, - "nativeSrc": "8927:11:24", - "nodeType": "YulFunctionCall", - "src": "8927:11:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "8950:3:24", - "nodeType": "YulIdentifier", - "src": "8950:3:24" - }, - { - "name": "i", - "nativeSrc": "8955:1:24", - "nodeType": "YulIdentifier", - "src": "8955:1:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8946:3:24", - "nodeType": "YulIdentifier", - "src": "8946:3:24" - }, - "nativeSrc": "8946:11:24", - "nodeType": "YulFunctionCall", - "src": "8946:11:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8940:5:24", - "nodeType": "YulIdentifier", - "src": "8940:5:24" - }, - "nativeSrc": "8940:18:24", - "nodeType": "YulFunctionCall", - "src": "8940:18:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8920:6:24", - "nodeType": "YulIdentifier", - "src": "8920:6:24" - }, - "nativeSrc": "8920:39:24", - "nodeType": "YulFunctionCall", - "src": "8920:39:24" - }, - "nativeSrc": "8920:39:24", - "nodeType": "YulExpressionStatement", - "src": "8920:39:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "8867:1:24", - "nodeType": "YulIdentifier", - "src": "8867:1:24" - }, - { - "name": "length", - "nativeSrc": "8870:6:24", - "nodeType": "YulIdentifier", - "src": "8870:6:24" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "8864:2:24", - "nodeType": "YulIdentifier", - "src": "8864:2:24" - }, - "nativeSrc": "8864:13:24", - "nodeType": "YulFunctionCall", - "src": "8864:13:24" - }, - "nativeSrc": "8856:113:24", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "8878:19:24", - "nodeType": "YulBlock", - "src": "8878:19:24", - "statements": [ - { - "nativeSrc": "8880:15:24", - "nodeType": "YulAssignment", - "src": "8880:15:24", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "8889:1:24", - "nodeType": "YulIdentifier", - "src": "8889:1:24" - }, - { - "kind": "number", - "nativeSrc": "8892:2:24", - "nodeType": "YulLiteral", - "src": "8892:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8885:3:24", - "nodeType": "YulIdentifier", - "src": "8885:3:24" - }, - "nativeSrc": "8885:10:24", - "nodeType": "YulFunctionCall", - "src": "8885:10:24" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "8880:1:24", - "nodeType": "YulIdentifier", - "src": "8880:1:24" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "8860:3:24", - "nodeType": "YulBlock", - "src": "8860:3:24", - "statements": [] - }, - "src": "8856:113:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "8989:3:24", - "nodeType": "YulIdentifier", - "src": "8989:3:24" - }, - { - "name": "length", - "nativeSrc": "8994:6:24", - "nodeType": "YulIdentifier", - "src": "8994:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8985:3:24", - "nodeType": "YulIdentifier", - "src": "8985:3:24" - }, - "nativeSrc": "8985:16:24", - "nodeType": "YulFunctionCall", - "src": "8985:16:24" - }, - { - "kind": "number", - "nativeSrc": "9003:1:24", - "nodeType": "YulLiteral", - "src": "9003:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8978:6:24", - "nodeType": "YulIdentifier", - "src": "8978:6:24" - }, - "nativeSrc": "8978:27:24", - "nodeType": "YulFunctionCall", - "src": "8978:27:24" - }, - "nativeSrc": "8978:27:24", - "nodeType": "YulExpressionStatement", - "src": "8978:27:24" - } - ] - }, - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "8761:250:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "src", - "nativeSrc": "8805:3:24", - "nodeType": "YulTypedName", - "src": "8805:3:24", - "type": "" - }, - { - "name": "dst", - "nativeSrc": "8810:3:24", - "nodeType": "YulTypedName", - "src": "8810:3:24", - "type": "" - }, - { - "name": "length", - "nativeSrc": "8815:6:24", - "nodeType": "YulTypedName", - "src": "8815:6:24", - "type": "" - } - ], - "src": "8761:250:24" - }, - { - "body": { - "nativeSrc": "9185:822:24", - "nodeType": "YulBlock", - "src": "9185:822:24", - "statements": [ - { - "nativeSrc": "9195:32:24", - "nodeType": "YulVariableDeclaration", - "src": "9195:32:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9213:9:24", - "nodeType": "YulIdentifier", - "src": "9213:9:24" - }, - { - "kind": "number", - "nativeSrc": "9224:2:24", - "nodeType": "YulLiteral", - "src": "9224:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9209:3:24", - "nodeType": "YulIdentifier", - "src": "9209:3:24" - }, - "nativeSrc": "9209:18:24", - "nodeType": "YulFunctionCall", - "src": "9209:18:24" - }, - "variables": [ - { - "name": "tail_1", - "nativeSrc": "9199:6:24", - "nodeType": "YulTypedName", - "src": "9199:6:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9243:9:24", - "nodeType": "YulIdentifier", - "src": "9243:9:24" - }, - { - "kind": "number", - "nativeSrc": "9254:2:24", - "nodeType": "YulLiteral", - "src": "9254:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9236:6:24", - "nodeType": "YulIdentifier", - "src": "9236:6:24" - }, - "nativeSrc": "9236:21:24", - "nodeType": "YulFunctionCall", - "src": "9236:21:24" - }, - "nativeSrc": "9236:21:24", - "nodeType": "YulExpressionStatement", - "src": "9236:21:24" - }, - { - "nativeSrc": "9266:17:24", - "nodeType": "YulVariableDeclaration", - "src": "9266:17:24", - "value": { - "name": "tail_1", - "nativeSrc": "9277:6:24", - "nodeType": "YulIdentifier", - "src": "9277:6:24" - }, - "variables": [ - { - "name": "pos", - "nativeSrc": "9270:3:24", - "nodeType": "YulTypedName", - "src": "9270:3:24", - "type": "" - } - ] - }, - { - "nativeSrc": "9292:27:24", - "nodeType": "YulVariableDeclaration", - "src": "9292:27:24", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "9312:6:24", - "nodeType": "YulIdentifier", - "src": "9312:6:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9306:5:24", - "nodeType": "YulIdentifier", - "src": "9306:5:24" - }, - "nativeSrc": "9306:13:24", - "nodeType": "YulFunctionCall", - "src": "9306:13:24" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "9296:6:24", - "nodeType": "YulTypedName", - "src": "9296:6:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_1", - "nativeSrc": "9335:6:24", - "nodeType": "YulIdentifier", - "src": "9335:6:24" - }, - { - "name": "length", - "nativeSrc": "9343:6:24", - "nodeType": "YulIdentifier", - "src": "9343:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9328:6:24", - "nodeType": "YulIdentifier", - "src": "9328:6:24" - }, - "nativeSrc": "9328:22:24", - "nodeType": "YulFunctionCall", - "src": "9328:22:24" - }, - "nativeSrc": "9328:22:24", - "nodeType": "YulExpressionStatement", - "src": "9328:22:24" - }, - { - "nativeSrc": "9359:25:24", - "nodeType": "YulAssignment", - "src": "9359:25:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9370:9:24", - "nodeType": "YulIdentifier", - "src": "9370:9:24" - }, - { - "kind": "number", - "nativeSrc": "9381:2:24", - "nodeType": "YulLiteral", - "src": "9381:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9366:3:24", - "nodeType": "YulIdentifier", - "src": "9366:3:24" - }, - "nativeSrc": "9366:18:24", - "nodeType": "YulFunctionCall", - "src": "9366:18:24" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "9359:3:24", - "nodeType": "YulIdentifier", - "src": "9359:3:24" - } - ] - }, - { - "nativeSrc": "9393:53:24", - "nodeType": "YulVariableDeclaration", - "src": "9393:53:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9415:9:24", - "nodeType": "YulIdentifier", - "src": "9415:9:24" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9430:1:24", - "nodeType": "YulLiteral", - "src": "9430:1:24", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "9433:6:24", - "nodeType": "YulIdentifier", - "src": "9433:6:24" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "9426:3:24", - "nodeType": "YulIdentifier", - "src": "9426:3:24" - }, - "nativeSrc": "9426:14:24", - "nodeType": "YulFunctionCall", - "src": "9426:14:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9411:3:24", - "nodeType": "YulIdentifier", - "src": "9411:3:24" - }, - "nativeSrc": "9411:30:24", - "nodeType": "YulFunctionCall", - "src": "9411:30:24" - }, - { - "kind": "number", - "nativeSrc": "9443:2:24", - "nodeType": "YulLiteral", - "src": "9443:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9407:3:24", - "nodeType": "YulIdentifier", - "src": "9407:3:24" - }, - "nativeSrc": "9407:39:24", - "nodeType": "YulFunctionCall", - "src": "9407:39:24" - }, - "variables": [ - { - "name": "tail_2", - "nativeSrc": "9397:6:24", - "nodeType": "YulTypedName", - "src": "9397:6:24", - "type": "" - } - ] - }, - { - "nativeSrc": "9455:29:24", - "nodeType": "YulVariableDeclaration", - "src": "9455:29:24", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "9473:6:24", - "nodeType": "YulIdentifier", - "src": "9473:6:24" - }, - { - "kind": "number", - "nativeSrc": "9481:2:24", - "nodeType": "YulLiteral", - "src": "9481:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9469:3:24", - "nodeType": "YulIdentifier", - "src": "9469:3:24" - }, - "nativeSrc": "9469:15:24", - "nodeType": "YulFunctionCall", - "src": "9469:15:24" - }, - "variables": [ - { - "name": "srcPtr", - "nativeSrc": "9459:6:24", - "nodeType": "YulTypedName", - "src": "9459:6:24", - "type": "" - } - ] - }, - { - "nativeSrc": "9493:10:24", - "nodeType": "YulVariableDeclaration", - "src": "9493:10:24", - "value": { - "kind": "number", - "nativeSrc": "9502:1:24", - "nodeType": "YulLiteral", - "src": "9502:1:24", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "9497:1:24", - "nodeType": "YulTypedName", - "src": "9497:1:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "9561:417:24", - "nodeType": "YulBlock", - "src": "9561:417:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9582:3:24", - "nodeType": "YulIdentifier", - "src": "9582:3:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9595:6:24", - "nodeType": "YulIdentifier", - "src": "9595:6:24" - }, - { - "name": "headStart", - "nativeSrc": "9603:9:24", - "nodeType": "YulIdentifier", - "src": "9603:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "9591:3:24", - "nodeType": "YulIdentifier", - "src": "9591:3:24" - }, - "nativeSrc": "9591:22:24", - "nodeType": "YulFunctionCall", - "src": "9591:22:24" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9619:2:24", - "nodeType": "YulLiteral", - "src": "9619:2:24", - "type": "", - "value": "63" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "9615:3:24", - "nodeType": "YulIdentifier", - "src": "9615:3:24" - }, - "nativeSrc": "9615:7:24", - "nodeType": "YulFunctionCall", - "src": "9615:7:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9587:3:24", - "nodeType": "YulIdentifier", - "src": "9587:3:24" - }, - "nativeSrc": "9587:36:24", - "nodeType": "YulFunctionCall", - "src": "9587:36:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9575:6:24", - "nodeType": "YulIdentifier", - "src": "9575:6:24" - }, - "nativeSrc": "9575:49:24", - "nodeType": "YulFunctionCall", - "src": "9575:49:24" - }, - "nativeSrc": "9575:49:24", - "nodeType": "YulExpressionStatement", - "src": "9575:49:24" - }, - { - "nativeSrc": "9637:23:24", - "nodeType": "YulVariableDeclaration", - "src": "9637:23:24", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "9653:6:24", - "nodeType": "YulIdentifier", - "src": "9653:6:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9647:5:24", - "nodeType": "YulIdentifier", - "src": "9647:5:24" - }, - "nativeSrc": "9647:13:24", - "nodeType": "YulFunctionCall", - "src": "9647:13:24" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "9641:2:24", - "nodeType": "YulTypedName", - "src": "9641:2:24", - "type": "" - } - ] - }, - { - "nativeSrc": "9673:25:24", - "nodeType": "YulVariableDeclaration", - "src": "9673:25:24", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "9695:2:24", - "nodeType": "YulIdentifier", - "src": "9695:2:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9689:5:24", - "nodeType": "YulIdentifier", - "src": "9689:5:24" - }, - "nativeSrc": "9689:9:24", - "nodeType": "YulFunctionCall", - "src": "9689:9:24" - }, - "variables": [ - { - "name": "length_1", - "nativeSrc": "9677:8:24", - "nodeType": "YulTypedName", - "src": "9677:8:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9718:6:24", - "nodeType": "YulIdentifier", - "src": "9718:6:24" - }, - { - "name": "length_1", - "nativeSrc": "9726:8:24", - "nodeType": "YulIdentifier", - "src": "9726:8:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9711:6:24", - "nodeType": "YulIdentifier", - "src": "9711:6:24" - }, - "nativeSrc": "9711:24:24", - "nodeType": "YulFunctionCall", - "src": "9711:24:24" - }, - "nativeSrc": "9711:24:24", - "nodeType": "YulExpressionStatement", - "src": "9711:24:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "9787:2:24", - "nodeType": "YulIdentifier", - "src": "9787:2:24" - }, - { - "kind": "number", - "nativeSrc": "9791:2:24", - "nodeType": "YulLiteral", - "src": "9791:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9783:3:24", - "nodeType": "YulIdentifier", - "src": "9783:3:24" - }, - "nativeSrc": "9783:11:24", - "nodeType": "YulFunctionCall", - "src": "9783:11:24" - }, - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9800:6:24", - "nodeType": "YulIdentifier", - "src": "9800:6:24" - }, - { - "kind": "number", - "nativeSrc": "9808:2:24", - "nodeType": "YulLiteral", - "src": "9808:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9796:3:24", - "nodeType": "YulIdentifier", - "src": "9796:3:24" - }, - "nativeSrc": "9796:15:24", - "nodeType": "YulFunctionCall", - "src": "9796:15:24" - }, - { - "name": "length_1", - "nativeSrc": "9813:8:24", - "nodeType": "YulIdentifier", - "src": "9813:8:24" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "9748:34:24", - "nodeType": "YulIdentifier", - "src": "9748:34:24" - }, - "nativeSrc": "9748:74:24", - "nodeType": "YulFunctionCall", - "src": "9748:74:24" - }, - "nativeSrc": "9748:74:24", - "nodeType": "YulExpressionStatement", - "src": "9748:74:24" - }, - { - "nativeSrc": "9835:63:24", - "nodeType": "YulAssignment", - "src": "9835:63:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9853:6:24", - "nodeType": "YulIdentifier", - "src": "9853:6:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length_1", - "nativeSrc": "9869:8:24", - "nodeType": "YulIdentifier", - "src": "9869:8:24" - }, - { - "kind": "number", - "nativeSrc": "9879:2:24", - "nodeType": "YulLiteral", - "src": "9879:2:24", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9865:3:24", - "nodeType": "YulIdentifier", - "src": "9865:3:24" - }, - "nativeSrc": "9865:17:24", - "nodeType": "YulFunctionCall", - "src": "9865:17:24" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9888:2:24", - "nodeType": "YulLiteral", - "src": "9888:2:24", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "9884:3:24", - "nodeType": "YulIdentifier", - "src": "9884:3:24" - }, - "nativeSrc": "9884:7:24", - "nodeType": "YulFunctionCall", - "src": "9884:7:24" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "9861:3:24", - "nodeType": "YulIdentifier", - "src": "9861:3:24" - }, - "nativeSrc": "9861:31:24", - "nodeType": "YulFunctionCall", - "src": "9861:31:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9849:3:24", - "nodeType": "YulIdentifier", - "src": "9849:3:24" - }, - "nativeSrc": "9849:44:24", - "nodeType": "YulFunctionCall", - "src": "9849:44:24" - }, - { - "kind": "number", - "nativeSrc": "9895:2:24", - "nodeType": "YulLiteral", - "src": "9895:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9845:3:24", - "nodeType": "YulIdentifier", - "src": "9845:3:24" - }, - "nativeSrc": "9845:53:24", - "nodeType": "YulFunctionCall", - "src": "9845:53:24" - }, - "variableNames": [ - { - "name": "tail_2", - "nativeSrc": "9835:6:24", - "nodeType": "YulIdentifier", - "src": "9835:6:24" - } - ] - }, - { - "nativeSrc": "9911:25:24", - "nodeType": "YulAssignment", - "src": "9911:25:24", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "9925:6:24", - "nodeType": "YulIdentifier", - "src": "9925:6:24" - }, - { - "kind": "number", - "nativeSrc": "9933:2:24", - "nodeType": "YulLiteral", - "src": "9933:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9921:3:24", - "nodeType": "YulIdentifier", - "src": "9921:3:24" - }, - "nativeSrc": "9921:15:24", - "nodeType": "YulFunctionCall", - "src": "9921:15:24" - }, - "variableNames": [ - { - "name": "srcPtr", - "nativeSrc": "9911:6:24", - "nodeType": "YulIdentifier", - "src": "9911:6:24" - } - ] - }, - { - "nativeSrc": "9949:19:24", - "nodeType": "YulAssignment", - "src": "9949:19:24", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9960:3:24", - "nodeType": "YulIdentifier", - "src": "9960:3:24" - }, - { - "kind": "number", - "nativeSrc": "9965:2:24", - "nodeType": "YulLiteral", - "src": "9965:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9956:3:24", - "nodeType": "YulIdentifier", - "src": "9956:3:24" - }, - "nativeSrc": "9956:12:24", - "nodeType": "YulFunctionCall", - "src": "9956:12:24" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "9949:3:24", - "nodeType": "YulIdentifier", - "src": "9949:3:24" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "9523:1:24", - "nodeType": "YulIdentifier", - "src": "9523:1:24" - }, - { - "name": "length", - "nativeSrc": "9526:6:24", - "nodeType": "YulIdentifier", - "src": "9526:6:24" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "9520:2:24", - "nodeType": "YulIdentifier", - "src": "9520:2:24" - }, - "nativeSrc": "9520:13:24", - "nodeType": "YulFunctionCall", - "src": "9520:13:24" - }, - "nativeSrc": "9512:466:24", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "9534:18:24", - "nodeType": "YulBlock", - "src": "9534:18:24", - "statements": [ - { - "nativeSrc": "9536:14:24", - "nodeType": "YulAssignment", - "src": "9536:14:24", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "9545:1:24", - "nodeType": "YulIdentifier", - "src": "9545:1:24" - }, - { - "kind": "number", - "nativeSrc": "9548:1:24", - "nodeType": "YulLiteral", - "src": "9548:1:24", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9541:3:24", - "nodeType": "YulIdentifier", - "src": "9541:3:24" - }, - "nativeSrc": "9541:9:24", - "nodeType": "YulFunctionCall", - "src": "9541:9:24" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "9536:1:24", - "nodeType": "YulIdentifier", - "src": "9536:1:24" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "9516:3:24", - "nodeType": "YulBlock", - "src": "9516:3:24", - "statements": [] - }, - "src": "9512:466:24" - }, - { - "nativeSrc": "9987:14:24", - "nodeType": "YulAssignment", - "src": "9987:14:24", - "value": { - "name": "tail_2", - "nativeSrc": "9995:6:24", - "nodeType": "YulIdentifier", - "src": "9995:6:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "9987:4:24", - "nodeType": "YulIdentifier", - "src": "9987:4:24" - } - ] - } - ] - }, - "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:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "9154:9:24", - "nodeType": "YulTypedName", - "src": "9154:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "9165:6:24", - "nodeType": "YulTypedName", - "src": "9165:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "9176:4:24", - "nodeType": "YulTypedName", - "src": "9176:4:24", - "type": "" - } - ], - "src": "9016:991:24" - }, - { - "body": { - "nativeSrc": "10115:424:24", - "nodeType": "YulBlock", - "src": "10115:424:24", - "statements": [ - { - "body": { - "nativeSrc": "10161:16:24", - "nodeType": "YulBlock", - "src": "10161:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10170:1:24", - "nodeType": "YulLiteral", - "src": "10170:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10173:1:24", - "nodeType": "YulLiteral", - "src": "10173:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10163:6:24", - "nodeType": "YulIdentifier", - "src": "10163:6:24" - }, - "nativeSrc": "10163:12:24", - "nodeType": "YulFunctionCall", - "src": "10163:12:24" - }, - "nativeSrc": "10163:12:24", - "nodeType": "YulExpressionStatement", - "src": "10163:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "10136:7:24", - "nodeType": "YulIdentifier", - "src": "10136:7:24" - }, - { - "name": "headStart", - "nativeSrc": "10145:9:24", - "nodeType": "YulIdentifier", - "src": "10145:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "10132:3:24", - "nodeType": "YulIdentifier", - "src": "10132:3:24" - }, - "nativeSrc": "10132:23:24", - "nodeType": "YulFunctionCall", - "src": "10132:23:24" - }, - { - "kind": "number", - "nativeSrc": "10157:2:24", - "nodeType": "YulLiteral", - "src": "10157:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "10128:3:24", - "nodeType": "YulIdentifier", - "src": "10128:3:24" - }, - "nativeSrc": "10128:32:24", - "nodeType": "YulFunctionCall", - "src": "10128:32:24" - }, - "nativeSrc": "10125:52:24", - "nodeType": "YulIf", - "src": "10125:52:24" - }, - { - "nativeSrc": "10186:36:24", - "nodeType": "YulVariableDeclaration", - "src": "10186:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10212:9:24", - "nodeType": "YulIdentifier", - "src": "10212:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10199:12:24", - "nodeType": "YulIdentifier", - "src": "10199:12:24" - }, - "nativeSrc": "10199:23:24", - "nodeType": "YulFunctionCall", - "src": "10199:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "10190:5:24", - "nodeType": "YulTypedName", - "src": "10190:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "10256:5:24", - "nodeType": "YulIdentifier", - "src": "10256:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "10231:24:24", - "nodeType": "YulIdentifier", - "src": "10231:24:24" - }, - "nativeSrc": "10231:31:24", - "nodeType": "YulFunctionCall", - "src": "10231:31:24" - }, - "nativeSrc": "10231:31:24", - "nodeType": "YulExpressionStatement", - "src": "10231:31:24" - }, - { - "nativeSrc": "10271:15:24", - "nodeType": "YulAssignment", - "src": "10271:15:24", - "value": { - "name": "value", - "nativeSrc": "10281:5:24", - "nodeType": "YulIdentifier", - "src": "10281:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "10271:6:24", - "nodeType": "YulIdentifier", - "src": "10271:6:24" - } - ] - }, - { - "nativeSrc": "10295:47:24", - "nodeType": "YulVariableDeclaration", - "src": "10295:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10327:9:24", - "nodeType": "YulIdentifier", - "src": "10327:9:24" - }, - { - "kind": "number", - "nativeSrc": "10338:2:24", - "nodeType": "YulLiteral", - "src": "10338:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10323:3:24", - "nodeType": "YulIdentifier", - "src": "10323:3:24" - }, - "nativeSrc": "10323:18:24", - "nodeType": "YulFunctionCall", - "src": "10323:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10310:12:24", - "nodeType": "YulIdentifier", - "src": "10310:12:24" - }, - "nativeSrc": "10310:32:24", - "nodeType": "YulFunctionCall", - "src": "10310:32:24" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "10299:7:24", - "nodeType": "YulTypedName", - "src": "10299:7:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "10376:7:24", - "nodeType": "YulIdentifier", - "src": "10376:7:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "10351:24:24", - "nodeType": "YulIdentifier", - "src": "10351:24:24" - }, - "nativeSrc": "10351:33:24", - "nodeType": "YulFunctionCall", - "src": "10351:33:24" - }, - "nativeSrc": "10351:33:24", - "nodeType": "YulExpressionStatement", - "src": "10351:33:24" - }, - { - "nativeSrc": "10393:17:24", - "nodeType": "YulAssignment", - "src": "10393:17:24", - "value": { - "name": "value_1", - "nativeSrc": "10403:7:24", - "nodeType": "YulIdentifier", - "src": "10403:7:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "10393:6:24", - "nodeType": "YulIdentifier", - "src": "10393:6:24" - } - ] - }, - { - "nativeSrc": "10419:47:24", - "nodeType": "YulVariableDeclaration", - "src": "10419:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10451:9:24", - "nodeType": "YulIdentifier", - "src": "10451:9:24" - }, - { - "kind": "number", - "nativeSrc": "10462:2:24", - "nodeType": "YulLiteral", - "src": "10462:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10447:3:24", - "nodeType": "YulIdentifier", - "src": "10447:3:24" - }, - "nativeSrc": "10447:18:24", - "nodeType": "YulFunctionCall", - "src": "10447:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10434:12:24", - "nodeType": "YulIdentifier", - "src": "10434:12:24" - }, - "nativeSrc": "10434:32:24", - "nodeType": "YulFunctionCall", - "src": "10434:32:24" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "10423:7:24", - "nodeType": "YulTypedName", - "src": "10423:7:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_2", - "nativeSrc": "10499:7:24", - "nodeType": "YulIdentifier", - "src": "10499:7:24" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "10475:23:24", - "nodeType": "YulIdentifier", - "src": "10475:23:24" - }, - "nativeSrc": "10475:32:24", - "nodeType": "YulFunctionCall", - "src": "10475:32:24" - }, - "nativeSrc": "10475:32:24", - "nodeType": "YulExpressionStatement", - "src": "10475:32:24" - }, - { - "nativeSrc": "10516:17:24", - "nodeType": "YulAssignment", - "src": "10516:17:24", - "value": { - "name": "value_2", - "nativeSrc": "10526:7:24", - "nodeType": "YulIdentifier", - "src": "10526:7:24" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "10516:6:24", - "nodeType": "YulIdentifier", - "src": "10516:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_addresst_bytes4", - "nativeSrc": "10012:527:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10065:9:24", - "nodeType": "YulTypedName", - "src": "10065:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "10076:7:24", - "nodeType": "YulTypedName", - "src": "10076:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "10088:6:24", - "nodeType": "YulTypedName", - "src": "10088:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "10096:6:24", - "nodeType": "YulTypedName", - "src": "10096:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "10104:6:24", - "nodeType": "YulTypedName", - "src": "10104:6:24", - "type": "" - } - ], - "src": "10012:527:24" - }, - { - "body": { - "nativeSrc": "10665:152:24", - "nodeType": "YulBlock", - "src": "10665:152:24", - "statements": [ - { - "nativeSrc": "10675:26:24", - "nodeType": "YulAssignment", - "src": "10675:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10687:9:24", - "nodeType": "YulIdentifier", - "src": "10687:9:24" - }, - { - "kind": "number", - "nativeSrc": "10698:2:24", - "nodeType": "YulLiteral", - "src": "10698:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10683:3:24", - "nodeType": "YulIdentifier", - "src": "10683:3:24" - }, - "nativeSrc": "10683:18:24", - "nodeType": "YulFunctionCall", - "src": "10683:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "10675:4:24", - "nodeType": "YulIdentifier", - "src": "10675:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10717:9:24", - "nodeType": "YulIdentifier", - "src": "10717:9:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "10742:6:24", - "nodeType": "YulIdentifier", - "src": "10742:6:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10735:6:24", - "nodeType": "YulIdentifier", - "src": "10735:6:24" - }, - "nativeSrc": "10735:14:24", - "nodeType": "YulFunctionCall", - "src": "10735:14:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10728:6:24", - "nodeType": "YulIdentifier", - "src": "10728:6:24" - }, - "nativeSrc": "10728:22:24", - "nodeType": "YulFunctionCall", - "src": "10728:22:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10710:6:24", - "nodeType": "YulIdentifier", - "src": "10710:6:24" - }, - "nativeSrc": "10710:41:24", - "nodeType": "YulFunctionCall", - "src": "10710:41:24" - }, - "nativeSrc": "10710:41:24", - "nodeType": "YulExpressionStatement", - "src": "10710:41:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10771:9:24", - "nodeType": "YulIdentifier", - "src": "10771:9:24" - }, - { - "kind": "number", - "nativeSrc": "10782:2:24", - "nodeType": "YulLiteral", - "src": "10782:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10767:3:24", - "nodeType": "YulIdentifier", - "src": "10767:3:24" - }, - "nativeSrc": "10767:18:24", - "nodeType": "YulFunctionCall", - "src": "10767:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "10791:6:24", - "nodeType": "YulIdentifier", - "src": "10791:6:24" - }, - { - "kind": "number", - "nativeSrc": "10799:10:24", - "nodeType": "YulLiteral", - "src": "10799:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "10787:3:24", - "nodeType": "YulIdentifier", - "src": "10787:3:24" - }, - "nativeSrc": "10787:23:24", - "nodeType": "YulFunctionCall", - "src": "10787:23:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10760:6:24", - "nodeType": "YulIdentifier", - "src": "10760:6:24" - }, - "nativeSrc": "10760:51:24", - "nodeType": "YulFunctionCall", - "src": "10760:51:24" - }, - "nativeSrc": "10760:51:24", - "nodeType": "YulExpressionStatement", - "src": "10760:51:24" - } - ] - }, - "name": "abi_encode_tuple_t_bool_t_uint32__to_t_bool_t_uint32__fromStack_reversed", - "nativeSrc": "10544:273:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10626:9:24", - "nodeType": "YulTypedName", - "src": "10626:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "10637:6:24", - "nodeType": "YulTypedName", - "src": "10637:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "10645:6:24", - "nodeType": "YulTypedName", - "src": "10645:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "10656:4:24", - "nodeType": "YulTypedName", - "src": "10656:4:24", - "type": "" - } - ], - "src": "10544:273:24" - }, - { - "body": { - "nativeSrc": "10908:233:24", - "nodeType": "YulBlock", - "src": "10908:233:24", - "statements": [ - { - "body": { - "nativeSrc": "10954:16:24", - "nodeType": "YulBlock", - "src": "10954:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10963:1:24", - "nodeType": "YulLiteral", - "src": "10963:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10966:1:24", - "nodeType": "YulLiteral", - "src": "10966:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10956:6:24", - "nodeType": "YulIdentifier", - "src": "10956:6:24" - }, - "nativeSrc": "10956:12:24", - "nodeType": "YulFunctionCall", - "src": "10956:12:24" - }, - "nativeSrc": "10956:12:24", - "nodeType": "YulExpressionStatement", - "src": "10956:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "10929:7:24", - "nodeType": "YulIdentifier", - "src": "10929:7:24" - }, - { - "name": "headStart", - "nativeSrc": "10938:9:24", - "nodeType": "YulIdentifier", - "src": "10938:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "10925:3:24", - "nodeType": "YulIdentifier", - "src": "10925:3:24" - }, - "nativeSrc": "10925:23:24", - "nodeType": "YulFunctionCall", - "src": "10925:23:24" - }, - { - "kind": "number", - "nativeSrc": "10950:2:24", - "nodeType": "YulLiteral", - "src": "10950:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "10921:3:24", - "nodeType": "YulIdentifier", - "src": "10921:3:24" - }, - "nativeSrc": "10921:32:24", - "nodeType": "YulFunctionCall", - "src": "10921:32:24" - }, - "nativeSrc": "10918:52:24", - "nodeType": "YulIf", - "src": "10918:52:24" - }, - { - "nativeSrc": "10979:36:24", - "nodeType": "YulVariableDeclaration", - "src": "10979:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11005:9:24", - "nodeType": "YulIdentifier", - "src": "11005:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10992:12:24", - "nodeType": "YulIdentifier", - "src": "10992:12:24" - }, - "nativeSrc": "10992:23:24", - "nodeType": "YulFunctionCall", - "src": "10992:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "10983:5:24", - "nodeType": "YulTypedName", - "src": "10983:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "11049:5:24", - "nodeType": "YulIdentifier", - "src": "11049:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "11024:24:24", - "nodeType": "YulIdentifier", - "src": "11024:24:24" - }, - "nativeSrc": "11024:31:24", - "nodeType": "YulFunctionCall", - "src": "11024:31:24" - }, - "nativeSrc": "11024:31:24", - "nodeType": "YulExpressionStatement", - "src": "11024:31:24" - }, - { - "nativeSrc": "11064:15:24", - "nodeType": "YulAssignment", - "src": "11064:15:24", - "value": { - "name": "value", - "nativeSrc": "11074:5:24", - "nodeType": "YulIdentifier", - "src": "11074:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "11064:6:24", - "nodeType": "YulIdentifier", - "src": "11064:6:24" - } - ] - }, - { - "nativeSrc": "11088:47:24", - "nodeType": "YulAssignment", - "src": "11088:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11120:9:24", - "nodeType": "YulIdentifier", - "src": "11120:9:24" - }, - { - "kind": "number", - "nativeSrc": "11131:2:24", - "nodeType": "YulLiteral", - "src": "11131:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11116:3:24", - "nodeType": "YulIdentifier", - "src": "11116:3:24" - }, - "nativeSrc": "11116:18:24", - "nodeType": "YulFunctionCall", - "src": "11116:18:24" - } - ], - "functionName": { - "name": "abi_decode_uint32", - "nativeSrc": "11098:17:24", - "nodeType": "YulIdentifier", - "src": "11098:17:24" - }, - "nativeSrc": "11098:37:24", - "nodeType": "YulFunctionCall", - "src": "11098:37:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "11088:6:24", - "nodeType": "YulIdentifier", - "src": "11088:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_uint32", - "nativeSrc": "10822:319:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10866:9:24", - "nodeType": "YulTypedName", - "src": "10866:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "10877:7:24", - "nodeType": "YulTypedName", - "src": "10877:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "10889:6:24", - "nodeType": "YulTypedName", - "src": "10889:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "10897:6:24", - "nodeType": "YulTypedName", - "src": "10897:6:24", - "type": "" - } - ], - "src": "10822:319:24" - }, - { - "body": { - "nativeSrc": "11268:598:24", - "nodeType": "YulBlock", - "src": "11268:598:24", - "statements": [ - { - "body": { - "nativeSrc": "11314:16:24", - "nodeType": "YulBlock", - "src": "11314:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11323:1:24", - "nodeType": "YulLiteral", - "src": "11323:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11326:1:24", - "nodeType": "YulLiteral", - "src": "11326:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11316:6:24", - "nodeType": "YulIdentifier", - "src": "11316:6:24" - }, - "nativeSrc": "11316:12:24", - "nodeType": "YulFunctionCall", - "src": "11316:12:24" - }, - "nativeSrc": "11316:12:24", - "nodeType": "YulExpressionStatement", - "src": "11316:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "11289:7:24", - "nodeType": "YulIdentifier", - "src": "11289:7:24" - }, - { - "name": "headStart", - "nativeSrc": "11298:9:24", - "nodeType": "YulIdentifier", - "src": "11298:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "11285:3:24", - "nodeType": "YulIdentifier", - "src": "11285:3:24" - }, - "nativeSrc": "11285:23:24", - "nodeType": "YulFunctionCall", - "src": "11285:23:24" - }, - { - "kind": "number", - "nativeSrc": "11310:2:24", - "nodeType": "YulLiteral", - "src": "11310:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "11281:3:24", - "nodeType": "YulIdentifier", - "src": "11281:3:24" - }, - "nativeSrc": "11281:32:24", - "nodeType": "YulFunctionCall", - "src": "11281:32:24" - }, - "nativeSrc": "11278:52:24", - "nodeType": "YulIf", - "src": "11278:52:24" - }, - { - "nativeSrc": "11339:36:24", - "nodeType": "YulVariableDeclaration", - "src": "11339:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11365:9:24", - "nodeType": "YulIdentifier", - "src": "11365:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11352:12:24", - "nodeType": "YulIdentifier", - "src": "11352:12:24" - }, - "nativeSrc": "11352:23:24", - "nodeType": "YulFunctionCall", - "src": "11352:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "11343:5:24", - "nodeType": "YulTypedName", - "src": "11343:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "11409:5:24", - "nodeType": "YulIdentifier", - "src": "11409:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "11384:24:24", - "nodeType": "YulIdentifier", - "src": "11384:24:24" - }, - "nativeSrc": "11384:31:24", - "nodeType": "YulFunctionCall", - "src": "11384:31:24" - }, - "nativeSrc": "11384:31:24", - "nodeType": "YulExpressionStatement", - "src": "11384:31:24" - }, - { - "nativeSrc": "11424:15:24", - "nodeType": "YulAssignment", - "src": "11424:15:24", - "value": { - "name": "value", - "nativeSrc": "11434:5:24", - "nodeType": "YulIdentifier", - "src": "11434:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "11424:6:24", - "nodeType": "YulIdentifier", - "src": "11424:6:24" - } - ] - }, - { - "nativeSrc": "11448:46:24", - "nodeType": "YulVariableDeclaration", - "src": "11448:46:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11479:9:24", - "nodeType": "YulIdentifier", - "src": "11479:9:24" - }, - { - "kind": "number", - "nativeSrc": "11490:2:24", - "nodeType": "YulLiteral", - "src": "11490:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11475:3:24", - "nodeType": "YulIdentifier", - "src": "11475:3:24" - }, - "nativeSrc": "11475:18:24", - "nodeType": "YulFunctionCall", - "src": "11475:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11462:12:24", - "nodeType": "YulIdentifier", - "src": "11462:12:24" - }, - "nativeSrc": "11462:32:24", - "nodeType": "YulFunctionCall", - "src": "11462:32:24" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "11452:6:24", - "nodeType": "YulTypedName", - "src": "11452:6:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "11537:16:24", - "nodeType": "YulBlock", - "src": "11537:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11546:1:24", - "nodeType": "YulLiteral", - "src": "11546:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11549:1:24", - "nodeType": "YulLiteral", - "src": "11549:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11539:6:24", - "nodeType": "YulIdentifier", - "src": "11539:6:24" - }, - "nativeSrc": "11539:12:24", - "nodeType": "YulFunctionCall", - "src": "11539:12:24" - }, - "nativeSrc": "11539:12:24", - "nodeType": "YulExpressionStatement", - "src": "11539:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "11509:6:24", - "nodeType": "YulIdentifier", - "src": "11509:6:24" - }, - { - "kind": "number", - "nativeSrc": "11517:18:24", - "nodeType": "YulLiteral", - "src": "11517:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "11506:2:24", - "nodeType": "YulIdentifier", - "src": "11506:2:24" - }, - "nativeSrc": "11506:30:24", - "nodeType": "YulFunctionCall", - "src": "11506:30:24" - }, - "nativeSrc": "11503:50:24", - "nodeType": "YulIf", - "src": "11503:50:24" - }, - { - "nativeSrc": "11562:84:24", - "nodeType": "YulVariableDeclaration", - "src": "11562:84:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11618:9:24", - "nodeType": "YulIdentifier", - "src": "11618:9:24" - }, - { - "name": "offset", - "nativeSrc": "11629:6:24", - "nodeType": "YulIdentifier", - "src": "11629:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11614:3:24", - "nodeType": "YulIdentifier", - "src": "11614:3:24" - }, - "nativeSrc": "11614:22:24", - "nodeType": "YulFunctionCall", - "src": "11614:22:24" - }, - { - "name": "dataEnd", - "nativeSrc": "11638:7:24", - "nodeType": "YulIdentifier", - "src": "11638:7:24" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "11588:25:24", - "nodeType": "YulIdentifier", - "src": "11588:25:24" - }, - "nativeSrc": "11588:58:24", - "nodeType": "YulFunctionCall", - "src": "11588:58:24" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "11566:8:24", - "nodeType": "YulTypedName", - "src": "11566:8:24", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "11576:8:24", - "nodeType": "YulTypedName", - "src": "11576:8:24", - "type": "" - } - ] - }, - { - "nativeSrc": "11655:18:24", - "nodeType": "YulAssignment", - "src": "11655:18:24", - "value": { - "name": "value1_1", - "nativeSrc": "11665:8:24", - "nodeType": "YulIdentifier", - "src": "11665:8:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "11655:6:24", - "nodeType": "YulIdentifier", - "src": "11655:6:24" - } - ] - }, - { - "nativeSrc": "11682:18:24", - "nodeType": "YulAssignment", - "src": "11682:18:24", - "value": { - "name": "value2_1", - "nativeSrc": "11692:8:24", - "nodeType": "YulIdentifier", - "src": "11692:8:24" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "11682:6:24", - "nodeType": "YulIdentifier", - "src": "11682:6:24" - } - ] - }, - { - "nativeSrc": "11709:47:24", - "nodeType": "YulVariableDeclaration", - "src": "11709:47:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11741:9:24", - "nodeType": "YulIdentifier", - "src": "11741:9:24" - }, - { - "kind": "number", - "nativeSrc": "11752:2:24", - "nodeType": "YulLiteral", - "src": "11752:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11737:3:24", - "nodeType": "YulIdentifier", - "src": "11737:3:24" - }, - "nativeSrc": "11737:18:24", - "nodeType": "YulFunctionCall", - "src": "11737:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11724:12:24", - "nodeType": "YulIdentifier", - "src": "11724:12:24" - }, - "nativeSrc": "11724:32:24", - "nodeType": "YulFunctionCall", - "src": "11724:32:24" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "11713:7:24", - "nodeType": "YulTypedName", - "src": "11713:7:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "11818:16:24", - "nodeType": "YulBlock", - "src": "11818:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11827:1:24", - "nodeType": "YulLiteral", - "src": "11827:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11830:1:24", - "nodeType": "YulLiteral", - "src": "11830:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11820:6:24", - "nodeType": "YulIdentifier", - "src": "11820:6:24" - }, - "nativeSrc": "11820:12:24", - "nodeType": "YulFunctionCall", - "src": "11820:12:24" - }, - "nativeSrc": "11820:12:24", - "nodeType": "YulExpressionStatement", - "src": "11820:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "11778:7:24", - "nodeType": "YulIdentifier", - "src": "11778:7:24" - }, - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "11791:7:24", - "nodeType": "YulIdentifier", - "src": "11791:7:24" - }, - { - "kind": "number", - "nativeSrc": "11800:14:24", - "nodeType": "YulLiteral", - "src": "11800:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "11787:3:24", - "nodeType": "YulIdentifier", - "src": "11787:3:24" - }, - "nativeSrc": "11787:28:24", - "nodeType": "YulFunctionCall", - "src": "11787:28:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "11775:2:24", - "nodeType": "YulIdentifier", - "src": "11775:2:24" - }, - "nativeSrc": "11775:41:24", - "nodeType": "YulFunctionCall", - "src": "11775:41:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "11768:6:24", - "nodeType": "YulIdentifier", - "src": "11768:6:24" - }, - "nativeSrc": "11768:49:24", - "nodeType": "YulFunctionCall", - "src": "11768:49:24" - }, - "nativeSrc": "11765:69:24", - "nodeType": "YulIf", - "src": "11765:69:24" - }, - { - "nativeSrc": "11843:17:24", - "nodeType": "YulAssignment", - "src": "11843:17:24", - "value": { - "name": "value_1", - "nativeSrc": "11853:7:24", - "nodeType": "YulIdentifier", - "src": "11853:7:24" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "11843:6:24", - "nodeType": "YulIdentifier", - "src": "11843:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48", - "nativeSrc": "11146:720:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "11210:9:24", - "nodeType": "YulTypedName", - "src": "11210:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "11221:7:24", - "nodeType": "YulTypedName", - "src": "11221:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "11233:6:24", - "nodeType": "YulTypedName", - "src": "11233:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "11241:6:24", - "nodeType": "YulTypedName", - "src": "11241:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "11249:6:24", - "nodeType": "YulTypedName", - "src": "11249:6:24", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "11257:6:24", - "nodeType": "YulTypedName", - "src": "11257:6:24", - "type": "" - } - ], - "src": "11146:720:24" - }, - { - "body": { - "nativeSrc": "11998:136:24", - "nodeType": "YulBlock", - "src": "11998:136:24", - "statements": [ - { - "nativeSrc": "12008:26:24", - "nodeType": "YulAssignment", - "src": "12008:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12020:9:24", - "nodeType": "YulIdentifier", - "src": "12020:9:24" - }, - { - "kind": "number", - "nativeSrc": "12031:2:24", - "nodeType": "YulLiteral", - "src": "12031:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12016:3:24", - "nodeType": "YulIdentifier", - "src": "12016:3:24" - }, - "nativeSrc": "12016:18:24", - "nodeType": "YulFunctionCall", - "src": "12016:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "12008:4:24", - "nodeType": "YulIdentifier", - "src": "12008:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12050:9:24", - "nodeType": "YulIdentifier", - "src": "12050:9:24" - }, - { - "name": "value0", - "nativeSrc": "12061:6:24", - "nodeType": "YulIdentifier", - "src": "12061:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12043:6:24", - "nodeType": "YulIdentifier", - "src": "12043:6:24" - }, - "nativeSrc": "12043:25:24", - "nodeType": "YulFunctionCall", - "src": "12043:25:24" - }, - "nativeSrc": "12043:25:24", - "nodeType": "YulExpressionStatement", - "src": "12043:25:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12088:9:24", - "nodeType": "YulIdentifier", - "src": "12088:9:24" - }, - { - "kind": "number", - "nativeSrc": "12099:2:24", - "nodeType": "YulLiteral", - "src": "12099:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12084:3:24", - "nodeType": "YulIdentifier", - "src": "12084:3:24" - }, - "nativeSrc": "12084:18:24", - "nodeType": "YulFunctionCall", - "src": "12084:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "12108:6:24", - "nodeType": "YulIdentifier", - "src": "12108:6:24" - }, - { - "kind": "number", - "nativeSrc": "12116:10:24", - "nodeType": "YulLiteral", - "src": "12116:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12104:3:24", - "nodeType": "YulIdentifier", - "src": "12104:3:24" - }, - "nativeSrc": "12104:23:24", - "nodeType": "YulFunctionCall", - "src": "12104:23:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12077:6:24", - "nodeType": "YulIdentifier", - "src": "12077:6:24" - }, - "nativeSrc": "12077:51:24", - "nodeType": "YulFunctionCall", - "src": "12077:51:24" - }, - "nativeSrc": "12077:51:24", - "nodeType": "YulExpressionStatement", - "src": "12077:51:24" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32_t_uint32__to_t_bytes32_t_uint32__fromStack_reversed", - "nativeSrc": "11871:263:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "11959:9:24", - "nodeType": "YulTypedName", - "src": "11959:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "11970:6:24", - "nodeType": "YulTypedName", - "src": "11970:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "11978:6:24", - "nodeType": "YulTypedName", - "src": "11978:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "11989:4:24", - "nodeType": "YulTypedName", - "src": "11989:4:24", - "type": "" - } - ], - "src": "11871:263:24" - }, - { - "body": { - "nativeSrc": "12171:152:24", - "nodeType": "YulBlock", - "src": "12171:152:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12188:1:24", - "nodeType": "YulLiteral", - "src": "12188:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "12191:77:24", - "nodeType": "YulLiteral", - "src": "12191:77:24", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12181:6:24", - "nodeType": "YulIdentifier", - "src": "12181:6:24" - }, - "nativeSrc": "12181:88:24", - "nodeType": "YulFunctionCall", - "src": "12181:88:24" - }, - "nativeSrc": "12181:88:24", - "nodeType": "YulExpressionStatement", - "src": "12181:88:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12285:1:24", - "nodeType": "YulLiteral", - "src": "12285:1:24", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "12288:4:24", - "nodeType": "YulLiteral", - "src": "12288:4:24", - "type": "", - "value": "0x32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12278:6:24", - "nodeType": "YulIdentifier", - "src": "12278:6:24" - }, - "nativeSrc": "12278:15:24", - "nodeType": "YulFunctionCall", - "src": "12278:15:24" - }, - "nativeSrc": "12278:15:24", - "nodeType": "YulExpressionStatement", - "src": "12278:15:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12309:1:24", - "nodeType": "YulLiteral", - "src": "12309:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "12312:4:24", - "nodeType": "YulLiteral", - "src": "12312:4:24", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "12302:6:24", - "nodeType": "YulIdentifier", - "src": "12302:6:24" - }, - "nativeSrc": "12302:15:24", - "nodeType": "YulFunctionCall", - "src": "12302:15:24" - }, - "nativeSrc": "12302:15:24", - "nodeType": "YulExpressionStatement", - "src": "12302:15:24" - } - ] - }, - "name": "panic_error_0x32", - "nativeSrc": "12139:184:24", - "nodeType": "YulFunctionDefinition", - "src": "12139:184:24" - }, - { - "body": { - "nativeSrc": "12397:176:24", - "nodeType": "YulBlock", - "src": "12397:176:24", - "statements": [ - { - "body": { - "nativeSrc": "12443:16:24", - "nodeType": "YulBlock", - "src": "12443:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12452:1:24", - "nodeType": "YulLiteral", - "src": "12452:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "12455:1:24", - "nodeType": "YulLiteral", - "src": "12455:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "12445:6:24", - "nodeType": "YulIdentifier", - "src": "12445:6:24" - }, - "nativeSrc": "12445:12:24", - "nodeType": "YulFunctionCall", - "src": "12445:12:24" - }, - "nativeSrc": "12445:12:24", - "nodeType": "YulExpressionStatement", - "src": "12445:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "12418:7:24", - "nodeType": "YulIdentifier", - "src": "12418:7:24" - }, - { - "name": "headStart", - "nativeSrc": "12427:9:24", - "nodeType": "YulIdentifier", - "src": "12427:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "12414:3:24", - "nodeType": "YulIdentifier", - "src": "12414:3:24" - }, - "nativeSrc": "12414:23:24", - "nodeType": "YulFunctionCall", - "src": "12414:23:24" - }, - { - "kind": "number", - "nativeSrc": "12439:2:24", - "nodeType": "YulLiteral", - "src": "12439:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "12410:3:24", - "nodeType": "YulIdentifier", - "src": "12410:3:24" - }, - "nativeSrc": "12410:32:24", - "nodeType": "YulFunctionCall", - "src": "12410:32:24" - }, - "nativeSrc": "12407:52:24", - "nodeType": "YulIf", - "src": "12407:52:24" - }, - { - "nativeSrc": "12468:36:24", - "nodeType": "YulVariableDeclaration", - "src": "12468:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12494:9:24", - "nodeType": "YulIdentifier", - "src": "12494:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "12481:12:24", - "nodeType": "YulIdentifier", - "src": "12481:12:24" - }, - "nativeSrc": "12481:23:24", - "nodeType": "YulFunctionCall", - "src": "12481:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "12472:5:24", - "nodeType": "YulTypedName", - "src": "12472:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "12537:5:24", - "nodeType": "YulIdentifier", - "src": "12537:5:24" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "12513:23:24", - "nodeType": "YulIdentifier", - "src": "12513:23:24" - }, - "nativeSrc": "12513:30:24", - "nodeType": "YulFunctionCall", - "src": "12513:30:24" - }, - "nativeSrc": "12513:30:24", - "nodeType": "YulExpressionStatement", - "src": "12513:30:24" - }, - { - "nativeSrc": "12552:15:24", - "nodeType": "YulAssignment", - "src": "12552:15:24", - "value": { - "name": "value", - "nativeSrc": "12562:5:24", - "nodeType": "YulIdentifier", - "src": "12562:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "12552:6:24", - "nodeType": "YulIdentifier", - "src": "12552:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes4", - "nativeSrc": "12328:245:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "12363:9:24", - "nodeType": "YulTypedName", - "src": "12363:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "12374:7:24", - "nodeType": "YulTypedName", - "src": "12374:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "12386:6:24", - "nodeType": "YulTypedName", - "src": "12386:6:24", - "type": "" - } - ], - "src": "12328:245:24" - }, - { - "body": { - "nativeSrc": "12679:125:24", - "nodeType": "YulBlock", - "src": "12679:125:24", - "statements": [ - { - "nativeSrc": "12689:26:24", - "nodeType": "YulAssignment", - "src": "12689:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12701:9:24", - "nodeType": "YulIdentifier", - "src": "12701:9:24" - }, - { - "kind": "number", - "nativeSrc": "12712:2:24", - "nodeType": "YulLiteral", - "src": "12712:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12697:3:24", - "nodeType": "YulIdentifier", - "src": "12697:3:24" - }, - "nativeSrc": "12697:18:24", - "nodeType": "YulFunctionCall", - "src": "12697:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "12689:4:24", - "nodeType": "YulIdentifier", - "src": "12689:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12731:9:24", - "nodeType": "YulIdentifier", - "src": "12731:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "12746:6:24", - "nodeType": "YulIdentifier", - "src": "12746:6:24" - }, - { - "kind": "number", - "nativeSrc": "12754:42:24", - "nodeType": "YulLiteral", - "src": "12754:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12742:3:24", - "nodeType": "YulIdentifier", - "src": "12742:3:24" - }, - "nativeSrc": "12742:55:24", - "nodeType": "YulFunctionCall", - "src": "12742:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12724:6:24", - "nodeType": "YulIdentifier", - "src": "12724:6:24" - }, - "nativeSrc": "12724:74:24", - "nodeType": "YulFunctionCall", - "src": "12724:74:24" - }, - "nativeSrc": "12724:74:24", - "nodeType": "YulExpressionStatement", - "src": "12724:74:24" - } - ] - }, - "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", - "nativeSrc": "12578:226:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "12648:9:24", - "nodeType": "YulTypedName", - "src": "12648:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "12659:6:24", - "nodeType": "YulTypedName", - "src": "12659:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "12670:4:24", - "nodeType": "YulTypedName", - "src": "12670:4:24", - "type": "" - } - ], - "src": "12578:226:24" - }, - { - "body": { - "nativeSrc": "12964:333:24", - "nodeType": "YulBlock", - "src": "12964:333:24", - "statements": [ - { - "nativeSrc": "12974:26:24", - "nodeType": "YulAssignment", - "src": "12974:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12986:9:24", - "nodeType": "YulIdentifier", - "src": "12986:9:24" - }, - { - "kind": "number", - "nativeSrc": "12997:2:24", - "nodeType": "YulLiteral", - "src": "12997:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12982:3:24", - "nodeType": "YulIdentifier", - "src": "12982:3:24" - }, - "nativeSrc": "12982:18:24", - "nodeType": "YulFunctionCall", - "src": "12982:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "12974:4:24", - "nodeType": "YulIdentifier", - "src": "12974:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13016:9:24", - "nodeType": "YulIdentifier", - "src": "13016:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "13031:6:24", - "nodeType": "YulIdentifier", - "src": "13031:6:24" - }, - { - "kind": "number", - "nativeSrc": "13039:42:24", - "nodeType": "YulLiteral", - "src": "13039:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13027:3:24", - "nodeType": "YulIdentifier", - "src": "13027:3:24" - }, - "nativeSrc": "13027:55:24", - "nodeType": "YulFunctionCall", - "src": "13027:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13009:6:24", - "nodeType": "YulIdentifier", - "src": "13009:6:24" - }, - "nativeSrc": "13009:74:24", - "nodeType": "YulFunctionCall", - "src": "13009:74:24" - }, - "nativeSrc": "13009:74:24", - "nodeType": "YulExpressionStatement", - "src": "13009:74:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13103:9:24", - "nodeType": "YulIdentifier", - "src": "13103:9:24" - }, - { - "kind": "number", - "nativeSrc": "13114:2:24", - "nodeType": "YulLiteral", - "src": "13114:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13099:3:24", - "nodeType": "YulIdentifier", - "src": "13099:3:24" - }, - "nativeSrc": "13099:18:24", - "nodeType": "YulFunctionCall", - "src": "13099:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "13123:6:24", - "nodeType": "YulIdentifier", - "src": "13123:6:24" - }, - { - "kind": "number", - "nativeSrc": "13131:42:24", - "nodeType": "YulLiteral", - "src": "13131:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13119:3:24", - "nodeType": "YulIdentifier", - "src": "13119:3:24" - }, - "nativeSrc": "13119:55:24", - "nodeType": "YulFunctionCall", - "src": "13119:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13092:6:24", - "nodeType": "YulIdentifier", - "src": "13092:6:24" - }, - "nativeSrc": "13092:83:24", - "nodeType": "YulFunctionCall", - "src": "13092:83:24" - }, - "nativeSrc": "13092:83:24", - "nodeType": "YulExpressionStatement", - "src": "13092:83:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13195:9:24", - "nodeType": "YulIdentifier", - "src": "13195:9:24" - }, - { - "kind": "number", - "nativeSrc": "13206:2:24", - "nodeType": "YulLiteral", - "src": "13206:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13191:3:24", - "nodeType": "YulIdentifier", - "src": "13191:3:24" - }, - "nativeSrc": "13191:18:24", - "nodeType": "YulFunctionCall", - "src": "13191:18:24" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "13215:6:24", - "nodeType": "YulIdentifier", - "src": "13215:6:24" - }, - { - "kind": "number", - "nativeSrc": "13223:66:24", - "nodeType": "YulLiteral", - "src": "13223:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13211:3:24", - "nodeType": "YulIdentifier", - "src": "13211:3:24" - }, - "nativeSrc": "13211:79:24", - "nodeType": "YulFunctionCall", - "src": "13211:79:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13184:6:24", - "nodeType": "YulIdentifier", - "src": "13184:6:24" - }, - "nativeSrc": "13184:107:24", - "nodeType": "YulFunctionCall", - "src": "13184:107:24" - }, - "nativeSrc": "13184:107:24", - "nodeType": "YulExpressionStatement", - "src": "13184:107:24" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed", - "nativeSrc": "12809:488:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "12917:9:24", - "nodeType": "YulTypedName", - "src": "12917:9:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "12928:6:24", - "nodeType": "YulTypedName", - "src": "12928:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "12936:6:24", - "nodeType": "YulTypedName", - "src": "12936:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "12944:6:24", - "nodeType": "YulTypedName", - "src": "12944:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "12955:4:24", - "nodeType": "YulTypedName", - "src": "12955:4:24", - "type": "" - } - ], - "src": "12809:488:24" - }, - { - "body": { - "nativeSrc": "13410:101:24", - "nodeType": "YulBlock", - "src": "13410:101:24", - "statements": [ - { - "nativeSrc": "13420:26:24", - "nodeType": "YulAssignment", - "src": "13420:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13432:9:24", - "nodeType": "YulIdentifier", - "src": "13432:9:24" - }, - { - "kind": "number", - "nativeSrc": "13443:2:24", - "nodeType": "YulLiteral", - "src": "13443:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13428:3:24", - "nodeType": "YulIdentifier", - "src": "13428:3:24" - }, - "nativeSrc": "13428:18:24", - "nodeType": "YulFunctionCall", - "src": "13428:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "13420:4:24", - "nodeType": "YulIdentifier", - "src": "13420:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13462:9:24", - "nodeType": "YulIdentifier", - "src": "13462:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "13477:6:24", - "nodeType": "YulIdentifier", - "src": "13477:6:24" - }, - { - "kind": "number", - "nativeSrc": "13485:18:24", - "nodeType": "YulLiteral", - "src": "13485:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13473:3:24", - "nodeType": "YulIdentifier", - "src": "13473:3:24" - }, - "nativeSrc": "13473:31:24", - "nodeType": "YulFunctionCall", - "src": "13473:31:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13455:6:24", - "nodeType": "YulIdentifier", - "src": "13455:6:24" - }, - "nativeSrc": "13455:50:24", - "nodeType": "YulFunctionCall", - "src": "13455:50:24" - }, - "nativeSrc": "13455:50:24", - "nodeType": "YulExpressionStatement", - "src": "13455:50:24" - } - ] - }, - "name": "abi_encode_tuple_t_rational_1_by_1__to_t_uint64__fromStack_reversed", - "nativeSrc": "13302:209:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "13379:9:24", - "nodeType": "YulTypedName", - "src": "13379:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "13390:6:24", - "nodeType": "YulTypedName", - "src": "13390:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "13401:4:24", - "nodeType": "YulTypedName", - "src": "13401:4:24", - "type": "" - } - ], - "src": "13302:209:24" - }, - { - "body": { - "nativeSrc": "13583:200:24", - "nodeType": "YulBlock", - "src": "13583:200:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13600:3:24", - "nodeType": "YulIdentifier", - "src": "13600:3:24" - }, - { - "name": "length", - "nativeSrc": "13605:6:24", - "nodeType": "YulIdentifier", - "src": "13605:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13593:6:24", - "nodeType": "YulIdentifier", - "src": "13593:6:24" - }, - "nativeSrc": "13593:19:24", - "nodeType": "YulFunctionCall", - "src": "13593:19:24" - }, - "nativeSrc": "13593:19:24", - "nodeType": "YulExpressionStatement", - "src": "13593:19:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13638:3:24", - "nodeType": "YulIdentifier", - "src": "13638:3:24" - }, - { - "kind": "number", - "nativeSrc": "13643:4:24", - "nodeType": "YulLiteral", - "src": "13643:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13634:3:24", - "nodeType": "YulIdentifier", - "src": "13634:3:24" - }, - "nativeSrc": "13634:14:24", - "nodeType": "YulFunctionCall", - "src": "13634:14:24" - }, - { - "name": "start", - "nativeSrc": "13650:5:24", - "nodeType": "YulIdentifier", - "src": "13650:5:24" - }, - { - "name": "length", - "nativeSrc": "13657:6:24", - "nodeType": "YulIdentifier", - "src": "13657:6:24" - } - ], - "functionName": { - "name": "calldatacopy", - "nativeSrc": "13621:12:24", - "nodeType": "YulIdentifier", - "src": "13621:12:24" - }, - "nativeSrc": "13621:43:24", - "nodeType": "YulFunctionCall", - "src": "13621:43:24" - }, - "nativeSrc": "13621:43:24", - "nodeType": "YulExpressionStatement", - "src": "13621:43:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13688:3:24", - "nodeType": "YulIdentifier", - "src": "13688:3:24" - }, - { - "name": "length", - "nativeSrc": "13693:6:24", - "nodeType": "YulIdentifier", - "src": "13693:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13684:3:24", - "nodeType": "YulIdentifier", - "src": "13684:3:24" - }, - "nativeSrc": "13684:16:24", - "nodeType": "YulFunctionCall", - "src": "13684:16:24" - }, - { - "kind": "number", - "nativeSrc": "13702:4:24", - "nodeType": "YulLiteral", - "src": "13702:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13680:3:24", - "nodeType": "YulIdentifier", - "src": "13680:3:24" - }, - "nativeSrc": "13680:27:24", - "nodeType": "YulFunctionCall", - "src": "13680:27:24" - }, - { - "kind": "number", - "nativeSrc": "13709:1:24", - "nodeType": "YulLiteral", - "src": "13709:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13673:6:24", - "nodeType": "YulIdentifier", - "src": "13673:6:24" - }, - "nativeSrc": "13673:38:24", - "nodeType": "YulFunctionCall", - "src": "13673:38:24" - }, - "nativeSrc": "13673:38:24", - "nodeType": "YulExpressionStatement", - "src": "13673:38:24" - }, - { - "nativeSrc": "13720:57:24", - "nodeType": "YulAssignment", - "src": "13720:57:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13735:3:24", - "nodeType": "YulIdentifier", - "src": "13735:3:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "13748:6:24", - "nodeType": "YulIdentifier", - "src": "13748:6:24" - }, - { - "kind": "number", - "nativeSrc": "13756:2:24", - "nodeType": "YulLiteral", - "src": "13756:2:24", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13744:3:24", - "nodeType": "YulIdentifier", - "src": "13744:3:24" - }, - "nativeSrc": "13744:15:24", - "nodeType": "YulFunctionCall", - "src": "13744:15:24" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13765:2:24", - "nodeType": "YulLiteral", - "src": "13765:2:24", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "13761:3:24", - "nodeType": "YulIdentifier", - "src": "13761:3:24" - }, - "nativeSrc": "13761:7:24", - "nodeType": "YulFunctionCall", - "src": "13761:7:24" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13740:3:24", - "nodeType": "YulIdentifier", - "src": "13740:3:24" - }, - "nativeSrc": "13740:29:24", - "nodeType": "YulFunctionCall", - "src": "13740:29:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13731:3:24", - "nodeType": "YulIdentifier", - "src": "13731:3:24" - }, - "nativeSrc": "13731:39:24", - "nodeType": "YulFunctionCall", - "src": "13731:39:24" - }, - { - "kind": "number", - "nativeSrc": "13772:4:24", - "nodeType": "YulLiteral", - "src": "13772:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13727:3:24", - "nodeType": "YulIdentifier", - "src": "13727:3:24" - }, - "nativeSrc": "13727:50:24", - "nodeType": "YulFunctionCall", - "src": "13727:50:24" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "13720:3:24", - "nodeType": "YulIdentifier", - "src": "13720:3:24" - } - ] - } - ] - }, - "name": "abi_encode_string_calldata", - "nativeSrc": "13516:267:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "start", - "nativeSrc": "13552:5:24", - "nodeType": "YulTypedName", - "src": "13552:5:24", - "type": "" - }, - { - "name": "length", - "nativeSrc": "13559:6:24", - "nodeType": "YulTypedName", - "src": "13559:6:24", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "13567:3:24", - "nodeType": "YulTypedName", - "src": "13567:3:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "13575:3:24", - "nodeType": "YulTypedName", - "src": "13575:3:24", - "type": "" - } - ], - "src": "13516:267:24" - }, - { - "body": { - "nativeSrc": "13919:116:24", - "nodeType": "YulBlock", - "src": "13919:116:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13936:9:24", - "nodeType": "YulIdentifier", - "src": "13936:9:24" - }, - { - "kind": "number", - "nativeSrc": "13947:2:24", - "nodeType": "YulLiteral", - "src": "13947:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13929:6:24", - "nodeType": "YulIdentifier", - "src": "13929:6:24" - }, - "nativeSrc": "13929:21:24", - "nodeType": "YulFunctionCall", - "src": "13929:21:24" - }, - "nativeSrc": "13929:21:24", - "nodeType": "YulExpressionStatement", - "src": "13929:21:24" - }, - { - "nativeSrc": "13959:70:24", - "nodeType": "YulAssignment", - "src": "13959:70:24", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "13994:6:24", - "nodeType": "YulIdentifier", - "src": "13994:6:24" - }, - { - "name": "value1", - "nativeSrc": "14002:6:24", - "nodeType": "YulIdentifier", - "src": "14002:6:24" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14014:9:24", - "nodeType": "YulIdentifier", - "src": "14014:9:24" - }, - { - "kind": "number", - "nativeSrc": "14025:2:24", - "nodeType": "YulLiteral", - "src": "14025:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14010:3:24", - "nodeType": "YulIdentifier", - "src": "14010:3:24" - }, - "nativeSrc": "14010:18:24", - "nodeType": "YulFunctionCall", - "src": "14010:18:24" - } - ], - "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "13967:26:24", - "nodeType": "YulIdentifier", - "src": "13967:26:24" - }, - "nativeSrc": "13967:62:24", - "nodeType": "YulFunctionCall", - "src": "13967:62:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "13959:4:24", - "nodeType": "YulIdentifier", - "src": "13959:4:24" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_string_calldata_ptr__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "13788:247:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "13880:9:24", - "nodeType": "YulTypedName", - "src": "13880:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "13891:6:24", - "nodeType": "YulTypedName", - "src": "13891:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "13899:6:24", - "nodeType": "YulTypedName", - "src": "13899:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "13910:4:24", - "nodeType": "YulTypedName", - "src": "13910:4:24", - "type": "" - } - ], - "src": "13788:247:24" - }, - { - "body": { - "nativeSrc": "14120:169:24", - "nodeType": "YulBlock", - "src": "14120:169:24", - "statements": [ - { - "body": { - "nativeSrc": "14166:16:24", - "nodeType": "YulBlock", - "src": "14166:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14175:1:24", - "nodeType": "YulLiteral", - "src": "14175:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14178:1:24", - "nodeType": "YulLiteral", - "src": "14178:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14168:6:24", - "nodeType": "YulIdentifier", - "src": "14168:6:24" - }, - "nativeSrc": "14168:12:24", - "nodeType": "YulFunctionCall", - "src": "14168:12:24" - }, - "nativeSrc": "14168:12:24", - "nodeType": "YulExpressionStatement", - "src": "14168:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "14141:7:24", - "nodeType": "YulIdentifier", - "src": "14141:7:24" - }, - { - "name": "headStart", - "nativeSrc": "14150:9:24", - "nodeType": "YulIdentifier", - "src": "14150:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "14137:3:24", - "nodeType": "YulIdentifier", - "src": "14137:3:24" - }, - "nativeSrc": "14137:23:24", - "nodeType": "YulFunctionCall", - "src": "14137:23:24" - }, - { - "kind": "number", - "nativeSrc": "14162:2:24", - "nodeType": "YulLiteral", - "src": "14162:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "14133:3:24", - "nodeType": "YulIdentifier", - "src": "14133:3:24" - }, - "nativeSrc": "14133:32:24", - "nodeType": "YulFunctionCall", - "src": "14133:32:24" - }, - "nativeSrc": "14130:52:24", - "nodeType": "YulIf", - "src": "14130:52:24" - }, - { - "nativeSrc": "14191:29:24", - "nodeType": "YulVariableDeclaration", - "src": "14191:29:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14210:9:24", - "nodeType": "YulIdentifier", - "src": "14210:9:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "14204:5:24", - "nodeType": "YulIdentifier", - "src": "14204:5:24" - }, - "nativeSrc": "14204:16:24", - "nodeType": "YulFunctionCall", - "src": "14204:16:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "14195:5:24", - "nodeType": "YulTypedName", - "src": "14195:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "14253:5:24", - "nodeType": "YulIdentifier", - "src": "14253:5:24" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "14229:23:24", - "nodeType": "YulIdentifier", - "src": "14229:23:24" - }, - "nativeSrc": "14229:30:24", - "nodeType": "YulFunctionCall", - "src": "14229:30:24" - }, - "nativeSrc": "14229:30:24", - "nodeType": "YulExpressionStatement", - "src": "14229:30:24" - }, - { - "nativeSrc": "14268:15:24", - "nodeType": "YulAssignment", - "src": "14268:15:24", - "value": { - "name": "value", - "nativeSrc": "14278:5:24", - "nodeType": "YulIdentifier", - "src": "14278:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "14268:6:24", - "nodeType": "YulIdentifier", - "src": "14268:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes4_fromMemory", - "nativeSrc": "14040:249:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "14086:9:24", - "nodeType": "YulTypedName", - "src": "14086:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "14097:7:24", - "nodeType": "YulTypedName", - "src": "14097:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "14109:6:24", - "nodeType": "YulTypedName", - "src": "14109:6:24", - "type": "" - } - ], - "src": "14040:249:24" - }, - { - "body": { - "nativeSrc": "14479:300:24", - "nodeType": "YulBlock", - "src": "14479:300:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14496:9:24", - "nodeType": "YulIdentifier", - "src": "14496:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "14511:6:24", - "nodeType": "YulIdentifier", - "src": "14511:6:24" - }, - { - "kind": "number", - "nativeSrc": "14519:42:24", - "nodeType": "YulLiteral", - "src": "14519:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "14507:3:24", - "nodeType": "YulIdentifier", - "src": "14507:3:24" - }, - "nativeSrc": "14507:55:24", - "nodeType": "YulFunctionCall", - "src": "14507:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14489:6:24", - "nodeType": "YulIdentifier", - "src": "14489:6:24" - }, - "nativeSrc": "14489:74:24", - "nodeType": "YulFunctionCall", - "src": "14489:74:24" - }, - "nativeSrc": "14489:74:24", - "nodeType": "YulExpressionStatement", - "src": "14489:74:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14583:9:24", - "nodeType": "YulIdentifier", - "src": "14583:9:24" - }, - { - "kind": "number", - "nativeSrc": "14594:2:24", - "nodeType": "YulLiteral", - "src": "14594:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14579:3:24", - "nodeType": "YulIdentifier", - "src": "14579:3:24" - }, - "nativeSrc": "14579:18:24", - "nodeType": "YulFunctionCall", - "src": "14579:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "14603:6:24", - "nodeType": "YulIdentifier", - "src": "14603:6:24" - }, - { - "kind": "number", - "nativeSrc": "14611:42:24", - "nodeType": "YulLiteral", - "src": "14611:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "14599:3:24", - "nodeType": "YulIdentifier", - "src": "14599:3:24" - }, - "nativeSrc": "14599:55:24", - "nodeType": "YulFunctionCall", - "src": "14599:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14572:6:24", - "nodeType": "YulIdentifier", - "src": "14572:6:24" - }, - "nativeSrc": "14572:83:24", - "nodeType": "YulFunctionCall", - "src": "14572:83:24" - }, - "nativeSrc": "14572:83:24", - "nodeType": "YulExpressionStatement", - "src": "14572:83:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14675:9:24", - "nodeType": "YulIdentifier", - "src": "14675:9:24" - }, - { - "kind": "number", - "nativeSrc": "14686:2:24", - "nodeType": "YulLiteral", - "src": "14686:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14671:3:24", - "nodeType": "YulIdentifier", - "src": "14671:3:24" - }, - "nativeSrc": "14671:18:24", - "nodeType": "YulFunctionCall", - "src": "14671:18:24" - }, - { - "kind": "number", - "nativeSrc": "14691:2:24", - "nodeType": "YulLiteral", - "src": "14691:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14664:6:24", - "nodeType": "YulIdentifier", - "src": "14664:6:24" - }, - "nativeSrc": "14664:30:24", - "nodeType": "YulFunctionCall", - "src": "14664:30:24" - }, - "nativeSrc": "14664:30:24", - "nodeType": "YulExpressionStatement", - "src": "14664:30:24" - }, - { - "nativeSrc": "14703:70:24", - "nodeType": "YulAssignment", - "src": "14703:70:24", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "14738:6:24", - "nodeType": "YulIdentifier", - "src": "14738:6:24" - }, - { - "name": "value3", - "nativeSrc": "14746:6:24", - "nodeType": "YulIdentifier", - "src": "14746:6:24" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14758:9:24", - "nodeType": "YulIdentifier", - "src": "14758:9:24" - }, - { - "kind": "number", - "nativeSrc": "14769:2:24", - "nodeType": "YulLiteral", - "src": "14769:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14754:3:24", - "nodeType": "YulIdentifier", - "src": "14754:3:24" - }, - "nativeSrc": "14754:18:24", - "nodeType": "YulFunctionCall", - "src": "14754:18:24" - } - ], - "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "14711:26:24", - "nodeType": "YulIdentifier", - "src": "14711:26:24" - }, - "nativeSrc": "14711:62:24", - "nodeType": "YulFunctionCall", - "src": "14711:62:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "14703:4:24", - "nodeType": "YulIdentifier", - "src": "14703:4:24" - } - ] - } - ] - }, - "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:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "14424:9:24", - "nodeType": "YulTypedName", - "src": "14424:9:24", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "14435:6:24", - "nodeType": "YulTypedName", - "src": "14435:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "14443:6:24", - "nodeType": "YulTypedName", - "src": "14443:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "14451:6:24", - "nodeType": "YulTypedName", - "src": "14451:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "14459:6:24", - "nodeType": "YulTypedName", - "src": "14459:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "14470:4:24", - "nodeType": "YulTypedName", - "src": "14470:4:24", - "type": "" - } - ], - "src": "14294:485:24" - }, - { - "body": { - "nativeSrc": "14816:152:24", - "nodeType": "YulBlock", - "src": "14816:152:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14833:1:24", - "nodeType": "YulLiteral", - "src": "14833:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14836:77:24", - "nodeType": "YulLiteral", - "src": "14836:77:24", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14826:6:24", - "nodeType": "YulIdentifier", - "src": "14826:6:24" - }, - "nativeSrc": "14826:88:24", - "nodeType": "YulFunctionCall", - "src": "14826:88:24" - }, - "nativeSrc": "14826:88:24", - "nodeType": "YulExpressionStatement", - "src": "14826:88:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14930:1:24", - "nodeType": "YulLiteral", - "src": "14930:1:24", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "14933:4:24", - "nodeType": "YulLiteral", - "src": "14933:4:24", - "type": "", - "value": "0x11" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14923:6:24", - "nodeType": "YulIdentifier", - "src": "14923:6:24" - }, - "nativeSrc": "14923:15:24", - "nodeType": "YulFunctionCall", - "src": "14923:15:24" - }, - "nativeSrc": "14923:15:24", - "nodeType": "YulExpressionStatement", - "src": "14923:15:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14954:1:24", - "nodeType": "YulLiteral", - "src": "14954:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14957:4:24", - "nodeType": "YulLiteral", - "src": "14957:4:24", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14947:6:24", - "nodeType": "YulIdentifier", - "src": "14947:6:24" - }, - "nativeSrc": "14947:15:24", - "nodeType": "YulFunctionCall", - "src": "14947:15:24" - }, - "nativeSrc": "14947:15:24", - "nodeType": "YulExpressionStatement", - "src": "14947:15:24" - } - ] - }, - "name": "panic_error_0x11", - "nativeSrc": "14784:184:24", - "nodeType": "YulFunctionDefinition", - "src": "14784:184:24" - }, - { - "body": { - "nativeSrc": "15022:79:24", - "nodeType": "YulBlock", - "src": "15022:79:24", - "statements": [ - { - "nativeSrc": "15032:17:24", - "nodeType": "YulAssignment", - "src": "15032:17:24", - "value": { - "arguments": [ - { - "name": "x", - "nativeSrc": "15044:1:24", - "nodeType": "YulIdentifier", - "src": "15044:1:24" - }, - { - "name": "y", - "nativeSrc": "15047:1:24", - "nodeType": "YulIdentifier", - "src": "15047:1:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15040:3:24", - "nodeType": "YulIdentifier", - "src": "15040:3:24" - }, - "nativeSrc": "15040:9:24", - "nodeType": "YulFunctionCall", - "src": "15040:9:24" - }, - "variableNames": [ - { - "name": "diff", - "nativeSrc": "15032:4:24", - "nodeType": "YulIdentifier", - "src": "15032:4:24" - } - ] - }, - { - "body": { - "nativeSrc": "15073:22:24", - "nodeType": "YulBlock", - "src": "15073:22:24", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "15075:16:24", - "nodeType": "YulIdentifier", - "src": "15075:16:24" - }, - "nativeSrc": "15075:18:24", - "nodeType": "YulFunctionCall", - "src": "15075:18:24" - }, - "nativeSrc": "15075:18:24", - "nodeType": "YulExpressionStatement", - "src": "15075:18:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "diff", - "nativeSrc": "15064:4:24", - "nodeType": "YulIdentifier", - "src": "15064:4:24" - }, - { - "name": "x", - "nativeSrc": "15070:1:24", - "nodeType": "YulIdentifier", - "src": "15070:1:24" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15061:2:24", - "nodeType": "YulIdentifier", - "src": "15061:2:24" - }, - "nativeSrc": "15061:11:24", - "nodeType": "YulFunctionCall", - "src": "15061:11:24" - }, - "nativeSrc": "15058:37:24", - "nodeType": "YulIf", - "src": "15058:37:24" - } - ] - }, - "name": "checked_sub_t_uint256", - "nativeSrc": "14973:128:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "x", - "nativeSrc": "15004:1:24", - "nodeType": "YulTypedName", - "src": "15004:1:24", - "type": "" - }, - { - "name": "y", - "nativeSrc": "15007:1:24", - "nodeType": "YulTypedName", - "src": "15007:1:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "diff", - "nativeSrc": "15013:4:24", - "nodeType": "YulTypedName", - "src": "15013:4:24", - "type": "" - } - ], - "src": "14973:128:24" - }, - { - "body": { - "nativeSrc": "15236:201:24", - "nodeType": "YulBlock", - "src": "15236:201:24", - "statements": [ - { - "body": { - "nativeSrc": "15274:16:24", - "nodeType": "YulBlock", - "src": "15274:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15283:1:24", - "nodeType": "YulLiteral", - "src": "15283:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15286:1:24", - "nodeType": "YulLiteral", - "src": "15286:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15276:6:24", - "nodeType": "YulIdentifier", - "src": "15276:6:24" - }, - "nativeSrc": "15276:12:24", - "nodeType": "YulFunctionCall", - "src": "15276:12:24" - }, - "nativeSrc": "15276:12:24", - "nodeType": "YulExpressionStatement", - "src": "15276:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "15252:10:24", - "nodeType": "YulIdentifier", - "src": "15252:10:24" - }, - { - "name": "endIndex", - "nativeSrc": "15264:8:24", - "nodeType": "YulIdentifier", - "src": "15264:8:24" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15249:2:24", - "nodeType": "YulIdentifier", - "src": "15249:2:24" - }, - "nativeSrc": "15249:24:24", - "nodeType": "YulFunctionCall", - "src": "15249:24:24" - }, - "nativeSrc": "15246:44:24", - "nodeType": "YulIf", - "src": "15246:44:24" - }, - { - "body": { - "nativeSrc": "15323:16:24", - "nodeType": "YulBlock", - "src": "15323:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15332:1:24", - "nodeType": "YulLiteral", - "src": "15332:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15335:1:24", - "nodeType": "YulLiteral", - "src": "15335:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15325:6:24", - "nodeType": "YulIdentifier", - "src": "15325:6:24" - }, - "nativeSrc": "15325:12:24", - "nodeType": "YulFunctionCall", - "src": "15325:12:24" - }, - "nativeSrc": "15325:12:24", - "nodeType": "YulExpressionStatement", - "src": "15325:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "endIndex", - "nativeSrc": "15305:8:24", - "nodeType": "YulIdentifier", - "src": "15305:8:24" - }, - { - "name": "length", - "nativeSrc": "15315:6:24", - "nodeType": "YulIdentifier", - "src": "15315:6:24" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15302:2:24", - "nodeType": "YulIdentifier", - "src": "15302:2:24" - }, - "nativeSrc": "15302:20:24", - "nodeType": "YulFunctionCall", - "src": "15302:20:24" - }, - "nativeSrc": "15299:40:24", - "nodeType": "YulIf", - "src": "15299:40:24" - }, - { - "nativeSrc": "15348:36:24", - "nodeType": "YulAssignment", - "src": "15348:36:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "15365:6:24", - "nodeType": "YulIdentifier", - "src": "15365:6:24" - }, - { - "name": "startIndex", - "nativeSrc": "15373:10:24", - "nodeType": "YulIdentifier", - "src": "15373:10:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15361:3:24", - "nodeType": "YulIdentifier", - "src": "15361:3:24" - }, - "nativeSrc": "15361:23:24", - "nodeType": "YulFunctionCall", - "src": "15361:23:24" - }, - "variableNames": [ - { - "name": "offsetOut", - "nativeSrc": "15348:9:24", - "nodeType": "YulIdentifier", - "src": "15348:9:24" - } - ] - }, - { - "nativeSrc": "15393:38:24", - "nodeType": "YulAssignment", - "src": "15393:38:24", - "value": { - "arguments": [ - { - "name": "endIndex", - "nativeSrc": "15410:8:24", - "nodeType": "YulIdentifier", - "src": "15410:8:24" - }, - { - "name": "startIndex", - "nativeSrc": "15420:10:24", - "nodeType": "YulIdentifier", - "src": "15420:10:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15406:3:24", - "nodeType": "YulIdentifier", - "src": "15406:3:24" - }, - "nativeSrc": "15406:25:24", - "nodeType": "YulFunctionCall", - "src": "15406:25:24" - }, - "variableNames": [ - { - "name": "lengthOut", - "nativeSrc": "15393:9:24", - "nodeType": "YulIdentifier", - "src": "15393:9:24" - } - ] - } - ] - }, - "name": "calldata_array_index_range_access_t_bytes_calldata_ptr", - "nativeSrc": "15106:331:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "15170:6:24", - "nodeType": "YulTypedName", - "src": "15170:6:24", - "type": "" - }, - { - "name": "length", - "nativeSrc": "15178:6:24", - "nodeType": "YulTypedName", - "src": "15178:6:24", - "type": "" - }, - { - "name": "startIndex", - "nativeSrc": "15186:10:24", - "nodeType": "YulTypedName", - "src": "15186:10:24", - "type": "" - }, - { - "name": "endIndex", - "nativeSrc": "15198:8:24", - "nodeType": "YulTypedName", - "src": "15198:8:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "offsetOut", - "nativeSrc": "15211:9:24", - "nodeType": "YulTypedName", - "src": "15211:9:24", - "type": "" - }, - { - "name": "lengthOut", - "nativeSrc": "15222:9:24", - "nodeType": "YulTypedName", - "src": "15222:9:24", - "type": "" - } - ], - "src": "15106:331:24" - }, - { - "body": { - "nativeSrc": "15474:152:24", - "nodeType": "YulBlock", - "src": "15474:152:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15491:1:24", - "nodeType": "YulLiteral", - "src": "15491:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15494:77:24", - "nodeType": "YulLiteral", - "src": "15494:77:24", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15484:6:24", - "nodeType": "YulIdentifier", - "src": "15484:6:24" - }, - "nativeSrc": "15484:88:24", - "nodeType": "YulFunctionCall", - "src": "15484:88:24" - }, - "nativeSrc": "15484:88:24", - "nodeType": "YulExpressionStatement", - "src": "15484:88:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15588:1:24", - "nodeType": "YulLiteral", - "src": "15588:1:24", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "15591:4:24", - "nodeType": "YulLiteral", - "src": "15591:4:24", - "type": "", - "value": "0x41" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15581:6:24", - "nodeType": "YulIdentifier", - "src": "15581:6:24" - }, - "nativeSrc": "15581:15:24", - "nodeType": "YulFunctionCall", - "src": "15581:15:24" - }, - "nativeSrc": "15581:15:24", - "nodeType": "YulExpressionStatement", - "src": "15581:15:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15612:1:24", - "nodeType": "YulLiteral", - "src": "15612:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15615:4:24", - "nodeType": "YulLiteral", - "src": "15615:4:24", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15605:6:24", - "nodeType": "YulIdentifier", - "src": "15605:6:24" - }, - "nativeSrc": "15605:15:24", - "nodeType": "YulFunctionCall", - "src": "15605:15:24" - }, - "nativeSrc": "15605:15:24", - "nodeType": "YulExpressionStatement", - "src": "15605:15:24" - } - ] - }, - "name": "panic_error_0x41", - "nativeSrc": "15442:184:24", - "nodeType": "YulFunctionDefinition", - "src": "15442:184:24" - }, - { - "body": { - "nativeSrc": "15725:427:24", - "nodeType": "YulBlock", - "src": "15725:427:24", - "statements": [ - { - "nativeSrc": "15735:51:24", - "nodeType": "YulVariableDeclaration", - "src": "15735:51:24", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "15774:11:24", - "nodeType": "YulIdentifier", - "src": "15774:11:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15761:12:24", - "nodeType": "YulIdentifier", - "src": "15761:12:24" - }, - "nativeSrc": "15761:25:24", - "nodeType": "YulFunctionCall", - "src": "15761:25:24" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "15739:18:24", - "nodeType": "YulTypedName", - "src": "15739:18:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "15875:16:24", - "nodeType": "YulBlock", - "src": "15875:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15884:1:24", - "nodeType": "YulLiteral", - "src": "15884:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15887:1:24", - "nodeType": "YulLiteral", - "src": "15887:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15877:6:24", - "nodeType": "YulIdentifier", - "src": "15877:6:24" - }, - "nativeSrc": "15877:12:24", - "nodeType": "YulFunctionCall", - "src": "15877:12:24" - }, - "nativeSrc": "15877:12:24", - "nodeType": "YulExpressionStatement", - "src": "15877:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "15809:18:24", - "nodeType": "YulIdentifier", - "src": "15809:18:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "15837:12:24", - "nodeType": "YulIdentifier", - "src": "15837:12:24" - }, - "nativeSrc": "15837:14:24", - "nodeType": "YulFunctionCall", - "src": "15837:14:24" - }, - { - "name": "base_ref", - "nativeSrc": "15853:8:24", - "nodeType": "YulIdentifier", - "src": "15853:8:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15833:3:24", - "nodeType": "YulIdentifier", - "src": "15833:3:24" - }, - "nativeSrc": "15833:29:24", - "nodeType": "YulFunctionCall", - "src": "15833:29:24" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15868:2:24", - "nodeType": "YulLiteral", - "src": "15868:2:24", - "type": "", - "value": "30" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "15864:3:24", - "nodeType": "YulIdentifier", - "src": "15864:3:24" - }, - "nativeSrc": "15864:7:24", - "nodeType": "YulFunctionCall", - "src": "15864:7:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15829:3:24", - "nodeType": "YulIdentifier", - "src": "15829:3:24" - }, - "nativeSrc": "15829:43:24", - "nodeType": "YulFunctionCall", - "src": "15829:43:24" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "15805:3:24", - "nodeType": "YulIdentifier", - "src": "15805:3:24" - }, - "nativeSrc": "15805:68:24", - "nodeType": "YulFunctionCall", - "src": "15805:68:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "15798:6:24", - "nodeType": "YulIdentifier", - "src": "15798:6:24" - }, - "nativeSrc": "15798:76:24", - "nodeType": "YulFunctionCall", - "src": "15798:76:24" - }, - "nativeSrc": "15795:96:24", - "nodeType": "YulIf", - "src": "15795:96:24" - }, - { - "nativeSrc": "15900:47:24", - "nodeType": "YulVariableDeclaration", - "src": "15900:47:24", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "15918:8:24", - "nodeType": "YulIdentifier", - "src": "15918:8:24" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "15928:18:24", - "nodeType": "YulIdentifier", - "src": "15928:18:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15914:3:24", - "nodeType": "YulIdentifier", - "src": "15914:3:24" - }, - "nativeSrc": "15914:33:24", - "nodeType": "YulFunctionCall", - "src": "15914:33:24" - }, - "variables": [ - { - "name": "addr_1", - "nativeSrc": "15904:6:24", - "nodeType": "YulTypedName", - "src": "15904:6:24", - "type": "" - } - ] - }, - { - "nativeSrc": "15956:30:24", - "nodeType": "YulAssignment", - "src": "15956:30:24", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "15979:6:24", - "nodeType": "YulIdentifier", - "src": "15979:6:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15966:12:24", - "nodeType": "YulIdentifier", - "src": "15966:12:24" - }, - "nativeSrc": "15966:20:24", - "nodeType": "YulFunctionCall", - "src": "15966:20:24" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "15956:6:24", - "nodeType": "YulIdentifier", - "src": "15956:6:24" - } - ] - }, - { - "body": { - "nativeSrc": "16029:16:24", - "nodeType": "YulBlock", - "src": "16029:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "16038:1:24", - "nodeType": "YulLiteral", - "src": "16038:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "16041:1:24", - "nodeType": "YulLiteral", - "src": "16041:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "16031:6:24", - "nodeType": "YulIdentifier", - "src": "16031:6:24" - }, - "nativeSrc": "16031:12:24", - "nodeType": "YulFunctionCall", - "src": "16031:12:24" - }, - "nativeSrc": "16031:12:24", - "nodeType": "YulExpressionStatement", - "src": "16031:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "16001:6:24", - "nodeType": "YulIdentifier", - "src": "16001:6:24" - }, - { - "kind": "number", - "nativeSrc": "16009:18:24", - "nodeType": "YulLiteral", - "src": "16009:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15998:2:24", - "nodeType": "YulIdentifier", - "src": "15998:2:24" - }, - "nativeSrc": "15998:30:24", - "nodeType": "YulFunctionCall", - "src": "15998:30:24" - }, - "nativeSrc": "15995:50:24", - "nodeType": "YulIf", - "src": "15995:50:24" - }, - { - "nativeSrc": "16054:25:24", - "nodeType": "YulAssignment", - "src": "16054:25:24", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "16066:6:24", - "nodeType": "YulIdentifier", - "src": "16066:6:24" - }, - { - "kind": "number", - "nativeSrc": "16074:4:24", - "nodeType": "YulLiteral", - "src": "16074:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16062:3:24", - "nodeType": "YulIdentifier", - "src": "16062:3:24" - }, - "nativeSrc": "16062:17:24", - "nodeType": "YulFunctionCall", - "src": "16062:17:24" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "16054:4:24", - "nodeType": "YulIdentifier", - "src": "16054:4:24" - } - ] - }, - { - "body": { - "nativeSrc": "16130:16:24", - "nodeType": "YulBlock", - "src": "16130:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "16139:1:24", - "nodeType": "YulLiteral", - "src": "16139:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "16142:1:24", - "nodeType": "YulLiteral", - "src": "16142:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "16132:6:24", - "nodeType": "YulIdentifier", - "src": "16132:6:24" - }, - "nativeSrc": "16132:12:24", - "nodeType": "YulFunctionCall", - "src": "16132:12:24" - }, - "nativeSrc": "16132:12:24", - "nodeType": "YulExpressionStatement", - "src": "16132:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "addr", - "nativeSrc": "16095:4:24", - "nodeType": "YulIdentifier", - "src": "16095:4:24" - }, - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "16105:12:24", - "nodeType": "YulIdentifier", - "src": "16105:12:24" - }, - "nativeSrc": "16105:14:24", - "nodeType": "YulFunctionCall", - "src": "16105:14:24" - }, - { - "name": "length", - "nativeSrc": "16121:6:24", - "nodeType": "YulIdentifier", - "src": "16121:6:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "16101:3:24", - "nodeType": "YulIdentifier", - "src": "16101:3:24" - }, - "nativeSrc": "16101:27:24", - "nodeType": "YulFunctionCall", - "src": "16101:27:24" - } - ], - "functionName": { - "name": "sgt", - "nativeSrc": "16091:3:24", - "nodeType": "YulIdentifier", - "src": "16091:3:24" - }, - "nativeSrc": "16091:38:24", - "nodeType": "YulFunctionCall", - "src": "16091:38:24" - }, - "nativeSrc": "16088:58:24", - "nodeType": "YulIf", - "src": "16088:58:24" - } - ] - }, - "name": "access_calldata_tail_t_bytes_calldata_ptr", - "nativeSrc": "15631:521:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "15682:8:24", - "nodeType": "YulTypedName", - "src": "15682:8:24", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "15692:11:24", - "nodeType": "YulTypedName", - "src": "15692:11:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "15708:4:24", - "nodeType": "YulTypedName", - "src": "15708:4:24", - "type": "" - }, - { - "name": "length", - "nativeSrc": "15714:6:24", - "nodeType": "YulTypedName", - "src": "15714:6:24", - "type": "" - } - ], - "src": "15631:521:24" - }, - { - "body": { - "nativeSrc": "16350:247:24", - "nodeType": "YulBlock", - "src": "16350:247:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "16373:3:24", - "nodeType": "YulIdentifier", - "src": "16373:3:24" - }, - { - "name": "value0", - "nativeSrc": "16378:6:24", - "nodeType": "YulIdentifier", - "src": "16378:6:24" - }, - { - "name": "value1", - "nativeSrc": "16386:6:24", - "nodeType": "YulIdentifier", - "src": "16386:6:24" - } - ], - "functionName": { - "name": "calldatacopy", - "nativeSrc": "16360:12:24", - "nodeType": "YulIdentifier", - "src": "16360:12:24" - }, - "nativeSrc": "16360:33:24", - "nodeType": "YulFunctionCall", - "src": "16360:33:24" - }, - "nativeSrc": "16360:33:24", - "nodeType": "YulExpressionStatement", - "src": "16360:33:24" - }, - { - "nativeSrc": "16402:26:24", - "nodeType": "YulVariableDeclaration", - "src": "16402:26:24", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "16416:3:24", - "nodeType": "YulIdentifier", - "src": "16416:3:24" - }, - { - "name": "value1", - "nativeSrc": "16421:6:24", - "nodeType": "YulIdentifier", - "src": "16421:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16412:3:24", - "nodeType": "YulIdentifier", - "src": "16412:3:24" - }, - "nativeSrc": "16412:16:24", - "nodeType": "YulFunctionCall", - "src": "16412:16:24" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "16406:2:24", - "nodeType": "YulTypedName", - "src": "16406:2:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "16444:2:24", - "nodeType": "YulIdentifier", - "src": "16444:2:24" - }, - { - "kind": "number", - "nativeSrc": "16448:1:24", - "nodeType": "YulLiteral", - "src": "16448:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16437:6:24", - "nodeType": "YulIdentifier", - "src": "16437:6:24" - }, - "nativeSrc": "16437:13:24", - "nodeType": "YulFunctionCall", - "src": "16437:13:24" - }, - "nativeSrc": "16437:13:24", - "nodeType": "YulExpressionStatement", - "src": "16437:13:24" - }, - { - "nativeSrc": "16459:27:24", - "nodeType": "YulVariableDeclaration", - "src": "16459:27:24", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "16479:6:24", - "nodeType": "YulIdentifier", - "src": "16479:6:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "16473:5:24", - "nodeType": "YulIdentifier", - "src": "16473:5:24" - }, - "nativeSrc": "16473:13:24", - "nodeType": "YulFunctionCall", - "src": "16473:13:24" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "16463:6:24", - "nodeType": "YulTypedName", - "src": "16463:6:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "16534:6:24", - "nodeType": "YulIdentifier", - "src": "16534:6:24" - }, - { - "kind": "number", - "nativeSrc": "16542:4:24", - "nodeType": "YulLiteral", - "src": "16542:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16530:3:24", - "nodeType": "YulIdentifier", - "src": "16530:3:24" - }, - "nativeSrc": "16530:17:24", - "nodeType": "YulFunctionCall", - "src": "16530:17:24" - }, - { - "name": "_1", - "nativeSrc": "16549:2:24", - "nodeType": "YulIdentifier", - "src": "16549:2:24" - }, - { - "name": "length", - "nativeSrc": "16553:6:24", - "nodeType": "YulIdentifier", - "src": "16553:6:24" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "16495:34:24", - "nodeType": "YulIdentifier", - "src": "16495:34:24" - }, - "nativeSrc": "16495:65:24", - "nodeType": "YulFunctionCall", - "src": "16495:65:24" - }, - "nativeSrc": "16495:65:24", - "nodeType": "YulExpressionStatement", - "src": "16495:65:24" - }, - { - "nativeSrc": "16569:22:24", - "nodeType": "YulAssignment", - "src": "16569:22:24", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "16580:2:24", - "nodeType": "YulIdentifier", - "src": "16580:2:24" - }, - { - "name": "length", - "nativeSrc": "16584:6:24", - "nodeType": "YulIdentifier", - "src": "16584:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16576:3:24", - "nodeType": "YulIdentifier", - "src": "16576:3:24" - }, - "nativeSrc": "16576:15:24", - "nodeType": "YulFunctionCall", - "src": "16576:15:24" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "16569:3:24", - "nodeType": "YulIdentifier", - "src": "16569:3:24" - } - ] - } - ] - }, - "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:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "16310:3:24", - "nodeType": "YulTypedName", - "src": "16310:3:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "16315:6:24", - "nodeType": "YulTypedName", - "src": "16315:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "16323:6:24", - "nodeType": "YulTypedName", - "src": "16323:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "16331:6:24", - "nodeType": "YulTypedName", - "src": "16331:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "16342:3:24", - "nodeType": "YulTypedName", - "src": "16342:3:24", - "type": "" - } - ], - "src": "16157:440:24" - }, - { - "body": { - "nativeSrc": "16785:426:24", - "nodeType": "YulBlock", - "src": "16785:426:24", - "statements": [ - { - "nativeSrc": "16795:27:24", - "nodeType": "YulAssignment", - "src": "16795:27:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16807:9:24", - "nodeType": "YulIdentifier", - "src": "16807:9:24" - }, - { - "kind": "number", - "nativeSrc": "16818:3:24", - "nodeType": "YulLiteral", - "src": "16818:3:24", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16803:3:24", - "nodeType": "YulIdentifier", - "src": "16803:3:24" - }, - "nativeSrc": "16803:19:24", - "nodeType": "YulFunctionCall", - "src": "16803:19:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "16795:4:24", - "nodeType": "YulIdentifier", - "src": "16795:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16838:9:24", - "nodeType": "YulIdentifier", - "src": "16838:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "16853:6:24", - "nodeType": "YulIdentifier", - "src": "16853:6:24" - }, - { - "kind": "number", - "nativeSrc": "16861:42:24", - "nodeType": "YulLiteral", - "src": "16861:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "16849:3:24", - "nodeType": "YulIdentifier", - "src": "16849:3:24" - }, - "nativeSrc": "16849:55:24", - "nodeType": "YulFunctionCall", - "src": "16849:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16831:6:24", - "nodeType": "YulIdentifier", - "src": "16831:6:24" - }, - "nativeSrc": "16831:74:24", - "nodeType": "YulFunctionCall", - "src": "16831:74:24" - }, - "nativeSrc": "16831:74:24", - "nodeType": "YulExpressionStatement", - "src": "16831:74:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16925:9:24", - "nodeType": "YulIdentifier", - "src": "16925:9:24" - }, - { - "kind": "number", - "nativeSrc": "16936:2:24", - "nodeType": "YulLiteral", - "src": "16936:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16921:3:24", - "nodeType": "YulIdentifier", - "src": "16921:3:24" - }, - "nativeSrc": "16921:18:24", - "nodeType": "YulFunctionCall", - "src": "16921:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "16945:6:24", - "nodeType": "YulIdentifier", - "src": "16945:6:24" - }, - { - "kind": "number", - "nativeSrc": "16953:42:24", - "nodeType": "YulLiteral", - "src": "16953:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "16941:3:24", - "nodeType": "YulIdentifier", - "src": "16941:3:24" - }, - "nativeSrc": "16941:55:24", - "nodeType": "YulFunctionCall", - "src": "16941:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16914:6:24", - "nodeType": "YulIdentifier", - "src": "16914:6:24" - }, - "nativeSrc": "16914:83:24", - "nodeType": "YulFunctionCall", - "src": "16914:83:24" - }, - "nativeSrc": "16914:83:24", - "nodeType": "YulExpressionStatement", - "src": "16914:83:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17017:9:24", - "nodeType": "YulIdentifier", - "src": "17017:9:24" - }, - { - "kind": "number", - "nativeSrc": "17028:2:24", - "nodeType": "YulLiteral", - "src": "17028:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17013:3:24", - "nodeType": "YulIdentifier", - "src": "17013:3:24" - }, - "nativeSrc": "17013:18:24", - "nodeType": "YulFunctionCall", - "src": "17013:18:24" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "17037:6:24", - "nodeType": "YulIdentifier", - "src": "17037:6:24" - }, - { - "kind": "number", - "nativeSrc": "17045:42:24", - "nodeType": "YulLiteral", - "src": "17045:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17033:3:24", - "nodeType": "YulIdentifier", - "src": "17033:3:24" - }, - "nativeSrc": "17033:55:24", - "nodeType": "YulFunctionCall", - "src": "17033:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17006:6:24", - "nodeType": "YulIdentifier", - "src": "17006:6:24" - }, - "nativeSrc": "17006:83:24", - "nodeType": "YulFunctionCall", - "src": "17006:83:24" - }, - "nativeSrc": "17006:83:24", - "nodeType": "YulExpressionStatement", - "src": "17006:83:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17109:9:24", - "nodeType": "YulIdentifier", - "src": "17109:9:24" - }, - { - "kind": "number", - "nativeSrc": "17120:2:24", - "nodeType": "YulLiteral", - "src": "17120:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17105:3:24", - "nodeType": "YulIdentifier", - "src": "17105:3:24" - }, - "nativeSrc": "17105:18:24", - "nodeType": "YulFunctionCall", - "src": "17105:18:24" - }, - { - "arguments": [ - { - "name": "value3", - "nativeSrc": "17129:6:24", - "nodeType": "YulIdentifier", - "src": "17129:6:24" - }, - { - "kind": "number", - "nativeSrc": "17137:66:24", - "nodeType": "YulLiteral", - "src": "17137:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17125:3:24", - "nodeType": "YulIdentifier", - "src": "17125:3:24" - }, - "nativeSrc": "17125:79:24", - "nodeType": "YulFunctionCall", - "src": "17125:79:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17098:6:24", - "nodeType": "YulIdentifier", - "src": "17098:6:24" - }, - "nativeSrc": "17098:107:24", - "nodeType": "YulFunctionCall", - "src": "17098:107:24" - }, - "nativeSrc": "17098:107:24", - "nodeType": "YulExpressionStatement", - "src": "17098:107:24" - } - ] - }, - "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:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "16730:9:24", - "nodeType": "YulTypedName", - "src": "16730:9:24", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "16741:6:24", - "nodeType": "YulTypedName", - "src": "16741:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "16749:6:24", - "nodeType": "YulTypedName", - "src": "16749:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "16757:6:24", - "nodeType": "YulTypedName", - "src": "16757:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "16765:6:24", - "nodeType": "YulTypedName", - "src": "16765:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "16776:4:24", - "nodeType": "YulTypedName", - "src": "16776:4:24", - "type": "" - } - ], - "src": "16602:609:24" - }, - { - "body": { - "nativeSrc": "17263:132:24", - "nodeType": "YulBlock", - "src": "17263:132:24", - "statements": [ - { - "nativeSrc": "17273:58:24", - "nodeType": "YulAssignment", - "src": "17273:58:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "x", - "nativeSrc": "17288:1:24", - "nodeType": "YulIdentifier", - "src": "17288:1:24" - }, - { - "kind": "number", - "nativeSrc": "17291:14:24", - "nodeType": "YulLiteral", - "src": "17291:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17284:3:24", - "nodeType": "YulIdentifier", - "src": "17284:3:24" - }, - "nativeSrc": "17284:22:24", - "nodeType": "YulFunctionCall", - "src": "17284:22:24" - }, - { - "arguments": [ - { - "name": "y", - "nativeSrc": "17312:1:24", - "nodeType": "YulIdentifier", - "src": "17312:1:24" - }, - { - "kind": "number", - "nativeSrc": "17315:14:24", - "nodeType": "YulLiteral", - "src": "17315:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17308:3:24", - "nodeType": "YulIdentifier", - "src": "17308:3:24" - }, - "nativeSrc": "17308:22:24", - "nodeType": "YulFunctionCall", - "src": "17308:22:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17280:3:24", - "nodeType": "YulIdentifier", - "src": "17280:3:24" - }, - "nativeSrc": "17280:51:24", - "nodeType": "YulFunctionCall", - "src": "17280:51:24" - }, - "variableNames": [ - { - "name": "sum", - "nativeSrc": "17273:3:24", - "nodeType": "YulIdentifier", - "src": "17273:3:24" - } - ] - }, - { - "body": { - "nativeSrc": "17367:22:24", - "nodeType": "YulBlock", - "src": "17367:22:24", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "17369:16:24", - "nodeType": "YulIdentifier", - "src": "17369:16:24" - }, - "nativeSrc": "17369:18:24", - "nodeType": "YulFunctionCall", - "src": "17369:18:24" - }, - "nativeSrc": "17369:18:24", - "nodeType": "YulExpressionStatement", - "src": "17369:18:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "sum", - "nativeSrc": "17346:3:24", - "nodeType": "YulIdentifier", - "src": "17346:3:24" - }, - { - "kind": "number", - "nativeSrc": "17351:14:24", - "nodeType": "YulLiteral", - "src": "17351:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "17343:2:24", - "nodeType": "YulIdentifier", - "src": "17343:2:24" - }, - "nativeSrc": "17343:23:24", - "nodeType": "YulFunctionCall", - "src": "17343:23:24" - }, - "nativeSrc": "17340:49:24", - "nodeType": "YulIf", - "src": "17340:49:24" - } - ] - }, - "name": "checked_add_t_uint48", - "nativeSrc": "17216:179:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "x", - "nativeSrc": "17246:1:24", - "nodeType": "YulTypedName", - "src": "17246:1:24", - "type": "" - }, - { - "name": "y", - "nativeSrc": "17249:1:24", - "nodeType": "YulTypedName", - "src": "17249:1:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "sum", - "nativeSrc": "17255:3:24", - "nodeType": "YulTypedName", - "src": "17255:3:24", - "type": "" - } - ], - "src": "17216:179:24" - }, - { - "body": { - "nativeSrc": "17611:366:24", - "nodeType": "YulBlock", - "src": "17611:366:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17628:9:24", - "nodeType": "YulIdentifier", - "src": "17628:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "17643:6:24", - "nodeType": "YulIdentifier", - "src": "17643:6:24" - }, - { - "kind": "number", - "nativeSrc": "17651:14:24", - "nodeType": "YulLiteral", - "src": "17651:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17639:3:24", - "nodeType": "YulIdentifier", - "src": "17639:3:24" - }, - "nativeSrc": "17639:27:24", - "nodeType": "YulFunctionCall", - "src": "17639:27:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17621:6:24", - "nodeType": "YulIdentifier", - "src": "17621:6:24" - }, - "nativeSrc": "17621:46:24", - "nodeType": "YulFunctionCall", - "src": "17621:46:24" - }, - "nativeSrc": "17621:46:24", - "nodeType": "YulExpressionStatement", - "src": "17621:46:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17687:9:24", - "nodeType": "YulIdentifier", - "src": "17687:9:24" - }, - { - "kind": "number", - "nativeSrc": "17698:2:24", - "nodeType": "YulLiteral", - "src": "17698:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17683:3:24", - "nodeType": "YulIdentifier", - "src": "17683:3:24" - }, - "nativeSrc": "17683:18:24", - "nodeType": "YulFunctionCall", - "src": "17683:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "17707:6:24", - "nodeType": "YulIdentifier", - "src": "17707:6:24" - }, - { - "kind": "number", - "nativeSrc": "17715:42:24", - "nodeType": "YulLiteral", - "src": "17715:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17703:3:24", - "nodeType": "YulIdentifier", - "src": "17703:3:24" - }, - "nativeSrc": "17703:55:24", - "nodeType": "YulFunctionCall", - "src": "17703:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17676:6:24", - "nodeType": "YulIdentifier", - "src": "17676:6:24" - }, - "nativeSrc": "17676:83:24", - "nodeType": "YulFunctionCall", - "src": "17676:83:24" - }, - "nativeSrc": "17676:83:24", - "nodeType": "YulExpressionStatement", - "src": "17676:83:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17779:9:24", - "nodeType": "YulIdentifier", - "src": "17779:9:24" - }, - { - "kind": "number", - "nativeSrc": "17790:2:24", - "nodeType": "YulLiteral", - "src": "17790:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17775:3:24", - "nodeType": "YulIdentifier", - "src": "17775:3:24" - }, - "nativeSrc": "17775:18:24", - "nodeType": "YulFunctionCall", - "src": "17775:18:24" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "17799:6:24", - "nodeType": "YulIdentifier", - "src": "17799:6:24" - }, - { - "kind": "number", - "nativeSrc": "17807:42:24", - "nodeType": "YulLiteral", - "src": "17807:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17795:3:24", - "nodeType": "YulIdentifier", - "src": "17795:3:24" - }, - "nativeSrc": "17795:55:24", - "nodeType": "YulFunctionCall", - "src": "17795:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17768:6:24", - "nodeType": "YulIdentifier", - "src": "17768:6:24" - }, - "nativeSrc": "17768:83:24", - "nodeType": "YulFunctionCall", - "src": "17768:83:24" - }, - "nativeSrc": "17768:83:24", - "nodeType": "YulExpressionStatement", - "src": "17768:83:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17871:9:24", - "nodeType": "YulIdentifier", - "src": "17871:9:24" - }, - { - "kind": "number", - "nativeSrc": "17882:2:24", - "nodeType": "YulLiteral", - "src": "17882:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17867:3:24", - "nodeType": "YulIdentifier", - "src": "17867:3:24" - }, - "nativeSrc": "17867:18:24", - "nodeType": "YulFunctionCall", - "src": "17867:18:24" - }, - { - "kind": "number", - "nativeSrc": "17887:3:24", - "nodeType": "YulLiteral", - "src": "17887:3:24", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17860:6:24", - "nodeType": "YulIdentifier", - "src": "17860:6:24" - }, - "nativeSrc": "17860:31:24", - "nodeType": "YulFunctionCall", - "src": "17860:31:24" - }, - "nativeSrc": "17860:31:24", - "nodeType": "YulExpressionStatement", - "src": "17860:31:24" - }, - { - "nativeSrc": "17900:71:24", - "nodeType": "YulAssignment", - "src": "17900:71:24", - "value": { - "arguments": [ - { - "name": "value3", - "nativeSrc": "17935:6:24", - "nodeType": "YulIdentifier", - "src": "17935:6:24" - }, - { - "name": "value4", - "nativeSrc": "17943:6:24", - "nodeType": "YulIdentifier", - "src": "17943:6:24" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17955:9:24", - "nodeType": "YulIdentifier", - "src": "17955:9:24" - }, - { - "kind": "number", - "nativeSrc": "17966:3:24", - "nodeType": "YulLiteral", - "src": "17966:3:24", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17951:3:24", - "nodeType": "YulIdentifier", - "src": "17951:3:24" - }, - "nativeSrc": "17951:19:24", - "nodeType": "YulFunctionCall", - "src": "17951:19:24" - } - ], - "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "17908:26:24", - "nodeType": "YulIdentifier", - "src": "17908:26:24" - }, - "nativeSrc": "17908:63:24", - "nodeType": "YulFunctionCall", - "src": "17908:63:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "17900:4:24", - "nodeType": "YulIdentifier", - "src": "17900:4:24" - } - ] - } - ] - }, - "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:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "17548:9:24", - "nodeType": "YulTypedName", - "src": "17548:9:24", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "17559:6:24", - "nodeType": "YulTypedName", - "src": "17559:6:24", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "17567:6:24", - "nodeType": "YulTypedName", - "src": "17567:6:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "17575:6:24", - "nodeType": "YulTypedName", - "src": "17575:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "17583:6:24", - "nodeType": "YulTypedName", - "src": "17583:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "17591:6:24", - "nodeType": "YulTypedName", - "src": "17591:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "17602:4:24", - "nodeType": "YulTypedName", - "src": "17602:4:24", - "type": "" - } - ], - "src": "17400:577:24" - }, - { - "body": { - "nativeSrc": "18109:193:24", - "nodeType": "YulBlock", - "src": "18109:193:24", - "statements": [ - { - "nativeSrc": "18119:26:24", - "nodeType": "YulAssignment", - "src": "18119:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18131:9:24", - "nodeType": "YulIdentifier", - "src": "18131:9:24" - }, - { - "kind": "number", - "nativeSrc": "18142:2:24", - "nodeType": "YulLiteral", - "src": "18142:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18127:3:24", - "nodeType": "YulIdentifier", - "src": "18127:3:24" - }, - "nativeSrc": "18127:18:24", - "nodeType": "YulFunctionCall", - "src": "18127:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "18119:4:24", - "nodeType": "YulIdentifier", - "src": "18119:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18161:9:24", - "nodeType": "YulIdentifier", - "src": "18161:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "18176:6:24", - "nodeType": "YulIdentifier", - "src": "18176:6:24" - }, - { - "kind": "number", - "nativeSrc": "18184:42:24", - "nodeType": "YulLiteral", - "src": "18184:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18172:3:24", - "nodeType": "YulIdentifier", - "src": "18172:3:24" - }, - "nativeSrc": "18172:55:24", - "nodeType": "YulFunctionCall", - "src": "18172:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18154:6:24", - "nodeType": "YulIdentifier", - "src": "18154:6:24" - }, - "nativeSrc": "18154:74:24", - "nodeType": "YulFunctionCall", - "src": "18154:74:24" - }, - "nativeSrc": "18154:74:24", - "nodeType": "YulExpressionStatement", - "src": "18154:74:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18248:9:24", - "nodeType": "YulIdentifier", - "src": "18248:9:24" - }, - { - "kind": "number", - "nativeSrc": "18259:2:24", - "nodeType": "YulLiteral", - "src": "18259:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18244:3:24", - "nodeType": "YulIdentifier", - "src": "18244:3:24" - }, - "nativeSrc": "18244:18:24", - "nodeType": "YulFunctionCall", - "src": "18244:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "18268:6:24", - "nodeType": "YulIdentifier", - "src": "18268:6:24" - }, - { - "kind": "number", - "nativeSrc": "18276:18:24", - "nodeType": "YulLiteral", - "src": "18276:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18264:3:24", - "nodeType": "YulIdentifier", - "src": "18264:3:24" - }, - "nativeSrc": "18264:31:24", - "nodeType": "YulFunctionCall", - "src": "18264:31:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18237:6:24", - "nodeType": "YulIdentifier", - "src": "18237:6:24" - }, - "nativeSrc": "18237:59:24", - "nodeType": "YulFunctionCall", - "src": "18237:59:24" - }, - "nativeSrc": "18237:59:24", - "nodeType": "YulExpressionStatement", - "src": "18237:59:24" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_uint64__to_t_address_t_uint64__fromStack_reversed", - "nativeSrc": "17982:320:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "18070:9:24", - "nodeType": "YulTypedName", - "src": "18070:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "18081:6:24", - "nodeType": "YulTypedName", - "src": "18081:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "18089:6:24", - "nodeType": "YulTypedName", - "src": "18089:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "18100:4:24", - "nodeType": "YulTypedName", - "src": "18100:4:24", - "type": "" - } - ], - "src": "17982:320:24" - }, - { - "body": { - "nativeSrc": "18406:149:24", - "nodeType": "YulBlock", - "src": "18406:149:24", - "statements": [ - { - "nativeSrc": "18416:26:24", - "nodeType": "YulAssignment", - "src": "18416:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18428:9:24", - "nodeType": "YulIdentifier", - "src": "18428:9:24" - }, - { - "kind": "number", - "nativeSrc": "18439:2:24", - "nodeType": "YulLiteral", - "src": "18439:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18424:3:24", - "nodeType": "YulIdentifier", - "src": "18424:3:24" - }, - "nativeSrc": "18424:18:24", - "nodeType": "YulFunctionCall", - "src": "18424:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "18416:4:24", - "nodeType": "YulIdentifier", - "src": "18416:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18458:9:24", - "nodeType": "YulIdentifier", - "src": "18458:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "18473:6:24", - "nodeType": "YulIdentifier", - "src": "18473:6:24" - }, - { - "kind": "number", - "nativeSrc": "18481:66:24", - "nodeType": "YulLiteral", - "src": "18481:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18469:3:24", - "nodeType": "YulIdentifier", - "src": "18469:3:24" - }, - "nativeSrc": "18469:79:24", - "nodeType": "YulFunctionCall", - "src": "18469:79:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18451:6:24", - "nodeType": "YulIdentifier", - "src": "18451:6:24" - }, - "nativeSrc": "18451:98:24", - "nodeType": "YulFunctionCall", - "src": "18451:98:24" - }, - "nativeSrc": "18451:98:24", - "nodeType": "YulExpressionStatement", - "src": "18451:98:24" - } - ] - }, - "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", - "nativeSrc": "18307:248:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "18375:9:24", - "nodeType": "YulTypedName", - "src": "18375:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "18386:6:24", - "nodeType": "YulTypedName", - "src": "18386:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "18397:4:24", - "nodeType": "YulTypedName", - "src": "18397:4:24", - "type": "" - } - ], - "src": "18307:248:24" - }, - { - "body": { - "nativeSrc": "18660:376:24", - "nodeType": "YulBlock", - "src": "18660:376:24", - "statements": [ - { - "nativeSrc": "18670:29:24", - "nodeType": "YulVariableDeclaration", - "src": "18670:29:24", - "value": { - "arguments": [ - { - "name": "array", - "nativeSrc": "18693:5:24", - "nodeType": "YulIdentifier", - "src": "18693:5:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "18680:12:24", - "nodeType": "YulIdentifier", - "src": "18680:12:24" - }, - "nativeSrc": "18680:19:24", - "nodeType": "YulFunctionCall", - "src": "18680:19:24" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "18674:2:24", - "nodeType": "YulTypedName", - "src": "18674:2:24", - "type": "" - } - ] - }, - { - "nativeSrc": "18708:84:24", - "nodeType": "YulAssignment", - "src": "18708:84:24", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "18721:2:24", - "nodeType": "YulIdentifier", - "src": "18721:2:24" - }, - { - "kind": "number", - "nativeSrc": "18725:66:24", - "nodeType": "YulLiteral", - "src": "18725:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18717:3:24", - "nodeType": "YulIdentifier", - "src": "18717:3:24" - }, - "nativeSrc": "18717:75:24", - "nodeType": "YulFunctionCall", - "src": "18717:75:24" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "18708:5:24", - "nodeType": "YulIdentifier", - "src": "18708:5:24" - } - ] - }, - { - "body": { - "nativeSrc": "18823:207:24", - "nodeType": "YulBlock", - "src": "18823:207:24", - "statements": [ - { - "nativeSrc": "18837:183:24", - "nodeType": "YulAssignment", - "src": "18837:183:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "18854:2:24", - "nodeType": "YulIdentifier", - "src": "18854:2:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18866:1:24", - "nodeType": "YulLiteral", - "src": "18866:1:24", - "type": "", - "value": "3" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18873:1:24", - "nodeType": "YulLiteral", - "src": "18873:1:24", - "type": "", - "value": "4" - }, - { - "name": "len", - "nativeSrc": "18876:3:24", - "nodeType": "YulIdentifier", - "src": "18876:3:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "18869:3:24", - "nodeType": "YulIdentifier", - "src": "18869:3:24" - }, - "nativeSrc": "18869:11:24", - "nodeType": "YulFunctionCall", - "src": "18869:11:24" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "18862:3:24", - "nodeType": "YulIdentifier", - "src": "18862:3:24" - }, - "nativeSrc": "18862:19:24", - "nodeType": "YulFunctionCall", - "src": "18862:19:24" - }, - { - "kind": "number", - "nativeSrc": "18883:66:24", - "nodeType": "YulLiteral", - "src": "18883:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "18858:3:24", - "nodeType": "YulIdentifier", - "src": "18858:3:24" - }, - "nativeSrc": "18858:92:24", - "nodeType": "YulFunctionCall", - "src": "18858:92:24" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18850:3:24", - "nodeType": "YulIdentifier", - "src": "18850:3:24" - }, - "nativeSrc": "18850:101:24", - "nodeType": "YulFunctionCall", - "src": "18850:101:24" - }, - { - "kind": "number", - "nativeSrc": "18953:66:24", - "nodeType": "YulLiteral", - "src": "18953:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18846:3:24", - "nodeType": "YulIdentifier", - "src": "18846:3:24" - }, - "nativeSrc": "18846:174:24", - "nodeType": "YulFunctionCall", - "src": "18846:174:24" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "18837:5:24", - "nodeType": "YulIdentifier", - "src": "18837:5:24" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "len", - "nativeSrc": "18807:3:24", - "nodeType": "YulIdentifier", - "src": "18807:3:24" - }, - { - "kind": "number", - "nativeSrc": "18812:1:24", - "nodeType": "YulLiteral", - "src": "18812:1:24", - "type": "", - "value": "4" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "18804:2:24", - "nodeType": "YulIdentifier", - "src": "18804:2:24" - }, - "nativeSrc": "18804:10:24", - "nodeType": "YulFunctionCall", - "src": "18804:10:24" - }, - "nativeSrc": "18801:229:24", - "nodeType": "YulIf", - "src": "18801:229:24" - } - ] - }, - "name": "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4", - "nativeSrc": "18560:476:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "array", - "nativeSrc": "18635:5:24", - "nodeType": "YulTypedName", - "src": "18635:5:24", - "type": "" - }, - { - "name": "len", - "nativeSrc": "18642:3:24", - "nodeType": "YulTypedName", - "src": "18642:3:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "18650:5:24", - "nodeType": "YulTypedName", - "src": "18650:5:24", - "type": "" - } - ], - "src": "18560:476:24" - }, - { - "body": { - "nativeSrc": "19168:241:24", - "nodeType": "YulBlock", - "src": "19168:241:24", - "statements": [ - { - "nativeSrc": "19178:26:24", - "nodeType": "YulAssignment", - "src": "19178:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19190:9:24", - "nodeType": "YulIdentifier", - "src": "19190:9:24" - }, - { - "kind": "number", - "nativeSrc": "19201:2:24", - "nodeType": "YulLiteral", - "src": "19201:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19186:3:24", - "nodeType": "YulIdentifier", - "src": "19186:3:24" - }, - "nativeSrc": "19186:18:24", - "nodeType": "YulFunctionCall", - "src": "19186:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "19178:4:24", - "nodeType": "YulIdentifier", - "src": "19178:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19220:9:24", - "nodeType": "YulIdentifier", - "src": "19220:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19235:6:24", - "nodeType": "YulIdentifier", - "src": "19235:6:24" - }, - { - "kind": "number", - "nativeSrc": "19243:42:24", - "nodeType": "YulLiteral", - "src": "19243:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "19231:3:24", - "nodeType": "YulIdentifier", - "src": "19231:3:24" - }, - "nativeSrc": "19231:55:24", - "nodeType": "YulFunctionCall", - "src": "19231:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19213:6:24", - "nodeType": "YulIdentifier", - "src": "19213:6:24" - }, - "nativeSrc": "19213:74:24", - "nodeType": "YulFunctionCall", - "src": "19213:74:24" - }, - "nativeSrc": "19213:74:24", - "nodeType": "YulExpressionStatement", - "src": "19213:74:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19307:9:24", - "nodeType": "YulIdentifier", - "src": "19307:9:24" - }, - { - "kind": "number", - "nativeSrc": "19318:2:24", - "nodeType": "YulLiteral", - "src": "19318:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19303:3:24", - "nodeType": "YulIdentifier", - "src": "19303:3:24" - }, - "nativeSrc": "19303:18:24", - "nodeType": "YulFunctionCall", - "src": "19303:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "19327:6:24", - "nodeType": "YulIdentifier", - "src": "19327:6:24" - }, - { - "kind": "number", - "nativeSrc": "19335:66:24", - "nodeType": "YulLiteral", - "src": "19335:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "19323:3:24", - "nodeType": "YulIdentifier", - "src": "19323:3:24" - }, - "nativeSrc": "19323:79:24", - "nodeType": "YulFunctionCall", - "src": "19323:79:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19296:6:24", - "nodeType": "YulIdentifier", - "src": "19296:6:24" - }, - "nativeSrc": "19296:107:24", - "nodeType": "YulFunctionCall", - "src": "19296:107:24" - }, - "nativeSrc": "19296:107:24", - "nodeType": "YulExpressionStatement", - "src": "19296:107:24" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_bytes4__to_t_address_t_bytes4__fromStack_reversed", - "nativeSrc": "19041:368:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "19129:9:24", - "nodeType": "YulTypedName", - "src": "19129:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "19140:6:24", - "nodeType": "YulTypedName", - "src": "19140:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "19148:6:24", - "nodeType": "YulTypedName", - "src": "19148:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "19159:4:24", - "nodeType": "YulTypedName", - "src": "19159:4:24", - "type": "" - } - ], - "src": "19041:368:24" - }, - { - "body": { - "nativeSrc": "19543:119:24", - "nodeType": "YulBlock", - "src": "19543:119:24", - "statements": [ - { - "nativeSrc": "19553:26:24", - "nodeType": "YulAssignment", - "src": "19553:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19565:9:24", - "nodeType": "YulIdentifier", - "src": "19565:9:24" - }, - { - "kind": "number", - "nativeSrc": "19576:2:24", - "nodeType": "YulLiteral", - "src": "19576:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19561:3:24", - "nodeType": "YulIdentifier", - "src": "19561:3:24" - }, - "nativeSrc": "19561:18:24", - "nodeType": "YulFunctionCall", - "src": "19561:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "19553:4:24", - "nodeType": "YulIdentifier", - "src": "19553:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19595:9:24", - "nodeType": "YulIdentifier", - "src": "19595:9:24" - }, - { - "name": "value0", - "nativeSrc": "19606:6:24", - "nodeType": "YulIdentifier", - "src": "19606:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19588:6:24", - "nodeType": "YulIdentifier", - "src": "19588:6:24" - }, - "nativeSrc": "19588:25:24", - "nodeType": "YulFunctionCall", - "src": "19588:25:24" - }, - "nativeSrc": "19588:25:24", - "nodeType": "YulExpressionStatement", - "src": "19588:25:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19633:9:24", - "nodeType": "YulIdentifier", - "src": "19633:9:24" - }, - { - "kind": "number", - "nativeSrc": "19644:2:24", - "nodeType": "YulLiteral", - "src": "19644:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19629:3:24", - "nodeType": "YulIdentifier", - "src": "19629:3:24" - }, - "nativeSrc": "19629:18:24", - "nodeType": "YulFunctionCall", - "src": "19629:18:24" - }, - { - "name": "value1", - "nativeSrc": "19649:6:24", - "nodeType": "YulIdentifier", - "src": "19649:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19622:6:24", - "nodeType": "YulIdentifier", - "src": "19622:6:24" - }, - "nativeSrc": "19622:34:24", - "nodeType": "YulFunctionCall", - "src": "19622:34:24" - }, - "nativeSrc": "19622:34:24", - "nodeType": "YulExpressionStatement", - "src": "19622:34:24" - } - ] - }, - "name": "abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed", - "nativeSrc": "19414:248:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "19504:9:24", - "nodeType": "YulTypedName", - "src": "19504:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "19515:6:24", - "nodeType": "YulTypedName", - "src": "19515:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "19523:6:24", - "nodeType": "YulTypedName", - "src": "19523:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "19534:4:24", - "nodeType": "YulTypedName", - "src": "19534:4:24", - "type": "" - } - ], - "src": "19414:248:24" - }, - { - "body": { - "nativeSrc": "19804:150:24", - "nodeType": "YulBlock", - "src": "19804:150:24", - "statements": [ - { - "nativeSrc": "19814:27:24", - "nodeType": "YulVariableDeclaration", - "src": "19814:27:24", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19834:6:24", - "nodeType": "YulIdentifier", - "src": "19834:6:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "19828:5:24", - "nodeType": "YulIdentifier", - "src": "19828:5:24" - }, - "nativeSrc": "19828:13:24", - "nodeType": "YulFunctionCall", - "src": "19828:13:24" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "19818:6:24", - "nodeType": "YulTypedName", - "src": "19818:6:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19889:6:24", - "nodeType": "YulIdentifier", - "src": "19889:6:24" - }, - { - "kind": "number", - "nativeSrc": "19897:4:24", - "nodeType": "YulLiteral", - "src": "19897:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19885:3:24", - "nodeType": "YulIdentifier", - "src": "19885:3:24" - }, - "nativeSrc": "19885:17:24", - "nodeType": "YulFunctionCall", - "src": "19885:17:24" - }, - { - "name": "pos", - "nativeSrc": "19904:3:24", - "nodeType": "YulIdentifier", - "src": "19904:3:24" - }, - { - "name": "length", - "nativeSrc": "19909:6:24", - "nodeType": "YulIdentifier", - "src": "19909:6:24" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "19850:34:24", - "nodeType": "YulIdentifier", - "src": "19850:34:24" - }, - "nativeSrc": "19850:66:24", - "nodeType": "YulFunctionCall", - "src": "19850:66:24" - }, - "nativeSrc": "19850:66:24", - "nodeType": "YulExpressionStatement", - "src": "19850:66:24" - }, - { - "nativeSrc": "19925:23:24", - "nodeType": "YulAssignment", - "src": "19925:23:24", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "19936:3:24", - "nodeType": "YulIdentifier", - "src": "19936:3:24" - }, - { - "name": "length", - "nativeSrc": "19941:6:24", - "nodeType": "YulIdentifier", - "src": "19941:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19932:3:24", - "nodeType": "YulIdentifier", - "src": "19932:3:24" - }, - "nativeSrc": "19932:16:24", - "nodeType": "YulFunctionCall", - "src": "19932:16:24" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "19925:3:24", - "nodeType": "YulIdentifier", - "src": "19925:3:24" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "19667:287:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "19780:3:24", - "nodeType": "YulTypedName", - "src": "19780:3:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "19785:6:24", - "nodeType": "YulTypedName", - "src": "19785:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "19796:3:24", - "nodeType": "YulTypedName", - "src": "19796:3:24", - "type": "" - } - ], - "src": "19667:287:24" - }, - { - "body": { - "nativeSrc": "20106:216:24", - "nodeType": "YulBlock", - "src": "20106:216:24", - "statements": [ - { - "nativeSrc": "20116:26:24", - "nodeType": "YulAssignment", - "src": "20116:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20128:9:24", - "nodeType": "YulIdentifier", - "src": "20128:9:24" - }, - { - "kind": "number", - "nativeSrc": "20139:2:24", - "nodeType": "YulLiteral", - "src": "20139:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20124:3:24", - "nodeType": "YulIdentifier", - "src": "20124:3:24" - }, - "nativeSrc": "20124:18:24", - "nodeType": "YulFunctionCall", - "src": "20124:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "20116:4:24", - "nodeType": "YulIdentifier", - "src": "20116:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20158:9:24", - "nodeType": "YulIdentifier", - "src": "20158:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "20173:6:24", - "nodeType": "YulIdentifier", - "src": "20173:6:24" - }, - { - "kind": "number", - "nativeSrc": "20181:10:24", - "nodeType": "YulLiteral", - "src": "20181:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20169:3:24", - "nodeType": "YulIdentifier", - "src": "20169:3:24" - }, - "nativeSrc": "20169:23:24", - "nodeType": "YulFunctionCall", - "src": "20169:23:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20151:6:24", - "nodeType": "YulIdentifier", - "src": "20151:6:24" - }, - "nativeSrc": "20151:42:24", - "nodeType": "YulFunctionCall", - "src": "20151:42:24" - }, - "nativeSrc": "20151:42:24", - "nodeType": "YulExpressionStatement", - "src": "20151:42:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20213:9:24", - "nodeType": "YulIdentifier", - "src": "20213:9:24" - }, - { - "kind": "number", - "nativeSrc": "20224:2:24", - "nodeType": "YulLiteral", - "src": "20224:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20209:3:24", - "nodeType": "YulIdentifier", - "src": "20209:3:24" - }, - "nativeSrc": "20209:18:24", - "nodeType": "YulFunctionCall", - "src": "20209:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "20233:6:24", - "nodeType": "YulIdentifier", - "src": "20233:6:24" - }, - { - "kind": "number", - "nativeSrc": "20241:14:24", - "nodeType": "YulLiteral", - "src": "20241:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20229:3:24", - "nodeType": "YulIdentifier", - "src": "20229:3:24" - }, - "nativeSrc": "20229:27:24", - "nodeType": "YulFunctionCall", - "src": "20229:27:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20202:6:24", - "nodeType": "YulIdentifier", - "src": "20202:6:24" - }, - "nativeSrc": "20202:55:24", - "nodeType": "YulFunctionCall", - "src": "20202:55:24" - }, - "nativeSrc": "20202:55:24", - "nodeType": "YulExpressionStatement", - "src": "20202:55:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20277:9:24", - "nodeType": "YulIdentifier", - "src": "20277:9:24" - }, - { - "kind": "number", - "nativeSrc": "20288:2:24", - "nodeType": "YulLiteral", - "src": "20288:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20273:3:24", - "nodeType": "YulIdentifier", - "src": "20273:3:24" - }, - "nativeSrc": "20273:18:24", - "nodeType": "YulFunctionCall", - "src": "20273:18:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "20307:6:24", - "nodeType": "YulIdentifier", - "src": "20307:6:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "20300:6:24", - "nodeType": "YulIdentifier", - "src": "20300:6:24" - }, - "nativeSrc": "20300:14:24", - "nodeType": "YulFunctionCall", - "src": "20300:14:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "20293:6:24", - "nodeType": "YulIdentifier", - "src": "20293:6:24" - }, - "nativeSrc": "20293:22:24", - "nodeType": "YulFunctionCall", - "src": "20293:22:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20266:6:24", - "nodeType": "YulIdentifier", - "src": "20266:6:24" - }, - "nativeSrc": "20266:50:24", - "nodeType": "YulFunctionCall", - "src": "20266:50:24" - }, - "nativeSrc": "20266:50:24", - "nodeType": "YulExpressionStatement", - "src": "20266:50:24" - } - ] - }, - "name": "abi_encode_tuple_t_uint32_t_uint48_t_bool__to_t_uint32_t_uint48_t_bool__fromStack_reversed", - "nativeSrc": "19959:363:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20059:9:24", - "nodeType": "YulTypedName", - "src": "20059:9:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "20070:6:24", - "nodeType": "YulTypedName", - "src": "20070:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "20078:6:24", - "nodeType": "YulTypedName", - "src": "20078:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "20086:6:24", - "nodeType": "YulTypedName", - "src": "20086:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "20097:4:24", - "nodeType": "YulTypedName", - "src": "20097:4:24", - "type": "" - } - ], - "src": "19959:363:24" - }, - { - "body": { - "nativeSrc": "20452:157:24", - "nodeType": "YulBlock", - "src": "20452:157:24", - "statements": [ - { - "nativeSrc": "20462:26:24", - "nodeType": "YulAssignment", - "src": "20462:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20474:9:24", - "nodeType": "YulIdentifier", - "src": "20474:9:24" - }, - { - "kind": "number", - "nativeSrc": "20485:2:24", - "nodeType": "YulLiteral", - "src": "20485:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20470:3:24", - "nodeType": "YulIdentifier", - "src": "20470:3:24" - }, - "nativeSrc": "20470:18:24", - "nodeType": "YulFunctionCall", - "src": "20470:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "20462:4:24", - "nodeType": "YulIdentifier", - "src": "20462:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20504:9:24", - "nodeType": "YulIdentifier", - "src": "20504:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "20519:6:24", - "nodeType": "YulIdentifier", - "src": "20519:6:24" - }, - { - "kind": "number", - "nativeSrc": "20527:10:24", - "nodeType": "YulLiteral", - "src": "20527:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20515:3:24", - "nodeType": "YulIdentifier", - "src": "20515:3:24" - }, - "nativeSrc": "20515:23:24", - "nodeType": "YulFunctionCall", - "src": "20515:23:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20497:6:24", - "nodeType": "YulIdentifier", - "src": "20497:6:24" - }, - "nativeSrc": "20497:42:24", - "nodeType": "YulFunctionCall", - "src": "20497:42:24" - }, - "nativeSrc": "20497:42:24", - "nodeType": "YulExpressionStatement", - "src": "20497:42:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20559:9:24", - "nodeType": "YulIdentifier", - "src": "20559:9:24" - }, - { - "kind": "number", - "nativeSrc": "20570:2:24", - "nodeType": "YulLiteral", - "src": "20570:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20555:3:24", - "nodeType": "YulIdentifier", - "src": "20555:3:24" - }, - "nativeSrc": "20555:18:24", - "nodeType": "YulFunctionCall", - "src": "20555:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "20579:6:24", - "nodeType": "YulIdentifier", - "src": "20579:6:24" - }, - { - "kind": "number", - "nativeSrc": "20587:14:24", - "nodeType": "YulLiteral", - "src": "20587:14:24", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20575:3:24", - "nodeType": "YulIdentifier", - "src": "20575:3:24" - }, - "nativeSrc": "20575:27:24", - "nodeType": "YulFunctionCall", - "src": "20575:27:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20548:6:24", - "nodeType": "YulIdentifier", - "src": "20548:6:24" - }, - "nativeSrc": "20548:55:24", - "nodeType": "YulFunctionCall", - "src": "20548:55:24" - }, - "nativeSrc": "20548:55:24", - "nodeType": "YulExpressionStatement", - "src": "20548:55:24" - } - ] - }, - "name": "abi_encode_tuple_t_uint32_t_uint48__to_t_uint32_t_uint48__fromStack_reversed", - "nativeSrc": "20327:282:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20413:9:24", - "nodeType": "YulTypedName", - "src": "20413:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "20424:6:24", - "nodeType": "YulTypedName", - "src": "20424:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "20432:6:24", - "nodeType": "YulTypedName", - "src": "20432:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "20443:4:24", - "nodeType": "YulTypedName", - "src": "20443:4:24", - "type": "" - } - ], - "src": "20327:282:24" - }, - { - "body": { - "nativeSrc": "20692:177:24", - "nodeType": "YulBlock", - "src": "20692:177:24", - "statements": [ - { - "body": { - "nativeSrc": "20738:16:24", - "nodeType": "YulBlock", - "src": "20738:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "20747:1:24", - "nodeType": "YulLiteral", - "src": "20747:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "20750:1:24", - "nodeType": "YulLiteral", - "src": "20750:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "20740:6:24", - "nodeType": "YulIdentifier", - "src": "20740:6:24" - }, - "nativeSrc": "20740:12:24", - "nodeType": "YulFunctionCall", - "src": "20740:12:24" - }, - "nativeSrc": "20740:12:24", - "nodeType": "YulExpressionStatement", - "src": "20740:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "20713:7:24", - "nodeType": "YulIdentifier", - "src": "20713:7:24" - }, - { - "name": "headStart", - "nativeSrc": "20722:9:24", - "nodeType": "YulIdentifier", - "src": "20722:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20709:3:24", - "nodeType": "YulIdentifier", - "src": "20709:3:24" - }, - "nativeSrc": "20709:23:24", - "nodeType": "YulFunctionCall", - "src": "20709:23:24" - }, - { - "kind": "number", - "nativeSrc": "20734:2:24", - "nodeType": "YulLiteral", - "src": "20734:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "20705:3:24", - "nodeType": "YulIdentifier", - "src": "20705:3:24" - }, - "nativeSrc": "20705:32:24", - "nodeType": "YulFunctionCall", - "src": "20705:32:24" - }, - "nativeSrc": "20702:52:24", - "nodeType": "YulIf", - "src": "20702:52:24" - }, - { - "nativeSrc": "20763:36:24", - "nodeType": "YulVariableDeclaration", - "src": "20763:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20789:9:24", - "nodeType": "YulIdentifier", - "src": "20789:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "20776:12:24", - "nodeType": "YulIdentifier", - "src": "20776:12:24" - }, - "nativeSrc": "20776:23:24", - "nodeType": "YulFunctionCall", - "src": "20776:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "20767:5:24", - "nodeType": "YulTypedName", - "src": "20767:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "20833:5:24", - "nodeType": "YulIdentifier", - "src": "20833:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "20808:24:24", - "nodeType": "YulIdentifier", - "src": "20808:24:24" - }, - "nativeSrc": "20808:31:24", - "nodeType": "YulFunctionCall", - "src": "20808:31:24" - }, - "nativeSrc": "20808:31:24", - "nodeType": "YulExpressionStatement", - "src": "20808:31:24" - }, - { - "nativeSrc": "20848:15:24", - "nodeType": "YulAssignment", - "src": "20848:15:24", - "value": { - "name": "value", - "nativeSrc": "20858:5:24", - "nodeType": "YulIdentifier", - "src": "20858:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "20848:6:24", - "nodeType": "YulIdentifier", - "src": "20848:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_address_payable", - "nativeSrc": "20614:255:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20658:9:24", - "nodeType": "YulTypedName", - "src": "20658:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "20669:7:24", - "nodeType": "YulTypedName", - "src": "20669:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "20681:6:24", - "nodeType": "YulTypedName", - "src": "20681:6:24", - "type": "" - } - ], - "src": "20614:255:24" - }, - { - "body": { - "nativeSrc": "20922:122:24", - "nodeType": "YulBlock", - "src": "20922:122:24", - "statements": [ - { - "nativeSrc": "20932:51:24", - "nodeType": "YulAssignment", - "src": "20932:51:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "x", - "nativeSrc": "20948:1:24", - "nodeType": "YulIdentifier", - "src": "20948:1:24" - }, - { - "kind": "number", - "nativeSrc": "20951:10:24", - "nodeType": "YulLiteral", - "src": "20951:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20944:3:24", - "nodeType": "YulIdentifier", - "src": "20944:3:24" - }, - "nativeSrc": "20944:18:24", - "nodeType": "YulFunctionCall", - "src": "20944:18:24" - }, - { - "arguments": [ - { - "name": "y", - "nativeSrc": "20968:1:24", - "nodeType": "YulIdentifier", - "src": "20968:1:24" - }, - { - "kind": "number", - "nativeSrc": "20971:10:24", - "nodeType": "YulLiteral", - "src": "20971:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20964:3:24", - "nodeType": "YulIdentifier", - "src": "20964:3:24" - }, - "nativeSrc": "20964:18:24", - "nodeType": "YulFunctionCall", - "src": "20964:18:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20940:3:24", - "nodeType": "YulIdentifier", - "src": "20940:3:24" - }, - "nativeSrc": "20940:43:24", - "nodeType": "YulFunctionCall", - "src": "20940:43:24" - }, - "variableNames": [ - { - "name": "diff", - "nativeSrc": "20932:4:24", - "nodeType": "YulIdentifier", - "src": "20932:4:24" - } - ] - }, - { - "body": { - "nativeSrc": "21016:22:24", - "nodeType": "YulBlock", - "src": "21016:22:24", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "21018:16:24", - "nodeType": "YulIdentifier", - "src": "21018:16:24" - }, - "nativeSrc": "21018:18:24", - "nodeType": "YulFunctionCall", - "src": "21018:18:24" - }, - "nativeSrc": "21018:18:24", - "nodeType": "YulExpressionStatement", - "src": "21018:18:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "diff", - "nativeSrc": "20998:4:24", - "nodeType": "YulIdentifier", - "src": "20998:4:24" - }, - { - "kind": "number", - "nativeSrc": "21004:10:24", - "nodeType": "YulLiteral", - "src": "21004:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "20995:2:24", - "nodeType": "YulIdentifier", - "src": "20995:2:24" - }, - "nativeSrc": "20995:20:24", - "nodeType": "YulFunctionCall", - "src": "20995:20:24" - }, - "nativeSrc": "20992:46:24", - "nodeType": "YulIf", - "src": "20992:46:24" - } - ] - }, - "name": "checked_sub_t_uint32", - "nativeSrc": "20874:170:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "x", - "nativeSrc": "20904:1:24", - "nodeType": "YulTypedName", - "src": "20904:1:24", - "type": "" - }, - { - "name": "y", - "nativeSrc": "20907:1:24", - "nodeType": "YulTypedName", - "src": "20907:1:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "diff", - "nativeSrc": "20913:4:24", - "nodeType": "YulTypedName", - "src": "20913:4:24", - "type": "" - } - ], - "src": "20874:170:24" - }, - { - "body": { - "nativeSrc": "21185:130:24", - "nodeType": "YulBlock", - "src": "21185:130:24", - "statements": [ - { - "nativeSrc": "21195:26:24", - "nodeType": "YulAssignment", - "src": "21195:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "21207:9:24", - "nodeType": "YulIdentifier", - "src": "21207:9:24" - }, - { - "kind": "number", - "nativeSrc": "21218:2:24", - "nodeType": "YulLiteral", - "src": "21218:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21203:3:24", - "nodeType": "YulIdentifier", - "src": "21203:3:24" - }, - "nativeSrc": "21203:18:24", - "nodeType": "YulFunctionCall", - "src": "21203:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "21195:4:24", - "nodeType": "YulIdentifier", - "src": "21195:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "21237:9:24", - "nodeType": "YulIdentifier", - "src": "21237:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "21252:6:24", - "nodeType": "YulIdentifier", - "src": "21252:6:24" - }, - { - "kind": "number", - "nativeSrc": "21260:4:24", - "nodeType": "YulLiteral", - "src": "21260:4:24", - "type": "", - "value": "0xff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "21248:3:24", - "nodeType": "YulIdentifier", - "src": "21248:3:24" - }, - "nativeSrc": "21248:17:24", - "nodeType": "YulFunctionCall", - "src": "21248:17:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "21230:6:24", - "nodeType": "YulIdentifier", - "src": "21230:6:24" - }, - "nativeSrc": "21230:36:24", - "nodeType": "YulFunctionCall", - "src": "21230:36:24" - }, - "nativeSrc": "21230:36:24", - "nodeType": "YulExpressionStatement", - "src": "21230:36:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "21286:9:24", - "nodeType": "YulIdentifier", - "src": "21286:9:24" - }, - { - "kind": "number", - "nativeSrc": "21297:2:24", - "nodeType": "YulLiteral", - "src": "21297:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21282:3:24", - "nodeType": "YulIdentifier", - "src": "21282:3:24" - }, - "nativeSrc": "21282:18:24", - "nodeType": "YulFunctionCall", - "src": "21282:18:24" - }, - { - "name": "value1", - "nativeSrc": "21302:6:24", - "nodeType": "YulIdentifier", - "src": "21302:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "21275:6:24", - "nodeType": "YulIdentifier", - "src": "21275:6:24" - }, - "nativeSrc": "21275:34:24", - "nodeType": "YulFunctionCall", - "src": "21275:34:24" - }, - "nativeSrc": "21275:34:24", - "nodeType": "YulExpressionStatement", - "src": "21275:34:24" - } - ] - }, - "name": "abi_encode_tuple_t_rational_48_by_1_t_uint256__to_t_uint8_t_uint256__fromStack_reversed", - "nativeSrc": "21049:266:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "21146:9:24", - "nodeType": "YulTypedName", - "src": "21146:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "21157:6:24", - "nodeType": "YulTypedName", - "src": "21157:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "21165:6:24", - "nodeType": "YulTypedName", - "src": "21165:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "21176:4:24", - "nodeType": "YulTypedName", - "src": "21176:4:24", - "type": "" - } - ], - "src": "21049:266:24" - } - ] - }, - "contents": "{\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 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_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_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_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": 24, - "language": "Yul", - "name": "#utility.yul" - } - ], - "immutableReferences": {}, - "linkReferences": {}, - "object": "60806040526004361061026a5760003560e01c806375b238fc11610153578063b7009613116100cb578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c61461080b578063f801a6981461082b578063fe0776f51461086557600080fd5b8063d1f856ee146107cb578063d22b5989146107eb57600080fd5b8063c4d66de8116100b0578063c4d66de814610780578063cc1b6c81146107a0578063cfef5e83146107b657600080fd5b8063b700961314610724578063b7d2b1621461076057600080fd5b806394c7d7ee11610122578063a64d95ce11610107578063a64d95ce146106a9578063abd9bd2a146106c9578063ac9650d8146106f757600080fd5b806394c7d7ee14610629578063a166aa891461064957600080fd5b806375b238fc146105ca57806377de1131146105df5780638129fc1c146105f4578063853551b81461060957600080fd5b806330cae187116101e65780634665096d116101b5578063529629521161019a578063529629521461052e578063530dd4561461054e5780636d5115bd146105aa57600080fd5b80634665096d146104f85780634c1da1e21461050e57600080fd5b806330cae187146104295780633adc277a146104495780633ca7c02a146104805780634136a33c1461049c57600080fd5b8063167bd3951161023d5780631cff79cd116102225780631cff79cd1461039c57806325c471a0146103af5780633078f114146103cf57600080fd5b8063167bd3951461035c57806318ff183c1461037c57600080fd5b80630125a4251461026f57806308d6122d146102a25780630b0a93ba146102c457806312be872714610327575b600080fd5b34801561027b57600080fd5b50610284600381565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102ae57600080fd5b506102c26102bd366004612c02565b610885565b005b3480156102d057600080fd5b506102846102df366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad016020526040902060010154600160401b90041690565b34801561033357600080fd5b50610347610342366004612c69565b6108d8565b60405163ffffffff9091168152602001610299565b34801561036857600080fd5b506102c2610377366004612c84565b610944565b34801561038857600080fd5b506102c2610397366004612cc2565b61095a565b6103476103aa366004612d32565b6109da565b3480156103bb57600080fd5b506102c26103ca366004612d9b565b610b79565b3480156103db57600080fd5b506103ef6103ea366004612de0565b610b9b565b604051610299949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b34801561043557600080fd5b506102c2610444366004612dfc565b610c33565b34801561045557600080fd5b50610469610464366004612e2f565b610c45565b60405165ffffffffffff9091168152602001610299565b34801561048c57600080fd5b5061028467ffffffffffffffff81565b3480156104a857600080fd5b506103476104b7366004612e2f565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561050457600080fd5b5062093a80610347565b34801561051a57600080fd5b50610347610529366004612e48565b610ca9565b34801561053a57600080fd5b506102c2610549366004612dfc565b610ce6565b34801561055a57600080fd5b50610284610569366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b3480156105b657600080fd5b506102846105c5366004612e7b565b610cf8565b3480156105d657600080fd5b50610284600081565b3480156105eb57600080fd5b50610284600181565b34801561060057600080fd5b506102c2610d44565b34801561061557600080fd5b506102c2610624366004612ea9565b610e5c565b34801561063557600080fd5b506102c2610644366004612d32565b610ef7565b34801561065557600080fd5b50610699610664366004612e48565b6001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b6040519015158152602001610299565b3480156106b557600080fd5b506102c26106c4366004612ec7565b610fd5565b3480156106d557600080fd5b506106e96106e4366004612ef1565b610fe7565b604051908152602001610299565b34801561070357600080fd5b50610717610712366004612f56565b611020565b6040516102999190612fbc565b34801561073057600080fd5b5061074461073f36600461303c565b611108565b60408051921515835263ffffffff909116602083015201610299565b34801561076c57600080fd5b506102c261077b366004612de0565b611215565b34801561078c57600080fd5b506102c261079b366004612e48565b61122c565b3480156107ac57600080fd5b5062069780610347565b3480156107c257600080fd5b50610284600281565b3480156107d757600080fd5b506107446107e6366004612de0565b611345565b3480156107f757600080fd5b506102c2610806366004613087565b6113c3565b34801561081757600080fd5b50610347610826366004612ef1565b6113d5565b34801561083757600080fd5b5061084b6108463660046130a5565b61155f565b6040805192835263ffffffff909116602083015201610299565b34801561087157600080fd5b506102c2610880366004612de0565b61170c565b61088d61174e565b60005b828110156108d1576108c9858585848181106108ae576108ae613118565b90506020020160208101906108c3919061312e565b846117e3565b600101610890565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206133738339815191529061093d90600160801b90046001600160701b0316611879565b9392505050565b61094c61174e565b6109568282611898565b5050565b61096261174e565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156109be57600080fd5b505af11580156109d2573d6000803e3d6000fd5b505050505050565b60006000805160206133738339815191523382806109fa8389898961191a565b9150915081158015610a10575063ffffffff8116155b15610a7c578288610a21898961196d565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b6000610a8a848a8a8a610fe7565b9050600063ffffffff8316151580610ab15750610aa682610c45565b65ffffffffffff1615155b15610ac257610abf82611985565b90505b6003860154610b178b610ad58c8c61196d565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610b618b8b8b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250349250611aec915050565b50600390960195909555509293505050509392505050565b610b8161174e565b610b958383610b8f866108d8565b84611ba9565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff811692918291829160008051602061337383398151915291610c2490660100000000000090046001600160701b0316611e34565b979a9199509750945050505050565b610c3b61174e565b6109568282611e57565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff16610c9481611f10565b610c9e5780610ca1565b60005b949350505050565b6001600160a01b03811660009081526000805160206133738339815191526020819052604082206001015461093d906001600160701b0316611879565b610cee61174e565b6109568282611f3f565b6001600160a01b0382166000908152600080516020613373833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015610d8a5750825b905060008267ffffffffffffffff166001148015610da75750303b155b905081158015610db5575080155b15610dd35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e0257845468ff00000000000000001916600160401b1785555b610e0b33612015565b83156108d157845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610e6461174e565b67ffffffffffffffff83161580610e84575067ffffffffffffffff838116145b15610eae5760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610eea929190613174565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610f51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f759190613188565b6001600160e01b03191614610fc1576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b0382166004820152602401610a73565b6108d1610fd085838686610fe7565b611985565b610fdd61174e565b6109568282612029565b60008484848460405160200161100094939291906131a5565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff81111561104b5761104b613217565b60405190808252806020026020018201604052801561107e57816020015b60608152602001906001900390816110695790505b50915060005b83811015611100576110db308686848181106110a2576110a2613118565b90506020028101906110b4919061322d565b856040516020016110c793929190613274565b60405160208183030381529060405261216b565b8382815181106110ed576110ed613118565b6020908102919091010152600101611084565b505092915050565b600080611144846001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b156111545750600090508061120d565b306001600160a01b038616036111cf57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061120d565b60006111db8585610cf8565b90506000806111ea8389611345565b91509150816111fb57600080611205565b63ffffffff811615815b945094505050505b935093915050565b61121d61174e565b61122782826121e1565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156112725750825b905060008267ffffffffffffffff16600114801561128f5750303b155b90508115801561129d575080155b156112bb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112ea57845468ff00000000000000001916600160401b1785555b6112f386612015565b83156109d257845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60008067fffffffffffffffe1967ffffffffffffffff85160161136e57506001905060006113bc565b60008061137b8686610b9b565b5050915091508165ffffffffffff166000141580156113b1575061139d6122f5565b65ffffffffffff168265ffffffffffff1611155b935091506113bc9050565b9250929050565b6113cb61174e565b6109568282612305565b600060008051602061337383398151915233826113f2868661196d565b9050600061140289898989610fe7565b600081815260028601602052604081205491925065ffffffffffff90911690036114425760405163060a299b60e41b815260048101829052602401610a73565b826001600160a01b0316896001600160a01b0316146114f7576000611468600085611345565b509050600061148361147d6102df8c87610cf8565b86611345565b50905081158015611492575080155b156114f4576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b031985166064820152608401610a73565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b600080600080516020613373833981519152338261157f828a8a8a61191a565b91505060008163ffffffff166115936122f5565b61159d919061329b565b905063ffffffff821615806115d4575060008765ffffffffffff161180156115d457508065ffffffffffff168765ffffffffffff16105b156115e557828a610a218b8b61196d565b6115ff8765ffffffffffff168265ffffffffffff166123d4565b965061160d838b8b8b610fe7565b9550611618866123e4565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e6040516116f79594939291906132b9565b60405180910390a35050505094509492505050565b6001600160a01b038116331461121d576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360008061175d838236612479565b9150915081611227578063ffffffff166000036117d357600061178081366125c5565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff821660248201529092506044019050610a73565b610b95610fd08430600036610fe7565b60006000805160206133738339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b60008061188e836001600160701b0316611e34565b5090949350505050565b6001600160a01b0382166000818152600080516020613373833981519152602081815260409283902060010180546eff00000000000000000000000000001916600160701b8715159081029190911790915592519283529092917f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb1389101610eea565b600080306001600160a01b0386160361194157611938868585612479565b91509150611964565b6004831061195d57611958868661073f878761196d565b611938565b5060009050805b94509492505050565b600061197c60048284866131ed565b61093d91613304565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff8116906601000000000000900463ffffffff16818403611a005760405163060a299b60e41b815260048101869052602401610a73565b611a086122f5565b65ffffffffffff168265ffffffffffff161115611a54576040517f18cb6b7a00000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b611a5d82611f10565b15611a97576040517f78a5d6e400000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b606081471015611b31576040517fcf47918100000000000000000000000000000000000000000000000000000000815247600482015260248101839052604401610a73565b600080856001600160a01b03168486604051611b4d919061333a565b60006040518083038185875af1925050503d8060008114611b8a576040519150601f19603f3d011682016040523d82523d6000602084013e611b8f565b606091505b5091509150611b9f8683836128d0565b9695505050505050565b600060008051602061337383398151915267ffffffffffffffff861667fffffffffffffffe1901611bf95760405163061c6a4360e21b815267ffffffffffffffff87166004820152602401610a73565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611d01578563ffffffff16611c486122f5565b611c52919061329b565b905060405180604001604052808265ffffffffffff168152602001611c808763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611dc4565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611d519166010000000000009091046001600160701b0316908790612945565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611e4a84611e456122f5565b6129ef565b9250925092509193909250565b60008051602061337383398151915267ffffffffffffffff83161580611e86575067ffffffffffffffff838116145b15611eb05760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611f1a6122f5565b65ffffffffffff16611f2f62093a808461329b565b65ffffffffffff16111592915050565b60008051602061337383398151915267ffffffffffffffff83161580611f6e575067ffffffffffffffff838116145b15611f985760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff16600160401b958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b61201d612a3c565b61202681612aa0565b50565b60008051602061337383398151915267ffffffffffffffff831667fffffffffffffffe19016120775760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff8316600090815260018281016020526040822001546120b390600160801b90046001600160701b03168462069780612945565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b489061215d908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612188919061333a565b600060405180830381855af49150503d80600081146121c3576040519150601f19603f3d011682016040523d82523d6000602084013e6121c8565b606091505b50915091506121d88583836128d0565b95945050505050565b600060008051602061337383398151915267ffffffffffffffff841667fffffffffffffffe19016122315760405163061c6a4360e21b815267ffffffffffffffff85166004820152602401610a73565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612279576000915050610d3e565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061230042612af9565b905090565b6001600160a01b03821660009081526000805160206133738339815191526020819052604082206001015490919061234a906001600160701b03168462069780612945565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c910161215d565b600082821882841102821861093d565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206133738339815191529065ffffffffffff16801580159061243f575061243d81611f10565b155b15611227576040517f813e945900000000000000000000000000000000000000000000000000000000815260048101849052602401610a73565b60008060048310156124905750600090508061120d565b306001600160a01b03861603612513576111c4306124ae868661196d565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b600080600061252287876125c5565b9250925092508215801561255c57503060009081526000805160206133738339815191526020526040902060010154600160701b900460ff165b15612570576000809450945050505061120d565b60008061257d848b611345565b91509150816125975760008096509650505050505061120d565b6125ad8363ffffffff168263ffffffff166123d4565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156125e0575060009150819050806128c9565b60006125ec868661196d565b90506001600160e01b031981167f853551b800000000000000000000000000000000000000000000000000000000148061264f57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b8061268357506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b806126b757506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b806126eb57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b15612701576001600080935093509350506128c9565b6001600160e01b031981167f18ff183c00000000000000000000000000000000000000000000000000000000148061276257506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b8061279657506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b156127d85760006127ab60246004888a6131ed565b8101906127b89190612e48565b905060006127c582610ca9565b600196506000955093506128c992505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061283957506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156128b357600061284e60246004888a6131ed565b81019061285b9190612c69565b905060016128a48267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b600094509450945050506128c9565b60006128bf3083610cf8565b6000935093509350505b9250925092565b6060826128e5576128e082612b49565b61093d565b81511580156128fc57506001600160a01b0384163b155b1561293e576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b0385166004820152602401610a73565b508061093d565b600080600061295c866001600160701b0316611879565b905060006129998563ffffffff168763ffffffff168463ffffffff161161298457600061298e565b61298e8885613356565b63ffffffff166123d4565b90508063ffffffff166129aa6122f5565b6129b4919061329b565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b69ffffffffffffffffffff602083901c166001600160701b03831665ffffffffffff604085901c8116908416811115612a2a57828282612a2f565b816000805b9250925092509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612a9e576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b612aa8612a3c565b6001600160a01b038116612aeb576040517f0813ada200000000000000000000000000000000000000000000000000000000815260006004820152602401610a73565b610956600082600080611ba9565b600065ffffffffffff821115612b45576040517f6dfcc6500000000000000000000000000000000000000000000000000000000081526030600482015260248101839052604401610a73565b5090565b805115612b595780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116811461202657600080fd5b60008083601f840112612bb257600080fd5b50813567ffffffffffffffff811115612bca57600080fd5b6020830191508360208260051b85010111156113bc57600080fd5b803567ffffffffffffffff81168114612bfd57600080fd5b919050565b60008060008060608587031215612c1857600080fd5b8435612c2381612b8b565b9350602085013567ffffffffffffffff811115612c3f57600080fd5b612c4b87828801612ba0565b9094509250612c5e905060408601612be5565b905092959194509250565b600060208284031215612c7b57600080fd5b61093d82612be5565b60008060408385031215612c9757600080fd5b8235612ca281612b8b565b915060208301358015158114612cb757600080fd5b809150509250929050565b60008060408385031215612cd557600080fd5b8235612ce081612b8b565b91506020830135612cb781612b8b565b60008083601f840112612d0257600080fd5b50813567ffffffffffffffff811115612d1a57600080fd5b6020830191508360208285010111156113bc57600080fd5b600080600060408486031215612d4757600080fd5b8335612d5281612b8b565b9250602084013567ffffffffffffffff811115612d6e57600080fd5b612d7a86828701612cf0565b9497909650939450505050565b803563ffffffff81168114612bfd57600080fd5b600080600060608486031215612db057600080fd5b612db984612be5565b92506020840135612dc981612b8b565b9150612dd760408501612d87565b90509250925092565b60008060408385031215612df357600080fd5b612ce083612be5565b60008060408385031215612e0f57600080fd5b612e1883612be5565b9150612e2660208401612be5565b90509250929050565b600060208284031215612e4157600080fd5b5035919050565b600060208284031215612e5a57600080fd5b813561093d81612b8b565b6001600160e01b03198116811461202657600080fd5b60008060408385031215612e8e57600080fd5b8235612e9981612b8b565b91506020830135612cb781612e65565b600080600060408486031215612ebe57600080fd5b612d5284612be5565b60008060408385031215612eda57600080fd5b612ee383612be5565b9150612e2660208401612d87565b60008060008060608587031215612f0757600080fd5b8435612f1281612b8b565b93506020850135612f2281612b8b565b9250604085013567ffffffffffffffff811115612f3e57600080fd5b612f4a87828801612cf0565b95989497509550505050565b60008060208385031215612f6957600080fd5b823567ffffffffffffffff811115612f8057600080fd5b612f8c85828601612ba0565b90969095509350505050565b60005b83811015612fb3578181015183820152602001612f9b565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561303057603f198786030184528151805180875261300d816020890160208501612f98565b601f01601f19169590950160209081019550938401939190910190600101612fe4565b50929695505050505050565b60008060006060848603121561305157600080fd5b833561305c81612b8b565b9250602084013561306c81612b8b565b9150604084013561307c81612e65565b809150509250925092565b6000806040838503121561309a57600080fd5b8235612ee381612b8b565b600080600080606085870312156130bb57600080fd5b84356130c681612b8b565b9350602085013567ffffffffffffffff8111156130e257600080fd5b6130ee87828801612cf0565b909450925050604085013565ffffffffffff8116811461310d57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561314057600080fd5b813561093d81612e65565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610ca160208301848661314b565b60006020828403121561319a57600080fd5b815161093d81612e65565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611b9f60608301848661314b565b634e487b7160e01b600052601160045260246000fd5b600080858511156131fd57600080fd5b8386111561320a57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e1984360301811261324457600080fd5b83018035915067ffffffffffffffff82111561325f57600080fd5b6020019150368190038213156113bc57600080fd5b828482376000838201600081528351613291818360208801612f98565b0195945050505050565b65ffffffffffff8181168382160190811115610d3e57610d3e6131d7565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b03841660408201526080606082015260006132f960808301848661314b565b979650505050505050565b80356001600160e01b03198116906004841015613333576001600160e01b0319808560040360031b1b82161691505b5092915050565b6000825161334c818460208701612f98565b9190910192915050565b63ffffffff8281168282160390811115610d3e57610d3e6131d756fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a264697066735822122036bfeac2edd6be5c8b28c46f05c20c4a0d69c451c3c1e650dbf4170f8224f0c964736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x26A JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x75B238FC GT PUSH2 0x153 JUMPI DUP1 PUSH4 0xB7009613 GT PUSH2 0xCB JUMPI DUP1 PUSH4 0xD1F856EE GT PUSH2 0x7F JUMPI DUP1 PUSH4 0xD6BB62C6 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xD6BB62C6 EQ PUSH2 0x80B JUMPI DUP1 PUSH4 0xF801A698 EQ PUSH2 0x82B JUMPI DUP1 PUSH4 0xFE0776F5 EQ PUSH2 0x865 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD1F856EE EQ PUSH2 0x7CB JUMPI DUP1 PUSH4 0xD22B5989 EQ PUSH2 0x7EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xC4D66DE8 GT PUSH2 0xB0 JUMPI DUP1 PUSH4 0xC4D66DE8 EQ PUSH2 0x780 JUMPI DUP1 PUSH4 0xCC1B6C81 EQ PUSH2 0x7A0 JUMPI DUP1 PUSH4 0xCFEF5E83 EQ PUSH2 0x7B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB7009613 EQ PUSH2 0x724 JUMPI DUP1 PUSH4 0xB7D2B162 EQ PUSH2 0x760 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x94C7D7EE GT PUSH2 0x122 JUMPI DUP1 PUSH4 0xA64D95CE GT PUSH2 0x107 JUMPI DUP1 PUSH4 0xA64D95CE EQ PUSH2 0x6A9 JUMPI DUP1 PUSH4 0xABD9BD2A EQ PUSH2 0x6C9 JUMPI DUP1 PUSH4 0xAC9650D8 EQ PUSH2 0x6F7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x94C7D7EE EQ PUSH2 0x629 JUMPI DUP1 PUSH4 0xA166AA89 EQ PUSH2 0x649 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x75B238FC EQ PUSH2 0x5CA JUMPI DUP1 PUSH4 0x77DE1131 EQ PUSH2 0x5DF JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x5F4 JUMPI DUP1 PUSH4 0x853551B8 EQ PUSH2 0x609 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 GT PUSH2 0x1E6 JUMPI DUP1 PUSH4 0x4665096D GT PUSH2 0x1B5 JUMPI DUP1 PUSH4 0x52962952 GT PUSH2 0x19A JUMPI DUP1 PUSH4 0x52962952 EQ PUSH2 0x52E JUMPI DUP1 PUSH4 0x530DD456 EQ PUSH2 0x54E JUMPI DUP1 PUSH4 0x6D5115BD EQ PUSH2 0x5AA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x4665096D EQ PUSH2 0x4F8 JUMPI DUP1 PUSH4 0x4C1DA1E2 EQ PUSH2 0x50E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 EQ PUSH2 0x429 JUMPI DUP1 PUSH4 0x3ADC277A EQ PUSH2 0x449 JUMPI DUP1 PUSH4 0x3CA7C02A EQ PUSH2 0x480 JUMPI DUP1 PUSH4 0x4136A33C EQ PUSH2 0x49C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x167BD395 GT PUSH2 0x23D JUMPI DUP1 PUSH4 0x1CFF79CD GT PUSH2 0x222 JUMPI DUP1 PUSH4 0x1CFF79CD EQ PUSH2 0x39C JUMPI DUP1 PUSH4 0x25C471A0 EQ PUSH2 0x3AF JUMPI DUP1 PUSH4 0x3078F114 EQ PUSH2 0x3CF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x167BD395 EQ PUSH2 0x35C JUMPI DUP1 PUSH4 0x18FF183C EQ PUSH2 0x37C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x125A425 EQ PUSH2 0x26F JUMPI DUP1 PUSH4 0x8D6122D EQ PUSH2 0x2A2 JUMPI DUP1 PUSH4 0xB0A93BA EQ PUSH2 0x2C4 JUMPI DUP1 PUSH4 0x12BE8727 EQ PUSH2 0x327 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x27B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x3 DUP2 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 0x2AE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x2BD CALLDATASIZE PUSH1 0x4 PUSH2 0x2C02 JUMP JUMPDEST PUSH2 0x885 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2D0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x2DF CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 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 PUSH1 0x1 PUSH1 0x40 SHL SWAP1 DIV AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x333 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x342 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 JUMP JUMPDEST PUSH2 0x8D8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x368 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x377 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C84 JUMP JUMPDEST PUSH2 0x944 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x388 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x397 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CC2 JUMP JUMPDEST PUSH2 0x95A JUMP JUMPDEST PUSH2 0x347 PUSH2 0x3AA CALLDATASIZE PUSH1 0x4 PUSH2 0x2D32 JUMP JUMPDEST PUSH2 0x9DA JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x3CA CALLDATASIZE PUSH1 0x4 PUSH2 0x2D9B JUMP JUMPDEST PUSH2 0xB79 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3DB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3EF PUSH2 0x3EA CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0xB9B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x299 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 0x435 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x444 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DFC JUMP JUMPDEST PUSH2 0xC33 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x455 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x469 PUSH2 0x464 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E2F JUMP JUMPDEST PUSH2 0xC45 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x48C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4A8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x4B7 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E2F 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 0x504 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x93A80 PUSH2 0x347 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x51A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x529 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH2 0xCA9 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x53A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x549 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DFC JUMP JUMPDEST PUSH2 0xCE6 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x55A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x569 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 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 0x5B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x5C5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E7B JUMP JUMPDEST PUSH2 0xCF8 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5D6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x0 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x1 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x600 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0xD44 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x615 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x624 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EA9 JUMP JUMPDEST PUSH2 0xE5C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x635 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x644 CALLDATASIZE PUSH1 0x4 PUSH2 0x2D32 JUMP JUMPDEST PUSH2 0xEF7 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x655 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x699 PUSH2 0x664 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x6C4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EC7 JUMP JUMPDEST PUSH2 0xFD5 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6D5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x6E9 PUSH2 0x6E4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EF1 JUMP JUMPDEST PUSH2 0xFE7 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x703 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x717 PUSH2 0x712 CALLDATASIZE PUSH1 0x4 PUSH2 0x2F56 JUMP JUMPDEST PUSH2 0x1020 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x299 SWAP2 SWAP1 PUSH2 0x2FBC JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x744 PUSH2 0x73F CALLDATASIZE PUSH1 0x4 PUSH2 0x303C JUMP JUMPDEST PUSH2 0x1108 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 ISZERO ISZERO DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x76C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x77B CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x1215 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x78C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x79B CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH2 0x122C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7AC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x69780 PUSH2 0x347 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7C2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x2 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7D7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x744 PUSH2 0x7E6 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x1345 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7F7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x806 CALLDATASIZE PUSH1 0x4 PUSH2 0x3087 JUMP JUMPDEST PUSH2 0x13C3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x817 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x826 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EF1 JUMP JUMPDEST PUSH2 0x13D5 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x837 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x84B PUSH2 0x846 CALLDATASIZE PUSH1 0x4 PUSH2 0x30A5 JUMP JUMPDEST PUSH2 0x155F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x871 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x880 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x170C JUMP JUMPDEST PUSH2 0x88D PUSH2 0x174E JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8D1 JUMPI PUSH2 0x8C9 DUP6 DUP6 DUP6 DUP5 DUP2 DUP2 LT PUSH2 0x8AE JUMPI PUSH2 0x8AE PUSH2 0x3118 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD PUSH1 0x20 DUP2 ADD SWAP1 PUSH2 0x8C3 SWAP2 SWAP1 PUSH2 0x312E JUMP JUMPDEST DUP5 PUSH2 0x17E3 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x890 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH2 0x93D SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x94C PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1898 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH2 0x962 PUSH2 0x174E 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 0x9BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x9D2 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 DUP1 PUSH2 0x9FA DUP4 DUP10 DUP10 DUP10 PUSH2 0x191A JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0xA10 JUMPI POP PUSH4 0xFFFFFFFF DUP2 AND ISZERO JUMPDEST ISZERO PUSH2 0xA7C JUMPI DUP3 DUP9 PUSH2 0xA21 DUP10 DUP10 PUSH2 0x196D 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 0xA8A DUP5 DUP11 DUP11 DUP11 PUSH2 0xFE7 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH4 0xFFFFFFFF DUP4 AND ISZERO ISZERO DUP1 PUSH2 0xAB1 JUMPI POP PUSH2 0xAA6 DUP3 PUSH2 0xC45 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND ISZERO ISZERO JUMPDEST ISZERO PUSH2 0xAC2 JUMPI PUSH2 0xABF DUP3 PUSH2 0x1985 JUMP JUMPDEST SWAP1 POP JUMPDEST PUSH1 0x3 DUP7 ADD SLOAD PUSH2 0xB17 DUP12 PUSH2 0xAD5 DUP13 DUP13 PUSH2 0x196D 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 0xB61 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 0x1AEC 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 0xB81 PUSH2 0x174E JUMP JUMPDEST PUSH2 0xB95 DUP4 DUP4 PUSH2 0xB8F DUP7 PUSH2 0x8D8 JUMP JUMPDEST DUP5 PUSH2 0x1BA9 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP2 PUSH2 0xC24 SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1E34 JUMP JUMPDEST SWAP8 SWAP11 SWAP2 SWAP10 POP SWAP8 POP SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xC3B PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1E57 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0xC94 DUP2 PUSH2 0x1F10 JUMP JUMPDEST PUSH2 0xC9E JUMPI DUP1 PUSH2 0xCA1 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH2 0x93D SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST PUSH2 0xCEE PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1F3F JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 PUSH1 0x1 PUSH1 0x40 SHL DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0xD8A JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0xDA7 JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0xDB5 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0xDD3 JUMPI PUSH1 0x40 MLOAD PUSH4 0xF92EE8A9 PUSH1 0xE0 SHL 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 0xE02 JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH1 0x1 PUSH1 0x40 SHL OR DUP6 SSTORE JUMPDEST PUSH2 0xE0B CALLER PUSH2 0x2015 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x8D1 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 0xE64 PUSH2 0x174E JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0xE84 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0xEAE JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH32 0x1256F5B5ECB89CAEC12DB449738F2FBCD1BA5806CF38F35413F4E5C15BF6A450 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0xEEA SWAP3 SWAP2 SWAP1 PUSH2 0x3174 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 0xF51 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 0xF75 SWAP2 SWAP1 PUSH2 0x3188 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND EQ PUSH2 0xFC1 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 0xA73 JUMP JUMPDEST PUSH2 0x8D1 PUSH2 0xFD0 DUP6 DUP4 DUP7 DUP7 PUSH2 0xFE7 JUMP JUMPDEST PUSH2 0x1985 JUMP JUMPDEST PUSH2 0xFDD PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x2029 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 DUP5 DUP5 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x1000 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x31A5 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 0x104B JUMPI PUSH2 0x104B PUSH2 0x3217 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x107E JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x1069 JUMPI SWAP1 POP JUMPDEST POP SWAP2 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1100 JUMPI PUSH2 0x10DB ADDRESS DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0x10A2 JUMPI PUSH2 0x10A2 PUSH2 0x3118 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x10B4 SWAP2 SWAP1 PUSH2 0x322D JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x10C7 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x216B JUMP JUMPDEST DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x10ED JUMPI PUSH2 0x10ED PUSH2 0x3118 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0x1084 JUMP JUMPDEST POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x1144 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x1154 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x120D JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x11CF 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 0x120D JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11DB DUP6 DUP6 PUSH2 0xCF8 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 PUSH2 0x11EA DUP4 DUP10 PUSH2 0x1345 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x11FB JUMPI PUSH1 0x0 DUP1 PUSH2 0x1205 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 0x121D PUSH2 0x174E JUMP JUMPDEST PUSH2 0x1227 DUP3 DUP3 PUSH2 0x21E1 JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 DUP1 SLOAD PUSH1 0x1 PUSH1 0x40 SHL DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0x1272 JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0x128F JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x129D JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x12BB JUMPI PUSH1 0x40 MLOAD PUSH4 0xF92EE8A9 PUSH1 0xE0 SHL 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 0x12EA JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH1 0x1 PUSH1 0x40 SHL OR DUP6 SSTORE JUMPDEST PUSH2 0x12F3 DUP7 PUSH2 0x2015 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x9D2 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 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH8 0xFFFFFFFFFFFFFFFE NOT PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND ADD PUSH2 0x136E JUMPI POP PUSH1 0x1 SWAP1 POP PUSH1 0x0 PUSH2 0x13BC JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x137B DUP7 DUP7 PUSH2 0xB9B JUMP JUMPDEST POP POP SWAP2 POP SWAP2 POP DUP2 PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x0 EQ ISZERO DUP1 ISZERO PUSH2 0x13B1 JUMPI POP PUSH2 0x139D PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO JUMPDEST SWAP4 POP SWAP2 POP PUSH2 0x13BC SWAP1 POP JUMP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x13CB PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x2305 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x13F2 DUP7 DUP7 PUSH2 0x196D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x1402 DUP10 DUP10 DUP10 DUP10 PUSH2 0xFE7 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 0x1442 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x14F7 JUMPI PUSH1 0x0 PUSH2 0x1468 PUSH1 0x0 DUP6 PUSH2 0x1345 JUMP JUMPDEST POP SWAP1 POP PUSH1 0x0 PUSH2 0x1483 PUSH2 0x147D PUSH2 0x2DF DUP13 DUP8 PUSH2 0xCF8 JUMP JUMPDEST DUP7 PUSH2 0x1345 JUMP JUMPDEST POP SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x1492 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x14F4 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 0xA73 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x157F DUP3 DUP11 DUP11 DUP11 PUSH2 0x191A JUMP JUMPDEST SWAP2 POP POP PUSH1 0x0 DUP2 PUSH4 0xFFFFFFFF AND PUSH2 0x1593 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x159D SWAP2 SWAP1 PUSH2 0x329B JUMP JUMPDEST SWAP1 POP PUSH4 0xFFFFFFFF DUP3 AND ISZERO DUP1 PUSH2 0x15D4 JUMPI POP PUSH1 0x0 DUP8 PUSH6 0xFFFFFFFFFFFF AND GT DUP1 ISZERO PUSH2 0x15D4 JUMPI POP DUP1 PUSH6 0xFFFFFFFFFFFF AND DUP8 PUSH6 0xFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0x15E5 JUMPI DUP3 DUP11 PUSH2 0xA21 DUP12 DUP12 PUSH2 0x196D JUMP JUMPDEST PUSH2 0x15FF DUP8 PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x23D4 JUMP JUMPDEST SWAP7 POP PUSH2 0x160D DUP4 DUP12 DUP12 DUP12 PUSH2 0xFE7 JUMP JUMPDEST SWAP6 POP PUSH2 0x1618 DUP7 PUSH2 0x23E4 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 0x16F7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x32B9 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 0x121D 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 0x175D DUP4 DUP3 CALLDATASIZE PUSH2 0x2479 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1227 JUMPI DUP1 PUSH4 0xFFFFFFFF AND PUSH1 0x0 SUB PUSH2 0x17D3 JUMPI PUSH1 0x0 PUSH2 0x1780 DUP2 CALLDATASIZE PUSH2 0x25C5 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 0xA73 JUMP JUMPDEST PUSH2 0xB95 PUSH2 0xFD0 DUP5 ADDRESS PUSH1 0x0 CALLDATASIZE PUSH2 0xFE7 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x188E DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1E34 JUMP JUMPDEST POP SWAP1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH15 0xFF0000000000000000000000000000 NOT AND PUSH1 0x1 PUSH1 0x70 SHL DUP8 ISZERO ISZERO SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 OR SWAP1 SWAP2 SSTORE SWAP3 MLOAD SWAP3 DUP4 MSTORE SWAP1 SWAP3 SWAP2 PUSH32 0x90D4E7BB7E5D933792B3562E1741306F8BE94837E1348DACEF9B6F1DF56EB138 SWAP2 ADD PUSH2 0xEEA JUMP JUMPDEST PUSH1 0x0 DUP1 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x1941 JUMPI PUSH2 0x1938 DUP7 DUP6 DUP6 PUSH2 0x2479 JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x1964 JUMP JUMPDEST PUSH1 0x4 DUP4 LT PUSH2 0x195D JUMPI PUSH2 0x1958 DUP7 DUP7 PUSH2 0x73F DUP8 DUP8 PUSH2 0x196D JUMP JUMPDEST PUSH2 0x1938 JUMP JUMPDEST POP PUSH1 0x0 SWAP1 POP DUP1 JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x197C PUSH1 0x4 DUP3 DUP5 DUP7 PUSH2 0x31ED JUMP JUMPDEST PUSH2 0x93D SWAP2 PUSH2 0x3304 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 DUP5 SUB PUSH2 0x1A00 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x1A08 PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO PUSH2 0x1A54 JUMPI PUSH1 0x40 MLOAD PUSH32 0x18CB6B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x1A5D DUP3 PUSH2 0x1F10 JUMP JUMPDEST ISZERO PUSH2 0x1A97 JUMPI PUSH1 0x40 MLOAD PUSH32 0x78A5D6E400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1B31 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCF47918100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE SELFBALANCE PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x44 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 DUP7 PUSH1 0x40 MLOAD PUSH2 0x1B4D SWAP2 SWAP1 PUSH2 0x333A 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 0x1B8A 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 0x1B8F JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x1B9F DUP7 DUP4 DUP4 PUSH2 0x28D0 JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1BF9 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1D01 JUMPI DUP6 PUSH4 0xFFFFFFFF AND PUSH2 0x1C48 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x1C52 SWAP2 SWAP1 PUSH2 0x329B 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 0x1C80 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 0x1DC4 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 0x1D51 SWAP2 PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND SWAP1 DUP8 SWAP1 PUSH2 0x2945 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 0x1E4A DUP5 PUSH2 0x1E45 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x29EF JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP2 SWAP4 SWAP1 SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1E86 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1EB0 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1F1A PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x1F2F PUSH3 0x93A80 DUP5 PUSH2 0x329B JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND GT ISZERO SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1F6E JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1F98 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 PUSH1 0x1 PUSH1 0x40 SHL SWAP6 DUP9 AND SWAP6 DUP7 MUL OR SWAP1 SSTORE MLOAD PUSH32 0x7A8059630B897B5DE4C08ADE69F8B90C3EAD1F8596D62D10B6C4D14A0AFB4AE2 SWAP2 SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH2 0x201D PUSH2 0x2A3C JUMP JUMPDEST PUSH2 0x2026 DUP2 PUSH2 0x2AA0 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2077 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x20B3 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x2945 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 0x215D 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 0x2188 SWAP2 SWAP1 PUSH2 0x333A JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x21C3 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 0x21C8 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x21D8 DUP6 DUP4 DUP4 PUSH2 0x28D0 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2231 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x2279 JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0xD3E 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 0x2300 TIMESTAMP PUSH2 0x2AF9 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD SWAP1 SWAP2 SWAP1 PUSH2 0x234A SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x2945 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 0x215D JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 XOR DUP3 DUP5 GT MUL DUP3 XOR PUSH2 0x93D JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x243F JUMPI POP PUSH2 0x243D DUP2 PUSH2 0x1F10 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x1227 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813E945900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x4 DUP4 LT ISZERO PUSH2 0x2490 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x120D JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x2513 JUMPI PUSH2 0x11C4 ADDRESS PUSH2 0x24AE DUP7 DUP7 PUSH2 0x196D 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 0x2522 DUP8 DUP8 PUSH2 0x25C5 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP DUP3 ISZERO DUP1 ISZERO PUSH2 0x255C JUMPI POP ADDRESS PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 JUMPDEST ISZERO PUSH2 0x2570 JUMPI PUSH1 0x0 DUP1 SWAP5 POP SWAP5 POP POP POP POP PUSH2 0x120D JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x257D DUP5 DUP12 PUSH2 0x1345 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x2597 JUMPI PUSH1 0x0 DUP1 SWAP7 POP SWAP7 POP POP POP POP POP POP PUSH2 0x120D JUMP JUMPDEST PUSH2 0x25AD DUP4 PUSH4 0xFFFFFFFF AND DUP3 PUSH4 0xFFFFFFFF AND PUSH2 0x23D4 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 0x25E0 JUMPI POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP DUP1 PUSH2 0x28C9 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x25EC DUP7 DUP7 PUSH2 0x196D JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x853551B800000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x264F JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x30CAE18700000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2683 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x5296295200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x26B7 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xA64D95CE00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x26EB JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xD22B598900000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2701 JUMPI PUSH1 0x1 PUSH1 0x0 DUP1 SWAP4 POP SWAP4 POP SWAP4 POP POP PUSH2 0x28C9 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x18FF183C00000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2762 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x167BD39500000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2796 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x8D6122D00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x27D8 JUMPI PUSH1 0x0 PUSH2 0x27AB PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x31ED JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x27B8 SWAP2 SWAP1 PUSH2 0x2E48 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x27C5 DUP3 PUSH2 0xCA9 JUMP JUMPDEST PUSH1 0x1 SWAP7 POP PUSH1 0x0 SWAP6 POP SWAP4 POP PUSH2 0x28C9 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x25C471A000000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2839 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xB7D2B16200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x28B3 JUMPI PUSH1 0x0 PUSH2 0x284E PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x31ED JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x285B SWAP2 SWAP1 PUSH2 0x2C69 JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH2 0x28A4 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 0x28C9 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x28BF ADDRESS DUP4 PUSH2 0xCF8 JUMP JUMPDEST PUSH1 0x0 SWAP4 POP SWAP4 POP SWAP4 POP POP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x60 DUP3 PUSH2 0x28E5 JUMPI PUSH2 0x28E0 DUP3 PUSH2 0x2B49 JUMP JUMPDEST PUSH2 0x93D JUMP JUMPDEST DUP2 MLOAD ISZERO DUP1 ISZERO PUSH2 0x28FC JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND EXTCODESIZE ISZERO JUMPDEST ISZERO PUSH2 0x293E 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 0xA73 JUMP JUMPDEST POP DUP1 PUSH2 0x93D JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x295C DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2999 DUP6 PUSH4 0xFFFFFFFF AND DUP8 PUSH4 0xFFFFFFFF AND DUP5 PUSH4 0xFFFFFFFF AND GT PUSH2 0x2984 JUMPI PUSH1 0x0 PUSH2 0x298E JUMP JUMPDEST PUSH2 0x298E DUP9 DUP6 PUSH2 0x3356 JUMP JUMPDEST PUSH4 0xFFFFFFFF AND PUSH2 0x23D4 JUMP JUMPDEST SWAP1 POP DUP1 PUSH4 0xFFFFFFFF AND PUSH2 0x29AA PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x29B4 SWAP2 SWAP1 PUSH2 0x329B 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 PUSH10 0xFFFFFFFFFFFFFFFFFFFF PUSH1 0x20 DUP4 SWAP1 SHR AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB DUP4 AND PUSH6 0xFFFFFFFFFFFF PUSH1 0x40 DUP6 SWAP1 SHR DUP2 AND SWAP1 DUP5 AND DUP2 GT ISZERO PUSH2 0x2A2A JUMPI DUP3 DUP3 DUP3 PUSH2 0x2A2F JUMP JUMPDEST DUP2 PUSH1 0x0 DUP1 JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 SLOAD PUSH1 0x1 PUSH1 0x40 SHL SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2A9E JUMPI PUSH1 0x40 MLOAD PUSH32 0xD7E6BCF800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2AA8 PUSH2 0x2A3C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2AEB JUMPI PUSH1 0x40 MLOAD PUSH32 0x813ADA200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x0 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x956 PUSH1 0x0 DUP3 PUSH1 0x0 DUP1 PUSH2 0x1BA9 JUMP JUMPDEST PUSH1 0x0 PUSH6 0xFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2B45 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 0xA73 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST DUP1 MLOAD ISZERO PUSH2 0x2B59 JUMPI DUP1 MLOAD DUP1 DUP3 PUSH1 0x20 ADD REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xD6BDA27500000000000000000000000000000000000000000000000000000000 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 0x2026 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2BB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BCA 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 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2BFD 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 0x2C18 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2C23 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2C3F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C4B DUP8 DUP3 DUP9 ADD PUSH2 0x2BA0 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0x2C5E SWAP1 POP PUSH1 0x40 DUP7 ADD PUSH2 0x2BE5 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2C7B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x93D DUP3 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C97 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CA2 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x2CB7 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 0x2CD5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CE0 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2CB7 DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2D02 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D1A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2D47 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2D52 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D6E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D7A DUP7 DUP3 DUP8 ADD PUSH2 0x2CF0 JUMP JUMPDEST SWAP5 SWAP8 SWAP1 SWAP7 POP SWAP4 SWAP5 POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2BFD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2DB0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DB9 DUP5 PUSH2 0x2BE5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2DC9 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH2 0x2DD7 PUSH1 0x40 DUP6 ADD PUSH2 0x2D87 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2DF3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2CE0 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2E0F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2E18 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2E26 PUSH1 0x20 DUP5 ADD PUSH2 0x2BE5 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2E41 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2E5A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x93D DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND DUP2 EQ PUSH2 0x2026 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2E8E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2E99 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2CB7 DUP2 PUSH2 0x2E65 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2EBE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D52 DUP5 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EDA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2EE3 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2E26 PUSH1 0x20 DUP5 ADD PUSH2 0x2D87 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2F07 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2F12 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH2 0x2F22 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F3E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F4A DUP8 DUP3 DUP9 ADD PUSH2 0x2CF0 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 0x2F69 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F80 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F8C DUP6 DUP3 DUP7 ADD PUSH2 0x2BA0 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2FB3 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x2F9B 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 0x3030 JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP1 DUP8 MSTORE PUSH2 0x300D DUP2 PUSH1 0x20 DUP10 ADD PUSH1 0x20 DUP6 ADD PUSH2 0x2F98 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 0x2FE4 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 0x3051 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x305C DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x306C DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x307C DUP2 PUSH2 0x2E65 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x309A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2EE3 DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x30BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x30C6 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x30E2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x30EE DUP8 DUP3 DUP9 ADD PUSH2 0x2CF0 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x310D 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 0x3140 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x93D DUP2 PUSH2 0x2E65 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 0xCA1 PUSH1 0x20 DUP4 ADD DUP5 DUP7 PUSH2 0x314B JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x319A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x93D DUP2 PUSH2 0x2E65 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 0x1B9F PUSH1 0x60 DUP4 ADD DUP5 DUP7 PUSH2 0x314B 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 0x31FD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x320A 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 0x3244 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x325F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 DUP5 DUP3 CALLDATACOPY PUSH1 0x0 DUP4 DUP3 ADD PUSH1 0x0 DUP2 MSTORE DUP4 MLOAD PUSH2 0x3291 DUP2 DUP4 PUSH1 0x20 DUP9 ADD PUSH2 0x2F98 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 0xD3E JUMPI PUSH2 0xD3E PUSH2 0x31D7 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 0x32F9 PUSH1 0x80 DUP4 ADD DUP5 DUP7 PUSH2 0x314B 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 0x3333 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 0x334C DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x2F98 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 0xD3E JUMPI PUSH2 0xD3E PUSH2 0x31D7 JUMP INVALID BLOCKHASH 0xC6 0xC8 0xC2 DUP8 DUP10 DUP6 EXTCODECOPY PUSH31 0xFD823AB20824BBD71718A8A5915E855F6F288C9A26AD00A264697066735822 SLT KECCAK256 CALLDATASIZE 0xBF 0xEA 0xC2 0xED 0xD6 0xBE TLOAD DUP12 0x28 0xC4 PUSH16 0x5C20C4A0D69C451C3C1E650DBF4170F DUP3 0x24 CREATE 0xC9 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "232:323:22:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;406:50;;;;;;;;;;;;455:1;406:50;;;;;188:18:24;176:31;;;158:50;;146:2;131:18;406:50:22;;;;;;;;17159:291:5;;;;;;;;;;-1:-1:-1;17159:291:5;;;;;:::i;:::-;;:::i;:::-;;9966:195;;;;;;;;;;-1:-1:-1;9966:195:5;;;;;:::i;:::-;10129:16;;;;10035:6;10129:16;;;:8;:16;;;;;:8;:25;;-1:-1:-1;;;10129:25:5;;;;9966:195;10202:205;;;;;;;;;;-1:-1:-1;10202:205:5;;;;;:::i;:::-;;:::i;:::-;;;1935:10:24;1923:23;;;1905:42;;1893:2;1878:18;10202:205:5;1761:192:24;18772:133:5;;;;;;;;;;-1:-1:-1;18772:133:5;;;;;:::i;:::-;;:::i;26523:159::-;;;;;;;;;;-1:-1:-1;26523:159:5;;;;;:::i;:::-;;:::i;22245:1313::-;;;;;;:::i;:::-;;:::i;11843:191::-;;;;;;;;;;-1:-1:-1;11843:191:5;;;;;:::i;:::-;;:::i;10448:479::-;;;;;;;;;;-1:-1:-1;10448:479:5;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;4814:14:24;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;12531:126:5;;;;;;;;;;-1:-1:-1;12531:126:5;;;;;:::i;:::-;;:::i;19471:255::-;;;;;;;;;;-1:-1:-1;19471:255:5;;;;;:::i;:::-;;:::i;:::-;;;5645:14:24;5633:27;;;5615:46;;5603:2;5588:18;19471:255:5;5471:196:24;5865:53:5;;;;;;;;;;;;5902:16;5865:53;;19767:182;;;;;;;;;;-1:-1:-1;19767:182:5;;;;;:::i;:::-;19826:6;19920:16;;;:12;:16;;;;;:22;;;;;;;19767:182;8714:90;;;;;;;;;;-1:-1:-1;8790:7:5;8714:90;;9485:210;;;;;;;;;;-1:-1:-1;9485:210:5;;;;;:::i;:::-;;:::i;12698:138::-;;;;;;;;;;-1:-1:-1;12698:138:5;;;;;:::i;:::-;;:::i;9736:189::-;;;;;;;;;;-1:-1:-1;9736:189:5;;;;;:::i;:::-;9896:16;;;;9802:6;9896:16;;;:8;:16;;;;;:8;:22;;;;9736:189;9209:235;;;;;;;;;;-1:-1:-1;9209:235:5;;;;;:::i;:::-;;:::i;5684:52::-;;;;;;;;;;;;5720:16;5684:52;;292:51:22;;;;;;;;;;;;342:1;292:51;;463:90;;;;;;;;;;;;;:::i;11546:256:5:-;;;;;;;;;;-1:-1:-1;11546:256:5;;;;;:::i;:::-;;:::i;24823:376::-;;;;;;;;;;-1:-1:-1;24823:376:5;;;;;:::i;:::-;;:::i;8975:193::-;;;;;;;;;;-1:-1:-1;8975:193:5;;;;;:::i;:::-;-1:-1:-1;;;;;9136:18:5;9044:4;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:5;;;;;:25;;;-1:-1:-1;;;9136:25:5;;;;;8975:193;;;;7149:14:24;;7142:22;7124:41;;7112:2;7097:18;8975:193:5;6984:187:24;12877:134:5;;;;;;;;;;-1:-1:-1;12877:134:5;;;;;:::i;:::-;;:::i;26181:181::-;;;;;;;;;;-1:-1:-1;26181:181:5;;;;;:::i;:::-;;:::i;:::-;;;8273:25:24;;;8261:2;8246:18;26181:181:5;8127:177:24;1502:484:8;;;;;;;;;;-1:-1:-1;1502:484:8;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;7871:802:5:-;;;;;;;;;;-1:-1:-1;7871:802:5;;;;;:::i;:::-;;:::i;:::-;;;;10735:14:24;;10728:22;10710:41;;10799:10;10787:23;;;10782:2;10767:18;;10760:51;10683:18;7871:802:5;10544:273:24;12075:127:5;;;;;;;;;;-1:-1:-1;12075:127:5;;;;;:::i;:::-;;:::i;7103:120::-;;;;;;;;;;-1:-1:-1;7103:120:5;;;;;:::i;:::-;;:::i;8845:89::-;;;;;;;;;;-1:-1:-1;8921:6:5;8845:89;;349:51:22;;;;;;;;;;;;399:1;349:51;;10968:418:5;;;;;;;;;;-1:-1:-1;10968:418:5;;;;;:::i;:::-;;:::i;17949:147::-;;;;;;;;;;-1:-1:-1;17949:147:5;;;;;:::i;:::-;;:::i;23599:1183::-;;;;;;;;;;-1:-1:-1;23599:1183:5;;;;;:::i;:::-;;:::i;19990:1448::-;;;;;;;;;;-1:-1:-1;19990:1448:5;;;;;:::i;:::-;;:::i;:::-;;;;12043:25:24;;;12116:10;12104:23;;;12099:2;12084:18;;12077:51;12016:18;19990:1448:5;11871:263:24;12243:247:5;;;;;;;;;;-1:-1:-1;12243:247:5;;;;;:::i;:::-;;:::i;17159:291::-;7061:18;:16;:18::i;:::-;17325:9:::1;17320:124;17340:20:::0;;::::1;17320:124;;;17381:52;17404:6;17412:9;;17422:1;17412:12;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;17426:6;17381:22;:52::i;:::-;17362:3;;17320:124;;;;17159:291:::0;;;;:::o;10202:205::-;10367:16;;;10273:6;10367:16;;;:8;:16;;;;;:8;:27;;-1:-1:-1;;;;;;;;;;;6793:28:5;10367:33;;-1:-1:-1;;;10367:27:5;;-1:-1:-1;;;;;10367:27:5;:31;:33::i;:::-;10360:40;10202:205;-1:-1:-1;;;10202:205:5:o;18772:133::-;7061:18;:16;:18::i;:::-;18866:32:::1;18883:6;18891;18866:16;:32::i;:::-;18772:133:::0;;:::o;26523:159::-;7061:18;:16;:18::i;:::-;26626:49:::1;::::0;;;;-1:-1:-1;;;;;12742:55:24;;;26626:49:5::1;::::0;::::1;12724:74:24::0;26626:35:5;::::1;::::0;::::1;::::0;12697:18:24;;26626:49:5::1;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;26523:159:::0;;:::o;22245:1313::-;22331:6;-1:-1:-1;;;;;;;;;;;966:10:7;22331:6:5;;22573:38;966:10:7;22598:6:5;22606:4;;22573:16;:38::i;:::-;22538:73;;;;22672:9;22671:10;:26;;;;-1:-1:-1;22685:12:5;;;;22671:26;22667:131;;;22750:6;22758;22766:20;22781:4;;22766:14;:20::i;:::-;22720:67;;;;;-1:-1:-1;;;;;13027:55:24;;;22720:67:5;;;13009:74:24;13119:55;;;;13099:18;;;13092:83;-1:-1:-1;;;;;;13211:79:24;13191:18;;;13184:107;12982:18;;22720:67:5;;;;;;;;22667:131;22808:19;22830:35;22844:6;22852;22860:4;;22830:13;:35::i;:::-;22808:57;-1:-1:-1;22875:12:5;23067;;;;;;:45;;;23083:24;23095:11;23083;:24::i;:::-;:29;;;;23067:45;23063:116;;;23136:32;23156:11;23136:19;:32::i;:::-;23128:40;;23063:116;23271:14;;;;23312:46;23329:6;23337:20;23352:4;;23337:14;:20::i;:::-;32646:28;;;-1:-1:-1;;;;;19231:55:24;;;;32646:28:5;;;;19213:74:24;;;;-1:-1:-1;;;;;;19323:79:24;;;;19303:18;;;19296:107;32646:28:5;;;;;;;;;19186:18:24;;;;32646:28:5;;32636:39;;;;;;32529:153;23312:46;23295:1;:14;;:63;;;;23393:54;23423:6;23431:4;;23393:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;23437:9:5;;-1:-1:-1;23393:29:5;;-1:-1:-1;;23393:54:5:i;:::-;-1:-1:-1;23494:14:5;;;;:34;;;;-1:-1:-1;23546:5:5;;-1:-1:-1;;;;22245:1313:5;;;;;:::o;11843:191::-;7061:18;:16;:18::i;:::-;11957:70:::1;11968:6;11976:7;11985:25;12003:6;11985:17;:25::i;:::-;12012:14;11957:10;:70::i;:::-;;11843:191:::0;;;:::o;10448:479::-;10724:16;;;10550:12;10724:16;;;:8;:16;;;;;;;;-1:-1:-1;;;;;10724:33:5;;;;;;;;;10776:12;;;;;;10550;;;;;-1:-1:-1;;;;;;;;;;;6793:28:5;10837:22;;:12;;;-1:-1:-1;;;;;10837:12:5;:20;:22::i;:::-;10448:479;;10798:61;;-1:-1:-1;10798:61:5;-1:-1:-1;10448:479:5;-1:-1:-1;;;;;10448:479:5:o;12531:126::-;7061:18;:16;:18::i;:::-;12622:28:::1;12636:6;12644:5;12622:13;:28::i;19471:255::-:0;19533:6;19639:16;;;:12;:16;;;;;:26;-1:-1:-1;;;;;;;;;;;6793:28:5;19639:26;;19682:21;19639:26;19682:10;:21::i;:::-;:37;;19710:9;19682:37;;;19706:1;19682:37;19675:44;19471:255;-1:-1:-1;;;;19471:255:5:o;9485:210::-;-1:-1:-1;;;;;9653:18:5;;9559:6;9653:18;;;-1:-1:-1;;;;;;;;;;;9653:18:5;;;;;;;:29;;;:35;;-1:-1:-1;;;;;9653:29:5;:33;:35::i;12698:138::-;7061:18;:16;:18::i;:::-;12795:34:::1;12812:6;12820:8;12795:16;:34::i;9209:235::-:0;-1:-1:-1;;;;;9396:18:5;;9302:6;9396:18;;;-1:-1:-1;;;;;;;;;;;9396:18:5;;;;;;;;-1:-1:-1;;;;;;9396:41:5;;;;;;;;;;;;9209:235;;;;;:::o;463:90:22:-;8870:21:6;4302:15;;-1:-1:-1;;;4302:15:6;;;;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:6;4810:25;:30;4790:50;4770:70;;4856:12;4855:13;:30;;;;;4873:12;4872:13;4855:30;4851:91;;;4908:23;;-1:-1:-1;;;4908:23:6;;;;;;;;;;;4851:91;4951:18;;-1:-1:-1;;4951:18:6;4968:1;4951:18;;;4979:67;;;;5013:22;;-1:-1:-1;;5013:22:6;-1:-1:-1;;;5013:22:6;;;4979:67;514:32:22::1;535:10;514:20;:32::i;:::-;5070:14:6::0;5066:101;;;5100:23;;-1:-1:-1;;5100:23:6;;;5142:14;;-1:-1:-1;158:50:24;;5142:14:6;;146:2:24;131:18;5142:14:6;;;;;;;4092:1081;;;;;463:90:22:o;11546:256:5:-;7061:18;:16;:18::i;:::-;11647:20:::1;::::0;::::1;::::0;;:45:::1;;-1:-1:-1::0;5902:16:5::1;11671:21:::0;;::::1;;11647:45;11643:114;;;11715:31;::::0;-1:-1:-1;;;11715:31:5;;188:18:24;176:31;;11715::5::1;::::0;::::1;158:50:24::0;131:18;;11715:31:5::1;14:200:24::0;11643:114:5::1;11781:6;11771:24;;;11789:5;;11771:24;;;;;;;:::i;:::-;;;;;;;;11546:256:::0;;;:::o;24823:376::-;24956:47;;;25007:46;24956:47;;;;;966:10:7;;25007:46:5;966:10:7;;25007:46:5;;24956:47;;;;;;;;;;;;;;;966:10:7;24956:47:5;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;;24956:97:5;;24952:175;;25076:40;;;;;-1:-1:-1;;;;;12742:55:24;;25076:40:5;;;12724:74:24;12697:18;;25076:40:5;12578:226:24;24952:175:5;25136:56;25156:35;25170:6;25178;25186:4;;25156:13;:35::i;:::-;25136:19;:56::i;12877:134::-;7061:18;:16;:18::i;:::-;12972:32:::1;12987:6;12995:8;12972:14;:32::i;26181:181::-:0;26286:7;26333:6;26341;26349:4;;26322:32;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;26312:43;;;;;;26305:50;;26181:181;;;;;;:::o;1502:484:8:-;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;7871:802:5:-;7996:14;8012:12;8040:22;8055:6;-1:-1:-1;;;;;9136:18:5;9044:4;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:5;;;;;:25;;;-1:-1:-1;;;9136:25:5;;;;;8975:193;8040:22;8036:631;;;-1:-1:-1;8086:5:5;;-1:-1:-1;8086:5:5;8078:17;;8036:631;8134:4;-1:-1:-1;;;;;8116:23:5;;;8112:555;;32646:28;;;-1:-1:-1;;;;;19231:55:24;;32646:28:5;;;;19213:74:24;;;;-1:-1:-1;;;;;;19323:79:24;;19303:18;;;19296:107;32646:28:5;;;;;;;;;19186:18:24;;;;32646:28:5;;;32636:39;;;;;31932:14;;:52;8382:30;8414:1;8374:42;;;;;;8112:555;8447:13;8463:39;8485:6;8493:8;8463:21;:39::i;:::-;8447:55;;8517:13;8532:19;8555:23;8563:6;8571;8555:7;:23::i;:::-;8516:62;;;;8599:8;:57;;8647:5;8654:1;8599:57;;;8611:17;;;;:12;8599:57;8592:64;;;;;;;8112:555;7871:802;;;;;;:::o;12075:127::-;7061:18;:16;:18::i;:::-;12167:28:::1;12179:6;12187:7;12167:11;:28::i;:::-;;12075:127:::0;;:::o;7103:120::-;8870:21:6;4302:15;;-1:-1:-1;;;4302:15:6;;;;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:6;4810:25;:30;4790:50;4770:70;;4856:12;4855:13;:30;;;;;4873:12;4872:13;4855:30;4851:91;;;4908:23;;-1:-1:-1;;;4908:23:6;;;;;;;;;;;4851:91;4951:18;;-1:-1:-1;;4951:18:6;4968:1;4951:18;;;4979:67;;;;5013:22;;-1:-1:-1;;5013:22:6;-1:-1:-1;;;5013:22:6;;;4979:67;7182:34:5::1;7203:12;7182:20;:34::i;:::-;5070:14:6::0;5066:101;;;5100:23;;-1:-1:-1;;5100:23:6;;;5142:14;;-1:-1:-1;158:50:24;;5142:14:6;;146:2:24;131:18;5142:14:6;;;;;;;4092:1081;;;;;7103:120:5;:::o;10968:418::-;11068:13;;-1:-1:-1;;5902:16:5;11120:21;;;11116:264;;-1:-1:-1;11165:4:5;;-1:-1:-1;11171:1:5;11157:16;;11116:264;11205:19;11226;11253:26;11263:6;11271:7;11253:9;:26::i;:::-;11204:75;;;;;;11301:12;:17;;11317:1;11301:17;;:53;;;;;11338:16;:14;:16::i;:::-;11322:32;;:12;:32;;;;11301:53;11293:76;-1:-1:-1;11356:12:5;-1:-1:-1;11293:76:5;;-1:-1:-1;11293:76:5;11116:264;10968:418;;;;;:::o;17949:147::-;7061:18;:16;:18::i;:::-;18051:38:::1;18072:6;18080:8;18051:20;:38::i;23599:1183::-:0;23692:6;-1:-1:-1;;;;;;;;;;;966:10:7;23692:6:5;23839:20;23854:4;;23839:14;:20::i;:::-;23821:38;;23870:19;23892:35;23906:6;23914;23922:4;;23892:13;:35::i;:::-;23941:25;;;;:12;;;:25;;;;;:35;23870:57;;-1:-1:-1;23941:35:5;;;;:40;;23937:616;;24004:38;;-1:-1:-1;;;24004:38:5;;;;;8273:25:24;;;8246:18;;24004:38:5;8127:177:24;23937:616:5;24073:9;-1:-1:-1;;;;;24063:19:5;:6;-1:-1:-1;;;;;24063:19:5;;24059:494;;24232:12;24250:30;5720:16;24270:9;24250:7;:30::i;:::-;24231:49;;;24295:15;24316:76;24324:56;24340:39;24362:6;24370:8;24340:21;:39::i;24324:56::-;24382:9;24316:7;:76::i;:::-;24294:98;;;24411:7;24410:8;:23;;;;;24423:10;24422:11;24410:23;24406:137;;;24460:68;;;;;-1:-1:-1;;;;;16849:55:24;;;24460:68:5;;;16831:74:24;16941:55;;;16921:18;;;16914:83;17033:55;;17013:18;;;17006:83;-1:-1:-1;;;;;;17125:79:24;;17105:18;;;17098:107;16803:19;;24460:68:5;16602:609:24;24406:137:5;24084:469;;24059:494;24570:25;;;;:12;;;:25;;;;;;24563:42;;-1:-1:-1;;24563:42:5;;;;;24715:37;;24669:31;;;;;;;;;24570:25;;24715:37;;;24770:5;23599:1183;-1:-1:-1;;;;;;;;;23599:1183:5:o;19990:1448::-;20112:19;;-1:-1:-1;;;;;;;;;;;966:10:7;20112:19:5;20367:38;966:10:7;20392:6:5;20400:4;;20367:16;:38::i;:::-;20346:59;;;20416:14;20452:7;20433:26;;:16;:14;:16::i;:::-;:26;;;;:::i;:::-;20416:43;-1:-1:-1;20566:12:5;;;;;:44;;;20590:1;20583:4;:8;;;:26;;;;;20602:7;20595:14;;:4;:14;;;20583:26;20562:149;;;20663:6;20671;20679:20;20694:4;;20679:14;:20::i;20562:149::-;20783:23;20792:4;20783:23;;20798:7;20783:23;;:8;:23::i;:::-;20769:38;;20927:35;20941:6;20949;20957:4;;20927:13;:35::i;:::-;20913:49;;20973:31;20992:11;20973:18;:31::i;:::-;21126:1;:12;;:25;21139:11;21126:25;;;;;;;;;;;:31;;;;;;;;;;;;21160:1;21126:35;21118:43;;21219:4;21181:1;:12;;:25;21194:11;21181:25;;;;;;;;;;;:35;;;:42;;;;;;;;;;;;;;;;;;21267:5;21233:1;:12;;:25;21246:11;21233:25;;;;;;;;;;;:31;;;:39;;;;;;;;;;;;;;;;;;21319:5;21287:66;;21306:11;21287:66;21326:4;21332:6;21340;21348:4;;21287:66;;;;;;;;;;:::i;:::-;;;;;;;;20147:1291;;;;19990:1448;;;;;;;:::o;12243:247::-;-1:-1:-1;;;;;12337:34:5;;966:10:7;12337:34:5;12333:102;;12394:30;;;;;;;;;;;;;;27036:503;966:10:7;27082:14:5;;27154:32;966:10:7;27082:14:5;1040::7;27154:12:5;:32::i;:::-;27121:65;;;;27201:9;27196:337;;27230:5;:10;;27239:1;27230:10;27226:297;;27263:19;27288:33;27263:19;1040:14:7;27288:21:5;:33::i;:::-;-1:-1:-1;27346:54:5;;;;;-1:-1:-1;;;;;18172:55:24;;27346:54:5;;;18154:74:24;18276:18;18264:31;;18244:18;;;18237:59;27260:61:5;;-1:-1:-1;18127:18:24;;;-1:-1:-1;27346:54:5;17982:320:24;27226:297:5;27439:69;27459:48;27473:6;27489:4;1040:14:7;;26181:181:5;:::i;17609:299::-;17716:30;-1:-1:-1;;;;;;;;;;;;;;;;17785:18:5;;:10;:18;;;;;;;;;;;-1:-1:-1;;;;;;17785:41:5;;;;;;;;;;;;:50;;-1:-1:-1;;17785:50:5;;;;;;;;;;17850:51;;18451:98:24;;;17785:18:5;;-1:-1:-1;17850:51:5;;18424:18:24;17850:51:5;;;;;;;17706:202;17609:299;;;:::o;3609:130:20:-;3657:6;3676:12;3696:14;:4;-1:-1:-1;;;;;3696:12:20;;:14::i;:::-;-1:-1:-1;3675:35:20;;3609:130;-1:-1:-1;;;;3609:130:20:o;19075:235:5:-;-1:-1:-1;;;;;19226:18:5;;19157:30;19226:18;;;-1:-1:-1;;;;;;;;;;;19226:18:5;;;;;;;;;:25;;:34;;-1:-1:-1;;19226:34:5;-1:-1:-1;;;19226:34:5;;;;;;;;;;;;;19275:28;;7124:41:24;;;6793:28:5;;19226:18;19275:28;;7097:18:24;19275:28:5;6984:187:24;30054:378:5;30185:14;;30247:4;-1:-1:-1;;;;;30229:23:5;;;30225:201;;30275:26;30288:6;30296:4;;30275:12;:26::i;:::-;30268:33;;;;;;30225:201;30353:1;30339:15;;:76;;30370:45;30378:6;30386;30394:20;30409:4;;30394:14;:20::i;30370:45::-;30339:76;;;-1:-1:-1;30358:5:5;;-1:-1:-1;30358:5:5;30225:201;30054:378;;;;;;;:::o;32339:116::-;32406:6;32438:9;32445:1;32406:6;32438:4;;:9;:::i;:::-;32431:17;;;:::i;25389:751::-;25465:6;25571:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6793:28:5;25571:35;;;;25631:31;;;;;25677:14;;;25673:294;;25714:38;;-1:-1:-1;;;25714:38:5;;;;;8273:25:24;;;8246:18;;25714:38:5;8127:177:24;25673:294:5;25785:16;:14;:16::i;:::-;25773:28;;:9;:28;;;25769:198;;;25824:34;;;;;;;;8273:25:24;;;8246:18;;25824:34:5;8127:177:24;25769:198:5;25879:21;25890:9;25879:10;:21::i;:::-;25875:92;;;25923:33;;;;;;;;8273:25:24;;;8246:18;;25923:33:5;8127:177:24;25875:92:5;25984:25;;;;:12;;;:25;;;;;;25977:42;;-1:-1:-1;;25977:42:5;;;26073:37;;;;;25997:11;;26073:37;;25984:25;26073:37;26128:5;25389:751;-1:-1:-1;;;;25389:751:5:o;2959:407:14:-;3058:12;3110:5;3086:21;:29;3082:123;;;3138:56;;;;;3165:21;3138:56;;;19588:25:24;19629:18;;;19622:34;;;19561:18;;3138:56:14;19414:248:24;3082:123:14;3215:12;3229:23;3256:6;-1:-1:-1;;;;;3256:11:14;3275:5;3282:4;3256:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3214:73;;;;3304:55;3331:6;3339:7;3348:10;3304:26;:55::i;:::-;3297:62;2959:407;-1:-1:-1;;;;;;2959:407:14:o;13188:1138:5:-;13346:4;-1:-1:-1;;;;;;;;;;;5902:16:5;13435:21;;-1:-1:-1;;13435:21:5;13431:90;;13479:31;;-1:-1:-1;;;13479:31:5;;188:18:24;176:31;;13479::5;;;158:50:24;131:18;;13479:31:5;14:200:24;13431:90:5;13548:16;;;13531:14;13548:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13548:33:5;;;;;;;;;:39;;;:44;;13625:591;;;;13681:10;13662:29;;:16;:14;:16::i;:::-;:29;;;;:::i;:::-;13654:37;;13741:55;;;;;;;;13756:5;13741:55;;;;;;13770:24;:14;:22;;2589:20:20;;;2508:108;13770:24:5;-1:-1:-1;;;;;13741:55:5;;;;;;13705:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13705:33:5;;;;;;;;;:91;;;;;;;;;;;;;;-1:-1:-1;;13705:91:5;;;;;;;;;;;;;;13625:591;;;14090:16;;;14190:1;14090:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14090:33:5;;;;;;;;;:39;:115;;:39;;;;-1:-1:-1;;;;;14090:39:5;;14158:14;;14090:50;:115::i;:::-;14040:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14040:33:5;;;;;;;;;14039:166;;-1:-1:-1;;;;;14039:166:5;;;;;;;;;;;;;;;;;-1:-1:-1;13625:591:5;14231:62;;;20181:10:24;20169:23;;20151:42;;20241:14;20229:27;;20224:2;20209:18;;20202:55;20300:14;;20293:22;20273:18;;;20266:50;14231:62:5;;-1:-1:-1;;;;;14231:62:5;;;;;;;;;;;;20139:2:24;14231:62:5;;;-1:-1:-1;14310:9:5;13188:1138;-1:-1:-1;;;;;;13188:1138:5:o;3393:159:20:-;3445:18;3465:17;3484:13;3516:29;3527:4;3533:11;:9;:11::i;:::-;3516:10;:29::i;:::-;3509:36;;;;;;3393:159;;;;;:::o;15355:356:5:-;-1:-1:-1;;;;;;;;;;;15507:20:5;;;;;:45;;-1:-1:-1;5902:16:5;15531:21;;;;15507:45;15503:114;;;15575:31;;-1:-1:-1;;;15575:31:5;;188:18:24;176:31;;15575::5;;;158:50:24;131:18;;15575:31:5;14:200:24;15503:114:5;15627:16;;;;;;;;:8;;;;:16;;;;;;:22;;;:30;;-1:-1:-1;;15627:30:5;;;;;;;;;15673:31;;;15627:16;15673:31;15424:287;15355:356;;:::o;32095:134::-;32155:4;32206:16;:14;:16::i;:::-;32178:44;;:24;8790:7;32178:9;:24;:::i;:::-;:44;;;;;32095:134;-1:-1:-1;;32095:134:5:o;16030:374::-;-1:-1:-1;;;;;;;;;;;16188:20:5;;;;;:45;;-1:-1:-1;5902:16:5;16212:21;;;;16188:45;16184:114;;;16256:31;;-1:-1:-1;;;16256:31:5;;188:18:24;176:31;;16256::5;;;158:50:24;131:18;;16256:31:5;14:200:24;16184:114:5;16308:16;;;;;;;;:8;;;;:16;;;;;;:25;;;:36;;;;-1:-1:-1;;;16308:36:5;;;;;;;;;16360:37;;;16308:16;16360:37;16105:299;16030:374;;:::o;7228:139::-;6931:20:6;:18;:20::i;:::-;7316:44:5::1;7347:12;7316:30;:44::i;:::-;7228:139:::0;:::o;16551:447::-;-1:-1:-1;;;;;;;;;;;5902:16:5;16707:21;;-1:-1:-1;;16707:21:5;16703:90;;16751:31;;-1:-1:-1;;;16751:31:5;;188:18:24;176:31;;16751::5;;;158:50:24;131:18;;16751:31:5;14:200:24;16703:90:5;16866:16;;;16803:13;16866:16;;;:8;;;;:16;;;;;:27;;:62;;-1:-1:-1;;;16866:27:5;;-1:-1:-1;;;;;16866:27:5;16905:8;8921:6;16866:38;:62::i;:::-;16827:16;;;;;;;:8;;;;:16;;;;;;;:27;16826:102;;-1:-1:-1;;;;;16826:102:5;;;-1:-1:-1;;;16826:102:5;;;;;;;;;;;;16944:47;;16826:102;;-1:-1:-1;16944:47:5;;;;16974:8;;16826:102;;20527:10:24;20515:23;;;;20497:42;;20587:14;20575:27;20570:2;20555:18;;20548:55;20485:2;20470:18;;20327:282;16944:47:5;;;;;;;;16624:374;;16551:447;;:::o;3900:253:14:-;3983:12;4008;4022:23;4049:6;-1:-1:-1;;;;;4049:19:14;4069:4;4049:25;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4007:67;;;;4091:55;4118:6;4126:7;4135:10;4091:26;:55::i;:::-;4084:62;3900:253;-1:-1:-1;;;;;3900:253:14:o;14587:473:5:-;14666:4;-1:-1:-1;;;;;;;;;;;5902:16:5;14755:21;;-1:-1:-1;;14755:21:5;14751:90;;14799:31;;-1:-1:-1;;;14799:31:5;;188:18:24;176:31;;14799::5;;;158:50:24;131:18;;14799:31:5;14:200:24;14751:90:5;14855:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14855:33:5;;;;;;;;;:39;;;:44;;14851:87;;14922:5;14915:12;;;;;14851:87;14955:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14955:33:5;;;;;;;;;;14948:40;;-1:-1:-1;;14948:40:5;;;15004:28;14955:33;;:16;15004:28;;;-1:-1:-1;15049:4:5;;14587:473;-1:-1:-1;;;14587:473:5:o;750:110:20:-;794:6;819:34;837:15;819:17;:34::i;:::-;812:41;;750:110;:::o;18251:360:5:-;-1:-1:-1;;;;;18475:18:5;;18341:30;18475:18;;;-1:-1:-1;;;;;;;;;;;18475:18:5;;;;;;;:29;;;6793:28;;18341:30;18475:64;;-1:-1:-1;;;;;18475:29:5;18516:8;8921:6;18475:40;:64::i;:::-;-1:-1:-1;;;;;18434:18:5;;:10;:18;;;;;;;;;;;;:29;;18433:106;;-1:-1:-1;;18433:106:5;-1:-1:-1;;;;;18433:106:5;;;;;;;;;;;18555:49;;20527:10:24;20515:23;;20497:42;;20587:14;20575:27;;20555:18;;;20548:55;;;;18433:106:5;;-1:-1:-1;18434:18:5;18555:49;;20470:18:24;18555:49:5;20327:282:24;3189:111:18;3247:7;3066:5;;;3281;;;3065:36;3060:42;;3273:20;2825:294;21632:343:5;21704:30;21796:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6793:28:5;21796:35;;21845:18;;;;;:48;;;21868:25;21879:13;21868:10;:25::i;:::-;21867:26;21845:48;21841:128;;;21916:42;;;;;;;;8273:25:24;;;8246:18;;21916:42:5;8127:177:24;30536:1107:5;30617:14;;30675:1;30661:15;;30657:63;;;-1:-1:-1;30700:5:5;;-1:-1:-1;30700:5:5;30692:17;;30657:63;30752:4;-1:-1:-1;;;;;30734:23:5;;;30730:334;;31000:49;31021:4;31028:20;31043:4;;31028:14;:20::i;:::-;32646:28;;;-1:-1:-1;;;;;19231:55:24;;;;32646:28:5;;;;19213:74:24;;;;-1:-1:-1;;;;;;19323:79:24;;;;19303:18;;;19296:107;32646:28:5;;;;;;;;;19186:18:24;;;;32646:28:5;;32636:39;;;;;31932:14;;:52;;31763:228;30730:334;31075:20;31097:13;31112:21;31137:27;31159:4;;31137:21;:27::i;:::-;31074:90;;;;;;31245:15;31244:16;:49;;;;-1:-1:-1;31287:4:5;9044;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:5;;;;;:25;;;-1:-1:-1;;;9136:25:5;;;;31264:29;31240:97;;;31317:5;31324:1;31309:17;;;;;;;;;31240:97;31348:11;31361:21;31386:23;31394:6;31402;31386:7;:23::i;:::-;31347:62;;;;31424:6;31419:55;;31454:5;31461:1;31446:17;;;;;;;;;;;31419:55;31559:40;31568:14;31559:40;;31584:14;31559:40;;:8;:40::i;:::-;31618:10;;;;;;;-1:-1:-1;30536:1107:5;-1:-1:-1;;;;;;;;;30536:1107:5:o;27945:1678::-;28033:20;;;28126:1;28112:15;;28108:66;;;-1:-1:-1;28151:5:5;;-1:-1:-1;28151:5:5;;-1:-1:-1;28151:5:5;28143:20;;28108:66;28184:15;28202:20;28217:4;;28202:14;:20::i;:::-;28184:38;-1:-1:-1;;;;;;;28342:35:5;;28354:23;28342:35;;:89;;-1:-1:-1;;;;;;;28393:38:5;;28405:26;28393:38;28342:89;:146;;;-1:-1:-1;;;;;;;28447:41:5;;28459:29;28447:41;28342:146;:201;;;-1:-1:-1;;;;;;;28504:39:5;;28516:27;28504:39;28342:201;:262;;;-1:-1:-1;;;;;;;28559:45:5;;28571:33;28559:45;28342:262;28325:343;;;28637:4;5720:16;28655:1;28629:28;;;;;;;;;28325:343;-1:-1:-1;;;;;;28775:41:5;;28787:29;28775:41;;:98;;-1:-1:-1;;;;;;;28832:41:5;;28844:29;28832:41;28775:98;:161;;;-1:-1:-1;;;;;;;28889:47:5;;28901:35;28889:47;28775:161;28758:414;;;29004:14;29032:15;29042:4;29037;29032;;:15;:::i;:::-;29021:38;;;;;;;:::i;:::-;29004:55;;29073:12;29088:27;29108:6;29088:19;:27::i;:::-;29137:4;;-1:-1:-1;5720:16:5;;-1:-1:-1;29073:42:5;-1:-1:-1;29129:32:5;;-1:-1:-1;;;29129:32:5;28758:414;-1:-1:-1;;;;;;29291:35:5;;29303:23;29291:35;;:75;;-1:-1:-1;;;;;;;29330:36:5;;29342:24;29330:36;29291:75;29287:254;;;29425:13;29452:15;29462:4;29457;29452;;:15;:::i;:::-;29441:37;;;;;;;:::i;:::-;29425:53;;29500:4;29506:20;29519:6;9896:16;;;;9802:6;9896:16;;;:8;:16;;;;;:8;:22;;;;9736:189;29506:20;29528:1;29492:38;;;;;;;;;;29287:254;29559:5;29566:46;29596:4;29603:8;29566:21;:46::i;:::-;29614:1;29551:65;;;;;;;27945:1678;;;;;;:::o;4421:582:14:-;4565:12;4594:7;4589:408;;4617:19;4625:10;4617:7;:19::i;:::-;4589:408;;;4841:17;;:22;:49;;;;-1:-1:-1;;;;;;4867:18:14;;;:23;4841:49;4837:119;;;4917:24;;;;;-1:-1:-1;;;;;12742:55:24;;4917:24:14;;;12724:74:24;12697:18;;4917:24:14;12578:226:24;4837:119:14;-1:-1:-1;4976:10:14;4969:17;;4033:390:20;4154:18;4174:13;4199:12;4214:10;:4;-1:-1:-1;;;;;4214:8:20;;:10::i;:::-;4199:25;;4234:14;4258:61;4267:10;4258:61;;4287:8;4279:16;;:5;:16;;;:39;;4317:1;4279:39;;;4298:16;4306:8;4298:5;:16;:::i;:::-;4258:61;;:8;:61::i;:::-;4234:86;;4353:7;4339:21;;:11;:9;:11::i;:::-;:21;;;;:::i;:::-;4330:30;-1:-1:-1;5126:19:20;;;5120:2;5096:26;;;;;5089:2;5070:21;;;;;5069:54;:76;4370:46;;;;4033:390;;;;;;:::o;2868:307::-;4764:9;4771:2;4764:9;;;;-1:-1:-1;;;;;3062:11:20;;4800:9;4807:2;4800:9;;;;;;3092:19;;;;;:76;;3136:11;3149:10;3161:6;3092:76;;;3115:10;3127:1;3130;3092:76;3085:83;;;;;;2868:307;;;;;:::o;7084:141:6:-;8870:21;8560:40;-1:-1:-1;;;8560:40:6;;;;7146:73;;7191:17;;;;;;;;;;;;;;7146:73;7084:141::o;7373:337:5:-;6931:20:6;:18;:20::i;:::-;-1:-1:-1;;;;;7475:26:5;::::1;7471:108;;7524:44;::::0;::::1;::::0;;7565:1:::1;7524:44;::::0;::::1;12724:74:24::0;12697:18;;7524:44:5::1;12578:226:24::0;7471:108:5::1;7661:42;5720:16;7684:12;7698:1;7701::::0;7661:10:::1;:42::i;14296:213:19:-:0;14352:6;14382:16;14374:24;;14370:103;;;14421:41;;;;;14452:2;14421:41;;;21230:36:24;21282:18;;;21275:34;;;21203:18;;14421:41:19;21049:266:24;14370:103:19;-1:-1:-1;14496:5:19;14296:213::o;5543:487:14:-;5674:17;;:21;5670:354;;5871:10;5865:17;5927:15;5914:10;5910:2;5906:19;5899:44;5670:354;5994:19;;;;;;;;;;;;;;219:154:24;-1:-1:-1;;;;;298:5:24;294:54;287:5;284:65;274:93;;363:1;360;353:12;378:366;440:8;450:6;504:3;497:4;489:6;485:17;481:27;471:55;;522:1;519;512:12;471:55;-1:-1:-1;545:20:24;;588:18;577:30;;574:50;;;620:1;617;610:12;574:50;657:4;649:6;645:17;633:29;;717:3;710:4;700:6;697:1;693:14;685:6;681:27;677:38;674:47;671:67;;;734:1;731;724:12;749:171;816:20;;876:18;865:30;;855:41;;845:69;;910:1;907;900:12;845:69;749:171;;;:::o;925:642::-;1027:6;1035;1043;1051;1104:2;1092:9;1083:7;1079:23;1075:32;1072:52;;;1120:1;1117;1110:12;1072:52;1159:9;1146:23;1178:31;1203:5;1178:31;:::i;:::-;1228:5;-1:-1:-1;1284:2:24;1269:18;;1256:32;1311:18;1300:30;;1297:50;;;1343:1;1340;1333:12;1297:50;1382:69;1443:7;1434:6;1423:9;1419:22;1382:69;:::i;:::-;1470:8;;-1:-1:-1;1356:95:24;-1:-1:-1;1524:37:24;;-1:-1:-1;1557:2:24;1542:18;;1524:37;:::i;:::-;1514:47;;925:642;;;;;;;:::o;1572:184::-;1630:6;1683:2;1671:9;1662:7;1658:23;1654:32;1651:52;;;1699:1;1696;1689:12;1651:52;1722:28;1740:9;1722: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:24;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:24;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:24;;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:24;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:24;;-1:-1:-1;;;;3124:544:24: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:24;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:24;;5286:180;-1:-1:-1;5286:180:24: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:24;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:24;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:24;7768:18;;7755:32;7796:33;7755:32;7796:33;:::i;:::-;7848:7;-1:-1:-1;7906:2:24;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:24;-1:-1:-1;;;;7437:685:24: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:24;-1:-1:-1;;;;8309:447:24: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:24;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:24;9849:44;;;;9895:2;9845:53;;;;-1:-1:-1;9956:12:24;;;;9921:15;;;;;9548:1;9541:9;9512:466;;;-1:-1:-1;9995:6:24;;9016:991;-1:-1:-1;;;;;;9016:991:24: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:24;10323:18;;10310:32;10351:33;10310:32;10351:33;:::i;:::-;10403:7;-1:-1:-1;10462:2:24;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:24;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:24;-1:-1:-1;;11752:2:24;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:24;;-1:-1:-1;;11146:720:24:o;12139:184::-;-1:-1:-1;;;12188:1:24;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:24;13684:16;;;13702:4;13680:27;;;13673:38;;;;13765:2;13744:15;;;-1:-1:-1;;13740:29:24;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:24;14507:55;14496:9;14489:74;-1:-1:-1;;;;;14603:6:24;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:24;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:24;;;15406:25;;;;;-1:-1:-1;15106:331:24:o;15442:184::-;-1:-1:-1;;;15491:1:24;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:24;15998:30;;15995:50;;;16041:1;16038;16031:12;15995:50;16074:4;16062:17;;-1:-1:-1;16105:14:24;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:24: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:24;17703:55;17698:2;17687:9;17683:18;17676:83;-1:-1:-1;;;;;17799:6:24;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:24:o;18560:476::-;18680:19;;-1:-1:-1;;;;;;18717:75:24;;;18812:1;18804:10;;18801:229;;;-1:-1:-1;;;;;;18883:66:24;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;19667:287::-;19796:3;19834:6;19828:13;19850:66;19909:6;19904:3;19897:4;19889:6;19885:17;19850:66;:::i;:::-;19932:16;;;;;19667:287;-1:-1:-1;;19667:287:24:o;20874:170::-;20971:10;20964:18;;;20944;;;20940:43;;20995:20;;20992:46;;;21018:18;;:::i" - }, - "methodIdentifiers": { - "ADMIN_ROLE()": "75b238fc", - "APPLICATION_MANAGER_ROLE()": "77de1131", - "ATTESTATION_MANAGER_ROLE()": "cfef5e83", - "PERMISSION_MANAGER_ROLE()": "0125a425", - "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", - "initialize(address)": "c4d66de8", - "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\":\"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\":[],\"name\":\"FailedCall\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"needed\",\"type\":\"uint256\"}],\"name\":\"InsufficientBalance\",\"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\":\"APPLICATION_MANAGER_ROLE\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"ATTESTATION_MANAGER_ROLE\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"PERMISSION_MANAGER_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\":\"initialAdmin\",\"type\":\"address\"}],\"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).\"}],\"FailedCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}],\"InsufficientBalance(uint256,uint256)\":[{\"details\":\"The ETH balance of the account is not enough to perform the operation.\"}],\"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 the admin functions in the manager itself. These are defined by the {AccessManager} documentation.\"},\"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. NOTE: When the manager itself is closed, admin functions are still accessible to avoid locking the contract.\"},\"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. Closing the manager itself won't disable access to admin methods to avoid locking the 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\":\"0xc36716750a9095416ede9775ee8ae19f13794406a297c0dccd6146268bd36d74\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://595c9227d490558d1666e32609ac6677ba4fff7187cb539c3bb2c9a3e8b63b27\",\"dweb:/ipfs/QmZgoM4Rj7NuY8pfQ9pCvpKTrk5ZJ6Sdbf8XMsSVsvwMk5\"]},\"@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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]},\"contracts/OIDAccessManager.sol\":{\"keccak256\":\"0xcae4c0b5509dd30aa1203490b1494243c47ca0250904dfa213276449ae02de48\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://9c98b004011a5dc5e8fcfa342a204d969a435ec88a1e83620abd45f777bd2da9\",\"dweb:/ipfs/QmdWv9aq7vj9Pjdbwaa5DKK3gQFNiLHsBRrKssFEV7g5Z5\"]}},\"version\":1}" - } - }, - "contracts/OIDPermissionManager.sol": { - "OIDPermissionManager": { - "abi": [ - { - "inputs": [ - { - "internalType": "address", - "name": "initialAuthority", - "type": "address" - }, - { - "internalType": "contract IEAS", - "name": "initialEAS", - "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": [ - { - "internalType": "bytes32", - "name": "attestation_uid", - "type": "bytes32" - } - ], - "name": "AttestationNotFound", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "attestation_uid", - "type": "bytes32" - } - ], - "name": "AttestationRevoked", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - } - ], - "name": "UnauthorizedAccess", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AuthorityUpdated", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "bytes32", - "name": "key", - "type": "bytes32" - }, - { - "indexed": false, - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "indexed": false, - "internalType": "bool", - "name": "granted", - "type": "bool" - } - ], - "name": "PermissionUpdated", - "type": "event" - }, - { - "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": "bytes32", - "name": "attestation_uid", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "grantPermission", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "key", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "hasPermission", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "isConsumingScheduledOp", - "outputs": [ - { - "internalType": "bytes4", - "name": "", - "type": "bytes4" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "attestation_uid", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "revokePermission", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "newAuthority", - "type": "address" - } - ], - "name": "setAuthority", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": { - "@_3049": { - "entryPoint": null, - "id": 3049, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_7902": { - "entryPoint": null, - "id": 7902, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setAuthority_3139": { - "entryPoint": 76, - "id": 3139, - "parameterSlots": 1, - "returnSlots": 0 - }, - "abi_decode_tuple_t_addresst_contract$_IEAS_$372_fromMemory": { - "entryPoint": 184, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_encode_tuple_t_address__to_t_address__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "validator_revert_address": { - "entryPoint": 160, - "id": null, - "parameterSlots": 1, - "returnSlots": 0 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:757:24", - "nodeType": "YulBlock", - "src": "0:757:24", - "statements": [ - { - "nativeSrc": "6:3:24", - "nodeType": "YulBlock", - "src": "6:3:24", - "statements": [] - }, - { - "body": { - "nativeSrc": "59:86:24", - "nodeType": "YulBlock", - "src": "59:86:24", - "statements": [ - { - "body": { - "nativeSrc": "123:16:24", - "nodeType": "YulBlock", - "src": "123:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "132:1:24", - "nodeType": "YulLiteral", - "src": "132:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "135:1:24", - "nodeType": "YulLiteral", - "src": "135:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "125:6:24", - "nodeType": "YulIdentifier", - "src": "125:6:24" - }, - "nativeSrc": "125:12:24", - "nodeType": "YulFunctionCall", - "src": "125:12:24" - }, - "nativeSrc": "125:12:24", - "nodeType": "YulExpressionStatement", - "src": "125:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "82:5:24", - "nodeType": "YulIdentifier", - "src": "82:5:24" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "93:5:24", - "nodeType": "YulIdentifier", - "src": "93:5:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "108:3:24", - "nodeType": "YulLiteral", - "src": "108:3:24", - "type": "", - "value": "160" - }, - { - "kind": "number", - "nativeSrc": "113:1:24", - "nodeType": "YulLiteral", - "src": "113:1:24", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "104:3:24", - "nodeType": "YulIdentifier", - "src": "104:3:24" - }, - "nativeSrc": "104:11:24", - "nodeType": "YulFunctionCall", - "src": "104:11:24" - }, - { - "kind": "number", - "nativeSrc": "117:1:24", - "nodeType": "YulLiteral", - "src": "117:1:24", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "100:3:24", - "nodeType": "YulIdentifier", - "src": "100:3:24" - }, - "nativeSrc": "100:19:24", - "nodeType": "YulFunctionCall", - "src": "100:19:24" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "89:3:24", - "nodeType": "YulIdentifier", - "src": "89:3:24" - }, - "nativeSrc": "89:31:24", - "nodeType": "YulFunctionCall", - "src": "89:31:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "79:2:24", - "nodeType": "YulIdentifier", - "src": "79:2:24" - }, - "nativeSrc": "79:42:24", - "nodeType": "YulFunctionCall", - "src": "79:42:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "72:6:24", - "nodeType": "YulIdentifier", - "src": "72:6:24" - }, - "nativeSrc": "72:50:24", - "nodeType": "YulFunctionCall", - "src": "72:50:24" - }, - "nativeSrc": "69:70:24", - "nodeType": "YulIf", - "src": "69:70:24" - } - ] - }, - "name": "validator_revert_address", - "nativeSrc": "14:131:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "48:5:24", - "nodeType": "YulTypedName", - "src": "48:5:24", - "type": "" - } - ], - "src": "14:131:24" - }, - { - "body": { - "nativeSrc": "260:287:24", - "nodeType": "YulBlock", - "src": "260:287:24", - "statements": [ - { - "body": { - "nativeSrc": "306:16:24", - "nodeType": "YulBlock", - "src": "306:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "315:1:24", - "nodeType": "YulLiteral", - "src": "315:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "318:1:24", - "nodeType": "YulLiteral", - "src": "318:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "308:6:24", - "nodeType": "YulIdentifier", - "src": "308:6:24" - }, - "nativeSrc": "308:12:24", - "nodeType": "YulFunctionCall", - "src": "308:12:24" - }, - "nativeSrc": "308:12:24", - "nodeType": "YulExpressionStatement", - "src": "308:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "281:7:24", - "nodeType": "YulIdentifier", - "src": "281:7:24" - }, - { - "name": "headStart", - "nativeSrc": "290:9:24", - "nodeType": "YulIdentifier", - "src": "290:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "277:3:24", - "nodeType": "YulIdentifier", - "src": "277:3:24" - }, - "nativeSrc": "277:23:24", - "nodeType": "YulFunctionCall", - "src": "277:23:24" - }, - { - "kind": "number", - "nativeSrc": "302:2:24", - "nodeType": "YulLiteral", - "src": "302:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "273:3:24", - "nodeType": "YulIdentifier", - "src": "273:3:24" - }, - "nativeSrc": "273:32:24", - "nodeType": "YulFunctionCall", - "src": "273:32:24" - }, - "nativeSrc": "270:52:24", - "nodeType": "YulIf", - "src": "270:52:24" - }, - { - "nativeSrc": "331:29:24", - "nodeType": "YulVariableDeclaration", - "src": "331:29:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "350:9:24", - "nodeType": "YulIdentifier", - "src": "350:9:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "344:5:24", - "nodeType": "YulIdentifier", - "src": "344:5:24" - }, - "nativeSrc": "344:16:24", - "nodeType": "YulFunctionCall", - "src": "344:16:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "335:5:24", - "nodeType": "YulTypedName", - "src": "335:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "394:5:24", - "nodeType": "YulIdentifier", - "src": "394:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "369:24:24", - "nodeType": "YulIdentifier", - "src": "369:24:24" - }, - "nativeSrc": "369:31:24", - "nodeType": "YulFunctionCall", - "src": "369:31:24" - }, - "nativeSrc": "369:31:24", - "nodeType": "YulExpressionStatement", - "src": "369:31:24" - }, - { - "nativeSrc": "409:15:24", - "nodeType": "YulAssignment", - "src": "409:15:24", - "value": { - "name": "value", - "nativeSrc": "419:5:24", - "nodeType": "YulIdentifier", - "src": "419:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "409:6:24", - "nodeType": "YulIdentifier", - "src": "409:6:24" - } - ] - }, - { - "nativeSrc": "433:40:24", - "nodeType": "YulVariableDeclaration", - "src": "433:40:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "458:9:24", - "nodeType": "YulIdentifier", - "src": "458:9:24" - }, - { - "kind": "number", - "nativeSrc": "469:2:24", - "nodeType": "YulLiteral", - "src": "469:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "454:3:24", - "nodeType": "YulIdentifier", - "src": "454:3:24" - }, - "nativeSrc": "454:18:24", - "nodeType": "YulFunctionCall", - "src": "454:18:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "448:5:24", - "nodeType": "YulIdentifier", - "src": "448:5:24" - }, - "nativeSrc": "448:25:24", - "nodeType": "YulFunctionCall", - "src": "448:25:24" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "437:7:24", - "nodeType": "YulTypedName", - "src": "437:7:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "507:7:24", - "nodeType": "YulIdentifier", - "src": "507:7:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "482:24:24", - "nodeType": "YulIdentifier", - "src": "482:24:24" - }, - "nativeSrc": "482:33:24", - "nodeType": "YulFunctionCall", - "src": "482:33:24" - }, - "nativeSrc": "482:33:24", - "nodeType": "YulExpressionStatement", - "src": "482:33:24" - }, - { - "nativeSrc": "524:17:24", - "nodeType": "YulAssignment", - "src": "524:17:24", - "value": { - "name": "value_1", - "nativeSrc": "534:7:24", - "nodeType": "YulIdentifier", - "src": "534:7:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "524:6:24", - "nodeType": "YulIdentifier", - "src": "524:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_contract$_IEAS_$372_fromMemory", - "nativeSrc": "150:397:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "218:9:24", - "nodeType": "YulTypedName", - "src": "218:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "229:7:24", - "nodeType": "YulTypedName", - "src": "229:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "241:6:24", - "nodeType": "YulTypedName", - "src": "241:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "249:6:24", - "nodeType": "YulTypedName", - "src": "249:6:24", - "type": "" - } - ], - "src": "150:397:24" - }, - { - "body": { - "nativeSrc": "653:102:24", - "nodeType": "YulBlock", - "src": "653:102:24", - "statements": [ - { - "nativeSrc": "663:26:24", - "nodeType": "YulAssignment", - "src": "663:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "675:9:24", - "nodeType": "YulIdentifier", - "src": "675:9:24" - }, - { - "kind": "number", - "nativeSrc": "686:2:24", - "nodeType": "YulLiteral", - "src": "686:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "671:3:24", - "nodeType": "YulIdentifier", - "src": "671:3:24" - }, - "nativeSrc": "671:18:24", - "nodeType": "YulFunctionCall", - "src": "671:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "663:4:24", - "nodeType": "YulIdentifier", - "src": "663:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "705:9:24", - "nodeType": "YulIdentifier", - "src": "705:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "720:6:24", - "nodeType": "YulIdentifier", - "src": "720:6:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "736:3:24", - "nodeType": "YulLiteral", - "src": "736:3:24", - "type": "", - "value": "160" - }, - { - "kind": "number", - "nativeSrc": "741:1:24", - "nodeType": "YulLiteral", - "src": "741:1:24", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "732:3:24", - "nodeType": "YulIdentifier", - "src": "732:3:24" - }, - "nativeSrc": "732:11:24", - "nodeType": "YulFunctionCall", - "src": "732:11:24" - }, - { - "kind": "number", - "nativeSrc": "745:1:24", - "nodeType": "YulLiteral", - "src": "745:1:24", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "728:3:24", - "nodeType": "YulIdentifier", - "src": "728:3:24" - }, - "nativeSrc": "728:19:24", - "nodeType": "YulFunctionCall", - "src": "728:19:24" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "716:3:24", - "nodeType": "YulIdentifier", - "src": "716:3:24" - }, - "nativeSrc": "716:32:24", - "nodeType": "YulFunctionCall", - "src": "716:32:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "698:6:24", - "nodeType": "YulIdentifier", - "src": "698:6:24" - }, - "nativeSrc": "698:51:24", - "nodeType": "YulFunctionCall", - "src": "698:51:24" - }, - "nativeSrc": "698:51:24", - "nodeType": "YulExpressionStatement", - "src": "698:51:24" - } - ] - }, - "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", - "nativeSrc": "552:203:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "622:9:24", - "nodeType": "YulTypedName", - "src": "622:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "633:6:24", - "nodeType": "YulTypedName", - "src": "633:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "644:4:24", - "nodeType": "YulTypedName", - "src": "644:4:24", - "type": "" - } - ], - "src": "552:203:24" - } - ] - }, - "contents": "{\n { }\n function validator_revert_address(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_addresst_contract$_IEAS_$372_fromMemory(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := mload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\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": 24, - "language": "Yul", - "name": "#utility.yul" - } - ], - "linkReferences": {}, - "object": "60a060405234801561001057600080fd5b50604051610bb0380380610bb083398101604081905261002f916100b8565b816100398161004c565b506001600160a01b0316608052506100f2565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6001600160a01b03811681146100b557600080fd5b50565b600080604083850312156100cb57600080fd5b82516100d6816100a0565b60208401519092506100e7816100a0565b809150509250929050565b608051610a9d6101136000396000818160c101526103910152610a9d6000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c80638fb360371161005b5780638fb36037146100f9578063a6a8f17b14610132578063bc58645614610145578063bf7e214f1461015857600080fd5b806328545c0d146100825780637a9e5e4b146100aa5780638150864d146100bf575b600080fd5b61009561009036600461076f565b610169565b60405190151581526020015b60405180910390f35b6100bd6100b836600461079f565b6101f1565b005b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020016100a1565b6101016102a3565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020016100a1565b6100bd61014036600461076f565b6102f1565b6100bd61015336600461076f565b6102fd565b6000546001600160a01b03166100e1565b60008281526001602081815260408084206001600160a01b0386168552909152822090810154158061019d5750805460ff16155b156101ac5760009150506101eb565b60006101bb8260010154610309565b90506101d4816080015167ffffffffffffffff16151590565b156101e4576000925050506101eb565b6001925050505b92915050565b60005433906001600160a01b03168114610247576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610296576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161023e565b61029f8261043e565b5050565b6000805474010000000000000000000000000000000000000000900460ff166102cc5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b61029f828260006104aa565b61029f828260016104aa565b604080516101408101825260008082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830182905261012083015291517fa3112a64000000000000000000000000000000000000000000000000000000008152600481018490529091906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a3112a6490602401600060405180830381865afa1580156103d8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104009190810190610904565b80519091506101eb576040517f01fb6dd10000000000000000000000000000000000000000000000000000000081526004810184905260240161023e565b600080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006104b584610309565b90506104ce816080015167ffffffffffffffff16151590565b15610508576040517f04bed2560000000000000000000000000000000000000000000000000000000081526004810185905260240161023e565b610511816105bb565b600061051c8261061f565b60408051808201825285151581526020808201898152600085815260018084528582206001600160a01b038c168352909352939093209151825460ff191690151517825591519101559050604080518281526001600160a01b0386166020820152841515918101919091527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f359060600160405180910390a15050505050565b6105d18160c001516001600160a01b0316331490565b1580156105e357506105e1610642565b155b1561061c576040517fdccef96400000000000000000000000000000000000000000000000000000000815233600482015260240161023e565b50565b60008082610120015180602001905181019061063b91906109fe565b9392505050565b6000806106576000546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b0316630125a4256040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106cc9190610a17565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201523360248201526044016040805180830381865afa15801561072e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107529190610a32565b509392505050565b6001600160a01b038116811461061c57600080fd5b6000806040838503121561078257600080fd5b8235915060208301356107948161075a565b809150509250929050565b6000602082840312156107b157600080fd5b813561063b8161075a565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051610140810167ffffffffffffffff8111828210171561080f5761080f6107bc565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561083e5761083e6107bc565b604052919050565b805167ffffffffffffffff8116811461085e57600080fd5b919050565b805161085e8161075a565b8051801515811461085e57600080fd5b600082601f83011261088f57600080fd5b815167ffffffffffffffff8111156108a9576108a96107bc565b6108bc601f8201601f1916602001610815565b8181528460208386010111156108d157600080fd5b60005b828110156108f0576020818601810151838301820152016108d4565b506000918101602001919091529392505050565b60006020828403121561091657600080fd5b815167ffffffffffffffff81111561092d57600080fd5b8201610140818503121561094057600080fd5b6109486107eb565b815181526020808301519082015261096260408301610846565b604082015261097360608301610846565b606082015261098460808301610846565b608082015260a0828101519082015261099f60c08301610863565b60c08201526109b060e08301610863565b60e08201526109c2610100830161086e565b61010082015261012082015167ffffffffffffffff8111156109e357600080fd5b6109ef8682850161087e565b61012083015250949350505050565b600060208284031215610a1057600080fd5b5051919050565b600060208284031215610a2957600080fd5b61063b82610846565b60008060408385031215610a4557600080fd5b610a4e8361086e565b9150602083015163ffffffff8116811461079457600080fdfea2646970667358221220058148bf957c2f50326fb3479333357210091b7799b4b2de528804eff09ea27a64736f6c634300081a0033", - "opcodes": "PUSH1 0xA0 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0xBB0 CODESIZE SUB DUP1 PUSH2 0xBB0 DUP4 CODECOPY DUP2 ADD PUSH1 0x40 DUP2 SWAP1 MSTORE PUSH2 0x2F SWAP2 PUSH2 0xB8 JUMP JUMPDEST DUP2 PUSH2 0x39 DUP2 PUSH2 0x4C JUMP JUMPDEST POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x80 MSTORE POP PUSH2 0xF2 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 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0xB5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xCB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 MLOAD PUSH2 0xD6 DUP2 PUSH2 0xA0 JUMP JUMPDEST PUSH1 0x20 DUP5 ADD MLOAD SWAP1 SWAP3 POP PUSH2 0xE7 DUP2 PUSH2 0xA0 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x80 MLOAD PUSH2 0xA9D PUSH2 0x113 PUSH1 0x0 CODECOPY PUSH1 0x0 DUP2 DUP2 PUSH1 0xC1 ADD MSTORE PUSH2 0x391 ADD MSTORE PUSH2 0xA9D 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 0x7D JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8FB36037 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0x8FB36037 EQ PUSH2 0xF9 JUMPI DUP1 PUSH4 0xA6A8F17B EQ PUSH2 0x132 JUMPI DUP1 PUSH4 0xBC586456 EQ PUSH2 0x145 JUMPI DUP1 PUSH4 0xBF7E214F EQ PUSH2 0x158 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x28545C0D EQ PUSH2 0x82 JUMPI DUP1 PUSH4 0x7A9E5E4B EQ PUSH2 0xAA JUMPI DUP1 PUSH4 0x8150864D EQ PUSH2 0xBF JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x95 PUSH2 0x90 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x169 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xBD PUSH2 0xB8 CALLDATASIZE PUSH1 0x4 PUSH2 0x79F JUMP JUMPDEST PUSH2 0x1F1 JUMP JUMPDEST STOP JUMPDEST PUSH32 0x0 JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xA1 JUMP JUMPDEST PUSH2 0x101 PUSH2 0x2A3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xA1 JUMP JUMPDEST PUSH2 0xBD PUSH2 0x140 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x2F1 JUMP JUMPDEST PUSH2 0xBD PUSH2 0x153 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x2FD JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0xE1 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND DUP6 MSTORE SWAP1 SWAP2 MSTORE DUP3 KECCAK256 SWAP1 DUP2 ADD SLOAD ISZERO DUP1 PUSH2 0x19D JUMPI POP DUP1 SLOAD PUSH1 0xFF AND ISZERO JUMPDEST ISZERO PUSH2 0x1AC JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0x1EB JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1BB DUP3 PUSH1 0x1 ADD SLOAD PUSH2 0x309 JUMP JUMPDEST SWAP1 POP PUSH2 0x1D4 DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO ISZERO SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x1E4 JUMPI PUSH1 0x0 SWAP3 POP POP POP PUSH2 0x1EB JUMP JUMPDEST PUSH1 0x1 SWAP3 POP POP POP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD CALLER SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 EQ PUSH2 0x247 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 0x296 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 0x23E JUMP JUMPDEST PUSH2 0x29F DUP3 PUSH2 0x43E JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH21 0x10000000000000000000000000000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2CC JUMPI POP PUSH1 0x0 SWAP1 JUMP JUMPDEST POP PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 SWAP1 JUMP JUMPDEST PUSH2 0x29F DUP3 DUP3 PUSH1 0x0 PUSH2 0x4AA JUMP JUMPDEST PUSH2 0x29F DUP3 DUP3 PUSH1 0x1 PUSH2 0x4AA JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH2 0x140 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP2 SWAP1 MSTORE DUP2 DUP4 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 DUP3 SWAP1 MSTORE PUSH2 0x120 DUP4 ADD MSTORE SWAP2 MLOAD PUSH32 0xA3112A6400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE SWAP1 SWAP2 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND SWAP1 PUSH4 0xA3112A64 SWAP1 PUSH1 0x24 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x3D8 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 0x400 SWAP2 SWAP1 DUP2 ADD SWAP1 PUSH2 0x904 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0x1EB JUMPI PUSH1 0x40 MLOAD PUSH32 0x1FB6DD100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 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 PUSH2 0x4B5 DUP5 PUSH2 0x309 JUMP JUMPDEST SWAP1 POP PUSH2 0x4CE DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO ISZERO SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x508 JUMPI PUSH1 0x40 MLOAD PUSH32 0x4BED25600000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP6 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST PUSH2 0x511 DUP2 PUSH2 0x5BB JUMP JUMPDEST PUSH1 0x0 PUSH2 0x51C DUP3 PUSH2 0x61F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD DUP3 MSTORE DUP6 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 DUP1 DUP3 ADD DUP10 DUP2 MSTORE PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x1 DUP1 DUP5 MSTORE DUP6 DUP3 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP13 AND DUP4 MSTORE SWAP1 SWAP4 MSTORE SWAP4 SWAP1 SWAP4 KECCAK256 SWAP2 MLOAD DUP3 SLOAD PUSH1 0xFF NOT AND SWAP1 ISZERO ISZERO OR DUP3 SSTORE SWAP2 MLOAD SWAP2 ADD SSTORE SWAP1 POP PUSH1 0x40 DUP1 MLOAD DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x20 DUP3 ADD MSTORE DUP5 ISZERO ISZERO SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH32 0xA7DBB3DD7FC1F02D38DF3BA26B3867FA7010E3497F7A3E33F0B1A75E794D8F35 SWAP1 PUSH1 0x60 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP POP POP JUMP JUMPDEST PUSH2 0x5D1 DUP2 PUSH1 0xC0 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ SWAP1 JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x5E3 JUMPI POP PUSH2 0x5E1 PUSH2 0x642 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x61C JUMPI PUSH1 0x40 MLOAD PUSH32 0xDCCEF96400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE CALLER PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH2 0x120 ADD MLOAD DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0x63B SWAP2 SWAP1 PUSH2 0x9FE JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x657 PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xD1F856EE DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x125A425 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 0x6A8 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 0x6CC SWAP2 SWAP1 PUSH2 0xA17 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 PUSH1 0xE0 DUP5 SWAP1 SHL AND DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x4 DUP3 ADD MSTORE CALLER PUSH1 0x24 DUP3 ADD MSTORE PUSH1 0x44 ADD PUSH1 0x40 DUP1 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x72E 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 0x752 SWAP2 SWAP1 PUSH2 0xA32 JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x61C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x782 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x794 DUP2 PUSH2 0x75A JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x7B1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x63B DUP2 PUSH2 0x75A JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x140 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x80F JUMPI PUSH2 0x80F PUSH2 0x7BC 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 0x83E JUMPI PUSH2 0x83E PUSH2 0x7BC JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x85E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH2 0x85E DUP2 PUSH2 0x75A JUMP JUMPDEST DUP1 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x85E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x88F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x8A9 JUMPI PUSH2 0x8A9 PUSH2 0x7BC JUMP JUMPDEST PUSH2 0x8BC PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD PUSH2 0x815 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP5 PUSH1 0x20 DUP4 DUP7 ADD ADD GT ISZERO PUSH2 0x8D1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8F0 JUMPI PUSH1 0x20 DUP2 DUP7 ADD DUP2 ADD MLOAD DUP4 DUP4 ADD DUP3 ADD MSTORE ADD PUSH2 0x8D4 JUMP JUMPDEST POP PUSH1 0x0 SWAP2 DUP2 ADD PUSH1 0x20 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x916 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x92D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH2 0x140 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x940 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x948 PUSH2 0x7EB JUMP JUMPDEST DUP2 MLOAD DUP2 MSTORE PUSH1 0x20 DUP1 DUP4 ADD MLOAD SWAP1 DUP3 ADD MSTORE PUSH2 0x962 PUSH1 0x40 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH2 0x973 PUSH1 0x60 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x984 PUSH1 0x80 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE PUSH1 0xA0 DUP3 DUP2 ADD MLOAD SWAP1 DUP3 ADD MSTORE PUSH2 0x99F PUSH1 0xC0 DUP4 ADD PUSH2 0x863 JUMP JUMPDEST PUSH1 0xC0 DUP3 ADD MSTORE PUSH2 0x9B0 PUSH1 0xE0 DUP4 ADD PUSH2 0x863 JUMP JUMPDEST PUSH1 0xE0 DUP3 ADD MSTORE PUSH2 0x9C2 PUSH2 0x100 DUP4 ADD PUSH2 0x86E JUMP JUMPDEST PUSH2 0x100 DUP3 ADD MSTORE PUSH2 0x120 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x9E3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x9EF DUP7 DUP3 DUP6 ADD PUSH2 0x87E JUMP JUMPDEST PUSH2 0x120 DUP4 ADD MSTORE POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA29 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x63B DUP3 PUSH2 0x846 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xA45 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xA4E DUP4 PUSH2 0x86E JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD MLOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x794 JUMPI PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SDIV DUP2 BASEFEE 0xBF SWAP6 PUSH29 0x2F50326FB3479333357210091B7799B4B2DE528804EFF09EA27A64736F PUSH13 0x634300081A0033000000000000 ", - "sourceMap": "545:3727:23:-:0;;;976:143;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1067:16;1190:31:9;1067:16:23;1190:13:9;:31::i;:::-;-1:-1:-1;;;;;;1095:17:23::1;;::::0;-1:-1:-1;545:3727:23;;3804:149:9;3876:10;:25;;-1:-1:-1;;;;;;3876:25:9;-1:-1:-1;;;;;3876:25:9;;;;;;;;3916:30;;698:51:24;;;3916:30:9;;686:2:24;671:18;3916:30:9;;;;;;;3804:149;:::o;14:131:24:-;-1:-1:-1;;;;;89:31:24;;79:42;;69:70;;135:1;132;125:12;69:70;14:131;:::o;150:397::-;241:6;249;302:2;290:9;281:7;277:23;273:32;270:52;;;318:1;315;308:12;270:52;350:9;344:16;369:31;394:5;369:31;:::i;:::-;469:2;454:18;;448:25;419:5;;-1:-1:-1;482:33:24;448:25;482:33;:::i;:::-;534:7;524:17;;;150:397;;;;;:::o;552:203::-;545:3727:23;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": { - "@_checkAuthorization_8051": { - "entryPoint": 1467, - "id": 8051, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_decodeAttestationKey_8210": { - "entryPoint": 1567, - "id": 8210, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_getAttestation_8150": { - "entryPoint": 777, - "id": 8150, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_isAttestationRecipient_8165": { - "entryPoint": null, - "id": 8165, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_isAttestationRevoked_8179": { - "entryPoint": null, - "id": 8179, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_isPermissionManager_8078": { - "entryPoint": 1602, - "id": 8078, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_msgSender_4043": { - "entryPoint": null, - "id": 4043, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_permissionExists_8095": { - "entryPoint": null, - "id": 8095, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_setAuthority_3139": { - "entryPoint": 1086, - "id": 3139, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_setPermission_8118": { - "entryPoint": null, - "id": 8118, - "parameterSlots": 4, - "returnSlots": 0 - }, - "@_updatePermission_8029": { - "entryPoint": 1194, - "id": 8029, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@authority_3070": { - "entryPoint": null, - "id": 3070, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@eas_8188": { - "entryPoint": null, - "id": 8188, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@grantPermission_7916": { - "entryPoint": 765, - "id": 7916, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@hasPermission_7980": { - "entryPoint": 361, - "id": 7980, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@isConsumingScheduledOp_3124": { - "entryPoint": 675, - "id": 3124, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@revokePermission_7931": { - "entryPoint": 753, - "id": 7931, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setAuthority_3107": { - "entryPoint": 497, - "id": 3107, - "parameterSlots": 1, - "returnSlots": 0 - }, - "abi_decode_address_fromMemory": { - "entryPoint": 2147, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_decode_bool_fromMemory": { - "entryPoint": 2158, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_decode_bytes_fromMemory": { - "entryPoint": 2174, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_address": { - "entryPoint": 1951, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_boolt_uint32_fromMemory": { - "entryPoint": 2610, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_bytes32_fromMemory": { - "entryPoint": 2558, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_bytes32t_address": { - "entryPoint": 1903, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_struct$_Attestation_$49_memory_ptr_fromMemory": { - "entryPoint": 2308, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_uint64_fromMemory": { - "entryPoint": 2583, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_uint64_fromMemory": { - "entryPoint": 2118, - "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_bool__to_t_bool__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes32_t_address_t_bool__to_t_bytes32_t_address_t_bool__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 4, - "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_$372__to_t_address__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint64_t_address__to_t_uint64_t_address__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "allocate_memory": { - "entryPoint": 2069, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "allocate_memory_821": { - "entryPoint": 2027, - "id": null, - "parameterSlots": 0, - "returnSlots": 1 - }, - "panic_error_0x41": { - "entryPoint": 1980, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "validator_revert_address": { - "entryPoint": 1882, - "id": null, - "parameterSlots": 1, - "returnSlots": 0 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:6636:24", - "nodeType": "YulBlock", - "src": "0:6636:24", - "statements": [ - { - "nativeSrc": "6:3:24", - "nodeType": "YulBlock", - "src": "6:3:24", - "statements": [] - }, - { - "body": { - "nativeSrc": "59:109:24", - "nodeType": "YulBlock", - "src": "59:109:24", - "statements": [ - { - "body": { - "nativeSrc": "146:16:24", - "nodeType": "YulBlock", - "src": "146:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "155:1:24", - "nodeType": "YulLiteral", - "src": "155:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "158:1:24", - "nodeType": "YulLiteral", - "src": "158:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "148:6:24", - "nodeType": "YulIdentifier", - "src": "148:6:24" - }, - "nativeSrc": "148:12:24", - "nodeType": "YulFunctionCall", - "src": "148:12:24" - }, - "nativeSrc": "148:12:24", - "nodeType": "YulExpressionStatement", - "src": "148:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "82:5:24", - "nodeType": "YulIdentifier", - "src": "82:5:24" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "93:5:24", - "nodeType": "YulIdentifier", - "src": "93:5:24" - }, - { - "kind": "number", - "nativeSrc": "100:42:24", - "nodeType": "YulLiteral", - "src": "100:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "89:3:24", - "nodeType": "YulIdentifier", - "src": "89:3:24" - }, - "nativeSrc": "89:54:24", - "nodeType": "YulFunctionCall", - "src": "89:54:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "79:2:24", - "nodeType": "YulIdentifier", - "src": "79:2:24" - }, - "nativeSrc": "79:65:24", - "nodeType": "YulFunctionCall", - "src": "79:65:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "72:6:24", - "nodeType": "YulIdentifier", - "src": "72:6:24" - }, - "nativeSrc": "72:73:24", - "nodeType": "YulFunctionCall", - "src": "72:73:24" - }, - "nativeSrc": "69:93:24", - "nodeType": "YulIf", - "src": "69:93:24" - } - ] - }, - "name": "validator_revert_address", - "nativeSrc": "14:154:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "48:5:24", - "nodeType": "YulTypedName", - "src": "48:5:24", - "type": "" - } - ], - "src": "14:154:24" - }, - { - "body": { - "nativeSrc": "260:228:24", - "nodeType": "YulBlock", - "src": "260:228:24", - "statements": [ - { - "body": { - "nativeSrc": "306:16:24", - "nodeType": "YulBlock", - "src": "306:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "315:1:24", - "nodeType": "YulLiteral", - "src": "315:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "318:1:24", - "nodeType": "YulLiteral", - "src": "318:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "308:6:24", - "nodeType": "YulIdentifier", - "src": "308:6:24" - }, - "nativeSrc": "308:12:24", - "nodeType": "YulFunctionCall", - "src": "308:12:24" - }, - "nativeSrc": "308:12:24", - "nodeType": "YulExpressionStatement", - "src": "308:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "281:7:24", - "nodeType": "YulIdentifier", - "src": "281:7:24" - }, - { - "name": "headStart", - "nativeSrc": "290:9:24", - "nodeType": "YulIdentifier", - "src": "290:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "277:3:24", - "nodeType": "YulIdentifier", - "src": "277:3:24" - }, - "nativeSrc": "277:23:24", - "nodeType": "YulFunctionCall", - "src": "277:23:24" - }, - { - "kind": "number", - "nativeSrc": "302:2:24", - "nodeType": "YulLiteral", - "src": "302:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "273:3:24", - "nodeType": "YulIdentifier", - "src": "273:3:24" - }, - "nativeSrc": "273:32:24", - "nodeType": "YulFunctionCall", - "src": "273:32:24" - }, - "nativeSrc": "270:52:24", - "nodeType": "YulIf", - "src": "270:52:24" - }, - { - "nativeSrc": "331:33:24", - "nodeType": "YulAssignment", - "src": "331:33:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "354:9:24", - "nodeType": "YulIdentifier", - "src": "354:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "341:12:24", - "nodeType": "YulIdentifier", - "src": "341:12:24" - }, - "nativeSrc": "341:23:24", - "nodeType": "YulFunctionCall", - "src": "341:23:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "331:6:24", - "nodeType": "YulIdentifier", - "src": "331:6:24" - } - ] - }, - { - "nativeSrc": "373:45:24", - "nodeType": "YulVariableDeclaration", - "src": "373:45:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "403:9:24", - "nodeType": "YulIdentifier", - "src": "403:9:24" - }, - { - "kind": "number", - "nativeSrc": "414:2:24", - "nodeType": "YulLiteral", - "src": "414:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "399:3:24", - "nodeType": "YulIdentifier", - "src": "399:3:24" - }, - "nativeSrc": "399:18:24", - "nodeType": "YulFunctionCall", - "src": "399:18:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "386:12:24", - "nodeType": "YulIdentifier", - "src": "386:12:24" - }, - "nativeSrc": "386:32:24", - "nodeType": "YulFunctionCall", - "src": "386:32:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "377:5:24", - "nodeType": "YulTypedName", - "src": "377:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "452:5:24", - "nodeType": "YulIdentifier", - "src": "452:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "427:24:24", - "nodeType": "YulIdentifier", - "src": "427:24:24" - }, - "nativeSrc": "427:31:24", - "nodeType": "YulFunctionCall", - "src": "427:31:24" - }, - "nativeSrc": "427:31:24", - "nodeType": "YulExpressionStatement", - "src": "427:31:24" - }, - { - "nativeSrc": "467:15:24", - "nodeType": "YulAssignment", - "src": "467:15:24", - "value": { - "name": "value", - "nativeSrc": "477:5:24", - "nodeType": "YulIdentifier", - "src": "477:5:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "467:6:24", - "nodeType": "YulIdentifier", - "src": "467:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes32t_address", - "nativeSrc": "173:315:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "218:9:24", - "nodeType": "YulTypedName", - "src": "218:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "229:7:24", - "nodeType": "YulTypedName", - "src": "229:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "241:6:24", - "nodeType": "YulTypedName", - "src": "241:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "249:6:24", - "nodeType": "YulTypedName", - "src": "249:6:24", - "type": "" - } - ], - "src": "173:315:24" - }, - { - "body": { - "nativeSrc": "588:92:24", - "nodeType": "YulBlock", - "src": "588:92:24", - "statements": [ - { - "nativeSrc": "598:26:24", - "nodeType": "YulAssignment", - "src": "598:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "610:9:24", - "nodeType": "YulIdentifier", - "src": "610:9:24" - }, - { - "kind": "number", - "nativeSrc": "621:2:24", - "nodeType": "YulLiteral", - "src": "621:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "606:3:24", - "nodeType": "YulIdentifier", - "src": "606:3:24" - }, - "nativeSrc": "606:18:24", - "nodeType": "YulFunctionCall", - "src": "606:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "598:4:24", - "nodeType": "YulIdentifier", - "src": "598:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "640:9:24", - "nodeType": "YulIdentifier", - "src": "640:9:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "665:6:24", - "nodeType": "YulIdentifier", - "src": "665:6:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "658:6:24", - "nodeType": "YulIdentifier", - "src": "658:6:24" - }, - "nativeSrc": "658:14:24", - "nodeType": "YulFunctionCall", - "src": "658:14:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "651:6:24", - "nodeType": "YulIdentifier", - "src": "651:6:24" - }, - "nativeSrc": "651:22:24", - "nodeType": "YulFunctionCall", - "src": "651:22:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "633:6:24", - "nodeType": "YulIdentifier", - "src": "633:6:24" - }, - "nativeSrc": "633:41:24", - "nodeType": "YulFunctionCall", - "src": "633:41:24" - }, - "nativeSrc": "633:41:24", - "nodeType": "YulExpressionStatement", - "src": "633:41:24" - } - ] - }, - "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", - "nativeSrc": "493:187:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "557:9:24", - "nodeType": "YulTypedName", - "src": "557:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "568:6:24", - "nodeType": "YulTypedName", - "src": "568:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "579:4:24", - "nodeType": "YulTypedName", - "src": "579:4:24", - "type": "" - } - ], - "src": "493:187:24" - }, - { - "body": { - "nativeSrc": "755:177:24", - "nodeType": "YulBlock", - "src": "755:177:24", - "statements": [ - { - "body": { - "nativeSrc": "801:16:24", - "nodeType": "YulBlock", - "src": "801:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "810:1:24", - "nodeType": "YulLiteral", - "src": "810:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "813:1:24", - "nodeType": "YulLiteral", - "src": "813:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "803:6:24", - "nodeType": "YulIdentifier", - "src": "803:6:24" - }, - "nativeSrc": "803:12:24", - "nodeType": "YulFunctionCall", - "src": "803:12:24" - }, - "nativeSrc": "803:12:24", - "nodeType": "YulExpressionStatement", - "src": "803:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "776:7:24", - "nodeType": "YulIdentifier", - "src": "776:7:24" - }, - { - "name": "headStart", - "nativeSrc": "785:9:24", - "nodeType": "YulIdentifier", - "src": "785:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "772:3:24", - "nodeType": "YulIdentifier", - "src": "772:3:24" - }, - "nativeSrc": "772:23:24", - "nodeType": "YulFunctionCall", - "src": "772:23:24" - }, - { - "kind": "number", - "nativeSrc": "797:2:24", - "nodeType": "YulLiteral", - "src": "797:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "768:3:24", - "nodeType": "YulIdentifier", - "src": "768:3:24" - }, - "nativeSrc": "768:32:24", - "nodeType": "YulFunctionCall", - "src": "768:32:24" - }, - "nativeSrc": "765:52:24", - "nodeType": "YulIf", - "src": "765:52:24" - }, - { - "nativeSrc": "826:36:24", - "nodeType": "YulVariableDeclaration", - "src": "826:36:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "852:9:24", - "nodeType": "YulIdentifier", - "src": "852:9:24" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "839:12:24", - "nodeType": "YulIdentifier", - "src": "839:12:24" - }, - "nativeSrc": "839:23:24", - "nodeType": "YulFunctionCall", - "src": "839:23:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "830:5:24", - "nodeType": "YulTypedName", - "src": "830:5:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "896:5:24", - "nodeType": "YulIdentifier", - "src": "896:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "871:24:24", - "nodeType": "YulIdentifier", - "src": "871:24:24" - }, - "nativeSrc": "871:31:24", - "nodeType": "YulFunctionCall", - "src": "871:31:24" - }, - "nativeSrc": "871:31:24", - "nodeType": "YulExpressionStatement", - "src": "871:31:24" - }, - { - "nativeSrc": "911:15:24", - "nodeType": "YulAssignment", - "src": "911:15:24", - "value": { - "name": "value", - "nativeSrc": "921:5:24", - "nodeType": "YulIdentifier", - "src": "921:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "911:6:24", - "nodeType": "YulIdentifier", - "src": "911:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_address", - "nativeSrc": "685:247:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "721:9:24", - "nodeType": "YulTypedName", - "src": "721:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "732:7:24", - "nodeType": "YulTypedName", - "src": "732:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "744:6:24", - "nodeType": "YulTypedName", - "src": "744:6:24", - "type": "" - } - ], - "src": "685:247:24" - }, - { - "body": { - "nativeSrc": "1050:125:24", - "nodeType": "YulBlock", - "src": "1050:125:24", - "statements": [ - { - "nativeSrc": "1060:26:24", - "nodeType": "YulAssignment", - "src": "1060:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1072:9:24", - "nodeType": "YulIdentifier", - "src": "1072:9:24" - }, - { - "kind": "number", - "nativeSrc": "1083:2:24", - "nodeType": "YulLiteral", - "src": "1083:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1068:3:24", - "nodeType": "YulIdentifier", - "src": "1068:3:24" - }, - "nativeSrc": "1068:18:24", - "nodeType": "YulFunctionCall", - "src": "1068:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1060:4:24", - "nodeType": "YulIdentifier", - "src": "1060:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1102:9:24", - "nodeType": "YulIdentifier", - "src": "1102:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1117:6:24", - "nodeType": "YulIdentifier", - "src": "1117:6:24" - }, - { - "kind": "number", - "nativeSrc": "1125:42:24", - "nodeType": "YulLiteral", - "src": "1125:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1113:3:24", - "nodeType": "YulIdentifier", - "src": "1113:3:24" - }, - "nativeSrc": "1113:55:24", - "nodeType": "YulFunctionCall", - "src": "1113:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1095:6:24", - "nodeType": "YulIdentifier", - "src": "1095:6:24" - }, - "nativeSrc": "1095:74:24", - "nodeType": "YulFunctionCall", - "src": "1095:74:24" - }, - "nativeSrc": "1095:74:24", - "nodeType": "YulExpressionStatement", - "src": "1095:74:24" - } - ] - }, - "name": "abi_encode_tuple_t_contract$_IEAS_$372__to_t_address__fromStack_reversed", - "nativeSrc": "937:238:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1019:9:24", - "nodeType": "YulTypedName", - "src": "1019:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1030:6:24", - "nodeType": "YulTypedName", - "src": "1030:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1041:4:24", - "nodeType": "YulTypedName", - "src": "1041:4:24", - "type": "" - } - ], - "src": "937:238:24" - }, - { - "body": { - "nativeSrc": "1279:149:24", - "nodeType": "YulBlock", - "src": "1279:149:24", - "statements": [ - { - "nativeSrc": "1289:26:24", - "nodeType": "YulAssignment", - "src": "1289:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1301:9:24", - "nodeType": "YulIdentifier", - "src": "1301:9:24" - }, - { - "kind": "number", - "nativeSrc": "1312:2:24", - "nodeType": "YulLiteral", - "src": "1312:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1297:3:24", - "nodeType": "YulIdentifier", - "src": "1297:3:24" - }, - "nativeSrc": "1297:18:24", - "nodeType": "YulFunctionCall", - "src": "1297:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1289:4:24", - "nodeType": "YulIdentifier", - "src": "1289:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1331:9:24", - "nodeType": "YulIdentifier", - "src": "1331:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1346:6:24", - "nodeType": "YulIdentifier", - "src": "1346:6:24" - }, - { - "kind": "number", - "nativeSrc": "1354:66:24", - "nodeType": "YulLiteral", - "src": "1354:66:24", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1342:3:24", - "nodeType": "YulIdentifier", - "src": "1342:3:24" - }, - "nativeSrc": "1342:79:24", - "nodeType": "YulFunctionCall", - "src": "1342:79:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1324:6:24", - "nodeType": "YulIdentifier", - "src": "1324:6:24" - }, - "nativeSrc": "1324:98:24", - "nodeType": "YulFunctionCall", - "src": "1324:98:24" - }, - "nativeSrc": "1324:98:24", - "nodeType": "YulExpressionStatement", - "src": "1324:98:24" - } - ] - }, - "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", - "nativeSrc": "1180:248:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1248:9:24", - "nodeType": "YulTypedName", - "src": "1248:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1259:6:24", - "nodeType": "YulTypedName", - "src": "1259:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1270:4:24", - "nodeType": "YulTypedName", - "src": "1270:4:24", - "type": "" - } - ], - "src": "1180:248:24" - }, - { - "body": { - "nativeSrc": "1534:125:24", - "nodeType": "YulBlock", - "src": "1534:125:24", - "statements": [ - { - "nativeSrc": "1544:26:24", - "nodeType": "YulAssignment", - "src": "1544:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1556:9:24", - "nodeType": "YulIdentifier", - "src": "1556:9:24" - }, - { - "kind": "number", - "nativeSrc": "1567:2:24", - "nodeType": "YulLiteral", - "src": "1567:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1552:3:24", - "nodeType": "YulIdentifier", - "src": "1552:3:24" - }, - "nativeSrc": "1552:18:24", - "nodeType": "YulFunctionCall", - "src": "1552:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1544:4:24", - "nodeType": "YulIdentifier", - "src": "1544:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1586:9:24", - "nodeType": "YulIdentifier", - "src": "1586:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1601:6:24", - "nodeType": "YulIdentifier", - "src": "1601:6:24" - }, - { - "kind": "number", - "nativeSrc": "1609:42:24", - "nodeType": "YulLiteral", - "src": "1609:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1597:3:24", - "nodeType": "YulIdentifier", - "src": "1597:3:24" - }, - "nativeSrc": "1597:55:24", - "nodeType": "YulFunctionCall", - "src": "1597:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1579:6:24", - "nodeType": "YulIdentifier", - "src": "1579:6:24" - }, - "nativeSrc": "1579:74:24", - "nodeType": "YulFunctionCall", - "src": "1579:74:24" - }, - "nativeSrc": "1579:74:24", - "nodeType": "YulExpressionStatement", - "src": "1579:74:24" - } - ] - }, - "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", - "nativeSrc": "1433:226:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1503:9:24", - "nodeType": "YulTypedName", - "src": "1503:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1514:6:24", - "nodeType": "YulTypedName", - "src": "1514:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1525:4:24", - "nodeType": "YulTypedName", - "src": "1525:4:24", - "type": "" - } - ], - "src": "1433:226:24" - }, - { - "body": { - "nativeSrc": "1765:76:24", - "nodeType": "YulBlock", - "src": "1765:76:24", - "statements": [ - { - "nativeSrc": "1775:26:24", - "nodeType": "YulAssignment", - "src": "1775:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1787:9:24", - "nodeType": "YulIdentifier", - "src": "1787:9:24" - }, - { - "kind": "number", - "nativeSrc": "1798:2:24", - "nodeType": "YulLiteral", - "src": "1798:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1783:3:24", - "nodeType": "YulIdentifier", - "src": "1783:3:24" - }, - "nativeSrc": "1783:18:24", - "nodeType": "YulFunctionCall", - "src": "1783:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1775:4:24", - "nodeType": "YulIdentifier", - "src": "1775:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1817:9:24", - "nodeType": "YulIdentifier", - "src": "1817:9:24" - }, - { - "name": "value0", - "nativeSrc": "1828:6:24", - "nodeType": "YulIdentifier", - "src": "1828:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1810:6:24", - "nodeType": "YulIdentifier", - "src": "1810:6:24" - }, - "nativeSrc": "1810:25:24", - "nodeType": "YulFunctionCall", - "src": "1810:25:24" - }, - "nativeSrc": "1810:25:24", - "nodeType": "YulExpressionStatement", - "src": "1810:25:24" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", - "nativeSrc": "1664:177:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1734:9:24", - "nodeType": "YulTypedName", - "src": "1734:9:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1745:6:24", - "nodeType": "YulTypedName", - "src": "1745:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1756:4:24", - "nodeType": "YulTypedName", - "src": "1756:4:24", - "type": "" - } - ], - "src": "1664:177:24" - }, - { - "body": { - "nativeSrc": "1878:152:24", - "nodeType": "YulBlock", - "src": "1878:152:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1895:1:24", - "nodeType": "YulLiteral", - "src": "1895:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1898:77:24", - "nodeType": "YulLiteral", - "src": "1898:77:24", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1888:6:24", - "nodeType": "YulIdentifier", - "src": "1888:6:24" - }, - "nativeSrc": "1888:88:24", - "nodeType": "YulFunctionCall", - "src": "1888:88:24" - }, - "nativeSrc": "1888:88:24", - "nodeType": "YulExpressionStatement", - "src": "1888:88:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1992:1:24", - "nodeType": "YulLiteral", - "src": "1992:1:24", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "1995:4:24", - "nodeType": "YulLiteral", - "src": "1995:4:24", - "type": "", - "value": "0x41" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1985:6:24", - "nodeType": "YulIdentifier", - "src": "1985:6:24" - }, - "nativeSrc": "1985:15:24", - "nodeType": "YulFunctionCall", - "src": "1985:15:24" - }, - "nativeSrc": "1985:15:24", - "nodeType": "YulExpressionStatement", - "src": "1985:15:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2016:1:24", - "nodeType": "YulLiteral", - "src": "2016:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2019:4:24", - "nodeType": "YulLiteral", - "src": "2019:4:24", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2009:6:24", - "nodeType": "YulIdentifier", - "src": "2009:6:24" - }, - "nativeSrc": "2009:15:24", - "nodeType": "YulFunctionCall", - "src": "2009:15:24" - }, - "nativeSrc": "2009:15:24", - "nodeType": "YulExpressionStatement", - "src": "2009:15:24" - } - ] - }, - "name": "panic_error_0x41", - "nativeSrc": "1846:184:24", - "nodeType": "YulFunctionDefinition", - "src": "1846:184:24" - }, - { - "body": { - "nativeSrc": "2080:209:24", - "nodeType": "YulBlock", - "src": "2080:209:24", - "statements": [ - { - "nativeSrc": "2090:19:24", - "nodeType": "YulAssignment", - "src": "2090:19:24", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2106:2:24", - "nodeType": "YulLiteral", - "src": "2106:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2100:5:24", - "nodeType": "YulIdentifier", - "src": "2100:5:24" - }, - "nativeSrc": "2100:9:24", - "nodeType": "YulFunctionCall", - "src": "2100:9:24" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "2090:6:24", - "nodeType": "YulIdentifier", - "src": "2090:6:24" - } - ] - }, - { - "nativeSrc": "2118:37:24", - "nodeType": "YulVariableDeclaration", - "src": "2118:37:24", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "2140:6:24", - "nodeType": "YulIdentifier", - "src": "2140:6:24" - }, - { - "kind": "number", - "nativeSrc": "2148:6:24", - "nodeType": "YulLiteral", - "src": "2148:6:24", - "type": "", - "value": "0x0140" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2136:3:24", - "nodeType": "YulIdentifier", - "src": "2136:3:24" - }, - "nativeSrc": "2136:19:24", - "nodeType": "YulFunctionCall", - "src": "2136:19:24" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "2122:10:24", - "nodeType": "YulTypedName", - "src": "2122:10:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2230:22:24", - "nodeType": "YulBlock", - "src": "2230:22:24", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "2232:16:24", - "nodeType": "YulIdentifier", - "src": "2232:16:24" - }, - "nativeSrc": "2232:18:24", - "nodeType": "YulFunctionCall", - "src": "2232:18:24" - }, - "nativeSrc": "2232:18:24", - "nodeType": "YulExpressionStatement", - "src": "2232:18:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "2173:10:24", - "nodeType": "YulIdentifier", - "src": "2173:10:24" - }, - { - "kind": "number", - "nativeSrc": "2185:18:24", - "nodeType": "YulLiteral", - "src": "2185:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "2170:2:24", - "nodeType": "YulIdentifier", - "src": "2170:2:24" - }, - "nativeSrc": "2170:34:24", - "nodeType": "YulFunctionCall", - "src": "2170:34:24" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "2209:10:24", - "nodeType": "YulIdentifier", - "src": "2209:10:24" - }, - { - "name": "memPtr", - "nativeSrc": "2221:6:24", - "nodeType": "YulIdentifier", - "src": "2221:6:24" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "2206:2:24", - "nodeType": "YulIdentifier", - "src": "2206:2:24" - }, - "nativeSrc": "2206:22:24", - "nodeType": "YulFunctionCall", - "src": "2206:22:24" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "2167:2:24", - "nodeType": "YulIdentifier", - "src": "2167:2:24" - }, - "nativeSrc": "2167:62:24", - "nodeType": "YulFunctionCall", - "src": "2167:62:24" - }, - "nativeSrc": "2164:88:24", - "nodeType": "YulIf", - "src": "2164:88:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2268:2:24", - "nodeType": "YulLiteral", - "src": "2268:2:24", - "type": "", - "value": "64" - }, - { - "name": "newFreePtr", - "nativeSrc": "2272:10:24", - "nodeType": "YulIdentifier", - "src": "2272:10:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2261:6:24", - "nodeType": "YulIdentifier", - "src": "2261:6:24" - }, - "nativeSrc": "2261:22:24", - "nodeType": "YulFunctionCall", - "src": "2261:22:24" - }, - "nativeSrc": "2261:22:24", - "nodeType": "YulExpressionStatement", - "src": "2261:22:24" - } - ] - }, - "name": "allocate_memory_821", - "nativeSrc": "2035:254:24", - "nodeType": "YulFunctionDefinition", - "returnVariables": [ - { - "name": "memPtr", - "nativeSrc": "2069:6:24", - "nodeType": "YulTypedName", - "src": "2069:6:24", - "type": "" - } - ], - "src": "2035:254:24" - }, - { - "body": { - "nativeSrc": "2339:230:24", - "nodeType": "YulBlock", - "src": "2339:230:24", - "statements": [ - { - "nativeSrc": "2349:19:24", - "nodeType": "YulAssignment", - "src": "2349:19:24", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2365:2:24", - "nodeType": "YulLiteral", - "src": "2365:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2359:5:24", - "nodeType": "YulIdentifier", - "src": "2359:5:24" - }, - "nativeSrc": "2359:9:24", - "nodeType": "YulFunctionCall", - "src": "2359:9:24" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "2349:6:24", - "nodeType": "YulIdentifier", - "src": "2349:6:24" - } - ] - }, - { - "nativeSrc": "2377:58:24", - "nodeType": "YulVariableDeclaration", - "src": "2377:58:24", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "2399:6:24", - "nodeType": "YulIdentifier", - "src": "2399:6:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "size", - "nativeSrc": "2415:4:24", - "nodeType": "YulIdentifier", - "src": "2415:4:24" - }, - { - "kind": "number", - "nativeSrc": "2421:2:24", - "nodeType": "YulLiteral", - "src": "2421:2:24", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2411:3:24", - "nodeType": "YulIdentifier", - "src": "2411:3:24" - }, - "nativeSrc": "2411:13:24", - "nodeType": "YulFunctionCall", - "src": "2411:13:24" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2430:2:24", - "nodeType": "YulLiteral", - "src": "2430:2:24", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "2426:3:24", - "nodeType": "YulIdentifier", - "src": "2426:3:24" - }, - "nativeSrc": "2426:7:24", - "nodeType": "YulFunctionCall", - "src": "2426:7:24" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "2407:3:24", - "nodeType": "YulIdentifier", - "src": "2407:3:24" - }, - "nativeSrc": "2407:27:24", - "nodeType": "YulFunctionCall", - "src": "2407:27:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2395:3:24", - "nodeType": "YulIdentifier", - "src": "2395:3:24" - }, - "nativeSrc": "2395:40:24", - "nodeType": "YulFunctionCall", - "src": "2395:40:24" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "2381:10:24", - "nodeType": "YulTypedName", - "src": "2381:10:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2510:22:24", - "nodeType": "YulBlock", - "src": "2510:22:24", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "2512:16:24", - "nodeType": "YulIdentifier", - "src": "2512:16:24" - }, - "nativeSrc": "2512:18:24", - "nodeType": "YulFunctionCall", - "src": "2512:18:24" - }, - "nativeSrc": "2512:18:24", - "nodeType": "YulExpressionStatement", - "src": "2512:18:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "2453:10:24", - "nodeType": "YulIdentifier", - "src": "2453:10:24" - }, - { - "kind": "number", - "nativeSrc": "2465:18:24", - "nodeType": "YulLiteral", - "src": "2465:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "2450:2:24", - "nodeType": "YulIdentifier", - "src": "2450:2:24" - }, - "nativeSrc": "2450:34:24", - "nodeType": "YulFunctionCall", - "src": "2450:34:24" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "2489:10:24", - "nodeType": "YulIdentifier", - "src": "2489:10:24" - }, - { - "name": "memPtr", - "nativeSrc": "2501:6:24", - "nodeType": "YulIdentifier", - "src": "2501:6:24" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "2486:2:24", - "nodeType": "YulIdentifier", - "src": "2486:2:24" - }, - "nativeSrc": "2486:22:24", - "nodeType": "YulFunctionCall", - "src": "2486:22:24" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "2447:2:24", - "nodeType": "YulIdentifier", - "src": "2447:2:24" - }, - "nativeSrc": "2447:62:24", - "nodeType": "YulFunctionCall", - "src": "2447:62:24" - }, - "nativeSrc": "2444:88:24", - "nodeType": "YulIf", - "src": "2444:88:24" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2548:2:24", - "nodeType": "YulLiteral", - "src": "2548:2:24", - "type": "", - "value": "64" - }, - { - "name": "newFreePtr", - "nativeSrc": "2552:10:24", - "nodeType": "YulIdentifier", - "src": "2552:10:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2541:6:24", - "nodeType": "YulIdentifier", - "src": "2541:6:24" - }, - "nativeSrc": "2541:22:24", - "nodeType": "YulFunctionCall", - "src": "2541:22:24" - }, - "nativeSrc": "2541:22:24", - "nodeType": "YulExpressionStatement", - "src": "2541:22:24" - } - ] - }, - "name": "allocate_memory", - "nativeSrc": "2294:275:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "size", - "nativeSrc": "2319:4:24", - "nodeType": "YulTypedName", - "src": "2319:4:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "memPtr", - "nativeSrc": "2328:6:24", - "nodeType": "YulTypedName", - "src": "2328:6:24", - "type": "" - } - ], - "src": "2294:275:24" - }, - { - "body": { - "nativeSrc": "2633:116:24", - "nodeType": "YulBlock", - "src": "2633:116:24", - "statements": [ - { - "nativeSrc": "2643:22:24", - "nodeType": "YulAssignment", - "src": "2643:22:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2658:6:24", - "nodeType": "YulIdentifier", - "src": "2658:6:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2652:5:24", - "nodeType": "YulIdentifier", - "src": "2652:5:24" - }, - "nativeSrc": "2652:13:24", - "nodeType": "YulFunctionCall", - "src": "2652:13:24" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "2643:5:24", - "nodeType": "YulIdentifier", - "src": "2643:5:24" - } - ] - }, - { - "body": { - "nativeSrc": "2727:16:24", - "nodeType": "YulBlock", - "src": "2727:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2736:1:24", - "nodeType": "YulLiteral", - "src": "2736:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2739:1:24", - "nodeType": "YulLiteral", - "src": "2739:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2729:6:24", - "nodeType": "YulIdentifier", - "src": "2729:6:24" - }, - "nativeSrc": "2729:12:24", - "nodeType": "YulFunctionCall", - "src": "2729:12:24" - }, - "nativeSrc": "2729:12:24", - "nodeType": "YulExpressionStatement", - "src": "2729:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "2687:5:24", - "nodeType": "YulIdentifier", - "src": "2687:5:24" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "2698:5:24", - "nodeType": "YulIdentifier", - "src": "2698:5:24" - }, - { - "kind": "number", - "nativeSrc": "2705:18:24", - "nodeType": "YulLiteral", - "src": "2705:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "2694:3:24", - "nodeType": "YulIdentifier", - "src": "2694:3:24" - }, - "nativeSrc": "2694:30:24", - "nodeType": "YulFunctionCall", - "src": "2694:30:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "2684:2:24", - "nodeType": "YulIdentifier", - "src": "2684:2:24" - }, - "nativeSrc": "2684:41:24", - "nodeType": "YulFunctionCall", - "src": "2684:41:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2677:6:24", - "nodeType": "YulIdentifier", - "src": "2677:6:24" - }, - "nativeSrc": "2677:49:24", - "nodeType": "YulFunctionCall", - "src": "2677:49:24" - }, - "nativeSrc": "2674:69:24", - "nodeType": "YulIf", - "src": "2674:69:24" - } - ] - }, - "name": "abi_decode_uint64_fromMemory", - "nativeSrc": "2574:175:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "2612:6:24", - "nodeType": "YulTypedName", - "src": "2612:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "2623:5:24", - "nodeType": "YulTypedName", - "src": "2623:5:24", - "type": "" - } - ], - "src": "2574:175:24" - }, - { - "body": { - "nativeSrc": "2814:78:24", - "nodeType": "YulBlock", - "src": "2814:78:24", - "statements": [ - { - "nativeSrc": "2824:22:24", - "nodeType": "YulAssignment", - "src": "2824:22:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2839:6:24", - "nodeType": "YulIdentifier", - "src": "2839:6:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2833:5:24", - "nodeType": "YulIdentifier", - "src": "2833:5:24" - }, - "nativeSrc": "2833:13:24", - "nodeType": "YulFunctionCall", - "src": "2833:13:24" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "2824:5:24", - "nodeType": "YulIdentifier", - "src": "2824:5:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "2880:5:24", - "nodeType": "YulIdentifier", - "src": "2880:5:24" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2855:24:24", - "nodeType": "YulIdentifier", - "src": "2855:24:24" - }, - "nativeSrc": "2855:31:24", - "nodeType": "YulFunctionCall", - "src": "2855:31:24" - }, - "nativeSrc": "2855:31:24", - "nodeType": "YulExpressionStatement", - "src": "2855:31:24" - } - ] - }, - "name": "abi_decode_address_fromMemory", - "nativeSrc": "2754:138:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "2793:6:24", - "nodeType": "YulTypedName", - "src": "2793:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "2804:5:24", - "nodeType": "YulTypedName", - "src": "2804:5:24", - "type": "" - } - ], - "src": "2754:138:24" - }, - { - "body": { - "nativeSrc": "2954:107:24", - "nodeType": "YulBlock", - "src": "2954:107:24", - "statements": [ - { - "nativeSrc": "2964:22:24", - "nodeType": "YulAssignment", - "src": "2964:22:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2979:6:24", - "nodeType": "YulIdentifier", - "src": "2979:6:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2973:5:24", - "nodeType": "YulIdentifier", - "src": "2973:5:24" - }, - "nativeSrc": "2973:13:24", - "nodeType": "YulFunctionCall", - "src": "2973:13:24" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "2964:5:24", - "nodeType": "YulIdentifier", - "src": "2964:5:24" - } - ] - }, - { - "body": { - "nativeSrc": "3039:16:24", - "nodeType": "YulBlock", - "src": "3039:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3048:1:24", - "nodeType": "YulLiteral", - "src": "3048:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3051:1:24", - "nodeType": "YulLiteral", - "src": "3051:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3041:6:24", - "nodeType": "YulIdentifier", - "src": "3041:6:24" - }, - "nativeSrc": "3041:12:24", - "nodeType": "YulFunctionCall", - "src": "3041:12:24" - }, - "nativeSrc": "3041:12:24", - "nodeType": "YulExpressionStatement", - "src": "3041:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "3008:5:24", - "nodeType": "YulIdentifier", - "src": "3008:5:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "3029:5:24", - "nodeType": "YulIdentifier", - "src": "3029:5:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "3022:6:24", - "nodeType": "YulIdentifier", - "src": "3022:6:24" - }, - "nativeSrc": "3022:13:24", - "nodeType": "YulFunctionCall", - "src": "3022:13:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "3015:6:24", - "nodeType": "YulIdentifier", - "src": "3015:6:24" - }, - "nativeSrc": "3015:21:24", - "nodeType": "YulFunctionCall", - "src": "3015:21:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "3005:2:24", - "nodeType": "YulIdentifier", - "src": "3005:2:24" - }, - "nativeSrc": "3005:32:24", - "nodeType": "YulFunctionCall", - "src": "3005:32:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2998:6:24", - "nodeType": "YulIdentifier", - "src": "2998:6:24" - }, - "nativeSrc": "2998:40:24", - "nodeType": "YulFunctionCall", - "src": "2998:40:24" - }, - "nativeSrc": "2995:60:24", - "nodeType": "YulIf", - "src": "2995:60:24" - } - ] - }, - "name": "abi_decode_bool_fromMemory", - "nativeSrc": "2897:164:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "2933:6:24", - "nodeType": "YulTypedName", - "src": "2933:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "2944:5:24", - "nodeType": "YulTypedName", - "src": "2944:5:24", - "type": "" - } - ], - "src": "2897:164:24" - }, - { - "body": { - "nativeSrc": "3129:603:24", - "nodeType": "YulBlock", - "src": "3129:603:24", - "statements": [ - { - "body": { - "nativeSrc": "3178:16:24", - "nodeType": "YulBlock", - "src": "3178:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3187:1:24", - "nodeType": "YulLiteral", - "src": "3187:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3190:1:24", - "nodeType": "YulLiteral", - "src": "3190:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3180:6:24", - "nodeType": "YulIdentifier", - "src": "3180:6:24" - }, - "nativeSrc": "3180:12:24", - "nodeType": "YulFunctionCall", - "src": "3180:12:24" - }, - "nativeSrc": "3180:12:24", - "nodeType": "YulExpressionStatement", - "src": "3180:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3157:6:24", - "nodeType": "YulIdentifier", - "src": "3157:6:24" - }, - { - "kind": "number", - "nativeSrc": "3165:4:24", - "nodeType": "YulLiteral", - "src": "3165:4:24", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3153:3:24", - "nodeType": "YulIdentifier", - "src": "3153:3:24" - }, - "nativeSrc": "3153:17:24", - "nodeType": "YulFunctionCall", - "src": "3153:17:24" - }, - { - "name": "end", - "nativeSrc": "3172:3:24", - "nodeType": "YulIdentifier", - "src": "3172:3:24" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3149:3:24", - "nodeType": "YulIdentifier", - "src": "3149:3:24" - }, - "nativeSrc": "3149:27:24", - "nodeType": "YulFunctionCall", - "src": "3149:27:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "3142:6:24", - "nodeType": "YulIdentifier", - "src": "3142:6:24" - }, - "nativeSrc": "3142:35:24", - "nodeType": "YulFunctionCall", - "src": "3142:35:24" - }, - "nativeSrc": "3139:55:24", - "nodeType": "YulIf", - "src": "3139:55:24" - }, - { - "nativeSrc": "3203:27:24", - "nodeType": "YulVariableDeclaration", - "src": "3203:27:24", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3223:6:24", - "nodeType": "YulIdentifier", - "src": "3223:6:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "3217:5:24", - "nodeType": "YulIdentifier", - "src": "3217:5:24" - }, - "nativeSrc": "3217:13:24", - "nodeType": "YulFunctionCall", - "src": "3217:13:24" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "3207:6:24", - "nodeType": "YulTypedName", - "src": "3207:6:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3273:22:24", - "nodeType": "YulBlock", - "src": "3273:22:24", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "3275:16:24", - "nodeType": "YulIdentifier", - "src": "3275:16:24" - }, - "nativeSrc": "3275:18:24", - "nodeType": "YulFunctionCall", - "src": "3275:18:24" - }, - "nativeSrc": "3275:18:24", - "nodeType": "YulExpressionStatement", - "src": "3275:18:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "3245:6:24", - "nodeType": "YulIdentifier", - "src": "3245:6:24" - }, - { - "kind": "number", - "nativeSrc": "3253:18:24", - "nodeType": "YulLiteral", - "src": "3253:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3242:2:24", - "nodeType": "YulIdentifier", - "src": "3242:2:24" - }, - "nativeSrc": "3242:30:24", - "nodeType": "YulFunctionCall", - "src": "3242:30:24" - }, - "nativeSrc": "3239:56:24", - "nodeType": "YulIf", - "src": "3239:56:24" - }, - { - "nativeSrc": "3304:74:24", - "nodeType": "YulVariableDeclaration", - "src": "3304:74:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "3347:6:24", - "nodeType": "YulIdentifier", - "src": "3347:6:24" - }, - { - "kind": "number", - "nativeSrc": "3355:4:24", - "nodeType": "YulLiteral", - "src": "3355:4:24", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3343:3:24", - "nodeType": "YulIdentifier", - "src": "3343:3:24" - }, - "nativeSrc": "3343:17:24", - "nodeType": "YulFunctionCall", - "src": "3343:17:24" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3366:2:24", - "nodeType": "YulLiteral", - "src": "3366:2:24", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "3362:3:24", - "nodeType": "YulIdentifier", - "src": "3362:3:24" - }, - "nativeSrc": "3362:7:24", - "nodeType": "YulFunctionCall", - "src": "3362:7:24" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "3339:3:24", - "nodeType": "YulIdentifier", - "src": "3339:3:24" - }, - "nativeSrc": "3339:31:24", - "nodeType": "YulFunctionCall", - "src": "3339:31:24" - }, - { - "kind": "number", - "nativeSrc": "3372:4:24", - "nodeType": "YulLiteral", - "src": "3372:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3335:3:24", - "nodeType": "YulIdentifier", - "src": "3335:3:24" - }, - "nativeSrc": "3335:42:24", - "nodeType": "YulFunctionCall", - "src": "3335:42:24" - } - ], - "functionName": { - "name": "allocate_memory", - "nativeSrc": "3319:15:24", - "nodeType": "YulIdentifier", - "src": "3319:15:24" - }, - "nativeSrc": "3319:59:24", - "nodeType": "YulFunctionCall", - "src": "3319:59:24" - }, - "variables": [ - { - "name": "array_1", - "nativeSrc": "3308:7:24", - "nodeType": "YulTypedName", - "src": "3308:7:24", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "array_1", - "nativeSrc": "3394:7:24", - "nodeType": "YulIdentifier", - "src": "3394:7:24" - }, - { - "name": "length", - "nativeSrc": "3403:6:24", - "nodeType": "YulIdentifier", - "src": "3403:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3387:6:24", - "nodeType": "YulIdentifier", - "src": "3387:6:24" - }, - "nativeSrc": "3387:23:24", - "nodeType": "YulFunctionCall", - "src": "3387:23:24" - }, - "nativeSrc": "3387:23:24", - "nodeType": "YulExpressionStatement", - "src": "3387:23:24" - }, - { - "body": { - "nativeSrc": "3462:16:24", - "nodeType": "YulBlock", - "src": "3462:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3471:1:24", - "nodeType": "YulLiteral", - "src": "3471:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3474:1:24", - "nodeType": "YulLiteral", - "src": "3474:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3464:6:24", - "nodeType": "YulIdentifier", - "src": "3464:6:24" - }, - "nativeSrc": "3464:12:24", - "nodeType": "YulFunctionCall", - "src": "3464:12:24" - }, - "nativeSrc": "3464:12:24", - "nodeType": "YulExpressionStatement", - "src": "3464:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3433:6:24", - "nodeType": "YulIdentifier", - "src": "3433:6:24" - }, - { - "name": "length", - "nativeSrc": "3441:6:24", - "nodeType": "YulIdentifier", - "src": "3441:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3429:3:24", - "nodeType": "YulIdentifier", - "src": "3429:3:24" - }, - "nativeSrc": "3429:19:24", - "nodeType": "YulFunctionCall", - "src": "3429:19:24" - }, - { - "kind": "number", - "nativeSrc": "3450:4:24", - "nodeType": "YulLiteral", - "src": "3450:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3425:3:24", - "nodeType": "YulIdentifier", - "src": "3425:3:24" - }, - "nativeSrc": "3425:30:24", - "nodeType": "YulFunctionCall", - "src": "3425:30:24" - }, - { - "name": "end", - "nativeSrc": "3457:3:24", - "nodeType": "YulIdentifier", - "src": "3457:3:24" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3422:2:24", - "nodeType": "YulIdentifier", - "src": "3422:2:24" - }, - "nativeSrc": "3422:39:24", - "nodeType": "YulFunctionCall", - "src": "3422:39:24" - }, - "nativeSrc": "3419:59:24", - "nodeType": "YulIf", - "src": "3419:59:24" - }, - { - "nativeSrc": "3487:10:24", - "nodeType": "YulVariableDeclaration", - "src": "3487:10:24", - "value": { - "kind": "number", - "nativeSrc": "3496:1:24", - "nodeType": "YulLiteral", - "src": "3496:1:24", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "3491:1:24", - "nodeType": "YulTypedName", - "src": "3491:1:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3558:92:24", - "nodeType": "YulBlock", - "src": "3558:92:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "array_1", - "nativeSrc": "3587:7:24", - "nodeType": "YulIdentifier", - "src": "3587:7:24" - }, - { - "name": "i", - "nativeSrc": "3596:1:24", - "nodeType": "YulIdentifier", - "src": "3596:1:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3583:3:24", - "nodeType": "YulIdentifier", - "src": "3583:3:24" - }, - "nativeSrc": "3583:15:24", - "nodeType": "YulFunctionCall", - "src": "3583:15:24" - }, - { - "kind": "number", - "nativeSrc": "3600:4:24", - "nodeType": "YulLiteral", - "src": "3600:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3579:3:24", - "nodeType": "YulIdentifier", - "src": "3579:3:24" - }, - "nativeSrc": "3579:26:24", - "nodeType": "YulFunctionCall", - "src": "3579:26:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3621:6:24", - "nodeType": "YulIdentifier", - "src": "3621:6:24" - }, - { - "name": "i", - "nativeSrc": "3629:1:24", - "nodeType": "YulIdentifier", - "src": "3629:1:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3617:3:24", - "nodeType": "YulIdentifier", - "src": "3617:3:24" - }, - "nativeSrc": "3617:14:24", - "nodeType": "YulFunctionCall", - "src": "3617:14:24" - }, - { - "kind": "number", - "nativeSrc": "3633:4:24", - "nodeType": "YulLiteral", - "src": "3633:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3613:3:24", - "nodeType": "YulIdentifier", - "src": "3613:3:24" - }, - "nativeSrc": "3613:25:24", - "nodeType": "YulFunctionCall", - "src": "3613:25:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "3607:5:24", - "nodeType": "YulIdentifier", - "src": "3607:5:24" - }, - "nativeSrc": "3607:32:24", - "nodeType": "YulFunctionCall", - "src": "3607:32:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3572:6:24", - "nodeType": "YulIdentifier", - "src": "3572:6:24" - }, - "nativeSrc": "3572:68:24", - "nodeType": "YulFunctionCall", - "src": "3572:68:24" - }, - "nativeSrc": "3572:68:24", - "nodeType": "YulExpressionStatement", - "src": "3572:68:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "3517:1:24", - "nodeType": "YulIdentifier", - "src": "3517:1:24" - }, - { - "name": "length", - "nativeSrc": "3520:6:24", - "nodeType": "YulIdentifier", - "src": "3520:6:24" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "3514:2:24", - "nodeType": "YulIdentifier", - "src": "3514:2:24" - }, - "nativeSrc": "3514:13:24", - "nodeType": "YulFunctionCall", - "src": "3514:13:24" - }, - "nativeSrc": "3506:144:24", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "3528:21:24", - "nodeType": "YulBlock", - "src": "3528:21:24", - "statements": [ - { - "nativeSrc": "3530:17:24", - "nodeType": "YulAssignment", - "src": "3530:17:24", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "3539:1:24", - "nodeType": "YulIdentifier", - "src": "3539:1:24" - }, - { - "kind": "number", - "nativeSrc": "3542:4:24", - "nodeType": "YulLiteral", - "src": "3542:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3535:3:24", - "nodeType": "YulIdentifier", - "src": "3535:3:24" - }, - "nativeSrc": "3535:12:24", - "nodeType": "YulFunctionCall", - "src": "3535:12:24" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "3530:1:24", - "nodeType": "YulIdentifier", - "src": "3530:1:24" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "3510:3:24", - "nodeType": "YulBlock", - "src": "3510:3:24", - "statements": [] - }, - "src": "3506:144:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "array_1", - "nativeSrc": "3674:7:24", - "nodeType": "YulIdentifier", - "src": "3674:7:24" - }, - { - "name": "length", - "nativeSrc": "3683:6:24", - "nodeType": "YulIdentifier", - "src": "3683:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3670:3:24", - "nodeType": "YulIdentifier", - "src": "3670:3:24" - }, - "nativeSrc": "3670:20:24", - "nodeType": "YulFunctionCall", - "src": "3670:20:24" - }, - { - "kind": "number", - "nativeSrc": "3692:4:24", - "nodeType": "YulLiteral", - "src": "3692:4:24", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3666:3:24", - "nodeType": "YulIdentifier", - "src": "3666:3:24" - }, - "nativeSrc": "3666:31:24", - "nodeType": "YulFunctionCall", - "src": "3666:31:24" - }, - { - "kind": "number", - "nativeSrc": "3699:1:24", - "nodeType": "YulLiteral", - "src": "3699:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3659:6:24", - "nodeType": "YulIdentifier", - "src": "3659:6:24" - }, - "nativeSrc": "3659:42:24", - "nodeType": "YulFunctionCall", - "src": "3659:42:24" - }, - "nativeSrc": "3659:42:24", - "nodeType": "YulExpressionStatement", - "src": "3659:42:24" - }, - { - "nativeSrc": "3710:16:24", - "nodeType": "YulAssignment", - "src": "3710:16:24", - "value": { - "name": "array_1", - "nativeSrc": "3719:7:24", - "nodeType": "YulIdentifier", - "src": "3719:7:24" - }, - "variableNames": [ - { - "name": "array", - "nativeSrc": "3710:5:24", - "nodeType": "YulIdentifier", - "src": "3710:5:24" - } - ] - } - ] - }, - "name": "abi_decode_bytes_fromMemory", - "nativeSrc": "3066:666:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "3103:6:24", - "nodeType": "YulTypedName", - "src": "3103:6:24", - "type": "" - }, - { - "name": "end", - "nativeSrc": "3111:3:24", - "nodeType": "YulTypedName", - "src": "3111:3:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "array", - "nativeSrc": "3119:5:24", - "nodeType": "YulTypedName", - "src": "3119:5:24", - "type": "" - } - ], - "src": "3066:666:24" - }, - { - "body": { - "nativeSrc": "3845:1271:24", - "nodeType": "YulBlock", - "src": "3845:1271:24", - "statements": [ - { - "body": { - "nativeSrc": "3891:16:24", - "nodeType": "YulBlock", - "src": "3891:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3900:1:24", - "nodeType": "YulLiteral", - "src": "3900:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3903:1:24", - "nodeType": "YulLiteral", - "src": "3903:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3893:6:24", - "nodeType": "YulIdentifier", - "src": "3893:6:24" - }, - "nativeSrc": "3893:12:24", - "nodeType": "YulFunctionCall", - "src": "3893:12:24" - }, - "nativeSrc": "3893:12:24", - "nodeType": "YulExpressionStatement", - "src": "3893:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3866:7:24", - "nodeType": "YulIdentifier", - "src": "3866:7:24" - }, - { - "name": "headStart", - "nativeSrc": "3875:9:24", - "nodeType": "YulIdentifier", - "src": "3875:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3862:3:24", - "nodeType": "YulIdentifier", - "src": "3862:3:24" - }, - "nativeSrc": "3862:23:24", - "nodeType": "YulFunctionCall", - "src": "3862:23:24" - }, - { - "kind": "number", - "nativeSrc": "3887:2:24", - "nodeType": "YulLiteral", - "src": "3887:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3858:3:24", - "nodeType": "YulIdentifier", - "src": "3858:3:24" - }, - "nativeSrc": "3858:32:24", - "nodeType": "YulFunctionCall", - "src": "3858:32:24" - }, - "nativeSrc": "3855:52:24", - "nodeType": "YulIf", - "src": "3855:52:24" - }, - { - "nativeSrc": "3916:30:24", - "nodeType": "YulVariableDeclaration", - "src": "3916:30:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3936:9:24", - "nodeType": "YulIdentifier", - "src": "3936:9:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "3930:5:24", - "nodeType": "YulIdentifier", - "src": "3930:5:24" - }, - "nativeSrc": "3930:16:24", - "nodeType": "YulFunctionCall", - "src": "3930:16:24" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "3920:6:24", - "nodeType": "YulTypedName", - "src": "3920:6:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3989:16:24", - "nodeType": "YulBlock", - "src": "3989:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3998:1:24", - "nodeType": "YulLiteral", - "src": "3998:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4001:1:24", - "nodeType": "YulLiteral", - "src": "4001:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3991:6:24", - "nodeType": "YulIdentifier", - "src": "3991:6:24" - }, - "nativeSrc": "3991:12:24", - "nodeType": "YulFunctionCall", - "src": "3991:12:24" - }, - "nativeSrc": "3991:12:24", - "nodeType": "YulExpressionStatement", - "src": "3991:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3961:6:24", - "nodeType": "YulIdentifier", - "src": "3961:6:24" - }, - { - "kind": "number", - "nativeSrc": "3969:18:24", - "nodeType": "YulLiteral", - "src": "3969:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3958:2:24", - "nodeType": "YulIdentifier", - "src": "3958:2:24" - }, - "nativeSrc": "3958:30:24", - "nodeType": "YulFunctionCall", - "src": "3958:30:24" - }, - "nativeSrc": "3955:50:24", - "nodeType": "YulIf", - "src": "3955:50:24" - }, - { - "nativeSrc": "4014:32:24", - "nodeType": "YulVariableDeclaration", - "src": "4014:32:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4028:9:24", - "nodeType": "YulIdentifier", - "src": "4028:9:24" - }, - { - "name": "offset", - "nativeSrc": "4039:6:24", - "nodeType": "YulIdentifier", - "src": "4039:6:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4024:3:24", - "nodeType": "YulIdentifier", - "src": "4024:3:24" - }, - "nativeSrc": "4024:22:24", - "nodeType": "YulFunctionCall", - "src": "4024:22:24" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "4018:2:24", - "nodeType": "YulTypedName", - "src": "4018:2:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "4088:16:24", - "nodeType": "YulBlock", - "src": "4088:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4097:1:24", - "nodeType": "YulLiteral", - "src": "4097:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4100:1:24", - "nodeType": "YulLiteral", - "src": "4100:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "4090:6:24", - "nodeType": "YulIdentifier", - "src": "4090:6:24" - }, - "nativeSrc": "4090:12:24", - "nodeType": "YulFunctionCall", - "src": "4090:12:24" - }, - "nativeSrc": "4090:12:24", - "nodeType": "YulExpressionStatement", - "src": "4090:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "4066:7:24", - "nodeType": "YulIdentifier", - "src": "4066:7:24" - }, - { - "name": "_1", - "nativeSrc": "4075:2:24", - "nodeType": "YulIdentifier", - "src": "4075:2:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "4062:3:24", - "nodeType": "YulIdentifier", - "src": "4062:3:24" - }, - "nativeSrc": "4062:16:24", - "nodeType": "YulFunctionCall", - "src": "4062:16:24" - }, - { - "kind": "number", - "nativeSrc": "4080:6:24", - "nodeType": "YulLiteral", - "src": "4080:6:24", - "type": "", - "value": "0x0140" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "4058:3:24", - "nodeType": "YulIdentifier", - "src": "4058:3:24" - }, - "nativeSrc": "4058:29:24", - "nodeType": "YulFunctionCall", - "src": "4058:29:24" - }, - "nativeSrc": "4055:49:24", - "nodeType": "YulIf", - "src": "4055:49:24" - }, - { - "nativeSrc": "4113:34:24", - "nodeType": "YulVariableDeclaration", - "src": "4113:34:24", - "value": { - "arguments": [], - "functionName": { - "name": "allocate_memory_821", - "nativeSrc": "4126:19:24", - "nodeType": "YulIdentifier", - "src": "4126:19:24" - }, - "nativeSrc": "4126:21:24", - "nodeType": "YulFunctionCall", - "src": "4126:21:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "4117:5:24", - "nodeType": "YulTypedName", - "src": "4117:5:24", - "type": "" - } - ] - }, - { - "nativeSrc": "4156:16:24", - "nodeType": "YulVariableDeclaration", - "src": "4156:16:24", - "value": { - "kind": "number", - "nativeSrc": "4171:1:24", - "nodeType": "YulLiteral", - "src": "4171:1:24", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "4160:7:24", - "nodeType": "YulTypedName", - "src": "4160:7:24", - "type": "" - } - ] - }, - { - "nativeSrc": "4181:20:24", - "nodeType": "YulAssignment", - "src": "4181:20:24", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "4198:2:24", - "nodeType": "YulIdentifier", - "src": "4198:2:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4192:5:24", - "nodeType": "YulIdentifier", - "src": "4192:5:24" - }, - "nativeSrc": "4192:9:24", - "nodeType": "YulFunctionCall", - "src": "4192:9:24" - }, - "variableNames": [ - { - "name": "value_1", - "nativeSrc": "4181:7:24", - "nodeType": "YulIdentifier", - "src": "4181:7:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "4217:5:24", - "nodeType": "YulIdentifier", - "src": "4217:5:24" - }, - { - "name": "value_1", - "nativeSrc": "4224:7:24", - "nodeType": "YulIdentifier", - "src": "4224:7:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4210:6:24", - "nodeType": "YulIdentifier", - "src": "4210:6:24" - }, - "nativeSrc": "4210:22:24", - "nodeType": "YulFunctionCall", - "src": "4210:22:24" - }, - "nativeSrc": "4210:22:24", - "nodeType": "YulExpressionStatement", - "src": "4210:22:24" - }, - { - "nativeSrc": "4241:16:24", - "nodeType": "YulVariableDeclaration", - "src": "4241:16:24", - "value": { - "kind": "number", - "nativeSrc": "4256:1:24", - "nodeType": "YulLiteral", - "src": "4256:1:24", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "4245:7:24", - "nodeType": "YulTypedName", - "src": "4245:7:24", - "type": "" - } - ] - }, - { - "nativeSrc": "4266:29:24", - "nodeType": "YulAssignment", - "src": "4266:29:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "4287:2:24", - "nodeType": "YulIdentifier", - "src": "4287:2:24" - }, - { - "kind": "number", - "nativeSrc": "4291:2:24", - "nodeType": "YulLiteral", - "src": "4291:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4283:3:24", - "nodeType": "YulIdentifier", - "src": "4283:3:24" - }, - "nativeSrc": "4283:11:24", - "nodeType": "YulFunctionCall", - "src": "4283:11:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4277:5:24", - "nodeType": "YulIdentifier", - "src": "4277:5:24" - }, - "nativeSrc": "4277:18:24", - "nodeType": "YulFunctionCall", - "src": "4277:18:24" - }, - "variableNames": [ - { - "name": "value_2", - "nativeSrc": "4266:7:24", - "nodeType": "YulIdentifier", - "src": "4266:7:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "4315:5:24", - "nodeType": "YulIdentifier", - "src": "4315:5:24" - }, - { - "kind": "number", - "nativeSrc": "4322:2:24", - "nodeType": "YulLiteral", - "src": "4322:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4311:3:24", - "nodeType": "YulIdentifier", - "src": "4311:3:24" - }, - "nativeSrc": "4311:14:24", - "nodeType": "YulFunctionCall", - "src": "4311:14:24" - }, - { - "name": "value_2", - "nativeSrc": "4327:7:24", - "nodeType": "YulIdentifier", - "src": "4327:7:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4304:6:24", - "nodeType": "YulIdentifier", - "src": "4304:6:24" - }, - "nativeSrc": "4304:31:24", - "nodeType": "YulFunctionCall", - "src": "4304:31:24" - }, - "nativeSrc": "4304:31:24", - "nodeType": "YulExpressionStatement", - "src": "4304:31:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "4355:5:24", - "nodeType": "YulIdentifier", - "src": "4355:5:24" - }, - { - "kind": "number", - "nativeSrc": "4362:2:24", - "nodeType": "YulLiteral", - "src": "4362:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4351:3:24", - "nodeType": "YulIdentifier", - "src": "4351:3:24" - }, - "nativeSrc": "4351:14:24", - "nodeType": "YulFunctionCall", - "src": "4351:14:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "4400:2:24", - "nodeType": "YulIdentifier", - "src": "4400:2:24" - }, - { - "kind": "number", - "nativeSrc": "4404:2:24", - "nodeType": "YulLiteral", - "src": "4404:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4396:3:24", - "nodeType": "YulIdentifier", - "src": "4396:3:24" - }, - "nativeSrc": "4396:11:24", - "nodeType": "YulFunctionCall", - "src": "4396:11:24" - } - ], - "functionName": { - "name": "abi_decode_uint64_fromMemory", - "nativeSrc": "4367:28:24", - "nodeType": "YulIdentifier", - "src": "4367:28:24" - }, - "nativeSrc": "4367:41:24", - "nodeType": "YulFunctionCall", - "src": "4367:41:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4344:6:24", - "nodeType": "YulIdentifier", - "src": "4344:6:24" - }, - "nativeSrc": "4344:65:24", - "nodeType": "YulFunctionCall", - "src": "4344:65:24" - }, - "nativeSrc": "4344:65:24", - "nodeType": "YulExpressionStatement", - "src": "4344:65:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "4429:5:24", - "nodeType": "YulIdentifier", - "src": "4429:5:24" - }, - { - "kind": "number", - "nativeSrc": "4436:2:24", - "nodeType": "YulLiteral", - "src": "4436:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4425:3:24", - "nodeType": "YulIdentifier", - "src": "4425:3:24" - }, - "nativeSrc": "4425:14:24", - "nodeType": "YulFunctionCall", - "src": "4425:14:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "4474:2:24", - "nodeType": "YulIdentifier", - "src": "4474:2:24" - }, - { - "kind": "number", - "nativeSrc": "4478:2:24", - "nodeType": "YulLiteral", - "src": "4478:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4470:3:24", - "nodeType": "YulIdentifier", - "src": "4470:3:24" - }, - "nativeSrc": "4470:11:24", - "nodeType": "YulFunctionCall", - "src": "4470:11:24" - } - ], - "functionName": { - "name": "abi_decode_uint64_fromMemory", - "nativeSrc": "4441:28:24", - "nodeType": "YulIdentifier", - "src": "4441:28:24" - }, - "nativeSrc": "4441:41:24", - "nodeType": "YulFunctionCall", - "src": "4441:41:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4418:6:24", - "nodeType": "YulIdentifier", - "src": "4418:6:24" - }, - "nativeSrc": "4418:65:24", - "nodeType": "YulFunctionCall", - "src": "4418:65:24" - }, - "nativeSrc": "4418:65:24", - "nodeType": "YulExpressionStatement", - "src": "4418:65:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "4503:5:24", - "nodeType": "YulIdentifier", - "src": "4503:5:24" - }, - { - "kind": "number", - "nativeSrc": "4510:3:24", - "nodeType": "YulLiteral", - "src": "4510:3:24", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4499:3:24", - "nodeType": "YulIdentifier", - "src": "4499:3:24" - }, - "nativeSrc": "4499:15:24", - "nodeType": "YulFunctionCall", - "src": "4499:15:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "4549:2:24", - "nodeType": "YulIdentifier", - "src": "4549:2:24" - }, - { - "kind": "number", - "nativeSrc": "4553:3:24", - "nodeType": "YulLiteral", - "src": "4553:3:24", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4545:3:24", - "nodeType": "YulIdentifier", - "src": "4545:3:24" - }, - "nativeSrc": "4545:12:24", - "nodeType": "YulFunctionCall", - "src": "4545:12:24" - } - ], - "functionName": { - "name": "abi_decode_uint64_fromMemory", - "nativeSrc": "4516:28:24", - "nodeType": "YulIdentifier", - "src": "4516:28:24" - }, - "nativeSrc": "4516:42:24", - "nodeType": "YulFunctionCall", - "src": "4516:42:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4492:6:24", - "nodeType": "YulIdentifier", - "src": "4492:6:24" - }, - "nativeSrc": "4492:67:24", - "nodeType": "YulFunctionCall", - "src": "4492:67:24" - }, - "nativeSrc": "4492:67:24", - "nodeType": "YulExpressionStatement", - "src": "4492:67:24" - }, - { - "nativeSrc": "4568:16:24", - "nodeType": "YulVariableDeclaration", - "src": "4568:16:24", - "value": { - "kind": "number", - "nativeSrc": "4583:1:24", - "nodeType": "YulLiteral", - "src": "4583:1:24", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_3", - "nativeSrc": "4572:7:24", - "nodeType": "YulTypedName", - "src": "4572:7:24", - "type": "" - } - ] - }, - { - "nativeSrc": "4593:30:24", - "nodeType": "YulAssignment", - "src": "4593:30:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "4614:2:24", - "nodeType": "YulIdentifier", - "src": "4614:2:24" - }, - { - "kind": "number", - "nativeSrc": "4618:3:24", - "nodeType": "YulLiteral", - "src": "4618:3:24", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4610:3:24", - "nodeType": "YulIdentifier", - "src": "4610:3:24" - }, - "nativeSrc": "4610:12:24", - "nodeType": "YulFunctionCall", - "src": "4610:12:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4604:5:24", - "nodeType": "YulIdentifier", - "src": "4604:5:24" - }, - "nativeSrc": "4604:19:24", - "nodeType": "YulFunctionCall", - "src": "4604:19:24" - }, - "variableNames": [ - { - "name": "value_3", - "nativeSrc": "4593:7:24", - "nodeType": "YulIdentifier", - "src": "4593:7:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "4643:5:24", - "nodeType": "YulIdentifier", - "src": "4643:5:24" - }, - { - "kind": "number", - "nativeSrc": "4650:3:24", - "nodeType": "YulLiteral", - "src": "4650:3:24", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4639:3:24", - "nodeType": "YulIdentifier", - "src": "4639:3:24" - }, - "nativeSrc": "4639:15:24", - "nodeType": "YulFunctionCall", - "src": "4639:15:24" - }, - { - "name": "value_3", - "nativeSrc": "4656:7:24", - "nodeType": "YulIdentifier", - "src": "4656:7:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4632:6:24", - "nodeType": "YulIdentifier", - "src": "4632:6:24" - }, - "nativeSrc": "4632:32:24", - "nodeType": "YulFunctionCall", - "src": "4632:32:24" - }, - "nativeSrc": "4632:32:24", - "nodeType": "YulExpressionStatement", - "src": "4632:32:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "4684:5:24", - "nodeType": "YulIdentifier", - "src": "4684:5:24" - }, - { - "kind": "number", - "nativeSrc": "4691:3:24", - "nodeType": "YulLiteral", - "src": "4691:3:24", - "type": "", - "value": "192" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4680:3:24", - "nodeType": "YulIdentifier", - "src": "4680:3:24" - }, - "nativeSrc": "4680:15:24", - "nodeType": "YulFunctionCall", - "src": "4680:15:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "4731:2:24", - "nodeType": "YulIdentifier", - "src": "4731:2:24" - }, - { - "kind": "number", - "nativeSrc": "4735:3:24", - "nodeType": "YulLiteral", - "src": "4735:3:24", - "type": "", - "value": "192" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4727:3:24", - "nodeType": "YulIdentifier", - "src": "4727:3:24" - }, - "nativeSrc": "4727:12:24", - "nodeType": "YulFunctionCall", - "src": "4727:12:24" - } - ], - "functionName": { - "name": "abi_decode_address_fromMemory", - "nativeSrc": "4697:29:24", - "nodeType": "YulIdentifier", - "src": "4697:29:24" - }, - "nativeSrc": "4697:43:24", - "nodeType": "YulFunctionCall", - "src": "4697:43:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4673:6:24", - "nodeType": "YulIdentifier", - "src": "4673:6:24" - }, - "nativeSrc": "4673:68:24", - "nodeType": "YulFunctionCall", - "src": "4673:68:24" - }, - "nativeSrc": "4673:68:24", - "nodeType": "YulExpressionStatement", - "src": "4673:68:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "4761:5:24", - "nodeType": "YulIdentifier", - "src": "4761:5:24" - }, - { - "kind": "number", - "nativeSrc": "4768:3:24", - "nodeType": "YulLiteral", - "src": "4768:3:24", - "type": "", - "value": "224" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4757:3:24", - "nodeType": "YulIdentifier", - "src": "4757:3:24" - }, - "nativeSrc": "4757:15:24", - "nodeType": "YulFunctionCall", - "src": "4757:15:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "4808:2:24", - "nodeType": "YulIdentifier", - "src": "4808:2:24" - }, - { - "kind": "number", - "nativeSrc": "4812:3:24", - "nodeType": "YulLiteral", - "src": "4812:3:24", - "type": "", - "value": "224" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4804:3:24", - "nodeType": "YulIdentifier", - "src": "4804:3:24" - }, - "nativeSrc": "4804:12:24", - "nodeType": "YulFunctionCall", - "src": "4804:12:24" - } - ], - "functionName": { - "name": "abi_decode_address_fromMemory", - "nativeSrc": "4774:29:24", - "nodeType": "YulIdentifier", - "src": "4774:29:24" - }, - "nativeSrc": "4774:43:24", - "nodeType": "YulFunctionCall", - "src": "4774:43:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4750:6:24", - "nodeType": "YulIdentifier", - "src": "4750:6:24" - }, - "nativeSrc": "4750:68:24", - "nodeType": "YulFunctionCall", - "src": "4750:68:24" - }, - "nativeSrc": "4750:68:24", - "nodeType": "YulExpressionStatement", - "src": "4750:68:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "4838:5:24", - "nodeType": "YulIdentifier", - "src": "4838:5:24" - }, - { - "kind": "number", - "nativeSrc": "4845:3:24", - "nodeType": "YulLiteral", - "src": "4845:3:24", - "type": "", - "value": "256" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4834:3:24", - "nodeType": "YulIdentifier", - "src": "4834:3:24" - }, - "nativeSrc": "4834:15:24", - "nodeType": "YulFunctionCall", - "src": "4834:15:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "4882:2:24", - "nodeType": "YulIdentifier", - "src": "4882:2:24" - }, - { - "kind": "number", - "nativeSrc": "4886:3:24", - "nodeType": "YulLiteral", - "src": "4886:3:24", - "type": "", - "value": "256" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4878:3:24", - "nodeType": "YulIdentifier", - "src": "4878:3:24" - }, - "nativeSrc": "4878:12:24", - "nodeType": "YulFunctionCall", - "src": "4878:12:24" - } - ], - "functionName": { - "name": "abi_decode_bool_fromMemory", - "nativeSrc": "4851:26:24", - "nodeType": "YulIdentifier", - "src": "4851:26:24" - }, - "nativeSrc": "4851:40:24", - "nodeType": "YulFunctionCall", - "src": "4851:40:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4827:6:24", - "nodeType": "YulIdentifier", - "src": "4827:6:24" - }, - "nativeSrc": "4827:65:24", - "nodeType": "YulFunctionCall", - "src": "4827:65:24" - }, - "nativeSrc": "4827:65:24", - "nodeType": "YulExpressionStatement", - "src": "4827:65:24" - }, - { - "nativeSrc": "4901:35:24", - "nodeType": "YulVariableDeclaration", - "src": "4901:35:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "4927:2:24", - "nodeType": "YulIdentifier", - "src": "4927:2:24" - }, - { - "kind": "number", - "nativeSrc": "4931:3:24", - "nodeType": "YulLiteral", - "src": "4931:3:24", - "type": "", - "value": "288" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4923:3:24", - "nodeType": "YulIdentifier", - "src": "4923:3:24" - }, - "nativeSrc": "4923:12:24", - "nodeType": "YulFunctionCall", - "src": "4923:12:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4917:5:24", - "nodeType": "YulIdentifier", - "src": "4917:5:24" - }, - "nativeSrc": "4917:19:24", - "nodeType": "YulFunctionCall", - "src": "4917:19:24" - }, - "variables": [ - { - "name": "offset_1", - "nativeSrc": "4905:8:24", - "nodeType": "YulTypedName", - "src": "4905:8:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "4981:16:24", - "nodeType": "YulBlock", - "src": "4981:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4990:1:24", - "nodeType": "YulLiteral", - "src": "4990:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4993:1:24", - "nodeType": "YulLiteral", - "src": "4993:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "4983:6:24", - "nodeType": "YulIdentifier", - "src": "4983:6:24" - }, - "nativeSrc": "4983:12:24", - "nodeType": "YulFunctionCall", - "src": "4983:12:24" - }, - "nativeSrc": "4983:12:24", - "nodeType": "YulExpressionStatement", - "src": "4983:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset_1", - "nativeSrc": "4951:8:24", - "nodeType": "YulIdentifier", - "src": "4951:8:24" - }, - { - "kind": "number", - "nativeSrc": "4961:18:24", - "nodeType": "YulLiteral", - "src": "4961:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "4948:2:24", - "nodeType": "YulIdentifier", - "src": "4948:2:24" - }, - "nativeSrc": "4948:32:24", - "nodeType": "YulFunctionCall", - "src": "4948:32:24" - }, - "nativeSrc": "4945:52:24", - "nodeType": "YulIf", - "src": "4945:52:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "5017:5:24", - "nodeType": "YulIdentifier", - "src": "5017:5:24" - }, - { - "kind": "number", - "nativeSrc": "5024:3:24", - "nodeType": "YulLiteral", - "src": "5024:3:24", - "type": "", - "value": "288" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5013:3:24", - "nodeType": "YulIdentifier", - "src": "5013:3:24" - }, - "nativeSrc": "5013:15:24", - "nodeType": "YulFunctionCall", - "src": "5013:15:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "5062:2:24", - "nodeType": "YulIdentifier", - "src": "5062:2:24" - }, - { - "name": "offset_1", - "nativeSrc": "5066:8:24", - "nodeType": "YulIdentifier", - "src": "5066:8:24" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5058:3:24", - "nodeType": "YulIdentifier", - "src": "5058:3:24" - }, - "nativeSrc": "5058:17:24", - "nodeType": "YulFunctionCall", - "src": "5058:17:24" - }, - { - "name": "dataEnd", - "nativeSrc": "5077:7:24", - "nodeType": "YulIdentifier", - "src": "5077:7:24" - } - ], - "functionName": { - "name": "abi_decode_bytes_fromMemory", - "nativeSrc": "5030:27:24", - "nodeType": "YulIdentifier", - "src": "5030:27:24" - }, - "nativeSrc": "5030:55:24", - "nodeType": "YulFunctionCall", - "src": "5030:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5006:6:24", - "nodeType": "YulIdentifier", - "src": "5006:6:24" - }, - "nativeSrc": "5006:80:24", - "nodeType": "YulFunctionCall", - "src": "5006:80:24" - }, - "nativeSrc": "5006:80:24", - "nodeType": "YulExpressionStatement", - "src": "5006:80:24" - }, - { - "nativeSrc": "5095:15:24", - "nodeType": "YulAssignment", - "src": "5095:15:24", - "value": { - "name": "value", - "nativeSrc": "5105:5:24", - "nodeType": "YulIdentifier", - "src": "5105:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5095:6:24", - "nodeType": "YulIdentifier", - "src": "5095:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_Attestation_$49_memory_ptr_fromMemory", - "nativeSrc": "3737:1379:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3811:9:24", - "nodeType": "YulTypedName", - "src": "3811:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3822:7:24", - "nodeType": "YulTypedName", - "src": "3822:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3834:6:24", - "nodeType": "YulTypedName", - "src": "3834:6:24", - "type": "" - } - ], - "src": "3737:1379:24" - }, - { - "body": { - "nativeSrc": "5272:227:24", - "nodeType": "YulBlock", - "src": "5272:227:24", - "statements": [ - { - "nativeSrc": "5282:26:24", - "nodeType": "YulAssignment", - "src": "5282:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5294:9:24", - "nodeType": "YulIdentifier", - "src": "5294:9:24" - }, - { - "kind": "number", - "nativeSrc": "5305:2:24", - "nodeType": "YulLiteral", - "src": "5305:2:24", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5290:3:24", - "nodeType": "YulIdentifier", - "src": "5290:3:24" - }, - "nativeSrc": "5290:18:24", - "nodeType": "YulFunctionCall", - "src": "5290:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "5282:4:24", - "nodeType": "YulIdentifier", - "src": "5282:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5324:9:24", - "nodeType": "YulIdentifier", - "src": "5324:9:24" - }, - { - "name": "value0", - "nativeSrc": "5335:6:24", - "nodeType": "YulIdentifier", - "src": "5335:6:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5317:6:24", - "nodeType": "YulIdentifier", - "src": "5317:6:24" - }, - "nativeSrc": "5317:25:24", - "nodeType": "YulFunctionCall", - "src": "5317:25:24" - }, - "nativeSrc": "5317:25:24", - "nodeType": "YulExpressionStatement", - "src": "5317:25:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5362:9:24", - "nodeType": "YulIdentifier", - "src": "5362:9:24" - }, - { - "kind": "number", - "nativeSrc": "5373:2:24", - "nodeType": "YulLiteral", - "src": "5373:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5358:3:24", - "nodeType": "YulIdentifier", - "src": "5358:3:24" - }, - "nativeSrc": "5358:18:24", - "nodeType": "YulFunctionCall", - "src": "5358:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "5382:6:24", - "nodeType": "YulIdentifier", - "src": "5382:6:24" - }, - { - "kind": "number", - "nativeSrc": "5390:42:24", - "nodeType": "YulLiteral", - "src": "5390:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5378:3:24", - "nodeType": "YulIdentifier", - "src": "5378:3:24" - }, - "nativeSrc": "5378:55:24", - "nodeType": "YulFunctionCall", - "src": "5378:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5351:6:24", - "nodeType": "YulIdentifier", - "src": "5351:6:24" - }, - "nativeSrc": "5351:83:24", - "nodeType": "YulFunctionCall", - "src": "5351:83:24" - }, - "nativeSrc": "5351:83:24", - "nodeType": "YulExpressionStatement", - "src": "5351:83:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5454:9:24", - "nodeType": "YulIdentifier", - "src": "5454:9:24" - }, - { - "kind": "number", - "nativeSrc": "5465:2:24", - "nodeType": "YulLiteral", - "src": "5465:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5450:3:24", - "nodeType": "YulIdentifier", - "src": "5450:3:24" - }, - "nativeSrc": "5450:18:24", - "nodeType": "YulFunctionCall", - "src": "5450:18:24" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "5484:6:24", - "nodeType": "YulIdentifier", - "src": "5484:6:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "5477:6:24", - "nodeType": "YulIdentifier", - "src": "5477:6:24" - }, - "nativeSrc": "5477:14:24", - "nodeType": "YulFunctionCall", - "src": "5477:14:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "5470:6:24", - "nodeType": "YulIdentifier", - "src": "5470:6:24" - }, - "nativeSrc": "5470:22:24", - "nodeType": "YulFunctionCall", - "src": "5470:22:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5443:6:24", - "nodeType": "YulIdentifier", - "src": "5443:6:24" - }, - "nativeSrc": "5443:50:24", - "nodeType": "YulFunctionCall", - "src": "5443:50:24" - }, - "nativeSrc": "5443:50:24", - "nodeType": "YulExpressionStatement", - "src": "5443:50:24" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32_t_address_t_bool__to_t_bytes32_t_address_t_bool__fromStack_reversed", - "nativeSrc": "5121:378:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5225:9:24", - "nodeType": "YulTypedName", - "src": "5225:9:24", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "5236:6:24", - "nodeType": "YulTypedName", - "src": "5236:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "5244:6:24", - "nodeType": "YulTypedName", - "src": "5244:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "5252:6:24", - "nodeType": "YulTypedName", - "src": "5252:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "5263:4:24", - "nodeType": "YulTypedName", - "src": "5263:4:24", - "type": "" - } - ], - "src": "5121:378:24" - }, - { - "body": { - "nativeSrc": "5585:149:24", - "nodeType": "YulBlock", - "src": "5585:149:24", - "statements": [ - { - "body": { - "nativeSrc": "5631:16:24", - "nodeType": "YulBlock", - "src": "5631:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5640:1:24", - "nodeType": "YulLiteral", - "src": "5640:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5643:1:24", - "nodeType": "YulLiteral", - "src": "5643:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5633:6:24", - "nodeType": "YulIdentifier", - "src": "5633:6:24" - }, - "nativeSrc": "5633:12:24", - "nodeType": "YulFunctionCall", - "src": "5633:12:24" - }, - "nativeSrc": "5633:12:24", - "nodeType": "YulExpressionStatement", - "src": "5633:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5606:7:24", - "nodeType": "YulIdentifier", - "src": "5606:7:24" - }, - { - "name": "headStart", - "nativeSrc": "5615:9:24", - "nodeType": "YulIdentifier", - "src": "5615:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5602:3:24", - "nodeType": "YulIdentifier", - "src": "5602:3:24" - }, - "nativeSrc": "5602:23:24", - "nodeType": "YulFunctionCall", - "src": "5602:23:24" - }, - { - "kind": "number", - "nativeSrc": "5627:2:24", - "nodeType": "YulLiteral", - "src": "5627:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5598:3:24", - "nodeType": "YulIdentifier", - "src": "5598:3:24" - }, - "nativeSrc": "5598:32:24", - "nodeType": "YulFunctionCall", - "src": "5598:32:24" - }, - "nativeSrc": "5595:52:24", - "nodeType": "YulIf", - "src": "5595:52:24" - }, - { - "nativeSrc": "5656:14:24", - "nodeType": "YulVariableDeclaration", - "src": "5656:14:24", - "value": { - "kind": "number", - "nativeSrc": "5669:1:24", - "nodeType": "YulLiteral", - "src": "5669:1:24", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "5660:5:24", - "nodeType": "YulTypedName", - "src": "5660:5:24", - "type": "" - } - ] - }, - { - "nativeSrc": "5679:25:24", - "nodeType": "YulAssignment", - "src": "5679:25:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5694:9:24", - "nodeType": "YulIdentifier", - "src": "5694:9:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "5688:5:24", - "nodeType": "YulIdentifier", - "src": "5688:5:24" - }, - "nativeSrc": "5688:16:24", - "nodeType": "YulFunctionCall", - "src": "5688:16:24" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "5679:5:24", - "nodeType": "YulIdentifier", - "src": "5679:5:24" - } - ] - }, - { - "nativeSrc": "5713:15:24", - "nodeType": "YulAssignment", - "src": "5713:15:24", - "value": { - "name": "value", - "nativeSrc": "5723:5:24", - "nodeType": "YulIdentifier", - "src": "5723:5:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5713:6:24", - "nodeType": "YulIdentifier", - "src": "5713:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes32_fromMemory", - "nativeSrc": "5504:230:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5551:9:24", - "nodeType": "YulTypedName", - "src": "5551:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5562:7:24", - "nodeType": "YulTypedName", - "src": "5562:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5574:6:24", - "nodeType": "YulTypedName", - "src": "5574:6:24", - "type": "" - } - ], - "src": "5504:230:24" - }, - { - "body": { - "nativeSrc": "5819:126:24", - "nodeType": "YulBlock", - "src": "5819:126:24", - "statements": [ - { - "body": { - "nativeSrc": "5865:16:24", - "nodeType": "YulBlock", - "src": "5865:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5874:1:24", - "nodeType": "YulLiteral", - "src": "5874:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5877:1:24", - "nodeType": "YulLiteral", - "src": "5877:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5867:6:24", - "nodeType": "YulIdentifier", - "src": "5867:6:24" - }, - "nativeSrc": "5867:12:24", - "nodeType": "YulFunctionCall", - "src": "5867:12:24" - }, - "nativeSrc": "5867:12:24", - "nodeType": "YulExpressionStatement", - "src": "5867:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5840:7:24", - "nodeType": "YulIdentifier", - "src": "5840:7:24" - }, - { - "name": "headStart", - "nativeSrc": "5849:9:24", - "nodeType": "YulIdentifier", - "src": "5849:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5836:3:24", - "nodeType": "YulIdentifier", - "src": "5836:3:24" - }, - "nativeSrc": "5836:23:24", - "nodeType": "YulFunctionCall", - "src": "5836:23:24" - }, - { - "kind": "number", - "nativeSrc": "5861:2:24", - "nodeType": "YulLiteral", - "src": "5861:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5832:3:24", - "nodeType": "YulIdentifier", - "src": "5832:3:24" - }, - "nativeSrc": "5832:32:24", - "nodeType": "YulFunctionCall", - "src": "5832:32:24" - }, - "nativeSrc": "5829:52:24", - "nodeType": "YulIf", - "src": "5829:52:24" - }, - { - "nativeSrc": "5890:49:24", - "nodeType": "YulAssignment", - "src": "5890:49:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5929:9:24", - "nodeType": "YulIdentifier", - "src": "5929:9:24" - } - ], - "functionName": { - "name": "abi_decode_uint64_fromMemory", - "nativeSrc": "5900:28:24", - "nodeType": "YulIdentifier", - "src": "5900:28:24" - }, - "nativeSrc": "5900:39:24", - "nodeType": "YulFunctionCall", - "src": "5900:39:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5890:6:24", - "nodeType": "YulIdentifier", - "src": "5890:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64_fromMemory", - "nativeSrc": "5739:206:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5785:9:24", - "nodeType": "YulTypedName", - "src": "5785:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5796:7:24", - "nodeType": "YulTypedName", - "src": "5796:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5808:6:24", - "nodeType": "YulTypedName", - "src": "5808:6:24", - "type": "" - } - ], - "src": "5739:206:24" - }, - { - "body": { - "nativeSrc": "6077:193:24", - "nodeType": "YulBlock", - "src": "6077:193:24", - "statements": [ - { - "nativeSrc": "6087:26:24", - "nodeType": "YulAssignment", - "src": "6087:26:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6099:9:24", - "nodeType": "YulIdentifier", - "src": "6099:9:24" - }, - { - "kind": "number", - "nativeSrc": "6110:2:24", - "nodeType": "YulLiteral", - "src": "6110:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6095:3:24", - "nodeType": "YulIdentifier", - "src": "6095:3:24" - }, - "nativeSrc": "6095:18:24", - "nodeType": "YulFunctionCall", - "src": "6095:18:24" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "6087:4:24", - "nodeType": "YulIdentifier", - "src": "6087:4:24" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6129:9:24", - "nodeType": "YulIdentifier", - "src": "6129:9:24" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "6144:6:24", - "nodeType": "YulIdentifier", - "src": "6144:6:24" - }, - { - "kind": "number", - "nativeSrc": "6152:18:24", - "nodeType": "YulLiteral", - "src": "6152:18:24", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "6140:3:24", - "nodeType": "YulIdentifier", - "src": "6140:3:24" - }, - "nativeSrc": "6140:31:24", - "nodeType": "YulFunctionCall", - "src": "6140:31:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6122:6:24", - "nodeType": "YulIdentifier", - "src": "6122:6:24" - }, - "nativeSrc": "6122:50:24", - "nodeType": "YulFunctionCall", - "src": "6122:50:24" - }, - "nativeSrc": "6122:50:24", - "nodeType": "YulExpressionStatement", - "src": "6122:50:24" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6192:9:24", - "nodeType": "YulIdentifier", - "src": "6192:9:24" - }, - { - "kind": "number", - "nativeSrc": "6203:2:24", - "nodeType": "YulLiteral", - "src": "6203:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6188:3:24", - "nodeType": "YulIdentifier", - "src": "6188:3:24" - }, - "nativeSrc": "6188:18:24", - "nodeType": "YulFunctionCall", - "src": "6188:18:24" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "6212:6:24", - "nodeType": "YulIdentifier", - "src": "6212:6:24" - }, - { - "kind": "number", - "nativeSrc": "6220:42:24", - "nodeType": "YulLiteral", - "src": "6220:42:24", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "6208:3:24", - "nodeType": "YulIdentifier", - "src": "6208:3:24" - }, - "nativeSrc": "6208:55:24", - "nodeType": "YulFunctionCall", - "src": "6208:55:24" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6181:6:24", - "nodeType": "YulIdentifier", - "src": "6181:6:24" - }, - "nativeSrc": "6181:83:24", - "nodeType": "YulFunctionCall", - "src": "6181:83:24" - }, - "nativeSrc": "6181:83:24", - "nodeType": "YulExpressionStatement", - "src": "6181:83:24" - } - ] - }, - "name": "abi_encode_tuple_t_uint64_t_address__to_t_uint64_t_address__fromStack_reversed", - "nativeSrc": "5950:320:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "6038:9:24", - "nodeType": "YulTypedName", - "src": "6038:9:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "6049:6:24", - "nodeType": "YulTypedName", - "src": "6049:6:24", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "6057:6:24", - "nodeType": "YulTypedName", - "src": "6057:6:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "6068:4:24", - "nodeType": "YulTypedName", - "src": "6068:4:24", - "type": "" - } - ], - "src": "5950:320:24" - }, - { - "body": { - "nativeSrc": "6369:265:24", - "nodeType": "YulBlock", - "src": "6369:265:24", - "statements": [ - { - "body": { - "nativeSrc": "6415:16:24", - "nodeType": "YulBlock", - "src": "6415:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6424:1:24", - "nodeType": "YulLiteral", - "src": "6424:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6427:1:24", - "nodeType": "YulLiteral", - "src": "6427:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6417:6:24", - "nodeType": "YulIdentifier", - "src": "6417:6:24" - }, - "nativeSrc": "6417:12:24", - "nodeType": "YulFunctionCall", - "src": "6417:12:24" - }, - "nativeSrc": "6417:12:24", - "nodeType": "YulExpressionStatement", - "src": "6417:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "6390:7:24", - "nodeType": "YulIdentifier", - "src": "6390:7:24" - }, - { - "name": "headStart", - "nativeSrc": "6399:9:24", - "nodeType": "YulIdentifier", - "src": "6399:9:24" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6386:3:24", - "nodeType": "YulIdentifier", - "src": "6386:3:24" - }, - "nativeSrc": "6386:23:24", - "nodeType": "YulFunctionCall", - "src": "6386:23:24" - }, - { - "kind": "number", - "nativeSrc": "6411:2:24", - "nodeType": "YulLiteral", - "src": "6411:2:24", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "6382:3:24", - "nodeType": "YulIdentifier", - "src": "6382:3:24" - }, - "nativeSrc": "6382:32:24", - "nodeType": "YulFunctionCall", - "src": "6382:32:24" - }, - "nativeSrc": "6379:52:24", - "nodeType": "YulIf", - "src": "6379:52:24" - }, - { - "nativeSrc": "6440:47:24", - "nodeType": "YulAssignment", - "src": "6440:47:24", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6477:9:24", - "nodeType": "YulIdentifier", - "src": "6477:9:24" - } - ], - "functionName": { - "name": "abi_decode_bool_fromMemory", - "nativeSrc": "6450:26:24", - "nodeType": "YulIdentifier", - "src": "6450:26:24" - }, - "nativeSrc": "6450:37:24", - "nodeType": "YulFunctionCall", - "src": "6450:37:24" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "6440:6:24", - "nodeType": "YulIdentifier", - "src": "6440:6:24" - } - ] - }, - { - "nativeSrc": "6496:38:24", - "nodeType": "YulVariableDeclaration", - "src": "6496:38:24", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6519:9:24", - "nodeType": "YulIdentifier", - "src": "6519:9:24" - }, - { - "kind": "number", - "nativeSrc": "6530:2:24", - "nodeType": "YulLiteral", - "src": "6530:2:24", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6515:3:24", - "nodeType": "YulIdentifier", - "src": "6515:3:24" - }, - "nativeSrc": "6515:18:24", - "nodeType": "YulFunctionCall", - "src": "6515:18:24" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "6509:5:24", - "nodeType": "YulIdentifier", - "src": "6509:5:24" - }, - "nativeSrc": "6509:25:24", - "nodeType": "YulFunctionCall", - "src": "6509:25:24" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "6500:5:24", - "nodeType": "YulTypedName", - "src": "6500:5:24", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "6588:16:24", - "nodeType": "YulBlock", - "src": "6588:16:24", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6597:1:24", - "nodeType": "YulLiteral", - "src": "6597:1:24", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6600:1:24", - "nodeType": "YulLiteral", - "src": "6600:1:24", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6590:6:24", - "nodeType": "YulIdentifier", - "src": "6590:6:24" - }, - "nativeSrc": "6590:12:24", - "nodeType": "YulFunctionCall", - "src": "6590:12:24" - }, - "nativeSrc": "6590:12:24", - "nodeType": "YulExpressionStatement", - "src": "6590:12:24" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "6556:5:24", - "nodeType": "YulIdentifier", - "src": "6556:5:24" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "6567:5:24", - "nodeType": "YulIdentifier", - "src": "6567:5:24" - }, - { - "kind": "number", - "nativeSrc": "6574:10:24", - "nodeType": "YulLiteral", - "src": "6574:10:24", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "6563:3:24", - "nodeType": "YulIdentifier", - "src": "6563:3:24" - }, - "nativeSrc": "6563:22:24", - "nodeType": "YulFunctionCall", - "src": "6563:22:24" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "6553:2:24", - "nodeType": "YulIdentifier", - "src": "6553:2:24" - }, - "nativeSrc": "6553:33:24", - "nodeType": "YulFunctionCall", - "src": "6553:33:24" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "6546:6:24", - "nodeType": "YulIdentifier", - "src": "6546:6:24" - }, - "nativeSrc": "6546:41:24", - "nodeType": "YulFunctionCall", - "src": "6546:41:24" - }, - "nativeSrc": "6543:61:24", - "nodeType": "YulIf", - "src": "6543:61:24" - }, - { - "nativeSrc": "6613:15:24", - "nodeType": "YulAssignment", - "src": "6613:15:24", - "value": { - "name": "value", - "nativeSrc": "6623:5:24", - "nodeType": "YulIdentifier", - "src": "6623:5:24" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "6613:6:24", - "nodeType": "YulIdentifier", - "src": "6613:6:24" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_boolt_uint32_fromMemory", - "nativeSrc": "6275:359:24", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "6327:9:24", - "nodeType": "YulTypedName", - "src": "6327:9:24", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "6338:7:24", - "nodeType": "YulTypedName", - "src": "6338:7:24", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "6350:6:24", - "nodeType": "YulTypedName", - "src": "6350:6:24", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "6358:6:24", - "nodeType": "YulTypedName", - "src": "6358:6:24", - "type": "" - } - ], - "src": "6275:359:24" - } - ] - }, - "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_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 validator_revert_address(value)\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 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_contract$_IEAS_$372__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_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_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function allocate_memory_821() -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, 0x0140)\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 abi_decode_uint64_fromMemory(offset) -> value\n {\n value := mload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_address_fromMemory(offset) -> value\n {\n value := mload(offset)\n validator_revert_address(value)\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_bytes_fromMemory(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n let length := mload(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 let i := 0\n for { } lt(i, length) { i := add(i, 0x20) }\n {\n mstore(add(add(array_1, i), 0x20), mload(add(add(offset, i), 0x20)))\n }\n mstore(add(add(array_1, length), 0x20), 0)\n array := array_1\n }\n function abi_decode_tuple_t_struct$_Attestation_$49_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), 0x0140) { revert(0, 0) }\n let value := allocate_memory_821()\n let value_1 := 0\n value_1 := mload(_1)\n mstore(value, value_1)\n let value_2 := 0\n value_2 := mload(add(_1, 32))\n mstore(add(value, 32), value_2)\n mstore(add(value, 64), abi_decode_uint64_fromMemory(add(_1, 64)))\n mstore(add(value, 96), abi_decode_uint64_fromMemory(add(_1, 96)))\n mstore(add(value, 128), abi_decode_uint64_fromMemory(add(_1, 128)))\n let value_3 := 0\n value_3 := mload(add(_1, 160))\n mstore(add(value, 160), value_3)\n mstore(add(value, 192), abi_decode_address_fromMemory(add(_1, 192)))\n mstore(add(value, 224), abi_decode_address_fromMemory(add(_1, 224)))\n mstore(add(value, 256), abi_decode_bool_fromMemory(add(_1, 256)))\n let offset_1 := mload(add(_1, 288))\n if gt(offset_1, 0xffffffffffffffff) { revert(0, 0) }\n mstore(add(value, 288), abi_decode_bytes_fromMemory(add(_1, offset_1), dataEnd))\n value0 := value\n }\n function abi_encode_tuple_t_bytes32_t_address_t_bool__to_t_bytes32_t_address_t_bool__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), iszero(iszero(value2)))\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_uint64_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_uint64_fromMemory(headStart)\n }\n function abi_encode_tuple_t_uint64_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 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}", - "id": 24, - "language": "Yul", - "name": "#utility.yul" - } - ], - "immutableReferences": { - "7879": [ - { - "length": 32, - "start": 193 - }, - { - "length": 32, - "start": 913 - } - ] - }, - "linkReferences": {}, - "object": "608060405234801561001057600080fd5b506004361061007d5760003560e01c80638fb360371161005b5780638fb36037146100f9578063a6a8f17b14610132578063bc58645614610145578063bf7e214f1461015857600080fd5b806328545c0d146100825780637a9e5e4b146100aa5780638150864d146100bf575b600080fd5b61009561009036600461076f565b610169565b60405190151581526020015b60405180910390f35b6100bd6100b836600461079f565b6101f1565b005b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020016100a1565b6101016102a3565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020016100a1565b6100bd61014036600461076f565b6102f1565b6100bd61015336600461076f565b6102fd565b6000546001600160a01b03166100e1565b60008281526001602081815260408084206001600160a01b0386168552909152822090810154158061019d5750805460ff16155b156101ac5760009150506101eb565b60006101bb8260010154610309565b90506101d4816080015167ffffffffffffffff16151590565b156101e4576000925050506101eb565b6001925050505b92915050565b60005433906001600160a01b03168114610247576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610296576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161023e565b61029f8261043e565b5050565b6000805474010000000000000000000000000000000000000000900460ff166102cc5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b61029f828260006104aa565b61029f828260016104aa565b604080516101408101825260008082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830182905261012083015291517fa3112a64000000000000000000000000000000000000000000000000000000008152600481018490529091906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a3112a6490602401600060405180830381865afa1580156103d8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104009190810190610904565b80519091506101eb576040517f01fb6dd10000000000000000000000000000000000000000000000000000000081526004810184905260240161023e565b600080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006104b584610309565b90506104ce816080015167ffffffffffffffff16151590565b15610508576040517f04bed2560000000000000000000000000000000000000000000000000000000081526004810185905260240161023e565b610511816105bb565b600061051c8261061f565b60408051808201825285151581526020808201898152600085815260018084528582206001600160a01b038c168352909352939093209151825460ff191690151517825591519101559050604080518281526001600160a01b0386166020820152841515918101919091527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f359060600160405180910390a15050505050565b6105d18160c001516001600160a01b0316331490565b1580156105e357506105e1610642565b155b1561061c576040517fdccef96400000000000000000000000000000000000000000000000000000000815233600482015260240161023e565b50565b60008082610120015180602001905181019061063b91906109fe565b9392505050565b6000806106576000546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b0316630125a4256040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106cc9190610a17565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201523360248201526044016040805180830381865afa15801561072e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107529190610a32565b509392505050565b6001600160a01b038116811461061c57600080fd5b6000806040838503121561078257600080fd5b8235915060208301356107948161075a565b809150509250929050565b6000602082840312156107b157600080fd5b813561063b8161075a565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051610140810167ffffffffffffffff8111828210171561080f5761080f6107bc565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561083e5761083e6107bc565b604052919050565b805167ffffffffffffffff8116811461085e57600080fd5b919050565b805161085e8161075a565b8051801515811461085e57600080fd5b600082601f83011261088f57600080fd5b815167ffffffffffffffff8111156108a9576108a96107bc565b6108bc601f8201601f1916602001610815565b8181528460208386010111156108d157600080fd5b60005b828110156108f0576020818601810151838301820152016108d4565b506000918101602001919091529392505050565b60006020828403121561091657600080fd5b815167ffffffffffffffff81111561092d57600080fd5b8201610140818503121561094057600080fd5b6109486107eb565b815181526020808301519082015261096260408301610846565b604082015261097360608301610846565b606082015261098460808301610846565b608082015260a0828101519082015261099f60c08301610863565b60c08201526109b060e08301610863565b60e08201526109c2610100830161086e565b61010082015261012082015167ffffffffffffffff8111156109e357600080fd5b6109ef8682850161087e565b61012083015250949350505050565b600060208284031215610a1057600080fd5b5051919050565b600060208284031215610a2957600080fd5b61063b82610846565b60008060408385031215610a4557600080fd5b610a4e8361086e565b9150602083015163ffffffff8116811461079457600080fdfea2646970667358221220058148bf957c2f50326fb3479333357210091b7799b4b2de528804eff09ea27a64736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x7D JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8FB36037 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0x8FB36037 EQ PUSH2 0xF9 JUMPI DUP1 PUSH4 0xA6A8F17B EQ PUSH2 0x132 JUMPI DUP1 PUSH4 0xBC586456 EQ PUSH2 0x145 JUMPI DUP1 PUSH4 0xBF7E214F EQ PUSH2 0x158 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x28545C0D EQ PUSH2 0x82 JUMPI DUP1 PUSH4 0x7A9E5E4B EQ PUSH2 0xAA JUMPI DUP1 PUSH4 0x8150864D EQ PUSH2 0xBF JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x95 PUSH2 0x90 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x169 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xBD PUSH2 0xB8 CALLDATASIZE PUSH1 0x4 PUSH2 0x79F JUMP JUMPDEST PUSH2 0x1F1 JUMP JUMPDEST STOP JUMPDEST PUSH32 0x0 JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xA1 JUMP JUMPDEST PUSH2 0x101 PUSH2 0x2A3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xA1 JUMP JUMPDEST PUSH2 0xBD PUSH2 0x140 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x2F1 JUMP JUMPDEST PUSH2 0xBD PUSH2 0x153 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x2FD JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0xE1 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND DUP6 MSTORE SWAP1 SWAP2 MSTORE DUP3 KECCAK256 SWAP1 DUP2 ADD SLOAD ISZERO DUP1 PUSH2 0x19D JUMPI POP DUP1 SLOAD PUSH1 0xFF AND ISZERO JUMPDEST ISZERO PUSH2 0x1AC JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0x1EB JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1BB DUP3 PUSH1 0x1 ADD SLOAD PUSH2 0x309 JUMP JUMPDEST SWAP1 POP PUSH2 0x1D4 DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO ISZERO SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x1E4 JUMPI PUSH1 0x0 SWAP3 POP POP POP PUSH2 0x1EB JUMP JUMPDEST PUSH1 0x1 SWAP3 POP POP POP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD CALLER SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 EQ PUSH2 0x247 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 0x296 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 0x23E JUMP JUMPDEST PUSH2 0x29F DUP3 PUSH2 0x43E JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH21 0x10000000000000000000000000000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2CC JUMPI POP PUSH1 0x0 SWAP1 JUMP JUMPDEST POP PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 SWAP1 JUMP JUMPDEST PUSH2 0x29F DUP3 DUP3 PUSH1 0x0 PUSH2 0x4AA JUMP JUMPDEST PUSH2 0x29F DUP3 DUP3 PUSH1 0x1 PUSH2 0x4AA JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH2 0x140 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP2 SWAP1 MSTORE DUP2 DUP4 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 DUP3 SWAP1 MSTORE PUSH2 0x120 DUP4 ADD MSTORE SWAP2 MLOAD PUSH32 0xA3112A6400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE SWAP1 SWAP2 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND SWAP1 PUSH4 0xA3112A64 SWAP1 PUSH1 0x24 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x3D8 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 0x400 SWAP2 SWAP1 DUP2 ADD SWAP1 PUSH2 0x904 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0x1EB JUMPI PUSH1 0x40 MLOAD PUSH32 0x1FB6DD100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 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 PUSH2 0x4B5 DUP5 PUSH2 0x309 JUMP JUMPDEST SWAP1 POP PUSH2 0x4CE DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO ISZERO SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x508 JUMPI PUSH1 0x40 MLOAD PUSH32 0x4BED25600000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP6 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST PUSH2 0x511 DUP2 PUSH2 0x5BB JUMP JUMPDEST PUSH1 0x0 PUSH2 0x51C DUP3 PUSH2 0x61F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD DUP3 MSTORE DUP6 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 DUP1 DUP3 ADD DUP10 DUP2 MSTORE PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x1 DUP1 DUP5 MSTORE DUP6 DUP3 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP13 AND DUP4 MSTORE SWAP1 SWAP4 MSTORE SWAP4 SWAP1 SWAP4 KECCAK256 SWAP2 MLOAD DUP3 SLOAD PUSH1 0xFF NOT AND SWAP1 ISZERO ISZERO OR DUP3 SSTORE SWAP2 MLOAD SWAP2 ADD SSTORE SWAP1 POP PUSH1 0x40 DUP1 MLOAD DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x20 DUP3 ADD MSTORE DUP5 ISZERO ISZERO SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH32 0xA7DBB3DD7FC1F02D38DF3BA26B3867FA7010E3497F7A3E33F0B1A75E794D8F35 SWAP1 PUSH1 0x60 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP POP POP JUMP JUMPDEST PUSH2 0x5D1 DUP2 PUSH1 0xC0 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ SWAP1 JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x5E3 JUMPI POP PUSH2 0x5E1 PUSH2 0x642 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x61C JUMPI PUSH1 0x40 MLOAD PUSH32 0xDCCEF96400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE CALLER PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH2 0x120 ADD MLOAD DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0x63B SWAP2 SWAP1 PUSH2 0x9FE JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x657 PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xD1F856EE DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x125A425 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 0x6A8 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 0x6CC SWAP2 SWAP1 PUSH2 0xA17 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 PUSH1 0xE0 DUP5 SWAP1 SHL AND DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x4 DUP3 ADD MSTORE CALLER PUSH1 0x24 DUP3 ADD MSTORE PUSH1 0x44 ADD PUSH1 0x40 DUP1 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x72E 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 0x752 SWAP2 SWAP1 PUSH2 0xA32 JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x61C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x782 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x794 DUP2 PUSH2 0x75A JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x7B1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x63B DUP2 PUSH2 0x75A JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x140 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x80F JUMPI PUSH2 0x80F PUSH2 0x7BC 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 0x83E JUMPI PUSH2 0x83E PUSH2 0x7BC JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x85E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH2 0x85E DUP2 PUSH2 0x75A JUMP JUMPDEST DUP1 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x85E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x88F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x8A9 JUMPI PUSH2 0x8A9 PUSH2 0x7BC JUMP JUMPDEST PUSH2 0x8BC PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD PUSH2 0x815 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP5 PUSH1 0x20 DUP4 DUP7 ADD ADD GT ISZERO PUSH2 0x8D1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8F0 JUMPI PUSH1 0x20 DUP2 DUP7 ADD DUP2 ADD MLOAD DUP4 DUP4 ADD DUP3 ADD MSTORE ADD PUSH2 0x8D4 JUMP JUMPDEST POP PUSH1 0x0 SWAP2 DUP2 ADD PUSH1 0x20 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x916 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x92D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH2 0x140 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x940 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x948 PUSH2 0x7EB JUMP JUMPDEST DUP2 MLOAD DUP2 MSTORE PUSH1 0x20 DUP1 DUP4 ADD MLOAD SWAP1 DUP3 ADD MSTORE PUSH2 0x962 PUSH1 0x40 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH2 0x973 PUSH1 0x60 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x984 PUSH1 0x80 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE PUSH1 0xA0 DUP3 DUP2 ADD MLOAD SWAP1 DUP3 ADD MSTORE PUSH2 0x99F PUSH1 0xC0 DUP4 ADD PUSH2 0x863 JUMP JUMPDEST PUSH1 0xC0 DUP3 ADD MSTORE PUSH2 0x9B0 PUSH1 0xE0 DUP4 ADD PUSH2 0x863 JUMP JUMPDEST PUSH1 0xE0 DUP3 ADD MSTORE PUSH2 0x9C2 PUSH2 0x100 DUP4 ADD PUSH2 0x86E JUMP JUMPDEST PUSH2 0x100 DUP3 ADD MSTORE PUSH2 0x120 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x9E3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x9EF DUP7 DUP3 DUP6 ADD PUSH2 0x87E JUMP JUMPDEST PUSH2 0x120 DUP4 ADD MSTORE POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA29 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x63B DUP3 PUSH2 0x846 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xA45 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xA4E DUP4 PUSH2 0x86E JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD MLOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x794 JUMPI PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SDIV DUP2 BASEFEE 0xBF SWAP6 PUSH29 0x2F50326FB3479333357210091B7799B4B2DE528804EFF09EA27A64736F PUSH13 0x634300081A0033000000000000 ", - "sourceMap": "545:3727:23:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1438:465;;;;;;:::i;:::-;;:::i;:::-;;;658:14:24;;651:22;633:41;;621:2;606:18;1438:465:23;;;;;;;;3057:362:9;;;;;;:::i;:::-;;:::i;:::-;;4001:72:23;4062:4;4001:72;;;-1:-1:-1;;;;;1113:55:24;;;1095:74;;1083:2;1068:18;4001:72:23;937:238:24;3460:156:9;;;:::i;:::-;;;1354:66:24;1342:79;;;1324:98;;1312:2;1297:18;3460:156:9;1180:248:24;1275:153:23;;;;;;:::i;:::-;;:::i;1126:142::-;;;;;;:::i;:::-;;:::i;2923:93:9:-;2973:7;2999:10;-1:-1:-1;;;;;2999:10:9;2923:93;;1438:465:23;1522:4;1570:16;;;:11;:16;;;;;;;;-1:-1:-1;;;;;1570:25:23;;;;;;;;;3045:26;;;;:40;;1609:53;;-1:-1:-1;1644:18:23;;;;1643:19;1609:53;1605:96;;;1685:5;1678:12;;;;;1605:96;1710:30;1743:43;1759:10;:26;;;1743:15;:43::i;:::-;1710:76;;1800:34;1822:11;3957:26;;;:31;;;;;3848:147;1800:34;1796:77;;;1857:5;1850:12;;;;;;1796:77;1892:4;1885:11;;;;1438:465;;;;;:::o;3057:362:9:-;3126:14;2999:10;735::15;;-1:-1:-1;;;;;2999:10:9;3169:21;;3165:92;;3213:33;;;;;-1:-1:-1;;;;;1113:55:24;;3213:33:9;;;1095:74:24;1068:18;;3213:33:9;;;;;;;;3165:92;3270:12;-1:-1:-1;;;;;3270:24:9;;3298:1;3270:29;3266:110;;3322:43;;;;;-1:-1:-1;;;;;1113:55:24;;3322:43:9;;;1095:74:24;1068:18;;3322:43:9;937:238:24;3266:110:9;3385:27;3399:12;3385:13;:27::i;:::-;3116:303;3057:362;:::o;3460:156::-;3515:6;3540:18;;;;;;;:69;;-1:-1:-1;3607:1:9;;3460:156::o;3540:69::-;-1:-1:-1;3561:36:9;;3460:156::o;1275:153:23:-;1371:50;1389:15;1406:7;1415:5;1371:17;:50::i;1126:142::-;1212:49;1230:15;1247:7;1256:4;1212:17;:49::i;3360:323::-;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3495:36:23;;;;;;;;1810:25:24;;;-1:-1:-1;;;;;;;;3495:4:23;:19;;;;1783:18:24;;3495:36:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;3495:36:23;;;;;;;;;;;;:::i;:::-;3546:15;;3462:69;;-1:-1:-1;3542:104:23;;3598:36;;;;;;;;1810:25:24;;;1783:18;;3598:36:23;1664:177:24;3804:149:9;3876:10;:25;;;;-1:-1:-1;;;;;3876:25:9;;;;;;;;3916:30;;1095:74:24;;;3916:30:9;;1083:2:24;1068:18;3916:30:9;;;;;;;3804:149;:::o;1910:512:23:-;2012:30;2045:32;2061:15;2045;:32::i;:::-;2012:65;;2091:34;2113:11;3957:26;;;:31;;;;;3848:147;2091:34;2087:107;;;2148:35;;;;;;;;1810:25:24;;;1783:18;;2148:35:23;1664:177:24;2087:107:23;2206:32;2226:11;2206:19;:32::i;:::-;2248:11;2262:34;2284:11;2262:21;:34::i;:::-;3261:86;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3233:16:23;;;:11;:16;;;;;;-1:-1:-1;;;;;3233:25:23;;;;;;;;;;;:114;;;;-1:-1:-1;;3233:114:23;;;;;;;;;;;;2248:48;-1:-1:-1;2375:40:23;;;5317:25:24;;;-1:-1:-1;;;;;5378:55:24;;5373:2;5358:18;;5351:83;5477:14;;5470:22;5450:18;;;5443:50;;;;2375:40:23;;5305:2:24;5290:18;2375:40:23;;;;;;;2002:420;;1910:512;;;:::o;2428:217::-;2516:36;2540:11;3800:21;;;-1:-1:-1;;;;;3800:35:23;3825:10;3800:35;;3689:153;2516:36;2515:37;:64;;;;;2557:22;:20;:22::i;:::-;2556:23;2515:64;2511:128;;;2600:30;;;;;2619:10;2600:30;;;1095:74:24;1068:18;;2600:30:23;937:238:24;2511:128:23;2428:217;:::o;4084:185::-;4170:7;4189:11;4214;:16;;;4203:39;;;;;;;;;;;;:::i;:::-;4189:53;4084:185;-1:-1:-1;;;4084:185:23:o;2652:282::-;2707:4;2723:23;2766:11;2973:7:9;2999:10;-1:-1:-1;;;;;2999:10:9;;2923:93;2766:11:23;2723:55;;2789:13;2808:6;-1:-1:-1;;;;;2808:14:23;;2836:6;-1:-1:-1;;;;;2836:30:23;;:32;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;2808:94;;;;;;;;;;6152:18:24;6140:31;;;2808:94:23;;;6122:50:24;2882:10:23;6188:18:24;;;6181:83;6095:18;;2808:94:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;2788:114:23;2652:282;-1:-1:-1;;;2652:282:23:o;14:154:24:-;-1:-1:-1;;;;;93:5:24;89:54;82:5;79:65;69:93;;158:1;155;148:12;173:315;241:6;249;302:2;290:9;281:7;277:23;273:32;270:52;;;318:1;315;308:12;270:52;354:9;341:23;331:33;;414:2;403:9;399:18;386:32;427:31;452:5;427:31;:::i;:::-;477:5;467:15;;;173:315;;;;;:::o;685:247::-;744:6;797:2;785:9;776:7;772:23;768:32;765:52;;;813:1;810;803:12;765:52;852:9;839:23;871:31;896:5;871:31;:::i;1846:184::-;1898:77;1895:1;1888:88;1995:4;1992:1;1985:15;2019:4;2016:1;2009:15;2035:254;2106:2;2100:9;2148:6;2136:19;;2185:18;2170:34;;2206:22;;;2167:62;2164:88;;;2232:18;;:::i;:::-;2268:2;2261:22;2035:254;:::o;2294:275::-;2365:2;2359:9;2430:2;2411:13;;-1:-1:-1;;2407:27:24;2395:40;;2465:18;2450:34;;2486:22;;;2447:62;2444:88;;;2512:18;;:::i;:::-;2548:2;2541:22;2294:275;;-1:-1:-1;2294:275:24:o;2574:175::-;2652:13;;2705:18;2694:30;;2684:41;;2674:69;;2739:1;2736;2729:12;2674:69;2574:175;;;:::o;2754:138::-;2833:13;;2855:31;2833:13;2855:31;:::i;2897:164::-;2973:13;;3022;;3015:21;3005:32;;2995:60;;3051:1;3048;3041:12;3066:666;3119:5;3172:3;3165:4;3157:6;3153:17;3149:27;3139:55;;3190:1;3187;3180:12;3139:55;3223:6;3217:13;3253:18;3245:6;3242:30;3239:56;;;3275:18;;:::i;:::-;3319:59;3366:2;3343:17;;-1:-1:-1;;3339:31:24;3372:4;3335:42;3319:59;:::i;:::-;3403:6;3394:7;3387:23;3457:3;3450:4;3441:6;3433;3429:19;3425:30;3422:39;3419:59;;;3474:1;3471;3464:12;3419:59;3496:1;3506:144;3520:6;3517:1;3514:13;3506:144;;;3633:4;3617:14;;;3613:25;;3607:32;3583:15;;;3579:26;;3572:68;3535:12;3506:144;;;-1:-1:-1;3699:1:24;3670:20;;;3692:4;3666:31;3659:42;;;;3674:7;3066:666;-1:-1:-1;;;3066:666:24:o;3737:1379::-;3834:6;3887:2;3875:9;3866:7;3862:23;3858:32;3855:52;;;3903:1;3900;3893:12;3855:52;3936:9;3930:16;3969:18;3961:6;3958:30;3955:50;;;4001:1;3998;3991:12;3955:50;4024:22;;4080:6;4062:16;;;4058:29;4055:49;;;4100:1;4097;4090:12;4055:49;4126:21;;:::i;:::-;4192:9;;4210:22;;4291:2;4283:11;;;4277:18;4311:14;;;4304:31;4367:41;4404:2;4396:11;;4367:41;:::i;:::-;4362:2;4355:5;4351:14;4344:65;4441:41;4478:2;4474;4470:11;4441:41;:::i;:::-;4436:2;4429:5;4425:14;4418:65;4516:42;4553:3;4549:2;4545:12;4516:42;:::i;:::-;4510:3;4499:15;;4492:67;4618:3;4610:12;;;4604:19;4639:15;;;4632:32;4697:43;4735:3;4727:12;;4697:43;:::i;:::-;4691:3;4684:5;4680:15;4673:68;4774:43;4812:3;4808:2;4804:12;4774:43;:::i;:::-;4768:3;4761:5;4757:15;4750:68;4851:40;4886:3;4882:2;4878:12;4851:40;:::i;:::-;4845:3;4838:5;4834:15;4827:65;4931:3;4927:2;4923:12;4917:19;4961:18;4951:8;4948:32;4945:52;;;4993:1;4990;4983:12;4945:52;5030:55;5077:7;5066:8;5062:2;5058:17;5030:55;:::i;:::-;5024:3;5013:15;;5006:80;-1:-1:-1;5017:5:24;3737:1379;-1:-1:-1;;;;3737:1379:24:o;5504:230::-;5574:6;5627:2;5615:9;5606:7;5602:23;5598:32;5595:52;;;5643:1;5640;5633:12;5595:52;-1:-1:-1;5688:16:24;;5504:230;-1:-1:-1;5504:230:24:o;5739:206::-;5808:6;5861:2;5849:9;5840:7;5836:23;5832:32;5829:52;;;5877:1;5874;5867:12;5829:52;5900:39;5929:9;5900:39;:::i;6275:359::-;6350:6;6358;6411:2;6399:9;6390:7;6386:23;6382:32;6379:52;;;6427:1;6424;6417:12;6379:52;6450:37;6477:9;6450:37;:::i;:::-;6440:47;;6530:2;6519:9;6515:18;6509:25;6574:10;6567:5;6563:22;6556:5;6553:33;6543:61;;6600:1;6597;6590:12" - }, - "methodIdentifiers": { - "authority()": "bf7e214f", - "eas()": "8150864d", - "grantPermission(bytes32,address)": "bc586456", - "hasPermission(bytes32,address)": "28545c0d", - "isConsumingScheduledOp()": "8fb36037", - "revokePermission(bytes32,address)": "a6a8f17b", - "setAuthority(address)": "7a9e5e4b" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAuthority\",\"type\":\"address\"},{\"internalType\":\"contract IEAS\",\"name\":\"initialEAS\",\"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\":[{\"internalType\":\"bytes32\",\"name\":\"attestation_uid\",\"type\":\"bytes32\"}],\"name\":\"AttestationNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"attestation_uid\",\"type\":\"bytes32\"}],\"name\":\"AttestationRevoked\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"UnauthorizedAccess\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"authority\",\"type\":\"address\"}],\"name\":\"AuthorityUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"granted\",\"type\":\"bool\"}],\"name\":\"PermissionUpdated\",\"type\":\"event\"},{\"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\":\"bytes32\",\"name\":\"attestation_uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantPermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasPermission\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isConsumingScheduledOp\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"attestation_uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"revokePermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAuthority\",\"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\":{\"contracts/OIDPermissionManager.sol\":\"OIDPermissionManager\"},\"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\"]},\"@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol\":{\"keccak256\":\"0xc36716750a9095416ede9775ee8ae19f13794406a297c0dccd6146268bd36d74\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://595c9227d490558d1666e32609ac6677ba4fff7187cb539c3bb2c9a3e8b63b27\",\"dweb:/ipfs/QmZgoM4Rj7NuY8pfQ9pCvpKTrk5ZJ6Sdbf8XMsSVsvwMk5\"]},\"@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/AccessManaged.sol\":{\"keccak256\":\"0x66d7e2083b868c0db6faf826bb47b65692443aff077b5b1b6b99ae56024a4fb2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://025f50a3d1835093bca29152c51ae121fceea850c66479c5601bae2a5b6f4b62\",\"dweb:/ipfs/QmSdPMjAgnk2JJBnpmSt9nCodye7agj5hBc75Zd8cPJ8dX\"]},\"@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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@openzeppelin/contracts/access/manager/IAuthority.sol\":{\"keccak256\":\"0x4cc0766bd7fb7b3bafb70afa2a93b6e313a0baec7a35ad1b57505be7861c1030\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85871c47ac00d10664b858ef71ecd8b9787c1d313e544ab2c57210c520a3c06c\",\"dweb:/ipfs/QmUMTwojLzURuHftQLzAVuDmib9roj4KwcHCkg3LhZ2AdH\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12\",\"dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]},\"contracts/IOIDPermissionManager.sol\":{\"keccak256\":\"0x5e29b8a5f2ec6f9c715872b0d40ed5ac7538f511d7a7223cef4bb04bdb2ab187\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://d15dfc0c2bea3379de4342c7248923f8bc37ff7177c08fc1ae7e00cb7e7b0361\",\"dweb:/ipfs/QmbGFV2jYy5xKsGFfVC3QCYGcBoitXrudYYvyTAj9A5SgS\"]},\"contracts/OIDAccessManager.sol\":{\"keccak256\":\"0xcae4c0b5509dd30aa1203490b1494243c47ca0250904dfa213276449ae02de48\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://9c98b004011a5dc5e8fcfa342a204d969a435ec88a1e83620abd45f777bd2da9\",\"dweb:/ipfs/QmdWv9aq7vj9Pjdbwaa5DKK3gQFNiLHsBRrKssFEV7g5Z5\"]},\"contracts/OIDPermissionManager.sol\":{\"keccak256\":\"0xb9229cac51011ebc394d48f09ccb6bd94f7072ff205d5a0b6c92e81b460a98fd\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://825c227528eb60d3e7581e235c4594bb55b9cb2a38bf7d80bf61b8c788e72a05\",\"dweb:/ipfs/QmRSPYB3cmmyn3pg4d2ghKxZujwJD6t6y5yXMG9QxK9pCG\"]}},\"version\":1}" - } - } - } - } -} \ No newline at end of file diff --git a/ignition/deployments/chain-11155420/build-info/cace39e3eb40ef03741e031f2af4f335.json b/ignition/deployments/chain-11155420/build-info/aa5cc268a9dbb5af3f51d05db37354b5.json similarity index 97% rename from ignition/deployments/chain-11155420/build-info/cace39e3eb40ef03741e031f2af4f335.json rename to ignition/deployments/chain-11155420/build-info/aa5cc268a9dbb5af3f51d05db37354b5.json index ab999b1..7ed0f62 100644 --- a/ignition/deployments/chain-11155420/build-info/cace39e3eb40ef03741e031f2af4f335.json +++ b/ignition/deployments/chain-11155420/build-info/aa5cc268a9dbb5af3f51d05db37354b5.json @@ -1,5 +1,5 @@ { - "id": "cace39e3eb40ef03741e031f2af4f335", + "id": "aa5cc268a9dbb5af3f51d05db37354b5", "_format": "hh-sol-build-info-1", "solcVersion": "0.8.26", "solcLongVersion": "0.8.26+commit.8a97fa7a", @@ -133,13 +133,13 @@ "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 key, address account, bool granted);\n function grantPermission(bytes32 key, address account) external;\n function revokePermission(bytes32 key, address account) external;\n function hasPermission(\n bytes32 key, \n address account\n ) external view returns (bool);\n}" + "content": "// SPDX-License-Identifier: UNLICENSED\npragma solidity 0.8.26;\n\ninterface IOIDPermissionManager {\n event PermissionUpdated(bytes32 key, address account, bool granted);\n function grantPermission(bytes32 attestation_uid, address account) external;\n function revokePermission(bytes32 attestation_uid, address account) external;\n function hasPermission(\n bytes32 key, \n address account\n ) external view returns (bool);\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 uint64 public constant APPLICATION_MANAGER_ROLE = 1;\n uint64 public constant ATTESTATION_MANAGER_ROLE = 2;\n uint64 public constant PERMISSION_MANAGER_ROLE = 3;\n\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;\nimport {IOIDPermissionManager} from \"./IOIDPermissionManager.sol\";\nimport {AccessManaged} from \"@openzeppelin/contracts/access/manager/AccessManaged.sol\";\nimport {IAccessManager} from \"@openzeppelin/contracts/access/manager/IAccessManager.sol\";\nimport {OIDAccessManager} from \"./OIDAccessManager.sol\";\n\ncontract OIDPermissionManager is IOIDPermissionManager, AccessManaged {\n error UnauthorizedAccess(address caller);\n\n\n mapping(bytes32 => mapping(address => bool)) private permissions;\n\n constructor(\n address initialAuthority\n ) AccessManaged(initialAuthority) {\n }\n\n function grantPermission(bytes32 key, address account) external {\n _checkValid();\n permissions[key][account] = true;\n emit PermissionUpdated(key, account, true);\n }\n\n\n function revokePermission(bytes32 key, address account) external override {\n _checkValid();\n permissions[key][account] = false;\n emit PermissionUpdated(key, account, false);\n }\n\n function hasPermission(bytes32 key,address account) external view override returns (bool) {\n return permissions[key][account];\n }\n\n\n function _checkValid() internal view {\n bool valid = _isPermissionManager();\n if (!valid) {\n revert UnauthorizedAccess(msg.sender);\n }\n }\n\n\n function _isPermissionManager() internal view returns (bool) {\n OIDAccessManager access = OIDAccessManager(authority());\n (bool isMember, ) = access.hasRole(\n access.PERMISSION_MANAGER_ROLE(),\n msg.sender\n );\n return isMember;\n }\n\n}\n" + "content": "// SPDX-License-Identifier: UNLICENSED\npragma solidity 0.8.26;\nimport {IOIDPermissionManager} from \"./IOIDPermissionManager.sol\";\nimport {AccessManaged} from \"@openzeppelin/contracts/access/manager/AccessManaged.sol\";\nimport {IEAS} from \"@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol\";\nimport {Attestation} from \"@ethereum-attestation-service/eas-contracts/contracts/Common.sol\";\nimport {IAccessManager} from \"@openzeppelin/contracts/access/manager/IAccessManager.sol\";\nimport {OIDAccessManager} from \"./OIDAccessManager.sol\";\n\ncontract OIDPermissionManager is IOIDPermissionManager, AccessManaged {\n error UnauthorizedAccess(address caller);\n error AttestationNotFound(bytes32 attestation_uid);\n error AttestationRevoked(bytes32 attestation_uid);\n\n struct Permission {\n bool granted;\n bytes32 attestation_uid;\n }\n IEAS internal immutable _eas;\n\n mapping(bytes32 => mapping(address => Permission)) private permissions;\n\n constructor(\n address initialAuthority,\n IEAS initialEAS\n ) AccessManaged(initialAuthority) {\n _eas = initialEAS;\n }\n\n\n function grantPermission(bytes32 attestation_uid, address account) external {\n _updatePermission(attestation_uid, account, true);\n }\n\n\n function revokePermission(bytes32 attestation_uid, address account) external override {\n _updatePermission(attestation_uid, account, false);\n }\n \n function hasPermission(bytes32 key,address account) external view override returns (bool) {\n Permission storage permission = permissions[key][account];\n if (!_permissionExists(permission) || !permission.granted) {\n return false;\n }\n Attestation memory attestation = _getAttestation(permission.attestation_uid);\n if (_isAttestationRevoked(attestation)) {\n return false;\n } \n return true;\n }\n\n\n function _updatePermission(bytes32 attestation_uid, address account, bool granted) internal {\n Attestation memory attestation = _getAttestation(attestation_uid);\n if (_isAttestationRevoked(attestation)) {\n revert AttestationRevoked(attestation_uid);\n } \n _checkAuthorization(attestation);\n bytes32 key = _decodeAttestationKey(attestation);\n _setPermission(key, account, granted, attestation_uid);\n emit PermissionUpdated(key, account, granted);\n }\n\n function _checkAuthorization(Attestation memory attestation) internal view {\n if (!_isAttestationRecipient(attestation) && !_isPermissionManager()) {\n revert UnauthorizedAccess(msg.sender);\n }\n }\n\n\n function _isPermissionManager() internal view returns (bool) {\n OIDAccessManager access = OIDAccessManager(authority());\n (bool isMember, ) = access.hasRole(\n access.PERMISSION_MANAGER_ROLE(),\n msg.sender\n );\n return isMember;\n }\n\n\n function _permissionExists(Permission storage permission) internal view returns (bool) {\n return permission.attestation_uid != bytes32(0);\n }\n\n function _setPermission(\n bytes32 key,\n address account,\n bool granted,\n bytes32 attestation_uid\n ) internal {\n permissions[key][account] = Permission({\n granted: granted,\n attestation_uid: attestation_uid\n });\n }\n\n function _getAttestation(bytes32 attestation_uid) private view returns (Attestation memory) {\n Attestation memory attestation = _eas.getAttestation(attestation_uid);\n if (attestation.uid == bytes32(0)) {\n revert AttestationNotFound(attestation_uid);\n }\n return attestation; \n }\n\n function _isAttestationRecipient(Attestation memory attestation) internal view returns (bool) {\n return attestation.recipient == msg.sender;\n }\n\n function _isAttestationRevoked(Attestation memory attestation) internal pure returns (bool) {\n return attestation.revocationTime != 0;\n }\n\n function eas() external view returns (IEAS) {\n return _eas;\n }\n\n \n function _decodeAttestationKey(Attestation memory attestation) internal pure returns (bytes32) {\n bytes32 key = abi.decode(attestation.data, (bytes32));\n return key;\n }\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 {OIDAccessManager} from \"./OIDAccessManager.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 OIDAccessManager authority = OIDAccessManager(authority());\n (bool isMember, ) = authority.hasRole(\n authority.ATTESTATION_MANAGER_ROLE(),\n attester\n );\n if (!isMember) {\n revert UnauthorizedAttester(attester);\n }\n }\n}\n" @@ -174849,11 +174849,11 @@ "constant": false, "id": 13781, "mutability": "mutable", - "name": "key", - "nameLocation": "208:3:41", + "name": "attestation_uid", + "nameLocation": "208:15:41", "nodeType": "VariableDeclaration", "scope": 13786, - "src": "200:11:41", + "src": "200:23:41", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -174877,10 +174877,10 @@ "id": 13783, "mutability": "mutable", "name": "account", - "nameLocation": "222:7:41", + "nameLocation": "234:7:41", "nodeType": "VariableDeclaration", "scope": 13786, - "src": "214:15:41", + "src": "226:15:41", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -174891,7 +174891,7 @@ "id": 13782, "name": "address", "nodeType": "ElementaryTypeName", - "src": "214:7:41", + "src": "226:7:41", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", @@ -174901,16 +174901,16 @@ "visibility": "internal" } ], - "src": "199:31:41" + "src": "199:43:41" }, "returnParameters": { "id": 13785, "nodeType": "ParameterList", "parameters": [], - "src": "239:0:41" + "src": "251:0:41" }, "scope": 13803, - "src": "175:65:41", + "src": "175:77:41", "stateMutability": "nonpayable", "virtual": false, "visibility": "external" @@ -174922,7 +174922,7 @@ "kind": "function", "modifiers": [], "name": "revokePermission", - "nameLocation": "254:16:41", + "nameLocation": "266:16:41", "nodeType": "FunctionDefinition", "parameters": { "id": 13791, @@ -174932,11 +174932,11 @@ "constant": false, "id": 13788, "mutability": "mutable", - "name": "key", - "nameLocation": "279:3:41", + "name": "attestation_uid", + "nameLocation": "291:15:41", "nodeType": "VariableDeclaration", "scope": 13793, - "src": "271:11:41", + "src": "283:23:41", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -174947,7 +174947,7 @@ "id": 13787, "name": "bytes32", "nodeType": "ElementaryTypeName", - "src": "271:7:41", + "src": "283:7:41", "typeDescriptions": { "typeIdentifier": "t_bytes32", "typeString": "bytes32" @@ -174960,10 +174960,10 @@ "id": 13790, "mutability": "mutable", "name": "account", - "nameLocation": "293:7:41", + "nameLocation": "317:7:41", "nodeType": "VariableDeclaration", "scope": 13793, - "src": "285:15:41", + "src": "309:15:41", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -174974,7 +174974,7 @@ "id": 13789, "name": "address", "nodeType": "ElementaryTypeName", - "src": "285:7:41", + "src": "309:7:41", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", @@ -174984,16 +174984,16 @@ "visibility": "internal" } ], - "src": "270:31:41" + "src": "282:43:41" }, "returnParameters": { "id": 13792, "nodeType": "ParameterList", "parameters": [], - "src": "310:0:41" + "src": "334:0:41" }, "scope": 13803, - "src": "245:66:41", + "src": "257:78:41", "stateMutability": "nonpayable", "virtual": false, "visibility": "external" @@ -175005,7 +175005,7 @@ "kind": "function", "modifiers": [], "name": "hasPermission", - "nameLocation": "325:13:41", + "nameLocation": "349:13:41", "nodeType": "FunctionDefinition", "parameters": { "id": 13798, @@ -175016,10 +175016,10 @@ "id": 13795, "mutability": "mutable", "name": "key", - "nameLocation": "356:3:41", + "nameLocation": "380:3:41", "nodeType": "VariableDeclaration", "scope": 13802, - "src": "348:11:41", + "src": "372:11:41", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -175030,7 +175030,7 @@ "id": 13794, "name": "bytes32", "nodeType": "ElementaryTypeName", - "src": "348:7:41", + "src": "372:7:41", "typeDescriptions": { "typeIdentifier": "t_bytes32", "typeString": "bytes32" @@ -175043,10 +175043,10 @@ "id": 13797, "mutability": "mutable", "name": "account", - "nameLocation": "378:7:41", + "nameLocation": "402:7:41", "nodeType": "VariableDeclaration", "scope": 13802, - "src": "370:15:41", + "src": "394:15:41", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -175057,7 +175057,7 @@ "id": 13796, "name": "address", "nodeType": "ElementaryTypeName", - "src": "370:7:41", + "src": "394:7:41", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", @@ -175067,7 +175067,7 @@ "visibility": "internal" } ], - "src": "338:53:41" + "src": "362:53:41" }, "returnParameters": { "id": 13801, @@ -175081,7 +175081,7 @@ "nameLocation": "-1:-1:-1", "nodeType": "VariableDeclaration", "scope": 13802, - "src": "415:4:41", + "src": "439:4:41", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -175092,7 +175092,7 @@ "id": 13799, "name": "bool", "nodeType": "ElementaryTypeName", - "src": "415:4:41", + "src": "439:4:41", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" @@ -175101,24 +175101,24 @@ "visibility": "internal" } ], - "src": "414:6:41" + "src": "438:6:41" }, "scope": 13803, - "src": "316:105:41", + "src": "340:105:41", "stateMutability": "view", "virtual": false, "visibility": "external" } ], "scope": 13804, - "src": "64:359:41", + "src": "64:383:41", "usedErrors": [], "usedEvents": [ 13779 ] } ], - "src": "39:384:41" + "src": "39:408:41" }, "id": 41 }, @@ -175682,9 +175682,15 @@ "AccessManaged": [ 7116 ], + "Attestation": [ + 49 + ], "IAccessManager": [ 7670 ], + "IEAS": [ + 2326 + ], "IOIDPermissionManager": [ 13803 ], @@ -175692,10 +175698,10 @@ 13835 ], "OIDPermissionManager": [ - 13982 + 14205 ] }, - "id": 13983, + "id": 14206, "license": "UNLICENSED", "nodeType": "SourceUnit", "nodes": [ @@ -175715,7 +175721,7 @@ "id": 13839, "nameLocation": "-1:-1:-1", "nodeType": "ImportDirective", - "scope": 13983, + "scope": 14206, "sourceUnit": 13804, "src": "63:66:44", "symbolAliases": [ @@ -175740,7 +175746,7 @@ "id": 13841, "nameLocation": "-1:-1:-1", "nodeType": "ImportDirective", - "scope": 13983, + "scope": 14206, "sourceUnit": 7117, "src": "130:87:44", "symbolAliases": [ @@ -175759,24 +175765,74 @@ ], "unitAlias": "" }, + { + "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol", + "file": "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol", + "id": 13843, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14206, + "sourceUnit": 2327, + "src": "218:84:44", + "symbolAliases": [ + { + "foreign": { + "id": 13842, + "name": "IEAS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2326, + "src": "226:4:44", + "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": 13845, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14206, + "sourceUnit": 66, + "src": "303:93:44", + "symbolAliases": [ + { + "foreign": { + "id": 13844, + "name": "Attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 49, + "src": "311:11:44", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, { "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManager.sol", "file": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "id": 13843, + "id": 13847, "nameLocation": "-1:-1:-1", "nodeType": "ImportDirective", - "scope": 13983, + "scope": 14206, "sourceUnit": 7671, - "src": "218:89:44", + "src": "397:89:44", "symbolAliases": [ { "foreign": { - "id": 13842, + "id": 13846, "name": "IAccessManager", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 7670, - "src": "226:14:44", + "src": "405:14:44", "typeDescriptions": {} }, "nameLocation": "-1:-1:-1" @@ -175787,21 +175843,21 @@ { "absolutePath": "contracts/OIDAccessManager.sol", "file": "./OIDAccessManager.sol", - "id": 13845, + "id": 13849, "nameLocation": "-1:-1:-1", "nodeType": "ImportDirective", - "scope": 13983, + "scope": 14206, "sourceUnit": 13836, - "src": "308:56:44", + "src": "487:56:44", "symbolAliases": [ { "foreign": { - "id": 13844, + "id": 13848, "name": "OIDAccessManager", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 13835, - "src": "316:16:44", + "src": "495:16:44", "typeDescriptions": {} }, "nameLocation": "-1:-1:-1" @@ -175814,70 +175870,70 @@ "baseContracts": [ { "baseName": { - "id": 13846, + "id": 13850, "name": "IOIDPermissionManager", "nameLocations": [ - "399:21:44" + "578:21:44" ], "nodeType": "IdentifierPath", "referencedDeclaration": 13803, - "src": "399:21:44" + "src": "578:21:44" }, - "id": 13847, + "id": 13851, "nodeType": "InheritanceSpecifier", - "src": "399:21:44" + "src": "578:21:44" }, { "baseName": { - "id": 13848, + "id": 13852, "name": "AccessManaged", "nameLocations": [ - "422:13:44" + "601:13:44" ], "nodeType": "IdentifierPath", "referencedDeclaration": 7116, - "src": "422:13:44" + "src": "601:13:44" }, - "id": 13849, + "id": 13853, "nodeType": "InheritanceSpecifier", - "src": "422:13:44" + "src": "601:13:44" } ], "canonicalName": "OIDPermissionManager", "contractDependencies": [], "contractKind": "contract", "fullyImplemented": true, - "id": 13982, + "id": 14205, "linearizedBaseContracts": [ - 13982, + 14205, 7116, 7238, 8014, 13803 ], "name": "OIDPermissionManager", - "nameLocation": "375:20:44", + "nameLocation": "554:20:44", "nodeType": "ContractDefinition", "nodes": [ { "errorSelector": "dccef964", - "id": 13853, + "id": 13857, "name": "UnauthorizedAccess", - "nameLocation": "448:18:44", + "nameLocation": "627:18:44", "nodeType": "ErrorDefinition", "parameters": { - "id": 13852, + "id": 13856, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 13851, + "id": 13855, "mutability": "mutable", "name": "caller", - "nameLocation": "475:6:44", + "nameLocation": "654:6:44", "nodeType": "VariableDeclaration", - "scope": 13853, - "src": "467:14:44", + "scope": 13857, + "src": "646:14:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -175885,10 +175941,10 @@ "typeString": "address" }, "typeName": { - "id": 13850, + "id": 13854, "name": "address", "nodeType": "ElementaryTypeName", - "src": "467:7:44", + "src": "646:7:44", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", @@ -175898,77 +175954,274 @@ "visibility": "internal" } ], - "src": "466:16:44" + "src": "645:16:44" }, - "src": "442:41:44" + "src": "621:41:44" + }, + { + "errorSelector": "01fb6dd1", + "id": 13861, + "name": "AttestationNotFound", + "nameLocation": "673:19:44", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 13860, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13859, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "701:15:44", + "nodeType": "VariableDeclaration", + "scope": 13861, + "src": "693:23:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13858, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "693:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "692:25:44" + }, + "src": "667:51:44" + }, + { + "errorSelector": "04bed256", + "id": 13865, + "name": "AttestationRevoked", + "nameLocation": "729:18:44", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 13864, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13863, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "756:15:44", + "nodeType": "VariableDeclaration", + "scope": 13865, + "src": "748:23:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13862, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "748:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "747:25:44" + }, + "src": "723:50:44" + }, + { + "canonicalName": "OIDPermissionManager.Permission", + "id": 13870, + "members": [ + { + "constant": false, + "id": 13867, + "mutability": "mutable", + "name": "granted", + "nameLocation": "812:7:44", + "nodeType": "VariableDeclaration", + "scope": 13870, + "src": "807:12:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 13866, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "807:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13869, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "837:15:44", + "nodeType": "VariableDeclaration", + "scope": 13870, + "src": "829:23:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13868, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "829:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "name": "Permission", + "nameLocation": "786:10:44", + "nodeType": "StructDefinition", + "scope": 14205, + "src": "779:80:44", + "visibility": "public" }, { "constant": false, - "id": 13859, + "id": 13873, + "mutability": "immutable", + "name": "_eas", + "nameLocation": "888:4:44", + "nodeType": "VariableDeclaration", + "scope": 14205, + "src": "864:28:44", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + }, + "typeName": { + "id": 13872, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13871, + "name": "IEAS", + "nameLocations": [ + "864:4:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2326, + "src": "864:4:44" + }, + "referencedDeclaration": 2326, + "src": "864:4:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13880, "mutability": "mutable", "name": "permissions", - "nameLocation": "543:11:44", + "nameLocation": "958:11:44", "nodeType": "VariableDeclaration", - "scope": 13982, - "src": "490:64:44", + "scope": 14205, + "src": "899:70:44", "stateVariable": true, "storageLocation": "default", "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_bool_$_$", - "typeString": "mapping(bytes32 => mapping(address => bool))" + "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_struct$_Permission_$13870_storage_$_$", + "typeString": "mapping(bytes32 => mapping(address => struct OIDPermissionManager.Permission))" }, "typeName": { - "id": 13858, + "id": 13879, "keyName": "", "keyNameLocation": "-1:-1:-1", "keyType": { - "id": 13854, + "id": 13874, "name": "bytes32", "nodeType": "ElementaryTypeName", - "src": "498:7:44", + "src": "907:7:44", "typeDescriptions": { "typeIdentifier": "t_bytes32", "typeString": "bytes32" } }, "nodeType": "Mapping", - "src": "490:44:44", + "src": "899:50:44", "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_bool_$_$", - "typeString": "mapping(bytes32 => mapping(address => bool))" + "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_struct$_Permission_$13870_storage_$_$", + "typeString": "mapping(bytes32 => mapping(address => struct OIDPermissionManager.Permission))" }, "valueName": "", "valueNameLocation": "-1:-1:-1", "valueType": { - "id": 13857, + "id": 13878, "keyName": "", "keyNameLocation": "-1:-1:-1", "keyType": { - "id": 13855, + "id": 13875, "name": "address", "nodeType": "ElementaryTypeName", - "src": "517:7:44", + "src": "926:7:44", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "nodeType": "Mapping", - "src": "509:24:44", + "src": "918:30:44", "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", - "typeString": "mapping(address => bool)" + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Permission_$13870_storage_$", + "typeString": "mapping(address => struct OIDPermissionManager.Permission)" }, "valueName": "", "valueNameLocation": "-1:-1:-1", "valueType": { - "id": 13856, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "528:4:44", + "id": 13877, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13876, + "name": "Permission", + "nameLocations": [ + "937:10:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13870, + "src": "937:10:44" + }, + "referencedDeclaration": 13870, + "src": "937:10:44", "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission" } } } @@ -175977,62 +176230,106 @@ }, { "body": { - "id": 13867, + "id": 13895, "nodeType": "Block", - "src": "645:7:44", - "statements": [] + "src": "1085:34:44", + "statements": [ + { + "expression": { + "id": 13893, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 13891, + "name": "_eas", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13873, + "src": "1095:4:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 13892, + "name": "initialEAS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13885, + "src": "1102:10:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "src": "1095:17:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "id": 13894, + "nodeType": "ExpressionStatement", + "src": "1095:17:44" + } + ] }, - "id": 13868, + "id": 13896, "implemented": true, "kind": "constructor", "modifiers": [ { "arguments": [ { - "id": 13864, + "id": 13888, "name": "initialAuthority", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13861, - "src": "627:16:44", + "referencedDeclaration": 13882, + "src": "1067:16:44", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], - "id": 13865, + "id": 13889, "kind": "baseConstructorSpecifier", "modifierName": { - "id": 13863, + "id": 13887, "name": "AccessManaged", "nameLocations": [ - "613:13:44" + "1053:13:44" ], "nodeType": "IdentifierPath", "referencedDeclaration": 7116, - "src": "613:13:44" + "src": "1053:13:44" }, "nodeType": "ModifierInvocation", - "src": "613:31:44" + "src": "1053:31:44" } ], "name": "", "nameLocation": "-1:-1:-1", "nodeType": "FunctionDefinition", "parameters": { - "id": 13862, + "id": 13886, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 13861, + "id": 13882, "mutability": "mutable", "name": "initialAuthority", - "nameLocation": "590:16:44", + "nameLocation": "1005:16:44", "nodeType": "VariableDeclaration", - "scope": 13868, - "src": "582:24:44", + "scope": 13896, + "src": "997:24:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -176040,10 +176337,10 @@ "typeString": "address" }, "typeName": { - "id": 13860, + "id": 13881, "name": "address", "nodeType": "ElementaryTypeName", - "src": "582:7:44", + "src": "997:7:44", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", @@ -176051,18 +176348,55 @@ } }, "visibility": "internal" + }, + { + "constant": false, + "id": 13885, + "mutability": "mutable", + "name": "initialEAS", + "nameLocation": "1036:10:44", + "nodeType": "VariableDeclaration", + "scope": 13896, + "src": "1031:15:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + }, + "typeName": { + "id": 13884, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13883, + "name": "IEAS", + "nameLocations": [ + "1031:4:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2326, + "src": "1031:4:44" + }, + "referencedDeclaration": 2326, + "src": "1031:4:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "visibility": "internal" } ], - "src": "572:40:44" + "src": "987:65:44" }, "returnParameters": { - "id": 13866, + "id": 13890, "nodeType": "ParameterList", "parameters": [], - "src": "645:0:44" + "src": "1085:0:44" }, - "scope": 13982, - "src": "561:91:44", + "scope": 14205, + "src": "976:143:44", "stateMutability": "nonpayable", "virtual": false, "visibility": "public" @@ -176072,165 +176406,32 @@ 13786 ], "body": { - "id": 13892, + "id": 13909, "nodeType": "Block", - "src": "722:124:44", + "src": "1202:66:44", "statements": [ { "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 13875, - "name": "_checkValid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13954, - "src": "732:11:44", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$__$", - "typeString": "function () view" - } - }, - "id": 13876, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "732:13:44", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 13877, - "nodeType": "ExpressionStatement", - "src": "732:13:44" - }, - { - "expression": { - "id": 13884, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "baseExpression": { - "id": 13878, - "name": "permissions", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13859, - "src": "755:11:44", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_bool_$_$", - "typeString": "mapping(bytes32 => mapping(address => bool))" - } - }, - "id": 13881, - "indexExpression": { - "id": 13879, - "name": "key", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13870, - "src": "767:3:44", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "755:16:44", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", - "typeString": "mapping(address => bool)" - } - }, - "id": 13882, - "indexExpression": { - "id": 13880, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13872, - "src": "772:7:44", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "755:25:44", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "74727565", - "id": 13883, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "783:4:44", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "src": "755:32:44", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 13885, - "nodeType": "ExpressionStatement", - "src": "755:32:44" - }, - { - "eventCall": { "arguments": [ { - "id": 13887, - "name": "key", + "id": 13904, + "name": "attestation_uid", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13870, - "src": "820:3:44", + "referencedDeclaration": 13898, + "src": "1230:15:44", "typeDescriptions": { "typeIdentifier": "t_bytes32", "typeString": "bytes32" } }, { - "id": 13888, + "id": 13905, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13872, - "src": "825:7:44", + "referencedDeclaration": 13900, + "src": "1247:7:44", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" @@ -176238,14 +176439,14 @@ }, { "hexValue": "74727565", - "id": 13889, + "id": 13906, "isConstant": false, "isLValue": false, "isPure": true, "kind": "bool", "lValueRequested": false, "nodeType": "Literal", - "src": "834:4:44", + "src": "1256:4:44", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" @@ -176268,18 +176469,18 @@ "typeString": "bool" } ], - "id": 13886, - "name": "PermissionUpdated", + "id": 13903, + "name": "_updatePermission", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13779, - "src": "802:17:44", + "referencedDeclaration": 14023, + "src": "1212:17:44", "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_address_$_t_bool_$returns$__$", + "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_address_$_t_bool_$returns$__$", "typeString": "function (bytes32,address,bool)" } }, - "id": 13890, + "id": 13907, "isConstant": false, "isLValue": false, "isPure": false, @@ -176288,40 +176489,40 @@ "nameLocations": [], "names": [], "nodeType": "FunctionCall", - "src": "802:37:44", + "src": "1212:49:44", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, - "id": 13891, - "nodeType": "EmitStatement", - "src": "797:42:44" + "id": 13908, + "nodeType": "ExpressionStatement", + "src": "1212:49:44" } ] }, "functionSelector": "bc586456", - "id": 13893, + "id": 13910, "implemented": true, "kind": "function", "modifiers": [], "name": "grantPermission", - "nameLocation": "667:15:44", + "nameLocation": "1135:15:44", "nodeType": "FunctionDefinition", "parameters": { - "id": 13873, + "id": 13901, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 13870, + "id": 13898, "mutability": "mutable", - "name": "key", - "nameLocation": "691:3:44", + "name": "attestation_uid", + "nameLocation": "1159:15:44", "nodeType": "VariableDeclaration", - "scope": 13893, - "src": "683:11:44", + "scope": 13910, + "src": "1151:23:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -176329,10 +176530,10 @@ "typeString": "bytes32" }, "typeName": { - "id": 13869, + "id": 13897, "name": "bytes32", "nodeType": "ElementaryTypeName", - "src": "683:7:44", + "src": "1151:7:44", "typeDescriptions": { "typeIdentifier": "t_bytes32", "typeString": "bytes32" @@ -176342,13 +176543,13 @@ }, { "constant": false, - "id": 13872, + "id": 13900, "mutability": "mutable", "name": "account", - "nameLocation": "704:7:44", + "nameLocation": "1184:7:44", "nodeType": "VariableDeclaration", - "scope": 13893, - "src": "696:15:44", + "scope": 13910, + "src": "1176:15:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -176356,10 +176557,10 @@ "typeString": "address" }, "typeName": { - "id": 13871, + "id": 13899, "name": "address", "nodeType": "ElementaryTypeName", - "src": "696:7:44", + "src": "1176:7:44", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", @@ -176369,16 +176570,16 @@ "visibility": "internal" } ], - "src": "682:30:44" + "src": "1150:42:44" }, "returnParameters": { - "id": 13874, + "id": 13902, "nodeType": "ParameterList", "parameters": [], - "src": "722:0:44" + "src": "1202:0:44" }, - "scope": 13982, - "src": "658:188:44", + "scope": 14205, + "src": "1126:142:44", "stateMutability": "nonpayable", "virtual": false, "visibility": "external" @@ -176388,165 +176589,32 @@ 13793 ], "body": { - "id": 13918, + "id": 13924, "nodeType": "Block", - "src": "927:126:44", + "src": "1361:67:44", "statements": [ { "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 13901, - "name": "_checkValid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13954, - "src": "937:11:44", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$__$", - "typeString": "function () view" - } - }, - "id": 13902, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "937:13:44", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 13903, - "nodeType": "ExpressionStatement", - "src": "937:13:44" - }, - { - "expression": { - "id": 13910, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "baseExpression": { - "id": 13904, - "name": "permissions", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13859, - "src": "960:11:44", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_bool_$_$", - "typeString": "mapping(bytes32 => mapping(address => bool))" - } - }, - "id": 13907, - "indexExpression": { - "id": 13905, - "name": "key", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13895, - "src": "972:3:44", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "960:16:44", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", - "typeString": "mapping(address => bool)" - } - }, - "id": 13908, - "indexExpression": { - "id": 13906, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13897, - "src": "977:7:44", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "960:25:44", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "66616c7365", - "id": 13909, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "988:5:44", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "src": "960:33:44", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 13911, - "nodeType": "ExpressionStatement", - "src": "960:33:44" - }, - { - "eventCall": { "arguments": [ { - "id": 13913, - "name": "key", + "id": 13919, + "name": "attestation_uid", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13895, - "src": "1026:3:44", + "referencedDeclaration": 13912, + "src": "1389:15:44", "typeDescriptions": { "typeIdentifier": "t_bytes32", "typeString": "bytes32" } }, { - "id": 13914, + "id": 13920, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13897, - "src": "1031:7:44", + "referencedDeclaration": 13914, + "src": "1406:7:44", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" @@ -176554,14 +176622,14 @@ }, { "hexValue": "66616c7365", - "id": 13915, + "id": 13921, "isConstant": false, "isLValue": false, "isPure": true, "kind": "bool", "lValueRequested": false, "nodeType": "Literal", - "src": "1040:5:44", + "src": "1415:5:44", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" @@ -176584,18 +176652,18 @@ "typeString": "bool" } ], - "id": 13912, - "name": "PermissionUpdated", + "id": 13918, + "name": "_updatePermission", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13779, - "src": "1008:17:44", + "referencedDeclaration": 14023, + "src": "1371:17:44", "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_address_$_t_bool_$returns$__$", + "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_address_$_t_bool_$returns$__$", "typeString": "function (bytes32,address,bool)" } }, - "id": 13916, + "id": 13922, "isConstant": false, "isLValue": false, "isPure": false, @@ -176604,46 +176672,46 @@ "nameLocations": [], "names": [], "nodeType": "FunctionCall", - "src": "1008:38:44", + "src": "1371:50:44", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, - "id": 13917, - "nodeType": "EmitStatement", - "src": "1003:43:44" + "id": 13923, + "nodeType": "ExpressionStatement", + "src": "1371:50:44" } ] }, "functionSelector": "a6a8f17b", - "id": 13919, + "id": 13925, "implemented": true, "kind": "function", "modifiers": [], "name": "revokePermission", - "nameLocation": "862:16:44", + "nameLocation": "1284:16:44", "nodeType": "FunctionDefinition", "overrides": { - "id": 13899, + "id": 13916, "nodeType": "OverrideSpecifier", "overrides": [], - "src": "918:8:44" + "src": "1352:8:44" }, "parameters": { - "id": 13898, + "id": 13915, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 13895, + "id": 13912, "mutability": "mutable", - "name": "key", - "nameLocation": "887:3:44", + "name": "attestation_uid", + "nameLocation": "1309:15:44", "nodeType": "VariableDeclaration", - "scope": 13919, - "src": "879:11:44", + "scope": 13925, + "src": "1301:23:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -176651,10 +176719,10 @@ "typeString": "bytes32" }, "typeName": { - "id": 13894, + "id": 13911, "name": "bytes32", "nodeType": "ElementaryTypeName", - "src": "879:7:44", + "src": "1301:7:44", "typeDescriptions": { "typeIdentifier": "t_bytes32", "typeString": "bytes32" @@ -176664,13 +176732,13 @@ }, { "constant": false, - "id": 13897, + "id": 13914, "mutability": "mutable", "name": "account", - "nameLocation": "900:7:44", + "nameLocation": "1334:7:44", "nodeType": "VariableDeclaration", - "scope": 13919, - "src": "892:15:44", + "scope": 13925, + "src": "1326:15:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -176678,10 +176746,10 @@ "typeString": "address" }, "typeName": { - "id": 13896, + "id": 13913, "name": "address", "nodeType": "ElementaryTypeName", - "src": "892:7:44", + "src": "1326:7:44", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", @@ -176691,16 +176759,16 @@ "visibility": "internal" } ], - "src": "878:30:44" + "src": "1300:42:44" }, "returnParameters": { - "id": 13900, + "id": 13917, "nodeType": "ParameterList", "parameters": [], - "src": "927:0:44" + "src": "1361:0:44" }, - "scope": 13982, - "src": "853:200:44", + "scope": 14205, + "src": "1275:153:44", "stateMutability": "nonpayable", "virtual": false, "visibility": "external" @@ -176710,33 +176778,76 @@ 13802 ], "body": { - "id": 13935, + "id": 13973, "nodeType": "Block", - "src": "1149:49:44", + "src": "1528:375:44", "statements": [ { - "expression": { + "assignments": [ + 13937 + ], + "declarations": [ + { + "constant": false, + "id": 13937, + "mutability": "mutable", + "name": "permission", + "nameLocation": "1557:10:44", + "nodeType": "VariableDeclaration", + "scope": 13973, + "src": "1538:29:44", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission" + }, + "typeName": { + "id": 13936, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13935, + "name": "Permission", + "nameLocations": [ + "1538:10:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13870, + "src": "1538:10:44" + }, + "referencedDeclaration": 13870, + "src": "1538:10:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission" + } + }, + "visibility": "internal" + } + ], + "id": 13943, + "initialValue": { "baseExpression": { "baseExpression": { - "id": 13929, + "id": 13938, "name": "permissions", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13859, - "src": "1166:11:44", + "referencedDeclaration": 13880, + "src": "1570:11:44", "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_bool_$_$", - "typeString": "mapping(bytes32 => mapping(address => bool))" + "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_struct$_Permission_$13870_storage_$_$", + "typeString": "mapping(bytes32 => mapping(address => struct OIDPermissionManager.Permission storage ref))" } }, - "id": 13931, + "id": 13940, "indexExpression": { - "id": 13930, + "id": 13939, "name": "key", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13921, - "src": "1178:3:44", + "referencedDeclaration": 13927, + "src": "1582:3:44", "typeDescriptions": { "typeIdentifier": "t_bytes32", "typeString": "bytes32" @@ -176747,20 +176858,20 @@ "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", - "src": "1166:16:44", + "src": "1570:16:44", "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", - "typeString": "mapping(address => bool)" + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Permission_$13870_storage_$", + "typeString": "mapping(address => struct OIDPermissionManager.Permission storage ref)" } }, - "id": 13933, + "id": 13942, "indexExpression": { - "id": 13932, + "id": 13941, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13923, - "src": "1183:7:44", + "referencedDeclaration": 13929, + "src": "1587:7:44", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" @@ -176771,46 +176882,420 @@ "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", - "src": "1166:25:44", + "src": "1570:25:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage", + "typeString": "struct OIDPermissionManager.Permission storage ref" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1538:57:44" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 13951, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13947, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "1609:30:44", + "subExpression": { + "arguments": [ + { + "id": 13945, + "name": "permission", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13937, + "src": "1628:10:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission storage pointer" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission storage pointer" + } + ], + "id": 13944, + "name": "_permissionExists", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14089, + "src": "1610:17:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_struct$_Permission_$13870_storage_ptr_$returns$_t_bool_$", + "typeString": "function (struct OIDPermissionManager.Permission storage pointer) view returns (bool)" + } + }, + "id": 13946, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1610:29:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "id": 13950, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "1643:19:44", + "subExpression": { + "expression": { + "id": 13948, + "name": "permission", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13937, + "src": "1644:10:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission storage pointer" + } + }, + "id": 13949, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1655:7:44", + "memberName": "granted", + "nodeType": "MemberAccess", + "referencedDeclaration": 13867, + "src": "1644:18:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "1609:53:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 13955, + "nodeType": "IfStatement", + "src": "1605:96:44", + "trueBody": { + "id": 13954, + "nodeType": "Block", + "src": "1664:37:44", + "statements": [ + { + "expression": { + "hexValue": "66616c7365", + "id": 13952, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1685:5:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "functionReturnParameters": 13934, + "id": 13953, + "nodeType": "Return", + "src": "1678:12:44" + } + ] + } + }, + { + "assignments": [ + 13958 + ], + "declarations": [ + { + "constant": false, + "id": 13958, + "mutability": "mutable", + "name": "attestation", + "nameLocation": "1729:11:44", + "nodeType": "VariableDeclaration", + "scope": 13973, + "src": "1710:30:44", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation" + }, + "typeName": { + "id": 13957, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13956, + "name": "Attestation", + "nameLocations": [ + "1710:11:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "1710:11:44" + }, + "referencedDeclaration": 49, + "src": "1710:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + } + ], + "id": 13963, + "initialValue": { + "arguments": [ + { + "expression": { + "id": 13960, + "name": "permission", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13937, + "src": "1759:10:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission storage pointer" + } + }, + "id": 13961, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1770:15:44", + "memberName": "attestation_uid", + "nodeType": "MemberAccess", + "referencedDeclaration": 13869, + "src": "1759:26:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 13959, + "name": "_getAttestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14144, + "src": "1743:15:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$_t_struct$_Attestation_$49_memory_ptr_$", + "typeString": "function (bytes32) view returns (struct Attestation memory)" + } + }, + "id": 13962, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1743:43:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1710:76:44" + }, + { + "condition": { + "arguments": [ + { + "id": 13965, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13958, + "src": "1822:11:44", + "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" + } + ], + "id": 13964, + "name": "_isAttestationRevoked", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14173, + "src": "1800:21:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bool_$", + "typeString": "function (struct Attestation memory) pure returns (bool)" + } + }, + "id": 13966, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1800:34:44", + "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, - "functionReturnParameters": 13928, - "id": 13934, + "id": 13970, + "nodeType": "IfStatement", + "src": "1796:77:44", + "trueBody": { + "id": 13969, + "nodeType": "Block", + "src": "1836:37:44", + "statements": [ + { + "expression": { + "hexValue": "66616c7365", + "id": 13967, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1857:5:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "functionReturnParameters": 13934, + "id": 13968, + "nodeType": "Return", + "src": "1850:12:44" + } + ] + } + }, + { + "expression": { + "hexValue": "74727565", + "id": 13971, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1892:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 13934, + "id": 13972, "nodeType": "Return", - "src": "1159:32:44" + "src": "1885:11:44" } ] }, "functionSelector": "28545c0d", - "id": 13936, + "id": 13974, "implemented": true, "kind": "function", "modifiers": [], "name": "hasPermission", - "nameLocation": "1068:13:44", + "nameLocation": "1447:13:44", "nodeType": "FunctionDefinition", "overrides": { - "id": 13925, + "id": 13931, "nodeType": "OverrideSpecifier", "overrides": [], - "src": "1125:8:44" + "src": "1504:8:44" }, "parameters": { - "id": 13924, + "id": 13930, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 13921, + "id": 13927, "mutability": "mutable", "name": "key", - "nameLocation": "1090:3:44", + "nameLocation": "1469:3:44", "nodeType": "VariableDeclaration", - "scope": 13936, - "src": "1082:11:44", + "scope": 13974, + "src": "1461:11:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -176818,10 +177303,10 @@ "typeString": "bytes32" }, "typeName": { - "id": 13920, + "id": 13926, "name": "bytes32", "nodeType": "ElementaryTypeName", - "src": "1082:7:44", + "src": "1461:7:44", "typeDescriptions": { "typeIdentifier": "t_bytes32", "typeString": "bytes32" @@ -176831,13 +177316,13 @@ }, { "constant": false, - "id": 13923, + "id": 13929, "mutability": "mutable", "name": "account", - "nameLocation": "1102:7:44", + "nameLocation": "1481:7:44", "nodeType": "VariableDeclaration", - "scope": 13936, - "src": "1094:15:44", + "scope": 13974, + "src": "1473:15:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -176845,10 +177330,10 @@ "typeString": "address" }, "typeName": { - "id": 13922, + "id": 13928, "name": "address", "nodeType": "ElementaryTypeName", - "src": "1094:7:44", + "src": "1473:7:44", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", @@ -176858,21 +177343,21 @@ "visibility": "internal" } ], - "src": "1081:29:44" + "src": "1460:29:44" }, "returnParameters": { - "id": 13928, + "id": 13934, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 13927, + "id": 13933, "mutability": "mutable", "name": "", "nameLocation": "-1:-1:-1", "nodeType": "VariableDeclaration", - "scope": 13936, - "src": "1143:4:44", + "scope": 13974, + "src": "1522:4:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -176880,10 +177365,10 @@ "typeString": "bool" }, "typeName": { - "id": 13926, + "id": 13932, "name": "bool", "nodeType": "ElementaryTypeName", - "src": "1143:4:44", + "src": "1522:4:44", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" @@ -176892,70 +177377,151 @@ "visibility": "internal" } ], - "src": "1142:6:44" + "src": "1521:6:44" }, - "scope": 13982, - "src": "1059:139:44", + "scope": 14205, + "src": "1438:465:44", "stateMutability": "view", "virtual": false, "visibility": "external" }, { "body": { - "id": 13953, + "id": 14022, "nodeType": "Block", - "src": "1242:135:44", + "src": "2002:420:44", "statements": [ { "assignments": [ - 13940 + 13985 ], "declarations": [ { "constant": false, - "id": 13940, + "id": 13985, "mutability": "mutable", - "name": "valid", - "nameLocation": "1257:5:44", + "name": "attestation", + "nameLocation": "2031:11:44", "nodeType": "VariableDeclaration", - "scope": 13953, - "src": "1252:10:44", + "scope": 14022, + "src": "2012:30:44", "stateVariable": false, - "storageLocation": "default", + "storageLocation": "memory", "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation" }, "typeName": { - "id": 13939, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1252:4:44", + "id": 13984, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13983, + "name": "Attestation", + "nameLocations": [ + "2012:11:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "2012:11:44" + }, + "referencedDeclaration": 49, + "src": "2012:11:44", "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" } }, "visibility": "internal" } ], - "id": 13943, + "id": 13989, "initialValue": { - "arguments": [], + "arguments": [ + { + "id": 13987, + "name": "attestation_uid", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13976, + "src": "2061:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], "expression": { - "argumentTypes": [], - "id": 13941, - "name": "_isPermissionManager", + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 13986, + "name": "_getAttestation", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13981, - "src": "1265:20:44", + "referencedDeclaration": 14144, + "src": "2045:15:44", "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bool_$", - "typeString": "function () view returns (bool)" + "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$_t_struct$_Attestation_$49_memory_ptr_$", + "typeString": "function (bytes32) view returns (struct Attestation memory)" } }, - "id": 13942, + "id": 13988, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2045:32:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2012:65:44" + }, + { + "condition": { + "arguments": [ + { + "id": 13991, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13985, + "src": "2113:11:44", + "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" + } + ], + "id": 13990, + "name": "_isAttestationRevoked", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14173, + "src": "2091:21:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bool_$", + "typeString": "function (struct Attestation memory) pure returns (bool)" + } + }, + "id": 13992, "isConstant": false, "isLValue": false, "isPure": false, @@ -176964,77 +177530,684 @@ "nameLocations": [], "names": [], "nodeType": "FunctionCall", - "src": "1265:22:44", + "src": "2091:34:44", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, + "id": 13998, + "nodeType": "IfStatement", + "src": "2087:107:44", + "trueBody": { + "id": 13997, + "nodeType": "Block", + "src": "2127:67:44", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 13994, + "name": "attestation_uid", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13976, + "src": "2167:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 13993, + "name": "AttestationRevoked", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13865, + "src": "2148:18:44", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", + "typeString": "function (bytes32) pure returns (error)" + } + }, + "id": 13995, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2148:35:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 13996, + "nodeType": "RevertStatement", + "src": "2141:42:44" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 14000, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13985, + "src": "2226:11:44", + "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" + } + ], + "id": 13999, + "name": "_checkAuthorization", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14045, + "src": "2206:19:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_struct$_Attestation_$49_memory_ptr_$returns$__$", + "typeString": "function (struct Attestation memory) view" + } + }, + "id": 14001, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2206:32:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 14002, + "nodeType": "ExpressionStatement", + "src": "2206:32:44" + }, + { + "assignments": [ + 14004 + ], + "declarations": [ + { + "constant": false, + "id": 14004, + "mutability": "mutable", + "name": "key", + "nameLocation": "2256:3:44", + "nodeType": "VariableDeclaration", + "scope": 14022, + "src": "2248:11:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 14003, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2248:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "id": 14008, + "initialValue": { + "arguments": [ + { + "id": 14006, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13985, + "src": "2284:11:44", + "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" + } + ], + "id": 14005, + "name": "_decodeAttestationKey", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14204, + "src": "2262:21:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (struct Attestation memory) pure returns (bytes32)" + } + }, + "id": 14007, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2262:34:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, "nodeType": "VariableDeclarationStatement", - "src": "1252:35:44" + "src": "2248:48:44" }, { - "condition": { - "id": 13945, + "expression": { + "arguments": [ + { + "id": 14010, + "name": "key", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14004, + "src": "2321:3:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 14011, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13978, + "src": "2326:7:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 14012, + "name": "granted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13980, + "src": "2335:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 14013, + "name": "attestation_uid", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13976, + "src": "2344:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 14009, + "name": "_setPermission", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14112, + "src": "2306:14:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_address_$_t_bool_$_t_bytes32_$returns$__$", + "typeString": "function (bytes32,address,bool,bytes32)" + } + }, + "id": 14014, "isConstant": false, "isLValue": false, "isPure": false, + "kind": "functionCall", "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "1301:6:44", - "subExpression": { - "id": 13944, - "name": "valid", + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2306:54:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 14015, + "nodeType": "ExpressionStatement", + "src": "2306:54:44" + }, + { + "eventCall": { + "arguments": [ + { + "id": 14017, + "name": "key", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14004, + "src": "2393:3:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 14018, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13978, + "src": "2398:7:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 14019, + "name": "granted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13980, + "src": "2407:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "id": 14016, + "name": "PermissionUpdated", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13940, - "src": "1302:5:44", + "referencedDeclaration": 13779, + "src": "2375:17:44", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_address_$_t_bool_$returns$__$", + "typeString": "function (bytes32,address,bool)" + } + }, + "id": 14020, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2375:40:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 14021, + "nodeType": "EmitStatement", + "src": "2370:45:44" + } + ] + }, + "id": 14023, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_updatePermission", + "nameLocation": "1919:17:44", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13981, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13976, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "1945:15:44", + "nodeType": "VariableDeclaration", + "scope": 14023, + "src": "1937:23:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13975, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1937:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13978, + "mutability": "mutable", + "name": "account", + "nameLocation": "1970:7:44", + "nodeType": "VariableDeclaration", + "scope": 14023, + "src": "1962:15:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 13977, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1962:7:44", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13980, + "mutability": "mutable", + "name": "granted", + "nameLocation": "1984:7:44", + "nodeType": "VariableDeclaration", + "scope": 14023, + "src": "1979:12:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 13979, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1979:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "1936:56:44" + }, + "returnParameters": { + "id": 13982, + "nodeType": "ParameterList", + "parameters": [], + "src": "2002:0:44" + }, + "scope": 14205, + "src": "1910:512:44", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 14044, + "nodeType": "Block", + "src": "2503:142:44", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 14036, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 14032, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "2515:37:44", + "subExpression": { + "arguments": [ + { + "id": 14030, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14026, + "src": "2540:11:44", + "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" + } + ], + "id": 14029, + "name": "_isAttestationRecipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14159, + "src": "2516:23:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bool_$", + "typeString": "function (struct Attestation memory) view returns (bool)" + } + }, + "id": 14031, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2516:36:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "id": 14035, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "2556:23:44", + "subExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 14033, + "name": "_isPermissionManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14072, + "src": "2557:20:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_bool_$", + "typeString": "function () view returns (bool)" + } + }, + "id": 14034, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2557:22:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, + "src": "2515:64:44", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, - "id": 13952, + "id": 14043, "nodeType": "IfStatement", - "src": "1297:74:44", + "src": "2511:128:44", "trueBody": { - "id": 13951, + "id": 14042, "nodeType": "Block", - "src": "1309:62:44", + "src": "2581:58:44", "statements": [ { "errorCall": { "arguments": [ { "expression": { - "id": 13947, + "id": 14038, "name": "msg", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -15, - "src": "1349:3:44", + "src": "2619:3:44", "typeDescriptions": { "typeIdentifier": "t_magic_message", "typeString": "msg" } }, - "id": 13948, + "id": 14039, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, - "memberLocation": "1353:6:44", + "memberLocation": "2623:6:44", "memberName": "sender", "nodeType": "MemberAccess", - "src": "1349:10:44", + "src": "2619:10:44", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" @@ -177048,18 +178221,18 @@ "typeString": "address" } ], - "id": 13946, + "id": 14037, "name": "UnauthorizedAccess", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13853, - "src": "1330:18:44", + "referencedDeclaration": 13857, + "src": "2600:18:44", "typeDescriptions": { "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", "typeString": "function (address) pure returns (error)" } }, - "id": 13949, + "id": 14040, "isConstant": false, "isLValue": false, "isPure": false, @@ -177068,67 +178241,105 @@ "nameLocations": [], "names": [], "nodeType": "FunctionCall", - "src": "1330:30:44", + "src": "2600:30:44", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_error", "typeString": "error" } }, - "id": 13950, + "id": 14041, "nodeType": "RevertStatement", - "src": "1323:37:44" + "src": "2593:37:44" } ] } } ] }, - "id": 13954, + "id": 14045, "implemented": true, "kind": "function", "modifiers": [], - "name": "_checkValid", - "nameLocation": "1214:11:44", + "name": "_checkAuthorization", + "nameLocation": "2437:19:44", "nodeType": "FunctionDefinition", "parameters": { - "id": 13937, + "id": 14027, "nodeType": "ParameterList", - "parameters": [], - "src": "1225:2:44" + "parameters": [ + { + "constant": false, + "id": 14026, + "mutability": "mutable", + "name": "attestation", + "nameLocation": "2476:11:44", + "nodeType": "VariableDeclaration", + "scope": 14045, + "src": "2457:30:44", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation" + }, + "typeName": { + "id": 14025, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14024, + "name": "Attestation", + "nameLocations": [ + "2457:11:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "2457:11:44" + }, + "referencedDeclaration": 49, + "src": "2457:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + } + ], + "src": "2456:32:44" }, "returnParameters": { - "id": 13938, + "id": 14028, "nodeType": "ParameterList", "parameters": [], - "src": "1242:0:44" + "src": "2503:0:44" }, - "scope": 13982, - "src": "1205:172:44", + "scope": 14205, + "src": "2428:217:44", "stateMutability": "view", "virtual": false, "visibility": "internal" }, { "body": { - "id": 13980, + "id": 14071, "nodeType": "Block", - "src": "1445:221:44", + "src": "2713:221:44", "statements": [ { "assignments": [ - 13961 + 14052 ], "declarations": [ { "constant": false, - "id": 13961, + "id": 14052, "mutability": "mutable", "name": "access", - "nameLocation": "1472:6:44", + "nameLocation": "2740:6:44", "nodeType": "VariableDeclaration", - "scope": 13980, - "src": "1455:23:44", + "scope": 14071, + "src": "2723:23:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -177136,20 +178347,20 @@ "typeString": "contract OIDAccessManager" }, "typeName": { - "id": 13960, + "id": 14051, "nodeType": "UserDefinedTypeName", "pathNode": { - "id": 13959, + "id": 14050, "name": "OIDAccessManager", "nameLocations": [ - "1455:16:44" + "2723:16:44" ], "nodeType": "IdentifierPath", "referencedDeclaration": 13835, - "src": "1455:16:44" + "src": "2723:16:44" }, "referencedDeclaration": 13835, - "src": "1455:16:44", + "src": "2723:16:44", "typeDescriptions": { "typeIdentifier": "t_contract$_OIDAccessManager_$13835", "typeString": "contract OIDAccessManager" @@ -177158,25 +178369,25 @@ "visibility": "internal" } ], - "id": 13966, + "id": 14057, "initialValue": { "arguments": [ { "arguments": [], "expression": { "argumentTypes": [], - "id": 13963, + "id": 14054, "name": "authority", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 6984, - "src": "1498:9:44", + "src": "2766:9:44", "typeDescriptions": { "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", "typeString": "function () view returns (address)" } }, - "id": 13964, + "id": 14055, "isConstant": false, "isLValue": false, "isPure": false, @@ -177185,7 +178396,7 @@ "nameLocations": [], "names": [], "nodeType": "FunctionCall", - "src": "1498:11:44", + "src": "2766:11:44", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_address", @@ -177200,18 +178411,18 @@ "typeString": "address" } ], - "id": 13962, + "id": 14053, "name": "OIDAccessManager", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 13835, - "src": "1481:16:44", + "src": "2749:16:44", "typeDescriptions": { "typeIdentifier": "t_type$_t_contract$_OIDAccessManager_$13835_$", "typeString": "type(contract OIDAccessManager)" } }, - "id": 13965, + "id": 14056, "isConstant": false, "isLValue": false, "isPure": false, @@ -177220,7 +178431,7 @@ "nameLocations": [], "names": [], "nodeType": "FunctionCall", - "src": "1481:29:44", + "src": "2749:29:44", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_contract$_OIDAccessManager_$13835", @@ -177228,23 +178439,23 @@ } }, "nodeType": "VariableDeclarationStatement", - "src": "1455:55:44" + "src": "2723:55:44" }, { "assignments": [ - 13968, + 14059, null ], "declarations": [ { "constant": false, - "id": 13968, + "id": 14059, "mutability": "mutable", "name": "isMember", - "nameLocation": "1526:8:44", + "nameLocation": "2794:8:44", "nodeType": "VariableDeclaration", - "scope": 13980, - "src": "1521:13:44", + "scope": 14071, + "src": "2789:13:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -177252,10 +178463,10 @@ "typeString": "bool" }, "typeName": { - "id": 13967, + "id": 14058, "name": "bool", "nodeType": "ElementaryTypeName", - "src": "1521:4:44", + "src": "2789:4:44", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" @@ -177265,7 +178476,7 @@ }, null ], - "id": 13977, + "id": 14068, "initialValue": { "arguments": [ { @@ -177273,33 +178484,33 @@ "expression": { "argumentTypes": [], "expression": { - "id": 13971, + "id": 14062, "name": "access", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13961, - "src": "1568:6:44", + "referencedDeclaration": 14052, + "src": "2836:6:44", "typeDescriptions": { "typeIdentifier": "t_contract$_OIDAccessManager_$13835", "typeString": "contract OIDAccessManager" } }, - "id": 13972, + "id": 14063, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, - "memberLocation": "1575:23:44", + "memberLocation": "2843:23:44", "memberName": "PERMISSION_MANAGER_ROLE", "nodeType": "MemberAccess", "referencedDeclaration": 13823, - "src": "1568:30:44", + "src": "2836:30:44", "typeDescriptions": { "typeIdentifier": "t_function_external_view$__$returns$_t_uint64_$", "typeString": "function () view external returns (uint64)" } }, - "id": 13973, + "id": 14064, "isConstant": false, "isLValue": false, "isPure": false, @@ -177308,7 +178519,7 @@ "nameLocations": [], "names": [], "nodeType": "FunctionCall", - "src": "1568:32:44", + "src": "2836:32:44", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_uint64", @@ -177317,26 +178528,26 @@ }, { "expression": { - "id": 13974, + "id": 14065, "name": "msg", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -15, - "src": "1614:3:44", + "src": "2882:3:44", "typeDescriptions": { "typeIdentifier": "t_magic_message", "typeString": "msg" } }, - "id": 13975, + "id": 14066, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, - "memberLocation": "1618:6:44", + "memberLocation": "2886:6:44", "memberName": "sender", "nodeType": "MemberAccess", - "src": "1614:10:44", + "src": "2882:10:44", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" @@ -177355,33 +178566,33 @@ } ], "expression": { - "id": 13969, + "id": 14060, "name": "access", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13961, - "src": "1540:6:44", + "referencedDeclaration": 14052, + "src": "2808:6:44", "typeDescriptions": { "typeIdentifier": "t_contract$_OIDAccessManager_$13835", "typeString": "contract OIDAccessManager" } }, - "id": 13970, + "id": 14061, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, - "memberLocation": "1547:7:44", + "memberLocation": "2815:7:44", "memberName": "hasRole", "nodeType": "MemberAccess", "referencedDeclaration": 4898, - "src": "1540:14:44", + "src": "2808:14:44", "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": 13976, + "id": 14067, "isConstant": false, "isLValue": false, "isPure": false, @@ -177390,7 +178601,7 @@ "nameLocations": [], "names": [], "nodeType": "FunctionCall", - "src": "1540:94:44", + "src": "2808:94:44", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", @@ -177398,54 +178609,54 @@ } }, "nodeType": "VariableDeclarationStatement", - "src": "1520:114:44" + "src": "2788:114:44" }, { "expression": { - "id": 13978, + "id": 14069, "name": "isMember", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 13968, - "src": "1651:8:44", + "referencedDeclaration": 14059, + "src": "2919:8:44", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, - "functionReturnParameters": 13958, - "id": 13979, + "functionReturnParameters": 14049, + "id": 14070, "nodeType": "Return", - "src": "1644:15:44" + "src": "2912:15:44" } ] }, - "id": 13981, + "id": 14072, "implemented": true, "kind": "function", "modifiers": [], "name": "_isPermissionManager", - "nameLocation": "1393:20:44", + "nameLocation": "2661:20:44", "nodeType": "FunctionDefinition", "parameters": { - "id": 13955, + "id": 14046, "nodeType": "ParameterList", "parameters": [], - "src": "1413:2:44" + "src": "2681:2:44" }, "returnParameters": { - "id": 13958, + "id": 14049, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 13957, + "id": 14048, "mutability": "mutable", "name": "", "nameLocation": "-1:-1:-1", "nodeType": "VariableDeclaration", - "scope": 13981, - "src": "1439:4:44", + "scope": 14072, + "src": "2707:4:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -177453,10 +178664,10 @@ "typeString": "bool" }, "typeName": { - "id": 13956, + "id": 14047, "name": "bool", "nodeType": "ElementaryTypeName", - "src": "1439:4:44", + "src": "2707:4:44", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" @@ -177465,477 +178676,433 @@ "visibility": "internal" } ], - "src": "1438:6:44" + "src": "2706:6:44" }, - "scope": 13982, - "src": "1384:282:44", + "scope": 14205, + "src": "2652:282:44", "stateMutability": "view", "virtual": false, "visibility": "internal" - } - ], - "scope": 13983, - "src": "366:1303:44", - "usedErrors": [ - 7209, - 7215, - 7219, - 13853 - ], - "usedEvents": [ - 7205, - 13779 - ] - } - ], - "src": "39:1631:44" - }, - "id": 44 - }, - "contracts/OIDResolver.sol": { - "ast": { - "absolutePath": "contracts/OIDResolver.sol", - "exportedSymbols": { - "AccessManagedUpgradeable": [ - 4409 - ], - "Attestation": [ - 49 - ], - "IEAS": [ - 2326 - ], - "OIDAccessManager": [ - 13835 - ], - "OIDResolver": [ - 14108 - ], - "SchemaResolver": [ - 4161 - ] - }, - "id": 14109, - "license": "UNLICENSED", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 13984, - "literals": [ - "solidity", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "39:23:45" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol", - "file": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol", - "id": 13986, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 14109, - "sourceUnit": 4410, - "src": "109:121:45", - "symbolAliases": [ - { - "foreign": { - "id": 13985, - "name": "AccessManagedUpgradeable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4409, - "src": "117:24:45", - "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": 13988, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 14109, - "sourceUnit": 2327, - "src": "231:84:45", - "symbolAliases": [ - { - "foreign": { - "id": 13987, - "name": "IEAS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2326, - "src": "239:4:45", - "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": 13990, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 14109, - "sourceUnit": 66, - "src": "316:93:45", - "symbolAliases": [ - { - "foreign": { - "id": 13989, - "name": "Attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 49, - "src": "324:11:45", - "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": 13992, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 14109, - "sourceUnit": 4162, - "src": "410:113:45", - "symbolAliases": [ - { - "foreign": { - "id": 13991, - "name": "SchemaResolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4161, - "src": "418:14:45", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "contracts/OIDAccessManager.sol", - "file": "./OIDAccessManager.sol", - "id": 13994, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 14109, - "sourceUnit": 13836, - "src": "524:56:45", - "symbolAliases": [ - { - "foreign": { - "id": 13993, - "name": "OIDAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13835, - "src": "532:16:45", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 13995, - "name": "SchemaResolver", - "nameLocations": [ - "606:14:45" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4161, - "src": "606:14:45" - }, - "id": 13996, - "nodeType": "InheritanceSpecifier", - "src": "606:14:45" }, { - "baseName": { - "id": 13997, - "name": "AccessManagedUpgradeable", - "nameLocations": [ - "622:24:45" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4409, - "src": "622:24:45" + "body": { + "id": 14088, + "nodeType": "Block", + "src": "3028:64:44", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 14086, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 14080, + "name": "permission", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14075, + "src": "3045:10:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission storage pointer" + } + }, + "id": 14081, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3056:15:44", + "memberName": "attestation_uid", + "nodeType": "MemberAccess", + "referencedDeclaration": 13869, + "src": "3045:26:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 14084, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3083:1:44", + "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": 14083, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3075:7:44", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 14082, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3075:7:44", + "typeDescriptions": {} + } + }, + "id": 14085, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3075:10:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "3045:40:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 14079, + "id": 14087, + "nodeType": "Return", + "src": "3038:47:44" + } + ] }, - "id": 13998, - "nodeType": "InheritanceSpecifier", - "src": "622:24:45" - } - ], - "canonicalName": "OIDResolver", - "contractDependencies": [], - "contractKind": "contract", - "fullyImplemented": true, - "id": 14108, - "linearizedBaseContracts": [ - 14108, - 4409, - 7238, - 6828, - 6782, - 4161, - 2588, - 3834, - 2389 - ], - "name": "OIDResolver", - "nameLocation": "591:11:45", - "nodeType": "ContractDefinition", - "nodes": [ - { - "errorSelector": "93693b7a", - "id": 14002, - "name": "UnauthorizedAttester", - "nameLocation": "659:20:45", - "nodeType": "ErrorDefinition", + "id": 14089, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_permissionExists", + "nameLocation": "2950:17:44", + "nodeType": "FunctionDefinition", "parameters": { - "id": 14001, + "id": 14076, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 14000, + "id": 14075, "mutability": "mutable", - "name": "attester", - "nameLocation": "688:8:45", + "name": "permission", + "nameLocation": "2987:10:44", "nodeType": "VariableDeclaration", - "scope": 14002, - "src": "680:16:45", + "scope": 14089, + "src": "2968:29:44", "stateVariable": false, - "storageLocation": "default", + "storageLocation": "storage", "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission" }, "typeName": { - "id": 13999, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "680:7:45", - "stateMutability": "nonpayable", + "id": 14074, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14073, + "name": "Permission", + "nameLocations": [ + "2968:10:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13870, + "src": "2968:10:44" + }, + "referencedDeclaration": 13870, + "src": "2968:10:44", "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission" } }, "visibility": "internal" } ], - "src": "679:18:45" - }, - "src": "653:45:45" - }, - { - "body": { - "id": 14011, - "nodeType": "Block", - "src": "760:2:45", - "statements": [] + "src": "2967:31:44" }, - "id": 14012, - "implemented": true, - "kind": "constructor", - "modifiers": [ - { - "arguments": [ - { - "id": 14008, - "name": "initialEAS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 14005, - "src": "748:10:45", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - } - ], - "id": 14009, - "kind": "baseConstructorSpecifier", - "modifierName": { - "id": 14007, - "name": "SchemaResolver", - "nameLocations": [ - "733:14:45" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4161, - "src": "733:14:45" - }, - "nodeType": "ModifierInvocation", - "src": "733:26:45" - } - ], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 14006, + "returnParameters": { + "id": 14079, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 14005, + "id": 14078, "mutability": "mutable", - "name": "initialEAS", - "nameLocation": "721:10:45", + "name": "", + "nameLocation": "-1:-1:-1", "nodeType": "VariableDeclaration", - "scope": 14012, - "src": "716:15:45", + "scope": 14089, + "src": "3022:4:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" + "typeIdentifier": "t_bool", + "typeString": "bool" }, "typeName": { - "id": 14004, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 14003, - "name": "IEAS", - "nameLocations": [ - "716:4:45" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2326, - "src": "716:4:45" - }, - "referencedDeclaration": 2326, - "src": "716:4:45", + "id": 14077, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3022:4:44", "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" + "typeIdentifier": "t_bool", + "typeString": "bool" } }, "visibility": "internal" } ], - "src": "715:17:45" - }, - "returnParameters": { - "id": 14010, - "nodeType": "ParameterList", - "parameters": [], - "src": "760:0:45" + "src": "3021:6:44" }, - "scope": 14108, - "src": "704:58:45", - "stateMutability": "nonpayable", + "scope": 14205, + "src": "2941:151:44", + "stateMutability": "view", "virtual": false, - "visibility": "public" + "visibility": "internal" }, { "body": { - "id": 14021, + "id": 14111, "nodeType": "Block", - "src": "809:52:45", + "src": "3222:132:44", "statements": [ { "expression": { - "arguments": [ - { - "id": 14017, - "name": "attester", + "id": 14109, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "baseExpression": { + "id": 14100, + "name": "permissions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13880, + "src": "3233:11:44", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_struct$_Permission_$13870_storage_$_$", + "typeString": "mapping(bytes32 => mapping(address => struct OIDPermissionManager.Permission storage ref))" + } + }, + "id": 14103, + "indexExpression": { + "id": 14101, + "name": "key", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14091, + "src": "3245:3:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3233:16:44", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Permission_$13870_storage_$", + "typeString": "mapping(address => struct OIDPermissionManager.Permission storage ref)" + } + }, + "id": 14104, + "indexExpression": { + "id": 14102, + "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 14014, - "src": "834:8:45", + "referencedDeclaration": 14093, + "src": "3250:7:44", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "3233:25:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage", + "typeString": "struct OIDPermissionManager.Permission storage ref" } - ], - "expression": { - "argumentTypes": [ + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ { - "typeIdentifier": "t_address", - "typeString": "address" + "id": 14106, + "name": "granted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14095, + "src": "3291:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 14107, + "name": "attestation_uid", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14097, + "src": "3325:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } } ], - "id": 14016, - "name": "_checkAttester", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 14107, - "src": "819:14:45", + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 14105, + "name": "Permission", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13870, + "src": "3261:10:44", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_struct$_Permission_$13870_storage_ptr_$", + "typeString": "type(struct OIDPermissionManager.Permission storage pointer)" + } + }, + "id": 14108, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "structConstructorCall", + "lValueRequested": false, + "nameLocations": [ + "3282:7:44", + "3308:15:44" + ], + "names": [ + "granted", + "attestation_uid" + ], + "nodeType": "FunctionCall", + "src": "3261:86:44", + "tryCall": false, "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" + "typeIdentifier": "t_struct$_Permission_$13870_memory_ptr", + "typeString": "struct OIDPermissionManager.Permission memory" } }, - "id": 14018, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "819:24:45", - "tryCall": false, + "src": "3233:114:44", "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" + "typeIdentifier": "t_struct$_Permission_$13870_storage", + "typeString": "struct OIDPermissionManager.Permission storage ref" } }, - "id": 14019, + "id": 14110, "nodeType": "ExpressionStatement", - "src": "819:24:45" - }, - { - "id": 14020, - "nodeType": "PlaceholderStatement", - "src": "853:1:45" + "src": "3233:114:44" } ] }, - "id": 14022, - "name": "checkAttester", - "nameLocation": "777:13:45", - "nodeType": "ModifierDefinition", + "id": 14112, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_setPermission", + "nameLocation": "3107:14:44", + "nodeType": "FunctionDefinition", "parameters": { - "id": 14015, + "id": 14098, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 14014, + "id": 14091, "mutability": "mutable", - "name": "attester", - "nameLocation": "799:8:45", + "name": "key", + "nameLocation": "3135:3:44", "nodeType": "VariableDeclaration", - "scope": 14022, - "src": "791:16:45", + "scope": 14112, + "src": "3127:11:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 14090, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3127:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 14093, + "mutability": "mutable", + "name": "account", + "nameLocation": "3152:7:44", + "nodeType": "VariableDeclaration", + "scope": 14112, + "src": "3144:15:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -177943,10 +179110,10 @@ "typeString": "address" }, "typeName": { - "id": 14013, + "id": 14092, "name": "address", "nodeType": "ElementaryTypeName", - "src": "791:7:45", + "src": "3144:7:44", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", @@ -177954,55 +179121,176 @@ } }, "visibility": "internal" + }, + { + "constant": false, + "id": 14095, + "mutability": "mutable", + "name": "granted", + "nameLocation": "3170:7:44", + "nodeType": "VariableDeclaration", + "scope": 14112, + "src": "3165:12:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 14094, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3165:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 14097, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "3191:15:44", + "nodeType": "VariableDeclaration", + "scope": 14112, + "src": "3183:23:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 14096, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3183:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" } ], - "src": "790:18:45" + "src": "3121:91:44" }, - "src": "768:93:45", + "returnParameters": { + "id": 14099, + "nodeType": "ParameterList", + "parameters": [], + "src": "3222:0:44" + }, + "scope": 14205, + "src": "3098:256:44", + "stateMutability": "nonpayable", "virtual": false, "visibility": "internal" }, { "body": { - "id": 14033, + "id": 14143, "nodeType": "Block", - "src": "932:55:45", + "src": "3452:231:44", "statements": [ { - "expression": { + "assignments": [ + 14122 + ], + "declarations": [ + { + "constant": false, + "id": 14122, + "mutability": "mutable", + "name": "attestation", + "nameLocation": "3481:11:44", + "nodeType": "VariableDeclaration", + "scope": 14143, + "src": "3462:30:44", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation" + }, + "typeName": { + "id": 14121, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14120, + "name": "Attestation", + "nameLocations": [ + "3462:11:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "3462:11:44" + }, + "referencedDeclaration": 49, + "src": "3462:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + } + ], + "id": 14127, + "initialValue": { "arguments": [ { - "id": 14030, - "name": "initialAuthority", + "id": 14125, + "name": "attestation_uid", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 14024, - "src": "963:16:45", + "referencedDeclaration": 14114, + "src": "3515:15:44", "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" } } ], "expression": { "argumentTypes": [ { - "typeIdentifier": "t_address", - "typeString": "address" + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" } ], - "id": 14029, - "name": "__AccessManaged_init", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4212, - "src": "942:20:45", + "expression": { + "id": 14123, + "name": "_eas", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13873, + "src": "3495:4:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "id": 14124, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3500:14:44", + "memberName": "getAttestation", + "nodeType": "MemberAccess", + "referencedDeclaration": 2299, + "src": "3495:19:44", "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" + "typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_struct$_Attestation_$49_memory_ptr_$", + "typeString": "function (bytes32) view external returns (struct Attestation memory)" } }, - "id": 14031, + "id": 14126, "isConstant": false, "isLValue": false, "isPure": false, @@ -178011,268 +179299,451 @@ "nameLocations": [], "names": [], "nodeType": "FunctionCall", - "src": "942:38:45", + "src": "3495:36:44", "tryCall": false, "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" } }, - "id": 14032, - "nodeType": "ExpressionStatement", - "src": "942:38:45" + "nodeType": "VariableDeclarationStatement", + "src": "3462:69:44" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 14134, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 14128, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14122, + "src": "3546:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" + } + }, + "id": 14129, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3558:3:44", + "memberName": "uid", + "nodeType": "MemberAccess", + "referencedDeclaration": 30, + "src": "3546:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 14132, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3573:1:44", + "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": 14131, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3565:7:44", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 14130, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3565:7:44", + "typeDescriptions": {} + } + }, + "id": 14133, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3565:10:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "3546:29:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 14140, + "nodeType": "IfStatement", + "src": "3542:104:44", + "trueBody": { + "id": 14139, + "nodeType": "Block", + "src": "3577:69:44", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 14136, + "name": "attestation_uid", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14114, + "src": "3618:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 14135, + "name": "AttestationNotFound", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13861, + "src": "3598:19:44", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", + "typeString": "function (bytes32) pure returns (error)" + } + }, + "id": 14137, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3598:36:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 14138, + "nodeType": "RevertStatement", + "src": "3591:43:44" + } + ] + } + }, + { + "expression": { + "id": 14141, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14122, + "src": "3663:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" + } + }, + "functionReturnParameters": 14119, + "id": 14142, + "nodeType": "Return", + "src": "3656:18:44" } ] }, - "functionSelector": "c4d66de8", - "id": 14034, + "id": 14144, "implemented": true, "kind": "function", - "modifiers": [ - { - "id": 14027, - "kind": "modifierInvocation", - "modifierName": { - "id": 14026, - "name": "initializer", - "nameLocations": [ - "920:11:45" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6636, - "src": "920:11:45" - }, - "nodeType": "ModifierInvocation", - "src": "920:11:45" - } - ], - "name": "initialize", - "nameLocation": "876:10:45", + "modifiers": [], + "name": "_getAttestation", + "nameLocation": "3369:15:44", "nodeType": "FunctionDefinition", "parameters": { - "id": 14025, + "id": 14115, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 14024, + "id": 14114, "mutability": "mutable", - "name": "initialAuthority", - "nameLocation": "895:16:45", + "name": "attestation_uid", + "nameLocation": "3393:15:44", "nodeType": "VariableDeclaration", - "scope": 14034, - "src": "887:24:45", + "scope": 14144, + "src": "3385:23:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" }, "typeName": { - "id": 14023, - "name": "address", + "id": 14113, + "name": "bytes32", "nodeType": "ElementaryTypeName", - "src": "887:7:45", - "stateMutability": "nonpayable", + "src": "3385:7:44", "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" } }, "visibility": "internal" } ], - "src": "886:26:45" + "src": "3384:25:44" }, "returnParameters": { - "id": 14028, + "id": 14119, "nodeType": "ParameterList", - "parameters": [], - "src": "932:0:45" + "parameters": [ + { + "constant": false, + "id": 14118, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14144, + "src": "3432:18:44", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation" + }, + "typeName": { + "id": 14117, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14116, + "name": "Attestation", + "nameLocations": [ + "3432:11:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "3432:11:44" + }, + "referencedDeclaration": 49, + "src": "3432:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + } + ], + "src": "3431:20:44" }, - "scope": 14108, - "src": "867:120:45", - "stateMutability": "nonpayable", + "scope": 14205, + "src": "3360:323:44", + "stateMutability": "view", "virtual": false, - "visibility": "public" + "visibility": "private" }, { - "baseFunctions": [ - 4132 - ], "body": { - "id": 14051, + "id": 14158, "nodeType": "Block", - "src": "1203:28:45", + "src": "3783:59:44", "statements": [ { "expression": { - "hexValue": "74727565", - "id": 14049, + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 14156, "isConstant": false, "isLValue": false, - "isPure": true, - "kind": "bool", + "isPure": false, "lValueRequested": false, - "nodeType": "Literal", - "src": "1220:4:45", + "leftExpression": { + "expression": { + "id": 14152, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14147, + "src": "3800:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" + } + }, + "id": 14153, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3812:9:44", + "memberName": "recipient", + "nodeType": "MemberAccess", + "referencedDeclaration": 42, + "src": "3800:21:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "id": 14154, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -15, + "src": "3825:3:44", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 14155, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3829:6:44", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "3825:10:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3800:35:44", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" - }, - "value": "true" + } }, - "functionReturnParameters": 14048, - "id": 14050, + "functionReturnParameters": 14151, + "id": 14157, "nodeType": "Return", - "src": "1213:11:45" + "src": "3793:42:44" } ] }, - "id": 14052, + "id": 14159, "implemented": true, "kind": "function", - "modifiers": [ - { - "arguments": [ - { - "expression": { - "id": 14043, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 14037, - "src": "1154:11:45", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation calldata" - } - }, - "id": 14044, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1166:8:45", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 44, - "src": "1154:20:45", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "id": 14045, - "kind": "modifierInvocation", - "modifierName": { - "id": 14042, - "name": "checkAttester", - "nameLocations": [ - "1140:13:45" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 14022, - "src": "1140:13:45" - }, - "nodeType": "ModifierInvocation", - "src": "1140:35:45" - } - ], - "name": "onAttest", - "nameLocation": "1002:8:45", + "modifiers": [], + "name": "_isAttestationRecipient", + "nameLocation": "3698:23:44", "nodeType": "FunctionDefinition", - "overrides": { - "id": 14041, - "nodeType": "OverrideSpecifier", - "overrides": [], - "src": "1123:8:45" - }, "parameters": { - "id": 14040, + "id": 14148, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 14037, + "id": 14147, "mutability": "mutable", "name": "attestation", - "nameLocation": "1041:11:45", + "nameLocation": "3741:11:44", "nodeType": "VariableDeclaration", - "scope": 14052, - "src": "1020:32:45", + "scope": 14159, + "src": "3722:30:44", "stateVariable": false, - "storageLocation": "calldata", + "storageLocation": "memory", "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", "typeString": "struct Attestation" }, "typeName": { - "id": 14036, + "id": 14146, "nodeType": "UserDefinedTypeName", "pathNode": { - "id": 14035, + "id": 14145, "name": "Attestation", "nameLocations": [ - "1020:11:45" + "3722:11:44" ], "nodeType": "IdentifierPath", "referencedDeclaration": 49, - "src": "1020:11:45" + "src": "3722:11:44" }, "referencedDeclaration": 49, - "src": "1020:11:45", + "src": "3722:11:44", "typeDescriptions": { "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", "typeString": "struct Attestation" } }, "visibility": "internal" - }, - { - "constant": false, - "id": 14039, - "mutability": "mutable", - "name": "value", - "nameLocation": "1070:5:45", - "nodeType": "VariableDeclaration", - "scope": 14052, - "src": "1062:13:45", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 14038, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1062:7:45", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" } ], - "src": "1010:71:45" + "src": "3721:32:44" }, "returnParameters": { - "id": 14048, + "id": 14151, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 14047, + "id": 14150, "mutability": "mutable", "name": "", "nameLocation": "-1:-1:-1", "nodeType": "VariableDeclaration", - "scope": 14052, - "src": "1193:4:45", + "scope": 14159, + "src": "3777:4:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -178280,10 +179751,10 @@ "typeString": "bool" }, "typeName": { - "id": 14046, + "id": 14149, "name": "bool", "nodeType": "ElementaryTypeName", - "src": "1193:4:45", + "src": "3777:4:44", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" @@ -178292,144 +179763,154 @@ "visibility": "internal" } ], - "src": "1192:6:45" + "src": "3776:6:44" }, - "scope": 14108, - "src": "993:238:45", - "stateMutability": "nonpayable", - "virtual": true, + "scope": 14205, + "src": "3689:153:44", + "stateMutability": "view", + "virtual": false, "visibility": "internal" }, { - "baseFunctions": [ - 4143 - ], "body": { - "id": 14065, + "id": 14172, "nodeType": "Block", - "src": "1367:28:45", + "src": "3940:55:44", "statements": [ { "expression": { - "hexValue": "74727565", - "id": 14063, + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 14170, "isConstant": false, "isLValue": false, - "isPure": true, - "kind": "bool", + "isPure": false, "lValueRequested": false, - "nodeType": "Literal", - "src": "1384:4:45", + "leftExpression": { + "expression": { + "id": 14167, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14162, + "src": "3957:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" + } + }, + "id": 14168, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3969:14:44", + "memberName": "revocationTime", + "nodeType": "MemberAccess", + "referencedDeclaration": 38, + "src": "3957:26:44", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 14169, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3987:1:44", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "3957:31:44", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" - }, - "value": "true" + } }, - "functionReturnParameters": 14062, - "id": 14064, + "functionReturnParameters": 14166, + "id": 14171, "nodeType": "Return", - "src": "1377:11:45" + "src": "3950:38:44" } ] }, - "id": 14066, + "id": 14173, "implemented": true, "kind": "function", "modifiers": [], - "name": "onRevoke", - "nameLocation": "1246:8:45", + "name": "_isAttestationRevoked", + "nameLocation": "3857:21:44", "nodeType": "FunctionDefinition", - "overrides": { - "id": 14059, - "nodeType": "OverrideSpecifier", - "overrides": [], - "src": "1343:8:45" - }, "parameters": { - "id": 14058, + "id": 14163, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 14055, + "id": 14162, "mutability": "mutable", "name": "attestation", - "nameLocation": "1285:11:45", + "nameLocation": "3898:11:44", "nodeType": "VariableDeclaration", - "scope": 14066, - "src": "1264:32:45", + "scope": 14173, + "src": "3879:30:44", "stateVariable": false, - "storageLocation": "calldata", + "storageLocation": "memory", "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", "typeString": "struct Attestation" }, "typeName": { - "id": 14054, + "id": 14161, "nodeType": "UserDefinedTypeName", "pathNode": { - "id": 14053, + "id": 14160, "name": "Attestation", "nameLocations": [ - "1264:11:45" + "3879:11:44" ], "nodeType": "IdentifierPath", "referencedDeclaration": 49, - "src": "1264:11:45" + "src": "3879:11:44" }, "referencedDeclaration": 49, - "src": "1264:11:45", + "src": "3879:11:44", "typeDescriptions": { "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", "typeString": "struct Attestation" } }, "visibility": "internal" - }, - { - "constant": false, - "id": 14057, - "mutability": "mutable", - "name": "value", - "nameLocation": "1314:5:45", - "nodeType": "VariableDeclaration", - "scope": 14066, - "src": "1306:13:45", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 14056, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1306:7:45", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" } ], - "src": "1254:71:45" + "src": "3878:32:44" }, "returnParameters": { - "id": 14062, + "id": 14166, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 14061, + "id": 14165, "mutability": "mutable", "name": "", "nameLocation": "-1:-1:-1", "nodeType": "VariableDeclaration", - "scope": 14066, - "src": "1361:4:45", + "scope": 14173, + "src": "3934:4:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -178437,10 +179918,10 @@ "typeString": "bool" }, "typeName": { - "id": 14060, + "id": 14164, "name": "bool", "nodeType": "ElementaryTypeName", - "src": "1361:4:45", + "src": "3934:4:44", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" @@ -178449,67 +179930,67 @@ "visibility": "internal" } ], - "src": "1360:6:45" + "src": "3933:6:44" }, - "scope": 14108, - "src": "1237:158:45", - "stateMutability": "nonpayable", - "virtual": true, + "scope": 14205, + "src": "3848:147:44", + "stateMutability": "pure", + "virtual": false, "visibility": "internal" }, { "body": { - "id": 14074, + "id": 14181, "nodeType": "Block", - "src": "1443:28:45", + "src": "4045:28:44", "statements": [ { "expression": { - "id": 14072, + "id": 14179, "name": "_eas", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 3860, - "src": "1460:4:45", + "referencedDeclaration": 13873, + "src": "4062:4:44", "typeDescriptions": { "typeIdentifier": "t_contract$_IEAS_$2326", "typeString": "contract IEAS" } }, - "functionReturnParameters": 14071, - "id": 14073, + "functionReturnParameters": 14178, + "id": 14180, "nodeType": "Return", - "src": "1453:11:45" + "src": "4055:11:44" } ] }, "functionSelector": "8150864d", - "id": 14075, + "id": 14182, "implemented": true, "kind": "function", "modifiers": [], "name": "eas", - "nameLocation": "1410:3:45", + "nameLocation": "4010:3:44", "nodeType": "FunctionDefinition", "parameters": { - "id": 14067, + "id": 14174, "nodeType": "ParameterList", "parameters": [], - "src": "1413:2:45" + "src": "4013:2:44" }, "returnParameters": { - "id": 14071, + "id": 14178, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 14070, + "id": 14177, "mutability": "mutable", "name": "", "nameLocation": "-1:-1:-1", "nodeType": "VariableDeclaration", - "scope": 14075, - "src": "1437:4:45", + "scope": 14182, + "src": "4039:4:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { @@ -178517,20 +179998,20 @@ "typeString": "contract IEAS" }, "typeName": { - "id": 14069, + "id": 14176, "nodeType": "UserDefinedTypeName", "pathNode": { - "id": 14068, + "id": 14175, "name": "IEAS", "nameLocations": [ - "1437:4:45" + "4039:4:44" ], "nodeType": "IdentifierPath", "referencedDeclaration": 2326, - "src": "1437:4:45" + "src": "4039:4:44" }, "referencedDeclaration": 2326, - "src": "1437:4:45", + "src": "4039:4:44", "typeDescriptions": { "typeIdentifier": "t_contract$_IEAS_$2326", "typeString": "contract IEAS" @@ -178539,272 +180020,159 @@ "visibility": "internal" } ], - "src": "1436:6:45" + "src": "4038:6:44" }, - "scope": 14108, - "src": "1401:70:45", + "scope": 14205, + "src": "4001:72:44", "stateMutability": "view", "virtual": false, - "visibility": "public" + "visibility": "external" }, { "body": { - "id": 14106, + "id": 14203, "nodeType": "Block", - "src": "1536:290:45", + "src": "4179:90:44", "statements": [ { "assignments": [ - 14082 + 14191 ], "declarations": [ { "constant": false, - "id": 14082, + "id": 14191, "mutability": "mutable", - "name": "authority", - "nameLocation": "1563:9:45", + "name": "key", + "nameLocation": "4197:3:44", "nodeType": "VariableDeclaration", - "scope": 14106, - "src": "1546:26:45", + "scope": 14203, + "src": "4189:11:44", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { - "typeIdentifier": "t_contract$_OIDAccessManager_$13835", - "typeString": "contract OIDAccessManager" + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" }, "typeName": { - "id": 14081, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 14080, - "name": "OIDAccessManager", - "nameLocations": [ - "1546:16:45" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 13835, - "src": "1546:16:45" - }, - "referencedDeclaration": 13835, - "src": "1546:16:45", + "id": 14190, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4189:7:44", "typeDescriptions": { - "typeIdentifier": "t_contract$_OIDAccessManager_$13835", - "typeString": "contract OIDAccessManager" + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" } }, "visibility": "internal" } ], - "id": 14087, + "id": 14200, "initialValue": { "arguments": [ { - "arguments": [], "expression": { - "argumentTypes": [], - "id": 14084, - "name": "authority", + "id": 14194, + "name": "attestation", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 4252, - "src": "1592:9:45", + "referencedDeclaration": 14185, + "src": "4214:11:44", "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" } }, - "id": 14085, + "id": 14195, "isConstant": false, - "isLValue": false, + "isLValue": true, "isPure": false, - "kind": "functionCall", "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1592:11:45", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 14083, - "name": "OIDAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13835, - "src": "1575:16:45", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_OIDAccessManager_$13835_$", - "typeString": "type(contract OIDAccessManager)" - } - }, - "id": 14086, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1575:29:45", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_contract$_OIDAccessManager_$13835", - "typeString": "contract OIDAccessManager" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "1546:58:45" - }, - { - "assignments": [ - 14089, - null - ], - "declarations": [ - { - "constant": false, - "id": 14089, - "mutability": "mutable", - "name": "isMember", - "nameLocation": "1620:8:45", - "nodeType": "VariableDeclaration", - "scope": 14106, - "src": "1615:13:45", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 14088, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1615:4:45", + "memberLocation": "4226:4:44", + "memberName": "data", + "nodeType": "MemberAccess", + "referencedDeclaration": 48, + "src": "4214:16:44", "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" } }, - "visibility": "internal" - }, - null - ], - "id": 14097, - "initialValue": { - "arguments": [ { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 14092, - "name": "authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 14082, - "src": "1665:9:45", + "components": [ + { + "id": 14197, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4233:7:44", "typeDescriptions": { - "typeIdentifier": "t_contract$_OIDAccessManager_$13835", - "typeString": "contract OIDAccessManager" + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 14196, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4233:7:44", + "typeDescriptions": {} } - }, - "id": 14093, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "1675:24:45", - "memberName": "ATTESTATION_MANAGER_ROLE", - "nodeType": "MemberAccess", - "referencedDeclaration": 13820, - "src": "1665:34:45", - "typeDescriptions": { - "typeIdentifier": "t_function_external_view$__$returns$_t_uint64_$", - "typeString": "function () view external returns (uint64)" } - }, - "id": 14094, + ], + "id": 14198, "isConstant": false, + "isInlineArray": false, "isLValue": false, - "isPure": false, - "kind": "functionCall", + "isPure": true, "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1665:36:45", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 14095, - "name": "attester", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 14077, - "src": "1715:8:45", + "nodeType": "TupleExpression", + "src": "4232:9:44", "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" } } ], "expression": { "argumentTypes": [ { - "typeIdentifier": "t_uint64", - "typeString": "uint64" + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" }, { - "typeIdentifier": "t_address", - "typeString": "address" + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" } ], "expression": { - "id": 14090, - "name": "authority", + "id": 14192, + "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], - "referencedDeclaration": 14082, - "src": "1634:9:45", + "referencedDeclaration": -1, + "src": "4203:3:44", "typeDescriptions": { - "typeIdentifier": "t_contract$_OIDAccessManager_$13835", - "typeString": "contract OIDAccessManager" + "typeIdentifier": "t_magic_abi", + "typeString": "abi" } }, - "id": 14091, + "id": 14193, "isConstant": false, "isLValue": false, - "isPure": false, + "isPure": true, "lValueRequested": false, - "memberLocation": "1644:7:45", - "memberName": "hasRole", + "memberLocation": "4207:6:44", + "memberName": "decode", "nodeType": "MemberAccess", - "referencedDeclaration": 4898, - "src": "1634:17:45", + "src": "4203:10:44", "typeDescriptions": { - "typeIdentifier": "t_function_external_view$_t_uint64_$_t_address_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (uint64,address) view external returns (bool,uint32)" + "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", + "typeString": "function () pure" } }, - "id": 14096, + "id": 14199, "isConstant": false, "isLValue": false, "isPure": false, @@ -178813,1217 +180181,1947 @@ "nameLocations": [], "names": [], "nodeType": "FunctionCall", - "src": "1634:99:45", + "src": "4203:39:44", "tryCall": false, "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" } }, "nodeType": "VariableDeclarationStatement", - "src": "1614:119:45" + "src": "4189:53:44" }, { - "condition": { - "id": 14099, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "1747:9:45", - "subExpression": { - "id": 14098, - "name": "isMember", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 14089, - "src": "1748:8:45", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, + "expression": { + "id": 14201, + "name": "key", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14191, + "src": "4259:3:44", "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" } }, - "id": 14105, - "nodeType": "IfStatement", - "src": "1743:77:45", - "trueBody": { - "id": 14104, - "nodeType": "Block", - "src": "1758:62:45", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 14101, - "name": "attester", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 14077, - "src": "1800:8:45", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 14100, - "name": "UnauthorizedAttester", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 14002, - "src": "1779:20:45", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 14102, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1779:30:45", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 14103, - "nodeType": "RevertStatement", - "src": "1772:37:45" - } - ] - } + "functionReturnParameters": 14189, + "id": 14202, + "nodeType": "Return", + "src": "4252:10:44" } ] }, - "id": 14107, + "id": 14204, "implemented": true, "kind": "function", "modifiers": [], - "name": "_checkAttester", - "nameLocation": "1486:14:45", + "name": "_decodeAttestationKey", + "nameLocation": "4093:21:44", "nodeType": "FunctionDefinition", "parameters": { - "id": 14078, + "id": 14186, "nodeType": "ParameterList", "parameters": [ { "constant": false, - "id": 14077, + "id": 14185, "mutability": "mutable", - "name": "attester", - "nameLocation": "1509:8:45", + "name": "attestation", + "nameLocation": "4134:11:44", "nodeType": "VariableDeclaration", - "scope": 14107, - "src": "1501:16:45", + "scope": 14204, + "src": "4115:30:44", "stateVariable": false, - "storageLocation": "default", + "storageLocation": "memory", "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation" }, "typeName": { - "id": 14076, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1501:7:45", - "stateMutability": "nonpayable", + "id": 14184, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14183, + "name": "Attestation", + "nameLocations": [ + "4115:11:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "4115:11:44" + }, + "referencedDeclaration": 49, + "src": "4115:11:44", "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" } }, "visibility": "internal" } ], - "src": "1500:18:45" + "src": "4114:32:44" }, "returnParameters": { - "id": 14079, + "id": 14189, "nodeType": "ParameterList", - "parameters": [], - "src": "1536:0:45" + "parameters": [ + { + "constant": false, + "id": 14188, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14204, + "src": "4170:7:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 14187, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4170:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "4169:9:44" }, - "scope": 14108, - "src": "1477:349:45", - "stateMutability": "nonpayable", - "virtual": true, + "scope": 14205, + "src": "4084:185:44", + "stateMutability": "pure", + "virtual": false, "visibility": "internal" } ], - "scope": 14109, - "src": "582:1246:45", + "scope": 14206, + "src": "545:3727:44", "usedErrors": [ - 9, - 13, - 15, - 3855, - 3857, - 6545, - 6548, 7209, 7215, 7219, - 14002 + 13857, + 13861, + 13865 ], "usedEvents": [ - 6553, - 7205 + 7205, + 13779 ] } ], - "src": "39:1790:45" + "src": "39:4234:44" }, - "id": 45 - } - }, - "contracts": { - "@ethereum-attestation-service/eas-contracts/contracts/EAS.sol": { - "EAS": { - "abi": [ + "id": 44 + }, + "contracts/OIDResolver.sol": { + "ast": { + "absolutePath": "contracts/OIDResolver.sol", + "exportedSymbols": { + "AccessManagedUpgradeable": [ + 4409 + ], + "Attestation": [ + 49 + ], + "IEAS": [ + 2326 + ], + "OIDAccessManager": [ + 13835 + ], + "OIDResolver": [ + 14331 + ], + "SchemaResolver": [ + 4161 + ] + }, + "id": 14332, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ { - "inputs": [ - { - "internalType": "contract ISchemaRegistry", - "name": "registry", - "type": "address" - } + "id": 14207, + "literals": [ + "solidity", + "0.8", + ".26" ], - "stateMutability": "nonpayable", - "type": "constructor" - }, - { - "inputs": [], - "name": "AccessDenied", - "type": "error" - }, - { - "inputs": [], - "name": "AlreadyRevoked", - "type": "error" - }, - { - "inputs": [], - "name": "AlreadyRevokedOffchain", - "type": "error" - }, - { - "inputs": [], - "name": "AlreadyTimestamped", - "type": "error" - }, - { - "inputs": [], - "name": "DeadlineExpired", - "type": "error" - }, - { - "inputs": [], - "name": "FailedCall", - "type": "error" + "nodeType": "PragmaDirective", + "src": "39:23:45" }, { - "inputs": [ - { - "internalType": "uint256", - "name": "balance", - "type": "uint256" - }, + "absolutePath": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol", + "file": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol", + "id": 14209, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14332, + "sourceUnit": 4410, + "src": "109:121:45", + "symbolAliases": [ { - "internalType": "uint256", - "name": "needed", - "type": "uint256" + "foreign": { + "id": 14208, + "name": "AccessManagedUpgradeable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4409, + "src": "117:24:45", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" } ], - "name": "InsufficientBalance", - "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" + "unitAlias": "" }, { - "inputs": [ + "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol", + "file": "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol", + "id": 14211, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14332, + "sourceUnit": 2327, + "src": "231:84:45", + "symbolAliases": [ { - "internalType": "string", - "name": "str", - "type": "string" + "foreign": { + "id": 14210, + "name": "IEAS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2326, + "src": "239:4:45", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" } ], - "name": "StringTooLong", - "type": "error" - }, - { - "inputs": [], - "name": "WrongSchema", - "type": "error" + "unitAlias": "" }, { - "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" - }, + "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Common.sol", + "file": "@ethereum-attestation-service/eas-contracts/contracts/Common.sol", + "id": 14213, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14332, + "sourceUnit": 66, + "src": "316:93:45", + "symbolAliases": [ { - "indexed": true, - "internalType": "bytes32", - "name": "schemaUID", - "type": "bytes32" + "foreign": { + "id": 14212, + "name": "Attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 49, + "src": "324:11:45", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" } ], - "name": "Attested", - "type": "event" - }, - { - "anonymous": false, - "inputs": [], - "name": "EIP712DomainChanged", - "type": "event" + "unitAlias": "" }, { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint256", - "name": "oldNonce", - "type": "uint256" - }, + "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/resolver/SchemaResolver.sol", + "file": "@ethereum-attestation-service/eas-contracts/contracts/resolver/SchemaResolver.sol", + "id": 14215, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14332, + "sourceUnit": 4162, + "src": "410:113:45", + "symbolAliases": [ { - "indexed": false, - "internalType": "uint256", - "name": "newNonce", - "type": "uint256" + "foreign": { + "id": 14214, + "name": "SchemaResolver", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4161, + "src": "418:14:45", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" } ], - "name": "NonceIncreased", - "type": "event" + "unitAlias": "" }, { - "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" - }, + "absolutePath": "contracts/OIDAccessManager.sol", + "file": "./OIDAccessManager.sol", + "id": 14217, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14332, + "sourceUnit": 13836, + "src": "524:56:45", + "symbolAliases": [ { - "indexed": true, - "internalType": "bytes32", - "name": "schemaUID", - "type": "bytes32" + "foreign": { + "id": 14216, + "name": "OIDAccessManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13835, + "src": "532:16:45", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" } ], - "name": "Revoked", - "type": "event" + "unitAlias": "" }, { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "revoker", - "type": "address" - }, + "abstract": false, + "baseContracts": [ { - "indexed": true, - "internalType": "bytes32", - "name": "data", - "type": "bytes32" + "baseName": { + "id": 14218, + "name": "SchemaResolver", + "nameLocations": [ + "606:14:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4161, + "src": "606:14:45" + }, + "id": 14219, + "nodeType": "InheritanceSpecifier", + "src": "606:14:45" }, { - "indexed": true, - "internalType": "uint64", - "name": "timestamp", - "type": "uint64" + "baseName": { + "id": 14220, + "name": "AccessManagedUpgradeable", + "nameLocations": [ + "622:24:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4409, + "src": "622:24:45" + }, + "id": 14221, + "nodeType": "InheritanceSpecifier", + "src": "622:24:45" } ], - "name": "RevokedOffchain", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "data", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "timestamp", - "type": "uint64" - } + "canonicalName": "OIDResolver", + "contractDependencies": [], + "contractKind": "contract", + "fullyImplemented": true, + "id": 14331, + "linearizedBaseContracts": [ + 14331, + 4409, + 7238, + 6828, + 6782, + 4161, + 2588, + 3834, + 2389 ], - "name": "Timestamped", - "type": "event" - }, - { - "inputs": [ + "name": "OIDResolver", + "nameLocation": "591:11:45", + "nodeType": "ContractDefinition", + "nodes": [ { - "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" + "errorSelector": "93693b7a", + "id": 14225, + "name": "UnauthorizedAttester", + "nameLocation": "659:20:45", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 14224, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14223, + "mutability": "mutable", + "name": "attester", + "nameLocation": "688:8:45", + "nodeType": "VariableDeclaration", + "scope": 14225, + "src": "680:16:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" + "typeName": { + "id": 14222, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "680:7:45", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } }, + "visibility": "internal" + } + ], + "src": "679:18:45" + }, + "src": "653:45:45" + }, + { + "body": { + "id": 14234, + "nodeType": "Block", + "src": "760:2:45", + "statements": [] + }, + "id": 14235, + "implemented": true, + "kind": "constructor", + "modifiers": [ + { + "arguments": [ { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct AttestationRequestData", - "name": "data", - "type": "tuple" + "id": 14231, + "name": "initialEAS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14228, + "src": "748:10:45", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + } + ], + "id": 14232, + "kind": "baseConstructorSpecifier", + "modifierName": { + "id": 14230, + "name": "SchemaResolver", + "nameLocations": [ + "733:14:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4161, + "src": "733:14:45" + }, + "nodeType": "ModifierInvocation", + "src": "733:26:45" } ], - "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" + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14229, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14228, + "mutability": "mutable", + "name": "initialEAS", + "nameLocation": "721:10:45", + "nodeType": "VariableDeclaration", + "scope": 14235, + "src": "716:15:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" + "typeName": { + "id": 14227, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14226, + "name": "IEAS", + "nameLocations": [ + "716:4:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2326, + "src": "716:4:45" + }, + "referencedDeclaration": 2326, + "src": "716:4:45", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" + "visibility": "internal" + } + ], + "src": "715:17:45" + }, + "returnParameters": { + "id": 14233, + "nodeType": "ParameterList", + "parameters": [], + "src": "760:0:45" + }, + "scope": 14331, + "src": "704:58:45", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + }, + { + "body": { + "id": 14244, + "nodeType": "Block", + "src": "809:52:45", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 14240, + "name": "attester", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14237, + "src": "834:8:45", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 14239, + "name": "_checkAttester", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14330, + "src": "819:14:45", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 14241, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "819:24:45", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct AttestationRequestData", - "name": "data", - "type": "tuple" - }, - { - "components": [ - { - "internalType": "uint8", - "name": "v", - "type": "uint8" + "id": 14242, + "nodeType": "ExpressionStatement", + "src": "819:24:45" + }, + { + "id": 14243, + "nodeType": "PlaceholderStatement", + "src": "853:1:45" + } + ] + }, + "id": 14245, + "name": "checkAttester", + "nameLocation": "777:13:45", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 14238, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14237, + "mutability": "mutable", + "name": "attester", + "nameLocation": "799:8:45", + "nodeType": "VariableDeclaration", + "scope": 14245, + "src": "791:16:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" + "typeName": { + "id": 14236, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "791:7:45", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } }, - { - "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" + "visibility": "internal" + } + ], + "src": "790:18:45" + }, + "src": "768:93:45", + "virtual": false, + "visibility": "internal" }, { - "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" - }, + "body": { + "id": 14256, + "nodeType": "Block", + "src": "932:55:45", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 14253, + "name": "initialAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14247, + "src": "963:16:45", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 14252, + "name": "__AccessManaged_init", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4212, + "src": "942:20:45", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 14254, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "942:38:45", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 14255, + "nodeType": "ExpressionStatement", + "src": "942:38:45" + } + ] + }, + "functionSelector": "c4d66de8", + "id": 14257, + "implemented": true, + "kind": "function", + "modifiers": [ { - "internalType": "bytes", - "name": "data", - "type": "bytes" + "id": 14250, + "kind": "modifierInvocation", + "modifierName": { + "id": 14249, + "name": "initializer", + "nameLocations": [ + "920:11:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6636, + "src": "920:11:45" + }, + "nodeType": "ModifierInvocation", + "src": "920:11:45" } ], - "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" + "name": "initialize", + "nameLocation": "876:10:45", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14248, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14247, + "mutability": "mutable", + "name": "initialAuthority", + "nameLocation": "895:16:45", + "nodeType": "VariableDeclaration", + "scope": 14257, + "src": "887:24:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" + "typeName": { + "id": 14246, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "887:7:45", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" + "visibility": "internal" + } + ], + "src": "886:26:45" + }, + "returnParameters": { + "id": 14251, + "nodeType": "ParameterList", + "parameters": [], + "src": "932:0:45" + }, + "scope": 14331, + "src": "867:120:45", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + }, + { + "baseFunctions": [ + 4132 + ], + "body": { + "id": 14274, + "nodeType": "Block", + "src": "1203:28:45", + "statements": [ + { + "expression": { + "hexValue": "74727565", + "id": 14272, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1220:4:45", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" }, + "functionReturnParameters": 14271, + "id": 14273, + "nodeType": "Return", + "src": "1213:11:45" + } + ] + }, + "id": 14275, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "arguments": [ { - "internalType": "uint256", - "name": "value", - "type": "uint256" + "expression": { + "id": 14266, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14260, + "src": "1154:11:45", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", + "typeString": "struct Attestation calldata" + } + }, + "id": 14267, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1166:8:45", + "memberName": "attester", + "nodeType": "MemberAccess", + "referencedDeclaration": 44, + "src": "1154:20:45", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } } ], - "internalType": "struct AttestationRequestData[]", - "name": "data", - "type": "tuple[]" + "id": 14268, + "kind": "modifierInvocation", + "modifierName": { + "id": 14265, + "name": "checkAttester", + "nameLocations": [ + "1140:13:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 14245, + "src": "1140:13:45" + }, + "nodeType": "ModifierInvocation", + "src": "1140:35:45" } ], - "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" + "name": "onAttest", + "nameLocation": "1002:8:45", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 14264, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "1123:8:45" + }, + "parameters": { + "id": 14263, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14260, + "mutability": "mutable", + "name": "attestation", + "nameLocation": "1041:11:45", + "nodeType": "VariableDeclaration", + "scope": 14275, + "src": "1020:32:45", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", + "typeString": "struct Attestation" }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" + "typeName": { + "id": 14259, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14258, + "name": "Attestation", + "nameLocations": [ + "1020:11:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "1020:11:45" + }, + "referencedDeclaration": 49, + "src": "1020:11:45", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" + "visibility": "internal" + }, + { + "constant": false, + "id": 14262, + "mutability": "mutable", + "name": "value", + "nameLocation": "1070:5:45", + "nodeType": "VariableDeclaration", + "scope": 14275, + "src": "1062:13:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" + "typeName": { + "id": 14261, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1062:7:45", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct AttestationRequestData[]", - "name": "data", - "type": "tuple[]" - }, - { - "components": [ - { - "internalType": "uint8", - "name": "v", - "type": "uint8" + "visibility": "internal" + } + ], + "src": "1010:71:45" + }, + "returnParameters": { + "id": 14271, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14270, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14275, + "src": "1193:4:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" + "typeName": { + "id": 14269, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1193:4:45", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } }, - { - "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": [ + "visibility": "internal" + } + ], + "src": "1192:6:45" + }, + "scope": 14331, + "src": "993:238:45", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, { - "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[]" - } + "baseFunctions": [ + 4143 ], - "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" + "body": { + "id": 14288, + "nodeType": "Block", + "src": "1367:28:45", + "statements": [ + { + "expression": { + "hexValue": "74727565", + "id": 14286, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1384:4:45", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" + "functionReturnParameters": 14285, + "id": 14287, + "nodeType": "Return", + "src": "1377:11:45" + } + ] + }, + "id": 14289, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "onRevoke", + "nameLocation": "1246:8:45", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 14282, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "1343:8:45" + }, + "parameters": { + "id": 14281, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14278, + "mutability": "mutable", + "name": "attestation", + "nameLocation": "1285:11:45", + "nodeType": "VariableDeclaration", + "scope": 14289, + "src": "1264:32:45", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", + "typeString": "struct Attestation" }, - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" + "typeName": { + "id": 14277, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14276, + "name": "Attestation", + "nameLocations": [ + "1264:11:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "1264:11:45" + }, + "referencedDeclaration": 49, + "src": "1264:11:45", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 14280, + "mutability": "mutable", + "name": "value", + "nameLocation": "1314:5:45", + "nodeType": "VariableDeclaration", + "scope": 14289, + "src": "1306:13:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 14279, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1306:7:45", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1254:71:45" + }, + "returnParameters": { + "id": 14285, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14284, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14289, + "src": "1361:4:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 14283, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1361:4:45", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "1360:6:45" + }, + "scope": 14331, + "src": "1237:158:45", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 14297, + "nodeType": "Block", + "src": "1443:28:45", + "statements": [ + { + "expression": { + "id": 14295, + "name": "_eas", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3860, + "src": "1460:4:45", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "functionReturnParameters": 14294, + "id": 14296, + "nodeType": "Return", + "src": "1453:11:45" + } + ] + }, + "functionSelector": "8150864d", + "id": 14298, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "eas", + "nameLocation": "1410:3:45", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14290, + "nodeType": "ParameterList", + "parameters": [], + "src": "1413:2:45" + }, + "returnParameters": { + "id": 14294, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14293, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14298, + "src": "1437:4:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + }, + "typeName": { + "id": 14292, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14291, + "name": "IEAS", + "nameLocations": [ + "1437:4:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2326, + "src": "1437:4:45" + }, + "referencedDeclaration": 2326, + "src": "1437:4:45", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "visibility": "internal" + } + ], + "src": "1436:6:45" + }, + "scope": 14331, + "src": "1401:70:45", + "stateMutability": "view", + "virtual": false, + "visibility": "public" + }, + { + "body": { + "id": 14329, + "nodeType": "Block", + "src": "1536:290:45", + "statements": [ + { + "assignments": [ + 14305 + ], + "declarations": [ + { + "constant": false, + "id": 14305, + "mutability": "mutable", + "name": "authority", + "nameLocation": "1563:9:45", + "nodeType": "VariableDeclaration", + "scope": 14329, + "src": "1546:26:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + }, + "typeName": { + "id": 14304, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14303, + "name": "OIDAccessManager", + "nameLocations": [ + "1546:16:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13835, + "src": "1546:16:45" + }, + "referencedDeclaration": 13835, + "src": "1546:16:45", + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + } + }, + "visibility": "internal" + } + ], + "id": 14310, + "initialValue": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 14307, + "name": "authority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4252, + "src": "1592:9:45", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 14308, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1592:11:45", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 14306, + "name": "OIDAccessManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13835, + "src": "1575:16:45", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_OIDAccessManager_$13835_$", + "typeString": "type(contract OIDAccessManager)" + } + }, + "id": 14309, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1575:29:45", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1546:58:45" + }, + { + "assignments": [ + 14312, + null + ], + "declarations": [ + { + "constant": false, + "id": 14312, + "mutability": "mutable", + "name": "isMember", + "nameLocation": "1620:8:45", + "nodeType": "VariableDeclaration", + "scope": 14329, + "src": "1615:13:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 14311, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1615:4:45", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + null + ], + "id": 14320, + "initialValue": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "id": 14315, + "name": "authority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14305, + "src": "1665:9:45", + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + } + }, + "id": 14316, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "1675:24:45", + "memberName": "ATTESTATION_MANAGER_ROLE", + "nodeType": "MemberAccess", + "referencedDeclaration": 13820, + "src": "1665:34:45", + "typeDescriptions": { + "typeIdentifier": "t_function_external_view$__$returns$_t_uint64_$", + "typeString": "function () view external returns (uint64)" + } + }, + "id": 14317, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1665:36:45", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 14318, + "name": "attester", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14300, + "src": "1715:8:45", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "expression": { + "id": 14313, + "name": "authority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14305, + "src": "1634:9:45", + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + } + }, + "id": 14314, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1644:7:45", + "memberName": "hasRole", + "nodeType": "MemberAccess", + "referencedDeclaration": 4898, + "src": "1634:17:45", + "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": 14319, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1634:99:45", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1614:119:45" + }, + { + "condition": { + "id": 14322, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "1747:9:45", + "subExpression": { + "id": 14321, + "name": "isMember", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14312, + "src": "1748:8:45", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 14328, + "nodeType": "IfStatement", + "src": "1743:77:45", + "trueBody": { + "id": 14327, + "nodeType": "Block", + "src": "1758:62:45", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 14324, + "name": "attester", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14300, + "src": "1800:8:45", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 14323, + "name": "UnauthorizedAttester", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14225, + "src": "1779:20:45", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", + "typeString": "function (address) pure returns (error)" + } + }, + "id": 14325, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1779:30:45", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 14326, + "nodeType": "RevertStatement", + "src": "1772:37:45" + } + ] } - ], - "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[]" + } + ] + }, + "id": 14330, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_checkAttester", + "nameLocation": "1486:14:45", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14301, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14300, + "mutability": "mutable", + "name": "attester", + "nameLocation": "1509:8:45", + "nodeType": "VariableDeclaration", + "scope": 14330, + "src": "1501:16:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 14299, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1501:7:45", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1500:18:45" + }, + "returnParameters": { + "id": 14302, + "nodeType": "ParameterList", + "parameters": [], + "src": "1536:0:45" + }, + "scope": 14331, + "src": "1477:349:45", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" } ], - "name": "multiRevokeByDelegation", - "outputs": [], - "stateMutability": "payable", - "type": "function" + "scope": 14332, + "src": "582:1246:45", + "usedErrors": [ + 9, + 13, + 15, + 3855, + 3857, + 6545, + 6548, + 7209, + 7215, + 7219, + 14225 + ], + "usedEvents": [ + 6553, + 7205 + ] + } + ], + "src": "39:1790:45" + }, + "id": 45 + } + }, + "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": [], + "name": "AlreadyRevoked", + "type": "error" + }, + { + "inputs": [], + "name": "AlreadyRevokedOffchain", + "type": "error" + }, + { + "inputs": [], + "name": "AlreadyTimestamped", + "type": "error" + }, + { + "inputs": [], + "name": "DeadlineExpired", + "type": "error" + }, + { + "inputs": [], + "name": "FailedCall", + "type": "error" }, { "inputs": [ { - "internalType": "bytes32[]", - "name": "data", - "type": "bytes32[]" + "internalType": "uint256", + "name": "balance", + "type": "uint256" + }, + { + "internalType": "uint256", + "name": "needed", + "type": "uint256" } ], - "name": "multiRevokeOffchain", - "outputs": [ + "name": "InsufficientBalance", + "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": "uint64", - "name": "", - "type": "uint64" + "internalType": "string", + "name": "str", + "type": "string" } ], - "stateMutability": "nonpayable", - "type": "function" + "name": "StringTooLong", + "type": "error" + }, + { + "inputs": [], + "name": "WrongSchema", + "type": "error" }, { + "anonymous": false, "inputs": [ { - "internalType": "bytes32[]", + "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[]" + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "uint64", + "name": "timestamp", + "type": "uint64" } ], - "name": "multiTimestamp", - "outputs": [ + "name": "RevokedOffchain", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "bytes32", + "name": "data", + "type": "bytes32" + }, { + "indexed": true, "internalType": "uint64", - "name": "", + "name": "timestamp", "type": "uint64" } ], - "stateMutability": "nonpayable", - "type": "function" + "name": "Timestamped", + "type": "event" }, { "inputs": [ @@ -180036,29 +182134,55 @@ }, { "components": [ + { + "internalType": "address", + "name": "recipient", + "type": "address" + }, + { + "internalType": "uint64", + "name": "expirationTime", + "type": "uint64" + }, + { + "internalType": "bool", + "name": "revocable", + "type": "bool" + }, { "internalType": "bytes32", - "name": "uid", + "name": "refUID", "type": "bytes32" }, + { + "internalType": "bytes", + "name": "data", + "type": "bytes" + }, { "internalType": "uint256", "name": "value", "type": "uint256" } ], - "internalType": "struct RevocationRequestData", + "internalType": "struct AttestationRequestData", "name": "data", "type": "tuple" } ], - "internalType": "struct RevocationRequest", + "internalType": "struct AttestationRequest", "name": "request", "type": "tuple" } ], - "name": "revoke", - "outputs": [], + "name": "attest", + "outputs": [ + { + "internalType": "bytes32", + "name": "", + "type": "bytes32" + } + ], "stateMutability": "payable", "type": "function" }, @@ -180073,18 +182197,38 @@ }, { "components": [ + { + "internalType": "address", + "name": "recipient", + "type": "address" + }, + { + "internalType": "uint64", + "name": "expirationTime", + "type": "uint64" + }, + { + "internalType": "bool", + "name": "revocable", + "type": "bool" + }, { "internalType": "bytes32", - "name": "uid", + "name": "refUID", "type": "bytes32" }, + { + "internalType": "bytes", + "name": "data", + "type": "bytes" + }, { "internalType": "uint256", "name": "value", "type": "uint256" } ], - "internalType": "struct RevocationRequestData", + "internalType": "struct AttestationRequestData", "name": "data", "type": "tuple" }, @@ -180112,7 +182256,7 @@ }, { "internalType": "address", - "name": "revoker", + "name": "attester", "type": "address" }, { @@ -180121,29 +182265,716 @@ "type": "uint64" } ], - "internalType": "struct DelegatedRevocationRequest", + "internalType": "struct DelegatedAttestationRequest", "name": "delegatedRequest", "type": "tuple" } ], - "name": "revokeByDelegation", - "outputs": [], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ + "name": "attestByDelegation", + "outputs": [ { "internalType": "bytes32", - "name": "data", + "name": "", "type": "bytes32" } ], - "name": "revokeOffchain", + "stateMutability": "payable", + "type": "function" + }, + { + "inputs": [], + "name": "eip712Domain", "outputs": [ { - "internalType": "uint64", - "name": "", + "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" } ], @@ -292775,7 +295606,7 @@ "inputs": [ { "internalType": "bytes32", - "name": "key", + "name": "attestation_uid", "type": "bytes32" }, { @@ -292817,7 +295648,7 @@ "inputs": [ { "internalType": "bytes32", - "name": "key", + "name": "attestation_uid", "type": "bytes32" }, { @@ -292856,7 +295687,7 @@ "revokePermission(bytes32,address)": "a6a8f17b" } }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"key\",\"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\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantPermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasPermission\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"key\",\"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\":\"0x3d8462909ef9dba37791d2dcecbc9af083cd4d20ab389948ba0e435e4ba51747\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://1bfc66ed0ec02e60a597542693898e85611513b48dca8e66f4b03b47b5165431\",\"dweb:/ipfs/Qmag8ysydn2B1V1YzNKhywoNiDKVKLQUTZXB1HQhTMxmVr\"]}},\"version\":1}" + "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"key\",\"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\":\"attestation_uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantPermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasPermission\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"attestation_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\":\"0x5e29b8a5f2ec6f9c715872b0d40ed5ac7538f511d7a7223cef4bb04bdb2ab187\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://d15dfc0c2bea3379de4342c7248923f8bc37ff7177c08fc1ae7e00cb7e7b0361\",\"dweb:/ipfs/QmbGFV2jYy5xKsGFfVC3QCYGcBoitXrudYYvyTAj9A5SgS\"]}},\"version\":1}" } }, "contracts/OIDAccessManager.sol": { @@ -294983,47 +297814,1570 @@ }, { "body": { - "nativeSrc": "113:101:46", + "nativeSrc": "113:101:46", + "nodeType": "YulBlock", + "src": "113:101:46", + "statements": [ + { + "nativeSrc": "123:26:46", + "nodeType": "YulAssignment", + "src": "123:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "135:9:46", + "nodeType": "YulIdentifier", + "src": "135:9:46" + }, + { + "kind": "number", + "nativeSrc": "146:2:46", + "nodeType": "YulLiteral", + "src": "146:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "131:3:46", + "nodeType": "YulIdentifier", + "src": "131:3:46" + }, + "nativeSrc": "131:18:46", + "nodeType": "YulFunctionCall", + "src": "131:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "123:4:46", + "nodeType": "YulIdentifier", + "src": "123:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "165:9:46", + "nodeType": "YulIdentifier", + "src": "165:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "180:6:46", + "nodeType": "YulIdentifier", + "src": "180:6:46" + }, + { + "kind": "number", + "nativeSrc": "188:18:46", + "nodeType": "YulLiteral", + "src": "188:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "176:3:46", + "nodeType": "YulIdentifier", + "src": "176:3:46" + }, + "nativeSrc": "176:31:46", + "nodeType": "YulFunctionCall", + "src": "176:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "158:6:46", + "nodeType": "YulIdentifier", + "src": "158:6:46" + }, + "nativeSrc": "158:50:46", + "nodeType": "YulFunctionCall", + "src": "158:50:46" + }, + "nativeSrc": "158:50:46", + "nodeType": "YulExpressionStatement", + "src": "158:50:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed", + "nativeSrc": "14:200:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "82:9:46", + "nodeType": "YulTypedName", + "src": "82:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "93:6:46", + "nodeType": "YulTypedName", + "src": "93:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "104:4:46", + "nodeType": "YulTypedName", + "src": "104:4:46", + "type": "" + } + ], + "src": "14:200:46" + }, + { + "body": { + "nativeSrc": "264:109:46", + "nodeType": "YulBlock", + "src": "264:109:46", + "statements": [ + { + "body": { + "nativeSrc": "351:16:46", + "nodeType": "YulBlock", + "src": "351:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "360:1:46", + "nodeType": "YulLiteral", + "src": "360:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "363:1:46", + "nodeType": "YulLiteral", + "src": "363:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "353:6:46", + "nodeType": "YulIdentifier", + "src": "353:6:46" + }, + "nativeSrc": "353:12:46", + "nodeType": "YulFunctionCall", + "src": "353:12:46" + }, + "nativeSrc": "353:12:46", + "nodeType": "YulExpressionStatement", + "src": "353:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "287:5:46", + "nodeType": "YulIdentifier", + "src": "287:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "298:5:46", + "nodeType": "YulIdentifier", + "src": "298:5:46" + }, + { + "kind": "number", + "nativeSrc": "305:42:46", + "nodeType": "YulLiteral", + "src": "305:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "294:3:46", + "nodeType": "YulIdentifier", + "src": "294:3:46" + }, + "nativeSrc": "294:54:46", + "nodeType": "YulFunctionCall", + "src": "294:54:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "284:2:46", + "nodeType": "YulIdentifier", + "src": "284:2:46" + }, + "nativeSrc": "284:65:46", + "nodeType": "YulFunctionCall", + "src": "284:65:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "277:6:46", + "nodeType": "YulIdentifier", + "src": "277:6:46" + }, + "nativeSrc": "277:73:46", + "nodeType": "YulFunctionCall", + "src": "277:73:46" + }, + "nativeSrc": "274:93:46", + "nodeType": "YulIf", + "src": "274:93:46" + } + ] + }, + "name": "validator_revert_address", + "nativeSrc": "219:154:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "253:5:46", + "nodeType": "YulTypedName", + "src": "253:5:46", + "type": "" + } + ], + "src": "219:154:46" + }, + { + "body": { + "nativeSrc": "461:283:46", + "nodeType": "YulBlock", + "src": "461:283:46", + "statements": [ + { + "body": { + "nativeSrc": "510:16:46", + "nodeType": "YulBlock", + "src": "510:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "519:1:46", + "nodeType": "YulLiteral", + "src": "519:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "522:1:46", + "nodeType": "YulLiteral", + "src": "522:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "512:6:46", + "nodeType": "YulIdentifier", + "src": "512:6:46" + }, + "nativeSrc": "512:12:46", + "nodeType": "YulFunctionCall", + "src": "512:12:46" + }, + "nativeSrc": "512:12:46", + "nodeType": "YulExpressionStatement", + "src": "512:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "489:6:46", + "nodeType": "YulIdentifier", + "src": "489:6:46" + }, + { + "kind": "number", + "nativeSrc": "497:4:46", + "nodeType": "YulLiteral", + "src": "497:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "485:3:46", + "nodeType": "YulIdentifier", + "src": "485:3:46" + }, + "nativeSrc": "485:17:46", + "nodeType": "YulFunctionCall", + "src": "485:17:46" + }, + { + "name": "end", + "nativeSrc": "504:3:46", + "nodeType": "YulIdentifier", + "src": "504:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "481:3:46", + "nodeType": "YulIdentifier", + "src": "481:3:46" + }, + "nativeSrc": "481:27:46", + "nodeType": "YulFunctionCall", + "src": "481:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "474:6:46", + "nodeType": "YulIdentifier", + "src": "474:6:46" + }, + "nativeSrc": "474:35:46", + "nodeType": "YulFunctionCall", + "src": "474:35:46" + }, + "nativeSrc": "471:55:46", + "nodeType": "YulIf", + "src": "471:55:46" + }, + { + "nativeSrc": "535:30:46", + "nodeType": "YulAssignment", + "src": "535:30:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "558:6:46", + "nodeType": "YulIdentifier", + "src": "558:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "545:12:46", + "nodeType": "YulIdentifier", + "src": "545:12:46" + }, + "nativeSrc": "545:20:46", + "nodeType": "YulFunctionCall", + "src": "545:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "535:6:46", + "nodeType": "YulIdentifier", + "src": "535:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "608:16:46", + "nodeType": "YulBlock", + "src": "608:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "617:1:46", + "nodeType": "YulLiteral", + "src": "617:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "620:1:46", + "nodeType": "YulLiteral", + "src": "620:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "610:6:46", + "nodeType": "YulIdentifier", + "src": "610:6:46" + }, + "nativeSrc": "610:12:46", + "nodeType": "YulFunctionCall", + "src": "610:12:46" + }, + "nativeSrc": "610:12:46", + "nodeType": "YulExpressionStatement", + "src": "610:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "580:6:46", + "nodeType": "YulIdentifier", + "src": "580:6:46" + }, + { + "kind": "number", + "nativeSrc": "588:18:46", + "nodeType": "YulLiteral", + "src": "588:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "577:2:46", + "nodeType": "YulIdentifier", + "src": "577:2:46" + }, + "nativeSrc": "577:30:46", + "nodeType": "YulFunctionCall", + "src": "577:30:46" + }, + "nativeSrc": "574:50:46", + "nodeType": "YulIf", + "src": "574:50:46" + }, + { + "nativeSrc": "633:29:46", + "nodeType": "YulAssignment", + "src": "633:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "649:6:46", + "nodeType": "YulIdentifier", + "src": "649:6:46" + }, + { + "kind": "number", + "nativeSrc": "657:4:46", + "nodeType": "YulLiteral", + "src": "657:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "645:3:46", + "nodeType": "YulIdentifier", + "src": "645:3:46" + }, + "nativeSrc": "645:17:46", + "nodeType": "YulFunctionCall", + "src": "645:17:46" + }, + "variableNames": [ + { + "name": "arrayPos", + "nativeSrc": "633:8:46", + "nodeType": "YulIdentifier", + "src": "633:8:46" + } + ] + }, + { + "body": { + "nativeSrc": "722:16:46", + "nodeType": "YulBlock", + "src": "722:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "731:1:46", + "nodeType": "YulLiteral", + "src": "731:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "734:1:46", + "nodeType": "YulLiteral", + "src": "734:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "724:6:46", + "nodeType": "YulIdentifier", + "src": "724:6:46" + }, + "nativeSrc": "724:12:46", + "nodeType": "YulFunctionCall", + "src": "724:12:46" + }, + "nativeSrc": "724:12:46", + "nodeType": "YulExpressionStatement", + "src": "724:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "685:6:46", + "nodeType": "YulIdentifier", + "src": "685:6:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "697:1:46", + "nodeType": "YulLiteral", + "src": "697:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "700:6:46", + "nodeType": "YulIdentifier", + "src": "700:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "693:3:46", + "nodeType": "YulIdentifier", + "src": "693:3:46" + }, + "nativeSrc": "693:14:46", + "nodeType": "YulFunctionCall", + "src": "693:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "681:3:46", + "nodeType": "YulIdentifier", + "src": "681:3:46" + }, + "nativeSrc": "681:27:46", + "nodeType": "YulFunctionCall", + "src": "681:27:46" + }, + { + "kind": "number", + "nativeSrc": "710:4:46", + "nodeType": "YulLiteral", + "src": "710:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "677:3:46", + "nodeType": "YulIdentifier", + "src": "677:3:46" + }, + "nativeSrc": "677:38:46", + "nodeType": "YulFunctionCall", + "src": "677:38:46" + }, + { + "name": "end", + "nativeSrc": "717:3:46", + "nodeType": "YulIdentifier", + "src": "717:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "674:2:46", + "nodeType": "YulIdentifier", + "src": "674:2:46" + }, + "nativeSrc": "674:47:46", + "nodeType": "YulFunctionCall", + "src": "674:47:46" + }, + "nativeSrc": "671:67:46", + "nodeType": "YulIf", + "src": "671:67:46" + } + ] + }, + "name": "abi_decode_array_bytes4_dyn_calldata", + "nativeSrc": "378:366:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "424:6:46", + "nodeType": "YulTypedName", + "src": "424:6:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "432:3:46", + "nodeType": "YulTypedName", + "src": "432:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "arrayPos", + "nativeSrc": "440:8:46", + "nodeType": "YulTypedName", + "src": "440:8:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "450:6:46", + "nodeType": "YulTypedName", + "src": "450:6:46", + "type": "" + } + ], + "src": "378:366:46" + }, + { + "body": { + "nativeSrc": "797:123:46", + "nodeType": "YulBlock", + "src": "797:123:46", + "statements": [ + { + "nativeSrc": "807:29:46", + "nodeType": "YulAssignment", + "src": "807:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "829:6:46", + "nodeType": "YulIdentifier", + "src": "829:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "816:12:46", + "nodeType": "YulIdentifier", + "src": "816:12:46" + }, + "nativeSrc": "816:20:46", + "nodeType": "YulFunctionCall", + "src": "816:20:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "807:5:46", + "nodeType": "YulIdentifier", + "src": "807:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "898:16:46", + "nodeType": "YulBlock", + "src": "898:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "907:1:46", + "nodeType": "YulLiteral", + "src": "907:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "910:1:46", + "nodeType": "YulLiteral", + "src": "910:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "900:6:46", + "nodeType": "YulIdentifier", + "src": "900:6:46" + }, + "nativeSrc": "900:12:46", + "nodeType": "YulFunctionCall", + "src": "900:12:46" + }, + "nativeSrc": "900:12:46", + "nodeType": "YulExpressionStatement", + "src": "900:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "858:5:46", + "nodeType": "YulIdentifier", + "src": "858:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "869:5:46", + "nodeType": "YulIdentifier", + "src": "869:5:46" + }, + { + "kind": "number", + "nativeSrc": "876:18:46", + "nodeType": "YulLiteral", + "src": "876:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "865:3:46", + "nodeType": "YulIdentifier", + "src": "865:3:46" + }, + "nativeSrc": "865:30:46", + "nodeType": "YulFunctionCall", + "src": "865:30:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "855:2:46", + "nodeType": "YulIdentifier", + "src": "855:2:46" + }, + "nativeSrc": "855:41:46", + "nodeType": "YulFunctionCall", + "src": "855:41:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "848:6:46", + "nodeType": "YulIdentifier", + "src": "848:6:46" + }, + "nativeSrc": "848:49:46", + "nodeType": "YulFunctionCall", + "src": "848:49:46" + }, + "nativeSrc": "845:69:46", + "nodeType": "YulIf", + "src": "845:69:46" + } + ] + }, + "name": "abi_decode_uint64", + "nativeSrc": "749:171:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "776:6:46", + "nodeType": "YulTypedName", + "src": "776:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "787:5:46", + "nodeType": "YulTypedName", + "src": "787:5:46", + "type": "" + } + ], + "src": "749:171:46" + }, + { + "body": { + "nativeSrc": "1062:505:46", + "nodeType": "YulBlock", + "src": "1062:505:46", + "statements": [ + { + "body": { + "nativeSrc": "1108:16:46", + "nodeType": "YulBlock", + "src": "1108:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1117:1:46", + "nodeType": "YulLiteral", + "src": "1117:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1120:1:46", + "nodeType": "YulLiteral", + "src": "1120:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1110:6:46", + "nodeType": "YulIdentifier", + "src": "1110:6:46" + }, + "nativeSrc": "1110:12:46", + "nodeType": "YulFunctionCall", + "src": "1110:12:46" + }, + "nativeSrc": "1110:12:46", + "nodeType": "YulExpressionStatement", + "src": "1110:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "1083:7:46", + "nodeType": "YulIdentifier", + "src": "1083:7:46" + }, + { + "name": "headStart", + "nativeSrc": "1092:9:46", + "nodeType": "YulIdentifier", + "src": "1092:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "1079:3:46", + "nodeType": "YulIdentifier", + "src": "1079:3:46" + }, + "nativeSrc": "1079:23:46", + "nodeType": "YulFunctionCall", + "src": "1079:23:46" + }, + { + "kind": "number", + "nativeSrc": "1104:2:46", + "nodeType": "YulLiteral", + "src": "1104:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "1075:3:46", + "nodeType": "YulIdentifier", + "src": "1075:3:46" + }, + "nativeSrc": "1075:32:46", + "nodeType": "YulFunctionCall", + "src": "1075:32:46" + }, + "nativeSrc": "1072:52:46", + "nodeType": "YulIf", + "src": "1072:52:46" + }, + { + "nativeSrc": "1133:36:46", + "nodeType": "YulVariableDeclaration", + "src": "1133:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1159:9:46", + "nodeType": "YulIdentifier", + "src": "1159:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "1146:12:46", + "nodeType": "YulIdentifier", + "src": "1146:12:46" + }, + "nativeSrc": "1146:23:46", + "nodeType": "YulFunctionCall", + "src": "1146:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "1137:5:46", + "nodeType": "YulTypedName", + "src": "1137:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "1203:5:46", + "nodeType": "YulIdentifier", + "src": "1203:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "1178:24:46", + "nodeType": "YulIdentifier", + "src": "1178:24:46" + }, + "nativeSrc": "1178:31:46", + "nodeType": "YulFunctionCall", + "src": "1178:31:46" + }, + "nativeSrc": "1178:31:46", + "nodeType": "YulExpressionStatement", + "src": "1178:31:46" + }, + { + "nativeSrc": "1218:15:46", + "nodeType": "YulAssignment", + "src": "1218:15:46", + "value": { + "name": "value", + "nativeSrc": "1228:5:46", + "nodeType": "YulIdentifier", + "src": "1228:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "1218:6:46", + "nodeType": "YulIdentifier", + "src": "1218:6:46" + } + ] + }, + { + "nativeSrc": "1242:46:46", + "nodeType": "YulVariableDeclaration", + "src": "1242:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1273:9:46", + "nodeType": "YulIdentifier", + "src": "1273:9:46" + }, + { + "kind": "number", + "nativeSrc": "1284:2:46", + "nodeType": "YulLiteral", + "src": "1284:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1269:3:46", + "nodeType": "YulIdentifier", + "src": "1269:3:46" + }, + "nativeSrc": "1269:18:46", + "nodeType": "YulFunctionCall", + "src": "1269:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "1256:12:46", + "nodeType": "YulIdentifier", + "src": "1256:12:46" + }, + "nativeSrc": "1256:32:46", + "nodeType": "YulFunctionCall", + "src": "1256:32:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "1246:6:46", + "nodeType": "YulTypedName", + "src": "1246:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1331:16:46", + "nodeType": "YulBlock", + "src": "1331:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1340:1:46", + "nodeType": "YulLiteral", + "src": "1340:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1343:1:46", + "nodeType": "YulLiteral", + "src": "1343:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1333:6:46", + "nodeType": "YulIdentifier", + "src": "1333:6:46" + }, + "nativeSrc": "1333:12:46", + "nodeType": "YulFunctionCall", + "src": "1333:12:46" + }, + "nativeSrc": "1333:12:46", + "nodeType": "YulExpressionStatement", + "src": "1333:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "1303:6:46", + "nodeType": "YulIdentifier", + "src": "1303:6:46" + }, + { + "kind": "number", + "nativeSrc": "1311:18:46", + "nodeType": "YulLiteral", + "src": "1311:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1300:2:46", + "nodeType": "YulIdentifier", + "src": "1300:2:46" + }, + "nativeSrc": "1300:30:46", + "nodeType": "YulFunctionCall", + "src": "1300:30:46" + }, + "nativeSrc": "1297:50:46", + "nodeType": "YulIf", + "src": "1297:50:46" + }, + { + "nativeSrc": "1356:95:46", + "nodeType": "YulVariableDeclaration", + "src": "1356:95:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1423:9:46", + "nodeType": "YulIdentifier", + "src": "1423:9:46" + }, + { + "name": "offset", + "nativeSrc": "1434:6:46", + "nodeType": "YulIdentifier", + "src": "1434:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1419:3:46", + "nodeType": "YulIdentifier", + "src": "1419:3:46" + }, + "nativeSrc": "1419:22:46", + "nodeType": "YulFunctionCall", + "src": "1419:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "1443:7:46", + "nodeType": "YulIdentifier", + "src": "1443:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_bytes4_dyn_calldata", + "nativeSrc": "1382:36:46", + "nodeType": "YulIdentifier", + "src": "1382:36:46" + }, + "nativeSrc": "1382:69:46", + "nodeType": "YulFunctionCall", + "src": "1382:69:46" + }, + "variables": [ + { + "name": "value1_1", + "nativeSrc": "1360:8:46", + "nodeType": "YulTypedName", + "src": "1360:8:46", + "type": "" + }, + { + "name": "value2_1", + "nativeSrc": "1370:8:46", + "nodeType": "YulTypedName", + "src": "1370:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "1460:18:46", + "nodeType": "YulAssignment", + "src": "1460:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "1470:8:46", + "nodeType": "YulIdentifier", + "src": "1470:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "1460:6:46", + "nodeType": "YulIdentifier", + "src": "1460:6:46" + } + ] + }, + { + "nativeSrc": "1487:18:46", + "nodeType": "YulAssignment", + "src": "1487:18:46", + "value": { + "name": "value2_1", + "nativeSrc": "1497:8:46", + "nodeType": "YulIdentifier", + "src": "1497:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "1487:6:46", + "nodeType": "YulIdentifier", + "src": "1487:6:46" + } + ] + }, + { + "nativeSrc": "1514:47:46", + "nodeType": "YulAssignment", + "src": "1514:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1546:9:46", + "nodeType": "YulIdentifier", + "src": "1546:9:46" + }, + { + "kind": "number", + "nativeSrc": "1557:2:46", + "nodeType": "YulLiteral", + "src": "1557:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1542:3:46", + "nodeType": "YulIdentifier", + "src": "1542:3:46" + }, + "nativeSrc": "1542:18:46", + "nodeType": "YulFunctionCall", + "src": "1542:18:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "1524:17:46", + "nodeType": "YulIdentifier", + "src": "1524:17:46" + }, + "nativeSrc": "1524:37:46", + "nodeType": "YulFunctionCall", + "src": "1524:37:46" + }, + "variableNames": [ + { + "name": "value3", + "nativeSrc": "1514:6:46", + "nodeType": "YulIdentifier", + "src": "1514:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64", + "nativeSrc": "925:642:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1004:9:46", + "nodeType": "YulTypedName", + "src": "1004:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "1015:7:46", + "nodeType": "YulTypedName", + "src": "1015:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "1027:6:46", + "nodeType": "YulTypedName", + "src": "1027:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "1035:6:46", + "nodeType": "YulTypedName", + "src": "1035:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "1043:6:46", + "nodeType": "YulTypedName", + "src": "1043:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "1051:6:46", + "nodeType": "YulTypedName", + "src": "1051:6:46", + "type": "" + } + ], + "src": "925:642:46" + }, + { + "body": { + "nativeSrc": "1641:115:46", + "nodeType": "YulBlock", + "src": "1641:115:46", + "statements": [ + { + "body": { + "nativeSrc": "1687:16:46", + "nodeType": "YulBlock", + "src": "1687:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1696:1:46", + "nodeType": "YulLiteral", + "src": "1696:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1699:1:46", + "nodeType": "YulLiteral", + "src": "1699:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1689:6:46", + "nodeType": "YulIdentifier", + "src": "1689:6:46" + }, + "nativeSrc": "1689:12:46", + "nodeType": "YulFunctionCall", + "src": "1689:12:46" + }, + "nativeSrc": "1689:12:46", + "nodeType": "YulExpressionStatement", + "src": "1689:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "1662:7:46", + "nodeType": "YulIdentifier", + "src": "1662:7:46" + }, + { + "name": "headStart", + "nativeSrc": "1671:9:46", + "nodeType": "YulIdentifier", + "src": "1671:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "1658:3:46", + "nodeType": "YulIdentifier", + "src": "1658:3:46" + }, + "nativeSrc": "1658:23:46", + "nodeType": "YulFunctionCall", + "src": "1658:23:46" + }, + { + "kind": "number", + "nativeSrc": "1683:2:46", + "nodeType": "YulLiteral", + "src": "1683:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "1654:3:46", + "nodeType": "YulIdentifier", + "src": "1654:3:46" + }, + "nativeSrc": "1654:32:46", + "nodeType": "YulFunctionCall", + "src": "1654:32:46" + }, + "nativeSrc": "1651:52:46", + "nodeType": "YulIf", + "src": "1651:52:46" + }, + { + "nativeSrc": "1712:38:46", + "nodeType": "YulAssignment", + "src": "1712:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1740:9:46", + "nodeType": "YulIdentifier", + "src": "1740:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "1722:17:46", + "nodeType": "YulIdentifier", + "src": "1722:17:46" + }, + "nativeSrc": "1722:28:46", + "nodeType": "YulFunctionCall", + "src": "1722:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "1712:6:46", + "nodeType": "YulIdentifier", + "src": "1712:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64", + "nativeSrc": "1572:184:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1607:9:46", + "nodeType": "YulTypedName", + "src": "1607:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "1618:7:46", + "nodeType": "YulTypedName", + "src": "1618:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "1630:6:46", + "nodeType": "YulTypedName", + "src": "1630:6:46", + "type": "" + } + ], + "src": "1572:184:46" + }, + { + "body": { + "nativeSrc": "1860:93:46", "nodeType": "YulBlock", - "src": "113:101:46", + "src": "1860:93:46", "statements": [ { - "nativeSrc": "123:26:46", + "nativeSrc": "1870:26:46", "nodeType": "YulAssignment", - "src": "123:26:46", + "src": "1870:26:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "135:9:46", + "nativeSrc": "1882:9:46", "nodeType": "YulIdentifier", - "src": "135:9:46" + "src": "1882:9:46" }, { "kind": "number", - "nativeSrc": "146:2:46", + "nativeSrc": "1893:2:46", "nodeType": "YulLiteral", - "src": "146:2:46", + "src": "1893:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "131:3:46", + "nativeSrc": "1878:3:46", "nodeType": "YulIdentifier", - "src": "131:3:46" + "src": "1878:3:46" }, - "nativeSrc": "131:18:46", + "nativeSrc": "1878:18:46", "nodeType": "YulFunctionCall", - "src": "131:18:46" + "src": "1878:18:46" }, "variableNames": [ { "name": "tail", - "nativeSrc": "123:4:46", + "nativeSrc": "1870:4:46", "nodeType": "YulIdentifier", - "src": "123:4:46" + "src": "1870:4:46" } ] }, @@ -295032,129 +299386,129 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "165:9:46", + "nativeSrc": "1912:9:46", "nodeType": "YulIdentifier", - "src": "165:9:46" + "src": "1912:9:46" }, { "arguments": [ { "name": "value0", - "nativeSrc": "180:6:46", + "nativeSrc": "1927:6:46", "nodeType": "YulIdentifier", - "src": "180:6:46" + "src": "1927:6:46" }, { "kind": "number", - "nativeSrc": "188:18:46", + "nativeSrc": "1935:10:46", "nodeType": "YulLiteral", - "src": "188:18:46", + "src": "1935:10:46", "type": "", - "value": "0xffffffffffffffff" + "value": "0xffffffff" } ], "functionName": { "name": "and", - "nativeSrc": "176:3:46", + "nativeSrc": "1923:3:46", "nodeType": "YulIdentifier", - "src": "176:3:46" + "src": "1923:3:46" }, - "nativeSrc": "176:31:46", + "nativeSrc": "1923:23:46", "nodeType": "YulFunctionCall", - "src": "176:31:46" + "src": "1923:23:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "158:6:46", + "nativeSrc": "1905:6:46", "nodeType": "YulIdentifier", - "src": "158:6:46" + "src": "1905:6:46" }, - "nativeSrc": "158:50:46", + "nativeSrc": "1905:42:46", "nodeType": "YulFunctionCall", - "src": "158:50:46" + "src": "1905:42:46" }, - "nativeSrc": "158:50:46", + "nativeSrc": "1905:42:46", "nodeType": "YulExpressionStatement", - "src": "158:50:46" + "src": "1905:42:46" } ] }, - "name": "abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed", - "nativeSrc": "14:200:46", + "name": "abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed", + "nativeSrc": "1761:192:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "82:9:46", + "nativeSrc": "1829:9:46", "nodeType": "YulTypedName", - "src": "82:9:46", + "src": "1829:9:46", "type": "" }, { "name": "value0", - "nativeSrc": "93:6:46", + "nativeSrc": "1840:6:46", "nodeType": "YulTypedName", - "src": "93:6:46", + "src": "1840:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "104:4:46", + "nativeSrc": "1851:4:46", "nodeType": "YulTypedName", - "src": "104:4:46", + "src": "1851:4:46", "type": "" } ], - "src": "14:200:46" + "src": "1761:192:46" }, { "body": { - "nativeSrc": "264:109:46", + "nativeSrc": "2042:332:46", "nodeType": "YulBlock", - "src": "264:109:46", + "src": "2042:332:46", "statements": [ { "body": { - "nativeSrc": "351:16:46", + "nativeSrc": "2088:16:46", "nodeType": "YulBlock", - "src": "351:16:46", + "src": "2088:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "360:1:46", + "nativeSrc": "2097:1:46", "nodeType": "YulLiteral", - "src": "360:1:46", + "src": "2097:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "363:1:46", + "nativeSrc": "2100:1:46", "nodeType": "YulLiteral", - "src": "363:1:46", + "src": "2100:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "353:6:46", + "nativeSrc": "2090:6:46", "nodeType": "YulIdentifier", - "src": "353:6:46" + "src": "2090:6:46" }, - "nativeSrc": "353:12:46", + "nativeSrc": "2090:12:46", "nodeType": "YulFunctionCall", - "src": "353:12:46" + "src": "2090:12:46" }, - "nativeSrc": "353:12:46", + "nativeSrc": "2090:12:46", "nodeType": "YulExpressionStatement", - "src": "353:12:46" + "src": "2090:12:46" } ] }, @@ -295163,125 +299517,394 @@ { "arguments": [ { - "name": "value", - "nativeSrc": "287:5:46", + "name": "dataEnd", + "nativeSrc": "2063:7:46", "nodeType": "YulIdentifier", - "src": "287:5:46" + "src": "2063:7:46" + }, + { + "name": "headStart", + "nativeSrc": "2072:9:46", + "nodeType": "YulIdentifier", + "src": "2072:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "2059:3:46", + "nodeType": "YulIdentifier", + "src": "2059:3:46" + }, + "nativeSrc": "2059:23:46", + "nodeType": "YulFunctionCall", + "src": "2059:23:46" + }, + { + "kind": "number", + "nativeSrc": "2084:2:46", + "nodeType": "YulLiteral", + "src": "2084:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "2055:3:46", + "nodeType": "YulIdentifier", + "src": "2055:3:46" + }, + "nativeSrc": "2055:32:46", + "nodeType": "YulFunctionCall", + "src": "2055:32:46" + }, + "nativeSrc": "2052:52:46", + "nodeType": "YulIf", + "src": "2052:52:46" + }, + { + "nativeSrc": "2113:36:46", + "nodeType": "YulVariableDeclaration", + "src": "2113:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2139:9:46", + "nodeType": "YulIdentifier", + "src": "2139:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2126:12:46", + "nodeType": "YulIdentifier", + "src": "2126:12:46" + }, + "nativeSrc": "2126:23:46", + "nodeType": "YulFunctionCall", + "src": "2126:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "2117:5:46", + "nodeType": "YulTypedName", + "src": "2117:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "2183:5:46", + "nodeType": "YulIdentifier", + "src": "2183:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "2158:24:46", + "nodeType": "YulIdentifier", + "src": "2158:24:46" + }, + "nativeSrc": "2158:31:46", + "nodeType": "YulFunctionCall", + "src": "2158:31:46" + }, + "nativeSrc": "2158:31:46", + "nodeType": "YulExpressionStatement", + "src": "2158:31:46" + }, + { + "nativeSrc": "2198:15:46", + "nodeType": "YulAssignment", + "src": "2198:15:46", + "value": { + "name": "value", + "nativeSrc": "2208:5:46", + "nodeType": "YulIdentifier", + "src": "2208:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "2198:6:46", + "nodeType": "YulIdentifier", + "src": "2198:6:46" + } + ] + }, + { + "nativeSrc": "2222:47:46", + "nodeType": "YulVariableDeclaration", + "src": "2222:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2254:9:46", + "nodeType": "YulIdentifier", + "src": "2254:9:46" + }, + { + "kind": "number", + "nativeSrc": "2265:2:46", + "nodeType": "YulLiteral", + "src": "2265:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2250:3:46", + "nodeType": "YulIdentifier", + "src": "2250:3:46" + }, + "nativeSrc": "2250:18:46", + "nodeType": "YulFunctionCall", + "src": "2250:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2237:12:46", + "nodeType": "YulIdentifier", + "src": "2237:12:46" + }, + "nativeSrc": "2237:32:46", + "nodeType": "YulFunctionCall", + "src": "2237:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "2226:7:46", + "nodeType": "YulTypedName", + "src": "2226:7:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2326:16:46", + "nodeType": "YulBlock", + "src": "2326:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2335:1:46", + "nodeType": "YulLiteral", + "src": "2335:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2338:1:46", + "nodeType": "YulLiteral", + "src": "2338:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2328:6:46", + "nodeType": "YulIdentifier", + "src": "2328:6:46" + }, + "nativeSrc": "2328:12:46", + "nodeType": "YulFunctionCall", + "src": "2328:12:46" + }, + "nativeSrc": "2328:12:46", + "nodeType": "YulExpressionStatement", + "src": "2328:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "2291:7:46", + "nodeType": "YulIdentifier", + "src": "2291:7:46" }, { "arguments": [ { - "name": "value", - "nativeSrc": "298:5:46", - "nodeType": "YulIdentifier", - "src": "298:5:46" - }, - { - "kind": "number", - "nativeSrc": "305:42:46", - "nodeType": "YulLiteral", - "src": "305:42:46", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" + "arguments": [ + { + "name": "value_1", + "nativeSrc": "2314:7:46", + "nodeType": "YulIdentifier", + "src": "2314:7:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2307:6:46", + "nodeType": "YulIdentifier", + "src": "2307:6:46" + }, + "nativeSrc": "2307:15:46", + "nodeType": "YulFunctionCall", + "src": "2307:15:46" } ], "functionName": { - "name": "and", - "nativeSrc": "294:3:46", + "name": "iszero", + "nativeSrc": "2300:6:46", "nodeType": "YulIdentifier", - "src": "294:3:46" + "src": "2300:6:46" }, - "nativeSrc": "294:54:46", + "nativeSrc": "2300:23:46", "nodeType": "YulFunctionCall", - "src": "294:54:46" + "src": "2300:23:46" } ], "functionName": { "name": "eq", - "nativeSrc": "284:2:46", + "nativeSrc": "2288:2:46", "nodeType": "YulIdentifier", - "src": "284:2:46" + "src": "2288:2:46" }, - "nativeSrc": "284:65:46", + "nativeSrc": "2288:36:46", "nodeType": "YulFunctionCall", - "src": "284:65:46" + "src": "2288:36:46" } ], "functionName": { "name": "iszero", - "nativeSrc": "277:6:46", + "nativeSrc": "2281:6:46", "nodeType": "YulIdentifier", - "src": "277:6:46" + "src": "2281:6:46" }, - "nativeSrc": "277:73:46", + "nativeSrc": "2281:44:46", "nodeType": "YulFunctionCall", - "src": "277:73:46" + "src": "2281:44:46" }, - "nativeSrc": "274:93:46", + "nativeSrc": "2278:64:46", "nodeType": "YulIf", - "src": "274:93:46" + "src": "2278:64:46" + }, + { + "nativeSrc": "2351:17:46", + "nodeType": "YulAssignment", + "src": "2351:17:46", + "value": { + "name": "value_1", + "nativeSrc": "2361:7:46", + "nodeType": "YulIdentifier", + "src": "2361:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "2351:6:46", + "nodeType": "YulIdentifier", + "src": "2351:6:46" + } + ] } ] }, - "name": "validator_revert_address", - "nativeSrc": "219:154:46", + "name": "abi_decode_tuple_t_addresst_bool", + "nativeSrc": "1958:416:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "value", - "nativeSrc": "253:5:46", + "name": "headStart", + "nativeSrc": "2000:9:46", "nodeType": "YulTypedName", - "src": "253:5:46", + "src": "2000:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "2011:7:46", + "nodeType": "YulTypedName", + "src": "2011:7:46", "type": "" } ], - "src": "219:154:46" + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "2023:6:46", + "nodeType": "YulTypedName", + "src": "2023:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "2031:6:46", + "nodeType": "YulTypedName", + "src": "2031:6:46", + "type": "" + } + ], + "src": "1958:416:46" }, { "body": { - "nativeSrc": "461:283:46", + "nativeSrc": "2466:301:46", "nodeType": "YulBlock", - "src": "461:283:46", + "src": "2466:301:46", "statements": [ { "body": { - "nativeSrc": "510:16:46", + "nativeSrc": "2512:16:46", "nodeType": "YulBlock", - "src": "510:16:46", + "src": "2512:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "519:1:46", + "nativeSrc": "2521:1:46", "nodeType": "YulLiteral", - "src": "519:1:46", + "src": "2521:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "522:1:46", + "nativeSrc": "2524:1:46", "nodeType": "YulLiteral", - "src": "522:1:46", + "src": "2524:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "512:6:46", + "nativeSrc": "2514:6:46", "nodeType": "YulIdentifier", - "src": "512:6:46" + "src": "2514:6:46" }, - "nativeSrc": "512:12:46", + "nativeSrc": "2514:12:46", "nodeType": "YulFunctionCall", - "src": "512:12:46" + "src": "2514:12:46" }, - "nativeSrc": "512:12:46", + "nativeSrc": "2514:12:46", "nodeType": "YulExpressionStatement", - "src": "512:12:46" + "src": "2514:12:46" } ] }, @@ -295290,457 +299913,558 @@ { "arguments": [ { - "arguments": [ - { - "name": "offset", - "nativeSrc": "489:6:46", - "nodeType": "YulIdentifier", - "src": "489:6:46" - }, - { - "kind": "number", - "nativeSrc": "497:4:46", - "nodeType": "YulLiteral", - "src": "497:4:46", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "485:3:46", - "nodeType": "YulIdentifier", - "src": "485:3:46" - }, - "nativeSrc": "485:17:46", - "nodeType": "YulFunctionCall", - "src": "485:17:46" + "name": "dataEnd", + "nativeSrc": "2487:7:46", + "nodeType": "YulIdentifier", + "src": "2487:7:46" }, { - "name": "end", - "nativeSrc": "504:3:46", + "name": "headStart", + "nativeSrc": "2496:9:46", "nodeType": "YulIdentifier", - "src": "504:3:46" + "src": "2496:9:46" } ], "functionName": { - "name": "slt", - "nativeSrc": "481:3:46", + "name": "sub", + "nativeSrc": "2483:3:46", "nodeType": "YulIdentifier", - "src": "481:3:46" + "src": "2483:3:46" }, - "nativeSrc": "481:27:46", + "nativeSrc": "2483:23:46", "nodeType": "YulFunctionCall", - "src": "481:27:46" + "src": "2483:23:46" + }, + { + "kind": "number", + "nativeSrc": "2508:2:46", + "nodeType": "YulLiteral", + "src": "2508:2:46", + "type": "", + "value": "64" } ], "functionName": { - "name": "iszero", - "nativeSrc": "474:6:46", + "name": "slt", + "nativeSrc": "2479:3:46", "nodeType": "YulIdentifier", - "src": "474:6:46" + "src": "2479:3:46" }, - "nativeSrc": "474:35:46", + "nativeSrc": "2479:32:46", "nodeType": "YulFunctionCall", - "src": "474:35:46" + "src": "2479:32:46" }, - "nativeSrc": "471:55:46", + "nativeSrc": "2476:52:46", "nodeType": "YulIf", - "src": "471:55:46" + "src": "2476:52:46" }, { - "nativeSrc": "535:30:46", - "nodeType": "YulAssignment", - "src": "535:30:46", + "nativeSrc": "2537:36:46", + "nodeType": "YulVariableDeclaration", + "src": "2537:36:46", "value": { "arguments": [ { - "name": "offset", - "nativeSrc": "558:6:46", + "name": "headStart", + "nativeSrc": "2563:9:46", "nodeType": "YulIdentifier", - "src": "558:6:46" + "src": "2563:9:46" } ], "functionName": { "name": "calldataload", - "nativeSrc": "545:12:46", + "nativeSrc": "2550:12:46", "nodeType": "YulIdentifier", - "src": "545:12:46" + "src": "2550:12:46" }, - "nativeSrc": "545:20:46", + "nativeSrc": "2550:23:46", "nodeType": "YulFunctionCall", - "src": "545:20:46" + "src": "2550:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "2541:5:46", + "nodeType": "YulTypedName", + "src": "2541:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "2607:5:46", + "nodeType": "YulIdentifier", + "src": "2607:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "2582:24:46", + "nodeType": "YulIdentifier", + "src": "2582:24:46" + }, + "nativeSrc": "2582:31:46", + "nodeType": "YulFunctionCall", + "src": "2582:31:46" + }, + "nativeSrc": "2582:31:46", + "nodeType": "YulExpressionStatement", + "src": "2582:31:46" + }, + { + "nativeSrc": "2622:15:46", + "nodeType": "YulAssignment", + "src": "2622:15:46", + "value": { + "name": "value", + "nativeSrc": "2632:5:46", + "nodeType": "YulIdentifier", + "src": "2632:5:46" }, "variableNames": [ { - "name": "length", - "nativeSrc": "535:6:46", + "name": "value0", + "nativeSrc": "2622:6:46", "nodeType": "YulIdentifier", - "src": "535:6:46" + "src": "2622:6:46" + } + ] + }, + { + "nativeSrc": "2646:47:46", + "nodeType": "YulVariableDeclaration", + "src": "2646:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2678:9:46", + "nodeType": "YulIdentifier", + "src": "2678:9:46" + }, + { + "kind": "number", + "nativeSrc": "2689:2:46", + "nodeType": "YulLiteral", + "src": "2689:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2674:3:46", + "nodeType": "YulIdentifier", + "src": "2674:3:46" + }, + "nativeSrc": "2674:18:46", + "nodeType": "YulFunctionCall", + "src": "2674:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2661:12:46", + "nodeType": "YulIdentifier", + "src": "2661:12:46" + }, + "nativeSrc": "2661:32:46", + "nodeType": "YulFunctionCall", + "src": "2661:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "2650:7:46", + "nodeType": "YulTypedName", + "src": "2650:7:46", + "type": "" } ] }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "2727:7:46", + "nodeType": "YulIdentifier", + "src": "2727:7:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "2702:24:46", + "nodeType": "YulIdentifier", + "src": "2702:24:46" + }, + "nativeSrc": "2702:33:46", + "nodeType": "YulFunctionCall", + "src": "2702:33:46" + }, + "nativeSrc": "2702:33:46", + "nodeType": "YulExpressionStatement", + "src": "2702:33:46" + }, + { + "nativeSrc": "2744:17:46", + "nodeType": "YulAssignment", + "src": "2744:17:46", + "value": { + "name": "value_1", + "nativeSrc": "2754:7:46", + "nodeType": "YulIdentifier", + "src": "2754:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "2744:6:46", + "nodeType": "YulIdentifier", + "src": "2744:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_address", + "nativeSrc": "2379:388:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2424:9:46", + "nodeType": "YulTypedName", + "src": "2424:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "2435:7:46", + "nodeType": "YulTypedName", + "src": "2435:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "2447:6:46", + "nodeType": "YulTypedName", + "src": "2447:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "2455:6:46", + "nodeType": "YulTypedName", + "src": "2455:6:46", + "type": "" + } + ], + "src": "2379:388:46" + }, + { + "body": { + "nativeSrc": "2844:275:46", + "nodeType": "YulBlock", + "src": "2844:275:46", + "statements": [ { "body": { - "nativeSrc": "608:16:46", + "nativeSrc": "2893:16:46", "nodeType": "YulBlock", - "src": "608:16:46", + "src": "2893:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "617:1:46", + "nativeSrc": "2902:1:46", "nodeType": "YulLiteral", - "src": "617:1:46", + "src": "2902:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "620:1:46", + "nativeSrc": "2905:1:46", "nodeType": "YulLiteral", - "src": "620:1:46", + "src": "2905:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "610:6:46", + "nativeSrc": "2895:6:46", "nodeType": "YulIdentifier", - "src": "610:6:46" + "src": "2895:6:46" }, - "nativeSrc": "610:12:46", + "nativeSrc": "2895:12:46", "nodeType": "YulFunctionCall", - "src": "610:12:46" + "src": "2895:12:46" }, - "nativeSrc": "610:12:46", + "nativeSrc": "2895:12:46", "nodeType": "YulExpressionStatement", - "src": "610:12:46" + "src": "2895:12:46" } ] }, "condition": { "arguments": [ { - "name": "length", - "nativeSrc": "580:6:46", - "nodeType": "YulIdentifier", - "src": "580:6:46" - }, - { - "kind": "number", - "nativeSrc": "588:18:46", - "nodeType": "YulLiteral", - "src": "588:18:46", - "type": "", - "value": "0xffffffffffffffff" + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "2872:6:46", + "nodeType": "YulIdentifier", + "src": "2872:6:46" + }, + { + "kind": "number", + "nativeSrc": "2880:4:46", + "nodeType": "YulLiteral", + "src": "2880:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2868:3:46", + "nodeType": "YulIdentifier", + "src": "2868:3:46" + }, + "nativeSrc": "2868:17:46", + "nodeType": "YulFunctionCall", + "src": "2868:17:46" + }, + { + "name": "end", + "nativeSrc": "2887:3:46", + "nodeType": "YulIdentifier", + "src": "2887:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "2864:3:46", + "nodeType": "YulIdentifier", + "src": "2864:3:46" + }, + "nativeSrc": "2864:27:46", + "nodeType": "YulFunctionCall", + "src": "2864:27:46" } ], "functionName": { - "name": "gt", - "nativeSrc": "577:2:46", + "name": "iszero", + "nativeSrc": "2857:6:46", "nodeType": "YulIdentifier", - "src": "577:2:46" + "src": "2857:6:46" }, - "nativeSrc": "577:30:46", + "nativeSrc": "2857:35:46", "nodeType": "YulFunctionCall", - "src": "577:30:46" + "src": "2857:35:46" }, - "nativeSrc": "574:50:46", + "nativeSrc": "2854:55:46", "nodeType": "YulIf", - "src": "574:50:46" + "src": "2854:55:46" }, { - "nativeSrc": "633:29:46", + "nativeSrc": "2918:30:46", "nodeType": "YulAssignment", - "src": "633:29:46", + "src": "2918:30:46", "value": { "arguments": [ { "name": "offset", - "nativeSrc": "649:6:46", + "nativeSrc": "2941:6:46", "nodeType": "YulIdentifier", - "src": "649:6:46" - }, - { - "kind": "number", - "nativeSrc": "657:4:46", - "nodeType": "YulLiteral", - "src": "657:4:46", - "type": "", - "value": "0x20" + "src": "2941:6:46" } ], "functionName": { - "name": "add", - "nativeSrc": "645:3:46", + "name": "calldataload", + "nativeSrc": "2928:12:46", "nodeType": "YulIdentifier", - "src": "645:3:46" + "src": "2928:12:46" }, - "nativeSrc": "645:17:46", + "nativeSrc": "2928:20:46", "nodeType": "YulFunctionCall", - "src": "645:17:46" + "src": "2928:20:46" }, "variableNames": [ { - "name": "arrayPos", - "nativeSrc": "633:8:46", + "name": "length", + "nativeSrc": "2918:6:46", "nodeType": "YulIdentifier", - "src": "633:8:46" + "src": "2918:6:46" } ] }, { "body": { - "nativeSrc": "722:16:46", + "nativeSrc": "2991:16:46", "nodeType": "YulBlock", - "src": "722:16:46", + "src": "2991:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "731:1:46", + "nativeSrc": "3000:1:46", "nodeType": "YulLiteral", - "src": "731:1:46", + "src": "3000:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "734:1:46", + "nativeSrc": "3003:1:46", "nodeType": "YulLiteral", - "src": "734:1:46", + "src": "3003:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "724:6:46", + "nativeSrc": "2993:6:46", "nodeType": "YulIdentifier", - "src": "724:6:46" + "src": "2993:6:46" }, - "nativeSrc": "724:12:46", + "nativeSrc": "2993:12:46", "nodeType": "YulFunctionCall", - "src": "724:12:46" + "src": "2993:12:46" }, - "nativeSrc": "724:12:46", + "nativeSrc": "2993:12:46", "nodeType": "YulExpressionStatement", - "src": "724:12:46" + "src": "2993:12:46" } ] }, "condition": { "arguments": [ { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "685:6:46", - "nodeType": "YulIdentifier", - "src": "685:6:46" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "697:1:46", - "nodeType": "YulLiteral", - "src": "697:1:46", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "700:6:46", - "nodeType": "YulIdentifier", - "src": "700:6:46" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "693:3:46", - "nodeType": "YulIdentifier", - "src": "693:3:46" - }, - "nativeSrc": "693:14:46", - "nodeType": "YulFunctionCall", - "src": "693:14:46" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "681:3:46", - "nodeType": "YulIdentifier", - "src": "681:3:46" - }, - "nativeSrc": "681:27:46", - "nodeType": "YulFunctionCall", - "src": "681:27:46" - }, - { - "kind": "number", - "nativeSrc": "710:4:46", - "nodeType": "YulLiteral", - "src": "710:4:46", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "677:3:46", - "nodeType": "YulIdentifier", - "src": "677:3:46" - }, - "nativeSrc": "677:38:46", - "nodeType": "YulFunctionCall", - "src": "677:38:46" + "name": "length", + "nativeSrc": "2963:6:46", + "nodeType": "YulIdentifier", + "src": "2963:6:46" }, { - "name": "end", - "nativeSrc": "717:3:46", - "nodeType": "YulIdentifier", - "src": "717:3:46" + "kind": "number", + "nativeSrc": "2971:18:46", + "nodeType": "YulLiteral", + "src": "2971:18:46", + "type": "", + "value": "0xffffffffffffffff" } ], "functionName": { "name": "gt", - "nativeSrc": "674:2:46", + "nativeSrc": "2960:2:46", "nodeType": "YulIdentifier", - "src": "674:2:46" + "src": "2960:2:46" }, - "nativeSrc": "674:47:46", + "nativeSrc": "2960:30:46", "nodeType": "YulFunctionCall", - "src": "674:47:46" + "src": "2960:30:46" }, - "nativeSrc": "671:67:46", + "nativeSrc": "2957:50:46", "nodeType": "YulIf", - "src": "671:67:46" - } - ] - }, - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "378:366:46", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "424:6:46", - "nodeType": "YulTypedName", - "src": "424:6:46", - "type": "" - }, - { - "name": "end", - "nativeSrc": "432:3:46", - "nodeType": "YulTypedName", - "src": "432:3:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "arrayPos", - "nativeSrc": "440:8:46", - "nodeType": "YulTypedName", - "src": "440:8:46", - "type": "" - }, - { - "name": "length", - "nativeSrc": "450:6:46", - "nodeType": "YulTypedName", - "src": "450:6:46", - "type": "" - } - ], - "src": "378:366:46" - }, - { - "body": { - "nativeSrc": "797:123:46", - "nodeType": "YulBlock", - "src": "797:123:46", - "statements": [ + "src": "2957:50:46" + }, { - "nativeSrc": "807:29:46", + "nativeSrc": "3016:29:46", "nodeType": "YulAssignment", - "src": "807:29:46", + "src": "3016:29:46", "value": { "arguments": [ { "name": "offset", - "nativeSrc": "829:6:46", + "nativeSrc": "3032:6:46", "nodeType": "YulIdentifier", - "src": "829:6:46" + "src": "3032:6:46" + }, + { + "kind": "number", + "nativeSrc": "3040:4:46", + "nodeType": "YulLiteral", + "src": "3040:4:46", + "type": "", + "value": "0x20" } ], "functionName": { - "name": "calldataload", - "nativeSrc": "816:12:46", + "name": "add", + "nativeSrc": "3028:3:46", "nodeType": "YulIdentifier", - "src": "816:12:46" + "src": "3028:3:46" }, - "nativeSrc": "816:20:46", + "nativeSrc": "3028:17:46", "nodeType": "YulFunctionCall", - "src": "816:20:46" + "src": "3028:17:46" }, "variableNames": [ { - "name": "value", - "nativeSrc": "807:5:46", + "name": "arrayPos", + "nativeSrc": "3016:8:46", "nodeType": "YulIdentifier", - "src": "807:5:46" + "src": "3016:8:46" } ] }, { "body": { - "nativeSrc": "898:16:46", + "nativeSrc": "3097:16:46", "nodeType": "YulBlock", - "src": "898:16:46", + "src": "3097:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "907:1:46", + "nativeSrc": "3106:1:46", "nodeType": "YulLiteral", - "src": "907:1:46", + "src": "3106:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "910:1:46", + "nativeSrc": "3109:1:46", "nodeType": "YulLiteral", - "src": "910:1:46", + "src": "3109:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "900:6:46", + "nativeSrc": "3099:6:46", "nodeType": "YulIdentifier", - "src": "900:6:46" + "src": "3099:6:46" }, - "nativeSrc": "900:12:46", + "nativeSrc": "3099:12:46", "nodeType": "YulFunctionCall", - "src": "900:12:46" + "src": "3099:12:46" }, - "nativeSrc": "900:12:46", + "nativeSrc": "3099:12:46", "nodeType": "YulExpressionStatement", - "src": "900:12:46" + "src": "3099:12:46" } ] }, @@ -295748,135 +300472,155 @@ "arguments": [ { "arguments": [ - { - "name": "value", - "nativeSrc": "858:5:46", - "nodeType": "YulIdentifier", - "src": "858:5:46" - }, { "arguments": [ { - "name": "value", - "nativeSrc": "869:5:46", + "name": "offset", + "nativeSrc": "3068:6:46", "nodeType": "YulIdentifier", - "src": "869:5:46" + "src": "3068:6:46" }, { - "kind": "number", - "nativeSrc": "876:18:46", - "nodeType": "YulLiteral", - "src": "876:18:46", - "type": "", - "value": "0xffffffffffffffff" + "name": "length", + "nativeSrc": "3076:6:46", + "nodeType": "YulIdentifier", + "src": "3076:6:46" } ], "functionName": { - "name": "and", - "nativeSrc": "865:3:46", + "name": "add", + "nativeSrc": "3064:3:46", "nodeType": "YulIdentifier", - "src": "865:3:46" + "src": "3064:3:46" }, - "nativeSrc": "865:30:46", + "nativeSrc": "3064:19:46", "nodeType": "YulFunctionCall", - "src": "865:30:46" + "src": "3064:19:46" + }, + { + "kind": "number", + "nativeSrc": "3085:4:46", + "nodeType": "YulLiteral", + "src": "3085:4:46", + "type": "", + "value": "0x20" } ], "functionName": { - "name": "eq", - "nativeSrc": "855:2:46", + "name": "add", + "nativeSrc": "3060:3:46", "nodeType": "YulIdentifier", - "src": "855:2:46" + "src": "3060:3:46" }, - "nativeSrc": "855:41:46", + "nativeSrc": "3060:30:46", "nodeType": "YulFunctionCall", - "src": "855:41:46" + "src": "3060:30:46" + }, + { + "name": "end", + "nativeSrc": "3092:3:46", + "nodeType": "YulIdentifier", + "src": "3092:3:46" } ], "functionName": { - "name": "iszero", - "nativeSrc": "848:6:46", + "name": "gt", + "nativeSrc": "3057:2:46", "nodeType": "YulIdentifier", - "src": "848:6:46" + "src": "3057:2:46" }, - "nativeSrc": "848:49:46", + "nativeSrc": "3057:39:46", "nodeType": "YulFunctionCall", - "src": "848:49:46" + "src": "3057:39:46" }, - "nativeSrc": "845:69:46", + "nativeSrc": "3054:59:46", "nodeType": "YulIf", - "src": "845:69:46" + "src": "3054:59:46" } ] }, - "name": "abi_decode_uint64", - "nativeSrc": "749:171:46", + "name": "abi_decode_bytes_calldata", + "nativeSrc": "2772:347:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "offset", - "nativeSrc": "776:6:46", + "nativeSrc": "2807:6:46", "nodeType": "YulTypedName", - "src": "776:6:46", + "src": "2807:6:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "2815:3:46", + "nodeType": "YulTypedName", + "src": "2815:3:46", "type": "" } ], "returnVariables": [ { - "name": "value", - "nativeSrc": "787:5:46", + "name": "arrayPos", + "nativeSrc": "2823:8:46", "nodeType": "YulTypedName", - "src": "787:5:46", + "src": "2823:8:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "2833:6:46", + "nodeType": "YulTypedName", + "src": "2833:6:46", "type": "" } ], - "src": "749:171:46" + "src": "2772:347:46" }, { "body": { - "nativeSrc": "1062:505:46", + "nativeSrc": "3230:438:46", "nodeType": "YulBlock", - "src": "1062:505:46", + "src": "3230:438:46", "statements": [ { "body": { - "nativeSrc": "1108:16:46", + "nativeSrc": "3276:16:46", "nodeType": "YulBlock", - "src": "1108:16:46", + "src": "3276:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "1117:1:46", + "nativeSrc": "3285:1:46", "nodeType": "YulLiteral", - "src": "1117:1:46", + "src": "3285:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "1120:1:46", + "nativeSrc": "3288:1:46", "nodeType": "YulLiteral", - "src": "1120:1:46", + "src": "3288:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "1110:6:46", + "nativeSrc": "3278:6:46", "nodeType": "YulIdentifier", - "src": "1110:6:46" + "src": "3278:6:46" }, - "nativeSrc": "1110:12:46", + "nativeSrc": "3278:12:46", "nodeType": "YulFunctionCall", - "src": "1110:12:46" + "src": "3278:12:46" }, - "nativeSrc": "1110:12:46", + "nativeSrc": "3278:12:46", "nodeType": "YulExpressionStatement", - "src": "1110:12:46" + "src": "3278:12:46" } ] }, @@ -295886,79 +300630,79 @@ "arguments": [ { "name": "dataEnd", - "nativeSrc": "1083:7:46", + "nativeSrc": "3251:7:46", "nodeType": "YulIdentifier", - "src": "1083:7:46" + "src": "3251:7:46" }, { "name": "headStart", - "nativeSrc": "1092:9:46", + "nativeSrc": "3260:9:46", "nodeType": "YulIdentifier", - "src": "1092:9:46" + "src": "3260:9:46" } ], "functionName": { "name": "sub", - "nativeSrc": "1079:3:46", + "nativeSrc": "3247:3:46", "nodeType": "YulIdentifier", - "src": "1079:3:46" + "src": "3247:3:46" }, - "nativeSrc": "1079:23:46", + "nativeSrc": "3247:23:46", "nodeType": "YulFunctionCall", - "src": "1079:23:46" + "src": "3247:23:46" }, { "kind": "number", - "nativeSrc": "1104:2:46", + "nativeSrc": "3272:2:46", "nodeType": "YulLiteral", - "src": "1104:2:46", + "src": "3272:2:46", "type": "", - "value": "96" + "value": "64" } ], "functionName": { "name": "slt", - "nativeSrc": "1075:3:46", + "nativeSrc": "3243:3:46", "nodeType": "YulIdentifier", - "src": "1075:3:46" + "src": "3243:3:46" }, - "nativeSrc": "1075:32:46", + "nativeSrc": "3243:32:46", "nodeType": "YulFunctionCall", - "src": "1075:32:46" + "src": "3243:32:46" }, - "nativeSrc": "1072:52:46", + "nativeSrc": "3240:52:46", "nodeType": "YulIf", - "src": "1072:52:46" + "src": "3240:52:46" }, { - "nativeSrc": "1133:36:46", + "nativeSrc": "3301:36:46", "nodeType": "YulVariableDeclaration", - "src": "1133:36:46", + "src": "3301:36:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "1159:9:46", + "nativeSrc": "3327:9:46", "nodeType": "YulIdentifier", - "src": "1159:9:46" + "src": "3327:9:46" } ], "functionName": { "name": "calldataload", - "nativeSrc": "1146:12:46", + "nativeSrc": "3314:12:46", "nodeType": "YulIdentifier", - "src": "1146:12:46" + "src": "3314:12:46" }, - "nativeSrc": "1146:23:46", + "nativeSrc": "3314:23:46", "nodeType": "YulFunctionCall", - "src": "1146:23:46" + "src": "3314:23:46" }, "variables": [ { "name": "value", - "nativeSrc": "1137:5:46", + "nativeSrc": "3305:5:46", "nodeType": "YulTypedName", - "src": "1137:5:46", + "src": "3305:5:46", "type": "" } ] @@ -295968,137 +300712,137 @@ "arguments": [ { "name": "value", - "nativeSrc": "1203:5:46", + "nativeSrc": "3371:5:46", "nodeType": "YulIdentifier", - "src": "1203:5:46" + "src": "3371:5:46" } ], "functionName": { "name": "validator_revert_address", - "nativeSrc": "1178:24:46", + "nativeSrc": "3346:24:46", "nodeType": "YulIdentifier", - "src": "1178:24:46" + "src": "3346:24:46" }, - "nativeSrc": "1178:31:46", + "nativeSrc": "3346:31:46", "nodeType": "YulFunctionCall", - "src": "1178:31:46" + "src": "3346:31:46" }, - "nativeSrc": "1178:31:46", + "nativeSrc": "3346:31:46", "nodeType": "YulExpressionStatement", - "src": "1178:31:46" + "src": "3346:31:46" }, { - "nativeSrc": "1218:15:46", + "nativeSrc": "3386:15:46", "nodeType": "YulAssignment", - "src": "1218:15:46", + "src": "3386:15:46", "value": { "name": "value", - "nativeSrc": "1228:5:46", + "nativeSrc": "3396:5:46", "nodeType": "YulIdentifier", - "src": "1228:5:46" + "src": "3396:5:46" }, "variableNames": [ { "name": "value0", - "nativeSrc": "1218:6:46", + "nativeSrc": "3386:6:46", "nodeType": "YulIdentifier", - "src": "1218:6:46" + "src": "3386:6:46" } ] }, { - "nativeSrc": "1242:46:46", + "nativeSrc": "3410:46:46", "nodeType": "YulVariableDeclaration", - "src": "1242:46:46", + "src": "3410:46:46", "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "1273:9:46", + "nativeSrc": "3441:9:46", "nodeType": "YulIdentifier", - "src": "1273:9:46" + "src": "3441:9:46" }, { "kind": "number", - "nativeSrc": "1284:2:46", + "nativeSrc": "3452:2:46", "nodeType": "YulLiteral", - "src": "1284:2:46", + "src": "3452:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "1269:3:46", + "nativeSrc": "3437:3:46", "nodeType": "YulIdentifier", - "src": "1269:3:46" + "src": "3437:3:46" }, - "nativeSrc": "1269:18:46", + "nativeSrc": "3437:18:46", "nodeType": "YulFunctionCall", - "src": "1269:18:46" + "src": "3437:18:46" } ], "functionName": { "name": "calldataload", - "nativeSrc": "1256:12:46", + "nativeSrc": "3424:12:46", "nodeType": "YulIdentifier", - "src": "1256:12:46" + "src": "3424:12:46" }, - "nativeSrc": "1256:32:46", + "nativeSrc": "3424:32:46", "nodeType": "YulFunctionCall", - "src": "1256:32:46" + "src": "3424:32:46" }, "variables": [ { "name": "offset", - "nativeSrc": "1246:6:46", + "nativeSrc": "3414:6:46", "nodeType": "YulTypedName", - "src": "1246:6:46", + "src": "3414:6:46", "type": "" } ] }, { "body": { - "nativeSrc": "1331:16:46", + "nativeSrc": "3499:16:46", "nodeType": "YulBlock", - "src": "1331:16:46", + "src": "3499:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "1340:1:46", + "nativeSrc": "3508:1:46", "nodeType": "YulLiteral", - "src": "1340:1:46", + "src": "3508:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "1343:1:46", + "nativeSrc": "3511:1:46", "nodeType": "YulLiteral", - "src": "1343:1:46", + "src": "3511:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "1333:6:46", + "nativeSrc": "3501:6:46", "nodeType": "YulIdentifier", - "src": "1333:6:46" + "src": "3501:6:46" }, - "nativeSrc": "1333:12:46", + "nativeSrc": "3501:12:46", "nodeType": "YulFunctionCall", - "src": "1333:12:46" + "src": "3501:12:46" }, - "nativeSrc": "1333:12:46", + "nativeSrc": "3501:12:46", "nodeType": "YulExpressionStatement", - "src": "1333:12:46" + "src": "3501:12:46" } ] }, @@ -296106,287 +300850,259 @@ "arguments": [ { "name": "offset", - "nativeSrc": "1303:6:46", + "nativeSrc": "3471:6:46", "nodeType": "YulIdentifier", - "src": "1303:6:46" + "src": "3471:6:46" }, { "kind": "number", - "nativeSrc": "1311:18:46", + "nativeSrc": "3479:18:46", "nodeType": "YulLiteral", - "src": "1311:18:46", + "src": "3479:18:46", "type": "", "value": "0xffffffffffffffff" } ], "functionName": { "name": "gt", - "nativeSrc": "1300:2:46", + "nativeSrc": "3468:2:46", "nodeType": "YulIdentifier", - "src": "1300:2:46" + "src": "3468:2:46" }, - "nativeSrc": "1300:30:46", + "nativeSrc": "3468:30:46", "nodeType": "YulFunctionCall", - "src": "1300:30:46" + "src": "3468:30:46" }, - "nativeSrc": "1297:50:46", + "nativeSrc": "3465:50:46", "nodeType": "YulIf", - "src": "1297:50:46" + "src": "3465:50:46" }, { - "nativeSrc": "1356:95:46", + "nativeSrc": "3524:84:46", "nodeType": "YulVariableDeclaration", - "src": "1356:95:46", + "src": "3524:84:46", "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "1423:9:46", + "nativeSrc": "3580:9:46", "nodeType": "YulIdentifier", - "src": "1423:9:46" + "src": "3580:9:46" }, { "name": "offset", - "nativeSrc": "1434:6:46", + "nativeSrc": "3591:6:46", "nodeType": "YulIdentifier", - "src": "1434:6:46" + "src": "3591:6:46" } ], "functionName": { "name": "add", - "nativeSrc": "1419:3:46", + "nativeSrc": "3576:3:46", "nodeType": "YulIdentifier", - "src": "1419:3:46" + "src": "3576:3:46" }, - "nativeSrc": "1419:22:46", + "nativeSrc": "3576:22:46", "nodeType": "YulFunctionCall", - "src": "1419:22:46" + "src": "3576:22:46" }, { "name": "dataEnd", - "nativeSrc": "1443:7:46", + "nativeSrc": "3600:7:46", "nodeType": "YulIdentifier", - "src": "1443:7:46" + "src": "3600:7:46" } ], "functionName": { - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "1382:36:46", + "name": "abi_decode_bytes_calldata", + "nativeSrc": "3550:25:46", "nodeType": "YulIdentifier", - "src": "1382:36:46" + "src": "3550:25:46" }, - "nativeSrc": "1382:69:46", + "nativeSrc": "3550:58:46", "nodeType": "YulFunctionCall", - "src": "1382:69:46" + "src": "3550:58:46" }, "variables": [ { "name": "value1_1", - "nativeSrc": "1360:8:46", + "nativeSrc": "3528:8:46", "nodeType": "YulTypedName", - "src": "1360:8:46", + "src": "3528:8:46", "type": "" }, { "name": "value2_1", - "nativeSrc": "1370:8:46", + "nativeSrc": "3538:8:46", "nodeType": "YulTypedName", - "src": "1370:8:46", + "src": "3538:8:46", "type": "" } ] }, { - "nativeSrc": "1460:18:46", + "nativeSrc": "3617:18:46", "nodeType": "YulAssignment", - "src": "1460:18:46", + "src": "3617:18:46", "value": { "name": "value1_1", - "nativeSrc": "1470:8:46", + "nativeSrc": "3627:8:46", "nodeType": "YulIdentifier", - "src": "1470:8:46" + "src": "3627:8:46" }, "variableNames": [ { "name": "value1", - "nativeSrc": "1460:6:46", + "nativeSrc": "3617:6:46", "nodeType": "YulIdentifier", - "src": "1460:6:46" + "src": "3617:6:46" } ] }, { - "nativeSrc": "1487:18:46", + "nativeSrc": "3644:18:46", "nodeType": "YulAssignment", - "src": "1487:18:46", + "src": "3644:18:46", "value": { "name": "value2_1", - "nativeSrc": "1497:8:46", + "nativeSrc": "3654:8:46", "nodeType": "YulIdentifier", - "src": "1497:8:46" + "src": "3654:8:46" }, "variableNames": [ { "name": "value2", - "nativeSrc": "1487:6:46", - "nodeType": "YulIdentifier", - "src": "1487:6:46" - } - ] - }, - { - "nativeSrc": "1514:47:46", - "nodeType": "YulAssignment", - "src": "1514:47:46", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1546:9:46", - "nodeType": "YulIdentifier", - "src": "1546:9:46" - }, - { - "kind": "number", - "nativeSrc": "1557:2:46", - "nodeType": "YulLiteral", - "src": "1557:2:46", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1542:3:46", - "nodeType": "YulIdentifier", - "src": "1542:3:46" - }, - "nativeSrc": "1542:18:46", - "nodeType": "YulFunctionCall", - "src": "1542:18:46" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "1524:17:46", - "nodeType": "YulIdentifier", - "src": "1524:17:46" - }, - "nativeSrc": "1524:37:46", - "nodeType": "YulFunctionCall", - "src": "1524:37:46" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "1514:6:46", + "nativeSrc": "3644:6:46", "nodeType": "YulIdentifier", - "src": "1514:6:46" + "src": "3644:6:46" } ] } ] }, - "name": "abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64", - "nativeSrc": "925:642:46", + "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptr", + "nativeSrc": "3124:544:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "1004:9:46", + "nativeSrc": "3180:9:46", "nodeType": "YulTypedName", - "src": "1004:9:46", + "src": "3180:9:46", "type": "" }, { "name": "dataEnd", - "nativeSrc": "1015:7:46", + "nativeSrc": "3191:7:46", "nodeType": "YulTypedName", - "src": "1015:7:46", + "src": "3191:7:46", "type": "" } ], "returnVariables": [ { "name": "value0", - "nativeSrc": "1027:6:46", + "nativeSrc": "3203:6:46", "nodeType": "YulTypedName", - "src": "1027:6:46", + "src": "3203:6:46", "type": "" }, { "name": "value1", - "nativeSrc": "1035:6:46", + "nativeSrc": "3211:6:46", "nodeType": "YulTypedName", - "src": "1035:6:46", + "src": "3211:6:46", "type": "" }, { "name": "value2", - "nativeSrc": "1043:6:46", - "nodeType": "YulTypedName", - "src": "1043:6:46", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "1051:6:46", + "nativeSrc": "3219:6:46", "nodeType": "YulTypedName", - "src": "1051:6:46", + "src": "3219:6:46", "type": "" } ], - "src": "925:642:46" + "src": "3124:544:46" }, { "body": { - "nativeSrc": "1641:115:46", + "nativeSrc": "3721:115:46", "nodeType": "YulBlock", - "src": "1641:115:46", + "src": "3721:115:46", "statements": [ + { + "nativeSrc": "3731:29:46", + "nodeType": "YulAssignment", + "src": "3731:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3753:6:46", + "nodeType": "YulIdentifier", + "src": "3753:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "3740:12:46", + "nodeType": "YulIdentifier", + "src": "3740:12:46" + }, + "nativeSrc": "3740:20:46", + "nodeType": "YulFunctionCall", + "src": "3740:20:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "3731:5:46", + "nodeType": "YulIdentifier", + "src": "3731:5:46" + } + ] + }, { "body": { - "nativeSrc": "1687:16:46", + "nativeSrc": "3814:16:46", "nodeType": "YulBlock", - "src": "1687:16:46", + "src": "3814:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "1696:1:46", + "nativeSrc": "3823:1:46", "nodeType": "YulLiteral", - "src": "1696:1:46", + "src": "3823:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "1699:1:46", + "nativeSrc": "3826:1:46", "nodeType": "YulLiteral", - "src": "1699:1:46", + "src": "3826:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "1689:6:46", + "nativeSrc": "3816:6:46", "nodeType": "YulIdentifier", - "src": "1689:6:46" + "src": "3816:6:46" }, - "nativeSrc": "1689:12:46", + "nativeSrc": "3816:12:46", "nodeType": "YulFunctionCall", - "src": "1689:12:46" + "src": "3816:12:46" }, - "nativeSrc": "1689:12:46", + "nativeSrc": "3816:12:46", "nodeType": "YulExpressionStatement", - "src": "1689:12:46" + "src": "3816:12:46" } ] }, @@ -296395,289 +301111,134 @@ { "arguments": [ { - "name": "dataEnd", - "nativeSrc": "1662:7:46", + "name": "value", + "nativeSrc": "3782:5:46", "nodeType": "YulIdentifier", - "src": "1662:7:46" + "src": "3782:5:46" }, { - "name": "headStart", - "nativeSrc": "1671:9:46", - "nodeType": "YulIdentifier", - "src": "1671:9:46" + "arguments": [ + { + "name": "value", + "nativeSrc": "3793:5:46", + "nodeType": "YulIdentifier", + "src": "3793:5:46" + }, + { + "kind": "number", + "nativeSrc": "3800:10:46", + "nodeType": "YulLiteral", + "src": "3800:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "3789:3:46", + "nodeType": "YulIdentifier", + "src": "3789:3:46" + }, + "nativeSrc": "3789:22:46", + "nodeType": "YulFunctionCall", + "src": "3789:22:46" } ], "functionName": { - "name": "sub", - "nativeSrc": "1658:3:46", + "name": "eq", + "nativeSrc": "3779:2:46", "nodeType": "YulIdentifier", - "src": "1658:3:46" + "src": "3779:2:46" }, - "nativeSrc": "1658:23:46", + "nativeSrc": "3779:33:46", "nodeType": "YulFunctionCall", - "src": "1658:23:46" - }, - { - "kind": "number", - "nativeSrc": "1683:2:46", - "nodeType": "YulLiteral", - "src": "1683:2:46", - "type": "", - "value": "32" + "src": "3779:33:46" } ], "functionName": { - "name": "slt", - "nativeSrc": "1654:3:46", + "name": "iszero", + "nativeSrc": "3772:6:46", "nodeType": "YulIdentifier", - "src": "1654:3:46" + "src": "3772:6:46" }, - "nativeSrc": "1654:32:46", + "nativeSrc": "3772:41:46", "nodeType": "YulFunctionCall", - "src": "1654:32:46" + "src": "3772:41:46" }, - "nativeSrc": "1651:52:46", + "nativeSrc": "3769:61:46", "nodeType": "YulIf", - "src": "1651:52:46" - }, - { - "nativeSrc": "1712:38:46", - "nodeType": "YulAssignment", - "src": "1712:38:46", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1740:9:46", - "nodeType": "YulIdentifier", - "src": "1740:9:46" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "1722:17:46", - "nodeType": "YulIdentifier", - "src": "1722:17:46" - }, - "nativeSrc": "1722:28:46", - "nodeType": "YulFunctionCall", - "src": "1722:28:46" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "1712:6:46", - "nodeType": "YulIdentifier", - "src": "1712:6:46" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64", - "nativeSrc": "1572:184:46", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1607:9:46", - "nodeType": "YulTypedName", - "src": "1607:9:46", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "1618:7:46", - "nodeType": "YulTypedName", - "src": "1618:7:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "1630:6:46", - "nodeType": "YulTypedName", - "src": "1630:6:46", - "type": "" - } - ], - "src": "1572:184:46" - }, - { - "body": { - "nativeSrc": "1860:93:46", - "nodeType": "YulBlock", - "src": "1860:93:46", - "statements": [ - { - "nativeSrc": "1870:26:46", - "nodeType": "YulAssignment", - "src": "1870:26:46", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1882:9:46", - "nodeType": "YulIdentifier", - "src": "1882:9:46" - }, - { - "kind": "number", - "nativeSrc": "1893:2:46", - "nodeType": "YulLiteral", - "src": "1893:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1878:3:46", - "nodeType": "YulIdentifier", - "src": "1878:3:46" - }, - "nativeSrc": "1878:18:46", - "nodeType": "YulFunctionCall", - "src": "1878:18:46" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1870:4:46", - "nodeType": "YulIdentifier", - "src": "1870:4:46" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1912:9:46", - "nodeType": "YulIdentifier", - "src": "1912:9:46" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1927:6:46", - "nodeType": "YulIdentifier", - "src": "1927:6:46" - }, - { - "kind": "number", - "nativeSrc": "1935:10:46", - "nodeType": "YulLiteral", - "src": "1935:10:46", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1923:3:46", - "nodeType": "YulIdentifier", - "src": "1923:3:46" - }, - "nativeSrc": "1923:23:46", - "nodeType": "YulFunctionCall", - "src": "1923:23:46" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1905:6:46", - "nodeType": "YulIdentifier", - "src": "1905:6:46" - }, - "nativeSrc": "1905:42:46", - "nodeType": "YulFunctionCall", - "src": "1905:42:46" - }, - "nativeSrc": "1905:42:46", - "nodeType": "YulExpressionStatement", - "src": "1905:42:46" + "src": "3769:61:46" } ] }, - "name": "abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed", - "nativeSrc": "1761:192:46", + "name": "abi_decode_uint32", + "nativeSrc": "3673:163:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "headStart", - "nativeSrc": "1829:9:46", - "nodeType": "YulTypedName", - "src": "1829:9:46", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1840:6:46", + "name": "offset", + "nativeSrc": "3700:6:46", "nodeType": "YulTypedName", - "src": "1840:6:46", + "src": "3700:6:46", "type": "" } ], "returnVariables": [ { - "name": "tail", - "nativeSrc": "1851:4:46", + "name": "value", + "nativeSrc": "3711:5:46", "nodeType": "YulTypedName", - "src": "1851:4:46", + "src": "3711:5:46", "type": "" } ], - "src": "1761:192:46" + "src": "3673:163:46" }, { "body": { - "nativeSrc": "2042:332:46", + "nativeSrc": "3943:289:46", "nodeType": "YulBlock", - "src": "2042:332:46", + "src": "3943:289:46", "statements": [ { "body": { - "nativeSrc": "2088:16:46", + "nativeSrc": "3989:16:46", "nodeType": "YulBlock", - "src": "2088:16:46", + "src": "3989:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "2097:1:46", + "nativeSrc": "3998:1:46", "nodeType": "YulLiteral", - "src": "2097:1:46", + "src": "3998:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "2100:1:46", + "nativeSrc": "4001:1:46", "nodeType": "YulLiteral", - "src": "2100:1:46", + "src": "4001:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "2090:6:46", + "nativeSrc": "3991:6:46", "nodeType": "YulIdentifier", - "src": "2090:6:46" + "src": "3991:6:46" }, - "nativeSrc": "2090:12:46", + "nativeSrc": "3991:12:46", "nodeType": "YulFunctionCall", - "src": "2090:12:46" + "src": "3991:12:46" }, - "nativeSrc": "2090:12:46", + "nativeSrc": "3991:12:46", "nodeType": "YulExpressionStatement", - "src": "2090:12:46" + "src": "3991:12:46" } ] }, @@ -296687,393 +301248,323 @@ "arguments": [ { "name": "dataEnd", - "nativeSrc": "2063:7:46", + "nativeSrc": "3964:7:46", "nodeType": "YulIdentifier", - "src": "2063:7:46" + "src": "3964:7:46" }, { "name": "headStart", - "nativeSrc": "2072:9:46", + "nativeSrc": "3973:9:46", "nodeType": "YulIdentifier", - "src": "2072:9:46" + "src": "3973:9:46" } ], "functionName": { "name": "sub", - "nativeSrc": "2059:3:46", + "nativeSrc": "3960:3:46", "nodeType": "YulIdentifier", - "src": "2059:3:46" + "src": "3960:3:46" }, - "nativeSrc": "2059:23:46", + "nativeSrc": "3960:23:46", "nodeType": "YulFunctionCall", - "src": "2059:23:46" - }, - { - "kind": "number", - "nativeSrc": "2084:2:46", - "nodeType": "YulLiteral", - "src": "2084:2:46", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2055:3:46", - "nodeType": "YulIdentifier", - "src": "2055:3:46" - }, - "nativeSrc": "2055:32:46", - "nodeType": "YulFunctionCall", - "src": "2055:32:46" - }, - "nativeSrc": "2052:52:46", - "nodeType": "YulIf", - "src": "2052:52:46" - }, - { - "nativeSrc": "2113:36:46", - "nodeType": "YulVariableDeclaration", - "src": "2113:36:46", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2139:9:46", - "nodeType": "YulIdentifier", - "src": "2139:9:46" + "src": "3960:23:46" + }, + { + "kind": "number", + "nativeSrc": "3985:2:46", + "nodeType": "YulLiteral", + "src": "3985:2:46", + "type": "", + "value": "96" } ], "functionName": { - "name": "calldataload", - "nativeSrc": "2126:12:46", + "name": "slt", + "nativeSrc": "3956:3:46", "nodeType": "YulIdentifier", - "src": "2126:12:46" + "src": "3956:3:46" }, - "nativeSrc": "2126:23:46", + "nativeSrc": "3956:32:46", "nodeType": "YulFunctionCall", - "src": "2126:23:46" + "src": "3956:32:46" }, - "variables": [ - { - "name": "value", - "nativeSrc": "2117:5:46", - "nodeType": "YulTypedName", - "src": "2117:5:46", - "type": "" - } - ] + "nativeSrc": "3953:52:46", + "nodeType": "YulIf", + "src": "3953:52:46" }, { - "expression": { + "nativeSrc": "4014:38:46", + "nodeType": "YulAssignment", + "src": "4014:38:46", + "value": { "arguments": [ { - "name": "value", - "nativeSrc": "2183:5:46", + "name": "headStart", + "nativeSrc": "4042:9:46", "nodeType": "YulIdentifier", - "src": "2183:5:46" + "src": "4042:9:46" } ], "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2158:24:46", + "name": "abi_decode_uint64", + "nativeSrc": "4024:17:46", "nodeType": "YulIdentifier", - "src": "2158:24:46" + "src": "4024:17:46" }, - "nativeSrc": "2158:31:46", + "nativeSrc": "4024:28:46", "nodeType": "YulFunctionCall", - "src": "2158:31:46" - }, - "nativeSrc": "2158:31:46", - "nodeType": "YulExpressionStatement", - "src": "2158:31:46" - }, - { - "nativeSrc": "2198:15:46", - "nodeType": "YulAssignment", - "src": "2198:15:46", - "value": { - "name": "value", - "nativeSrc": "2208:5:46", - "nodeType": "YulIdentifier", - "src": "2208:5:46" + "src": "4024:28:46" }, "variableNames": [ { "name": "value0", - "nativeSrc": "2198:6:46", + "nativeSrc": "4014:6:46", "nodeType": "YulIdentifier", - "src": "2198:6:46" + "src": "4014:6:46" } ] }, { - "nativeSrc": "2222:47:46", + "nativeSrc": "4061:45:46", "nodeType": "YulVariableDeclaration", - "src": "2222:47:46", + "src": "4061:45:46", "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "2254:9:46", + "nativeSrc": "4091:9:46", "nodeType": "YulIdentifier", - "src": "2254:9:46" + "src": "4091:9:46" }, { "kind": "number", - "nativeSrc": "2265:2:46", + "nativeSrc": "4102:2:46", "nodeType": "YulLiteral", - "src": "2265:2:46", + "src": "4102:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "2250:3:46", + "nativeSrc": "4087:3:46", "nodeType": "YulIdentifier", - "src": "2250:3:46" + "src": "4087:3:46" }, - "nativeSrc": "2250:18:46", + "nativeSrc": "4087:18:46", "nodeType": "YulFunctionCall", - "src": "2250:18:46" + "src": "4087:18:46" } ], "functionName": { "name": "calldataload", - "nativeSrc": "2237:12:46", + "nativeSrc": "4074:12:46", "nodeType": "YulIdentifier", - "src": "2237:12:46" + "src": "4074:12:46" }, - "nativeSrc": "2237:32:46", + "nativeSrc": "4074:32:46", "nodeType": "YulFunctionCall", - "src": "2237:32:46" + "src": "4074:32:46" }, "variables": [ { - "name": "value_1", - "nativeSrc": "2226:7:46", + "name": "value", + "nativeSrc": "4065:5:46", "nodeType": "YulTypedName", - "src": "2226:7:46", + "src": "4065:5:46", "type": "" } ] }, { - "body": { - "nativeSrc": "2326:16:46", - "nodeType": "YulBlock", - "src": "2326:16:46", - "statements": [ + "expression": { + "arguments": [ { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2335:1:46", - "nodeType": "YulLiteral", - "src": "2335:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2338:1:46", - "nodeType": "YulLiteral", - "src": "2338:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2328:6:46", - "nodeType": "YulIdentifier", - "src": "2328:6:46" - }, - "nativeSrc": "2328:12:46", - "nodeType": "YulFunctionCall", - "src": "2328:12:46" - }, - "nativeSrc": "2328:12:46", - "nodeType": "YulExpressionStatement", - "src": "2328:12:46" + "name": "value", + "nativeSrc": "4140:5:46", + "nodeType": "YulIdentifier", + "src": "4140:5:46" } - ] + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "4115:24:46", + "nodeType": "YulIdentifier", + "src": "4115:24:46" + }, + "nativeSrc": "4115:31:46", + "nodeType": "YulFunctionCall", + "src": "4115:31:46" }, - "condition": { + "nativeSrc": "4115:31:46", + "nodeType": "YulExpressionStatement", + "src": "4115:31:46" + }, + { + "nativeSrc": "4155:15:46", + "nodeType": "YulAssignment", + "src": "4155:15:46", + "value": { + "name": "value", + "nativeSrc": "4165:5:46", + "nodeType": "YulIdentifier", + "src": "4165:5:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "4155:6:46", + "nodeType": "YulIdentifier", + "src": "4155:6:46" + } + ] + }, + { + "nativeSrc": "4179:47:46", + "nodeType": "YulAssignment", + "src": "4179:47:46", + "value": { "arguments": [ { "arguments": [ { - "name": "value_1", - "nativeSrc": "2291:7:46", + "name": "headStart", + "nativeSrc": "4211:9:46", "nodeType": "YulIdentifier", - "src": "2291:7:46" + "src": "4211:9:46" }, { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "2314:7:46", - "nodeType": "YulIdentifier", - "src": "2314:7:46" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2307:6:46", - "nodeType": "YulIdentifier", - "src": "2307:6:46" - }, - "nativeSrc": "2307:15:46", - "nodeType": "YulFunctionCall", - "src": "2307:15:46" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2300:6:46", - "nodeType": "YulIdentifier", - "src": "2300:6:46" - }, - "nativeSrc": "2300:23:46", - "nodeType": "YulFunctionCall", - "src": "2300:23:46" + "kind": "number", + "nativeSrc": "4222:2:46", + "nodeType": "YulLiteral", + "src": "4222:2:46", + "type": "", + "value": "64" } ], "functionName": { - "name": "eq", - "nativeSrc": "2288:2:46", + "name": "add", + "nativeSrc": "4207:3:46", "nodeType": "YulIdentifier", - "src": "2288:2:46" + "src": "4207:3:46" }, - "nativeSrc": "2288:36:46", + "nativeSrc": "4207:18:46", "nodeType": "YulFunctionCall", - "src": "2288:36:46" + "src": "4207:18:46" } ], "functionName": { - "name": "iszero", - "nativeSrc": "2281:6:46", + "name": "abi_decode_uint32", + "nativeSrc": "4189:17:46", "nodeType": "YulIdentifier", - "src": "2281:6:46" + "src": "4189:17:46" }, - "nativeSrc": "2281:44:46", + "nativeSrc": "4189:37:46", "nodeType": "YulFunctionCall", - "src": "2281:44:46" - }, - "nativeSrc": "2278:64:46", - "nodeType": "YulIf", - "src": "2278:64:46" - }, - { - "nativeSrc": "2351:17:46", - "nodeType": "YulAssignment", - "src": "2351:17:46", - "value": { - "name": "value_1", - "nativeSrc": "2361:7:46", - "nodeType": "YulIdentifier", - "src": "2361:7:46" + "src": "4189:37:46" }, "variableNames": [ { - "name": "value1", - "nativeSrc": "2351:6:46", + "name": "value2", + "nativeSrc": "4179:6:46", "nodeType": "YulIdentifier", - "src": "2351:6:46" + "src": "4179:6:46" } ] } ] }, - "name": "abi_decode_tuple_t_addresst_bool", - "nativeSrc": "1958:416:46", + "name": "abi_decode_tuple_t_uint64t_addresst_uint32", + "nativeSrc": "3841:391:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "2000:9:46", + "nativeSrc": "3893:9:46", "nodeType": "YulTypedName", - "src": "2000:9:46", + "src": "3893:9:46", "type": "" }, { "name": "dataEnd", - "nativeSrc": "2011:7:46", + "nativeSrc": "3904:7:46", "nodeType": "YulTypedName", - "src": "2011:7:46", + "src": "3904:7:46", "type": "" } ], "returnVariables": [ { "name": "value0", - "nativeSrc": "2023:6:46", + "nativeSrc": "3916:6:46", "nodeType": "YulTypedName", - "src": "2023:6:46", + "src": "3916:6:46", "type": "" }, { "name": "value1", - "nativeSrc": "2031:6:46", + "nativeSrc": "3924:6:46", "nodeType": "YulTypedName", - "src": "2031:6:46", + "src": "3924:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "3932:6:46", + "nodeType": "YulTypedName", + "src": "3932:6:46", "type": "" } ], - "src": "1958:416:46" + "src": "3841:391:46" }, { "body": { - "nativeSrc": "2466:301:46", + "nativeSrc": "4323:233:46", "nodeType": "YulBlock", - "src": "2466:301:46", + "src": "4323:233:46", "statements": [ { "body": { - "nativeSrc": "2512:16:46", + "nativeSrc": "4369:16:46", "nodeType": "YulBlock", - "src": "2512:16:46", + "src": "4369:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "2521:1:46", + "nativeSrc": "4378:1:46", "nodeType": "YulLiteral", - "src": "2521:1:46", + "src": "4378:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "2524:1:46", + "nativeSrc": "4381:1:46", "nodeType": "YulLiteral", - "src": "2524:1:46", + "src": "4381:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "2514:6:46", + "nativeSrc": "4371:6:46", "nodeType": "YulIdentifier", - "src": "2514:6:46" + "src": "4371:6:46" }, - "nativeSrc": "2514:12:46", + "nativeSrc": "4371:12:46", "nodeType": "YulFunctionCall", - "src": "2514:12:46" + "src": "4371:12:46" }, - "nativeSrc": "2514:12:46", + "nativeSrc": "4371:12:46", "nodeType": "YulExpressionStatement", - "src": "2514:12:46" + "src": "4371:12:46" } ] }, @@ -297083,176 +301574,132 @@ "arguments": [ { "name": "dataEnd", - "nativeSrc": "2487:7:46", + "nativeSrc": "4344:7:46", "nodeType": "YulIdentifier", - "src": "2487:7:46" + "src": "4344:7:46" }, { "name": "headStart", - "nativeSrc": "2496:9:46", + "nativeSrc": "4353:9:46", "nodeType": "YulIdentifier", - "src": "2496:9:46" + "src": "4353:9:46" } ], "functionName": { "name": "sub", - "nativeSrc": "2483:3:46", + "nativeSrc": "4340:3:46", "nodeType": "YulIdentifier", - "src": "2483:3:46" + "src": "4340:3:46" }, - "nativeSrc": "2483:23:46", + "nativeSrc": "4340:23:46", "nodeType": "YulFunctionCall", - "src": "2483:23:46" + "src": "4340:23:46" }, { "kind": "number", - "nativeSrc": "2508:2:46", + "nativeSrc": "4365:2:46", "nodeType": "YulLiteral", - "src": "2508:2:46", + "src": "4365:2:46", "type": "", "value": "64" } ], "functionName": { "name": "slt", - "nativeSrc": "2479:3:46", + "nativeSrc": "4336:3:46", "nodeType": "YulIdentifier", - "src": "2479:3:46" + "src": "4336:3:46" }, - "nativeSrc": "2479:32:46", + "nativeSrc": "4336:32:46", "nodeType": "YulFunctionCall", - "src": "2479:32:46" + "src": "4336:32:46" }, - "nativeSrc": "2476:52:46", + "nativeSrc": "4333:52:46", "nodeType": "YulIf", - "src": "2476:52:46" + "src": "4333:52:46" }, { - "nativeSrc": "2537:36:46", - "nodeType": "YulVariableDeclaration", - "src": "2537:36:46", + "nativeSrc": "4394:38:46", + "nodeType": "YulAssignment", + "src": "4394:38:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "2563:9:46", - "nodeType": "YulIdentifier", - "src": "2563:9:46" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2550:12:46", - "nodeType": "YulIdentifier", - "src": "2550:12:46" - }, - "nativeSrc": "2550:23:46", - "nodeType": "YulFunctionCall", - "src": "2550:23:46" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "2541:5:46", - "nodeType": "YulTypedName", - "src": "2541:5:46", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "2607:5:46", + "nativeSrc": "4422:9:46", "nodeType": "YulIdentifier", - "src": "2607:5:46" + "src": "4422:9:46" } ], "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2582:24:46", + "name": "abi_decode_uint64", + "nativeSrc": "4404:17:46", "nodeType": "YulIdentifier", - "src": "2582:24:46" + "src": "4404:17:46" }, - "nativeSrc": "2582:31:46", + "nativeSrc": "4404:28:46", "nodeType": "YulFunctionCall", - "src": "2582:31:46" - }, - "nativeSrc": "2582:31:46", - "nodeType": "YulExpressionStatement", - "src": "2582:31:46" - }, - { - "nativeSrc": "2622:15:46", - "nodeType": "YulAssignment", - "src": "2622:15:46", - "value": { - "name": "value", - "nativeSrc": "2632:5:46", - "nodeType": "YulIdentifier", - "src": "2632:5:46" + "src": "4404:28:46" }, "variableNames": [ { "name": "value0", - "nativeSrc": "2622:6:46", + "nativeSrc": "4394:6:46", "nodeType": "YulIdentifier", - "src": "2622:6:46" + "src": "4394:6:46" } ] }, { - "nativeSrc": "2646:47:46", + "nativeSrc": "4441:45:46", "nodeType": "YulVariableDeclaration", - "src": "2646:47:46", + "src": "4441:45:46", "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "2678:9:46", + "nativeSrc": "4471:9:46", "nodeType": "YulIdentifier", - "src": "2678:9:46" + "src": "4471:9:46" }, { "kind": "number", - "nativeSrc": "2689:2:46", + "nativeSrc": "4482:2:46", "nodeType": "YulLiteral", - "src": "2689:2:46", + "src": "4482:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "2674:3:46", + "nativeSrc": "4467:3:46", "nodeType": "YulIdentifier", - "src": "2674:3:46" + "src": "4467:3:46" }, - "nativeSrc": "2674:18:46", + "nativeSrc": "4467:18:46", "nodeType": "YulFunctionCall", - "src": "2674:18:46" + "src": "4467:18:46" } ], "functionName": { "name": "calldataload", - "nativeSrc": "2661:12:46", + "nativeSrc": "4454:12:46", "nodeType": "YulIdentifier", - "src": "2661:12:46" + "src": "4454:12:46" }, - "nativeSrc": "2661:32:46", + "nativeSrc": "4454:32:46", "nodeType": "YulFunctionCall", - "src": "2661:32:46" + "src": "4454:32:46" }, "variables": [ { - "name": "value_1", - "nativeSrc": "2650:7:46", + "name": "value", + "nativeSrc": "4445:5:46", "nodeType": "YulTypedName", - "src": "2650:7:46", + "src": "4445:5:46", "type": "" } ] @@ -297261,535 +301708,717 @@ "expression": { "arguments": [ { - "name": "value_1", - "nativeSrc": "2727:7:46", + "name": "value", + "nativeSrc": "4520:5:46", "nodeType": "YulIdentifier", - "src": "2727:7:46" + "src": "4520:5:46" } ], "functionName": { "name": "validator_revert_address", - "nativeSrc": "2702:24:46", + "nativeSrc": "4495:24:46", "nodeType": "YulIdentifier", - "src": "2702:24:46" + "src": "4495:24:46" }, - "nativeSrc": "2702:33:46", + "nativeSrc": "4495:31:46", "nodeType": "YulFunctionCall", - "src": "2702:33:46" + "src": "4495:31:46" }, - "nativeSrc": "2702:33:46", + "nativeSrc": "4495:31:46", "nodeType": "YulExpressionStatement", - "src": "2702:33:46" + "src": "4495:31:46" }, { - "nativeSrc": "2744:17:46", + "nativeSrc": "4535:15:46", "nodeType": "YulAssignment", - "src": "2744:17:46", + "src": "4535:15:46", "value": { - "name": "value_1", - "nativeSrc": "2754:7:46", + "name": "value", + "nativeSrc": "4545:5:46", "nodeType": "YulIdentifier", - "src": "2754:7:46" + "src": "4545:5:46" }, "variableNames": [ { "name": "value1", - "nativeSrc": "2744:6:46", + "nativeSrc": "4535:6:46", "nodeType": "YulIdentifier", - "src": "2744:6:46" + "src": "4535:6:46" } ] } ] }, - "name": "abi_decode_tuple_t_addresst_address", - "nativeSrc": "2379:388:46", + "name": "abi_decode_tuple_t_uint64t_address", + "nativeSrc": "4237:319:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "2424:9:46", + "nativeSrc": "4281:9:46", "nodeType": "YulTypedName", - "src": "2424:9:46", + "src": "4281:9:46", "type": "" }, { "name": "dataEnd", - "nativeSrc": "2435:7:46", + "nativeSrc": "4292:7:46", "nodeType": "YulTypedName", - "src": "2435:7:46", + "src": "4292:7:46", "type": "" } ], "returnVariables": [ { "name": "value0", - "nativeSrc": "2447:6:46", + "nativeSrc": "4304:6:46", "nodeType": "YulTypedName", - "src": "2447:6:46", + "src": "4304:6:46", "type": "" }, { "name": "value1", - "nativeSrc": "2455:6:46", + "nativeSrc": "4312:6:46", "nodeType": "YulTypedName", - "src": "2455:6:46", + "src": "4312:6:46", "type": "" } ], - "src": "2379:388:46" + "src": "4237:319:46" }, { "body": { - "nativeSrc": "2844:275:46", + "nativeSrc": "4738:282:46", "nodeType": "YulBlock", - "src": "2844:275:46", + "src": "4738:282:46", "statements": [ { - "body": { - "nativeSrc": "2893:16:46", - "nodeType": "YulBlock", - "src": "2893:16:46", - "statements": [ + "nativeSrc": "4748:27:46", + "nodeType": "YulAssignment", + "src": "4748:27:46", + "value": { + "arguments": [ { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2902:1:46", - "nodeType": "YulLiteral", - "src": "2902:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2905:1:46", - "nodeType": "YulLiteral", - "src": "2905:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2895:6:46", + "name": "headStart", + "nativeSrc": "4760:9:46", + "nodeType": "YulIdentifier", + "src": "4760:9:46" + }, + { + "kind": "number", + "nativeSrc": "4771:3:46", + "nodeType": "YulLiteral", + "src": "4771:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4756:3:46", + "nodeType": "YulIdentifier", + "src": "4756:3:46" + }, + "nativeSrc": "4756:19:46", + "nodeType": "YulFunctionCall", + "src": "4756:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "4748:4:46", + "nodeType": "YulIdentifier", + "src": "4748:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4791:9:46", + "nodeType": "YulIdentifier", + "src": "4791:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "4806:6:46", "nodeType": "YulIdentifier", - "src": "2895:6:46" + "src": "4806:6:46" }, - "nativeSrc": "2895:12:46", - "nodeType": "YulFunctionCall", - "src": "2895:12:46" + { + "kind": "number", + "nativeSrc": "4814:14:46", + "nodeType": "YulLiteral", + "src": "4814:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4802:3:46", + "nodeType": "YulIdentifier", + "src": "4802:3:46" }, - "nativeSrc": "2895:12:46", - "nodeType": "YulExpressionStatement", - "src": "2895:12:46" + "nativeSrc": "4802:27:46", + "nodeType": "YulFunctionCall", + "src": "4802:27:46" } - ] + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4784:6:46", + "nodeType": "YulIdentifier", + "src": "4784:6:46" + }, + "nativeSrc": "4784:46:46", + "nodeType": "YulFunctionCall", + "src": "4784:46:46" }, - "condition": { + "nativeSrc": "4784:46:46", + "nodeType": "YulExpressionStatement", + "src": "4784:46:46" + }, + { + "expression": { "arguments": [ { "arguments": [ { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2872:6:46", - "nodeType": "YulIdentifier", - "src": "2872:6:46" - }, - { - "kind": "number", - "nativeSrc": "2880:4:46", - "nodeType": "YulLiteral", - "src": "2880:4:46", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2868:3:46", - "nodeType": "YulIdentifier", - "src": "2868:3:46" - }, - "nativeSrc": "2868:17:46", - "nodeType": "YulFunctionCall", - "src": "2868:17:46" + "name": "headStart", + "nativeSrc": "4850:9:46", + "nodeType": "YulIdentifier", + "src": "4850:9:46" }, { - "name": "end", - "nativeSrc": "2887:3:46", + "kind": "number", + "nativeSrc": "4861:2:46", + "nodeType": "YulLiteral", + "src": "4861:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4846:3:46", + "nodeType": "YulIdentifier", + "src": "4846:3:46" + }, + "nativeSrc": "4846:18:46", + "nodeType": "YulFunctionCall", + "src": "4846:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "4870:6:46", "nodeType": "YulIdentifier", - "src": "2887:3:46" + "src": "4870:6:46" + }, + { + "kind": "number", + "nativeSrc": "4878:10:46", + "nodeType": "YulLiteral", + "src": "4878:10:46", + "type": "", + "value": "0xffffffff" } ], "functionName": { - "name": "slt", - "nativeSrc": "2864:3:46", + "name": "and", + "nativeSrc": "4866:3:46", "nodeType": "YulIdentifier", - "src": "2864:3:46" + "src": "4866:3:46" }, - "nativeSrc": "2864:27:46", + "nativeSrc": "4866:23:46", "nodeType": "YulFunctionCall", - "src": "2864:27:46" + "src": "4866:23:46" } ], "functionName": { - "name": "iszero", - "nativeSrc": "2857:6:46", + "name": "mstore", + "nativeSrc": "4839:6:46", "nodeType": "YulIdentifier", - "src": "2857:6:46" + "src": "4839:6:46" }, - "nativeSrc": "2857:35:46", + "nativeSrc": "4839:51:46", "nodeType": "YulFunctionCall", - "src": "2857:35:46" + "src": "4839:51:46" }, - "nativeSrc": "2854:55:46", - "nodeType": "YulIf", - "src": "2854:55:46" + "nativeSrc": "4839:51:46", + "nodeType": "YulExpressionStatement", + "src": "4839:51:46" }, { - "nativeSrc": "2918:30:46", - "nodeType": "YulAssignment", - "src": "2918:30:46", - "value": { + "expression": { "arguments": [ { - "name": "offset", - "nativeSrc": "2941:6:46", - "nodeType": "YulIdentifier", - "src": "2941:6:46" + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4910:9:46", + "nodeType": "YulIdentifier", + "src": "4910:9:46" + }, + { + "kind": "number", + "nativeSrc": "4921:2:46", + "nodeType": "YulLiteral", + "src": "4921:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4906:3:46", + "nodeType": "YulIdentifier", + "src": "4906:3:46" + }, + "nativeSrc": "4906:18:46", + "nodeType": "YulFunctionCall", + "src": "4906:18:46" + }, + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "4930:6:46", + "nodeType": "YulIdentifier", + "src": "4930:6:46" + }, + { + "kind": "number", + "nativeSrc": "4938:10:46", + "nodeType": "YulLiteral", + "src": "4938:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4926:3:46", + "nodeType": "YulIdentifier", + "src": "4926:3:46" + }, + "nativeSrc": "4926:23:46", + "nodeType": "YulFunctionCall", + "src": "4926:23:46" } ], "functionName": { - "name": "calldataload", - "nativeSrc": "2928:12:46", + "name": "mstore", + "nativeSrc": "4899:6:46", "nodeType": "YulIdentifier", - "src": "2928:12:46" + "src": "4899:6:46" }, - "nativeSrc": "2928:20:46", + "nativeSrc": "4899:51:46", "nodeType": "YulFunctionCall", - "src": "2928:20:46" + "src": "4899:51:46" }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "2918:6:46", - "nodeType": "YulIdentifier", - "src": "2918:6:46" - } - ] + "nativeSrc": "4899:51:46", + "nodeType": "YulExpressionStatement", + "src": "4899:51:46" }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4970:9:46", + "nodeType": "YulIdentifier", + "src": "4970:9:46" + }, + { + "kind": "number", + "nativeSrc": "4981:2:46", + "nodeType": "YulLiteral", + "src": "4981:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4966:3:46", + "nodeType": "YulIdentifier", + "src": "4966:3:46" + }, + "nativeSrc": "4966:18:46", + "nodeType": "YulFunctionCall", + "src": "4966:18:46" + }, + { + "arguments": [ + { + "name": "value3", + "nativeSrc": "4990:6:46", + "nodeType": "YulIdentifier", + "src": "4990:6:46" + }, + { + "kind": "number", + "nativeSrc": "4998:14:46", + "nodeType": "YulLiteral", + "src": "4998:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4986:3:46", + "nodeType": "YulIdentifier", + "src": "4986:3:46" + }, + "nativeSrc": "4986:27:46", + "nodeType": "YulFunctionCall", + "src": "4986:27:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4959:6:46", + "nodeType": "YulIdentifier", + "src": "4959:6:46" + }, + "nativeSrc": "4959:55:46", + "nodeType": "YulFunctionCall", + "src": "4959:55:46" + }, + "nativeSrc": "4959:55:46", + "nodeType": "YulExpressionStatement", + "src": "4959:55:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "4683:9:46", + "nodeType": "YulTypedName", + "src": "4683:9:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "4694:6:46", + "nodeType": "YulTypedName", + "src": "4694:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "4702:6:46", + "nodeType": "YulTypedName", + "src": "4702:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "4710:6:46", + "nodeType": "YulTypedName", + "src": "4710:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "4718:6:46", + "nodeType": "YulTypedName", + "src": "4718:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "4729:4:46", + "nodeType": "YulTypedName", + "src": "4729:4:46", + "type": "" + } + ], + "src": "4561:459:46" + }, + { + "body": { + "nativeSrc": "5110:171:46", + "nodeType": "YulBlock", + "src": "5110:171:46", + "statements": [ { "body": { - "nativeSrc": "2991:16:46", + "nativeSrc": "5156:16:46", "nodeType": "YulBlock", - "src": "2991:16:46", + "src": "5156:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "3000:1:46", + "nativeSrc": "5165:1:46", "nodeType": "YulLiteral", - "src": "3000:1:46", + "src": "5165:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "3003:1:46", + "nativeSrc": "5168:1:46", "nodeType": "YulLiteral", - "src": "3003:1:46", + "src": "5168:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "2993:6:46", + "nativeSrc": "5158:6:46", "nodeType": "YulIdentifier", - "src": "2993:6:46" + "src": "5158:6:46" }, - "nativeSrc": "2993:12:46", + "nativeSrc": "5158:12:46", "nodeType": "YulFunctionCall", - "src": "2993:12:46" + "src": "5158:12:46" }, - "nativeSrc": "2993:12:46", + "nativeSrc": "5158:12:46", "nodeType": "YulExpressionStatement", - "src": "2993:12:46" + "src": "5158:12:46" } ] }, "condition": { "arguments": [ { - "name": "length", - "nativeSrc": "2963:6:46", - "nodeType": "YulIdentifier", - "src": "2963:6:46" + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5131:7:46", + "nodeType": "YulIdentifier", + "src": "5131:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5140:9:46", + "nodeType": "YulIdentifier", + "src": "5140:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5127:3:46", + "nodeType": "YulIdentifier", + "src": "5127:3:46" + }, + "nativeSrc": "5127:23:46", + "nodeType": "YulFunctionCall", + "src": "5127:23:46" }, { "kind": "number", - "nativeSrc": "2971:18:46", + "nativeSrc": "5152:2:46", "nodeType": "YulLiteral", - "src": "2971:18:46", + "src": "5152:2:46", "type": "", - "value": "0xffffffffffffffff" + "value": "64" } ], "functionName": { - "name": "gt", - "nativeSrc": "2960:2:46", + "name": "slt", + "nativeSrc": "5123:3:46", "nodeType": "YulIdentifier", - "src": "2960:2:46" + "src": "5123:3:46" }, - "nativeSrc": "2960:30:46", + "nativeSrc": "5123:32:46", "nodeType": "YulFunctionCall", - "src": "2960:30:46" + "src": "5123:32:46" }, - "nativeSrc": "2957:50:46", + "nativeSrc": "5120:52:46", "nodeType": "YulIf", - "src": "2957:50:46" + "src": "5120:52:46" }, { - "nativeSrc": "3016:29:46", + "nativeSrc": "5181:38:46", "nodeType": "YulAssignment", - "src": "3016:29:46", + "src": "5181:38:46", "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3032:6:46", - "nodeType": "YulIdentifier", - "src": "3032:6:46" - }, + "arguments": [ { - "kind": "number", - "nativeSrc": "3040:4:46", - "nodeType": "YulLiteral", - "src": "3040:4:46", - "type": "", - "value": "0x20" + "name": "headStart", + "nativeSrc": "5209:9:46", + "nodeType": "YulIdentifier", + "src": "5209:9:46" } ], "functionName": { - "name": "add", - "nativeSrc": "3028:3:46", + "name": "abi_decode_uint64", + "nativeSrc": "5191:17:46", "nodeType": "YulIdentifier", - "src": "3028:3:46" + "src": "5191:17:46" }, - "nativeSrc": "3028:17:46", + "nativeSrc": "5191:28:46", "nodeType": "YulFunctionCall", - "src": "3028:17:46" + "src": "5191:28:46" }, "variableNames": [ { - "name": "arrayPos", - "nativeSrc": "3016:8:46", + "name": "value0", + "nativeSrc": "5181:6:46", "nodeType": "YulIdentifier", - "src": "3016:8:46" + "src": "5181:6:46" } ] }, { - "body": { - "nativeSrc": "3097:16:46", - "nodeType": "YulBlock", - "src": "3097:16:46", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3106:1:46", - "nodeType": "YulLiteral", - "src": "3106:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3109:1:46", - "nodeType": "YulLiteral", - "src": "3109:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3099:6:46", - "nodeType": "YulIdentifier", - "src": "3099:6:46" - }, - "nativeSrc": "3099:12:46", - "nodeType": "YulFunctionCall", - "src": "3099:12:46" - }, - "nativeSrc": "3099:12:46", - "nodeType": "YulExpressionStatement", - "src": "3099:12:46" - } - ] - }, - "condition": { + "nativeSrc": "5228:47:46", + "nodeType": "YulAssignment", + "src": "5228:47:46", + "value": { "arguments": [ { "arguments": [ { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3068:6:46", - "nodeType": "YulIdentifier", - "src": "3068:6:46" - }, - { - "name": "length", - "nativeSrc": "3076:6:46", - "nodeType": "YulIdentifier", - "src": "3076:6:46" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3064:3:46", - "nodeType": "YulIdentifier", - "src": "3064:3:46" - }, - "nativeSrc": "3064:19:46", - "nodeType": "YulFunctionCall", - "src": "3064:19:46" + "name": "headStart", + "nativeSrc": "5260:9:46", + "nodeType": "YulIdentifier", + "src": "5260:9:46" }, { "kind": "number", - "nativeSrc": "3085:4:46", + "nativeSrc": "5271:2:46", "nodeType": "YulLiteral", - "src": "3085:4:46", + "src": "5271:2:46", "type": "", - "value": "0x20" + "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "3060:3:46", + "nativeSrc": "5256:3:46", "nodeType": "YulIdentifier", - "src": "3060:3:46" + "src": "5256:3:46" }, - "nativeSrc": "3060:30:46", + "nativeSrc": "5256:18:46", "nodeType": "YulFunctionCall", - "src": "3060:30:46" - }, - { - "name": "end", - "nativeSrc": "3092:3:46", - "nodeType": "YulIdentifier", - "src": "3092:3:46" + "src": "5256:18:46" } ], "functionName": { - "name": "gt", - "nativeSrc": "3057:2:46", + "name": "abi_decode_uint64", + "nativeSrc": "5238:17:46", "nodeType": "YulIdentifier", - "src": "3057:2:46" + "src": "5238:17:46" }, - "nativeSrc": "3057:39:46", + "nativeSrc": "5238:37:46", "nodeType": "YulFunctionCall", - "src": "3057:39:46" + "src": "5238:37:46" }, - "nativeSrc": "3054:59:46", - "nodeType": "YulIf", - "src": "3054:59:46" + "variableNames": [ + { + "name": "value1", + "nativeSrc": "5228:6:46", + "nodeType": "YulIdentifier", + "src": "5228:6:46" + } + ] } ] }, - "name": "abi_decode_bytes_calldata", - "nativeSrc": "2772:347:46", + "name": "abi_decode_tuple_t_uint64t_uint64", + "nativeSrc": "5025:256:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "offset", - "nativeSrc": "2807:6:46", + "name": "headStart", + "nativeSrc": "5068:9:46", "nodeType": "YulTypedName", - "src": "2807:6:46", + "src": "5068:9:46", "type": "" }, { - "name": "end", - "nativeSrc": "2815:3:46", + "name": "dataEnd", + "nativeSrc": "5079:7:46", "nodeType": "YulTypedName", - "src": "2815:3:46", + "src": "5079:7:46", "type": "" } ], "returnVariables": [ { - "name": "arrayPos", - "nativeSrc": "2823:8:46", + "name": "value0", + "nativeSrc": "5091:6:46", "nodeType": "YulTypedName", - "src": "2823:8:46", + "src": "5091:6:46", "type": "" }, { - "name": "length", - "nativeSrc": "2833:6:46", + "name": "value1", + "nativeSrc": "5099:6:46", "nodeType": "YulTypedName", - "src": "2833:6:46", + "src": "5099:6:46", "type": "" } ], - "src": "2772:347:46" + "src": "5025:256:46" }, { "body": { - "nativeSrc": "3230:438:46", + "nativeSrc": "5356:110:46", "nodeType": "YulBlock", - "src": "3230:438:46", + "src": "5356:110:46", "statements": [ { "body": { - "nativeSrc": "3276:16:46", + "nativeSrc": "5402:16:46", "nodeType": "YulBlock", - "src": "3276:16:46", + "src": "5402:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "3285:1:46", + "nativeSrc": "5411:1:46", "nodeType": "YulLiteral", - "src": "3285:1:46", + "src": "5411:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "3288:1:46", + "nativeSrc": "5414:1:46", "nodeType": "YulLiteral", - "src": "3288:1:46", + "src": "5414:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "3278:6:46", + "nativeSrc": "5404:6:46", "nodeType": "YulIdentifier", - "src": "3278:6:46" + "src": "5404:6:46" }, - "nativeSrc": "3278:12:46", + "nativeSrc": "5404:12:46", "nodeType": "YulFunctionCall", - "src": "3278:12:46" + "src": "5404:12:46" }, - "nativeSrc": "3278:12:46", + "nativeSrc": "5404:12:46", "nodeType": "YulExpressionStatement", - "src": "3278:12:46" + "src": "5404:12:46" } ] }, @@ -297799,479 +302428,494 @@ "arguments": [ { "name": "dataEnd", - "nativeSrc": "3251:7:46", + "nativeSrc": "5377:7:46", "nodeType": "YulIdentifier", - "src": "3251:7:46" + "src": "5377:7:46" }, { "name": "headStart", - "nativeSrc": "3260:9:46", + "nativeSrc": "5386:9:46", "nodeType": "YulIdentifier", - "src": "3260:9:46" + "src": "5386:9:46" } ], "functionName": { "name": "sub", - "nativeSrc": "3247:3:46", + "nativeSrc": "5373:3:46", "nodeType": "YulIdentifier", - "src": "3247:3:46" + "src": "5373:3:46" }, - "nativeSrc": "3247:23:46", + "nativeSrc": "5373:23:46", "nodeType": "YulFunctionCall", - "src": "3247:23:46" + "src": "5373:23:46" }, { "kind": "number", - "nativeSrc": "3272:2:46", + "nativeSrc": "5398:2:46", "nodeType": "YulLiteral", - "src": "3272:2:46", + "src": "5398:2:46", "type": "", - "value": "64" + "value": "32" } ], "functionName": { "name": "slt", - "nativeSrc": "3243:3:46", + "nativeSrc": "5369:3:46", "nodeType": "YulIdentifier", - "src": "3243:3:46" + "src": "5369:3:46" }, - "nativeSrc": "3243:32:46", + "nativeSrc": "5369:32:46", "nodeType": "YulFunctionCall", - "src": "3243:32:46" + "src": "5369:32:46" }, - "nativeSrc": "3240:52:46", + "nativeSrc": "5366:52:46", "nodeType": "YulIf", - "src": "3240:52:46" + "src": "5366:52:46" }, { - "nativeSrc": "3301:36:46", - "nodeType": "YulVariableDeclaration", - "src": "3301:36:46", + "nativeSrc": "5427:33:46", + "nodeType": "YulAssignment", + "src": "5427:33:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "3327:9:46", + "nativeSrc": "5450:9:46", "nodeType": "YulIdentifier", - "src": "3327:9:46" + "src": "5450:9:46" } ], "functionName": { "name": "calldataload", - "nativeSrc": "3314:12:46", + "nativeSrc": "5437:12:46", "nodeType": "YulIdentifier", - "src": "3314:12:46" + "src": "5437:12:46" }, - "nativeSrc": "3314:23:46", + "nativeSrc": "5437:23:46", "nodeType": "YulFunctionCall", - "src": "3314:23:46" + "src": "5437:23:46" }, - "variables": [ + "variableNames": [ { - "name": "value", - "nativeSrc": "3305:5:46", - "nodeType": "YulTypedName", - "src": "3305:5:46", - "type": "" + "name": "value0", + "nativeSrc": "5427:6:46", + "nodeType": "YulIdentifier", + "src": "5427:6:46" } ] - }, + } + ] + }, + "name": "abi_decode_tuple_t_bytes32", + "nativeSrc": "5286:180:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5322:9:46", + "nodeType": "YulTypedName", + "src": "5322:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5333:7:46", + "nodeType": "YulTypedName", + "src": "5333:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5345:6:46", + "nodeType": "YulTypedName", + "src": "5345:6:46", + "type": "" + } + ], + "src": "5286:180:46" + }, + { + "body": { + "nativeSrc": "5570:97:46", + "nodeType": "YulBlock", + "src": "5570:97:46", + "statements": [ { - "expression": { + "nativeSrc": "5580:26:46", + "nodeType": "YulAssignment", + "src": "5580:26:46", + "value": { "arguments": [ { - "name": "value", - "nativeSrc": "3371:5:46", + "name": "headStart", + "nativeSrc": "5592:9:46", "nodeType": "YulIdentifier", - "src": "3371:5:46" + "src": "5592:9:46" + }, + { + "kind": "number", + "nativeSrc": "5603:2:46", + "nodeType": "YulLiteral", + "src": "5603:2:46", + "type": "", + "value": "32" } ], "functionName": { - "name": "validator_revert_address", - "nativeSrc": "3346:24:46", + "name": "add", + "nativeSrc": "5588:3:46", "nodeType": "YulIdentifier", - "src": "3346:24:46" + "src": "5588:3:46" }, - "nativeSrc": "3346:31:46", + "nativeSrc": "5588:18:46", "nodeType": "YulFunctionCall", - "src": "3346:31:46" - }, - "nativeSrc": "3346:31:46", - "nodeType": "YulExpressionStatement", - "src": "3346:31:46" - }, - { - "nativeSrc": "3386:15:46", - "nodeType": "YulAssignment", - "src": "3386:15:46", - "value": { - "name": "value", - "nativeSrc": "3396:5:46", - "nodeType": "YulIdentifier", - "src": "3396:5:46" + "src": "5588:18:46" }, "variableNames": [ { - "name": "value0", - "nativeSrc": "3386:6:46", + "name": "tail", + "nativeSrc": "5580:4:46", "nodeType": "YulIdentifier", - "src": "3386:6:46" + "src": "5580:4:46" } ] }, { - "nativeSrc": "3410:46:46", - "nodeType": "YulVariableDeclaration", - "src": "3410:46:46", - "value": { + "expression": { "arguments": [ + { + "name": "headStart", + "nativeSrc": "5622:9:46", + "nodeType": "YulIdentifier", + "src": "5622:9:46" + }, { "arguments": [ { - "name": "headStart", - "nativeSrc": "3441:9:46", + "name": "value0", + "nativeSrc": "5637:6:46", "nodeType": "YulIdentifier", - "src": "3441:9:46" + "src": "5637:6:46" }, { "kind": "number", - "nativeSrc": "3452:2:46", + "nativeSrc": "5645:14:46", "nodeType": "YulLiteral", - "src": "3452:2:46", + "src": "5645:14:46", "type": "", - "value": "32" + "value": "0xffffffffffff" } ], "functionName": { - "name": "add", - "nativeSrc": "3437:3:46", + "name": "and", + "nativeSrc": "5633:3:46", "nodeType": "YulIdentifier", - "src": "3437:3:46" + "src": "5633:3:46" }, - "nativeSrc": "3437:18:46", + "nativeSrc": "5633:27:46", "nodeType": "YulFunctionCall", - "src": "3437:18:46" + "src": "5633:27:46" } ], "functionName": { - "name": "calldataload", - "nativeSrc": "3424:12:46", + "name": "mstore", + "nativeSrc": "5615:6:46", "nodeType": "YulIdentifier", - "src": "3424:12:46" + "src": "5615:6:46" }, - "nativeSrc": "3424:32:46", + "nativeSrc": "5615:46:46", "nodeType": "YulFunctionCall", - "src": "3424:32:46" + "src": "5615:46:46" }, - "variables": [ - { - "name": "offset", - "nativeSrc": "3414:6:46", - "nodeType": "YulTypedName", - "src": "3414:6:46", - "type": "" - } - ] - }, + "nativeSrc": "5615:46:46", + "nodeType": "YulExpressionStatement", + "src": "5615:46:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint48__to_t_uint48__fromStack_reversed", + "nativeSrc": "5471:196:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5539:9:46", + "nodeType": "YulTypedName", + "src": "5539:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "5550:6:46", + "nodeType": "YulTypedName", + "src": "5550:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "5561:4:46", + "nodeType": "YulTypedName", + "src": "5561:4:46", + "type": "" + } + ], + "src": "5471:196:46" + }, + { + "body": { + "nativeSrc": "5742:177:46", + "nodeType": "YulBlock", + "src": "5742:177:46", + "statements": [ { "body": { - "nativeSrc": "3499:16:46", + "nativeSrc": "5788:16:46", "nodeType": "YulBlock", - "src": "3499:16:46", + "src": "5788:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "3508:1:46", + "nativeSrc": "5797:1:46", "nodeType": "YulLiteral", - "src": "3508:1:46", + "src": "5797:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "3511:1:46", + "nativeSrc": "5800:1:46", "nodeType": "YulLiteral", - "src": "3511:1:46", + "src": "5800:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "3501:6:46", + "nativeSrc": "5790:6:46", "nodeType": "YulIdentifier", - "src": "3501:6:46" + "src": "5790:6:46" }, - "nativeSrc": "3501:12:46", + "nativeSrc": "5790:12:46", "nodeType": "YulFunctionCall", - "src": "3501:12:46" + "src": "5790:12:46" }, - "nativeSrc": "3501:12:46", + "nativeSrc": "5790:12:46", "nodeType": "YulExpressionStatement", - "src": "3501:12:46" + "src": "5790:12:46" } ] }, "condition": { "arguments": [ { - "name": "offset", - "nativeSrc": "3471:6:46", - "nodeType": "YulIdentifier", - "src": "3471:6:46" + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5763:7:46", + "nodeType": "YulIdentifier", + "src": "5763:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5772:9:46", + "nodeType": "YulIdentifier", + "src": "5772:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5759:3:46", + "nodeType": "YulIdentifier", + "src": "5759:3:46" + }, + "nativeSrc": "5759:23:46", + "nodeType": "YulFunctionCall", + "src": "5759:23:46" }, { "kind": "number", - "nativeSrc": "3479:18:46", + "nativeSrc": "5784:2:46", "nodeType": "YulLiteral", - "src": "3479:18:46", + "src": "5784:2:46", "type": "", - "value": "0xffffffffffffffff" + "value": "32" } ], "functionName": { - "name": "gt", - "nativeSrc": "3468:2:46", + "name": "slt", + "nativeSrc": "5755:3:46", "nodeType": "YulIdentifier", - "src": "3468:2:46" + "src": "5755:3:46" }, - "nativeSrc": "3468:30:46", + "nativeSrc": "5755:32:46", "nodeType": "YulFunctionCall", - "src": "3468:30:46" + "src": "5755:32:46" }, - "nativeSrc": "3465:50:46", + "nativeSrc": "5752:52:46", "nodeType": "YulIf", - "src": "3465:50:46" + "src": "5752:52:46" }, { - "nativeSrc": "3524:84:46", + "nativeSrc": "5813:36:46", "nodeType": "YulVariableDeclaration", - "src": "3524:84:46", + "src": "5813:36:46", "value": { "arguments": [ { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3580:9:46", - "nodeType": "YulIdentifier", - "src": "3580:9:46" - }, - { - "name": "offset", - "nativeSrc": "3591:6:46", - "nodeType": "YulIdentifier", - "src": "3591:6:46" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3576:3:46", - "nodeType": "YulIdentifier", - "src": "3576:3:46" - }, - "nativeSrc": "3576:22:46", - "nodeType": "YulFunctionCall", - "src": "3576:22:46" - }, - { - "name": "dataEnd", - "nativeSrc": "3600:7:46", + "name": "headStart", + "nativeSrc": "5839:9:46", "nodeType": "YulIdentifier", - "src": "3600:7:46" + "src": "5839:9:46" } ], "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "3550:25:46", + "name": "calldataload", + "nativeSrc": "5826:12:46", "nodeType": "YulIdentifier", - "src": "3550:25:46" + "src": "5826:12:46" }, - "nativeSrc": "3550:58:46", + "nativeSrc": "5826:23:46", "nodeType": "YulFunctionCall", - "src": "3550:58:46" + "src": "5826:23:46" }, "variables": [ { - "name": "value1_1", - "nativeSrc": "3528:8:46", - "nodeType": "YulTypedName", - "src": "3528:8:46", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "3538:8:46", + "name": "value", + "nativeSrc": "5817:5:46", "nodeType": "YulTypedName", - "src": "3538:8:46", + "src": "5817:5:46", "type": "" } ] }, { - "nativeSrc": "3617:18:46", - "nodeType": "YulAssignment", - "src": "3617:18:46", - "value": { - "name": "value1_1", - "nativeSrc": "3627:8:46", - "nodeType": "YulIdentifier", - "src": "3627:8:46" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "3617:6:46", + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "5883:5:46", + "nodeType": "YulIdentifier", + "src": "5883:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "5858:24:46", "nodeType": "YulIdentifier", - "src": "3617:6:46" - } - ] + "src": "5858:24:46" + }, + "nativeSrc": "5858:31:46", + "nodeType": "YulFunctionCall", + "src": "5858:31:46" + }, + "nativeSrc": "5858:31:46", + "nodeType": "YulExpressionStatement", + "src": "5858:31:46" }, { - "nativeSrc": "3644:18:46", + "nativeSrc": "5898:15:46", "nodeType": "YulAssignment", - "src": "3644:18:46", + "src": "5898:15:46", "value": { - "name": "value2_1", - "nativeSrc": "3654:8:46", + "name": "value", + "nativeSrc": "5908:5:46", "nodeType": "YulIdentifier", - "src": "3654:8:46" + "src": "5908:5:46" }, "variableNames": [ { - "name": "value2", - "nativeSrc": "3644:6:46", + "name": "value0", + "nativeSrc": "5898:6:46", "nodeType": "YulIdentifier", - "src": "3644:6:46" + "src": "5898:6:46" } ] } ] }, - "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptr", - "nativeSrc": "3124:544:46", + "name": "abi_decode_tuple_t_address", + "nativeSrc": "5672:247:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "3180:9:46", + "nativeSrc": "5708:9:46", "nodeType": "YulTypedName", - "src": "3180:9:46", + "src": "5708:9:46", "type": "" }, { "name": "dataEnd", - "nativeSrc": "3191:7:46", + "nativeSrc": "5719:7:46", "nodeType": "YulTypedName", - "src": "3191:7:46", + "src": "5719:7:46", "type": "" } ], "returnVariables": [ { "name": "value0", - "nativeSrc": "3203:6:46", - "nodeType": "YulTypedName", - "src": "3203:6:46", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3211:6:46", - "nodeType": "YulTypedName", - "src": "3211:6:46", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "3219:6:46", + "nativeSrc": "5731:6:46", "nodeType": "YulTypedName", - "src": "3219:6:46", + "src": "5731:6:46", "type": "" } ], - "src": "3124:544:46" + "src": "5672:247:46" }, { "body": { - "nativeSrc": "3721:115:46", + "nativeSrc": "5968:133:46", "nodeType": "YulBlock", - "src": "3721:115:46", + "src": "5968:133:46", "statements": [ - { - "nativeSrc": "3731:29:46", - "nodeType": "YulAssignment", - "src": "3731:29:46", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3753:6:46", - "nodeType": "YulIdentifier", - "src": "3753:6:46" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3740:12:46", - "nodeType": "YulIdentifier", - "src": "3740:12:46" - }, - "nativeSrc": "3740:20:46", - "nodeType": "YulFunctionCall", - "src": "3740:20:46" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "3731:5:46", - "nodeType": "YulIdentifier", - "src": "3731:5:46" - } - ] - }, { "body": { - "nativeSrc": "3814:16:46", + "nativeSrc": "6079:16:46", "nodeType": "YulBlock", - "src": "3814:16:46", + "src": "6079:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "3823:1:46", + "nativeSrc": "6088:1:46", "nodeType": "YulLiteral", - "src": "3823:1:46", + "src": "6088:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "3826:1:46", + "nativeSrc": "6091:1:46", "nodeType": "YulLiteral", - "src": "3826:1:46", + "src": "6091:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "3816:6:46", + "nativeSrc": "6081:6:46", "nodeType": "YulIdentifier", - "src": "3816:6:46" + "src": "6081:6:46" }, - "nativeSrc": "3816:12:46", + "nativeSrc": "6081:12:46", "nodeType": "YulFunctionCall", - "src": "3816:12:46" + "src": "6081:12:46" }, - "nativeSrc": "3816:12:46", + "nativeSrc": "6081:12:46", "nodeType": "YulExpressionStatement", - "src": "3816:12:46" + "src": "6081:12:46" } ] }, @@ -298281,133 +302925,124 @@ "arguments": [ { "name": "value", - "nativeSrc": "3782:5:46", + "nativeSrc": "5991:5:46", "nodeType": "YulIdentifier", - "src": "3782:5:46" + "src": "5991:5:46" }, { "arguments": [ { "name": "value", - "nativeSrc": "3793:5:46", + "nativeSrc": "6002:5:46", "nodeType": "YulIdentifier", - "src": "3793:5:46" + "src": "6002:5:46" }, { "kind": "number", - "nativeSrc": "3800:10:46", + "nativeSrc": "6009:66:46", "nodeType": "YulLiteral", - "src": "3800:10:46", + "src": "6009:66:46", "type": "", - "value": "0xffffffff" + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" } ], "functionName": { "name": "and", - "nativeSrc": "3789:3:46", + "nativeSrc": "5998:3:46", "nodeType": "YulIdentifier", - "src": "3789:3:46" + "src": "5998:3:46" }, - "nativeSrc": "3789:22:46", + "nativeSrc": "5998:78:46", "nodeType": "YulFunctionCall", - "src": "3789:22:46" + "src": "5998:78:46" } ], "functionName": { "name": "eq", - "nativeSrc": "3779:2:46", + "nativeSrc": "5988:2:46", "nodeType": "YulIdentifier", - "src": "3779:2:46" + "src": "5988:2:46" }, - "nativeSrc": "3779:33:46", + "nativeSrc": "5988:89:46", "nodeType": "YulFunctionCall", - "src": "3779:33:46" + "src": "5988:89:46" } ], "functionName": { "name": "iszero", - "nativeSrc": "3772:6:46", + "nativeSrc": "5981:6:46", "nodeType": "YulIdentifier", - "src": "3772:6:46" + "src": "5981:6:46" }, - "nativeSrc": "3772:41:46", + "nativeSrc": "5981:97:46", "nodeType": "YulFunctionCall", - "src": "3772:41:46" + "src": "5981:97:46" }, - "nativeSrc": "3769:61:46", + "nativeSrc": "5978:117:46", "nodeType": "YulIf", - "src": "3769:61:46" + "src": "5978:117:46" } ] }, - "name": "abi_decode_uint32", - "nativeSrc": "3673:163:46", + "name": "validator_revert_bytes4", + "nativeSrc": "5924:177:46", "nodeType": "YulFunctionDefinition", "parameters": [ - { - "name": "offset", - "nativeSrc": "3700:6:46", - "nodeType": "YulTypedName", - "src": "3700:6:46", - "type": "" - } - ], - "returnVariables": [ { "name": "value", - "nativeSrc": "3711:5:46", + "nativeSrc": "5957:5:46", "nodeType": "YulTypedName", - "src": "3711:5:46", + "src": "5957:5:46", "type": "" } ], - "src": "3673:163:46" + "src": "5924:177:46" }, { "body": { - "nativeSrc": "3943:289:46", + "nativeSrc": "6192:300:46", "nodeType": "YulBlock", - "src": "3943:289:46", + "src": "6192:300:46", "statements": [ { "body": { - "nativeSrc": "3989:16:46", + "nativeSrc": "6238:16:46", "nodeType": "YulBlock", - "src": "3989:16:46", + "src": "6238:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "3998:1:46", + "nativeSrc": "6247:1:46", "nodeType": "YulLiteral", - "src": "3998:1:46", + "src": "6247:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "4001:1:46", + "nativeSrc": "6250:1:46", "nodeType": "YulLiteral", - "src": "4001:1:46", + "src": "6250:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "3991:6:46", + "nativeSrc": "6240:6:46", "nodeType": "YulIdentifier", - "src": "3991:6:46" + "src": "6240:6:46" }, - "nativeSrc": "3991:12:46", + "nativeSrc": "6240:12:46", "nodeType": "YulFunctionCall", - "src": "3991:12:46" + "src": "6240:12:46" }, - "nativeSrc": "3991:12:46", + "nativeSrc": "6240:12:46", "nodeType": "YulExpressionStatement", - "src": "3991:12:46" + "src": "6240:12:46" } ] }, @@ -298417,132 +303052,79 @@ "arguments": [ { "name": "dataEnd", - "nativeSrc": "3964:7:46", + "nativeSrc": "6213:7:46", "nodeType": "YulIdentifier", - "src": "3964:7:46" + "src": "6213:7:46" }, { "name": "headStart", - "nativeSrc": "3973:9:46", + "nativeSrc": "6222:9:46", "nodeType": "YulIdentifier", - "src": "3973:9:46" + "src": "6222:9:46" } ], "functionName": { "name": "sub", - "nativeSrc": "3960:3:46", + "nativeSrc": "6209:3:46", "nodeType": "YulIdentifier", - "src": "3960:3:46" + "src": "6209:3:46" }, - "nativeSrc": "3960:23:46", + "nativeSrc": "6209:23:46", "nodeType": "YulFunctionCall", - "src": "3960:23:46" + "src": "6209:23:46" }, { "kind": "number", - "nativeSrc": "3985:2:46", + "nativeSrc": "6234:2:46", "nodeType": "YulLiteral", - "src": "3985:2:46", + "src": "6234:2:46", "type": "", - "value": "96" + "value": "64" } ], "functionName": { "name": "slt", - "nativeSrc": "3956:3:46", + "nativeSrc": "6205:3:46", "nodeType": "YulIdentifier", - "src": "3956:3:46" + "src": "6205:3:46" }, - "nativeSrc": "3956:32:46", + "nativeSrc": "6205:32:46", "nodeType": "YulFunctionCall", - "src": "3956:32:46" + "src": "6205:32:46" }, - "nativeSrc": "3953:52:46", + "nativeSrc": "6202:52:46", "nodeType": "YulIf", - "src": "3953:52:46" + "src": "6202:52:46" }, { - "nativeSrc": "4014:38:46", - "nodeType": "YulAssignment", - "src": "4014:38:46", + "nativeSrc": "6263:36:46", + "nodeType": "YulVariableDeclaration", + "src": "6263:36:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "4042:9:46", + "nativeSrc": "6289:9:46", "nodeType": "YulIdentifier", - "src": "4042:9:46" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "4024:17:46", - "nodeType": "YulIdentifier", - "src": "4024:17:46" - }, - "nativeSrc": "4024:28:46", - "nodeType": "YulFunctionCall", - "src": "4024:28:46" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "4014:6:46", - "nodeType": "YulIdentifier", - "src": "4014:6:46" - } - ] - }, - { - "nativeSrc": "4061:45:46", - "nodeType": "YulVariableDeclaration", - "src": "4061:45:46", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4091:9:46", - "nodeType": "YulIdentifier", - "src": "4091:9:46" - }, - { - "kind": "number", - "nativeSrc": "4102:2:46", - "nodeType": "YulLiteral", - "src": "4102:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4087:3:46", - "nodeType": "YulIdentifier", - "src": "4087:3:46" - }, - "nativeSrc": "4087:18:46", - "nodeType": "YulFunctionCall", - "src": "4087:18:46" + "src": "6289:9:46" } ], "functionName": { "name": "calldataload", - "nativeSrc": "4074:12:46", + "nativeSrc": "6276:12:46", "nodeType": "YulIdentifier", - "src": "4074:12:46" + "src": "6276:12:46" }, - "nativeSrc": "4074:32:46", + "nativeSrc": "6276:23:46", "nodeType": "YulFunctionCall", - "src": "4074:32:46" + "src": "6276:23:46" }, "variables": [ { "name": "value", - "nativeSrc": "4065:5:46", + "nativeSrc": "6267:5:46", "nodeType": "YulTypedName", - "src": "4065:5:46", + "src": "6267:5:46", "type": "" } ] @@ -298552,188 +303134,225 @@ "arguments": [ { "name": "value", - "nativeSrc": "4140:5:46", + "nativeSrc": "6333:5:46", "nodeType": "YulIdentifier", - "src": "4140:5:46" + "src": "6333:5:46" } ], "functionName": { "name": "validator_revert_address", - "nativeSrc": "4115:24:46", + "nativeSrc": "6308:24:46", "nodeType": "YulIdentifier", - "src": "4115:24:46" + "src": "6308:24:46" }, - "nativeSrc": "4115:31:46", + "nativeSrc": "6308:31:46", "nodeType": "YulFunctionCall", - "src": "4115:31:46" + "src": "6308:31:46" }, - "nativeSrc": "4115:31:46", + "nativeSrc": "6308:31:46", "nodeType": "YulExpressionStatement", - "src": "4115:31:46" + "src": "6308:31:46" }, { - "nativeSrc": "4155:15:46", + "nativeSrc": "6348:15:46", "nodeType": "YulAssignment", - "src": "4155:15:46", + "src": "6348:15:46", "value": { "name": "value", - "nativeSrc": "4165:5:46", + "nativeSrc": "6358:5:46", "nodeType": "YulIdentifier", - "src": "4165:5:46" + "src": "6358:5:46" }, "variableNames": [ { - "name": "value1", - "nativeSrc": "4155:6:46", + "name": "value0", + "nativeSrc": "6348:6:46", "nodeType": "YulIdentifier", - "src": "4155:6:46" + "src": "6348:6:46" } ] }, { - "nativeSrc": "4179:47:46", - "nodeType": "YulAssignment", - "src": "4179:47:46", + "nativeSrc": "6372:47:46", + "nodeType": "YulVariableDeclaration", + "src": "6372:47:46", "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "4211:9:46", + "nativeSrc": "6404:9:46", "nodeType": "YulIdentifier", - "src": "4211:9:46" + "src": "6404:9:46" }, { "kind": "number", - "nativeSrc": "4222:2:46", + "nativeSrc": "6415:2:46", "nodeType": "YulLiteral", - "src": "4222:2:46", + "src": "6415:2:46", "type": "", - "value": "64" + "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "4207:3:46", + "nativeSrc": "6400:3:46", "nodeType": "YulIdentifier", - "src": "4207:3:46" + "src": "6400:3:46" }, - "nativeSrc": "4207:18:46", + "nativeSrc": "6400:18:46", "nodeType": "YulFunctionCall", - "src": "4207:18:46" + "src": "6400:18:46" } ], "functionName": { - "name": "abi_decode_uint32", - "nativeSrc": "4189:17:46", + "name": "calldataload", + "nativeSrc": "6387:12:46", "nodeType": "YulIdentifier", - "src": "4189:17:46" + "src": "6387:12:46" }, - "nativeSrc": "4189:37:46", + "nativeSrc": "6387:32:46", "nodeType": "YulFunctionCall", - "src": "4189:37:46" + "src": "6387:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "6376:7:46", + "nodeType": "YulTypedName", + "src": "6376:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "6452:7:46", + "nodeType": "YulIdentifier", + "src": "6452:7:46" + } + ], + "functionName": { + "name": "validator_revert_bytes4", + "nativeSrc": "6428:23:46", + "nodeType": "YulIdentifier", + "src": "6428:23:46" + }, + "nativeSrc": "6428:32:46", + "nodeType": "YulFunctionCall", + "src": "6428:32:46" + }, + "nativeSrc": "6428:32:46", + "nodeType": "YulExpressionStatement", + "src": "6428:32:46" + }, + { + "nativeSrc": "6469:17:46", + "nodeType": "YulAssignment", + "src": "6469:17:46", + "value": { + "name": "value_1", + "nativeSrc": "6479:7:46", + "nodeType": "YulIdentifier", + "src": "6479:7:46" }, "variableNames": [ { - "name": "value2", - "nativeSrc": "4179:6:46", + "name": "value1", + "nativeSrc": "6469:6:46", "nodeType": "YulIdentifier", - "src": "4179:6:46" + "src": "6469:6:46" } ] } ] }, - "name": "abi_decode_tuple_t_uint64t_addresst_uint32", - "nativeSrc": "3841:391:46", + "name": "abi_decode_tuple_t_addresst_bytes4", + "nativeSrc": "6106:386:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "3893:9:46", + "nativeSrc": "6150:9:46", "nodeType": "YulTypedName", - "src": "3893:9:46", + "src": "6150:9:46", "type": "" }, { "name": "dataEnd", - "nativeSrc": "3904:7:46", + "nativeSrc": "6161:7:46", "nodeType": "YulTypedName", - "src": "3904:7:46", + "src": "6161:7:46", "type": "" } ], "returnVariables": [ { "name": "value0", - "nativeSrc": "3916:6:46", + "nativeSrc": "6173:6:46", "nodeType": "YulTypedName", - "src": "3916:6:46", + "src": "6173:6:46", "type": "" }, { "name": "value1", - "nativeSrc": "3924:6:46", - "nodeType": "YulTypedName", - "src": "3924:6:46", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "3932:6:46", + "nativeSrc": "6181:6:46", "nodeType": "YulTypedName", - "src": "3932:6:46", + "src": "6181:6:46", "type": "" } ], - "src": "3841:391:46" + "src": "6106:386:46" }, { "body": { - "nativeSrc": "4323:233:46", + "nativeSrc": "6603:376:46", "nodeType": "YulBlock", - "src": "4323:233:46", + "src": "6603:376:46", "statements": [ { "body": { - "nativeSrc": "4369:16:46", + "nativeSrc": "6649:16:46", "nodeType": "YulBlock", - "src": "4369:16:46", + "src": "6649:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "4378:1:46", + "nativeSrc": "6658:1:46", "nodeType": "YulLiteral", - "src": "4378:1:46", + "src": "6658:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "4381:1:46", + "nativeSrc": "6661:1:46", "nodeType": "YulLiteral", - "src": "4381:1:46", + "src": "6661:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "4371:6:46", + "nativeSrc": "6651:6:46", "nodeType": "YulIdentifier", - "src": "4371:6:46" + "src": "6651:6:46" }, - "nativeSrc": "4371:12:46", + "nativeSrc": "6651:12:46", "nodeType": "YulFunctionCall", - "src": "4371:12:46" + "src": "6651:12:46" }, - "nativeSrc": "4371:12:46", + "nativeSrc": "6651:12:46", "nodeType": "YulExpressionStatement", - "src": "4371:12:46" + "src": "6651:12:46" } ] }, @@ -298743,261 +303362,401 @@ "arguments": [ { "name": "dataEnd", - "nativeSrc": "4344:7:46", + "nativeSrc": "6624:7:46", "nodeType": "YulIdentifier", - "src": "4344:7:46" + "src": "6624:7:46" }, { "name": "headStart", - "nativeSrc": "4353:9:46", + "nativeSrc": "6633:9:46", "nodeType": "YulIdentifier", - "src": "4353:9:46" + "src": "6633:9:46" } ], "functionName": { "name": "sub", - "nativeSrc": "4340:3:46", + "nativeSrc": "6620:3:46", "nodeType": "YulIdentifier", - "src": "4340:3:46" + "src": "6620:3:46" }, - "nativeSrc": "4340:23:46", + "nativeSrc": "6620:23:46", "nodeType": "YulFunctionCall", - "src": "4340:23:46" + "src": "6620:23:46" }, { "kind": "number", - "nativeSrc": "4365:2:46", + "nativeSrc": "6645:2:46", "nodeType": "YulLiteral", - "src": "4365:2:46", + "src": "6645:2:46", "type": "", "value": "64" } ], "functionName": { "name": "slt", - "nativeSrc": "4336:3:46", + "nativeSrc": "6616:3:46", "nodeType": "YulIdentifier", - "src": "4336:3:46" + "src": "6616:3:46" }, - "nativeSrc": "4336:32:46", + "nativeSrc": "6616:32:46", "nodeType": "YulFunctionCall", - "src": "4336:32:46" + "src": "6616:32:46" }, - "nativeSrc": "4333:52:46", + "nativeSrc": "6613:52:46", "nodeType": "YulIf", - "src": "4333:52:46" + "src": "6613:52:46" }, { - "nativeSrc": "4394:38:46", + "nativeSrc": "6674:38:46", "nodeType": "YulAssignment", - "src": "4394:38:46", + "src": "6674:38:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "4422:9:46", + "nativeSrc": "6702:9:46", "nodeType": "YulIdentifier", - "src": "4422:9:46" + "src": "6702:9:46" } ], "functionName": { "name": "abi_decode_uint64", - "nativeSrc": "4404:17:46", + "nativeSrc": "6684:17:46", "nodeType": "YulIdentifier", - "src": "4404:17:46" + "src": "6684:17:46" }, - "nativeSrc": "4404:28:46", + "nativeSrc": "6684:28:46", "nodeType": "YulFunctionCall", - "src": "4404:28:46" + "src": "6684:28:46" }, "variableNames": [ { "name": "value0", - "nativeSrc": "4394:6:46", + "nativeSrc": "6674:6:46", "nodeType": "YulIdentifier", - "src": "4394:6:46" + "src": "6674:6:46" } ] }, { - "nativeSrc": "4441:45:46", + "nativeSrc": "6721:46:46", "nodeType": "YulVariableDeclaration", - "src": "4441:45:46", + "src": "6721:46:46", "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "4471:9:46", + "nativeSrc": "6752:9:46", "nodeType": "YulIdentifier", - "src": "4471:9:46" + "src": "6752:9:46" }, { "kind": "number", - "nativeSrc": "4482:2:46", + "nativeSrc": "6763:2:46", "nodeType": "YulLiteral", - "src": "4482:2:46", + "src": "6763:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "4467:3:46", + "nativeSrc": "6748:3:46", "nodeType": "YulIdentifier", - "src": "4467:3:46" + "src": "6748:3:46" }, - "nativeSrc": "4467:18:46", + "nativeSrc": "6748:18:46", "nodeType": "YulFunctionCall", - "src": "4467:18:46" + "src": "6748:18:46" } ], "functionName": { "name": "calldataload", - "nativeSrc": "4454:12:46", + "nativeSrc": "6735:12:46", "nodeType": "YulIdentifier", - "src": "4454:12:46" + "src": "6735:12:46" }, - "nativeSrc": "4454:32:46", + "nativeSrc": "6735:32:46", "nodeType": "YulFunctionCall", - "src": "4454:32:46" + "src": "6735:32:46" }, "variables": [ { - "name": "value", - "nativeSrc": "4445:5:46", + "name": "offset", + "nativeSrc": "6725:6:46", "nodeType": "YulTypedName", - "src": "4445:5:46", + "src": "6725:6:46", "type": "" } ] }, { - "expression": { + "body": { + "nativeSrc": "6810:16:46", + "nodeType": "YulBlock", + "src": "6810:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6819:1:46", + "nodeType": "YulLiteral", + "src": "6819:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6822:1:46", + "nodeType": "YulLiteral", + "src": "6822:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6812:6:46", + "nodeType": "YulIdentifier", + "src": "6812:6:46" + }, + "nativeSrc": "6812:12:46", + "nodeType": "YulFunctionCall", + "src": "6812:12:46" + }, + "nativeSrc": "6812:12:46", + "nodeType": "YulExpressionStatement", + "src": "6812:12:46" + } + ] + }, + "condition": { "arguments": [ { - "name": "value", - "nativeSrc": "4520:5:46", + "name": "offset", + "nativeSrc": "6782:6:46", "nodeType": "YulIdentifier", - "src": "4520:5:46" + "src": "6782:6:46" + }, + { + "kind": "number", + "nativeSrc": "6790:18:46", + "nodeType": "YulLiteral", + "src": "6790:18:46", + "type": "", + "value": "0xffffffffffffffff" } ], "functionName": { - "name": "validator_revert_address", - "nativeSrc": "4495:24:46", + "name": "gt", + "nativeSrc": "6779:2:46", "nodeType": "YulIdentifier", - "src": "4495:24:46" + "src": "6779:2:46" }, - "nativeSrc": "4495:31:46", + "nativeSrc": "6779:30:46", "nodeType": "YulFunctionCall", - "src": "4495:31:46" + "src": "6779:30:46" }, - "nativeSrc": "4495:31:46", - "nodeType": "YulExpressionStatement", - "src": "4495:31:46" + "nativeSrc": "6776:50:46", + "nodeType": "YulIf", + "src": "6776:50:46" }, { - "nativeSrc": "4535:15:46", + "nativeSrc": "6835:84:46", + "nodeType": "YulVariableDeclaration", + "src": "6835:84:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6891:9:46", + "nodeType": "YulIdentifier", + "src": "6891:9:46" + }, + { + "name": "offset", + "nativeSrc": "6902:6:46", + "nodeType": "YulIdentifier", + "src": "6902:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6887:3:46", + "nodeType": "YulIdentifier", + "src": "6887:3:46" + }, + "nativeSrc": "6887:22:46", + "nodeType": "YulFunctionCall", + "src": "6887:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "6911:7:46", + "nodeType": "YulIdentifier", + "src": "6911:7:46" + } + ], + "functionName": { + "name": "abi_decode_bytes_calldata", + "nativeSrc": "6861:25:46", + "nodeType": "YulIdentifier", + "src": "6861:25:46" + }, + "nativeSrc": "6861:58:46", + "nodeType": "YulFunctionCall", + "src": "6861:58:46" + }, + "variables": [ + { + "name": "value1_1", + "nativeSrc": "6839:8:46", + "nodeType": "YulTypedName", + "src": "6839:8:46", + "type": "" + }, + { + "name": "value2_1", + "nativeSrc": "6849:8:46", + "nodeType": "YulTypedName", + "src": "6849:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "6928:18:46", "nodeType": "YulAssignment", - "src": "4535:15:46", + "src": "6928:18:46", "value": { - "name": "value", - "nativeSrc": "4545:5:46", + "name": "value1_1", + "nativeSrc": "6938:8:46", "nodeType": "YulIdentifier", - "src": "4545:5:46" + "src": "6938:8:46" }, "variableNames": [ { "name": "value1", - "nativeSrc": "4535:6:46", + "nativeSrc": "6928:6:46", "nodeType": "YulIdentifier", - "src": "4535:6:46" + "src": "6928:6:46" + } + ] + }, + { + "nativeSrc": "6955:18:46", + "nodeType": "YulAssignment", + "src": "6955:18:46", + "value": { + "name": "value2_1", + "nativeSrc": "6965:8:46", + "nodeType": "YulIdentifier", + "src": "6965:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "6955:6:46", + "nodeType": "YulIdentifier", + "src": "6955:6:46" } ] } ] }, - "name": "abi_decode_tuple_t_uint64t_address", - "nativeSrc": "4237:319:46", + "name": "abi_decode_tuple_t_uint64t_string_calldata_ptr", + "nativeSrc": "6497:482:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "4281:9:46", + "nativeSrc": "6553:9:46", "nodeType": "YulTypedName", - "src": "4281:9:46", + "src": "6553:9:46", "type": "" }, { "name": "dataEnd", - "nativeSrc": "4292:7:46", + "nativeSrc": "6564:7:46", "nodeType": "YulTypedName", - "src": "4292:7:46", + "src": "6564:7:46", "type": "" } ], "returnVariables": [ { "name": "value0", - "nativeSrc": "4304:6:46", + "nativeSrc": "6576:6:46", "nodeType": "YulTypedName", - "src": "4304:6:46", + "src": "6576:6:46", "type": "" }, { "name": "value1", - "nativeSrc": "4312:6:46", + "nativeSrc": "6584:6:46", "nodeType": "YulTypedName", - "src": "4312:6:46", + "src": "6584:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "6592:6:46", + "nodeType": "YulTypedName", + "src": "6592:6:46", "type": "" } ], - "src": "4237:319:46" + "src": "6497:482:46" }, { "body": { - "nativeSrc": "4738:282:46", + "nativeSrc": "7079:92:46", "nodeType": "YulBlock", - "src": "4738:282:46", + "src": "7079:92:46", "statements": [ { - "nativeSrc": "4748:27:46", + "nativeSrc": "7089:26:46", "nodeType": "YulAssignment", - "src": "4748:27:46", + "src": "7089:26:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "4760:9:46", + "nativeSrc": "7101:9:46", "nodeType": "YulIdentifier", - "src": "4760:9:46" + "src": "7101:9:46" }, { "kind": "number", - "nativeSrc": "4771:3:46", + "nativeSrc": "7112:2:46", "nodeType": "YulLiteral", - "src": "4771:3:46", + "src": "7112:2:46", "type": "", - "value": "128" + "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "4756:3:46", + "nativeSrc": "7097:3:46", "nodeType": "YulIdentifier", - "src": "4756:3:46" + "src": "7097:3:46" }, - "nativeSrc": "4756:19:46", + "nativeSrc": "7097:18:46", "nodeType": "YulFunctionCall", - "src": "4756:19:46" + "src": "7097:18:46" }, "variableNames": [ { "name": "tail", - "nativeSrc": "4748:4:46", + "nativeSrc": "7089:4:46", "nodeType": "YulIdentifier", - "src": "4748:4:46" + "src": "7089:4:46" } ] }, @@ -299006,366 +303765,356 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "4791:9:46", + "nativeSrc": "7131:9:46", "nodeType": "YulIdentifier", - "src": "4791:9:46" + "src": "7131:9:46" }, { "arguments": [ { - "name": "value0", - "nativeSrc": "4806:6:46", - "nodeType": "YulIdentifier", - "src": "4806:6:46" - }, - { - "kind": "number", - "nativeSrc": "4814:14:46", - "nodeType": "YulLiteral", - "src": "4814:14:46", - "type": "", - "value": "0xffffffffffff" + "arguments": [ + { + "name": "value0", + "nativeSrc": "7156:6:46", + "nodeType": "YulIdentifier", + "src": "7156:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "7149:6:46", + "nodeType": "YulIdentifier", + "src": "7149:6:46" + }, + "nativeSrc": "7149:14:46", + "nodeType": "YulFunctionCall", + "src": "7149:14:46" } ], "functionName": { - "name": "and", - "nativeSrc": "4802:3:46", + "name": "iszero", + "nativeSrc": "7142:6:46", "nodeType": "YulIdentifier", - "src": "4802:3:46" + "src": "7142:6:46" }, - "nativeSrc": "4802:27:46", + "nativeSrc": "7142:22:46", "nodeType": "YulFunctionCall", - "src": "4802:27:46" + "src": "7142:22:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "4784:6:46", + "nativeSrc": "7124:6:46", "nodeType": "YulIdentifier", - "src": "4784:6:46" + "src": "7124:6:46" }, - "nativeSrc": "4784:46:46", + "nativeSrc": "7124:41:46", "nodeType": "YulFunctionCall", - "src": "4784:46:46" + "src": "7124:41:46" }, - "nativeSrc": "4784:46:46", + "nativeSrc": "7124:41:46", "nodeType": "YulExpressionStatement", - "src": "4784:46:46" - }, + "src": "7124:41:46" + } + ] + }, + "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", + "nativeSrc": "6984:187:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "7048:9:46", + "nodeType": "YulTypedName", + "src": "7048:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "7059:6:46", + "nodeType": "YulTypedName", + "src": "7059:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "7070:4:46", + "nodeType": "YulTypedName", + "src": "7070:4:46", + "type": "" + } + ], + "src": "6984:187:46" + }, + { + "body": { + "nativeSrc": "7261:171:46", + "nodeType": "YulBlock", + "src": "7261:171:46", + "statements": [ { - "expression": { - "arguments": [ + "body": { + "nativeSrc": "7307:16:46", + "nodeType": "YulBlock", + "src": "7307:16:46", + "statements": [ { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4850:9:46", + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7316:1:46", + "nodeType": "YulLiteral", + "src": "7316:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "7319:1:46", + "nodeType": "YulLiteral", + "src": "7319:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "7309:6:46", "nodeType": "YulIdentifier", - "src": "4850:9:46" + "src": "7309:6:46" }, - { - "kind": "number", - "nativeSrc": "4861:2:46", - "nodeType": "YulLiteral", - "src": "4861:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4846:3:46", - "nodeType": "YulIdentifier", - "src": "4846:3:46" + "nativeSrc": "7309:12:46", + "nodeType": "YulFunctionCall", + "src": "7309:12:46" }, - "nativeSrc": "4846:18:46", - "nodeType": "YulFunctionCall", - "src": "4846:18:46" - }, + "nativeSrc": "7309:12:46", + "nodeType": "YulExpressionStatement", + "src": "7309:12:46" + } + ] + }, + "condition": { + "arguments": [ { "arguments": [ { - "name": "value1", - "nativeSrc": "4870:6:46", + "name": "dataEnd", + "nativeSrc": "7282:7:46", "nodeType": "YulIdentifier", - "src": "4870:6:46" + "src": "7282:7:46" }, { - "kind": "number", - "nativeSrc": "4878:10:46", - "nodeType": "YulLiteral", - "src": "4878:10:46", - "type": "", - "value": "0xffffffff" + "name": "headStart", + "nativeSrc": "7291:9:46", + "nodeType": "YulIdentifier", + "src": "7291:9:46" } ], "functionName": { - "name": "and", - "nativeSrc": "4866:3:46", + "name": "sub", + "nativeSrc": "7278:3:46", "nodeType": "YulIdentifier", - "src": "4866:3:46" + "src": "7278:3:46" }, - "nativeSrc": "4866:23:46", + "nativeSrc": "7278:23:46", "nodeType": "YulFunctionCall", - "src": "4866:23:46" + "src": "7278:23:46" + }, + { + "kind": "number", + "nativeSrc": "7303:2:46", + "nodeType": "YulLiteral", + "src": "7303:2:46", + "type": "", + "value": "64" } ], "functionName": { - "name": "mstore", - "nativeSrc": "4839:6:46", + "name": "slt", + "nativeSrc": "7274:3:46", "nodeType": "YulIdentifier", - "src": "4839:6:46" + "src": "7274:3:46" }, - "nativeSrc": "4839:51:46", + "nativeSrc": "7274:32:46", "nodeType": "YulFunctionCall", - "src": "4839:51:46" + "src": "7274:32:46" }, - "nativeSrc": "4839:51:46", - "nodeType": "YulExpressionStatement", - "src": "4839:51:46" + "nativeSrc": "7271:52:46", + "nodeType": "YulIf", + "src": "7271:52:46" }, { - "expression": { + "nativeSrc": "7332:38:46", + "nodeType": "YulAssignment", + "src": "7332:38:46", + "value": { "arguments": [ { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4910:9:46", - "nodeType": "YulIdentifier", - "src": "4910:9:46" - }, - { - "kind": "number", - "nativeSrc": "4921:2:46", - "nodeType": "YulLiteral", - "src": "4921:2:46", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4906:3:46", - "nodeType": "YulIdentifier", - "src": "4906:3:46" - }, - "nativeSrc": "4906:18:46", - "nodeType": "YulFunctionCall", - "src": "4906:18:46" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "4930:6:46", - "nodeType": "YulIdentifier", - "src": "4930:6:46" - }, - { - "kind": "number", - "nativeSrc": "4938:10:46", - "nodeType": "YulLiteral", - "src": "4938:10:46", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4926:3:46", - "nodeType": "YulIdentifier", - "src": "4926:3:46" - }, - "nativeSrc": "4926:23:46", - "nodeType": "YulFunctionCall", - "src": "4926:23:46" + "name": "headStart", + "nativeSrc": "7360:9:46", + "nodeType": "YulIdentifier", + "src": "7360:9:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "4899:6:46", + "name": "abi_decode_uint64", + "nativeSrc": "7342:17:46", "nodeType": "YulIdentifier", - "src": "4899:6:46" + "src": "7342:17:46" }, - "nativeSrc": "4899:51:46", + "nativeSrc": "7342:28:46", "nodeType": "YulFunctionCall", - "src": "4899:51:46" + "src": "7342:28:46" }, - "nativeSrc": "4899:51:46", - "nodeType": "YulExpressionStatement", - "src": "4899:51:46" + "variableNames": [ + { + "name": "value0", + "nativeSrc": "7332:6:46", + "nodeType": "YulIdentifier", + "src": "7332:6:46" + } + ] }, { - "expression": { + "nativeSrc": "7379:47:46", + "nodeType": "YulAssignment", + "src": "7379:47:46", + "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "4970:9:46", + "nativeSrc": "7411:9:46", "nodeType": "YulIdentifier", - "src": "4970:9:46" + "src": "7411:9:46" }, { "kind": "number", - "nativeSrc": "4981:2:46", + "nativeSrc": "7422:2:46", "nodeType": "YulLiteral", - "src": "4981:2:46", + "src": "7422:2:46", "type": "", - "value": "96" + "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "4966:3:46", - "nodeType": "YulIdentifier", - "src": "4966:3:46" - }, - "nativeSrc": "4966:18:46", - "nodeType": "YulFunctionCall", - "src": "4966:18:46" - }, - { - "arguments": [ - { - "name": "value3", - "nativeSrc": "4990:6:46", - "nodeType": "YulIdentifier", - "src": "4990:6:46" - }, - { - "kind": "number", - "nativeSrc": "4998:14:46", - "nodeType": "YulLiteral", - "src": "4998:14:46", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4986:3:46", + "nativeSrc": "7407:3:46", "nodeType": "YulIdentifier", - "src": "4986:3:46" + "src": "7407:3:46" }, - "nativeSrc": "4986:27:46", + "nativeSrc": "7407:18:46", "nodeType": "YulFunctionCall", - "src": "4986:27:46" + "src": "7407:18:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "4959:6:46", + "name": "abi_decode_uint32", + "nativeSrc": "7389:17:46", "nodeType": "YulIdentifier", - "src": "4959:6:46" + "src": "7389:17:46" }, - "nativeSrc": "4959:55:46", + "nativeSrc": "7389:37:46", "nodeType": "YulFunctionCall", - "src": "4959:55:46" + "src": "7389:37:46" }, - "nativeSrc": "4959:55:46", - "nodeType": "YulExpressionStatement", - "src": "4959:55:46" + "variableNames": [ + { + "name": "value1", + "nativeSrc": "7379:6:46", + "nodeType": "YulIdentifier", + "src": "7379:6:46" + } + ] } ] }, - "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:46", + "name": "abi_decode_tuple_t_uint64t_uint32", + "nativeSrc": "7176:256:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "4683:9:46", + "nativeSrc": "7219:9:46", "nodeType": "YulTypedName", - "src": "4683:9:46", + "src": "7219:9:46", "type": "" }, { - "name": "value3", - "nativeSrc": "4694:6:46", + "name": "dataEnd", + "nativeSrc": "7230:7:46", "nodeType": "YulTypedName", - "src": "4694:6:46", + "src": "7230:7:46", "type": "" - }, + } + ], + "returnVariables": [ { - "name": "value2", - "nativeSrc": "4702:6:46", + "name": "value0", + "nativeSrc": "7242:6:46", "nodeType": "YulTypedName", - "src": "4702:6:46", + "src": "7242:6:46", "type": "" }, { "name": "value1", - "nativeSrc": "4710:6:46", - "nodeType": "YulTypedName", - "src": "4710:6:46", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "4718:6:46", - "nodeType": "YulTypedName", - "src": "4718:6:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "4729:4:46", + "nativeSrc": "7250:6:46", "nodeType": "YulTypedName", - "src": "4729:4:46", + "src": "7250:6:46", "type": "" } ], - "src": "4561:459:46" + "src": "7176:256:46" }, { "body": { - "nativeSrc": "5110:171:46", + "nativeSrc": "7560:562:46", "nodeType": "YulBlock", - "src": "5110:171:46", + "src": "7560:562:46", "statements": [ { "body": { - "nativeSrc": "5156:16:46", + "nativeSrc": "7606:16:46", "nodeType": "YulBlock", - "src": "5156:16:46", + "src": "7606:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "5165:1:46", + "nativeSrc": "7615:1:46", "nodeType": "YulLiteral", - "src": "5165:1:46", + "src": "7615:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "5168:1:46", + "nativeSrc": "7618:1:46", "nodeType": "YulLiteral", - "src": "5168:1:46", + "src": "7618:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "5158:6:46", + "nativeSrc": "7608:6:46", "nodeType": "YulIdentifier", - "src": "5158:6:46" + "src": "7608:6:46" }, - "nativeSrc": "5158:12:46", + "nativeSrc": "7608:12:46", "nodeType": "YulFunctionCall", - "src": "5158:12:46" + "src": "7608:12:46" }, - "nativeSrc": "5158:12:46", + "nativeSrc": "7608:12:46", "nodeType": "YulExpressionStatement", - "src": "5158:12:46" + "src": "7608:12:46" } ] }, @@ -299375,379 +304124,549 @@ "arguments": [ { "name": "dataEnd", - "nativeSrc": "5131:7:46", + "nativeSrc": "7581:7:46", "nodeType": "YulIdentifier", - "src": "5131:7:46" + "src": "7581:7:46" }, { "name": "headStart", - "nativeSrc": "5140:9:46", + "nativeSrc": "7590:9:46", "nodeType": "YulIdentifier", - "src": "5140:9:46" + "src": "7590:9:46" } ], "functionName": { "name": "sub", - "nativeSrc": "5127:3:46", + "nativeSrc": "7577:3:46", "nodeType": "YulIdentifier", - "src": "5127:3:46" + "src": "7577:3:46" }, - "nativeSrc": "5127:23:46", + "nativeSrc": "7577:23:46", "nodeType": "YulFunctionCall", - "src": "5127:23:46" + "src": "7577:23:46" }, { "kind": "number", - "nativeSrc": "5152:2:46", + "nativeSrc": "7602:2:46", "nodeType": "YulLiteral", - "src": "5152:2:46", + "src": "7602:2:46", "type": "", - "value": "64" + "value": "96" } ], "functionName": { "name": "slt", - "nativeSrc": "5123:3:46", + "nativeSrc": "7573:3:46", "nodeType": "YulIdentifier", - "src": "5123:3:46" + "src": "7573:3:46" }, - "nativeSrc": "5123:32:46", + "nativeSrc": "7573:32:46", "nodeType": "YulFunctionCall", - "src": "5123:32:46" + "src": "7573:32:46" }, - "nativeSrc": "5120:52:46", + "nativeSrc": "7570:52:46", "nodeType": "YulIf", - "src": "5120:52:46" + "src": "7570:52:46" }, { - "nativeSrc": "5181:38:46", - "nodeType": "YulAssignment", - "src": "5181:38:46", + "nativeSrc": "7631:36:46", + "nodeType": "YulVariableDeclaration", + "src": "7631:36:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "5209:9:46", + "nativeSrc": "7657:9:46", "nodeType": "YulIdentifier", - "src": "5209:9:46" + "src": "7657:9:46" } ], "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "5191:17:46", + "name": "calldataload", + "nativeSrc": "7644:12:46", "nodeType": "YulIdentifier", - "src": "5191:17:46" + "src": "7644:12:46" }, - "nativeSrc": "5191:28:46", + "nativeSrc": "7644:23:46", "nodeType": "YulFunctionCall", - "src": "5191:28:46" + "src": "7644:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "7635:5:46", + "nodeType": "YulTypedName", + "src": "7635:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "7701:5:46", + "nodeType": "YulIdentifier", + "src": "7701:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "7676:24:46", + "nodeType": "YulIdentifier", + "src": "7676:24:46" + }, + "nativeSrc": "7676:31:46", + "nodeType": "YulFunctionCall", + "src": "7676:31:46" + }, + "nativeSrc": "7676:31:46", + "nodeType": "YulExpressionStatement", + "src": "7676:31:46" + }, + { + "nativeSrc": "7716:15:46", + "nodeType": "YulAssignment", + "src": "7716:15:46", + "value": { + "name": "value", + "nativeSrc": "7726:5:46", + "nodeType": "YulIdentifier", + "src": "7726:5:46" }, "variableNames": [ { "name": "value0", - "nativeSrc": "5181:6:46", + "nativeSrc": "7716:6:46", "nodeType": "YulIdentifier", - "src": "5181:6:46" + "src": "7716:6:46" } ] }, { - "nativeSrc": "5228:47:46", + "nativeSrc": "7740:47:46", + "nodeType": "YulVariableDeclaration", + "src": "7740:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7772:9:46", + "nodeType": "YulIdentifier", + "src": "7772:9:46" + }, + { + "kind": "number", + "nativeSrc": "7783:2:46", + "nodeType": "YulLiteral", + "src": "7783:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7768:3:46", + "nodeType": "YulIdentifier", + "src": "7768:3:46" + }, + "nativeSrc": "7768:18:46", + "nodeType": "YulFunctionCall", + "src": "7768:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "7755:12:46", + "nodeType": "YulIdentifier", + "src": "7755:12:46" + }, + "nativeSrc": "7755:32:46", + "nodeType": "YulFunctionCall", + "src": "7755:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "7744:7:46", + "nodeType": "YulTypedName", + "src": "7744:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "7821:7:46", + "nodeType": "YulIdentifier", + "src": "7821:7:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "7796:24:46", + "nodeType": "YulIdentifier", + "src": "7796:24:46" + }, + "nativeSrc": "7796:33:46", + "nodeType": "YulFunctionCall", + "src": "7796:33:46" + }, + "nativeSrc": "7796:33:46", + "nodeType": "YulExpressionStatement", + "src": "7796:33:46" + }, + { + "nativeSrc": "7838:17:46", "nodeType": "YulAssignment", - "src": "5228:47:46", + "src": "7838:17:46", + "value": { + "name": "value_1", + "nativeSrc": "7848:7:46", + "nodeType": "YulIdentifier", + "src": "7848:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "7838:6:46", + "nodeType": "YulIdentifier", + "src": "7838:6:46" + } + ] + }, + { + "nativeSrc": "7864:46:46", + "nodeType": "YulVariableDeclaration", + "src": "7864:46:46", "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "5260:9:46", + "nativeSrc": "7895:9:46", "nodeType": "YulIdentifier", - "src": "5260:9:46" + "src": "7895:9:46" }, { "kind": "number", - "nativeSrc": "5271:2:46", + "nativeSrc": "7906:2:46", "nodeType": "YulLiteral", - "src": "5271:2:46", + "src": "7906:2:46", "type": "", - "value": "32" + "value": "64" } ], "functionName": { "name": "add", - "nativeSrc": "5256:3:46", + "nativeSrc": "7891:3:46", "nodeType": "YulIdentifier", - "src": "5256:3:46" + "src": "7891:3:46" }, - "nativeSrc": "5256:18:46", + "nativeSrc": "7891:18:46", "nodeType": "YulFunctionCall", - "src": "5256:18:46" + "src": "7891:18:46" } ], "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "5238:17:46", + "name": "calldataload", + "nativeSrc": "7878:12:46", "nodeType": "YulIdentifier", - "src": "5238:17:46" + "src": "7878:12:46" }, - "nativeSrc": "5238:37:46", + "nativeSrc": "7878:32:46", "nodeType": "YulFunctionCall", - "src": "5238:37:46" + "src": "7878:32:46" }, - "variableNames": [ + "variables": [ { - "name": "value1", - "nativeSrc": "5228:6:46", - "nodeType": "YulIdentifier", - "src": "5228:6:46" + "name": "offset", + "nativeSrc": "7868:6:46", + "nodeType": "YulTypedName", + "src": "7868:6:46", + "type": "" } ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_uint64", - "nativeSrc": "5025:256:46", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5068:9:46", - "nodeType": "YulTypedName", - "src": "5068:9:46", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5079:7:46", - "nodeType": "YulTypedName", - "src": "5079:7:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5091:6:46", - "nodeType": "YulTypedName", - "src": "5091:6:46", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "5099:6:46", - "nodeType": "YulTypedName", - "src": "5099:6:46", - "type": "" - } - ], - "src": "5025:256:46" - }, - { - "body": { - "nativeSrc": "5356:110:46", - "nodeType": "YulBlock", - "src": "5356:110:46", - "statements": [ + }, { "body": { - "nativeSrc": "5402:16:46", + "nativeSrc": "7953:16:46", "nodeType": "YulBlock", - "src": "5402:16:46", + "src": "7953:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "5411:1:46", + "nativeSrc": "7962:1:46", "nodeType": "YulLiteral", - "src": "5411:1:46", + "src": "7962:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "5414:1:46", + "nativeSrc": "7965:1:46", "nodeType": "YulLiteral", - "src": "5414:1:46", + "src": "7965:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "5404:6:46", + "nativeSrc": "7955:6:46", "nodeType": "YulIdentifier", - "src": "5404:6:46" + "src": "7955:6:46" }, - "nativeSrc": "5404:12:46", + "nativeSrc": "7955:12:46", "nodeType": "YulFunctionCall", - "src": "5404:12:46" + "src": "7955:12:46" }, - "nativeSrc": "5404:12:46", + "nativeSrc": "7955:12:46", "nodeType": "YulExpressionStatement", - "src": "5404:12:46" + "src": "7955:12:46" } ] }, "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "7925:6:46", + "nodeType": "YulIdentifier", + "src": "7925:6:46" + }, + { + "kind": "number", + "nativeSrc": "7933:18:46", + "nodeType": "YulLiteral", + "src": "7933:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "7922:2:46", + "nodeType": "YulIdentifier", + "src": "7922:2:46" + }, + "nativeSrc": "7922:30:46", + "nodeType": "YulFunctionCall", + "src": "7922:30:46" + }, + "nativeSrc": "7919:50:46", + "nodeType": "YulIf", + "src": "7919:50:46" + }, + { + "nativeSrc": "7978:84:46", + "nodeType": "YulVariableDeclaration", + "src": "7978:84:46", + "value": { "arguments": [ { "arguments": [ { - "name": "dataEnd", - "nativeSrc": "5377:7:46", + "name": "headStart", + "nativeSrc": "8034:9:46", "nodeType": "YulIdentifier", - "src": "5377:7:46" + "src": "8034:9:46" }, { - "name": "headStart", - "nativeSrc": "5386:9:46", + "name": "offset", + "nativeSrc": "8045:6:46", "nodeType": "YulIdentifier", - "src": "5386:9:46" + "src": "8045:6:46" } ], "functionName": { - "name": "sub", - "nativeSrc": "5373:3:46", + "name": "add", + "nativeSrc": "8030:3:46", "nodeType": "YulIdentifier", - "src": "5373:3:46" + "src": "8030:3:46" }, - "nativeSrc": "5373:23:46", + "nativeSrc": "8030:22:46", "nodeType": "YulFunctionCall", - "src": "5373:23:46" + "src": "8030:22:46" }, { - "kind": "number", - "nativeSrc": "5398:2:46", - "nodeType": "YulLiteral", - "src": "5398:2:46", - "type": "", - "value": "32" + "name": "dataEnd", + "nativeSrc": "8054:7:46", + "nodeType": "YulIdentifier", + "src": "8054:7:46" } ], "functionName": { - "name": "slt", - "nativeSrc": "5369:3:46", + "name": "abi_decode_bytes_calldata", + "nativeSrc": "8004:25:46", "nodeType": "YulIdentifier", - "src": "5369:3:46" + "src": "8004:25:46" }, - "nativeSrc": "5369:32:46", + "nativeSrc": "8004:58:46", "nodeType": "YulFunctionCall", - "src": "5369:32:46" + "src": "8004:58:46" }, - "nativeSrc": "5366:52:46", - "nodeType": "YulIf", - "src": "5366:52:46" + "variables": [ + { + "name": "value2_1", + "nativeSrc": "7982:8:46", + "nodeType": "YulTypedName", + "src": "7982:8:46", + "type": "" + }, + { + "name": "value3_1", + "nativeSrc": "7992:8:46", + "nodeType": "YulTypedName", + "src": "7992:8:46", + "type": "" + } + ] }, { - "nativeSrc": "5427:33:46", + "nativeSrc": "8071:18:46", "nodeType": "YulAssignment", - "src": "5427:33:46", + "src": "8071:18:46", "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5450:9:46", - "nodeType": "YulIdentifier", - "src": "5450:9:46" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "5437:12:46", + "name": "value2_1", + "nativeSrc": "8081:8:46", + "nodeType": "YulIdentifier", + "src": "8081:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "8071:6:46", "nodeType": "YulIdentifier", - "src": "5437:12:46" - }, - "nativeSrc": "5437:23:46", - "nodeType": "YulFunctionCall", - "src": "5437:23:46" + "src": "8071:6:46" + } + ] + }, + { + "nativeSrc": "8098:18:46", + "nodeType": "YulAssignment", + "src": "8098:18:46", + "value": { + "name": "value3_1", + "nativeSrc": "8108:8:46", + "nodeType": "YulIdentifier", + "src": "8108:8:46" }, "variableNames": [ { - "name": "value0", - "nativeSrc": "5427:6:46", + "name": "value3", + "nativeSrc": "8098:6:46", "nodeType": "YulIdentifier", - "src": "5427:6:46" + "src": "8098:6:46" } ] } ] }, - "name": "abi_decode_tuple_t_bytes32", - "nativeSrc": "5286:180:46", + "name": "abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr", + "nativeSrc": "7437:685:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "5322:9:46", + "nativeSrc": "7502:9:46", "nodeType": "YulTypedName", - "src": "5322:9:46", + "src": "7502:9:46", "type": "" }, { "name": "dataEnd", - "nativeSrc": "5333:7:46", + "nativeSrc": "7513:7:46", "nodeType": "YulTypedName", - "src": "5333:7:46", + "src": "7513:7:46", "type": "" } ], "returnVariables": [ { "name": "value0", - "nativeSrc": "5345:6:46", + "nativeSrc": "7525:6:46", "nodeType": "YulTypedName", - "src": "5345:6:46", + "src": "7525:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "7533:6:46", + "nodeType": "YulTypedName", + "src": "7533:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "7541:6:46", + "nodeType": "YulTypedName", + "src": "7541:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "7549:6:46", + "nodeType": "YulTypedName", + "src": "7549:6:46", "type": "" } ], - "src": "5286:180:46" + "src": "7437:685:46" }, { "body": { - "nativeSrc": "5570:97:46", + "nativeSrc": "8228:76:46", "nodeType": "YulBlock", - "src": "5570:97:46", + "src": "8228:76:46", "statements": [ { - "nativeSrc": "5580:26:46", + "nativeSrc": "8238:26:46", "nodeType": "YulAssignment", - "src": "5580:26:46", + "src": "8238:26:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "5592:9:46", + "nativeSrc": "8250:9:46", "nodeType": "YulIdentifier", - "src": "5592:9:46" + "src": "8250:9:46" }, { "kind": "number", - "nativeSrc": "5603:2:46", + "nativeSrc": "8261:2:46", "nodeType": "YulLiteral", - "src": "5603:2:46", + "src": "8261:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "5588:3:46", + "nativeSrc": "8246:3:46", "nodeType": "YulIdentifier", - "src": "5588:3:46" + "src": "8246:3:46" }, - "nativeSrc": "5588:18:46", + "nativeSrc": "8246:18:46", "nodeType": "YulFunctionCall", - "src": "5588:18:46" + "src": "8246:18:46" }, "variableNames": [ { "name": "tail", - "nativeSrc": "5580:4:46", + "nativeSrc": "8238:4:46", "nodeType": "YulIdentifier", - "src": "5580:4:46" + "src": "8238:4:46" } ] }, @@ -299756,129 +304675,108 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "5622:9:46", + "nativeSrc": "8280:9:46", "nodeType": "YulIdentifier", - "src": "5622:9:46" + "src": "8280:9:46" }, { - "arguments": [ - { - "name": "value0", - "nativeSrc": "5637:6:46", - "nodeType": "YulIdentifier", - "src": "5637:6:46" - }, - { - "kind": "number", - "nativeSrc": "5645:14:46", - "nodeType": "YulLiteral", - "src": "5645:14:46", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5633:3:46", - "nodeType": "YulIdentifier", - "src": "5633:3:46" - }, - "nativeSrc": "5633:27:46", - "nodeType": "YulFunctionCall", - "src": "5633:27:46" + "name": "value0", + "nativeSrc": "8291:6:46", + "nodeType": "YulIdentifier", + "src": "8291:6:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "5615:6:46", + "nativeSrc": "8273:6:46", "nodeType": "YulIdentifier", - "src": "5615:6:46" + "src": "8273:6:46" }, - "nativeSrc": "5615:46:46", + "nativeSrc": "8273:25:46", "nodeType": "YulFunctionCall", - "src": "5615:46:46" + "src": "8273:25:46" }, - "nativeSrc": "5615:46:46", + "nativeSrc": "8273:25:46", "nodeType": "YulExpressionStatement", - "src": "5615:46:46" + "src": "8273:25:46" } ] }, - "name": "abi_encode_tuple_t_uint48__to_t_uint48__fromStack_reversed", - "nativeSrc": "5471:196:46", + "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", + "nativeSrc": "8127:177:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "5539:9:46", + "nativeSrc": "8197:9:46", "nodeType": "YulTypedName", - "src": "5539:9:46", + "src": "8197:9:46", "type": "" }, { "name": "value0", - "nativeSrc": "5550:6:46", + "nativeSrc": "8208:6:46", "nodeType": "YulTypedName", - "src": "5550:6:46", + "src": "8208:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "5561:4:46", + "nativeSrc": "8219:4:46", "nodeType": "YulTypedName", - "src": "5561:4:46", + "src": "8219:4:46", "type": "" } ], - "src": "5471:196:46" + "src": "8127:177:46" }, { "body": { - "nativeSrc": "5742:177:46", + "nativeSrc": "8425:331:46", "nodeType": "YulBlock", - "src": "5742:177:46", + "src": "8425:331:46", "statements": [ { "body": { - "nativeSrc": "5788:16:46", + "nativeSrc": "8471:16:46", "nodeType": "YulBlock", - "src": "5788:16:46", + "src": "8471:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "5797:1:46", + "nativeSrc": "8480:1:46", "nodeType": "YulLiteral", - "src": "5797:1:46", + "src": "8480:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "5800:1:46", + "nativeSrc": "8483:1:46", "nodeType": "YulLiteral", - "src": "5800:1:46", + "src": "8483:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "5790:6:46", + "nativeSrc": "8473:6:46", "nodeType": "YulIdentifier", - "src": "5790:6:46" + "src": "8473:6:46" }, - "nativeSrc": "5790:12:46", + "nativeSrc": "8473:12:46", "nodeType": "YulFunctionCall", - "src": "5790:12:46" + "src": "8473:12:46" }, - "nativeSrc": "5790:12:46", + "nativeSrc": "8473:12:46", "nodeType": "YulExpressionStatement", - "src": "5790:12:46" + "src": "8473:12:46" } ] }, @@ -299888,412 +304786,706 @@ "arguments": [ { "name": "dataEnd", - "nativeSrc": "5763:7:46", + "nativeSrc": "8446:7:46", "nodeType": "YulIdentifier", - "src": "5763:7:46" + "src": "8446:7:46" }, { "name": "headStart", - "nativeSrc": "5772:9:46", + "nativeSrc": "8455:9:46", "nodeType": "YulIdentifier", - "src": "5772:9:46" + "src": "8455:9:46" } ], "functionName": { "name": "sub", - "nativeSrc": "5759:3:46", + "nativeSrc": "8442:3:46", "nodeType": "YulIdentifier", - "src": "5759:3:46" + "src": "8442:3:46" }, - "nativeSrc": "5759:23:46", + "nativeSrc": "8442:23:46", "nodeType": "YulFunctionCall", - "src": "5759:23:46" + "src": "8442:23:46" }, { "kind": "number", - "nativeSrc": "5784:2:46", + "nativeSrc": "8467:2:46", "nodeType": "YulLiteral", - "src": "5784:2:46", + "src": "8467:2:46", "type": "", "value": "32" } ], "functionName": { "name": "slt", - "nativeSrc": "5755:3:46", + "nativeSrc": "8438:3:46", "nodeType": "YulIdentifier", - "src": "5755:3:46" + "src": "8438:3:46" }, - "nativeSrc": "5755:32:46", + "nativeSrc": "8438:32:46", "nodeType": "YulFunctionCall", - "src": "5755:32:46" + "src": "8438:32:46" }, - "nativeSrc": "5752:52:46", + "nativeSrc": "8435:52:46", "nodeType": "YulIf", - "src": "5752:52:46" + "src": "8435:52:46" }, { - "nativeSrc": "5813:36:46", + "nativeSrc": "8496:37:46", "nodeType": "YulVariableDeclaration", - "src": "5813:36:46", + "src": "8496:37:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "5839:9:46", + "nativeSrc": "8523:9:46", "nodeType": "YulIdentifier", - "src": "5839:9:46" + "src": "8523:9:46" } ], "functionName": { "name": "calldataload", - "nativeSrc": "5826:12:46", + "nativeSrc": "8510:12:46", "nodeType": "YulIdentifier", - "src": "5826:12:46" + "src": "8510:12:46" }, - "nativeSrc": "5826:23:46", + "nativeSrc": "8510:23:46", "nodeType": "YulFunctionCall", - "src": "5826:23:46" + "src": "8510:23:46" }, "variables": [ { - "name": "value", - "nativeSrc": "5817:5:46", + "name": "offset", + "nativeSrc": "8500:6:46", "nodeType": "YulTypedName", - "src": "5817:5:46", + "src": "8500:6:46", "type": "" } ] }, { - "expression": { + "body": { + "nativeSrc": "8576:16:46", + "nodeType": "YulBlock", + "src": "8576:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8585:1:46", + "nodeType": "YulLiteral", + "src": "8585:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "8588:1:46", + "nodeType": "YulLiteral", + "src": "8588:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "8578:6:46", + "nodeType": "YulIdentifier", + "src": "8578:6:46" + }, + "nativeSrc": "8578:12:46", + "nodeType": "YulFunctionCall", + "src": "8578:12:46" + }, + "nativeSrc": "8578:12:46", + "nodeType": "YulExpressionStatement", + "src": "8578:12:46" + } + ] + }, + "condition": { "arguments": [ { - "name": "value", - "nativeSrc": "5883:5:46", + "name": "offset", + "nativeSrc": "8548:6:46", "nodeType": "YulIdentifier", - "src": "5883:5:46" + "src": "8548:6:46" + }, + { + "kind": "number", + "nativeSrc": "8556:18:46", + "nodeType": "YulLiteral", + "src": "8556:18:46", + "type": "", + "value": "0xffffffffffffffff" } ], "functionName": { - "name": "validator_revert_address", - "nativeSrc": "5858:24:46", + "name": "gt", + "nativeSrc": "8545:2:46", "nodeType": "YulIdentifier", - "src": "5858:24:46" + "src": "8545:2:46" }, - "nativeSrc": "5858:31:46", + "nativeSrc": "8545:30:46", "nodeType": "YulFunctionCall", - "src": "5858:31:46" + "src": "8545:30:46" }, - "nativeSrc": "5858:31:46", - "nodeType": "YulExpressionStatement", - "src": "5858:31:46" + "nativeSrc": "8542:50:46", + "nodeType": "YulIf", + "src": "8542:50:46" }, { - "nativeSrc": "5898:15:46", + "nativeSrc": "8601:95:46", + "nodeType": "YulVariableDeclaration", + "src": "8601:95:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8668:9:46", + "nodeType": "YulIdentifier", + "src": "8668:9:46" + }, + { + "name": "offset", + "nativeSrc": "8679:6:46", + "nodeType": "YulIdentifier", + "src": "8679:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8664:3:46", + "nodeType": "YulIdentifier", + "src": "8664:3:46" + }, + "nativeSrc": "8664:22:46", + "nodeType": "YulFunctionCall", + "src": "8664:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "8688:7:46", + "nodeType": "YulIdentifier", + "src": "8688:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_bytes4_dyn_calldata", + "nativeSrc": "8627:36:46", + "nodeType": "YulIdentifier", + "src": "8627:36:46" + }, + "nativeSrc": "8627:69:46", + "nodeType": "YulFunctionCall", + "src": "8627:69:46" + }, + "variables": [ + { + "name": "value0_1", + "nativeSrc": "8605:8:46", + "nodeType": "YulTypedName", + "src": "8605:8:46", + "type": "" + }, + { + "name": "value1_1", + "nativeSrc": "8615:8:46", + "nodeType": "YulTypedName", + "src": "8615:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "8705:18:46", "nodeType": "YulAssignment", - "src": "5898:15:46", + "src": "8705:18:46", "value": { - "name": "value", - "nativeSrc": "5908:5:46", + "name": "value0_1", + "nativeSrc": "8715:8:46", "nodeType": "YulIdentifier", - "src": "5908:5:46" + "src": "8715:8:46" }, "variableNames": [ { "name": "value0", - "nativeSrc": "5898:6:46", + "nativeSrc": "8705:6:46", "nodeType": "YulIdentifier", - "src": "5898:6:46" + "src": "8705:6:46" + } + ] + }, + { + "nativeSrc": "8732:18:46", + "nodeType": "YulAssignment", + "src": "8732:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "8742:8:46", + "nodeType": "YulIdentifier", + "src": "8742:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "8732:6:46", + "nodeType": "YulIdentifier", + "src": "8732:6:46" } ] } ] }, - "name": "abi_decode_tuple_t_address", - "nativeSrc": "5672:247:46", + "name": "abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", + "nativeSrc": "8309:447:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "5708:9:46", + "nativeSrc": "8383:9:46", "nodeType": "YulTypedName", - "src": "5708:9:46", + "src": "8383:9:46", "type": "" }, { "name": "dataEnd", - "nativeSrc": "5719:7:46", + "nativeSrc": "8394:7:46", "nodeType": "YulTypedName", - "src": "5719:7:46", + "src": "8394:7:46", "type": "" } ], "returnVariables": [ { "name": "value0", - "nativeSrc": "5731:6:46", + "nativeSrc": "8406:6:46", "nodeType": "YulTypedName", - "src": "5731:6:46", + "src": "8406:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "8414:6:46", + "nodeType": "YulTypedName", + "src": "8414:6:46", "type": "" } ], - "src": "5672:247:46" + "src": "8309:447:46" }, { "body": { - "nativeSrc": "5968:133:46", + "nativeSrc": "8827:184:46", "nodeType": "YulBlock", - "src": "5968:133:46", + "src": "8827:184:46", "statements": [ + { + "nativeSrc": "8837:10:46", + "nodeType": "YulVariableDeclaration", + "src": "8837:10:46", + "value": { + "kind": "number", + "nativeSrc": "8846:1:46", + "nodeType": "YulLiteral", + "src": "8846:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "8841:1:46", + "nodeType": "YulTypedName", + "src": "8841:1:46", + "type": "" + } + ] + }, { "body": { - "nativeSrc": "6079:16:46", + "nativeSrc": "8906:63:46", "nodeType": "YulBlock", - "src": "6079:16:46", + "src": "8906:63:46", "statements": [ { "expression": { "arguments": [ { - "kind": "number", - "nativeSrc": "6088:1:46", - "nodeType": "YulLiteral", - "src": "6088:1:46", - "type": "", - "value": "0" + "arguments": [ + { + "name": "dst", + "nativeSrc": "8931:3:46", + "nodeType": "YulIdentifier", + "src": "8931:3:46" + }, + { + "name": "i", + "nativeSrc": "8936:1:46", + "nodeType": "YulIdentifier", + "src": "8936:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8927:3:46", + "nodeType": "YulIdentifier", + "src": "8927:3:46" + }, + "nativeSrc": "8927:11:46", + "nodeType": "YulFunctionCall", + "src": "8927:11:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "8950:3:46", + "nodeType": "YulIdentifier", + "src": "8950:3:46" + }, + { + "name": "i", + "nativeSrc": "8955:1:46", + "nodeType": "YulIdentifier", + "src": "8955:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8946:3:46", + "nodeType": "YulIdentifier", + "src": "8946:3:46" + }, + "nativeSrc": "8946:11:46", + "nodeType": "YulFunctionCall", + "src": "8946:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "8940:5:46", + "nodeType": "YulIdentifier", + "src": "8940:5:46" + }, + "nativeSrc": "8940:18:46", + "nodeType": "YulFunctionCall", + "src": "8940:18:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8920:6:46", + "nodeType": "YulIdentifier", + "src": "8920:6:46" + }, + "nativeSrc": "8920:39:46", + "nodeType": "YulFunctionCall", + "src": "8920:39:46" + }, + "nativeSrc": "8920:39:46", + "nodeType": "YulExpressionStatement", + "src": "8920:39:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "8867:1:46", + "nodeType": "YulIdentifier", + "src": "8867:1:46" + }, + { + "name": "length", + "nativeSrc": "8870:6:46", + "nodeType": "YulIdentifier", + "src": "8870:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "8864:2:46", + "nodeType": "YulIdentifier", + "src": "8864:2:46" + }, + "nativeSrc": "8864:13:46", + "nodeType": "YulFunctionCall", + "src": "8864:13:46" + }, + "nativeSrc": "8856:113:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "8878:19:46", + "nodeType": "YulBlock", + "src": "8878:19:46", + "statements": [ + { + "nativeSrc": "8880:15:46", + "nodeType": "YulAssignment", + "src": "8880:15:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "8889:1:46", + "nodeType": "YulIdentifier", + "src": "8889:1:46" }, { "kind": "number", - "nativeSrc": "6091:1:46", + "nativeSrc": "8892:2:46", "nodeType": "YulLiteral", - "src": "6091:1:46", + "src": "8892:2:46", "type": "", - "value": "0" + "value": "32" } ], "functionName": { - "name": "revert", - "nativeSrc": "6081:6:46", + "name": "add", + "nativeSrc": "8885:3:46", "nodeType": "YulIdentifier", - "src": "6081:6:46" + "src": "8885:3:46" }, - "nativeSrc": "6081:12:46", + "nativeSrc": "8885:10:46", "nodeType": "YulFunctionCall", - "src": "6081:12:46" + "src": "8885:10:46" }, - "nativeSrc": "6081:12:46", - "nodeType": "YulExpressionStatement", - "src": "6081:12:46" + "variableNames": [ + { + "name": "i", + "nativeSrc": "8880:1:46", + "nodeType": "YulIdentifier", + "src": "8880:1:46" + } + ] } ] }, - "condition": { + "pre": { + "nativeSrc": "8860:3:46", + "nodeType": "YulBlock", + "src": "8860:3:46", + "statements": [] + }, + "src": "8856:113:46" + }, + { + "expression": { "arguments": [ { "arguments": [ { - "name": "value", - "nativeSrc": "5991:5:46", + "name": "dst", + "nativeSrc": "8989:3:46", "nodeType": "YulIdentifier", - "src": "5991:5:46" + "src": "8989:3:46" }, { - "arguments": [ - { - "name": "value", - "nativeSrc": "6002:5:46", - "nodeType": "YulIdentifier", - "src": "6002:5:46" - }, - { - "kind": "number", - "nativeSrc": "6009:66:46", - "nodeType": "YulLiteral", - "src": "6009:66:46", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5998:3:46", - "nodeType": "YulIdentifier", - "src": "5998:3:46" - }, - "nativeSrc": "5998:78:46", - "nodeType": "YulFunctionCall", - "src": "5998:78:46" + "name": "length", + "nativeSrc": "8994:6:46", + "nodeType": "YulIdentifier", + "src": "8994:6:46" } ], "functionName": { - "name": "eq", - "nativeSrc": "5988:2:46", + "name": "add", + "nativeSrc": "8985:3:46", "nodeType": "YulIdentifier", - "src": "5988:2:46" + "src": "8985:3:46" }, - "nativeSrc": "5988:89:46", + "nativeSrc": "8985:16:46", "nodeType": "YulFunctionCall", - "src": "5988:89:46" + "src": "8985:16:46" + }, + { + "kind": "number", + "nativeSrc": "9003:1:46", + "nodeType": "YulLiteral", + "src": "9003:1:46", + "type": "", + "value": "0" } ], "functionName": { - "name": "iszero", - "nativeSrc": "5981:6:46", + "name": "mstore", + "nativeSrc": "8978:6:46", "nodeType": "YulIdentifier", - "src": "5981:6:46" + "src": "8978:6:46" }, - "nativeSrc": "5981:97:46", + "nativeSrc": "8978:27:46", "nodeType": "YulFunctionCall", - "src": "5981:97:46" + "src": "8978:27:46" }, - "nativeSrc": "5978:117:46", - "nodeType": "YulIf", - "src": "5978:117:46" + "nativeSrc": "8978:27:46", + "nodeType": "YulExpressionStatement", + "src": "8978:27:46" } ] }, - "name": "validator_revert_bytes4", - "nativeSrc": "5924:177:46", + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "8761:250:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "value", - "nativeSrc": "5957:5:46", + "name": "src", + "nativeSrc": "8805:3:46", "nodeType": "YulTypedName", - "src": "5957:5:46", + "src": "8805:3:46", + "type": "" + }, + { + "name": "dst", + "nativeSrc": "8810:3:46", + "nodeType": "YulTypedName", + "src": "8810:3:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "8815:6:46", + "nodeType": "YulTypedName", + "src": "8815:6:46", "type": "" } ], - "src": "5924:177:46" + "src": "8761:250:46" }, { "body": { - "nativeSrc": "6192:300:46", + "nativeSrc": "9185:822:46", "nodeType": "YulBlock", - "src": "6192:300:46", + "src": "9185:822:46", "statements": [ { - "body": { - "nativeSrc": "6238:16:46", - "nodeType": "YulBlock", - "src": "6238:16:46", - "statements": [ + "nativeSrc": "9195:32:46", + "nodeType": "YulVariableDeclaration", + "src": "9195:32:46", + "value": { + "arguments": [ { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6247:1:46", - "nodeType": "YulLiteral", - "src": "6247:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6250:1:46", - "nodeType": "YulLiteral", - "src": "6250:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6240:6:46", - "nodeType": "YulIdentifier", - "src": "6240:6:46" - }, - "nativeSrc": "6240:12:46", - "nodeType": "YulFunctionCall", - "src": "6240:12:46" - }, - "nativeSrc": "6240:12:46", - "nodeType": "YulExpressionStatement", - "src": "6240:12:46" + "name": "headStart", + "nativeSrc": "9213:9:46", + "nodeType": "YulIdentifier", + "src": "9213:9:46" + }, + { + "kind": "number", + "nativeSrc": "9224:2:46", + "nodeType": "YulLiteral", + "src": "9224:2:46", + "type": "", + "value": "32" } - ] + ], + "functionName": { + "name": "add", + "nativeSrc": "9209:3:46", + "nodeType": "YulIdentifier", + "src": "9209:3:46" + }, + "nativeSrc": "9209:18:46", + "nodeType": "YulFunctionCall", + "src": "9209:18:46" }, - "condition": { + "variables": [ + { + "name": "tail_1", + "nativeSrc": "9199:6:46", + "nodeType": "YulTypedName", + "src": "9199:6:46", + "type": "" + } + ] + }, + { + "expression": { "arguments": [ { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "6213:7:46", - "nodeType": "YulIdentifier", - "src": "6213:7:46" - }, - { - "name": "headStart", - "nativeSrc": "6222:9:46", - "nodeType": "YulIdentifier", - "src": "6222:9:46" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6209:3:46", - "nodeType": "YulIdentifier", - "src": "6209:3:46" - }, - "nativeSrc": "6209:23:46", - "nodeType": "YulFunctionCall", - "src": "6209:23:46" + "name": "headStart", + "nativeSrc": "9243:9:46", + "nodeType": "YulIdentifier", + "src": "9243:9:46" }, { "kind": "number", - "nativeSrc": "6234:2:46", + "nativeSrc": "9254:2:46", "nodeType": "YulLiteral", - "src": "6234:2:46", + "src": "9254:2:46", "type": "", - "value": "64" + "value": "32" } ], "functionName": { - "name": "slt", - "nativeSrc": "6205:3:46", + "name": "mstore", + "nativeSrc": "9236:6:46", "nodeType": "YulIdentifier", - "src": "6205:3:46" + "src": "9236:6:46" }, - "nativeSrc": "6205:32:46", + "nativeSrc": "9236:21:46", "nodeType": "YulFunctionCall", - "src": "6205:32:46" + "src": "9236:21:46" }, - "nativeSrc": "6202:52:46", - "nodeType": "YulIf", - "src": "6202:52:46" + "nativeSrc": "9236:21:46", + "nodeType": "YulExpressionStatement", + "src": "9236:21:46" }, { - "nativeSrc": "6263:36:46", + "nativeSrc": "9266:17:46", "nodeType": "YulVariableDeclaration", - "src": "6263:36:46", + "src": "9266:17:46", + "value": { + "name": "tail_1", + "nativeSrc": "9277:6:46", + "nodeType": "YulIdentifier", + "src": "9277:6:46" + }, + "variables": [ + { + "name": "pos", + "nativeSrc": "9270:3:46", + "nodeType": "YulTypedName", + "src": "9270:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "9292:27:46", + "nodeType": "YulVariableDeclaration", + "src": "9292:27:46", "value": { "arguments": [ { - "name": "headStart", - "nativeSrc": "6289:9:46", + "name": "value0", + "nativeSrc": "9312:6:46", "nodeType": "YulIdentifier", - "src": "6289:9:46" + "src": "9312:6:46" } ], "functionName": { - "name": "calldataload", - "nativeSrc": "6276:12:46", + "name": "mload", + "nativeSrc": "9306:5:46", "nodeType": "YulIdentifier", - "src": "6276:12:46" + "src": "9306:5:46" }, - "nativeSrc": "6276:23:46", + "nativeSrc": "9306:13:46", "nodeType": "YulFunctionCall", - "src": "6276:23:46" + "src": "9306:13:46" }, "variables": [ { - "name": "value", - "nativeSrc": "6267:5:46", + "name": "length", + "nativeSrc": "9296:6:46", "nodeType": "YulTypedName", - "src": "6267:5:46", + "src": "9296:6:46", "type": "" } ] @@ -300302,226 +305494,853 @@ "expression": { "arguments": [ { - "name": "value", - "nativeSrc": "6333:5:46", + "name": "tail_1", + "nativeSrc": "9335:6:46", "nodeType": "YulIdentifier", - "src": "6333:5:46" + "src": "9335:6:46" + }, + { + "name": "length", + "nativeSrc": "9343:6:46", + "nodeType": "YulIdentifier", + "src": "9343:6:46" } ], "functionName": { - "name": "validator_revert_address", - "nativeSrc": "6308:24:46", + "name": "mstore", + "nativeSrc": "9328:6:46", "nodeType": "YulIdentifier", - "src": "6308:24:46" + "src": "9328:6:46" }, - "nativeSrc": "6308:31:46", + "nativeSrc": "9328:22:46", "nodeType": "YulFunctionCall", - "src": "6308:31:46" + "src": "9328:22:46" }, - "nativeSrc": "6308:31:46", + "nativeSrc": "9328:22:46", "nodeType": "YulExpressionStatement", - "src": "6308:31:46" + "src": "9328:22:46" }, { - "nativeSrc": "6348:15:46", + "nativeSrc": "9359:25:46", "nodeType": "YulAssignment", - "src": "6348:15:46", + "src": "9359:25:46", "value": { - "name": "value", - "nativeSrc": "6358:5:46", - "nodeType": "YulIdentifier", - "src": "6358:5:46" + "arguments": [ + { + "name": "headStart", + "nativeSrc": "9370:9:46", + "nodeType": "YulIdentifier", + "src": "9370:9:46" + }, + { + "kind": "number", + "nativeSrc": "9381:2:46", + "nodeType": "YulLiteral", + "src": "9381:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9366:3:46", + "nodeType": "YulIdentifier", + "src": "9366:3:46" + }, + "nativeSrc": "9366:18:46", + "nodeType": "YulFunctionCall", + "src": "9366:18:46" }, "variableNames": [ { - "name": "value0", - "nativeSrc": "6348:6:46", + "name": "pos", + "nativeSrc": "9359:3:46", "nodeType": "YulIdentifier", - "src": "6348:6:46" + "src": "9359:3:46" } ] }, { - "nativeSrc": "6372:47:46", + "nativeSrc": "9393:53:46", "nodeType": "YulVariableDeclaration", - "src": "6372:47:46", + "src": "9393:53:46", "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "6404:9:46", + "nativeSrc": "9415:9:46", "nodeType": "YulIdentifier", - "src": "6404:9:46" + "src": "9415:9:46" }, { - "kind": "number", - "nativeSrc": "6415:2:46", - "nodeType": "YulLiteral", - "src": "6415:2:46", - "type": "", - "value": "32" + "arguments": [ + { + "kind": "number", + "nativeSrc": "9430:1:46", + "nodeType": "YulLiteral", + "src": "9430:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "9433:6:46", + "nodeType": "YulIdentifier", + "src": "9433:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "9426:3:46", + "nodeType": "YulIdentifier", + "src": "9426:3:46" + }, + "nativeSrc": "9426:14:46", + "nodeType": "YulFunctionCall", + "src": "9426:14:46" } ], "functionName": { "name": "add", - "nativeSrc": "6400:3:46", + "nativeSrc": "9411:3:46", "nodeType": "YulIdentifier", - "src": "6400:3:46" + "src": "9411:3:46" }, - "nativeSrc": "6400:18:46", + "nativeSrc": "9411:30:46", "nodeType": "YulFunctionCall", - "src": "6400:18:46" + "src": "9411:30:46" + }, + { + "kind": "number", + "nativeSrc": "9443:2:46", + "nodeType": "YulLiteral", + "src": "9443:2:46", + "type": "", + "value": "64" } ], "functionName": { - "name": "calldataload", - "nativeSrc": "6387:12:46", + "name": "add", + "nativeSrc": "9407:3:46", "nodeType": "YulIdentifier", - "src": "6387:12:46" + "src": "9407:3:46" }, - "nativeSrc": "6387:32:46", + "nativeSrc": "9407:39:46", "nodeType": "YulFunctionCall", - "src": "6387:32:46" + "src": "9407:39:46" }, "variables": [ { - "name": "value_1", - "nativeSrc": "6376:7:46", + "name": "tail_2", + "nativeSrc": "9397:6:46", "nodeType": "YulTypedName", - "src": "6376:7:46", + "src": "9397:6:46", "type": "" } ] }, { - "expression": { + "nativeSrc": "9455:29:46", + "nodeType": "YulVariableDeclaration", + "src": "9455:29:46", + "value": { "arguments": [ { - "name": "value_1", - "nativeSrc": "6452:7:46", + "name": "value0", + "nativeSrc": "9473:6:46", "nodeType": "YulIdentifier", - "src": "6452:7:46" + "src": "9473:6:46" + }, + { + "kind": "number", + "nativeSrc": "9481:2:46", + "nodeType": "YulLiteral", + "src": "9481:2:46", + "type": "", + "value": "32" } ], "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "6428:23:46", + "name": "add", + "nativeSrc": "9469:3:46", "nodeType": "YulIdentifier", - "src": "6428:23:46" + "src": "9469:3:46" }, - "nativeSrc": "6428:32:46", + "nativeSrc": "9469:15:46", "nodeType": "YulFunctionCall", - "src": "6428:32:46" + "src": "9469:15:46" }, - "nativeSrc": "6428:32:46", - "nodeType": "YulExpressionStatement", - "src": "6428:32:46" + "variables": [ + { + "name": "srcPtr", + "nativeSrc": "9459:6:46", + "nodeType": "YulTypedName", + "src": "9459:6:46", + "type": "" + } + ] }, { - "nativeSrc": "6469:17:46", + "nativeSrc": "9493:10:46", + "nodeType": "YulVariableDeclaration", + "src": "9493:10:46", + "value": { + "kind": "number", + "nativeSrc": "9502:1:46", + "nodeType": "YulLiteral", + "src": "9502:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "9497:1:46", + "nodeType": "YulTypedName", + "src": "9497:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "9561:417:46", + "nodeType": "YulBlock", + "src": "9561:417:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "9582:3:46", + "nodeType": "YulIdentifier", + "src": "9582:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "9595:6:46", + "nodeType": "YulIdentifier", + "src": "9595:6:46" + }, + { + "name": "headStart", + "nativeSrc": "9603:9:46", + "nodeType": "YulIdentifier", + "src": "9603:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "9591:3:46", + "nodeType": "YulIdentifier", + "src": "9591:3:46" + }, + "nativeSrc": "9591:22:46", + "nodeType": "YulFunctionCall", + "src": "9591:22:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9619:2:46", + "nodeType": "YulLiteral", + "src": "9619:2:46", + "type": "", + "value": "63" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "9615:3:46", + "nodeType": "YulIdentifier", + "src": "9615:3:46" + }, + "nativeSrc": "9615:7:46", + "nodeType": "YulFunctionCall", + "src": "9615:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9587:3:46", + "nodeType": "YulIdentifier", + "src": "9587:3:46" + }, + "nativeSrc": "9587:36:46", + "nodeType": "YulFunctionCall", + "src": "9587:36:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "9575:6:46", + "nodeType": "YulIdentifier", + "src": "9575:6:46" + }, + "nativeSrc": "9575:49:46", + "nodeType": "YulFunctionCall", + "src": "9575:49:46" + }, + "nativeSrc": "9575:49:46", + "nodeType": "YulExpressionStatement", + "src": "9575:49:46" + }, + { + "nativeSrc": "9637:23:46", + "nodeType": "YulVariableDeclaration", + "src": "9637:23:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "9653:6:46", + "nodeType": "YulIdentifier", + "src": "9653:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "9647:5:46", + "nodeType": "YulIdentifier", + "src": "9647:5:46" + }, + "nativeSrc": "9647:13:46", + "nodeType": "YulFunctionCall", + "src": "9647:13:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "9641:2:46", + "nodeType": "YulTypedName", + "src": "9641:2:46", + "type": "" + } + ] + }, + { + "nativeSrc": "9673:25:46", + "nodeType": "YulVariableDeclaration", + "src": "9673:25:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "9695:2:46", + "nodeType": "YulIdentifier", + "src": "9695:2:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "9689:5:46", + "nodeType": "YulIdentifier", + "src": "9689:5:46" + }, + "nativeSrc": "9689:9:46", + "nodeType": "YulFunctionCall", + "src": "9689:9:46" + }, + "variables": [ + { + "name": "length_1", + "nativeSrc": "9677:8:46", + "nodeType": "YulTypedName", + "src": "9677:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "9718:6:46", + "nodeType": "YulIdentifier", + "src": "9718:6:46" + }, + { + "name": "length_1", + "nativeSrc": "9726:8:46", + "nodeType": "YulIdentifier", + "src": "9726:8:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "9711:6:46", + "nodeType": "YulIdentifier", + "src": "9711:6:46" + }, + "nativeSrc": "9711:24:46", + "nodeType": "YulFunctionCall", + "src": "9711:24:46" + }, + "nativeSrc": "9711:24:46", + "nodeType": "YulExpressionStatement", + "src": "9711:24:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "9787:2:46", + "nodeType": "YulIdentifier", + "src": "9787:2:46" + }, + { + "kind": "number", + "nativeSrc": "9791:2:46", + "nodeType": "YulLiteral", + "src": "9791:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9783:3:46", + "nodeType": "YulIdentifier", + "src": "9783:3:46" + }, + "nativeSrc": "9783:11:46", + "nodeType": "YulFunctionCall", + "src": "9783:11:46" + }, + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "9800:6:46", + "nodeType": "YulIdentifier", + "src": "9800:6:46" + }, + { + "kind": "number", + "nativeSrc": "9808:2:46", + "nodeType": "YulLiteral", + "src": "9808:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9796:3:46", + "nodeType": "YulIdentifier", + "src": "9796:3:46" + }, + "nativeSrc": "9796:15:46", + "nodeType": "YulFunctionCall", + "src": "9796:15:46" + }, + { + "name": "length_1", + "nativeSrc": "9813:8:46", + "nodeType": "YulIdentifier", + "src": "9813:8:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "9748:34:46", + "nodeType": "YulIdentifier", + "src": "9748:34:46" + }, + "nativeSrc": "9748:74:46", + "nodeType": "YulFunctionCall", + "src": "9748:74:46" + }, + "nativeSrc": "9748:74:46", + "nodeType": "YulExpressionStatement", + "src": "9748:74:46" + }, + { + "nativeSrc": "9835:63:46", + "nodeType": "YulAssignment", + "src": "9835:63:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "9853:6:46", + "nodeType": "YulIdentifier", + "src": "9853:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "length_1", + "nativeSrc": "9869:8:46", + "nodeType": "YulIdentifier", + "src": "9869:8:46" + }, + { + "kind": "number", + "nativeSrc": "9879:2:46", + "nodeType": "YulLiteral", + "src": "9879:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9865:3:46", + "nodeType": "YulIdentifier", + "src": "9865:3:46" + }, + "nativeSrc": "9865:17:46", + "nodeType": "YulFunctionCall", + "src": "9865:17:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9888:2:46", + "nodeType": "YulLiteral", + "src": "9888:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "9884:3:46", + "nodeType": "YulIdentifier", + "src": "9884:3:46" + }, + "nativeSrc": "9884:7:46", + "nodeType": "YulFunctionCall", + "src": "9884:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "9861:3:46", + "nodeType": "YulIdentifier", + "src": "9861:3:46" + }, + "nativeSrc": "9861:31:46", + "nodeType": "YulFunctionCall", + "src": "9861:31:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9849:3:46", + "nodeType": "YulIdentifier", + "src": "9849:3:46" + }, + "nativeSrc": "9849:44:46", + "nodeType": "YulFunctionCall", + "src": "9849:44:46" + }, + { + "kind": "number", + "nativeSrc": "9895:2:46", + "nodeType": "YulLiteral", + "src": "9895:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9845:3:46", + "nodeType": "YulIdentifier", + "src": "9845:3:46" + }, + "nativeSrc": "9845:53:46", + "nodeType": "YulFunctionCall", + "src": "9845:53:46" + }, + "variableNames": [ + { + "name": "tail_2", + "nativeSrc": "9835:6:46", + "nodeType": "YulIdentifier", + "src": "9835:6:46" + } + ] + }, + { + "nativeSrc": "9911:25:46", + "nodeType": "YulAssignment", + "src": "9911:25:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "9925:6:46", + "nodeType": "YulIdentifier", + "src": "9925:6:46" + }, + { + "kind": "number", + "nativeSrc": "9933:2:46", + "nodeType": "YulLiteral", + "src": "9933:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9921:3:46", + "nodeType": "YulIdentifier", + "src": "9921:3:46" + }, + "nativeSrc": "9921:15:46", + "nodeType": "YulFunctionCall", + "src": "9921:15:46" + }, + "variableNames": [ + { + "name": "srcPtr", + "nativeSrc": "9911:6:46", + "nodeType": "YulIdentifier", + "src": "9911:6:46" + } + ] + }, + { + "nativeSrc": "9949:19:46", + "nodeType": "YulAssignment", + "src": "9949:19:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "9960:3:46", + "nodeType": "YulIdentifier", + "src": "9960:3:46" + }, + { + "kind": "number", + "nativeSrc": "9965:2:46", + "nodeType": "YulLiteral", + "src": "9965:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9956:3:46", + "nodeType": "YulIdentifier", + "src": "9956:3:46" + }, + "nativeSrc": "9956:12:46", + "nodeType": "YulFunctionCall", + "src": "9956:12:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "9949:3:46", + "nodeType": "YulIdentifier", + "src": "9949:3:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "9523:1:46", + "nodeType": "YulIdentifier", + "src": "9523:1:46" + }, + { + "name": "length", + "nativeSrc": "9526:6:46", + "nodeType": "YulIdentifier", + "src": "9526:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "9520:2:46", + "nodeType": "YulIdentifier", + "src": "9520:2:46" + }, + "nativeSrc": "9520:13:46", + "nodeType": "YulFunctionCall", + "src": "9520:13:46" + }, + "nativeSrc": "9512:466:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "9534:18:46", + "nodeType": "YulBlock", + "src": "9534:18:46", + "statements": [ + { + "nativeSrc": "9536:14:46", + "nodeType": "YulAssignment", + "src": "9536:14:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "9545:1:46", + "nodeType": "YulIdentifier", + "src": "9545:1:46" + }, + { + "kind": "number", + "nativeSrc": "9548:1:46", + "nodeType": "YulLiteral", + "src": "9548:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9541:3:46", + "nodeType": "YulIdentifier", + "src": "9541:3:46" + }, + "nativeSrc": "9541:9:46", + "nodeType": "YulFunctionCall", + "src": "9541:9:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "9536:1:46", + "nodeType": "YulIdentifier", + "src": "9536:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "9516:3:46", + "nodeType": "YulBlock", + "src": "9516:3:46", + "statements": [] + }, + "src": "9512:466:46" + }, + { + "nativeSrc": "9987:14:46", "nodeType": "YulAssignment", - "src": "6469:17:46", + "src": "9987:14:46", "value": { - "name": "value_1", - "nativeSrc": "6479:7:46", + "name": "tail_2", + "nativeSrc": "9995:6:46", "nodeType": "YulIdentifier", - "src": "6479:7:46" + "src": "9995:6:46" }, "variableNames": [ { - "name": "value1", - "nativeSrc": "6469:6:46", + "name": "tail", + "nativeSrc": "9987:4:46", "nodeType": "YulIdentifier", - "src": "6469:6:46" + "src": "9987:4:46" } ] } ] }, - "name": "abi_decode_tuple_t_addresst_bytes4", - "nativeSrc": "6106:386:46", + "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:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "6150:9:46", + "nativeSrc": "9154:9:46", "nodeType": "YulTypedName", - "src": "6150:9:46", + "src": "9154:9:46", "type": "" }, { - "name": "dataEnd", - "nativeSrc": "6161:7:46", + "name": "value0", + "nativeSrc": "9165:6:46", "nodeType": "YulTypedName", - "src": "6161:7:46", + "src": "9165:6:46", "type": "" } ], "returnVariables": [ { - "name": "value0", - "nativeSrc": "6173:6:46", - "nodeType": "YulTypedName", - "src": "6173:6:46", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "6181:6:46", + "name": "tail", + "nativeSrc": "9176:4:46", "nodeType": "YulTypedName", - "src": "6181:6:46", + "src": "9176:4:46", "type": "" } ], - "src": "6106:386:46" + "src": "9016:991:46" }, { "body": { - "nativeSrc": "6603:376:46", + "nativeSrc": "10115:424:46", "nodeType": "YulBlock", - "src": "6603:376:46", + "src": "10115:424:46", "statements": [ { "body": { - "nativeSrc": "6649:16:46", + "nativeSrc": "10161:16:46", "nodeType": "YulBlock", - "src": "6649:16:46", + "src": "10161:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "6658:1:46", + "nativeSrc": "10170:1:46", "nodeType": "YulLiteral", - "src": "6658:1:46", + "src": "10170:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "6661:1:46", + "nativeSrc": "10173:1:46", "nodeType": "YulLiteral", - "src": "6661:1:46", + "src": "10173:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "6651:6:46", + "nativeSrc": "10163:6:46", "nodeType": "YulIdentifier", - "src": "6651:6:46" + "src": "10163:6:46" }, - "nativeSrc": "6651:12:46", + "nativeSrc": "10163:12:46", "nodeType": "YulFunctionCall", - "src": "6651:12:46" + "src": "10163:12:46" }, - "nativeSrc": "6651:12:46", + "nativeSrc": "10163:12:46", "nodeType": "YulExpressionStatement", - "src": "6651:12:46" + "src": "10163:12:46" } ] }, @@ -300531,401 +306350,409 @@ "arguments": [ { "name": "dataEnd", - "nativeSrc": "6624:7:46", + "nativeSrc": "10136:7:46", "nodeType": "YulIdentifier", - "src": "6624:7:46" + "src": "10136:7:46" }, { "name": "headStart", - "nativeSrc": "6633:9:46", + "nativeSrc": "10145:9:46", "nodeType": "YulIdentifier", - "src": "6633:9:46" + "src": "10145:9:46" } ], "functionName": { "name": "sub", - "nativeSrc": "6620:3:46", + "nativeSrc": "10132:3:46", "nodeType": "YulIdentifier", - "src": "6620:3:46" + "src": "10132:3:46" }, - "nativeSrc": "6620:23:46", + "nativeSrc": "10132:23:46", "nodeType": "YulFunctionCall", - "src": "6620:23:46" + "src": "10132:23:46" }, { "kind": "number", - "nativeSrc": "6645:2:46", + "nativeSrc": "10157:2:46", "nodeType": "YulLiteral", - "src": "6645:2:46", + "src": "10157:2:46", "type": "", - "value": "64" + "value": "96" } ], "functionName": { "name": "slt", - "nativeSrc": "6616:3:46", + "nativeSrc": "10128:3:46", "nodeType": "YulIdentifier", - "src": "6616:3:46" + "src": "10128:3:46" }, - "nativeSrc": "6616:32:46", + "nativeSrc": "10128:32:46", "nodeType": "YulFunctionCall", - "src": "6616:32:46" + "src": "10128:32:46" }, - "nativeSrc": "6613:52:46", + "nativeSrc": "10125:52:46", "nodeType": "YulIf", - "src": "6613:52:46" + "src": "10125:52:46" }, { - "nativeSrc": "6674:38:46", - "nodeType": "YulAssignment", - "src": "6674:38:46", + "nativeSrc": "10186:36:46", + "nodeType": "YulVariableDeclaration", + "src": "10186:36:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "6702:9:46", + "nativeSrc": "10212:9:46", "nodeType": "YulIdentifier", - "src": "6702:9:46" + "src": "10212:9:46" } ], "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "6684:17:46", + "name": "calldataload", + "nativeSrc": "10199:12:46", "nodeType": "YulIdentifier", - "src": "6684:17:46" + "src": "10199:12:46" }, - "nativeSrc": "6684:28:46", + "nativeSrc": "10199:23:46", "nodeType": "YulFunctionCall", - "src": "6684:28:46" + "src": "10199:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "10190:5:46", + "nodeType": "YulTypedName", + "src": "10190:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "10256:5:46", + "nodeType": "YulIdentifier", + "src": "10256:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "10231:24:46", + "nodeType": "YulIdentifier", + "src": "10231:24:46" + }, + "nativeSrc": "10231:31:46", + "nodeType": "YulFunctionCall", + "src": "10231:31:46" + }, + "nativeSrc": "10231:31:46", + "nodeType": "YulExpressionStatement", + "src": "10231:31:46" + }, + { + "nativeSrc": "10271:15:46", + "nodeType": "YulAssignment", + "src": "10271:15:46", + "value": { + "name": "value", + "nativeSrc": "10281:5:46", + "nodeType": "YulIdentifier", + "src": "10281:5:46" }, "variableNames": [ { "name": "value0", - "nativeSrc": "6674:6:46", + "nativeSrc": "10271:6:46", "nodeType": "YulIdentifier", - "src": "6674:6:46" + "src": "10271:6:46" } ] }, { - "nativeSrc": "6721:46:46", + "nativeSrc": "10295:47:46", "nodeType": "YulVariableDeclaration", - "src": "6721:46:46", + "src": "10295:47:46", "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "6752:9:46", + "nativeSrc": "10327:9:46", "nodeType": "YulIdentifier", - "src": "6752:9:46" + "src": "10327:9:46" }, { "kind": "number", - "nativeSrc": "6763:2:46", + "nativeSrc": "10338:2:46", "nodeType": "YulLiteral", - "src": "6763:2:46", + "src": "10338:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "6748:3:46", + "nativeSrc": "10323:3:46", "nodeType": "YulIdentifier", - "src": "6748:3:46" + "src": "10323:3:46" }, - "nativeSrc": "6748:18:46", + "nativeSrc": "10323:18:46", "nodeType": "YulFunctionCall", - "src": "6748:18:46" + "src": "10323:18:46" } ], "functionName": { "name": "calldataload", - "nativeSrc": "6735:12:46", + "nativeSrc": "10310:12:46", "nodeType": "YulIdentifier", - "src": "6735:12:46" + "src": "10310:12:46" }, - "nativeSrc": "6735:32:46", + "nativeSrc": "10310:32:46", "nodeType": "YulFunctionCall", - "src": "6735:32:46" + "src": "10310:32:46" }, "variables": [ { - "name": "offset", - "nativeSrc": "6725:6:46", + "name": "value_1", + "nativeSrc": "10299:7:46", "nodeType": "YulTypedName", - "src": "6725:6:46", + "src": "10299:7:46", "type": "" } ] }, { - "body": { - "nativeSrc": "6810:16:46", - "nodeType": "YulBlock", - "src": "6810:16:46", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6819:1:46", - "nodeType": "YulLiteral", - "src": "6819:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6822:1:46", - "nodeType": "YulLiteral", - "src": "6822:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6812:6:46", - "nodeType": "YulIdentifier", - "src": "6812:6:46" - }, - "nativeSrc": "6812:12:46", - "nodeType": "YulFunctionCall", - "src": "6812:12:46" - }, - "nativeSrc": "6812:12:46", - "nodeType": "YulExpressionStatement", - "src": "6812:12:46" - } - ] - }, - "condition": { + "expression": { "arguments": [ { - "name": "offset", - "nativeSrc": "6782:6:46", + "name": "value_1", + "nativeSrc": "10376:7:46", "nodeType": "YulIdentifier", - "src": "6782:6:46" - }, - { - "kind": "number", - "nativeSrc": "6790:18:46", - "nodeType": "YulLiteral", - "src": "6790:18:46", - "type": "", - "value": "0xffffffffffffffff" + "src": "10376:7:46" } ], "functionName": { - "name": "gt", - "nativeSrc": "6779:2:46", + "name": "validator_revert_address", + "nativeSrc": "10351:24:46", "nodeType": "YulIdentifier", - "src": "6779:2:46" + "src": "10351:24:46" }, - "nativeSrc": "6779:30:46", + "nativeSrc": "10351:33:46", "nodeType": "YulFunctionCall", - "src": "6779:30:46" + "src": "10351:33:46" }, - "nativeSrc": "6776:50:46", - "nodeType": "YulIf", - "src": "6776:50:46" + "nativeSrc": "10351:33:46", + "nodeType": "YulExpressionStatement", + "src": "10351:33:46" }, { - "nativeSrc": "6835:84:46", + "nativeSrc": "10393:17:46", + "nodeType": "YulAssignment", + "src": "10393:17:46", + "value": { + "name": "value_1", + "nativeSrc": "10403:7:46", + "nodeType": "YulIdentifier", + "src": "10403:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "10393:6:46", + "nodeType": "YulIdentifier", + "src": "10393:6:46" + } + ] + }, + { + "nativeSrc": "10419:47:46", "nodeType": "YulVariableDeclaration", - "src": "6835:84:46", + "src": "10419:47:46", "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "6891:9:46", + "nativeSrc": "10451:9:46", "nodeType": "YulIdentifier", - "src": "6891:9:46" + "src": "10451:9:46" }, { - "name": "offset", - "nativeSrc": "6902:6:46", - "nodeType": "YulIdentifier", - "src": "6902:6:46" + "kind": "number", + "nativeSrc": "10462:2:46", + "nodeType": "YulLiteral", + "src": "10462:2:46", + "type": "", + "value": "64" } ], "functionName": { "name": "add", - "nativeSrc": "6887:3:46", + "nativeSrc": "10447:3:46", "nodeType": "YulIdentifier", - "src": "6887:3:46" + "src": "10447:3:46" }, - "nativeSrc": "6887:22:46", + "nativeSrc": "10447:18:46", "nodeType": "YulFunctionCall", - "src": "6887:22:46" - }, - { - "name": "dataEnd", - "nativeSrc": "6911:7:46", - "nodeType": "YulIdentifier", - "src": "6911:7:46" + "src": "10447:18:46" } ], "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "6861:25:46", + "name": "calldataload", + "nativeSrc": "10434:12:46", "nodeType": "YulIdentifier", - "src": "6861:25:46" + "src": "10434:12:46" }, - "nativeSrc": "6861:58:46", + "nativeSrc": "10434:32:46", "nodeType": "YulFunctionCall", - "src": "6861:58:46" + "src": "10434:32:46" }, "variables": [ { - "name": "value1_1", - "nativeSrc": "6839:8:46", - "nodeType": "YulTypedName", - "src": "6839:8:46", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "6849:8:46", + "name": "value_2", + "nativeSrc": "10423:7:46", "nodeType": "YulTypedName", - "src": "6849:8:46", + "src": "10423:7:46", "type": "" } ] }, { - "nativeSrc": "6928:18:46", - "nodeType": "YulAssignment", - "src": "6928:18:46", - "value": { - "name": "value1_1", - "nativeSrc": "6938:8:46", - "nodeType": "YulIdentifier", - "src": "6938:8:46" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "6928:6:46", + "expression": { + "arguments": [ + { + "name": "value_2", + "nativeSrc": "10499:7:46", + "nodeType": "YulIdentifier", + "src": "10499:7:46" + } + ], + "functionName": { + "name": "validator_revert_bytes4", + "nativeSrc": "10475:23:46", "nodeType": "YulIdentifier", - "src": "6928:6:46" - } - ] + "src": "10475:23:46" + }, + "nativeSrc": "10475:32:46", + "nodeType": "YulFunctionCall", + "src": "10475:32:46" + }, + "nativeSrc": "10475:32:46", + "nodeType": "YulExpressionStatement", + "src": "10475:32:46" }, { - "nativeSrc": "6955:18:46", + "nativeSrc": "10516:17:46", "nodeType": "YulAssignment", - "src": "6955:18:46", + "src": "10516:17:46", "value": { - "name": "value2_1", - "nativeSrc": "6965:8:46", + "name": "value_2", + "nativeSrc": "10526:7:46", "nodeType": "YulIdentifier", - "src": "6965:8:46" + "src": "10526:7:46" }, "variableNames": [ { "name": "value2", - "nativeSrc": "6955:6:46", + "nativeSrc": "10516:6:46", "nodeType": "YulIdentifier", - "src": "6955:6:46" + "src": "10516:6:46" } ] } ] }, - "name": "abi_decode_tuple_t_uint64t_string_calldata_ptr", - "nativeSrc": "6497:482:46", + "name": "abi_decode_tuple_t_addresst_addresst_bytes4", + "nativeSrc": "10012:527:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "6553:9:46", + "nativeSrc": "10065:9:46", "nodeType": "YulTypedName", - "src": "6553:9:46", + "src": "10065:9:46", "type": "" }, { "name": "dataEnd", - "nativeSrc": "6564:7:46", + "nativeSrc": "10076:7:46", "nodeType": "YulTypedName", - "src": "6564:7:46", + "src": "10076:7:46", "type": "" } ], "returnVariables": [ { "name": "value0", - "nativeSrc": "6576:6:46", + "nativeSrc": "10088:6:46", "nodeType": "YulTypedName", - "src": "6576:6:46", + "src": "10088:6:46", "type": "" }, { "name": "value1", - "nativeSrc": "6584:6:46", + "nativeSrc": "10096:6:46", "nodeType": "YulTypedName", - "src": "6584:6:46", + "src": "10096:6:46", "type": "" }, { "name": "value2", - "nativeSrc": "6592:6:46", + "nativeSrc": "10104:6:46", "nodeType": "YulTypedName", - "src": "6592:6:46", + "src": "10104:6:46", "type": "" } ], - "src": "6497:482:46" + "src": "10012:527:46" }, { "body": { - "nativeSrc": "7079:92:46", + "nativeSrc": "10665:152:46", "nodeType": "YulBlock", - "src": "7079:92:46", + "src": "10665:152:46", "statements": [ { - "nativeSrc": "7089:26:46", + "nativeSrc": "10675:26:46", "nodeType": "YulAssignment", - "src": "7089:26:46", + "src": "10675:26:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "7101:9:46", + "nativeSrc": "10687:9:46", "nodeType": "YulIdentifier", - "src": "7101:9:46" + "src": "10687:9:46" }, { "kind": "number", - "nativeSrc": "7112:2:46", + "nativeSrc": "10698:2:46", "nodeType": "YulLiteral", - "src": "7112:2:46", + "src": "10698:2:46", "type": "", - "value": "32" + "value": "64" } ], "functionName": { "name": "add", - "nativeSrc": "7097:3:46", + "nativeSrc": "10683:3:46", "nodeType": "YulIdentifier", - "src": "7097:3:46" + "src": "10683:3:46" }, - "nativeSrc": "7097:18:46", + "nativeSrc": "10683:18:46", "nodeType": "YulFunctionCall", - "src": "7097:18:46" + "src": "10683:18:46" }, "variableNames": [ { "name": "tail", - "nativeSrc": "7089:4:46", + "nativeSrc": "10675:4:46", "nodeType": "YulIdentifier", - "src": "7089:4:46" + "src": "10675:4:46" } ] }, @@ -300934,9 +306761,9 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "7131:9:46", + "nativeSrc": "10717:9:46", "nodeType": "YulIdentifier", - "src": "7131:9:46" + "src": "10717:9:46" }, { "arguments": [ @@ -300944,124 +306771,203 @@ "arguments": [ { "name": "value0", - "nativeSrc": "7156:6:46", + "nativeSrc": "10742:6:46", "nodeType": "YulIdentifier", - "src": "7156:6:46" + "src": "10742:6:46" } ], "functionName": { "name": "iszero", - "nativeSrc": "7149:6:46", + "nativeSrc": "10735:6:46", "nodeType": "YulIdentifier", - "src": "7149:6:46" + "src": "10735:6:46" }, - "nativeSrc": "7149:14:46", + "nativeSrc": "10735:14:46", "nodeType": "YulFunctionCall", - "src": "7149:14:46" + "src": "10735:14:46" } ], "functionName": { "name": "iszero", - "nativeSrc": "7142:6:46", + "nativeSrc": "10728:6:46", "nodeType": "YulIdentifier", - "src": "7142:6:46" + "src": "10728:6:46" }, - "nativeSrc": "7142:22:46", + "nativeSrc": "10728:22:46", "nodeType": "YulFunctionCall", - "src": "7142:22:46" + "src": "10728:22:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "7124:6:46", + "nativeSrc": "10710:6:46", "nodeType": "YulIdentifier", - "src": "7124:6:46" + "src": "10710:6:46" }, - "nativeSrc": "7124:41:46", + "nativeSrc": "10710:41:46", "nodeType": "YulFunctionCall", - "src": "7124:41:46" + "src": "10710:41:46" }, - "nativeSrc": "7124:41:46", + "nativeSrc": "10710:41:46", "nodeType": "YulExpressionStatement", - "src": "7124:41:46" + "src": "10710:41:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10771:9:46", + "nodeType": "YulIdentifier", + "src": "10771:9:46" + }, + { + "kind": "number", + "nativeSrc": "10782:2:46", + "nodeType": "YulLiteral", + "src": "10782:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10767:3:46", + "nodeType": "YulIdentifier", + "src": "10767:3:46" + }, + "nativeSrc": "10767:18:46", + "nodeType": "YulFunctionCall", + "src": "10767:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "10791:6:46", + "nodeType": "YulIdentifier", + "src": "10791:6:46" + }, + { + "kind": "number", + "nativeSrc": "10799:10:46", + "nodeType": "YulLiteral", + "src": "10799:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "10787:3:46", + "nodeType": "YulIdentifier", + "src": "10787:3:46" + }, + "nativeSrc": "10787:23:46", + "nodeType": "YulFunctionCall", + "src": "10787:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10760:6:46", + "nodeType": "YulIdentifier", + "src": "10760:6:46" + }, + "nativeSrc": "10760:51:46", + "nodeType": "YulFunctionCall", + "src": "10760:51:46" + }, + "nativeSrc": "10760:51:46", + "nodeType": "YulExpressionStatement", + "src": "10760:51:46" } ] }, - "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", - "nativeSrc": "6984:187:46", + "name": "abi_encode_tuple_t_bool_t_uint32__to_t_bool_t_uint32__fromStack_reversed", + "nativeSrc": "10544:273:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "7048:9:46", + "nativeSrc": "10626:9:46", "nodeType": "YulTypedName", - "src": "7048:9:46", + "src": "10626:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "10637:6:46", + "nodeType": "YulTypedName", + "src": "10637:6:46", "type": "" }, { "name": "value0", - "nativeSrc": "7059:6:46", + "nativeSrc": "10645:6:46", "nodeType": "YulTypedName", - "src": "7059:6:46", + "src": "10645:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "7070:4:46", + "nativeSrc": "10656:4:46", "nodeType": "YulTypedName", - "src": "7070:4:46", + "src": "10656:4:46", "type": "" } ], - "src": "6984:187:46" + "src": "10544:273:46" }, { "body": { - "nativeSrc": "7261:171:46", + "nativeSrc": "10908:233:46", "nodeType": "YulBlock", - "src": "7261:171:46", + "src": "10908:233:46", "statements": [ { "body": { - "nativeSrc": "7307:16:46", + "nativeSrc": "10954:16:46", "nodeType": "YulBlock", - "src": "7307:16:46", + "src": "10954:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "7316:1:46", + "nativeSrc": "10963:1:46", "nodeType": "YulLiteral", - "src": "7316:1:46", + "src": "10963:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "7319:1:46", + "nativeSrc": "10966:1:46", "nodeType": "YulLiteral", - "src": "7319:1:46", + "src": "10966:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "7309:6:46", + "nativeSrc": "10956:6:46", "nodeType": "YulIdentifier", - "src": "7309:6:46" + "src": "10956:6:46" }, - "nativeSrc": "7309:12:46", + "nativeSrc": "10956:12:46", "nodeType": "YulFunctionCall", - "src": "7309:12:46" + "src": "10956:12:46" }, - "nativeSrc": "7309:12:46", + "nativeSrc": "10956:12:46", "nodeType": "YulExpressionStatement", - "src": "7309:12:46" + "src": "10956:12:46" } ] }, @@ -301071,219 +306977,263 @@ "arguments": [ { "name": "dataEnd", - "nativeSrc": "7282:7:46", + "nativeSrc": "10929:7:46", "nodeType": "YulIdentifier", - "src": "7282:7:46" + "src": "10929:7:46" }, { "name": "headStart", - "nativeSrc": "7291:9:46", + "nativeSrc": "10938:9:46", "nodeType": "YulIdentifier", - "src": "7291:9:46" + "src": "10938:9:46" } ], "functionName": { "name": "sub", - "nativeSrc": "7278:3:46", + "nativeSrc": "10925:3:46", "nodeType": "YulIdentifier", - "src": "7278:3:46" + "src": "10925:3:46" }, - "nativeSrc": "7278:23:46", + "nativeSrc": "10925:23:46", "nodeType": "YulFunctionCall", - "src": "7278:23:46" + "src": "10925:23:46" }, { "kind": "number", - "nativeSrc": "7303:2:46", + "nativeSrc": "10950:2:46", "nodeType": "YulLiteral", - "src": "7303:2:46", + "src": "10950:2:46", "type": "", "value": "64" } ], "functionName": { "name": "slt", - "nativeSrc": "7274:3:46", + "nativeSrc": "10921:3:46", "nodeType": "YulIdentifier", - "src": "7274:3:46" + "src": "10921:3:46" }, - "nativeSrc": "7274:32:46", + "nativeSrc": "10921:32:46", "nodeType": "YulFunctionCall", - "src": "7274:32:46" + "src": "10921:32:46" }, - "nativeSrc": "7271:52:46", + "nativeSrc": "10918:52:46", "nodeType": "YulIf", - "src": "7271:52:46" + "src": "10918:52:46" }, { - "nativeSrc": "7332:38:46", - "nodeType": "YulAssignment", - "src": "7332:38:46", + "nativeSrc": "10979:36:46", + "nodeType": "YulVariableDeclaration", + "src": "10979:36:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "7360:9:46", + "nativeSrc": "11005:9:46", "nodeType": "YulIdentifier", - "src": "7360:9:46" + "src": "11005:9:46" } ], "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "7342:17:46", + "name": "calldataload", + "nativeSrc": "10992:12:46", "nodeType": "YulIdentifier", - "src": "7342:17:46" + "src": "10992:12:46" }, - "nativeSrc": "7342:28:46", + "nativeSrc": "10992:23:46", "nodeType": "YulFunctionCall", - "src": "7342:28:46" + "src": "10992:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "10983:5:46", + "nodeType": "YulTypedName", + "src": "10983:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "11049:5:46", + "nodeType": "YulIdentifier", + "src": "11049:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "11024:24:46", + "nodeType": "YulIdentifier", + "src": "11024:24:46" + }, + "nativeSrc": "11024:31:46", + "nodeType": "YulFunctionCall", + "src": "11024:31:46" + }, + "nativeSrc": "11024:31:46", + "nodeType": "YulExpressionStatement", + "src": "11024:31:46" + }, + { + "nativeSrc": "11064:15:46", + "nodeType": "YulAssignment", + "src": "11064:15:46", + "value": { + "name": "value", + "nativeSrc": "11074:5:46", + "nodeType": "YulIdentifier", + "src": "11074:5:46" }, "variableNames": [ { "name": "value0", - "nativeSrc": "7332:6:46", + "nativeSrc": "11064:6:46", "nodeType": "YulIdentifier", - "src": "7332:6:46" + "src": "11064:6:46" } ] }, { - "nativeSrc": "7379:47:46", + "nativeSrc": "11088:47:46", "nodeType": "YulAssignment", - "src": "7379:47:46", + "src": "11088:47:46", "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "7411:9:46", + "nativeSrc": "11120:9:46", "nodeType": "YulIdentifier", - "src": "7411:9:46" + "src": "11120:9:46" }, { "kind": "number", - "nativeSrc": "7422:2:46", + "nativeSrc": "11131:2:46", "nodeType": "YulLiteral", - "src": "7422:2:46", + "src": "11131:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "7407:3:46", + "nativeSrc": "11116:3:46", "nodeType": "YulIdentifier", - "src": "7407:3:46" + "src": "11116:3:46" }, - "nativeSrc": "7407:18:46", + "nativeSrc": "11116:18:46", "nodeType": "YulFunctionCall", - "src": "7407:18:46" + "src": "11116:18:46" } ], "functionName": { "name": "abi_decode_uint32", - "nativeSrc": "7389:17:46", + "nativeSrc": "11098:17:46", "nodeType": "YulIdentifier", - "src": "7389:17:46" + "src": "11098:17:46" }, - "nativeSrc": "7389:37:46", + "nativeSrc": "11098:37:46", "nodeType": "YulFunctionCall", - "src": "7389:37:46" + "src": "11098:37:46" }, "variableNames": [ { "name": "value1", - "nativeSrc": "7379:6:46", + "nativeSrc": "11088:6:46", "nodeType": "YulIdentifier", - "src": "7379:6:46" + "src": "11088:6:46" } ] } ] }, - "name": "abi_decode_tuple_t_uint64t_uint32", - "nativeSrc": "7176:256:46", + "name": "abi_decode_tuple_t_addresst_uint32", + "nativeSrc": "10822:319:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "7219:9:46", + "nativeSrc": "10866:9:46", "nodeType": "YulTypedName", - "src": "7219:9:46", + "src": "10866:9:46", "type": "" }, { "name": "dataEnd", - "nativeSrc": "7230:7:46", + "nativeSrc": "10877:7:46", "nodeType": "YulTypedName", - "src": "7230:7:46", + "src": "10877:7:46", "type": "" } ], "returnVariables": [ { "name": "value0", - "nativeSrc": "7242:6:46", + "nativeSrc": "10889:6:46", "nodeType": "YulTypedName", - "src": "7242:6:46", + "src": "10889:6:46", "type": "" }, { "name": "value1", - "nativeSrc": "7250:6:46", + "nativeSrc": "10897:6:46", "nodeType": "YulTypedName", - "src": "7250:6:46", + "src": "10897:6:46", "type": "" } ], - "src": "7176:256:46" + "src": "10822:319:46" }, { "body": { - "nativeSrc": "7560:562:46", + "nativeSrc": "11268:598:46", "nodeType": "YulBlock", - "src": "7560:562:46", + "src": "11268:598:46", "statements": [ { "body": { - "nativeSrc": "7606:16:46", + "nativeSrc": "11314:16:46", "nodeType": "YulBlock", - "src": "7606:16:46", + "src": "11314:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "7615:1:46", + "nativeSrc": "11323:1:46", "nodeType": "YulLiteral", - "src": "7615:1:46", + "src": "11323:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "7618:1:46", + "nativeSrc": "11326:1:46", "nodeType": "YulLiteral", - "src": "7618:1:46", + "src": "11326:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "7608:6:46", + "nativeSrc": "11316:6:46", "nodeType": "YulIdentifier", - "src": "7608:6:46" + "src": "11316:6:46" }, - "nativeSrc": "7608:12:46", + "nativeSrc": "11316:12:46", "nodeType": "YulFunctionCall", - "src": "7608:12:46" + "src": "11316:12:46" }, - "nativeSrc": "7608:12:46", + "nativeSrc": "11316:12:46", "nodeType": "YulExpressionStatement", - "src": "7608:12:46" + "src": "11316:12:46" } ] }, @@ -301293,79 +307243,79 @@ "arguments": [ { "name": "dataEnd", - "nativeSrc": "7581:7:46", + "nativeSrc": "11289:7:46", "nodeType": "YulIdentifier", - "src": "7581:7:46" + "src": "11289:7:46" }, { "name": "headStart", - "nativeSrc": "7590:9:46", + "nativeSrc": "11298:9:46", "nodeType": "YulIdentifier", - "src": "7590:9:46" + "src": "11298:9:46" } ], "functionName": { "name": "sub", - "nativeSrc": "7577:3:46", + "nativeSrc": "11285:3:46", "nodeType": "YulIdentifier", - "src": "7577:3:46" + "src": "11285:3:46" }, - "nativeSrc": "7577:23:46", + "nativeSrc": "11285:23:46", "nodeType": "YulFunctionCall", - "src": "7577:23:46" + "src": "11285:23:46" }, { "kind": "number", - "nativeSrc": "7602:2:46", + "nativeSrc": "11310:2:46", "nodeType": "YulLiteral", - "src": "7602:2:46", + "src": "11310:2:46", "type": "", "value": "96" } ], "functionName": { "name": "slt", - "nativeSrc": "7573:3:46", + "nativeSrc": "11281:3:46", "nodeType": "YulIdentifier", - "src": "7573:3:46" + "src": "11281:3:46" }, - "nativeSrc": "7573:32:46", + "nativeSrc": "11281:32:46", "nodeType": "YulFunctionCall", - "src": "7573:32:46" + "src": "11281:32:46" }, - "nativeSrc": "7570:52:46", + "nativeSrc": "11278:52:46", "nodeType": "YulIf", - "src": "7570:52:46" + "src": "11278:52:46" }, { - "nativeSrc": "7631:36:46", + "nativeSrc": "11339:36:46", "nodeType": "YulVariableDeclaration", - "src": "7631:36:46", + "src": "11339:36:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "7657:9:46", + "nativeSrc": "11365:9:46", "nodeType": "YulIdentifier", - "src": "7657:9:46" + "src": "11365:9:46" } ], "functionName": { "name": "calldataload", - "nativeSrc": "7644:12:46", + "nativeSrc": "11352:12:46", "nodeType": "YulIdentifier", - "src": "7644:12:46" + "src": "11352:12:46" }, - "nativeSrc": "7644:23:46", + "nativeSrc": "11352:23:46", "nodeType": "YulFunctionCall", - "src": "7644:23:46" + "src": "11352:23:46" }, "variables": [ { "name": "value", - "nativeSrc": "7635:5:46", + "nativeSrc": "11343:5:46", "nodeType": "YulTypedName", - "src": "7635:5:46", + "src": "11343:5:46", "type": "" } ] @@ -301375,467 +307325,548 @@ "arguments": [ { "name": "value", - "nativeSrc": "7701:5:46", + "nativeSrc": "11409:5:46", "nodeType": "YulIdentifier", - "src": "7701:5:46" + "src": "11409:5:46" } ], "functionName": { "name": "validator_revert_address", - "nativeSrc": "7676:24:46", + "nativeSrc": "11384:24:46", "nodeType": "YulIdentifier", - "src": "7676:24:46" + "src": "11384:24:46" }, - "nativeSrc": "7676:31:46", + "nativeSrc": "11384:31:46", "nodeType": "YulFunctionCall", - "src": "7676:31:46" + "src": "11384:31:46" }, - "nativeSrc": "7676:31:46", + "nativeSrc": "11384:31:46", "nodeType": "YulExpressionStatement", - "src": "7676:31:46" + "src": "11384:31:46" }, { - "nativeSrc": "7716:15:46", + "nativeSrc": "11424:15:46", "nodeType": "YulAssignment", - "src": "7716:15:46", + "src": "11424:15:46", "value": { "name": "value", - "nativeSrc": "7726:5:46", + "nativeSrc": "11434:5:46", "nodeType": "YulIdentifier", - "src": "7726:5:46" + "src": "11434:5:46" }, "variableNames": [ { "name": "value0", - "nativeSrc": "7716:6:46", + "nativeSrc": "11424:6:46", "nodeType": "YulIdentifier", - "src": "7716:6:46" + "src": "11424:6:46" } ] }, { - "nativeSrc": "7740:47:46", + "nativeSrc": "11448:46:46", "nodeType": "YulVariableDeclaration", - "src": "7740:47:46", + "src": "11448:46:46", "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "7772:9:46", + "nativeSrc": "11479:9:46", "nodeType": "YulIdentifier", - "src": "7772:9:46" + "src": "11479:9:46" }, { "kind": "number", - "nativeSrc": "7783:2:46", + "nativeSrc": "11490:2:46", "nodeType": "YulLiteral", - "src": "7783:2:46", + "src": "11490:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "7768:3:46", + "nativeSrc": "11475:3:46", "nodeType": "YulIdentifier", - "src": "7768:3:46" + "src": "11475:3:46" }, - "nativeSrc": "7768:18:46", + "nativeSrc": "11475:18:46", "nodeType": "YulFunctionCall", - "src": "7768:18:46" + "src": "11475:18:46" } ], "functionName": { "name": "calldataload", - "nativeSrc": "7755:12:46", + "nativeSrc": "11462:12:46", "nodeType": "YulIdentifier", - "src": "7755:12:46" + "src": "11462:12:46" }, - "nativeSrc": "7755:32:46", + "nativeSrc": "11462:32:46", "nodeType": "YulFunctionCall", - "src": "7755:32:46" + "src": "11462:32:46" }, "variables": [ { - "name": "value_1", - "nativeSrc": "7744:7:46", + "name": "offset", + "nativeSrc": "11452:6:46", "nodeType": "YulTypedName", - "src": "7744:7:46", + "src": "11452:6:46", "type": "" } ] }, { - "expression": { + "body": { + "nativeSrc": "11537:16:46", + "nodeType": "YulBlock", + "src": "11537:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11546:1:46", + "nodeType": "YulLiteral", + "src": "11546:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11549:1:46", + "nodeType": "YulLiteral", + "src": "11549:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "11539:6:46", + "nodeType": "YulIdentifier", + "src": "11539:6:46" + }, + "nativeSrc": "11539:12:46", + "nodeType": "YulFunctionCall", + "src": "11539:12:46" + }, + "nativeSrc": "11539:12:46", + "nodeType": "YulExpressionStatement", + "src": "11539:12:46" + } + ] + }, + "condition": { "arguments": [ { - "name": "value_1", - "nativeSrc": "7821:7:46", + "name": "offset", + "nativeSrc": "11509:6:46", "nodeType": "YulIdentifier", - "src": "7821:7:46" + "src": "11509:6:46" + }, + { + "kind": "number", + "nativeSrc": "11517:18:46", + "nodeType": "YulLiteral", + "src": "11517:18:46", + "type": "", + "value": "0xffffffffffffffff" } ], "functionName": { - "name": "validator_revert_address", - "nativeSrc": "7796:24:46", + "name": "gt", + "nativeSrc": "11506:2:46", "nodeType": "YulIdentifier", - "src": "7796:24:46" + "src": "11506:2:46" }, - "nativeSrc": "7796:33:46", + "nativeSrc": "11506:30:46", "nodeType": "YulFunctionCall", - "src": "7796:33:46" + "src": "11506:30:46" }, - "nativeSrc": "7796:33:46", - "nodeType": "YulExpressionStatement", - "src": "7796:33:46" + "nativeSrc": "11503:50:46", + "nodeType": "YulIf", + "src": "11503:50:46" }, { - "nativeSrc": "7838:17:46", + "nativeSrc": "11562:84:46", + "nodeType": "YulVariableDeclaration", + "src": "11562:84:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11618:9:46", + "nodeType": "YulIdentifier", + "src": "11618:9:46" + }, + { + "name": "offset", + "nativeSrc": "11629:6:46", + "nodeType": "YulIdentifier", + "src": "11629:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11614:3:46", + "nodeType": "YulIdentifier", + "src": "11614:3:46" + }, + "nativeSrc": "11614:22:46", + "nodeType": "YulFunctionCall", + "src": "11614:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "11638:7:46", + "nodeType": "YulIdentifier", + "src": "11638:7:46" + } + ], + "functionName": { + "name": "abi_decode_bytes_calldata", + "nativeSrc": "11588:25:46", + "nodeType": "YulIdentifier", + "src": "11588:25:46" + }, + "nativeSrc": "11588:58:46", + "nodeType": "YulFunctionCall", + "src": "11588:58:46" + }, + "variables": [ + { + "name": "value1_1", + "nativeSrc": "11566:8:46", + "nodeType": "YulTypedName", + "src": "11566:8:46", + "type": "" + }, + { + "name": "value2_1", + "nativeSrc": "11576:8:46", + "nodeType": "YulTypedName", + "src": "11576:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "11655:18:46", "nodeType": "YulAssignment", - "src": "7838:17:46", + "src": "11655:18:46", "value": { - "name": "value_1", - "nativeSrc": "7848:7:46", + "name": "value1_1", + "nativeSrc": "11665:8:46", "nodeType": "YulIdentifier", - "src": "7848:7:46" + "src": "11665:8:46" }, "variableNames": [ { "name": "value1", - "nativeSrc": "7838:6:46", + "nativeSrc": "11655:6:46", "nodeType": "YulIdentifier", - "src": "7838:6:46" + "src": "11655:6:46" } ] }, { - "nativeSrc": "7864:46:46", + "nativeSrc": "11682:18:46", + "nodeType": "YulAssignment", + "src": "11682:18:46", + "value": { + "name": "value2_1", + "nativeSrc": "11692:8:46", + "nodeType": "YulIdentifier", + "src": "11692:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "11682:6:46", + "nodeType": "YulIdentifier", + "src": "11682:6:46" + } + ] + }, + { + "nativeSrc": "11709:47:46", "nodeType": "YulVariableDeclaration", - "src": "7864:46:46", + "src": "11709:47:46", "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "7895:9:46", + "nativeSrc": "11741:9:46", "nodeType": "YulIdentifier", - "src": "7895:9:46" + "src": "11741:9:46" }, { "kind": "number", - "nativeSrc": "7906:2:46", + "nativeSrc": "11752:2:46", "nodeType": "YulLiteral", - "src": "7906:2:46", + "src": "11752:2:46", "type": "", "value": "64" } ], "functionName": { "name": "add", - "nativeSrc": "7891:3:46", + "nativeSrc": "11737:3:46", "nodeType": "YulIdentifier", - "src": "7891:3:46" + "src": "11737:3:46" }, - "nativeSrc": "7891:18:46", + "nativeSrc": "11737:18:46", "nodeType": "YulFunctionCall", - "src": "7891:18:46" + "src": "11737:18:46" } ], "functionName": { "name": "calldataload", - "nativeSrc": "7878:12:46", + "nativeSrc": "11724:12:46", "nodeType": "YulIdentifier", - "src": "7878:12:46" + "src": "11724:12:46" }, - "nativeSrc": "7878:32:46", + "nativeSrc": "11724:32:46", "nodeType": "YulFunctionCall", - "src": "7878:32:46" + "src": "11724:32:46" }, "variables": [ { - "name": "offset", - "nativeSrc": "7868:6:46", + "name": "value_1", + "nativeSrc": "11713:7:46", "nodeType": "YulTypedName", - "src": "7868:6:46", + "src": "11713:7:46", "type": "" } ] }, { "body": { - "nativeSrc": "7953:16:46", + "nativeSrc": "11818:16:46", "nodeType": "YulBlock", - "src": "7953:16:46", + "src": "11818:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "7962:1:46", + "nativeSrc": "11827:1:46", "nodeType": "YulLiteral", - "src": "7962:1:46", + "src": "11827:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "7965:1:46", + "nativeSrc": "11830:1:46", "nodeType": "YulLiteral", - "src": "7965:1:46", + "src": "11830:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "7955:6:46", + "nativeSrc": "11820:6:46", "nodeType": "YulIdentifier", - "src": "7955:6:46" + "src": "11820:6:46" }, - "nativeSrc": "7955:12:46", + "nativeSrc": "11820:12:46", "nodeType": "YulFunctionCall", - "src": "7955:12:46" + "src": "11820:12:46" }, - "nativeSrc": "7955:12:46", + "nativeSrc": "11820:12:46", "nodeType": "YulExpressionStatement", - "src": "7955:12:46" + "src": "11820:12:46" } ] }, "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "7925:6:46", - "nodeType": "YulIdentifier", - "src": "7925:6:46" - }, - { - "kind": "number", - "nativeSrc": "7933:18:46", - "nodeType": "YulLiteral", - "src": "7933:18:46", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "7922:2:46", - "nodeType": "YulIdentifier", - "src": "7922:2:46" - }, - "nativeSrc": "7922:30:46", - "nodeType": "YulFunctionCall", - "src": "7922:30:46" - }, - "nativeSrc": "7919:50:46", - "nodeType": "YulIf", - "src": "7919:50:46" - }, - { - "nativeSrc": "7978:84:46", - "nodeType": "YulVariableDeclaration", - "src": "7978:84:46", - "value": { "arguments": [ { "arguments": [ { - "name": "headStart", - "nativeSrc": "8034:9:46", + "name": "value_1", + "nativeSrc": "11778:7:46", "nodeType": "YulIdentifier", - "src": "8034:9:46" + "src": "11778:7:46" }, { - "name": "offset", - "nativeSrc": "8045:6:46", - "nodeType": "YulIdentifier", - "src": "8045:6:46" + "arguments": [ + { + "name": "value_1", + "nativeSrc": "11791:7:46", + "nodeType": "YulIdentifier", + "src": "11791:7:46" + }, + { + "kind": "number", + "nativeSrc": "11800:14:46", + "nodeType": "YulLiteral", + "src": "11800:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "11787:3:46", + "nodeType": "YulIdentifier", + "src": "11787:3:46" + }, + "nativeSrc": "11787:28:46", + "nodeType": "YulFunctionCall", + "src": "11787:28:46" } ], "functionName": { - "name": "add", - "nativeSrc": "8030:3:46", + "name": "eq", + "nativeSrc": "11775:2:46", "nodeType": "YulIdentifier", - "src": "8030:3:46" + "src": "11775:2:46" }, - "nativeSrc": "8030:22:46", + "nativeSrc": "11775:41:46", "nodeType": "YulFunctionCall", - "src": "8030:22:46" - }, - { - "name": "dataEnd", - "nativeSrc": "8054:7:46", - "nodeType": "YulIdentifier", - "src": "8054:7:46" + "src": "11775:41:46" } ], "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "8004:25:46", + "name": "iszero", + "nativeSrc": "11768:6:46", "nodeType": "YulIdentifier", - "src": "8004:25:46" + "src": "11768:6:46" }, - "nativeSrc": "8004:58:46", + "nativeSrc": "11768:49:46", "nodeType": "YulFunctionCall", - "src": "8004:58:46" - }, - "variables": [ - { - "name": "value2_1", - "nativeSrc": "7982:8:46", - "nodeType": "YulTypedName", - "src": "7982:8:46", - "type": "" - }, - { - "name": "value3_1", - "nativeSrc": "7992:8:46", - "nodeType": "YulTypedName", - "src": "7992:8:46", - "type": "" - } - ] - }, - { - "nativeSrc": "8071:18:46", - "nodeType": "YulAssignment", - "src": "8071:18:46", - "value": { - "name": "value2_1", - "nativeSrc": "8081:8:46", - "nodeType": "YulIdentifier", - "src": "8081:8:46" + "src": "11768:49:46" }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "8071:6:46", - "nodeType": "YulIdentifier", - "src": "8071:6:46" - } - ] + "nativeSrc": "11765:69:46", + "nodeType": "YulIf", + "src": "11765:69:46" }, { - "nativeSrc": "8098:18:46", + "nativeSrc": "11843:17:46", "nodeType": "YulAssignment", - "src": "8098:18:46", + "src": "11843:17:46", "value": { - "name": "value3_1", - "nativeSrc": "8108:8:46", + "name": "value_1", + "nativeSrc": "11853:7:46", "nodeType": "YulIdentifier", - "src": "8108:8:46" + "src": "11853:7:46" }, "variableNames": [ { "name": "value3", - "nativeSrc": "8098:6:46", + "nativeSrc": "11843:6:46", "nodeType": "YulIdentifier", - "src": "8098:6:46" + "src": "11843:6:46" } ] } ] }, - "name": "abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr", - "nativeSrc": "7437:685:46", + "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48", + "nativeSrc": "11146:720:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "7502:9:46", + "nativeSrc": "11210:9:46", "nodeType": "YulTypedName", - "src": "7502:9:46", + "src": "11210:9:46", "type": "" }, { "name": "dataEnd", - "nativeSrc": "7513:7:46", + "nativeSrc": "11221:7:46", "nodeType": "YulTypedName", - "src": "7513:7:46", + "src": "11221:7:46", "type": "" } ], "returnVariables": [ { "name": "value0", - "nativeSrc": "7525:6:46", + "nativeSrc": "11233:6:46", "nodeType": "YulTypedName", - "src": "7525:6:46", + "src": "11233:6:46", "type": "" }, { "name": "value1", - "nativeSrc": "7533:6:46", + "nativeSrc": "11241:6:46", "nodeType": "YulTypedName", - "src": "7533:6:46", + "src": "11241:6:46", "type": "" }, { "name": "value2", - "nativeSrc": "7541:6:46", + "nativeSrc": "11249:6:46", "nodeType": "YulTypedName", - "src": "7541:6:46", + "src": "11249:6:46", "type": "" }, { "name": "value3", - "nativeSrc": "7549:6:46", + "nativeSrc": "11257:6:46", "nodeType": "YulTypedName", - "src": "7549:6:46", + "src": "11257:6:46", "type": "" } ], - "src": "7437:685:46" + "src": "11146:720:46" }, { "body": { - "nativeSrc": "8228:76:46", + "nativeSrc": "11998:136:46", "nodeType": "YulBlock", - "src": "8228:76:46", + "src": "11998:136:46", "statements": [ { - "nativeSrc": "8238:26:46", + "nativeSrc": "12008:26:46", "nodeType": "YulAssignment", - "src": "8238:26:46", + "src": "12008:26:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "8250:9:46", + "nativeSrc": "12020:9:46", "nodeType": "YulIdentifier", - "src": "8250:9:46" + "src": "12020:9:46" }, { "kind": "number", - "nativeSrc": "8261:2:46", + "nativeSrc": "12031:2:46", "nodeType": "YulLiteral", - "src": "8261:2:46", + "src": "12031:2:46", "type": "", - "value": "32" + "value": "64" } ], "functionName": { "name": "add", - "nativeSrc": "8246:3:46", + "nativeSrc": "12016:3:46", "nodeType": "YulIdentifier", - "src": "8246:3:46" + "src": "12016:3:46" }, - "nativeSrc": "8246:18:46", + "nativeSrc": "12016:18:46", "nodeType": "YulFunctionCall", - "src": "8246:18:46" + "src": "12016:18:46" }, "variableNames": [ { "name": "tail", - "nativeSrc": "8238:4:46", + "nativeSrc": "12008:4:46", "nodeType": "YulIdentifier", - "src": "8238:4:46" + "src": "12008:4:46" } ] }, @@ -301844,732 +307875,384 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "8280:9:46", + "nativeSrc": "12050:9:46", "nodeType": "YulIdentifier", - "src": "8280:9:46" + "src": "12050:9:46" }, { "name": "value0", - "nativeSrc": "8291:6:46", + "nativeSrc": "12061:6:46", "nodeType": "YulIdentifier", - "src": "8291:6:46" + "src": "12061:6:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "8273:6:46", + "nativeSrc": "12043:6:46", "nodeType": "YulIdentifier", - "src": "8273:6:46" + "src": "12043:6:46" }, - "nativeSrc": "8273:25:46", + "nativeSrc": "12043:25:46", "nodeType": "YulFunctionCall", - "src": "8273:25:46" + "src": "12043:25:46" }, - "nativeSrc": "8273:25:46", + "nativeSrc": "12043:25:46", "nodeType": "YulExpressionStatement", - "src": "8273:25:46" + "src": "12043:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12088:9:46", + "nodeType": "YulIdentifier", + "src": "12088:9:46" + }, + { + "kind": "number", + "nativeSrc": "12099:2:46", + "nodeType": "YulLiteral", + "src": "12099:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12084:3:46", + "nodeType": "YulIdentifier", + "src": "12084:3:46" + }, + "nativeSrc": "12084:18:46", + "nodeType": "YulFunctionCall", + "src": "12084:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "12108:6:46", + "nodeType": "YulIdentifier", + "src": "12108:6:46" + }, + { + "kind": "number", + "nativeSrc": "12116:10:46", + "nodeType": "YulLiteral", + "src": "12116:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "12104:3:46", + "nodeType": "YulIdentifier", + "src": "12104:3:46" + }, + "nativeSrc": "12104:23:46", + "nodeType": "YulFunctionCall", + "src": "12104:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12077:6:46", + "nodeType": "YulIdentifier", + "src": "12077:6:46" + }, + "nativeSrc": "12077:51:46", + "nodeType": "YulFunctionCall", + "src": "12077:51:46" + }, + "nativeSrc": "12077:51:46", + "nodeType": "YulExpressionStatement", + "src": "12077:51:46" } ] }, - "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", - "nativeSrc": "8127:177:46", + "name": "abi_encode_tuple_t_bytes32_t_uint32__to_t_bytes32_t_uint32__fromStack_reversed", + "nativeSrc": "11871:263:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "8197:9:46", + "nativeSrc": "11959:9:46", "nodeType": "YulTypedName", - "src": "8197:9:46", + "src": "11959:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "11970:6:46", + "nodeType": "YulTypedName", + "src": "11970:6:46", "type": "" }, { "name": "value0", - "nativeSrc": "8208:6:46", + "nativeSrc": "11978:6:46", "nodeType": "YulTypedName", - "src": "8208:6:46", + "src": "11978:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "8219:4:46", + "nativeSrc": "11989:4:46", "nodeType": "YulTypedName", - "src": "8219:4:46", + "src": "11989:4:46", "type": "" } ], - "src": "8127:177:46" + "src": "11871:263:46" }, { "body": { - "nativeSrc": "8425:331:46", + "nativeSrc": "12171:152:46", "nodeType": "YulBlock", - "src": "8425:331:46", + "src": "12171:152:46", "statements": [ { - "body": { - "nativeSrc": "8471:16:46", - "nodeType": "YulBlock", - "src": "8471:16:46", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8480:1:46", - "nodeType": "YulLiteral", - "src": "8480:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "8483:1:46", - "nodeType": "YulLiteral", - "src": "8483:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "8473:6:46", - "nodeType": "YulIdentifier", - "src": "8473:6:46" - }, - "nativeSrc": "8473:12:46", - "nodeType": "YulFunctionCall", - "src": "8473:12:46" - }, - "nativeSrc": "8473:12:46", - "nodeType": "YulExpressionStatement", - "src": "8473:12:46" - } - ] - }, - "condition": { + "expression": { "arguments": [ { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "8446:7:46", - "nodeType": "YulIdentifier", - "src": "8446:7:46" - }, - { - "name": "headStart", - "nativeSrc": "8455:9:46", - "nodeType": "YulIdentifier", - "src": "8455:9:46" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "8442:3:46", - "nodeType": "YulIdentifier", - "src": "8442:3:46" - }, - "nativeSrc": "8442:23:46", - "nodeType": "YulFunctionCall", - "src": "8442:23:46" + "kind": "number", + "nativeSrc": "12188:1:46", + "nodeType": "YulLiteral", + "src": "12188:1:46", + "type": "", + "value": "0" }, { "kind": "number", - "nativeSrc": "8467:2:46", + "nativeSrc": "12191:77:46", "nodeType": "YulLiteral", - "src": "8467:2:46", + "src": "12191:77:46", "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "8438:3:46", - "nodeType": "YulIdentifier", - "src": "8438:3:46" - }, - "nativeSrc": "8438:32:46", - "nodeType": "YulFunctionCall", - "src": "8438:32:46" - }, - "nativeSrc": "8435:52:46", - "nodeType": "YulIf", - "src": "8435:52:46" - }, - { - "nativeSrc": "8496:37:46", - "nodeType": "YulVariableDeclaration", - "src": "8496:37:46", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8523:9:46", - "nodeType": "YulIdentifier", - "src": "8523:9:46" + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" } ], "functionName": { - "name": "calldataload", - "nativeSrc": "8510:12:46", + "name": "mstore", + "nativeSrc": "12181:6:46", "nodeType": "YulIdentifier", - "src": "8510:12:46" + "src": "12181:6:46" }, - "nativeSrc": "8510:23:46", + "nativeSrc": "12181:88:46", "nodeType": "YulFunctionCall", - "src": "8510:23:46" + "src": "12181:88:46" }, - "variables": [ - { - "name": "offset", - "nativeSrc": "8500:6:46", - "nodeType": "YulTypedName", - "src": "8500:6:46", - "type": "" - } - ] + "nativeSrc": "12181:88:46", + "nodeType": "YulExpressionStatement", + "src": "12181:88:46" }, { - "body": { - "nativeSrc": "8576:16:46", - "nodeType": "YulBlock", - "src": "8576:16:46", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8585:1:46", - "nodeType": "YulLiteral", - "src": "8585:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "8588:1:46", - "nodeType": "YulLiteral", - "src": "8588:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "8578:6:46", - "nodeType": "YulIdentifier", - "src": "8578:6:46" - }, - "nativeSrc": "8578:12:46", - "nodeType": "YulFunctionCall", - "src": "8578:12:46" - }, - "nativeSrc": "8578:12:46", - "nodeType": "YulExpressionStatement", - "src": "8578:12:46" - } - ] - }, - "condition": { + "expression": { "arguments": [ { - "name": "offset", - "nativeSrc": "8548:6:46", - "nodeType": "YulIdentifier", - "src": "8548:6:46" + "kind": "number", + "nativeSrc": "12285:1:46", + "nodeType": "YulLiteral", + "src": "12285:1:46", + "type": "", + "value": "4" }, { "kind": "number", - "nativeSrc": "8556:18:46", + "nativeSrc": "12288:4:46", "nodeType": "YulLiteral", - "src": "8556:18:46", + "src": "12288:4:46", "type": "", - "value": "0xffffffffffffffff" + "value": "0x32" } ], "functionName": { - "name": "gt", - "nativeSrc": "8545:2:46", + "name": "mstore", + "nativeSrc": "12278:6:46", "nodeType": "YulIdentifier", - "src": "8545:2:46" + "src": "12278:6:46" }, - "nativeSrc": "8545:30:46", + "nativeSrc": "12278:15:46", "nodeType": "YulFunctionCall", - "src": "8545:30:46" + "src": "12278:15:46" }, - "nativeSrc": "8542:50:46", - "nodeType": "YulIf", - "src": "8542:50:46" + "nativeSrc": "12278:15:46", + "nodeType": "YulExpressionStatement", + "src": "12278:15:46" }, { - "nativeSrc": "8601:95:46", - "nodeType": "YulVariableDeclaration", - "src": "8601:95:46", - "value": { + "expression": { "arguments": [ { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8668:9:46", - "nodeType": "YulIdentifier", - "src": "8668:9:46" - }, - { - "name": "offset", - "nativeSrc": "8679:6:46", - "nodeType": "YulIdentifier", - "src": "8679:6:46" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8664:3:46", - "nodeType": "YulIdentifier", - "src": "8664:3:46" - }, - "nativeSrc": "8664:22:46", - "nodeType": "YulFunctionCall", - "src": "8664:22:46" + "kind": "number", + "nativeSrc": "12309:1:46", + "nodeType": "YulLiteral", + "src": "12309:1:46", + "type": "", + "value": "0" }, { - "name": "dataEnd", - "nativeSrc": "8688:7:46", - "nodeType": "YulIdentifier", - "src": "8688:7:46" + "kind": "number", + "nativeSrc": "12312:4:46", + "nodeType": "YulLiteral", + "src": "12312:4:46", + "type": "", + "value": "0x24" } ], "functionName": { - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "8627:36:46", + "name": "revert", + "nativeSrc": "12302:6:46", "nodeType": "YulIdentifier", - "src": "8627:36:46" + "src": "12302:6:46" }, - "nativeSrc": "8627:69:46", + "nativeSrc": "12302:15:46", "nodeType": "YulFunctionCall", - "src": "8627:69:46" - }, - "variables": [ - { - "name": "value0_1", - "nativeSrc": "8605:8:46", - "nodeType": "YulTypedName", - "src": "8605:8:46", - "type": "" - }, - { - "name": "value1_1", - "nativeSrc": "8615:8:46", - "nodeType": "YulTypedName", - "src": "8615:8:46", - "type": "" - } - ] - }, - { - "nativeSrc": "8705:18:46", - "nodeType": "YulAssignment", - "src": "8705:18:46", - "value": { - "name": "value0_1", - "nativeSrc": "8715:8:46", - "nodeType": "YulIdentifier", - "src": "8715:8:46" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "8705:6:46", - "nodeType": "YulIdentifier", - "src": "8705:6:46" - } - ] - }, - { - "nativeSrc": "8732:18:46", - "nodeType": "YulAssignment", - "src": "8732:18:46", - "value": { - "name": "value1_1", - "nativeSrc": "8742:8:46", - "nodeType": "YulIdentifier", - "src": "8742:8:46" + "src": "12302:15:46" }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "8732:6:46", - "nodeType": "YulIdentifier", - "src": "8732:6:46" - } - ] + "nativeSrc": "12302:15:46", + "nodeType": "YulExpressionStatement", + "src": "12302:15:46" } ] }, - "name": "abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "8309:447:46", + "name": "panic_error_0x32", + "nativeSrc": "12139:184:46", "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "8383:9:46", - "nodeType": "YulTypedName", - "src": "8383:9:46", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "8394:7:46", - "nodeType": "YulTypedName", - "src": "8394:7:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "8406:6:46", - "nodeType": "YulTypedName", - "src": "8406:6:46", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "8414:6:46", - "nodeType": "YulTypedName", - "src": "8414:6:46", - "type": "" - } - ], - "src": "8309:447:46" + "src": "12139:184:46" }, { "body": { - "nativeSrc": "8827:184:46", + "nativeSrc": "12397:176:46", "nodeType": "YulBlock", - "src": "8827:184:46", + "src": "12397:176:46", "statements": [ - { - "nativeSrc": "8837:10:46", - "nodeType": "YulVariableDeclaration", - "src": "8837:10:46", - "value": { - "kind": "number", - "nativeSrc": "8846:1:46", - "nodeType": "YulLiteral", - "src": "8846:1:46", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "8841:1:46", - "nodeType": "YulTypedName", - "src": "8841:1:46", - "type": "" - } - ] - }, { "body": { - "nativeSrc": "8906:63:46", + "nativeSrc": "12443:16:46", "nodeType": "YulBlock", - "src": "8906:63:46", + "src": "12443:16:46", "statements": [ { "expression": { "arguments": [ { - "arguments": [ - { - "name": "dst", - "nativeSrc": "8931:3:46", - "nodeType": "YulIdentifier", - "src": "8931:3:46" - }, - { - "name": "i", - "nativeSrc": "8936:1:46", - "nodeType": "YulIdentifier", - "src": "8936:1:46" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8927:3:46", - "nodeType": "YulIdentifier", - "src": "8927:3:46" - }, - "nativeSrc": "8927:11:46", - "nodeType": "YulFunctionCall", - "src": "8927:11:46" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "8950:3:46", - "nodeType": "YulIdentifier", - "src": "8950:3:46" - }, - { - "name": "i", - "nativeSrc": "8955:1:46", - "nodeType": "YulIdentifier", - "src": "8955:1:46" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8946:3:46", - "nodeType": "YulIdentifier", - "src": "8946:3:46" - }, - "nativeSrc": "8946:11:46", - "nodeType": "YulFunctionCall", - "src": "8946:11:46" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8940:5:46", - "nodeType": "YulIdentifier", - "src": "8940:5:46" - }, - "nativeSrc": "8940:18:46", - "nodeType": "YulFunctionCall", - "src": "8940:18:46" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8920:6:46", - "nodeType": "YulIdentifier", - "src": "8920:6:46" - }, - "nativeSrc": "8920:39:46", - "nodeType": "YulFunctionCall", - "src": "8920:39:46" - }, - "nativeSrc": "8920:39:46", - "nodeType": "YulExpressionStatement", - "src": "8920:39:46" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "8867:1:46", - "nodeType": "YulIdentifier", - "src": "8867:1:46" - }, - { - "name": "length", - "nativeSrc": "8870:6:46", - "nodeType": "YulIdentifier", - "src": "8870:6:46" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "8864:2:46", - "nodeType": "YulIdentifier", - "src": "8864:2:46" - }, - "nativeSrc": "8864:13:46", - "nodeType": "YulFunctionCall", - "src": "8864:13:46" - }, - "nativeSrc": "8856:113:46", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "8878:19:46", - "nodeType": "YulBlock", - "src": "8878:19:46", - "statements": [ - { - "nativeSrc": "8880:15:46", - "nodeType": "YulAssignment", - "src": "8880:15:46", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "8889:1:46", - "nodeType": "YulIdentifier", - "src": "8889:1:46" + "kind": "number", + "nativeSrc": "12452:1:46", + "nodeType": "YulLiteral", + "src": "12452:1:46", + "type": "", + "value": "0" }, { "kind": "number", - "nativeSrc": "8892:2:46", + "nativeSrc": "12455:1:46", "nodeType": "YulLiteral", - "src": "8892:2:46", + "src": "12455:1:46", "type": "", - "value": "32" + "value": "0" } ], "functionName": { - "name": "add", - "nativeSrc": "8885:3:46", + "name": "revert", + "nativeSrc": "12445:6:46", "nodeType": "YulIdentifier", - "src": "8885:3:46" + "src": "12445:6:46" }, - "nativeSrc": "8885:10:46", + "nativeSrc": "12445:12:46", "nodeType": "YulFunctionCall", - "src": "8885:10:46" + "src": "12445:12:46" }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "8880:1:46", - "nodeType": "YulIdentifier", - "src": "8880:1:46" - } - ] + "nativeSrc": "12445:12:46", + "nodeType": "YulExpressionStatement", + "src": "12445:12:46" } ] }, - "pre": { - "nativeSrc": "8860:3:46", - "nodeType": "YulBlock", - "src": "8860:3:46", - "statements": [] - }, - "src": "8856:113:46" - }, - { - "expression": { + "condition": { "arguments": [ { "arguments": [ { - "name": "dst", - "nativeSrc": "8989:3:46", + "name": "dataEnd", + "nativeSrc": "12418:7:46", "nodeType": "YulIdentifier", - "src": "8989:3:46" + "src": "12418:7:46" }, { - "name": "length", - "nativeSrc": "8994:6:46", + "name": "headStart", + "nativeSrc": "12427:9:46", "nodeType": "YulIdentifier", - "src": "8994:6:46" + "src": "12427:9:46" } ], "functionName": { - "name": "add", - "nativeSrc": "8985:3:46", + "name": "sub", + "nativeSrc": "12414:3:46", "nodeType": "YulIdentifier", - "src": "8985:3:46" + "src": "12414:3:46" }, - "nativeSrc": "8985:16:46", + "nativeSrc": "12414:23:46", "nodeType": "YulFunctionCall", - "src": "8985:16:46" + "src": "12414:23:46" }, { "kind": "number", - "nativeSrc": "9003:1:46", + "nativeSrc": "12439:2:46", "nodeType": "YulLiteral", - "src": "9003:1:46", + "src": "12439:2:46", "type": "", - "value": "0" + "value": "32" } ], "functionName": { - "name": "mstore", - "nativeSrc": "8978:6:46", + "name": "slt", + "nativeSrc": "12410:3:46", "nodeType": "YulIdentifier", - "src": "8978:6:46" + "src": "12410:3:46" }, - "nativeSrc": "8978:27:46", + "nativeSrc": "12410:32:46", "nodeType": "YulFunctionCall", - "src": "8978:27:46" + "src": "12410:32:46" }, - "nativeSrc": "8978:27:46", - "nodeType": "YulExpressionStatement", - "src": "8978:27:46" - } - ] - }, - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "8761:250:46", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "src", - "nativeSrc": "8805:3:46", - "nodeType": "YulTypedName", - "src": "8805:3:46", - "type": "" - }, - { - "name": "dst", - "nativeSrc": "8810:3:46", - "nodeType": "YulTypedName", - "src": "8810:3:46", - "type": "" - }, - { - "name": "length", - "nativeSrc": "8815:6:46", - "nodeType": "YulTypedName", - "src": "8815:6:46", - "type": "" - } - ], - "src": "8761:250:46" - }, - { - "body": { - "nativeSrc": "9185:822:46", - "nodeType": "YulBlock", - "src": "9185:822:46", - "statements": [ + "nativeSrc": "12407:52:46", + "nodeType": "YulIf", + "src": "12407:52:46" + }, { - "nativeSrc": "9195:32:46", + "nativeSrc": "12468:36:46", "nodeType": "YulVariableDeclaration", - "src": "9195:32:46", + "src": "12468:36:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "9213:9:46", + "nativeSrc": "12494:9:46", "nodeType": "YulIdentifier", - "src": "9213:9:46" - }, - { - "kind": "number", - "nativeSrc": "9224:2:46", - "nodeType": "YulLiteral", - "src": "9224:2:46", - "type": "", - "value": "32" + "src": "12494:9:46" } ], "functionName": { - "name": "add", - "nativeSrc": "9209:3:46", + "name": "calldataload", + "nativeSrc": "12481:12:46", "nodeType": "YulIdentifier", - "src": "9209:3:46" + "src": "12481:12:46" }, - "nativeSrc": "9209:18:46", + "nativeSrc": "12481:23:46", "nodeType": "YulFunctionCall", - "src": "9209:18:46" + "src": "12481:23:46" }, "variables": [ { - "name": "tail_1", - "nativeSrc": "9199:6:46", + "name": "value", + "nativeSrc": "12472:5:46", "nodeType": "YulTypedName", - "src": "9199:6:46", + "src": "12472:5:46", "type": "" } ] @@ -302578,84 +308261,120 @@ "expression": { "arguments": [ { - "name": "headStart", - "nativeSrc": "9243:9:46", + "name": "value", + "nativeSrc": "12537:5:46", "nodeType": "YulIdentifier", - "src": "9243:9:46" - }, - { - "kind": "number", - "nativeSrc": "9254:2:46", - "nodeType": "YulLiteral", - "src": "9254:2:46", - "type": "", - "value": "32" + "src": "12537:5:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "9236:6:46", + "name": "validator_revert_bytes4", + "nativeSrc": "12513:23:46", "nodeType": "YulIdentifier", - "src": "9236:6:46" + "src": "12513:23:46" }, - "nativeSrc": "9236:21:46", + "nativeSrc": "12513:30:46", "nodeType": "YulFunctionCall", - "src": "9236:21:46" + "src": "12513:30:46" }, - "nativeSrc": "9236:21:46", + "nativeSrc": "12513:30:46", "nodeType": "YulExpressionStatement", - "src": "9236:21:46" + "src": "12513:30:46" }, { - "nativeSrc": "9266:17:46", - "nodeType": "YulVariableDeclaration", - "src": "9266:17:46", + "nativeSrc": "12552:15:46", + "nodeType": "YulAssignment", + "src": "12552:15:46", "value": { - "name": "tail_1", - "nativeSrc": "9277:6:46", + "name": "value", + "nativeSrc": "12562:5:46", "nodeType": "YulIdentifier", - "src": "9277:6:46" + "src": "12562:5:46" }, - "variables": [ + "variableNames": [ { - "name": "pos", - "nativeSrc": "9270:3:46", - "nodeType": "YulTypedName", - "src": "9270:3:46", - "type": "" + "name": "value0", + "nativeSrc": "12552:6:46", + "nodeType": "YulIdentifier", + "src": "12552:6:46" } ] - }, + } + ] + }, + "name": "abi_decode_tuple_t_bytes4", + "nativeSrc": "12328:245:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "12363:9:46", + "nodeType": "YulTypedName", + "src": "12363:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "12374:7:46", + "nodeType": "YulTypedName", + "src": "12374:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "12386:6:46", + "nodeType": "YulTypedName", + "src": "12386:6:46", + "type": "" + } + ], + "src": "12328:245:46" + }, + { + "body": { + "nativeSrc": "12679:125:46", + "nodeType": "YulBlock", + "src": "12679:125:46", + "statements": [ { - "nativeSrc": "9292:27:46", - "nodeType": "YulVariableDeclaration", - "src": "9292:27:46", + "nativeSrc": "12689:26:46", + "nodeType": "YulAssignment", + "src": "12689:26:46", "value": { "arguments": [ { - "name": "value0", - "nativeSrc": "9312:6:46", + "name": "headStart", + "nativeSrc": "12701:9:46", "nodeType": "YulIdentifier", - "src": "9312:6:46" + "src": "12701:9:46" + }, + { + "kind": "number", + "nativeSrc": "12712:2:46", + "nodeType": "YulLiteral", + "src": "12712:2:46", + "type": "", + "value": "32" } ], "functionName": { - "name": "mload", - "nativeSrc": "9306:5:46", + "name": "add", + "nativeSrc": "12697:3:46", "nodeType": "YulIdentifier", - "src": "9306:5:46" + "src": "12697:3:46" }, - "nativeSrc": "9306:13:46", + "nativeSrc": "12697:18:46", "nodeType": "YulFunctionCall", - "src": "9306:13:46" + "src": "12697:18:46" }, - "variables": [ + "variableNames": [ { - "name": "length", - "nativeSrc": "9296:6:46", - "nodeType": "YulTypedName", - "src": "9296:6:46", - "type": "" + "name": "tail", + "nativeSrc": "12689:4:46", + "nodeType": "YulIdentifier", + "src": "12689:4:46" } ] }, @@ -302663,1480 +308382,1006 @@ "expression": { "arguments": [ { - "name": "tail_1", - "nativeSrc": "9335:6:46", + "name": "headStart", + "nativeSrc": "12731:9:46", "nodeType": "YulIdentifier", - "src": "9335:6:46" + "src": "12731:9:46" }, { - "name": "length", - "nativeSrc": "9343:6:46", - "nodeType": "YulIdentifier", - "src": "9343:6:46" + "arguments": [ + { + "name": "value0", + "nativeSrc": "12746:6:46", + "nodeType": "YulIdentifier", + "src": "12746:6:46" + }, + { + "kind": "number", + "nativeSrc": "12754:42:46", + "nodeType": "YulLiteral", + "src": "12754:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "12742:3:46", + "nodeType": "YulIdentifier", + "src": "12742:3:46" + }, + "nativeSrc": "12742:55:46", + "nodeType": "YulFunctionCall", + "src": "12742:55:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "9328:6:46", + "nativeSrc": "12724:6:46", "nodeType": "YulIdentifier", - "src": "9328:6:46" + "src": "12724:6:46" }, - "nativeSrc": "9328:22:46", + "nativeSrc": "12724:74:46", "nodeType": "YulFunctionCall", - "src": "9328:22:46" + "src": "12724:74:46" }, - "nativeSrc": "9328:22:46", + "nativeSrc": "12724:74:46", "nodeType": "YulExpressionStatement", - "src": "9328:22:46" - }, + "src": "12724:74:46" + } + ] + }, + "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", + "nativeSrc": "12578:226:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "12648:9:46", + "nodeType": "YulTypedName", + "src": "12648:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "12659:6:46", + "nodeType": "YulTypedName", + "src": "12659:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "12670:4:46", + "nodeType": "YulTypedName", + "src": "12670:4:46", + "type": "" + } + ], + "src": "12578:226:46" + }, + { + "body": { + "nativeSrc": "12964:333:46", + "nodeType": "YulBlock", + "src": "12964:333:46", + "statements": [ { - "nativeSrc": "9359:25:46", + "nativeSrc": "12974:26:46", "nodeType": "YulAssignment", - "src": "9359:25:46", + "src": "12974:26:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "9370:9:46", + "nativeSrc": "12986:9:46", "nodeType": "YulIdentifier", - "src": "9370:9:46" + "src": "12986:9:46" }, { "kind": "number", - "nativeSrc": "9381:2:46", + "nativeSrc": "12997:2:46", "nodeType": "YulLiteral", - "src": "9381:2:46", + "src": "12997:2:46", "type": "", - "value": "64" + "value": "96" } ], "functionName": { "name": "add", - "nativeSrc": "9366:3:46", + "nativeSrc": "12982:3:46", "nodeType": "YulIdentifier", - "src": "9366:3:46" + "src": "12982:3:46" }, - "nativeSrc": "9366:18:46", + "nativeSrc": "12982:18:46", "nodeType": "YulFunctionCall", - "src": "9366:18:46" + "src": "12982:18:46" }, "variableNames": [ { - "name": "pos", - "nativeSrc": "9359:3:46", + "name": "tail", + "nativeSrc": "12974:4:46", "nodeType": "YulIdentifier", - "src": "9359:3:46" + "src": "12974:4:46" } ] }, { - "nativeSrc": "9393:53:46", - "nodeType": "YulVariableDeclaration", - "src": "9393:53:46", - "value": { + "expression": { "arguments": [ + { + "name": "headStart", + "nativeSrc": "13016:9:46", + "nodeType": "YulIdentifier", + "src": "13016:9:46" + }, { "arguments": [ { - "name": "headStart", - "nativeSrc": "9415:9:46", + "name": "value0", + "nativeSrc": "13031:6:46", "nodeType": "YulIdentifier", - "src": "9415:9:46" + "src": "13031:6:46" }, { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9430:1:46", - "nodeType": "YulLiteral", - "src": "9430:1:46", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "9433:6:46", - "nodeType": "YulIdentifier", - "src": "9433:6:46" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "9426:3:46", - "nodeType": "YulIdentifier", - "src": "9426:3:46" - }, - "nativeSrc": "9426:14:46", - "nodeType": "YulFunctionCall", - "src": "9426:14:46" + "kind": "number", + "nativeSrc": "13039:42:46", + "nodeType": "YulLiteral", + "src": "13039:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" } ], "functionName": { - "name": "add", - "nativeSrc": "9411:3:46", + "name": "and", + "nativeSrc": "13027:3:46", "nodeType": "YulIdentifier", - "src": "9411:3:46" + "src": "13027:3:46" }, - "nativeSrc": "9411:30:46", + "nativeSrc": "13027:55:46", "nodeType": "YulFunctionCall", - "src": "9411:30:46" - }, - { - "kind": "number", - "nativeSrc": "9443:2:46", - "nodeType": "YulLiteral", - "src": "9443:2:46", - "type": "", - "value": "64" + "src": "13027:55:46" } ], "functionName": { - "name": "add", - "nativeSrc": "9407:3:46", + "name": "mstore", + "nativeSrc": "13009:6:46", "nodeType": "YulIdentifier", - "src": "9407:3:46" + "src": "13009:6:46" }, - "nativeSrc": "9407:39:46", + "nativeSrc": "13009:74:46", "nodeType": "YulFunctionCall", - "src": "9407:39:46" + "src": "13009:74:46" }, - "variables": [ - { - "name": "tail_2", - "nativeSrc": "9397:6:46", - "nodeType": "YulTypedName", - "src": "9397:6:46", - "type": "" - } - ] + "nativeSrc": "13009:74:46", + "nodeType": "YulExpressionStatement", + "src": "13009:74:46" }, { - "nativeSrc": "9455:29:46", - "nodeType": "YulVariableDeclaration", - "src": "9455:29:46", - "value": { + "expression": { "arguments": [ { - "name": "value0", - "nativeSrc": "9473:6:46", - "nodeType": "YulIdentifier", - "src": "9473:6:46" + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13103:9:46", + "nodeType": "YulIdentifier", + "src": "13103:9:46" + }, + { + "kind": "number", + "nativeSrc": "13114:2:46", + "nodeType": "YulLiteral", + "src": "13114:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13099:3:46", + "nodeType": "YulIdentifier", + "src": "13099:3:46" + }, + "nativeSrc": "13099:18:46", + "nodeType": "YulFunctionCall", + "src": "13099:18:46" }, { - "kind": "number", - "nativeSrc": "9481:2:46", - "nodeType": "YulLiteral", - "src": "9481:2:46", - "type": "", - "value": "32" + "arguments": [ + { + "name": "value1", + "nativeSrc": "13123:6:46", + "nodeType": "YulIdentifier", + "src": "13123:6:46" + }, + { + "kind": "number", + "nativeSrc": "13131:42:46", + "nodeType": "YulLiteral", + "src": "13131:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13119:3:46", + "nodeType": "YulIdentifier", + "src": "13119:3:46" + }, + "nativeSrc": "13119:55:46", + "nodeType": "YulFunctionCall", + "src": "13119:55:46" } ], "functionName": { - "name": "add", - "nativeSrc": "9469:3:46", + "name": "mstore", + "nativeSrc": "13092:6:46", "nodeType": "YulIdentifier", - "src": "9469:3:46" + "src": "13092:6:46" }, - "nativeSrc": "9469:15:46", + "nativeSrc": "13092:83:46", "nodeType": "YulFunctionCall", - "src": "9469:15:46" - }, - "variables": [ - { - "name": "srcPtr", - "nativeSrc": "9459:6:46", - "nodeType": "YulTypedName", - "src": "9459:6:46", - "type": "" - } - ] - }, - { - "nativeSrc": "9493:10:46", - "nodeType": "YulVariableDeclaration", - "src": "9493:10:46", - "value": { - "kind": "number", - "nativeSrc": "9502:1:46", - "nodeType": "YulLiteral", - "src": "9502:1:46", - "type": "", - "value": "0" + "src": "13092:83:46" }, - "variables": [ - { - "name": "i", - "nativeSrc": "9497:1:46", - "nodeType": "YulTypedName", - "src": "9497:1:46", - "type": "" - } - ] + "nativeSrc": "13092:83:46", + "nodeType": "YulExpressionStatement", + "src": "13092:83:46" }, { - "body": { - "nativeSrc": "9561:417:46", - "nodeType": "YulBlock", - "src": "9561:417:46", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9582:3:46", - "nodeType": "YulIdentifier", - "src": "9582:3:46" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9595:6:46", - "nodeType": "YulIdentifier", - "src": "9595:6:46" - }, - { - "name": "headStart", - "nativeSrc": "9603:9:46", - "nodeType": "YulIdentifier", - "src": "9603:9:46" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "9591:3:46", - "nodeType": "YulIdentifier", - "src": "9591:3:46" - }, - "nativeSrc": "9591:22:46", - "nodeType": "YulFunctionCall", - "src": "9591:22:46" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9619:2:46", - "nodeType": "YulLiteral", - "src": "9619:2:46", - "type": "", - "value": "63" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "9615:3:46", - "nodeType": "YulIdentifier", - "src": "9615:3:46" - }, - "nativeSrc": "9615:7:46", - "nodeType": "YulFunctionCall", - "src": "9615:7:46" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9587:3:46", - "nodeType": "YulIdentifier", - "src": "9587:3:46" - }, - "nativeSrc": "9587:36:46", - "nodeType": "YulFunctionCall", - "src": "9587:36:46" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9575:6:46", - "nodeType": "YulIdentifier", - "src": "9575:6:46" - }, - "nativeSrc": "9575:49:46", - "nodeType": "YulFunctionCall", - "src": "9575:49:46" - }, - "nativeSrc": "9575:49:46", - "nodeType": "YulExpressionStatement", - "src": "9575:49:46" - }, + "expression": { + "arguments": [ { - "nativeSrc": "9637:23:46", - "nodeType": "YulVariableDeclaration", - "src": "9637:23:46", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "9653:6:46", - "nodeType": "YulIdentifier", - "src": "9653:6:46" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9647:5:46", - "nodeType": "YulIdentifier", - "src": "9647:5:46" - }, - "nativeSrc": "9647:13:46", - "nodeType": "YulFunctionCall", - "src": "9647:13:46" - }, - "variables": [ + "arguments": [ { - "name": "_1", - "nativeSrc": "9641:2:46", - "nodeType": "YulTypedName", - "src": "9641:2:46", - "type": "" - } - ] - }, - { - "nativeSrc": "9673:25:46", - "nodeType": "YulVariableDeclaration", - "src": "9673:25:46", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "9695:2:46", - "nodeType": "YulIdentifier", - "src": "9695:2:46" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9689:5:46", + "name": "headStart", + "nativeSrc": "13195:9:46", "nodeType": "YulIdentifier", - "src": "9689:5:46" + "src": "13195:9:46" }, - "nativeSrc": "9689:9:46", - "nodeType": "YulFunctionCall", - "src": "9689:9:46" - }, - "variables": [ { - "name": "length_1", - "nativeSrc": "9677:8:46", - "nodeType": "YulTypedName", - "src": "9677:8:46", - "type": "" + "kind": "number", + "nativeSrc": "13206:2:46", + "nodeType": "YulLiteral", + "src": "13206:2:46", + "type": "", + "value": "64" } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9718:6:46", - "nodeType": "YulIdentifier", - "src": "9718:6:46" - }, - { - "name": "length_1", - "nativeSrc": "9726:8:46", - "nodeType": "YulIdentifier", - "src": "9726:8:46" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9711:6:46", - "nodeType": "YulIdentifier", - "src": "9711:6:46" - }, - "nativeSrc": "9711:24:46", - "nodeType": "YulFunctionCall", - "src": "9711:24:46" - }, - "nativeSrc": "9711:24:46", - "nodeType": "YulExpressionStatement", - "src": "9711:24:46" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "9787:2:46", - "nodeType": "YulIdentifier", - "src": "9787:2:46" - }, - { - "kind": "number", - "nativeSrc": "9791:2:46", - "nodeType": "YulLiteral", - "src": "9791:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9783:3:46", - "nodeType": "YulIdentifier", - "src": "9783:3:46" - }, - "nativeSrc": "9783:11:46", - "nodeType": "YulFunctionCall", - "src": "9783:11:46" - }, - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9800:6:46", - "nodeType": "YulIdentifier", - "src": "9800:6:46" - }, - { - "kind": "number", - "nativeSrc": "9808:2:46", - "nodeType": "YulLiteral", - "src": "9808:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9796:3:46", - "nodeType": "YulIdentifier", - "src": "9796:3:46" - }, - "nativeSrc": "9796:15:46", - "nodeType": "YulFunctionCall", - "src": "9796:15:46" - }, - { - "name": "length_1", - "nativeSrc": "9813:8:46", - "nodeType": "YulIdentifier", - "src": "9813:8:46" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "9748:34:46", - "nodeType": "YulIdentifier", - "src": "9748:34:46" - }, - "nativeSrc": "9748:74:46", - "nodeType": "YulFunctionCall", - "src": "9748:74:46" + ], + "functionName": { + "name": "add", + "nativeSrc": "13191:3:46", + "nodeType": "YulIdentifier", + "src": "13191:3:46" }, - "nativeSrc": "9748:74:46", - "nodeType": "YulExpressionStatement", - "src": "9748:74:46" + "nativeSrc": "13191:18:46", + "nodeType": "YulFunctionCall", + "src": "13191:18:46" }, { - "nativeSrc": "9835:63:46", - "nodeType": "YulAssignment", - "src": "9835:63:46", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9853:6:46", - "nodeType": "YulIdentifier", - "src": "9853:6:46" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length_1", - "nativeSrc": "9869:8:46", - "nodeType": "YulIdentifier", - "src": "9869:8:46" - }, - { - "kind": "number", - "nativeSrc": "9879:2:46", - "nodeType": "YulLiteral", - "src": "9879:2:46", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9865:3:46", - "nodeType": "YulIdentifier", - "src": "9865:3:46" - }, - "nativeSrc": "9865:17:46", - "nodeType": "YulFunctionCall", - "src": "9865:17:46" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9888:2:46", - "nodeType": "YulLiteral", - "src": "9888:2:46", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "9884:3:46", - "nodeType": "YulIdentifier", - "src": "9884:3:46" - }, - "nativeSrc": "9884:7:46", - "nodeType": "YulFunctionCall", - "src": "9884:7:46" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "9861:3:46", - "nodeType": "YulIdentifier", - "src": "9861:3:46" - }, - "nativeSrc": "9861:31:46", - "nodeType": "YulFunctionCall", - "src": "9861:31:46" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9849:3:46", - "nodeType": "YulIdentifier", - "src": "9849:3:46" - }, - "nativeSrc": "9849:44:46", - "nodeType": "YulFunctionCall", - "src": "9849:44:46" - }, - { - "kind": "number", - "nativeSrc": "9895:2:46", - "nodeType": "YulLiteral", - "src": "9895:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9845:3:46", - "nodeType": "YulIdentifier", - "src": "9845:3:46" - }, - "nativeSrc": "9845:53:46", - "nodeType": "YulFunctionCall", - "src": "9845:53:46" - }, - "variableNames": [ + "arguments": [ { - "name": "tail_2", - "nativeSrc": "9835:6:46", - "nodeType": "YulIdentifier", - "src": "9835:6:46" - } - ] - }, - { - "nativeSrc": "9911:25:46", - "nodeType": "YulAssignment", - "src": "9911:25:46", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "9925:6:46", - "nodeType": "YulIdentifier", - "src": "9925:6:46" - }, - { - "kind": "number", - "nativeSrc": "9933:2:46", - "nodeType": "YulLiteral", - "src": "9933:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9921:3:46", + "name": "value2", + "nativeSrc": "13215:6:46", "nodeType": "YulIdentifier", - "src": "9921:3:46" + "src": "13215:6:46" }, - "nativeSrc": "9921:15:46", - "nodeType": "YulFunctionCall", - "src": "9921:15:46" - }, - "variableNames": [ { - "name": "srcPtr", - "nativeSrc": "9911:6:46", - "nodeType": "YulIdentifier", - "src": "9911:6:46" + "kind": "number", + "nativeSrc": "13223:66:46", + "nodeType": "YulLiteral", + "src": "13223:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" } - ] - }, - { - "nativeSrc": "9949:19:46", - "nodeType": "YulAssignment", - "src": "9949:19:46", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9960:3:46", - "nodeType": "YulIdentifier", - "src": "9960:3:46" - }, - { - "kind": "number", - "nativeSrc": "9965:2:46", - "nodeType": "YulLiteral", - "src": "9965:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9956:3:46", - "nodeType": "YulIdentifier", - "src": "9956:3:46" - }, - "nativeSrc": "9956:12:46", - "nodeType": "YulFunctionCall", - "src": "9956:12:46" + ], + "functionName": { + "name": "and", + "nativeSrc": "13211:3:46", + "nodeType": "YulIdentifier", + "src": "13211:3:46" }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "9949:3:46", - "nodeType": "YulIdentifier", - "src": "9949:3:46" - } - ] + "nativeSrc": "13211:79:46", + "nodeType": "YulFunctionCall", + "src": "13211:79:46" } - ] + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13184:6:46", + "nodeType": "YulIdentifier", + "src": "13184:6:46" + }, + "nativeSrc": "13184:107:46", + "nodeType": "YulFunctionCall", + "src": "13184:107:46" }, - "condition": { + "nativeSrc": "13184:107:46", + "nodeType": "YulExpressionStatement", + "src": "13184:107:46" + } + ] + }, + "name": "abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed", + "nativeSrc": "12809:488:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "12917:9:46", + "nodeType": "YulTypedName", + "src": "12917:9:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "12928:6:46", + "nodeType": "YulTypedName", + "src": "12928:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "12936:6:46", + "nodeType": "YulTypedName", + "src": "12936:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "12944:6:46", + "nodeType": "YulTypedName", + "src": "12944:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "12955:4:46", + "nodeType": "YulTypedName", + "src": "12955:4:46", + "type": "" + } + ], + "src": "12809:488:46" + }, + { + "body": { + "nativeSrc": "13410:101:46", + "nodeType": "YulBlock", + "src": "13410:101:46", + "statements": [ + { + "nativeSrc": "13420:26:46", + "nodeType": "YulAssignment", + "src": "13420:26:46", + "value": { "arguments": [ { - "name": "i", - "nativeSrc": "9523:1:46", + "name": "headStart", + "nativeSrc": "13432:9:46", "nodeType": "YulIdentifier", - "src": "9523:1:46" + "src": "13432:9:46" }, { - "name": "length", - "nativeSrc": "9526:6:46", - "nodeType": "YulIdentifier", - "src": "9526:6:46" + "kind": "number", + "nativeSrc": "13443:2:46", + "nodeType": "YulLiteral", + "src": "13443:2:46", + "type": "", + "value": "32" } ], "functionName": { - "name": "lt", - "nativeSrc": "9520:2:46", + "name": "add", + "nativeSrc": "13428:3:46", "nodeType": "YulIdentifier", - "src": "9520:2:46" + "src": "13428:3:46" }, - "nativeSrc": "9520:13:46", + "nativeSrc": "13428:18:46", "nodeType": "YulFunctionCall", - "src": "9520:13:46" + "src": "13428:18:46" }, - "nativeSrc": "9512:466:46", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "9534:18:46", - "nodeType": "YulBlock", - "src": "9534:18:46", - "statements": [ + "variableNames": [ + { + "name": "tail", + "nativeSrc": "13420:4:46", + "nodeType": "YulIdentifier", + "src": "13420:4:46" + } + ] + }, + { + "expression": { + "arguments": [ { - "nativeSrc": "9536:14:46", - "nodeType": "YulAssignment", - "src": "9536:14:46", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "9545:1:46", - "nodeType": "YulIdentifier", - "src": "9545:1:46" - }, - { - "kind": "number", - "nativeSrc": "9548:1:46", - "nodeType": "YulLiteral", - "src": "9548:1:46", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9541:3:46", + "name": "headStart", + "nativeSrc": "13462:9:46", + "nodeType": "YulIdentifier", + "src": "13462:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "13477:6:46", "nodeType": "YulIdentifier", - "src": "9541:3:46" + "src": "13477:6:46" }, - "nativeSrc": "9541:9:46", - "nodeType": "YulFunctionCall", - "src": "9541:9:46" - }, - "variableNames": [ { - "name": "i", - "nativeSrc": "9536:1:46", - "nodeType": "YulIdentifier", - "src": "9536:1:46" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "9516:3:46", - "nodeType": "YulBlock", - "src": "9516:3:46", - "statements": [] - }, - "src": "9512:466:46" - }, - { - "nativeSrc": "9987:14:46", - "nodeType": "YulAssignment", - "src": "9987:14:46", - "value": { - "name": "tail_2", - "nativeSrc": "9995:6:46", - "nodeType": "YulIdentifier", - "src": "9995:6:46" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "9987:4:46", + "kind": "number", + "nativeSrc": "13485:18:46", + "nodeType": "YulLiteral", + "src": "13485:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13473:3:46", + "nodeType": "YulIdentifier", + "src": "13473:3:46" + }, + "nativeSrc": "13473:31:46", + "nodeType": "YulFunctionCall", + "src": "13473:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13455:6:46", "nodeType": "YulIdentifier", - "src": "9987:4:46" - } - ] + "src": "13455:6:46" + }, + "nativeSrc": "13455:50:46", + "nodeType": "YulFunctionCall", + "src": "13455:50:46" + }, + "nativeSrc": "13455:50:46", + "nodeType": "YulExpressionStatement", + "src": "13455:50:46" } ] }, - "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:46", + "name": "abi_encode_tuple_t_rational_1_by_1__to_t_uint64__fromStack_reversed", + "nativeSrc": "13302:209:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "9154:9:46", + "nativeSrc": "13379:9:46", "nodeType": "YulTypedName", - "src": "9154:9:46", + "src": "13379:9:46", "type": "" }, { "name": "value0", - "nativeSrc": "9165:6:46", + "nativeSrc": "13390:6:46", "nodeType": "YulTypedName", - "src": "9165:6:46", + "src": "13390:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "9176:4:46", + "nativeSrc": "13401:4:46", "nodeType": "YulTypedName", - "src": "9176:4:46", + "src": "13401:4:46", "type": "" } ], - "src": "9016:991:46" + "src": "13302:209:46" }, { "body": { - "nativeSrc": "10115:424:46", + "nativeSrc": "13583:200:46", "nodeType": "YulBlock", - "src": "10115:424:46", + "src": "13583:200:46", "statements": [ { - "body": { - "nativeSrc": "10161:16:46", - "nodeType": "YulBlock", - "src": "10161:16:46", - "statements": [ + "expression": { + "arguments": [ { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10170:1:46", - "nodeType": "YulLiteral", - "src": "10170:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10173:1:46", - "nodeType": "YulLiteral", - "src": "10173:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10163:6:46", - "nodeType": "YulIdentifier", - "src": "10163:6:46" - }, - "nativeSrc": "10163:12:46", - "nodeType": "YulFunctionCall", - "src": "10163:12:46" - }, - "nativeSrc": "10163:12:46", - "nodeType": "YulExpressionStatement", - "src": "10163:12:46" + "name": "pos", + "nativeSrc": "13600:3:46", + "nodeType": "YulIdentifier", + "src": "13600:3:46" + }, + { + "name": "length", + "nativeSrc": "13605:6:46", + "nodeType": "YulIdentifier", + "src": "13605:6:46" } - ] + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13593:6:46", + "nodeType": "YulIdentifier", + "src": "13593:6:46" + }, + "nativeSrc": "13593:19:46", + "nodeType": "YulFunctionCall", + "src": "13593:19:46" }, - "condition": { + "nativeSrc": "13593:19:46", + "nodeType": "YulExpressionStatement", + "src": "13593:19:46" + }, + { + "expression": { "arguments": [ { "arguments": [ { - "name": "dataEnd", - "nativeSrc": "10136:7:46", + "name": "pos", + "nativeSrc": "13638:3:46", "nodeType": "YulIdentifier", - "src": "10136:7:46" + "src": "13638:3:46" }, { - "name": "headStart", - "nativeSrc": "10145:9:46", - "nodeType": "YulIdentifier", - "src": "10145:9:46" + "kind": "number", + "nativeSrc": "13643:4:46", + "nodeType": "YulLiteral", + "src": "13643:4:46", + "type": "", + "value": "0x20" } ], "functionName": { - "name": "sub", - "nativeSrc": "10132:3:46", + "name": "add", + "nativeSrc": "13634:3:46", "nodeType": "YulIdentifier", - "src": "10132:3:46" + "src": "13634:3:46" }, - "nativeSrc": "10132:23:46", + "nativeSrc": "13634:14:46", "nodeType": "YulFunctionCall", - "src": "10132:23:46" + "src": "13634:14:46" }, { - "kind": "number", - "nativeSrc": "10157:2:46", - "nodeType": "YulLiteral", - "src": "10157:2:46", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "10128:3:46", - "nodeType": "YulIdentifier", - "src": "10128:3:46" - }, - "nativeSrc": "10128:32:46", - "nodeType": "YulFunctionCall", - "src": "10128:32:46" - }, - "nativeSrc": "10125:52:46", - "nodeType": "YulIf", - "src": "10125:52:46" - }, - { - "nativeSrc": "10186:36:46", - "nodeType": "YulVariableDeclaration", - "src": "10186:36:46", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10212:9:46", + "name": "start", + "nativeSrc": "13650:5:46", "nodeType": "YulIdentifier", - "src": "10212:9:46" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10199:12:46", - "nodeType": "YulIdentifier", - "src": "10199:12:46" - }, - "nativeSrc": "10199:23:46", - "nodeType": "YulFunctionCall", - "src": "10199:23:46" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "10190:5:46", - "nodeType": "YulTypedName", - "src": "10190:5:46", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ + "src": "13650:5:46" + }, { - "name": "value", - "nativeSrc": "10256:5:46", + "name": "length", + "nativeSrc": "13657:6:46", "nodeType": "YulIdentifier", - "src": "10256:5:46" + "src": "13657:6:46" } ], "functionName": { - "name": "validator_revert_address", - "nativeSrc": "10231:24:46", + "name": "calldatacopy", + "nativeSrc": "13621:12:46", "nodeType": "YulIdentifier", - "src": "10231:24:46" + "src": "13621:12:46" }, - "nativeSrc": "10231:31:46", + "nativeSrc": "13621:43:46", "nodeType": "YulFunctionCall", - "src": "10231:31:46" + "src": "13621:43:46" }, - "nativeSrc": "10231:31:46", + "nativeSrc": "13621:43:46", "nodeType": "YulExpressionStatement", - "src": "10231:31:46" - }, - { - "nativeSrc": "10271:15:46", - "nodeType": "YulAssignment", - "src": "10271:15:46", - "value": { - "name": "value", - "nativeSrc": "10281:5:46", - "nodeType": "YulIdentifier", - "src": "10281:5:46" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "10271:6:46", - "nodeType": "YulIdentifier", - "src": "10271:6:46" - } - ] + "src": "13621:43:46" }, { - "nativeSrc": "10295:47:46", - "nodeType": "YulVariableDeclaration", - "src": "10295:47:46", - "value": { + "expression": { "arguments": [ { "arguments": [ { - "name": "headStart", - "nativeSrc": "10327:9:46", - "nodeType": "YulIdentifier", - "src": "10327:9:46" + "arguments": [ + { + "name": "pos", + "nativeSrc": "13688:3:46", + "nodeType": "YulIdentifier", + "src": "13688:3:46" + }, + { + "name": "length", + "nativeSrc": "13693:6:46", + "nodeType": "YulIdentifier", + "src": "13693:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13684:3:46", + "nodeType": "YulIdentifier", + "src": "13684:3:46" + }, + "nativeSrc": "13684:16:46", + "nodeType": "YulFunctionCall", + "src": "13684:16:46" }, { "kind": "number", - "nativeSrc": "10338:2:46", + "nativeSrc": "13702:4:46", "nodeType": "YulLiteral", - "src": "10338:2:46", + "src": "13702:4:46", "type": "", - "value": "32" + "value": "0x20" } ], "functionName": { "name": "add", - "nativeSrc": "10323:3:46", + "nativeSrc": "13680:3:46", "nodeType": "YulIdentifier", - "src": "10323:3:46" + "src": "13680:3:46" }, - "nativeSrc": "10323:18:46", + "nativeSrc": "13680:27:46", "nodeType": "YulFunctionCall", - "src": "10323:18:46" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10310:12:46", - "nodeType": "YulIdentifier", - "src": "10310:12:46" - }, - "nativeSrc": "10310:32:46", - "nodeType": "YulFunctionCall", - "src": "10310:32:46" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "10299:7:46", - "nodeType": "YulTypedName", - "src": "10299:7:46", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ + "src": "13680:27:46" + }, { - "name": "value_1", - "nativeSrc": "10376:7:46", - "nodeType": "YulIdentifier", - "src": "10376:7:46" + "kind": "number", + "nativeSrc": "13709:1:46", + "nodeType": "YulLiteral", + "src": "13709:1:46", + "type": "", + "value": "0" } ], "functionName": { - "name": "validator_revert_address", - "nativeSrc": "10351:24:46", + "name": "mstore", + "nativeSrc": "13673:6:46", "nodeType": "YulIdentifier", - "src": "10351:24:46" + "src": "13673:6:46" }, - "nativeSrc": "10351:33:46", + "nativeSrc": "13673:38:46", "nodeType": "YulFunctionCall", - "src": "10351:33:46" + "src": "13673:38:46" }, - "nativeSrc": "10351:33:46", + "nativeSrc": "13673:38:46", "nodeType": "YulExpressionStatement", - "src": "10351:33:46" + "src": "13673:38:46" }, { - "nativeSrc": "10393:17:46", + "nativeSrc": "13720:57:46", "nodeType": "YulAssignment", - "src": "10393:17:46", - "value": { - "name": "value_1", - "nativeSrc": "10403:7:46", - "nodeType": "YulIdentifier", - "src": "10403:7:46" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "10393:6:46", - "nodeType": "YulIdentifier", - "src": "10393:6:46" - } - ] - }, - { - "nativeSrc": "10419:47:46", - "nodeType": "YulVariableDeclaration", - "src": "10419:47:46", + "src": "13720:57:46", "value": { "arguments": [ { "arguments": [ { - "name": "headStart", - "nativeSrc": "10451:9:46", + "name": "pos", + "nativeSrc": "13735:3:46", "nodeType": "YulIdentifier", - "src": "10451:9:46" + "src": "13735:3:46" }, { - "kind": "number", - "nativeSrc": "10462:2:46", - "nodeType": "YulLiteral", - "src": "10462:2:46", - "type": "", - "value": "64" + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "13748:6:46", + "nodeType": "YulIdentifier", + "src": "13748:6:46" + }, + { + "kind": "number", + "nativeSrc": "13756:2:46", + "nodeType": "YulLiteral", + "src": "13756:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13744:3:46", + "nodeType": "YulIdentifier", + "src": "13744:3:46" + }, + "nativeSrc": "13744:15:46", + "nodeType": "YulFunctionCall", + "src": "13744:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13765:2:46", + "nodeType": "YulLiteral", + "src": "13765:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "13761:3:46", + "nodeType": "YulIdentifier", + "src": "13761:3:46" + }, + "nativeSrc": "13761:7:46", + "nodeType": "YulFunctionCall", + "src": "13761:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13740:3:46", + "nodeType": "YulIdentifier", + "src": "13740:3:46" + }, + "nativeSrc": "13740:29:46", + "nodeType": "YulFunctionCall", + "src": "13740:29:46" } ], "functionName": { "name": "add", - "nativeSrc": "10447:3:46", + "nativeSrc": "13731:3:46", "nodeType": "YulIdentifier", - "src": "10447:3:46" + "src": "13731:3:46" }, - "nativeSrc": "10447:18:46", + "nativeSrc": "13731:39:46", "nodeType": "YulFunctionCall", - "src": "10447:18:46" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10434:12:46", - "nodeType": "YulIdentifier", - "src": "10434:12:46" - }, - "nativeSrc": "10434:32:46", - "nodeType": "YulFunctionCall", - "src": "10434:32:46" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "10423:7:46", - "nodeType": "YulTypedName", - "src": "10423:7:46", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ + "src": "13731:39:46" + }, { - "name": "value_2", - "nativeSrc": "10499:7:46", - "nodeType": "YulIdentifier", - "src": "10499:7:46" + "kind": "number", + "nativeSrc": "13772:4:46", + "nodeType": "YulLiteral", + "src": "13772:4:46", + "type": "", + "value": "0x20" } ], "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "10475:23:46", + "name": "add", + "nativeSrc": "13727:3:46", "nodeType": "YulIdentifier", - "src": "10475:23:46" + "src": "13727:3:46" }, - "nativeSrc": "10475:32:46", + "nativeSrc": "13727:50:46", "nodeType": "YulFunctionCall", - "src": "10475:32:46" - }, - "nativeSrc": "10475:32:46", - "nodeType": "YulExpressionStatement", - "src": "10475:32:46" - }, - { - "nativeSrc": "10516:17:46", - "nodeType": "YulAssignment", - "src": "10516:17:46", - "value": { - "name": "value_2", - "nativeSrc": "10526:7:46", - "nodeType": "YulIdentifier", - "src": "10526:7:46" + "src": "13727:50:46" }, "variableNames": [ { - "name": "value2", - "nativeSrc": "10516:6:46", + "name": "end", + "nativeSrc": "13720:3:46", "nodeType": "YulIdentifier", - "src": "10516:6:46" + "src": "13720:3:46" } ] } ] }, - "name": "abi_decode_tuple_t_addresst_addresst_bytes4", - "nativeSrc": "10012:527:46", + "name": "abi_encode_string_calldata", + "nativeSrc": "13516:267:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "headStart", - "nativeSrc": "10065:9:46", + "name": "start", + "nativeSrc": "13552:5:46", "nodeType": "YulTypedName", - "src": "10065:9:46", + "src": "13552:5:46", "type": "" }, { - "name": "dataEnd", - "nativeSrc": "10076:7:46", - "nodeType": "YulTypedName", - "src": "10076:7:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "10088:6:46", + "name": "length", + "nativeSrc": "13559:6:46", "nodeType": "YulTypedName", - "src": "10088:6:46", + "src": "13559:6:46", "type": "" }, { - "name": "value1", - "nativeSrc": "10096:6:46", + "name": "pos", + "nativeSrc": "13567:3:46", "nodeType": "YulTypedName", - "src": "10096:6:46", + "src": "13567:3:46", "type": "" - }, + } + ], + "returnVariables": [ { - "name": "value2", - "nativeSrc": "10104:6:46", + "name": "end", + "nativeSrc": "13575:3:46", "nodeType": "YulTypedName", - "src": "10104:6:46", + "src": "13575:3:46", "type": "" } ], - "src": "10012:527:46" + "src": "13516:267:46" }, { "body": { - "nativeSrc": "10665:152:46", + "nativeSrc": "13919:116:46", "nodeType": "YulBlock", - "src": "10665:152:46", + "src": "13919:116:46", "statements": [ { - "nativeSrc": "10675:26:46", - "nodeType": "YulAssignment", - "src": "10675:26:46", - "value": { + "expression": { "arguments": [ { "name": "headStart", - "nativeSrc": "10687:9:46", + "nativeSrc": "13936:9:46", "nodeType": "YulIdentifier", - "src": "10687:9:46" + "src": "13936:9:46" }, { "kind": "number", - "nativeSrc": "10698:2:46", + "nativeSrc": "13947:2:46", "nodeType": "YulLiteral", - "src": "10698:2:46", + "src": "13947:2:46", "type": "", - "value": "64" + "value": "32" } ], "functionName": { - "name": "add", - "nativeSrc": "10683:3:46", + "name": "mstore", + "nativeSrc": "13929:6:46", "nodeType": "YulIdentifier", - "src": "10683:3:46" + "src": "13929:6:46" }, - "nativeSrc": "10683:18:46", + "nativeSrc": "13929:21:46", "nodeType": "YulFunctionCall", - "src": "10683:18:46" + "src": "13929:21:46" }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "10675:4:46", - "nodeType": "YulIdentifier", - "src": "10675:4:46" - } - ] + "nativeSrc": "13929:21:46", + "nodeType": "YulExpressionStatement", + "src": "13929:21:46" }, { - "expression": { + "nativeSrc": "13959:70:46", + "nodeType": "YulAssignment", + "src": "13959:70:46", + "value": { "arguments": [ { - "name": "headStart", - "nativeSrc": "10717:9:46", + "name": "value0", + "nativeSrc": "13994:6:46", "nodeType": "YulIdentifier", - "src": "10717:9:46" + "src": "13994:6:46" }, { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "10742:6:46", - "nodeType": "YulIdentifier", - "src": "10742:6:46" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10735:6:46", - "nodeType": "YulIdentifier", - "src": "10735:6:46" - }, - "nativeSrc": "10735:14:46", - "nodeType": "YulFunctionCall", - "src": "10735:14:46" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10728:6:46", - "nodeType": "YulIdentifier", - "src": "10728:6:46" - }, - "nativeSrc": "10728:22:46", - "nodeType": "YulFunctionCall", - "src": "10728:22:46" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10710:6:46", - "nodeType": "YulIdentifier", - "src": "10710:6:46" - }, - "nativeSrc": "10710:41:46", - "nodeType": "YulFunctionCall", - "src": "10710:41:46" - }, - "nativeSrc": "10710:41:46", - "nodeType": "YulExpressionStatement", - "src": "10710:41:46" - }, - { - "expression": { - "arguments": [ + "name": "value1", + "nativeSrc": "14002:6:46", + "nodeType": "YulIdentifier", + "src": "14002:6:46" + }, { "arguments": [ { "name": "headStart", - "nativeSrc": "10771:9:46", + "nativeSrc": "14014:9:46", "nodeType": "YulIdentifier", - "src": "10771:9:46" + "src": "14014:9:46" }, { "kind": "number", - "nativeSrc": "10782:2:46", + "nativeSrc": "14025:2:46", "nodeType": "YulLiteral", - "src": "10782:2:46", + "src": "14025:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "10767:3:46", - "nodeType": "YulIdentifier", - "src": "10767:3:46" - }, - "nativeSrc": "10767:18:46", - "nodeType": "YulFunctionCall", - "src": "10767:18:46" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "10791:6:46", - "nodeType": "YulIdentifier", - "src": "10791:6:46" - }, - { - "kind": "number", - "nativeSrc": "10799:10:46", - "nodeType": "YulLiteral", - "src": "10799:10:46", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "10787:3:46", + "nativeSrc": "14010:3:46", "nodeType": "YulIdentifier", - "src": "10787:3:46" + "src": "14010:3:46" }, - "nativeSrc": "10787:23:46", + "nativeSrc": "14010:18:46", "nodeType": "YulFunctionCall", - "src": "10787:23:46" + "src": "14010:18:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "10760:6:46", + "name": "abi_encode_string_calldata", + "nativeSrc": "13967:26:46", "nodeType": "YulIdentifier", - "src": "10760:6:46" + "src": "13967:26:46" }, - "nativeSrc": "10760:51:46", + "nativeSrc": "13967:62:46", "nodeType": "YulFunctionCall", - "src": "10760:51:46" + "src": "13967:62:46" }, - "nativeSrc": "10760:51:46", - "nodeType": "YulExpressionStatement", - "src": "10760:51:46" + "variableNames": [ + { + "name": "tail", + "nativeSrc": "13959:4:46", + "nodeType": "YulIdentifier", + "src": "13959:4:46" + } + ] } ] }, - "name": "abi_encode_tuple_t_bool_t_uint32__to_t_bool_t_uint32__fromStack_reversed", - "nativeSrc": "10544:273:46", + "name": "abi_encode_tuple_t_string_calldata_ptr__to_t_string_memory_ptr__fromStack_reversed", + "nativeSrc": "13788:247:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "10626:9:46", + "nativeSrc": "13880:9:46", "nodeType": "YulTypedName", - "src": "10626:9:46", + "src": "13880:9:46", "type": "" }, { "name": "value1", - "nativeSrc": "10637:6:46", + "nativeSrc": "13891:6:46", "nodeType": "YulTypedName", - "src": "10637:6:46", + "src": "13891:6:46", "type": "" }, { "name": "value0", - "nativeSrc": "10645:6:46", + "nativeSrc": "13899:6:46", "nodeType": "YulTypedName", - "src": "10645:6:46", + "src": "13899:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "10656:4:46", + "nativeSrc": "13910:4:46", "nodeType": "YulTypedName", - "src": "10656:4:46", + "src": "13910:4:46", "type": "" } ], - "src": "10544:273:46" + "src": "13788:247:46" }, { "body": { - "nativeSrc": "10908:233:46", + "nativeSrc": "14120:169:46", "nodeType": "YulBlock", - "src": "10908:233:46", + "src": "14120:169:46", "statements": [ { "body": { - "nativeSrc": "10954:16:46", + "nativeSrc": "14166:16:46", "nodeType": "YulBlock", - "src": "10954:16:46", + "src": "14166:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "10963:1:46", + "nativeSrc": "14175:1:46", "nodeType": "YulLiteral", - "src": "10963:1:46", + "src": "14175:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "10966:1:46", + "nativeSrc": "14178:1:46", "nodeType": "YulLiteral", - "src": "10966:1:46", + "src": "14178:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "10956:6:46", + "nativeSrc": "14168:6:46", "nodeType": "YulIdentifier", - "src": "10956:6:46" + "src": "14168:6:46" }, - "nativeSrc": "10956:12:46", + "nativeSrc": "14168:12:46", "nodeType": "YulFunctionCall", - "src": "10956:12:46" + "src": "14168:12:46" }, - "nativeSrc": "10956:12:46", + "nativeSrc": "14168:12:46", "nodeType": "YulExpressionStatement", - "src": "10956:12:46" + "src": "14168:12:46" } ] }, @@ -304146,79 +309391,79 @@ "arguments": [ { "name": "dataEnd", - "nativeSrc": "10929:7:46", + "nativeSrc": "14141:7:46", "nodeType": "YulIdentifier", - "src": "10929:7:46" + "src": "14141:7:46" }, { "name": "headStart", - "nativeSrc": "10938:9:46", + "nativeSrc": "14150:9:46", "nodeType": "YulIdentifier", - "src": "10938:9:46" + "src": "14150:9:46" } ], "functionName": { "name": "sub", - "nativeSrc": "10925:3:46", + "nativeSrc": "14137:3:46", "nodeType": "YulIdentifier", - "src": "10925:3:46" + "src": "14137:3:46" }, - "nativeSrc": "10925:23:46", + "nativeSrc": "14137:23:46", "nodeType": "YulFunctionCall", - "src": "10925:23:46" + "src": "14137:23:46" }, { "kind": "number", - "nativeSrc": "10950:2:46", + "nativeSrc": "14162:2:46", "nodeType": "YulLiteral", - "src": "10950:2:46", + "src": "14162:2:46", "type": "", - "value": "64" + "value": "32" } ], "functionName": { "name": "slt", - "nativeSrc": "10921:3:46", + "nativeSrc": "14133:3:46", "nodeType": "YulIdentifier", - "src": "10921:3:46" + "src": "14133:3:46" }, - "nativeSrc": "10921:32:46", + "nativeSrc": "14133:32:46", "nodeType": "YulFunctionCall", - "src": "10921:32:46" + "src": "14133:32:46" }, - "nativeSrc": "10918:52:46", + "nativeSrc": "14130:52:46", "nodeType": "YulIf", - "src": "10918:52:46" + "src": "14130:52:46" }, { - "nativeSrc": "10979:36:46", + "nativeSrc": "14191:29:46", "nodeType": "YulVariableDeclaration", - "src": "10979:36:46", + "src": "14191:29:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "11005:9:46", + "nativeSrc": "14210:9:46", "nodeType": "YulIdentifier", - "src": "11005:9:46" + "src": "14210:9:46" } ], "functionName": { - "name": "calldataload", - "nativeSrc": "10992:12:46", + "name": "mload", + "nativeSrc": "14204:5:46", "nodeType": "YulIdentifier", - "src": "10992:12:46" + "src": "14204:5:46" }, - "nativeSrc": "10992:23:46", + "nativeSrc": "14204:16:46", "nodeType": "YulFunctionCall", - "src": "10992:23:46" + "src": "14204:16:46" }, "variables": [ { "name": "value", - "nativeSrc": "10983:5:46", + "nativeSrc": "14195:5:46", "nodeType": "YulTypedName", - "src": "10983:5:46", + "src": "14195:5:46", "type": "" } ] @@ -304227,1119 +309472,1092 @@ "expression": { "arguments": [ { - "name": "value", - "nativeSrc": "11049:5:46", - "nodeType": "YulIdentifier", - "src": "11049:5:46" + "name": "value", + "nativeSrc": "14253:5:46", + "nodeType": "YulIdentifier", + "src": "14253:5:46" + } + ], + "functionName": { + "name": "validator_revert_bytes4", + "nativeSrc": "14229:23:46", + "nodeType": "YulIdentifier", + "src": "14229:23:46" + }, + "nativeSrc": "14229:30:46", + "nodeType": "YulFunctionCall", + "src": "14229:30:46" + }, + "nativeSrc": "14229:30:46", + "nodeType": "YulExpressionStatement", + "src": "14229:30:46" + }, + { + "nativeSrc": "14268:15:46", + "nodeType": "YulAssignment", + "src": "14268:15:46", + "value": { + "name": "value", + "nativeSrc": "14278:5:46", + "nodeType": "YulIdentifier", + "src": "14278:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "14268:6:46", + "nodeType": "YulIdentifier", + "src": "14268:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes4_fromMemory", + "nativeSrc": "14040:249:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "14086:9:46", + "nodeType": "YulTypedName", + "src": "14086:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "14097:7:46", + "nodeType": "YulTypedName", + "src": "14097:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "14109:6:46", + "nodeType": "YulTypedName", + "src": "14109:6:46", + "type": "" + } + ], + "src": "14040:249:46" + }, + { + "body": { + "nativeSrc": "14479:300:46", + "nodeType": "YulBlock", + "src": "14479:300:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14496:9:46", + "nodeType": "YulIdentifier", + "src": "14496:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "14511:6:46", + "nodeType": "YulIdentifier", + "src": "14511:6:46" + }, + { + "kind": "number", + "nativeSrc": "14519:42:46", + "nodeType": "YulLiteral", + "src": "14519:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "14507:3:46", + "nodeType": "YulIdentifier", + "src": "14507:3:46" + }, + "nativeSrc": "14507:55:46", + "nodeType": "YulFunctionCall", + "src": "14507:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14489:6:46", + "nodeType": "YulIdentifier", + "src": "14489:6:46" + }, + "nativeSrc": "14489:74:46", + "nodeType": "YulFunctionCall", + "src": "14489:74:46" + }, + "nativeSrc": "14489:74:46", + "nodeType": "YulExpressionStatement", + "src": "14489:74:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14583:9:46", + "nodeType": "YulIdentifier", + "src": "14583:9:46" + }, + { + "kind": "number", + "nativeSrc": "14594:2:46", + "nodeType": "YulLiteral", + "src": "14594:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14579:3:46", + "nodeType": "YulIdentifier", + "src": "14579:3:46" + }, + "nativeSrc": "14579:18:46", + "nodeType": "YulFunctionCall", + "src": "14579:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "14603:6:46", + "nodeType": "YulIdentifier", + "src": "14603:6:46" + }, + { + "kind": "number", + "nativeSrc": "14611:42:46", + "nodeType": "YulLiteral", + "src": "14611:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "14599:3:46", + "nodeType": "YulIdentifier", + "src": "14599:3:46" + }, + "nativeSrc": "14599:55:46", + "nodeType": "YulFunctionCall", + "src": "14599:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14572:6:46", + "nodeType": "YulIdentifier", + "src": "14572:6:46" + }, + "nativeSrc": "14572:83:46", + "nodeType": "YulFunctionCall", + "src": "14572:83:46" + }, + "nativeSrc": "14572:83:46", + "nodeType": "YulExpressionStatement", + "src": "14572:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14675:9:46", + "nodeType": "YulIdentifier", + "src": "14675:9:46" + }, + { + "kind": "number", + "nativeSrc": "14686:2:46", + "nodeType": "YulLiteral", + "src": "14686:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14671:3:46", + "nodeType": "YulIdentifier", + "src": "14671:3:46" + }, + "nativeSrc": "14671:18:46", + "nodeType": "YulFunctionCall", + "src": "14671:18:46" + }, + { + "kind": "number", + "nativeSrc": "14691:2:46", + "nodeType": "YulLiteral", + "src": "14691:2:46", + "type": "", + "value": "96" } ], "functionName": { - "name": "validator_revert_address", - "nativeSrc": "11024:24:46", + "name": "mstore", + "nativeSrc": "14664:6:46", "nodeType": "YulIdentifier", - "src": "11024:24:46" + "src": "14664:6:46" }, - "nativeSrc": "11024:31:46", + "nativeSrc": "14664:30:46", "nodeType": "YulFunctionCall", - "src": "11024:31:46" + "src": "14664:30:46" }, - "nativeSrc": "11024:31:46", + "nativeSrc": "14664:30:46", "nodeType": "YulExpressionStatement", - "src": "11024:31:46" - }, - { - "nativeSrc": "11064:15:46", - "nodeType": "YulAssignment", - "src": "11064:15:46", - "value": { - "name": "value", - "nativeSrc": "11074:5:46", - "nodeType": "YulIdentifier", - "src": "11074:5:46" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "11064:6:46", - "nodeType": "YulIdentifier", - "src": "11064:6:46" - } - ] + "src": "14664:30:46" }, { - "nativeSrc": "11088:47:46", + "nativeSrc": "14703:70:46", "nodeType": "YulAssignment", - "src": "11088:47:46", + "src": "14703:70:46", "value": { "arguments": [ + { + "name": "value2", + "nativeSrc": "14738:6:46", + "nodeType": "YulIdentifier", + "src": "14738:6:46" + }, + { + "name": "value3", + "nativeSrc": "14746:6:46", + "nodeType": "YulIdentifier", + "src": "14746:6:46" + }, { "arguments": [ { "name": "headStart", - "nativeSrc": "11120:9:46", + "nativeSrc": "14758:9:46", "nodeType": "YulIdentifier", - "src": "11120:9:46" + "src": "14758:9:46" }, { "kind": "number", - "nativeSrc": "11131:2:46", + "nativeSrc": "14769:2:46", "nodeType": "YulLiteral", - "src": "11131:2:46", + "src": "14769:2:46", "type": "", - "value": "32" + "value": "96" } ], "functionName": { "name": "add", - "nativeSrc": "11116:3:46", + "nativeSrc": "14754:3:46", "nodeType": "YulIdentifier", - "src": "11116:3:46" + "src": "14754:3:46" }, - "nativeSrc": "11116:18:46", + "nativeSrc": "14754:18:46", "nodeType": "YulFunctionCall", - "src": "11116:18:46" + "src": "14754:18:46" } ], "functionName": { - "name": "abi_decode_uint32", - "nativeSrc": "11098:17:46", + "name": "abi_encode_string_calldata", + "nativeSrc": "14711:26:46", "nodeType": "YulIdentifier", - "src": "11098:17:46" + "src": "14711:26:46" }, - "nativeSrc": "11098:37:46", + "nativeSrc": "14711:62:46", "nodeType": "YulFunctionCall", - "src": "11098:37:46" + "src": "14711:62:46" }, "variableNames": [ { - "name": "value1", - "nativeSrc": "11088:6:46", + "name": "tail", + "nativeSrc": "14703:4:46", "nodeType": "YulIdentifier", - "src": "11088:6:46" + "src": "14703:4:46" } ] } ] }, - "name": "abi_decode_tuple_t_addresst_uint32", - "nativeSrc": "10822:319:46", + "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:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "10866:9:46", + "nativeSrc": "14424:9:46", "nodeType": "YulTypedName", - "src": "10866:9:46", + "src": "14424:9:46", "type": "" }, { - "name": "dataEnd", - "nativeSrc": "10877:7:46", + "name": "value3", + "nativeSrc": "14435:6:46", "nodeType": "YulTypedName", - "src": "10877:7:46", + "src": "14435:6:46", "type": "" - } - ], - "returnVariables": [ + }, { - "name": "value0", - "nativeSrc": "10889:6:46", + "name": "value2", + "nativeSrc": "14443:6:46", "nodeType": "YulTypedName", - "src": "10889:6:46", + "src": "14443:6:46", "type": "" }, { "name": "value1", - "nativeSrc": "10897:6:46", + "nativeSrc": "14451:6:46", "nodeType": "YulTypedName", - "src": "10897:6:46", + "src": "14451:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "14459:6:46", + "nodeType": "YulTypedName", + "src": "14459:6:46", "type": "" } ], - "src": "10822:319:46" + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "14470:4:46", + "nodeType": "YulTypedName", + "src": "14470:4:46", + "type": "" + } + ], + "src": "14294:485:46" }, { "body": { - "nativeSrc": "11268:598:46", + "nativeSrc": "14816:152:46", "nodeType": "YulBlock", - "src": "11268:598:46", + "src": "14816:152:46", "statements": [ { - "body": { - "nativeSrc": "11314:16:46", - "nodeType": "YulBlock", - "src": "11314:16:46", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11323:1:46", - "nodeType": "YulLiteral", - "src": "11323:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11326:1:46", - "nodeType": "YulLiteral", - "src": "11326:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11316:6:46", - "nodeType": "YulIdentifier", - "src": "11316:6:46" - }, - "nativeSrc": "11316:12:46", - "nodeType": "YulFunctionCall", - "src": "11316:12:46" - }, - "nativeSrc": "11316:12:46", - "nodeType": "YulExpressionStatement", - "src": "11316:12:46" - } - ] - }, - "condition": { + "expression": { "arguments": [ { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "11289:7:46", - "nodeType": "YulIdentifier", - "src": "11289:7:46" - }, - { - "name": "headStart", - "nativeSrc": "11298:9:46", - "nodeType": "YulIdentifier", - "src": "11298:9:46" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "11285:3:46", - "nodeType": "YulIdentifier", - "src": "11285:3:46" - }, - "nativeSrc": "11285:23:46", - "nodeType": "YulFunctionCall", - "src": "11285:23:46" + "kind": "number", + "nativeSrc": "14833:1:46", + "nodeType": "YulLiteral", + "src": "14833:1:46", + "type": "", + "value": "0" }, { "kind": "number", - "nativeSrc": "11310:2:46", + "nativeSrc": "14836:77:46", "nodeType": "YulLiteral", - "src": "11310:2:46", + "src": "14836:77:46", "type": "", - "value": "96" + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" } ], "functionName": { - "name": "slt", - "nativeSrc": "11281:3:46", + "name": "mstore", + "nativeSrc": "14826:6:46", "nodeType": "YulIdentifier", - "src": "11281:3:46" + "src": "14826:6:46" }, - "nativeSrc": "11281:32:46", + "nativeSrc": "14826:88:46", "nodeType": "YulFunctionCall", - "src": "11281:32:46" + "src": "14826:88:46" }, - "nativeSrc": "11278:52:46", - "nodeType": "YulIf", - "src": "11278:52:46" + "nativeSrc": "14826:88:46", + "nodeType": "YulExpressionStatement", + "src": "14826:88:46" }, { - "nativeSrc": "11339:36:46", - "nodeType": "YulVariableDeclaration", - "src": "11339:36:46", - "value": { + "expression": { "arguments": [ { - "name": "headStart", - "nativeSrc": "11365:9:46", - "nodeType": "YulIdentifier", - "src": "11365:9:46" + "kind": "number", + "nativeSrc": "14930:1:46", + "nodeType": "YulLiteral", + "src": "14930:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "14933:4:46", + "nodeType": "YulLiteral", + "src": "14933:4:46", + "type": "", + "value": "0x11" } ], "functionName": { - "name": "calldataload", - "nativeSrc": "11352:12:46", + "name": "mstore", + "nativeSrc": "14923:6:46", "nodeType": "YulIdentifier", - "src": "11352:12:46" + "src": "14923:6:46" }, - "nativeSrc": "11352:23:46", + "nativeSrc": "14923:15:46", "nodeType": "YulFunctionCall", - "src": "11352:23:46" + "src": "14923:15:46" }, - "variables": [ - { - "name": "value", - "nativeSrc": "11343:5:46", - "nodeType": "YulTypedName", - "src": "11343:5:46", - "type": "" - } - ] + "nativeSrc": "14923:15:46", + "nodeType": "YulExpressionStatement", + "src": "14923:15:46" }, { "expression": { "arguments": [ { - "name": "value", - "nativeSrc": "11409:5:46", - "nodeType": "YulIdentifier", - "src": "11409:5:46" + "kind": "number", + "nativeSrc": "14954:1:46", + "nodeType": "YulLiteral", + "src": "14954:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14957:4:46", + "nodeType": "YulLiteral", + "src": "14957:4:46", + "type": "", + "value": "0x24" } ], "functionName": { - "name": "validator_revert_address", - "nativeSrc": "11384:24:46", + "name": "revert", + "nativeSrc": "14947:6:46", "nodeType": "YulIdentifier", - "src": "11384:24:46" + "src": "14947:6:46" }, - "nativeSrc": "11384:31:46", + "nativeSrc": "14947:15:46", "nodeType": "YulFunctionCall", - "src": "11384:31:46" + "src": "14947:15:46" }, - "nativeSrc": "11384:31:46", + "nativeSrc": "14947:15:46", "nodeType": "YulExpressionStatement", - "src": "11384:31:46" - }, + "src": "14947:15:46" + } + ] + }, + "name": "panic_error_0x11", + "nativeSrc": "14784:184:46", + "nodeType": "YulFunctionDefinition", + "src": "14784:184:46" + }, + { + "body": { + "nativeSrc": "15022:79:46", + "nodeType": "YulBlock", + "src": "15022:79:46", + "statements": [ { - "nativeSrc": "11424:15:46", + "nativeSrc": "15032:17:46", "nodeType": "YulAssignment", - "src": "11424:15:46", + "src": "15032:17:46", "value": { - "name": "value", - "nativeSrc": "11434:5:46", - "nodeType": "YulIdentifier", - "src": "11434:5:46" + "arguments": [ + { + "name": "x", + "nativeSrc": "15044:1:46", + "nodeType": "YulIdentifier", + "src": "15044:1:46" + }, + { + "name": "y", + "nativeSrc": "15047:1:46", + "nodeType": "YulIdentifier", + "src": "15047:1:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "15040:3:46", + "nodeType": "YulIdentifier", + "src": "15040:3:46" + }, + "nativeSrc": "15040:9:46", + "nodeType": "YulFunctionCall", + "src": "15040:9:46" }, "variableNames": [ { - "name": "value0", - "nativeSrc": "11424:6:46", + "name": "diff", + "nativeSrc": "15032:4:46", "nodeType": "YulIdentifier", - "src": "11424:6:46" + "src": "15032:4:46" } ] }, { - "nativeSrc": "11448:46:46", - "nodeType": "YulVariableDeclaration", - "src": "11448:46:46", - "value": { - "arguments": [ + "body": { + "nativeSrc": "15073:22:46", + "nodeType": "YulBlock", + "src": "15073:22:46", + "statements": [ { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11479:9:46", + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x11", + "nativeSrc": "15075:16:46", "nodeType": "YulIdentifier", - "src": "11479:9:46" + "src": "15075:16:46" }, - { - "kind": "number", - "nativeSrc": "11490:2:46", - "nodeType": "YulLiteral", - "src": "11490:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11475:3:46", - "nodeType": "YulIdentifier", - "src": "11475:3:46" + "nativeSrc": "15075:18:46", + "nodeType": "YulFunctionCall", + "src": "15075:18:46" }, - "nativeSrc": "11475:18:46", - "nodeType": "YulFunctionCall", - "src": "11475:18:46" + "nativeSrc": "15075:18:46", + "nodeType": "YulExpressionStatement", + "src": "15075:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "diff", + "nativeSrc": "15064:4:46", + "nodeType": "YulIdentifier", + "src": "15064:4:46" + }, + { + "name": "x", + "nativeSrc": "15070:1:46", + "nodeType": "YulIdentifier", + "src": "15070:1:46" } ], "functionName": { - "name": "calldataload", - "nativeSrc": "11462:12:46", + "name": "gt", + "nativeSrc": "15061:2:46", "nodeType": "YulIdentifier", - "src": "11462:12:46" + "src": "15061:2:46" }, - "nativeSrc": "11462:32:46", + "nativeSrc": "15061:11:46", "nodeType": "YulFunctionCall", - "src": "11462:32:46" + "src": "15061:11:46" }, - "variables": [ - { - "name": "offset", - "nativeSrc": "11452:6:46", - "nodeType": "YulTypedName", - "src": "11452:6:46", - "type": "" - } - ] - }, + "nativeSrc": "15058:37:46", + "nodeType": "YulIf", + "src": "15058:37:46" + } + ] + }, + "name": "checked_sub_t_uint256", + "nativeSrc": "14973:128:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "x", + "nativeSrc": "15004:1:46", + "nodeType": "YulTypedName", + "src": "15004:1:46", + "type": "" + }, + { + "name": "y", + "nativeSrc": "15007:1:46", + "nodeType": "YulTypedName", + "src": "15007:1:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "diff", + "nativeSrc": "15013:4:46", + "nodeType": "YulTypedName", + "src": "15013:4:46", + "type": "" + } + ], + "src": "14973:128:46" + }, + { + "body": { + "nativeSrc": "15236:201:46", + "nodeType": "YulBlock", + "src": "15236:201:46", + "statements": [ { "body": { - "nativeSrc": "11537:16:46", + "nativeSrc": "15274:16:46", "nodeType": "YulBlock", - "src": "11537:16:46", + "src": "15274:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "11546:1:46", + "nativeSrc": "15283:1:46", "nodeType": "YulLiteral", - "src": "11546:1:46", + "src": "15283:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "11549:1:46", + "nativeSrc": "15286:1:46", "nodeType": "YulLiteral", - "src": "11549:1:46", + "src": "15286:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "11539:6:46", + "nativeSrc": "15276:6:46", "nodeType": "YulIdentifier", - "src": "11539:6:46" + "src": "15276:6:46" }, - "nativeSrc": "11539:12:46", + "nativeSrc": "15276:12:46", "nodeType": "YulFunctionCall", - "src": "11539:12:46" + "src": "15276:12:46" }, - "nativeSrc": "11539:12:46", + "nativeSrc": "15276:12:46", "nodeType": "YulExpressionStatement", - "src": "11539:12:46" + "src": "15276:12:46" } ] }, "condition": { "arguments": [ { - "name": "offset", - "nativeSrc": "11509:6:46", + "name": "startIndex", + "nativeSrc": "15252:10:46", "nodeType": "YulIdentifier", - "src": "11509:6:46" + "src": "15252:10:46" }, { - "kind": "number", - "nativeSrc": "11517:18:46", - "nodeType": "YulLiteral", - "src": "11517:18:46", - "type": "", - "value": "0xffffffffffffffff" + "name": "endIndex", + "nativeSrc": "15264:8:46", + "nodeType": "YulIdentifier", + "src": "15264:8:46" } ], "functionName": { "name": "gt", - "nativeSrc": "11506:2:46", + "nativeSrc": "15249:2:46", "nodeType": "YulIdentifier", - "src": "11506:2:46" + "src": "15249:2:46" }, - "nativeSrc": "11506:30:46", + "nativeSrc": "15249:24:46", "nodeType": "YulFunctionCall", - "src": "11506:30:46" + "src": "15249:24:46" }, - "nativeSrc": "11503:50:46", + "nativeSrc": "15246:44:46", "nodeType": "YulIf", - "src": "11503:50:46" - }, - { - "nativeSrc": "11562:84:46", - "nodeType": "YulVariableDeclaration", - "src": "11562:84:46", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11618:9:46", - "nodeType": "YulIdentifier", - "src": "11618:9:46" - }, - { - "name": "offset", - "nativeSrc": "11629:6:46", - "nodeType": "YulIdentifier", - "src": "11629:6:46" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11614:3:46", - "nodeType": "YulIdentifier", - "src": "11614:3:46" - }, - "nativeSrc": "11614:22:46", - "nodeType": "YulFunctionCall", - "src": "11614:22:46" - }, - { - "name": "dataEnd", - "nativeSrc": "11638:7:46", - "nodeType": "YulIdentifier", - "src": "11638:7:46" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "11588:25:46", - "nodeType": "YulIdentifier", - "src": "11588:25:46" - }, - "nativeSrc": "11588:58:46", - "nodeType": "YulFunctionCall", - "src": "11588:58:46" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "11566:8:46", - "nodeType": "YulTypedName", - "src": "11566:8:46", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "11576:8:46", - "nodeType": "YulTypedName", - "src": "11576:8:46", - "type": "" - } - ] - }, - { - "nativeSrc": "11655:18:46", - "nodeType": "YulAssignment", - "src": "11655:18:46", - "value": { - "name": "value1_1", - "nativeSrc": "11665:8:46", - "nodeType": "YulIdentifier", - "src": "11665:8:46" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "11655:6:46", - "nodeType": "YulIdentifier", - "src": "11655:6:46" - } - ] - }, - { - "nativeSrc": "11682:18:46", - "nodeType": "YulAssignment", - "src": "11682:18:46", - "value": { - "name": "value2_1", - "nativeSrc": "11692:8:46", - "nodeType": "YulIdentifier", - "src": "11692:8:46" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "11682:6:46", - "nodeType": "YulIdentifier", - "src": "11682:6:46" - } - ] - }, - { - "nativeSrc": "11709:47:46", - "nodeType": "YulVariableDeclaration", - "src": "11709:47:46", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11741:9:46", - "nodeType": "YulIdentifier", - "src": "11741:9:46" - }, - { - "kind": "number", - "nativeSrc": "11752:2:46", - "nodeType": "YulLiteral", - "src": "11752:2:46", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11737:3:46", - "nodeType": "YulIdentifier", - "src": "11737:3:46" - }, - "nativeSrc": "11737:18:46", - "nodeType": "YulFunctionCall", - "src": "11737:18:46" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11724:12:46", - "nodeType": "YulIdentifier", - "src": "11724:12:46" - }, - "nativeSrc": "11724:32:46", - "nodeType": "YulFunctionCall", - "src": "11724:32:46" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "11713:7:46", - "nodeType": "YulTypedName", - "src": "11713:7:46", - "type": "" - } - ] + "src": "15246:44:46" }, { "body": { - "nativeSrc": "11818:16:46", + "nativeSrc": "15323:16:46", "nodeType": "YulBlock", - "src": "11818:16:46", + "src": "15323:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "11827:1:46", + "nativeSrc": "15332:1:46", "nodeType": "YulLiteral", - "src": "11827:1:46", + "src": "15332:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "11830:1:46", + "nativeSrc": "15335:1:46", "nodeType": "YulLiteral", - "src": "11830:1:46", + "src": "15335:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "11820:6:46", + "nativeSrc": "15325:6:46", "nodeType": "YulIdentifier", - "src": "11820:6:46" + "src": "15325:6:46" }, - "nativeSrc": "11820:12:46", + "nativeSrc": "15325:12:46", "nodeType": "YulFunctionCall", - "src": "11820:12:46" + "src": "15325:12:46" }, - "nativeSrc": "11820:12:46", + "nativeSrc": "15325:12:46", "nodeType": "YulExpressionStatement", - "src": "11820:12:46" + "src": "15325:12:46" } ] }, "condition": { "arguments": [ { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "11778:7:46", - "nodeType": "YulIdentifier", - "src": "11778:7:46" - }, - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "11791:7:46", - "nodeType": "YulIdentifier", - "src": "11791:7:46" - }, - { - "kind": "number", - "nativeSrc": "11800:14:46", - "nodeType": "YulLiteral", - "src": "11800:14:46", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "11787:3:46", - "nodeType": "YulIdentifier", - "src": "11787:3:46" - }, - "nativeSrc": "11787:28:46", - "nodeType": "YulFunctionCall", - "src": "11787:28:46" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "11775:2:46", - "nodeType": "YulIdentifier", - "src": "11775:2:46" - }, - "nativeSrc": "11775:41:46", - "nodeType": "YulFunctionCall", - "src": "11775:41:46" + "name": "endIndex", + "nativeSrc": "15305:8:46", + "nodeType": "YulIdentifier", + "src": "15305:8:46" + }, + { + "name": "length", + "nativeSrc": "15315:6:46", + "nodeType": "YulIdentifier", + "src": "15315:6:46" } ], "functionName": { - "name": "iszero", - "nativeSrc": "11768:6:46", + "name": "gt", + "nativeSrc": "15302:2:46", "nodeType": "YulIdentifier", - "src": "11768:6:46" + "src": "15302:2:46" }, - "nativeSrc": "11768:49:46", + "nativeSrc": "15302:20:46", "nodeType": "YulFunctionCall", - "src": "11768:49:46" + "src": "15302:20:46" }, - "nativeSrc": "11765:69:46", + "nativeSrc": "15299:40:46", "nodeType": "YulIf", - "src": "11765:69:46" + "src": "15299:40:46" }, { - "nativeSrc": "11843:17:46", - "nodeType": "YulAssignment", - "src": "11843:17:46", - "value": { - "name": "value_1", - "nativeSrc": "11853:7:46", - "nodeType": "YulIdentifier", - "src": "11853:7:46" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "11843:6:46", - "nodeType": "YulIdentifier", - "src": "11843:6:46" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48", - "nativeSrc": "11146:720:46", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "11210:9:46", - "nodeType": "YulTypedName", - "src": "11210:9:46", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "11221:7:46", - "nodeType": "YulTypedName", - "src": "11221:7:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "11233:6:46", - "nodeType": "YulTypedName", - "src": "11233:6:46", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "11241:6:46", - "nodeType": "YulTypedName", - "src": "11241:6:46", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "11249:6:46", - "nodeType": "YulTypedName", - "src": "11249:6:46", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "11257:6:46", - "nodeType": "YulTypedName", - "src": "11257:6:46", - "type": "" - } - ], - "src": "11146:720:46" - }, - { - "body": { - "nativeSrc": "11998:136:46", - "nodeType": "YulBlock", - "src": "11998:136:46", - "statements": [ - { - "nativeSrc": "12008:26:46", + "nativeSrc": "15348:36:46", "nodeType": "YulAssignment", - "src": "12008:26:46", + "src": "15348:36:46", "value": { "arguments": [ { - "name": "headStart", - "nativeSrc": "12020:9:46", + "name": "offset", + "nativeSrc": "15365:6:46", "nodeType": "YulIdentifier", - "src": "12020:9:46" + "src": "15365:6:46" }, { - "kind": "number", - "nativeSrc": "12031:2:46", - "nodeType": "YulLiteral", - "src": "12031:2:46", - "type": "", - "value": "64" + "name": "startIndex", + "nativeSrc": "15373:10:46", + "nodeType": "YulIdentifier", + "src": "15373:10:46" } ], "functionName": { "name": "add", - "nativeSrc": "12016:3:46", + "nativeSrc": "15361:3:46", "nodeType": "YulIdentifier", - "src": "12016:3:46" + "src": "15361:3:46" }, - "nativeSrc": "12016:18:46", + "nativeSrc": "15361:23:46", "nodeType": "YulFunctionCall", - "src": "12016:18:46" + "src": "15361:23:46" }, "variableNames": [ { - "name": "tail", - "nativeSrc": "12008:4:46", + "name": "offsetOut", + "nativeSrc": "15348:9:46", "nodeType": "YulIdentifier", - "src": "12008:4:46" + "src": "15348:9:46" } ] }, { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12050:9:46", - "nodeType": "YulIdentifier", - "src": "12050:9:46" - }, - { - "name": "value0", - "nativeSrc": "12061:6:46", - "nodeType": "YulIdentifier", - "src": "12061:6:46" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12043:6:46", - "nodeType": "YulIdentifier", - "src": "12043:6:46" - }, - "nativeSrc": "12043:25:46", - "nodeType": "YulFunctionCall", - "src": "12043:25:46" - }, - "nativeSrc": "12043:25:46", - "nodeType": "YulExpressionStatement", - "src": "12043:25:46" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12088:9:46", - "nodeType": "YulIdentifier", - "src": "12088:9:46" - }, - { - "kind": "number", - "nativeSrc": "12099:2:46", - "nodeType": "YulLiteral", - "src": "12099:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12084:3:46", - "nodeType": "YulIdentifier", - "src": "12084:3:46" - }, - "nativeSrc": "12084:18:46", - "nodeType": "YulFunctionCall", - "src": "12084:18:46" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "12108:6:46", - "nodeType": "YulIdentifier", - "src": "12108:6:46" - }, - { - "kind": "number", - "nativeSrc": "12116:10:46", - "nodeType": "YulLiteral", - "src": "12116:10:46", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12104:3:46", - "nodeType": "YulIdentifier", - "src": "12104:3:46" - }, - "nativeSrc": "12104:23:46", - "nodeType": "YulFunctionCall", - "src": "12104:23:46" + "nativeSrc": "15393:38:46", + "nodeType": "YulAssignment", + "src": "15393:38:46", + "value": { + "arguments": [ + { + "name": "endIndex", + "nativeSrc": "15410:8:46", + "nodeType": "YulIdentifier", + "src": "15410:8:46" + }, + { + "name": "startIndex", + "nativeSrc": "15420:10:46", + "nodeType": "YulIdentifier", + "src": "15420:10:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "12077:6:46", + "name": "sub", + "nativeSrc": "15406:3:46", "nodeType": "YulIdentifier", - "src": "12077:6:46" + "src": "15406:3:46" }, - "nativeSrc": "12077:51:46", + "nativeSrc": "15406:25:46", "nodeType": "YulFunctionCall", - "src": "12077:51:46" + "src": "15406:25:46" }, - "nativeSrc": "12077:51:46", - "nodeType": "YulExpressionStatement", - "src": "12077:51:46" + "variableNames": [ + { + "name": "lengthOut", + "nativeSrc": "15393:9:46", + "nodeType": "YulIdentifier", + "src": "15393:9:46" + } + ] } ] }, - "name": "abi_encode_tuple_t_bytes32_t_uint32__to_t_bytes32_t_uint32__fromStack_reversed", - "nativeSrc": "11871:263:46", + "name": "calldata_array_index_range_access_t_bytes_calldata_ptr", + "nativeSrc": "15106:331:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "headStart", - "nativeSrc": "11959:9:46", + "name": "offset", + "nativeSrc": "15170:6:46", "nodeType": "YulTypedName", - "src": "11959:9:46", + "src": "15170:6:46", "type": "" }, { - "name": "value1", - "nativeSrc": "11970:6:46", + "name": "length", + "nativeSrc": "15178:6:46", "nodeType": "YulTypedName", - "src": "11970:6:46", + "src": "15178:6:46", "type": "" }, { - "name": "value0", - "nativeSrc": "11978:6:46", + "name": "startIndex", + "nativeSrc": "15186:10:46", "nodeType": "YulTypedName", - "src": "11978:6:46", + "src": "15186:10:46", + "type": "" + }, + { + "name": "endIndex", + "nativeSrc": "15198:8:46", + "nodeType": "YulTypedName", + "src": "15198:8:46", "type": "" } ], "returnVariables": [ { - "name": "tail", - "nativeSrc": "11989:4:46", + "name": "offsetOut", + "nativeSrc": "15211:9:46", "nodeType": "YulTypedName", - "src": "11989:4:46", + "src": "15211:9:46", + "type": "" + }, + { + "name": "lengthOut", + "nativeSrc": "15222:9:46", + "nodeType": "YulTypedName", + "src": "15222:9:46", "type": "" } ], - "src": "11871:263:46" + "src": "15106:331:46" }, { "body": { - "nativeSrc": "12171:152:46", + "nativeSrc": "15474:152:46", "nodeType": "YulBlock", - "src": "12171:152:46", + "src": "15474:152:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "12188:1:46", + "nativeSrc": "15491:1:46", "nodeType": "YulLiteral", - "src": "12188:1:46", + "src": "15491:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "12191:77:46", + "nativeSrc": "15494:77:46", "nodeType": "YulLiteral", - "src": "12191:77:46", + "src": "15494:77:46", "type": "", "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" } ], "functionName": { "name": "mstore", - "nativeSrc": "12181:6:46", + "nativeSrc": "15484:6:46", "nodeType": "YulIdentifier", - "src": "12181:6:46" + "src": "15484:6:46" }, - "nativeSrc": "12181:88:46", + "nativeSrc": "15484:88:46", "nodeType": "YulFunctionCall", - "src": "12181:88:46" + "src": "15484:88:46" }, - "nativeSrc": "12181:88:46", + "nativeSrc": "15484:88:46", "nodeType": "YulExpressionStatement", - "src": "12181:88:46" + "src": "15484:88:46" }, { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "12285:1:46", + "nativeSrc": "15588:1:46", "nodeType": "YulLiteral", - "src": "12285:1:46", + "src": "15588:1:46", "type": "", "value": "4" }, { "kind": "number", - "nativeSrc": "12288:4:46", + "nativeSrc": "15591:4:46", "nodeType": "YulLiteral", - "src": "12288:4:46", + "src": "15591:4:46", "type": "", - "value": "0x32" + "value": "0x41" } ], "functionName": { "name": "mstore", - "nativeSrc": "12278:6:46", + "nativeSrc": "15581:6:46", "nodeType": "YulIdentifier", - "src": "12278:6:46" + "src": "15581:6:46" }, - "nativeSrc": "12278:15:46", + "nativeSrc": "15581:15:46", "nodeType": "YulFunctionCall", - "src": "12278:15:46" + "src": "15581:15:46" }, - "nativeSrc": "12278:15:46", + "nativeSrc": "15581:15:46", "nodeType": "YulExpressionStatement", - "src": "12278:15:46" + "src": "15581:15:46" }, { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "12309:1:46", + "nativeSrc": "15612:1:46", "nodeType": "YulLiteral", - "src": "12309:1:46", + "src": "15612:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "12312:4:46", + "nativeSrc": "15615:4:46", "nodeType": "YulLiteral", - "src": "12312:4:46", + "src": "15615:4:46", "type": "", "value": "0x24" } ], "functionName": { "name": "revert", - "nativeSrc": "12302:6:46", + "nativeSrc": "15605:6:46", "nodeType": "YulIdentifier", - "src": "12302:6:46" + "src": "15605:6:46" }, - "nativeSrc": "12302:15:46", + "nativeSrc": "15605:15:46", "nodeType": "YulFunctionCall", - "src": "12302:15:46" + "src": "15605:15:46" }, - "nativeSrc": "12302:15:46", + "nativeSrc": "15605:15:46", "nodeType": "YulExpressionStatement", - "src": "12302:15:46" + "src": "15605:15:46" } ] }, - "name": "panic_error_0x32", - "nativeSrc": "12139:184:46", + "name": "panic_error_0x41", + "nativeSrc": "15442:184:46", "nodeType": "YulFunctionDefinition", - "src": "12139:184:46" + "src": "15442:184:46" }, { "body": { - "nativeSrc": "12397:176:46", + "nativeSrc": "15725:427:46", "nodeType": "YulBlock", - "src": "12397:176:46", + "src": "15725:427:46", "statements": [ + { + "nativeSrc": "15735:51:46", + "nodeType": "YulVariableDeclaration", + "src": "15735:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "15774:11:46", + "nodeType": "YulIdentifier", + "src": "15774:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "15761:12:46", + "nodeType": "YulIdentifier", + "src": "15761:12:46" + }, + "nativeSrc": "15761:25:46", + "nodeType": "YulFunctionCall", + "src": "15761:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "15739:18:46", + "nodeType": "YulTypedName", + "src": "15739:18:46", + "type": "" + } + ] + }, { "body": { - "nativeSrc": "12443:16:46", + "nativeSrc": "15875:16:46", "nodeType": "YulBlock", - "src": "12443:16:46", + "src": "15875:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "12452:1:46", + "nativeSrc": "15884:1:46", "nodeType": "YulLiteral", - "src": "12452:1:46", + "src": "15884:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "12455:1:46", + "nativeSrc": "15887:1:46", "nodeType": "YulLiteral", - "src": "12455:1:46", + "src": "15887:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "12445:6:46", + "nativeSrc": "15877:6:46", "nodeType": "YulIdentifier", - "src": "12445:6:46" + "src": "15877:6:46" }, - "nativeSrc": "12445:12:46", + "nativeSrc": "15877:12:46", "nodeType": "YulFunctionCall", - "src": "12445:12:46" + "src": "15877:12:46" }, - "nativeSrc": "12445:12:46", + "nativeSrc": "15877:12:46", "nodeType": "YulExpressionStatement", - "src": "12445:12:46" + "src": "15877:12:46" } ] }, @@ -305348,202 +310566,499 @@ { "arguments": [ { - "name": "dataEnd", - "nativeSrc": "12418:7:46", + "name": "rel_offset_of_tail", + "nativeSrc": "15809:18:46", "nodeType": "YulIdentifier", - "src": "12418:7:46" + "src": "15809:18:46" }, { - "name": "headStart", - "nativeSrc": "12427:9:46", - "nodeType": "YulIdentifier", - "src": "12427:9:46" + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "15837:12:46", + "nodeType": "YulIdentifier", + "src": "15837:12:46" + }, + "nativeSrc": "15837:14:46", + "nodeType": "YulFunctionCall", + "src": "15837:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "15853:8:46", + "nodeType": "YulIdentifier", + "src": "15853:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "15833:3:46", + "nodeType": "YulIdentifier", + "src": "15833:3:46" + }, + "nativeSrc": "15833:29:46", + "nodeType": "YulFunctionCall", + "src": "15833:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15868:2:46", + "nodeType": "YulLiteral", + "src": "15868:2:46", + "type": "", + "value": "30" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "15864:3:46", + "nodeType": "YulIdentifier", + "src": "15864:3:46" + }, + "nativeSrc": "15864:7:46", + "nodeType": "YulFunctionCall", + "src": "15864:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15829:3:46", + "nodeType": "YulIdentifier", + "src": "15829:3:46" + }, + "nativeSrc": "15829:43:46", + "nodeType": "YulFunctionCall", + "src": "15829:43:46" } ], "functionName": { - "name": "sub", - "nativeSrc": "12414:3:46", + "name": "slt", + "nativeSrc": "15805:3:46", "nodeType": "YulIdentifier", - "src": "12414:3:46" + "src": "15805:3:46" }, - "nativeSrc": "12414:23:46", + "nativeSrc": "15805:68:46", "nodeType": "YulFunctionCall", - "src": "12414:23:46" - }, - { - "kind": "number", - "nativeSrc": "12439:2:46", - "nodeType": "YulLiteral", - "src": "12439:2:46", - "type": "", - "value": "32" + "src": "15805:68:46" } ], "functionName": { - "name": "slt", - "nativeSrc": "12410:3:46", + "name": "iszero", + "nativeSrc": "15798:6:46", "nodeType": "YulIdentifier", - "src": "12410:3:46" + "src": "15798:6:46" }, - "nativeSrc": "12410:32:46", + "nativeSrc": "15798:76:46", "nodeType": "YulFunctionCall", - "src": "12410:32:46" + "src": "15798:76:46" }, - "nativeSrc": "12407:52:46", + "nativeSrc": "15795:96:46", "nodeType": "YulIf", - "src": "12407:52:46" + "src": "15795:96:46" }, { - "nativeSrc": "12468:36:46", + "nativeSrc": "15900:47:46", "nodeType": "YulVariableDeclaration", - "src": "12468:36:46", + "src": "15900:47:46", "value": { "arguments": [ { - "name": "headStart", - "nativeSrc": "12494:9:46", + "name": "base_ref", + "nativeSrc": "15918:8:46", "nodeType": "YulIdentifier", - "src": "12494:9:46" + "src": "15918:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "15928:18:46", + "nodeType": "YulIdentifier", + "src": "15928:18:46" } ], "functionName": { - "name": "calldataload", - "nativeSrc": "12481:12:46", + "name": "add", + "nativeSrc": "15914:3:46", "nodeType": "YulIdentifier", - "src": "12481:12:46" + "src": "15914:3:46" }, - "nativeSrc": "12481:23:46", + "nativeSrc": "15914:33:46", "nodeType": "YulFunctionCall", - "src": "12481:23:46" + "src": "15914:33:46" }, "variables": [ { - "name": "value", - "nativeSrc": "12472:5:46", + "name": "addr_1", + "nativeSrc": "15904:6:46", "nodeType": "YulTypedName", - "src": "12472:5:46", + "src": "15904:6:46", "type": "" } ] }, { - "expression": { + "nativeSrc": "15956:30:46", + "nodeType": "YulAssignment", + "src": "15956:30:46", + "value": { "arguments": [ { - "name": "value", - "nativeSrc": "12537:5:46", + "name": "addr_1", + "nativeSrc": "15979:6:46", "nodeType": "YulIdentifier", - "src": "12537:5:46" + "src": "15979:6:46" } ], "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "12513:23:46", + "name": "calldataload", + "nativeSrc": "15966:12:46", "nodeType": "YulIdentifier", - "src": "12513:23:46" + "src": "15966:12:46" }, - "nativeSrc": "12513:30:46", + "nativeSrc": "15966:20:46", "nodeType": "YulFunctionCall", - "src": "12513:30:46" + "src": "15966:20:46" }, - "nativeSrc": "12513:30:46", - "nodeType": "YulExpressionStatement", - "src": "12513:30:46" + "variableNames": [ + { + "name": "length", + "nativeSrc": "15956:6:46", + "nodeType": "YulIdentifier", + "src": "15956:6:46" + } + ] }, { - "nativeSrc": "12552:15:46", + "body": { + "nativeSrc": "16029:16:46", + "nodeType": "YulBlock", + "src": "16029:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "16038:1:46", + "nodeType": "YulLiteral", + "src": "16038:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "16041:1:46", + "nodeType": "YulLiteral", + "src": "16041:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "16031:6:46", + "nodeType": "YulIdentifier", + "src": "16031:6:46" + }, + "nativeSrc": "16031:12:46", + "nodeType": "YulFunctionCall", + "src": "16031:12:46" + }, + "nativeSrc": "16031:12:46", + "nodeType": "YulExpressionStatement", + "src": "16031:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "16001:6:46", + "nodeType": "YulIdentifier", + "src": "16001:6:46" + }, + { + "kind": "number", + "nativeSrc": "16009:18:46", + "nodeType": "YulLiteral", + "src": "16009:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "15998:2:46", + "nodeType": "YulIdentifier", + "src": "15998:2:46" + }, + "nativeSrc": "15998:30:46", + "nodeType": "YulFunctionCall", + "src": "15998:30:46" + }, + "nativeSrc": "15995:50:46", + "nodeType": "YulIf", + "src": "15995:50:46" + }, + { + "nativeSrc": "16054:25:46", "nodeType": "YulAssignment", - "src": "12552:15:46", + "src": "16054:25:46", "value": { - "name": "value", - "nativeSrc": "12562:5:46", - "nodeType": "YulIdentifier", - "src": "12562:5:46" + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "16066:6:46", + "nodeType": "YulIdentifier", + "src": "16066:6:46" + }, + { + "kind": "number", + "nativeSrc": "16074:4:46", + "nodeType": "YulLiteral", + "src": "16074:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16062:3:46", + "nodeType": "YulIdentifier", + "src": "16062:3:46" + }, + "nativeSrc": "16062:17:46", + "nodeType": "YulFunctionCall", + "src": "16062:17:46" }, "variableNames": [ { - "name": "value0", - "nativeSrc": "12552:6:46", + "name": "addr", + "nativeSrc": "16054:4:46", "nodeType": "YulIdentifier", - "src": "12552:6:46" + "src": "16054:4:46" } ] + }, + { + "body": { + "nativeSrc": "16130:16:46", + "nodeType": "YulBlock", + "src": "16130:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "16139:1:46", + "nodeType": "YulLiteral", + "src": "16139:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "16142:1:46", + "nodeType": "YulLiteral", + "src": "16142:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "16132:6:46", + "nodeType": "YulIdentifier", + "src": "16132:6:46" + }, + "nativeSrc": "16132:12:46", + "nodeType": "YulFunctionCall", + "src": "16132:12:46" + }, + "nativeSrc": "16132:12:46", + "nodeType": "YulExpressionStatement", + "src": "16132:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "addr", + "nativeSrc": "16095:4:46", + "nodeType": "YulIdentifier", + "src": "16095:4:46" + }, + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "16105:12:46", + "nodeType": "YulIdentifier", + "src": "16105:12:46" + }, + "nativeSrc": "16105:14:46", + "nodeType": "YulFunctionCall", + "src": "16105:14:46" + }, + { + "name": "length", + "nativeSrc": "16121:6:46", + "nodeType": "YulIdentifier", + "src": "16121:6:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "16101:3:46", + "nodeType": "YulIdentifier", + "src": "16101:3:46" + }, + "nativeSrc": "16101:27:46", + "nodeType": "YulFunctionCall", + "src": "16101:27:46" + } + ], + "functionName": { + "name": "sgt", + "nativeSrc": "16091:3:46", + "nodeType": "YulIdentifier", + "src": "16091:3:46" + }, + "nativeSrc": "16091:38:46", + "nodeType": "YulFunctionCall", + "src": "16091:38:46" + }, + "nativeSrc": "16088:58:46", + "nodeType": "YulIf", + "src": "16088:58:46" } ] }, - "name": "abi_decode_tuple_t_bytes4", - "nativeSrc": "12328:245:46", + "name": "access_calldata_tail_t_bytes_calldata_ptr", + "nativeSrc": "15631:521:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "headStart", - "nativeSrc": "12363:9:46", + "name": "base_ref", + "nativeSrc": "15682:8:46", "nodeType": "YulTypedName", - "src": "12363:9:46", + "src": "15682:8:46", "type": "" }, { - "name": "dataEnd", - "nativeSrc": "12374:7:46", + "name": "ptr_to_tail", + "nativeSrc": "15692:11:46", "nodeType": "YulTypedName", - "src": "12374:7:46", + "src": "15692:11:46", "type": "" } ], "returnVariables": [ { - "name": "value0", - "nativeSrc": "12386:6:46", + "name": "addr", + "nativeSrc": "15708:4:46", "nodeType": "YulTypedName", - "src": "12386:6:46", + "src": "15708:4:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "15714:6:46", + "nodeType": "YulTypedName", + "src": "15714:6:46", "type": "" } ], - "src": "12328:245:46" + "src": "15631:521:46" }, { "body": { - "nativeSrc": "12679:125:46", + "nativeSrc": "16350:247:46", "nodeType": "YulBlock", - "src": "12679:125:46", + "src": "16350:247:46", "statements": [ { - "nativeSrc": "12689:26:46", - "nodeType": "YulAssignment", - "src": "12689:26:46", + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "16373:3:46", + "nodeType": "YulIdentifier", + "src": "16373:3:46" + }, + { + "name": "value0", + "nativeSrc": "16378:6:46", + "nodeType": "YulIdentifier", + "src": "16378:6:46" + }, + { + "name": "value1", + "nativeSrc": "16386:6:46", + "nodeType": "YulIdentifier", + "src": "16386:6:46" + } + ], + "functionName": { + "name": "calldatacopy", + "nativeSrc": "16360:12:46", + "nodeType": "YulIdentifier", + "src": "16360:12:46" + }, + "nativeSrc": "16360:33:46", + "nodeType": "YulFunctionCall", + "src": "16360:33:46" + }, + "nativeSrc": "16360:33:46", + "nodeType": "YulExpressionStatement", + "src": "16360:33:46" + }, + { + "nativeSrc": "16402:26:46", + "nodeType": "YulVariableDeclaration", + "src": "16402:26:46", "value": { "arguments": [ { - "name": "headStart", - "nativeSrc": "12701:9:46", + "name": "pos", + "nativeSrc": "16416:3:46", "nodeType": "YulIdentifier", - "src": "12701:9:46" + "src": "16416:3:46" }, { - "kind": "number", - "nativeSrc": "12712:2:46", - "nodeType": "YulLiteral", - "src": "12712:2:46", - "type": "", - "value": "32" + "name": "value1", + "nativeSrc": "16421:6:46", + "nodeType": "YulIdentifier", + "src": "16421:6:46" } ], "functionName": { "name": "add", - "nativeSrc": "12697:3:46", + "nativeSrc": "16412:3:46", "nodeType": "YulIdentifier", - "src": "12697:3:46" + "src": "16412:3:46" }, - "nativeSrc": "12697:18:46", + "nativeSrc": "16412:16:46", "nodeType": "YulFunctionCall", - "src": "12697:18:46" + "src": "16412:16:46" }, - "variableNames": [ + "variables": [ { - "name": "tail", - "nativeSrc": "12689:4:46", - "nodeType": "YulIdentifier", - "src": "12689:4:46" + "name": "_1", + "nativeSrc": "16406:2:46", + "nodeType": "YulTypedName", + "src": "16406:2:46", + "type": "" } ] }, @@ -305551,128 +311066,251 @@ "expression": { "arguments": [ { - "name": "headStart", - "nativeSrc": "12731:9:46", + "name": "_1", + "nativeSrc": "16444:2:46", "nodeType": "YulIdentifier", - "src": "12731:9:46" + "src": "16444:2:46" }, + { + "kind": "number", + "nativeSrc": "16448:1:46", + "nodeType": "YulLiteral", + "src": "16448:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16437:6:46", + "nodeType": "YulIdentifier", + "src": "16437:6:46" + }, + "nativeSrc": "16437:13:46", + "nodeType": "YulFunctionCall", + "src": "16437:13:46" + }, + "nativeSrc": "16437:13:46", + "nodeType": "YulExpressionStatement", + "src": "16437:13:46" + }, + { + "nativeSrc": "16459:27:46", + "nodeType": "YulVariableDeclaration", + "src": "16459:27:46", + "value": { + "arguments": [ + { + "name": "value2", + "nativeSrc": "16479:6:46", + "nodeType": "YulIdentifier", + "src": "16479:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "16473:5:46", + "nodeType": "YulIdentifier", + "src": "16473:5:46" + }, + "nativeSrc": "16473:13:46", + "nodeType": "YulFunctionCall", + "src": "16473:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "16463:6:46", + "nodeType": "YulTypedName", + "src": "16463:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ { "arguments": [ { - "name": "value0", - "nativeSrc": "12746:6:46", + "name": "value2", + "nativeSrc": "16534:6:46", "nodeType": "YulIdentifier", - "src": "12746:6:46" + "src": "16534:6:46" }, { "kind": "number", - "nativeSrc": "12754:42:46", + "nativeSrc": "16542:4:46", "nodeType": "YulLiteral", - "src": "12754:42:46", + "src": "16542:4:46", "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" + "value": "0x20" } ], "functionName": { - "name": "and", - "nativeSrc": "12742:3:46", + "name": "add", + "nativeSrc": "16530:3:46", "nodeType": "YulIdentifier", - "src": "12742:3:46" + "src": "16530:3:46" }, - "nativeSrc": "12742:55:46", + "nativeSrc": "16530:17:46", "nodeType": "YulFunctionCall", - "src": "12742:55:46" + "src": "16530:17:46" + }, + { + "name": "_1", + "nativeSrc": "16549:2:46", + "nodeType": "YulIdentifier", + "src": "16549:2:46" + }, + { + "name": "length", + "nativeSrc": "16553:6:46", + "nodeType": "YulIdentifier", + "src": "16553:6:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "12724:6:46", + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "16495:34:46", "nodeType": "YulIdentifier", - "src": "12724:6:46" + "src": "16495:34:46" }, - "nativeSrc": "12724:74:46", + "nativeSrc": "16495:65:46", "nodeType": "YulFunctionCall", - "src": "12724:74:46" + "src": "16495:65:46" }, - "nativeSrc": "12724:74:46", + "nativeSrc": "16495:65:46", "nodeType": "YulExpressionStatement", - "src": "12724:74:46" + "src": "16495:65:46" + }, + { + "nativeSrc": "16569:22:46", + "nodeType": "YulAssignment", + "src": "16569:22:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "16580:2:46", + "nodeType": "YulIdentifier", + "src": "16580:2:46" + }, + { + "name": "length", + "nativeSrc": "16584:6:46", + "nodeType": "YulIdentifier", + "src": "16584:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16576:3:46", + "nodeType": "YulIdentifier", + "src": "16576:3:46" + }, + "nativeSrc": "16576:15:46", + "nodeType": "YulFunctionCall", + "src": "16576:15:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "16569:3:46", + "nodeType": "YulIdentifier", + "src": "16569:3:46" + } + ] } ] }, - "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", - "nativeSrc": "12578:226:46", + "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:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "headStart", - "nativeSrc": "12648:9:46", + "name": "pos", + "nativeSrc": "16310:3:46", "nodeType": "YulTypedName", - "src": "12648:9:46", + "src": "16310:3:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "16315:6:46", + "nodeType": "YulTypedName", + "src": "16315:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "16323:6:46", + "nodeType": "YulTypedName", + "src": "16323:6:46", "type": "" }, { "name": "value0", - "nativeSrc": "12659:6:46", + "nativeSrc": "16331:6:46", "nodeType": "YulTypedName", - "src": "12659:6:46", + "src": "16331:6:46", "type": "" } ], "returnVariables": [ { - "name": "tail", - "nativeSrc": "12670:4:46", + "name": "end", + "nativeSrc": "16342:3:46", "nodeType": "YulTypedName", - "src": "12670:4:46", + "src": "16342:3:46", "type": "" } ], - "src": "12578:226:46" + "src": "16157:440:46" }, { "body": { - "nativeSrc": "12964:333:46", + "nativeSrc": "16785:426:46", "nodeType": "YulBlock", - "src": "12964:333:46", + "src": "16785:426:46", "statements": [ { - "nativeSrc": "12974:26:46", + "nativeSrc": "16795:27:46", "nodeType": "YulAssignment", - "src": "12974:26:46", + "src": "16795:27:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "12986:9:46", + "nativeSrc": "16807:9:46", "nodeType": "YulIdentifier", - "src": "12986:9:46" + "src": "16807:9:46" }, { "kind": "number", - "nativeSrc": "12997:2:46", + "nativeSrc": "16818:3:46", "nodeType": "YulLiteral", - "src": "12997:2:46", + "src": "16818:3:46", "type": "", - "value": "96" + "value": "128" } ], "functionName": { "name": "add", - "nativeSrc": "12982:3:46", + "nativeSrc": "16803:3:46", "nodeType": "YulIdentifier", - "src": "12982:3:46" + "src": "16803:3:46" }, - "nativeSrc": "12982:18:46", + "nativeSrc": "16803:19:46", "nodeType": "YulFunctionCall", - "src": "12982:18:46" + "src": "16803:19:46" }, "variableNames": [ { "name": "tail", - "nativeSrc": "12974:4:46", + "nativeSrc": "16795:4:46", "nodeType": "YulIdentifier", - "src": "12974:4:46" + "src": "16795:4:46" } ] }, @@ -305681,51 +311319,51 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "13016:9:46", + "nativeSrc": "16838:9:46", "nodeType": "YulIdentifier", - "src": "13016:9:46" + "src": "16838:9:46" }, { "arguments": [ { "name": "value0", - "nativeSrc": "13031:6:46", + "nativeSrc": "16853:6:46", "nodeType": "YulIdentifier", - "src": "13031:6:46" + "src": "16853:6:46" }, { "kind": "number", - "nativeSrc": "13039:42:46", + "nativeSrc": "16861:42:46", "nodeType": "YulLiteral", - "src": "13039:42:46", + "src": "16861:42:46", "type": "", "value": "0xffffffffffffffffffffffffffffffffffffffff" } ], "functionName": { "name": "and", - "nativeSrc": "13027:3:46", + "nativeSrc": "16849:3:46", "nodeType": "YulIdentifier", - "src": "13027:3:46" + "src": "16849:3:46" }, - "nativeSrc": "13027:55:46", + "nativeSrc": "16849:55:46", "nodeType": "YulFunctionCall", - "src": "13027:55:46" + "src": "16849:55:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "13009:6:46", + "nativeSrc": "16831:6:46", "nodeType": "YulIdentifier", - "src": "13009:6:46" + "src": "16831:6:46" }, - "nativeSrc": "13009:74:46", + "nativeSrc": "16831:74:46", "nodeType": "YulFunctionCall", - "src": "13009:74:46" + "src": "16831:74:46" }, - "nativeSrc": "13009:74:46", + "nativeSrc": "16831:74:46", "nodeType": "YulExpressionStatement", - "src": "13009:74:46" + "src": "16831:74:46" }, { "expression": { @@ -305734,70 +311372,142 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "13103:9:46", + "nativeSrc": "16925:9:46", + "nodeType": "YulIdentifier", + "src": "16925:9:46" + }, + { + "kind": "number", + "nativeSrc": "16936:2:46", + "nodeType": "YulLiteral", + "src": "16936:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16921:3:46", + "nodeType": "YulIdentifier", + "src": "16921:3:46" + }, + "nativeSrc": "16921:18:46", + "nodeType": "YulFunctionCall", + "src": "16921:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "16945:6:46", + "nodeType": "YulIdentifier", + "src": "16945:6:46" + }, + { + "kind": "number", + "nativeSrc": "16953:42:46", + "nodeType": "YulLiteral", + "src": "16953:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "16941:3:46", + "nodeType": "YulIdentifier", + "src": "16941:3:46" + }, + "nativeSrc": "16941:55:46", + "nodeType": "YulFunctionCall", + "src": "16941:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16914:6:46", + "nodeType": "YulIdentifier", + "src": "16914:6:46" + }, + "nativeSrc": "16914:83:46", + "nodeType": "YulFunctionCall", + "src": "16914:83:46" + }, + "nativeSrc": "16914:83:46", + "nodeType": "YulExpressionStatement", + "src": "16914:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17017:9:46", "nodeType": "YulIdentifier", - "src": "13103:9:46" + "src": "17017:9:46" }, { "kind": "number", - "nativeSrc": "13114:2:46", + "nativeSrc": "17028:2:46", "nodeType": "YulLiteral", - "src": "13114:2:46", + "src": "17028:2:46", "type": "", - "value": "32" + "value": "64" } ], "functionName": { "name": "add", - "nativeSrc": "13099:3:46", + "nativeSrc": "17013:3:46", "nodeType": "YulIdentifier", - "src": "13099:3:46" + "src": "17013:3:46" }, - "nativeSrc": "13099:18:46", + "nativeSrc": "17013:18:46", "nodeType": "YulFunctionCall", - "src": "13099:18:46" + "src": "17013:18:46" }, { "arguments": [ { - "name": "value1", - "nativeSrc": "13123:6:46", + "name": "value2", + "nativeSrc": "17037:6:46", "nodeType": "YulIdentifier", - "src": "13123:6:46" + "src": "17037:6:46" }, { "kind": "number", - "nativeSrc": "13131:42:46", + "nativeSrc": "17045:42:46", "nodeType": "YulLiteral", - "src": "13131:42:46", + "src": "17045:42:46", "type": "", "value": "0xffffffffffffffffffffffffffffffffffffffff" } ], "functionName": { "name": "and", - "nativeSrc": "13119:3:46", + "nativeSrc": "17033:3:46", "nodeType": "YulIdentifier", - "src": "13119:3:46" + "src": "17033:3:46" }, - "nativeSrc": "13119:55:46", + "nativeSrc": "17033:55:46", "nodeType": "YulFunctionCall", - "src": "13119:55:46" + "src": "17033:55:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "13092:6:46", + "nativeSrc": "17006:6:46", "nodeType": "YulIdentifier", - "src": "13092:6:46" + "src": "17006:6:46" }, - "nativeSrc": "13092:83:46", + "nativeSrc": "17006:83:46", "nodeType": "YulFunctionCall", - "src": "13092:83:46" + "src": "17006:83:46" }, - "nativeSrc": "13092:83:46", + "nativeSrc": "17006:83:46", "nodeType": "YulExpressionStatement", - "src": "13092:83:46" + "src": "17006:83:46" }, { "expression": { @@ -305806,281 +311516,354 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "13195:9:46", + "nativeSrc": "17109:9:46", "nodeType": "YulIdentifier", - "src": "13195:9:46" + "src": "17109:9:46" }, { "kind": "number", - "nativeSrc": "13206:2:46", + "nativeSrc": "17120:2:46", "nodeType": "YulLiteral", - "src": "13206:2:46", + "src": "17120:2:46", "type": "", - "value": "64" + "value": "96" } ], "functionName": { "name": "add", - "nativeSrc": "13191:3:46", + "nativeSrc": "17105:3:46", "nodeType": "YulIdentifier", - "src": "13191:3:46" + "src": "17105:3:46" }, - "nativeSrc": "13191:18:46", + "nativeSrc": "17105:18:46", "nodeType": "YulFunctionCall", - "src": "13191:18:46" + "src": "17105:18:46" }, { "arguments": [ { - "name": "value2", - "nativeSrc": "13215:6:46", + "name": "value3", + "nativeSrc": "17129:6:46", "nodeType": "YulIdentifier", - "src": "13215:6:46" + "src": "17129:6:46" }, { "kind": "number", - "nativeSrc": "13223:66:46", + "nativeSrc": "17137:66:46", "nodeType": "YulLiteral", - "src": "13223:66:46", + "src": "17137:66:46", "type": "", "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" } ], "functionName": { "name": "and", - "nativeSrc": "13211:3:46", + "nativeSrc": "17125:3:46", "nodeType": "YulIdentifier", - "src": "13211:3:46" + "src": "17125:3:46" }, - "nativeSrc": "13211:79:46", + "nativeSrc": "17125:79:46", "nodeType": "YulFunctionCall", - "src": "13211:79:46" + "src": "17125:79:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "13184:6:46", + "nativeSrc": "17098:6:46", "nodeType": "YulIdentifier", - "src": "13184:6:46" + "src": "17098:6:46" }, - "nativeSrc": "13184:107:46", + "nativeSrc": "17098:107:46", "nodeType": "YulFunctionCall", - "src": "13184:107:46" + "src": "17098:107:46" }, - "nativeSrc": "13184:107:46", + "nativeSrc": "17098:107:46", "nodeType": "YulExpressionStatement", - "src": "13184:107:46" + "src": "17098:107:46" } ] }, - "name": "abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed", - "nativeSrc": "12809:488:46", + "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:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "12917:9:46", + "nativeSrc": "16730:9:46", "nodeType": "YulTypedName", - "src": "12917:9:46", + "src": "16730:9:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "16741:6:46", + "nodeType": "YulTypedName", + "src": "16741:6:46", "type": "" }, { "name": "value2", - "nativeSrc": "12928:6:46", + "nativeSrc": "16749:6:46", "nodeType": "YulTypedName", - "src": "12928:6:46", + "src": "16749:6:46", "type": "" }, { "name": "value1", - "nativeSrc": "12936:6:46", + "nativeSrc": "16757:6:46", "nodeType": "YulTypedName", - "src": "12936:6:46", + "src": "16757:6:46", "type": "" }, { "name": "value0", - "nativeSrc": "12944:6:46", + "nativeSrc": "16765:6:46", "nodeType": "YulTypedName", - "src": "12944:6:46", + "src": "16765:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "12955:4:46", + "nativeSrc": "16776:4:46", "nodeType": "YulTypedName", - "src": "12955:4:46", + "src": "16776:4:46", "type": "" } ], - "src": "12809:488:46" + "src": "16602:609:46" }, { "body": { - "nativeSrc": "13410:101:46", + "nativeSrc": "17263:132:46", "nodeType": "YulBlock", - "src": "13410:101:46", + "src": "17263:132:46", "statements": [ { - "nativeSrc": "13420:26:46", + "nativeSrc": "17273:58:46", "nodeType": "YulAssignment", - "src": "13420:26:46", + "src": "17273:58:46", "value": { "arguments": [ { - "name": "headStart", - "nativeSrc": "13432:9:46", - "nodeType": "YulIdentifier", - "src": "13432:9:46" + "arguments": [ + { + "name": "x", + "nativeSrc": "17288:1:46", + "nodeType": "YulIdentifier", + "src": "17288:1:46" + }, + { + "kind": "number", + "nativeSrc": "17291:14:46", + "nodeType": "YulLiteral", + "src": "17291:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17284:3:46", + "nodeType": "YulIdentifier", + "src": "17284:3:46" + }, + "nativeSrc": "17284:22:46", + "nodeType": "YulFunctionCall", + "src": "17284:22:46" }, { - "kind": "number", - "nativeSrc": "13443:2:46", - "nodeType": "YulLiteral", - "src": "13443:2:46", - "type": "", - "value": "32" + "arguments": [ + { + "name": "y", + "nativeSrc": "17312:1:46", + "nodeType": "YulIdentifier", + "src": "17312:1:46" + }, + { + "kind": "number", + "nativeSrc": "17315:14:46", + "nodeType": "YulLiteral", + "src": "17315:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17308:3:46", + "nodeType": "YulIdentifier", + "src": "17308:3:46" + }, + "nativeSrc": "17308:22:46", + "nodeType": "YulFunctionCall", + "src": "17308:22:46" } ], "functionName": { "name": "add", - "nativeSrc": "13428:3:46", + "nativeSrc": "17280:3:46", "nodeType": "YulIdentifier", - "src": "13428:3:46" + "src": "17280:3:46" }, - "nativeSrc": "13428:18:46", + "nativeSrc": "17280:51:46", "nodeType": "YulFunctionCall", - "src": "13428:18:46" + "src": "17280:51:46" }, "variableNames": [ { - "name": "tail", - "nativeSrc": "13420:4:46", + "name": "sum", + "nativeSrc": "17273:3:46", "nodeType": "YulIdentifier", - "src": "13420:4:46" + "src": "17273:3:46" } ] }, { - "expression": { + "body": { + "nativeSrc": "17367:22:46", + "nodeType": "YulBlock", + "src": "17367:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x11", + "nativeSrc": "17369:16:46", + "nodeType": "YulIdentifier", + "src": "17369:16:46" + }, + "nativeSrc": "17369:18:46", + "nodeType": "YulFunctionCall", + "src": "17369:18:46" + }, + "nativeSrc": "17369:18:46", + "nodeType": "YulExpressionStatement", + "src": "17369:18:46" + } + ] + }, + "condition": { "arguments": [ { - "name": "headStart", - "nativeSrc": "13462:9:46", + "name": "sum", + "nativeSrc": "17346:3:46", "nodeType": "YulIdentifier", - "src": "13462:9:46" + "src": "17346:3:46" }, { - "arguments": [ - { - "name": "value0", - "nativeSrc": "13477:6:46", - "nodeType": "YulIdentifier", - "src": "13477:6:46" - }, - { - "kind": "number", - "nativeSrc": "13485:18:46", - "nodeType": "YulLiteral", - "src": "13485:18:46", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13473:3:46", - "nodeType": "YulIdentifier", - "src": "13473:3:46" - }, - "nativeSrc": "13473:31:46", - "nodeType": "YulFunctionCall", - "src": "13473:31:46" + "kind": "number", + "nativeSrc": "17351:14:46", + "nodeType": "YulLiteral", + "src": "17351:14:46", + "type": "", + "value": "0xffffffffffff" } ], "functionName": { - "name": "mstore", - "nativeSrc": "13455:6:46", + "name": "gt", + "nativeSrc": "17343:2:46", "nodeType": "YulIdentifier", - "src": "13455:6:46" + "src": "17343:2:46" }, - "nativeSrc": "13455:50:46", + "nativeSrc": "17343:23:46", "nodeType": "YulFunctionCall", - "src": "13455:50:46" + "src": "17343:23:46" }, - "nativeSrc": "13455:50:46", - "nodeType": "YulExpressionStatement", - "src": "13455:50:46" + "nativeSrc": "17340:49:46", + "nodeType": "YulIf", + "src": "17340:49:46" } ] }, - "name": "abi_encode_tuple_t_rational_1_by_1__to_t_uint64__fromStack_reversed", - "nativeSrc": "13302:209:46", + "name": "checked_add_t_uint48", + "nativeSrc": "17216:179:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "headStart", - "nativeSrc": "13379:9:46", + "name": "x", + "nativeSrc": "17246:1:46", "nodeType": "YulTypedName", - "src": "13379:9:46", + "src": "17246:1:46", "type": "" }, { - "name": "value0", - "nativeSrc": "13390:6:46", + "name": "y", + "nativeSrc": "17249:1:46", "nodeType": "YulTypedName", - "src": "13390:6:46", + "src": "17249:1:46", "type": "" } ], "returnVariables": [ { - "name": "tail", - "nativeSrc": "13401:4:46", + "name": "sum", + "nativeSrc": "17255:3:46", "nodeType": "YulTypedName", - "src": "13401:4:46", + "src": "17255:3:46", "type": "" } ], - "src": "13302:209:46" + "src": "17216:179:46" }, { "body": { - "nativeSrc": "13583:200:46", + "nativeSrc": "17611:366:46", "nodeType": "YulBlock", - "src": "13583:200:46", + "src": "17611:366:46", "statements": [ { "expression": { "arguments": [ { - "name": "pos", - "nativeSrc": "13600:3:46", + "name": "headStart", + "nativeSrc": "17628:9:46", "nodeType": "YulIdentifier", - "src": "13600:3:46" + "src": "17628:9:46" }, { - "name": "length", - "nativeSrc": "13605:6:46", - "nodeType": "YulIdentifier", - "src": "13605:6:46" + "arguments": [ + { + "name": "value0", + "nativeSrc": "17643:6:46", + "nodeType": "YulIdentifier", + "src": "17643:6:46" + }, + { + "kind": "number", + "nativeSrc": "17651:14:46", + "nodeType": "YulLiteral", + "src": "17651:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17639:3:46", + "nodeType": "YulIdentifier", + "src": "17639:3:46" + }, + "nativeSrc": "17639:27:46", + "nodeType": "YulFunctionCall", + "src": "17639:27:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "13593:6:46", + "nativeSrc": "17621:6:46", "nodeType": "YulIdentifier", - "src": "13593:6:46" + "src": "17621:6:46" }, - "nativeSrc": "13593:19:46", + "nativeSrc": "17621:46:46", "nodeType": "YulFunctionCall", - "src": "13593:19:46" + "src": "17621:46:46" }, - "nativeSrc": "13593:19:46", + "nativeSrc": "17621:46:46", "nodeType": "YulExpressionStatement", - "src": "13593:19:46" + "src": "17621:46:46" }, { "expression": { @@ -306088,56 +311871,143 @@ { "arguments": [ { - "name": "pos", - "nativeSrc": "13638:3:46", + "name": "headStart", + "nativeSrc": "17687:9:46", "nodeType": "YulIdentifier", - "src": "13638:3:46" + "src": "17687:9:46" }, { "kind": "number", - "nativeSrc": "13643:4:46", + "nativeSrc": "17698:2:46", "nodeType": "YulLiteral", - "src": "13643:4:46", + "src": "17698:2:46", "type": "", - "value": "0x20" + "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "13634:3:46", + "nativeSrc": "17683:3:46", "nodeType": "YulIdentifier", - "src": "13634:3:46" + "src": "17683:3:46" }, - "nativeSrc": "13634:14:46", + "nativeSrc": "17683:18:46", "nodeType": "YulFunctionCall", - "src": "13634:14:46" + "src": "17683:18:46" }, { - "name": "start", - "nativeSrc": "13650:5:46", - "nodeType": "YulIdentifier", - "src": "13650:5:46" + "arguments": [ + { + "name": "value1", + "nativeSrc": "17707:6:46", + "nodeType": "YulIdentifier", + "src": "17707:6:46" + }, + { + "kind": "number", + "nativeSrc": "17715:42:46", + "nodeType": "YulLiteral", + "src": "17715:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17703:3:46", + "nodeType": "YulIdentifier", + "src": "17703:3:46" + }, + "nativeSrc": "17703:55:46", + "nodeType": "YulFunctionCall", + "src": "17703:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17676:6:46", + "nodeType": "YulIdentifier", + "src": "17676:6:46" + }, + "nativeSrc": "17676:83:46", + "nodeType": "YulFunctionCall", + "src": "17676:83:46" + }, + "nativeSrc": "17676:83:46", + "nodeType": "YulExpressionStatement", + "src": "17676:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17779:9:46", + "nodeType": "YulIdentifier", + "src": "17779:9:46" + }, + { + "kind": "number", + "nativeSrc": "17790:2:46", + "nodeType": "YulLiteral", + "src": "17790:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17775:3:46", + "nodeType": "YulIdentifier", + "src": "17775:3:46" + }, + "nativeSrc": "17775:18:46", + "nodeType": "YulFunctionCall", + "src": "17775:18:46" }, { - "name": "length", - "nativeSrc": "13657:6:46", - "nodeType": "YulIdentifier", - "src": "13657:6:46" + "arguments": [ + { + "name": "value2", + "nativeSrc": "17799:6:46", + "nodeType": "YulIdentifier", + "src": "17799:6:46" + }, + { + "kind": "number", + "nativeSrc": "17807:42:46", + "nodeType": "YulLiteral", + "src": "17807:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17795:3:46", + "nodeType": "YulIdentifier", + "src": "17795:3:46" + }, + "nativeSrc": "17795:55:46", + "nodeType": "YulFunctionCall", + "src": "17795:55:46" } ], "functionName": { - "name": "calldatacopy", - "nativeSrc": "13621:12:46", + "name": "mstore", + "nativeSrc": "17768:6:46", "nodeType": "YulIdentifier", - "src": "13621:12:46" + "src": "17768:6:46" }, - "nativeSrc": "13621:43:46", + "nativeSrc": "17768:83:46", "nodeType": "YulFunctionCall", - "src": "13621:43:46" + "src": "17768:83:46" }, - "nativeSrc": "13621:43:46", + "nativeSrc": "17768:83:46", "nodeType": "YulExpressionStatement", - "src": "13621:43:46" + "src": "17768:83:46" }, { "expression": { @@ -306145,701 +312015,883 @@ { "arguments": [ { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13688:3:46", - "nodeType": "YulIdentifier", - "src": "13688:3:46" - }, - { - "name": "length", - "nativeSrc": "13693:6:46", - "nodeType": "YulIdentifier", - "src": "13693:6:46" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13684:3:46", - "nodeType": "YulIdentifier", - "src": "13684:3:46" - }, - "nativeSrc": "13684:16:46", - "nodeType": "YulFunctionCall", - "src": "13684:16:46" + "name": "headStart", + "nativeSrc": "17871:9:46", + "nodeType": "YulIdentifier", + "src": "17871:9:46" }, { "kind": "number", - "nativeSrc": "13702:4:46", + "nativeSrc": "17882:2:46", "nodeType": "YulLiteral", - "src": "13702:4:46", + "src": "17882:2:46", "type": "", - "value": "0x20" + "value": "96" } ], "functionName": { "name": "add", - "nativeSrc": "13680:3:46", + "nativeSrc": "17867:3:46", "nodeType": "YulIdentifier", - "src": "13680:3:46" + "src": "17867:3:46" }, - "nativeSrc": "13680:27:46", + "nativeSrc": "17867:18:46", "nodeType": "YulFunctionCall", - "src": "13680:27:46" + "src": "17867:18:46" }, { "kind": "number", - "nativeSrc": "13709:1:46", + "nativeSrc": "17887:3:46", "nodeType": "YulLiteral", - "src": "13709:1:46", + "src": "17887:3:46", "type": "", - "value": "0" + "value": "128" } ], "functionName": { "name": "mstore", - "nativeSrc": "13673:6:46", + "nativeSrc": "17860:6:46", "nodeType": "YulIdentifier", - "src": "13673:6:46" + "src": "17860:6:46" }, - "nativeSrc": "13673:38:46", + "nativeSrc": "17860:31:46", "nodeType": "YulFunctionCall", - "src": "13673:38:46" + "src": "17860:31:46" }, - "nativeSrc": "13673:38:46", + "nativeSrc": "17860:31:46", "nodeType": "YulExpressionStatement", - "src": "13673:38:46" + "src": "17860:31:46" }, { - "nativeSrc": "13720:57:46", + "nativeSrc": "17900:71:46", "nodeType": "YulAssignment", - "src": "13720:57:46", + "src": "17900:71:46", "value": { "arguments": [ + { + "name": "value3", + "nativeSrc": "17935:6:46", + "nodeType": "YulIdentifier", + "src": "17935:6:46" + }, + { + "name": "value4", + "nativeSrc": "17943:6:46", + "nodeType": "YulIdentifier", + "src": "17943:6:46" + }, { "arguments": [ { - "name": "pos", - "nativeSrc": "13735:3:46", + "name": "headStart", + "nativeSrc": "17955:9:46", "nodeType": "YulIdentifier", - "src": "13735:3:46" + "src": "17955:9:46" }, { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "13748:6:46", - "nodeType": "YulIdentifier", - "src": "13748:6:46" - }, - { - "kind": "number", - "nativeSrc": "13756:2:46", - "nodeType": "YulLiteral", - "src": "13756:2:46", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13744:3:46", - "nodeType": "YulIdentifier", - "src": "13744:3:46" - }, - "nativeSrc": "13744:15:46", - "nodeType": "YulFunctionCall", - "src": "13744:15:46" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13765:2:46", - "nodeType": "YulLiteral", - "src": "13765:2:46", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "13761:3:46", - "nodeType": "YulIdentifier", - "src": "13761:3:46" - }, - "nativeSrc": "13761:7:46", - "nodeType": "YulFunctionCall", - "src": "13761:7:46" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13740:3:46", - "nodeType": "YulIdentifier", - "src": "13740:3:46" - }, - "nativeSrc": "13740:29:46", - "nodeType": "YulFunctionCall", - "src": "13740:29:46" + "kind": "number", + "nativeSrc": "17966:3:46", + "nodeType": "YulLiteral", + "src": "17966:3:46", + "type": "", + "value": "128" } ], "functionName": { "name": "add", - "nativeSrc": "13731:3:46", + "nativeSrc": "17951:3:46", "nodeType": "YulIdentifier", - "src": "13731:3:46" + "src": "17951:3:46" }, - "nativeSrc": "13731:39:46", + "nativeSrc": "17951:19:46", "nodeType": "YulFunctionCall", - "src": "13731:39:46" - }, - { - "kind": "number", - "nativeSrc": "13772:4:46", - "nodeType": "YulLiteral", - "src": "13772:4:46", - "type": "", - "value": "0x20" + "src": "17951:19:46" } ], "functionName": { - "name": "add", - "nativeSrc": "13727:3:46", + "name": "abi_encode_string_calldata", + "nativeSrc": "17908:26:46", "nodeType": "YulIdentifier", - "src": "13727:3:46" + "src": "17908:26:46" }, - "nativeSrc": "13727:50:46", + "nativeSrc": "17908:63:46", "nodeType": "YulFunctionCall", - "src": "13727:50:46" + "src": "17908:63:46" }, "variableNames": [ { - "name": "end", - "nativeSrc": "13720:3:46", + "name": "tail", + "nativeSrc": "17900:4:46", "nodeType": "YulIdentifier", - "src": "13720:3:46" + "src": "17900:4:46" } ] } ] }, - "name": "abi_encode_string_calldata", - "nativeSrc": "13516:267:46", + "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:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "start", - "nativeSrc": "13552:5:46", + "name": "headStart", + "nativeSrc": "17548:9:46", "nodeType": "YulTypedName", - "src": "13552:5:46", + "src": "17548:9:46", "type": "" }, { - "name": "length", - "nativeSrc": "13559:6:46", + "name": "value4", + "nativeSrc": "17559:6:46", "nodeType": "YulTypedName", - "src": "13559:6:46", + "src": "17559:6:46", "type": "" }, { - "name": "pos", - "nativeSrc": "13567:3:46", + "name": "value3", + "nativeSrc": "17567:6:46", "nodeType": "YulTypedName", - "src": "13567:3:46", + "src": "17567:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "17575:6:46", + "nodeType": "YulTypedName", + "src": "17575:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "17583:6:46", + "nodeType": "YulTypedName", + "src": "17583:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "17591:6:46", + "nodeType": "YulTypedName", + "src": "17591:6:46", "type": "" } ], "returnVariables": [ { - "name": "end", - "nativeSrc": "13575:3:46", + "name": "tail", + "nativeSrc": "17602:4:46", "nodeType": "YulTypedName", - "src": "13575:3:46", + "src": "17602:4:46", "type": "" } ], - "src": "13516:267:46" + "src": "17400:577:46" }, { "body": { - "nativeSrc": "13919:116:46", + "nativeSrc": "18109:193:46", "nodeType": "YulBlock", - "src": "13919:116:46", + "src": "18109:193:46", "statements": [ { - "expression": { + "nativeSrc": "18119:26:46", + "nodeType": "YulAssignment", + "src": "18119:26:46", + "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "13936:9:46", + "nativeSrc": "18131:9:46", "nodeType": "YulIdentifier", - "src": "13936:9:46" + "src": "18131:9:46" }, { "kind": "number", - "nativeSrc": "13947:2:46", + "nativeSrc": "18142:2:46", "nodeType": "YulLiteral", - "src": "13947:2:46", + "src": "18142:2:46", "type": "", - "value": "32" + "value": "64" } ], "functionName": { - "name": "mstore", - "nativeSrc": "13929:6:46", + "name": "add", + "nativeSrc": "18127:3:46", "nodeType": "YulIdentifier", - "src": "13929:6:46" + "src": "18127:3:46" }, - "nativeSrc": "13929:21:46", + "nativeSrc": "18127:18:46", "nodeType": "YulFunctionCall", - "src": "13929:21:46" + "src": "18127:18:46" }, - "nativeSrc": "13929:21:46", - "nodeType": "YulExpressionStatement", - "src": "13929:21:46" + "variableNames": [ + { + "name": "tail", + "nativeSrc": "18119:4:46", + "nodeType": "YulIdentifier", + "src": "18119:4:46" + } + ] }, { - "nativeSrc": "13959:70:46", - "nodeType": "YulAssignment", - "src": "13959:70:46", - "value": { + "expression": { "arguments": [ { - "name": "value0", - "nativeSrc": "13994:6:46", + "name": "headStart", + "nativeSrc": "18161:9:46", "nodeType": "YulIdentifier", - "src": "13994:6:46" + "src": "18161:9:46" }, { - "name": "value1", - "nativeSrc": "14002:6:46", - "nodeType": "YulIdentifier", - "src": "14002:6:46" - }, + "arguments": [ + { + "name": "value0", + "nativeSrc": "18176:6:46", + "nodeType": "YulIdentifier", + "src": "18176:6:46" + }, + { + "kind": "number", + "nativeSrc": "18184:42:46", + "nodeType": "YulLiteral", + "src": "18184:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18172:3:46", + "nodeType": "YulIdentifier", + "src": "18172:3:46" + }, + "nativeSrc": "18172:55:46", + "nodeType": "YulFunctionCall", + "src": "18172:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "18154:6:46", + "nodeType": "YulIdentifier", + "src": "18154:6:46" + }, + "nativeSrc": "18154:74:46", + "nodeType": "YulFunctionCall", + "src": "18154:74:46" + }, + "nativeSrc": "18154:74:46", + "nodeType": "YulExpressionStatement", + "src": "18154:74:46" + }, + { + "expression": { + "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "14014:9:46", + "nativeSrc": "18248:9:46", "nodeType": "YulIdentifier", - "src": "14014:9:46" + "src": "18248:9:46" }, { "kind": "number", - "nativeSrc": "14025:2:46", + "nativeSrc": "18259:2:46", "nodeType": "YulLiteral", - "src": "14025:2:46", + "src": "18259:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "14010:3:46", + "nativeSrc": "18244:3:46", "nodeType": "YulIdentifier", - "src": "14010:3:46" + "src": "18244:3:46" }, - "nativeSrc": "14010:18:46", + "nativeSrc": "18244:18:46", "nodeType": "YulFunctionCall", - "src": "14010:18:46" + "src": "18244:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "18268:6:46", + "nodeType": "YulIdentifier", + "src": "18268:6:46" + }, + { + "kind": "number", + "nativeSrc": "18276:18:46", + "nodeType": "YulLiteral", + "src": "18276:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18264:3:46", + "nodeType": "YulIdentifier", + "src": "18264:3:46" + }, + "nativeSrc": "18264:31:46", + "nodeType": "YulFunctionCall", + "src": "18264:31:46" } ], "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "13967:26:46", + "name": "mstore", + "nativeSrc": "18237:6:46", "nodeType": "YulIdentifier", - "src": "13967:26:46" + "src": "18237:6:46" }, - "nativeSrc": "13967:62:46", + "nativeSrc": "18237:59:46", "nodeType": "YulFunctionCall", - "src": "13967:62:46" + "src": "18237:59:46" }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "13959:4:46", - "nodeType": "YulIdentifier", - "src": "13959:4:46" - } - ] + "nativeSrc": "18237:59:46", + "nodeType": "YulExpressionStatement", + "src": "18237:59:46" } ] }, - "name": "abi_encode_tuple_t_string_calldata_ptr__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "13788:247:46", + "name": "abi_encode_tuple_t_address_t_uint64__to_t_address_t_uint64__fromStack_reversed", + "nativeSrc": "17982:320:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "13880:9:46", + "nativeSrc": "18070:9:46", "nodeType": "YulTypedName", - "src": "13880:9:46", + "src": "18070:9:46", "type": "" }, { "name": "value1", - "nativeSrc": "13891:6:46", + "nativeSrc": "18081:6:46", "nodeType": "YulTypedName", - "src": "13891:6:46", + "src": "18081:6:46", "type": "" }, { "name": "value0", - "nativeSrc": "13899:6:46", + "nativeSrc": "18089:6:46", "nodeType": "YulTypedName", - "src": "13899:6:46", + "src": "18089:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "13910:4:46", + "nativeSrc": "18100:4:46", "nodeType": "YulTypedName", - "src": "13910:4:46", + "src": "18100:4:46", "type": "" } ], - "src": "13788:247:46" + "src": "17982:320:46" }, { "body": { - "nativeSrc": "14120:169:46", + "nativeSrc": "18406:149:46", "nodeType": "YulBlock", - "src": "14120:169:46", + "src": "18406:149:46", "statements": [ { - "body": { - "nativeSrc": "14166:16:46", - "nodeType": "YulBlock", - "src": "14166:16:46", - "statements": [ + "nativeSrc": "18416:26:46", + "nodeType": "YulAssignment", + "src": "18416:26:46", + "value": { + "arguments": [ { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14175:1:46", - "nodeType": "YulLiteral", - "src": "14175:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14178:1:46", - "nodeType": "YulLiteral", - "src": "14178:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14168:6:46", - "nodeType": "YulIdentifier", - "src": "14168:6:46" - }, - "nativeSrc": "14168:12:46", - "nodeType": "YulFunctionCall", - "src": "14168:12:46" - }, - "nativeSrc": "14168:12:46", - "nodeType": "YulExpressionStatement", - "src": "14168:12:46" + "name": "headStart", + "nativeSrc": "18428:9:46", + "nodeType": "YulIdentifier", + "src": "18428:9:46" + }, + { + "kind": "number", + "nativeSrc": "18439:2:46", + "nodeType": "YulLiteral", + "src": "18439:2:46", + "type": "", + "value": "32" } - ] + ], + "functionName": { + "name": "add", + "nativeSrc": "18424:3:46", + "nodeType": "YulIdentifier", + "src": "18424:3:46" + }, + "nativeSrc": "18424:18:46", + "nodeType": "YulFunctionCall", + "src": "18424:18:46" }, - "condition": { + "variableNames": [ + { + "name": "tail", + "nativeSrc": "18416:4:46", + "nodeType": "YulIdentifier", + "src": "18416:4:46" + } + ] + }, + { + "expression": { "arguments": [ + { + "name": "headStart", + "nativeSrc": "18458:9:46", + "nodeType": "YulIdentifier", + "src": "18458:9:46" + }, { "arguments": [ { - "name": "dataEnd", - "nativeSrc": "14141:7:46", + "name": "value0", + "nativeSrc": "18473:6:46", "nodeType": "YulIdentifier", - "src": "14141:7:46" + "src": "18473:6:46" }, { - "name": "headStart", - "nativeSrc": "14150:9:46", - "nodeType": "YulIdentifier", - "src": "14150:9:46" + "kind": "number", + "nativeSrc": "18481:66:46", + "nodeType": "YulLiteral", + "src": "18481:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" } ], "functionName": { - "name": "sub", - "nativeSrc": "14137:3:46", + "name": "and", + "nativeSrc": "18469:3:46", "nodeType": "YulIdentifier", - "src": "14137:3:46" + "src": "18469:3:46" }, - "nativeSrc": "14137:23:46", + "nativeSrc": "18469:79:46", "nodeType": "YulFunctionCall", - "src": "14137:23:46" - }, - { - "kind": "number", - "nativeSrc": "14162:2:46", - "nodeType": "YulLiteral", - "src": "14162:2:46", - "type": "", - "value": "32" + "src": "18469:79:46" } ], "functionName": { - "name": "slt", - "nativeSrc": "14133:3:46", + "name": "mstore", + "nativeSrc": "18451:6:46", "nodeType": "YulIdentifier", - "src": "14133:3:46" + "src": "18451:6:46" }, - "nativeSrc": "14133:32:46", + "nativeSrc": "18451:98:46", "nodeType": "YulFunctionCall", - "src": "14133:32:46" + "src": "18451:98:46" }, - "nativeSrc": "14130:52:46", - "nodeType": "YulIf", - "src": "14130:52:46" - }, + "nativeSrc": "18451:98:46", + "nodeType": "YulExpressionStatement", + "src": "18451:98:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", + "nativeSrc": "18307:248:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "18375:9:46", + "nodeType": "YulTypedName", + "src": "18375:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "18386:6:46", + "nodeType": "YulTypedName", + "src": "18386:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "18397:4:46", + "nodeType": "YulTypedName", + "src": "18397:4:46", + "type": "" + } + ], + "src": "18307:248:46" + }, + { + "body": { + "nativeSrc": "18660:376:46", + "nodeType": "YulBlock", + "src": "18660:376:46", + "statements": [ { - "nativeSrc": "14191:29:46", + "nativeSrc": "18670:29:46", "nodeType": "YulVariableDeclaration", - "src": "14191:29:46", + "src": "18670:29:46", "value": { "arguments": [ { - "name": "headStart", - "nativeSrc": "14210:9:46", + "name": "array", + "nativeSrc": "18693:5:46", "nodeType": "YulIdentifier", - "src": "14210:9:46" + "src": "18693:5:46" } ], "functionName": { - "name": "mload", - "nativeSrc": "14204:5:46", + "name": "calldataload", + "nativeSrc": "18680:12:46", "nodeType": "YulIdentifier", - "src": "14204:5:46" + "src": "18680:12:46" }, - "nativeSrc": "14204:16:46", + "nativeSrc": "18680:19:46", "nodeType": "YulFunctionCall", - "src": "14204:16:46" + "src": "18680:19:46" }, "variables": [ { - "name": "value", - "nativeSrc": "14195:5:46", + "name": "_1", + "nativeSrc": "18674:2:46", "nodeType": "YulTypedName", - "src": "14195:5:46", + "src": "18674:2:46", "type": "" } ] }, { - "expression": { + "nativeSrc": "18708:84:46", + "nodeType": "YulAssignment", + "src": "18708:84:46", + "value": { "arguments": [ { - "name": "value", - "nativeSrc": "14253:5:46", + "name": "_1", + "nativeSrc": "18721:2:46", "nodeType": "YulIdentifier", - "src": "14253:5:46" + "src": "18721:2:46" + }, + { + "kind": "number", + "nativeSrc": "18725:66:46", + "nodeType": "YulLiteral", + "src": "18725:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" } ], "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "14229:23:46", + "name": "and", + "nativeSrc": "18717:3:46", "nodeType": "YulIdentifier", - "src": "14229:23:46" + "src": "18717:3:46" }, - "nativeSrc": "14229:30:46", + "nativeSrc": "18717:75:46", "nodeType": "YulFunctionCall", - "src": "14229:30:46" - }, - "nativeSrc": "14229:30:46", - "nodeType": "YulExpressionStatement", - "src": "14229:30:46" - }, - { - "nativeSrc": "14268:15:46", - "nodeType": "YulAssignment", - "src": "14268:15:46", - "value": { - "name": "value", - "nativeSrc": "14278:5:46", - "nodeType": "YulIdentifier", - "src": "14278:5:46" + "src": "18717:75:46" }, "variableNames": [ { - "name": "value0", - "nativeSrc": "14268:6:46", + "name": "value", + "nativeSrc": "18708:5:46", "nodeType": "YulIdentifier", - "src": "14268:6:46" + "src": "18708:5:46" } ] + }, + { + "body": { + "nativeSrc": "18823:207:46", + "nodeType": "YulBlock", + "src": "18823:207:46", + "statements": [ + { + "nativeSrc": "18837:183:46", + "nodeType": "YulAssignment", + "src": "18837:183:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "18854:2:46", + "nodeType": "YulIdentifier", + "src": "18854:2:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "18866:1:46", + "nodeType": "YulLiteral", + "src": "18866:1:46", + "type": "", + "value": "3" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "18873:1:46", + "nodeType": "YulLiteral", + "src": "18873:1:46", + "type": "", + "value": "4" + }, + { + "name": "len", + "nativeSrc": "18876:3:46", + "nodeType": "YulIdentifier", + "src": "18876:3:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "18869:3:46", + "nodeType": "YulIdentifier", + "src": "18869:3:46" + }, + "nativeSrc": "18869:11:46", + "nodeType": "YulFunctionCall", + "src": "18869:11:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "18862:3:46", + "nodeType": "YulIdentifier", + "src": "18862:3:46" + }, + "nativeSrc": "18862:19:46", + "nodeType": "YulFunctionCall", + "src": "18862:19:46" + }, + { + "kind": "number", + "nativeSrc": "18883:66:46", + "nodeType": "YulLiteral", + "src": "18883:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "18858:3:46", + "nodeType": "YulIdentifier", + "src": "18858:3:46" + }, + "nativeSrc": "18858:92:46", + "nodeType": "YulFunctionCall", + "src": "18858:92:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18850:3:46", + "nodeType": "YulIdentifier", + "src": "18850:3:46" + }, + "nativeSrc": "18850:101:46", + "nodeType": "YulFunctionCall", + "src": "18850:101:46" + }, + { + "kind": "number", + "nativeSrc": "18953:66:46", + "nodeType": "YulLiteral", + "src": "18953:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18846:3:46", + "nodeType": "YulIdentifier", + "src": "18846:3:46" + }, + "nativeSrc": "18846:174:46", + "nodeType": "YulFunctionCall", + "src": "18846:174:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "18837:5:46", + "nodeType": "YulIdentifier", + "src": "18837:5:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "len", + "nativeSrc": "18807:3:46", + "nodeType": "YulIdentifier", + "src": "18807:3:46" + }, + { + "kind": "number", + "nativeSrc": "18812:1:46", + "nodeType": "YulLiteral", + "src": "18812:1:46", + "type": "", + "value": "4" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "18804:2:46", + "nodeType": "YulIdentifier", + "src": "18804:2:46" + }, + "nativeSrc": "18804:10:46", + "nodeType": "YulFunctionCall", + "src": "18804:10:46" + }, + "nativeSrc": "18801:229:46", + "nodeType": "YulIf", + "src": "18801:229:46" } ] }, - "name": "abi_decode_tuple_t_bytes4_fromMemory", - "nativeSrc": "14040:249:46", + "name": "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4", + "nativeSrc": "18560:476:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "headStart", - "nativeSrc": "14086:9:46", + "name": "array", + "nativeSrc": "18635:5:46", "nodeType": "YulTypedName", - "src": "14086:9:46", + "src": "18635:5:46", "type": "" }, { - "name": "dataEnd", - "nativeSrc": "14097:7:46", + "name": "len", + "nativeSrc": "18642:3:46", "nodeType": "YulTypedName", - "src": "14097:7:46", + "src": "18642:3:46", "type": "" } ], "returnVariables": [ { - "name": "value0", - "nativeSrc": "14109:6:46", + "name": "value", + "nativeSrc": "18650:5:46", "nodeType": "YulTypedName", - "src": "14109:6:46", + "src": "18650:5:46", "type": "" } ], - "src": "14040:249:46" + "src": "18560:476:46" }, { "body": { - "nativeSrc": "14479:300:46", + "nativeSrc": "19168:241:46", "nodeType": "YulBlock", - "src": "14479:300:46", + "src": "19168:241:46", "statements": [ { - "expression": { + "nativeSrc": "19178:26:46", + "nodeType": "YulAssignment", + "src": "19178:26:46", + "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "14496:9:46", + "nativeSrc": "19190:9:46", "nodeType": "YulIdentifier", - "src": "14496:9:46" + "src": "19190:9:46" }, { - "arguments": [ - { - "name": "value0", - "nativeSrc": "14511:6:46", - "nodeType": "YulIdentifier", - "src": "14511:6:46" - }, - { - "kind": "number", - "nativeSrc": "14519:42:46", - "nodeType": "YulLiteral", - "src": "14519:42:46", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "14507:3:46", - "nodeType": "YulIdentifier", - "src": "14507:3:46" - }, - "nativeSrc": "14507:55:46", - "nodeType": "YulFunctionCall", - "src": "14507:55:46" + "kind": "number", + "nativeSrc": "19201:2:46", + "nodeType": "YulLiteral", + "src": "19201:2:46", + "type": "", + "value": "64" } ], "functionName": { - "name": "mstore", - "nativeSrc": "14489:6:46", + "name": "add", + "nativeSrc": "19186:3:46", "nodeType": "YulIdentifier", - "src": "14489:6:46" + "src": "19186:3:46" }, - "nativeSrc": "14489:74:46", + "nativeSrc": "19186:18:46", "nodeType": "YulFunctionCall", - "src": "14489:74:46" + "src": "19186:18:46" }, - "nativeSrc": "14489:74:46", - "nodeType": "YulExpressionStatement", - "src": "14489:74:46" + "variableNames": [ + { + "name": "tail", + "nativeSrc": "19178:4:46", + "nodeType": "YulIdentifier", + "src": "19178:4:46" + } + ] }, { "expression": { "arguments": [ { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14583:9:46", - "nodeType": "YulIdentifier", - "src": "14583:9:46" - }, - { - "kind": "number", - "nativeSrc": "14594:2:46", - "nodeType": "YulLiteral", - "src": "14594:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14579:3:46", - "nodeType": "YulIdentifier", - "src": "14579:3:46" - }, - "nativeSrc": "14579:18:46", - "nodeType": "YulFunctionCall", - "src": "14579:18:46" + "name": "headStart", + "nativeSrc": "19220:9:46", + "nodeType": "YulIdentifier", + "src": "19220:9:46" }, { "arguments": [ { - "name": "value1", - "nativeSrc": "14603:6:46", + "name": "value0", + "nativeSrc": "19235:6:46", "nodeType": "YulIdentifier", - "src": "14603:6:46" + "src": "19235:6:46" }, { "kind": "number", - "nativeSrc": "14611:42:46", + "nativeSrc": "19243:42:46", "nodeType": "YulLiteral", - "src": "14611:42:46", + "src": "19243:42:46", "type": "", "value": "0xffffffffffffffffffffffffffffffffffffffff" } ], "functionName": { "name": "and", - "nativeSrc": "14599:3:46", + "nativeSrc": "19231:3:46", "nodeType": "YulIdentifier", - "src": "14599:3:46" + "src": "19231:3:46" }, - "nativeSrc": "14599:55:46", + "nativeSrc": "19231:55:46", "nodeType": "YulFunctionCall", - "src": "14599:55:46" + "src": "19231:55:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "14572:6:46", + "nativeSrc": "19213:6:46", "nodeType": "YulIdentifier", - "src": "14572:6:46" + "src": "19213:6:46" }, - "nativeSrc": "14572:83:46", + "nativeSrc": "19213:74:46", "nodeType": "YulFunctionCall", - "src": "14572:83:46" + "src": "19213:74:46" }, - "nativeSrc": "14572:83:46", + "nativeSrc": "19213:74:46", "nodeType": "YulExpressionStatement", - "src": "14572:83:46" + "src": "19213:74:46" }, { "expression": { @@ -306848,1385 +312900,1069 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "14675:9:46", + "nativeSrc": "19307:9:46", "nodeType": "YulIdentifier", - "src": "14675:9:46" + "src": "19307:9:46" }, { "kind": "number", - "nativeSrc": "14686:2:46", + "nativeSrc": "19318:2:46", "nodeType": "YulLiteral", - "src": "14686:2:46", + "src": "19318:2:46", "type": "", - "value": "64" + "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "14671:3:46", + "nativeSrc": "19303:3:46", "nodeType": "YulIdentifier", - "src": "14671:3:46" + "src": "19303:3:46" }, - "nativeSrc": "14671:18:46", + "nativeSrc": "19303:18:46", "nodeType": "YulFunctionCall", - "src": "14671:18:46" - }, - { - "kind": "number", - "nativeSrc": "14691:2:46", - "nodeType": "YulLiteral", - "src": "14691:2:46", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14664:6:46", - "nodeType": "YulIdentifier", - "src": "14664:6:46" - }, - "nativeSrc": "14664:30:46", - "nodeType": "YulFunctionCall", - "src": "14664:30:46" - }, - "nativeSrc": "14664:30:46", - "nodeType": "YulExpressionStatement", - "src": "14664:30:46" - }, - { - "nativeSrc": "14703:70:46", - "nodeType": "YulAssignment", - "src": "14703:70:46", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "14738:6:46", - "nodeType": "YulIdentifier", - "src": "14738:6:46" - }, - { - "name": "value3", - "nativeSrc": "14746:6:46", - "nodeType": "YulIdentifier", - "src": "14746:6:46" + "src": "19303:18:46" }, { "arguments": [ { - "name": "headStart", - "nativeSrc": "14758:9:46", + "name": "value1", + "nativeSrc": "19327:6:46", "nodeType": "YulIdentifier", - "src": "14758:9:46" + "src": "19327:6:46" }, { "kind": "number", - "nativeSrc": "14769:2:46", + "nativeSrc": "19335:66:46", "nodeType": "YulLiteral", - "src": "14769:2:46", + "src": "19335:66:46", "type": "", - "value": "96" + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" } ], "functionName": { - "name": "add", - "nativeSrc": "14754:3:46", + "name": "and", + "nativeSrc": "19323:3:46", "nodeType": "YulIdentifier", - "src": "14754:3:46" + "src": "19323:3:46" }, - "nativeSrc": "14754:18:46", + "nativeSrc": "19323:79:46", "nodeType": "YulFunctionCall", - "src": "14754:18:46" + "src": "19323:79:46" } ], "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "14711:26:46", + "name": "mstore", + "nativeSrc": "19296:6:46", "nodeType": "YulIdentifier", - "src": "14711:26:46" + "src": "19296:6:46" }, - "nativeSrc": "14711:62:46", + "nativeSrc": "19296:107:46", "nodeType": "YulFunctionCall", - "src": "14711:62:46" + "src": "19296:107:46" }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "14703:4:46", - "nodeType": "YulIdentifier", - "src": "14703:4:46" - } - ] + "nativeSrc": "19296:107:46", + "nodeType": "YulExpressionStatement", + "src": "19296:107:46" } ] }, - "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:46", + "name": "abi_encode_tuple_t_address_t_bytes4__to_t_address_t_bytes4__fromStack_reversed", + "nativeSrc": "19041:368:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "14424:9:46", - "nodeType": "YulTypedName", - "src": "14424:9:46", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "14435:6:46", - "nodeType": "YulTypedName", - "src": "14435:6:46", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "14443:6:46", + "nativeSrc": "19129:9:46", "nodeType": "YulTypedName", - "src": "14443:6:46", + "src": "19129:9:46", "type": "" }, { "name": "value1", - "nativeSrc": "14451:6:46", + "nativeSrc": "19140:6:46", "nodeType": "YulTypedName", - "src": "14451:6:46", + "src": "19140:6:46", "type": "" }, { "name": "value0", - "nativeSrc": "14459:6:46", + "nativeSrc": "19148:6:46", "nodeType": "YulTypedName", - "src": "14459:6:46", + "src": "19148:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "14470:4:46", + "nativeSrc": "19159:4:46", "nodeType": "YulTypedName", - "src": "14470:4:46", + "src": "19159:4:46", "type": "" } ], - "src": "14294:485:46" + "src": "19041:368:46" }, { "body": { - "nativeSrc": "14816:152:46", + "nativeSrc": "19543:119:46", "nodeType": "YulBlock", - "src": "14816:152:46", + "src": "19543:119:46", "statements": [ { - "expression": { + "nativeSrc": "19553:26:46", + "nodeType": "YulAssignment", + "src": "19553:26:46", + "value": { "arguments": [ { - "kind": "number", - "nativeSrc": "14833:1:46", - "nodeType": "YulLiteral", - "src": "14833:1:46", - "type": "", - "value": "0" + "name": "headStart", + "nativeSrc": "19565:9:46", + "nodeType": "YulIdentifier", + "src": "19565:9:46" }, { "kind": "number", - "nativeSrc": "14836:77:46", + "nativeSrc": "19576:2:46", "nodeType": "YulLiteral", - "src": "14836:77:46", + "src": "19576:2:46", "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + "value": "64" } ], "functionName": { - "name": "mstore", - "nativeSrc": "14826:6:46", + "name": "add", + "nativeSrc": "19561:3:46", "nodeType": "YulIdentifier", - "src": "14826:6:46" + "src": "19561:3:46" }, - "nativeSrc": "14826:88:46", + "nativeSrc": "19561:18:46", "nodeType": "YulFunctionCall", - "src": "14826:88:46" + "src": "19561:18:46" }, - "nativeSrc": "14826:88:46", - "nodeType": "YulExpressionStatement", - "src": "14826:88:46" + "variableNames": [ + { + "name": "tail", + "nativeSrc": "19553:4:46", + "nodeType": "YulIdentifier", + "src": "19553:4:46" + } + ] }, { "expression": { "arguments": [ { - "kind": "number", - "nativeSrc": "14930:1:46", - "nodeType": "YulLiteral", - "src": "14930:1:46", - "type": "", - "value": "4" + "name": "headStart", + "nativeSrc": "19595:9:46", + "nodeType": "YulIdentifier", + "src": "19595:9:46" }, { - "kind": "number", - "nativeSrc": "14933:4:46", - "nodeType": "YulLiteral", - "src": "14933:4:46", - "type": "", - "value": "0x11" + "name": "value0", + "nativeSrc": "19606:6:46", + "nodeType": "YulIdentifier", + "src": "19606:6:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "14923:6:46", + "nativeSrc": "19588:6:46", "nodeType": "YulIdentifier", - "src": "14923:6:46" + "src": "19588:6:46" }, - "nativeSrc": "14923:15:46", + "nativeSrc": "19588:25:46", "nodeType": "YulFunctionCall", - "src": "14923:15:46" + "src": "19588:25:46" }, - "nativeSrc": "14923:15:46", + "nativeSrc": "19588:25:46", "nodeType": "YulExpressionStatement", - "src": "14923:15:46" + "src": "19588:25:46" }, { "expression": { "arguments": [ { - "kind": "number", - "nativeSrc": "14954:1:46", - "nodeType": "YulLiteral", - "src": "14954:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14957:4:46", - "nodeType": "YulLiteral", - "src": "14957:4:46", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14947:6:46", - "nodeType": "YulIdentifier", - "src": "14947:6:46" - }, - "nativeSrc": "14947:15:46", - "nodeType": "YulFunctionCall", - "src": "14947:15:46" - }, - "nativeSrc": "14947:15:46", - "nodeType": "YulExpressionStatement", - "src": "14947:15:46" - } - ] - }, - "name": "panic_error_0x11", - "nativeSrc": "14784:184:46", - "nodeType": "YulFunctionDefinition", - "src": "14784:184:46" - }, - { - "body": { - "nativeSrc": "15022:79:46", - "nodeType": "YulBlock", - "src": "15022:79:46", - "statements": [ - { - "nativeSrc": "15032:17:46", - "nodeType": "YulAssignment", - "src": "15032:17:46", - "value": { - "arguments": [ - { - "name": "x", - "nativeSrc": "15044:1:46", - "nodeType": "YulIdentifier", - "src": "15044:1:46" - }, - { - "name": "y", - "nativeSrc": "15047:1:46", - "nodeType": "YulIdentifier", - "src": "15047:1:46" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15040:3:46", - "nodeType": "YulIdentifier", - "src": "15040:3:46" - }, - "nativeSrc": "15040:9:46", - "nodeType": "YulFunctionCall", - "src": "15040:9:46" - }, - "variableNames": [ - { - "name": "diff", - "nativeSrc": "15032:4:46", - "nodeType": "YulIdentifier", - "src": "15032:4:46" - } - ] - }, - { - "body": { - "nativeSrc": "15073:22:46", - "nodeType": "YulBlock", - "src": "15073:22:46", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "15075:16:46", + "arguments": [ + { + "name": "headStart", + "nativeSrc": "19633:9:46", "nodeType": "YulIdentifier", - "src": "15075:16:46" + "src": "19633:9:46" }, - "nativeSrc": "15075:18:46", - "nodeType": "YulFunctionCall", - "src": "15075:18:46" + { + "kind": "number", + "nativeSrc": "19644:2:46", + "nodeType": "YulLiteral", + "src": "19644:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19629:3:46", + "nodeType": "YulIdentifier", + "src": "19629:3:46" }, - "nativeSrc": "15075:18:46", - "nodeType": "YulExpressionStatement", - "src": "15075:18:46" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "diff", - "nativeSrc": "15064:4:46", - "nodeType": "YulIdentifier", - "src": "15064:4:46" + "nativeSrc": "19629:18:46", + "nodeType": "YulFunctionCall", + "src": "19629:18:46" }, { - "name": "x", - "nativeSrc": "15070:1:46", + "name": "value1", + "nativeSrc": "19649:6:46", "nodeType": "YulIdentifier", - "src": "15070:1:46" + "src": "19649:6:46" } ], "functionName": { - "name": "gt", - "nativeSrc": "15061:2:46", + "name": "mstore", + "nativeSrc": "19622:6:46", "nodeType": "YulIdentifier", - "src": "15061:2:46" + "src": "19622:6:46" }, - "nativeSrc": "15061:11:46", + "nativeSrc": "19622:34:46", "nodeType": "YulFunctionCall", - "src": "15061:11:46" + "src": "19622:34:46" }, - "nativeSrc": "15058:37:46", - "nodeType": "YulIf", - "src": "15058:37:46" + "nativeSrc": "19622:34:46", + "nodeType": "YulExpressionStatement", + "src": "19622:34:46" } ] }, - "name": "checked_sub_t_uint256", - "nativeSrc": "14973:128:46", + "name": "abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed", + "nativeSrc": "19414:248:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "x", - "nativeSrc": "15004:1:46", + "name": "headStart", + "nativeSrc": "19504:9:46", "nodeType": "YulTypedName", - "src": "15004:1:46", + "src": "19504:9:46", "type": "" }, { - "name": "y", - "nativeSrc": "15007:1:46", + "name": "value1", + "nativeSrc": "19515:6:46", "nodeType": "YulTypedName", - "src": "15007:1:46", + "src": "19515:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "19523:6:46", + "nodeType": "YulTypedName", + "src": "19523:6:46", "type": "" } ], "returnVariables": [ { - "name": "diff", - "nativeSrc": "15013:4:46", + "name": "tail", + "nativeSrc": "19534:4:46", "nodeType": "YulTypedName", - "src": "15013:4:46", + "src": "19534:4:46", "type": "" } ], - "src": "14973:128:46" + "src": "19414:248:46" }, { "body": { - "nativeSrc": "15236:201:46", + "nativeSrc": "19804:150:46", "nodeType": "YulBlock", - "src": "15236:201:46", + "src": "19804:150:46", "statements": [ { - "body": { - "nativeSrc": "15274:16:46", - "nodeType": "YulBlock", - "src": "15274:16:46", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15283:1:46", - "nodeType": "YulLiteral", - "src": "15283:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15286:1:46", - "nodeType": "YulLiteral", - "src": "15286:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15276:6:46", - "nodeType": "YulIdentifier", - "src": "15276:6:46" - }, - "nativeSrc": "15276:12:46", - "nodeType": "YulFunctionCall", - "src": "15276:12:46" - }, - "nativeSrc": "15276:12:46", - "nodeType": "YulExpressionStatement", - "src": "15276:12:46" - } - ] - }, - "condition": { + "nativeSrc": "19814:27:46", + "nodeType": "YulVariableDeclaration", + "src": "19814:27:46", + "value": { "arguments": [ { - "name": "startIndex", - "nativeSrc": "15252:10:46", - "nodeType": "YulIdentifier", - "src": "15252:10:46" - }, - { - "name": "endIndex", - "nativeSrc": "15264:8:46", + "name": "value0", + "nativeSrc": "19834:6:46", "nodeType": "YulIdentifier", - "src": "15264:8:46" + "src": "19834:6:46" } ], "functionName": { - "name": "gt", - "nativeSrc": "15249:2:46", + "name": "mload", + "nativeSrc": "19828:5:46", "nodeType": "YulIdentifier", - "src": "15249:2:46" + "src": "19828:5:46" }, - "nativeSrc": "15249:24:46", + "nativeSrc": "19828:13:46", "nodeType": "YulFunctionCall", - "src": "15249:24:46" + "src": "19828:13:46" }, - "nativeSrc": "15246:44:46", - "nodeType": "YulIf", - "src": "15246:44:46" + "variables": [ + { + "name": "length", + "nativeSrc": "19818:6:46", + "nodeType": "YulTypedName", + "src": "19818:6:46", + "type": "" + } + ] }, { - "body": { - "nativeSrc": "15323:16:46", - "nodeType": "YulBlock", - "src": "15323:16:46", - "statements": [ + "expression": { + "arguments": [ { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15332:1:46", - "nodeType": "YulLiteral", - "src": "15332:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15335:1:46", - "nodeType": "YulLiteral", - "src": "15335:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15325:6:46", + "arguments": [ + { + "name": "value0", + "nativeSrc": "19889:6:46", "nodeType": "YulIdentifier", - "src": "15325:6:46" + "src": "19889:6:46" }, - "nativeSrc": "15325:12:46", - "nodeType": "YulFunctionCall", - "src": "15325:12:46" - }, - "nativeSrc": "15325:12:46", - "nodeType": "YulExpressionStatement", - "src": "15325:12:46" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "endIndex", - "nativeSrc": "15305:8:46", - "nodeType": "YulIdentifier", - "src": "15305:8:46" - }, - { - "name": "length", - "nativeSrc": "15315:6:46", - "nodeType": "YulIdentifier", - "src": "15315:6:46" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15302:2:46", - "nodeType": "YulIdentifier", - "src": "15302:2:46" - }, - "nativeSrc": "15302:20:46", - "nodeType": "YulFunctionCall", - "src": "15302:20:46" - }, - "nativeSrc": "15299:40:46", - "nodeType": "YulIf", - "src": "15299:40:46" - }, - { - "nativeSrc": "15348:36:46", - "nodeType": "YulAssignment", - "src": "15348:36:46", - "value": { - "arguments": [ + { + "kind": "number", + "nativeSrc": "19897:4:46", + "nodeType": "YulLiteral", + "src": "19897:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19885:3:46", + "nodeType": "YulIdentifier", + "src": "19885:3:46" + }, + "nativeSrc": "19885:17:46", + "nodeType": "YulFunctionCall", + "src": "19885:17:46" + }, { - "name": "offset", - "nativeSrc": "15365:6:46", + "name": "pos", + "nativeSrc": "19904:3:46", "nodeType": "YulIdentifier", - "src": "15365:6:46" + "src": "19904:3:46" }, { - "name": "startIndex", - "nativeSrc": "15373:10:46", + "name": "length", + "nativeSrc": "19909:6:46", "nodeType": "YulIdentifier", - "src": "15373:10:46" + "src": "19909:6:46" } ], "functionName": { - "name": "add", - "nativeSrc": "15361:3:46", + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "19850:34:46", "nodeType": "YulIdentifier", - "src": "15361:3:46" + "src": "19850:34:46" }, - "nativeSrc": "15361:23:46", + "nativeSrc": "19850:66:46", "nodeType": "YulFunctionCall", - "src": "15361:23:46" + "src": "19850:66:46" }, - "variableNames": [ - { - "name": "offsetOut", - "nativeSrc": "15348:9:46", - "nodeType": "YulIdentifier", - "src": "15348:9:46" - } - ] + "nativeSrc": "19850:66:46", + "nodeType": "YulExpressionStatement", + "src": "19850:66:46" }, { - "nativeSrc": "15393:38:46", + "nativeSrc": "19925:23:46", "nodeType": "YulAssignment", - "src": "15393:38:46", + "src": "19925:23:46", "value": { "arguments": [ { - "name": "endIndex", - "nativeSrc": "15410:8:46", + "name": "pos", + "nativeSrc": "19936:3:46", "nodeType": "YulIdentifier", - "src": "15410:8:46" + "src": "19936:3:46" }, { - "name": "startIndex", - "nativeSrc": "15420:10:46", + "name": "length", + "nativeSrc": "19941:6:46", "nodeType": "YulIdentifier", - "src": "15420:10:46" + "src": "19941:6:46" } ], "functionName": { - "name": "sub", - "nativeSrc": "15406:3:46", + "name": "add", + "nativeSrc": "19932:3:46", "nodeType": "YulIdentifier", - "src": "15406:3:46" + "src": "19932:3:46" }, - "nativeSrc": "15406:25:46", + "nativeSrc": "19932:16:46", "nodeType": "YulFunctionCall", - "src": "15406:25:46" + "src": "19932:16:46" }, "variableNames": [ { - "name": "lengthOut", - "nativeSrc": "15393:9:46", + "name": "end", + "nativeSrc": "19925:3:46", "nodeType": "YulIdentifier", - "src": "15393:9:46" + "src": "19925:3:46" } ] } ] }, - "name": "calldata_array_index_range_access_t_bytes_calldata_ptr", - "nativeSrc": "15106:331:46", + "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", + "nativeSrc": "19667:287:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "offset", - "nativeSrc": "15170:6:46", - "nodeType": "YulTypedName", - "src": "15170:6:46", - "type": "" - }, - { - "name": "length", - "nativeSrc": "15178:6:46", - "nodeType": "YulTypedName", - "src": "15178:6:46", - "type": "" - }, - { - "name": "startIndex", - "nativeSrc": "15186:10:46", + "name": "pos", + "nativeSrc": "19780:3:46", "nodeType": "YulTypedName", - "src": "15186:10:46", + "src": "19780:3:46", "type": "" }, { - "name": "endIndex", - "nativeSrc": "15198:8:46", + "name": "value0", + "nativeSrc": "19785:6:46", "nodeType": "YulTypedName", - "src": "15198:8:46", + "src": "19785:6:46", "type": "" } ], "returnVariables": [ { - "name": "offsetOut", - "nativeSrc": "15211:9:46", - "nodeType": "YulTypedName", - "src": "15211:9:46", - "type": "" - }, - { - "name": "lengthOut", - "nativeSrc": "15222:9:46", + "name": "end", + "nativeSrc": "19796:3:46", "nodeType": "YulTypedName", - "src": "15222:9:46", + "src": "19796:3:46", "type": "" } ], - "src": "15106:331:46" + "src": "19667:287:46" }, { "body": { - "nativeSrc": "15474:152:46", + "nativeSrc": "20106:216:46", "nodeType": "YulBlock", - "src": "15474:152:46", + "src": "20106:216:46", "statements": [ { - "expression": { + "nativeSrc": "20116:26:46", + "nodeType": "YulAssignment", + "src": "20116:26:46", + "value": { "arguments": [ { - "kind": "number", - "nativeSrc": "15491:1:46", - "nodeType": "YulLiteral", - "src": "15491:1:46", - "type": "", - "value": "0" + "name": "headStart", + "nativeSrc": "20128:9:46", + "nodeType": "YulIdentifier", + "src": "20128:9:46" }, { "kind": "number", - "nativeSrc": "15494:77:46", + "nativeSrc": "20139:2:46", "nodeType": "YulLiteral", - "src": "15494:77:46", + "src": "20139:2:46", "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + "value": "96" } ], "functionName": { - "name": "mstore", - "nativeSrc": "15484:6:46", + "name": "add", + "nativeSrc": "20124:3:46", "nodeType": "YulIdentifier", - "src": "15484:6:46" + "src": "20124:3:46" }, - "nativeSrc": "15484:88:46", + "nativeSrc": "20124:18:46", "nodeType": "YulFunctionCall", - "src": "15484:88:46" + "src": "20124:18:46" }, - "nativeSrc": "15484:88:46", - "nodeType": "YulExpressionStatement", - "src": "15484:88:46" + "variableNames": [ + { + "name": "tail", + "nativeSrc": "20116:4:46", + "nodeType": "YulIdentifier", + "src": "20116:4:46" + } + ] }, { "expression": { "arguments": [ { - "kind": "number", - "nativeSrc": "15588:1:46", - "nodeType": "YulLiteral", - "src": "15588:1:46", - "type": "", - "value": "4" + "name": "headStart", + "nativeSrc": "20158:9:46", + "nodeType": "YulIdentifier", + "src": "20158:9:46" }, { - "kind": "number", - "nativeSrc": "15591:4:46", - "nodeType": "YulLiteral", - "src": "15591:4:46", - "type": "", - "value": "0x41" + "arguments": [ + { + "name": "value0", + "nativeSrc": "20173:6:46", + "nodeType": "YulIdentifier", + "src": "20173:6:46" + }, + { + "kind": "number", + "nativeSrc": "20181:10:46", + "nodeType": "YulLiteral", + "src": "20181:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20169:3:46", + "nodeType": "YulIdentifier", + "src": "20169:3:46" + }, + "nativeSrc": "20169:23:46", + "nodeType": "YulFunctionCall", + "src": "20169:23:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "15581:6:46", + "nativeSrc": "20151:6:46", "nodeType": "YulIdentifier", - "src": "15581:6:46" + "src": "20151:6:46" }, - "nativeSrc": "15581:15:46", + "nativeSrc": "20151:42:46", "nodeType": "YulFunctionCall", - "src": "15581:15:46" + "src": "20151:42:46" }, - "nativeSrc": "15581:15:46", + "nativeSrc": "20151:42:46", "nodeType": "YulExpressionStatement", - "src": "15581:15:46" + "src": "20151:42:46" }, { "expression": { "arguments": [ { - "kind": "number", - "nativeSrc": "15612:1:46", - "nodeType": "YulLiteral", - "src": "15612:1:46", - "type": "", - "value": "0" + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20213:9:46", + "nodeType": "YulIdentifier", + "src": "20213:9:46" + }, + { + "kind": "number", + "nativeSrc": "20224:2:46", + "nodeType": "YulLiteral", + "src": "20224:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20209:3:46", + "nodeType": "YulIdentifier", + "src": "20209:3:46" + }, + "nativeSrc": "20209:18:46", + "nodeType": "YulFunctionCall", + "src": "20209:18:46" }, { - "kind": "number", - "nativeSrc": "15615:4:46", - "nodeType": "YulLiteral", - "src": "15615:4:46", - "type": "", - "value": "0x24" + "arguments": [ + { + "name": "value1", + "nativeSrc": "20233:6:46", + "nodeType": "YulIdentifier", + "src": "20233:6:46" + }, + { + "kind": "number", + "nativeSrc": "20241:14:46", + "nodeType": "YulLiteral", + "src": "20241:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20229:3:46", + "nodeType": "YulIdentifier", + "src": "20229:3:46" + }, + "nativeSrc": "20229:27:46", + "nodeType": "YulFunctionCall", + "src": "20229:27:46" } ], "functionName": { - "name": "revert", - "nativeSrc": "15605:6:46", + "name": "mstore", + "nativeSrc": "20202:6:46", "nodeType": "YulIdentifier", - "src": "15605:6:46" + "src": "20202:6:46" }, - "nativeSrc": "15605:15:46", + "nativeSrc": "20202:55:46", "nodeType": "YulFunctionCall", - "src": "15605:15:46" + "src": "20202:55:46" }, - "nativeSrc": "15605:15:46", + "nativeSrc": "20202:55:46", "nodeType": "YulExpressionStatement", - "src": "15605:15:46" - } - ] - }, - "name": "panic_error_0x41", - "nativeSrc": "15442:184:46", - "nodeType": "YulFunctionDefinition", - "src": "15442:184:46" - }, - { - "body": { - "nativeSrc": "15725:427:46", - "nodeType": "YulBlock", - "src": "15725:427:46", - "statements": [ - { - "nativeSrc": "15735:51:46", - "nodeType": "YulVariableDeclaration", - "src": "15735:51:46", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "15774:11:46", - "nodeType": "YulIdentifier", - "src": "15774:11:46" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15761:12:46", - "nodeType": "YulIdentifier", - "src": "15761:12:46" - }, - "nativeSrc": "15761:25:46", - "nodeType": "YulFunctionCall", - "src": "15761:25:46" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "15739:18:46", - "nodeType": "YulTypedName", - "src": "15739:18:46", - "type": "" - } - ] + "src": "20202:55:46" }, { - "body": { - "nativeSrc": "15875:16:46", - "nodeType": "YulBlock", - "src": "15875:16:46", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15884:1:46", - "nodeType": "YulLiteral", - "src": "15884:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15887:1:46", - "nodeType": "YulLiteral", - "src": "15887:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15877:6:46", - "nodeType": "YulIdentifier", - "src": "15877:6:46" - }, - "nativeSrc": "15877:12:46", - "nodeType": "YulFunctionCall", - "src": "15877:12:46" - }, - "nativeSrc": "15877:12:46", - "nodeType": "YulExpressionStatement", - "src": "15877:12:46" - } - ] - }, - "condition": { + "expression": { "arguments": [ { "arguments": [ { - "name": "rel_offset_of_tail", - "nativeSrc": "15809:18:46", + "name": "headStart", + "nativeSrc": "20277:9:46", "nodeType": "YulIdentifier", - "src": "15809:18:46" + "src": "20277:9:46" }, + { + "kind": "number", + "nativeSrc": "20288:2:46", + "nodeType": "YulLiteral", + "src": "20288:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20273:3:46", + "nodeType": "YulIdentifier", + "src": "20273:3:46" + }, + "nativeSrc": "20273:18:46", + "nodeType": "YulFunctionCall", + "src": "20273:18:46" + }, + { + "arguments": [ { "arguments": [ { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "15837:12:46", - "nodeType": "YulIdentifier", - "src": "15837:12:46" - }, - "nativeSrc": "15837:14:46", - "nodeType": "YulFunctionCall", - "src": "15837:14:46" - }, - { - "name": "base_ref", - "nativeSrc": "15853:8:46", - "nodeType": "YulIdentifier", - "src": "15853:8:46" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15833:3:46", - "nodeType": "YulIdentifier", - "src": "15833:3:46" - }, - "nativeSrc": "15833:29:46", - "nodeType": "YulFunctionCall", - "src": "15833:29:46" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15868:2:46", - "nodeType": "YulLiteral", - "src": "15868:2:46", - "type": "", - "value": "30" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "15864:3:46", - "nodeType": "YulIdentifier", - "src": "15864:3:46" - }, - "nativeSrc": "15864:7:46", - "nodeType": "YulFunctionCall", - "src": "15864:7:46" + "name": "value2", + "nativeSrc": "20307:6:46", + "nodeType": "YulIdentifier", + "src": "20307:6:46" } ], "functionName": { - "name": "add", - "nativeSrc": "15829:3:46", + "name": "iszero", + "nativeSrc": "20300:6:46", "nodeType": "YulIdentifier", - "src": "15829:3:46" + "src": "20300:6:46" }, - "nativeSrc": "15829:43:46", + "nativeSrc": "20300:14:46", "nodeType": "YulFunctionCall", - "src": "15829:43:46" + "src": "20300:14:46" } ], "functionName": { - "name": "slt", - "nativeSrc": "15805:3:46", + "name": "iszero", + "nativeSrc": "20293:6:46", "nodeType": "YulIdentifier", - "src": "15805:3:46" + "src": "20293:6:46" }, - "nativeSrc": "15805:68:46", + "nativeSrc": "20293:22:46", "nodeType": "YulFunctionCall", - "src": "15805:68:46" + "src": "20293:22:46" } ], "functionName": { - "name": "iszero", - "nativeSrc": "15798:6:46", + "name": "mstore", + "nativeSrc": "20266:6:46", "nodeType": "YulIdentifier", - "src": "15798:6:46" + "src": "20266:6:46" }, - "nativeSrc": "15798:76:46", + "nativeSrc": "20266:50:46", "nodeType": "YulFunctionCall", - "src": "15798:76:46" + "src": "20266:50:46" }, - "nativeSrc": "15795:96:46", - "nodeType": "YulIf", - "src": "15795:96:46" - }, + "nativeSrc": "20266:50:46", + "nodeType": "YulExpressionStatement", + "src": "20266:50:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint32_t_uint48_t_bool__to_t_uint32_t_uint48_t_bool__fromStack_reversed", + "nativeSrc": "19959:363:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "20059:9:46", + "nodeType": "YulTypedName", + "src": "20059:9:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "20070:6:46", + "nodeType": "YulTypedName", + "src": "20070:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "20078:6:46", + "nodeType": "YulTypedName", + "src": "20078:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "20086:6:46", + "nodeType": "YulTypedName", + "src": "20086:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "20097:4:46", + "nodeType": "YulTypedName", + "src": "20097:4:46", + "type": "" + } + ], + "src": "19959:363:46" + }, + { + "body": { + "nativeSrc": "20452:157:46", + "nodeType": "YulBlock", + "src": "20452:157:46", + "statements": [ { - "nativeSrc": "15900:47:46", - "nodeType": "YulVariableDeclaration", - "src": "15900:47:46", + "nativeSrc": "20462:26:46", + "nodeType": "YulAssignment", + "src": "20462:26:46", "value": { "arguments": [ { - "name": "base_ref", - "nativeSrc": "15918:8:46", + "name": "headStart", + "nativeSrc": "20474:9:46", "nodeType": "YulIdentifier", - "src": "15918:8:46" + "src": "20474:9:46" }, { - "name": "rel_offset_of_tail", - "nativeSrc": "15928:18:46", - "nodeType": "YulIdentifier", - "src": "15928:18:46" + "kind": "number", + "nativeSrc": "20485:2:46", + "nodeType": "YulLiteral", + "src": "20485:2:46", + "type": "", + "value": "64" } ], "functionName": { "name": "add", - "nativeSrc": "15914:3:46", - "nodeType": "YulIdentifier", - "src": "15914:3:46" - }, - "nativeSrc": "15914:33:46", - "nodeType": "YulFunctionCall", - "src": "15914:33:46" - }, - "variables": [ - { - "name": "addr_1", - "nativeSrc": "15904:6:46", - "nodeType": "YulTypedName", - "src": "15904:6:46", - "type": "" - } - ] - }, - { - "nativeSrc": "15956:30:46", - "nodeType": "YulAssignment", - "src": "15956:30:46", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "15979:6:46", - "nodeType": "YulIdentifier", - "src": "15979:6:46" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15966:12:46", + "nativeSrc": "20470:3:46", "nodeType": "YulIdentifier", - "src": "15966:12:46" + "src": "20470:3:46" }, - "nativeSrc": "15966:20:46", + "nativeSrc": "20470:18:46", "nodeType": "YulFunctionCall", - "src": "15966:20:46" + "src": "20470:18:46" }, "variableNames": [ { - "name": "length", - "nativeSrc": "15956:6:46", + "name": "tail", + "nativeSrc": "20462:4:46", "nodeType": "YulIdentifier", - "src": "15956:6:46" + "src": "20462:4:46" } ] }, { - "body": { - "nativeSrc": "16029:16:46", - "nodeType": "YulBlock", - "src": "16029:16:46", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "16038:1:46", - "nodeType": "YulLiteral", - "src": "16038:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "16041:1:46", - "nodeType": "YulLiteral", - "src": "16041:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "16031:6:46", - "nodeType": "YulIdentifier", - "src": "16031:6:46" - }, - "nativeSrc": "16031:12:46", - "nodeType": "YulFunctionCall", - "src": "16031:12:46" - }, - "nativeSrc": "16031:12:46", - "nodeType": "YulExpressionStatement", - "src": "16031:12:46" - } - ] - }, - "condition": { + "expression": { "arguments": [ { - "name": "length", - "nativeSrc": "16001:6:46", + "name": "headStart", + "nativeSrc": "20504:9:46", "nodeType": "YulIdentifier", - "src": "16001:6:46" + "src": "20504:9:46" }, { - "kind": "number", - "nativeSrc": "16009:18:46", - "nodeType": "YulLiteral", - "src": "16009:18:46", - "type": "", - "value": "0xffffffffffffffff" + "arguments": [ + { + "name": "value0", + "nativeSrc": "20519:6:46", + "nodeType": "YulIdentifier", + "src": "20519:6:46" + }, + { + "kind": "number", + "nativeSrc": "20527:10:46", + "nodeType": "YulLiteral", + "src": "20527:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20515:3:46", + "nodeType": "YulIdentifier", + "src": "20515:3:46" + }, + "nativeSrc": "20515:23:46", + "nodeType": "YulFunctionCall", + "src": "20515:23:46" } ], "functionName": { - "name": "gt", - "nativeSrc": "15998:2:46", + "name": "mstore", + "nativeSrc": "20497:6:46", "nodeType": "YulIdentifier", - "src": "15998:2:46" + "src": "20497:6:46" }, - "nativeSrc": "15998:30:46", + "nativeSrc": "20497:42:46", "nodeType": "YulFunctionCall", - "src": "15998:30:46" + "src": "20497:42:46" }, - "nativeSrc": "15995:50:46", - "nodeType": "YulIf", - "src": "15995:50:46" + "nativeSrc": "20497:42:46", + "nodeType": "YulExpressionStatement", + "src": "20497:42:46" }, { - "nativeSrc": "16054:25:46", - "nodeType": "YulAssignment", - "src": "16054:25:46", - "value": { + "expression": { "arguments": [ { - "name": "addr_1", - "nativeSrc": "16066:6:46", - "nodeType": "YulIdentifier", - "src": "16066:6:46" + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20559:9:46", + "nodeType": "YulIdentifier", + "src": "20559:9:46" + }, + { + "kind": "number", + "nativeSrc": "20570:2:46", + "nodeType": "YulLiteral", + "src": "20570:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20555:3:46", + "nodeType": "YulIdentifier", + "src": "20555:3:46" + }, + "nativeSrc": "20555:18:46", + "nodeType": "YulFunctionCall", + "src": "20555:18:46" }, { - "kind": "number", - "nativeSrc": "16074:4:46", - "nodeType": "YulLiteral", - "src": "16074:4:46", - "type": "", - "value": "0x20" + "arguments": [ + { + "name": "value1", + "nativeSrc": "20579:6:46", + "nodeType": "YulIdentifier", + "src": "20579:6:46" + }, + { + "kind": "number", + "nativeSrc": "20587:14:46", + "nodeType": "YulLiteral", + "src": "20587:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20575:3:46", + "nodeType": "YulIdentifier", + "src": "20575:3:46" + }, + "nativeSrc": "20575:27:46", + "nodeType": "YulFunctionCall", + "src": "20575:27:46" } ], "functionName": { - "name": "add", - "nativeSrc": "16062:3:46", + "name": "mstore", + "nativeSrc": "20548:6:46", "nodeType": "YulIdentifier", - "src": "16062:3:46" + "src": "20548:6:46" }, - "nativeSrc": "16062:17:46", + "nativeSrc": "20548:55:46", "nodeType": "YulFunctionCall", - "src": "16062:17:46" + "src": "20548:55:46" }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "16054:4:46", - "nodeType": "YulIdentifier", - "src": "16054:4:46" - } - ] - }, + "nativeSrc": "20548:55:46", + "nodeType": "YulExpressionStatement", + "src": "20548:55:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint32_t_uint48__to_t_uint32_t_uint48__fromStack_reversed", + "nativeSrc": "20327:282:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "20413:9:46", + "nodeType": "YulTypedName", + "src": "20413:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "20424:6:46", + "nodeType": "YulTypedName", + "src": "20424:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "20432:6:46", + "nodeType": "YulTypedName", + "src": "20432:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "20443:4:46", + "nodeType": "YulTypedName", + "src": "20443:4:46", + "type": "" + } + ], + "src": "20327:282:46" + }, + { + "body": { + "nativeSrc": "20692:177:46", + "nodeType": "YulBlock", + "src": "20692:177:46", + "statements": [ { "body": { - "nativeSrc": "16130:16:46", + "nativeSrc": "20738:16:46", "nodeType": "YulBlock", - "src": "16130:16:46", + "src": "20738:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "16139:1:46", + "nativeSrc": "20747:1:46", "nodeType": "YulLiteral", - "src": "16139:1:46", + "src": "20747:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "16142:1:46", + "nativeSrc": "20750:1:46", "nodeType": "YulLiteral", - "src": "16142:1:46", + "src": "20750:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "16132:6:46", + "nativeSrc": "20740:6:46", "nodeType": "YulIdentifier", - "src": "16132:6:46" + "src": "20740:6:46" }, - "nativeSrc": "16132:12:46", + "nativeSrc": "20740:12:46", "nodeType": "YulFunctionCall", - "src": "16132:12:46" + "src": "20740:12:46" }, - "nativeSrc": "16132:12:46", + "nativeSrc": "20740:12:46", "nodeType": "YulExpressionStatement", - "src": "16132:12:46" + "src": "20740:12:46" } ] }, "condition": { "arguments": [ - { - "name": "addr", - "nativeSrc": "16095:4:46", - "nodeType": "YulIdentifier", - "src": "16095:4:46" - }, { "arguments": [ { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "16105:12:46", - "nodeType": "YulIdentifier", - "src": "16105:12:46" - }, - "nativeSrc": "16105:14:46", - "nodeType": "YulFunctionCall", - "src": "16105:14:46" + "name": "dataEnd", + "nativeSrc": "20713:7:46", + "nodeType": "YulIdentifier", + "src": "20713:7:46" }, { - "name": "length", - "nativeSrc": "16121:6:46", + "name": "headStart", + "nativeSrc": "20722:9:46", "nodeType": "YulIdentifier", - "src": "16121:6:46" + "src": "20722:9:46" } ], "functionName": { "name": "sub", - "nativeSrc": "16101:3:46", + "nativeSrc": "20709:3:46", "nodeType": "YulIdentifier", - "src": "16101:3:46" + "src": "20709:3:46" }, - "nativeSrc": "16101:27:46", + "nativeSrc": "20709:23:46", "nodeType": "YulFunctionCall", - "src": "16101:27:46" - } - ], - "functionName": { - "name": "sgt", - "nativeSrc": "16091:3:46", - "nodeType": "YulIdentifier", - "src": "16091:3:46" - }, - "nativeSrc": "16091:38:46", - "nodeType": "YulFunctionCall", - "src": "16091:38:46" - }, - "nativeSrc": "16088:58:46", - "nodeType": "YulIf", - "src": "16088:58:46" - } - ] - }, - "name": "access_calldata_tail_t_bytes_calldata_ptr", - "nativeSrc": "15631:521:46", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "15682:8:46", - "nodeType": "YulTypedName", - "src": "15682:8:46", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "15692:11:46", - "nodeType": "YulTypedName", - "src": "15692:11:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "15708:4:46", - "nodeType": "YulTypedName", - "src": "15708:4:46", - "type": "" - }, - { - "name": "length", - "nativeSrc": "15714:6:46", - "nodeType": "YulTypedName", - "src": "15714:6:46", - "type": "" - } - ], - "src": "15631:521:46" - }, - { - "body": { - "nativeSrc": "16350:247:46", - "nodeType": "YulBlock", - "src": "16350:247:46", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "16373:3:46", - "nodeType": "YulIdentifier", - "src": "16373:3:46" - }, - { - "name": "value0", - "nativeSrc": "16378:6:46", - "nodeType": "YulIdentifier", - "src": "16378:6:46" + "src": "20709:23:46" }, { - "name": "value1", - "nativeSrc": "16386:6:46", - "nodeType": "YulIdentifier", - "src": "16386:6:46" + "kind": "number", + "nativeSrc": "20734:2:46", + "nodeType": "YulLiteral", + "src": "20734:2:46", + "type": "", + "value": "32" } ], "functionName": { - "name": "calldatacopy", - "nativeSrc": "16360:12:46", + "name": "slt", + "nativeSrc": "20705:3:46", "nodeType": "YulIdentifier", - "src": "16360:12:46" + "src": "20705:3:46" }, - "nativeSrc": "16360:33:46", + "nativeSrc": "20705:32:46", "nodeType": "YulFunctionCall", - "src": "16360:33:46" + "src": "20705:32:46" }, - "nativeSrc": "16360:33:46", - "nodeType": "YulExpressionStatement", - "src": "16360:33:46" + "nativeSrc": "20702:52:46", + "nodeType": "YulIf", + "src": "20702:52:46" }, { - "nativeSrc": "16402:26:46", + "nativeSrc": "20763:36:46", "nodeType": "YulVariableDeclaration", - "src": "16402:26:46", + "src": "20763:36:46", "value": { "arguments": [ { - "name": "pos", - "nativeSrc": "16416:3:46", - "nodeType": "YulIdentifier", - "src": "16416:3:46" - }, - { - "name": "value1", - "nativeSrc": "16421:6:46", + "name": "headStart", + "nativeSrc": "20789:9:46", "nodeType": "YulIdentifier", - "src": "16421:6:46" + "src": "20789:9:46" } ], "functionName": { - "name": "add", - "nativeSrc": "16412:3:46", + "name": "calldataload", + "nativeSrc": "20776:12:46", "nodeType": "YulIdentifier", - "src": "16412:3:46" + "src": "20776:12:46" }, - "nativeSrc": "16412:16:46", + "nativeSrc": "20776:23:46", "nodeType": "YulFunctionCall", - "src": "16412:16:46" + "src": "20776:23:46" }, "variables": [ { - "name": "_1", - "nativeSrc": "16406:2:46", + "name": "value", + "nativeSrc": "20767:5:46", "nodeType": "YulTypedName", - "src": "16406:2:46", + "src": "20767:5:46", "type": "" } ] @@ -308235,251 +313971,294 @@ "expression": { "arguments": [ { - "name": "_1", - "nativeSrc": "16444:2:46", + "name": "value", + "nativeSrc": "20833:5:46", "nodeType": "YulIdentifier", - "src": "16444:2:46" - }, - { - "kind": "number", - "nativeSrc": "16448:1:46", - "nodeType": "YulLiteral", - "src": "16448:1:46", - "type": "", - "value": "0" + "src": "20833:5:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "16437:6:46", + "name": "validator_revert_address", + "nativeSrc": "20808:24:46", "nodeType": "YulIdentifier", - "src": "16437:6:46" + "src": "20808:24:46" }, - "nativeSrc": "16437:13:46", + "nativeSrc": "20808:31:46", "nodeType": "YulFunctionCall", - "src": "16437:13:46" + "src": "20808:31:46" }, - "nativeSrc": "16437:13:46", + "nativeSrc": "20808:31:46", "nodeType": "YulExpressionStatement", - "src": "16437:13:46" + "src": "20808:31:46" }, { - "nativeSrc": "16459:27:46", - "nodeType": "YulVariableDeclaration", - "src": "16459:27:46", + "nativeSrc": "20848:15:46", + "nodeType": "YulAssignment", + "src": "20848:15:46", "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "16479:6:46", - "nodeType": "YulIdentifier", - "src": "16479:6:46" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "16473:5:46", - "nodeType": "YulIdentifier", - "src": "16473:5:46" - }, - "nativeSrc": "16473:13:46", - "nodeType": "YulFunctionCall", - "src": "16473:13:46" + "name": "value", + "nativeSrc": "20858:5:46", + "nodeType": "YulIdentifier", + "src": "20858:5:46" }, - "variables": [ + "variableNames": [ { - "name": "length", - "nativeSrc": "16463:6:46", - "nodeType": "YulTypedName", - "src": "16463:6:46", - "type": "" + "name": "value0", + "nativeSrc": "20848:6:46", + "nodeType": "YulIdentifier", + "src": "20848:6:46" } ] - }, + } + ] + }, + "name": "abi_decode_tuple_t_address_payable", + "nativeSrc": "20614:255:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "20658:9:46", + "nodeType": "YulTypedName", + "src": "20658:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "20669:7:46", + "nodeType": "YulTypedName", + "src": "20669:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "20681:6:46", + "nodeType": "YulTypedName", + "src": "20681:6:46", + "type": "" + } + ], + "src": "20614:255:46" + }, + { + "body": { + "nativeSrc": "20922:122:46", + "nodeType": "YulBlock", + "src": "20922:122:46", + "statements": [ { - "expression": { + "nativeSrc": "20932:51:46", + "nodeType": "YulAssignment", + "src": "20932:51:46", + "value": { "arguments": [ { "arguments": [ { - "name": "value2", - "nativeSrc": "16534:6:46", + "name": "x", + "nativeSrc": "20948:1:46", "nodeType": "YulIdentifier", - "src": "16534:6:46" + "src": "20948:1:46" }, { "kind": "number", - "nativeSrc": "16542:4:46", + "nativeSrc": "20951:10:46", "nodeType": "YulLiteral", - "src": "16542:4:46", + "src": "20951:10:46", "type": "", - "value": "0x20" + "value": "0xffffffff" } ], "functionName": { - "name": "add", - "nativeSrc": "16530:3:46", + "name": "and", + "nativeSrc": "20944:3:46", "nodeType": "YulIdentifier", - "src": "16530:3:46" + "src": "20944:3:46" }, - "nativeSrc": "16530:17:46", + "nativeSrc": "20944:18:46", "nodeType": "YulFunctionCall", - "src": "16530:17:46" - }, - { - "name": "_1", - "nativeSrc": "16549:2:46", - "nodeType": "YulIdentifier", - "src": "16549:2:46" + "src": "20944:18:46" }, { - "name": "length", - "nativeSrc": "16553:6:46", - "nodeType": "YulIdentifier", - "src": "16553:6:46" + "arguments": [ + { + "name": "y", + "nativeSrc": "20968:1:46", + "nodeType": "YulIdentifier", + "src": "20968:1:46" + }, + { + "kind": "number", + "nativeSrc": "20971:10:46", + "nodeType": "YulLiteral", + "src": "20971:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20964:3:46", + "nodeType": "YulIdentifier", + "src": "20964:3:46" + }, + "nativeSrc": "20964:18:46", + "nodeType": "YulFunctionCall", + "src": "20964:18:46" } ], "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "16495:34:46", + "name": "sub", + "nativeSrc": "20940:3:46", "nodeType": "YulIdentifier", - "src": "16495:34:46" + "src": "20940:3:46" }, - "nativeSrc": "16495:65:46", + "nativeSrc": "20940:43:46", "nodeType": "YulFunctionCall", - "src": "16495:65:46" + "src": "20940:43:46" }, - "nativeSrc": "16495:65:46", - "nodeType": "YulExpressionStatement", - "src": "16495:65:46" + "variableNames": [ + { + "name": "diff", + "nativeSrc": "20932:4:46", + "nodeType": "YulIdentifier", + "src": "20932:4:46" + } + ] }, { - "nativeSrc": "16569:22:46", - "nodeType": "YulAssignment", - "src": "16569:22:46", - "value": { + "body": { + "nativeSrc": "21016:22:46", + "nodeType": "YulBlock", + "src": "21016:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x11", + "nativeSrc": "21018:16:46", + "nodeType": "YulIdentifier", + "src": "21018:16:46" + }, + "nativeSrc": "21018:18:46", + "nodeType": "YulFunctionCall", + "src": "21018:18:46" + }, + "nativeSrc": "21018:18:46", + "nodeType": "YulExpressionStatement", + "src": "21018:18:46" + } + ] + }, + "condition": { "arguments": [ { - "name": "_1", - "nativeSrc": "16580:2:46", + "name": "diff", + "nativeSrc": "20998:4:46", "nodeType": "YulIdentifier", - "src": "16580:2:46" + "src": "20998:4:46" }, { - "name": "length", - "nativeSrc": "16584:6:46", - "nodeType": "YulIdentifier", - "src": "16584:6:46" + "kind": "number", + "nativeSrc": "21004:10:46", + "nodeType": "YulLiteral", + "src": "21004:10:46", + "type": "", + "value": "0xffffffff" } ], "functionName": { - "name": "add", - "nativeSrc": "16576:3:46", + "name": "gt", + "nativeSrc": "20995:2:46", "nodeType": "YulIdentifier", - "src": "16576:3:46" + "src": "20995:2:46" }, - "nativeSrc": "16576:15:46", + "nativeSrc": "20995:20:46", "nodeType": "YulFunctionCall", - "src": "16576:15:46" + "src": "20995:20:46" }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "16569:3:46", - "nodeType": "YulIdentifier", - "src": "16569:3:46" - } - ] + "nativeSrc": "20992:46:46", + "nodeType": "YulIf", + "src": "20992:46:46" } ] }, - "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:46", + "name": "checked_sub_t_uint32", + "nativeSrc": "20874:170:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "pos", - "nativeSrc": "16310:3:46", - "nodeType": "YulTypedName", - "src": "16310:3:46", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "16315:6:46", - "nodeType": "YulTypedName", - "src": "16315:6:46", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "16323:6:46", + "name": "x", + "nativeSrc": "20904:1:46", "nodeType": "YulTypedName", - "src": "16323:6:46", + "src": "20904:1:46", "type": "" }, { - "name": "value0", - "nativeSrc": "16331:6:46", + "name": "y", + "nativeSrc": "20907:1:46", "nodeType": "YulTypedName", - "src": "16331:6:46", + "src": "20907:1:46", "type": "" } ], "returnVariables": [ { - "name": "end", - "nativeSrc": "16342:3:46", + "name": "diff", + "nativeSrc": "20913:4:46", "nodeType": "YulTypedName", - "src": "16342:3:46", + "src": "20913:4:46", "type": "" } ], - "src": "16157:440:46" + "src": "20874:170:46" }, { "body": { - "nativeSrc": "16785:426:46", + "nativeSrc": "21185:130:46", "nodeType": "YulBlock", - "src": "16785:426:46", + "src": "21185:130:46", "statements": [ { - "nativeSrc": "16795:27:46", + "nativeSrc": "21195:26:46", "nodeType": "YulAssignment", - "src": "16795:27:46", + "src": "21195:26:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "16807:9:46", + "nativeSrc": "21207:9:46", "nodeType": "YulIdentifier", - "src": "16807:9:46" + "src": "21207:9:46" }, { "kind": "number", - "nativeSrc": "16818:3:46", + "nativeSrc": "21218:2:46", "nodeType": "YulLiteral", - "src": "16818:3:46", + "src": "21218:2:46", "type": "", - "value": "128" + "value": "64" } ], "functionName": { "name": "add", - "nativeSrc": "16803:3:46", + "nativeSrc": "21203:3:46", "nodeType": "YulIdentifier", - "src": "16803:3:46" + "src": "21203:3:46" }, - "nativeSrc": "16803:19:46", + "nativeSrc": "21203:18:46", "nodeType": "YulFunctionCall", - "src": "16803:19:46" + "src": "21203:18:46" }, "variableNames": [ { "name": "tail", - "nativeSrc": "16795:4:46", + "nativeSrc": "21195:4:46", "nodeType": "YulIdentifier", - "src": "16795:4:46" + "src": "21195:4:46" } ] }, @@ -308488,51 +314267,51 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "16838:9:46", + "nativeSrc": "21237:9:46", "nodeType": "YulIdentifier", - "src": "16838:9:46" + "src": "21237:9:46" }, { "arguments": [ { "name": "value0", - "nativeSrc": "16853:6:46", + "nativeSrc": "21252:6:46", "nodeType": "YulIdentifier", - "src": "16853:6:46" + "src": "21252:6:46" }, { "kind": "number", - "nativeSrc": "16861:42:46", + "nativeSrc": "21260:4:46", "nodeType": "YulLiteral", - "src": "16861:42:46", + "src": "21260:4:46", "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" + "value": "0xff" } ], "functionName": { "name": "and", - "nativeSrc": "16849:3:46", + "nativeSrc": "21248:3:46", "nodeType": "YulIdentifier", - "src": "16849:3:46" + "src": "21248:3:46" }, - "nativeSrc": "16849:55:46", + "nativeSrc": "21248:17:46", "nodeType": "YulFunctionCall", - "src": "16849:55:46" + "src": "21248:17:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "16831:6:46", + "nativeSrc": "21230:6:46", "nodeType": "YulIdentifier", - "src": "16831:6:46" + "src": "21230:6:46" }, - "nativeSrc": "16831:74:46", + "nativeSrc": "21230:36:46", "nodeType": "YulFunctionCall", - "src": "16831:74:46" + "src": "21230:36:46" }, - "nativeSrc": "16831:74:46", + "nativeSrc": "21230:36:46", "nodeType": "YulExpressionStatement", - "src": "16831:74:46" + "src": "21230:36:46" }, { "expression": { @@ -308541,864 +314320,962 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "16925:9:46", + "nativeSrc": "21286:9:46", "nodeType": "YulIdentifier", - "src": "16925:9:46" + "src": "21286:9:46" }, { "kind": "number", - "nativeSrc": "16936:2:46", + "nativeSrc": "21297:2:46", "nodeType": "YulLiteral", - "src": "16936:2:46", + "src": "21297:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "16921:3:46", - "nodeType": "YulIdentifier", - "src": "16921:3:46" - }, - "nativeSrc": "16921:18:46", - "nodeType": "YulFunctionCall", - "src": "16921:18:46" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "16945:6:46", - "nodeType": "YulIdentifier", - "src": "16945:6:46" - }, - { - "kind": "number", - "nativeSrc": "16953:42:46", - "nodeType": "YulLiteral", - "src": "16953:42:46", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "16941:3:46", - "nodeType": "YulIdentifier", - "src": "16941:3:46" - }, - "nativeSrc": "16941:55:46", - "nodeType": "YulFunctionCall", - "src": "16941:55:46" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16914:6:46", - "nodeType": "YulIdentifier", - "src": "16914:6:46" - }, - "nativeSrc": "16914:83:46", - "nodeType": "YulFunctionCall", - "src": "16914:83:46" - }, - "nativeSrc": "16914:83:46", - "nodeType": "YulExpressionStatement", - "src": "16914:83:46" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17017:9:46", - "nodeType": "YulIdentifier", - "src": "17017:9:46" - }, - { - "kind": "number", - "nativeSrc": "17028:2:46", - "nodeType": "YulLiteral", - "src": "17028:2:46", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17013:3:46", - "nodeType": "YulIdentifier", - "src": "17013:3:46" - }, - "nativeSrc": "17013:18:46", - "nodeType": "YulFunctionCall", - "src": "17013:18:46" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "17037:6:46", - "nodeType": "YulIdentifier", - "src": "17037:6:46" - }, - { - "kind": "number", - "nativeSrc": "17045:42:46", - "nodeType": "YulLiteral", - "src": "17045:42:46", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17033:3:46", - "nodeType": "YulIdentifier", - "src": "17033:3:46" - }, - "nativeSrc": "17033:55:46", - "nodeType": "YulFunctionCall", - "src": "17033:55:46" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17006:6:46", - "nodeType": "YulIdentifier", - "src": "17006:6:46" - }, - "nativeSrc": "17006:83:46", - "nodeType": "YulFunctionCall", - "src": "17006:83:46" - }, - "nativeSrc": "17006:83:46", - "nodeType": "YulExpressionStatement", - "src": "17006:83:46" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17109:9:46", - "nodeType": "YulIdentifier", - "src": "17109:9:46" - }, - { - "kind": "number", - "nativeSrc": "17120:2:46", - "nodeType": "YulLiteral", - "src": "17120:2:46", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17105:3:46", + "nativeSrc": "21282:3:46", "nodeType": "YulIdentifier", - "src": "17105:3:46" + "src": "21282:3:46" }, - "nativeSrc": "17105:18:46", + "nativeSrc": "21282:18:46", "nodeType": "YulFunctionCall", - "src": "17105:18:46" + "src": "21282:18:46" }, { - "arguments": [ - { - "name": "value3", - "nativeSrc": "17129:6:46", - "nodeType": "YulIdentifier", - "src": "17129:6:46" - }, - { - "kind": "number", - "nativeSrc": "17137:66:46", - "nodeType": "YulLiteral", - "src": "17137:66:46", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17125:3:46", - "nodeType": "YulIdentifier", - "src": "17125:3:46" - }, - "nativeSrc": "17125:79:46", - "nodeType": "YulFunctionCall", - "src": "17125:79:46" + "name": "value1", + "nativeSrc": "21302:6:46", + "nodeType": "YulIdentifier", + "src": "21302:6:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "17098:6:46", + "nativeSrc": "21275:6:46", "nodeType": "YulIdentifier", - "src": "17098:6:46" + "src": "21275:6:46" }, - "nativeSrc": "17098:107:46", + "nativeSrc": "21275:34:46", "nodeType": "YulFunctionCall", - "src": "17098:107:46" + "src": "21275:34:46" }, - "nativeSrc": "17098:107:46", + "nativeSrc": "21275:34:46", "nodeType": "YulExpressionStatement", - "src": "17098:107:46" + "src": "21275:34:46" } ] }, - "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:46", + "name": "abi_encode_tuple_t_rational_48_by_1_t_uint256__to_t_uint8_t_uint256__fromStack_reversed", + "nativeSrc": "21049:266:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "16730:9:46", - "nodeType": "YulTypedName", - "src": "16730:9:46", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "16741:6:46", - "nodeType": "YulTypedName", - "src": "16741:6:46", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "16749:6:46", + "nativeSrc": "21146:9:46", "nodeType": "YulTypedName", - "src": "16749:6:46", + "src": "21146:9:46", "type": "" }, { "name": "value1", - "nativeSrc": "16757:6:46", + "nativeSrc": "21157:6:46", "nodeType": "YulTypedName", - "src": "16757:6:46", + "src": "21157:6:46", "type": "" }, { "name": "value0", - "nativeSrc": "16765:6:46", + "nativeSrc": "21165:6:46", "nodeType": "YulTypedName", - "src": "16765:6:46", + "src": "21165:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "16776:4:46", + "nativeSrc": "21176:4:46", "nodeType": "YulTypedName", - "src": "16776:4:46", + "src": "21176:4:46", "type": "" } ], - "src": "16602:609:46" - }, - { - "body": { - "nativeSrc": "17263:132:46", - "nodeType": "YulBlock", - "src": "17263:132:46", - "statements": [ - { - "nativeSrc": "17273:58:46", - "nodeType": "YulAssignment", - "src": "17273:58:46", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "x", - "nativeSrc": "17288:1:46", - "nodeType": "YulIdentifier", - "src": "17288:1:46" - }, - { - "kind": "number", - "nativeSrc": "17291:14:46", - "nodeType": "YulLiteral", - "src": "17291:14:46", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17284:3:46", - "nodeType": "YulIdentifier", - "src": "17284:3:46" - }, - "nativeSrc": "17284:22:46", - "nodeType": "YulFunctionCall", - "src": "17284:22:46" - }, - { - "arguments": [ - { - "name": "y", - "nativeSrc": "17312:1:46", - "nodeType": "YulIdentifier", - "src": "17312:1:46" - }, - { - "kind": "number", - "nativeSrc": "17315:14:46", - "nodeType": "YulLiteral", - "src": "17315:14:46", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17308:3:46", - "nodeType": "YulIdentifier", - "src": "17308:3:46" - }, - "nativeSrc": "17308:22:46", - "nodeType": "YulFunctionCall", - "src": "17308:22:46" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17280:3:46", - "nodeType": "YulIdentifier", - "src": "17280:3:46" - }, - "nativeSrc": "17280:51:46", - "nodeType": "YulFunctionCall", - "src": "17280:51:46" - }, - "variableNames": [ - { - "name": "sum", - "nativeSrc": "17273:3:46", - "nodeType": "YulIdentifier", - "src": "17273:3:46" - } - ] - }, + "src": "21049:266:46" + } + ] + }, + "contents": "{\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 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_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_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_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": 46, + "language": "Yul", + "name": "#utility.yul" + } + ], + "immutableReferences": {}, + "linkReferences": {}, + "object": "60806040526004361061026a5760003560e01c806375b238fc11610153578063b7009613116100cb578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c61461080b578063f801a6981461082b578063fe0776f51461086557600080fd5b8063d1f856ee146107cb578063d22b5989146107eb57600080fd5b8063c4d66de8116100b0578063c4d66de814610780578063cc1b6c81146107a0578063cfef5e83146107b657600080fd5b8063b700961314610724578063b7d2b1621461076057600080fd5b806394c7d7ee11610122578063a64d95ce11610107578063a64d95ce146106a9578063abd9bd2a146106c9578063ac9650d8146106f757600080fd5b806394c7d7ee14610629578063a166aa891461064957600080fd5b806375b238fc146105ca57806377de1131146105df5780638129fc1c146105f4578063853551b81461060957600080fd5b806330cae187116101e65780634665096d116101b5578063529629521161019a578063529629521461052e578063530dd4561461054e5780636d5115bd146105aa57600080fd5b80634665096d146104f85780634c1da1e21461050e57600080fd5b806330cae187146104295780633adc277a146104495780633ca7c02a146104805780634136a33c1461049c57600080fd5b8063167bd3951161023d5780631cff79cd116102225780631cff79cd1461039c57806325c471a0146103af5780633078f114146103cf57600080fd5b8063167bd3951461035c57806318ff183c1461037c57600080fd5b80630125a4251461026f57806308d6122d146102a25780630b0a93ba146102c457806312be872714610327575b600080fd5b34801561027b57600080fd5b50610284600381565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102ae57600080fd5b506102c26102bd366004612c02565b610885565b005b3480156102d057600080fd5b506102846102df366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad016020526040902060010154600160401b90041690565b34801561033357600080fd5b50610347610342366004612c69565b6108d8565b60405163ffffffff9091168152602001610299565b34801561036857600080fd5b506102c2610377366004612c84565b610944565b34801561038857600080fd5b506102c2610397366004612cc2565b61095a565b6103476103aa366004612d32565b6109da565b3480156103bb57600080fd5b506102c26103ca366004612d9b565b610b79565b3480156103db57600080fd5b506103ef6103ea366004612de0565b610b9b565b604051610299949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b34801561043557600080fd5b506102c2610444366004612dfc565b610c33565b34801561045557600080fd5b50610469610464366004612e2f565b610c45565b60405165ffffffffffff9091168152602001610299565b34801561048c57600080fd5b5061028467ffffffffffffffff81565b3480156104a857600080fd5b506103476104b7366004612e2f565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561050457600080fd5b5062093a80610347565b34801561051a57600080fd5b50610347610529366004612e48565b610ca9565b34801561053a57600080fd5b506102c2610549366004612dfc565b610ce6565b34801561055a57600080fd5b50610284610569366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b3480156105b657600080fd5b506102846105c5366004612e7b565b610cf8565b3480156105d657600080fd5b50610284600081565b3480156105eb57600080fd5b50610284600181565b34801561060057600080fd5b506102c2610d44565b34801561061557600080fd5b506102c2610624366004612ea9565b610e5c565b34801561063557600080fd5b506102c2610644366004612d32565b610ef7565b34801561065557600080fd5b50610699610664366004612e48565b6001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b6040519015158152602001610299565b3480156106b557600080fd5b506102c26106c4366004612ec7565b610fd5565b3480156106d557600080fd5b506106e96106e4366004612ef1565b610fe7565b604051908152602001610299565b34801561070357600080fd5b50610717610712366004612f56565b611020565b6040516102999190612fbc565b34801561073057600080fd5b5061074461073f36600461303c565b611108565b60408051921515835263ffffffff909116602083015201610299565b34801561076c57600080fd5b506102c261077b366004612de0565b611215565b34801561078c57600080fd5b506102c261079b366004612e48565b61122c565b3480156107ac57600080fd5b5062069780610347565b3480156107c257600080fd5b50610284600281565b3480156107d757600080fd5b506107446107e6366004612de0565b611345565b3480156107f757600080fd5b506102c2610806366004613087565b6113c3565b34801561081757600080fd5b50610347610826366004612ef1565b6113d5565b34801561083757600080fd5b5061084b6108463660046130a5565b61155f565b6040805192835263ffffffff909116602083015201610299565b34801561087157600080fd5b506102c2610880366004612de0565b61170c565b61088d61174e565b60005b828110156108d1576108c9858585848181106108ae576108ae613118565b90506020020160208101906108c3919061312e565b846117e3565b600101610890565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206133738339815191529061093d90600160801b90046001600160701b0316611879565b9392505050565b61094c61174e565b6109568282611898565b5050565b61096261174e565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156109be57600080fd5b505af11580156109d2573d6000803e3d6000fd5b505050505050565b60006000805160206133738339815191523382806109fa8389898961191a565b9150915081158015610a10575063ffffffff8116155b15610a7c578288610a21898961196d565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b6000610a8a848a8a8a610fe7565b9050600063ffffffff8316151580610ab15750610aa682610c45565b65ffffffffffff1615155b15610ac257610abf82611985565b90505b6003860154610b178b610ad58c8c61196d565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610b618b8b8b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250349250611aec915050565b50600390960195909555509293505050509392505050565b610b8161174e565b610b958383610b8f866108d8565b84611ba9565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff811692918291829160008051602061337383398151915291610c2490660100000000000090046001600160701b0316611e34565b979a9199509750945050505050565b610c3b61174e565b6109568282611e57565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff16610c9481611f10565b610c9e5780610ca1565b60005b949350505050565b6001600160a01b03811660009081526000805160206133738339815191526020819052604082206001015461093d906001600160701b0316611879565b610cee61174e565b6109568282611f3f565b6001600160a01b0382166000908152600080516020613373833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015610d8a5750825b905060008267ffffffffffffffff166001148015610da75750303b155b905081158015610db5575080155b15610dd35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e0257845468ff00000000000000001916600160401b1785555b610e0b33612015565b83156108d157845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610e6461174e565b67ffffffffffffffff83161580610e84575067ffffffffffffffff838116145b15610eae5760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610eea929190613174565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610f51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f759190613188565b6001600160e01b03191614610fc1576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b0382166004820152602401610a73565b6108d1610fd085838686610fe7565b611985565b610fdd61174e565b6109568282612029565b60008484848460405160200161100094939291906131a5565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff81111561104b5761104b613217565b60405190808252806020026020018201604052801561107e57816020015b60608152602001906001900390816110695790505b50915060005b83811015611100576110db308686848181106110a2576110a2613118565b90506020028101906110b4919061322d565b856040516020016110c793929190613274565b60405160208183030381529060405261216b565b8382815181106110ed576110ed613118565b6020908102919091010152600101611084565b505092915050565b600080611144846001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b156111545750600090508061120d565b306001600160a01b038616036111cf57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061120d565b60006111db8585610cf8565b90506000806111ea8389611345565b91509150816111fb57600080611205565b63ffffffff811615815b945094505050505b935093915050565b61121d61174e565b61122782826121e1565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156112725750825b905060008267ffffffffffffffff16600114801561128f5750303b155b90508115801561129d575080155b156112bb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112ea57845468ff00000000000000001916600160401b1785555b6112f386612015565b83156109d257845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60008067fffffffffffffffe1967ffffffffffffffff85160161136e57506001905060006113bc565b60008061137b8686610b9b565b5050915091508165ffffffffffff166000141580156113b1575061139d6122f5565b65ffffffffffff168265ffffffffffff1611155b935091506113bc9050565b9250929050565b6113cb61174e565b6109568282612305565b600060008051602061337383398151915233826113f2868661196d565b9050600061140289898989610fe7565b600081815260028601602052604081205491925065ffffffffffff90911690036114425760405163060a299b60e41b815260048101829052602401610a73565b826001600160a01b0316896001600160a01b0316146114f7576000611468600085611345565b509050600061148361147d6102df8c87610cf8565b86611345565b50905081158015611492575080155b156114f4576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b031985166064820152608401610a73565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b600080600080516020613373833981519152338261157f828a8a8a61191a565b91505060008163ffffffff166115936122f5565b61159d919061329b565b905063ffffffff821615806115d4575060008765ffffffffffff161180156115d457508065ffffffffffff168765ffffffffffff16105b156115e557828a610a218b8b61196d565b6115ff8765ffffffffffff168265ffffffffffff166123d4565b965061160d838b8b8b610fe7565b9550611618866123e4565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e6040516116f79594939291906132b9565b60405180910390a35050505094509492505050565b6001600160a01b038116331461121d576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360008061175d838236612479565b9150915081611227578063ffffffff166000036117d357600061178081366125c5565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff821660248201529092506044019050610a73565b610b95610fd08430600036610fe7565b60006000805160206133738339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b60008061188e836001600160701b0316611e34565b5090949350505050565b6001600160a01b0382166000818152600080516020613373833981519152602081815260409283902060010180546eff00000000000000000000000000001916600160701b8715159081029190911790915592519283529092917f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb1389101610eea565b600080306001600160a01b0386160361194157611938868585612479565b91509150611964565b6004831061195d57611958868661073f878761196d565b611938565b5060009050805b94509492505050565b600061197c60048284866131ed565b61093d91613304565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff8116906601000000000000900463ffffffff16818403611a005760405163060a299b60e41b815260048101869052602401610a73565b611a086122f5565b65ffffffffffff168265ffffffffffff161115611a54576040517f18cb6b7a00000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b611a5d82611f10565b15611a97576040517f78a5d6e400000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b606081471015611b31576040517fcf47918100000000000000000000000000000000000000000000000000000000815247600482015260248101839052604401610a73565b600080856001600160a01b03168486604051611b4d919061333a565b60006040518083038185875af1925050503d8060008114611b8a576040519150601f19603f3d011682016040523d82523d6000602084013e611b8f565b606091505b5091509150611b9f8683836128d0565b9695505050505050565b600060008051602061337383398151915267ffffffffffffffff861667fffffffffffffffe1901611bf95760405163061c6a4360e21b815267ffffffffffffffff87166004820152602401610a73565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611d01578563ffffffff16611c486122f5565b611c52919061329b565b905060405180604001604052808265ffffffffffff168152602001611c808763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611dc4565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611d519166010000000000009091046001600160701b0316908790612945565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611e4a84611e456122f5565b6129ef565b9250925092509193909250565b60008051602061337383398151915267ffffffffffffffff83161580611e86575067ffffffffffffffff838116145b15611eb05760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611f1a6122f5565b65ffffffffffff16611f2f62093a808461329b565b65ffffffffffff16111592915050565b60008051602061337383398151915267ffffffffffffffff83161580611f6e575067ffffffffffffffff838116145b15611f985760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff16600160401b958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b61201d612a3c565b61202681612aa0565b50565b60008051602061337383398151915267ffffffffffffffff831667fffffffffffffffe19016120775760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff8316600090815260018281016020526040822001546120b390600160801b90046001600160701b03168462069780612945565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b489061215d908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612188919061333a565b600060405180830381855af49150503d80600081146121c3576040519150601f19603f3d011682016040523d82523d6000602084013e6121c8565b606091505b50915091506121d88583836128d0565b95945050505050565b600060008051602061337383398151915267ffffffffffffffff841667fffffffffffffffe19016122315760405163061c6a4360e21b815267ffffffffffffffff85166004820152602401610a73565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612279576000915050610d3e565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061230042612af9565b905090565b6001600160a01b03821660009081526000805160206133738339815191526020819052604082206001015490919061234a906001600160701b03168462069780612945565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c910161215d565b600082821882841102821861093d565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206133738339815191529065ffffffffffff16801580159061243f575061243d81611f10565b155b15611227576040517f813e945900000000000000000000000000000000000000000000000000000000815260048101849052602401610a73565b60008060048310156124905750600090508061120d565b306001600160a01b03861603612513576111c4306124ae868661196d565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b600080600061252287876125c5565b9250925092508215801561255c57503060009081526000805160206133738339815191526020526040902060010154600160701b900460ff165b15612570576000809450945050505061120d565b60008061257d848b611345565b91509150816125975760008096509650505050505061120d565b6125ad8363ffffffff168263ffffffff166123d4565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156125e0575060009150819050806128c9565b60006125ec868661196d565b90506001600160e01b031981167f853551b800000000000000000000000000000000000000000000000000000000148061264f57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b8061268357506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b806126b757506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b806126eb57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b15612701576001600080935093509350506128c9565b6001600160e01b031981167f18ff183c00000000000000000000000000000000000000000000000000000000148061276257506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b8061279657506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b156127d85760006127ab60246004888a6131ed565b8101906127b89190612e48565b905060006127c582610ca9565b600196506000955093506128c992505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061283957506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156128b357600061284e60246004888a6131ed565b81019061285b9190612c69565b905060016128a48267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b600094509450945050506128c9565b60006128bf3083610cf8565b6000935093509350505b9250925092565b6060826128e5576128e082612b49565b61093d565b81511580156128fc57506001600160a01b0384163b155b1561293e576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b0385166004820152602401610a73565b508061093d565b600080600061295c866001600160701b0316611879565b905060006129998563ffffffff168763ffffffff168463ffffffff161161298457600061298e565b61298e8885613356565b63ffffffff166123d4565b90508063ffffffff166129aa6122f5565b6129b4919061329b565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b69ffffffffffffffffffff602083901c166001600160701b03831665ffffffffffff604085901c8116908416811115612a2a57828282612a2f565b816000805b9250925092509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612a9e576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b612aa8612a3c565b6001600160a01b038116612aeb576040517f0813ada200000000000000000000000000000000000000000000000000000000815260006004820152602401610a73565b610956600082600080611ba9565b600065ffffffffffff821115612b45576040517f6dfcc6500000000000000000000000000000000000000000000000000000000081526030600482015260248101839052604401610a73565b5090565b805115612b595780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116811461202657600080fd5b60008083601f840112612bb257600080fd5b50813567ffffffffffffffff811115612bca57600080fd5b6020830191508360208260051b85010111156113bc57600080fd5b803567ffffffffffffffff81168114612bfd57600080fd5b919050565b60008060008060608587031215612c1857600080fd5b8435612c2381612b8b565b9350602085013567ffffffffffffffff811115612c3f57600080fd5b612c4b87828801612ba0565b9094509250612c5e905060408601612be5565b905092959194509250565b600060208284031215612c7b57600080fd5b61093d82612be5565b60008060408385031215612c9757600080fd5b8235612ca281612b8b565b915060208301358015158114612cb757600080fd5b809150509250929050565b60008060408385031215612cd557600080fd5b8235612ce081612b8b565b91506020830135612cb781612b8b565b60008083601f840112612d0257600080fd5b50813567ffffffffffffffff811115612d1a57600080fd5b6020830191508360208285010111156113bc57600080fd5b600080600060408486031215612d4757600080fd5b8335612d5281612b8b565b9250602084013567ffffffffffffffff811115612d6e57600080fd5b612d7a86828701612cf0565b9497909650939450505050565b803563ffffffff81168114612bfd57600080fd5b600080600060608486031215612db057600080fd5b612db984612be5565b92506020840135612dc981612b8b565b9150612dd760408501612d87565b90509250925092565b60008060408385031215612df357600080fd5b612ce083612be5565b60008060408385031215612e0f57600080fd5b612e1883612be5565b9150612e2660208401612be5565b90509250929050565b600060208284031215612e4157600080fd5b5035919050565b600060208284031215612e5a57600080fd5b813561093d81612b8b565b6001600160e01b03198116811461202657600080fd5b60008060408385031215612e8e57600080fd5b8235612e9981612b8b565b91506020830135612cb781612e65565b600080600060408486031215612ebe57600080fd5b612d5284612be5565b60008060408385031215612eda57600080fd5b612ee383612be5565b9150612e2660208401612d87565b60008060008060608587031215612f0757600080fd5b8435612f1281612b8b565b93506020850135612f2281612b8b565b9250604085013567ffffffffffffffff811115612f3e57600080fd5b612f4a87828801612cf0565b95989497509550505050565b60008060208385031215612f6957600080fd5b823567ffffffffffffffff811115612f8057600080fd5b612f8c85828601612ba0565b90969095509350505050565b60005b83811015612fb3578181015183820152602001612f9b565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561303057603f198786030184528151805180875261300d816020890160208501612f98565b601f01601f19169590950160209081019550938401939190910190600101612fe4565b50929695505050505050565b60008060006060848603121561305157600080fd5b833561305c81612b8b565b9250602084013561306c81612b8b565b9150604084013561307c81612e65565b809150509250925092565b6000806040838503121561309a57600080fd5b8235612ee381612b8b565b600080600080606085870312156130bb57600080fd5b84356130c681612b8b565b9350602085013567ffffffffffffffff8111156130e257600080fd5b6130ee87828801612cf0565b909450925050604085013565ffffffffffff8116811461310d57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561314057600080fd5b813561093d81612e65565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610ca160208301848661314b565b60006020828403121561319a57600080fd5b815161093d81612e65565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611b9f60608301848661314b565b634e487b7160e01b600052601160045260246000fd5b600080858511156131fd57600080fd5b8386111561320a57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e1984360301811261324457600080fd5b83018035915067ffffffffffffffff82111561325f57600080fd5b6020019150368190038213156113bc57600080fd5b828482376000838201600081528351613291818360208801612f98565b0195945050505050565b65ffffffffffff8181168382160190811115610d3e57610d3e6131d7565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b03841660408201526080606082015260006132f960808301848661314b565b979650505050505050565b80356001600160e01b03198116906004841015613333576001600160e01b0319808560040360031b1b82161691505b5092915050565b6000825161334c818460208701612f98565b9190910192915050565b63ffffffff8281168282160390811115610d3e57610d3e6131d756fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a264697066735822122036bfeac2edd6be5c8b28c46f05c20c4a0d69c451c3c1e650dbf4170f8224f0c964736f6c634300081a0033", + "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x26A JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x75B238FC GT PUSH2 0x153 JUMPI DUP1 PUSH4 0xB7009613 GT PUSH2 0xCB JUMPI DUP1 PUSH4 0xD1F856EE GT PUSH2 0x7F JUMPI DUP1 PUSH4 0xD6BB62C6 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xD6BB62C6 EQ PUSH2 0x80B JUMPI DUP1 PUSH4 0xF801A698 EQ PUSH2 0x82B JUMPI DUP1 PUSH4 0xFE0776F5 EQ PUSH2 0x865 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD1F856EE EQ PUSH2 0x7CB JUMPI DUP1 PUSH4 0xD22B5989 EQ PUSH2 0x7EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xC4D66DE8 GT PUSH2 0xB0 JUMPI DUP1 PUSH4 0xC4D66DE8 EQ PUSH2 0x780 JUMPI DUP1 PUSH4 0xCC1B6C81 EQ PUSH2 0x7A0 JUMPI DUP1 PUSH4 0xCFEF5E83 EQ PUSH2 0x7B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB7009613 EQ PUSH2 0x724 JUMPI DUP1 PUSH4 0xB7D2B162 EQ PUSH2 0x760 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x94C7D7EE GT PUSH2 0x122 JUMPI DUP1 PUSH4 0xA64D95CE GT PUSH2 0x107 JUMPI DUP1 PUSH4 0xA64D95CE EQ PUSH2 0x6A9 JUMPI DUP1 PUSH4 0xABD9BD2A EQ PUSH2 0x6C9 JUMPI DUP1 PUSH4 0xAC9650D8 EQ PUSH2 0x6F7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x94C7D7EE EQ PUSH2 0x629 JUMPI DUP1 PUSH4 0xA166AA89 EQ PUSH2 0x649 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x75B238FC EQ PUSH2 0x5CA JUMPI DUP1 PUSH4 0x77DE1131 EQ PUSH2 0x5DF JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x5F4 JUMPI DUP1 PUSH4 0x853551B8 EQ PUSH2 0x609 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 GT PUSH2 0x1E6 JUMPI DUP1 PUSH4 0x4665096D GT PUSH2 0x1B5 JUMPI DUP1 PUSH4 0x52962952 GT PUSH2 0x19A JUMPI DUP1 PUSH4 0x52962952 EQ PUSH2 0x52E JUMPI DUP1 PUSH4 0x530DD456 EQ PUSH2 0x54E JUMPI DUP1 PUSH4 0x6D5115BD EQ PUSH2 0x5AA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x4665096D EQ PUSH2 0x4F8 JUMPI DUP1 PUSH4 0x4C1DA1E2 EQ PUSH2 0x50E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 EQ PUSH2 0x429 JUMPI DUP1 PUSH4 0x3ADC277A EQ PUSH2 0x449 JUMPI DUP1 PUSH4 0x3CA7C02A EQ PUSH2 0x480 JUMPI DUP1 PUSH4 0x4136A33C EQ PUSH2 0x49C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x167BD395 GT PUSH2 0x23D JUMPI DUP1 PUSH4 0x1CFF79CD GT PUSH2 0x222 JUMPI DUP1 PUSH4 0x1CFF79CD EQ PUSH2 0x39C JUMPI DUP1 PUSH4 0x25C471A0 EQ PUSH2 0x3AF JUMPI DUP1 PUSH4 0x3078F114 EQ PUSH2 0x3CF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x167BD395 EQ PUSH2 0x35C JUMPI DUP1 PUSH4 0x18FF183C EQ PUSH2 0x37C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x125A425 EQ PUSH2 0x26F JUMPI DUP1 PUSH4 0x8D6122D EQ PUSH2 0x2A2 JUMPI DUP1 PUSH4 0xB0A93BA EQ PUSH2 0x2C4 JUMPI DUP1 PUSH4 0x12BE8727 EQ PUSH2 0x327 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x27B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x3 DUP2 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 0x2AE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x2BD CALLDATASIZE PUSH1 0x4 PUSH2 0x2C02 JUMP JUMPDEST PUSH2 0x885 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2D0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x2DF CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 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 PUSH1 0x1 PUSH1 0x40 SHL SWAP1 DIV AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x333 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x342 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 JUMP JUMPDEST PUSH2 0x8D8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x368 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x377 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C84 JUMP JUMPDEST PUSH2 0x944 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x388 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x397 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CC2 JUMP JUMPDEST PUSH2 0x95A JUMP JUMPDEST PUSH2 0x347 PUSH2 0x3AA CALLDATASIZE PUSH1 0x4 PUSH2 0x2D32 JUMP JUMPDEST PUSH2 0x9DA JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x3CA CALLDATASIZE PUSH1 0x4 PUSH2 0x2D9B JUMP JUMPDEST PUSH2 0xB79 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3DB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3EF PUSH2 0x3EA CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0xB9B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x299 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 0x435 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x444 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DFC JUMP JUMPDEST PUSH2 0xC33 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x455 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x469 PUSH2 0x464 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E2F JUMP JUMPDEST PUSH2 0xC45 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x48C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4A8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x4B7 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E2F 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 0x504 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x93A80 PUSH2 0x347 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x51A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x529 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH2 0xCA9 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x53A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x549 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DFC JUMP JUMPDEST PUSH2 0xCE6 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x55A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x569 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 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 0x5B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x5C5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E7B JUMP JUMPDEST PUSH2 0xCF8 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5D6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x0 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x1 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x600 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0xD44 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x615 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x624 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EA9 JUMP JUMPDEST PUSH2 0xE5C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x635 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x644 CALLDATASIZE PUSH1 0x4 PUSH2 0x2D32 JUMP JUMPDEST PUSH2 0xEF7 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x655 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x699 PUSH2 0x664 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x6C4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EC7 JUMP JUMPDEST PUSH2 0xFD5 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6D5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x6E9 PUSH2 0x6E4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EF1 JUMP JUMPDEST PUSH2 0xFE7 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x703 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x717 PUSH2 0x712 CALLDATASIZE PUSH1 0x4 PUSH2 0x2F56 JUMP JUMPDEST PUSH2 0x1020 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x299 SWAP2 SWAP1 PUSH2 0x2FBC JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x744 PUSH2 0x73F CALLDATASIZE PUSH1 0x4 PUSH2 0x303C JUMP JUMPDEST PUSH2 0x1108 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 ISZERO ISZERO DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x76C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x77B CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x1215 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x78C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x79B CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH2 0x122C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7AC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x69780 PUSH2 0x347 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7C2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x2 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7D7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x744 PUSH2 0x7E6 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x1345 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7F7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x806 CALLDATASIZE PUSH1 0x4 PUSH2 0x3087 JUMP JUMPDEST PUSH2 0x13C3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x817 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x826 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EF1 JUMP JUMPDEST PUSH2 0x13D5 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x837 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x84B PUSH2 0x846 CALLDATASIZE PUSH1 0x4 PUSH2 0x30A5 JUMP JUMPDEST PUSH2 0x155F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x871 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x880 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x170C JUMP JUMPDEST PUSH2 0x88D PUSH2 0x174E JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8D1 JUMPI PUSH2 0x8C9 DUP6 DUP6 DUP6 DUP5 DUP2 DUP2 LT PUSH2 0x8AE JUMPI PUSH2 0x8AE PUSH2 0x3118 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD PUSH1 0x20 DUP2 ADD SWAP1 PUSH2 0x8C3 SWAP2 SWAP1 PUSH2 0x312E JUMP JUMPDEST DUP5 PUSH2 0x17E3 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x890 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH2 0x93D SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x94C PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1898 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH2 0x962 PUSH2 0x174E 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 0x9BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x9D2 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 DUP1 PUSH2 0x9FA DUP4 DUP10 DUP10 DUP10 PUSH2 0x191A JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0xA10 JUMPI POP PUSH4 0xFFFFFFFF DUP2 AND ISZERO JUMPDEST ISZERO PUSH2 0xA7C JUMPI DUP3 DUP9 PUSH2 0xA21 DUP10 DUP10 PUSH2 0x196D 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 0xA8A DUP5 DUP11 DUP11 DUP11 PUSH2 0xFE7 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH4 0xFFFFFFFF DUP4 AND ISZERO ISZERO DUP1 PUSH2 0xAB1 JUMPI POP PUSH2 0xAA6 DUP3 PUSH2 0xC45 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND ISZERO ISZERO JUMPDEST ISZERO PUSH2 0xAC2 JUMPI PUSH2 0xABF DUP3 PUSH2 0x1985 JUMP JUMPDEST SWAP1 POP JUMPDEST PUSH1 0x3 DUP7 ADD SLOAD PUSH2 0xB17 DUP12 PUSH2 0xAD5 DUP13 DUP13 PUSH2 0x196D 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 0xB61 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 0x1AEC 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 0xB81 PUSH2 0x174E JUMP JUMPDEST PUSH2 0xB95 DUP4 DUP4 PUSH2 0xB8F DUP7 PUSH2 0x8D8 JUMP JUMPDEST DUP5 PUSH2 0x1BA9 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP2 PUSH2 0xC24 SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1E34 JUMP JUMPDEST SWAP8 SWAP11 SWAP2 SWAP10 POP SWAP8 POP SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xC3B PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1E57 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0xC94 DUP2 PUSH2 0x1F10 JUMP JUMPDEST PUSH2 0xC9E JUMPI DUP1 PUSH2 0xCA1 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH2 0x93D SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST PUSH2 0xCEE PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1F3F JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 PUSH1 0x1 PUSH1 0x40 SHL DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0xD8A JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0xDA7 JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0xDB5 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0xDD3 JUMPI PUSH1 0x40 MLOAD PUSH4 0xF92EE8A9 PUSH1 0xE0 SHL 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 0xE02 JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH1 0x1 PUSH1 0x40 SHL OR DUP6 SSTORE JUMPDEST PUSH2 0xE0B CALLER PUSH2 0x2015 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x8D1 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 0xE64 PUSH2 0x174E JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0xE84 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0xEAE JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH32 0x1256F5B5ECB89CAEC12DB449738F2FBCD1BA5806CF38F35413F4E5C15BF6A450 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0xEEA SWAP3 SWAP2 SWAP1 PUSH2 0x3174 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 0xF51 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 0xF75 SWAP2 SWAP1 PUSH2 0x3188 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND EQ PUSH2 0xFC1 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 0xA73 JUMP JUMPDEST PUSH2 0x8D1 PUSH2 0xFD0 DUP6 DUP4 DUP7 DUP7 PUSH2 0xFE7 JUMP JUMPDEST PUSH2 0x1985 JUMP JUMPDEST PUSH2 0xFDD PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x2029 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 DUP5 DUP5 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x1000 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x31A5 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 0x104B JUMPI PUSH2 0x104B PUSH2 0x3217 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x107E JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x1069 JUMPI SWAP1 POP JUMPDEST POP SWAP2 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1100 JUMPI PUSH2 0x10DB ADDRESS DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0x10A2 JUMPI PUSH2 0x10A2 PUSH2 0x3118 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x10B4 SWAP2 SWAP1 PUSH2 0x322D JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x10C7 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x216B JUMP JUMPDEST DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x10ED JUMPI PUSH2 0x10ED PUSH2 0x3118 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0x1084 JUMP JUMPDEST POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x1144 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x1154 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x120D JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x11CF 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 0x120D JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11DB DUP6 DUP6 PUSH2 0xCF8 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 PUSH2 0x11EA DUP4 DUP10 PUSH2 0x1345 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x11FB JUMPI PUSH1 0x0 DUP1 PUSH2 0x1205 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 0x121D PUSH2 0x174E JUMP JUMPDEST PUSH2 0x1227 DUP3 DUP3 PUSH2 0x21E1 JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 DUP1 SLOAD PUSH1 0x1 PUSH1 0x40 SHL DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0x1272 JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0x128F JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x129D JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x12BB JUMPI PUSH1 0x40 MLOAD PUSH4 0xF92EE8A9 PUSH1 0xE0 SHL 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 0x12EA JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH1 0x1 PUSH1 0x40 SHL OR DUP6 SSTORE JUMPDEST PUSH2 0x12F3 DUP7 PUSH2 0x2015 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x9D2 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 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH8 0xFFFFFFFFFFFFFFFE NOT PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND ADD PUSH2 0x136E JUMPI POP PUSH1 0x1 SWAP1 POP PUSH1 0x0 PUSH2 0x13BC JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x137B DUP7 DUP7 PUSH2 0xB9B JUMP JUMPDEST POP POP SWAP2 POP SWAP2 POP DUP2 PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x0 EQ ISZERO DUP1 ISZERO PUSH2 0x13B1 JUMPI POP PUSH2 0x139D PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO JUMPDEST SWAP4 POP SWAP2 POP PUSH2 0x13BC SWAP1 POP JUMP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x13CB PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x2305 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x13F2 DUP7 DUP7 PUSH2 0x196D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x1402 DUP10 DUP10 DUP10 DUP10 PUSH2 0xFE7 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 0x1442 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x14F7 JUMPI PUSH1 0x0 PUSH2 0x1468 PUSH1 0x0 DUP6 PUSH2 0x1345 JUMP JUMPDEST POP SWAP1 POP PUSH1 0x0 PUSH2 0x1483 PUSH2 0x147D PUSH2 0x2DF DUP13 DUP8 PUSH2 0xCF8 JUMP JUMPDEST DUP7 PUSH2 0x1345 JUMP JUMPDEST POP SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x1492 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x14F4 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 0xA73 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x157F DUP3 DUP11 DUP11 DUP11 PUSH2 0x191A JUMP JUMPDEST SWAP2 POP POP PUSH1 0x0 DUP2 PUSH4 0xFFFFFFFF AND PUSH2 0x1593 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x159D SWAP2 SWAP1 PUSH2 0x329B JUMP JUMPDEST SWAP1 POP PUSH4 0xFFFFFFFF DUP3 AND ISZERO DUP1 PUSH2 0x15D4 JUMPI POP PUSH1 0x0 DUP8 PUSH6 0xFFFFFFFFFFFF AND GT DUP1 ISZERO PUSH2 0x15D4 JUMPI POP DUP1 PUSH6 0xFFFFFFFFFFFF AND DUP8 PUSH6 0xFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0x15E5 JUMPI DUP3 DUP11 PUSH2 0xA21 DUP12 DUP12 PUSH2 0x196D JUMP JUMPDEST PUSH2 0x15FF DUP8 PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x23D4 JUMP JUMPDEST SWAP7 POP PUSH2 0x160D DUP4 DUP12 DUP12 DUP12 PUSH2 0xFE7 JUMP JUMPDEST SWAP6 POP PUSH2 0x1618 DUP7 PUSH2 0x23E4 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 0x16F7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x32B9 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 0x121D 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 0x175D DUP4 DUP3 CALLDATASIZE PUSH2 0x2479 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1227 JUMPI DUP1 PUSH4 0xFFFFFFFF AND PUSH1 0x0 SUB PUSH2 0x17D3 JUMPI PUSH1 0x0 PUSH2 0x1780 DUP2 CALLDATASIZE PUSH2 0x25C5 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 0xA73 JUMP JUMPDEST PUSH2 0xB95 PUSH2 0xFD0 DUP5 ADDRESS PUSH1 0x0 CALLDATASIZE PUSH2 0xFE7 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x188E DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1E34 JUMP JUMPDEST POP SWAP1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH15 0xFF0000000000000000000000000000 NOT AND PUSH1 0x1 PUSH1 0x70 SHL DUP8 ISZERO ISZERO SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 OR SWAP1 SWAP2 SSTORE SWAP3 MLOAD SWAP3 DUP4 MSTORE SWAP1 SWAP3 SWAP2 PUSH32 0x90D4E7BB7E5D933792B3562E1741306F8BE94837E1348DACEF9B6F1DF56EB138 SWAP2 ADD PUSH2 0xEEA JUMP JUMPDEST PUSH1 0x0 DUP1 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x1941 JUMPI PUSH2 0x1938 DUP7 DUP6 DUP6 PUSH2 0x2479 JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x1964 JUMP JUMPDEST PUSH1 0x4 DUP4 LT PUSH2 0x195D JUMPI PUSH2 0x1958 DUP7 DUP7 PUSH2 0x73F DUP8 DUP8 PUSH2 0x196D JUMP JUMPDEST PUSH2 0x1938 JUMP JUMPDEST POP PUSH1 0x0 SWAP1 POP DUP1 JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x197C PUSH1 0x4 DUP3 DUP5 DUP7 PUSH2 0x31ED JUMP JUMPDEST PUSH2 0x93D SWAP2 PUSH2 0x3304 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 DUP5 SUB PUSH2 0x1A00 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x1A08 PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO PUSH2 0x1A54 JUMPI PUSH1 0x40 MLOAD PUSH32 0x18CB6B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x1A5D DUP3 PUSH2 0x1F10 JUMP JUMPDEST ISZERO PUSH2 0x1A97 JUMPI PUSH1 0x40 MLOAD PUSH32 0x78A5D6E400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1B31 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCF47918100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE SELFBALANCE PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x44 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 DUP7 PUSH1 0x40 MLOAD PUSH2 0x1B4D SWAP2 SWAP1 PUSH2 0x333A 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 0x1B8A 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 0x1B8F JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x1B9F DUP7 DUP4 DUP4 PUSH2 0x28D0 JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1BF9 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1D01 JUMPI DUP6 PUSH4 0xFFFFFFFF AND PUSH2 0x1C48 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x1C52 SWAP2 SWAP1 PUSH2 0x329B 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 0x1C80 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 0x1DC4 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 0x1D51 SWAP2 PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND SWAP1 DUP8 SWAP1 PUSH2 0x2945 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 0x1E4A DUP5 PUSH2 0x1E45 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x29EF JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP2 SWAP4 SWAP1 SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1E86 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1EB0 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1F1A PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x1F2F PUSH3 0x93A80 DUP5 PUSH2 0x329B JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND GT ISZERO SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1F6E JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1F98 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 PUSH1 0x1 PUSH1 0x40 SHL SWAP6 DUP9 AND SWAP6 DUP7 MUL OR SWAP1 SSTORE MLOAD PUSH32 0x7A8059630B897B5DE4C08ADE69F8B90C3EAD1F8596D62D10B6C4D14A0AFB4AE2 SWAP2 SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH2 0x201D PUSH2 0x2A3C JUMP JUMPDEST PUSH2 0x2026 DUP2 PUSH2 0x2AA0 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2077 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x20B3 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x2945 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 0x215D 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 0x2188 SWAP2 SWAP1 PUSH2 0x333A JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x21C3 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 0x21C8 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x21D8 DUP6 DUP4 DUP4 PUSH2 0x28D0 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2231 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x2279 JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0xD3E 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 0x2300 TIMESTAMP PUSH2 0x2AF9 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD SWAP1 SWAP2 SWAP1 PUSH2 0x234A SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x2945 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 0x215D JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 XOR DUP3 DUP5 GT MUL DUP3 XOR PUSH2 0x93D JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x243F JUMPI POP PUSH2 0x243D DUP2 PUSH2 0x1F10 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x1227 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813E945900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x4 DUP4 LT ISZERO PUSH2 0x2490 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x120D JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x2513 JUMPI PUSH2 0x11C4 ADDRESS PUSH2 0x24AE DUP7 DUP7 PUSH2 0x196D 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 0x2522 DUP8 DUP8 PUSH2 0x25C5 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP DUP3 ISZERO DUP1 ISZERO PUSH2 0x255C JUMPI POP ADDRESS PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 JUMPDEST ISZERO PUSH2 0x2570 JUMPI PUSH1 0x0 DUP1 SWAP5 POP SWAP5 POP POP POP POP PUSH2 0x120D JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x257D DUP5 DUP12 PUSH2 0x1345 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x2597 JUMPI PUSH1 0x0 DUP1 SWAP7 POP SWAP7 POP POP POP POP POP POP PUSH2 0x120D JUMP JUMPDEST PUSH2 0x25AD DUP4 PUSH4 0xFFFFFFFF AND DUP3 PUSH4 0xFFFFFFFF AND PUSH2 0x23D4 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 0x25E0 JUMPI POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP DUP1 PUSH2 0x28C9 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x25EC DUP7 DUP7 PUSH2 0x196D JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x853551B800000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x264F JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x30CAE18700000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2683 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x5296295200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x26B7 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xA64D95CE00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x26EB JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xD22B598900000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2701 JUMPI PUSH1 0x1 PUSH1 0x0 DUP1 SWAP4 POP SWAP4 POP SWAP4 POP POP PUSH2 0x28C9 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x18FF183C00000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2762 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x167BD39500000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2796 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x8D6122D00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x27D8 JUMPI PUSH1 0x0 PUSH2 0x27AB PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x31ED JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x27B8 SWAP2 SWAP1 PUSH2 0x2E48 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x27C5 DUP3 PUSH2 0xCA9 JUMP JUMPDEST PUSH1 0x1 SWAP7 POP PUSH1 0x0 SWAP6 POP SWAP4 POP PUSH2 0x28C9 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x25C471A000000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2839 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xB7D2B16200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x28B3 JUMPI PUSH1 0x0 PUSH2 0x284E PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x31ED JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x285B SWAP2 SWAP1 PUSH2 0x2C69 JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH2 0x28A4 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 0x28C9 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x28BF ADDRESS DUP4 PUSH2 0xCF8 JUMP JUMPDEST PUSH1 0x0 SWAP4 POP SWAP4 POP SWAP4 POP POP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x60 DUP3 PUSH2 0x28E5 JUMPI PUSH2 0x28E0 DUP3 PUSH2 0x2B49 JUMP JUMPDEST PUSH2 0x93D JUMP JUMPDEST DUP2 MLOAD ISZERO DUP1 ISZERO PUSH2 0x28FC JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND EXTCODESIZE ISZERO JUMPDEST ISZERO PUSH2 0x293E 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 0xA73 JUMP JUMPDEST POP DUP1 PUSH2 0x93D JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x295C DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2999 DUP6 PUSH4 0xFFFFFFFF AND DUP8 PUSH4 0xFFFFFFFF AND DUP5 PUSH4 0xFFFFFFFF AND GT PUSH2 0x2984 JUMPI PUSH1 0x0 PUSH2 0x298E JUMP JUMPDEST PUSH2 0x298E DUP9 DUP6 PUSH2 0x3356 JUMP JUMPDEST PUSH4 0xFFFFFFFF AND PUSH2 0x23D4 JUMP JUMPDEST SWAP1 POP DUP1 PUSH4 0xFFFFFFFF AND PUSH2 0x29AA PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x29B4 SWAP2 SWAP1 PUSH2 0x329B 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 PUSH10 0xFFFFFFFFFFFFFFFFFFFF PUSH1 0x20 DUP4 SWAP1 SHR AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB DUP4 AND PUSH6 0xFFFFFFFFFFFF PUSH1 0x40 DUP6 SWAP1 SHR DUP2 AND SWAP1 DUP5 AND DUP2 GT ISZERO PUSH2 0x2A2A JUMPI DUP3 DUP3 DUP3 PUSH2 0x2A2F JUMP JUMPDEST DUP2 PUSH1 0x0 DUP1 JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 SLOAD PUSH1 0x1 PUSH1 0x40 SHL SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2A9E JUMPI PUSH1 0x40 MLOAD PUSH32 0xD7E6BCF800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2AA8 PUSH2 0x2A3C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2AEB JUMPI PUSH1 0x40 MLOAD PUSH32 0x813ADA200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x0 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x956 PUSH1 0x0 DUP3 PUSH1 0x0 DUP1 PUSH2 0x1BA9 JUMP JUMPDEST PUSH1 0x0 PUSH6 0xFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2B45 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 0xA73 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST DUP1 MLOAD ISZERO PUSH2 0x2B59 JUMPI DUP1 MLOAD DUP1 DUP3 PUSH1 0x20 ADD REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xD6BDA27500000000000000000000000000000000000000000000000000000000 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 0x2026 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2BB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BCA 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 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2BFD 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 0x2C18 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2C23 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2C3F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C4B DUP8 DUP3 DUP9 ADD PUSH2 0x2BA0 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0x2C5E SWAP1 POP PUSH1 0x40 DUP7 ADD PUSH2 0x2BE5 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2C7B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x93D DUP3 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C97 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CA2 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x2CB7 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 0x2CD5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CE0 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2CB7 DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2D02 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D1A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2D47 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2D52 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D6E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D7A DUP7 DUP3 DUP8 ADD PUSH2 0x2CF0 JUMP JUMPDEST SWAP5 SWAP8 SWAP1 SWAP7 POP SWAP4 SWAP5 POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2BFD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2DB0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DB9 DUP5 PUSH2 0x2BE5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2DC9 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH2 0x2DD7 PUSH1 0x40 DUP6 ADD PUSH2 0x2D87 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2DF3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2CE0 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2E0F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2E18 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2E26 PUSH1 0x20 DUP5 ADD PUSH2 0x2BE5 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2E41 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2E5A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x93D DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND DUP2 EQ PUSH2 0x2026 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2E8E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2E99 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2CB7 DUP2 PUSH2 0x2E65 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2EBE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D52 DUP5 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EDA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2EE3 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2E26 PUSH1 0x20 DUP5 ADD PUSH2 0x2D87 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2F07 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2F12 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH2 0x2F22 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F3E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F4A DUP8 DUP3 DUP9 ADD PUSH2 0x2CF0 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 0x2F69 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F80 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F8C DUP6 DUP3 DUP7 ADD PUSH2 0x2BA0 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2FB3 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x2F9B 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 0x3030 JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP1 DUP8 MSTORE PUSH2 0x300D DUP2 PUSH1 0x20 DUP10 ADD PUSH1 0x20 DUP6 ADD PUSH2 0x2F98 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 0x2FE4 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 0x3051 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x305C DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x306C DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x307C DUP2 PUSH2 0x2E65 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x309A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2EE3 DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x30BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x30C6 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x30E2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x30EE DUP8 DUP3 DUP9 ADD PUSH2 0x2CF0 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x310D 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 0x3140 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x93D DUP2 PUSH2 0x2E65 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 0xCA1 PUSH1 0x20 DUP4 ADD DUP5 DUP7 PUSH2 0x314B JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x319A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x93D DUP2 PUSH2 0x2E65 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 0x1B9F PUSH1 0x60 DUP4 ADD DUP5 DUP7 PUSH2 0x314B 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 0x31FD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x320A 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 0x3244 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x325F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 DUP5 DUP3 CALLDATACOPY PUSH1 0x0 DUP4 DUP3 ADD PUSH1 0x0 DUP2 MSTORE DUP4 MLOAD PUSH2 0x3291 DUP2 DUP4 PUSH1 0x20 DUP9 ADD PUSH2 0x2F98 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 0xD3E JUMPI PUSH2 0xD3E PUSH2 0x31D7 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 0x32F9 PUSH1 0x80 DUP4 ADD DUP5 DUP7 PUSH2 0x314B 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 0x3333 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 0x334C DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x2F98 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 0xD3E JUMPI PUSH2 0xD3E PUSH2 0x31D7 JUMP INVALID BLOCKHASH 0xC6 0xC8 0xC2 DUP8 DUP10 DUP6 EXTCODECOPY PUSH31 0xFD823AB20824BBD71718A8A5915E855F6F288C9A26AD00A264697066735822 SLT KECCAK256 CALLDATASIZE 0xBF 0xEA 0xC2 0xED 0xD6 0xBE TLOAD DUP12 0x28 0xC4 PUSH16 0x5C20C4A0D69C451C3C1E650DBF4170F DUP3 0x24 CREATE 0xC9 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "232:323:43:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;406:50;;;;;;;;;;;;455:1;406:50;;;;;188:18:46;176:31;;;158:50;;146:2;131:18;406:50:43;;;;;;;;17159:291:12;;;;;;;;;;-1:-1:-1;17159:291:12;;;;;:::i;:::-;;:::i;:::-;;9966:195;;;;;;;;;;-1:-1:-1;9966:195:12;;;;;:::i;:::-;10129:16;;;;10035:6;10129:16;;;:8;:16;;;;;:8;:25;;-1:-1:-1;;;10129:25:12;;;;9966:195;10202:205;;;;;;;;;;-1:-1:-1;10202:205:12;;;;;:::i;:::-;;:::i;:::-;;;1935:10:46;1923:23;;;1905:42;;1893:2;1878:18;10202:205:12;1761:192:46;18772:133:12;;;;;;;;;;-1:-1:-1;18772:133:12;;;;;:::i;:::-;;:::i;26523:159::-;;;;;;;;;;-1:-1:-1;26523:159:12;;;;;:::i;:::-;;:::i;22245:1313::-;;;;;;:::i;:::-;;:::i;11843:191::-;;;;;;;;;;-1:-1:-1;11843:191:12;;;;;:::i;:::-;;:::i;10448:479::-;;;;;;;;;;-1:-1:-1;10448:479:12;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;4814:14:46;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;12531:126:12;;;;;;;;;;-1:-1:-1;12531:126:12;;;;;:::i;:::-;;:::i;19471:255::-;;;;;;;;;;-1:-1:-1;19471:255:12;;;;;:::i;:::-;;:::i;:::-;;;5645:14:46;5633:27;;;5615:46;;5603:2;5588:18;19471:255:12;5471:196:46;5865:53:12;;;;;;;;;;;;5902:16;5865:53;;19767:182;;;;;;;;;;-1:-1:-1;19767:182:12;;;;;:::i;:::-;19826:6;19920:16;;;:12;:16;;;;;:22;;;;;;;19767:182;8714:90;;;;;;;;;;-1:-1:-1;8790:7:12;8714:90;;9485:210;;;;;;;;;;-1:-1:-1;9485:210:12;;;;;:::i;:::-;;:::i;12698:138::-;;;;;;;;;;-1:-1:-1;12698:138:12;;;;;:::i;:::-;;:::i;9736:189::-;;;;;;;;;;-1:-1:-1;9736:189:12;;;;;:::i;:::-;9896:16;;;;9802:6;9896:16;;;:8;:16;;;;;:8;:22;;;;9736:189;9209:235;;;;;;;;;;-1:-1:-1;9209:235:12;;;;;:::i;:::-;;:::i;5684:52::-;;;;;;;;;;;;5720:16;5684:52;;292:51:43;;;;;;;;;;;;342:1;292:51;;463:90;;;;;;;;;;;;;:::i;11546:256:12:-;;;;;;;;;;-1:-1:-1;11546:256:12;;;;;:::i;:::-;;:::i;24823:376::-;;;;;;;;;;-1:-1:-1;24823:376:12;;;;;:::i;:::-;;:::i;8975:193::-;;;;;;;;;;-1:-1:-1;8975:193:12;;;;;:::i;:::-;-1:-1:-1;;;;;9136:18:12;9044:4;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:12;;;;;:25;;;-1:-1:-1;;;9136:25:12;;;;;8975:193;;;;7149:14:46;;7142:22;7124:41;;7112:2;7097:18;8975:193:12;6984:187:46;12877:134:12;;;;;;;;;;-1:-1:-1;12877:134:12;;;;;:::i;:::-;;:::i;26181:181::-;;;;;;;;;;-1:-1:-1;26181:181:12;;;;;:::i;:::-;;:::i;:::-;;;8273:25:46;;;8261:2;8246:18;26181:181:12;8127:177:46;1502:484:15;;;;;;;;;;-1:-1:-1;1502:484:15;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;7871:802:12:-;;;;;;;;;;-1:-1:-1;7871:802:12;;;;;:::i;:::-;;:::i;:::-;;;;10735:14:46;;10728:22;10710:41;;10799:10;10787:23;;;10782:2;10767:18;;10760:51;10683:18;7871:802:12;10544:273:46;12075:127:12;;;;;;;;;;-1:-1:-1;12075:127:12;;;;;:::i;:::-;;:::i;7103:120::-;;;;;;;;;;-1:-1:-1;7103:120:12;;;;;:::i;:::-;;:::i;8845:89::-;;;;;;;;;;-1:-1:-1;8921:6:12;8845:89;;349:51:43;;;;;;;;;;;;399:1;349:51;;10968:418:12;;;;;;;;;;-1:-1:-1;10968:418:12;;;;;:::i;:::-;;:::i;17949:147::-;;;;;;;;;;-1:-1:-1;17949:147:12;;;;;:::i;:::-;;:::i;23599:1183::-;;;;;;;;;;-1:-1:-1;23599:1183:12;;;;;:::i;:::-;;:::i;19990:1448::-;;;;;;;;;;-1:-1:-1;19990:1448:12;;;;;:::i;:::-;;:::i;:::-;;;;12043:25:46;;;12116:10;12104:23;;;12099:2;12084:18;;12077:51;12016:18;19990:1448:12;11871:263:46;12243:247:12;;;;;;;;;;-1:-1:-1;12243:247:12;;;;;:::i;:::-;;:::i;17159:291::-;7061:18;:16;:18::i;:::-;17325:9:::1;17320:124;17340:20:::0;;::::1;17320:124;;;17381:52;17404:6;17412:9;;17422:1;17412:12;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;17426:6;17381:22;:52::i;:::-;17362:3;;17320:124;;;;17159:291:::0;;;;:::o;10202:205::-;10367:16;;;10273:6;10367:16;;;:8;:16;;;;;:8;:27;;-1:-1:-1;;;;;;;;;;;6793:28:12;10367:33;;-1:-1:-1;;;10367:27:12;;-1:-1:-1;;;;;10367:27:12;:31;:33::i;:::-;10360:40;10202:205;-1:-1:-1;;;10202:205:12:o;18772:133::-;7061:18;:16;:18::i;:::-;18866:32:::1;18883:6;18891;18866:16;:32::i;:::-;18772:133:::0;;:::o;26523:159::-;7061:18;:16;:18::i;:::-;26626:49:::1;::::0;;;;-1:-1:-1;;;;;12742:55:46;;;26626:49:12::1;::::0;::::1;12724:74:46::0;26626:35:12;::::1;::::0;::::1;::::0;12697:18:46;;26626:49:12::1;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;26523:159:::0;;:::o;22245:1313::-;22331:6;-1:-1:-1;;;;;;;;;;;966:10:14;22331:6:12;;22573:38;966:10:14;22598:6:12;22606:4;;22573:16;:38::i;:::-;22538:73;;;;22672:9;22671:10;:26;;;;-1:-1:-1;22685:12:12;;;;22671:26;22667:131;;;22750:6;22758;22766:20;22781:4;;22766:14;:20::i;:::-;22720:67;;;;;-1:-1:-1;;;;;13027:55:46;;;22720:67:12;;;13009:74:46;13119:55;;;;13099:18;;;13092:83;-1:-1:-1;;;;;;13211:79:46;13191:18;;;13184:107;12982:18;;22720:67:12;;;;;;;;22667:131;22808:19;22830:35;22844:6;22852;22860:4;;22830:13;:35::i;:::-;22808:57;-1:-1:-1;22875:12:12;23067;;;;;;:45;;;23083:24;23095:11;23083;:24::i;:::-;:29;;;;23067:45;23063:116;;;23136:32;23156:11;23136:19;:32::i;:::-;23128:40;;23063:116;23271:14;;;;23312:46;23329:6;23337:20;23352:4;;23337:14;:20::i;:::-;32646:28;;;-1:-1:-1;;;;;19231:55:46;;;;32646:28:12;;;;19213:74:46;;;;-1:-1:-1;;;;;;19323:79:46;;;;19303:18;;;19296:107;32646:28:12;;;;;;;;;19186:18:46;;;;32646:28:12;;32636:39;;;;;;32529:153;23312:46;23295:1;:14;;:63;;;;23393:54;23423:6;23431:4;;23393:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;23437:9:12;;-1:-1:-1;23393:29:12;;-1:-1:-1;;23393:54:12:i;:::-;-1:-1:-1;23494:14:12;;;;:34;;;;-1:-1:-1;23546:5:12;;-1:-1:-1;;;;22245:1313:12;;;;;:::o;11843:191::-;7061:18;:16;:18::i;:::-;11957:70:::1;11968:6;11976:7;11985:25;12003:6;11985:17;:25::i;:::-;12012:14;11957:10;:70::i;:::-;;11843:191:::0;;;:::o;10448:479::-;10724:16;;;10550:12;10724:16;;;:8;:16;;;;;;;;-1:-1:-1;;;;;10724:33:12;;;;;;;;;10776:12;;;;;;10550;;;;;-1:-1:-1;;;;;;;;;;;6793:28:12;10837:22;;:12;;;-1:-1:-1;;;;;10837:12:12;:20;:22::i;:::-;10448:479;;10798:61;;-1:-1:-1;10798:61:12;-1:-1:-1;10448:479:12;-1:-1:-1;;;;;10448:479:12:o;12531:126::-;7061:18;:16;:18::i;:::-;12622:28:::1;12636:6;12644:5;12622:13;:28::i;19471:255::-:0;19533:6;19639:16;;;:12;:16;;;;;:26;-1:-1:-1;;;;;;;;;;;6793:28:12;19639:26;;19682:21;19639:26;19682:10;:21::i;:::-;:37;;19710:9;19682:37;;;19706:1;19682:37;19675:44;19471:255;-1:-1:-1;;;;19471:255:12:o;9485:210::-;-1:-1:-1;;;;;9653:18:12;;9559:6;9653:18;;;-1:-1:-1;;;;;;;;;;;9653:18:12;;;;;;;:29;;;:35;;-1:-1:-1;;;;;9653:29:12;:33;:35::i;12698:138::-;7061:18;:16;:18::i;:::-;12795:34:::1;12812:6;12820:8;12795:16;:34::i;9209:235::-:0;-1:-1:-1;;;;;9396:18:12;;9302:6;9396:18;;;-1:-1:-1;;;;;;;;;;;9396:18:12;;;;;;;;-1:-1:-1;;;;;;9396:41:12;;;;;;;;;;;;9209:235;;;;;:::o;463:90:43:-;8870:21:13;4302:15;;-1:-1:-1;;;4302:15:13;;;;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;;-1:-1:-1;;;4908:23:13;;;;;;;;;;;4851:91;4951:18;;-1:-1:-1;;4951:18:13;4968:1;4951:18;;;4979:67;;;;5013:22;;-1:-1:-1;;5013:22:13;-1:-1:-1;;;5013:22:13;;;4979:67;514:32:43::1;535:10;514:20;:32::i;:::-;5070:14:13::0;5066:101;;;5100:23;;-1:-1:-1;;5100:23:13;;;5142:14;;-1:-1:-1;158:50:46;;5142:14:13;;146:2:46;131:18;5142:14:13;;;;;;;4092:1081;;;;;463:90:43:o;11546:256:12:-;7061:18;:16;:18::i;:::-;11647:20:::1;::::0;::::1;::::0;;:45:::1;;-1:-1:-1::0;5902:16:12::1;11671:21:::0;;::::1;;11647:45;11643:114;;;11715:31;::::0;-1:-1:-1;;;11715:31:12;;188:18:46;176:31;;11715::12::1;::::0;::::1;158:50:46::0;131:18;;11715:31:12::1;14:200:46::0;11643:114:12::1;11781:6;11771:24;;;11789:5;;11771:24;;;;;;;:::i;:::-;;;;;;;;11546:256:::0;;;:::o;24823:376::-;24956:47;;;25007:46;24956:47;;;;;966:10:14;;25007:46:12;966:10:14;;25007:46:12;;24956:47;;;;;;;;;;;;;;;966:10:14;24956:47:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;;24956:97:12;;24952:175;;25076:40;;;;;-1:-1:-1;;;;;12742:55:46;;25076:40:12;;;12724:74:46;12697:18;;25076:40:12;12578:226:46;24952:175:12;25136:56;25156:35;25170:6;25178;25186:4;;25156:13;:35::i;:::-;25136:19;:56::i;12877:134::-;7061:18;:16;:18::i;:::-;12972:32:::1;12987:6;12995:8;12972:14;:32::i;26181:181::-:0;26286:7;26333:6;26341;26349:4;;26322:32;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;26312:43;;;;;;26305:50;;26181: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;7871:802:12:-;7996:14;8012:12;8040:22;8055:6;-1:-1:-1;;;;;9136:18:12;9044:4;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:12;;;;;:25;;;-1:-1:-1;;;9136:25:12;;;;;8975:193;8040:22;8036:631;;;-1:-1:-1;8086:5:12;;-1:-1:-1;8086:5:12;8078:17;;8036:631;8134:4;-1:-1:-1;;;;;8116:23:12;;;8112:555;;32646:28;;;-1:-1:-1;;;;;19231:55:46;;32646:28:12;;;;19213:74:46;;;;-1:-1:-1;;;;;;19323:79:46;;19303:18;;;19296:107;32646:28:12;;;;;;;;;19186:18:46;;;;32646:28:12;;;32636:39;;;;;31932:14;;:52;8382:30;8414:1;8374:42;;;;;;8112:555;8447:13;8463:39;8485:6;8493:8;8463:21;:39::i;:::-;8447:55;;8517:13;8532:19;8555:23;8563:6;8571;8555:7;:23::i;:::-;8516:62;;;;8599:8;:57;;8647:5;8654:1;8599:57;;;8611:17;;;;:12;8599:57;8592:64;;;;;;;8112:555;7871:802;;;;;;:::o;12075:127::-;7061:18;:16;:18::i;:::-;12167:28:::1;12179:6;12187:7;12167:11;:28::i;:::-;;12075:127:::0;;:::o;7103:120::-;8870:21:13;4302:15;;-1:-1:-1;;;4302:15:13;;;;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;;-1:-1:-1;;;4908:23:13;;;;;;;;;;;4851:91;4951:18;;-1:-1:-1;;4951:18:13;4968:1;4951:18;;;4979:67;;;;5013:22;;-1:-1:-1;;5013:22:13;-1:-1:-1;;;5013:22:13;;;4979:67;7182:34:12::1;7203:12;7182:20;:34::i;:::-;5070:14:13::0;5066:101;;;5100:23;;-1:-1:-1;;5100:23:13;;;5142:14;;-1:-1:-1;158:50:46;;5142:14:13;;146:2:46;131:18;5142:14:13;;;;;;;4092:1081;;;;;7103:120:12;:::o;10968:418::-;11068:13;;-1:-1:-1;;5902:16:12;11120:21;;;11116:264;;-1:-1:-1;11165:4:12;;-1:-1:-1;11171:1:12;11157:16;;11116:264;11205:19;11226;11253:26;11263:6;11271:7;11253:9;:26::i;:::-;11204:75;;;;;;11301:12;:17;;11317:1;11301:17;;:53;;;;;11338:16;:14;:16::i;:::-;11322:32;;:12;:32;;;;11301:53;11293:76;-1:-1:-1;11356:12:12;-1:-1:-1;11293:76:12;;-1:-1:-1;11293:76:12;11116:264;10968:418;;;;;:::o;17949:147::-;7061:18;:16;:18::i;:::-;18051:38:::1;18072:6;18080:8;18051:20;:38::i;23599:1183::-:0;23692:6;-1:-1:-1;;;;;;;;;;;966:10:14;23692:6:12;23839:20;23854:4;;23839:14;:20::i;:::-;23821:38;;23870:19;23892:35;23906:6;23914;23922:4;;23892:13;:35::i;:::-;23941:25;;;;:12;;;:25;;;;;:35;23870:57;;-1:-1:-1;23941:35:12;;;;:40;;23937:616;;24004:38;;-1:-1:-1;;;24004:38:12;;;;;8273:25:46;;;8246:18;;24004:38:12;8127:177:46;23937:616:12;24073:9;-1:-1:-1;;;;;24063:19:12;:6;-1:-1:-1;;;;;24063:19:12;;24059:494;;24232:12;24250:30;5720:16;24270:9;24250:7;:30::i;:::-;24231:49;;;24295:15;24316:76;24324:56;24340:39;24362:6;24370:8;24340:21;:39::i;24324:56::-;24382:9;24316:7;:76::i;:::-;24294:98;;;24411:7;24410:8;:23;;;;;24423:10;24422:11;24410:23;24406:137;;;24460:68;;;;;-1:-1:-1;;;;;16849:55:46;;;24460:68:12;;;16831:74:46;16941:55;;;16921:18;;;16914:83;17033:55;;17013:18;;;17006:83;-1:-1:-1;;;;;;17125:79:46;;17105:18;;;17098:107;16803:19;;24460:68:12;16602:609:46;24406:137:12;24084:469;;24059:494;24570:25;;;;:12;;;:25;;;;;;24563:42;;-1:-1:-1;;24563:42:12;;;;;24715:37;;24669:31;;;;;;;;;24570:25;;24715:37;;;24770:5;23599:1183;-1:-1:-1;;;;;;;;;23599:1183:12:o;19990:1448::-;20112:19;;-1:-1:-1;;;;;;;;;;;966:10:14;20112:19:12;20367:38;966:10:14;20392:6:12;20400:4;;20367:16;:38::i;:::-;20346:59;;;20416:14;20452:7;20433:26;;:16;:14;:16::i;:::-;:26;;;;:::i;:::-;20416:43;-1:-1:-1;20566:12:12;;;;;:44;;;20590:1;20583:4;:8;;;:26;;;;;20602:7;20595:14;;:4;:14;;;20583:26;20562:149;;;20663:6;20671;20679:20;20694:4;;20679:14;:20::i;20562:149::-;20783:23;20792:4;20783:23;;20798:7;20783:23;;:8;:23::i;:::-;20769:38;;20927:35;20941:6;20949;20957:4;;20927:13;:35::i;:::-;20913:49;;20973:31;20992:11;20973:18;:31::i;:::-;21126:1;:12;;:25;21139:11;21126:25;;;;;;;;;;;:31;;;;;;;;;;;;21160:1;21126:35;21118:43;;21219:4;21181:1;:12;;:25;21194:11;21181:25;;;;;;;;;;;:35;;;:42;;;;;;;;;;;;;;;;;;21267:5;21233:1;:12;;:25;21246:11;21233:25;;;;;;;;;;;:31;;;:39;;;;;;;;;;;;;;;;;;21319:5;21287:66;;21306:11;21287:66;21326:4;21332:6;21340;21348:4;;21287:66;;;;;;;;;;:::i;:::-;;;;;;;;20147:1291;;;;19990:1448;;;;;;;:::o;12243:247::-;-1:-1:-1;;;;;12337:34:12;;966:10:14;12337:34:12;12333:102;;12394:30;;;;;;;;;;;;;;27036:503;966:10:14;27082:14:12;;27154:32;966:10:14;27082:14:12;1040::14;27154:12:12;:32::i;:::-;27121:65;;;;27201:9;27196:337;;27230:5;:10;;27239:1;27230:10;27226:297;;27263:19;27288:33;27263:19;1040:14:14;27288:21:12;:33::i;:::-;-1:-1:-1;27346:54:12;;;;;-1:-1:-1;;;;;18172:55:46;;27346:54:12;;;18154:74:46;18276:18;18264:31;;18244:18;;;18237:59;27260:61:12;;-1:-1:-1;18127:18:46;;;-1:-1:-1;27346:54:12;17982:320:46;27226:297:12;27439:69;27459:48;27473:6;27489:4;1040:14:14;;26181:181:12;:::i;17609:299::-;17716:30;-1:-1:-1;;;;;;;;;;;;;;;;17785:18:12;;:10;:18;;;;;;;;;;;-1:-1:-1;;;;;;17785:41:12;;;;;;;;;;;;:50;;-1:-1:-1;;17785:50:12;;;;;;;;;;17850:51;;18451:98:46;;;17785:18:12;;-1:-1:-1;17850:51:12;;18424:18:46;17850:51:12;;;;;;;17706:202;17609:299;;;:::o;3609:130:38:-;3657:6;3676:12;3696:14;:4;-1:-1:-1;;;;;3696:12:38;;:14::i;:::-;-1:-1:-1;3675:35:38;;3609:130;-1:-1:-1;;;;3609:130:38:o;19075:235:12:-;-1:-1:-1;;;;;19226:18:12;;19157:30;19226:18;;;-1:-1:-1;;;;;;;;;;;19226:18:12;;;;;;;;;:25;;:34;;-1:-1:-1;;19226:34:12;-1:-1:-1;;;19226:34:12;;;;;;;;;;;;;19275:28;;7124:41:46;;;6793:28:12;;19226:18;19275:28;;7097:18:46;19275:28:12;6984:187:46;30054:378:12;30185:14;;30247:4;-1:-1:-1;;;;;30229:23:12;;;30225:201;;30275:26;30288:6;30296:4;;30275:12;:26::i;:::-;30268:33;;;;;;30225:201;30353:1;30339:15;;:76;;30370:45;30378:6;30386;30394:20;30409:4;;30394:14;:20::i;30370:45::-;30339:76;;;-1:-1:-1;30358:5:12;;-1:-1:-1;30358:5:12;30225:201;30054:378;;;;;;;:::o;32339:116::-;32406:6;32438:9;32445:1;32406:6;32438:4;;:9;:::i;:::-;32431:17;;;:::i;25389:751::-;25465:6;25571:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6793:28:12;25571:35;;;;25631:31;;;;;25677:14;;;25673:294;;25714:38;;-1:-1:-1;;;25714:38:12;;;;;8273:25:46;;;8246:18;;25714:38:12;8127:177:46;25673:294:12;25785:16;:14;:16::i;:::-;25773:28;;:9;:28;;;25769:198;;;25824:34;;;;;;;;8273:25:46;;;8246:18;;25824:34:12;8127:177:46;25769:198:12;25879:21;25890:9;25879:10;:21::i;:::-;25875:92;;;25923:33;;;;;;;;8273:25:46;;;8246:18;;25923:33:12;8127:177:46;25875:92:12;25984:25;;;;:12;;;:25;;;;;;25977:42;;-1:-1:-1;;25977:42:12;;;26073:37;;;;;25997:11;;26073:37;;25984:25;26073:37;26128:5;25389:751;-1:-1:-1;;;;25389:751:12:o;2959:407:23:-;3058:12;3110:5;3086:21;:29;3082:123;;;3138:56;;;;;3165:21;3138:56;;;19588:25:46;19629:18;;;19622:34;;;19561:18;;3138:56:23;19414:248:46;3082:123:23;3215:12;3229:23;3256:6;-1:-1:-1;;;;;3256:11:23;3275:5;3282:4;3256:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3214:73;;;;3304:55;3331:6;3339:7;3348:10;3304:26;:55::i;:::-;3297:62;2959:407;-1:-1:-1;;;;;;2959:407:23:o;13188:1138:12:-;13346:4;-1:-1:-1;;;;;;;;;;;5902:16:12;13435:21;;-1:-1:-1;;13435:21:12;13431:90;;13479:31;;-1:-1:-1;;;13479:31:12;;188:18:46;176:31;;13479::12;;;158:50:46;131:18;;13479:31:12;14:200:46;13431:90:12;13548:16;;;13531:14;13548:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13548:33:12;;;;;;;;;:39;;;:44;;13625:591;;;;13681:10;13662:29;;:16;:14;:16::i;:::-;:29;;;;:::i;:::-;13654:37;;13741:55;;;;;;;;13756:5;13741:55;;;;;;13770:24;:14;:22;;2589:20:38;;;2508:108;13770:24:12;-1:-1:-1;;;;;13741:55:12;;;;;;13705:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13705:33:12;;;;;;;;;:91;;;;;;;;;;;;;;-1:-1:-1;;13705:91:12;;;;;;;;;;;;;;13625:591;;;14090:16;;;14190:1;14090:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14090:33:12;;;;;;;;;:39;:115;;:39;;;;-1:-1:-1;;;;;14090:39:12;;14158:14;;14090:50;:115::i;:::-;14040:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14040:33:12;;;;;;;;;14039:166;;-1:-1:-1;;;;;14039:166:12;;;;;;;;;;;;;;;;;-1:-1:-1;13625:591:12;14231:62;;;20181:10:46;20169:23;;20151:42;;20241:14;20229:27;;20224:2;20209:18;;20202:55;20300:14;;20293:22;20273:18;;;20266:50;14231:62:12;;-1:-1:-1;;;;;14231:62:12;;;;;;;;;;;;20139:2:46;14231:62:12;;;-1:-1:-1;14310:9:12;13188:1138;-1:-1:-1;;;;;;13188:1138:12:o;3393:159:38:-;3445:18;3465:17;3484:13;3516:29;3527:4;3533:11;:9;:11::i;:::-;3516:10;:29::i;:::-;3509:36;;;;;;3393:159;;;;;:::o;15355:356:12:-;-1:-1:-1;;;;;;;;;;;15507:20:12;;;;;:45;;-1:-1:-1;5902:16:12;15531:21;;;;15507:45;15503:114;;;15575:31;;-1:-1:-1;;;15575:31:12;;188:18:46;176:31;;15575::12;;;158:50:46;131:18;;15575:31:12;14:200:46;15503:114:12;15627:16;;;;;;;;:8;;;;:16;;;;;;:22;;;:30;;-1:-1:-1;;15627:30:12;;;;;;;;;15673:31;;;15627:16;15673:31;15424:287;15355:356;;:::o;32095:134::-;32155:4;32206:16;:14;:16::i;:::-;32178:44;;:24;8790:7;32178:9;:24;:::i;:::-;:44;;;;;32095:134;-1:-1:-1;;32095:134:12:o;16030:374::-;-1:-1:-1;;;;;;;;;;;16188:20:12;;;;;:45;;-1:-1:-1;5902:16:12;16212:21;;;;16188:45;16184:114;;;16256:31;;-1:-1:-1;;;16256:31:12;;188:18:46;176:31;;16256::12;;;158:50:46;131:18;;16256:31:12;14:200:46;16184:114:12;16308:16;;;;;;;;:8;;;;:16;;;;;;:25;;;:36;;;;-1:-1:-1;;;16308:36:12;;;;;;;;;16360:37;;;16308:16;16360:37;16105:299;16030:374;;:::o;7228:139::-;6931:20:13;:18;:20::i;:::-;7316:44:12::1;7347:12;7316:30;:44::i;:::-;7228:139:::0;:::o;16551:447::-;-1:-1:-1;;;;;;;;;;;5902:16:12;16707:21;;-1:-1:-1;;16707:21:12;16703:90;;16751:31;;-1:-1:-1;;;16751:31:12;;188:18:46;176:31;;16751::12;;;158:50:46;131:18;;16751:31:12;14:200:46;16703:90:12;16866:16;;;16803:13;16866:16;;;:8;;;;:16;;;;;:27;;:62;;-1:-1:-1;;;16866:27:12;;-1:-1:-1;;;;;16866:27:12;16905:8;8921:6;16866:38;:62::i;:::-;16827:16;;;;;;;:8;;;;:16;;;;;;;:27;16826:102;;-1:-1:-1;;;;;16826:102:12;;;-1:-1:-1;;;16826:102:12;;;;;;;;;;;;16944:47;;16826:102;;-1:-1:-1;16944:47:12;;;;16974:8;;16826:102;;20527:10:46;20515:23;;;;20497:42;;20587:14;20575:27;20570:2;20555:18;;20548:55;20485:2;20470:18;;20327:282;16944:47:12;;;;;;;;16624:374;;16551:447;;:::o;3900:253:23:-;3983:12;4008;4022:23;4049:6;-1:-1:-1;;;;;4049:19:23;4069:4;4049:25;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4007:67;;;;4091:55;4118:6;4126:7;4135:10;4091:26;:55::i;:::-;4084:62;3900:253;-1:-1:-1;;;;;3900:253:23:o;14587:473:12:-;14666:4;-1:-1:-1;;;;;;;;;;;5902:16:12;14755:21;;-1:-1:-1;;14755:21:12;14751:90;;14799:31;;-1:-1:-1;;;14799:31:12;;188:18:46;176:31;;14799::12;;;158:50:46;131:18;;14799:31:12;14:200:46;14751:90:12;14855:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14855:33:12;;;;;;;;;:39;;;:44;;14851:87;;14922:5;14915:12;;;;;14851:87;14955:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14955:33:12;;;;;;;;;;14948:40;;-1:-1:-1;;14948:40:12;;;15004:28;14955:33;;:16;15004:28;;;-1:-1:-1;15049:4:12;;14587:473;-1:-1:-1;;;14587:473:12:o;750:110:38:-;794:6;819:34;837:15;819:17;:34::i;:::-;812:41;;750:110;:::o;18251:360:12:-;-1:-1:-1;;;;;18475:18:12;;18341:30;18475:18;;;-1:-1:-1;;;;;;;;;;;18475:18:12;;;;;;;:29;;;6793:28;;18341:30;18475:64;;-1:-1:-1;;;;;18475:29:12;18516:8;8921:6;18475:40;:64::i;:::-;-1:-1:-1;;;;;18434:18:12;;:10;:18;;;;;;;;;;;;:29;;18433:106;;-1:-1:-1;;18433:106:12;-1:-1:-1;;;;;18433:106:12;;;;;;;;;;;18555:49;;20527:10:46;20515:23;;20497:42;;20587:14;20575:27;;20555:18;;;20548:55;;;;18433:106:12;;-1:-1:-1;18434:18:12;18555:49;;20470:18:46;18555:49:12;20327:282:46;3189:111:35;3247:7;3066:5;;;3281;;;3065:36;3060:42;;3273:20;2825:294;21632:343:12;21704:30;21796:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6793:28:12;21796:35;;21845:18;;;;;:48;;;21868:25;21879:13;21868:10;:25::i;:::-;21867:26;21845:48;21841:128;;;21916:42;;;;;;;;8273:25:46;;;8246:18;;21916:42:12;8127:177:46;30536:1107:12;30617:14;;30675:1;30661:15;;30657:63;;;-1:-1:-1;30700:5:12;;-1:-1:-1;30700:5:12;30692:17;;30657:63;30752:4;-1:-1:-1;;;;;30734:23:12;;;30730:334;;31000:49;31021:4;31028:20;31043:4;;31028:14;:20::i;:::-;32646:28;;;-1:-1:-1;;;;;19231:55:46;;;;32646:28:12;;;;19213:74:46;;;;-1:-1:-1;;;;;;19323:79:46;;;;19303:18;;;19296:107;32646:28:12;;;;;;;;;19186:18:46;;;;32646:28:12;;32636:39;;;;;31932:14;;:52;;31763:228;30730:334;31075:20;31097:13;31112:21;31137:27;31159:4;;31137:21;:27::i;:::-;31074:90;;;;;;31245:15;31244:16;:49;;;;-1:-1:-1;31287:4:12;9044;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:12;;;;;:25;;;-1:-1:-1;;;9136:25:12;;;;31264:29;31240:97;;;31317:5;31324:1;31309:17;;;;;;;;;31240:97;31348:11;31361:21;31386:23;31394:6;31402;31386:7;:23::i;:::-;31347:62;;;;31424:6;31419:55;;31454:5;31461:1;31446:17;;;;;;;;;;;31419:55;31559:40;31568:14;31559:40;;31584:14;31559:40;;:8;:40::i;:::-;31618:10;;;;;;;-1:-1:-1;30536:1107:12;-1:-1:-1;;;;;;;;;30536:1107:12:o;27945:1678::-;28033:20;;;28126:1;28112:15;;28108:66;;;-1:-1:-1;28151:5:12;;-1:-1:-1;28151:5:12;;-1:-1:-1;28151:5:12;28143:20;;28108:66;28184:15;28202:20;28217:4;;28202:14;:20::i;:::-;28184:38;-1:-1:-1;;;;;;;28342:35:12;;28354:23;28342:35;;:89;;-1:-1:-1;;;;;;;28393:38:12;;28405:26;28393:38;28342:89;:146;;;-1:-1:-1;;;;;;;28447:41:12;;28459:29;28447:41;28342:146;:201;;;-1:-1:-1;;;;;;;28504:39:12;;28516:27;28504:39;28342:201;:262;;;-1:-1:-1;;;;;;;28559:45:12;;28571:33;28559:45;28342:262;28325:343;;;28637:4;5720:16;28655:1;28629:28;;;;;;;;;28325:343;-1:-1:-1;;;;;;28775:41:12;;28787:29;28775:41;;:98;;-1:-1:-1;;;;;;;28832:41:12;;28844:29;28832:41;28775:98;:161;;;-1:-1:-1;;;;;;;28889:47:12;;28901:35;28889:47;28775:161;28758:414;;;29004:14;29032:15;29042:4;29037;29032;;:15;:::i;:::-;29021:38;;;;;;;:::i;:::-;29004:55;;29073:12;29088:27;29108:6;29088:19;:27::i;:::-;29137:4;;-1:-1:-1;5720:16:12;;-1:-1:-1;29073:42:12;-1:-1:-1;29129:32:12;;-1:-1:-1;;;29129:32:12;28758:414;-1:-1:-1;;;;;;29291:35:12;;29303:23;29291:35;;:75;;-1:-1:-1;;;;;;;29330:36:12;;29342:24;29330:36;29291:75;29287:254;;;29425:13;29452:15;29462:4;29457;29452;;:15;:::i;:::-;29441:37;;;;;;;:::i;:::-;29425:53;;29500:4;29506:20;29519:6;9896:16;;;;9802:6;9896:16;;;:8;:16;;;;;:8;:22;;;;9736:189;29506:20;29528:1;29492:38;;;;;;;;;;29287:254;29559:5;29566:46;29596:4;29603:8;29566:21;:46::i;:::-;29614:1;29551:65;;;;;;;27945:1678;;;;;;:::o;4421:582:23:-;4565:12;4594:7;4589:408;;4617:19;4625:10;4617:7;:19::i;:::-;4589:408;;;4841:17;;:22;:49;;;;-1:-1:-1;;;;;;4867:18:23;;;:23;4841:49;4837:119;;;4917:24;;;;;-1:-1:-1;;;;;12742:55:46;;4917:24:23;;;12724:74:46;12697:18;;4917:24:23;12578:226:46;4837:119:23;-1:-1:-1;4976:10:23;4969:17;;4033:390:38;4154:18;4174:13;4199:12;4214:10;:4;-1:-1:-1;;;;;4214:8:38;;:10::i;:::-;4199:25;;4234:14;4258:61;4267:10;4258:61;;4287:8;4279:16;;:5;:16;;;:39;;4317:1;4279:39;;;4298:16;4306:8;4298:5;:16;:::i;:::-;4258:61;;:8;:61::i;:::-;4234:86;;4353:7;4339:21;;:11;:9;:11::i;:::-;:21;;;;:::i;:::-;4330:30;-1:-1:-1;5126:19:38;;;5120:2;5096:26;;;;;5089:2;5070:21;;;;;5069:54;:76;4370:46;;;;4033:390;;;;;;:::o;2868:307::-;4764:9;4771:2;4764:9;;;;-1:-1:-1;;;;;3062:11:38;;4800:9;4807:2;4800:9;;;;;;3092:19;;;;;:76;;3136:11;3149:10;3161:6;3092:76;;;3115:10;3127:1;3130;3092:76;3085:83;;;;;;2868:307;;;;;:::o;7084:141:13:-;8870:21;8560:40;-1:-1:-1;;;8560:40:13;;;;7146:73;;7191:17;;;;;;;;;;;;;;7146:73;7084:141::o;7373:337:12:-;6931:20:13;:18;:20::i;:::-;-1:-1:-1;;;;;7475:26:12;::::1;7471:108;;7524:44;::::0;::::1;::::0;;7565:1:::1;7524:44;::::0;::::1;12724:74:46::0;12697:18;;7524:44:12::1;12578:226:46::0;7471:108:12::1;7661:42;5720:16;7684:12;7698:1;7701::::0;7661:10:::1;:42::i;14296:213:36:-:0;14352:6;14382:16;14374:24;;14370:103;;;14421:41;;;;;14452:2;14421:41;;;21230:36:46;21282:18;;;21275:34;;;21203:18;;14421:41:36;21049:266:46;14370:103:36;-1:-1:-1;14496:5:36;14296:213::o;5543:487:23:-;5674:17;;:21;5670:354;;5871:10;5865:17;5927:15;5914:10;5910:2;5906:19;5899:44;5670:354;5994:19;;;;;;;;;;;;;;219:154:46;-1:-1:-1;;;;;298:5:46;294:54;287:5;284:65;274:93;;363:1;360;353:12;378:366;440:8;450:6;504:3;497:4;489:6;485:17;481:27;471:55;;522:1;519;512:12;471:55;-1:-1:-1;545:20:46;;588:18;577:30;;574:50;;;620:1;617;610:12;574:50;657:4;649:6;645:17;633:29;;717:3;710:4;700:6;697:1;693:14;685:6;681:27;677:38;674:47;671:67;;;734:1;731;724:12;749:171;816:20;;876:18;865:30;;855:41;;845:69;;910:1;907;900:12;845:69;749:171;;;:::o;925:642::-;1027:6;1035;1043;1051;1104:2;1092:9;1083:7;1079:23;1075:32;1072:52;;;1120:1;1117;1110:12;1072:52;1159:9;1146:23;1178:31;1203:5;1178:31;:::i;:::-;1228:5;-1:-1:-1;1284:2:46;1269:18;;1256:32;1311:18;1300:30;;1297:50;;;1343:1;1340;1333:12;1297:50;1382:69;1443:7;1434:6;1423:9;1419:22;1382:69;:::i;:::-;1470:8;;-1:-1:-1;1356:95:46;-1:-1:-1;1524:37:46;;-1:-1:-1;1557:2:46;1542:18;;1524:37;:::i;:::-;1514:47;;925:642;;;;;;;:::o;1572:184::-;1630:6;1683:2;1671:9;1662:7;1658:23;1654:32;1651:52;;;1699:1;1696;1689:12;1651:52;1722:28;1740:9;1722: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:46;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:46;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:46;;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:46;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:46;;-1:-1:-1;;;;3124:544:46: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:46;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:46;;5286:180;-1:-1:-1;5286:180:46: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:46;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:46;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:46;7768:18;;7755:32;7796:33;7755:32;7796:33;:::i;:::-;7848:7;-1:-1:-1;7906:2:46;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:46;-1:-1:-1;;;;7437:685:46: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:46;-1:-1:-1;;;;8309:447:46: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:46;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:46;9849:44;;;;9895:2;9845:53;;;;-1:-1:-1;9956:12:46;;;;9921:15;;;;;9548:1;9541:9;9512:466;;;-1:-1:-1;9995:6:46;;9016:991;-1:-1:-1;;;;;;9016:991:46: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:46;10323:18;;10310:32;10351:33;10310:32;10351:33;:::i;:::-;10403:7;-1:-1:-1;10462:2:46;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:46;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:46;-1:-1:-1;;11752:2:46;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:46;;-1:-1:-1;;11146:720:46:o;12139:184::-;-1:-1:-1;;;12188:1:46;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:46;13684:16;;;13702:4;13680:27;;;13673:38;;;;13765:2;13744:15;;;-1:-1:-1;;13740:29:46;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:46;14507:55;14496:9;14489:74;-1:-1:-1;;;;;14603:6:46;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:46;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:46;;;15406:25;;;;;-1:-1:-1;15106:331:46:o;15442:184::-;-1:-1:-1;;;15491:1:46;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:46;15998:30;;15995:50;;;16041:1;16038;16031:12;15995:50;16074:4;16062:17;;-1:-1:-1;16105:14:46;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:46: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:46;17703:55;17698:2;17687:9;17683:18;17676:83;-1:-1:-1;;;;;17799:6:46;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:46:o;18560:476::-;18680:19;;-1:-1:-1;;;;;;18717:75:46;;;18812:1;18804:10;;18801:229;;;-1:-1:-1;;;;;;18883:66:46;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;19667:287::-;19796:3;19834:6;19828:13;19850:66;19909:6;19904:3;19897:4;19889:6;19885:17;19850:66;:::i;:::-;19932:16;;;;;19667:287;-1:-1:-1;;19667:287:46:o;20874:170::-;20971:10;20964:18;;;20944;;;20940:43;;20995:20;;20992:46;;;21018:18;;:::i" + }, + "methodIdentifiers": { + "ADMIN_ROLE()": "75b238fc", + "APPLICATION_MANAGER_ROLE()": "77de1131", + "ATTESTATION_MANAGER_ROLE()": "cfef5e83", + "PERMISSION_MANAGER_ROLE()": "0125a425", + "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", + "initialize(address)": "c4d66de8", + "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\":\"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\":[],\"name\":\"FailedCall\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"needed\",\"type\":\"uint256\"}],\"name\":\"InsufficientBalance\",\"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\":\"APPLICATION_MANAGER_ROLE\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"ATTESTATION_MANAGER_ROLE\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"PERMISSION_MANAGER_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\":\"initialAdmin\",\"type\":\"address\"}],\"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).\"}],\"FailedCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}],\"InsufficientBalance(uint256,uint256)\":[{\"details\":\"The ETH balance of the account is not enough to perform the operation.\"}],\"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 the admin functions in the manager itself. These are defined by the {AccessManager} documentation.\"},\"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. NOTE: When the manager itself is closed, admin functions are still accessible to avoid locking the contract.\"},\"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. Closing the manager itself won't disable access to admin methods to avoid locking the 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\":\"0xc36716750a9095416ede9775ee8ae19f13794406a297c0dccd6146268bd36d74\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://595c9227d490558d1666e32609ac6677ba4fff7187cb539c3bb2c9a3e8b63b27\",\"dweb:/ipfs/QmZgoM4Rj7NuY8pfQ9pCvpKTrk5ZJ6Sdbf8XMsSVsvwMk5\"]},\"@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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]},\"contracts/OIDAccessManager.sol\":{\"keccak256\":\"0xcae4c0b5509dd30aa1203490b1494243c47ca0250904dfa213276449ae02de48\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://9c98b004011a5dc5e8fcfa342a204d969a435ec88a1e83620abd45f777bd2da9\",\"dweb:/ipfs/QmdWv9aq7vj9Pjdbwaa5DKK3gQFNiLHsBRrKssFEV7g5Z5\"]}},\"version\":1}" + } + }, + "contracts/OIDPermissionManager.sol": { + "OIDPermissionManager": { + "abi": [ + { + "inputs": [ + { + "internalType": "address", + "name": "initialAuthority", + "type": "address" + }, + { + "internalType": "contract IEAS", + "name": "initialEAS", + "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": [ + { + "internalType": "bytes32", + "name": "attestation_uid", + "type": "bytes32" + } + ], + "name": "AttestationNotFound", + "type": "error" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "attestation_uid", + "type": "bytes32" + } + ], + "name": "AttestationRevoked", + "type": "error" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "caller", + "type": "address" + } + ], + "name": "UnauthorizedAccess", + "type": "error" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "authority", + "type": "address" + } + ], + "name": "AuthorityUpdated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "bytes32", + "name": "key", + "type": "bytes32" + }, + { + "indexed": false, + "internalType": "address", + "name": "account", + "type": "address" + }, + { + "indexed": false, + "internalType": "bool", + "name": "granted", + "type": "bool" + } + ], + "name": "PermissionUpdated", + "type": "event" + }, + { + "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": "bytes32", + "name": "attestation_uid", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "grantPermission", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "key", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "hasPermission", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "isConsumingScheduledOp", + "outputs": [ + { + "internalType": "bytes4", + "name": "", + "type": "bytes4" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "attestation_uid", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "revokePermission", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "newAuthority", + "type": "address" + } + ], + "name": "setAuthority", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "evm": { + "bytecode": { + "functionDebugData": { + "@_13896": { + "entryPoint": null, + "id": 13896, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@_6963": { + "entryPoint": null, + "id": 6963, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_setAuthority_7053": { + "entryPoint": 76, + "id": 7053, + "parameterSlots": 1, + "returnSlots": 0 + }, + "abi_decode_tuple_t_addresst_contract$_IEAS_$2326_fromMemory": { + "entryPoint": 184, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_encode_tuple_t_address__to_t_address__fromStack_reversed": { + "entryPoint": null, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "validator_revert_address": { + "entryPoint": 160, + "id": null, + "parameterSlots": 1, + "returnSlots": 0 + } + }, + "generatedSources": [ + { + "ast": { + "nativeSrc": "0:758:46", + "nodeType": "YulBlock", + "src": "0:758:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "59:86:46", + "nodeType": "YulBlock", + "src": "59:86:46", + "statements": [ { "body": { - "nativeSrc": "17367:22:46", + "nativeSrc": "123:16:46", "nodeType": "YulBlock", - "src": "17367:22:46", + "src": "123:16:46", "statements": [ { "expression": { - "arguments": [], + "arguments": [ + { + "kind": "number", + "nativeSrc": "132:1:46", + "nodeType": "YulLiteral", + "src": "132:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "135:1:46", + "nodeType": "YulLiteral", + "src": "135:1:46", + "type": "", + "value": "0" + } + ], "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "17369:16:46", + "name": "revert", + "nativeSrc": "125:6:46", "nodeType": "YulIdentifier", - "src": "17369:16:46" + "src": "125:6:46" }, - "nativeSrc": "17369:18:46", + "nativeSrc": "125:12:46", "nodeType": "YulFunctionCall", - "src": "17369:18:46" + "src": "125:12:46" }, - "nativeSrc": "17369:18:46", + "nativeSrc": "125:12:46", "nodeType": "YulExpressionStatement", - "src": "17369:18:46" + "src": "125:12:46" } ] }, "condition": { "arguments": [ { - "name": "sum", - "nativeSrc": "17346:3:46", - "nodeType": "YulIdentifier", - "src": "17346:3:46" - }, - { - "kind": "number", - "nativeSrc": "17351:14:46", - "nodeType": "YulLiteral", - "src": "17351:14:46", - "type": "", - "value": "0xffffffffffff" + "arguments": [ + { + "name": "value", + "nativeSrc": "82:5:46", + "nodeType": "YulIdentifier", + "src": "82:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "93:5:46", + "nodeType": "YulIdentifier", + "src": "93:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "108:3:46", + "nodeType": "YulLiteral", + "src": "108:3:46", + "type": "", + "value": "160" + }, + { + "kind": "number", + "nativeSrc": "113:1:46", + "nodeType": "YulLiteral", + "src": "113:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "104:3:46", + "nodeType": "YulIdentifier", + "src": "104:3:46" + }, + "nativeSrc": "104:11:46", + "nodeType": "YulFunctionCall", + "src": "104:11:46" + }, + { + "kind": "number", + "nativeSrc": "117:1:46", + "nodeType": "YulLiteral", + "src": "117:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "100:3:46", + "nodeType": "YulIdentifier", + "src": "100:3:46" + }, + "nativeSrc": "100:19:46", + "nodeType": "YulFunctionCall", + "src": "100:19:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "89:3:46", + "nodeType": "YulIdentifier", + "src": "89:3:46" + }, + "nativeSrc": "89:31:46", + "nodeType": "YulFunctionCall", + "src": "89:31:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "79:2:46", + "nodeType": "YulIdentifier", + "src": "79:2:46" + }, + "nativeSrc": "79:42:46", + "nodeType": "YulFunctionCall", + "src": "79:42:46" } ], "functionName": { - "name": "gt", - "nativeSrc": "17343:2:46", + "name": "iszero", + "nativeSrc": "72:6:46", "nodeType": "YulIdentifier", - "src": "17343:2:46" + "src": "72:6:46" }, - "nativeSrc": "17343:23:46", + "nativeSrc": "72:50:46", "nodeType": "YulFunctionCall", - "src": "17343:23:46" + "src": "72:50:46" }, - "nativeSrc": "17340:49:46", + "nativeSrc": "69:70:46", "nodeType": "YulIf", - "src": "17340:49:46" + "src": "69:70:46" } ] }, - "name": "checked_add_t_uint48", - "nativeSrc": "17216:179:46", + "name": "validator_revert_address", + "nativeSrc": "14:131:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "x", - "nativeSrc": "17246:1:46", - "nodeType": "YulTypedName", - "src": "17246:1:46", - "type": "" - }, - { - "name": "y", - "nativeSrc": "17249:1:46", - "nodeType": "YulTypedName", - "src": "17249:1:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "sum", - "nativeSrc": "17255:3:46", + "name": "value", + "nativeSrc": "48:5:46", "nodeType": "YulTypedName", - "src": "17255:3:46", + "src": "48:5:46", "type": "" } ], - "src": "17216:179:46" + "src": "14:131:46" }, { "body": { - "nativeSrc": "17611:366:46", + "nativeSrc": "261:287:46", "nodeType": "YulBlock", - "src": "17611:366:46", + "src": "261:287:46", "statements": [ { - "expression": { - "arguments": [ + "body": { + "nativeSrc": "307:16:46", + "nodeType": "YulBlock", + "src": "307:16:46", + "statements": [ { - "name": "headStart", - "nativeSrc": "17628:9:46", - "nodeType": "YulIdentifier", - "src": "17628:9:46" - }, + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "316:1:46", + "nodeType": "YulLiteral", + "src": "316:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "319:1:46", + "nodeType": "YulLiteral", + "src": "319:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "309:6:46", + "nodeType": "YulIdentifier", + "src": "309:6:46" + }, + "nativeSrc": "309:12:46", + "nodeType": "YulFunctionCall", + "src": "309:12:46" + }, + "nativeSrc": "309:12:46", + "nodeType": "YulExpressionStatement", + "src": "309:12:46" + } + ] + }, + "condition": { + "arguments": [ { "arguments": [ { - "name": "value0", - "nativeSrc": "17643:6:46", + "name": "dataEnd", + "nativeSrc": "282:7:46", "nodeType": "YulIdentifier", - "src": "17643:6:46" + "src": "282:7:46" }, { - "kind": "number", - "nativeSrc": "17651:14:46", - "nodeType": "YulLiteral", - "src": "17651:14:46", - "type": "", - "value": "0xffffffffffff" + "name": "headStart", + "nativeSrc": "291:9:46", + "nodeType": "YulIdentifier", + "src": "291:9:46" } ], "functionName": { - "name": "and", - "nativeSrc": "17639:3:46", + "name": "sub", + "nativeSrc": "278:3:46", "nodeType": "YulIdentifier", - "src": "17639:3:46" + "src": "278:3:46" }, - "nativeSrc": "17639:27:46", + "nativeSrc": "278:23:46", "nodeType": "YulFunctionCall", - "src": "17639:27:46" + "src": "278:23:46" + }, + { + "kind": "number", + "nativeSrc": "303:2:46", + "nodeType": "YulLiteral", + "src": "303:2:46", + "type": "", + "value": "64" } ], "functionName": { - "name": "mstore", - "nativeSrc": "17621:6:46", + "name": "slt", + "nativeSrc": "274:3:46", "nodeType": "YulIdentifier", - "src": "17621:6:46" + "src": "274:3:46" }, - "nativeSrc": "17621:46:46", + "nativeSrc": "274:32:46", "nodeType": "YulFunctionCall", - "src": "17621:46:46" + "src": "274:32:46" }, - "nativeSrc": "17621:46:46", - "nodeType": "YulExpressionStatement", - "src": "17621:46:46" + "nativeSrc": "271:52:46", + "nodeType": "YulIf", + "src": "271:52:46" }, { - "expression": { + "nativeSrc": "332:29:46", + "nodeType": "YulVariableDeclaration", + "src": "332:29:46", + "value": { "arguments": [ { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17687:9:46", - "nodeType": "YulIdentifier", - "src": "17687:9:46" - }, - { - "kind": "number", - "nativeSrc": "17698:2:46", - "nodeType": "YulLiteral", - "src": "17698:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17683:3:46", - "nodeType": "YulIdentifier", - "src": "17683:3:46" - }, - "nativeSrc": "17683:18:46", - "nodeType": "YulFunctionCall", - "src": "17683:18:46" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "17707:6:46", - "nodeType": "YulIdentifier", - "src": "17707:6:46" - }, - { - "kind": "number", - "nativeSrc": "17715:42:46", - "nodeType": "YulLiteral", - "src": "17715:42:46", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17703:3:46", - "nodeType": "YulIdentifier", - "src": "17703:3:46" - }, - "nativeSrc": "17703:55:46", - "nodeType": "YulFunctionCall", - "src": "17703:55:46" + "name": "headStart", + "nativeSrc": "351:9:46", + "nodeType": "YulIdentifier", + "src": "351:9:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "17676:6:46", + "name": "mload", + "nativeSrc": "345:5:46", "nodeType": "YulIdentifier", - "src": "17676:6:46" + "src": "345:5:46" }, - "nativeSrc": "17676:83:46", + "nativeSrc": "345:16:46", "nodeType": "YulFunctionCall", - "src": "17676:83:46" + "src": "345:16:46" }, - "nativeSrc": "17676:83:46", - "nodeType": "YulExpressionStatement", - "src": "17676:83:46" + "variables": [ + { + "name": "value", + "nativeSrc": "336:5:46", + "nodeType": "YulTypedName", + "src": "336:5:46", + "type": "" + } + ] }, { "expression": { "arguments": [ { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17779:9:46", - "nodeType": "YulIdentifier", - "src": "17779:9:46" - }, - { - "kind": "number", - "nativeSrc": "17790:2:46", - "nodeType": "YulLiteral", - "src": "17790:2:46", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17775:3:46", - "nodeType": "YulIdentifier", - "src": "17775:3:46" - }, - "nativeSrc": "17775:18:46", - "nodeType": "YulFunctionCall", - "src": "17775:18:46" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "17799:6:46", - "nodeType": "YulIdentifier", - "src": "17799:6:46" - }, - { - "kind": "number", - "nativeSrc": "17807:42:46", - "nodeType": "YulLiteral", - "src": "17807:42:46", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17795:3:46", - "nodeType": "YulIdentifier", - "src": "17795:3:46" - }, - "nativeSrc": "17795:55:46", - "nodeType": "YulFunctionCall", - "src": "17795:55:46" + "name": "value", + "nativeSrc": "395:5:46", + "nodeType": "YulIdentifier", + "src": "395:5:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "17768:6:46", + "name": "validator_revert_address", + "nativeSrc": "370:24:46", "nodeType": "YulIdentifier", - "src": "17768:6:46" + "src": "370:24:46" }, - "nativeSrc": "17768:83:46", + "nativeSrc": "370:31:46", "nodeType": "YulFunctionCall", - "src": "17768:83:46" + "src": "370:31:46" }, - "nativeSrc": "17768:83:46", + "nativeSrc": "370:31:46", "nodeType": "YulExpressionStatement", - "src": "17768:83:46" + "src": "370:31:46" }, { - "expression": { + "nativeSrc": "410:15:46", + "nodeType": "YulAssignment", + "src": "410:15:46", + "value": { + "name": "value", + "nativeSrc": "420:5:46", + "nodeType": "YulIdentifier", + "src": "420:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "410:6:46", + "nodeType": "YulIdentifier", + "src": "410:6:46" + } + ] + }, + { + "nativeSrc": "434:40:46", + "nodeType": "YulVariableDeclaration", + "src": "434:40:46", + "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "17871:9:46", + "nativeSrc": "459:9:46", "nodeType": "YulIdentifier", - "src": "17871:9:46" + "src": "459:9:46" }, { "kind": "number", - "nativeSrc": "17882:2:46", + "nativeSrc": "470:2:46", "nodeType": "YulLiteral", - "src": "17882:2:46", + "src": "470:2:46", "type": "", - "value": "96" + "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "17867:3:46", + "nativeSrc": "455:3:46", "nodeType": "YulIdentifier", - "src": "17867:3:46" + "src": "455:3:46" }, - "nativeSrc": "17867:18:46", + "nativeSrc": "455:18:46", "nodeType": "YulFunctionCall", - "src": "17867:18:46" - }, - { - "kind": "number", - "nativeSrc": "17887:3:46", - "nodeType": "YulLiteral", - "src": "17887:3:46", - "type": "", - "value": "128" + "src": "455:18:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "17860:6:46", + "name": "mload", + "nativeSrc": "449:5:46", "nodeType": "YulIdentifier", - "src": "17860:6:46" + "src": "449:5:46" }, - "nativeSrc": "17860:31:46", + "nativeSrc": "449:25:46", "nodeType": "YulFunctionCall", - "src": "17860:31:46" + "src": "449:25:46" }, - "nativeSrc": "17860:31:46", - "nodeType": "YulExpressionStatement", - "src": "17860:31:46" + "variables": [ + { + "name": "value_1", + "nativeSrc": "438:7:46", + "nodeType": "YulTypedName", + "src": "438:7:46", + "type": "" + } + ] }, { - "nativeSrc": "17900:71:46", - "nodeType": "YulAssignment", - "src": "17900:71:46", - "value": { + "expression": { "arguments": [ { - "name": "value3", - "nativeSrc": "17935:6:46", - "nodeType": "YulIdentifier", - "src": "17935:6:46" - }, - { - "name": "value4", - "nativeSrc": "17943:6:46", + "name": "value_1", + "nativeSrc": "508:7:46", "nodeType": "YulIdentifier", - "src": "17943:6:46" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17955:9:46", - "nodeType": "YulIdentifier", - "src": "17955:9:46" - }, - { - "kind": "number", - "nativeSrc": "17966:3:46", - "nodeType": "YulLiteral", - "src": "17966:3:46", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17951:3:46", - "nodeType": "YulIdentifier", - "src": "17951:3:46" - }, - "nativeSrc": "17951:19:46", - "nodeType": "YulFunctionCall", - "src": "17951:19:46" + "src": "508:7:46" } ], "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "17908:26:46", + "name": "validator_revert_address", + "nativeSrc": "483:24:46", "nodeType": "YulIdentifier", - "src": "17908:26:46" + "src": "483:24:46" }, - "nativeSrc": "17908:63:46", + "nativeSrc": "483:33:46", "nodeType": "YulFunctionCall", - "src": "17908:63:46" + "src": "483:33:46" + }, + "nativeSrc": "483:33:46", + "nodeType": "YulExpressionStatement", + "src": "483:33:46" + }, + { + "nativeSrc": "525:17:46", + "nodeType": "YulAssignment", + "src": "525:17:46", + "value": { + "name": "value_1", + "nativeSrc": "535:7:46", + "nodeType": "YulIdentifier", + "src": "535:7:46" }, "variableNames": [ { - "name": "tail", - "nativeSrc": "17900:4:46", + "name": "value1", + "nativeSrc": "525:6:46", "nodeType": "YulIdentifier", - "src": "17900:4:46" + "src": "525:6:46" } ] } ] }, - "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:46", + "name": "abi_decode_tuple_t_addresst_contract$_IEAS_$2326_fromMemory", + "nativeSrc": "150:398:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "17548:9:46", - "nodeType": "YulTypedName", - "src": "17548:9:46", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "17559:6:46", + "nativeSrc": "219:9:46", "nodeType": "YulTypedName", - "src": "17559:6:46", + "src": "219:9:46", "type": "" }, { - "name": "value3", - "nativeSrc": "17567:6:46", + "name": "dataEnd", + "nativeSrc": "230:7:46", "nodeType": "YulTypedName", - "src": "17567:6:46", + "src": "230:7:46", "type": "" - }, + } + ], + "returnVariables": [ { - "name": "value2", - "nativeSrc": "17575:6:46", + "name": "value0", + "nativeSrc": "242:6:46", "nodeType": "YulTypedName", - "src": "17575:6:46", + "src": "242:6:46", "type": "" }, { "name": "value1", - "nativeSrc": "17583:6:46", - "nodeType": "YulTypedName", - "src": "17583:6:46", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "17591:6:46", - "nodeType": "YulTypedName", - "src": "17591:6:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "17602:4:46", + "nativeSrc": "250:6:46", "nodeType": "YulTypedName", - "src": "17602:4:46", + "src": "250:6:46", "type": "" } ], - "src": "17400:577:46" + "src": "150:398:46" }, { "body": { - "nativeSrc": "18109:193:46", + "nativeSrc": "654:102:46", "nodeType": "YulBlock", - "src": "18109:193:46", + "src": "654:102:46", "statements": [ { - "nativeSrc": "18119:26:46", + "nativeSrc": "664:26:46", "nodeType": "YulAssignment", - "src": "18119:26:46", + "src": "664:26:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "18131:9:46", + "nativeSrc": "676:9:46", "nodeType": "YulIdentifier", - "src": "18131:9:46" + "src": "676:9:46" }, { "kind": "number", - "nativeSrc": "18142:2:46", + "nativeSrc": "687:2:46", "nodeType": "YulLiteral", - "src": "18142:2:46", + "src": "687:2:46", "type": "", - "value": "64" + "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "18127:3:46", + "nativeSrc": "672:3:46", "nodeType": "YulIdentifier", - "src": "18127:3:46" + "src": "672:3:46" }, - "nativeSrc": "18127:18:46", + "nativeSrc": "672:18:46", "nodeType": "YulFunctionCall", - "src": "18127:18:46" + "src": "672:18:46" }, "variableNames": [ { "name": "tail", - "nativeSrc": "18119:4:46", + "nativeSrc": "664:4:46", "nodeType": "YulIdentifier", - "src": "18119:4:46" + "src": "664:4:46" } ] }, @@ -309407,206 +315284,825 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "18161:9:46", + "nativeSrc": "706:9:46", "nodeType": "YulIdentifier", - "src": "18161:9:46" + "src": "706:9:46" }, { "arguments": [ { "name": "value0", - "nativeSrc": "18176:6:46", + "nativeSrc": "721:6:46", "nodeType": "YulIdentifier", - "src": "18176:6:46" + "src": "721:6:46" }, { - "kind": "number", - "nativeSrc": "18184:42:46", - "nodeType": "YulLiteral", - "src": "18184:42:46", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "737:3:46", + "nodeType": "YulLiteral", + "src": "737:3:46", + "type": "", + "value": "160" + }, + { + "kind": "number", + "nativeSrc": "742:1:46", + "nodeType": "YulLiteral", + "src": "742:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "733:3:46", + "nodeType": "YulIdentifier", + "src": "733:3:46" + }, + "nativeSrc": "733:11:46", + "nodeType": "YulFunctionCall", + "src": "733:11:46" + }, + { + "kind": "number", + "nativeSrc": "746:1:46", + "nodeType": "YulLiteral", + "src": "746:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "729:3:46", + "nodeType": "YulIdentifier", + "src": "729:3:46" + }, + "nativeSrc": "729:19:46", + "nodeType": "YulFunctionCall", + "src": "729:19:46" } ], "functionName": { "name": "and", - "nativeSrc": "18172:3:46", + "nativeSrc": "717:3:46", "nodeType": "YulIdentifier", - "src": "18172:3:46" + "src": "717:3:46" }, - "nativeSrc": "18172:55:46", + "nativeSrc": "717:32:46", "nodeType": "YulFunctionCall", - "src": "18172:55:46" + "src": "717:32:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "699:6:46", + "nodeType": "YulIdentifier", + "src": "699:6:46" + }, + "nativeSrc": "699:51:46", + "nodeType": "YulFunctionCall", + "src": "699:51:46" + }, + "nativeSrc": "699:51:46", + "nodeType": "YulExpressionStatement", + "src": "699:51:46" + } + ] + }, + "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", + "nativeSrc": "553:203:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "623:9:46", + "nodeType": "YulTypedName", + "src": "623:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "634:6:46", + "nodeType": "YulTypedName", + "src": "634:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "645:4:46", + "nodeType": "YulTypedName", + "src": "645:4:46", + "type": "" + } + ], + "src": "553:203:46" + } + ] + }, + "contents": "{\n { }\n function validator_revert_address(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_addresst_contract$_IEAS_$2326_fromMemory(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := mload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\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": 46, + "language": "Yul", + "name": "#utility.yul" + } + ], + "linkReferences": {}, + "object": "60a060405234801561001057600080fd5b50604051610bb0380380610bb083398101604081905261002f916100b8565b816100398161004c565b506001600160a01b0316608052506100f2565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6001600160a01b03811681146100b557600080fd5b50565b600080604083850312156100cb57600080fd5b82516100d6816100a0565b60208401519092506100e7816100a0565b809150509250929050565b608051610a9d6101136000396000818160c101526103910152610a9d6000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c80638fb360371161005b5780638fb36037146100f9578063a6a8f17b14610132578063bc58645614610145578063bf7e214f1461015857600080fd5b806328545c0d146100825780637a9e5e4b146100aa5780638150864d146100bf575b600080fd5b61009561009036600461076f565b610169565b60405190151581526020015b60405180910390f35b6100bd6100b836600461079f565b6101f1565b005b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020016100a1565b6101016102a3565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020016100a1565b6100bd61014036600461076f565b6102f1565b6100bd61015336600461076f565b6102fd565b6000546001600160a01b03166100e1565b60008281526001602081815260408084206001600160a01b0386168552909152822090810154158061019d5750805460ff16155b156101ac5760009150506101eb565b60006101bb8260010154610309565b90506101d4816080015167ffffffffffffffff16151590565b156101e4576000925050506101eb565b6001925050505b92915050565b60005433906001600160a01b03168114610247576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610296576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161023e565b61029f8261043e565b5050565b6000805474010000000000000000000000000000000000000000900460ff166102cc5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b61029f828260006104aa565b61029f828260016104aa565b604080516101408101825260008082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830182905261012083015291517fa3112a64000000000000000000000000000000000000000000000000000000008152600481018490529091906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a3112a6490602401600060405180830381865afa1580156103d8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104009190810190610904565b80519091506101eb576040517f01fb6dd10000000000000000000000000000000000000000000000000000000081526004810184905260240161023e565b600080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006104b584610309565b90506104ce816080015167ffffffffffffffff16151590565b15610508576040517f04bed2560000000000000000000000000000000000000000000000000000000081526004810185905260240161023e565b610511816105bb565b600061051c8261061f565b60408051808201825285151581526020808201898152600085815260018084528582206001600160a01b038c168352909352939093209151825460ff191690151517825591519101559050604080518281526001600160a01b0386166020820152841515918101919091527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f359060600160405180910390a15050505050565b6105d18160c001516001600160a01b0316331490565b1580156105e357506105e1610642565b155b1561061c576040517fdccef96400000000000000000000000000000000000000000000000000000000815233600482015260240161023e565b50565b60008082610120015180602001905181019061063b91906109fe565b9392505050565b6000806106576000546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b0316630125a4256040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106cc9190610a17565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201523360248201526044016040805180830381865afa15801561072e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107529190610a32565b509392505050565b6001600160a01b038116811461061c57600080fd5b6000806040838503121561078257600080fd5b8235915060208301356107948161075a565b809150509250929050565b6000602082840312156107b157600080fd5b813561063b8161075a565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051610140810167ffffffffffffffff8111828210171561080f5761080f6107bc565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561083e5761083e6107bc565b604052919050565b805167ffffffffffffffff8116811461085e57600080fd5b919050565b805161085e8161075a565b8051801515811461085e57600080fd5b600082601f83011261088f57600080fd5b815167ffffffffffffffff8111156108a9576108a96107bc565b6108bc601f8201601f1916602001610815565b8181528460208386010111156108d157600080fd5b60005b828110156108f0576020818601810151838301820152016108d4565b506000918101602001919091529392505050565b60006020828403121561091657600080fd5b815167ffffffffffffffff81111561092d57600080fd5b8201610140818503121561094057600080fd5b6109486107eb565b815181526020808301519082015261096260408301610846565b604082015261097360608301610846565b606082015261098460808301610846565b608082015260a0828101519082015261099f60c08301610863565b60c08201526109b060e08301610863565b60e08201526109c2610100830161086e565b61010082015261012082015167ffffffffffffffff8111156109e357600080fd5b6109ef8682850161087e565b61012083015250949350505050565b600060208284031215610a1057600080fd5b5051919050565b600060208284031215610a2957600080fd5b61063b82610846565b60008060408385031215610a4557600080fd5b610a4e8361086e565b9150602083015163ffffffff8116811461079457600080fdfea2646970667358221220058148bf957c2f50326fb3479333357210091b7799b4b2de528804eff09ea27a64736f6c634300081a0033", + "opcodes": "PUSH1 0xA0 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0xBB0 CODESIZE SUB DUP1 PUSH2 0xBB0 DUP4 CODECOPY DUP2 ADD PUSH1 0x40 DUP2 SWAP1 MSTORE PUSH2 0x2F SWAP2 PUSH2 0xB8 JUMP JUMPDEST DUP2 PUSH2 0x39 DUP2 PUSH2 0x4C JUMP JUMPDEST POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x80 MSTORE POP PUSH2 0xF2 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 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0xB5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xCB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 MLOAD PUSH2 0xD6 DUP2 PUSH2 0xA0 JUMP JUMPDEST PUSH1 0x20 DUP5 ADD MLOAD SWAP1 SWAP3 POP PUSH2 0xE7 DUP2 PUSH2 0xA0 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x80 MLOAD PUSH2 0xA9D PUSH2 0x113 PUSH1 0x0 CODECOPY PUSH1 0x0 DUP2 DUP2 PUSH1 0xC1 ADD MSTORE PUSH2 0x391 ADD MSTORE PUSH2 0xA9D 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 0x7D JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8FB36037 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0x8FB36037 EQ PUSH2 0xF9 JUMPI DUP1 PUSH4 0xA6A8F17B EQ PUSH2 0x132 JUMPI DUP1 PUSH4 0xBC586456 EQ PUSH2 0x145 JUMPI DUP1 PUSH4 0xBF7E214F EQ PUSH2 0x158 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x28545C0D EQ PUSH2 0x82 JUMPI DUP1 PUSH4 0x7A9E5E4B EQ PUSH2 0xAA JUMPI DUP1 PUSH4 0x8150864D EQ PUSH2 0xBF JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x95 PUSH2 0x90 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x169 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xBD PUSH2 0xB8 CALLDATASIZE PUSH1 0x4 PUSH2 0x79F JUMP JUMPDEST PUSH2 0x1F1 JUMP JUMPDEST STOP JUMPDEST PUSH32 0x0 JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xA1 JUMP JUMPDEST PUSH2 0x101 PUSH2 0x2A3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xA1 JUMP JUMPDEST PUSH2 0xBD PUSH2 0x140 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x2F1 JUMP JUMPDEST PUSH2 0xBD PUSH2 0x153 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x2FD JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0xE1 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND DUP6 MSTORE SWAP1 SWAP2 MSTORE DUP3 KECCAK256 SWAP1 DUP2 ADD SLOAD ISZERO DUP1 PUSH2 0x19D JUMPI POP DUP1 SLOAD PUSH1 0xFF AND ISZERO JUMPDEST ISZERO PUSH2 0x1AC JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0x1EB JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1BB DUP3 PUSH1 0x1 ADD SLOAD PUSH2 0x309 JUMP JUMPDEST SWAP1 POP PUSH2 0x1D4 DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO ISZERO SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x1E4 JUMPI PUSH1 0x0 SWAP3 POP POP POP PUSH2 0x1EB JUMP JUMPDEST PUSH1 0x1 SWAP3 POP POP POP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD CALLER SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 EQ PUSH2 0x247 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 0x296 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 0x23E JUMP JUMPDEST PUSH2 0x29F DUP3 PUSH2 0x43E JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH21 0x10000000000000000000000000000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2CC JUMPI POP PUSH1 0x0 SWAP1 JUMP JUMPDEST POP PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 SWAP1 JUMP JUMPDEST PUSH2 0x29F DUP3 DUP3 PUSH1 0x0 PUSH2 0x4AA JUMP JUMPDEST PUSH2 0x29F DUP3 DUP3 PUSH1 0x1 PUSH2 0x4AA JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH2 0x140 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP2 SWAP1 MSTORE DUP2 DUP4 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 DUP3 SWAP1 MSTORE PUSH2 0x120 DUP4 ADD MSTORE SWAP2 MLOAD PUSH32 0xA3112A6400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE SWAP1 SWAP2 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND SWAP1 PUSH4 0xA3112A64 SWAP1 PUSH1 0x24 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x3D8 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 0x400 SWAP2 SWAP1 DUP2 ADD SWAP1 PUSH2 0x904 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0x1EB JUMPI PUSH1 0x40 MLOAD PUSH32 0x1FB6DD100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 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 PUSH2 0x4B5 DUP5 PUSH2 0x309 JUMP JUMPDEST SWAP1 POP PUSH2 0x4CE DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO ISZERO SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x508 JUMPI PUSH1 0x40 MLOAD PUSH32 0x4BED25600000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP6 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST PUSH2 0x511 DUP2 PUSH2 0x5BB JUMP JUMPDEST PUSH1 0x0 PUSH2 0x51C DUP3 PUSH2 0x61F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD DUP3 MSTORE DUP6 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 DUP1 DUP3 ADD DUP10 DUP2 MSTORE PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x1 DUP1 DUP5 MSTORE DUP6 DUP3 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP13 AND DUP4 MSTORE SWAP1 SWAP4 MSTORE SWAP4 SWAP1 SWAP4 KECCAK256 SWAP2 MLOAD DUP3 SLOAD PUSH1 0xFF NOT AND SWAP1 ISZERO ISZERO OR DUP3 SSTORE SWAP2 MLOAD SWAP2 ADD SSTORE SWAP1 POP PUSH1 0x40 DUP1 MLOAD DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x20 DUP3 ADD MSTORE DUP5 ISZERO ISZERO SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH32 0xA7DBB3DD7FC1F02D38DF3BA26B3867FA7010E3497F7A3E33F0B1A75E794D8F35 SWAP1 PUSH1 0x60 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP POP POP JUMP JUMPDEST PUSH2 0x5D1 DUP2 PUSH1 0xC0 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ SWAP1 JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x5E3 JUMPI POP PUSH2 0x5E1 PUSH2 0x642 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x61C JUMPI PUSH1 0x40 MLOAD PUSH32 0xDCCEF96400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE CALLER PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH2 0x120 ADD MLOAD DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0x63B SWAP2 SWAP1 PUSH2 0x9FE JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x657 PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xD1F856EE DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x125A425 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 0x6A8 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 0x6CC SWAP2 SWAP1 PUSH2 0xA17 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 PUSH1 0xE0 DUP5 SWAP1 SHL AND DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x4 DUP3 ADD MSTORE CALLER PUSH1 0x24 DUP3 ADD MSTORE PUSH1 0x44 ADD PUSH1 0x40 DUP1 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x72E 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 0x752 SWAP2 SWAP1 PUSH2 0xA32 JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x61C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x782 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x794 DUP2 PUSH2 0x75A JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x7B1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x63B DUP2 PUSH2 0x75A JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x140 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x80F JUMPI PUSH2 0x80F PUSH2 0x7BC 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 0x83E JUMPI PUSH2 0x83E PUSH2 0x7BC JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x85E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH2 0x85E DUP2 PUSH2 0x75A JUMP JUMPDEST DUP1 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x85E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x88F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x8A9 JUMPI PUSH2 0x8A9 PUSH2 0x7BC JUMP JUMPDEST PUSH2 0x8BC PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD PUSH2 0x815 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP5 PUSH1 0x20 DUP4 DUP7 ADD ADD GT ISZERO PUSH2 0x8D1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8F0 JUMPI PUSH1 0x20 DUP2 DUP7 ADD DUP2 ADD MLOAD DUP4 DUP4 ADD DUP3 ADD MSTORE ADD PUSH2 0x8D4 JUMP JUMPDEST POP PUSH1 0x0 SWAP2 DUP2 ADD PUSH1 0x20 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x916 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x92D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH2 0x140 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x940 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x948 PUSH2 0x7EB JUMP JUMPDEST DUP2 MLOAD DUP2 MSTORE PUSH1 0x20 DUP1 DUP4 ADD MLOAD SWAP1 DUP3 ADD MSTORE PUSH2 0x962 PUSH1 0x40 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH2 0x973 PUSH1 0x60 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x984 PUSH1 0x80 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE PUSH1 0xA0 DUP3 DUP2 ADD MLOAD SWAP1 DUP3 ADD MSTORE PUSH2 0x99F PUSH1 0xC0 DUP4 ADD PUSH2 0x863 JUMP JUMPDEST PUSH1 0xC0 DUP3 ADD MSTORE PUSH2 0x9B0 PUSH1 0xE0 DUP4 ADD PUSH2 0x863 JUMP JUMPDEST PUSH1 0xE0 DUP3 ADD MSTORE PUSH2 0x9C2 PUSH2 0x100 DUP4 ADD PUSH2 0x86E JUMP JUMPDEST PUSH2 0x100 DUP3 ADD MSTORE PUSH2 0x120 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x9E3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x9EF DUP7 DUP3 DUP6 ADD PUSH2 0x87E JUMP JUMPDEST PUSH2 0x120 DUP4 ADD MSTORE POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA29 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x63B DUP3 PUSH2 0x846 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xA45 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xA4E DUP4 PUSH2 0x86E JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD MLOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x794 JUMPI PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SDIV DUP2 BASEFEE 0xBF SWAP6 PUSH29 0x2F50326FB3479333357210091B7799B4B2DE528804EFF09EA27A64736F PUSH13 0x634300081A0033000000000000 ", + "sourceMap": "545:3727:44:-:0;;;976:143;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1067:16;1190:31:16;1067:16:44;1190:13:16;:31::i;:::-;-1:-1:-1;;;;;;1095:17:44::1;;::::0;-1:-1:-1;545:3727:44;;3804:149:16;3876:10;:25;;-1:-1:-1;;;;;;3876:25:16;-1:-1:-1;;;;;3876:25:16;;;;;;;;3916:30;;699:51:46;;;3916:30:16;;687:2:46;672:18;3916:30:16;;;;;;;3804:149;:::o;14:131:46:-;-1:-1:-1;;;;;89:31:46;;79:42;;69:70;;135:1;132;125:12;69:70;14:131;:::o;150:398::-;242:6;250;303:2;291:9;282:7;278:23;274:32;271:52;;;319:1;316;309:12;271:52;351:9;345:16;370:31;395:5;370:31;:::i;:::-;470:2;455:18;;449:25;420:5;;-1:-1:-1;483:33:46;449:25;483:33;:::i;:::-;535:7;525:17;;;150:398;;;;;:::o;553:203::-;545:3727:44;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": { + "@_checkAuthorization_14045": { + "entryPoint": 1467, + "id": 14045, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_decodeAttestationKey_14204": { + "entryPoint": 1567, + "id": 14204, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_getAttestation_14144": { + "entryPoint": 777, + "id": 14144, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_isAttestationRecipient_14159": { + "entryPoint": null, + "id": 14159, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_isAttestationRevoked_14173": { + "entryPoint": null, + "id": 14173, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_isPermissionManager_14072": { + "entryPoint": 1602, + "id": 14072, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_msgSender_7996": { + "entryPoint": null, + "id": 7996, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_permissionExists_14089": { + "entryPoint": null, + "id": 14089, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_setAuthority_7053": { + "entryPoint": 1086, + "id": 7053, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_setPermission_14112": { + "entryPoint": null, + "id": 14112, + "parameterSlots": 4, + "returnSlots": 0 + }, + "@_updatePermission_14023": { + "entryPoint": 1194, + "id": 14023, + "parameterSlots": 3, + "returnSlots": 0 + }, + "@authority_6984": { + "entryPoint": null, + "id": 6984, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@eas_14182": { + "entryPoint": null, + "id": 14182, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@grantPermission_13910": { + "entryPoint": 765, + "id": 13910, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@hasPermission_13974": { + "entryPoint": 361, + "id": 13974, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@isConsumingScheduledOp_7038": { + "entryPoint": 675, + "id": 7038, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@revokePermission_13925": { + "entryPoint": 753, + "id": 13925, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@setAuthority_7021": { + "entryPoint": 497, + "id": 7021, + "parameterSlots": 1, + "returnSlots": 0 + }, + "abi_decode_address_fromMemory": { + "entryPoint": 2147, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "abi_decode_bool_fromMemory": { + "entryPoint": 2158, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "abi_decode_bytes_fromMemory": { + "entryPoint": 2174, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_address": { + "entryPoint": 1951, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_boolt_uint32_fromMemory": { + "entryPoint": 2610, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_bytes32_fromMemory": { + "entryPoint": 2558, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_bytes32t_address": { + "entryPoint": 1903, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_struct$_Attestation_$49_memory_ptr_fromMemory": { + "entryPoint": 2308, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_uint64_fromMemory": { + "entryPoint": 2583, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_uint64_fromMemory": { + "entryPoint": 2118, + "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_bool__to_t_bool__fromStack_reversed": { + "entryPoint": null, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed": { + "entryPoint": null, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_encode_tuple_t_bytes32_t_address_t_bool__to_t_bytes32_t_address_t_bool__fromStack_reversed": { + "entryPoint": null, + "id": null, + "parameterSlots": 4, + "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_uint64_t_address__to_t_uint64_t_address__fromStack_reversed": { + "entryPoint": null, + "id": null, + "parameterSlots": 3, + "returnSlots": 1 + }, + "allocate_memory": { + "entryPoint": 2069, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "allocate_memory_821": { + "entryPoint": 2027, + "id": null, + "parameterSlots": 0, + "returnSlots": 1 + }, + "panic_error_0x41": { + "entryPoint": 1980, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "validator_revert_address": { + "entryPoint": 1882, + "id": null, + "parameterSlots": 1, + "returnSlots": 0 + } + }, + "generatedSources": [ + { + "ast": { + "nativeSrc": "0:6637:46", + "nodeType": "YulBlock", + "src": "0:6637:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "59:109:46", + "nodeType": "YulBlock", + "src": "59:109:46", + "statements": [ + { + "body": { + "nativeSrc": "146:16:46", + "nodeType": "YulBlock", + "src": "146:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "155:1:46", + "nodeType": "YulLiteral", + "src": "155:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "158:1:46", + "nodeType": "YulLiteral", + "src": "158:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "148:6:46", + "nodeType": "YulIdentifier", + "src": "148:6:46" + }, + "nativeSrc": "148:12:46", + "nodeType": "YulFunctionCall", + "src": "148:12:46" + }, + "nativeSrc": "148:12:46", + "nodeType": "YulExpressionStatement", + "src": "148:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "82:5:46", + "nodeType": "YulIdentifier", + "src": "82:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "93:5:46", + "nodeType": "YulIdentifier", + "src": "93:5:46" + }, + { + "kind": "number", + "nativeSrc": "100:42:46", + "nodeType": "YulLiteral", + "src": "100:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "89:3:46", + "nodeType": "YulIdentifier", + "src": "89:3:46" + }, + "nativeSrc": "89:54:46", + "nodeType": "YulFunctionCall", + "src": "89:54:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "79:2:46", + "nodeType": "YulIdentifier", + "src": "79:2:46" + }, + "nativeSrc": "79:65:46", + "nodeType": "YulFunctionCall", + "src": "79:65:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "72:6:46", + "nodeType": "YulIdentifier", + "src": "72:6:46" + }, + "nativeSrc": "72:73:46", + "nodeType": "YulFunctionCall", + "src": "72:73:46" + }, + "nativeSrc": "69:93:46", + "nodeType": "YulIf", + "src": "69:93:46" + } + ] + }, + "name": "validator_revert_address", + "nativeSrc": "14:154:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "48:5:46", + "nodeType": "YulTypedName", + "src": "48:5:46", + "type": "" + } + ], + "src": "14:154:46" + }, + { + "body": { + "nativeSrc": "260:228:46", + "nodeType": "YulBlock", + "src": "260:228:46", + "statements": [ + { + "body": { + "nativeSrc": "306:16:46", + "nodeType": "YulBlock", + "src": "306:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "315:1:46", + "nodeType": "YulLiteral", + "src": "315:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "318:1:46", + "nodeType": "YulLiteral", + "src": "318:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "308:6:46", + "nodeType": "YulIdentifier", + "src": "308:6:46" + }, + "nativeSrc": "308:12:46", + "nodeType": "YulFunctionCall", + "src": "308:12:46" + }, + "nativeSrc": "308:12:46", + "nodeType": "YulExpressionStatement", + "src": "308:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "281:7:46", + "nodeType": "YulIdentifier", + "src": "281:7:46" + }, + { + "name": "headStart", + "nativeSrc": "290:9:46", + "nodeType": "YulIdentifier", + "src": "290:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "277:3:46", + "nodeType": "YulIdentifier", + "src": "277:3:46" + }, + "nativeSrc": "277:23:46", + "nodeType": "YulFunctionCall", + "src": "277:23:46" + }, + { + "kind": "number", + "nativeSrc": "302:2:46", + "nodeType": "YulLiteral", + "src": "302:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "273:3:46", + "nodeType": "YulIdentifier", + "src": "273:3:46" + }, + "nativeSrc": "273:32:46", + "nodeType": "YulFunctionCall", + "src": "273:32:46" + }, + "nativeSrc": "270:52:46", + "nodeType": "YulIf", + "src": "270:52:46" + }, + { + "nativeSrc": "331:33:46", + "nodeType": "YulAssignment", + "src": "331:33:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "354:9:46", + "nodeType": "YulIdentifier", + "src": "354:9:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "18154:6:46", + "name": "calldataload", + "nativeSrc": "341:12:46", "nodeType": "YulIdentifier", - "src": "18154:6:46" + "src": "341:12:46" }, - "nativeSrc": "18154:74:46", + "nativeSrc": "341:23:46", "nodeType": "YulFunctionCall", - "src": "18154:74:46" + "src": "341:23:46" }, - "nativeSrc": "18154:74:46", - "nodeType": "YulExpressionStatement", - "src": "18154:74:46" + "variableNames": [ + { + "name": "value0", + "nativeSrc": "331:6:46", + "nodeType": "YulIdentifier", + "src": "331:6:46" + } + ] }, { - "expression": { + "nativeSrc": "373:45:46", + "nodeType": "YulVariableDeclaration", + "src": "373:45:46", + "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "18248:9:46", + "nativeSrc": "403:9:46", "nodeType": "YulIdentifier", - "src": "18248:9:46" + "src": "403:9:46" }, { "kind": "number", - "nativeSrc": "18259:2:46", + "nativeSrc": "414:2:46", "nodeType": "YulLiteral", - "src": "18259:2:46", + "src": "414:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "18244:3:46", + "nativeSrc": "399:3:46", "nodeType": "YulIdentifier", - "src": "18244:3:46" + "src": "399:3:46" }, - "nativeSrc": "18244:18:46", + "nativeSrc": "399:18:46", "nodeType": "YulFunctionCall", - "src": "18244:18:46" - }, + "src": "399:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "386:12:46", + "nodeType": "YulIdentifier", + "src": "386:12:46" + }, + "nativeSrc": "386:32:46", + "nodeType": "YulFunctionCall", + "src": "386:32:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "377:5:46", + "nodeType": "YulTypedName", + "src": "377:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ { - "arguments": [ - { - "name": "value1", - "nativeSrc": "18268:6:46", - "nodeType": "YulIdentifier", - "src": "18268:6:46" - }, - { - "kind": "number", - "nativeSrc": "18276:18:46", - "nodeType": "YulLiteral", - "src": "18276:18:46", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18264:3:46", - "nodeType": "YulIdentifier", - "src": "18264:3:46" - }, - "nativeSrc": "18264:31:46", - "nodeType": "YulFunctionCall", - "src": "18264:31:46" + "name": "value", + "nativeSrc": "452:5:46", + "nodeType": "YulIdentifier", + "src": "452:5:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "18237:6:46", + "name": "validator_revert_address", + "nativeSrc": "427:24:46", "nodeType": "YulIdentifier", - "src": "18237:6:46" + "src": "427:24:46" }, - "nativeSrc": "18237:59:46", + "nativeSrc": "427:31:46", "nodeType": "YulFunctionCall", - "src": "18237:59:46" + "src": "427:31:46" }, - "nativeSrc": "18237:59:46", + "nativeSrc": "427:31:46", "nodeType": "YulExpressionStatement", - "src": "18237:59:46" + "src": "427:31:46" + }, + { + "nativeSrc": "467:15:46", + "nodeType": "YulAssignment", + "src": "467:15:46", + "value": { + "name": "value", + "nativeSrc": "477:5:46", + "nodeType": "YulIdentifier", + "src": "477:5:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "467:6:46", + "nodeType": "YulIdentifier", + "src": "467:6:46" + } + ] } ] }, - "name": "abi_encode_tuple_t_address_t_uint64__to_t_address_t_uint64__fromStack_reversed", - "nativeSrc": "17982:320:46", + "name": "abi_decode_tuple_t_bytes32t_address", + "nativeSrc": "173:315:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "18070:9:46", + "nativeSrc": "218:9:46", "nodeType": "YulTypedName", - "src": "18070:9:46", + "src": "218:9:46", "type": "" }, { - "name": "value1", - "nativeSrc": "18081:6:46", + "name": "dataEnd", + "nativeSrc": "229:7:46", "nodeType": "YulTypedName", - "src": "18081:6:46", + "src": "229:7:46", "type": "" - }, + } + ], + "returnVariables": [ { "name": "value0", - "nativeSrc": "18089:6:46", + "nativeSrc": "241:6:46", "nodeType": "YulTypedName", - "src": "18089:6:46", + "src": "241:6:46", "type": "" - } - ], - "returnVariables": [ + }, { - "name": "tail", - "nativeSrc": "18100:4:46", + "name": "value1", + "nativeSrc": "249:6:46", "nodeType": "YulTypedName", - "src": "18100:4:46", + "src": "249:6:46", "type": "" } ], - "src": "17982:320:46" + "src": "173:315:46" }, { "body": { - "nativeSrc": "18406:149:46", + "nativeSrc": "588:92:46", "nodeType": "YulBlock", - "src": "18406:149:46", + "src": "588:92:46", "statements": [ { - "nativeSrc": "18416:26:46", + "nativeSrc": "598:26:46", "nodeType": "YulAssignment", - "src": "18416:26:46", + "src": "598:26:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "18428:9:46", + "nativeSrc": "610:9:46", "nodeType": "YulIdentifier", - "src": "18428:9:46" + "src": "610:9:46" }, { "kind": "number", - "nativeSrc": "18439:2:46", + "nativeSrc": "621:2:46", "nodeType": "YulLiteral", - "src": "18439:2:46", + "src": "621:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "18424:3:46", + "nativeSrc": "606:3:46", "nodeType": "YulIdentifier", - "src": "18424:3:46" + "src": "606:3:46" }, - "nativeSrc": "18424:18:46", + "nativeSrc": "606:18:46", "nodeType": "YulFunctionCall", - "src": "18424:18:46" + "src": "606:18:46" }, "variableNames": [ { "name": "tail", - "nativeSrc": "18416:4:46", + "nativeSrc": "598:4:46", "nodeType": "YulIdentifier", - "src": "18416:4:46" + "src": "598:4:46" } ] }, @@ -309615,399 +316111,217 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "18458:9:46", + "nativeSrc": "640:9:46", "nodeType": "YulIdentifier", - "src": "18458:9:46" + "src": "640:9:46" }, { "arguments": [ { - "name": "value0", - "nativeSrc": "18473:6:46", - "nodeType": "YulIdentifier", - "src": "18473:6:46" - }, - { - "kind": "number", - "nativeSrc": "18481:66:46", - "nodeType": "YulLiteral", - "src": "18481:66:46", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + "arguments": [ + { + "name": "value0", + "nativeSrc": "665:6:46", + "nodeType": "YulIdentifier", + "src": "665:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "658:6:46", + "nodeType": "YulIdentifier", + "src": "658:6:46" + }, + "nativeSrc": "658:14:46", + "nodeType": "YulFunctionCall", + "src": "658:14:46" } ], "functionName": { - "name": "and", - "nativeSrc": "18469:3:46", + "name": "iszero", + "nativeSrc": "651:6:46", "nodeType": "YulIdentifier", - "src": "18469:3:46" + "src": "651:6:46" }, - "nativeSrc": "18469:79:46", + "nativeSrc": "651:22:46", "nodeType": "YulFunctionCall", - "src": "18469:79:46" + "src": "651:22:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "18451:6:46", + "nativeSrc": "633:6:46", "nodeType": "YulIdentifier", - "src": "18451:6:46" + "src": "633:6:46" }, - "nativeSrc": "18451:98:46", + "nativeSrc": "633:41:46", "nodeType": "YulFunctionCall", - "src": "18451:98:46" + "src": "633:41:46" }, - "nativeSrc": "18451:98:46", + "nativeSrc": "633:41:46", "nodeType": "YulExpressionStatement", - "src": "18451:98:46" + "src": "633:41:46" } ] }, - "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", - "nativeSrc": "18307:248:46", + "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", + "nativeSrc": "493:187:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "18375:9:46", + "nativeSrc": "557:9:46", "nodeType": "YulTypedName", - "src": "18375:9:46", + "src": "557:9:46", "type": "" }, { "name": "value0", - "nativeSrc": "18386:6:46", + "nativeSrc": "568:6:46", "nodeType": "YulTypedName", - "src": "18386:6:46", + "src": "568:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "18397:4:46", + "nativeSrc": "579:4:46", "nodeType": "YulTypedName", - "src": "18397:4:46", + "src": "579:4:46", "type": "" } ], - "src": "18307:248:46" + "src": "493:187:46" }, { "body": { - "nativeSrc": "18660:376:46", + "nativeSrc": "755:177:46", "nodeType": "YulBlock", - "src": "18660:376:46", + "src": "755:177:46", "statements": [ - { - "nativeSrc": "18670:29:46", - "nodeType": "YulVariableDeclaration", - "src": "18670:29:46", - "value": { - "arguments": [ - { - "name": "array", - "nativeSrc": "18693:5:46", - "nodeType": "YulIdentifier", - "src": "18693:5:46" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "18680:12:46", - "nodeType": "YulIdentifier", - "src": "18680:12:46" - }, - "nativeSrc": "18680:19:46", - "nodeType": "YulFunctionCall", - "src": "18680:19:46" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "18674:2:46", - "nodeType": "YulTypedName", - "src": "18674:2:46", - "type": "" - } - ] - }, - { - "nativeSrc": "18708:84:46", - "nodeType": "YulAssignment", - "src": "18708:84:46", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "18721:2:46", - "nodeType": "YulIdentifier", - "src": "18721:2:46" - }, - { - "kind": "number", - "nativeSrc": "18725:66:46", - "nodeType": "YulLiteral", - "src": "18725:66:46", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18717:3:46", - "nodeType": "YulIdentifier", - "src": "18717:3:46" - }, - "nativeSrc": "18717:75:46", - "nodeType": "YulFunctionCall", - "src": "18717:75:46" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "18708:5:46", - "nodeType": "YulIdentifier", - "src": "18708:5:46" - } - ] - }, { "body": { - "nativeSrc": "18823:207:46", + "nativeSrc": "801:16:46", "nodeType": "YulBlock", - "src": "18823:207:46", + "src": "801:16:46", "statements": [ { - "nativeSrc": "18837:183:46", - "nodeType": "YulAssignment", - "src": "18837:183:46", - "value": { + "expression": { "arguments": [ { - "arguments": [ - { - "name": "_1", - "nativeSrc": "18854:2:46", - "nodeType": "YulIdentifier", - "src": "18854:2:46" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18866:1:46", - "nodeType": "YulLiteral", - "src": "18866:1:46", - "type": "", - "value": "3" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18873:1:46", - "nodeType": "YulLiteral", - "src": "18873:1:46", - "type": "", - "value": "4" - }, - { - "name": "len", - "nativeSrc": "18876:3:46", - "nodeType": "YulIdentifier", - "src": "18876:3:46" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "18869:3:46", - "nodeType": "YulIdentifier", - "src": "18869:3:46" - }, - "nativeSrc": "18869:11:46", - "nodeType": "YulFunctionCall", - "src": "18869:11:46" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "18862:3:46", - "nodeType": "YulIdentifier", - "src": "18862:3:46" - }, - "nativeSrc": "18862:19:46", - "nodeType": "YulFunctionCall", - "src": "18862:19:46" - }, - { - "kind": "number", - "nativeSrc": "18883:66:46", - "nodeType": "YulLiteral", - "src": "18883:66:46", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "18858:3:46", - "nodeType": "YulIdentifier", - "src": "18858:3:46" - }, - "nativeSrc": "18858:92:46", - "nodeType": "YulFunctionCall", - "src": "18858:92:46" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18850:3:46", - "nodeType": "YulIdentifier", - "src": "18850:3:46" - }, - "nativeSrc": "18850:101:46", - "nodeType": "YulFunctionCall", - "src": "18850:101:46" + "kind": "number", + "nativeSrc": "810:1:46", + "nodeType": "YulLiteral", + "src": "810:1:46", + "type": "", + "value": "0" }, { "kind": "number", - "nativeSrc": "18953:66:46", + "nativeSrc": "813:1:46", "nodeType": "YulLiteral", - "src": "18953:66:46", + "src": "813:1:46", "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + "value": "0" } ], "functionName": { - "name": "and", - "nativeSrc": "18846:3:46", + "name": "revert", + "nativeSrc": "803:6:46", "nodeType": "YulIdentifier", - "src": "18846:3:46" + "src": "803:6:46" }, - "nativeSrc": "18846:174:46", + "nativeSrc": "803:12:46", "nodeType": "YulFunctionCall", - "src": "18846:174:46" + "src": "803:12:46" }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "18837:5:46", - "nodeType": "YulIdentifier", - "src": "18837:5:46" - } - ] + "nativeSrc": "803:12:46", + "nodeType": "YulExpressionStatement", + "src": "803:12:46" } ] }, "condition": { "arguments": [ { - "name": "len", - "nativeSrc": "18807:3:46", - "nodeType": "YulIdentifier", - "src": "18807:3:46" + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "776:7:46", + "nodeType": "YulIdentifier", + "src": "776:7:46" + }, + { + "name": "headStart", + "nativeSrc": "785:9:46", + "nodeType": "YulIdentifier", + "src": "785:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "772:3:46", + "nodeType": "YulIdentifier", + "src": "772:3:46" + }, + "nativeSrc": "772:23:46", + "nodeType": "YulFunctionCall", + "src": "772:23:46" }, { "kind": "number", - "nativeSrc": "18812:1:46", + "nativeSrc": "797:2:46", "nodeType": "YulLiteral", - "src": "18812:1:46", + "src": "797:2:46", "type": "", - "value": "4" + "value": "32" } ], "functionName": { - "name": "lt", - "nativeSrc": "18804:2:46", + "name": "slt", + "nativeSrc": "768:3:46", "nodeType": "YulIdentifier", - "src": "18804:2:46" + "src": "768:3:46" }, - "nativeSrc": "18804:10:46", + "nativeSrc": "768:32:46", "nodeType": "YulFunctionCall", - "src": "18804:10:46" + "src": "768:32:46" }, - "nativeSrc": "18801:229:46", + "nativeSrc": "765:52:46", "nodeType": "YulIf", - "src": "18801:229:46" - } - ] - }, - "name": "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4", - "nativeSrc": "18560:476:46", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "array", - "nativeSrc": "18635:5:46", - "nodeType": "YulTypedName", - "src": "18635:5:46", - "type": "" - }, - { - "name": "len", - "nativeSrc": "18642:3:46", - "nodeType": "YulTypedName", - "src": "18642:3:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "18650:5:46", - "nodeType": "YulTypedName", - "src": "18650:5:46", - "type": "" - } - ], - "src": "18560:476:46" - }, - { - "body": { - "nativeSrc": "19168:241:46", - "nodeType": "YulBlock", - "src": "19168:241:46", - "statements": [ + "src": "765:52:46" + }, { - "nativeSrc": "19178:26:46", - "nodeType": "YulAssignment", - "src": "19178:26:46", + "nativeSrc": "826:36:46", + "nodeType": "YulVariableDeclaration", + "src": "826:36:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "19190:9:46", + "nativeSrc": "852:9:46", "nodeType": "YulIdentifier", - "src": "19190:9:46" - }, - { - "kind": "number", - "nativeSrc": "19201:2:46", - "nodeType": "YulLiteral", - "src": "19201:2:46", - "type": "", - "value": "64" + "src": "852:9:46" } ], "functionName": { - "name": "add", - "nativeSrc": "19186:3:46", + "name": "calldataload", + "nativeSrc": "839:12:46", "nodeType": "YulIdentifier", - "src": "19186:3:46" + "src": "839:12:46" }, - "nativeSrc": "19186:18:46", + "nativeSrc": "839:23:46", "nodeType": "YulFunctionCall", - "src": "19186:18:46" + "src": "839:23:46" }, - "variableNames": [ + "variables": [ { - "name": "tail", - "nativeSrc": "19178:4:46", - "nodeType": "YulIdentifier", - "src": "19178:4:46" + "name": "value", + "nativeSrc": "830:5:46", + "nodeType": "YulTypedName", + "src": "830:5:46", + "type": "" } ] }, @@ -310015,207 +316329,120 @@ "expression": { "arguments": [ { - "name": "headStart", - "nativeSrc": "19220:9:46", + "name": "value", + "nativeSrc": "896:5:46", "nodeType": "YulIdentifier", - "src": "19220:9:46" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19235:6:46", - "nodeType": "YulIdentifier", - "src": "19235:6:46" - }, - { - "kind": "number", - "nativeSrc": "19243:42:46", - "nodeType": "YulLiteral", - "src": "19243:42:46", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "19231:3:46", - "nodeType": "YulIdentifier", - "src": "19231:3:46" - }, - "nativeSrc": "19231:55:46", - "nodeType": "YulFunctionCall", - "src": "19231:55:46" + "src": "896:5:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "19213:6:46", + "name": "validator_revert_address", + "nativeSrc": "871:24:46", "nodeType": "YulIdentifier", - "src": "19213:6:46" + "src": "871:24:46" }, - "nativeSrc": "19213:74:46", + "nativeSrc": "871:31:46", "nodeType": "YulFunctionCall", - "src": "19213:74:46" + "src": "871:31:46" }, - "nativeSrc": "19213:74:46", + "nativeSrc": "871:31:46", "nodeType": "YulExpressionStatement", - "src": "19213:74:46" + "src": "871:31:46" }, { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19307:9:46", - "nodeType": "YulIdentifier", - "src": "19307:9:46" - }, - { - "kind": "number", - "nativeSrc": "19318:2:46", - "nodeType": "YulLiteral", - "src": "19318:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19303:3:46", - "nodeType": "YulIdentifier", - "src": "19303:3:46" - }, - "nativeSrc": "19303:18:46", - "nodeType": "YulFunctionCall", - "src": "19303:18:46" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "19327:6:46", - "nodeType": "YulIdentifier", - "src": "19327:6:46" - }, - { - "kind": "number", - "nativeSrc": "19335:66:46", - "nodeType": "YulLiteral", - "src": "19335:66:46", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "19323:3:46", - "nodeType": "YulIdentifier", - "src": "19323:3:46" - }, - "nativeSrc": "19323:79:46", - "nodeType": "YulFunctionCall", - "src": "19323:79:46" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19296:6:46", - "nodeType": "YulIdentifier", - "src": "19296:6:46" - }, - "nativeSrc": "19296:107:46", - "nodeType": "YulFunctionCall", - "src": "19296:107:46" + "nativeSrc": "911:15:46", + "nodeType": "YulAssignment", + "src": "911:15:46", + "value": { + "name": "value", + "nativeSrc": "921:5:46", + "nodeType": "YulIdentifier", + "src": "921:5:46" }, - "nativeSrc": "19296:107:46", - "nodeType": "YulExpressionStatement", - "src": "19296:107:46" + "variableNames": [ + { + "name": "value0", + "nativeSrc": "911:6:46", + "nodeType": "YulIdentifier", + "src": "911:6:46" + } + ] } ] }, - "name": "abi_encode_tuple_t_address_t_bytes4__to_t_address_t_bytes4__fromStack_reversed", - "nativeSrc": "19041:368:46", + "name": "abi_decode_tuple_t_address", + "nativeSrc": "685:247:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "19129:9:46", - "nodeType": "YulTypedName", - "src": "19129:9:46", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "19140:6:46", + "nativeSrc": "721:9:46", "nodeType": "YulTypedName", - "src": "19140:6:46", + "src": "721:9:46", "type": "" }, { - "name": "value0", - "nativeSrc": "19148:6:46", + "name": "dataEnd", + "nativeSrc": "732:7:46", "nodeType": "YulTypedName", - "src": "19148:6:46", + "src": "732:7:46", "type": "" } ], "returnVariables": [ { - "name": "tail", - "nativeSrc": "19159:4:46", + "name": "value0", + "nativeSrc": "744:6:46", "nodeType": "YulTypedName", - "src": "19159:4:46", + "src": "744:6:46", "type": "" } ], - "src": "19041:368:46" + "src": "685:247:46" }, { "body": { - "nativeSrc": "19543:119:46", + "nativeSrc": "1051:125:46", "nodeType": "YulBlock", - "src": "19543:119:46", + "src": "1051:125:46", "statements": [ { - "nativeSrc": "19553:26:46", + "nativeSrc": "1061:26:46", "nodeType": "YulAssignment", - "src": "19553:26:46", + "src": "1061:26:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "19565:9:46", + "nativeSrc": "1073:9:46", "nodeType": "YulIdentifier", - "src": "19565:9:46" + "src": "1073:9:46" }, { "kind": "number", - "nativeSrc": "19576:2:46", + "nativeSrc": "1084:2:46", "nodeType": "YulLiteral", - "src": "19576:2:46", + "src": "1084:2:46", "type": "", - "value": "64" + "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "19561:3:46", + "nativeSrc": "1069:3:46", "nodeType": "YulIdentifier", - "src": "19561:3:46" + "src": "1069:3:46" }, - "nativeSrc": "19561:18:46", + "nativeSrc": "1069:18:46", "nodeType": "YulFunctionCall", - "src": "19561:18:46" + "src": "1069:18:46" }, "variableNames": [ { "name": "tail", - "nativeSrc": "19553:4:46", + "nativeSrc": "1061:4:46", "nodeType": "YulIdentifier", - "src": "19553:4:46" + "src": "1061:4:46" } ] }, @@ -310224,330 +316451,256 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "19595:9:46", + "nativeSrc": "1103:9:46", "nodeType": "YulIdentifier", - "src": "19595:9:46" + "src": "1103:9:46" }, - { - "name": "value0", - "nativeSrc": "19606:6:46", - "nodeType": "YulIdentifier", - "src": "19606:6:46" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19588:6:46", - "nodeType": "YulIdentifier", - "src": "19588:6:46" - }, - "nativeSrc": "19588:25:46", - "nodeType": "YulFunctionCall", - "src": "19588:25:46" - }, - "nativeSrc": "19588:25:46", - "nodeType": "YulExpressionStatement", - "src": "19588:25:46" - }, - { - "expression": { - "arguments": [ { "arguments": [ { - "name": "headStart", - "nativeSrc": "19633:9:46", + "name": "value0", + "nativeSrc": "1118:6:46", "nodeType": "YulIdentifier", - "src": "19633:9:46" + "src": "1118:6:46" }, { "kind": "number", - "nativeSrc": "19644:2:46", + "nativeSrc": "1126:42:46", "nodeType": "YulLiteral", - "src": "19644:2:46", + "src": "1126:42:46", "type": "", - "value": "32" + "value": "0xffffffffffffffffffffffffffffffffffffffff" } ], "functionName": { - "name": "add", - "nativeSrc": "19629:3:46", + "name": "and", + "nativeSrc": "1114:3:46", "nodeType": "YulIdentifier", - "src": "19629:3:46" + "src": "1114:3:46" }, - "nativeSrc": "19629:18:46", + "nativeSrc": "1114:55:46", "nodeType": "YulFunctionCall", - "src": "19629:18:46" - }, - { - "name": "value1", - "nativeSrc": "19649:6:46", - "nodeType": "YulIdentifier", - "src": "19649:6:46" + "src": "1114:55:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "19622:6:46", + "nativeSrc": "1096:6:46", "nodeType": "YulIdentifier", - "src": "19622:6:46" + "src": "1096:6:46" }, - "nativeSrc": "19622:34:46", + "nativeSrc": "1096:74:46", "nodeType": "YulFunctionCall", - "src": "19622:34:46" + "src": "1096:74:46" }, - "nativeSrc": "19622:34:46", + "nativeSrc": "1096:74:46", "nodeType": "YulExpressionStatement", - "src": "19622:34:46" + "src": "1096:74:46" } ] }, - "name": "abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed", - "nativeSrc": "19414:248:46", + "name": "abi_encode_tuple_t_contract$_IEAS_$2326__to_t_address__fromStack_reversed", + "nativeSrc": "937:239:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "19504:9:46", - "nodeType": "YulTypedName", - "src": "19504:9:46", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "19515:6:46", + "nativeSrc": "1020:9:46", "nodeType": "YulTypedName", - "src": "19515:6:46", + "src": "1020:9:46", "type": "" }, { "name": "value0", - "nativeSrc": "19523:6:46", + "nativeSrc": "1031:6:46", "nodeType": "YulTypedName", - "src": "19523:6:46", + "src": "1031:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "19534:4:46", + "nativeSrc": "1042:4:46", "nodeType": "YulTypedName", - "src": "19534:4:46", + "src": "1042:4:46", "type": "" } ], - "src": "19414:248:46" + "src": "937:239:46" }, { "body": { - "nativeSrc": "19804:150:46", + "nativeSrc": "1280:149:46", "nodeType": "YulBlock", - "src": "19804:150:46", + "src": "1280:149:46", "statements": [ { - "nativeSrc": "19814:27:46", - "nodeType": "YulVariableDeclaration", - "src": "19814:27:46", + "nativeSrc": "1290:26:46", + "nodeType": "YulAssignment", + "src": "1290:26:46", "value": { "arguments": [ { - "name": "value0", - "nativeSrc": "19834:6:46", + "name": "headStart", + "nativeSrc": "1302:9:46", "nodeType": "YulIdentifier", - "src": "19834:6:46" + "src": "1302:9:46" + }, + { + "kind": "number", + "nativeSrc": "1313:2:46", + "nodeType": "YulLiteral", + "src": "1313:2:46", + "type": "", + "value": "32" } ], "functionName": { - "name": "mload", - "nativeSrc": "19828:5:46", + "name": "add", + "nativeSrc": "1298:3:46", "nodeType": "YulIdentifier", - "src": "19828:5:46" + "src": "1298:3:46" }, - "nativeSrc": "19828:13:46", + "nativeSrc": "1298:18:46", "nodeType": "YulFunctionCall", - "src": "19828:13:46" + "src": "1298:18:46" }, - "variables": [ + "variableNames": [ { - "name": "length", - "nativeSrc": "19818:6:46", - "nodeType": "YulTypedName", - "src": "19818:6:46", - "type": "" + "name": "tail", + "nativeSrc": "1290:4:46", + "nodeType": "YulIdentifier", + "src": "1290:4:46" } ] }, { "expression": { "arguments": [ + { + "name": "headStart", + "nativeSrc": "1332:9:46", + "nodeType": "YulIdentifier", + "src": "1332:9:46" + }, { "arguments": [ { "name": "value0", - "nativeSrc": "19889:6:46", + "nativeSrc": "1347:6:46", "nodeType": "YulIdentifier", - "src": "19889:6:46" + "src": "1347:6:46" }, { "kind": "number", - "nativeSrc": "19897:4:46", + "nativeSrc": "1355:66:46", "nodeType": "YulLiteral", - "src": "19897:4:46", + "src": "1355:66:46", "type": "", - "value": "0x20" + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" } ], "functionName": { - "name": "add", - "nativeSrc": "19885:3:46", + "name": "and", + "nativeSrc": "1343:3:46", "nodeType": "YulIdentifier", - "src": "19885:3:46" + "src": "1343:3:46" }, - "nativeSrc": "19885:17:46", + "nativeSrc": "1343:79:46", "nodeType": "YulFunctionCall", - "src": "19885:17:46" - }, - { - "name": "pos", - "nativeSrc": "19904:3:46", - "nodeType": "YulIdentifier", - "src": "19904:3:46" - }, - { - "name": "length", - "nativeSrc": "19909:6:46", - "nodeType": "YulIdentifier", - "src": "19909:6:46" + "src": "1343:79:46" } ], "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "19850:34:46", + "name": "mstore", + "nativeSrc": "1325:6:46", "nodeType": "YulIdentifier", - "src": "19850:34:46" + "src": "1325:6:46" }, - "nativeSrc": "19850:66:46", + "nativeSrc": "1325:98:46", "nodeType": "YulFunctionCall", - "src": "19850:66:46" + "src": "1325:98:46" }, - "nativeSrc": "19850:66:46", + "nativeSrc": "1325:98:46", "nodeType": "YulExpressionStatement", - "src": "19850:66:46" - }, - { - "nativeSrc": "19925:23:46", - "nodeType": "YulAssignment", - "src": "19925:23:46", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "19936:3:46", - "nodeType": "YulIdentifier", - "src": "19936:3:46" - }, - { - "name": "length", - "nativeSrc": "19941:6:46", - "nodeType": "YulIdentifier", - "src": "19941:6:46" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19932:3:46", - "nodeType": "YulIdentifier", - "src": "19932:3:46" - }, - "nativeSrc": "19932:16:46", - "nodeType": "YulFunctionCall", - "src": "19932:16:46" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "19925:3:46", - "nodeType": "YulIdentifier", - "src": "19925:3:46" - } - ] + "src": "1325:98:46" } ] }, - "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "19667:287:46", + "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", + "nativeSrc": "1181:248:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "pos", - "nativeSrc": "19780:3:46", + "name": "headStart", + "nativeSrc": "1249:9:46", "nodeType": "YulTypedName", - "src": "19780:3:46", + "src": "1249:9:46", "type": "" }, { "name": "value0", - "nativeSrc": "19785:6:46", + "nativeSrc": "1260:6:46", "nodeType": "YulTypedName", - "src": "19785:6:46", + "src": "1260:6:46", "type": "" } ], "returnVariables": [ { - "name": "end", - "nativeSrc": "19796:3:46", + "name": "tail", + "nativeSrc": "1271:4:46", "nodeType": "YulTypedName", - "src": "19796:3:46", + "src": "1271:4:46", "type": "" } ], - "src": "19667:287:46" + "src": "1181:248:46" }, { "body": { - "nativeSrc": "20106:216:46", + "nativeSrc": "1535:125:46", "nodeType": "YulBlock", - "src": "20106:216:46", + "src": "1535:125:46", "statements": [ { - "nativeSrc": "20116:26:46", + "nativeSrc": "1545:26:46", "nodeType": "YulAssignment", - "src": "20116:26:46", + "src": "1545:26:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "20128:9:46", + "nativeSrc": "1557:9:46", "nodeType": "YulIdentifier", - "src": "20128:9:46" + "src": "1557:9:46" }, { "kind": "number", - "nativeSrc": "20139:2:46", + "nativeSrc": "1568:2:46", "nodeType": "YulLiteral", - "src": "20139:2:46", + "src": "1568:2:46", "type": "", - "value": "96" + "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "20124:3:46", + "nativeSrc": "1553:3:46", "nodeType": "YulIdentifier", - "src": "20124:3:46" + "src": "1553:3:46" }, - "nativeSrc": "20124:18:46", + "nativeSrc": "1553:18:46", "nodeType": "YulFunctionCall", - "src": "20124:18:46" + "src": "1553:18:46" }, "variableNames": [ { "name": "tail", - "nativeSrc": "20116:4:46", + "nativeSrc": "1545:4:46", "nodeType": "YulIdentifier", - "src": "20116:4:46" + "src": "1545:4:46" } ] }, @@ -310556,290 +316709,127 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "20158:9:46", + "nativeSrc": "1587:9:46", "nodeType": "YulIdentifier", - "src": "20158:9:46" + "src": "1587:9:46" }, { "arguments": [ { "name": "value0", - "nativeSrc": "20173:6:46", - "nodeType": "YulIdentifier", - "src": "20173:6:46" - }, - { - "kind": "number", - "nativeSrc": "20181:10:46", - "nodeType": "YulLiteral", - "src": "20181:10:46", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20169:3:46", - "nodeType": "YulIdentifier", - "src": "20169:3:46" - }, - "nativeSrc": "20169:23:46", - "nodeType": "YulFunctionCall", - "src": "20169:23:46" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20151:6:46", - "nodeType": "YulIdentifier", - "src": "20151:6:46" - }, - "nativeSrc": "20151:42:46", - "nodeType": "YulFunctionCall", - "src": "20151:42:46" - }, - "nativeSrc": "20151:42:46", - "nodeType": "YulExpressionStatement", - "src": "20151:42:46" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20213:9:46", - "nodeType": "YulIdentifier", - "src": "20213:9:46" - }, - { - "kind": "number", - "nativeSrc": "20224:2:46", - "nodeType": "YulLiteral", - "src": "20224:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20209:3:46", - "nodeType": "YulIdentifier", - "src": "20209:3:46" - }, - "nativeSrc": "20209:18:46", - "nodeType": "YulFunctionCall", - "src": "20209:18:46" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "20233:6:46", + "nativeSrc": "1602:6:46", "nodeType": "YulIdentifier", - "src": "20233:6:46" + "src": "1602:6:46" }, { "kind": "number", - "nativeSrc": "20241:14:46", + "nativeSrc": "1610:42:46", "nodeType": "YulLiteral", - "src": "20241:14:46", + "src": "1610:42:46", "type": "", - "value": "0xffffffffffff" + "value": "0xffffffffffffffffffffffffffffffffffffffff" } ], "functionName": { "name": "and", - "nativeSrc": "20229:3:46", - "nodeType": "YulIdentifier", - "src": "20229:3:46" - }, - "nativeSrc": "20229:27:46", - "nodeType": "YulFunctionCall", - "src": "20229:27:46" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20202:6:46", - "nodeType": "YulIdentifier", - "src": "20202:6:46" - }, - "nativeSrc": "20202:55:46", - "nodeType": "YulFunctionCall", - "src": "20202:55:46" - }, - "nativeSrc": "20202:55:46", - "nodeType": "YulExpressionStatement", - "src": "20202:55:46" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20277:9:46", - "nodeType": "YulIdentifier", - "src": "20277:9:46" - }, - { - "kind": "number", - "nativeSrc": "20288:2:46", - "nodeType": "YulLiteral", - "src": "20288:2:46", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20273:3:46", - "nodeType": "YulIdentifier", - "src": "20273:3:46" - }, - "nativeSrc": "20273:18:46", - "nodeType": "YulFunctionCall", - "src": "20273:18:46" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "20307:6:46", - "nodeType": "YulIdentifier", - "src": "20307:6:46" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "20300:6:46", - "nodeType": "YulIdentifier", - "src": "20300:6:46" - }, - "nativeSrc": "20300:14:46", - "nodeType": "YulFunctionCall", - "src": "20300:14:46" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "20293:6:46", + "nativeSrc": "1598:3:46", "nodeType": "YulIdentifier", - "src": "20293:6:46" + "src": "1598:3:46" }, - "nativeSrc": "20293:22:46", + "nativeSrc": "1598:55:46", "nodeType": "YulFunctionCall", - "src": "20293:22:46" + "src": "1598:55:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "20266:6:46", + "nativeSrc": "1580:6:46", "nodeType": "YulIdentifier", - "src": "20266:6:46" + "src": "1580:6:46" }, - "nativeSrc": "20266:50:46", + "nativeSrc": "1580:74:46", "nodeType": "YulFunctionCall", - "src": "20266:50:46" + "src": "1580:74:46" }, - "nativeSrc": "20266:50:46", + "nativeSrc": "1580:74:46", "nodeType": "YulExpressionStatement", - "src": "20266:50:46" + "src": "1580:74:46" } ] }, - "name": "abi_encode_tuple_t_uint32_t_uint48_t_bool__to_t_uint32_t_uint48_t_bool__fromStack_reversed", - "nativeSrc": "19959:363:46", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20059:9:46", - "nodeType": "YulTypedName", - "src": "20059:9:46", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "20070:6:46", - "nodeType": "YulTypedName", - "src": "20070:6:46", - "type": "" - }, + "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", + "nativeSrc": "1434:226:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ { - "name": "value1", - "nativeSrc": "20078:6:46", + "name": "headStart", + "nativeSrc": "1504:9:46", "nodeType": "YulTypedName", - "src": "20078:6:46", + "src": "1504:9:46", "type": "" }, { "name": "value0", - "nativeSrc": "20086:6:46", + "nativeSrc": "1515:6:46", "nodeType": "YulTypedName", - "src": "20086:6:46", + "src": "1515:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "20097:4:46", + "nativeSrc": "1526:4:46", "nodeType": "YulTypedName", - "src": "20097:4:46", + "src": "1526:4:46", "type": "" } ], - "src": "19959:363:46" + "src": "1434:226:46" }, { "body": { - "nativeSrc": "20452:157:46", + "nativeSrc": "1766:76:46", "nodeType": "YulBlock", - "src": "20452:157:46", + "src": "1766:76:46", "statements": [ { - "nativeSrc": "20462:26:46", + "nativeSrc": "1776:26:46", "nodeType": "YulAssignment", - "src": "20462:26:46", + "src": "1776:26:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "20474:9:46", + "nativeSrc": "1788:9:46", "nodeType": "YulIdentifier", - "src": "20474:9:46" + "src": "1788:9:46" }, { "kind": "number", - "nativeSrc": "20485:2:46", + "nativeSrc": "1799:2:46", "nodeType": "YulLiteral", - "src": "20485:2:46", + "src": "1799:2:46", "type": "", - "value": "64" + "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "20470:3:46", + "nativeSrc": "1784:3:46", "nodeType": "YulIdentifier", - "src": "20470:3:46" + "src": "1784:3:46" }, - "nativeSrc": "20470:18:46", + "nativeSrc": "1784:18:46", "nodeType": "YulFunctionCall", - "src": "20470:18:46" + "src": "1784:18:46" }, "variableNames": [ { "name": "tail", - "nativeSrc": "20462:4:46", + "nativeSrc": "1776:4:46", "nodeType": "YulIdentifier", - "src": "20462:4:46" + "src": "1776:4:46" } ] }, @@ -310848,1080 +316838,763 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "20504:9:46", + "nativeSrc": "1818:9:46", "nodeType": "YulIdentifier", - "src": "20504:9:46" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "20519:6:46", - "nodeType": "YulIdentifier", - "src": "20519:6:46" - }, - { - "kind": "number", - "nativeSrc": "20527:10:46", - "nodeType": "YulLiteral", - "src": "20527:10:46", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20515:3:46", - "nodeType": "YulIdentifier", - "src": "20515:3:46" - }, - "nativeSrc": "20515:23:46", - "nodeType": "YulFunctionCall", - "src": "20515:23:46" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20497:6:46", - "nodeType": "YulIdentifier", - "src": "20497:6:46" - }, - "nativeSrc": "20497:42:46", - "nodeType": "YulFunctionCall", - "src": "20497:42:46" - }, - "nativeSrc": "20497:42:46", - "nodeType": "YulExpressionStatement", - "src": "20497:42:46" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20559:9:46", - "nodeType": "YulIdentifier", - "src": "20559:9:46" - }, - { - "kind": "number", - "nativeSrc": "20570:2:46", - "nodeType": "YulLiteral", - "src": "20570:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20555:3:46", - "nodeType": "YulIdentifier", - "src": "20555:3:46" - }, - "nativeSrc": "20555:18:46", - "nodeType": "YulFunctionCall", - "src": "20555:18:46" + "src": "1818:9:46" }, { - "arguments": [ - { - "name": "value1", - "nativeSrc": "20579:6:46", - "nodeType": "YulIdentifier", - "src": "20579:6:46" - }, - { - "kind": "number", - "nativeSrc": "20587:14:46", - "nodeType": "YulLiteral", - "src": "20587:14:46", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20575:3:46", - "nodeType": "YulIdentifier", - "src": "20575:3:46" - }, - "nativeSrc": "20575:27:46", - "nodeType": "YulFunctionCall", - "src": "20575:27:46" + "name": "value0", + "nativeSrc": "1829:6:46", + "nodeType": "YulIdentifier", + "src": "1829:6:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "20548:6:46", + "nativeSrc": "1811:6:46", "nodeType": "YulIdentifier", - "src": "20548:6:46" + "src": "1811:6:46" }, - "nativeSrc": "20548:55:46", + "nativeSrc": "1811:25:46", "nodeType": "YulFunctionCall", - "src": "20548:55:46" + "src": "1811:25:46" }, - "nativeSrc": "20548:55:46", + "nativeSrc": "1811:25:46", "nodeType": "YulExpressionStatement", - "src": "20548:55:46" + "src": "1811:25:46" } ] }, - "name": "abi_encode_tuple_t_uint32_t_uint48__to_t_uint32_t_uint48__fromStack_reversed", - "nativeSrc": "20327:282:46", + "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", + "nativeSrc": "1665:177:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "20413:9:46", - "nodeType": "YulTypedName", - "src": "20413:9:46", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "20424:6:46", + "nativeSrc": "1735:9:46", "nodeType": "YulTypedName", - "src": "20424:6:46", + "src": "1735:9:46", "type": "" }, { "name": "value0", - "nativeSrc": "20432:6:46", + "nativeSrc": "1746:6:46", "nodeType": "YulTypedName", - "src": "20432:6:46", + "src": "1746:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "20443:4:46", + "nativeSrc": "1757:4:46", "nodeType": "YulTypedName", - "src": "20443:4:46", + "src": "1757:4:46", "type": "" } ], - "src": "20327:282:46" + "src": "1665:177:46" }, { "body": { - "nativeSrc": "20692:177:46", + "nativeSrc": "1879:152:46", "nodeType": "YulBlock", - "src": "20692:177:46", + "src": "1879:152:46", "statements": [ { - "body": { - "nativeSrc": "20738:16:46", - "nodeType": "YulBlock", - "src": "20738:16:46", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "20747:1:46", - "nodeType": "YulLiteral", - "src": "20747:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "20750:1:46", - "nodeType": "YulLiteral", - "src": "20750:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "20740:6:46", - "nodeType": "YulIdentifier", - "src": "20740:6:46" - }, - "nativeSrc": "20740:12:46", - "nodeType": "YulFunctionCall", - "src": "20740:12:46" - }, - "nativeSrc": "20740:12:46", - "nodeType": "YulExpressionStatement", - "src": "20740:12:46" - } - ] - }, - "condition": { + "expression": { "arguments": [ { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "20713:7:46", - "nodeType": "YulIdentifier", - "src": "20713:7:46" - }, - { - "name": "headStart", - "nativeSrc": "20722:9:46", - "nodeType": "YulIdentifier", - "src": "20722:9:46" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20709:3:46", - "nodeType": "YulIdentifier", - "src": "20709:3:46" - }, - "nativeSrc": "20709:23:46", - "nodeType": "YulFunctionCall", - "src": "20709:23:46" + "kind": "number", + "nativeSrc": "1896:1:46", + "nodeType": "YulLiteral", + "src": "1896:1:46", + "type": "", + "value": "0" }, { "kind": "number", - "nativeSrc": "20734:2:46", + "nativeSrc": "1899:77:46", "nodeType": "YulLiteral", - "src": "20734:2:46", + "src": "1899:77:46", "type": "", - "value": "32" + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" } ], "functionName": { - "name": "slt", - "nativeSrc": "20705:3:46", + "name": "mstore", + "nativeSrc": "1889:6:46", "nodeType": "YulIdentifier", - "src": "20705:3:46" + "src": "1889:6:46" }, - "nativeSrc": "20705:32:46", + "nativeSrc": "1889:88:46", "nodeType": "YulFunctionCall", - "src": "20705:32:46" + "src": "1889:88:46" }, - "nativeSrc": "20702:52:46", - "nodeType": "YulIf", - "src": "20702:52:46" + "nativeSrc": "1889:88:46", + "nodeType": "YulExpressionStatement", + "src": "1889:88:46" }, { - "nativeSrc": "20763:36:46", - "nodeType": "YulVariableDeclaration", - "src": "20763:36:46", - "value": { + "expression": { "arguments": [ { - "name": "headStart", - "nativeSrc": "20789:9:46", - "nodeType": "YulIdentifier", - "src": "20789:9:46" + "kind": "number", + "nativeSrc": "1993:1:46", + "nodeType": "YulLiteral", + "src": "1993:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "1996:4:46", + "nodeType": "YulLiteral", + "src": "1996:4:46", + "type": "", + "value": "0x41" } ], "functionName": { - "name": "calldataload", - "nativeSrc": "20776:12:46", + "name": "mstore", + "nativeSrc": "1986:6:46", "nodeType": "YulIdentifier", - "src": "20776:12:46" + "src": "1986:6:46" }, - "nativeSrc": "20776:23:46", + "nativeSrc": "1986:15:46", "nodeType": "YulFunctionCall", - "src": "20776:23:46" + "src": "1986:15:46" }, - "variables": [ - { - "name": "value", - "nativeSrc": "20767:5:46", - "nodeType": "YulTypedName", - "src": "20767:5:46", - "type": "" - } - ] + "nativeSrc": "1986:15:46", + "nodeType": "YulExpressionStatement", + "src": "1986:15:46" }, { "expression": { "arguments": [ { - "name": "value", - "nativeSrc": "20833:5:46", - "nodeType": "YulIdentifier", - "src": "20833:5:46" + "kind": "number", + "nativeSrc": "2017:1:46", + "nodeType": "YulLiteral", + "src": "2017:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2020:4:46", + "nodeType": "YulLiteral", + "src": "2020:4:46", + "type": "", + "value": "0x24" } ], "functionName": { - "name": "validator_revert_address", - "nativeSrc": "20808:24:46", + "name": "revert", + "nativeSrc": "2010:6:46", "nodeType": "YulIdentifier", - "src": "20808:24:46" + "src": "2010:6:46" }, - "nativeSrc": "20808:31:46", + "nativeSrc": "2010:15:46", "nodeType": "YulFunctionCall", - "src": "20808:31:46" + "src": "2010:15:46" }, - "nativeSrc": "20808:31:46", + "nativeSrc": "2010:15:46", "nodeType": "YulExpressionStatement", - "src": "20808:31:46" - }, - { - "nativeSrc": "20848:15:46", - "nodeType": "YulAssignment", - "src": "20848:15:46", - "value": { - "name": "value", - "nativeSrc": "20858:5:46", - "nodeType": "YulIdentifier", - "src": "20858:5:46" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "20848:6:46", - "nodeType": "YulIdentifier", - "src": "20848:6:46" - } - ] + "src": "2010:15:46" } ] }, - "name": "abi_decode_tuple_t_address_payable", - "nativeSrc": "20614:255:46", + "name": "panic_error_0x41", + "nativeSrc": "1847:184:46", "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20658:9:46", - "nodeType": "YulTypedName", - "src": "20658:9:46", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "20669:7:46", - "nodeType": "YulTypedName", - "src": "20669:7:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "20681:6:46", - "nodeType": "YulTypedName", - "src": "20681:6:46", - "type": "" - } - ], - "src": "20614:255:46" + "src": "1847:184:46" }, { "body": { - "nativeSrc": "20922:122:46", + "nativeSrc": "2081:209:46", "nodeType": "YulBlock", - "src": "20922:122:46", + "src": "2081:209:46", "statements": [ { - "nativeSrc": "20932:51:46", + "nativeSrc": "2091:19:46", "nodeType": "YulAssignment", - "src": "20932:51:46", + "src": "2091:19:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2107:2:46", + "nodeType": "YulLiteral", + "src": "2107:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2101:5:46", + "nodeType": "YulIdentifier", + "src": "2101:5:46" + }, + "nativeSrc": "2101:9:46", + "nodeType": "YulFunctionCall", + "src": "2101:9:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "2091:6:46", + "nodeType": "YulIdentifier", + "src": "2091:6:46" + } + ] + }, + { + "nativeSrc": "2119:37:46", + "nodeType": "YulVariableDeclaration", + "src": "2119:37:46", "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "2141:6:46", + "nodeType": "YulIdentifier", + "src": "2141:6:46" + }, + { + "kind": "number", + "nativeSrc": "2149:6:46", + "nodeType": "YulLiteral", + "src": "2149:6:46", + "type": "", + "value": "0x0140" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2137:3:46", + "nodeType": "YulIdentifier", + "src": "2137:3:46" + }, + "nativeSrc": "2137:19:46", + "nodeType": "YulFunctionCall", + "src": "2137:19:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "2123:10:46", + "nodeType": "YulTypedName", + "src": "2123:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2231:22:46", + "nodeType": "YulBlock", + "src": "2231:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "2233:16:46", + "nodeType": "YulIdentifier", + "src": "2233:16:46" + }, + "nativeSrc": "2233:18:46", + "nodeType": "YulFunctionCall", + "src": "2233:18:46" + }, + "nativeSrc": "2233:18:46", + "nodeType": "YulExpressionStatement", + "src": "2233:18:46" + } + ] + }, + "condition": { "arguments": [ { "arguments": [ { - "name": "x", - "nativeSrc": "20948:1:46", + "name": "newFreePtr", + "nativeSrc": "2174:10:46", "nodeType": "YulIdentifier", - "src": "20948:1:46" + "src": "2174:10:46" }, { "kind": "number", - "nativeSrc": "20951:10:46", + "nativeSrc": "2186:18:46", "nodeType": "YulLiteral", - "src": "20951:10:46", + "src": "2186:18:46", "type": "", - "value": "0xffffffff" + "value": "0xffffffffffffffff" } ], "functionName": { - "name": "and", - "nativeSrc": "20944:3:46", + "name": "gt", + "nativeSrc": "2171:2:46", "nodeType": "YulIdentifier", - "src": "20944:3:46" + "src": "2171:2:46" }, - "nativeSrc": "20944:18:46", + "nativeSrc": "2171:34:46", "nodeType": "YulFunctionCall", - "src": "20944:18:46" + "src": "2171:34:46" }, { "arguments": [ { - "name": "y", - "nativeSrc": "20968:1:46", + "name": "newFreePtr", + "nativeSrc": "2210:10:46", "nodeType": "YulIdentifier", - "src": "20968:1:46" + "src": "2210:10:46" }, { - "kind": "number", - "nativeSrc": "20971:10:46", - "nodeType": "YulLiteral", - "src": "20971:10:46", - "type": "", - "value": "0xffffffff" + "name": "memPtr", + "nativeSrc": "2222:6:46", + "nodeType": "YulIdentifier", + "src": "2222:6:46" } ], "functionName": { - "name": "and", - "nativeSrc": "20964:3:46", + "name": "lt", + "nativeSrc": "2207:2:46", "nodeType": "YulIdentifier", - "src": "20964:3:46" + "src": "2207:2:46" }, - "nativeSrc": "20964:18:46", + "nativeSrc": "2207:22:46", "nodeType": "YulFunctionCall", - "src": "20964:18:46" + "src": "2207:22:46" } ], "functionName": { - "name": "sub", - "nativeSrc": "20940:3:46", + "name": "or", + "nativeSrc": "2168:2:46", "nodeType": "YulIdentifier", - "src": "20940:3:46" + "src": "2168:2:46" }, - "nativeSrc": "20940:43:46", + "nativeSrc": "2168:62:46", "nodeType": "YulFunctionCall", - "src": "20940:43:46" + "src": "2168:62:46" }, - "variableNames": [ - { - "name": "diff", - "nativeSrc": "20932:4:46", - "nodeType": "YulIdentifier", - "src": "20932:4:46" - } - ] + "nativeSrc": "2165:88:46", + "nodeType": "YulIf", + "src": "2165:88:46" }, { - "body": { - "nativeSrc": "21016:22:46", - "nodeType": "YulBlock", - "src": "21016:22:46", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "21018:16:46", - "nodeType": "YulIdentifier", - "src": "21018:16:46" - }, - "nativeSrc": "21018:18:46", - "nodeType": "YulFunctionCall", - "src": "21018:18:46" - }, - "nativeSrc": "21018:18:46", - "nodeType": "YulExpressionStatement", - "src": "21018:18:46" - } - ] - }, - "condition": { + "expression": { "arguments": [ - { - "name": "diff", - "nativeSrc": "20998:4:46", - "nodeType": "YulIdentifier", - "src": "20998:4:46" - }, { "kind": "number", - "nativeSrc": "21004:10:46", + "nativeSrc": "2269:2:46", "nodeType": "YulLiteral", - "src": "21004:10:46", + "src": "2269:2:46", "type": "", - "value": "0xffffffff" + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "2273:10:46", + "nodeType": "YulIdentifier", + "src": "2273:10:46" } ], "functionName": { - "name": "gt", - "nativeSrc": "20995:2:46", + "name": "mstore", + "nativeSrc": "2262:6:46", "nodeType": "YulIdentifier", - "src": "20995:2:46" + "src": "2262:6:46" }, - "nativeSrc": "20995:20:46", + "nativeSrc": "2262:22:46", "nodeType": "YulFunctionCall", - "src": "20995:20:46" + "src": "2262:22:46" }, - "nativeSrc": "20992:46:46", - "nodeType": "YulIf", - "src": "20992:46:46" + "nativeSrc": "2262:22:46", + "nodeType": "YulExpressionStatement", + "src": "2262:22:46" } ] }, - "name": "checked_sub_t_uint32", - "nativeSrc": "20874:170:46", + "name": "allocate_memory_821", + "nativeSrc": "2036:254:46", "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "x", - "nativeSrc": "20904:1:46", - "nodeType": "YulTypedName", - "src": "20904:1:46", - "type": "" - }, - { - "name": "y", - "nativeSrc": "20907:1:46", - "nodeType": "YulTypedName", - "src": "20907:1:46", - "type": "" - } - ], "returnVariables": [ { - "name": "diff", - "nativeSrc": "20913:4:46", + "name": "memPtr", + "nativeSrc": "2070:6:46", "nodeType": "YulTypedName", - "src": "20913:4:46", + "src": "2070:6:46", "type": "" } ], - "src": "20874:170:46" + "src": "2036:254:46" }, { "body": { - "nativeSrc": "21185:130:46", + "nativeSrc": "2340:230:46", "nodeType": "YulBlock", - "src": "21185:130:46", + "src": "2340:230:46", "statements": [ { - "nativeSrc": "21195:26:46", + "nativeSrc": "2350:19:46", "nodeType": "YulAssignment", - "src": "21195:26:46", + "src": "2350:19:46", "value": { "arguments": [ - { - "name": "headStart", - "nativeSrc": "21207:9:46", - "nodeType": "YulIdentifier", - "src": "21207:9:46" - }, { "kind": "number", - "nativeSrc": "21218:2:46", + "nativeSrc": "2366:2:46", "nodeType": "YulLiteral", - "src": "21218:2:46", + "src": "2366:2:46", "type": "", "value": "64" } ], "functionName": { - "name": "add", - "nativeSrc": "21203:3:46", + "name": "mload", + "nativeSrc": "2360:5:46", "nodeType": "YulIdentifier", - "src": "21203:3:46" + "src": "2360:5:46" }, - "nativeSrc": "21203:18:46", + "nativeSrc": "2360:9:46", "nodeType": "YulFunctionCall", - "src": "21203:18:46" + "src": "2360:9:46" }, "variableNames": [ { - "name": "tail", - "nativeSrc": "21195:4:46", + "name": "memPtr", + "nativeSrc": "2350:6:46", "nodeType": "YulIdentifier", - "src": "21195:4:46" + "src": "2350:6:46" } ] }, { - "expression": { + "nativeSrc": "2378:58:46", + "nodeType": "YulVariableDeclaration", + "src": "2378:58:46", + "value": { "arguments": [ { - "name": "headStart", - "nativeSrc": "21237:9:46", + "name": "memPtr", + "nativeSrc": "2400:6:46", "nodeType": "YulIdentifier", - "src": "21237:9:46" + "src": "2400:6:46" }, { "arguments": [ { - "name": "value0", - "nativeSrc": "21252:6:46", - "nodeType": "YulIdentifier", - "src": "21252:6:46" + "arguments": [ + { + "name": "size", + "nativeSrc": "2416:4:46", + "nodeType": "YulIdentifier", + "src": "2416:4:46" + }, + { + "kind": "number", + "nativeSrc": "2422:2:46", + "nodeType": "YulLiteral", + "src": "2422:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2412:3:46", + "nodeType": "YulIdentifier", + "src": "2412:3:46" + }, + "nativeSrc": "2412:13:46", + "nodeType": "YulFunctionCall", + "src": "2412:13:46" }, { - "kind": "number", - "nativeSrc": "21260:4:46", - "nodeType": "YulLiteral", - "src": "21260:4:46", - "type": "", - "value": "0xff" + "arguments": [ + { + "kind": "number", + "nativeSrc": "2431:2:46", + "nodeType": "YulLiteral", + "src": "2431:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "2427:3:46", + "nodeType": "YulIdentifier", + "src": "2427:3:46" + }, + "nativeSrc": "2427:7:46", + "nodeType": "YulFunctionCall", + "src": "2427:7:46" } ], "functionName": { "name": "and", - "nativeSrc": "21248:3:46", + "nativeSrc": "2408:3:46", "nodeType": "YulIdentifier", - "src": "21248:3:46" + "src": "2408:3:46" }, - "nativeSrc": "21248:17:46", + "nativeSrc": "2408:27:46", "nodeType": "YulFunctionCall", - "src": "21248:17:46" + "src": "2408:27:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "21230:6:46", + "name": "add", + "nativeSrc": "2396:3:46", "nodeType": "YulIdentifier", - "src": "21230:6:46" + "src": "2396:3:46" }, - "nativeSrc": "21230:36:46", + "nativeSrc": "2396:40:46", "nodeType": "YulFunctionCall", - "src": "21230:36:46" + "src": "2396:40:46" }, - "nativeSrc": "21230:36:46", - "nodeType": "YulExpressionStatement", - "src": "21230:36:46" + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "2382:10:46", + "nodeType": "YulTypedName", + "src": "2382:10:46", + "type": "" + } + ] }, { - "expression": { + "body": { + "nativeSrc": "2511:22:46", + "nodeType": "YulBlock", + "src": "2511:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "2513:16:46", + "nodeType": "YulIdentifier", + "src": "2513:16:46" + }, + "nativeSrc": "2513:18:46", + "nodeType": "YulFunctionCall", + "src": "2513:18:46" + }, + "nativeSrc": "2513:18:46", + "nodeType": "YulExpressionStatement", + "src": "2513:18:46" + } + ] + }, + "condition": { "arguments": [ { "arguments": [ { - "name": "headStart", - "nativeSrc": "21286:9:46", + "name": "newFreePtr", + "nativeSrc": "2454:10:46", "nodeType": "YulIdentifier", - "src": "21286:9:46" + "src": "2454:10:46" }, { "kind": "number", - "nativeSrc": "21297:2:46", + "nativeSrc": "2466:18:46", "nodeType": "YulLiteral", - "src": "21297:2:46", + "src": "2466:18:46", "type": "", - "value": "32" + "value": "0xffffffffffffffff" } ], "functionName": { - "name": "add", - "nativeSrc": "21282:3:46", + "name": "gt", + "nativeSrc": "2451:2:46", "nodeType": "YulIdentifier", - "src": "21282:3:46" + "src": "2451:2:46" }, - "nativeSrc": "21282:18:46", + "nativeSrc": "2451:34:46", "nodeType": "YulFunctionCall", - "src": "21282:18:46" + "src": "2451:34:46" }, { - "name": "value1", - "nativeSrc": "21302:6:46", - "nodeType": "YulIdentifier", - "src": "21302:6:46" + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "2490:10:46", + "nodeType": "YulIdentifier", + "src": "2490:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "2502:6:46", + "nodeType": "YulIdentifier", + "src": "2502:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "2487:2:46", + "nodeType": "YulIdentifier", + "src": "2487:2:46" + }, + "nativeSrc": "2487:22:46", + "nodeType": "YulFunctionCall", + "src": "2487:22:46" } ], "functionName": { - "name": "mstore", - "nativeSrc": "21275:6:46", + "name": "or", + "nativeSrc": "2448:2:46", "nodeType": "YulIdentifier", - "src": "21275:6:46" + "src": "2448:2:46" }, - "nativeSrc": "21275:34:46", + "nativeSrc": "2448:62:46", "nodeType": "YulFunctionCall", - "src": "21275:34:46" - }, - "nativeSrc": "21275:34:46", - "nodeType": "YulExpressionStatement", - "src": "21275:34:46" - } - ] - }, - "name": "abi_encode_tuple_t_rational_48_by_1_t_uint256__to_t_uint8_t_uint256__fromStack_reversed", - "nativeSrc": "21049:266:46", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "21146:9:46", - "nodeType": "YulTypedName", - "src": "21146:9:46", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "21157:6:46", - "nodeType": "YulTypedName", - "src": "21157:6:46", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "21165:6:46", - "nodeType": "YulTypedName", - "src": "21165:6:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "21176:4:46", - "nodeType": "YulTypedName", - "src": "21176:4:46", - "type": "" - } - ], - "src": "21049:266:46" - } - ] - }, - "contents": "{\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 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_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_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_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": 46, - "language": "Yul", - "name": "#utility.yul" - } - ], - "immutableReferences": {}, - "linkReferences": {}, - "object": "60806040526004361061026a5760003560e01c806375b238fc11610153578063b7009613116100cb578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c61461080b578063f801a6981461082b578063fe0776f51461086557600080fd5b8063d1f856ee146107cb578063d22b5989146107eb57600080fd5b8063c4d66de8116100b0578063c4d66de814610780578063cc1b6c81146107a0578063cfef5e83146107b657600080fd5b8063b700961314610724578063b7d2b1621461076057600080fd5b806394c7d7ee11610122578063a64d95ce11610107578063a64d95ce146106a9578063abd9bd2a146106c9578063ac9650d8146106f757600080fd5b806394c7d7ee14610629578063a166aa891461064957600080fd5b806375b238fc146105ca57806377de1131146105df5780638129fc1c146105f4578063853551b81461060957600080fd5b806330cae187116101e65780634665096d116101b5578063529629521161019a578063529629521461052e578063530dd4561461054e5780636d5115bd146105aa57600080fd5b80634665096d146104f85780634c1da1e21461050e57600080fd5b806330cae187146104295780633adc277a146104495780633ca7c02a146104805780634136a33c1461049c57600080fd5b8063167bd3951161023d5780631cff79cd116102225780631cff79cd1461039c57806325c471a0146103af5780633078f114146103cf57600080fd5b8063167bd3951461035c57806318ff183c1461037c57600080fd5b80630125a4251461026f57806308d6122d146102a25780630b0a93ba146102c457806312be872714610327575b600080fd5b34801561027b57600080fd5b50610284600381565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102ae57600080fd5b506102c26102bd366004612c02565b610885565b005b3480156102d057600080fd5b506102846102df366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad016020526040902060010154600160401b90041690565b34801561033357600080fd5b50610347610342366004612c69565b6108d8565b60405163ffffffff9091168152602001610299565b34801561036857600080fd5b506102c2610377366004612c84565b610944565b34801561038857600080fd5b506102c2610397366004612cc2565b61095a565b6103476103aa366004612d32565b6109da565b3480156103bb57600080fd5b506102c26103ca366004612d9b565b610b79565b3480156103db57600080fd5b506103ef6103ea366004612de0565b610b9b565b604051610299949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b34801561043557600080fd5b506102c2610444366004612dfc565b610c33565b34801561045557600080fd5b50610469610464366004612e2f565b610c45565b60405165ffffffffffff9091168152602001610299565b34801561048c57600080fd5b5061028467ffffffffffffffff81565b3480156104a857600080fd5b506103476104b7366004612e2f565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561050457600080fd5b5062093a80610347565b34801561051a57600080fd5b50610347610529366004612e48565b610ca9565b34801561053a57600080fd5b506102c2610549366004612dfc565b610ce6565b34801561055a57600080fd5b50610284610569366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b3480156105b657600080fd5b506102846105c5366004612e7b565b610cf8565b3480156105d657600080fd5b50610284600081565b3480156105eb57600080fd5b50610284600181565b34801561060057600080fd5b506102c2610d44565b34801561061557600080fd5b506102c2610624366004612ea9565b610e5c565b34801561063557600080fd5b506102c2610644366004612d32565b610ef7565b34801561065557600080fd5b50610699610664366004612e48565b6001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b6040519015158152602001610299565b3480156106b557600080fd5b506102c26106c4366004612ec7565b610fd5565b3480156106d557600080fd5b506106e96106e4366004612ef1565b610fe7565b604051908152602001610299565b34801561070357600080fd5b50610717610712366004612f56565b611020565b6040516102999190612fbc565b34801561073057600080fd5b5061074461073f36600461303c565b611108565b60408051921515835263ffffffff909116602083015201610299565b34801561076c57600080fd5b506102c261077b366004612de0565b611215565b34801561078c57600080fd5b506102c261079b366004612e48565b61122c565b3480156107ac57600080fd5b5062069780610347565b3480156107c257600080fd5b50610284600281565b3480156107d757600080fd5b506107446107e6366004612de0565b611345565b3480156107f757600080fd5b506102c2610806366004613087565b6113c3565b34801561081757600080fd5b50610347610826366004612ef1565b6113d5565b34801561083757600080fd5b5061084b6108463660046130a5565b61155f565b6040805192835263ffffffff909116602083015201610299565b34801561087157600080fd5b506102c2610880366004612de0565b61170c565b61088d61174e565b60005b828110156108d1576108c9858585848181106108ae576108ae613118565b90506020020160208101906108c3919061312e565b846117e3565b600101610890565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206133738339815191529061093d90600160801b90046001600160701b0316611879565b9392505050565b61094c61174e565b6109568282611898565b5050565b61096261174e565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156109be57600080fd5b505af11580156109d2573d6000803e3d6000fd5b505050505050565b60006000805160206133738339815191523382806109fa8389898961191a565b9150915081158015610a10575063ffffffff8116155b15610a7c578288610a21898961196d565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b6000610a8a848a8a8a610fe7565b9050600063ffffffff8316151580610ab15750610aa682610c45565b65ffffffffffff1615155b15610ac257610abf82611985565b90505b6003860154610b178b610ad58c8c61196d565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610b618b8b8b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250349250611aec915050565b50600390960195909555509293505050509392505050565b610b8161174e565b610b958383610b8f866108d8565b84611ba9565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff811692918291829160008051602061337383398151915291610c2490660100000000000090046001600160701b0316611e34565b979a9199509750945050505050565b610c3b61174e565b6109568282611e57565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff16610c9481611f10565b610c9e5780610ca1565b60005b949350505050565b6001600160a01b03811660009081526000805160206133738339815191526020819052604082206001015461093d906001600160701b0316611879565b610cee61174e565b6109568282611f3f565b6001600160a01b0382166000908152600080516020613373833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015610d8a5750825b905060008267ffffffffffffffff166001148015610da75750303b155b905081158015610db5575080155b15610dd35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e0257845468ff00000000000000001916600160401b1785555b610e0b33612015565b83156108d157845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610e6461174e565b67ffffffffffffffff83161580610e84575067ffffffffffffffff838116145b15610eae5760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610eea929190613174565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610f51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f759190613188565b6001600160e01b03191614610fc1576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b0382166004820152602401610a73565b6108d1610fd085838686610fe7565b611985565b610fdd61174e565b6109568282612029565b60008484848460405160200161100094939291906131a5565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff81111561104b5761104b613217565b60405190808252806020026020018201604052801561107e57816020015b60608152602001906001900390816110695790505b50915060005b83811015611100576110db308686848181106110a2576110a2613118565b90506020028101906110b4919061322d565b856040516020016110c793929190613274565b60405160208183030381529060405261216b565b8382815181106110ed576110ed613118565b6020908102919091010152600101611084565b505092915050565b600080611144846001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b156111545750600090508061120d565b306001600160a01b038616036111cf57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061120d565b60006111db8585610cf8565b90506000806111ea8389611345565b91509150816111fb57600080611205565b63ffffffff811615815b945094505050505b935093915050565b61121d61174e565b61122782826121e1565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156112725750825b905060008267ffffffffffffffff16600114801561128f5750303b155b90508115801561129d575080155b156112bb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112ea57845468ff00000000000000001916600160401b1785555b6112f386612015565b83156109d257845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60008067fffffffffffffffe1967ffffffffffffffff85160161136e57506001905060006113bc565b60008061137b8686610b9b565b5050915091508165ffffffffffff166000141580156113b1575061139d6122f5565b65ffffffffffff168265ffffffffffff1611155b935091506113bc9050565b9250929050565b6113cb61174e565b6109568282612305565b600060008051602061337383398151915233826113f2868661196d565b9050600061140289898989610fe7565b600081815260028601602052604081205491925065ffffffffffff90911690036114425760405163060a299b60e41b815260048101829052602401610a73565b826001600160a01b0316896001600160a01b0316146114f7576000611468600085611345565b509050600061148361147d6102df8c87610cf8565b86611345565b50905081158015611492575080155b156114f4576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b031985166064820152608401610a73565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b600080600080516020613373833981519152338261157f828a8a8a61191a565b91505060008163ffffffff166115936122f5565b61159d919061329b565b905063ffffffff821615806115d4575060008765ffffffffffff161180156115d457508065ffffffffffff168765ffffffffffff16105b156115e557828a610a218b8b61196d565b6115ff8765ffffffffffff168265ffffffffffff166123d4565b965061160d838b8b8b610fe7565b9550611618866123e4565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e6040516116f79594939291906132b9565b60405180910390a35050505094509492505050565b6001600160a01b038116331461121d576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360008061175d838236612479565b9150915081611227578063ffffffff166000036117d357600061178081366125c5565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff821660248201529092506044019050610a73565b610b95610fd08430600036610fe7565b60006000805160206133738339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b60008061188e836001600160701b0316611e34565b5090949350505050565b6001600160a01b0382166000818152600080516020613373833981519152602081815260409283902060010180546eff00000000000000000000000000001916600160701b8715159081029190911790915592519283529092917f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb1389101610eea565b600080306001600160a01b0386160361194157611938868585612479565b91509150611964565b6004831061195d57611958868661073f878761196d565b611938565b5060009050805b94509492505050565b600061197c60048284866131ed565b61093d91613304565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff8116906601000000000000900463ffffffff16818403611a005760405163060a299b60e41b815260048101869052602401610a73565b611a086122f5565b65ffffffffffff168265ffffffffffff161115611a54576040517f18cb6b7a00000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b611a5d82611f10565b15611a97576040517f78a5d6e400000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b606081471015611b31576040517fcf47918100000000000000000000000000000000000000000000000000000000815247600482015260248101839052604401610a73565b600080856001600160a01b03168486604051611b4d919061333a565b60006040518083038185875af1925050503d8060008114611b8a576040519150601f19603f3d011682016040523d82523d6000602084013e611b8f565b606091505b5091509150611b9f8683836128d0565b9695505050505050565b600060008051602061337383398151915267ffffffffffffffff861667fffffffffffffffe1901611bf95760405163061c6a4360e21b815267ffffffffffffffff87166004820152602401610a73565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611d01578563ffffffff16611c486122f5565b611c52919061329b565b905060405180604001604052808265ffffffffffff168152602001611c808763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611dc4565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611d519166010000000000009091046001600160701b0316908790612945565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611e4a84611e456122f5565b6129ef565b9250925092509193909250565b60008051602061337383398151915267ffffffffffffffff83161580611e86575067ffffffffffffffff838116145b15611eb05760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611f1a6122f5565b65ffffffffffff16611f2f62093a808461329b565b65ffffffffffff16111592915050565b60008051602061337383398151915267ffffffffffffffff83161580611f6e575067ffffffffffffffff838116145b15611f985760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff16600160401b958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b61201d612a3c565b61202681612aa0565b50565b60008051602061337383398151915267ffffffffffffffff831667fffffffffffffffe19016120775760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff8316600090815260018281016020526040822001546120b390600160801b90046001600160701b03168462069780612945565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b489061215d908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612188919061333a565b600060405180830381855af49150503d80600081146121c3576040519150601f19603f3d011682016040523d82523d6000602084013e6121c8565b606091505b50915091506121d88583836128d0565b95945050505050565b600060008051602061337383398151915267ffffffffffffffff841667fffffffffffffffe19016122315760405163061c6a4360e21b815267ffffffffffffffff85166004820152602401610a73565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612279576000915050610d3e565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061230042612af9565b905090565b6001600160a01b03821660009081526000805160206133738339815191526020819052604082206001015490919061234a906001600160701b03168462069780612945565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c910161215d565b600082821882841102821861093d565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206133738339815191529065ffffffffffff16801580159061243f575061243d81611f10565b155b15611227576040517f813e945900000000000000000000000000000000000000000000000000000000815260048101849052602401610a73565b60008060048310156124905750600090508061120d565b306001600160a01b03861603612513576111c4306124ae868661196d565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b600080600061252287876125c5565b9250925092508215801561255c57503060009081526000805160206133738339815191526020526040902060010154600160701b900460ff165b15612570576000809450945050505061120d565b60008061257d848b611345565b91509150816125975760008096509650505050505061120d565b6125ad8363ffffffff168263ffffffff166123d4565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156125e0575060009150819050806128c9565b60006125ec868661196d565b90506001600160e01b031981167f853551b800000000000000000000000000000000000000000000000000000000148061264f57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b8061268357506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b806126b757506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b806126eb57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b15612701576001600080935093509350506128c9565b6001600160e01b031981167f18ff183c00000000000000000000000000000000000000000000000000000000148061276257506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b8061279657506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b156127d85760006127ab60246004888a6131ed565b8101906127b89190612e48565b905060006127c582610ca9565b600196506000955093506128c992505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061283957506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156128b357600061284e60246004888a6131ed565b81019061285b9190612c69565b905060016128a48267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b600094509450945050506128c9565b60006128bf3083610cf8565b6000935093509350505b9250925092565b6060826128e5576128e082612b49565b61093d565b81511580156128fc57506001600160a01b0384163b155b1561293e576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b0385166004820152602401610a73565b508061093d565b600080600061295c866001600160701b0316611879565b905060006129998563ffffffff168763ffffffff168463ffffffff161161298457600061298e565b61298e8885613356565b63ffffffff166123d4565b90508063ffffffff166129aa6122f5565b6129b4919061329b565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b69ffffffffffffffffffff602083901c166001600160701b03831665ffffffffffff604085901c8116908416811115612a2a57828282612a2f565b816000805b9250925092509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612a9e576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b612aa8612a3c565b6001600160a01b038116612aeb576040517f0813ada200000000000000000000000000000000000000000000000000000000815260006004820152602401610a73565b610956600082600080611ba9565b600065ffffffffffff821115612b45576040517f6dfcc6500000000000000000000000000000000000000000000000000000000081526030600482015260248101839052604401610a73565b5090565b805115612b595780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116811461202657600080fd5b60008083601f840112612bb257600080fd5b50813567ffffffffffffffff811115612bca57600080fd5b6020830191508360208260051b85010111156113bc57600080fd5b803567ffffffffffffffff81168114612bfd57600080fd5b919050565b60008060008060608587031215612c1857600080fd5b8435612c2381612b8b565b9350602085013567ffffffffffffffff811115612c3f57600080fd5b612c4b87828801612ba0565b9094509250612c5e905060408601612be5565b905092959194509250565b600060208284031215612c7b57600080fd5b61093d82612be5565b60008060408385031215612c9757600080fd5b8235612ca281612b8b565b915060208301358015158114612cb757600080fd5b809150509250929050565b60008060408385031215612cd557600080fd5b8235612ce081612b8b565b91506020830135612cb781612b8b565b60008083601f840112612d0257600080fd5b50813567ffffffffffffffff811115612d1a57600080fd5b6020830191508360208285010111156113bc57600080fd5b600080600060408486031215612d4757600080fd5b8335612d5281612b8b565b9250602084013567ffffffffffffffff811115612d6e57600080fd5b612d7a86828701612cf0565b9497909650939450505050565b803563ffffffff81168114612bfd57600080fd5b600080600060608486031215612db057600080fd5b612db984612be5565b92506020840135612dc981612b8b565b9150612dd760408501612d87565b90509250925092565b60008060408385031215612df357600080fd5b612ce083612be5565b60008060408385031215612e0f57600080fd5b612e1883612be5565b9150612e2660208401612be5565b90509250929050565b600060208284031215612e4157600080fd5b5035919050565b600060208284031215612e5a57600080fd5b813561093d81612b8b565b6001600160e01b03198116811461202657600080fd5b60008060408385031215612e8e57600080fd5b8235612e9981612b8b565b91506020830135612cb781612e65565b600080600060408486031215612ebe57600080fd5b612d5284612be5565b60008060408385031215612eda57600080fd5b612ee383612be5565b9150612e2660208401612d87565b60008060008060608587031215612f0757600080fd5b8435612f1281612b8b565b93506020850135612f2281612b8b565b9250604085013567ffffffffffffffff811115612f3e57600080fd5b612f4a87828801612cf0565b95989497509550505050565b60008060208385031215612f6957600080fd5b823567ffffffffffffffff811115612f8057600080fd5b612f8c85828601612ba0565b90969095509350505050565b60005b83811015612fb3578181015183820152602001612f9b565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561303057603f198786030184528151805180875261300d816020890160208501612f98565b601f01601f19169590950160209081019550938401939190910190600101612fe4565b50929695505050505050565b60008060006060848603121561305157600080fd5b833561305c81612b8b565b9250602084013561306c81612b8b565b9150604084013561307c81612e65565b809150509250925092565b6000806040838503121561309a57600080fd5b8235612ee381612b8b565b600080600080606085870312156130bb57600080fd5b84356130c681612b8b565b9350602085013567ffffffffffffffff8111156130e257600080fd5b6130ee87828801612cf0565b909450925050604085013565ffffffffffff8116811461310d57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561314057600080fd5b813561093d81612e65565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610ca160208301848661314b565b60006020828403121561319a57600080fd5b815161093d81612e65565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611b9f60608301848661314b565b634e487b7160e01b600052601160045260246000fd5b600080858511156131fd57600080fd5b8386111561320a57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e1984360301811261324457600080fd5b83018035915067ffffffffffffffff82111561325f57600080fd5b6020019150368190038213156113bc57600080fd5b828482376000838201600081528351613291818360208801612f98565b0195945050505050565b65ffffffffffff8181168382160190811115610d3e57610d3e6131d7565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b03841660408201526080606082015260006132f960808301848661314b565b979650505050505050565b80356001600160e01b03198116906004841015613333576001600160e01b0319808560040360031b1b82161691505b5092915050565b6000825161334c818460208701612f98565b9190910192915050565b63ffffffff8281168282160390811115610d3e57610d3e6131d756fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a264697066735822122036bfeac2edd6be5c8b28c46f05c20c4a0d69c451c3c1e650dbf4170f8224f0c964736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x26A JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x75B238FC GT PUSH2 0x153 JUMPI DUP1 PUSH4 0xB7009613 GT PUSH2 0xCB JUMPI DUP1 PUSH4 0xD1F856EE GT PUSH2 0x7F JUMPI DUP1 PUSH4 0xD6BB62C6 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xD6BB62C6 EQ PUSH2 0x80B JUMPI DUP1 PUSH4 0xF801A698 EQ PUSH2 0x82B JUMPI DUP1 PUSH4 0xFE0776F5 EQ PUSH2 0x865 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD1F856EE EQ PUSH2 0x7CB JUMPI DUP1 PUSH4 0xD22B5989 EQ PUSH2 0x7EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xC4D66DE8 GT PUSH2 0xB0 JUMPI DUP1 PUSH4 0xC4D66DE8 EQ PUSH2 0x780 JUMPI DUP1 PUSH4 0xCC1B6C81 EQ PUSH2 0x7A0 JUMPI DUP1 PUSH4 0xCFEF5E83 EQ PUSH2 0x7B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB7009613 EQ PUSH2 0x724 JUMPI DUP1 PUSH4 0xB7D2B162 EQ PUSH2 0x760 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x94C7D7EE GT PUSH2 0x122 JUMPI DUP1 PUSH4 0xA64D95CE GT PUSH2 0x107 JUMPI DUP1 PUSH4 0xA64D95CE EQ PUSH2 0x6A9 JUMPI DUP1 PUSH4 0xABD9BD2A EQ PUSH2 0x6C9 JUMPI DUP1 PUSH4 0xAC9650D8 EQ PUSH2 0x6F7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x94C7D7EE EQ PUSH2 0x629 JUMPI DUP1 PUSH4 0xA166AA89 EQ PUSH2 0x649 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x75B238FC EQ PUSH2 0x5CA JUMPI DUP1 PUSH4 0x77DE1131 EQ PUSH2 0x5DF JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x5F4 JUMPI DUP1 PUSH4 0x853551B8 EQ PUSH2 0x609 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 GT PUSH2 0x1E6 JUMPI DUP1 PUSH4 0x4665096D GT PUSH2 0x1B5 JUMPI DUP1 PUSH4 0x52962952 GT PUSH2 0x19A JUMPI DUP1 PUSH4 0x52962952 EQ PUSH2 0x52E JUMPI DUP1 PUSH4 0x530DD456 EQ PUSH2 0x54E JUMPI DUP1 PUSH4 0x6D5115BD EQ PUSH2 0x5AA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x4665096D EQ PUSH2 0x4F8 JUMPI DUP1 PUSH4 0x4C1DA1E2 EQ PUSH2 0x50E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 EQ PUSH2 0x429 JUMPI DUP1 PUSH4 0x3ADC277A EQ PUSH2 0x449 JUMPI DUP1 PUSH4 0x3CA7C02A EQ PUSH2 0x480 JUMPI DUP1 PUSH4 0x4136A33C EQ PUSH2 0x49C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x167BD395 GT PUSH2 0x23D JUMPI DUP1 PUSH4 0x1CFF79CD GT PUSH2 0x222 JUMPI DUP1 PUSH4 0x1CFF79CD EQ PUSH2 0x39C JUMPI DUP1 PUSH4 0x25C471A0 EQ PUSH2 0x3AF JUMPI DUP1 PUSH4 0x3078F114 EQ PUSH2 0x3CF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x167BD395 EQ PUSH2 0x35C JUMPI DUP1 PUSH4 0x18FF183C EQ PUSH2 0x37C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x125A425 EQ PUSH2 0x26F JUMPI DUP1 PUSH4 0x8D6122D EQ PUSH2 0x2A2 JUMPI DUP1 PUSH4 0xB0A93BA EQ PUSH2 0x2C4 JUMPI DUP1 PUSH4 0x12BE8727 EQ PUSH2 0x327 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x27B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x3 DUP2 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 0x2AE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x2BD CALLDATASIZE PUSH1 0x4 PUSH2 0x2C02 JUMP JUMPDEST PUSH2 0x885 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2D0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x2DF CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 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 PUSH1 0x1 PUSH1 0x40 SHL SWAP1 DIV AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x333 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x342 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 JUMP JUMPDEST PUSH2 0x8D8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x368 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x377 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C84 JUMP JUMPDEST PUSH2 0x944 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x388 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x397 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CC2 JUMP JUMPDEST PUSH2 0x95A JUMP JUMPDEST PUSH2 0x347 PUSH2 0x3AA CALLDATASIZE PUSH1 0x4 PUSH2 0x2D32 JUMP JUMPDEST PUSH2 0x9DA JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x3CA CALLDATASIZE PUSH1 0x4 PUSH2 0x2D9B JUMP JUMPDEST PUSH2 0xB79 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3DB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3EF PUSH2 0x3EA CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0xB9B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x299 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 0x435 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x444 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DFC JUMP JUMPDEST PUSH2 0xC33 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x455 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x469 PUSH2 0x464 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E2F JUMP JUMPDEST PUSH2 0xC45 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x48C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4A8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x4B7 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E2F 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 0x504 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x93A80 PUSH2 0x347 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x51A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x529 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH2 0xCA9 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x53A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x549 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DFC JUMP JUMPDEST PUSH2 0xCE6 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x55A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x569 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 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 0x5B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x5C5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E7B JUMP JUMPDEST PUSH2 0xCF8 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5D6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x0 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x1 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x600 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0xD44 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x615 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x624 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EA9 JUMP JUMPDEST PUSH2 0xE5C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x635 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x644 CALLDATASIZE PUSH1 0x4 PUSH2 0x2D32 JUMP JUMPDEST PUSH2 0xEF7 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x655 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x699 PUSH2 0x664 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x6C4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EC7 JUMP JUMPDEST PUSH2 0xFD5 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6D5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x6E9 PUSH2 0x6E4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EF1 JUMP JUMPDEST PUSH2 0xFE7 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x703 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x717 PUSH2 0x712 CALLDATASIZE PUSH1 0x4 PUSH2 0x2F56 JUMP JUMPDEST PUSH2 0x1020 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x299 SWAP2 SWAP1 PUSH2 0x2FBC JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x744 PUSH2 0x73F CALLDATASIZE PUSH1 0x4 PUSH2 0x303C JUMP JUMPDEST PUSH2 0x1108 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 ISZERO ISZERO DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x76C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x77B CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x1215 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x78C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x79B CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH2 0x122C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7AC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x69780 PUSH2 0x347 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7C2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x2 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7D7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x744 PUSH2 0x7E6 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x1345 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7F7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x806 CALLDATASIZE PUSH1 0x4 PUSH2 0x3087 JUMP JUMPDEST PUSH2 0x13C3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x817 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x826 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EF1 JUMP JUMPDEST PUSH2 0x13D5 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x837 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x84B PUSH2 0x846 CALLDATASIZE PUSH1 0x4 PUSH2 0x30A5 JUMP JUMPDEST PUSH2 0x155F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x871 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x880 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x170C JUMP JUMPDEST PUSH2 0x88D PUSH2 0x174E JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8D1 JUMPI PUSH2 0x8C9 DUP6 DUP6 DUP6 DUP5 DUP2 DUP2 LT PUSH2 0x8AE JUMPI PUSH2 0x8AE PUSH2 0x3118 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD PUSH1 0x20 DUP2 ADD SWAP1 PUSH2 0x8C3 SWAP2 SWAP1 PUSH2 0x312E JUMP JUMPDEST DUP5 PUSH2 0x17E3 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x890 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH2 0x93D SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x94C PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1898 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH2 0x962 PUSH2 0x174E 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 0x9BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x9D2 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 DUP1 PUSH2 0x9FA DUP4 DUP10 DUP10 DUP10 PUSH2 0x191A JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0xA10 JUMPI POP PUSH4 0xFFFFFFFF DUP2 AND ISZERO JUMPDEST ISZERO PUSH2 0xA7C JUMPI DUP3 DUP9 PUSH2 0xA21 DUP10 DUP10 PUSH2 0x196D 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 0xA8A DUP5 DUP11 DUP11 DUP11 PUSH2 0xFE7 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH4 0xFFFFFFFF DUP4 AND ISZERO ISZERO DUP1 PUSH2 0xAB1 JUMPI POP PUSH2 0xAA6 DUP3 PUSH2 0xC45 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND ISZERO ISZERO JUMPDEST ISZERO PUSH2 0xAC2 JUMPI PUSH2 0xABF DUP3 PUSH2 0x1985 JUMP JUMPDEST SWAP1 POP JUMPDEST PUSH1 0x3 DUP7 ADD SLOAD PUSH2 0xB17 DUP12 PUSH2 0xAD5 DUP13 DUP13 PUSH2 0x196D 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 0xB61 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 0x1AEC 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 0xB81 PUSH2 0x174E JUMP JUMPDEST PUSH2 0xB95 DUP4 DUP4 PUSH2 0xB8F DUP7 PUSH2 0x8D8 JUMP JUMPDEST DUP5 PUSH2 0x1BA9 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP2 PUSH2 0xC24 SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1E34 JUMP JUMPDEST SWAP8 SWAP11 SWAP2 SWAP10 POP SWAP8 POP SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xC3B PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1E57 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0xC94 DUP2 PUSH2 0x1F10 JUMP JUMPDEST PUSH2 0xC9E JUMPI DUP1 PUSH2 0xCA1 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH2 0x93D SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST PUSH2 0xCEE PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1F3F JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 PUSH1 0x1 PUSH1 0x40 SHL DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0xD8A JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0xDA7 JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0xDB5 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0xDD3 JUMPI PUSH1 0x40 MLOAD PUSH4 0xF92EE8A9 PUSH1 0xE0 SHL 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 0xE02 JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH1 0x1 PUSH1 0x40 SHL OR DUP6 SSTORE JUMPDEST PUSH2 0xE0B CALLER PUSH2 0x2015 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x8D1 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 0xE64 PUSH2 0x174E JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0xE84 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0xEAE JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH32 0x1256F5B5ECB89CAEC12DB449738F2FBCD1BA5806CF38F35413F4E5C15BF6A450 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0xEEA SWAP3 SWAP2 SWAP1 PUSH2 0x3174 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 0xF51 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 0xF75 SWAP2 SWAP1 PUSH2 0x3188 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND EQ PUSH2 0xFC1 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 0xA73 JUMP JUMPDEST PUSH2 0x8D1 PUSH2 0xFD0 DUP6 DUP4 DUP7 DUP7 PUSH2 0xFE7 JUMP JUMPDEST PUSH2 0x1985 JUMP JUMPDEST PUSH2 0xFDD PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x2029 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 DUP5 DUP5 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x1000 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x31A5 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 0x104B JUMPI PUSH2 0x104B PUSH2 0x3217 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x107E JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x1069 JUMPI SWAP1 POP JUMPDEST POP SWAP2 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1100 JUMPI PUSH2 0x10DB ADDRESS DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0x10A2 JUMPI PUSH2 0x10A2 PUSH2 0x3118 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x10B4 SWAP2 SWAP1 PUSH2 0x322D JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x10C7 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x216B JUMP JUMPDEST DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x10ED JUMPI PUSH2 0x10ED PUSH2 0x3118 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0x1084 JUMP JUMPDEST POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x1144 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x1154 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x120D JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x11CF 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 0x120D JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11DB DUP6 DUP6 PUSH2 0xCF8 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 PUSH2 0x11EA DUP4 DUP10 PUSH2 0x1345 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x11FB JUMPI PUSH1 0x0 DUP1 PUSH2 0x1205 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 0x121D PUSH2 0x174E JUMP JUMPDEST PUSH2 0x1227 DUP3 DUP3 PUSH2 0x21E1 JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 DUP1 SLOAD PUSH1 0x1 PUSH1 0x40 SHL DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0x1272 JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0x128F JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x129D JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x12BB JUMPI PUSH1 0x40 MLOAD PUSH4 0xF92EE8A9 PUSH1 0xE0 SHL 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 0x12EA JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH1 0x1 PUSH1 0x40 SHL OR DUP6 SSTORE JUMPDEST PUSH2 0x12F3 DUP7 PUSH2 0x2015 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x9D2 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 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH8 0xFFFFFFFFFFFFFFFE NOT PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND ADD PUSH2 0x136E JUMPI POP PUSH1 0x1 SWAP1 POP PUSH1 0x0 PUSH2 0x13BC JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x137B DUP7 DUP7 PUSH2 0xB9B JUMP JUMPDEST POP POP SWAP2 POP SWAP2 POP DUP2 PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x0 EQ ISZERO DUP1 ISZERO PUSH2 0x13B1 JUMPI POP PUSH2 0x139D PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO JUMPDEST SWAP4 POP SWAP2 POP PUSH2 0x13BC SWAP1 POP JUMP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x13CB PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x2305 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x13F2 DUP7 DUP7 PUSH2 0x196D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x1402 DUP10 DUP10 DUP10 DUP10 PUSH2 0xFE7 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 0x1442 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x14F7 JUMPI PUSH1 0x0 PUSH2 0x1468 PUSH1 0x0 DUP6 PUSH2 0x1345 JUMP JUMPDEST POP SWAP1 POP PUSH1 0x0 PUSH2 0x1483 PUSH2 0x147D PUSH2 0x2DF DUP13 DUP8 PUSH2 0xCF8 JUMP JUMPDEST DUP7 PUSH2 0x1345 JUMP JUMPDEST POP SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x1492 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x14F4 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 0xA73 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x157F DUP3 DUP11 DUP11 DUP11 PUSH2 0x191A JUMP JUMPDEST SWAP2 POP POP PUSH1 0x0 DUP2 PUSH4 0xFFFFFFFF AND PUSH2 0x1593 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x159D SWAP2 SWAP1 PUSH2 0x329B JUMP JUMPDEST SWAP1 POP PUSH4 0xFFFFFFFF DUP3 AND ISZERO DUP1 PUSH2 0x15D4 JUMPI POP PUSH1 0x0 DUP8 PUSH6 0xFFFFFFFFFFFF AND GT DUP1 ISZERO PUSH2 0x15D4 JUMPI POP DUP1 PUSH6 0xFFFFFFFFFFFF AND DUP8 PUSH6 0xFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0x15E5 JUMPI DUP3 DUP11 PUSH2 0xA21 DUP12 DUP12 PUSH2 0x196D JUMP JUMPDEST PUSH2 0x15FF DUP8 PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x23D4 JUMP JUMPDEST SWAP7 POP PUSH2 0x160D DUP4 DUP12 DUP12 DUP12 PUSH2 0xFE7 JUMP JUMPDEST SWAP6 POP PUSH2 0x1618 DUP7 PUSH2 0x23E4 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 0x16F7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x32B9 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 0x121D 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 0x175D DUP4 DUP3 CALLDATASIZE PUSH2 0x2479 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1227 JUMPI DUP1 PUSH4 0xFFFFFFFF AND PUSH1 0x0 SUB PUSH2 0x17D3 JUMPI PUSH1 0x0 PUSH2 0x1780 DUP2 CALLDATASIZE PUSH2 0x25C5 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 0xA73 JUMP JUMPDEST PUSH2 0xB95 PUSH2 0xFD0 DUP5 ADDRESS PUSH1 0x0 CALLDATASIZE PUSH2 0xFE7 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x188E DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1E34 JUMP JUMPDEST POP SWAP1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH15 0xFF0000000000000000000000000000 NOT AND PUSH1 0x1 PUSH1 0x70 SHL DUP8 ISZERO ISZERO SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 OR SWAP1 SWAP2 SSTORE SWAP3 MLOAD SWAP3 DUP4 MSTORE SWAP1 SWAP3 SWAP2 PUSH32 0x90D4E7BB7E5D933792B3562E1741306F8BE94837E1348DACEF9B6F1DF56EB138 SWAP2 ADD PUSH2 0xEEA JUMP JUMPDEST PUSH1 0x0 DUP1 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x1941 JUMPI PUSH2 0x1938 DUP7 DUP6 DUP6 PUSH2 0x2479 JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x1964 JUMP JUMPDEST PUSH1 0x4 DUP4 LT PUSH2 0x195D JUMPI PUSH2 0x1958 DUP7 DUP7 PUSH2 0x73F DUP8 DUP8 PUSH2 0x196D JUMP JUMPDEST PUSH2 0x1938 JUMP JUMPDEST POP PUSH1 0x0 SWAP1 POP DUP1 JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x197C PUSH1 0x4 DUP3 DUP5 DUP7 PUSH2 0x31ED JUMP JUMPDEST PUSH2 0x93D SWAP2 PUSH2 0x3304 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 DUP5 SUB PUSH2 0x1A00 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x1A08 PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO PUSH2 0x1A54 JUMPI PUSH1 0x40 MLOAD PUSH32 0x18CB6B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x1A5D DUP3 PUSH2 0x1F10 JUMP JUMPDEST ISZERO PUSH2 0x1A97 JUMPI PUSH1 0x40 MLOAD PUSH32 0x78A5D6E400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1B31 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCF47918100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE SELFBALANCE PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x44 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 DUP7 PUSH1 0x40 MLOAD PUSH2 0x1B4D SWAP2 SWAP1 PUSH2 0x333A 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 0x1B8A 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 0x1B8F JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x1B9F DUP7 DUP4 DUP4 PUSH2 0x28D0 JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1BF9 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1D01 JUMPI DUP6 PUSH4 0xFFFFFFFF AND PUSH2 0x1C48 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x1C52 SWAP2 SWAP1 PUSH2 0x329B 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 0x1C80 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 0x1DC4 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 0x1D51 SWAP2 PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND SWAP1 DUP8 SWAP1 PUSH2 0x2945 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 0x1E4A DUP5 PUSH2 0x1E45 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x29EF JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP2 SWAP4 SWAP1 SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1E86 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1EB0 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1F1A PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x1F2F PUSH3 0x93A80 DUP5 PUSH2 0x329B JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND GT ISZERO SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1F6E JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1F98 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 PUSH1 0x1 PUSH1 0x40 SHL SWAP6 DUP9 AND SWAP6 DUP7 MUL OR SWAP1 SSTORE MLOAD PUSH32 0x7A8059630B897B5DE4C08ADE69F8B90C3EAD1F8596D62D10B6C4D14A0AFB4AE2 SWAP2 SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH2 0x201D PUSH2 0x2A3C JUMP JUMPDEST PUSH2 0x2026 DUP2 PUSH2 0x2AA0 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2077 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x20B3 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x2945 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 0x215D 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 0x2188 SWAP2 SWAP1 PUSH2 0x333A JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x21C3 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 0x21C8 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x21D8 DUP6 DUP4 DUP4 PUSH2 0x28D0 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2231 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x2279 JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0xD3E 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 0x2300 TIMESTAMP PUSH2 0x2AF9 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD SWAP1 SWAP2 SWAP1 PUSH2 0x234A SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x2945 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 0x215D JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 XOR DUP3 DUP5 GT MUL DUP3 XOR PUSH2 0x93D JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x243F JUMPI POP PUSH2 0x243D DUP2 PUSH2 0x1F10 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x1227 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813E945900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x4 DUP4 LT ISZERO PUSH2 0x2490 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x120D JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x2513 JUMPI PUSH2 0x11C4 ADDRESS PUSH2 0x24AE DUP7 DUP7 PUSH2 0x196D 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 0x2522 DUP8 DUP8 PUSH2 0x25C5 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP DUP3 ISZERO DUP1 ISZERO PUSH2 0x255C JUMPI POP ADDRESS PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 JUMPDEST ISZERO PUSH2 0x2570 JUMPI PUSH1 0x0 DUP1 SWAP5 POP SWAP5 POP POP POP POP PUSH2 0x120D JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x257D DUP5 DUP12 PUSH2 0x1345 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x2597 JUMPI PUSH1 0x0 DUP1 SWAP7 POP SWAP7 POP POP POP POP POP POP PUSH2 0x120D JUMP JUMPDEST PUSH2 0x25AD DUP4 PUSH4 0xFFFFFFFF AND DUP3 PUSH4 0xFFFFFFFF AND PUSH2 0x23D4 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 0x25E0 JUMPI POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP DUP1 PUSH2 0x28C9 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x25EC DUP7 DUP7 PUSH2 0x196D JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x853551B800000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x264F JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x30CAE18700000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2683 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x5296295200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x26B7 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xA64D95CE00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x26EB JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xD22B598900000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2701 JUMPI PUSH1 0x1 PUSH1 0x0 DUP1 SWAP4 POP SWAP4 POP SWAP4 POP POP PUSH2 0x28C9 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x18FF183C00000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2762 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x167BD39500000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2796 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x8D6122D00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x27D8 JUMPI PUSH1 0x0 PUSH2 0x27AB PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x31ED JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x27B8 SWAP2 SWAP1 PUSH2 0x2E48 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x27C5 DUP3 PUSH2 0xCA9 JUMP JUMPDEST PUSH1 0x1 SWAP7 POP PUSH1 0x0 SWAP6 POP SWAP4 POP PUSH2 0x28C9 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x25C471A000000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2839 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xB7D2B16200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x28B3 JUMPI PUSH1 0x0 PUSH2 0x284E PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x31ED JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x285B SWAP2 SWAP1 PUSH2 0x2C69 JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH2 0x28A4 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 0x28C9 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x28BF ADDRESS DUP4 PUSH2 0xCF8 JUMP JUMPDEST PUSH1 0x0 SWAP4 POP SWAP4 POP SWAP4 POP POP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x60 DUP3 PUSH2 0x28E5 JUMPI PUSH2 0x28E0 DUP3 PUSH2 0x2B49 JUMP JUMPDEST PUSH2 0x93D JUMP JUMPDEST DUP2 MLOAD ISZERO DUP1 ISZERO PUSH2 0x28FC JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND EXTCODESIZE ISZERO JUMPDEST ISZERO PUSH2 0x293E 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 0xA73 JUMP JUMPDEST POP DUP1 PUSH2 0x93D JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x295C DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2999 DUP6 PUSH4 0xFFFFFFFF AND DUP8 PUSH4 0xFFFFFFFF AND DUP5 PUSH4 0xFFFFFFFF AND GT PUSH2 0x2984 JUMPI PUSH1 0x0 PUSH2 0x298E JUMP JUMPDEST PUSH2 0x298E DUP9 DUP6 PUSH2 0x3356 JUMP JUMPDEST PUSH4 0xFFFFFFFF AND PUSH2 0x23D4 JUMP JUMPDEST SWAP1 POP DUP1 PUSH4 0xFFFFFFFF AND PUSH2 0x29AA PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x29B4 SWAP2 SWAP1 PUSH2 0x329B 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 PUSH10 0xFFFFFFFFFFFFFFFFFFFF PUSH1 0x20 DUP4 SWAP1 SHR AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB DUP4 AND PUSH6 0xFFFFFFFFFFFF PUSH1 0x40 DUP6 SWAP1 SHR DUP2 AND SWAP1 DUP5 AND DUP2 GT ISZERO PUSH2 0x2A2A JUMPI DUP3 DUP3 DUP3 PUSH2 0x2A2F JUMP JUMPDEST DUP2 PUSH1 0x0 DUP1 JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 SLOAD PUSH1 0x1 PUSH1 0x40 SHL SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2A9E JUMPI PUSH1 0x40 MLOAD PUSH32 0xD7E6BCF800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2AA8 PUSH2 0x2A3C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2AEB JUMPI PUSH1 0x40 MLOAD PUSH32 0x813ADA200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x0 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x956 PUSH1 0x0 DUP3 PUSH1 0x0 DUP1 PUSH2 0x1BA9 JUMP JUMPDEST PUSH1 0x0 PUSH6 0xFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2B45 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 0xA73 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST DUP1 MLOAD ISZERO PUSH2 0x2B59 JUMPI DUP1 MLOAD DUP1 DUP3 PUSH1 0x20 ADD REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xD6BDA27500000000000000000000000000000000000000000000000000000000 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 0x2026 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2BB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BCA 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 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2BFD 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 0x2C18 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2C23 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2C3F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C4B DUP8 DUP3 DUP9 ADD PUSH2 0x2BA0 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0x2C5E SWAP1 POP PUSH1 0x40 DUP7 ADD PUSH2 0x2BE5 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2C7B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x93D DUP3 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C97 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CA2 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x2CB7 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 0x2CD5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CE0 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2CB7 DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2D02 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D1A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2D47 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2D52 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D6E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D7A DUP7 DUP3 DUP8 ADD PUSH2 0x2CF0 JUMP JUMPDEST SWAP5 SWAP8 SWAP1 SWAP7 POP SWAP4 SWAP5 POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2BFD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2DB0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DB9 DUP5 PUSH2 0x2BE5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2DC9 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH2 0x2DD7 PUSH1 0x40 DUP6 ADD PUSH2 0x2D87 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2DF3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2CE0 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2E0F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2E18 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2E26 PUSH1 0x20 DUP5 ADD PUSH2 0x2BE5 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2E41 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2E5A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x93D DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND DUP2 EQ PUSH2 0x2026 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2E8E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2E99 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2CB7 DUP2 PUSH2 0x2E65 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2EBE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D52 DUP5 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EDA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2EE3 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2E26 PUSH1 0x20 DUP5 ADD PUSH2 0x2D87 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2F07 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2F12 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH2 0x2F22 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F3E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F4A DUP8 DUP3 DUP9 ADD PUSH2 0x2CF0 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 0x2F69 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F80 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F8C DUP6 DUP3 DUP7 ADD PUSH2 0x2BA0 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2FB3 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x2F9B 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 0x3030 JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP1 DUP8 MSTORE PUSH2 0x300D DUP2 PUSH1 0x20 DUP10 ADD PUSH1 0x20 DUP6 ADD PUSH2 0x2F98 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 0x2FE4 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 0x3051 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x305C DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x306C DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x307C DUP2 PUSH2 0x2E65 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x309A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2EE3 DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x30BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x30C6 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x30E2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x30EE DUP8 DUP3 DUP9 ADD PUSH2 0x2CF0 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x310D 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 0x3140 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x93D DUP2 PUSH2 0x2E65 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 0xCA1 PUSH1 0x20 DUP4 ADD DUP5 DUP7 PUSH2 0x314B JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x319A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x93D DUP2 PUSH2 0x2E65 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 0x1B9F PUSH1 0x60 DUP4 ADD DUP5 DUP7 PUSH2 0x314B 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 0x31FD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x320A 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 0x3244 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x325F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 DUP5 DUP3 CALLDATACOPY PUSH1 0x0 DUP4 DUP3 ADD PUSH1 0x0 DUP2 MSTORE DUP4 MLOAD PUSH2 0x3291 DUP2 DUP4 PUSH1 0x20 DUP9 ADD PUSH2 0x2F98 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 0xD3E JUMPI PUSH2 0xD3E PUSH2 0x31D7 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 0x32F9 PUSH1 0x80 DUP4 ADD DUP5 DUP7 PUSH2 0x314B 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 0x3333 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 0x334C DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x2F98 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 0xD3E JUMPI PUSH2 0xD3E PUSH2 0x31D7 JUMP INVALID BLOCKHASH 0xC6 0xC8 0xC2 DUP8 DUP10 DUP6 EXTCODECOPY PUSH31 0xFD823AB20824BBD71718A8A5915E855F6F288C9A26AD00A264697066735822 SLT KECCAK256 CALLDATASIZE 0xBF 0xEA 0xC2 0xED 0xD6 0xBE TLOAD DUP12 0x28 0xC4 PUSH16 0x5C20C4A0D69C451C3C1E650DBF4170F DUP3 0x24 CREATE 0xC9 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "232:323:43:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;406:50;;;;;;;;;;;;455:1;406:50;;;;;188:18:46;176:31;;;158:50;;146:2;131:18;406:50:43;;;;;;;;17159:291:12;;;;;;;;;;-1:-1:-1;17159:291:12;;;;;:::i;:::-;;:::i;:::-;;9966:195;;;;;;;;;;-1:-1:-1;9966:195:12;;;;;:::i;:::-;10129:16;;;;10035:6;10129:16;;;:8;:16;;;;;:8;:25;;-1:-1:-1;;;10129:25:12;;;;9966:195;10202:205;;;;;;;;;;-1:-1:-1;10202:205:12;;;;;:::i;:::-;;:::i;:::-;;;1935:10:46;1923:23;;;1905:42;;1893:2;1878:18;10202:205:12;1761:192:46;18772:133:12;;;;;;;;;;-1:-1:-1;18772:133:12;;;;;:::i;:::-;;:::i;26523:159::-;;;;;;;;;;-1:-1:-1;26523:159:12;;;;;:::i;:::-;;:::i;22245:1313::-;;;;;;:::i;:::-;;:::i;11843:191::-;;;;;;;;;;-1:-1:-1;11843:191:12;;;;;:::i;:::-;;:::i;10448:479::-;;;;;;;;;;-1:-1:-1;10448:479:12;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;4814:14:46;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;12531:126:12;;;;;;;;;;-1:-1:-1;12531:126:12;;;;;:::i;:::-;;:::i;19471:255::-;;;;;;;;;;-1:-1:-1;19471:255:12;;;;;:::i;:::-;;:::i;:::-;;;5645:14:46;5633:27;;;5615:46;;5603:2;5588:18;19471:255:12;5471:196:46;5865:53:12;;;;;;;;;;;;5902:16;5865:53;;19767:182;;;;;;;;;;-1:-1:-1;19767:182:12;;;;;:::i;:::-;19826:6;19920:16;;;:12;:16;;;;;:22;;;;;;;19767:182;8714:90;;;;;;;;;;-1:-1:-1;8790:7:12;8714:90;;9485:210;;;;;;;;;;-1:-1:-1;9485:210:12;;;;;:::i;:::-;;:::i;12698:138::-;;;;;;;;;;-1:-1:-1;12698:138:12;;;;;:::i;:::-;;:::i;9736:189::-;;;;;;;;;;-1:-1:-1;9736:189:12;;;;;:::i;:::-;9896:16;;;;9802:6;9896:16;;;:8;:16;;;;;:8;:22;;;;9736:189;9209:235;;;;;;;;;;-1:-1:-1;9209:235:12;;;;;:::i;:::-;;:::i;5684:52::-;;;;;;;;;;;;5720:16;5684:52;;292:51:43;;;;;;;;;;;;342:1;292:51;;463:90;;;;;;;;;;;;;:::i;11546:256:12:-;;;;;;;;;;-1:-1:-1;11546:256:12;;;;;:::i;:::-;;:::i;24823:376::-;;;;;;;;;;-1:-1:-1;24823:376:12;;;;;:::i;:::-;;:::i;8975:193::-;;;;;;;;;;-1:-1:-1;8975:193:12;;;;;:::i;:::-;-1:-1:-1;;;;;9136:18:12;9044:4;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:12;;;;;:25;;;-1:-1:-1;;;9136:25:12;;;;;8975:193;;;;7149:14:46;;7142:22;7124:41;;7112:2;7097:18;8975:193:12;6984:187:46;12877:134:12;;;;;;;;;;-1:-1:-1;12877:134:12;;;;;:::i;:::-;;:::i;26181:181::-;;;;;;;;;;-1:-1:-1;26181:181:12;;;;;:::i;:::-;;:::i;:::-;;;8273:25:46;;;8261:2;8246:18;26181:181:12;8127:177:46;1502:484:15;;;;;;;;;;-1:-1:-1;1502:484:15;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;7871:802:12:-;;;;;;;;;;-1:-1:-1;7871:802:12;;;;;:::i;:::-;;:::i;:::-;;;;10735:14:46;;10728:22;10710:41;;10799:10;10787:23;;;10782:2;10767:18;;10760:51;10683:18;7871:802:12;10544:273:46;12075:127:12;;;;;;;;;;-1:-1:-1;12075:127:12;;;;;:::i;:::-;;:::i;7103:120::-;;;;;;;;;;-1:-1:-1;7103:120:12;;;;;:::i;:::-;;:::i;8845:89::-;;;;;;;;;;-1:-1:-1;8921:6:12;8845:89;;349:51:43;;;;;;;;;;;;399:1;349:51;;10968:418:12;;;;;;;;;;-1:-1:-1;10968:418:12;;;;;:::i;:::-;;:::i;17949:147::-;;;;;;;;;;-1:-1:-1;17949:147:12;;;;;:::i;:::-;;:::i;23599:1183::-;;;;;;;;;;-1:-1:-1;23599:1183:12;;;;;:::i;:::-;;:::i;19990:1448::-;;;;;;;;;;-1:-1:-1;19990:1448:12;;;;;:::i;:::-;;:::i;:::-;;;;12043:25:46;;;12116:10;12104:23;;;12099:2;12084:18;;12077:51;12016:18;19990:1448:12;11871:263:46;12243:247:12;;;;;;;;;;-1:-1:-1;12243:247:12;;;;;:::i;:::-;;:::i;17159:291::-;7061:18;:16;:18::i;:::-;17325:9:::1;17320:124;17340:20:::0;;::::1;17320:124;;;17381:52;17404:6;17412:9;;17422:1;17412:12;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;17426:6;17381:22;:52::i;:::-;17362:3;;17320:124;;;;17159:291:::0;;;;:::o;10202:205::-;10367:16;;;10273:6;10367:16;;;:8;:16;;;;;:8;:27;;-1:-1:-1;;;;;;;;;;;6793:28:12;10367:33;;-1:-1:-1;;;10367:27:12;;-1:-1:-1;;;;;10367:27:12;:31;:33::i;:::-;10360:40;10202:205;-1:-1:-1;;;10202:205:12:o;18772:133::-;7061:18;:16;:18::i;:::-;18866:32:::1;18883:6;18891;18866:16;:32::i;:::-;18772:133:::0;;:::o;26523:159::-;7061:18;:16;:18::i;:::-;26626:49:::1;::::0;;;;-1:-1:-1;;;;;12742:55:46;;;26626:49:12::1;::::0;::::1;12724:74:46::0;26626:35:12;::::1;::::0;::::1;::::0;12697:18:46;;26626:49:12::1;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;26523:159:::0;;:::o;22245:1313::-;22331:6;-1:-1:-1;;;;;;;;;;;966:10:14;22331:6:12;;22573:38;966:10:14;22598:6:12;22606:4;;22573:16;:38::i;:::-;22538:73;;;;22672:9;22671:10;:26;;;;-1:-1:-1;22685:12:12;;;;22671:26;22667:131;;;22750:6;22758;22766:20;22781:4;;22766:14;:20::i;:::-;22720:67;;;;;-1:-1:-1;;;;;13027:55:46;;;22720:67:12;;;13009:74:46;13119:55;;;;13099:18;;;13092:83;-1:-1:-1;;;;;;13211:79:46;13191:18;;;13184:107;12982:18;;22720:67:12;;;;;;;;22667:131;22808:19;22830:35;22844:6;22852;22860:4;;22830:13;:35::i;:::-;22808:57;-1:-1:-1;22875:12:12;23067;;;;;;:45;;;23083:24;23095:11;23083;:24::i;:::-;:29;;;;23067:45;23063:116;;;23136:32;23156:11;23136:19;:32::i;:::-;23128:40;;23063:116;23271:14;;;;23312:46;23329:6;23337:20;23352:4;;23337:14;:20::i;:::-;32646:28;;;-1:-1:-1;;;;;19231:55:46;;;;32646:28:12;;;;19213:74:46;;;;-1:-1:-1;;;;;;19323:79:46;;;;19303:18;;;19296:107;32646:28:12;;;;;;;;;19186:18:46;;;;32646:28:12;;32636:39;;;;;;32529:153;23312:46;23295:1;:14;;:63;;;;23393:54;23423:6;23431:4;;23393:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;23437:9:12;;-1:-1:-1;23393:29:12;;-1:-1:-1;;23393:54:12:i;:::-;-1:-1:-1;23494:14:12;;;;:34;;;;-1:-1:-1;23546:5:12;;-1:-1:-1;;;;22245:1313:12;;;;;:::o;11843:191::-;7061:18;:16;:18::i;:::-;11957:70:::1;11968:6;11976:7;11985:25;12003:6;11985:17;:25::i;:::-;12012:14;11957:10;:70::i;:::-;;11843:191:::0;;;:::o;10448:479::-;10724:16;;;10550:12;10724:16;;;:8;:16;;;;;;;;-1:-1:-1;;;;;10724:33:12;;;;;;;;;10776:12;;;;;;10550;;;;;-1:-1:-1;;;;;;;;;;;6793:28:12;10837:22;;:12;;;-1:-1:-1;;;;;10837:12:12;:20;:22::i;:::-;10448:479;;10798:61;;-1:-1:-1;10798:61:12;-1:-1:-1;10448:479:12;-1:-1:-1;;;;;10448:479:12:o;12531:126::-;7061:18;:16;:18::i;:::-;12622:28:::1;12636:6;12644:5;12622:13;:28::i;19471:255::-:0;19533:6;19639:16;;;:12;:16;;;;;:26;-1:-1:-1;;;;;;;;;;;6793:28:12;19639:26;;19682:21;19639:26;19682:10;:21::i;:::-;:37;;19710:9;19682:37;;;19706:1;19682:37;19675:44;19471:255;-1:-1:-1;;;;19471:255:12:o;9485:210::-;-1:-1:-1;;;;;9653:18:12;;9559:6;9653:18;;;-1:-1:-1;;;;;;;;;;;9653:18:12;;;;;;;:29;;;:35;;-1:-1:-1;;;;;9653:29:12;:33;:35::i;12698:138::-;7061:18;:16;:18::i;:::-;12795:34:::1;12812:6;12820:8;12795:16;:34::i;9209:235::-:0;-1:-1:-1;;;;;9396:18:12;;9302:6;9396:18;;;-1:-1:-1;;;;;;;;;;;9396:18:12;;;;;;;;-1:-1:-1;;;;;;9396:41:12;;;;;;;;;;;;9209:235;;;;;:::o;463:90:43:-;8870:21:13;4302:15;;-1:-1:-1;;;4302:15:13;;;;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;;-1:-1:-1;;;4908:23:13;;;;;;;;;;;4851:91;4951:18;;-1:-1:-1;;4951:18:13;4968:1;4951:18;;;4979:67;;;;5013:22;;-1:-1:-1;;5013:22:13;-1:-1:-1;;;5013:22:13;;;4979:67;514:32:43::1;535:10;514:20;:32::i;:::-;5070:14:13::0;5066:101;;;5100:23;;-1:-1:-1;;5100:23:13;;;5142:14;;-1:-1:-1;158:50:46;;5142:14:13;;146:2:46;131:18;5142:14:13;;;;;;;4092:1081;;;;;463:90:43:o;11546:256:12:-;7061:18;:16;:18::i;:::-;11647:20:::1;::::0;::::1;::::0;;:45:::1;;-1:-1:-1::0;5902:16:12::1;11671:21:::0;;::::1;;11647:45;11643:114;;;11715:31;::::0;-1:-1:-1;;;11715:31:12;;188:18:46;176:31;;11715::12::1;::::0;::::1;158:50:46::0;131:18;;11715:31:12::1;14:200:46::0;11643:114:12::1;11781:6;11771:24;;;11789:5;;11771:24;;;;;;;:::i;:::-;;;;;;;;11546:256:::0;;;:::o;24823:376::-;24956:47;;;25007:46;24956:47;;;;;966:10:14;;25007:46:12;966:10:14;;25007:46:12;;24956:47;;;;;;;;;;;;;;;966:10:14;24956:47:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;;24956:97:12;;24952:175;;25076:40;;;;;-1:-1:-1;;;;;12742:55:46;;25076:40:12;;;12724:74:46;12697:18;;25076:40:12;12578:226:46;24952:175:12;25136:56;25156:35;25170:6;25178;25186:4;;25156:13;:35::i;:::-;25136:19;:56::i;12877:134::-;7061:18;:16;:18::i;:::-;12972:32:::1;12987:6;12995:8;12972:14;:32::i;26181:181::-:0;26286:7;26333:6;26341;26349:4;;26322:32;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;26312:43;;;;;;26305:50;;26181: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;7871:802:12:-;7996:14;8012:12;8040:22;8055:6;-1:-1:-1;;;;;9136:18:12;9044:4;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:12;;;;;:25;;;-1:-1:-1;;;9136:25:12;;;;;8975:193;8040:22;8036:631;;;-1:-1:-1;8086:5:12;;-1:-1:-1;8086:5:12;8078:17;;8036:631;8134:4;-1:-1:-1;;;;;8116:23:12;;;8112:555;;32646:28;;;-1:-1:-1;;;;;19231:55:46;;32646:28:12;;;;19213:74:46;;;;-1:-1:-1;;;;;;19323:79:46;;19303:18;;;19296:107;32646:28:12;;;;;;;;;19186:18:46;;;;32646:28:12;;;32636:39;;;;;31932:14;;:52;8382:30;8414:1;8374:42;;;;;;8112:555;8447:13;8463:39;8485:6;8493:8;8463:21;:39::i;:::-;8447:55;;8517:13;8532:19;8555:23;8563:6;8571;8555:7;:23::i;:::-;8516:62;;;;8599:8;:57;;8647:5;8654:1;8599:57;;;8611:17;;;;:12;8599:57;8592:64;;;;;;;8112:555;7871:802;;;;;;:::o;12075:127::-;7061:18;:16;:18::i;:::-;12167:28:::1;12179:6;12187:7;12167:11;:28::i;:::-;;12075:127:::0;;:::o;7103:120::-;8870:21:13;4302:15;;-1:-1:-1;;;4302:15:13;;;;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;;-1:-1:-1;;;4908:23:13;;;;;;;;;;;4851:91;4951:18;;-1:-1:-1;;4951:18:13;4968:1;4951:18;;;4979:67;;;;5013:22;;-1:-1:-1;;5013:22:13;-1:-1:-1;;;5013:22:13;;;4979:67;7182:34:12::1;7203:12;7182:20;:34::i;:::-;5070:14:13::0;5066:101;;;5100:23;;-1:-1:-1;;5100:23:13;;;5142:14;;-1:-1:-1;158:50:46;;5142:14:13;;146:2:46;131:18;5142:14:13;;;;;;;4092:1081;;;;;7103:120:12;:::o;10968:418::-;11068:13;;-1:-1:-1;;5902:16:12;11120:21;;;11116:264;;-1:-1:-1;11165:4:12;;-1:-1:-1;11171:1:12;11157:16;;11116:264;11205:19;11226;11253:26;11263:6;11271:7;11253:9;:26::i;:::-;11204:75;;;;;;11301:12;:17;;11317:1;11301:17;;:53;;;;;11338:16;:14;:16::i;:::-;11322:32;;:12;:32;;;;11301:53;11293:76;-1:-1:-1;11356:12:12;-1:-1:-1;11293:76:12;;-1:-1:-1;11293:76:12;11116:264;10968:418;;;;;:::o;17949:147::-;7061:18;:16;:18::i;:::-;18051:38:::1;18072:6;18080:8;18051:20;:38::i;23599:1183::-:0;23692:6;-1:-1:-1;;;;;;;;;;;966:10:14;23692:6:12;23839:20;23854:4;;23839:14;:20::i;:::-;23821:38;;23870:19;23892:35;23906:6;23914;23922:4;;23892:13;:35::i;:::-;23941:25;;;;:12;;;:25;;;;;:35;23870:57;;-1:-1:-1;23941:35:12;;;;:40;;23937:616;;24004:38;;-1:-1:-1;;;24004:38:12;;;;;8273:25:46;;;8246:18;;24004:38:12;8127:177:46;23937:616:12;24073:9;-1:-1:-1;;;;;24063:19:12;:6;-1:-1:-1;;;;;24063:19:12;;24059:494;;24232:12;24250:30;5720:16;24270:9;24250:7;:30::i;:::-;24231:49;;;24295:15;24316:76;24324:56;24340:39;24362:6;24370:8;24340:21;:39::i;24324:56::-;24382:9;24316:7;:76::i;:::-;24294:98;;;24411:7;24410:8;:23;;;;;24423:10;24422:11;24410:23;24406:137;;;24460:68;;;;;-1:-1:-1;;;;;16849:55:46;;;24460:68:12;;;16831:74:46;16941:55;;;16921:18;;;16914:83;17033:55;;17013:18;;;17006:83;-1:-1:-1;;;;;;17125:79:46;;17105:18;;;17098:107;16803:19;;24460:68:12;16602:609:46;24406:137:12;24084:469;;24059:494;24570:25;;;;:12;;;:25;;;;;;24563:42;;-1:-1:-1;;24563:42:12;;;;;24715:37;;24669:31;;;;;;;;;24570:25;;24715:37;;;24770:5;23599:1183;-1:-1:-1;;;;;;;;;23599:1183:12:o;19990:1448::-;20112:19;;-1:-1:-1;;;;;;;;;;;966:10:14;20112:19:12;20367:38;966:10:14;20392:6:12;20400:4;;20367:16;:38::i;:::-;20346:59;;;20416:14;20452:7;20433:26;;:16;:14;:16::i;:::-;:26;;;;:::i;:::-;20416:43;-1:-1:-1;20566:12:12;;;;;:44;;;20590:1;20583:4;:8;;;:26;;;;;20602:7;20595:14;;:4;:14;;;20583:26;20562:149;;;20663:6;20671;20679:20;20694:4;;20679:14;:20::i;20562:149::-;20783:23;20792:4;20783:23;;20798:7;20783:23;;:8;:23::i;:::-;20769:38;;20927:35;20941:6;20949;20957:4;;20927:13;:35::i;:::-;20913:49;;20973:31;20992:11;20973:18;:31::i;:::-;21126:1;:12;;:25;21139:11;21126:25;;;;;;;;;;;:31;;;;;;;;;;;;21160:1;21126:35;21118:43;;21219:4;21181:1;:12;;:25;21194:11;21181:25;;;;;;;;;;;:35;;;:42;;;;;;;;;;;;;;;;;;21267:5;21233:1;:12;;:25;21246:11;21233:25;;;;;;;;;;;:31;;;:39;;;;;;;;;;;;;;;;;;21319:5;21287:66;;21306:11;21287:66;21326:4;21332:6;21340;21348:4;;21287:66;;;;;;;;;;:::i;:::-;;;;;;;;20147:1291;;;;19990:1448;;;;;;;:::o;12243:247::-;-1:-1:-1;;;;;12337:34:12;;966:10:14;12337:34:12;12333:102;;12394:30;;;;;;;;;;;;;;27036:503;966:10:14;27082:14:12;;27154:32;966:10:14;27082:14:12;1040::14;27154:12:12;:32::i;:::-;27121:65;;;;27201:9;27196:337;;27230:5;:10;;27239:1;27230:10;27226:297;;27263:19;27288:33;27263:19;1040:14:14;27288:21:12;:33::i;:::-;-1:-1:-1;27346:54:12;;;;;-1:-1:-1;;;;;18172:55:46;;27346:54:12;;;18154:74:46;18276:18;18264:31;;18244:18;;;18237:59;27260:61:12;;-1:-1:-1;18127:18:46;;;-1:-1:-1;27346:54:12;17982:320:46;27226:297:12;27439:69;27459:48;27473:6;27489:4;1040:14:14;;26181:181:12;:::i;17609:299::-;17716:30;-1:-1:-1;;;;;;;;;;;;;;;;17785:18:12;;:10;:18;;;;;;;;;;;-1:-1:-1;;;;;;17785:41:12;;;;;;;;;;;;:50;;-1:-1:-1;;17785:50:12;;;;;;;;;;17850:51;;18451:98:46;;;17785:18:12;;-1:-1:-1;17850:51:12;;18424:18:46;17850:51:12;;;;;;;17706:202;17609:299;;;:::o;3609:130:38:-;3657:6;3676:12;3696:14;:4;-1:-1:-1;;;;;3696:12:38;;:14::i;:::-;-1:-1:-1;3675:35:38;;3609:130;-1:-1:-1;;;;3609:130:38:o;19075:235:12:-;-1:-1:-1;;;;;19226:18:12;;19157:30;19226:18;;;-1:-1:-1;;;;;;;;;;;19226:18:12;;;;;;;;;:25;;:34;;-1:-1:-1;;19226:34:12;-1:-1:-1;;;19226:34:12;;;;;;;;;;;;;19275:28;;7124:41:46;;;6793:28:12;;19226:18;19275:28;;7097:18:46;19275:28:12;6984:187:46;30054:378:12;30185:14;;30247:4;-1:-1:-1;;;;;30229:23:12;;;30225:201;;30275:26;30288:6;30296:4;;30275:12;:26::i;:::-;30268:33;;;;;;30225:201;30353:1;30339:15;;:76;;30370:45;30378:6;30386;30394:20;30409:4;;30394:14;:20::i;30370:45::-;30339:76;;;-1:-1:-1;30358:5:12;;-1:-1:-1;30358:5:12;30225:201;30054:378;;;;;;;:::o;32339:116::-;32406:6;32438:9;32445:1;32406:6;32438:4;;:9;:::i;:::-;32431:17;;;:::i;25389:751::-;25465:6;25571:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6793:28:12;25571:35;;;;25631:31;;;;;25677:14;;;25673:294;;25714:38;;-1:-1:-1;;;25714:38:12;;;;;8273:25:46;;;8246:18;;25714:38:12;8127:177:46;25673:294:12;25785:16;:14;:16::i;:::-;25773:28;;:9;:28;;;25769:198;;;25824:34;;;;;;;;8273:25:46;;;8246:18;;25824:34:12;8127:177:46;25769:198:12;25879:21;25890:9;25879:10;:21::i;:::-;25875:92;;;25923:33;;;;;;;;8273:25:46;;;8246:18;;25923:33:12;8127:177:46;25875:92:12;25984:25;;;;:12;;;:25;;;;;;25977:42;;-1:-1:-1;;25977:42:12;;;26073:37;;;;;25997:11;;26073:37;;25984:25;26073:37;26128:5;25389:751;-1:-1:-1;;;;25389:751:12:o;2959:407:23:-;3058:12;3110:5;3086:21;:29;3082:123;;;3138:56;;;;;3165:21;3138:56;;;19588:25:46;19629:18;;;19622:34;;;19561:18;;3138:56:23;19414:248:46;3082:123:23;3215:12;3229:23;3256:6;-1:-1:-1;;;;;3256:11:23;3275:5;3282:4;3256:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3214:73;;;;3304:55;3331:6;3339:7;3348:10;3304:26;:55::i;:::-;3297:62;2959:407;-1:-1:-1;;;;;;2959:407:23:o;13188:1138:12:-;13346:4;-1:-1:-1;;;;;;;;;;;5902:16:12;13435:21;;-1:-1:-1;;13435:21:12;13431:90;;13479:31;;-1:-1:-1;;;13479:31:12;;188:18:46;176:31;;13479::12;;;158:50:46;131:18;;13479:31:12;14:200:46;13431:90:12;13548:16;;;13531:14;13548:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13548:33:12;;;;;;;;;:39;;;:44;;13625:591;;;;13681:10;13662:29;;:16;:14;:16::i;:::-;:29;;;;:::i;:::-;13654:37;;13741:55;;;;;;;;13756:5;13741:55;;;;;;13770:24;:14;:22;;2589:20:38;;;2508:108;13770:24:12;-1:-1:-1;;;;;13741:55:12;;;;;;13705:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13705:33:12;;;;;;;;;:91;;;;;;;;;;;;;;-1:-1:-1;;13705:91:12;;;;;;;;;;;;;;13625:591;;;14090:16;;;14190:1;14090:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14090:33:12;;;;;;;;;:39;:115;;:39;;;;-1:-1:-1;;;;;14090:39:12;;14158:14;;14090:50;:115::i;:::-;14040:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14040:33:12;;;;;;;;;14039:166;;-1:-1:-1;;;;;14039:166:12;;;;;;;;;;;;;;;;;-1:-1:-1;13625:591:12;14231:62;;;20181:10:46;20169:23;;20151:42;;20241:14;20229:27;;20224:2;20209:18;;20202:55;20300:14;;20293:22;20273:18;;;20266:50;14231:62:12;;-1:-1:-1;;;;;14231:62:12;;;;;;;;;;;;20139:2:46;14231:62:12;;;-1:-1:-1;14310:9:12;13188:1138;-1:-1:-1;;;;;;13188:1138:12:o;3393:159:38:-;3445:18;3465:17;3484:13;3516:29;3527:4;3533:11;:9;:11::i;:::-;3516:10;:29::i;:::-;3509:36;;;;;;3393:159;;;;;:::o;15355:356:12:-;-1:-1:-1;;;;;;;;;;;15507:20:12;;;;;:45;;-1:-1:-1;5902:16:12;15531:21;;;;15507:45;15503:114;;;15575:31;;-1:-1:-1;;;15575:31:12;;188:18:46;176:31;;15575::12;;;158:50:46;131:18;;15575:31:12;14:200:46;15503:114:12;15627:16;;;;;;;;:8;;;;:16;;;;;;:22;;;:30;;-1:-1:-1;;15627:30:12;;;;;;;;;15673:31;;;15627:16;15673:31;15424:287;15355:356;;:::o;32095:134::-;32155:4;32206:16;:14;:16::i;:::-;32178:44;;:24;8790:7;32178:9;:24;:::i;:::-;:44;;;;;32095:134;-1:-1:-1;;32095:134:12:o;16030:374::-;-1:-1:-1;;;;;;;;;;;16188:20:12;;;;;:45;;-1:-1:-1;5902:16:12;16212:21;;;;16188:45;16184:114;;;16256:31;;-1:-1:-1;;;16256:31:12;;188:18:46;176:31;;16256::12;;;158:50:46;131:18;;16256:31:12;14:200:46;16184:114:12;16308:16;;;;;;;;:8;;;;:16;;;;;;:25;;;:36;;;;-1:-1:-1;;;16308:36:12;;;;;;;;;16360:37;;;16308:16;16360:37;16105:299;16030:374;;:::o;7228:139::-;6931:20:13;:18;:20::i;:::-;7316:44:12::1;7347:12;7316:30;:44::i;:::-;7228:139:::0;:::o;16551:447::-;-1:-1:-1;;;;;;;;;;;5902:16:12;16707:21;;-1:-1:-1;;16707:21:12;16703:90;;16751:31;;-1:-1:-1;;;16751:31:12;;188:18:46;176:31;;16751::12;;;158:50:46;131:18;;16751:31:12;14:200:46;16703:90:12;16866:16;;;16803:13;16866:16;;;:8;;;;:16;;;;;:27;;:62;;-1:-1:-1;;;16866:27:12;;-1:-1:-1;;;;;16866:27:12;16905:8;8921:6;16866:38;:62::i;:::-;16827:16;;;;;;;:8;;;;:16;;;;;;;:27;16826:102;;-1:-1:-1;;;;;16826:102:12;;;-1:-1:-1;;;16826:102:12;;;;;;;;;;;;16944:47;;16826:102;;-1:-1:-1;16944:47:12;;;;16974:8;;16826:102;;20527:10:46;20515:23;;;;20497:42;;20587:14;20575:27;20570:2;20555:18;;20548:55;20485:2;20470:18;;20327:282;16944:47:12;;;;;;;;16624:374;;16551:447;;:::o;3900:253:23:-;3983:12;4008;4022:23;4049:6;-1:-1:-1;;;;;4049:19:23;4069:4;4049:25;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4007:67;;;;4091:55;4118:6;4126:7;4135:10;4091:26;:55::i;:::-;4084:62;3900:253;-1:-1:-1;;;;;3900:253:23:o;14587:473:12:-;14666:4;-1:-1:-1;;;;;;;;;;;5902:16:12;14755:21;;-1:-1:-1;;14755:21:12;14751:90;;14799:31;;-1:-1:-1;;;14799:31:12;;188:18:46;176:31;;14799::12;;;158:50:46;131:18;;14799:31:12;14:200:46;14751:90:12;14855:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14855:33:12;;;;;;;;;:39;;;:44;;14851:87;;14922:5;14915:12;;;;;14851:87;14955:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14955:33:12;;;;;;;;;;14948:40;;-1:-1:-1;;14948:40:12;;;15004:28;14955:33;;:16;15004:28;;;-1:-1:-1;15049:4:12;;14587:473;-1:-1:-1;;;14587:473:12:o;750:110:38:-;794:6;819:34;837:15;819:17;:34::i;:::-;812:41;;750:110;:::o;18251:360:12:-;-1:-1:-1;;;;;18475:18:12;;18341:30;18475:18;;;-1:-1:-1;;;;;;;;;;;18475:18:12;;;;;;;:29;;;6793:28;;18341:30;18475:64;;-1:-1:-1;;;;;18475:29:12;18516:8;8921:6;18475:40;:64::i;:::-;-1:-1:-1;;;;;18434:18:12;;:10;:18;;;;;;;;;;;;:29;;18433:106;;-1:-1:-1;;18433:106:12;-1:-1:-1;;;;;18433:106:12;;;;;;;;;;;18555:49;;20527:10:46;20515:23;;20497:42;;20587:14;20575:27;;20555:18;;;20548:55;;;;18433:106:12;;-1:-1:-1;18434:18:12;18555:49;;20470:18:46;18555:49:12;20327:282:46;3189:111:35;3247:7;3066:5;;;3281;;;3065:36;3060:42;;3273:20;2825:294;21632:343:12;21704:30;21796:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6793:28:12;21796:35;;21845:18;;;;;:48;;;21868:25;21879:13;21868:10;:25::i;:::-;21867:26;21845:48;21841:128;;;21916:42;;;;;;;;8273:25:46;;;8246:18;;21916:42:12;8127:177:46;30536:1107:12;30617:14;;30675:1;30661:15;;30657:63;;;-1:-1:-1;30700:5:12;;-1:-1:-1;30700:5:12;30692:17;;30657:63;30752:4;-1:-1:-1;;;;;30734:23:12;;;30730:334;;31000:49;31021:4;31028:20;31043:4;;31028:14;:20::i;:::-;32646:28;;;-1:-1:-1;;;;;19231:55:46;;;;32646:28:12;;;;19213:74:46;;;;-1:-1:-1;;;;;;19323:79:46;;;;19303:18;;;19296:107;32646:28:12;;;;;;;;;19186:18:46;;;;32646:28:12;;32636:39;;;;;31932:14;;:52;;31763:228;30730:334;31075:20;31097:13;31112:21;31137:27;31159:4;;31137:21;:27::i;:::-;31074:90;;;;;;31245:15;31244:16;:49;;;;-1:-1:-1;31287:4:12;9044;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:12;;;;;:25;;;-1:-1:-1;;;9136:25:12;;;;31264:29;31240:97;;;31317:5;31324:1;31309:17;;;;;;;;;31240:97;31348:11;31361:21;31386:23;31394:6;31402;31386:7;:23::i;:::-;31347:62;;;;31424:6;31419:55;;31454:5;31461:1;31446:17;;;;;;;;;;;31419:55;31559:40;31568:14;31559:40;;31584:14;31559:40;;:8;:40::i;:::-;31618:10;;;;;;;-1:-1:-1;30536:1107:12;-1:-1:-1;;;;;;;;;30536:1107:12:o;27945:1678::-;28033:20;;;28126:1;28112:15;;28108:66;;;-1:-1:-1;28151:5:12;;-1:-1:-1;28151:5:12;;-1:-1:-1;28151:5:12;28143:20;;28108:66;28184:15;28202:20;28217:4;;28202:14;:20::i;:::-;28184:38;-1:-1:-1;;;;;;;28342:35:12;;28354:23;28342:35;;:89;;-1:-1:-1;;;;;;;28393:38:12;;28405:26;28393:38;28342:89;:146;;;-1:-1:-1;;;;;;;28447:41:12;;28459:29;28447:41;28342:146;:201;;;-1:-1:-1;;;;;;;28504:39:12;;28516:27;28504:39;28342:201;:262;;;-1:-1:-1;;;;;;;28559:45:12;;28571:33;28559:45;28342:262;28325:343;;;28637:4;5720:16;28655:1;28629:28;;;;;;;;;28325:343;-1:-1:-1;;;;;;28775:41:12;;28787:29;28775:41;;:98;;-1:-1:-1;;;;;;;28832:41:12;;28844:29;28832:41;28775:98;:161;;;-1:-1:-1;;;;;;;28889:47:12;;28901:35;28889:47;28775:161;28758:414;;;29004:14;29032:15;29042:4;29037;29032;;:15;:::i;:::-;29021:38;;;;;;;:::i;:::-;29004:55;;29073:12;29088:27;29108:6;29088:19;:27::i;:::-;29137:4;;-1:-1:-1;5720:16:12;;-1:-1:-1;29073:42:12;-1:-1:-1;29129:32:12;;-1:-1:-1;;;29129:32:12;28758:414;-1:-1:-1;;;;;;29291:35:12;;29303:23;29291:35;;:75;;-1:-1:-1;;;;;;;29330:36:12;;29342:24;29330:36;29291:75;29287:254;;;29425:13;29452:15;29462:4;29457;29452;;:15;:::i;:::-;29441:37;;;;;;;:::i;:::-;29425:53;;29500:4;29506:20;29519:6;9896:16;;;;9802:6;9896:16;;;:8;:16;;;;;:8;:22;;;;9736:189;29506:20;29528:1;29492:38;;;;;;;;;;29287:254;29559:5;29566:46;29596:4;29603:8;29566:21;:46::i;:::-;29614:1;29551:65;;;;;;;27945:1678;;;;;;:::o;4421:582:23:-;4565:12;4594:7;4589:408;;4617:19;4625:10;4617:7;:19::i;:::-;4589:408;;;4841:17;;:22;:49;;;;-1:-1:-1;;;;;;4867:18:23;;;:23;4841:49;4837:119;;;4917:24;;;;;-1:-1:-1;;;;;12742:55:46;;4917:24:23;;;12724:74:46;12697:18;;4917:24:23;12578:226:46;4837:119:23;-1:-1:-1;4976:10:23;4969:17;;4033:390:38;4154:18;4174:13;4199:12;4214:10;:4;-1:-1:-1;;;;;4214:8:38;;:10::i;:::-;4199:25;;4234:14;4258:61;4267:10;4258:61;;4287:8;4279:16;;:5;:16;;;:39;;4317:1;4279:39;;;4298:16;4306:8;4298:5;:16;:::i;:::-;4258:61;;:8;:61::i;:::-;4234:86;;4353:7;4339:21;;:11;:9;:11::i;:::-;:21;;;;:::i;:::-;4330:30;-1:-1:-1;5126:19:38;;;5120:2;5096:26;;;;;5089:2;5070:21;;;;;5069:54;:76;4370:46;;;;4033:390;;;;;;:::o;2868:307::-;4764:9;4771:2;4764:9;;;;-1:-1:-1;;;;;3062:11:38;;4800:9;4807:2;4800:9;;;;;;3092:19;;;;;:76;;3136:11;3149:10;3161:6;3092:76;;;3115:10;3127:1;3130;3092:76;3085:83;;;;;;2868:307;;;;;:::o;7084:141:13:-;8870:21;8560:40;-1:-1:-1;;;8560:40:13;;;;7146:73;;7191:17;;;;;;;;;;;;;;7146:73;7084:141::o;7373:337:12:-;6931:20:13;:18;:20::i;:::-;-1:-1:-1;;;;;7475:26:12;::::1;7471:108;;7524:44;::::0;::::1;::::0;;7565:1:::1;7524:44;::::0;::::1;12724:74:46::0;12697:18;;7524:44:12::1;12578:226:46::0;7471:108:12::1;7661:42;5720:16;7684:12;7698:1;7701::::0;7661:10:::1;:42::i;14296:213:36:-:0;14352:6;14382:16;14374:24;;14370:103;;;14421:41;;;;;14452:2;14421:41;;;21230:36:46;21282:18;;;21275:34;;;21203:18;;14421:41:36;21049:266:46;14370:103:36;-1:-1:-1;14496:5:36;14296:213::o;5543:487:23:-;5674:17;;:21;5670:354;;5871:10;5865:17;5927:15;5914:10;5910:2;5906:19;5899:44;5670:354;5994:19;;;;;;;;;;;;;;219:154:46;-1:-1:-1;;;;;298:5:46;294:54;287:5;284:65;274:93;;363:1;360;353:12;378:366;440:8;450:6;504:3;497:4;489:6;485:17;481:27;471:55;;522:1;519;512:12;471:55;-1:-1:-1;545:20:46;;588:18;577:30;;574:50;;;620:1;617;610:12;574:50;657:4;649:6;645:17;633:29;;717:3;710:4;700:6;697:1;693:14;685:6;681:27;677:38;674:47;671:67;;;734:1;731;724:12;749:171;816:20;;876:18;865:30;;855:41;;845:69;;910:1;907;900:12;845:69;749:171;;;:::o;925:642::-;1027:6;1035;1043;1051;1104:2;1092:9;1083:7;1079:23;1075:32;1072:52;;;1120:1;1117;1110:12;1072:52;1159:9;1146:23;1178:31;1203:5;1178:31;:::i;:::-;1228:5;-1:-1:-1;1284:2:46;1269:18;;1256:32;1311:18;1300:30;;1297:50;;;1343:1;1340;1333:12;1297:50;1382:69;1443:7;1434:6;1423:9;1419:22;1382:69;:::i;:::-;1470:8;;-1:-1:-1;1356:95:46;-1:-1:-1;1524:37:46;;-1:-1:-1;1557:2:46;1542:18;;1524:37;:::i;:::-;1514:47;;925:642;;;;;;;:::o;1572:184::-;1630:6;1683:2;1671:9;1662:7;1658:23;1654:32;1651:52;;;1699:1;1696;1689:12;1651:52;1722:28;1740:9;1722: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:46;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:46;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:46;;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:46;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:46;;-1:-1:-1;;;;3124:544:46: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:46;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:46;;5286:180;-1:-1:-1;5286:180:46: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:46;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:46;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:46;7768:18;;7755:32;7796:33;7755:32;7796:33;:::i;:::-;7848:7;-1:-1:-1;7906:2:46;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:46;-1:-1:-1;;;;7437:685:46: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:46;-1:-1:-1;;;;8309:447:46: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:46;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:46;9849:44;;;;9895:2;9845:53;;;;-1:-1:-1;9956:12:46;;;;9921:15;;;;;9548:1;9541:9;9512:466;;;-1:-1:-1;9995:6:46;;9016:991;-1:-1:-1;;;;;;9016:991:46: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:46;10323:18;;10310:32;10351:33;10310:32;10351:33;:::i;:::-;10403:7;-1:-1:-1;10462:2:46;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:46;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:46;-1:-1:-1;;11752:2:46;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:46;;-1:-1:-1;;11146:720:46:o;12139:184::-;-1:-1:-1;;;12188:1:46;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:46;13684:16;;;13702:4;13680:27;;;13673:38;;;;13765:2;13744:15;;;-1:-1:-1;;13740:29:46;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:46;14507:55;14496:9;14489:74;-1:-1:-1;;;;;14603:6:46;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:46;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:46;;;15406:25;;;;;-1:-1:-1;15106:331:46:o;15442:184::-;-1:-1:-1;;;15491:1:46;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:46;15998:30;;15995:50;;;16041:1;16038;16031:12;15995:50;16074:4;16062:17;;-1:-1:-1;16105:14:46;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:46: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:46;17703:55;17698:2;17687:9;17683:18;17676:83;-1:-1:-1;;;;;17799:6:46;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:46:o;18560:476::-;18680:19;;-1:-1:-1;;;;;;18717:75:46;;;18812:1;18804:10;;18801:229;;;-1:-1:-1;;;;;;18883:66:46;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;19667:287::-;19796:3;19834:6;19828:13;19850:66;19909:6;19904:3;19897:4;19889:6;19885:17;19850:66;:::i;:::-;19932:16;;;;;19667:287;-1:-1:-1;;19667:287:46:o;20874:170::-;20971:10;20964:18;;;20944;;;20940:43;;20995:20;;20992:46;;;21018:18;;:::i" - }, - "methodIdentifiers": { - "ADMIN_ROLE()": "75b238fc", - "APPLICATION_MANAGER_ROLE()": "77de1131", - "ATTESTATION_MANAGER_ROLE()": "cfef5e83", - "PERMISSION_MANAGER_ROLE()": "0125a425", - "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", - "initialize(address)": "c4d66de8", - "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\":\"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\":[],\"name\":\"FailedCall\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"needed\",\"type\":\"uint256\"}],\"name\":\"InsufficientBalance\",\"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\":\"APPLICATION_MANAGER_ROLE\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"ATTESTATION_MANAGER_ROLE\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"PERMISSION_MANAGER_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\":\"initialAdmin\",\"type\":\"address\"}],\"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).\"}],\"FailedCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}],\"InsufficientBalance(uint256,uint256)\":[{\"details\":\"The ETH balance of the account is not enough to perform the operation.\"}],\"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 the admin functions in the manager itself. These are defined by the {AccessManager} documentation.\"},\"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. NOTE: When the manager itself is closed, admin functions are still accessible to avoid locking the contract.\"},\"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. Closing the manager itself won't disable access to admin methods to avoid locking the 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\":\"0xc36716750a9095416ede9775ee8ae19f13794406a297c0dccd6146268bd36d74\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://595c9227d490558d1666e32609ac6677ba4fff7187cb539c3bb2c9a3e8b63b27\",\"dweb:/ipfs/QmZgoM4Rj7NuY8pfQ9pCvpKTrk5ZJ6Sdbf8XMsSVsvwMk5\"]},\"@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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]},\"contracts/OIDAccessManager.sol\":{\"keccak256\":\"0xcae4c0b5509dd30aa1203490b1494243c47ca0250904dfa213276449ae02de48\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://9c98b004011a5dc5e8fcfa342a204d969a435ec88a1e83620abd45f777bd2da9\",\"dweb:/ipfs/QmdWv9aq7vj9Pjdbwaa5DKK3gQFNiLHsBRrKssFEV7g5Z5\"]}},\"version\":1}" - } - }, - "contracts/OIDPermissionManager.sol": { - "OIDPermissionManager": { - "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": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - } - ], - "name": "UnauthorizedAccess", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AuthorityUpdated", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "bytes32", - "name": "key", - "type": "bytes32" - }, - { - "indexed": false, - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "indexed": false, - "internalType": "bool", - "name": "granted", - "type": "bool" - } - ], - "name": "PermissionUpdated", - "type": "event" - }, - { - "inputs": [], - "name": "authority", - "outputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "key", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "grantPermission", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "key", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "hasPermission", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "isConsumingScheduledOp", - "outputs": [ - { - "internalType": "bytes4", - "name": "", - "type": "bytes4" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "key", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "revokePermission", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "newAuthority", - "type": "address" - } - ], - "name": "setAuthority", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": { - "@_13868": { - "entryPoint": null, - "id": 13868, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_6963": { - "entryPoint": null, - "id": 6963, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_setAuthority_7053": { - "entryPoint": 58, - "id": 7053, - "parameterSlots": 1, - "returnSlots": 0 - }, - "abi_decode_tuple_t_address_fromMemory": { - "entryPoint": 142, - "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:46", - "nodeType": "YulBlock", - "src": "0:514:46", - "statements": [ - { - "nativeSrc": "6:3:46", - "nodeType": "YulBlock", - "src": "6:3:46", - "statements": [] + "src": "2448:62:46" + }, + "nativeSrc": "2445:88:46", + "nodeType": "YulIf", + "src": "2445:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2549:2:46", + "nodeType": "YulLiteral", + "src": "2549:2:46", + "type": "", + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "2553:10:46", + "nodeType": "YulIdentifier", + "src": "2553:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2542:6:46", + "nodeType": "YulIdentifier", + "src": "2542:6:46" + }, + "nativeSrc": "2542:22:46", + "nodeType": "YulFunctionCall", + "src": "2542:22:46" + }, + "nativeSrc": "2542:22:46", + "nodeType": "YulExpressionStatement", + "src": "2542:22:46" + } + ] + }, + "name": "allocate_memory", + "nativeSrc": "2295:275:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "size", + "nativeSrc": "2320:4:46", + "nodeType": "YulTypedName", + "src": "2320:4:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "memPtr", + "nativeSrc": "2329:6:46", + "nodeType": "YulTypedName", + "src": "2329:6:46", + "type": "" + } + ], + "src": "2295:275:46" }, { "body": { - "nativeSrc": "95:209:46", + "nativeSrc": "2634:116:46", "nodeType": "YulBlock", - "src": "95:209:46", + "src": "2634:116:46", "statements": [ + { + "nativeSrc": "2644:22:46", + "nodeType": "YulAssignment", + "src": "2644:22:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "2659:6:46", + "nodeType": "YulIdentifier", + "src": "2659:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2653:5:46", + "nodeType": "YulIdentifier", + "src": "2653:5:46" + }, + "nativeSrc": "2653:13:46", + "nodeType": "YulFunctionCall", + "src": "2653:13:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "2644:5:46", + "nodeType": "YulIdentifier", + "src": "2644:5:46" + } + ] + }, { "body": { - "nativeSrc": "141:16:46", + "nativeSrc": "2728:16:46", "nodeType": "YulBlock", - "src": "141:16:46", + "src": "2728:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "150:1:46", + "nativeSrc": "2737:1:46", "nodeType": "YulLiteral", - "src": "150:1:46", + "src": "2737:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "153:1:46", + "nativeSrc": "2740:1:46", "nodeType": "YulLiteral", - "src": "153:1:46", + "src": "2740:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "143:6:46", + "nativeSrc": "2730:6:46", "nodeType": "YulIdentifier", - "src": "143:6:46" + "src": "2730:6:46" }, - "nativeSrc": "143:12:46", + "nativeSrc": "2730:12:46", "nodeType": "YulFunctionCall", - "src": "143:12:46" + "src": "2730:12:46" }, - "nativeSrc": "143:12:46", + "nativeSrc": "2730:12:46", "nodeType": "YulExpressionStatement", - "src": "143:12:46" + "src": "2730:12:46" } ] }, @@ -311930,123 +317603,253 @@ { "arguments": [ { - "name": "dataEnd", - "nativeSrc": "116:7:46", + "name": "value", + "nativeSrc": "2688:5:46", "nodeType": "YulIdentifier", - "src": "116:7:46" + "src": "2688:5:46" }, { - "name": "headStart", - "nativeSrc": "125:9:46", - "nodeType": "YulIdentifier", - "src": "125:9:46" + "arguments": [ + { + "name": "value", + "nativeSrc": "2699:5:46", + "nodeType": "YulIdentifier", + "src": "2699:5:46" + }, + { + "kind": "number", + "nativeSrc": "2706:18:46", + "nodeType": "YulLiteral", + "src": "2706:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2695:3:46", + "nodeType": "YulIdentifier", + "src": "2695:3:46" + }, + "nativeSrc": "2695:30:46", + "nodeType": "YulFunctionCall", + "src": "2695:30:46" } ], "functionName": { - "name": "sub", - "nativeSrc": "112:3:46", + "name": "eq", + "nativeSrc": "2685:2:46", "nodeType": "YulIdentifier", - "src": "112:3:46" + "src": "2685:2:46" }, - "nativeSrc": "112:23:46", + "nativeSrc": "2685:41:46", "nodeType": "YulFunctionCall", - "src": "112:23:46" - }, - { - "kind": "number", - "nativeSrc": "137:2:46", - "nodeType": "YulLiteral", - "src": "137:2:46", - "type": "", - "value": "32" + "src": "2685:41:46" } ], "functionName": { - "name": "slt", - "nativeSrc": "108:3:46", + "name": "iszero", + "nativeSrc": "2678:6:46", "nodeType": "YulIdentifier", - "src": "108:3:46" + "src": "2678:6:46" }, - "nativeSrc": "108:32:46", + "nativeSrc": "2678:49:46", "nodeType": "YulFunctionCall", - "src": "108:32:46" + "src": "2678:49:46" }, - "nativeSrc": "105:52:46", + "nativeSrc": "2675:69:46", "nodeType": "YulIf", - "src": "105:52:46" + "src": "2675:69:46" + } + ] + }, + "name": "abi_decode_uint64_fromMemory", + "nativeSrc": "2575:175:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "2613:6:46", + "nodeType": "YulTypedName", + "src": "2613:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "2624:5:46", + "nodeType": "YulTypedName", + "src": "2624:5:46", + "type": "" + } + ], + "src": "2575:175:46" + }, + { + "body": { + "nativeSrc": "2815:78:46", + "nodeType": "YulBlock", + "src": "2815:78:46", + "statements": [ + { + "nativeSrc": "2825:22:46", + "nodeType": "YulAssignment", + "src": "2825:22:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "2840:6:46", + "nodeType": "YulIdentifier", + "src": "2840:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2834:5:46", + "nodeType": "YulIdentifier", + "src": "2834:5:46" + }, + "nativeSrc": "2834:13:46", + "nodeType": "YulFunctionCall", + "src": "2834:13:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "2825:5:46", + "nodeType": "YulIdentifier", + "src": "2825:5:46" + } + ] }, { - "nativeSrc": "166:29:46", - "nodeType": "YulVariableDeclaration", - "src": "166:29:46", + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "2881:5:46", + "nodeType": "YulIdentifier", + "src": "2881:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "2856:24:46", + "nodeType": "YulIdentifier", + "src": "2856:24:46" + }, + "nativeSrc": "2856:31:46", + "nodeType": "YulFunctionCall", + "src": "2856:31:46" + }, + "nativeSrc": "2856:31:46", + "nodeType": "YulExpressionStatement", + "src": "2856:31:46" + } + ] + }, + "name": "abi_decode_address_fromMemory", + "nativeSrc": "2755:138:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "2794:6:46", + "nodeType": "YulTypedName", + "src": "2794:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "2805:5:46", + "nodeType": "YulTypedName", + "src": "2805:5:46", + "type": "" + } + ], + "src": "2755:138:46" + }, + { + "body": { + "nativeSrc": "2955:107:46", + "nodeType": "YulBlock", + "src": "2955:107:46", + "statements": [ + { + "nativeSrc": "2965:22:46", + "nodeType": "YulAssignment", + "src": "2965:22:46", "value": { "arguments": [ { - "name": "headStart", - "nativeSrc": "185:9:46", + "name": "offset", + "nativeSrc": "2980:6:46", "nodeType": "YulIdentifier", - "src": "185:9:46" + "src": "2980:6:46" } ], "functionName": { "name": "mload", - "nativeSrc": "179:5:46", + "nativeSrc": "2974:5:46", "nodeType": "YulIdentifier", - "src": "179:5:46" + "src": "2974:5:46" }, - "nativeSrc": "179:16:46", + "nativeSrc": "2974:13:46", "nodeType": "YulFunctionCall", - "src": "179:16:46" + "src": "2974:13:46" }, - "variables": [ + "variableNames": [ { "name": "value", - "nativeSrc": "170:5:46", - "nodeType": "YulTypedName", - "src": "170:5:46", - "type": "" + "nativeSrc": "2965:5:46", + "nodeType": "YulIdentifier", + "src": "2965:5:46" } ] }, { "body": { - "nativeSrc": "258:16:46", + "nativeSrc": "3040:16:46", "nodeType": "YulBlock", - "src": "258:16:46", + "src": "3040:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "267:1:46", + "nativeSrc": "3049:1:46", "nodeType": "YulLiteral", - "src": "267:1:46", + "src": "3049:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "270:1:46", + "nativeSrc": "3052:1:46", "nodeType": "YulLiteral", - "src": "270:1:46", + "src": "3052:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "260:6:46", + "nativeSrc": "3042:6:46", "nodeType": "YulIdentifier", - "src": "260:6:46" + "src": "3042:6:46" }, - "nativeSrc": "260:12:46", + "nativeSrc": "3042:12:46", "nodeType": "YulFunctionCall", - "src": "260:12:46" + "src": "3042:12:46" }, - "nativeSrc": "260:12:46", + "nativeSrc": "3042:12:46", "nodeType": "YulExpressionStatement", - "src": "260:12:46" + "src": "3042:12:46" } ] }, @@ -312056,689 +317859,1183 @@ "arguments": [ { "name": "value", - "nativeSrc": "217:5:46", + "nativeSrc": "3009:5:46", "nodeType": "YulIdentifier", - "src": "217:5:46" + "src": "3009:5:46" }, { "arguments": [ - { - "name": "value", - "nativeSrc": "228:5:46", - "nodeType": "YulIdentifier", - "src": "228:5:46" - }, { "arguments": [ { - "arguments": [ - { - "kind": "number", - "nativeSrc": "243:3:46", - "nodeType": "YulLiteral", - "src": "243:3:46", - "type": "", - "value": "160" - }, - { - "kind": "number", - "nativeSrc": "248:1:46", - "nodeType": "YulLiteral", - "src": "248:1:46", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "239:3:46", - "nodeType": "YulIdentifier", - "src": "239:3:46" - }, - "nativeSrc": "239:11:46", - "nodeType": "YulFunctionCall", - "src": "239:11:46" - }, - { - "kind": "number", - "nativeSrc": "252:1:46", - "nodeType": "YulLiteral", - "src": "252:1:46", - "type": "", - "value": "1" + "name": "value", + "nativeSrc": "3030:5:46", + "nodeType": "YulIdentifier", + "src": "3030:5:46" } ], "functionName": { - "name": "sub", - "nativeSrc": "235:3:46", + "name": "iszero", + "nativeSrc": "3023:6:46", "nodeType": "YulIdentifier", - "src": "235:3:46" + "src": "3023:6:46" }, - "nativeSrc": "235:19:46", + "nativeSrc": "3023:13:46", "nodeType": "YulFunctionCall", - "src": "235:19:46" + "src": "3023:13:46" } ], "functionName": { - "name": "and", - "nativeSrc": "224:3:46", + "name": "iszero", + "nativeSrc": "3016:6:46", "nodeType": "YulIdentifier", - "src": "224:3:46" + "src": "3016:6:46" }, - "nativeSrc": "224:31:46", + "nativeSrc": "3016:21:46", "nodeType": "YulFunctionCall", - "src": "224:31:46" + "src": "3016:21:46" } ], "functionName": { "name": "eq", - "nativeSrc": "214:2:46", + "nativeSrc": "3006:2:46", "nodeType": "YulIdentifier", - "src": "214:2:46" + "src": "3006:2:46" }, - "nativeSrc": "214:42:46", + "nativeSrc": "3006:32:46", "nodeType": "YulFunctionCall", - "src": "214:42:46" + "src": "3006:32:46" } ], "functionName": { "name": "iszero", - "nativeSrc": "207:6:46", + "nativeSrc": "2999:6:46", "nodeType": "YulIdentifier", - "src": "207:6:46" + "src": "2999:6:46" }, - "nativeSrc": "207:50:46", + "nativeSrc": "2999:40:46", "nodeType": "YulFunctionCall", - "src": "207:50:46" + "src": "2999:40:46" }, - "nativeSrc": "204:70:46", + "nativeSrc": "2996:60:46", "nodeType": "YulIf", - "src": "204:70:46" - }, - { - "nativeSrc": "283:15:46", - "nodeType": "YulAssignment", - "src": "283:15:46", - "value": { - "name": "value", - "nativeSrc": "293:5:46", - "nodeType": "YulIdentifier", - "src": "293:5:46" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "283:6:46", - "nodeType": "YulIdentifier", - "src": "283:6:46" - } - ] + "src": "2996:60:46" } ] }, - "name": "abi_decode_tuple_t_address_fromMemory", - "nativeSrc": "14:290:46", + "name": "abi_decode_bool_fromMemory", + "nativeSrc": "2898:164:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "headStart", - "nativeSrc": "61:9:46", - "nodeType": "YulTypedName", - "src": "61:9:46", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "72:7:46", + "name": "offset", + "nativeSrc": "2934:6:46", "nodeType": "YulTypedName", - "src": "72:7:46", + "src": "2934:6:46", "type": "" } ], "returnVariables": [ { - "name": "value0", - "nativeSrc": "84:6:46", + "name": "value", + "nativeSrc": "2945:5:46", "nodeType": "YulTypedName", - "src": "84:6:46", + "src": "2945:5:46", "type": "" } ], - "src": "14:290:46" + "src": "2898:164:46" }, { "body": { - "nativeSrc": "410:102:46", + "nativeSrc": "3130:603:46", "nodeType": "YulBlock", - "src": "410:102:46", + "src": "3130:603:46", "statements": [ { - "nativeSrc": "420:26:46", - "nodeType": "YulAssignment", - "src": "420:26:46", + "body": { + "nativeSrc": "3179:16:46", + "nodeType": "YulBlock", + "src": "3179:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3188:1:46", + "nodeType": "YulLiteral", + "src": "3188:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3191:1:46", + "nodeType": "YulLiteral", + "src": "3191:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3181:6:46", + "nodeType": "YulIdentifier", + "src": "3181:6:46" + }, + "nativeSrc": "3181:12:46", + "nodeType": "YulFunctionCall", + "src": "3181:12:46" + }, + "nativeSrc": "3181:12:46", + "nodeType": "YulExpressionStatement", + "src": "3181:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3158:6:46", + "nodeType": "YulIdentifier", + "src": "3158:6:46" + }, + { + "kind": "number", + "nativeSrc": "3166:4:46", + "nodeType": "YulLiteral", + "src": "3166:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3154:3:46", + "nodeType": "YulIdentifier", + "src": "3154:3:46" + }, + "nativeSrc": "3154:17:46", + "nodeType": "YulFunctionCall", + "src": "3154:17:46" + }, + { + "name": "end", + "nativeSrc": "3173:3:46", + "nodeType": "YulIdentifier", + "src": "3173:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3150:3:46", + "nodeType": "YulIdentifier", + "src": "3150:3:46" + }, + "nativeSrc": "3150:27:46", + "nodeType": "YulFunctionCall", + "src": "3150:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "3143:6:46", + "nodeType": "YulIdentifier", + "src": "3143:6:46" + }, + "nativeSrc": "3143:35:46", + "nodeType": "YulFunctionCall", + "src": "3143:35:46" + }, + "nativeSrc": "3140:55:46", + "nodeType": "YulIf", + "src": "3140:55:46" + }, + { + "nativeSrc": "3204:27:46", + "nodeType": "YulVariableDeclaration", + "src": "3204:27:46", "value": { "arguments": [ { - "name": "headStart", - "nativeSrc": "432:9:46", + "name": "offset", + "nativeSrc": "3224:6:46", "nodeType": "YulIdentifier", - "src": "432:9:46" - }, - { - "kind": "number", - "nativeSrc": "443:2:46", - "nodeType": "YulLiteral", - "src": "443:2:46", - "type": "", - "value": "32" + "src": "3224:6:46" } ], "functionName": { - "name": "add", - "nativeSrc": "428:3:46", + "name": "mload", + "nativeSrc": "3218:5:46", "nodeType": "YulIdentifier", - "src": "428:3:46" + "src": "3218:5:46" }, - "nativeSrc": "428:18:46", + "nativeSrc": "3218:13:46", "nodeType": "YulFunctionCall", - "src": "428:18:46" + "src": "3218:13:46" }, - "variableNames": [ + "variables": [ { - "name": "tail", - "nativeSrc": "420:4:46", - "nodeType": "YulIdentifier", - "src": "420:4:46" + "name": "length", + "nativeSrc": "3208:6:46", + "nodeType": "YulTypedName", + "src": "3208:6:46", + "type": "" } ] }, { - "expression": { + "body": { + "nativeSrc": "3274:22:46", + "nodeType": "YulBlock", + "src": "3274:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "3276:16:46", + "nodeType": "YulIdentifier", + "src": "3276:16:46" + }, + "nativeSrc": "3276:18:46", + "nodeType": "YulFunctionCall", + "src": "3276:18:46" + }, + "nativeSrc": "3276:18:46", + "nodeType": "YulExpressionStatement", + "src": "3276:18:46" + } + ] + }, + "condition": { "arguments": [ { - "name": "headStart", - "nativeSrc": "462:9:46", + "name": "length", + "nativeSrc": "3246:6:46", "nodeType": "YulIdentifier", - "src": "462:9:46" + "src": "3246:6:46" }, + { + "kind": "number", + "nativeSrc": "3254:18:46", + "nodeType": "YulLiteral", + "src": "3254:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "3243:2:46", + "nodeType": "YulIdentifier", + "src": "3243:2:46" + }, + "nativeSrc": "3243:30:46", + "nodeType": "YulFunctionCall", + "src": "3243:30:46" + }, + "nativeSrc": "3240:56:46", + "nodeType": "YulIf", + "src": "3240:56:46" + }, + { + "nativeSrc": "3305:74:46", + "nodeType": "YulVariableDeclaration", + "src": "3305:74:46", + "value": { + "arguments": [ { "arguments": [ - { - "name": "value0", - "nativeSrc": "477:6:46", - "nodeType": "YulIdentifier", - "src": "477:6:46" - }, { "arguments": [ { "arguments": [ + { + "name": "length", + "nativeSrc": "3348:6:46", + "nodeType": "YulIdentifier", + "src": "3348:6:46" + }, { "kind": "number", - "nativeSrc": "493:3:46", + "nativeSrc": "3356:4:46", "nodeType": "YulLiteral", - "src": "493:3:46", + "src": "3356:4:46", "type": "", - "value": "160" - }, + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3344:3:46", + "nodeType": "YulIdentifier", + "src": "3344:3:46" + }, + "nativeSrc": "3344:17:46", + "nodeType": "YulFunctionCall", + "src": "3344:17:46" + }, + { + "arguments": [ { "kind": "number", - "nativeSrc": "498:1:46", + "nativeSrc": "3367:2:46", "nodeType": "YulLiteral", - "src": "498:1:46", + "src": "3367:2:46", "type": "", - "value": "1" + "value": "31" } ], "functionName": { - "name": "shl", - "nativeSrc": "489:3:46", + "name": "not", + "nativeSrc": "3363:3:46", "nodeType": "YulIdentifier", - "src": "489:3:46" + "src": "3363:3:46" }, - "nativeSrc": "489:11:46", + "nativeSrc": "3363:7:46", "nodeType": "YulFunctionCall", - "src": "489:11:46" + "src": "3363:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "3340:3:46", + "nodeType": "YulIdentifier", + "src": "3340:3:46" + }, + "nativeSrc": "3340:31:46", + "nodeType": "YulFunctionCall", + "src": "3340:31:46" + }, + { + "kind": "number", + "nativeSrc": "3373:4:46", + "nodeType": "YulLiteral", + "src": "3373:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3336:3:46", + "nodeType": "YulIdentifier", + "src": "3336:3:46" + }, + "nativeSrc": "3336:42:46", + "nodeType": "YulFunctionCall", + "src": "3336:42:46" + } + ], + "functionName": { + "name": "allocate_memory", + "nativeSrc": "3320:15:46", + "nodeType": "YulIdentifier", + "src": "3320:15:46" + }, + "nativeSrc": "3320:59:46", + "nodeType": "YulFunctionCall", + "src": "3320:59:46" + }, + "variables": [ + { + "name": "array_1", + "nativeSrc": "3309:7:46", + "nodeType": "YulTypedName", + "src": "3309:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "array_1", + "nativeSrc": "3395:7:46", + "nodeType": "YulIdentifier", + "src": "3395:7:46" + }, + { + "name": "length", + "nativeSrc": "3404:6:46", + "nodeType": "YulIdentifier", + "src": "3404:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3388:6:46", + "nodeType": "YulIdentifier", + "src": "3388:6:46" + }, + "nativeSrc": "3388:23:46", + "nodeType": "YulFunctionCall", + "src": "3388:23:46" + }, + "nativeSrc": "3388:23:46", + "nodeType": "YulExpressionStatement", + "src": "3388:23:46" + }, + { + "body": { + "nativeSrc": "3463:16:46", + "nodeType": "YulBlock", + "src": "3463:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3472:1:46", + "nodeType": "YulLiteral", + "src": "3472:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3475:1:46", + "nodeType": "YulLiteral", + "src": "3475:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3465:6:46", + "nodeType": "YulIdentifier", + "src": "3465:6:46" + }, + "nativeSrc": "3465:12:46", + "nodeType": "YulFunctionCall", + "src": "3465:12:46" + }, + "nativeSrc": "3465:12:46", + "nodeType": "YulExpressionStatement", + "src": "3465:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3434:6:46", + "nodeType": "YulIdentifier", + "src": "3434:6:46" }, { - "kind": "number", - "nativeSrc": "502:1:46", - "nodeType": "YulLiteral", - "src": "502:1:46", - "type": "", - "value": "1" + "name": "length", + "nativeSrc": "3442:6:46", + "nodeType": "YulIdentifier", + "src": "3442:6:46" } ], "functionName": { - "name": "sub", - "nativeSrc": "485:3:46", + "name": "add", + "nativeSrc": "3430:3:46", "nodeType": "YulIdentifier", - "src": "485:3:46" + "src": "3430:3:46" }, - "nativeSrc": "485:19:46", + "nativeSrc": "3430:19:46", "nodeType": "YulFunctionCall", - "src": "485:19:46" + "src": "3430:19:46" + }, + { + "kind": "number", + "nativeSrc": "3451:4:46", + "nodeType": "YulLiteral", + "src": "3451:4:46", + "type": "", + "value": "0x20" } ], "functionName": { - "name": "and", - "nativeSrc": "473:3:46", + "name": "add", + "nativeSrc": "3426:3:46", "nodeType": "YulIdentifier", - "src": "473:3:46" + "src": "3426:3:46" }, - "nativeSrc": "473:32:46", + "nativeSrc": "3426:30:46", "nodeType": "YulFunctionCall", - "src": "473:32:46" + "src": "3426:30:46" + }, + { + "name": "end", + "nativeSrc": "3458:3:46", + "nodeType": "YulIdentifier", + "src": "3458:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "3423:2:46", + "nodeType": "YulIdentifier", + "src": "3423:2:46" + }, + "nativeSrc": "3423:39:46", + "nodeType": "YulFunctionCall", + "src": "3423:39:46" + }, + "nativeSrc": "3420:59:46", + "nodeType": "YulIf", + "src": "3420:59:46" + }, + { + "nativeSrc": "3488:10:46", + "nodeType": "YulVariableDeclaration", + "src": "3488:10:46", + "value": { + "kind": "number", + "nativeSrc": "3497:1:46", + "nodeType": "YulLiteral", + "src": "3497:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "3492:1:46", + "nodeType": "YulTypedName", + "src": "3492:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "3559:92:46", + "nodeType": "YulBlock", + "src": "3559:92:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "array_1", + "nativeSrc": "3588:7:46", + "nodeType": "YulIdentifier", + "src": "3588:7:46" + }, + { + "name": "i", + "nativeSrc": "3597:1:46", + "nodeType": "YulIdentifier", + "src": "3597:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3584:3:46", + "nodeType": "YulIdentifier", + "src": "3584:3:46" + }, + "nativeSrc": "3584:15:46", + "nodeType": "YulFunctionCall", + "src": "3584:15:46" + }, + { + "kind": "number", + "nativeSrc": "3601:4:46", + "nodeType": "YulLiteral", + "src": "3601:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3580:3:46", + "nodeType": "YulIdentifier", + "src": "3580:3:46" + }, + "nativeSrc": "3580:26:46", + "nodeType": "YulFunctionCall", + "src": "3580:26:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3622:6:46", + "nodeType": "YulIdentifier", + "src": "3622:6:46" + }, + { + "name": "i", + "nativeSrc": "3630:1:46", + "nodeType": "YulIdentifier", + "src": "3630:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3618:3:46", + "nodeType": "YulIdentifier", + "src": "3618:3:46" + }, + "nativeSrc": "3618:14:46", + "nodeType": "YulFunctionCall", + "src": "3618:14:46" + }, + { + "kind": "number", + "nativeSrc": "3634:4:46", + "nodeType": "YulLiteral", + "src": "3634:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3614:3:46", + "nodeType": "YulIdentifier", + "src": "3614:3:46" + }, + "nativeSrc": "3614:25:46", + "nodeType": "YulFunctionCall", + "src": "3614:25:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "3608:5:46", + "nodeType": "YulIdentifier", + "src": "3608:5:46" + }, + "nativeSrc": "3608:32:46", + "nodeType": "YulFunctionCall", + "src": "3608:32:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3573:6:46", + "nodeType": "YulIdentifier", + "src": "3573:6:46" + }, + "nativeSrc": "3573:68:46", + "nodeType": "YulFunctionCall", + "src": "3573:68:46" + }, + "nativeSrc": "3573:68:46", + "nodeType": "YulExpressionStatement", + "src": "3573:68:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "3518:1:46", + "nodeType": "YulIdentifier", + "src": "3518:1:46" + }, + { + "name": "length", + "nativeSrc": "3521:6:46", + "nodeType": "YulIdentifier", + "src": "3521:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "3515:2:46", + "nodeType": "YulIdentifier", + "src": "3515:2:46" + }, + "nativeSrc": "3515:13:46", + "nodeType": "YulFunctionCall", + "src": "3515:13:46" + }, + "nativeSrc": "3507:144:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "3529:21:46", + "nodeType": "YulBlock", + "src": "3529:21:46", + "statements": [ + { + "nativeSrc": "3531:17:46", + "nodeType": "YulAssignment", + "src": "3531:17:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "3540:1:46", + "nodeType": "YulIdentifier", + "src": "3540:1:46" + }, + { + "kind": "number", + "nativeSrc": "3543:4:46", + "nodeType": "YulLiteral", + "src": "3543:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3536:3:46", + "nodeType": "YulIdentifier", + "src": "3536:3:46" + }, + "nativeSrc": "3536:12:46", + "nodeType": "YulFunctionCall", + "src": "3536:12:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "3531:1:46", + "nodeType": "YulIdentifier", + "src": "3531:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "3511:3:46", + "nodeType": "YulBlock", + "src": "3511:3:46", + "statements": [] + }, + "src": "3507:144:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "array_1", + "nativeSrc": "3675:7:46", + "nodeType": "YulIdentifier", + "src": "3675:7:46" + }, + { + "name": "length", + "nativeSrc": "3684:6:46", + "nodeType": "YulIdentifier", + "src": "3684:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3671:3:46", + "nodeType": "YulIdentifier", + "src": "3671:3:46" + }, + "nativeSrc": "3671:20:46", + "nodeType": "YulFunctionCall", + "src": "3671:20:46" + }, + { + "kind": "number", + "nativeSrc": "3693:4:46", + "nodeType": "YulLiteral", + "src": "3693:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3667:3:46", + "nodeType": "YulIdentifier", + "src": "3667:3:46" + }, + "nativeSrc": "3667:31:46", + "nodeType": "YulFunctionCall", + "src": "3667:31:46" + }, + { + "kind": "number", + "nativeSrc": "3700:1:46", + "nodeType": "YulLiteral", + "src": "3700:1:46", + "type": "", + "value": "0" } ], "functionName": { "name": "mstore", - "nativeSrc": "455:6:46", + "nativeSrc": "3660:6:46", "nodeType": "YulIdentifier", - "src": "455:6:46" + "src": "3660:6:46" }, - "nativeSrc": "455:51:46", + "nativeSrc": "3660:42:46", "nodeType": "YulFunctionCall", - "src": "455:51:46" + "src": "3660:42:46" }, - "nativeSrc": "455:51:46", + "nativeSrc": "3660:42:46", "nodeType": "YulExpressionStatement", - "src": "455:51:46" + "src": "3660:42:46" + }, + { + "nativeSrc": "3711:16:46", + "nodeType": "YulAssignment", + "src": "3711:16:46", + "value": { + "name": "array_1", + "nativeSrc": "3720:7:46", + "nodeType": "YulIdentifier", + "src": "3720:7:46" + }, + "variableNames": [ + { + "name": "array", + "nativeSrc": "3711:5:46", + "nodeType": "YulIdentifier", + "src": "3711:5:46" + } + ] } ] }, - "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", - "nativeSrc": "309:203:46", + "name": "abi_decode_bytes_fromMemory", + "nativeSrc": "3067:666:46", "nodeType": "YulFunctionDefinition", "parameters": [ { - "name": "headStart", - "nativeSrc": "379:9:46", + "name": "offset", + "nativeSrc": "3104:6:46", "nodeType": "YulTypedName", - "src": "379:9:46", + "src": "3104:6:46", "type": "" }, { - "name": "value0", - "nativeSrc": "390:6:46", + "name": "end", + "nativeSrc": "3112:3:46", "nodeType": "YulTypedName", - "src": "390:6:46", + "src": "3112:3:46", "type": "" } ], "returnVariables": [ { - "name": "tail", - "nativeSrc": "401:4:46", + "name": "array", + "nativeSrc": "3120:5:46", "nodeType": "YulTypedName", - "src": "401:4:46", + "src": "3120:5:46", "type": "" } ], - "src": "309:203:46" - } - ] - }, - "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": 46, - "language": "Yul", - "name": "#utility.yul" - } - ], - "linkReferences": {}, - "object": "6080604052348015600f57600080fd5b506040516106e33803806106e3833981016040819052602c91608e565b80603481603a565b505060bc565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b600060208284031215609f57600080fd5b81516001600160a01b038116811460b557600080fd5b9392505050565b610618806100cb6000396000f3fe608060405234801561001057600080fd5b50600436106100725760003560e01c8063a6a8f17b11610050578063a6a8f17b14610113578063bc58645614610126578063bf7e214f1461013957600080fd5b806328545c0d146100775780637a9e5e4b146100c55780638fb36037146100da575b600080fd5b6100b0610085366004610522565b60009182526001602090815260408084206001600160a01b0393909316845291905290205460ff1690565b60405190151581526020015b60405180910390f35b6100d86100d336600461054e565b610154565b005b6100e2610206565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020016100bc565b6100d8610121366004610522565b610254565b6100d8610134366004610522565b6102c9565b6000546040516001600160a01b0390911681526020016100bc565b60005433906001600160a01b031681146101aa576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b6000036101f9576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016101a1565b6102028261033a565b5050565b6000805474010000000000000000000000000000000000000000900460ff1661022f5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b61025c6103a6565b60008281526001602090815260408083206001600160a01b038516808552908352818420805460ff191690558151868152928301528101919091527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f35906060015b60405180910390a15050565b6102d16103a6565b60008281526001602081815260408084206001600160a01b03861680865290835293819020805460ff191684179055805186815291820193909352918201527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f35906060016102bd565b600080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006103b06103ee565b9050806103eb576040517fdccef9640000000000000000000000000000000000000000000000000000000081523360048201526024016101a1565b50565b6000806104036000546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b0316630125a4256040518163ffffffff1660e01b8152600401602060405180830381865afa158015610454573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104789190610570565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201523360248201526044016040805180830381865afa1580156104da573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104fe919061059a565b509392505050565b80356001600160a01b038116811461051d57600080fd5b919050565b6000806040838503121561053557600080fd5b8235915061054560208401610506565b90509250929050565b60006020828403121561056057600080fd5b61056982610506565b9392505050565b60006020828403121561058257600080fd5b815167ffffffffffffffff8116811461056957600080fd5b600080604083850312156105ad57600080fd5b825180151581146105bd57600080fd5b602084015190925063ffffffff811681146105d757600080fd5b80915050925092905056fea26469706673582212208dcb1cb909ff839297285c0c8515d7c2bb3c2905e1a9abf81ec3ccaed2ec4cfd64736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0x6E3 CODESIZE SUB DUP1 PUSH2 0x6E3 DUP4 CODECOPY DUP2 ADD PUSH1 0x40 DUP2 SWAP1 MSTORE PUSH1 0x2C SWAP2 PUSH1 0x8E JUMP JUMPDEST DUP1 PUSH1 0x34 DUP2 PUSH1 0x3A JUMP JUMPDEST POP POP PUSH1 0xBC 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 0x9F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH1 0xB5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x618 DUP1 PUSH2 0xCB 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 0x72 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xA6A8F17B GT PUSH2 0x50 JUMPI DUP1 PUSH4 0xA6A8F17B EQ PUSH2 0x113 JUMPI DUP1 PUSH4 0xBC586456 EQ PUSH2 0x126 JUMPI DUP1 PUSH4 0xBF7E214F EQ PUSH2 0x139 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x28545C0D EQ PUSH2 0x77 JUMPI DUP1 PUSH4 0x7A9E5E4B EQ PUSH2 0xC5 JUMPI DUP1 PUSH4 0x8FB36037 EQ PUSH2 0xDA JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xB0 PUSH2 0x85 CALLDATASIZE PUSH1 0x4 PUSH2 0x522 JUMP JUMPDEST PUSH1 0x0 SWAP2 DUP3 MSTORE PUSH1 0x1 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB 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 JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xD8 PUSH2 0xD3 CALLDATASIZE PUSH1 0x4 PUSH2 0x54E JUMP JUMPDEST PUSH2 0x154 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xE2 PUSH2 0x206 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xBC JUMP JUMPDEST PUSH2 0xD8 PUSH2 0x121 CALLDATASIZE PUSH1 0x4 PUSH2 0x522 JUMP JUMPDEST PUSH2 0x254 JUMP JUMPDEST PUSH2 0xD8 PUSH2 0x134 CALLDATASIZE PUSH1 0x4 PUSH2 0x522 JUMP JUMPDEST PUSH2 0x2C9 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 0xBC JUMP JUMPDEST PUSH1 0x0 SLOAD CALLER SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 EQ PUSH2 0x1AA 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 0x1F9 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 0x1A1 JUMP JUMPDEST PUSH2 0x202 DUP3 PUSH2 0x33A JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH21 0x10000000000000000000000000000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x22F JUMPI POP PUSH1 0x0 SWAP1 JUMP JUMPDEST POP PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 SWAP1 JUMP JUMPDEST PUSH2 0x25C PUSH2 0x3A6 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND DUP1 DUP6 MSTORE SWAP1 DUP4 MSTORE DUP2 DUP5 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE DUP2 MLOAD DUP7 DUP2 MSTORE SWAP3 DUP4 ADD MSTORE DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH32 0xA7DBB3DD7FC1F02D38DF3BA26B3867FA7010E3497F7A3E33F0B1A75E794D8F35 SWAP1 PUSH1 0x60 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP JUMP JUMPDEST PUSH2 0x2D1 PUSH2 0x3A6 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND DUP1 DUP7 MSTORE SWAP1 DUP4 MSTORE SWAP4 DUP2 SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND DUP5 OR SWAP1 SSTORE DUP1 MLOAD DUP7 DUP2 MSTORE SWAP2 DUP3 ADD SWAP4 SWAP1 SWAP4 MSTORE SWAP2 DUP3 ADD MSTORE PUSH32 0xA7DBB3DD7FC1F02D38DF3BA26B3867FA7010E3497F7A3E33F0B1A75E794D8F35 SWAP1 PUSH1 0x60 ADD PUSH2 0x2BD JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 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 PUSH2 0x3B0 PUSH2 0x3EE JUMP JUMPDEST SWAP1 POP DUP1 PUSH2 0x3EB JUMPI PUSH1 0x40 MLOAD PUSH32 0xDCCEF96400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE CALLER PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x1A1 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x403 PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xD1F856EE DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x125A425 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 0x454 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 0x478 SWAP2 SWAP1 PUSH2 0x570 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 PUSH1 0xE0 DUP5 SWAP1 SHL AND DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x4 DUP3 ADD MSTORE CALLER PUSH1 0x24 DUP3 ADD MSTORE PUSH1 0x44 ADD PUSH1 0x40 DUP1 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x4DA 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 0x4FE SWAP2 SWAP1 PUSH2 0x59A JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x51D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x535 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH2 0x545 PUSH1 0x20 DUP5 ADD PUSH2 0x506 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x560 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x569 DUP3 PUSH2 0x506 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x582 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x569 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x5AD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x5BD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD MLOAD SWAP1 SWAP3 POP PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x5D7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 DUP14 0xCB SHR 0xB9 MULMOD SELFDESTRUCT DUP4 SWAP3 SWAP8 0x28 TLOAD 0xC DUP6 ISZERO 0xD7 0xC2 0xBB EXTCODECOPY 0x29 SDIV 0xE1 0xA9 0xAB 0xF8 0x1E 0xC3 0xCC 0xAE 0xD2 0xEC 0x4C REVERT PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "366:1303:44:-:0;;;561:91;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;627:16;1190:31:16;627:16:44;1190:13:16;:31::i;:::-;1142:86;561:91:44;366:1303;;3804:149:16;3876:10;:25;;-1:-1:-1;;;;;;3876:25:16;-1:-1:-1;;;;;3876:25:16;;;;;;;;3916:30;;455:51:46;;;3916:30:16;;443:2:46;428:18;3916:30:16;;;;;;;3804:149;:::o;14:290:46:-;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:46;;214:42;;204:70;;270:1;267;260:12;204:70;293:5;14:290;-1:-1:-1;;;14:290:46:o;309:203::-;366:1303:44;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": { - "@_checkValid_13954": { - "entryPoint": 934, - "id": 13954, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_isPermissionManager_13981": { - "entryPoint": 1006, - "id": 13981, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_msgSender_7996": { - "entryPoint": null, - "id": 7996, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_setAuthority_7053": { - "entryPoint": 826, - "id": 7053, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@authority_6984": { - "entryPoint": null, - "id": 6984, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@grantPermission_13893": { - "entryPoint": 713, - "id": 13893, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@hasPermission_13936": { - "entryPoint": null, - "id": 13936, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@isConsumingScheduledOp_7038": { - "entryPoint": 518, - "id": 7038, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@revokePermission_13919": { - "entryPoint": 596, - "id": 13919, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setAuthority_7021": { - "entryPoint": 340, - "id": 7021, - "parameterSlots": 1, - "returnSlots": 0 - }, - "abi_decode_address": { - "entryPoint": 1286, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_decode_tuple_t_address": { - "entryPoint": 1358, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_boolt_uint32_fromMemory": { - "entryPoint": 1434, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_bytes32t_address": { - "entryPoint": 1314, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_uint64_fromMemory": { - "entryPoint": 1392, - "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_bool__to_t_bool__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes32_t_address_t_bool__to_t_bytes32_t_address_t_bool__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint64_t_address__to_t_uint64_t_address__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:2786:46", - "nodeType": "YulBlock", - "src": "0:2786:46", - "statements": [ - { - "nativeSrc": "6:3:46", - "nodeType": "YulBlock", - "src": "6:3:46", - "statements": [] + "src": "3067:666:46" }, { "body": { - "nativeSrc": "63:147:46", + "nativeSrc": "3846:1271:46", "nodeType": "YulBlock", - "src": "63:147:46", + "src": "3846:1271:46", "statements": [ { - "nativeSrc": "73:29:46", - "nodeType": "YulAssignment", - "src": "73:29:46", + "body": { + "nativeSrc": "3892:16:46", + "nodeType": "YulBlock", + "src": "3892:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3901:1:46", + "nodeType": "YulLiteral", + "src": "3901:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3904:1:46", + "nodeType": "YulLiteral", + "src": "3904:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3894:6:46", + "nodeType": "YulIdentifier", + "src": "3894:6:46" + }, + "nativeSrc": "3894:12:46", + "nodeType": "YulFunctionCall", + "src": "3894:12:46" + }, + "nativeSrc": "3894:12:46", + "nodeType": "YulExpressionStatement", + "src": "3894:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "3867:7:46", + "nodeType": "YulIdentifier", + "src": "3867:7:46" + }, + { + "name": "headStart", + "nativeSrc": "3876:9:46", + "nodeType": "YulIdentifier", + "src": "3876:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3863:3:46", + "nodeType": "YulIdentifier", + "src": "3863:3:46" + }, + "nativeSrc": "3863:23:46", + "nodeType": "YulFunctionCall", + "src": "3863:23:46" + }, + { + "kind": "number", + "nativeSrc": "3888:2:46", + "nodeType": "YulLiteral", + "src": "3888:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3859:3:46", + "nodeType": "YulIdentifier", + "src": "3859:3:46" + }, + "nativeSrc": "3859:32:46", + "nodeType": "YulFunctionCall", + "src": "3859:32:46" + }, + "nativeSrc": "3856:52:46", + "nodeType": "YulIf", + "src": "3856:52:46" + }, + { + "nativeSrc": "3917:30:46", + "nodeType": "YulVariableDeclaration", + "src": "3917:30:46", "value": { "arguments": [ { - "name": "offset", - "nativeSrc": "95:6:46", + "name": "headStart", + "nativeSrc": "3937:9:46", "nodeType": "YulIdentifier", - "src": "95:6:46" + "src": "3937:9:46" } ], "functionName": { - "name": "calldataload", - "nativeSrc": "82:12:46", + "name": "mload", + "nativeSrc": "3931:5:46", "nodeType": "YulIdentifier", - "src": "82:12:46" + "src": "3931:5:46" }, - "nativeSrc": "82:20:46", + "nativeSrc": "3931:16:46", "nodeType": "YulFunctionCall", - "src": "82:20:46" + "src": "3931:16:46" }, - "variableNames": [ + "variables": [ { - "name": "value", - "nativeSrc": "73:5:46", - "nodeType": "YulIdentifier", - "src": "73:5:46" + "name": "offset", + "nativeSrc": "3921:6:46", + "nodeType": "YulTypedName", + "src": "3921:6:46", + "type": "" } ] }, { "body": { - "nativeSrc": "188:16:46", + "nativeSrc": "3990:16:46", "nodeType": "YulBlock", - "src": "188:16:46", + "src": "3990:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "197:1:46", + "nativeSrc": "3999:1:46", "nodeType": "YulLiteral", - "src": "197:1:46", + "src": "3999:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "200:1:46", + "nativeSrc": "4002:1:46", "nodeType": "YulLiteral", - "src": "200:1:46", + "src": "4002:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "190:6:46", + "nativeSrc": "3992:6:46", "nodeType": "YulIdentifier", - "src": "190:6:46" + "src": "3992:6:46" }, - "nativeSrc": "190:12:46", + "nativeSrc": "3992:12:46", "nodeType": "YulFunctionCall", - "src": "190:12:46" + "src": "3992:12:46" }, - "nativeSrc": "190:12:46", + "nativeSrc": "3992:12:46", "nodeType": "YulExpressionStatement", - "src": "190:12:46" + "src": "3992:12:46" } ] }, "condition": { "arguments": [ { - "arguments": [ - { - "name": "value", - "nativeSrc": "124:5:46", - "nodeType": "YulIdentifier", - "src": "124:5:46" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "135:5:46", - "nodeType": "YulIdentifier", - "src": "135:5:46" - }, - { - "kind": "number", - "nativeSrc": "142:42:46", - "nodeType": "YulLiteral", - "src": "142:42:46", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "131:3:46", - "nodeType": "YulIdentifier", - "src": "131:3:46" - }, - "nativeSrc": "131:54:46", - "nodeType": "YulFunctionCall", - "src": "131:54:46" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "121:2:46", - "nodeType": "YulIdentifier", - "src": "121:2:46" - }, - "nativeSrc": "121:65:46", - "nodeType": "YulFunctionCall", - "src": "121:65:46" + "name": "offset", + "nativeSrc": "3962:6:46", + "nodeType": "YulIdentifier", + "src": "3962:6:46" + }, + { + "kind": "number", + "nativeSrc": "3970:18:46", + "nodeType": "YulLiteral", + "src": "3970:18:46", + "type": "", + "value": "0xffffffffffffffff" } ], "functionName": { - "name": "iszero", - "nativeSrc": "114:6:46", + "name": "gt", + "nativeSrc": "3959:2:46", "nodeType": "YulIdentifier", - "src": "114:6:46" + "src": "3959:2:46" }, - "nativeSrc": "114:73:46", + "nativeSrc": "3959:30:46", "nodeType": "YulFunctionCall", - "src": "114:73:46" + "src": "3959:30:46" }, - "nativeSrc": "111:93:46", + "nativeSrc": "3956:50:46", "nodeType": "YulIf", - "src": "111:93:46" - } - ] - }, - "name": "abi_decode_address", - "nativeSrc": "14:196:46", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "42:6:46", - "nodeType": "YulTypedName", - "src": "42:6:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "53:5:46", - "nodeType": "YulTypedName", - "src": "53:5:46", - "type": "" - } - ], - "src": "14:196:46" - }, - { - "body": { - "nativeSrc": "302:167:46", - "nodeType": "YulBlock", - "src": "302:167:46", - "statements": [ + "src": "3956:50:46" + }, + { + "nativeSrc": "4015:32:46", + "nodeType": "YulVariableDeclaration", + "src": "4015:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4029:9:46", + "nodeType": "YulIdentifier", + "src": "4029:9:46" + }, + { + "name": "offset", + "nativeSrc": "4040:6:46", + "nodeType": "YulIdentifier", + "src": "4040:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4025:3:46", + "nodeType": "YulIdentifier", + "src": "4025:3:46" + }, + "nativeSrc": "4025:22:46", + "nodeType": "YulFunctionCall", + "src": "4025:22:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "4019:2:46", + "nodeType": "YulTypedName", + "src": "4019:2:46", + "type": "" + } + ] + }, { "body": { - "nativeSrc": "348:16:46", + "nativeSrc": "4089:16:46", "nodeType": "YulBlock", - "src": "348:16:46", + "src": "4089:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "357:1:46", + "nativeSrc": "4098:1:46", "nodeType": "YulLiteral", - "src": "357:1:46", + "src": "4098:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "360:1:46", + "nativeSrc": "4101:1:46", "nodeType": "YulLiteral", - "src": "360:1:46", + "src": "4101:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "350:6:46", + "nativeSrc": "4091:6:46", "nodeType": "YulIdentifier", - "src": "350:6:46" + "src": "4091:6:46" }, - "nativeSrc": "350:12:46", + "nativeSrc": "4091:12:46", "nodeType": "YulFunctionCall", - "src": "350:12:46" + "src": "4091:12:46" }, - "nativeSrc": "350:12:46", + "nativeSrc": "4091:12:46", "nodeType": "YulExpressionStatement", - "src": "350:12:46" + "src": "4091:12:46" } ] }, @@ -312748,771 +319045,1232 @@ "arguments": [ { "name": "dataEnd", - "nativeSrc": "323:7:46", + "nativeSrc": "4067:7:46", "nodeType": "YulIdentifier", - "src": "323:7:46" + "src": "4067:7:46" }, { - "name": "headStart", - "nativeSrc": "332:9:46", + "name": "_1", + "nativeSrc": "4076:2:46", "nodeType": "YulIdentifier", - "src": "332:9:46" + "src": "4076:2:46" } ], "functionName": { "name": "sub", - "nativeSrc": "319:3:46", + "nativeSrc": "4063:3:46", "nodeType": "YulIdentifier", - "src": "319:3:46" + "src": "4063:3:46" }, - "nativeSrc": "319:23:46", + "nativeSrc": "4063:16:46", "nodeType": "YulFunctionCall", - "src": "319:23:46" + "src": "4063:16:46" }, { "kind": "number", - "nativeSrc": "344:2:46", + "nativeSrc": "4081:6:46", "nodeType": "YulLiteral", - "src": "344:2:46", + "src": "4081:6:46", "type": "", - "value": "64" + "value": "0x0140" } ], "functionName": { "name": "slt", - "nativeSrc": "315:3:46", + "nativeSrc": "4059:3:46", "nodeType": "YulIdentifier", - "src": "315:3:46" + "src": "4059:3:46" }, - "nativeSrc": "315:32:46", + "nativeSrc": "4059:29:46", "nodeType": "YulFunctionCall", - "src": "315:32:46" + "src": "4059:29:46" }, - "nativeSrc": "312:52:46", + "nativeSrc": "4056:49:46", "nodeType": "YulIf", - "src": "312:52:46" + "src": "4056:49:46" + }, + { + "nativeSrc": "4114:34:46", + "nodeType": "YulVariableDeclaration", + "src": "4114:34:46", + "value": { + "arguments": [], + "functionName": { + "name": "allocate_memory_821", + "nativeSrc": "4127:19:46", + "nodeType": "YulIdentifier", + "src": "4127:19:46" + }, + "nativeSrc": "4127:21:46", + "nodeType": "YulFunctionCall", + "src": "4127:21:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "4118:5:46", + "nodeType": "YulTypedName", + "src": "4118:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4157:16:46", + "nodeType": "YulVariableDeclaration", + "src": "4157:16:46", + "value": { + "kind": "number", + "nativeSrc": "4172:1:46", + "nodeType": "YulLiteral", + "src": "4172:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "4161:7:46", + "nodeType": "YulTypedName", + "src": "4161:7:46", + "type": "" + } + ] }, { - "nativeSrc": "373:33:46", + "nativeSrc": "4182:20:46", "nodeType": "YulAssignment", - "src": "373:33:46", + "src": "4182:20:46", "value": { "arguments": [ { - "name": "headStart", - "nativeSrc": "396:9:46", + "name": "_1", + "nativeSrc": "4199:2:46", "nodeType": "YulIdentifier", - "src": "396:9:46" + "src": "4199:2:46" } ], "functionName": { - "name": "calldataload", - "nativeSrc": "383:12:46", + "name": "mload", + "nativeSrc": "4193:5:46", "nodeType": "YulIdentifier", - "src": "383:12:46" + "src": "4193:5:46" }, - "nativeSrc": "383:23:46", + "nativeSrc": "4193:9:46", "nodeType": "YulFunctionCall", - "src": "383:23:46" + "src": "4193:9:46" }, "variableNames": [ { - "name": "value0", - "nativeSrc": "373:6:46", + "name": "value_1", + "nativeSrc": "4182:7:46", + "nodeType": "YulIdentifier", + "src": "4182:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "4218:5:46", + "nodeType": "YulIdentifier", + "src": "4218:5:46" + }, + { + "name": "value_1", + "nativeSrc": "4225:7:46", + "nodeType": "YulIdentifier", + "src": "4225:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4211:6:46", "nodeType": "YulIdentifier", - "src": "373:6:46" + "src": "4211:6:46" + }, + "nativeSrc": "4211:22:46", + "nodeType": "YulFunctionCall", + "src": "4211:22:46" + }, + "nativeSrc": "4211:22:46", + "nodeType": "YulExpressionStatement", + "src": "4211:22:46" + }, + { + "nativeSrc": "4242:16:46", + "nodeType": "YulVariableDeclaration", + "src": "4242:16:46", + "value": { + "kind": "number", + "nativeSrc": "4257:1:46", + "nodeType": "YulLiteral", + "src": "4257:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "4246:7:46", + "nodeType": "YulTypedName", + "src": "4246:7:46", + "type": "" } ] }, { - "nativeSrc": "415:48:46", + "nativeSrc": "4267:29:46", "nodeType": "YulAssignment", - "src": "415:48:46", + "src": "4267:29:46", "value": { "arguments": [ { "arguments": [ { - "name": "headStart", - "nativeSrc": "448:9:46", + "name": "_1", + "nativeSrc": "4288:2:46", "nodeType": "YulIdentifier", - "src": "448:9:46" + "src": "4288:2:46" }, { "kind": "number", - "nativeSrc": "459:2:46", + "nativeSrc": "4292:2:46", "nodeType": "YulLiteral", - "src": "459:2:46", + "src": "4292:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "444:3:46", + "nativeSrc": "4284:3:46", "nodeType": "YulIdentifier", - "src": "444:3:46" + "src": "4284:3:46" }, - "nativeSrc": "444:18:46", + "nativeSrc": "4284:11:46", "nodeType": "YulFunctionCall", - "src": "444:18:46" + "src": "4284:11:46" } ], "functionName": { - "name": "abi_decode_address", - "nativeSrc": "425:18:46", + "name": "mload", + "nativeSrc": "4278:5:46", "nodeType": "YulIdentifier", - "src": "425:18:46" + "src": "4278:5:46" }, - "nativeSrc": "425:38:46", + "nativeSrc": "4278:18:46", "nodeType": "YulFunctionCall", - "src": "425:38:46" + "src": "4278:18:46" }, "variableNames": [ { - "name": "value1", - "nativeSrc": "415:6:46", + "name": "value_2", + "nativeSrc": "4267:7:46", "nodeType": "YulIdentifier", - "src": "415:6:46" + "src": "4267:7:46" } ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes32t_address", - "nativeSrc": "215:254:46", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "260:9:46", - "nodeType": "YulTypedName", - "src": "260:9:46", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "271:7:46", - "nodeType": "YulTypedName", - "src": "271:7:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "283:6:46", - "nodeType": "YulTypedName", - "src": "283:6:46", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "291:6:46", - "nodeType": "YulTypedName", - "src": "291:6:46", - "type": "" - } - ], - "src": "215:254:46" - }, - { - "body": { - "nativeSrc": "569:92:46", - "nodeType": "YulBlock", - "src": "569:92:46", - "statements": [ + }, { - "nativeSrc": "579:26:46", - "nodeType": "YulAssignment", - "src": "579:26:46", - "value": { + "expression": { "arguments": [ { - "name": "headStart", - "nativeSrc": "591:9:46", - "nodeType": "YulIdentifier", - "src": "591:9:46" + "arguments": [ + { + "name": "value", + "nativeSrc": "4316:5:46", + "nodeType": "YulIdentifier", + "src": "4316:5:46" + }, + { + "kind": "number", + "nativeSrc": "4323:2:46", + "nodeType": "YulLiteral", + "src": "4323:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4312:3:46", + "nodeType": "YulIdentifier", + "src": "4312:3:46" + }, + "nativeSrc": "4312:14:46", + "nodeType": "YulFunctionCall", + "src": "4312:14:46" }, { - "kind": "number", - "nativeSrc": "602:2:46", - "nodeType": "YulLiteral", - "src": "602:2:46", - "type": "", - "value": "32" + "name": "value_2", + "nativeSrc": "4328:7:46", + "nodeType": "YulIdentifier", + "src": "4328:7:46" } ], "functionName": { - "name": "add", - "nativeSrc": "587:3:46", + "name": "mstore", + "nativeSrc": "4305:6:46", "nodeType": "YulIdentifier", - "src": "587:3:46" + "src": "4305:6:46" }, - "nativeSrc": "587:18:46", + "nativeSrc": "4305:31:46", "nodeType": "YulFunctionCall", - "src": "587:18:46" + "src": "4305:31:46" }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "579:4:46", - "nodeType": "YulIdentifier", - "src": "579:4:46" - } - ] + "nativeSrc": "4305:31:46", + "nodeType": "YulExpressionStatement", + "src": "4305:31:46" }, { "expression": { "arguments": [ { - "name": "headStart", - "nativeSrc": "621:9:46", - "nodeType": "YulIdentifier", - "src": "621:9:46" + "arguments": [ + { + "name": "value", + "nativeSrc": "4356:5:46", + "nodeType": "YulIdentifier", + "src": "4356:5:46" + }, + { + "kind": "number", + "nativeSrc": "4363:2:46", + "nodeType": "YulLiteral", + "src": "4363:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4352:3:46", + "nodeType": "YulIdentifier", + "src": "4352:3:46" + }, + "nativeSrc": "4352:14:46", + "nodeType": "YulFunctionCall", + "src": "4352:14:46" }, { "arguments": [ { "arguments": [ { - "name": "value0", - "nativeSrc": "646:6:46", + "name": "_1", + "nativeSrc": "4401:2:46", "nodeType": "YulIdentifier", - "src": "646:6:46" + "src": "4401:2:46" + }, + { + "kind": "number", + "nativeSrc": "4405:2:46", + "nodeType": "YulLiteral", + "src": "4405:2:46", + "type": "", + "value": "64" } ], "functionName": { - "name": "iszero", - "nativeSrc": "639:6:46", + "name": "add", + "nativeSrc": "4397:3:46", "nodeType": "YulIdentifier", - "src": "639:6:46" + "src": "4397:3:46" }, - "nativeSrc": "639:14:46", + "nativeSrc": "4397:11:46", "nodeType": "YulFunctionCall", - "src": "639:14:46" + "src": "4397:11:46" } ], "functionName": { - "name": "iszero", - "nativeSrc": "632:6:46", + "name": "abi_decode_uint64_fromMemory", + "nativeSrc": "4368:28:46", "nodeType": "YulIdentifier", - "src": "632:6:46" + "src": "4368:28:46" }, - "nativeSrc": "632:22:46", + "nativeSrc": "4368:41:46", "nodeType": "YulFunctionCall", - "src": "632:22:46" + "src": "4368:41:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "614:6:46", + "nativeSrc": "4345:6:46", "nodeType": "YulIdentifier", - "src": "614:6:46" + "src": "4345:6:46" }, - "nativeSrc": "614:41:46", + "nativeSrc": "4345:65:46", "nodeType": "YulFunctionCall", - "src": "614:41:46" + "src": "4345:65:46" }, - "nativeSrc": "614:41:46", + "nativeSrc": "4345:65:46", "nodeType": "YulExpressionStatement", - "src": "614:41:46" - } - ] - }, - "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", - "nativeSrc": "474:187:46", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "538:9:46", - "nodeType": "YulTypedName", - "src": "538:9:46", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "549:6:46", - "nodeType": "YulTypedName", - "src": "549:6:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "560:4:46", - "nodeType": "YulTypedName", - "src": "560:4:46", - "type": "" - } - ], - "src": "474:187:46" - }, - { - "body": { - "nativeSrc": "736:116:46", - "nodeType": "YulBlock", - "src": "736:116:46", - "statements": [ + "src": "4345:65:46" + }, { - "body": { - "nativeSrc": "782:16:46", - "nodeType": "YulBlock", - "src": "782:16:46", - "statements": [ + "expression": { + "arguments": [ { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "791:1:46", - "nodeType": "YulLiteral", - "src": "791:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "794:1:46", - "nodeType": "YulLiteral", - "src": "794:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "784:6:46", + "arguments": [ + { + "name": "value", + "nativeSrc": "4430:5:46", "nodeType": "YulIdentifier", - "src": "784:6:46" + "src": "4430:5:46" }, - "nativeSrc": "784:12:46", - "nodeType": "YulFunctionCall", - "src": "784:12:46" + { + "kind": "number", + "nativeSrc": "4437:2:46", + "nodeType": "YulLiteral", + "src": "4437:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4426:3:46", + "nodeType": "YulIdentifier", + "src": "4426:3:46" }, - "nativeSrc": "784:12:46", - "nodeType": "YulExpressionStatement", - "src": "784:12:46" + "nativeSrc": "4426:14:46", + "nodeType": "YulFunctionCall", + "src": "4426:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4475:2:46", + "nodeType": "YulIdentifier", + "src": "4475:2:46" + }, + { + "kind": "number", + "nativeSrc": "4479:2:46", + "nodeType": "YulLiteral", + "src": "4479:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4471:3:46", + "nodeType": "YulIdentifier", + "src": "4471:3:46" + }, + "nativeSrc": "4471:11:46", + "nodeType": "YulFunctionCall", + "src": "4471:11:46" + } + ], + "functionName": { + "name": "abi_decode_uint64_fromMemory", + "nativeSrc": "4442:28:46", + "nodeType": "YulIdentifier", + "src": "4442:28:46" + }, + "nativeSrc": "4442:41:46", + "nodeType": "YulFunctionCall", + "src": "4442:41:46" } - ] + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4419:6:46", + "nodeType": "YulIdentifier", + "src": "4419:6:46" + }, + "nativeSrc": "4419:65:46", + "nodeType": "YulFunctionCall", + "src": "4419:65:46" }, - "condition": { + "nativeSrc": "4419:65:46", + "nodeType": "YulExpressionStatement", + "src": "4419:65:46" + }, + { + "expression": { "arguments": [ { "arguments": [ { - "name": "dataEnd", - "nativeSrc": "757:7:46", + "name": "value", + "nativeSrc": "4504:5:46", "nodeType": "YulIdentifier", - "src": "757:7:46" + "src": "4504:5:46" }, { - "name": "headStart", - "nativeSrc": "766:9:46", - "nodeType": "YulIdentifier", - "src": "766:9:46" + "kind": "number", + "nativeSrc": "4511:3:46", + "nodeType": "YulLiteral", + "src": "4511:3:46", + "type": "", + "value": "128" } ], "functionName": { - "name": "sub", - "nativeSrc": "753:3:46", + "name": "add", + "nativeSrc": "4500:3:46", "nodeType": "YulIdentifier", - "src": "753:3:46" + "src": "4500:3:46" }, - "nativeSrc": "753:23:46", + "nativeSrc": "4500:15:46", "nodeType": "YulFunctionCall", - "src": "753:23:46" + "src": "4500:15:46" }, { - "kind": "number", - "nativeSrc": "778:2:46", - "nodeType": "YulLiteral", - "src": "778:2:46", - "type": "", - "value": "32" + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4550:2:46", + "nodeType": "YulIdentifier", + "src": "4550:2:46" + }, + { + "kind": "number", + "nativeSrc": "4554:3:46", + "nodeType": "YulLiteral", + "src": "4554:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4546:3:46", + "nodeType": "YulIdentifier", + "src": "4546:3:46" + }, + "nativeSrc": "4546:12:46", + "nodeType": "YulFunctionCall", + "src": "4546:12:46" + } + ], + "functionName": { + "name": "abi_decode_uint64_fromMemory", + "nativeSrc": "4517:28:46", + "nodeType": "YulIdentifier", + "src": "4517:28:46" + }, + "nativeSrc": "4517:42:46", + "nodeType": "YulFunctionCall", + "src": "4517:42:46" } ], "functionName": { - "name": "slt", - "nativeSrc": "749:3:46", + "name": "mstore", + "nativeSrc": "4493:6:46", "nodeType": "YulIdentifier", - "src": "749:3:46" + "src": "4493:6:46" }, - "nativeSrc": "749:32:46", + "nativeSrc": "4493:67:46", "nodeType": "YulFunctionCall", - "src": "749:32:46" + "src": "4493:67:46" }, - "nativeSrc": "746:52:46", - "nodeType": "YulIf", - "src": "746:52:46" + "nativeSrc": "4493:67:46", + "nodeType": "YulExpressionStatement", + "src": "4493:67:46" + }, + { + "nativeSrc": "4569:16:46", + "nodeType": "YulVariableDeclaration", + "src": "4569:16:46", + "value": { + "kind": "number", + "nativeSrc": "4584:1:46", + "nodeType": "YulLiteral", + "src": "4584:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_3", + "nativeSrc": "4573:7:46", + "nodeType": "YulTypedName", + "src": "4573:7:46", + "type": "" + } + ] }, { - "nativeSrc": "807:39:46", + "nativeSrc": "4594:30:46", "nodeType": "YulAssignment", - "src": "807:39:46", + "src": "4594:30:46", "value": { "arguments": [ { - "name": "headStart", - "nativeSrc": "836:9:46", - "nodeType": "YulIdentifier", - "src": "836:9:46" + "arguments": [ + { + "name": "_1", + "nativeSrc": "4615:2:46", + "nodeType": "YulIdentifier", + "src": "4615:2:46" + }, + { + "kind": "number", + "nativeSrc": "4619:3:46", + "nodeType": "YulLiteral", + "src": "4619:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4611:3:46", + "nodeType": "YulIdentifier", + "src": "4611:3:46" + }, + "nativeSrc": "4611:12:46", + "nodeType": "YulFunctionCall", + "src": "4611:12:46" } ], "functionName": { - "name": "abi_decode_address", - "nativeSrc": "817:18:46", + "name": "mload", + "nativeSrc": "4605:5:46", "nodeType": "YulIdentifier", - "src": "817:18:46" + "src": "4605:5:46" }, - "nativeSrc": "817:29:46", + "nativeSrc": "4605:19:46", "nodeType": "YulFunctionCall", - "src": "817:29:46" + "src": "4605:19:46" }, "variableNames": [ { - "name": "value0", - "nativeSrc": "807:6:46", + "name": "value_3", + "nativeSrc": "4594:7:46", "nodeType": "YulIdentifier", - "src": "807:6:46" + "src": "4594:7:46" } ] - } - ] - }, - "name": "abi_decode_tuple_t_address", - "nativeSrc": "666:186:46", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "702:9:46", - "nodeType": "YulTypedName", - "src": "702:9:46", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "713:7:46", - "nodeType": "YulTypedName", - "src": "713:7:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "725:6:46", - "nodeType": "YulTypedName", - "src": "725:6:46", - "type": "" - } - ], - "src": "666:186:46" - }, - { - "body": { - "nativeSrc": "956:149:46", - "nodeType": "YulBlock", - "src": "956:149:46", - "statements": [ + }, { - "nativeSrc": "966:26:46", - "nodeType": "YulAssignment", - "src": "966:26:46", - "value": { + "expression": { "arguments": [ { - "name": "headStart", - "nativeSrc": "978:9:46", - "nodeType": "YulIdentifier", - "src": "978:9:46" + "arguments": [ + { + "name": "value", + "nativeSrc": "4644:5:46", + "nodeType": "YulIdentifier", + "src": "4644:5:46" + }, + { + "kind": "number", + "nativeSrc": "4651:3:46", + "nodeType": "YulLiteral", + "src": "4651:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4640:3:46", + "nodeType": "YulIdentifier", + "src": "4640:3:46" + }, + "nativeSrc": "4640:15:46", + "nodeType": "YulFunctionCall", + "src": "4640:15:46" }, { - "kind": "number", - "nativeSrc": "989:2:46", - "nodeType": "YulLiteral", - "src": "989:2:46", - "type": "", - "value": "32" + "name": "value_3", + "nativeSrc": "4657:7:46", + "nodeType": "YulIdentifier", + "src": "4657:7:46" } ], "functionName": { - "name": "add", - "nativeSrc": "974:3:46", + "name": "mstore", + "nativeSrc": "4633:6:46", "nodeType": "YulIdentifier", - "src": "974:3:46" + "src": "4633:6:46" }, - "nativeSrc": "974:18:46", + "nativeSrc": "4633:32:46", "nodeType": "YulFunctionCall", - "src": "974:18:46" + "src": "4633:32:46" }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "966:4:46", + "nativeSrc": "4633:32:46", + "nodeType": "YulExpressionStatement", + "src": "4633:32:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "4685:5:46", + "nodeType": "YulIdentifier", + "src": "4685:5:46" + }, + { + "kind": "number", + "nativeSrc": "4692:3:46", + "nodeType": "YulLiteral", + "src": "4692:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4681:3:46", + "nodeType": "YulIdentifier", + "src": "4681:3:46" + }, + "nativeSrc": "4681:15:46", + "nodeType": "YulFunctionCall", + "src": "4681:15:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4732:2:46", + "nodeType": "YulIdentifier", + "src": "4732:2:46" + }, + { + "kind": "number", + "nativeSrc": "4736:3:46", + "nodeType": "YulLiteral", + "src": "4736:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4728:3:46", + "nodeType": "YulIdentifier", + "src": "4728:3:46" + }, + "nativeSrc": "4728:12:46", + "nodeType": "YulFunctionCall", + "src": "4728:12:46" + } + ], + "functionName": { + "name": "abi_decode_address_fromMemory", + "nativeSrc": "4698:29:46", + "nodeType": "YulIdentifier", + "src": "4698:29:46" + }, + "nativeSrc": "4698:43:46", + "nodeType": "YulFunctionCall", + "src": "4698:43:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4674:6:46", "nodeType": "YulIdentifier", - "src": "966:4:46" - } - ] + "src": "4674:6:46" + }, + "nativeSrc": "4674:68:46", + "nodeType": "YulFunctionCall", + "src": "4674:68:46" + }, + "nativeSrc": "4674:68:46", + "nodeType": "YulExpressionStatement", + "src": "4674:68:46" }, { "expression": { "arguments": [ { - "name": "headStart", - "nativeSrc": "1008:9:46", - "nodeType": "YulIdentifier", - "src": "1008:9:46" + "arguments": [ + { + "name": "value", + "nativeSrc": "4762:5:46", + "nodeType": "YulIdentifier", + "src": "4762:5:46" + }, + { + "kind": "number", + "nativeSrc": "4769:3:46", + "nodeType": "YulLiteral", + "src": "4769:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4758:3:46", + "nodeType": "YulIdentifier", + "src": "4758:3:46" + }, + "nativeSrc": "4758:15:46", + "nodeType": "YulFunctionCall", + "src": "4758:15:46" }, { "arguments": [ { - "name": "value0", - "nativeSrc": "1023:6:46", + "arguments": [ + { + "name": "_1", + "nativeSrc": "4809:2:46", + "nodeType": "YulIdentifier", + "src": "4809:2:46" + }, + { + "kind": "number", + "nativeSrc": "4813:3:46", + "nodeType": "YulLiteral", + "src": "4813:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4805:3:46", + "nodeType": "YulIdentifier", + "src": "4805:3:46" + }, + "nativeSrc": "4805:12:46", + "nodeType": "YulFunctionCall", + "src": "4805:12:46" + } + ], + "functionName": { + "name": "abi_decode_address_fromMemory", + "nativeSrc": "4775:29:46", + "nodeType": "YulIdentifier", + "src": "4775:29:46" + }, + "nativeSrc": "4775:43:46", + "nodeType": "YulFunctionCall", + "src": "4775:43:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4751:6:46", + "nodeType": "YulIdentifier", + "src": "4751:6:46" + }, + "nativeSrc": "4751:68:46", + "nodeType": "YulFunctionCall", + "src": "4751:68:46" + }, + "nativeSrc": "4751:68:46", + "nodeType": "YulExpressionStatement", + "src": "4751:68:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "4839:5:46", "nodeType": "YulIdentifier", - "src": "1023:6:46" + "src": "4839:5:46" }, { "kind": "number", - "nativeSrc": "1031:66:46", + "nativeSrc": "4846:3:46", "nodeType": "YulLiteral", - "src": "1031:66:46", + "src": "4846:3:46", "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + "value": "256" } ], "functionName": { - "name": "and", - "nativeSrc": "1019:3:46", + "name": "add", + "nativeSrc": "4835:3:46", + "nodeType": "YulIdentifier", + "src": "4835:3:46" + }, + "nativeSrc": "4835:15:46", + "nodeType": "YulFunctionCall", + "src": "4835:15:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4883:2:46", + "nodeType": "YulIdentifier", + "src": "4883:2:46" + }, + { + "kind": "number", + "nativeSrc": "4887:3:46", + "nodeType": "YulLiteral", + "src": "4887:3:46", + "type": "", + "value": "256" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4879:3:46", + "nodeType": "YulIdentifier", + "src": "4879:3:46" + }, + "nativeSrc": "4879:12:46", + "nodeType": "YulFunctionCall", + "src": "4879:12:46" + } + ], + "functionName": { + "name": "abi_decode_bool_fromMemory", + "nativeSrc": "4852:26:46", "nodeType": "YulIdentifier", - "src": "1019:3:46" + "src": "4852:26:46" }, - "nativeSrc": "1019:79:46", + "nativeSrc": "4852:40:46", "nodeType": "YulFunctionCall", - "src": "1019:79:46" + "src": "4852:40:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "1001:6:46", + "nativeSrc": "4828:6:46", "nodeType": "YulIdentifier", - "src": "1001:6:46" + "src": "4828:6:46" }, - "nativeSrc": "1001:98:46", + "nativeSrc": "4828:65:46", "nodeType": "YulFunctionCall", - "src": "1001:98:46" + "src": "4828:65:46" }, - "nativeSrc": "1001:98:46", + "nativeSrc": "4828:65:46", "nodeType": "YulExpressionStatement", - "src": "1001:98:46" - } - ] - }, - "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", - "nativeSrc": "857:248:46", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "925:9:46", - "nodeType": "YulTypedName", - "src": "925:9:46", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "936:6:46", - "nodeType": "YulTypedName", - "src": "936:6:46", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "947:4:46", - "nodeType": "YulTypedName", - "src": "947:4:46", - "type": "" - } - ], - "src": "857:248:46" - }, - { - "body": { - "nativeSrc": "1211:125:46", - "nodeType": "YulBlock", - "src": "1211:125:46", - "statements": [ + "src": "4828:65:46" + }, { - "nativeSrc": "1221:26:46", - "nodeType": "YulAssignment", - "src": "1221:26:46", + "nativeSrc": "4902:35:46", + "nodeType": "YulVariableDeclaration", + "src": "4902:35:46", "value": { "arguments": [ { - "name": "headStart", - "nativeSrc": "1233:9:46", + "arguments": [ + { + "name": "_1", + "nativeSrc": "4928:2:46", + "nodeType": "YulIdentifier", + "src": "4928:2:46" + }, + { + "kind": "number", + "nativeSrc": "4932:3:46", + "nodeType": "YulLiteral", + "src": "4932:3:46", + "type": "", + "value": "288" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4924:3:46", + "nodeType": "YulIdentifier", + "src": "4924:3:46" + }, + "nativeSrc": "4924:12:46", + "nodeType": "YulFunctionCall", + "src": "4924:12:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4918:5:46", + "nodeType": "YulIdentifier", + "src": "4918:5:46" + }, + "nativeSrc": "4918:19:46", + "nodeType": "YulFunctionCall", + "src": "4918:19:46" + }, + "variables": [ + { + "name": "offset_1", + "nativeSrc": "4906:8:46", + "nodeType": "YulTypedName", + "src": "4906:8:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "4982:16:46", + "nodeType": "YulBlock", + "src": "4982:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4991:1:46", + "nodeType": "YulLiteral", + "src": "4991:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4994:1:46", + "nodeType": "YulLiteral", + "src": "4994:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "4984:6:46", + "nodeType": "YulIdentifier", + "src": "4984:6:46" + }, + "nativeSrc": "4984:12:46", + "nodeType": "YulFunctionCall", + "src": "4984:12:46" + }, + "nativeSrc": "4984:12:46", + "nodeType": "YulExpressionStatement", + "src": "4984:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset_1", + "nativeSrc": "4952:8:46", "nodeType": "YulIdentifier", - "src": "1233:9:46" + "src": "4952:8:46" }, { "kind": "number", - "nativeSrc": "1244:2:46", + "nativeSrc": "4962:18:46", "nodeType": "YulLiteral", - "src": "1244:2:46", + "src": "4962:18:46", "type": "", - "value": "32" + "value": "0xffffffffffffffff" } ], "functionName": { - "name": "add", - "nativeSrc": "1229:3:46", + "name": "gt", + "nativeSrc": "4949:2:46", "nodeType": "YulIdentifier", - "src": "1229:3:46" + "src": "4949:2:46" }, - "nativeSrc": "1229:18:46", + "nativeSrc": "4949:32:46", "nodeType": "YulFunctionCall", - "src": "1229:18:46" + "src": "4949:32:46" }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1221:4:46", - "nodeType": "YulIdentifier", - "src": "1221:4:46" - } - ] + "nativeSrc": "4946:52:46", + "nodeType": "YulIf", + "src": "4946:52:46" }, { "expression": { "arguments": [ - { - "name": "headStart", - "nativeSrc": "1263:9:46", - "nodeType": "YulIdentifier", - "src": "1263:9:46" - }, { "arguments": [ { - "name": "value0", - "nativeSrc": "1278:6:46", + "name": "value", + "nativeSrc": "5018:5:46", "nodeType": "YulIdentifier", - "src": "1278:6:46" + "src": "5018:5:46" }, { "kind": "number", - "nativeSrc": "1286:42:46", + "nativeSrc": "5025:3:46", "nodeType": "YulLiteral", - "src": "1286:42:46", + "src": "5025:3:46", "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" + "value": "288" } ], "functionName": { - "name": "and", - "nativeSrc": "1274:3:46", + "name": "add", + "nativeSrc": "5014:3:46", + "nodeType": "YulIdentifier", + "src": "5014:3:46" + }, + "nativeSrc": "5014:15:46", + "nodeType": "YulFunctionCall", + "src": "5014:15:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "5063:2:46", + "nodeType": "YulIdentifier", + "src": "5063:2:46" + }, + { + "name": "offset_1", + "nativeSrc": "5067:8:46", + "nodeType": "YulIdentifier", + "src": "5067:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5059:3:46", + "nodeType": "YulIdentifier", + "src": "5059:3:46" + }, + "nativeSrc": "5059:17:46", + "nodeType": "YulFunctionCall", + "src": "5059:17:46" + }, + { + "name": "dataEnd", + "nativeSrc": "5078:7:46", + "nodeType": "YulIdentifier", + "src": "5078:7:46" + } + ], + "functionName": { + "name": "abi_decode_bytes_fromMemory", + "nativeSrc": "5031:27:46", "nodeType": "YulIdentifier", - "src": "1274:3:46" + "src": "5031:27:46" }, - "nativeSrc": "1274:55:46", + "nativeSrc": "5031:55:46", "nodeType": "YulFunctionCall", - "src": "1274:55:46" + "src": "5031:55:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "1256:6:46", + "nativeSrc": "5007:6:46", "nodeType": "YulIdentifier", - "src": "1256:6:46" + "src": "5007:6:46" }, - "nativeSrc": "1256:74:46", + "nativeSrc": "5007:80:46", "nodeType": "YulFunctionCall", - "src": "1256:74:46" + "src": "5007:80:46" }, - "nativeSrc": "1256:74:46", + "nativeSrc": "5007:80:46", "nodeType": "YulExpressionStatement", - "src": "1256:74:46" + "src": "5007:80:46" + }, + { + "nativeSrc": "5096:15:46", + "nodeType": "YulAssignment", + "src": "5096:15:46", + "value": { + "name": "value", + "nativeSrc": "5106:5:46", + "nodeType": "YulIdentifier", + "src": "5106:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5096:6:46", + "nodeType": "YulIdentifier", + "src": "5096:6:46" + } + ] } ] }, - "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", - "nativeSrc": "1110:226:46", + "name": "abi_decode_tuple_t_struct$_Attestation_$49_memory_ptr_fromMemory", + "nativeSrc": "3738:1379:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "1180:9:46", + "nativeSrc": "3812:9:46", "nodeType": "YulTypedName", - "src": "1180:9:46", + "src": "3812:9:46", "type": "" }, { - "name": "value0", - "nativeSrc": "1191:6:46", + "name": "dataEnd", + "nativeSrc": "3823:7:46", "nodeType": "YulTypedName", - "src": "1191:6:46", + "src": "3823:7:46", "type": "" } ], "returnVariables": [ { - "name": "tail", - "nativeSrc": "1202:4:46", + "name": "value0", + "nativeSrc": "3835:6:46", "nodeType": "YulTypedName", - "src": "1202:4:46", + "src": "3835:6:46", "type": "" } ], - "src": "1110:226:46" + "src": "3738:1379:46" }, { "body": { - "nativeSrc": "1492:227:46", + "nativeSrc": "5273:227:46", "nodeType": "YulBlock", - "src": "1492:227:46", + "src": "5273:227:46", "statements": [ { - "nativeSrc": "1502:26:46", + "nativeSrc": "5283:26:46", "nodeType": "YulAssignment", - "src": "1502:26:46", + "src": "5283:26:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "1514:9:46", + "nativeSrc": "5295:9:46", "nodeType": "YulIdentifier", - "src": "1514:9:46" + "src": "5295:9:46" }, { "kind": "number", - "nativeSrc": "1525:2:46", + "nativeSrc": "5306:2:46", "nodeType": "YulLiteral", - "src": "1525:2:46", + "src": "5306:2:46", "type": "", "value": "96" } ], "functionName": { "name": "add", - "nativeSrc": "1510:3:46", + "nativeSrc": "5291:3:46", "nodeType": "YulIdentifier", - "src": "1510:3:46" + "src": "5291:3:46" }, - "nativeSrc": "1510:18:46", + "nativeSrc": "5291:18:46", "nodeType": "YulFunctionCall", - "src": "1510:18:46" + "src": "5291:18:46" }, "variableNames": [ { "name": "tail", - "nativeSrc": "1502:4:46", + "nativeSrc": "5283:4:46", "nodeType": "YulIdentifier", - "src": "1502:4:46" + "src": "5283:4:46" } ] }, @@ -313521,30 +320279,30 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "1544:9:46", + "nativeSrc": "5325:9:46", "nodeType": "YulIdentifier", - "src": "1544:9:46" + "src": "5325:9:46" }, { "name": "value0", - "nativeSrc": "1555:6:46", + "nativeSrc": "5336:6:46", "nodeType": "YulIdentifier", - "src": "1555:6:46" + "src": "5336:6:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "1537:6:46", + "nativeSrc": "5318:6:46", "nodeType": "YulIdentifier", - "src": "1537:6:46" + "src": "5318:6:46" }, - "nativeSrc": "1537:25:46", + "nativeSrc": "5318:25:46", "nodeType": "YulFunctionCall", - "src": "1537:25:46" + "src": "5318:25:46" }, - "nativeSrc": "1537:25:46", + "nativeSrc": "5318:25:46", "nodeType": "YulExpressionStatement", - "src": "1537:25:46" + "src": "5318:25:46" }, { "expression": { @@ -313553,70 +320311,70 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "1582:9:46", + "nativeSrc": "5363:9:46", "nodeType": "YulIdentifier", - "src": "1582:9:46" + "src": "5363:9:46" }, { "kind": "number", - "nativeSrc": "1593:2:46", + "nativeSrc": "5374:2:46", "nodeType": "YulLiteral", - "src": "1593:2:46", + "src": "5374:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "1578:3:46", + "nativeSrc": "5359:3:46", "nodeType": "YulIdentifier", - "src": "1578:3:46" + "src": "5359:3:46" }, - "nativeSrc": "1578:18:46", + "nativeSrc": "5359:18:46", "nodeType": "YulFunctionCall", - "src": "1578:18:46" + "src": "5359:18:46" }, { "arguments": [ { "name": "value1", - "nativeSrc": "1602:6:46", + "nativeSrc": "5383:6:46", "nodeType": "YulIdentifier", - "src": "1602:6:46" + "src": "5383:6:46" }, { "kind": "number", - "nativeSrc": "1610:42:46", + "nativeSrc": "5391:42:46", "nodeType": "YulLiteral", - "src": "1610:42:46", + "src": "5391:42:46", "type": "", "value": "0xffffffffffffffffffffffffffffffffffffffff" } ], "functionName": { "name": "and", - "nativeSrc": "1598:3:46", + "nativeSrc": "5379:3:46", "nodeType": "YulIdentifier", - "src": "1598:3:46" + "src": "5379:3:46" }, - "nativeSrc": "1598:55:46", + "nativeSrc": "5379:55:46", "nodeType": "YulFunctionCall", - "src": "1598:55:46" + "src": "5379:55:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "1571:6:46", + "nativeSrc": "5352:6:46", "nodeType": "YulIdentifier", - "src": "1571:6:46" + "src": "5352:6:46" }, - "nativeSrc": "1571:83:46", + "nativeSrc": "5352:83:46", "nodeType": "YulFunctionCall", - "src": "1571:83:46" + "src": "5352:83:46" }, - "nativeSrc": "1571:83:46", + "nativeSrc": "5352:83:46", "nodeType": "YulExpressionStatement", - "src": "1571:83:46" + "src": "5352:83:46" }, { "expression": { @@ -313625,28 +320383,28 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "1674:9:46", + "nativeSrc": "5455:9:46", "nodeType": "YulIdentifier", - "src": "1674:9:46" + "src": "5455:9:46" }, { "kind": "number", - "nativeSrc": "1685:2:46", + "nativeSrc": "5466:2:46", "nodeType": "YulLiteral", - "src": "1685:2:46", + "src": "5466:2:46", "type": "", "value": "64" } ], "functionName": { "name": "add", - "nativeSrc": "1670:3:46", + "nativeSrc": "5451:3:46", "nodeType": "YulIdentifier", - "src": "1670:3:46" + "src": "5451:3:46" }, - "nativeSrc": "1670:18:46", + "nativeSrc": "5451:18:46", "nodeType": "YulFunctionCall", - "src": "1670:18:46" + "src": "5451:18:46" }, { "arguments": [ @@ -313654,263 +320412,138 @@ "arguments": [ { "name": "value2", - "nativeSrc": "1704:6:46", + "nativeSrc": "5485:6:46", "nodeType": "YulIdentifier", - "src": "1704:6:46" + "src": "5485:6:46" } ], "functionName": { "name": "iszero", - "nativeSrc": "1697:6:46", + "nativeSrc": "5478:6:46", "nodeType": "YulIdentifier", - "src": "1697:6:46" + "src": "5478:6:46" }, - "nativeSrc": "1697:14:46", + "nativeSrc": "5478:14:46", "nodeType": "YulFunctionCall", - "src": "1697:14:46" + "src": "5478:14:46" } ], "functionName": { "name": "iszero", - "nativeSrc": "1690:6:46", + "nativeSrc": "5471:6:46", "nodeType": "YulIdentifier", - "src": "1690:6:46" + "src": "5471:6:46" }, - "nativeSrc": "1690:22:46", + "nativeSrc": "5471:22:46", "nodeType": "YulFunctionCall", - "src": "1690:22:46" + "src": "5471:22:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "1663:6:46", + "nativeSrc": "5444:6:46", "nodeType": "YulIdentifier", - "src": "1663:6:46" + "src": "5444:6:46" }, - "nativeSrc": "1663:50:46", + "nativeSrc": "5444:50:46", "nodeType": "YulFunctionCall", - "src": "1663:50:46" + "src": "5444:50:46" }, - "nativeSrc": "1663:50:46", + "nativeSrc": "5444:50:46", "nodeType": "YulExpressionStatement", - "src": "1663:50:46" + "src": "5444:50:46" } ] }, "name": "abi_encode_tuple_t_bytes32_t_address_t_bool__to_t_bytes32_t_address_t_bool__fromStack_reversed", - "nativeSrc": "1341:378:46", + "nativeSrc": "5122:378:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "1445:9:46", + "nativeSrc": "5226:9:46", "nodeType": "YulTypedName", - "src": "1445:9:46", + "src": "5226:9:46", "type": "" }, { "name": "value2", - "nativeSrc": "1456:6:46", + "nativeSrc": "5237:6:46", "nodeType": "YulTypedName", - "src": "1456:6:46", + "src": "5237:6:46", "type": "" }, { "name": "value1", - "nativeSrc": "1464:6:46", + "nativeSrc": "5245:6:46", "nodeType": "YulTypedName", - "src": "1464:6:46", + "src": "5245:6:46", "type": "" }, { "name": "value0", - "nativeSrc": "1472:6:46", + "nativeSrc": "5253:6:46", "nodeType": "YulTypedName", - "src": "1472:6:46", + "src": "5253:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "1483:4:46", + "nativeSrc": "5264:4:46", "nodeType": "YulTypedName", - "src": "1483:4:46", + "src": "5264:4:46", "type": "" } ], - "src": "1341:378:46" + "src": "5122:378:46" }, { "body": { - "nativeSrc": "1804:208:46", + "nativeSrc": "5586:149:46", "nodeType": "YulBlock", - "src": "1804:208:46", + "src": "5586:149:46", "statements": [ { "body": { - "nativeSrc": "1850:16:46", - "nodeType": "YulBlock", - "src": "1850:16:46", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1859:1:46", - "nodeType": "YulLiteral", - "src": "1859:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1862:1:46", - "nodeType": "YulLiteral", - "src": "1862:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1852:6:46", - "nodeType": "YulIdentifier", - "src": "1852:6:46" - }, - "nativeSrc": "1852:12:46", - "nodeType": "YulFunctionCall", - "src": "1852:12:46" - }, - "nativeSrc": "1852:12:46", - "nodeType": "YulExpressionStatement", - "src": "1852:12:46" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "1825:7:46", - "nodeType": "YulIdentifier", - "src": "1825:7:46" - }, - { - "name": "headStart", - "nativeSrc": "1834:9:46", - "nodeType": "YulIdentifier", - "src": "1834:9:46" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "1821:3:46", - "nodeType": "YulIdentifier", - "src": "1821:3:46" - }, - "nativeSrc": "1821:23:46", - "nodeType": "YulFunctionCall", - "src": "1821:23:46" - }, - { - "kind": "number", - "nativeSrc": "1846:2:46", - "nodeType": "YulLiteral", - "src": "1846:2:46", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "1817:3:46", - "nodeType": "YulIdentifier", - "src": "1817:3:46" - }, - "nativeSrc": "1817:32:46", - "nodeType": "YulFunctionCall", - "src": "1817:32:46" - }, - "nativeSrc": "1814:52:46", - "nodeType": "YulIf", - "src": "1814:52:46" - }, - { - "nativeSrc": "1875:29:46", - "nodeType": "YulVariableDeclaration", - "src": "1875:29:46", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1894:9:46", - "nodeType": "YulIdentifier", - "src": "1894:9:46" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "1888:5:46", - "nodeType": "YulIdentifier", - "src": "1888:5:46" - }, - "nativeSrc": "1888:16:46", - "nodeType": "YulFunctionCall", - "src": "1888:16:46" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "1879:5:46", - "nodeType": "YulTypedName", - "src": "1879:5:46", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1966:16:46", + "nativeSrc": "5632:16:46", "nodeType": "YulBlock", - "src": "1966:16:46", + "src": "5632:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "1975:1:46", + "nativeSrc": "5641:1:46", "nodeType": "YulLiteral", - "src": "1975:1:46", + "src": "5641:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "1978:1:46", + "nativeSrc": "5644:1:46", "nodeType": "YulLiteral", - "src": "1978:1:46", + "src": "5644:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "1968:6:46", + "nativeSrc": "5634:6:46", "nodeType": "YulIdentifier", - "src": "1968:6:46" + "src": "5634:6:46" }, - "nativeSrc": "1968:12:46", + "nativeSrc": "5634:12:46", "nodeType": "YulFunctionCall", - "src": "1968:12:46" + "src": "5634:12:46" }, - "nativeSrc": "1968:12:46", + "nativeSrc": "5634:12:46", "nodeType": "YulExpressionStatement", - "src": "1968:12:46" + "src": "5634:12:46" } ] }, @@ -313919,158 +320552,361 @@ { "arguments": [ { - "name": "value", - "nativeSrc": "1926:5:46", + "name": "dataEnd", + "nativeSrc": "5607:7:46", "nodeType": "YulIdentifier", - "src": "1926:5:46" + "src": "5607:7:46" }, { - "arguments": [ - { - "name": "value", - "nativeSrc": "1937:5:46", - "nodeType": "YulIdentifier", - "src": "1937:5:46" - }, - { - "kind": "number", - "nativeSrc": "1944:18:46", - "nodeType": "YulLiteral", - "src": "1944:18:46", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1933:3:46", - "nodeType": "YulIdentifier", - "src": "1933:3:46" - }, - "nativeSrc": "1933:30:46", - "nodeType": "YulFunctionCall", - "src": "1933:30:46" + "name": "headStart", + "nativeSrc": "5616:9:46", + "nodeType": "YulIdentifier", + "src": "5616:9:46" } ], "functionName": { - "name": "eq", - "nativeSrc": "1923:2:46", + "name": "sub", + "nativeSrc": "5603:3:46", "nodeType": "YulIdentifier", - "src": "1923:2:46" + "src": "5603:3:46" }, - "nativeSrc": "1923:41:46", + "nativeSrc": "5603:23:46", "nodeType": "YulFunctionCall", - "src": "1923:41:46" + "src": "5603:23:46" + }, + { + "kind": "number", + "nativeSrc": "5628:2:46", + "nodeType": "YulLiteral", + "src": "5628:2:46", + "type": "", + "value": "32" } ], "functionName": { - "name": "iszero", - "nativeSrc": "1916:6:46", + "name": "slt", + "nativeSrc": "5599:3:46", "nodeType": "YulIdentifier", - "src": "1916:6:46" + "src": "5599:3:46" }, - "nativeSrc": "1916:49:46", + "nativeSrc": "5599:32:46", "nodeType": "YulFunctionCall", - "src": "1916:49:46" + "src": "5599:32:46" }, - "nativeSrc": "1913:69:46", + "nativeSrc": "5596:52:46", "nodeType": "YulIf", - "src": "1913:69:46" + "src": "5596:52:46" + }, + { + "nativeSrc": "5657:14:46", + "nodeType": "YulVariableDeclaration", + "src": "5657:14:46", + "value": { + "kind": "number", + "nativeSrc": "5670:1:46", + "nodeType": "YulLiteral", + "src": "5670:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "5661:5:46", + "nodeType": "YulTypedName", + "src": "5661:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "5680:25:46", + "nodeType": "YulAssignment", + "src": "5680:25:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5695:9:46", + "nodeType": "YulIdentifier", + "src": "5695:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "5689:5:46", + "nodeType": "YulIdentifier", + "src": "5689:5:46" + }, + "nativeSrc": "5689:16:46", + "nodeType": "YulFunctionCall", + "src": "5689:16:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "5680:5:46", + "nodeType": "YulIdentifier", + "src": "5680:5:46" + } + ] }, { - "nativeSrc": "1991:15:46", + "nativeSrc": "5714:15:46", "nodeType": "YulAssignment", - "src": "1991:15:46", + "src": "5714:15:46", "value": { "name": "value", - "nativeSrc": "2001:5:46", + "nativeSrc": "5724:5:46", "nodeType": "YulIdentifier", - "src": "2001:5:46" + "src": "5724:5:46" }, "variableNames": [ { "name": "value0", - "nativeSrc": "1991:6:46", + "nativeSrc": "5714:6:46", "nodeType": "YulIdentifier", - "src": "1991:6:46" + "src": "5714:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes32_fromMemory", + "nativeSrc": "5505:230:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5552:9:46", + "nodeType": "YulTypedName", + "src": "5552:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5563:7:46", + "nodeType": "YulTypedName", + "src": "5563:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5575:6:46", + "nodeType": "YulTypedName", + "src": "5575:6:46", + "type": "" + } + ], + "src": "5505:230:46" + }, + { + "body": { + "nativeSrc": "5820:126:46", + "nodeType": "YulBlock", + "src": "5820:126:46", + "statements": [ + { + "body": { + "nativeSrc": "5866:16:46", + "nodeType": "YulBlock", + "src": "5866:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5875:1:46", + "nodeType": "YulLiteral", + "src": "5875:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5878:1:46", + "nodeType": "YulLiteral", + "src": "5878:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5868:6:46", + "nodeType": "YulIdentifier", + "src": "5868:6:46" + }, + "nativeSrc": "5868:12:46", + "nodeType": "YulFunctionCall", + "src": "5868:12:46" + }, + "nativeSrc": "5868:12:46", + "nodeType": "YulExpressionStatement", + "src": "5868:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5841:7:46", + "nodeType": "YulIdentifier", + "src": "5841:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5850:9:46", + "nodeType": "YulIdentifier", + "src": "5850:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5837:3:46", + "nodeType": "YulIdentifier", + "src": "5837:3:46" + }, + "nativeSrc": "5837:23:46", + "nodeType": "YulFunctionCall", + "src": "5837:23:46" + }, + { + "kind": "number", + "nativeSrc": "5862:2:46", + "nodeType": "YulLiteral", + "src": "5862:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5833:3:46", + "nodeType": "YulIdentifier", + "src": "5833:3:46" + }, + "nativeSrc": "5833:32:46", + "nodeType": "YulFunctionCall", + "src": "5833:32:46" + }, + "nativeSrc": "5830:52:46", + "nodeType": "YulIf", + "src": "5830:52:46" + }, + { + "nativeSrc": "5891:49:46", + "nodeType": "YulAssignment", + "src": "5891:49:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5930:9:46", + "nodeType": "YulIdentifier", + "src": "5930:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64_fromMemory", + "nativeSrc": "5901:28:46", + "nodeType": "YulIdentifier", + "src": "5901:28:46" + }, + "nativeSrc": "5901:39:46", + "nodeType": "YulFunctionCall", + "src": "5901:39:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5891:6:46", + "nodeType": "YulIdentifier", + "src": "5891:6:46" } ] } ] }, "name": "abi_decode_tuple_t_uint64_fromMemory", - "nativeSrc": "1724:288:46", + "nativeSrc": "5740:206:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "1770:9:46", + "nativeSrc": "5786:9:46", "nodeType": "YulTypedName", - "src": "1770:9:46", + "src": "5786:9:46", "type": "" }, { "name": "dataEnd", - "nativeSrc": "1781:7:46", + "nativeSrc": "5797:7:46", "nodeType": "YulTypedName", - "src": "1781:7:46", + "src": "5797:7:46", "type": "" } ], "returnVariables": [ { "name": "value0", - "nativeSrc": "1793:6:46", + "nativeSrc": "5809:6:46", "nodeType": "YulTypedName", - "src": "1793:6:46", + "src": "5809:6:46", "type": "" } ], - "src": "1724:288:46" + "src": "5740:206:46" }, { "body": { - "nativeSrc": "2144:193:46", + "nativeSrc": "6078:193:46", "nodeType": "YulBlock", - "src": "2144:193:46", + "src": "6078:193:46", "statements": [ { - "nativeSrc": "2154:26:46", + "nativeSrc": "6088:26:46", "nodeType": "YulAssignment", - "src": "2154:26:46", + "src": "6088:26:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "2166:9:46", + "nativeSrc": "6100:9:46", "nodeType": "YulIdentifier", - "src": "2166:9:46" + "src": "6100:9:46" }, { "kind": "number", - "nativeSrc": "2177:2:46", + "nativeSrc": "6111:2:46", "nodeType": "YulLiteral", - "src": "2177:2:46", + "src": "6111:2:46", "type": "", "value": "64" } ], "functionName": { "name": "add", - "nativeSrc": "2162:3:46", + "nativeSrc": "6096:3:46", "nodeType": "YulIdentifier", - "src": "2162:3:46" + "src": "6096:3:46" }, - "nativeSrc": "2162:18:46", + "nativeSrc": "6096:18:46", "nodeType": "YulFunctionCall", - "src": "2162:18:46" + "src": "6096:18:46" }, "variableNames": [ { "name": "tail", - "nativeSrc": "2154:4:46", + "nativeSrc": "6088:4:46", "nodeType": "YulIdentifier", - "src": "2154:4:46" + "src": "6088:4:46" } ] }, @@ -314079,51 +320915,51 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "2196:9:46", + "nativeSrc": "6130:9:46", "nodeType": "YulIdentifier", - "src": "2196:9:46" + "src": "6130:9:46" }, { "arguments": [ { "name": "value0", - "nativeSrc": "2211:6:46", + "nativeSrc": "6145:6:46", "nodeType": "YulIdentifier", - "src": "2211:6:46" + "src": "6145:6:46" }, { "kind": "number", - "nativeSrc": "2219:18:46", + "nativeSrc": "6153:18:46", "nodeType": "YulLiteral", - "src": "2219:18:46", + "src": "6153:18:46", "type": "", "value": "0xffffffffffffffff" } ], "functionName": { "name": "and", - "nativeSrc": "2207:3:46", + "nativeSrc": "6141:3:46", "nodeType": "YulIdentifier", - "src": "2207:3:46" + "src": "6141:3:46" }, - "nativeSrc": "2207:31:46", + "nativeSrc": "6141:31:46", "nodeType": "YulFunctionCall", - "src": "2207:31:46" + "src": "6141:31:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "2189:6:46", + "nativeSrc": "6123:6:46", "nodeType": "YulIdentifier", - "src": "2189:6:46" + "src": "6123:6:46" }, - "nativeSrc": "2189:50:46", + "nativeSrc": "6123:50:46", "nodeType": "YulFunctionCall", - "src": "2189:50:46" + "src": "6123:50:46" }, - "nativeSrc": "2189:50:46", + "nativeSrc": "6123:50:46", "nodeType": "YulExpressionStatement", - "src": "2189:50:46" + "src": "6123:50:46" }, { "expression": { @@ -314132,155 +320968,155 @@ "arguments": [ { "name": "headStart", - "nativeSrc": "2259:9:46", + "nativeSrc": "6193:9:46", "nodeType": "YulIdentifier", - "src": "2259:9:46" + "src": "6193:9:46" }, { "kind": "number", - "nativeSrc": "2270:2:46", + "nativeSrc": "6204:2:46", "nodeType": "YulLiteral", - "src": "2270:2:46", + "src": "6204:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "2255:3:46", + "nativeSrc": "6189:3:46", "nodeType": "YulIdentifier", - "src": "2255:3:46" + "src": "6189:3:46" }, - "nativeSrc": "2255:18:46", + "nativeSrc": "6189:18:46", "nodeType": "YulFunctionCall", - "src": "2255:18:46" + "src": "6189:18:46" }, { "arguments": [ { "name": "value1", - "nativeSrc": "2279:6:46", + "nativeSrc": "6213:6:46", "nodeType": "YulIdentifier", - "src": "2279:6:46" + "src": "6213:6:46" }, { "kind": "number", - "nativeSrc": "2287:42:46", + "nativeSrc": "6221:42:46", "nodeType": "YulLiteral", - "src": "2287:42:46", + "src": "6221:42:46", "type": "", "value": "0xffffffffffffffffffffffffffffffffffffffff" } ], "functionName": { "name": "and", - "nativeSrc": "2275:3:46", + "nativeSrc": "6209:3:46", "nodeType": "YulIdentifier", - "src": "2275:3:46" + "src": "6209:3:46" }, - "nativeSrc": "2275:55:46", + "nativeSrc": "6209:55:46", "nodeType": "YulFunctionCall", - "src": "2275:55:46" + "src": "6209:55:46" } ], "functionName": { "name": "mstore", - "nativeSrc": "2248:6:46", + "nativeSrc": "6182:6:46", "nodeType": "YulIdentifier", - "src": "2248:6:46" + "src": "6182:6:46" }, - "nativeSrc": "2248:83:46", + "nativeSrc": "6182:83:46", "nodeType": "YulFunctionCall", - "src": "2248:83:46" + "src": "6182:83:46" }, - "nativeSrc": "2248:83:46", + "nativeSrc": "6182:83:46", "nodeType": "YulExpressionStatement", - "src": "2248:83:46" + "src": "6182:83:46" } ] }, "name": "abi_encode_tuple_t_uint64_t_address__to_t_uint64_t_address__fromStack_reversed", - "nativeSrc": "2017:320:46", + "nativeSrc": "5951:320:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "2105:9:46", + "nativeSrc": "6039:9:46", "nodeType": "YulTypedName", - "src": "2105:9:46", + "src": "6039:9:46", "type": "" }, { "name": "value1", - "nativeSrc": "2116:6:46", + "nativeSrc": "6050:6:46", "nodeType": "YulTypedName", - "src": "2116:6:46", + "src": "6050:6:46", "type": "" }, { "name": "value0", - "nativeSrc": "2124:6:46", + "nativeSrc": "6058:6:46", "nodeType": "YulTypedName", - "src": "2124:6:46", + "src": "6058:6:46", "type": "" } ], "returnVariables": [ { "name": "tail", - "nativeSrc": "2135:4:46", + "nativeSrc": "6069:4:46", "nodeType": "YulTypedName", - "src": "2135:4:46", + "src": "6069:4:46", "type": "" } ], - "src": "2017:320:46" + "src": "5951:320:46" }, { "body": { - "nativeSrc": "2436:348:46", + "nativeSrc": "6370:265:46", "nodeType": "YulBlock", - "src": "2436:348:46", + "src": "6370:265:46", "statements": [ { "body": { - "nativeSrc": "2482:16:46", + "nativeSrc": "6416:16:46", "nodeType": "YulBlock", - "src": "2482:16:46", + "src": "6416:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "2491:1:46", + "nativeSrc": "6425:1:46", "nodeType": "YulLiteral", - "src": "2491:1:46", + "src": "6425:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "2494:1:46", + "nativeSrc": "6428:1:46", "nodeType": "YulLiteral", - "src": "2494:1:46", + "src": "6428:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "2484:6:46", + "nativeSrc": "6418:6:46", "nodeType": "YulIdentifier", - "src": "2484:6:46" + "src": "6418:6:46" }, - "nativeSrc": "2484:12:46", + "nativeSrc": "6418:12:46", "nodeType": "YulFunctionCall", - "src": "2484:12:46" + "src": "6418:12:46" }, - "nativeSrc": "2484:12:46", + "nativeSrc": "6418:12:46", "nodeType": "YulExpressionStatement", - "src": "2484:12:46" + "src": "6418:12:46" } ] }, @@ -314290,305 +321126,175 @@ "arguments": [ { "name": "dataEnd", - "nativeSrc": "2457:7:46", + "nativeSrc": "6391:7:46", "nodeType": "YulIdentifier", - "src": "2457:7:46" + "src": "6391:7:46" }, { "name": "headStart", - "nativeSrc": "2466:9:46", + "nativeSrc": "6400:9:46", "nodeType": "YulIdentifier", - "src": "2466:9:46" + "src": "6400:9:46" } ], "functionName": { "name": "sub", - "nativeSrc": "2453:3:46", + "nativeSrc": "6387:3:46", "nodeType": "YulIdentifier", - "src": "2453:3:46" + "src": "6387:3:46" }, - "nativeSrc": "2453:23:46", + "nativeSrc": "6387:23:46", "nodeType": "YulFunctionCall", - "src": "2453:23:46" + "src": "6387:23:46" }, { "kind": "number", - "nativeSrc": "2478:2:46", + "nativeSrc": "6412:2:46", "nodeType": "YulLiteral", - "src": "2478:2:46", + "src": "6412:2:46", "type": "", "value": "64" } ], "functionName": { "name": "slt", - "nativeSrc": "2449:3:46", + "nativeSrc": "6383:3:46", "nodeType": "YulIdentifier", - "src": "2449:3:46" + "src": "6383:3:46" }, - "nativeSrc": "2449:32:46", + "nativeSrc": "6383:32:46", "nodeType": "YulFunctionCall", - "src": "2449:32:46" + "src": "6383:32:46" }, - "nativeSrc": "2446:52:46", + "nativeSrc": "6380:52:46", "nodeType": "YulIf", - "src": "2446:52:46" + "src": "6380:52:46" }, { - "nativeSrc": "2507:29:46", - "nodeType": "YulVariableDeclaration", - "src": "2507:29:46", + "nativeSrc": "6441:47:46", + "nodeType": "YulAssignment", + "src": "6441:47:46", "value": { "arguments": [ { "name": "headStart", - "nativeSrc": "2526:9:46", + "nativeSrc": "6478:9:46", "nodeType": "YulIdentifier", - "src": "2526:9:46" + "src": "6478:9:46" } ], "functionName": { - "name": "mload", - "nativeSrc": "2520:5:46", - "nodeType": "YulIdentifier", - "src": "2520:5:46" - }, - "nativeSrc": "2520:16:46", - "nodeType": "YulFunctionCall", - "src": "2520:16:46" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "2511:5:46", - "nodeType": "YulTypedName", - "src": "2511:5:46", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2589:16:46", - "nodeType": "YulBlock", - "src": "2589:16:46", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2598:1:46", - "nodeType": "YulLiteral", - "src": "2598:1:46", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2601:1:46", - "nodeType": "YulLiteral", - "src": "2601:1:46", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2591:6:46", - "nodeType": "YulIdentifier", - "src": "2591:6:46" - }, - "nativeSrc": "2591:12:46", - "nodeType": "YulFunctionCall", - "src": "2591:12:46" - }, - "nativeSrc": "2591:12:46", - "nodeType": "YulExpressionStatement", - "src": "2591:12:46" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "2558:5:46", - "nodeType": "YulIdentifier", - "src": "2558:5:46" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "2579:5:46", - "nodeType": "YulIdentifier", - "src": "2579:5:46" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2572:6:46", - "nodeType": "YulIdentifier", - "src": "2572:6:46" - }, - "nativeSrc": "2572:13:46", - "nodeType": "YulFunctionCall", - "src": "2572:13:46" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2565:6:46", - "nodeType": "YulIdentifier", - "src": "2565:6:46" - }, - "nativeSrc": "2565:21:46", - "nodeType": "YulFunctionCall", - "src": "2565:21:46" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "2555:2:46", - "nodeType": "YulIdentifier", - "src": "2555:2:46" - }, - "nativeSrc": "2555:32:46", - "nodeType": "YulFunctionCall", - "src": "2555:32:46" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2548:6:46", + "name": "abi_decode_bool_fromMemory", + "nativeSrc": "6451:26:46", "nodeType": "YulIdentifier", - "src": "2548:6:46" + "src": "6451:26:46" }, - "nativeSrc": "2548:40:46", + "nativeSrc": "6451:37:46", "nodeType": "YulFunctionCall", - "src": "2548:40:46" - }, - "nativeSrc": "2545:60:46", - "nodeType": "YulIf", - "src": "2545:60:46" - }, - { - "nativeSrc": "2614:15:46", - "nodeType": "YulAssignment", - "src": "2614:15:46", - "value": { - "name": "value", - "nativeSrc": "2624:5:46", - "nodeType": "YulIdentifier", - "src": "2624:5:46" + "src": "6451:37:46" }, "variableNames": [ { "name": "value0", - "nativeSrc": "2614:6:46", + "nativeSrc": "6441:6:46", "nodeType": "YulIdentifier", - "src": "2614:6:46" + "src": "6441:6:46" } ] }, { - "nativeSrc": "2638:40:46", + "nativeSrc": "6497:38:46", "nodeType": "YulVariableDeclaration", - "src": "2638:40:46", + "src": "6497:38:46", "value": { "arguments": [ { "arguments": [ { "name": "headStart", - "nativeSrc": "2663:9:46", + "nativeSrc": "6520:9:46", "nodeType": "YulIdentifier", - "src": "2663:9:46" + "src": "6520:9:46" }, { "kind": "number", - "nativeSrc": "2674:2:46", + "nativeSrc": "6531:2:46", "nodeType": "YulLiteral", - "src": "2674:2:46", + "src": "6531:2:46", "type": "", "value": "32" } ], "functionName": { "name": "add", - "nativeSrc": "2659:3:46", + "nativeSrc": "6516:3:46", "nodeType": "YulIdentifier", - "src": "2659:3:46" + "src": "6516:3:46" }, - "nativeSrc": "2659:18:46", + "nativeSrc": "6516:18:46", "nodeType": "YulFunctionCall", - "src": "2659:18:46" + "src": "6516:18:46" } ], "functionName": { "name": "mload", - "nativeSrc": "2653:5:46", + "nativeSrc": "6510:5:46", "nodeType": "YulIdentifier", - "src": "2653:5:46" + "src": "6510:5:46" }, - "nativeSrc": "2653:25:46", + "nativeSrc": "6510:25:46", "nodeType": "YulFunctionCall", - "src": "2653:25:46" + "src": "6510:25:46" }, "variables": [ { - "name": "value_1", - "nativeSrc": "2642:7:46", + "name": "value", + "nativeSrc": "6501:5:46", "nodeType": "YulTypedName", - "src": "2642:7:46", + "src": "6501:5:46", "type": "" } ] }, { "body": { - "nativeSrc": "2736:16:46", + "nativeSrc": "6589:16:46", "nodeType": "YulBlock", - "src": "2736:16:46", + "src": "6589:16:46", "statements": [ { "expression": { "arguments": [ { "kind": "number", - "nativeSrc": "2745:1:46", + "nativeSrc": "6598:1:46", "nodeType": "YulLiteral", - "src": "2745:1:46", + "src": "6598:1:46", "type": "", "value": "0" }, { "kind": "number", - "nativeSrc": "2748:1:46", + "nativeSrc": "6601:1:46", "nodeType": "YulLiteral", - "src": "2748:1:46", + "src": "6601:1:46", "type": "", "value": "0" } ], "functionName": { "name": "revert", - "nativeSrc": "2738:6:46", + "nativeSrc": "6591:6:46", "nodeType": "YulIdentifier", - "src": "2738:6:46" + "src": "6591:6:46" }, - "nativeSrc": "2738:12:46", + "nativeSrc": "6591:12:46", "nodeType": "YulFunctionCall", - "src": "2738:12:46" + "src": "6591:12:46" }, - "nativeSrc": "2738:12:46", + "nativeSrc": "6591:12:46", "nodeType": "YulExpressionStatement", - "src": "2738:12:46" + "src": "6591:12:46" } ] }, @@ -314597,138 +321303,150 @@ { "arguments": [ { - "name": "value_1", - "nativeSrc": "2700:7:46", + "name": "value", + "nativeSrc": "6557:5:46", "nodeType": "YulIdentifier", - "src": "2700:7:46" + "src": "6557:5:46" }, { "arguments": [ { - "name": "value_1", - "nativeSrc": "2713:7:46", + "name": "value", + "nativeSrc": "6568:5:46", "nodeType": "YulIdentifier", - "src": "2713:7:46" + "src": "6568:5:46" }, { "kind": "number", - "nativeSrc": "2722:10:46", + "nativeSrc": "6575:10:46", "nodeType": "YulLiteral", - "src": "2722:10:46", + "src": "6575:10:46", "type": "", "value": "0xffffffff" } ], "functionName": { "name": "and", - "nativeSrc": "2709:3:46", + "nativeSrc": "6564:3:46", "nodeType": "YulIdentifier", - "src": "2709:3:46" + "src": "6564:3:46" }, - "nativeSrc": "2709:24:46", + "nativeSrc": "6564:22:46", "nodeType": "YulFunctionCall", - "src": "2709:24:46" + "src": "6564:22:46" } ], "functionName": { "name": "eq", - "nativeSrc": "2697:2:46", + "nativeSrc": "6554:2:46", "nodeType": "YulIdentifier", - "src": "2697:2:46" + "src": "6554:2:46" }, - "nativeSrc": "2697:37:46", + "nativeSrc": "6554:33:46", "nodeType": "YulFunctionCall", - "src": "2697:37:46" + "src": "6554:33:46" } ], "functionName": { "name": "iszero", - "nativeSrc": "2690:6:46", + "nativeSrc": "6547:6:46", "nodeType": "YulIdentifier", - "src": "2690:6:46" + "src": "6547:6:46" }, - "nativeSrc": "2690:45:46", + "nativeSrc": "6547:41:46", "nodeType": "YulFunctionCall", - "src": "2690:45:46" + "src": "6547:41:46" }, - "nativeSrc": "2687:65:46", + "nativeSrc": "6544:61:46", "nodeType": "YulIf", - "src": "2687:65:46" + "src": "6544:61:46" }, { - "nativeSrc": "2761:17:46", + "nativeSrc": "6614:15:46", "nodeType": "YulAssignment", - "src": "2761:17:46", + "src": "6614:15:46", "value": { - "name": "value_1", - "nativeSrc": "2771:7:46", + "name": "value", + "nativeSrc": "6624:5:46", "nodeType": "YulIdentifier", - "src": "2771:7:46" + "src": "6624:5:46" }, "variableNames": [ { "name": "value1", - "nativeSrc": "2761:6:46", + "nativeSrc": "6614:6:46", "nodeType": "YulIdentifier", - "src": "2761:6:46" + "src": "6614:6:46" } ] } ] }, "name": "abi_decode_tuple_t_boolt_uint32_fromMemory", - "nativeSrc": "2342:442:46", + "nativeSrc": "6276:359:46", "nodeType": "YulFunctionDefinition", "parameters": [ { "name": "headStart", - "nativeSrc": "2394:9:46", + "nativeSrc": "6328:9:46", "nodeType": "YulTypedName", - "src": "2394:9:46", + "src": "6328:9:46", "type": "" }, { "name": "dataEnd", - "nativeSrc": "2405:7:46", + "nativeSrc": "6339:7:46", "nodeType": "YulTypedName", - "src": "2405:7:46", + "src": "6339:7:46", "type": "" } ], "returnVariables": [ { "name": "value0", - "nativeSrc": "2417:6:46", + "nativeSrc": "6351:6:46", "nodeType": "YulTypedName", - "src": "2417:6:46", + "src": "6351:6:46", "type": "" }, { "name": "value1", - "nativeSrc": "2425:6:46", + "nativeSrc": "6359:6:46", "nodeType": "YulTypedName", - "src": "2425:6:46", + "src": "6359:6:46", "type": "" } ], - "src": "2342:442:46" + "src": "6276:359:46" } ] }, - "contents": "{\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_tuple_t_bytes32t_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := calldataload(headStart)\n value1 := abi_decode_address(add(headStart, 32))\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_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_bytes32_t_address_t_bool__to_t_bytes32_t_address_t_bool__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), iszero(iszero(value2)))\n }\n function abi_decode_tuple_t_uint64_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, 0xffffffffffffffff))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_uint64_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}", + "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_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 validator_revert_address(value)\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 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_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_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_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function allocate_memory_821() -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, 0x0140)\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 abi_decode_uint64_fromMemory(offset) -> value\n {\n value := mload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_address_fromMemory(offset) -> value\n {\n value := mload(offset)\n validator_revert_address(value)\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_bytes_fromMemory(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n let length := mload(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 let i := 0\n for { } lt(i, length) { i := add(i, 0x20) }\n {\n mstore(add(add(array_1, i), 0x20), mload(add(add(offset, i), 0x20)))\n }\n mstore(add(add(array_1, length), 0x20), 0)\n array := array_1\n }\n function abi_decode_tuple_t_struct$_Attestation_$49_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), 0x0140) { revert(0, 0) }\n let value := allocate_memory_821()\n let value_1 := 0\n value_1 := mload(_1)\n mstore(value, value_1)\n let value_2 := 0\n value_2 := mload(add(_1, 32))\n mstore(add(value, 32), value_2)\n mstore(add(value, 64), abi_decode_uint64_fromMemory(add(_1, 64)))\n mstore(add(value, 96), abi_decode_uint64_fromMemory(add(_1, 96)))\n mstore(add(value, 128), abi_decode_uint64_fromMemory(add(_1, 128)))\n let value_3 := 0\n value_3 := mload(add(_1, 160))\n mstore(add(value, 160), value_3)\n mstore(add(value, 192), abi_decode_address_fromMemory(add(_1, 192)))\n mstore(add(value, 224), abi_decode_address_fromMemory(add(_1, 224)))\n mstore(add(value, 256), abi_decode_bool_fromMemory(add(_1, 256)))\n let offset_1 := mload(add(_1, 288))\n if gt(offset_1, 0xffffffffffffffff) { revert(0, 0) }\n mstore(add(value, 288), abi_decode_bytes_fromMemory(add(_1, offset_1), dataEnd))\n value0 := value\n }\n function abi_encode_tuple_t_bytes32_t_address_t_bool__to_t_bytes32_t_address_t_bool__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), iszero(iszero(value2)))\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_uint64_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_uint64_fromMemory(headStart)\n }\n function abi_encode_tuple_t_uint64_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 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}", "id": 46, "language": "Yul", "name": "#utility.yul" } ], - "immutableReferences": {}, + "immutableReferences": { + "13873": [ + { + "length": 32, + "start": 193 + }, + { + "length": 32, + "start": 913 + } + ] + }, "linkReferences": {}, - "object": "608060405234801561001057600080fd5b50600436106100725760003560e01c8063a6a8f17b11610050578063a6a8f17b14610113578063bc58645614610126578063bf7e214f1461013957600080fd5b806328545c0d146100775780637a9e5e4b146100c55780638fb36037146100da575b600080fd5b6100b0610085366004610522565b60009182526001602090815260408084206001600160a01b0393909316845291905290205460ff1690565b60405190151581526020015b60405180910390f35b6100d86100d336600461054e565b610154565b005b6100e2610206565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020016100bc565b6100d8610121366004610522565b610254565b6100d8610134366004610522565b6102c9565b6000546040516001600160a01b0390911681526020016100bc565b60005433906001600160a01b031681146101aa576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b6000036101f9576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016101a1565b6102028261033a565b5050565b6000805474010000000000000000000000000000000000000000900460ff1661022f5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b61025c6103a6565b60008281526001602090815260408083206001600160a01b038516808552908352818420805460ff191690558151868152928301528101919091527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f35906060015b60405180910390a15050565b6102d16103a6565b60008281526001602081815260408084206001600160a01b03861680865290835293819020805460ff191684179055805186815291820193909352918201527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f35906060016102bd565b600080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006103b06103ee565b9050806103eb576040517fdccef9640000000000000000000000000000000000000000000000000000000081523360048201526024016101a1565b50565b6000806104036000546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b0316630125a4256040518163ffffffff1660e01b8152600401602060405180830381865afa158015610454573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104789190610570565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201523360248201526044016040805180830381865afa1580156104da573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104fe919061059a565b509392505050565b80356001600160a01b038116811461051d57600080fd5b919050565b6000806040838503121561053557600080fd5b8235915061054560208401610506565b90509250929050565b60006020828403121561056057600080fd5b61056982610506565b9392505050565b60006020828403121561058257600080fd5b815167ffffffffffffffff8116811461056957600080fd5b600080604083850312156105ad57600080fd5b825180151581146105bd57600080fd5b602084015190925063ffffffff811681146105d757600080fd5b80915050925092905056fea26469706673582212208dcb1cb909ff839297285c0c8515d7c2bb3c2905e1a9abf81ec3ccaed2ec4cfd64736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x72 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xA6A8F17B GT PUSH2 0x50 JUMPI DUP1 PUSH4 0xA6A8F17B EQ PUSH2 0x113 JUMPI DUP1 PUSH4 0xBC586456 EQ PUSH2 0x126 JUMPI DUP1 PUSH4 0xBF7E214F EQ PUSH2 0x139 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x28545C0D EQ PUSH2 0x77 JUMPI DUP1 PUSH4 0x7A9E5E4B EQ PUSH2 0xC5 JUMPI DUP1 PUSH4 0x8FB36037 EQ PUSH2 0xDA JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xB0 PUSH2 0x85 CALLDATASIZE PUSH1 0x4 PUSH2 0x522 JUMP JUMPDEST PUSH1 0x0 SWAP2 DUP3 MSTORE PUSH1 0x1 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB 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 JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xD8 PUSH2 0xD3 CALLDATASIZE PUSH1 0x4 PUSH2 0x54E JUMP JUMPDEST PUSH2 0x154 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xE2 PUSH2 0x206 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xBC JUMP JUMPDEST PUSH2 0xD8 PUSH2 0x121 CALLDATASIZE PUSH1 0x4 PUSH2 0x522 JUMP JUMPDEST PUSH2 0x254 JUMP JUMPDEST PUSH2 0xD8 PUSH2 0x134 CALLDATASIZE PUSH1 0x4 PUSH2 0x522 JUMP JUMPDEST PUSH2 0x2C9 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 0xBC JUMP JUMPDEST PUSH1 0x0 SLOAD CALLER SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 EQ PUSH2 0x1AA 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 0x1F9 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 0x1A1 JUMP JUMPDEST PUSH2 0x202 DUP3 PUSH2 0x33A JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH21 0x10000000000000000000000000000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x22F JUMPI POP PUSH1 0x0 SWAP1 JUMP JUMPDEST POP PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 SWAP1 JUMP JUMPDEST PUSH2 0x25C PUSH2 0x3A6 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND DUP1 DUP6 MSTORE SWAP1 DUP4 MSTORE DUP2 DUP5 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE DUP2 MLOAD DUP7 DUP2 MSTORE SWAP3 DUP4 ADD MSTORE DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH32 0xA7DBB3DD7FC1F02D38DF3BA26B3867FA7010E3497F7A3E33F0B1A75E794D8F35 SWAP1 PUSH1 0x60 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP JUMP JUMPDEST PUSH2 0x2D1 PUSH2 0x3A6 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND DUP1 DUP7 MSTORE SWAP1 DUP4 MSTORE SWAP4 DUP2 SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND DUP5 OR SWAP1 SSTORE DUP1 MLOAD DUP7 DUP2 MSTORE SWAP2 DUP3 ADD SWAP4 SWAP1 SWAP4 MSTORE SWAP2 DUP3 ADD MSTORE PUSH32 0xA7DBB3DD7FC1F02D38DF3BA26B3867FA7010E3497F7A3E33F0B1A75E794D8F35 SWAP1 PUSH1 0x60 ADD PUSH2 0x2BD JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 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 PUSH2 0x3B0 PUSH2 0x3EE JUMP JUMPDEST SWAP1 POP DUP1 PUSH2 0x3EB JUMPI PUSH1 0x40 MLOAD PUSH32 0xDCCEF96400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE CALLER PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x1A1 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x403 PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xD1F856EE DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x125A425 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 0x454 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 0x478 SWAP2 SWAP1 PUSH2 0x570 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 PUSH1 0xE0 DUP5 SWAP1 SHL AND DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x4 DUP3 ADD MSTORE CALLER PUSH1 0x24 DUP3 ADD MSTORE PUSH1 0x44 ADD PUSH1 0x40 DUP1 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x4DA 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 0x4FE SWAP2 SWAP1 PUSH2 0x59A JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x51D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x535 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH2 0x545 PUSH1 0x20 DUP5 ADD PUSH2 0x506 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x560 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x569 DUP3 PUSH2 0x506 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x582 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x569 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x5AD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x5BD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD MLOAD SWAP1 SWAP3 POP PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x5D7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 DUP14 0xCB SHR 0xB9 MULMOD SELFDESTRUCT DUP4 SWAP3 SWAP8 0x28 TLOAD 0xC DUP6 ISZERO 0xD7 0xC2 0xBB EXTCODECOPY 0x29 SDIV 0xE1 0xA9 0xAB 0xF8 0x1E 0xC3 0xCC 0xAE 0xD2 0xEC 0x4C REVERT PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "366:1303:44:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1059:139;;;;;;:::i;:::-;1143:4;1166:16;;;:11;:16;;;;;;;;-1:-1:-1;;;;;1166:25:44;;;;;;;;;;;;;;;1059:139;;;;639:14:46;;632:22;614:41;;602:2;587:18;1059:139:44;;;;;;;;3057:362:16;;;;;;:::i;:::-;;:::i;:::-;;3460:156;;;:::i;:::-;;;1031:66:46;1019:79;;;1001:98;;989:2;974:18;3460:156:16;857:248:46;853:200:44;;;;;;:::i;:::-;;:::i;658:188::-;;;;;;:::i;:::-;;:::i;2923:93:16:-;2973:7;2999:10;2923:93;;-1:-1:-1;;;;;2999:10:16;;;1256:74:46;;1244:2;1229:18;2923:93:16;1110:226:46;3057:362:16;3126:14;2999:10;735::24;;-1:-1:-1;;;;;2999:10:16;3169:21;;3165:92;;3213:33;;;;;-1:-1:-1;;;;;1274:55:46;;3213:33:16;;;1256:74:46;1229:18;;3213:33:16;;;;;;;;3165:92;3270:12;-1:-1:-1;;;;;3270:24:16;;3298:1;3270:29;3266:110;;3322:43;;;;;-1:-1:-1;;;;;1274:55:46;;3322:43:16;;;1256:74:46;1229:18;;3322:43:16;1110:226:46;3266:110:16;3385:27;3399:12;3385:13;:27::i;:::-;3116:303;3057:362;:::o;3460:156::-;3515:6;3540:18;;;;;;;:69;;-1:-1:-1;3607:1:16;;3460:156::o;3540:69::-;-1:-1:-1;3561:36:16;;3460:156::o;853:200:44:-;937:13;:11;:13::i;:::-;988:5;960:16;;;:11;:16;;;;;;;;-1:-1:-1;;;;;960:25:44;;;;;;;;;;;:33;;-1:-1:-1;;960:33:44;;;1008:38;;1537:25:46;;;1578:18;;;1571:83;1670:18;;1663:50;;;;1008:38:44;;1525:2:46;1510:18;1008:38:44;;;;;;;;853:200;;:::o;658:188::-;732:13;:11;:13::i;:::-;755:16;;;;783:4;755:16;;;;;;;;-1:-1:-1;;;;;755:25:44;;;;;;;;;;;;:32;;-1:-1:-1;;755:32:44;;;;;802:37;;1537:25:46;;;1578:18;;;1571:83;;;;1670:18;;;1663:50;802:37:44;;1525:2:46;1510:18;802:37:44;1341:378:46;3804:149:16;3876:10;:25;;;;-1:-1:-1;;;;;3876:25:16;;;;;;;;3916:30;;1256:74:46;;;3916:30:16;;1244:2:46;1229:18;3916:30:16;;;;;;;3804:149;:::o;1205:172:44:-;1252:10;1265:22;:20;:22::i;:::-;1252:35;;1302:5;1297:74;;1330:30;;;;;1349:10;1330:30;;;1256:74:46;1229:18;;1330:30:44;1110:226:46;1297:74:44;1242:135;1205:172::o;1384:282::-;1439:4;1455:23;1498:11;2973:7:16;2999:10;-1:-1:-1;;;;;2999:10:16;;2923:93;1498:11:44;1455:55;;1521:13;1540:6;-1:-1:-1;;;;;1540:14:44;;1568:6;-1:-1:-1;;;;;1568:30:44;;:32;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1540:94;;;;;;;;;;2219:18:46;2207:31;;;1540:94:44;;;2189:50:46;1614:10:44;2255:18:46;;;2248:83;2162:18;;1540:94:44;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;1520:114:44;1384:282;-1:-1:-1;;;1384:282:44:o;14:196:46:-;82:20;;-1:-1:-1;;;;;131:54:46;;121:65;;111:93;;200:1;197;190:12;111:93;14:196;;;:::o;215:254::-;283:6;291;344:2;332:9;323:7;319:23;315:32;312:52;;;360:1;357;350:12;312:52;396:9;383:23;373:33;;425:38;459:2;448:9;444:18;425:38;:::i;:::-;415:48;;215:254;;;;;:::o;666:186::-;725:6;778:2;766:9;757:7;753:23;749:32;746:52;;;794:1;791;784:12;746:52;817:29;836:9;817:29;:::i;:::-;807:39;666:186;-1:-1:-1;;;666:186:46:o;1724:288::-;1793:6;1846:2;1834:9;1825:7;1821:23;1817:32;1814:52;;;1862:1;1859;1852:12;1814:52;1894:9;1888:16;1944:18;1937:5;1933:30;1926:5;1923:41;1913:69;;1978:1;1975;1968:12;2342:442;2417:6;2425;2478:2;2466:9;2457:7;2453:23;2449:32;2446:52;;;2494:1;2491;2484:12;2446:52;2526:9;2520:16;2579:5;2572:13;2565:21;2558:5;2555:32;2545:60;;2601:1;2598;2591:12;2545:60;2674:2;2659:18;;2653:25;2624:5;;-1:-1:-1;2722:10:46;2709:24;;2697:37;;2687:65;;2748:1;2745;2738:12;2687:65;2771:7;2761:17;;;2342:442;;;;;:::o" + "object": "608060405234801561001057600080fd5b506004361061007d5760003560e01c80638fb360371161005b5780638fb36037146100f9578063a6a8f17b14610132578063bc58645614610145578063bf7e214f1461015857600080fd5b806328545c0d146100825780637a9e5e4b146100aa5780638150864d146100bf575b600080fd5b61009561009036600461076f565b610169565b60405190151581526020015b60405180910390f35b6100bd6100b836600461079f565b6101f1565b005b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020016100a1565b6101016102a3565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020016100a1565b6100bd61014036600461076f565b6102f1565b6100bd61015336600461076f565b6102fd565b6000546001600160a01b03166100e1565b60008281526001602081815260408084206001600160a01b0386168552909152822090810154158061019d5750805460ff16155b156101ac5760009150506101eb565b60006101bb8260010154610309565b90506101d4816080015167ffffffffffffffff16151590565b156101e4576000925050506101eb565b6001925050505b92915050565b60005433906001600160a01b03168114610247576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610296576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161023e565b61029f8261043e565b5050565b6000805474010000000000000000000000000000000000000000900460ff166102cc5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b61029f828260006104aa565b61029f828260016104aa565b604080516101408101825260008082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830182905261012083015291517fa3112a64000000000000000000000000000000000000000000000000000000008152600481018490529091906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a3112a6490602401600060405180830381865afa1580156103d8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104009190810190610904565b80519091506101eb576040517f01fb6dd10000000000000000000000000000000000000000000000000000000081526004810184905260240161023e565b600080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006104b584610309565b90506104ce816080015167ffffffffffffffff16151590565b15610508576040517f04bed2560000000000000000000000000000000000000000000000000000000081526004810185905260240161023e565b610511816105bb565b600061051c8261061f565b60408051808201825285151581526020808201898152600085815260018084528582206001600160a01b038c168352909352939093209151825460ff191690151517825591519101559050604080518281526001600160a01b0386166020820152841515918101919091527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f359060600160405180910390a15050505050565b6105d18160c001516001600160a01b0316331490565b1580156105e357506105e1610642565b155b1561061c576040517fdccef96400000000000000000000000000000000000000000000000000000000815233600482015260240161023e565b50565b60008082610120015180602001905181019061063b91906109fe565b9392505050565b6000806106576000546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b0316630125a4256040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106cc9190610a17565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201523360248201526044016040805180830381865afa15801561072e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107529190610a32565b509392505050565b6001600160a01b038116811461061c57600080fd5b6000806040838503121561078257600080fd5b8235915060208301356107948161075a565b809150509250929050565b6000602082840312156107b157600080fd5b813561063b8161075a565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051610140810167ffffffffffffffff8111828210171561080f5761080f6107bc565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561083e5761083e6107bc565b604052919050565b805167ffffffffffffffff8116811461085e57600080fd5b919050565b805161085e8161075a565b8051801515811461085e57600080fd5b600082601f83011261088f57600080fd5b815167ffffffffffffffff8111156108a9576108a96107bc565b6108bc601f8201601f1916602001610815565b8181528460208386010111156108d157600080fd5b60005b828110156108f0576020818601810151838301820152016108d4565b506000918101602001919091529392505050565b60006020828403121561091657600080fd5b815167ffffffffffffffff81111561092d57600080fd5b8201610140818503121561094057600080fd5b6109486107eb565b815181526020808301519082015261096260408301610846565b604082015261097360608301610846565b606082015261098460808301610846565b608082015260a0828101519082015261099f60c08301610863565b60c08201526109b060e08301610863565b60e08201526109c2610100830161086e565b61010082015261012082015167ffffffffffffffff8111156109e357600080fd5b6109ef8682850161087e565b61012083015250949350505050565b600060208284031215610a1057600080fd5b5051919050565b600060208284031215610a2957600080fd5b61063b82610846565b60008060408385031215610a4557600080fd5b610a4e8361086e565b9150602083015163ffffffff8116811461079457600080fdfea2646970667358221220058148bf957c2f50326fb3479333357210091b7799b4b2de528804eff09ea27a64736f6c634300081a0033", + "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x7D JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8FB36037 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0x8FB36037 EQ PUSH2 0xF9 JUMPI DUP1 PUSH4 0xA6A8F17B EQ PUSH2 0x132 JUMPI DUP1 PUSH4 0xBC586456 EQ PUSH2 0x145 JUMPI DUP1 PUSH4 0xBF7E214F EQ PUSH2 0x158 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x28545C0D EQ PUSH2 0x82 JUMPI DUP1 PUSH4 0x7A9E5E4B EQ PUSH2 0xAA JUMPI DUP1 PUSH4 0x8150864D EQ PUSH2 0xBF JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x95 PUSH2 0x90 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x169 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xBD PUSH2 0xB8 CALLDATASIZE PUSH1 0x4 PUSH2 0x79F JUMP JUMPDEST PUSH2 0x1F1 JUMP JUMPDEST STOP JUMPDEST PUSH32 0x0 JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xA1 JUMP JUMPDEST PUSH2 0x101 PUSH2 0x2A3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xA1 JUMP JUMPDEST PUSH2 0xBD PUSH2 0x140 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x2F1 JUMP JUMPDEST PUSH2 0xBD PUSH2 0x153 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x2FD JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0xE1 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND DUP6 MSTORE SWAP1 SWAP2 MSTORE DUP3 KECCAK256 SWAP1 DUP2 ADD SLOAD ISZERO DUP1 PUSH2 0x19D JUMPI POP DUP1 SLOAD PUSH1 0xFF AND ISZERO JUMPDEST ISZERO PUSH2 0x1AC JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0x1EB JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1BB DUP3 PUSH1 0x1 ADD SLOAD PUSH2 0x309 JUMP JUMPDEST SWAP1 POP PUSH2 0x1D4 DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO ISZERO SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x1E4 JUMPI PUSH1 0x0 SWAP3 POP POP POP PUSH2 0x1EB JUMP JUMPDEST PUSH1 0x1 SWAP3 POP POP POP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD CALLER SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 EQ PUSH2 0x247 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 0x296 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 0x23E JUMP JUMPDEST PUSH2 0x29F DUP3 PUSH2 0x43E JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH21 0x10000000000000000000000000000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2CC JUMPI POP PUSH1 0x0 SWAP1 JUMP JUMPDEST POP PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 SWAP1 JUMP JUMPDEST PUSH2 0x29F DUP3 DUP3 PUSH1 0x0 PUSH2 0x4AA JUMP JUMPDEST PUSH2 0x29F DUP3 DUP3 PUSH1 0x1 PUSH2 0x4AA JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH2 0x140 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP2 SWAP1 MSTORE DUP2 DUP4 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 DUP3 SWAP1 MSTORE PUSH2 0x120 DUP4 ADD MSTORE SWAP2 MLOAD PUSH32 0xA3112A6400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE SWAP1 SWAP2 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND SWAP1 PUSH4 0xA3112A64 SWAP1 PUSH1 0x24 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x3D8 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 0x400 SWAP2 SWAP1 DUP2 ADD SWAP1 PUSH2 0x904 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0x1EB JUMPI PUSH1 0x40 MLOAD PUSH32 0x1FB6DD100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 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 PUSH2 0x4B5 DUP5 PUSH2 0x309 JUMP JUMPDEST SWAP1 POP PUSH2 0x4CE DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO ISZERO SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x508 JUMPI PUSH1 0x40 MLOAD PUSH32 0x4BED25600000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP6 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST PUSH2 0x511 DUP2 PUSH2 0x5BB JUMP JUMPDEST PUSH1 0x0 PUSH2 0x51C DUP3 PUSH2 0x61F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD DUP3 MSTORE DUP6 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 DUP1 DUP3 ADD DUP10 DUP2 MSTORE PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x1 DUP1 DUP5 MSTORE DUP6 DUP3 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP13 AND DUP4 MSTORE SWAP1 SWAP4 MSTORE SWAP4 SWAP1 SWAP4 KECCAK256 SWAP2 MLOAD DUP3 SLOAD PUSH1 0xFF NOT AND SWAP1 ISZERO ISZERO OR DUP3 SSTORE SWAP2 MLOAD SWAP2 ADD SSTORE SWAP1 POP PUSH1 0x40 DUP1 MLOAD DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x20 DUP3 ADD MSTORE DUP5 ISZERO ISZERO SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH32 0xA7DBB3DD7FC1F02D38DF3BA26B3867FA7010E3497F7A3E33F0B1A75E794D8F35 SWAP1 PUSH1 0x60 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP POP POP JUMP JUMPDEST PUSH2 0x5D1 DUP2 PUSH1 0xC0 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ SWAP1 JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x5E3 JUMPI POP PUSH2 0x5E1 PUSH2 0x642 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x61C JUMPI PUSH1 0x40 MLOAD PUSH32 0xDCCEF96400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE CALLER PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH2 0x120 ADD MLOAD DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0x63B SWAP2 SWAP1 PUSH2 0x9FE JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x657 PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xD1F856EE DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x125A425 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 0x6A8 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 0x6CC SWAP2 SWAP1 PUSH2 0xA17 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 PUSH1 0xE0 DUP5 SWAP1 SHL AND DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x4 DUP3 ADD MSTORE CALLER PUSH1 0x24 DUP3 ADD MSTORE PUSH1 0x44 ADD PUSH1 0x40 DUP1 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x72E 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 0x752 SWAP2 SWAP1 PUSH2 0xA32 JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x61C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x782 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x794 DUP2 PUSH2 0x75A JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x7B1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x63B DUP2 PUSH2 0x75A JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x140 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x80F JUMPI PUSH2 0x80F PUSH2 0x7BC 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 0x83E JUMPI PUSH2 0x83E PUSH2 0x7BC JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x85E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH2 0x85E DUP2 PUSH2 0x75A JUMP JUMPDEST DUP1 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x85E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x88F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x8A9 JUMPI PUSH2 0x8A9 PUSH2 0x7BC JUMP JUMPDEST PUSH2 0x8BC PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD PUSH2 0x815 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP5 PUSH1 0x20 DUP4 DUP7 ADD ADD GT ISZERO PUSH2 0x8D1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8F0 JUMPI PUSH1 0x20 DUP2 DUP7 ADD DUP2 ADD MLOAD DUP4 DUP4 ADD DUP3 ADD MSTORE ADD PUSH2 0x8D4 JUMP JUMPDEST POP PUSH1 0x0 SWAP2 DUP2 ADD PUSH1 0x20 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x916 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x92D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH2 0x140 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x940 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x948 PUSH2 0x7EB JUMP JUMPDEST DUP2 MLOAD DUP2 MSTORE PUSH1 0x20 DUP1 DUP4 ADD MLOAD SWAP1 DUP3 ADD MSTORE PUSH2 0x962 PUSH1 0x40 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH2 0x973 PUSH1 0x60 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x984 PUSH1 0x80 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE PUSH1 0xA0 DUP3 DUP2 ADD MLOAD SWAP1 DUP3 ADD MSTORE PUSH2 0x99F PUSH1 0xC0 DUP4 ADD PUSH2 0x863 JUMP JUMPDEST PUSH1 0xC0 DUP3 ADD MSTORE PUSH2 0x9B0 PUSH1 0xE0 DUP4 ADD PUSH2 0x863 JUMP JUMPDEST PUSH1 0xE0 DUP3 ADD MSTORE PUSH2 0x9C2 PUSH2 0x100 DUP4 ADD PUSH2 0x86E JUMP JUMPDEST PUSH2 0x100 DUP3 ADD MSTORE PUSH2 0x120 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x9E3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x9EF DUP7 DUP3 DUP6 ADD PUSH2 0x87E JUMP JUMPDEST PUSH2 0x120 DUP4 ADD MSTORE POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA29 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x63B DUP3 PUSH2 0x846 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xA45 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xA4E DUP4 PUSH2 0x86E JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD MLOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x794 JUMPI PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SDIV DUP2 BASEFEE 0xBF SWAP6 PUSH29 0x2F50326FB3479333357210091B7799B4B2DE528804EFF09EA27A64736F PUSH13 0x634300081A0033000000000000 ", + "sourceMap": "545:3727:44:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1438:465;;;;;;:::i;:::-;;:::i;:::-;;;658:14:46;;651:22;633:41;;621:2;606:18;1438:465:44;;;;;;;;3057:362:16;;;;;;:::i;:::-;;:::i;:::-;;4001:72:44;4062:4;4001:72;;;-1:-1:-1;;;;;1114:55:46;;;1096:74;;1084:2;1069:18;4001:72:44;937:239:46;3460:156:16;;;:::i;:::-;;;1355:66:46;1343:79;;;1325:98;;1313:2;1298:18;3460:156:16;1181:248:46;1275:153:44;;;;;;:::i;:::-;;:::i;1126:142::-;;;;;;:::i;:::-;;:::i;2923:93:16:-;2973:7;2999:10;-1:-1:-1;;;;;2999:10:16;2923:93;;1438:465:44;1522:4;1570:16;;;:11;:16;;;;;;;;-1:-1:-1;;;;;1570:25:44;;;;;;;;;3045:26;;;;:40;;1609:53;;-1:-1:-1;1644:18:44;;;;1643:19;1609:53;1605:96;;;1685:5;1678:12;;;;;1605:96;1710:30;1743:43;1759:10;:26;;;1743:15;:43::i;:::-;1710:76;;1800:34;1822:11;3957:26;;;:31;;;;;3848:147;1800:34;1796:77;;;1857:5;1850:12;;;;;;1796:77;1892:4;1885:11;;;;1438:465;;;;;:::o;3057:362:16:-;3126:14;2999:10;735::24;;-1:-1:-1;;;;;2999:10:16;3169:21;;3165:92;;3213:33;;;;;-1:-1:-1;;;;;1114:55:46;;3213:33:16;;;1096:74:46;1069:18;;3213:33:16;;;;;;;;3165:92;3270:12;-1:-1:-1;;;;;3270:24:16;;3298:1;3270:29;3266:110;;3322:43;;;;;-1:-1:-1;;;;;1114:55:46;;3322:43:16;;;1096:74:46;1069:18;;3322:43:16;937:239:46;3266:110:16;3385:27;3399:12;3385:13;:27::i;:::-;3116:303;3057:362;:::o;3460:156::-;3515:6;3540:18;;;;;;;:69;;-1:-1:-1;3607:1:16;;3460:156::o;3540:69::-;-1:-1:-1;3561:36:16;;3460:156::o;1275:153:44:-;1371:50;1389:15;1406:7;1415:5;1371:17;:50::i;1126:142::-;1212:49;1230:15;1247:7;1256:4;1212:17;:49::i;3360:323::-;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3495:36:44;;;;;;;;1811:25:46;;;-1:-1:-1;;;;;;;;3495:4:44;:19;;;;1784:18:46;;3495:36:44;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;3495:36:44;;;;;;;;;;;;:::i;:::-;3546:15;;3462:69;;-1:-1:-1;3542:104:44;;3598:36;;;;;;;;1811:25:46;;;1784:18;;3598:36:44;1665:177:46;3804:149:16;3876:10;:25;;;;-1:-1:-1;;;;;3876:25:16;;;;;;;;3916:30;;1096:74:46;;;3916:30:16;;1084:2:46;1069:18;3916:30:16;;;;;;;3804:149;:::o;1910:512:44:-;2012:30;2045:32;2061:15;2045;:32::i;:::-;2012:65;;2091:34;2113:11;3957:26;;;:31;;;;;3848:147;2091:34;2087:107;;;2148:35;;;;;;;;1811:25:46;;;1784:18;;2148:35:44;1665:177:46;2087:107:44;2206:32;2226:11;2206:19;:32::i;:::-;2248:11;2262:34;2284:11;2262:21;:34::i;:::-;3261:86;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3233:16:44;;;:11;:16;;;;;;-1:-1:-1;;;;;3233:25:44;;;;;;;;;;;:114;;;;-1:-1:-1;;3233:114:44;;;;;;;;;;;;2248:48;-1:-1:-1;2375:40:44;;;5318:25:46;;;-1:-1:-1;;;;;5379:55:46;;5374:2;5359:18;;5352:83;5478:14;;5471:22;5451:18;;;5444:50;;;;2375:40:44;;5306:2:46;5291:18;2375:40:44;;;;;;;2002:420;;1910:512;;;:::o;2428:217::-;2516:36;2540:11;3800:21;;;-1:-1:-1;;;;;3800:35:44;3825:10;3800:35;;3689:153;2516:36;2515:37;:64;;;;;2557:22;:20;:22::i;:::-;2556:23;2515:64;2511:128;;;2600:30;;;;;2619:10;2600:30;;;1096:74:46;1069:18;;2600:30:44;937:239:46;2511:128:44;2428:217;:::o;4084:185::-;4170:7;4189:11;4214;:16;;;4203:39;;;;;;;;;;;;:::i;:::-;4189:53;4084:185;-1:-1:-1;;;4084:185:44:o;2652:282::-;2707:4;2723:23;2766:11;2973:7:16;2999:10;-1:-1:-1;;;;;2999:10:16;;2923:93;2766:11:44;2723:55;;2789:13;2808:6;-1:-1:-1;;;;;2808:14:44;;2836:6;-1:-1:-1;;;;;2836:30:44;;:32;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;2808:94;;;;;;;;;;6153:18:46;6141:31;;;2808:94:44;;;6123:50:46;2882:10:44;6189:18:46;;;6182:83;6096:18;;2808:94:44;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;2788:114:44;2652:282;-1:-1:-1;;;2652:282:44:o;14:154:46:-;-1:-1:-1;;;;;93:5:46;89:54;82:5;79:65;69:93;;158:1;155;148:12;173:315;241:6;249;302:2;290:9;281:7;277:23;273:32;270:52;;;318:1;315;308:12;270:52;354:9;341:23;331:33;;414:2;403:9;399:18;386:32;427:31;452:5;427:31;:::i;:::-;477:5;467:15;;;173:315;;;;;:::o;685:247::-;744:6;797:2;785:9;776:7;772:23;768:32;765:52;;;813:1;810;803:12;765:52;852:9;839:23;871:31;896:5;871:31;:::i;1847:184::-;1899:77;1896:1;1889:88;1996:4;1993:1;1986:15;2020:4;2017:1;2010:15;2036:254;2107:2;2101:9;2149:6;2137:19;;2186:18;2171:34;;2207:22;;;2168:62;2165:88;;;2233:18;;:::i;:::-;2269:2;2262:22;2036:254;:::o;2295:275::-;2366:2;2360:9;2431:2;2412:13;;-1:-1:-1;;2408:27:46;2396:40;;2466:18;2451:34;;2487:22;;;2448:62;2445:88;;;2513:18;;:::i;:::-;2549:2;2542:22;2295:275;;-1:-1:-1;2295:275:46:o;2575:175::-;2653:13;;2706:18;2695:30;;2685:41;;2675:69;;2740:1;2737;2730:12;2675:69;2575:175;;;:::o;2755:138::-;2834:13;;2856:31;2834:13;2856:31;:::i;2898:164::-;2974:13;;3023;;3016:21;3006:32;;2996:60;;3052:1;3049;3042:12;3067:666;3120:5;3173:3;3166:4;3158:6;3154:17;3150:27;3140:55;;3191:1;3188;3181:12;3140:55;3224:6;3218:13;3254:18;3246:6;3243:30;3240:56;;;3276:18;;:::i;:::-;3320:59;3367:2;3344:17;;-1:-1:-1;;3340:31:46;3373:4;3336:42;3320:59;:::i;:::-;3404:6;3395:7;3388:23;3458:3;3451:4;3442:6;3434;3430:19;3426:30;3423:39;3420:59;;;3475:1;3472;3465:12;3420:59;3497:1;3507:144;3521:6;3518:1;3515:13;3507:144;;;3634:4;3618:14;;;3614:25;;3608:32;3584:15;;;3580:26;;3573:68;3536:12;3507:144;;;-1:-1:-1;3700:1:46;3671:20;;;3693:4;3667:31;3660:42;;;;3675:7;3067:666;-1:-1:-1;;;3067:666:46:o;3738:1379::-;3835:6;3888:2;3876:9;3867:7;3863:23;3859:32;3856:52;;;3904:1;3901;3894:12;3856:52;3937:9;3931:16;3970:18;3962:6;3959:30;3956:50;;;4002:1;3999;3992:12;3956:50;4025:22;;4081:6;4063:16;;;4059:29;4056:49;;;4101:1;4098;4091:12;4056:49;4127:21;;:::i;:::-;4193:9;;4211:22;;4292:2;4284:11;;;4278:18;4312:14;;;4305:31;4368:41;4405:2;4397:11;;4368:41;:::i;:::-;4363:2;4356:5;4352:14;4345:65;4442:41;4479:2;4475;4471:11;4442:41;:::i;:::-;4437:2;4430:5;4426:14;4419:65;4517:42;4554:3;4550:2;4546:12;4517:42;:::i;:::-;4511:3;4500:15;;4493:67;4619:3;4611:12;;;4605:19;4640:15;;;4633:32;4698:43;4736:3;4728:12;;4698:43;:::i;:::-;4692:3;4685:5;4681:15;4674:68;4775:43;4813:3;4809:2;4805:12;4775:43;:::i;:::-;4769:3;4762:5;4758:15;4751:68;4852:40;4887:3;4883:2;4879:12;4852:40;:::i;:::-;4846:3;4839:5;4835:15;4828:65;4932:3;4928:2;4924:12;4918:19;4962:18;4952:8;4949:32;4946:52;;;4994:1;4991;4984:12;4946:52;5031:55;5078:7;5067:8;5063:2;5059:17;5031:55;:::i;:::-;5025:3;5014:15;;5007:80;-1:-1:-1;5018:5:46;3738:1379;-1:-1:-1;;;;3738:1379:46:o;5505:230::-;5575:6;5628:2;5616:9;5607:7;5603:23;5599:32;5596:52;;;5644:1;5641;5634:12;5596:52;-1:-1:-1;5689:16:46;;5505:230;-1:-1:-1;5505:230:46:o;5740:206::-;5809:6;5862:2;5850:9;5841:7;5837:23;5833:32;5830:52;;;5878:1;5875;5868:12;5830:52;5901:39;5930:9;5901:39;:::i;6276:359::-;6351:6;6359;6412:2;6400:9;6391:7;6387:23;6383:32;6380:52;;;6428:1;6425;6418:12;6380:52;6451:37;6478:9;6451:37;:::i;:::-;6441:47;;6531:2;6520:9;6516:18;6510:25;6575:10;6568:5;6564:22;6557:5;6554:33;6544:61;;6601:1;6598;6591:12" }, "methodIdentifiers": { "authority()": "bf7e214f", + "eas()": "8150864d", "grantPermission(bytes32,address)": "bc586456", "hasPermission(bytes32,address)": "28545c0d", "isConsumingScheduledOp()": "8fb36037", @@ -314736,7 +321454,7 @@ "setAuthority(address)": "7a9e5e4b" } }, - "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\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"UnauthorizedAccess\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"authority\",\"type\":\"address\"}],\"name\":\"AuthorityUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"granted\",\"type\":\"bool\"}],\"name\":\"PermissionUpdated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"authority\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantPermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasPermission\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isConsumingScheduledOp\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"revokePermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAuthority\",\"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\":{\"contracts/OIDPermissionManager.sol\":\"OIDPermissionManager\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol\":{\"keccak256\":\"0xc36716750a9095416ede9775ee8ae19f13794406a297c0dccd6146268bd36d74\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://595c9227d490558d1666e32609ac6677ba4fff7187cb539c3bb2c9a3e8b63b27\",\"dweb:/ipfs/QmZgoM4Rj7NuY8pfQ9pCvpKTrk5ZJ6Sdbf8XMsSVsvwMk5\"]},\"@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/AccessManaged.sol\":{\"keccak256\":\"0x66d7e2083b868c0db6faf826bb47b65692443aff077b5b1b6b99ae56024a4fb2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://025f50a3d1835093bca29152c51ae121fceea850c66479c5601bae2a5b6f4b62\",\"dweb:/ipfs/QmSdPMjAgnk2JJBnpmSt9nCodye7agj5hBc75Zd8cPJ8dX\"]},\"@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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@openzeppelin/contracts/access/manager/IAuthority.sol\":{\"keccak256\":\"0x4cc0766bd7fb7b3bafb70afa2a93b6e313a0baec7a35ad1b57505be7861c1030\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85871c47ac00d10664b858ef71ecd8b9787c1d313e544ab2c57210c520a3c06c\",\"dweb:/ipfs/QmUMTwojLzURuHftQLzAVuDmib9roj4KwcHCkg3LhZ2AdH\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12\",\"dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]},\"contracts/IOIDPermissionManager.sol\":{\"keccak256\":\"0x3d8462909ef9dba37791d2dcecbc9af083cd4d20ab389948ba0e435e4ba51747\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://1bfc66ed0ec02e60a597542693898e85611513b48dca8e66f4b03b47b5165431\",\"dweb:/ipfs/Qmag8ysydn2B1V1YzNKhywoNiDKVKLQUTZXB1HQhTMxmVr\"]},\"contracts/OIDAccessManager.sol\":{\"keccak256\":\"0xcae4c0b5509dd30aa1203490b1494243c47ca0250904dfa213276449ae02de48\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://9c98b004011a5dc5e8fcfa342a204d969a435ec88a1e83620abd45f777bd2da9\",\"dweb:/ipfs/QmdWv9aq7vj9Pjdbwaa5DKK3gQFNiLHsBRrKssFEV7g5Z5\"]},\"contracts/OIDPermissionManager.sol\":{\"keccak256\":\"0x67c1513780631ce03854ebc50f6c99fa21f3dd1d87274804ad44110a1f231b91\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://1e622d37e9953aa8f80ef061415452656526c1bb2f8d7d621efc0062b0e8733c\",\"dweb:/ipfs/QmdUbd2mnBBD6jNzptRHLKhJcm5yGf8FTs1i29TMBfunu2\"]}},\"version\":1}" + "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAuthority\",\"type\":\"address\"},{\"internalType\":\"contract IEAS\",\"name\":\"initialEAS\",\"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\":[{\"internalType\":\"bytes32\",\"name\":\"attestation_uid\",\"type\":\"bytes32\"}],\"name\":\"AttestationNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"attestation_uid\",\"type\":\"bytes32\"}],\"name\":\"AttestationRevoked\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"UnauthorizedAccess\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"authority\",\"type\":\"address\"}],\"name\":\"AuthorityUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"granted\",\"type\":\"bool\"}],\"name\":\"PermissionUpdated\",\"type\":\"event\"},{\"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\":\"bytes32\",\"name\":\"attestation_uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantPermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasPermission\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isConsumingScheduledOp\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"attestation_uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"revokePermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAuthority\",\"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\":{\"contracts/OIDPermissionManager.sol\":\"OIDPermissionManager\"},\"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\"]},\"@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol\":{\"keccak256\":\"0xc36716750a9095416ede9775ee8ae19f13794406a297c0dccd6146268bd36d74\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://595c9227d490558d1666e32609ac6677ba4fff7187cb539c3bb2c9a3e8b63b27\",\"dweb:/ipfs/QmZgoM4Rj7NuY8pfQ9pCvpKTrk5ZJ6Sdbf8XMsSVsvwMk5\"]},\"@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/AccessManaged.sol\":{\"keccak256\":\"0x66d7e2083b868c0db6faf826bb47b65692443aff077b5b1b6b99ae56024a4fb2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://025f50a3d1835093bca29152c51ae121fceea850c66479c5601bae2a5b6f4b62\",\"dweb:/ipfs/QmSdPMjAgnk2JJBnpmSt9nCodye7agj5hBc75Zd8cPJ8dX\"]},\"@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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@openzeppelin/contracts/access/manager/IAuthority.sol\":{\"keccak256\":\"0x4cc0766bd7fb7b3bafb70afa2a93b6e313a0baec7a35ad1b57505be7861c1030\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85871c47ac00d10664b858ef71ecd8b9787c1d313e544ab2c57210c520a3c06c\",\"dweb:/ipfs/QmUMTwojLzURuHftQLzAVuDmib9roj4KwcHCkg3LhZ2AdH\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12\",\"dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]},\"contracts/IOIDPermissionManager.sol\":{\"keccak256\":\"0x5e29b8a5f2ec6f9c715872b0d40ed5ac7538f511d7a7223cef4bb04bdb2ab187\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://d15dfc0c2bea3379de4342c7248923f8bc37ff7177c08fc1ae7e00cb7e7b0361\",\"dweb:/ipfs/QmbGFV2jYy5xKsGFfVC3QCYGcBoitXrudYYvyTAj9A5SgS\"]},\"contracts/OIDAccessManager.sol\":{\"keccak256\":\"0xcae4c0b5509dd30aa1203490b1494243c47ca0250904dfa213276449ae02de48\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://9c98b004011a5dc5e8fcfa342a204d969a435ec88a1e83620abd45f777bd2da9\",\"dweb:/ipfs/QmdWv9aq7vj9Pjdbwaa5DKK3gQFNiLHsBRrKssFEV7g5Z5\"]},\"contracts/OIDPermissionManager.sol\":{\"keccak256\":\"0xb9229cac51011ebc394d48f09ccb6bd94f7072ff205d5a0b6c92e81b460a98fd\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://825c227528eb60d3e7581e235c4594bb55b9cb2a38bf7d80bf61b8c788e72a05\",\"dweb:/ipfs/QmRSPYB3cmmyn3pg4d2ghKxZujwJD6t6y5yXMG9QxK9pCG\"]}},\"version\":1}" } }, "contracts/OIDResolver.sol": { @@ -315256,9 +321974,9 @@ "evm": { "bytecode": { "functionDebugData": { - "@_14012": { + "@_14235": { "entryPoint": null, - "id": 14012, + "id": 14235, "parameterSlots": 1, "returnSlots": 0 }, @@ -315656,9 +322374,9 @@ "parameterSlots": 1, "returnSlots": 0 }, - "@_checkAttester_14107": { + "@_checkAttester_14330": { "entryPoint": 2624, - "id": 14107, + "id": 14330, "parameterSlots": 1, "returnSlots": 0 }, @@ -315716,15 +322434,15 @@ "parameterSlots": 0, "returnSlots": 1 }, - "@eas_14075": { + "@eas_14298": { "entryPoint": null, - "id": 14075, + "id": 14298, "parameterSlots": 0, "returnSlots": 1 }, - "@initialize_14034": { + "@initialize_14257": { "entryPoint": 1585, - "id": 14034, + "id": 14257, "parameterSlots": 1, "returnSlots": 0 }, @@ -315758,15 +322476,15 @@ "parameterSlots": 4, "returnSlots": 1 }, - "@onAttest_14052": { + "@onAttest_14275": { "entryPoint": 2340, - "id": 14052, + "id": 14275, "parameterSlots": 2, "returnSlots": 1 }, - "@onRevoke_14066": { + "@onRevoke_14289": { "entryPoint": null, - "id": 14066, + "id": 14289, "parameterSlots": 2, "returnSlots": 1 }, diff --git a/ignition/deployments/chain-11155420/deployed_addresses.json b/ignition/deployments/chain-11155420/deployed_addresses.json index 4c8f542..f3a2e16 100644 --- a/ignition/deployments/chain-11155420/deployed_addresses.json +++ b/ignition/deployments/chain-11155420/deployed_addresses.json @@ -1,6 +1,6 @@ { - "OIDAccessManagerModule#OIDAccessManager": "0x73fCa92f947846E9829B3C553036A752b97dD4E7", - "OIDResolver#OIDResolver": "0x62dFb7640AFB5d8b4c2B4865CfE88020378B923a", - "ApplicationManager#ApplicationManager": "0xB7e1beD02cCd1DCdaf8FB48B807DcC5906353C30", - "OIDPermissionManager#OIDPermissionManager": "0xC0e1515277a7E812Eb481D765E365D54248e1e77" + "OIDAccessManagerModule#OIDAccessManager": "0x07d53fDeAb271f25648D4c1f600D267C87be608a", + "OIDResolver#OIDResolver": "0xf304B86273d2A1BB62Fbf1292481496b3cf04572", + "ApplicationManager#ApplicationManager": "0xb250C2b5967FEc8241FD9a26C30145Fbdf347eEC", + "OIDPermissionManager#OIDPermissionManager": "0xFcE488b93696Ec5e279b8257E67F074AbFEc59d8" } diff --git a/ignition/deployments/chain-11155420/journal.jsonl b/ignition/deployments/chain-11155420/journal.jsonl index cd75429..5f80b79 100644 --- a/ignition/deployments/chain-11155420/journal.jsonl +++ b/ignition/deployments/chain-11155420/journal.jsonl @@ -2,31 +2,31 @@ {"chainId":11155420,"type":"DEPLOYMENT_INITIALIZE"} {"artifactId":"OIDAccessManagerModule#OIDAccessManager","constructorArgs":[],"contractName":"OIDAccessManager","dependencies":[],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0x6080604052348015600f57600080fd5b506133c88061001f6000396000f3fe60806040526004361061026a5760003560e01c806375b238fc11610153578063b7009613116100cb578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c61461080b578063f801a6981461082b578063fe0776f51461086557600080fd5b8063d1f856ee146107cb578063d22b5989146107eb57600080fd5b8063c4d66de8116100b0578063c4d66de814610780578063cc1b6c81146107a0578063cfef5e83146107b657600080fd5b8063b700961314610724578063b7d2b1621461076057600080fd5b806394c7d7ee11610122578063a64d95ce11610107578063a64d95ce146106a9578063abd9bd2a146106c9578063ac9650d8146106f757600080fd5b806394c7d7ee14610629578063a166aa891461064957600080fd5b806375b238fc146105ca57806377de1131146105df5780638129fc1c146105f4578063853551b81461060957600080fd5b806330cae187116101e65780634665096d116101b5578063529629521161019a578063529629521461052e578063530dd4561461054e5780636d5115bd146105aa57600080fd5b80634665096d146104f85780634c1da1e21461050e57600080fd5b806330cae187146104295780633adc277a146104495780633ca7c02a146104805780634136a33c1461049c57600080fd5b8063167bd3951161023d5780631cff79cd116102225780631cff79cd1461039c57806325c471a0146103af5780633078f114146103cf57600080fd5b8063167bd3951461035c57806318ff183c1461037c57600080fd5b80630125a4251461026f57806308d6122d146102a25780630b0a93ba146102c457806312be872714610327575b600080fd5b34801561027b57600080fd5b50610284600381565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102ae57600080fd5b506102c26102bd366004612c02565b610885565b005b3480156102d057600080fd5b506102846102df366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad016020526040902060010154600160401b90041690565b34801561033357600080fd5b50610347610342366004612c69565b6108d8565b60405163ffffffff9091168152602001610299565b34801561036857600080fd5b506102c2610377366004612c84565b610944565b34801561038857600080fd5b506102c2610397366004612cc2565b61095a565b6103476103aa366004612d32565b6109da565b3480156103bb57600080fd5b506102c26103ca366004612d9b565b610b79565b3480156103db57600080fd5b506103ef6103ea366004612de0565b610b9b565b604051610299949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b34801561043557600080fd5b506102c2610444366004612dfc565b610c33565b34801561045557600080fd5b50610469610464366004612e2f565b610c45565b60405165ffffffffffff9091168152602001610299565b34801561048c57600080fd5b5061028467ffffffffffffffff81565b3480156104a857600080fd5b506103476104b7366004612e2f565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561050457600080fd5b5062093a80610347565b34801561051a57600080fd5b50610347610529366004612e48565b610ca9565b34801561053a57600080fd5b506102c2610549366004612dfc565b610ce6565b34801561055a57600080fd5b50610284610569366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b3480156105b657600080fd5b506102846105c5366004612e7b565b610cf8565b3480156105d657600080fd5b50610284600081565b3480156105eb57600080fd5b50610284600181565b34801561060057600080fd5b506102c2610d44565b34801561061557600080fd5b506102c2610624366004612ea9565b610e5c565b34801561063557600080fd5b506102c2610644366004612d32565b610ef7565b34801561065557600080fd5b50610699610664366004612e48565b6001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b6040519015158152602001610299565b3480156106b557600080fd5b506102c26106c4366004612ec7565b610fd5565b3480156106d557600080fd5b506106e96106e4366004612ef1565b610fe7565b604051908152602001610299565b34801561070357600080fd5b50610717610712366004612f56565b611020565b6040516102999190612fbc565b34801561073057600080fd5b5061074461073f36600461303c565b611108565b60408051921515835263ffffffff909116602083015201610299565b34801561076c57600080fd5b506102c261077b366004612de0565b611215565b34801561078c57600080fd5b506102c261079b366004612e48565b61122c565b3480156107ac57600080fd5b5062069780610347565b3480156107c257600080fd5b50610284600281565b3480156107d757600080fd5b506107446107e6366004612de0565b611345565b3480156107f757600080fd5b506102c2610806366004613087565b6113c3565b34801561081757600080fd5b50610347610826366004612ef1565b6113d5565b34801561083757600080fd5b5061084b6108463660046130a5565b61155f565b6040805192835263ffffffff909116602083015201610299565b34801561087157600080fd5b506102c2610880366004612de0565b61170c565b61088d61174e565b60005b828110156108d1576108c9858585848181106108ae576108ae613118565b90506020020160208101906108c3919061312e565b846117e3565b600101610890565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206133738339815191529061093d90600160801b90046001600160701b0316611879565b9392505050565b61094c61174e565b6109568282611898565b5050565b61096261174e565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156109be57600080fd5b505af11580156109d2573d6000803e3d6000fd5b505050505050565b60006000805160206133738339815191523382806109fa8389898961191a565b9150915081158015610a10575063ffffffff8116155b15610a7c578288610a21898961196d565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b6000610a8a848a8a8a610fe7565b9050600063ffffffff8316151580610ab15750610aa682610c45565b65ffffffffffff1615155b15610ac257610abf82611985565b90505b6003860154610b178b610ad58c8c61196d565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610b618b8b8b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250349250611aec915050565b50600390960195909555509293505050509392505050565b610b8161174e565b610b958383610b8f866108d8565b84611ba9565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff811692918291829160008051602061337383398151915291610c2490660100000000000090046001600160701b0316611e34565b979a9199509750945050505050565b610c3b61174e565b6109568282611e57565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff16610c9481611f10565b610c9e5780610ca1565b60005b949350505050565b6001600160a01b03811660009081526000805160206133738339815191526020819052604082206001015461093d906001600160701b0316611879565b610cee61174e565b6109568282611f3f565b6001600160a01b0382166000908152600080516020613373833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015610d8a5750825b905060008267ffffffffffffffff166001148015610da75750303b155b905081158015610db5575080155b15610dd35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e0257845468ff00000000000000001916600160401b1785555b610e0b33612015565b83156108d157845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610e6461174e565b67ffffffffffffffff83161580610e84575067ffffffffffffffff838116145b15610eae5760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610eea929190613174565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610f51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f759190613188565b6001600160e01b03191614610fc1576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b0382166004820152602401610a73565b6108d1610fd085838686610fe7565b611985565b610fdd61174e565b6109568282612029565b60008484848460405160200161100094939291906131a5565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff81111561104b5761104b613217565b60405190808252806020026020018201604052801561107e57816020015b60608152602001906001900390816110695790505b50915060005b83811015611100576110db308686848181106110a2576110a2613118565b90506020028101906110b4919061322d565b856040516020016110c793929190613274565b60405160208183030381529060405261216b565b8382815181106110ed576110ed613118565b6020908102919091010152600101611084565b505092915050565b600080611144846001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b156111545750600090508061120d565b306001600160a01b038616036111cf57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061120d565b60006111db8585610cf8565b90506000806111ea8389611345565b91509150816111fb57600080611205565b63ffffffff811615815b945094505050505b935093915050565b61121d61174e565b61122782826121e1565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156112725750825b905060008267ffffffffffffffff16600114801561128f5750303b155b90508115801561129d575080155b156112bb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112ea57845468ff00000000000000001916600160401b1785555b6112f386612015565b83156109d257845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60008067fffffffffffffffe1967ffffffffffffffff85160161136e57506001905060006113bc565b60008061137b8686610b9b565b5050915091508165ffffffffffff166000141580156113b1575061139d6122f5565b65ffffffffffff168265ffffffffffff1611155b935091506113bc9050565b9250929050565b6113cb61174e565b6109568282612305565b600060008051602061337383398151915233826113f2868661196d565b9050600061140289898989610fe7565b600081815260028601602052604081205491925065ffffffffffff90911690036114425760405163060a299b60e41b815260048101829052602401610a73565b826001600160a01b0316896001600160a01b0316146114f7576000611468600085611345565b509050600061148361147d6102df8c87610cf8565b86611345565b50905081158015611492575080155b156114f4576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b031985166064820152608401610a73565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b600080600080516020613373833981519152338261157f828a8a8a61191a565b91505060008163ffffffff166115936122f5565b61159d919061329b565b905063ffffffff821615806115d4575060008765ffffffffffff161180156115d457508065ffffffffffff168765ffffffffffff16105b156115e557828a610a218b8b61196d565b6115ff8765ffffffffffff168265ffffffffffff166123d4565b965061160d838b8b8b610fe7565b9550611618866123e4565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e6040516116f79594939291906132b9565b60405180910390a35050505094509492505050565b6001600160a01b038116331461121d576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360008061175d838236612479565b9150915081611227578063ffffffff166000036117d357600061178081366125c5565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff821660248201529092506044019050610a73565b610b95610fd08430600036610fe7565b60006000805160206133738339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b60008061188e836001600160701b0316611e34565b5090949350505050565b6001600160a01b0382166000818152600080516020613373833981519152602081815260409283902060010180546eff00000000000000000000000000001916600160701b8715159081029190911790915592519283529092917f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb1389101610eea565b600080306001600160a01b0386160361194157611938868585612479565b91509150611964565b6004831061195d57611958868661073f878761196d565b611938565b5060009050805b94509492505050565b600061197c60048284866131ed565b61093d91613304565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff8116906601000000000000900463ffffffff16818403611a005760405163060a299b60e41b815260048101869052602401610a73565b611a086122f5565b65ffffffffffff168265ffffffffffff161115611a54576040517f18cb6b7a00000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b611a5d82611f10565b15611a97576040517f78a5d6e400000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b606081471015611b31576040517fcf47918100000000000000000000000000000000000000000000000000000000815247600482015260248101839052604401610a73565b600080856001600160a01b03168486604051611b4d919061333a565b60006040518083038185875af1925050503d8060008114611b8a576040519150601f19603f3d011682016040523d82523d6000602084013e611b8f565b606091505b5091509150611b9f8683836128d0565b9695505050505050565b600060008051602061337383398151915267ffffffffffffffff861667fffffffffffffffe1901611bf95760405163061c6a4360e21b815267ffffffffffffffff87166004820152602401610a73565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611d01578563ffffffff16611c486122f5565b611c52919061329b565b905060405180604001604052808265ffffffffffff168152602001611c808763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611dc4565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611d519166010000000000009091046001600160701b0316908790612945565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611e4a84611e456122f5565b6129ef565b9250925092509193909250565b60008051602061337383398151915267ffffffffffffffff83161580611e86575067ffffffffffffffff838116145b15611eb05760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611f1a6122f5565b65ffffffffffff16611f2f62093a808461329b565b65ffffffffffff16111592915050565b60008051602061337383398151915267ffffffffffffffff83161580611f6e575067ffffffffffffffff838116145b15611f985760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff16600160401b958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b61201d612a3c565b61202681612aa0565b50565b60008051602061337383398151915267ffffffffffffffff831667fffffffffffffffe19016120775760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff8316600090815260018281016020526040822001546120b390600160801b90046001600160701b03168462069780612945565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b489061215d908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612188919061333a565b600060405180830381855af49150503d80600081146121c3576040519150601f19603f3d011682016040523d82523d6000602084013e6121c8565b606091505b50915091506121d88583836128d0565b95945050505050565b600060008051602061337383398151915267ffffffffffffffff841667fffffffffffffffe19016122315760405163061c6a4360e21b815267ffffffffffffffff85166004820152602401610a73565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612279576000915050610d3e565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061230042612af9565b905090565b6001600160a01b03821660009081526000805160206133738339815191526020819052604082206001015490919061234a906001600160701b03168462069780612945565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c910161215d565b600082821882841102821861093d565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206133738339815191529065ffffffffffff16801580159061243f575061243d81611f10565b155b15611227576040517f813e945900000000000000000000000000000000000000000000000000000000815260048101849052602401610a73565b60008060048310156124905750600090508061120d565b306001600160a01b03861603612513576111c4306124ae868661196d565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b600080600061252287876125c5565b9250925092508215801561255c57503060009081526000805160206133738339815191526020526040902060010154600160701b900460ff165b15612570576000809450945050505061120d565b60008061257d848b611345565b91509150816125975760008096509650505050505061120d565b6125ad8363ffffffff168263ffffffff166123d4565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156125e0575060009150819050806128c9565b60006125ec868661196d565b90506001600160e01b031981167f853551b800000000000000000000000000000000000000000000000000000000148061264f57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b8061268357506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b806126b757506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b806126eb57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b15612701576001600080935093509350506128c9565b6001600160e01b031981167f18ff183c00000000000000000000000000000000000000000000000000000000148061276257506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b8061279657506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b156127d85760006127ab60246004888a6131ed565b8101906127b89190612e48565b905060006127c582610ca9565b600196506000955093506128c992505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061283957506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156128b357600061284e60246004888a6131ed565b81019061285b9190612c69565b905060016128a48267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b600094509450945050506128c9565b60006128bf3083610cf8565b6000935093509350505b9250925092565b6060826128e5576128e082612b49565b61093d565b81511580156128fc57506001600160a01b0384163b155b1561293e576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b0385166004820152602401610a73565b508061093d565b600080600061295c866001600160701b0316611879565b905060006129998563ffffffff168763ffffffff168463ffffffff161161298457600061298e565b61298e8885613356565b63ffffffff166123d4565b90508063ffffffff166129aa6122f5565b6129b4919061329b565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b69ffffffffffffffffffff602083901c166001600160701b03831665ffffffffffff604085901c8116908416811115612a2a57828282612a2f565b816000805b9250925092509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612a9e576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b612aa8612a3c565b6001600160a01b038116612aeb576040517f0813ada200000000000000000000000000000000000000000000000000000000815260006004820152602401610a73565b610956600082600080611ba9565b600065ffffffffffff821115612b45576040517f6dfcc6500000000000000000000000000000000000000000000000000000000081526030600482015260248101839052604401610a73565b5090565b805115612b595780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116811461202657600080fd5b60008083601f840112612bb257600080fd5b50813567ffffffffffffffff811115612bca57600080fd5b6020830191508360208260051b85010111156113bc57600080fd5b803567ffffffffffffffff81168114612bfd57600080fd5b919050565b60008060008060608587031215612c1857600080fd5b8435612c2381612b8b565b9350602085013567ffffffffffffffff811115612c3f57600080fd5b612c4b87828801612ba0565b9094509250612c5e905060408601612be5565b905092959194509250565b600060208284031215612c7b57600080fd5b61093d82612be5565b60008060408385031215612c9757600080fd5b8235612ca281612b8b565b915060208301358015158114612cb757600080fd5b809150509250929050565b60008060408385031215612cd557600080fd5b8235612ce081612b8b565b91506020830135612cb781612b8b565b60008083601f840112612d0257600080fd5b50813567ffffffffffffffff811115612d1a57600080fd5b6020830191508360208285010111156113bc57600080fd5b600080600060408486031215612d4757600080fd5b8335612d5281612b8b565b9250602084013567ffffffffffffffff811115612d6e57600080fd5b612d7a86828701612cf0565b9497909650939450505050565b803563ffffffff81168114612bfd57600080fd5b600080600060608486031215612db057600080fd5b612db984612be5565b92506020840135612dc981612b8b565b9150612dd760408501612d87565b90509250925092565b60008060408385031215612df357600080fd5b612ce083612be5565b60008060408385031215612e0f57600080fd5b612e1883612be5565b9150612e2660208401612be5565b90509250929050565b600060208284031215612e4157600080fd5b5035919050565b600060208284031215612e5a57600080fd5b813561093d81612b8b565b6001600160e01b03198116811461202657600080fd5b60008060408385031215612e8e57600080fd5b8235612e9981612b8b565b91506020830135612cb781612e65565b600080600060408486031215612ebe57600080fd5b612d5284612be5565b60008060408385031215612eda57600080fd5b612ee383612be5565b9150612e2660208401612d87565b60008060008060608587031215612f0757600080fd5b8435612f1281612b8b565b93506020850135612f2281612b8b565b9250604085013567ffffffffffffffff811115612f3e57600080fd5b612f4a87828801612cf0565b95989497509550505050565b60008060208385031215612f6957600080fd5b823567ffffffffffffffff811115612f8057600080fd5b612f8c85828601612ba0565b90969095509350505050565b60005b83811015612fb3578181015183820152602001612f9b565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561303057603f198786030184528151805180875261300d816020890160208501612f98565b601f01601f19169590950160209081019550938401939190910190600101612fe4565b50929695505050505050565b60008060006060848603121561305157600080fd5b833561305c81612b8b565b9250602084013561306c81612b8b565b9150604084013561307c81612e65565b809150509250925092565b6000806040838503121561309a57600080fd5b8235612ee381612b8b565b600080600080606085870312156130bb57600080fd5b84356130c681612b8b565b9350602085013567ffffffffffffffff8111156130e257600080fd5b6130ee87828801612cf0565b909450925050604085013565ffffffffffff8116811461310d57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561314057600080fd5b813561093d81612e65565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610ca160208301848661314b565b60006020828403121561319a57600080fd5b815161093d81612e65565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611b9f60608301848661314b565b634e487b7160e01b600052601160045260246000fd5b600080858511156131fd57600080fd5b8386111561320a57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e1984360301811261324457600080fd5b83018035915067ffffffffffffffff82111561325f57600080fd5b6020019150368190038213156113bc57600080fd5b828482376000838201600081528351613291818360208801612f98565b0195945050505050565b65ffffffffffff8181168382160190811115610d3e57610d3e6131d7565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b03841660408201526080606082015260006132f960808301848661314b565b979650505050505050565b80356001600160e01b03198116906004841015613333576001600160e01b0319808560040360031b1b82161691505b5092915050565b6000825161334c818460208701612f98565b9190910192915050565b63ffffffff8281168282160390811115610d3e57610d3e6131d756fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a264697066735822122036bfeac2edd6be5c8b28c46f05c20c4a0d69c451c3c1e650dbf4170f8224f0c964736f6c634300081a0033","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} -{"futureId":"OIDAccessManagerModule#OIDAccessManager","networkInteractionId":1,"nonce":163,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000502"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0xbf97102d23b44ca5a2a368b321e23d220f613ed193c40af8a1fc330d89b43dec"},"type":"TRANSACTION_SEND"} -{"futureId":"OIDAccessManagerModule#OIDAccessManager","hash":"0xbf97102d23b44ca5a2a368b321e23d220f613ed193c40af8a1fc330d89b43dec","networkInteractionId":1,"receipt":{"blockHash":"0xd7399a87c61a60217ed0a7b6b8c9f5ad2b717a52d76de922a6fe35d1a030d3c9","blockNumber":20365657,"contractAddress":"0x73fCa92f947846E9829B3C553036A752b97dD4E7","logs":[],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} -{"futureId":"OIDAccessManagerModule#OIDAccessManager","result":{"address":"0x73fCa92f947846E9829B3C553036A752b97dD4E7","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} -{"args":[],"artifactId":"OIDAccessManagerModule#OIDAccessManager","contractAddress":"0x73fCa92f947846E9829B3C553036A752b97dD4E7","dependencies":["OIDAccessManagerModule#OIDAccessManager"],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0x73fCa92f947846E9829B3C553036A752b97dD4E7","type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} -{"futureId":"OIDAccessManagerModule#OIDAccessManager.initialize()","networkInteractionId":1,"nonce":164,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000504"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0x0ee750554de11c9075201806b7e72569801ec94105736bde90fbe1d9fd18741c"},"type":"TRANSACTION_SEND"} -{"futureId":"OIDAccessManagerModule#OIDAccessManager.initialize()","hash":"0x0ee750554de11c9075201806b7e72569801ec94105736bde90fbe1d9fd18741c","networkInteractionId":1,"receipt":{"blockHash":"0x8fb816113043fa0016539167b56ed8587b325f7aca27c25a3711d3513ba9f941","blockNumber":20365664,"logs":[{"address":"0x73fCa92f947846E9829B3C553036A752b97dD4E7","data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067445e6c0000000000000000000000000000000000000000000000000000000000000001","logIndex":11,"topics":["0xf98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf","0x0000000000000000000000000000000000000000000000000000000000000000","0x0000000000000000000000004e58095ae74a06dc4f61215ce7cf594c1ec2f633"]},{"address":"0x73fCa92f947846E9829B3C553036A752b97dD4E7","data":"0x0000000000000000000000000000000000000000000000000000000000000001","logIndex":12,"topics":["0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} +{"futureId":"OIDAccessManagerModule#OIDAccessManager","networkInteractionId":1,"nonce":189,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000502"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0x861795e3f54ad8081b60e917e8fba101ad798eb20d3963063b6047391e89971c"},"type":"TRANSACTION_SEND"} +{"futureId":"OIDAccessManagerModule#OIDAccessManager","hash":"0x861795e3f54ad8081b60e917e8fba101ad798eb20d3963063b6047391e89971c","networkInteractionId":1,"receipt":{"blockHash":"0xd1c572d8cc73b83aa5aff95a8dd723d9ea8381feeba50e617b56c093d80f9f97","blockNumber":20367918,"contractAddress":"0x07d53fDeAb271f25648D4c1f600D267C87be608a","logs":[],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} +{"futureId":"OIDAccessManagerModule#OIDAccessManager","result":{"address":"0x07d53fDeAb271f25648D4c1f600D267C87be608a","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} +{"args":[],"artifactId":"OIDAccessManagerModule#OIDAccessManager","contractAddress":"0x07d53fDeAb271f25648D4c1f600D267C87be608a","dependencies":["OIDAccessManagerModule#OIDAccessManager"],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0x07d53fDeAb271f25648D4c1f600D267C87be608a","type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} +{"futureId":"OIDAccessManagerModule#OIDAccessManager.initialize()","networkInteractionId":1,"nonce":190,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000502"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0x26e8d62c469cf25761c2958c69cc0c1fc534bcddcdcd26fa42b44a4173d79c81"},"type":"TRANSACTION_SEND"} +{"futureId":"OIDAccessManagerModule#OIDAccessManager.initialize()","hash":"0x26e8d62c469cf25761c2958c69cc0c1fc534bcddcdcd26fa42b44a4173d79c81","networkInteractionId":1,"receipt":{"blockHash":"0x90c66ee03507cd5134059e12f70c27282cbe126f44d0234620943f1915c1b946","blockNumber":20367925,"logs":[{"address":"0x07d53fDeAb271f25648D4c1f600D267C87be608a","data":"0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000674470160000000000000000000000000000000000000000000000000000000000000001","logIndex":7,"topics":["0xf98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf","0x0000000000000000000000000000000000000000000000000000000000000000","0x0000000000000000000000004e58095ae74a06dc4f61215ce7cf594c1ec2f633"]},{"address":"0x07d53fDeAb271f25648D4c1f600D267C87be608a","data":"0x0000000000000000000000000000000000000000000000000000000000000001","logIndex":8,"topics":["0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} {"futureId":"OIDAccessManagerModule#OIDAccessManager.initialize()","result":{"type":"SUCCESS"},"type":"CALL_EXECUTION_STATE_COMPLETE"} {"artifactId":"OIDResolver#OIDResolver","constructorArgs":["0x4200000000000000000000000000000000000021"],"contractName":"OIDResolver","dependencies":[],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0x61010060405234801561001157600080fd5b50604051610ff6380380610ff683398101604081905261003091610079565b6001608052600360a052600060c052806001600160a01b038116610067576040516341bc07ff60e11b815260040160405180910390fd5b6001600160a01b031660e052506100a9565b60006020828403121561008b57600080fd5b81516001600160a01b03811681146100a257600080fd5b9392505050565b60805160a05160c05160e051610f0d6100e96000396000818161015801526108cb015260006102fc015260006102d3015260006102aa0152610f0d6000f3fe6080604052600436106100c05760003560e01c806391db0b7e11610074578063ce46e0461161004e578063ce46e04614610269578063e49617e11461027d578063e60c35051461029057600080fd5b806391db0b7e146101f9578063bf7e214f1461020c578063c4d66de81461024957600080fd5b80638150864d116100a55780638150864d1461014957806388e5b2d9146101905780638fb36037146101b357600080fd5b806354fd4d50146100fe5780637a9e5e4b1461012957600080fd5b366100f9576040517f1574f9f300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b005b600080fd5b34801561010a57600080fd5b506101136102a3565b6040516101209190610c5d565b60405180910390f35b34801561013557600080fd5b506100f7610144366004610c90565b610346565b34801561015557600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b039091168152602001610120565b6101a361019e366004610d0c565b61042e565b6040519015158152602001610120565b3480156101bf57600080fd5b506101c86104fd565b6040517fffffffff000000000000000000000000000000000000000000000000000000009091168152602001610120565b6101a3610207366004610d0c565b610572565b34801561021857600080fd5b507ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b0316610178565b34801561025557600080fd5b506100f7610264366004610c90565b610631565b34801561027557600080fd5b5060006101a3565b6101a361028b366004610d7d565b61076e565b6101a361029e366004610d7d565b610781565b60606102ce7f0000000000000000000000000000000000000000000000000000000000000000610795565b6102f77f0000000000000000000000000000000000000000000000000000000000000000610795565b6103207f0000000000000000000000000000000000000000000000000000000000000000610795565b60405160200161033293929190610db9565b604051602081830303815290604052905090565b336103787ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103d2576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610421576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b61042a82610835565b5050565b60006104386108c0565b838281146104595760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed57600086868381811061047957610479610e18565b905060200201359050828111156104a35760405163044044a560e21b815260040160405180910390fd5b6104d08989848181106104b8576104b8610e18565b90506020028101906104ca9190610e2e565b50600190565b6104e15760009450505050506104f5565b9091039060010161045d565b506001925050505b949350505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546000919074010000000000000000000000000000000000000000900460ff1661054a57600061056c565b7f8fb36037000000000000000000000000000000000000000000000000000000005b91505090565b600061057c6108c0565b8382811461059d5760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed5760008686838181106105bd576105bd610e18565b905060200201359050828111156105e75760405163044044a560e21b815260040160405180910390fd5b6106148989848181106105fc576105fc610e18565b905060200281019061060e9190610e2e565b82610924565b6106255760009450505050506104f5565b909103906001016105a1565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff1660008115801561067c5750825b905060008267ffffffffffffffff1660011480156106995750303b155b9050811580156106a7575080155b156106de576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561071257845468ff00000000000000001916680100000000000000001785555b61071b8661094a565b831561076657845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b60006107786108c0565b60015b92915050565b600061078b6108c0565b61077b8234610924565b606060006107a28361095e565b600101905060008167ffffffffffffffff8111156107c2576107c2610e4f565b6040519080825280601f01601f1916602001820160405280156107ec576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a85049450846107f657509392505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610922576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6000610937610100840160e08501610c90565b61094081610a40565b5060019392505050565b610952610bc1565b61095b81610c28565b50565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106109a7577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106109d3576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106109f157662386f26fc10000830492506010015b6305f5e1008310610a09576305f5e100830492506008015b6127108310610a1d57612710830492506004015b60648310610a2f576064830492506002015b600a831061077b5760010192915050565b6000610a737ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b031663cfef5e836040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ac4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ae89190610e65565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201526001600160a01b03861660248201526044016040805180830381865afa158015610b53573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b779190610e8f565b50905080610bbc576040517f93693b7a0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016103c9565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16610922576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610c30610bc1565b61095b81610835565b60005b83811015610c54578181015183820152602001610c3c565b50506000910152565b6020815260008251806020840152610c7c816040850160208701610c39565b601f01601f19169190910160400192915050565b600060208284031215610ca257600080fd5b81356001600160a01b0381168114610cb957600080fd5b9392505050565b60008083601f840112610cd257600080fd5b50813567ffffffffffffffff811115610cea57600080fd5b6020830191508360208260051b8501011115610d0557600080fd5b9250929050565b60008060008060408587031215610d2257600080fd5b843567ffffffffffffffff811115610d3957600080fd5b610d4587828801610cc0565b909550935050602085013567ffffffffffffffff811115610d6557600080fd5b610d7187828801610cc0565b95989497509550505050565b600060208284031215610d8f57600080fd5b813567ffffffffffffffff811115610da657600080fd5b82016101408185031215610cb957600080fd5b60008451610dcb818460208901610c39565b601760f91b9083019081528451610de9816001840160208901610c39565b601760f91b600192909101918201528351610e0b816002840160208801610c39565b0160020195945050505050565b634e487b7160e01b600052603260045260246000fd5b6000823561013e19833603018112610e4557600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610e7757600080fd5b815167ffffffffffffffff81168114610cb957600080fd5b60008060408385031215610ea257600080fd5b82518015158114610eb257600080fd5b602084015190925063ffffffff81168114610ecc57600080fd5b80915050925092905056fea2646970667358221220083b8bd54438b8def906ae06d0e6b93f63db96cec3ee0a8783af27a05863205f64736f6c634300081a00330000000000000000000000004200000000000000000000000000000000000021","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} -{"futureId":"OIDResolver#OIDResolver","networkInteractionId":1,"nonce":165,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000504"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0xf99dfd6ffa6342b0acdb4151bf3ac0b6274baeaa9b2b5cb720b7130635f576de"},"type":"TRANSACTION_SEND"} -{"futureId":"OIDResolver#OIDResolver","hash":"0xf99dfd6ffa6342b0acdb4151bf3ac0b6274baeaa9b2b5cb720b7130635f576de","networkInteractionId":1,"receipt":{"blockHash":"0x9b3ff12a435bc45ff7b6016fc1485fdea9600b7f218726e19d24af55c37acf40","blockNumber":20365672,"contractAddress":"0x62dFb7640AFB5d8b4c2B4865CfE88020378B923a","logs":[],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} -{"futureId":"OIDResolver#OIDResolver","result":{"address":"0x62dFb7640AFB5d8b4c2B4865CfE88020378B923a","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} -{"args":["0x73fCa92f947846E9829B3C553036A752b97dD4E7"],"artifactId":"OIDResolver#OIDResolver","contractAddress":"0x62dFb7640AFB5d8b4c2B4865CfE88020378B923a","dependencies":["OIDResolver#OIDResolver"],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0xc4d66de800000000000000000000000073fca92f947846e9829b3c553036a752b97dd4e7","id":1,"to":"0x62dFb7640AFB5d8b4c2B4865CfE88020378B923a","type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} -{"futureId":"OIDResolver#OIDResolver.initialize","networkInteractionId":1,"nonce":166,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000504"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0x2d56dfab0f01e9fd8097ff9fe489af2d7c49ecff1bea47b02a0d5df1ef192592"},"type":"TRANSACTION_SEND"} -{"futureId":"OIDResolver#OIDResolver.initialize","hash":"0x2d56dfab0f01e9fd8097ff9fe489af2d7c49ecff1bea47b02a0d5df1ef192592","networkInteractionId":1,"receipt":{"blockHash":"0xd870581a3f109321f81516da03dbf0b497acafceba7a879083c96a2aa578bdd4","blockNumber":20365678,"logs":[{"address":"0x62dFb7640AFB5d8b4c2B4865CfE88020378B923a","data":"0x00000000000000000000000073fca92f947846e9829b3c553036a752b97dd4e7","logIndex":0,"topics":["0x2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad"]},{"address":"0x62dFb7640AFB5d8b4c2B4865CfE88020378B923a","data":"0x0000000000000000000000000000000000000000000000000000000000000001","logIndex":1,"topics":["0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} +{"futureId":"OIDResolver#OIDResolver","networkInteractionId":1,"nonce":191,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000502"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0xe4f6608ed84b4fa02f6fc64d278af15efa64ffb2e82503f33b7a80e54a7e00ad"},"type":"TRANSACTION_SEND"} +{"futureId":"OIDResolver#OIDResolver","hash":"0xe4f6608ed84b4fa02f6fc64d278af15efa64ffb2e82503f33b7a80e54a7e00ad","networkInteractionId":1,"receipt":{"blockHash":"0xbf94630d6e35faf6989d93a01884cc4f1ef0fd210f92c8edb56b8820e0615f4b","blockNumber":20367933,"contractAddress":"0xf304B86273d2A1BB62Fbf1292481496b3cf04572","logs":[],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} +{"futureId":"OIDResolver#OIDResolver","result":{"address":"0xf304B86273d2A1BB62Fbf1292481496b3cf04572","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} +{"args":["0x07d53fDeAb271f25648D4c1f600D267C87be608a"],"artifactId":"OIDResolver#OIDResolver","contractAddress":"0xf304B86273d2A1BB62Fbf1292481496b3cf04572","dependencies":["OIDResolver#OIDResolver"],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0xc4d66de800000000000000000000000007d53fdeab271f25648d4c1f600d267c87be608a","id":1,"to":"0xf304B86273d2A1BB62Fbf1292481496b3cf04572","type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} +{"futureId":"OIDResolver#OIDResolver.initialize","networkInteractionId":1,"nonce":192,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000502"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0x617c4d7ebedcf344fcb33de55324bfb6db5647379c8232b7bd035c09e8864a9b"},"type":"TRANSACTION_SEND"} +{"futureId":"OIDResolver#OIDResolver.initialize","hash":"0x617c4d7ebedcf344fcb33de55324bfb6db5647379c8232b7bd035c09e8864a9b","networkInteractionId":1,"receipt":{"blockHash":"0x0cfc8f6851f6d60f66d368fba5f8a478d78f2baa0f6b598e6719c6466151bb08","blockNumber":20367940,"logs":[{"address":"0xf304B86273d2A1BB62Fbf1292481496b3cf04572","data":"0x00000000000000000000000007d53fdeab271f25648d4c1f600d267c87be608a","logIndex":27,"topics":["0x2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad"]},{"address":"0xf304B86273d2A1BB62Fbf1292481496b3cf04572","data":"0x0000000000000000000000000000000000000000000000000000000000000001","logIndex":28,"topics":["0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} {"futureId":"OIDResolver#OIDResolver.initialize","result":{"type":"SUCCESS"},"type":"CALL_EXECUTION_STATE_COMPLETE"} -{"artifactId":"ApplicationManager#ApplicationManager","constructorArgs":["0x73fCa92f947846E9829B3C553036A752b97dD4E7"],"contractName":"ApplicationManager","dependencies":[],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0x6080604052348015600f57600080fd5b50604051611615380380611615833981016040819052602c916092565b80603481603e565b50506001805560c0565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006020828403121560a357600080fd5b81516001600160a01b038116811460b957600080fd5b9392505050565b611546806100cf6000396000f3fe608060405234801561001057600080fd5b50600436106100a35760003560e01c80637a9e5e4b11610076578063bf7e214f1161005b578063bf7e214f1461014d578063cec9d7da14610168578063ecdfe9b41461017957600080fd5b80637a9e5e4b146101195780638fb360371461012c57600080fd5b80631f2f4bfd146100a857806336112a14146100d157806341702a16146100e65780637823c1e314610106575b600080fd5b6100bb6100b6366004610e94565b61018c565b6040516100c89190610f22565b60405180910390f35b6100e46100df36600461107e565b6102fb565b005b6100f96100f43660046110bb565b6104ac565b6040516100c891906110dd565b6100e4610114366004610e94565b610744565b6100e4610127366004611142565b610871565b610134610904565b6040516001600160e01b031990911681526020016100c8565b6000546040516001600160a01b0390911681526020016100c8565b6004546040519081526020016100c8565b6100e461018736600461115d565b610941565b6101b96040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b600082815260026020819052604090912001546001600160a01b03166102265760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f7420657869737400000000000060448201526064015b60405180910390fd5b600260008381526020019081526020016000206040518060600160405290816000820154815260200160018201805461025e906111a4565b80601f016020809104026020016040519081016040528092919081815260200182805461028a906111a4565b80156102d75780601f106102ac576101008083540402835291602001916102d7565b820191906000526020600020905b8154815290600101906020018083116102ba57829003601f168201915b5050509183525050600291909101546001600160a01b031660209091015292915050565b610303610b4f565b610310335b600036610b92565b6020808201516001600160a01b031660009081526003909152604090205460ff16156103a45760405162461bcd60e51b815260206004820152602c60248201527f4164647265737320616c7265616479207573656420666f7220616e6f7468657260448201527f206170706c69636174696f6e0000000000000000000000000000000000000000606482015260840161021d565b6004805490819060006103b6836111de565b90915550506040805160608101825282815283516020808301918252858101516001600160a01b031683850152600085815260029091529290922081518155915190918291600182019061040a9082611251565b506040918201516002918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b039283161790558383015116600090815260036020908152838220805460ff191660011790558582529190915281902090517f6aa6784e182c2b55186dd7a4a54b2b311415146b5e10241d3015c6f4f2f317709161049691859190611310565b60405180910390a150506104a960018055565b50565b606060008267ffffffffffffffff8111156104c9576104c9610f3c565b60405190808252806020026020018201604052801561052757816020015b6105146040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b8152602001906001900390816104e75790505b5090506000845b848210801561053e575060045481105b1561067357600081815260026020819052604090912001546001600160a01b03161561066157600260008281526020019081526020016000206040518060600160405290816000820154815260200160018201805461059c906111a4565b80601f01602080910402602001604051908101604052809291908181526020018280546105c8906111a4565b80156106155780601f106105ea57610100808354040283529160200191610615565b820191906000526020600020905b8154815290600101906020018083116105f857829003601f168201915b5050509183525050600291909101546001600160a01b03166020909101528351849084908110610647576106476113d4565b6020026020010181905250818061065d906111de565b9250505b8061066b816111de565b91505061052e565b60008267ffffffffffffffff81111561068e5761068e610f3c565b6040519080825280602002602001820160405280156106ec57816020015b6106d96040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b8152602001906001900390816106ac5790505b50905060005b838110156107395784818151811061070c5761070c6113d4565b6020026020010151828281518110610726576107266113d4565b60209081029190910101526001016106f2565b509695505050505050565b61074c610b4f565b61075533610308565b600081815260026020819052604090912001546001600160a01b03166107bd5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f74206578697374000000000000604482015260640161021d565b6000818152600260208181526040808420808401546001600160a01b0316855260038352818520805460ff1916905593859052919052517f1e6f9fdb36c7f3979c3d49fa0390d328e704f0e49c2c1c48aa0c0ccc831e87569161082291849190611310565b60405180910390a16000818152600260205260408120818155906108496001830182610e46565b50600201805473ffffffffffffffffffffffffffffffffffffffff191690556104a960018055565b60005433906001600160a01b031681146108a85760405162d1953b60e31b81526001600160a01b038216600482015260240161021d565b816001600160a01b03163b6000036108f7576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161021d565b61090082610cab565b5050565b60008054600160a01b900460ff1661091c5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b610949610b4f565b61095233610308565b600082815260026020819052604090912001546001600160a01b03166109ba5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f74206578697374000000000000604482015260640161021d565b6020808201516001600160a01b031660009081526003909152604090205460ff161580610a0a5750602080820151600084815260029283905260409020909101546001600160a01b039081169116145b610a7c5760405162461bcd60e51b815260206004820152602360248201527f4163636f756e74207573656420627920616e6f74686572206170706c6963617460448201527f696f6e0000000000000000000000000000000000000000000000000000000000606482015260840161021d565b6040805160608101825283815282516020808301918252848101516001600160a01b03168385015260008681526002909152929092208151815591519091906001820190610aca9082611251565b506040918201516002918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b03909216919091179055600084815260209190915281902090517f36856bfccc17ac92d527e8f941bbf8a8195c32e49bac06a5ab66fd1e67cf82d091610b3e91859190611310565b60405180910390a161090060018055565b600260015403610b8b576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002600155565b600080610bc8610baa6000546001600160a01b031690565b8630610bba60046000898b6113ea565b610bc391611414565b610d0c565b9150915081610ca45763ffffffff811615610c81576000805460ff60a01b198116600160a01b179091556040517f94c7d7ee0000000000000000000000000000000000000000000000000000000081526001600160a01b03909116906394c7d7ee90610c3c9088908890889060040161144a565b600060405180830381600087803b158015610c5657600080fd5b505af1158015610c6a573d6000803e3d6000fd5b50506000805460ff60a01b1916905550610ca49050565b60405162d1953b60e31b81526001600160a01b038616600482015260240161021d565b5050505050565b6000805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb70096130000000000000000000000000000000000000000000000000000000017905251610da99190611489565b600060405180830381855afa9150503d8060008114610de4576040519150601f19603f3d011682016040523d82523d6000602084013e610de9565b606091505b50915091508115610e3b576040815110610e1b5780806020019051810190610e1191906114b5565b9094509250610e3b565b6020815110610e3b5780806020019051810190610e3891906114f5565b93505b505094509492505050565b508054610e52906111a4565b6000825580601f10610e62575050565b601f0160209004906000526020600020908101906104a991905b80821115610e905760008155600101610e7c565b5090565b600060208284031215610ea657600080fd5b5035919050565b60005b83811015610ec8578181015183820152602001610eb0565b50506000910152565b8051825260006020820151606060208501528051806060860152610efc816080870160208501610ead565b6040938401516001600160a01b0316938501939093525050601f01601f19160160800190565b602081526000610f356020830184610ed1565b9392505050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610f7557610f75610f3c565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715610fa457610fa4610f3c565b604052919050565b80356001600160a01b0381168114610fc357600080fd5b919050565b600060408284031215610fda57600080fd5b610fe2610f52565b9050813567ffffffffffffffff811115610ffb57600080fd5b8201601f8101841361100c57600080fd5b803567ffffffffffffffff81111561102657611026610f3c565b611039601f8201601f1916602001610f7b565b81815285602083850101111561104e57600080fd5b8160208401602083013760006020838301015280845250505061107360208301610fac565b602082015292915050565b60006020828403121561109057600080fd5b813567ffffffffffffffff8111156110a757600080fd5b6110b384828501610fc8565b949350505050565b600080604083850312156110ce57600080fd5b50508035926020909101359150565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561113657603f19878603018452611121858351610ed1565b94506020938401939190910190600101611105565b50929695505050505050565b60006020828403121561115457600080fd5b610f3582610fac565b6000806040838503121561117057600080fd5b82359150602083013567ffffffffffffffff81111561118e57600080fd5b61119a85828601610fc8565b9150509250929050565b600181811c908216806111b857607f821691505b6020821081036111d857634e487b7160e01b600052602260045260246000fd5b50919050565b6000600182016111fe57634e487b7160e01b600052601160045260246000fd5b5060010190565b601f82111561124c57806000526020600020601f840160051c8101602085101561122c5750805b601f840160051c820191505b81811015610ca45760008155600101611238565b505050565b815167ffffffffffffffff81111561126b5761126b610f3c565b61127f8161127984546111a4565b84611205565b6020601f8211600181146112b3576000831561129b5750848201515b600019600385901b1c1916600184901b178455610ca4565b600084815260208120601f198516915b828110156112e357878501518255602094850194600190920191016112c3565b50848210156113015786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b82815260406020820152815460408201526000600183016060808401526000815461133a816111a4565b8060a087015260018216600081146113595760018114611375576113a9565b60ff19831660c088015260c082151560051b88010193506113a9565b84600052602060002060005b838110156113a057815489820160c00152600190910190602001611381565b880160c0019450505b50505060028501546001600160a01b03166001600160a01b0381166080860152915095945050505050565b634e487b7160e01b600052603260045260246000fd5b600080858511156113fa57600080fd5b8386111561140757600080fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611443576001600160e01b0319808560040360031b1b82161691505b5092915050565b6001600160a01b038416815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000825161149b818460208701610ead565b9190910192915050565b80518015158114610fc357600080fd5b600080604083850312156114c857600080fd5b6114d1836114a5565b9150602083015163ffffffff811681146114ea57600080fd5b809150509250929050565b60006020828403121561150757600080fd5b610f35826114a556fea26469706673582212203b7e79da061a8b5e30ac550ce6a14de19dc3dcff8dcfe42e248e717f21718b1564736f6c634300081a003300000000000000000000000073fca92f947846e9829b3c553036a752b97dd4e7","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} -{"futureId":"ApplicationManager#ApplicationManager","networkInteractionId":1,"nonce":167,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000502"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0xab3d4305b3c63137e6c95fbfd2c02a2078b5bf2964091ada8f3299b3b78868f0"},"type":"TRANSACTION_SEND"} -{"futureId":"ApplicationManager#ApplicationManager","hash":"0xab3d4305b3c63137e6c95fbfd2c02a2078b5bf2964091ada8f3299b3b78868f0","networkInteractionId":1,"receipt":{"blockHash":"0xb83c33f8b646f602df298591b03eba7e564a4d44b6d4c550ebb16efde34f8ba5","blockNumber":20365686,"contractAddress":"0xB7e1beD02cCd1DCdaf8FB48B807DcC5906353C30","logs":[{"address":"0xB7e1beD02cCd1DCdaf8FB48B807DcC5906353C30","data":"0x00000000000000000000000073fca92f947846e9829b3c553036a752b97dd4e7","logIndex":0,"topics":["0x2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} -{"futureId":"ApplicationManager#ApplicationManager","result":{"address":"0xB7e1beD02cCd1DCdaf8FB48B807DcC5906353C30","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} -{"artifactId":"OIDPermissionManager#OIDPermissionManager","constructorArgs":["0x73fCa92f947846E9829B3C553036A752b97dD4E7","0x4200000000000000000000000000000000000021"],"contractName":"OIDPermissionManager","dependencies":[],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0x60a060405234801561001057600080fd5b50604051610bb0380380610bb083398101604081905261002f916100b8565b816100398161004c565b506001600160a01b0316608052506100f2565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6001600160a01b03811681146100b557600080fd5b50565b600080604083850312156100cb57600080fd5b82516100d6816100a0565b60208401519092506100e7816100a0565b809150509250929050565b608051610a9d6101136000396000818160c101526103910152610a9d6000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c80638fb360371161005b5780638fb36037146100f9578063a6a8f17b14610132578063bc58645614610145578063bf7e214f1461015857600080fd5b806328545c0d146100825780637a9e5e4b146100aa5780638150864d146100bf575b600080fd5b61009561009036600461076f565b610169565b60405190151581526020015b60405180910390f35b6100bd6100b836600461079f565b6101f1565b005b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020016100a1565b6101016102a3565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020016100a1565b6100bd61014036600461076f565b6102f1565b6100bd61015336600461076f565b6102fd565b6000546001600160a01b03166100e1565b60008281526001602081815260408084206001600160a01b0386168552909152822090810154158061019d5750805460ff16155b156101ac5760009150506101eb565b60006101bb8260010154610309565b90506101d4816080015167ffffffffffffffff16151590565b156101e4576000925050506101eb565b6001925050505b92915050565b60005433906001600160a01b03168114610247576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610296576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161023e565b61029f8261043e565b5050565b6000805474010000000000000000000000000000000000000000900460ff166102cc5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b61029f828260006104aa565b61029f828260016104aa565b604080516101408101825260008082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830182905261012083015291517fa3112a64000000000000000000000000000000000000000000000000000000008152600481018490529091906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a3112a6490602401600060405180830381865afa1580156103d8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104009190810190610904565b80519091506101eb576040517f01fb6dd10000000000000000000000000000000000000000000000000000000081526004810184905260240161023e565b600080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006104b584610309565b90506104ce816080015167ffffffffffffffff16151590565b15610508576040517f04bed2560000000000000000000000000000000000000000000000000000000081526004810185905260240161023e565b610511816105bb565b600061051c8261061f565b60408051808201825285151581526020808201898152600085815260018084528582206001600160a01b038c168352909352939093209151825460ff191690151517825591519101559050604080518281526001600160a01b0386166020820152841515918101919091527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f359060600160405180910390a15050505050565b6105d18160c001516001600160a01b0316331490565b1580156105e357506105e1610642565b155b1561061c576040517fdccef96400000000000000000000000000000000000000000000000000000000815233600482015260240161023e565b50565b60008082610120015180602001905181019061063b91906109fe565b9392505050565b6000806106576000546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b0316630125a4256040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106cc9190610a17565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201523360248201526044016040805180830381865afa15801561072e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107529190610a32565b509392505050565b6001600160a01b038116811461061c57600080fd5b6000806040838503121561078257600080fd5b8235915060208301356107948161075a565b809150509250929050565b6000602082840312156107b157600080fd5b813561063b8161075a565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051610140810167ffffffffffffffff8111828210171561080f5761080f6107bc565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561083e5761083e6107bc565b604052919050565b805167ffffffffffffffff8116811461085e57600080fd5b919050565b805161085e8161075a565b8051801515811461085e57600080fd5b600082601f83011261088f57600080fd5b815167ffffffffffffffff8111156108a9576108a96107bc565b6108bc601f8201601f1916602001610815565b8181528460208386010111156108d157600080fd5b60005b828110156108f0576020818601810151838301820152016108d4565b506000918101602001919091529392505050565b60006020828403121561091657600080fd5b815167ffffffffffffffff81111561092d57600080fd5b8201610140818503121561094057600080fd5b6109486107eb565b815181526020808301519082015261096260408301610846565b604082015261097360608301610846565b606082015261098460808301610846565b608082015260a0828101519082015261099f60c08301610863565b60c08201526109b060e08301610863565b60e08201526109c2610100830161086e565b61010082015261012082015167ffffffffffffffff8111156109e357600080fd5b6109ef8682850161087e565b61012083015250949350505050565b600060208284031215610a1057600080fd5b5051919050565b600060208284031215610a2957600080fd5b61063b82610846565b60008060408385031215610a4557600080fd5b610a4e8361086e565b9150602083015163ffffffff8116811461079457600080fdfea2646970667358221220058148bf957c2f50326fb3479333357210091b7799b4b2de528804eff09ea27a64736f6c634300081a003300000000000000000000000073fca92f947846e9829b3c553036a752b97dd4e70000000000000000000000004200000000000000000000000000000000000021","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} -{"futureId":"OIDPermissionManager#OIDPermissionManager","networkInteractionId":1,"nonce":168,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000502"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0x774fd581121f913384b6d5d6ba2d671ac0fef6f02fbfc41b0598e45f364d5019"},"type":"TRANSACTION_SEND"} -{"futureId":"OIDPermissionManager#OIDPermissionManager","hash":"0x774fd581121f913384b6d5d6ba2d671ac0fef6f02fbfc41b0598e45f364d5019","networkInteractionId":1,"receipt":{"blockHash":"0x6479e6d23466e15b0c78bdbb4f498b888f5435625efe8f4609570ee708e9bb82","blockNumber":20365693,"contractAddress":"0xC0e1515277a7E812Eb481D765E365D54248e1e77","logs":[{"address":"0xC0e1515277a7E812Eb481D765E365D54248e1e77","data":"0x00000000000000000000000073fca92f947846e9829b3c553036a752b97dd4e7","logIndex":17,"topics":["0x2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} -{"futureId":"OIDPermissionManager#OIDPermissionManager","result":{"address":"0xC0e1515277a7E812Eb481D765E365D54248e1e77","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} \ No newline at end of file +{"artifactId":"ApplicationManager#ApplicationManager","constructorArgs":["0x07d53fDeAb271f25648D4c1f600D267C87be608a"],"contractName":"ApplicationManager","dependencies":[],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0x6080604052348015600f57600080fd5b50604051611615380380611615833981016040819052602c916092565b80603481603e565b50506001805560c0565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006020828403121560a357600080fd5b81516001600160a01b038116811460b957600080fd5b9392505050565b611546806100cf6000396000f3fe608060405234801561001057600080fd5b50600436106100a35760003560e01c80637a9e5e4b11610076578063bf7e214f1161005b578063bf7e214f1461014d578063cec9d7da14610168578063ecdfe9b41461017957600080fd5b80637a9e5e4b146101195780638fb360371461012c57600080fd5b80631f2f4bfd146100a857806336112a14146100d157806341702a16146100e65780637823c1e314610106575b600080fd5b6100bb6100b6366004610e94565b61018c565b6040516100c89190610f22565b60405180910390f35b6100e46100df36600461107e565b6102fb565b005b6100f96100f43660046110bb565b6104ac565b6040516100c891906110dd565b6100e4610114366004610e94565b610744565b6100e4610127366004611142565b610871565b610134610904565b6040516001600160e01b031990911681526020016100c8565b6000546040516001600160a01b0390911681526020016100c8565b6004546040519081526020016100c8565b6100e461018736600461115d565b610941565b6101b96040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b600082815260026020819052604090912001546001600160a01b03166102265760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f7420657869737400000000000060448201526064015b60405180910390fd5b600260008381526020019081526020016000206040518060600160405290816000820154815260200160018201805461025e906111a4565b80601f016020809104026020016040519081016040528092919081815260200182805461028a906111a4565b80156102d75780601f106102ac576101008083540402835291602001916102d7565b820191906000526020600020905b8154815290600101906020018083116102ba57829003601f168201915b5050509183525050600291909101546001600160a01b031660209091015292915050565b610303610b4f565b610310335b600036610b92565b6020808201516001600160a01b031660009081526003909152604090205460ff16156103a45760405162461bcd60e51b815260206004820152602c60248201527f4164647265737320616c7265616479207573656420666f7220616e6f7468657260448201527f206170706c69636174696f6e0000000000000000000000000000000000000000606482015260840161021d565b6004805490819060006103b6836111de565b90915550506040805160608101825282815283516020808301918252858101516001600160a01b031683850152600085815260029091529290922081518155915190918291600182019061040a9082611251565b506040918201516002918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b039283161790558383015116600090815260036020908152838220805460ff191660011790558582529190915281902090517f6aa6784e182c2b55186dd7a4a54b2b311415146b5e10241d3015c6f4f2f317709161049691859190611310565b60405180910390a150506104a960018055565b50565b606060008267ffffffffffffffff8111156104c9576104c9610f3c565b60405190808252806020026020018201604052801561052757816020015b6105146040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b8152602001906001900390816104e75790505b5090506000845b848210801561053e575060045481105b1561067357600081815260026020819052604090912001546001600160a01b03161561066157600260008281526020019081526020016000206040518060600160405290816000820154815260200160018201805461059c906111a4565b80601f01602080910402602001604051908101604052809291908181526020018280546105c8906111a4565b80156106155780601f106105ea57610100808354040283529160200191610615565b820191906000526020600020905b8154815290600101906020018083116105f857829003601f168201915b5050509183525050600291909101546001600160a01b03166020909101528351849084908110610647576106476113d4565b6020026020010181905250818061065d906111de565b9250505b8061066b816111de565b91505061052e565b60008267ffffffffffffffff81111561068e5761068e610f3c565b6040519080825280602002602001820160405280156106ec57816020015b6106d96040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b8152602001906001900390816106ac5790505b50905060005b838110156107395784818151811061070c5761070c6113d4565b6020026020010151828281518110610726576107266113d4565b60209081029190910101526001016106f2565b509695505050505050565b61074c610b4f565b61075533610308565b600081815260026020819052604090912001546001600160a01b03166107bd5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f74206578697374000000000000604482015260640161021d565b6000818152600260208181526040808420808401546001600160a01b0316855260038352818520805460ff1916905593859052919052517f1e6f9fdb36c7f3979c3d49fa0390d328e704f0e49c2c1c48aa0c0ccc831e87569161082291849190611310565b60405180910390a16000818152600260205260408120818155906108496001830182610e46565b50600201805473ffffffffffffffffffffffffffffffffffffffff191690556104a960018055565b60005433906001600160a01b031681146108a85760405162d1953b60e31b81526001600160a01b038216600482015260240161021d565b816001600160a01b03163b6000036108f7576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161021d565b61090082610cab565b5050565b60008054600160a01b900460ff1661091c5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b610949610b4f565b61095233610308565b600082815260026020819052604090912001546001600160a01b03166109ba5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f74206578697374000000000000604482015260640161021d565b6020808201516001600160a01b031660009081526003909152604090205460ff161580610a0a5750602080820151600084815260029283905260409020909101546001600160a01b039081169116145b610a7c5760405162461bcd60e51b815260206004820152602360248201527f4163636f756e74207573656420627920616e6f74686572206170706c6963617460448201527f696f6e0000000000000000000000000000000000000000000000000000000000606482015260840161021d565b6040805160608101825283815282516020808301918252848101516001600160a01b03168385015260008681526002909152929092208151815591519091906001820190610aca9082611251565b506040918201516002918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b03909216919091179055600084815260209190915281902090517f36856bfccc17ac92d527e8f941bbf8a8195c32e49bac06a5ab66fd1e67cf82d091610b3e91859190611310565b60405180910390a161090060018055565b600260015403610b8b576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002600155565b600080610bc8610baa6000546001600160a01b031690565b8630610bba60046000898b6113ea565b610bc391611414565b610d0c565b9150915081610ca45763ffffffff811615610c81576000805460ff60a01b198116600160a01b179091556040517f94c7d7ee0000000000000000000000000000000000000000000000000000000081526001600160a01b03909116906394c7d7ee90610c3c9088908890889060040161144a565b600060405180830381600087803b158015610c5657600080fd5b505af1158015610c6a573d6000803e3d6000fd5b50506000805460ff60a01b1916905550610ca49050565b60405162d1953b60e31b81526001600160a01b038616600482015260240161021d565b5050505050565b6000805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb70096130000000000000000000000000000000000000000000000000000000017905251610da99190611489565b600060405180830381855afa9150503d8060008114610de4576040519150601f19603f3d011682016040523d82523d6000602084013e610de9565b606091505b50915091508115610e3b576040815110610e1b5780806020019051810190610e1191906114b5565b9094509250610e3b565b6020815110610e3b5780806020019051810190610e3891906114f5565b93505b505094509492505050565b508054610e52906111a4565b6000825580601f10610e62575050565b601f0160209004906000526020600020908101906104a991905b80821115610e905760008155600101610e7c565b5090565b600060208284031215610ea657600080fd5b5035919050565b60005b83811015610ec8578181015183820152602001610eb0565b50506000910152565b8051825260006020820151606060208501528051806060860152610efc816080870160208501610ead565b6040938401516001600160a01b0316938501939093525050601f01601f19160160800190565b602081526000610f356020830184610ed1565b9392505050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610f7557610f75610f3c565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715610fa457610fa4610f3c565b604052919050565b80356001600160a01b0381168114610fc357600080fd5b919050565b600060408284031215610fda57600080fd5b610fe2610f52565b9050813567ffffffffffffffff811115610ffb57600080fd5b8201601f8101841361100c57600080fd5b803567ffffffffffffffff81111561102657611026610f3c565b611039601f8201601f1916602001610f7b565b81815285602083850101111561104e57600080fd5b8160208401602083013760006020838301015280845250505061107360208301610fac565b602082015292915050565b60006020828403121561109057600080fd5b813567ffffffffffffffff8111156110a757600080fd5b6110b384828501610fc8565b949350505050565b600080604083850312156110ce57600080fd5b50508035926020909101359150565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561113657603f19878603018452611121858351610ed1565b94506020938401939190910190600101611105565b50929695505050505050565b60006020828403121561115457600080fd5b610f3582610fac565b6000806040838503121561117057600080fd5b82359150602083013567ffffffffffffffff81111561118e57600080fd5b61119a85828601610fc8565b9150509250929050565b600181811c908216806111b857607f821691505b6020821081036111d857634e487b7160e01b600052602260045260246000fd5b50919050565b6000600182016111fe57634e487b7160e01b600052601160045260246000fd5b5060010190565b601f82111561124c57806000526020600020601f840160051c8101602085101561122c5750805b601f840160051c820191505b81811015610ca45760008155600101611238565b505050565b815167ffffffffffffffff81111561126b5761126b610f3c565b61127f8161127984546111a4565b84611205565b6020601f8211600181146112b3576000831561129b5750848201515b600019600385901b1c1916600184901b178455610ca4565b600084815260208120601f198516915b828110156112e357878501518255602094850194600190920191016112c3565b50848210156113015786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b82815260406020820152815460408201526000600183016060808401526000815461133a816111a4565b8060a087015260018216600081146113595760018114611375576113a9565b60ff19831660c088015260c082151560051b88010193506113a9565b84600052602060002060005b838110156113a057815489820160c00152600190910190602001611381565b880160c0019450505b50505060028501546001600160a01b03166001600160a01b0381166080860152915095945050505050565b634e487b7160e01b600052603260045260246000fd5b600080858511156113fa57600080fd5b8386111561140757600080fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611443576001600160e01b0319808560040360031b1b82161691505b5092915050565b6001600160a01b038416815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000825161149b818460208701610ead565b9190910192915050565b80518015158114610fc357600080fd5b600080604083850312156114c857600080fd5b6114d1836114a5565b9150602083015163ffffffff811681146114ea57600080fd5b809150509250929050565b60006020828403121561150757600080fd5b610f35826114a556fea26469706673582212203b7e79da061a8b5e30ac550ce6a14de19dc3dcff8dcfe42e248e717f21718b1564736f6c634300081a003300000000000000000000000007d53fdeab271f25648d4c1f600d267c87be608a","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} +{"futureId":"ApplicationManager#ApplicationManager","networkInteractionId":1,"nonce":193,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000502"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0x9485afb9d630fd6433044eef05a7ea1038b7da309a8e3f0e183ebdcc0822fc8e"},"type":"TRANSACTION_SEND"} +{"futureId":"ApplicationManager#ApplicationManager","hash":"0x9485afb9d630fd6433044eef05a7ea1038b7da309a8e3f0e183ebdcc0822fc8e","networkInteractionId":1,"receipt":{"blockHash":"0xbfc0359221e8301760aff9b051e94961d1d9564f16963404cfc7585b85e6eae2","blockNumber":20367947,"contractAddress":"0xb250C2b5967FEc8241FD9a26C30145Fbdf347eEC","logs":[{"address":"0xb250C2b5967FEc8241FD9a26C30145Fbdf347eEC","data":"0x00000000000000000000000007d53fdeab271f25648d4c1f600d267c87be608a","logIndex":37,"topics":["0x2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} +{"futureId":"ApplicationManager#ApplicationManager","result":{"address":"0xb250C2b5967FEc8241FD9a26C30145Fbdf347eEC","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} +{"artifactId":"OIDPermissionManager#OIDPermissionManager","constructorArgs":["0x07d53fDeAb271f25648D4c1f600D267C87be608a","0x4200000000000000000000000000000000000021"],"contractName":"OIDPermissionManager","dependencies":[],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0x60a060405234801561001057600080fd5b50604051610bb0380380610bb083398101604081905261002f916100b8565b816100398161004c565b506001600160a01b0316608052506100f2565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6001600160a01b03811681146100b557600080fd5b50565b600080604083850312156100cb57600080fd5b82516100d6816100a0565b60208401519092506100e7816100a0565b809150509250929050565b608051610a9d6101136000396000818160c101526103910152610a9d6000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c80638fb360371161005b5780638fb36037146100f9578063a6a8f17b14610132578063bc58645614610145578063bf7e214f1461015857600080fd5b806328545c0d146100825780637a9e5e4b146100aa5780638150864d146100bf575b600080fd5b61009561009036600461076f565b610169565b60405190151581526020015b60405180910390f35b6100bd6100b836600461079f565b6101f1565b005b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020016100a1565b6101016102a3565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020016100a1565b6100bd61014036600461076f565b6102f1565b6100bd61015336600461076f565b6102fd565b6000546001600160a01b03166100e1565b60008281526001602081815260408084206001600160a01b0386168552909152822090810154158061019d5750805460ff16155b156101ac5760009150506101eb565b60006101bb8260010154610309565b90506101d4816080015167ffffffffffffffff16151590565b156101e4576000925050506101eb565b6001925050505b92915050565b60005433906001600160a01b03168114610247576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610296576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161023e565b61029f8261043e565b5050565b6000805474010000000000000000000000000000000000000000900460ff166102cc5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b61029f828260006104aa565b61029f828260016104aa565b604080516101408101825260008082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830182905261012083015291517fa3112a64000000000000000000000000000000000000000000000000000000008152600481018490529091906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a3112a6490602401600060405180830381865afa1580156103d8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104009190810190610904565b80519091506101eb576040517f01fb6dd10000000000000000000000000000000000000000000000000000000081526004810184905260240161023e565b600080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006104b584610309565b90506104ce816080015167ffffffffffffffff16151590565b15610508576040517f04bed2560000000000000000000000000000000000000000000000000000000081526004810185905260240161023e565b610511816105bb565b600061051c8261061f565b60408051808201825285151581526020808201898152600085815260018084528582206001600160a01b038c168352909352939093209151825460ff191690151517825591519101559050604080518281526001600160a01b0386166020820152841515918101919091527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f359060600160405180910390a15050505050565b6105d18160c001516001600160a01b0316331490565b1580156105e357506105e1610642565b155b1561061c576040517fdccef96400000000000000000000000000000000000000000000000000000000815233600482015260240161023e565b50565b60008082610120015180602001905181019061063b91906109fe565b9392505050565b6000806106576000546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b0316630125a4256040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106cc9190610a17565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201523360248201526044016040805180830381865afa15801561072e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107529190610a32565b509392505050565b6001600160a01b038116811461061c57600080fd5b6000806040838503121561078257600080fd5b8235915060208301356107948161075a565b809150509250929050565b6000602082840312156107b157600080fd5b813561063b8161075a565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051610140810167ffffffffffffffff8111828210171561080f5761080f6107bc565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561083e5761083e6107bc565b604052919050565b805167ffffffffffffffff8116811461085e57600080fd5b919050565b805161085e8161075a565b8051801515811461085e57600080fd5b600082601f83011261088f57600080fd5b815167ffffffffffffffff8111156108a9576108a96107bc565b6108bc601f8201601f1916602001610815565b8181528460208386010111156108d157600080fd5b60005b828110156108f0576020818601810151838301820152016108d4565b506000918101602001919091529392505050565b60006020828403121561091657600080fd5b815167ffffffffffffffff81111561092d57600080fd5b8201610140818503121561094057600080fd5b6109486107eb565b815181526020808301519082015261096260408301610846565b604082015261097360608301610846565b606082015261098460808301610846565b608082015260a0828101519082015261099f60c08301610863565b60c08201526109b060e08301610863565b60e08201526109c2610100830161086e565b61010082015261012082015167ffffffffffffffff8111156109e357600080fd5b6109ef8682850161087e565b61012083015250949350505050565b600060208284031215610a1057600080fd5b5051919050565b600060208284031215610a2957600080fd5b61063b82610846565b60008060408385031215610a4557600080fd5b610a4e8361086e565b9150602083015163ffffffff8116811461079457600080fdfea2646970667358221220058148bf957c2f50326fb3479333357210091b7799b4b2de528804eff09ea27a64736f6c634300081a003300000000000000000000000007d53fdeab271f25648d4c1f600d267c87be608a0000000000000000000000004200000000000000000000000000000000000021","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} +{"futureId":"OIDPermissionManager#OIDPermissionManager","networkInteractionId":1,"nonce":194,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000502"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0x5ac6d693a6d3aeaa6faf2aefa8c469eafa7814a378eed769761717af9eef7e47"},"type":"TRANSACTION_SEND"} +{"futureId":"OIDPermissionManager#OIDPermissionManager","hash":"0x5ac6d693a6d3aeaa6faf2aefa8c469eafa7814a378eed769761717af9eef7e47","networkInteractionId":1,"receipt":{"blockHash":"0xb9c2635d155155bb37a437c7628e8b2906e485f231c0201f9d5bb5591dc0e252","blockNumber":20367954,"contractAddress":"0xFcE488b93696Ec5e279b8257E67F074AbFEc59d8","logs":[{"address":"0xFcE488b93696Ec5e279b8257E67F074AbFEc59d8","data":"0x00000000000000000000000007d53fdeab271f25648d4c1f600d267c87be608a","logIndex":41,"topics":["0x2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} +{"futureId":"OIDPermissionManager#OIDPermissionManager","result":{"address":"0xFcE488b93696Ec5e279b8257E67F074AbFEc59d8","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} \ No newline at end of file diff --git a/ignition/deployments/chain-84532/artifacts/ApplicationManager#ApplicationManager.dbg.json b/ignition/deployments/chain-84532/artifacts/ApplicationManager#ApplicationManager.dbg.json new file mode 100644 index 0000000..c3eb472 --- /dev/null +++ b/ignition/deployments/chain-84532/artifacts/ApplicationManager#ApplicationManager.dbg.json @@ -0,0 +1,4 @@ +{ + "_format": "hh-sol-dbg-1", + "buildInfo": "../build-info/aa5cc268a9dbb5af3f51d05db37354b5.json" +} \ No newline at end of file diff --git a/ignition/deployments/chain-84532/artifacts/ApplicationManager#ApplicationManager.json b/ignition/deployments/chain-84532/artifacts/ApplicationManager#ApplicationManager.json new file mode 100644 index 0000000..2dec486 --- /dev/null +++ b/ignition/deployments/chain-84532/artifacts/ApplicationManager#ApplicationManager.json @@ -0,0 +1,383 @@ +{ + "_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": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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.ApplicationDto", + "name": "dto", + "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": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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.ApplicationDto", + "name": "dto", + "type": "tuple" + } + ], + "name": "updateApplication", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "bytecode": "0x6080604052348015600f57600080fd5b50604051611615380380611615833981016040819052602c916092565b80603481603e565b50506001805560c0565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006020828403121560a357600080fd5b81516001600160a01b038116811460b957600080fd5b9392505050565b611546806100cf6000396000f3fe608060405234801561001057600080fd5b50600436106100a35760003560e01c80637a9e5e4b11610076578063bf7e214f1161005b578063bf7e214f1461014d578063cec9d7da14610168578063ecdfe9b41461017957600080fd5b80637a9e5e4b146101195780638fb360371461012c57600080fd5b80631f2f4bfd146100a857806336112a14146100d157806341702a16146100e65780637823c1e314610106575b600080fd5b6100bb6100b6366004610e94565b61018c565b6040516100c89190610f22565b60405180910390f35b6100e46100df36600461107e565b6102fb565b005b6100f96100f43660046110bb565b6104ac565b6040516100c891906110dd565b6100e4610114366004610e94565b610744565b6100e4610127366004611142565b610871565b610134610904565b6040516001600160e01b031990911681526020016100c8565b6000546040516001600160a01b0390911681526020016100c8565b6004546040519081526020016100c8565b6100e461018736600461115d565b610941565b6101b96040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b600082815260026020819052604090912001546001600160a01b03166102265760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f7420657869737400000000000060448201526064015b60405180910390fd5b600260008381526020019081526020016000206040518060600160405290816000820154815260200160018201805461025e906111a4565b80601f016020809104026020016040519081016040528092919081815260200182805461028a906111a4565b80156102d75780601f106102ac576101008083540402835291602001916102d7565b820191906000526020600020905b8154815290600101906020018083116102ba57829003601f168201915b5050509183525050600291909101546001600160a01b031660209091015292915050565b610303610b4f565b610310335b600036610b92565b6020808201516001600160a01b031660009081526003909152604090205460ff16156103a45760405162461bcd60e51b815260206004820152602c60248201527f4164647265737320616c7265616479207573656420666f7220616e6f7468657260448201527f206170706c69636174696f6e0000000000000000000000000000000000000000606482015260840161021d565b6004805490819060006103b6836111de565b90915550506040805160608101825282815283516020808301918252858101516001600160a01b031683850152600085815260029091529290922081518155915190918291600182019061040a9082611251565b506040918201516002918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b039283161790558383015116600090815260036020908152838220805460ff191660011790558582529190915281902090517f6aa6784e182c2b55186dd7a4a54b2b311415146b5e10241d3015c6f4f2f317709161049691859190611310565b60405180910390a150506104a960018055565b50565b606060008267ffffffffffffffff8111156104c9576104c9610f3c565b60405190808252806020026020018201604052801561052757816020015b6105146040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b8152602001906001900390816104e75790505b5090506000845b848210801561053e575060045481105b1561067357600081815260026020819052604090912001546001600160a01b03161561066157600260008281526020019081526020016000206040518060600160405290816000820154815260200160018201805461059c906111a4565b80601f01602080910402602001604051908101604052809291908181526020018280546105c8906111a4565b80156106155780601f106105ea57610100808354040283529160200191610615565b820191906000526020600020905b8154815290600101906020018083116105f857829003601f168201915b5050509183525050600291909101546001600160a01b03166020909101528351849084908110610647576106476113d4565b6020026020010181905250818061065d906111de565b9250505b8061066b816111de565b91505061052e565b60008267ffffffffffffffff81111561068e5761068e610f3c565b6040519080825280602002602001820160405280156106ec57816020015b6106d96040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b8152602001906001900390816106ac5790505b50905060005b838110156107395784818151811061070c5761070c6113d4565b6020026020010151828281518110610726576107266113d4565b60209081029190910101526001016106f2565b509695505050505050565b61074c610b4f565b61075533610308565b600081815260026020819052604090912001546001600160a01b03166107bd5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f74206578697374000000000000604482015260640161021d565b6000818152600260208181526040808420808401546001600160a01b0316855260038352818520805460ff1916905593859052919052517f1e6f9fdb36c7f3979c3d49fa0390d328e704f0e49c2c1c48aa0c0ccc831e87569161082291849190611310565b60405180910390a16000818152600260205260408120818155906108496001830182610e46565b50600201805473ffffffffffffffffffffffffffffffffffffffff191690556104a960018055565b60005433906001600160a01b031681146108a85760405162d1953b60e31b81526001600160a01b038216600482015260240161021d565b816001600160a01b03163b6000036108f7576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161021d565b61090082610cab565b5050565b60008054600160a01b900460ff1661091c5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b610949610b4f565b61095233610308565b600082815260026020819052604090912001546001600160a01b03166109ba5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f74206578697374000000000000604482015260640161021d565b6020808201516001600160a01b031660009081526003909152604090205460ff161580610a0a5750602080820151600084815260029283905260409020909101546001600160a01b039081169116145b610a7c5760405162461bcd60e51b815260206004820152602360248201527f4163636f756e74207573656420627920616e6f74686572206170706c6963617460448201527f696f6e0000000000000000000000000000000000000000000000000000000000606482015260840161021d565b6040805160608101825283815282516020808301918252848101516001600160a01b03168385015260008681526002909152929092208151815591519091906001820190610aca9082611251565b506040918201516002918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b03909216919091179055600084815260209190915281902090517f36856bfccc17ac92d527e8f941bbf8a8195c32e49bac06a5ab66fd1e67cf82d091610b3e91859190611310565b60405180910390a161090060018055565b600260015403610b8b576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002600155565b600080610bc8610baa6000546001600160a01b031690565b8630610bba60046000898b6113ea565b610bc391611414565b610d0c565b9150915081610ca45763ffffffff811615610c81576000805460ff60a01b198116600160a01b179091556040517f94c7d7ee0000000000000000000000000000000000000000000000000000000081526001600160a01b03909116906394c7d7ee90610c3c9088908890889060040161144a565b600060405180830381600087803b158015610c5657600080fd5b505af1158015610c6a573d6000803e3d6000fd5b50506000805460ff60a01b1916905550610ca49050565b60405162d1953b60e31b81526001600160a01b038616600482015260240161021d565b5050505050565b6000805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb70096130000000000000000000000000000000000000000000000000000000017905251610da99190611489565b600060405180830381855afa9150503d8060008114610de4576040519150601f19603f3d011682016040523d82523d6000602084013e610de9565b606091505b50915091508115610e3b576040815110610e1b5780806020019051810190610e1191906114b5565b9094509250610e3b565b6020815110610e3b5780806020019051810190610e3891906114f5565b93505b505094509492505050565b508054610e52906111a4565b6000825580601f10610e62575050565b601f0160209004906000526020600020908101906104a991905b80821115610e905760008155600101610e7c565b5090565b600060208284031215610ea657600080fd5b5035919050565b60005b83811015610ec8578181015183820152602001610eb0565b50506000910152565b8051825260006020820151606060208501528051806060860152610efc816080870160208501610ead565b6040938401516001600160a01b0316938501939093525050601f01601f19160160800190565b602081526000610f356020830184610ed1565b9392505050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610f7557610f75610f3c565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715610fa457610fa4610f3c565b604052919050565b80356001600160a01b0381168114610fc357600080fd5b919050565b600060408284031215610fda57600080fd5b610fe2610f52565b9050813567ffffffffffffffff811115610ffb57600080fd5b8201601f8101841361100c57600080fd5b803567ffffffffffffffff81111561102657611026610f3c565b611039601f8201601f1916602001610f7b565b81815285602083850101111561104e57600080fd5b8160208401602083013760006020838301015280845250505061107360208301610fac565b602082015292915050565b60006020828403121561109057600080fd5b813567ffffffffffffffff8111156110a757600080fd5b6110b384828501610fc8565b949350505050565b600080604083850312156110ce57600080fd5b50508035926020909101359150565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561113657603f19878603018452611121858351610ed1565b94506020938401939190910190600101611105565b50929695505050505050565b60006020828403121561115457600080fd5b610f3582610fac565b6000806040838503121561117057600080fd5b82359150602083013567ffffffffffffffff81111561118e57600080fd5b61119a85828601610fc8565b9150509250929050565b600181811c908216806111b857607f821691505b6020821081036111d857634e487b7160e01b600052602260045260246000fd5b50919050565b6000600182016111fe57634e487b7160e01b600052601160045260246000fd5b5060010190565b601f82111561124c57806000526020600020601f840160051c8101602085101561122c5750805b601f840160051c820191505b81811015610ca45760008155600101611238565b505050565b815167ffffffffffffffff81111561126b5761126b610f3c565b61127f8161127984546111a4565b84611205565b6020601f8211600181146112b3576000831561129b5750848201515b600019600385901b1c1916600184901b178455610ca4565b600084815260208120601f198516915b828110156112e357878501518255602094850194600190920191016112c3565b50848210156113015786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b82815260406020820152815460408201526000600183016060808401526000815461133a816111a4565b8060a087015260018216600081146113595760018114611375576113a9565b60ff19831660c088015260c082151560051b88010193506113a9565b84600052602060002060005b838110156113a057815489820160c00152600190910190602001611381565b880160c0019450505b50505060028501546001600160a01b03166001600160a01b0381166080860152915095945050505050565b634e487b7160e01b600052603260045260246000fd5b600080858511156113fa57600080fd5b8386111561140757600080fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611443576001600160e01b0319808560040360031b1b82161691505b5092915050565b6001600160a01b038416815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000825161149b818460208701610ead565b9190910192915050565b80518015158114610fc357600080fd5b600080604083850312156114c857600080fd5b6114d1836114a5565b9150602083015163ffffffff811681146114ea57600080fd5b809150509250929050565b60006020828403121561150757600080fd5b610f35826114a556fea26469706673582212203b7e79da061a8b5e30ac550ce6a14de19dc3dcff8dcfe42e248e717f21718b1564736f6c634300081a0033", + "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100a35760003560e01c80637a9e5e4b11610076578063bf7e214f1161005b578063bf7e214f1461014d578063cec9d7da14610168578063ecdfe9b41461017957600080fd5b80637a9e5e4b146101195780638fb360371461012c57600080fd5b80631f2f4bfd146100a857806336112a14146100d157806341702a16146100e65780637823c1e314610106575b600080fd5b6100bb6100b6366004610e94565b61018c565b6040516100c89190610f22565b60405180910390f35b6100e46100df36600461107e565b6102fb565b005b6100f96100f43660046110bb565b6104ac565b6040516100c891906110dd565b6100e4610114366004610e94565b610744565b6100e4610127366004611142565b610871565b610134610904565b6040516001600160e01b031990911681526020016100c8565b6000546040516001600160a01b0390911681526020016100c8565b6004546040519081526020016100c8565b6100e461018736600461115d565b610941565b6101b96040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b600082815260026020819052604090912001546001600160a01b03166102265760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f7420657869737400000000000060448201526064015b60405180910390fd5b600260008381526020019081526020016000206040518060600160405290816000820154815260200160018201805461025e906111a4565b80601f016020809104026020016040519081016040528092919081815260200182805461028a906111a4565b80156102d75780601f106102ac576101008083540402835291602001916102d7565b820191906000526020600020905b8154815290600101906020018083116102ba57829003601f168201915b5050509183525050600291909101546001600160a01b031660209091015292915050565b610303610b4f565b610310335b600036610b92565b6020808201516001600160a01b031660009081526003909152604090205460ff16156103a45760405162461bcd60e51b815260206004820152602c60248201527f4164647265737320616c7265616479207573656420666f7220616e6f7468657260448201527f206170706c69636174696f6e0000000000000000000000000000000000000000606482015260840161021d565b6004805490819060006103b6836111de565b90915550506040805160608101825282815283516020808301918252858101516001600160a01b031683850152600085815260029091529290922081518155915190918291600182019061040a9082611251565b506040918201516002918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b039283161790558383015116600090815260036020908152838220805460ff191660011790558582529190915281902090517f6aa6784e182c2b55186dd7a4a54b2b311415146b5e10241d3015c6f4f2f317709161049691859190611310565b60405180910390a150506104a960018055565b50565b606060008267ffffffffffffffff8111156104c9576104c9610f3c565b60405190808252806020026020018201604052801561052757816020015b6105146040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b8152602001906001900390816104e75790505b5090506000845b848210801561053e575060045481105b1561067357600081815260026020819052604090912001546001600160a01b03161561066157600260008281526020019081526020016000206040518060600160405290816000820154815260200160018201805461059c906111a4565b80601f01602080910402602001604051908101604052809291908181526020018280546105c8906111a4565b80156106155780601f106105ea57610100808354040283529160200191610615565b820191906000526020600020905b8154815290600101906020018083116105f857829003601f168201915b5050509183525050600291909101546001600160a01b03166020909101528351849084908110610647576106476113d4565b6020026020010181905250818061065d906111de565b9250505b8061066b816111de565b91505061052e565b60008267ffffffffffffffff81111561068e5761068e610f3c565b6040519080825280602002602001820160405280156106ec57816020015b6106d96040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b8152602001906001900390816106ac5790505b50905060005b838110156107395784818151811061070c5761070c6113d4565b6020026020010151828281518110610726576107266113d4565b60209081029190910101526001016106f2565b509695505050505050565b61074c610b4f565b61075533610308565b600081815260026020819052604090912001546001600160a01b03166107bd5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f74206578697374000000000000604482015260640161021d565b6000818152600260208181526040808420808401546001600160a01b0316855260038352818520805460ff1916905593859052919052517f1e6f9fdb36c7f3979c3d49fa0390d328e704f0e49c2c1c48aa0c0ccc831e87569161082291849190611310565b60405180910390a16000818152600260205260408120818155906108496001830182610e46565b50600201805473ffffffffffffffffffffffffffffffffffffffff191690556104a960018055565b60005433906001600160a01b031681146108a85760405162d1953b60e31b81526001600160a01b038216600482015260240161021d565b816001600160a01b03163b6000036108f7576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161021d565b61090082610cab565b5050565b60008054600160a01b900460ff1661091c5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b610949610b4f565b61095233610308565b600082815260026020819052604090912001546001600160a01b03166109ba5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f74206578697374000000000000604482015260640161021d565b6020808201516001600160a01b031660009081526003909152604090205460ff161580610a0a5750602080820151600084815260029283905260409020909101546001600160a01b039081169116145b610a7c5760405162461bcd60e51b815260206004820152602360248201527f4163636f756e74207573656420627920616e6f74686572206170706c6963617460448201527f696f6e0000000000000000000000000000000000000000000000000000000000606482015260840161021d565b6040805160608101825283815282516020808301918252848101516001600160a01b03168385015260008681526002909152929092208151815591519091906001820190610aca9082611251565b506040918201516002918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b03909216919091179055600084815260209190915281902090517f36856bfccc17ac92d527e8f941bbf8a8195c32e49bac06a5ab66fd1e67cf82d091610b3e91859190611310565b60405180910390a161090060018055565b600260015403610b8b576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002600155565b600080610bc8610baa6000546001600160a01b031690565b8630610bba60046000898b6113ea565b610bc391611414565b610d0c565b9150915081610ca45763ffffffff811615610c81576000805460ff60a01b198116600160a01b179091556040517f94c7d7ee0000000000000000000000000000000000000000000000000000000081526001600160a01b03909116906394c7d7ee90610c3c9088908890889060040161144a565b600060405180830381600087803b158015610c5657600080fd5b505af1158015610c6a573d6000803e3d6000fd5b50506000805460ff60a01b1916905550610ca49050565b60405162d1953b60e31b81526001600160a01b038616600482015260240161021d565b5050505050565b6000805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb70096130000000000000000000000000000000000000000000000000000000017905251610da99190611489565b600060405180830381855afa9150503d8060008114610de4576040519150601f19603f3d011682016040523d82523d6000602084013e610de9565b606091505b50915091508115610e3b576040815110610e1b5780806020019051810190610e1191906114b5565b9094509250610e3b565b6020815110610e3b5780806020019051810190610e3891906114f5565b93505b505094509492505050565b508054610e52906111a4565b6000825580601f10610e62575050565b601f0160209004906000526020600020908101906104a991905b80821115610e905760008155600101610e7c565b5090565b600060208284031215610ea657600080fd5b5035919050565b60005b83811015610ec8578181015183820152602001610eb0565b50506000910152565b8051825260006020820151606060208501528051806060860152610efc816080870160208501610ead565b6040938401516001600160a01b0316938501939093525050601f01601f19160160800190565b602081526000610f356020830184610ed1565b9392505050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610f7557610f75610f3c565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715610fa457610fa4610f3c565b604052919050565b80356001600160a01b0381168114610fc357600080fd5b919050565b600060408284031215610fda57600080fd5b610fe2610f52565b9050813567ffffffffffffffff811115610ffb57600080fd5b8201601f8101841361100c57600080fd5b803567ffffffffffffffff81111561102657611026610f3c565b611039601f8201601f1916602001610f7b565b81815285602083850101111561104e57600080fd5b8160208401602083013760006020838301015280845250505061107360208301610fac565b602082015292915050565b60006020828403121561109057600080fd5b813567ffffffffffffffff8111156110a757600080fd5b6110b384828501610fc8565b949350505050565b600080604083850312156110ce57600080fd5b50508035926020909101359150565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561113657603f19878603018452611121858351610ed1565b94506020938401939190910190600101611105565b50929695505050505050565b60006020828403121561115457600080fd5b610f3582610fac565b6000806040838503121561117057600080fd5b82359150602083013567ffffffffffffffff81111561118e57600080fd5b61119a85828601610fc8565b9150509250929050565b600181811c908216806111b857607f821691505b6020821081036111d857634e487b7160e01b600052602260045260246000fd5b50919050565b6000600182016111fe57634e487b7160e01b600052601160045260246000fd5b5060010190565b601f82111561124c57806000526020600020601f840160051c8101602085101561122c5750805b601f840160051c820191505b81811015610ca45760008155600101611238565b505050565b815167ffffffffffffffff81111561126b5761126b610f3c565b61127f8161127984546111a4565b84611205565b6020601f8211600181146112b3576000831561129b5750848201515b600019600385901b1c1916600184901b178455610ca4565b600084815260208120601f198516915b828110156112e357878501518255602094850194600190920191016112c3565b50848210156113015786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b82815260406020820152815460408201526000600183016060808401526000815461133a816111a4565b8060a087015260018216600081146113595760018114611375576113a9565b60ff19831660c088015260c082151560051b88010193506113a9565b84600052602060002060005b838110156113a057815489820160c00152600190910190602001611381565b880160c0019450505b50505060028501546001600160a01b03166001600160a01b0381166080860152915095945050505050565b634e487b7160e01b600052603260045260246000fd5b600080858511156113fa57600080fd5b8386111561140757600080fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611443576001600160e01b0319808560040360031b1b82161691505b5092915050565b6001600160a01b038416815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000825161149b818460208701610ead565b9190910192915050565b80518015158114610fc357600080fd5b600080604083850312156114c857600080fd5b6114d1836114a5565b9150602083015163ffffffff811681146114ea57600080fd5b809150509250929050565b60006020828403121561150757600080fd5b610f35826114a556fea26469706673582212203b7e79da061a8b5e30ac550ce6a14de19dc3dcff8dcfe42e248e717f21718b1564736f6c634300081a0033", + "linkReferences": {}, + "deployedLinkReferences": {} +} \ No newline at end of file diff --git a/ignition/deployments/chain-84532/artifacts/OIDAccessManagerModule#OIDAccessManager.dbg.json b/ignition/deployments/chain-84532/artifacts/OIDAccessManagerModule#OIDAccessManager.dbg.json new file mode 100644 index 0000000..c3eb472 --- /dev/null +++ b/ignition/deployments/chain-84532/artifacts/OIDAccessManagerModule#OIDAccessManager.dbg.json @@ -0,0 +1,4 @@ +{ + "_format": "hh-sol-dbg-1", + "buildInfo": "../build-info/aa5cc268a9dbb5af3f51d05db37354b5.json" +} \ No newline at end of file diff --git a/ignition/deployments/chain-84532/artifacts/OIDAccessManagerModule#OIDAccessManager.json b/ignition/deployments/chain-84532/artifacts/OIDAccessManagerModule#OIDAccessManager.json new file mode 100644 index 0000000..05aca2f --- /dev/null +++ b/ignition/deployments/chain-84532/artifacts/OIDAccessManagerModule#OIDAccessManager.json @@ -0,0 +1,1246 @@ +{ + "_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": "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": [], + "name": "FailedCall", + "type": "error" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "balance", + "type": "uint256" + }, + { + "internalType": "uint256", + "name": "needed", + "type": "uint256" + } + ], + "name": "InsufficientBalance", + "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": "APPLICATION_MANAGER_ROLE", + "outputs": [ + { + "internalType": "uint64", + "name": "", + "type": "uint64" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "ATTESTATION_MANAGER_ROLE", + "outputs": [ + { + "internalType": "uint64", + "name": "", + "type": "uint64" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "PERMISSION_MANAGER_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": "initialAdmin", + "type": "address" + } + ], + "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": "0x6080604052348015600f57600080fd5b506133c88061001f6000396000f3fe60806040526004361061026a5760003560e01c806375b238fc11610153578063b7009613116100cb578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c61461080b578063f801a6981461082b578063fe0776f51461086557600080fd5b8063d1f856ee146107cb578063d22b5989146107eb57600080fd5b8063c4d66de8116100b0578063c4d66de814610780578063cc1b6c81146107a0578063cfef5e83146107b657600080fd5b8063b700961314610724578063b7d2b1621461076057600080fd5b806394c7d7ee11610122578063a64d95ce11610107578063a64d95ce146106a9578063abd9bd2a146106c9578063ac9650d8146106f757600080fd5b806394c7d7ee14610629578063a166aa891461064957600080fd5b806375b238fc146105ca57806377de1131146105df5780638129fc1c146105f4578063853551b81461060957600080fd5b806330cae187116101e65780634665096d116101b5578063529629521161019a578063529629521461052e578063530dd4561461054e5780636d5115bd146105aa57600080fd5b80634665096d146104f85780634c1da1e21461050e57600080fd5b806330cae187146104295780633adc277a146104495780633ca7c02a146104805780634136a33c1461049c57600080fd5b8063167bd3951161023d5780631cff79cd116102225780631cff79cd1461039c57806325c471a0146103af5780633078f114146103cf57600080fd5b8063167bd3951461035c57806318ff183c1461037c57600080fd5b80630125a4251461026f57806308d6122d146102a25780630b0a93ba146102c457806312be872714610327575b600080fd5b34801561027b57600080fd5b50610284600381565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102ae57600080fd5b506102c26102bd366004612c02565b610885565b005b3480156102d057600080fd5b506102846102df366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad016020526040902060010154600160401b90041690565b34801561033357600080fd5b50610347610342366004612c69565b6108d8565b60405163ffffffff9091168152602001610299565b34801561036857600080fd5b506102c2610377366004612c84565b610944565b34801561038857600080fd5b506102c2610397366004612cc2565b61095a565b6103476103aa366004612d32565b6109da565b3480156103bb57600080fd5b506102c26103ca366004612d9b565b610b79565b3480156103db57600080fd5b506103ef6103ea366004612de0565b610b9b565b604051610299949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b34801561043557600080fd5b506102c2610444366004612dfc565b610c33565b34801561045557600080fd5b50610469610464366004612e2f565b610c45565b60405165ffffffffffff9091168152602001610299565b34801561048c57600080fd5b5061028467ffffffffffffffff81565b3480156104a857600080fd5b506103476104b7366004612e2f565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561050457600080fd5b5062093a80610347565b34801561051a57600080fd5b50610347610529366004612e48565b610ca9565b34801561053a57600080fd5b506102c2610549366004612dfc565b610ce6565b34801561055a57600080fd5b50610284610569366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b3480156105b657600080fd5b506102846105c5366004612e7b565b610cf8565b3480156105d657600080fd5b50610284600081565b3480156105eb57600080fd5b50610284600181565b34801561060057600080fd5b506102c2610d44565b34801561061557600080fd5b506102c2610624366004612ea9565b610e5c565b34801561063557600080fd5b506102c2610644366004612d32565b610ef7565b34801561065557600080fd5b50610699610664366004612e48565b6001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b6040519015158152602001610299565b3480156106b557600080fd5b506102c26106c4366004612ec7565b610fd5565b3480156106d557600080fd5b506106e96106e4366004612ef1565b610fe7565b604051908152602001610299565b34801561070357600080fd5b50610717610712366004612f56565b611020565b6040516102999190612fbc565b34801561073057600080fd5b5061074461073f36600461303c565b611108565b60408051921515835263ffffffff909116602083015201610299565b34801561076c57600080fd5b506102c261077b366004612de0565b611215565b34801561078c57600080fd5b506102c261079b366004612e48565b61122c565b3480156107ac57600080fd5b5062069780610347565b3480156107c257600080fd5b50610284600281565b3480156107d757600080fd5b506107446107e6366004612de0565b611345565b3480156107f757600080fd5b506102c2610806366004613087565b6113c3565b34801561081757600080fd5b50610347610826366004612ef1565b6113d5565b34801561083757600080fd5b5061084b6108463660046130a5565b61155f565b6040805192835263ffffffff909116602083015201610299565b34801561087157600080fd5b506102c2610880366004612de0565b61170c565b61088d61174e565b60005b828110156108d1576108c9858585848181106108ae576108ae613118565b90506020020160208101906108c3919061312e565b846117e3565b600101610890565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206133738339815191529061093d90600160801b90046001600160701b0316611879565b9392505050565b61094c61174e565b6109568282611898565b5050565b61096261174e565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156109be57600080fd5b505af11580156109d2573d6000803e3d6000fd5b505050505050565b60006000805160206133738339815191523382806109fa8389898961191a565b9150915081158015610a10575063ffffffff8116155b15610a7c578288610a21898961196d565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b6000610a8a848a8a8a610fe7565b9050600063ffffffff8316151580610ab15750610aa682610c45565b65ffffffffffff1615155b15610ac257610abf82611985565b90505b6003860154610b178b610ad58c8c61196d565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610b618b8b8b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250349250611aec915050565b50600390960195909555509293505050509392505050565b610b8161174e565b610b958383610b8f866108d8565b84611ba9565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff811692918291829160008051602061337383398151915291610c2490660100000000000090046001600160701b0316611e34565b979a9199509750945050505050565b610c3b61174e565b6109568282611e57565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff16610c9481611f10565b610c9e5780610ca1565b60005b949350505050565b6001600160a01b03811660009081526000805160206133738339815191526020819052604082206001015461093d906001600160701b0316611879565b610cee61174e565b6109568282611f3f565b6001600160a01b0382166000908152600080516020613373833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015610d8a5750825b905060008267ffffffffffffffff166001148015610da75750303b155b905081158015610db5575080155b15610dd35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e0257845468ff00000000000000001916600160401b1785555b610e0b33612015565b83156108d157845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610e6461174e565b67ffffffffffffffff83161580610e84575067ffffffffffffffff838116145b15610eae5760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610eea929190613174565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610f51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f759190613188565b6001600160e01b03191614610fc1576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b0382166004820152602401610a73565b6108d1610fd085838686610fe7565b611985565b610fdd61174e565b6109568282612029565b60008484848460405160200161100094939291906131a5565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff81111561104b5761104b613217565b60405190808252806020026020018201604052801561107e57816020015b60608152602001906001900390816110695790505b50915060005b83811015611100576110db308686848181106110a2576110a2613118565b90506020028101906110b4919061322d565b856040516020016110c793929190613274565b60405160208183030381529060405261216b565b8382815181106110ed576110ed613118565b6020908102919091010152600101611084565b505092915050565b600080611144846001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b156111545750600090508061120d565b306001600160a01b038616036111cf57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061120d565b60006111db8585610cf8565b90506000806111ea8389611345565b91509150816111fb57600080611205565b63ffffffff811615815b945094505050505b935093915050565b61121d61174e565b61122782826121e1565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156112725750825b905060008267ffffffffffffffff16600114801561128f5750303b155b90508115801561129d575080155b156112bb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112ea57845468ff00000000000000001916600160401b1785555b6112f386612015565b83156109d257845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60008067fffffffffffffffe1967ffffffffffffffff85160161136e57506001905060006113bc565b60008061137b8686610b9b565b5050915091508165ffffffffffff166000141580156113b1575061139d6122f5565b65ffffffffffff168265ffffffffffff1611155b935091506113bc9050565b9250929050565b6113cb61174e565b6109568282612305565b600060008051602061337383398151915233826113f2868661196d565b9050600061140289898989610fe7565b600081815260028601602052604081205491925065ffffffffffff90911690036114425760405163060a299b60e41b815260048101829052602401610a73565b826001600160a01b0316896001600160a01b0316146114f7576000611468600085611345565b509050600061148361147d6102df8c87610cf8565b86611345565b50905081158015611492575080155b156114f4576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b031985166064820152608401610a73565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b600080600080516020613373833981519152338261157f828a8a8a61191a565b91505060008163ffffffff166115936122f5565b61159d919061329b565b905063ffffffff821615806115d4575060008765ffffffffffff161180156115d457508065ffffffffffff168765ffffffffffff16105b156115e557828a610a218b8b61196d565b6115ff8765ffffffffffff168265ffffffffffff166123d4565b965061160d838b8b8b610fe7565b9550611618866123e4565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e6040516116f79594939291906132b9565b60405180910390a35050505094509492505050565b6001600160a01b038116331461121d576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360008061175d838236612479565b9150915081611227578063ffffffff166000036117d357600061178081366125c5565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff821660248201529092506044019050610a73565b610b95610fd08430600036610fe7565b60006000805160206133738339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b60008061188e836001600160701b0316611e34565b5090949350505050565b6001600160a01b0382166000818152600080516020613373833981519152602081815260409283902060010180546eff00000000000000000000000000001916600160701b8715159081029190911790915592519283529092917f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb1389101610eea565b600080306001600160a01b0386160361194157611938868585612479565b91509150611964565b6004831061195d57611958868661073f878761196d565b611938565b5060009050805b94509492505050565b600061197c60048284866131ed565b61093d91613304565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff8116906601000000000000900463ffffffff16818403611a005760405163060a299b60e41b815260048101869052602401610a73565b611a086122f5565b65ffffffffffff168265ffffffffffff161115611a54576040517f18cb6b7a00000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b611a5d82611f10565b15611a97576040517f78a5d6e400000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b606081471015611b31576040517fcf47918100000000000000000000000000000000000000000000000000000000815247600482015260248101839052604401610a73565b600080856001600160a01b03168486604051611b4d919061333a565b60006040518083038185875af1925050503d8060008114611b8a576040519150601f19603f3d011682016040523d82523d6000602084013e611b8f565b606091505b5091509150611b9f8683836128d0565b9695505050505050565b600060008051602061337383398151915267ffffffffffffffff861667fffffffffffffffe1901611bf95760405163061c6a4360e21b815267ffffffffffffffff87166004820152602401610a73565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611d01578563ffffffff16611c486122f5565b611c52919061329b565b905060405180604001604052808265ffffffffffff168152602001611c808763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611dc4565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611d519166010000000000009091046001600160701b0316908790612945565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611e4a84611e456122f5565b6129ef565b9250925092509193909250565b60008051602061337383398151915267ffffffffffffffff83161580611e86575067ffffffffffffffff838116145b15611eb05760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611f1a6122f5565b65ffffffffffff16611f2f62093a808461329b565b65ffffffffffff16111592915050565b60008051602061337383398151915267ffffffffffffffff83161580611f6e575067ffffffffffffffff838116145b15611f985760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff16600160401b958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b61201d612a3c565b61202681612aa0565b50565b60008051602061337383398151915267ffffffffffffffff831667fffffffffffffffe19016120775760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff8316600090815260018281016020526040822001546120b390600160801b90046001600160701b03168462069780612945565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b489061215d908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612188919061333a565b600060405180830381855af49150503d80600081146121c3576040519150601f19603f3d011682016040523d82523d6000602084013e6121c8565b606091505b50915091506121d88583836128d0565b95945050505050565b600060008051602061337383398151915267ffffffffffffffff841667fffffffffffffffe19016122315760405163061c6a4360e21b815267ffffffffffffffff85166004820152602401610a73565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612279576000915050610d3e565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061230042612af9565b905090565b6001600160a01b03821660009081526000805160206133738339815191526020819052604082206001015490919061234a906001600160701b03168462069780612945565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c910161215d565b600082821882841102821861093d565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206133738339815191529065ffffffffffff16801580159061243f575061243d81611f10565b155b15611227576040517f813e945900000000000000000000000000000000000000000000000000000000815260048101849052602401610a73565b60008060048310156124905750600090508061120d565b306001600160a01b03861603612513576111c4306124ae868661196d565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b600080600061252287876125c5565b9250925092508215801561255c57503060009081526000805160206133738339815191526020526040902060010154600160701b900460ff165b15612570576000809450945050505061120d565b60008061257d848b611345565b91509150816125975760008096509650505050505061120d565b6125ad8363ffffffff168263ffffffff166123d4565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156125e0575060009150819050806128c9565b60006125ec868661196d565b90506001600160e01b031981167f853551b800000000000000000000000000000000000000000000000000000000148061264f57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b8061268357506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b806126b757506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b806126eb57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b15612701576001600080935093509350506128c9565b6001600160e01b031981167f18ff183c00000000000000000000000000000000000000000000000000000000148061276257506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b8061279657506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b156127d85760006127ab60246004888a6131ed565b8101906127b89190612e48565b905060006127c582610ca9565b600196506000955093506128c992505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061283957506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156128b357600061284e60246004888a6131ed565b81019061285b9190612c69565b905060016128a48267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b600094509450945050506128c9565b60006128bf3083610cf8565b6000935093509350505b9250925092565b6060826128e5576128e082612b49565b61093d565b81511580156128fc57506001600160a01b0384163b155b1561293e576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b0385166004820152602401610a73565b508061093d565b600080600061295c866001600160701b0316611879565b905060006129998563ffffffff168763ffffffff168463ffffffff161161298457600061298e565b61298e8885613356565b63ffffffff166123d4565b90508063ffffffff166129aa6122f5565b6129b4919061329b565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b69ffffffffffffffffffff602083901c166001600160701b03831665ffffffffffff604085901c8116908416811115612a2a57828282612a2f565b816000805b9250925092509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612a9e576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b612aa8612a3c565b6001600160a01b038116612aeb576040517f0813ada200000000000000000000000000000000000000000000000000000000815260006004820152602401610a73565b610956600082600080611ba9565b600065ffffffffffff821115612b45576040517f6dfcc6500000000000000000000000000000000000000000000000000000000081526030600482015260248101839052604401610a73565b5090565b805115612b595780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116811461202657600080fd5b60008083601f840112612bb257600080fd5b50813567ffffffffffffffff811115612bca57600080fd5b6020830191508360208260051b85010111156113bc57600080fd5b803567ffffffffffffffff81168114612bfd57600080fd5b919050565b60008060008060608587031215612c1857600080fd5b8435612c2381612b8b565b9350602085013567ffffffffffffffff811115612c3f57600080fd5b612c4b87828801612ba0565b9094509250612c5e905060408601612be5565b905092959194509250565b600060208284031215612c7b57600080fd5b61093d82612be5565b60008060408385031215612c9757600080fd5b8235612ca281612b8b565b915060208301358015158114612cb757600080fd5b809150509250929050565b60008060408385031215612cd557600080fd5b8235612ce081612b8b565b91506020830135612cb781612b8b565b60008083601f840112612d0257600080fd5b50813567ffffffffffffffff811115612d1a57600080fd5b6020830191508360208285010111156113bc57600080fd5b600080600060408486031215612d4757600080fd5b8335612d5281612b8b565b9250602084013567ffffffffffffffff811115612d6e57600080fd5b612d7a86828701612cf0565b9497909650939450505050565b803563ffffffff81168114612bfd57600080fd5b600080600060608486031215612db057600080fd5b612db984612be5565b92506020840135612dc981612b8b565b9150612dd760408501612d87565b90509250925092565b60008060408385031215612df357600080fd5b612ce083612be5565b60008060408385031215612e0f57600080fd5b612e1883612be5565b9150612e2660208401612be5565b90509250929050565b600060208284031215612e4157600080fd5b5035919050565b600060208284031215612e5a57600080fd5b813561093d81612b8b565b6001600160e01b03198116811461202657600080fd5b60008060408385031215612e8e57600080fd5b8235612e9981612b8b565b91506020830135612cb781612e65565b600080600060408486031215612ebe57600080fd5b612d5284612be5565b60008060408385031215612eda57600080fd5b612ee383612be5565b9150612e2660208401612d87565b60008060008060608587031215612f0757600080fd5b8435612f1281612b8b565b93506020850135612f2281612b8b565b9250604085013567ffffffffffffffff811115612f3e57600080fd5b612f4a87828801612cf0565b95989497509550505050565b60008060208385031215612f6957600080fd5b823567ffffffffffffffff811115612f8057600080fd5b612f8c85828601612ba0565b90969095509350505050565b60005b83811015612fb3578181015183820152602001612f9b565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561303057603f198786030184528151805180875261300d816020890160208501612f98565b601f01601f19169590950160209081019550938401939190910190600101612fe4565b50929695505050505050565b60008060006060848603121561305157600080fd5b833561305c81612b8b565b9250602084013561306c81612b8b565b9150604084013561307c81612e65565b809150509250925092565b6000806040838503121561309a57600080fd5b8235612ee381612b8b565b600080600080606085870312156130bb57600080fd5b84356130c681612b8b565b9350602085013567ffffffffffffffff8111156130e257600080fd5b6130ee87828801612cf0565b909450925050604085013565ffffffffffff8116811461310d57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561314057600080fd5b813561093d81612e65565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610ca160208301848661314b565b60006020828403121561319a57600080fd5b815161093d81612e65565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611b9f60608301848661314b565b634e487b7160e01b600052601160045260246000fd5b600080858511156131fd57600080fd5b8386111561320a57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e1984360301811261324457600080fd5b83018035915067ffffffffffffffff82111561325f57600080fd5b6020019150368190038213156113bc57600080fd5b828482376000838201600081528351613291818360208801612f98565b0195945050505050565b65ffffffffffff8181168382160190811115610d3e57610d3e6131d7565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b03841660408201526080606082015260006132f960808301848661314b565b979650505050505050565b80356001600160e01b03198116906004841015613333576001600160e01b0319808560040360031b1b82161691505b5092915050565b6000825161334c818460208701612f98565b9190910192915050565b63ffffffff8281168282160390811115610d3e57610d3e6131d756fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a264697066735822122036bfeac2edd6be5c8b28c46f05c20c4a0d69c451c3c1e650dbf4170f8224f0c964736f6c634300081a0033", + "deployedBytecode": "0x60806040526004361061026a5760003560e01c806375b238fc11610153578063b7009613116100cb578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c61461080b578063f801a6981461082b578063fe0776f51461086557600080fd5b8063d1f856ee146107cb578063d22b5989146107eb57600080fd5b8063c4d66de8116100b0578063c4d66de814610780578063cc1b6c81146107a0578063cfef5e83146107b657600080fd5b8063b700961314610724578063b7d2b1621461076057600080fd5b806394c7d7ee11610122578063a64d95ce11610107578063a64d95ce146106a9578063abd9bd2a146106c9578063ac9650d8146106f757600080fd5b806394c7d7ee14610629578063a166aa891461064957600080fd5b806375b238fc146105ca57806377de1131146105df5780638129fc1c146105f4578063853551b81461060957600080fd5b806330cae187116101e65780634665096d116101b5578063529629521161019a578063529629521461052e578063530dd4561461054e5780636d5115bd146105aa57600080fd5b80634665096d146104f85780634c1da1e21461050e57600080fd5b806330cae187146104295780633adc277a146104495780633ca7c02a146104805780634136a33c1461049c57600080fd5b8063167bd3951161023d5780631cff79cd116102225780631cff79cd1461039c57806325c471a0146103af5780633078f114146103cf57600080fd5b8063167bd3951461035c57806318ff183c1461037c57600080fd5b80630125a4251461026f57806308d6122d146102a25780630b0a93ba146102c457806312be872714610327575b600080fd5b34801561027b57600080fd5b50610284600381565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102ae57600080fd5b506102c26102bd366004612c02565b610885565b005b3480156102d057600080fd5b506102846102df366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad016020526040902060010154600160401b90041690565b34801561033357600080fd5b50610347610342366004612c69565b6108d8565b60405163ffffffff9091168152602001610299565b34801561036857600080fd5b506102c2610377366004612c84565b610944565b34801561038857600080fd5b506102c2610397366004612cc2565b61095a565b6103476103aa366004612d32565b6109da565b3480156103bb57600080fd5b506102c26103ca366004612d9b565b610b79565b3480156103db57600080fd5b506103ef6103ea366004612de0565b610b9b565b604051610299949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b34801561043557600080fd5b506102c2610444366004612dfc565b610c33565b34801561045557600080fd5b50610469610464366004612e2f565b610c45565b60405165ffffffffffff9091168152602001610299565b34801561048c57600080fd5b5061028467ffffffffffffffff81565b3480156104a857600080fd5b506103476104b7366004612e2f565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561050457600080fd5b5062093a80610347565b34801561051a57600080fd5b50610347610529366004612e48565b610ca9565b34801561053a57600080fd5b506102c2610549366004612dfc565b610ce6565b34801561055a57600080fd5b50610284610569366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b3480156105b657600080fd5b506102846105c5366004612e7b565b610cf8565b3480156105d657600080fd5b50610284600081565b3480156105eb57600080fd5b50610284600181565b34801561060057600080fd5b506102c2610d44565b34801561061557600080fd5b506102c2610624366004612ea9565b610e5c565b34801561063557600080fd5b506102c2610644366004612d32565b610ef7565b34801561065557600080fd5b50610699610664366004612e48565b6001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b6040519015158152602001610299565b3480156106b557600080fd5b506102c26106c4366004612ec7565b610fd5565b3480156106d557600080fd5b506106e96106e4366004612ef1565b610fe7565b604051908152602001610299565b34801561070357600080fd5b50610717610712366004612f56565b611020565b6040516102999190612fbc565b34801561073057600080fd5b5061074461073f36600461303c565b611108565b60408051921515835263ffffffff909116602083015201610299565b34801561076c57600080fd5b506102c261077b366004612de0565b611215565b34801561078c57600080fd5b506102c261079b366004612e48565b61122c565b3480156107ac57600080fd5b5062069780610347565b3480156107c257600080fd5b50610284600281565b3480156107d757600080fd5b506107446107e6366004612de0565b611345565b3480156107f757600080fd5b506102c2610806366004613087565b6113c3565b34801561081757600080fd5b50610347610826366004612ef1565b6113d5565b34801561083757600080fd5b5061084b6108463660046130a5565b61155f565b6040805192835263ffffffff909116602083015201610299565b34801561087157600080fd5b506102c2610880366004612de0565b61170c565b61088d61174e565b60005b828110156108d1576108c9858585848181106108ae576108ae613118565b90506020020160208101906108c3919061312e565b846117e3565b600101610890565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206133738339815191529061093d90600160801b90046001600160701b0316611879565b9392505050565b61094c61174e565b6109568282611898565b5050565b61096261174e565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156109be57600080fd5b505af11580156109d2573d6000803e3d6000fd5b505050505050565b60006000805160206133738339815191523382806109fa8389898961191a565b9150915081158015610a10575063ffffffff8116155b15610a7c578288610a21898961196d565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b6000610a8a848a8a8a610fe7565b9050600063ffffffff8316151580610ab15750610aa682610c45565b65ffffffffffff1615155b15610ac257610abf82611985565b90505b6003860154610b178b610ad58c8c61196d565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610b618b8b8b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250349250611aec915050565b50600390960195909555509293505050509392505050565b610b8161174e565b610b958383610b8f866108d8565b84611ba9565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff811692918291829160008051602061337383398151915291610c2490660100000000000090046001600160701b0316611e34565b979a9199509750945050505050565b610c3b61174e565b6109568282611e57565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff16610c9481611f10565b610c9e5780610ca1565b60005b949350505050565b6001600160a01b03811660009081526000805160206133738339815191526020819052604082206001015461093d906001600160701b0316611879565b610cee61174e565b6109568282611f3f565b6001600160a01b0382166000908152600080516020613373833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015610d8a5750825b905060008267ffffffffffffffff166001148015610da75750303b155b905081158015610db5575080155b15610dd35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e0257845468ff00000000000000001916600160401b1785555b610e0b33612015565b83156108d157845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610e6461174e565b67ffffffffffffffff83161580610e84575067ffffffffffffffff838116145b15610eae5760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610eea929190613174565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610f51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f759190613188565b6001600160e01b03191614610fc1576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b0382166004820152602401610a73565b6108d1610fd085838686610fe7565b611985565b610fdd61174e565b6109568282612029565b60008484848460405160200161100094939291906131a5565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff81111561104b5761104b613217565b60405190808252806020026020018201604052801561107e57816020015b60608152602001906001900390816110695790505b50915060005b83811015611100576110db308686848181106110a2576110a2613118565b90506020028101906110b4919061322d565b856040516020016110c793929190613274565b60405160208183030381529060405261216b565b8382815181106110ed576110ed613118565b6020908102919091010152600101611084565b505092915050565b600080611144846001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b156111545750600090508061120d565b306001600160a01b038616036111cf57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061120d565b60006111db8585610cf8565b90506000806111ea8389611345565b91509150816111fb57600080611205565b63ffffffff811615815b945094505050505b935093915050565b61121d61174e565b61122782826121e1565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156112725750825b905060008267ffffffffffffffff16600114801561128f5750303b155b90508115801561129d575080155b156112bb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112ea57845468ff00000000000000001916600160401b1785555b6112f386612015565b83156109d257845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60008067fffffffffffffffe1967ffffffffffffffff85160161136e57506001905060006113bc565b60008061137b8686610b9b565b5050915091508165ffffffffffff166000141580156113b1575061139d6122f5565b65ffffffffffff168265ffffffffffff1611155b935091506113bc9050565b9250929050565b6113cb61174e565b6109568282612305565b600060008051602061337383398151915233826113f2868661196d565b9050600061140289898989610fe7565b600081815260028601602052604081205491925065ffffffffffff90911690036114425760405163060a299b60e41b815260048101829052602401610a73565b826001600160a01b0316896001600160a01b0316146114f7576000611468600085611345565b509050600061148361147d6102df8c87610cf8565b86611345565b50905081158015611492575080155b156114f4576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b031985166064820152608401610a73565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b600080600080516020613373833981519152338261157f828a8a8a61191a565b91505060008163ffffffff166115936122f5565b61159d919061329b565b905063ffffffff821615806115d4575060008765ffffffffffff161180156115d457508065ffffffffffff168765ffffffffffff16105b156115e557828a610a218b8b61196d565b6115ff8765ffffffffffff168265ffffffffffff166123d4565b965061160d838b8b8b610fe7565b9550611618866123e4565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e6040516116f79594939291906132b9565b60405180910390a35050505094509492505050565b6001600160a01b038116331461121d576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360008061175d838236612479565b9150915081611227578063ffffffff166000036117d357600061178081366125c5565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff821660248201529092506044019050610a73565b610b95610fd08430600036610fe7565b60006000805160206133738339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b60008061188e836001600160701b0316611e34565b5090949350505050565b6001600160a01b0382166000818152600080516020613373833981519152602081815260409283902060010180546eff00000000000000000000000000001916600160701b8715159081029190911790915592519283529092917f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb1389101610eea565b600080306001600160a01b0386160361194157611938868585612479565b91509150611964565b6004831061195d57611958868661073f878761196d565b611938565b5060009050805b94509492505050565b600061197c60048284866131ed565b61093d91613304565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff8116906601000000000000900463ffffffff16818403611a005760405163060a299b60e41b815260048101869052602401610a73565b611a086122f5565b65ffffffffffff168265ffffffffffff161115611a54576040517f18cb6b7a00000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b611a5d82611f10565b15611a97576040517f78a5d6e400000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b606081471015611b31576040517fcf47918100000000000000000000000000000000000000000000000000000000815247600482015260248101839052604401610a73565b600080856001600160a01b03168486604051611b4d919061333a565b60006040518083038185875af1925050503d8060008114611b8a576040519150601f19603f3d011682016040523d82523d6000602084013e611b8f565b606091505b5091509150611b9f8683836128d0565b9695505050505050565b600060008051602061337383398151915267ffffffffffffffff861667fffffffffffffffe1901611bf95760405163061c6a4360e21b815267ffffffffffffffff87166004820152602401610a73565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611d01578563ffffffff16611c486122f5565b611c52919061329b565b905060405180604001604052808265ffffffffffff168152602001611c808763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611dc4565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611d519166010000000000009091046001600160701b0316908790612945565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611e4a84611e456122f5565b6129ef565b9250925092509193909250565b60008051602061337383398151915267ffffffffffffffff83161580611e86575067ffffffffffffffff838116145b15611eb05760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611f1a6122f5565b65ffffffffffff16611f2f62093a808461329b565b65ffffffffffff16111592915050565b60008051602061337383398151915267ffffffffffffffff83161580611f6e575067ffffffffffffffff838116145b15611f985760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff16600160401b958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b61201d612a3c565b61202681612aa0565b50565b60008051602061337383398151915267ffffffffffffffff831667fffffffffffffffe19016120775760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff8316600090815260018281016020526040822001546120b390600160801b90046001600160701b03168462069780612945565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b489061215d908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612188919061333a565b600060405180830381855af49150503d80600081146121c3576040519150601f19603f3d011682016040523d82523d6000602084013e6121c8565b606091505b50915091506121d88583836128d0565b95945050505050565b600060008051602061337383398151915267ffffffffffffffff841667fffffffffffffffe19016122315760405163061c6a4360e21b815267ffffffffffffffff85166004820152602401610a73565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612279576000915050610d3e565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061230042612af9565b905090565b6001600160a01b03821660009081526000805160206133738339815191526020819052604082206001015490919061234a906001600160701b03168462069780612945565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c910161215d565b600082821882841102821861093d565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206133738339815191529065ffffffffffff16801580159061243f575061243d81611f10565b155b15611227576040517f813e945900000000000000000000000000000000000000000000000000000000815260048101849052602401610a73565b60008060048310156124905750600090508061120d565b306001600160a01b03861603612513576111c4306124ae868661196d565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b600080600061252287876125c5565b9250925092508215801561255c57503060009081526000805160206133738339815191526020526040902060010154600160701b900460ff165b15612570576000809450945050505061120d565b60008061257d848b611345565b91509150816125975760008096509650505050505061120d565b6125ad8363ffffffff168263ffffffff166123d4565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156125e0575060009150819050806128c9565b60006125ec868661196d565b90506001600160e01b031981167f853551b800000000000000000000000000000000000000000000000000000000148061264f57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b8061268357506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b806126b757506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b806126eb57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b15612701576001600080935093509350506128c9565b6001600160e01b031981167f18ff183c00000000000000000000000000000000000000000000000000000000148061276257506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b8061279657506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b156127d85760006127ab60246004888a6131ed565b8101906127b89190612e48565b905060006127c582610ca9565b600196506000955093506128c992505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061283957506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156128b357600061284e60246004888a6131ed565b81019061285b9190612c69565b905060016128a48267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b600094509450945050506128c9565b60006128bf3083610cf8565b6000935093509350505b9250925092565b6060826128e5576128e082612b49565b61093d565b81511580156128fc57506001600160a01b0384163b155b1561293e576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b0385166004820152602401610a73565b508061093d565b600080600061295c866001600160701b0316611879565b905060006129998563ffffffff168763ffffffff168463ffffffff161161298457600061298e565b61298e8885613356565b63ffffffff166123d4565b90508063ffffffff166129aa6122f5565b6129b4919061329b565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b69ffffffffffffffffffff602083901c166001600160701b03831665ffffffffffff604085901c8116908416811115612a2a57828282612a2f565b816000805b9250925092509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612a9e576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b612aa8612a3c565b6001600160a01b038116612aeb576040517f0813ada200000000000000000000000000000000000000000000000000000000815260006004820152602401610a73565b610956600082600080611ba9565b600065ffffffffffff821115612b45576040517f6dfcc6500000000000000000000000000000000000000000000000000000000081526030600482015260248101839052604401610a73565b5090565b805115612b595780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116811461202657600080fd5b60008083601f840112612bb257600080fd5b50813567ffffffffffffffff811115612bca57600080fd5b6020830191508360208260051b85010111156113bc57600080fd5b803567ffffffffffffffff81168114612bfd57600080fd5b919050565b60008060008060608587031215612c1857600080fd5b8435612c2381612b8b565b9350602085013567ffffffffffffffff811115612c3f57600080fd5b612c4b87828801612ba0565b9094509250612c5e905060408601612be5565b905092959194509250565b600060208284031215612c7b57600080fd5b61093d82612be5565b60008060408385031215612c9757600080fd5b8235612ca281612b8b565b915060208301358015158114612cb757600080fd5b809150509250929050565b60008060408385031215612cd557600080fd5b8235612ce081612b8b565b91506020830135612cb781612b8b565b60008083601f840112612d0257600080fd5b50813567ffffffffffffffff811115612d1a57600080fd5b6020830191508360208285010111156113bc57600080fd5b600080600060408486031215612d4757600080fd5b8335612d5281612b8b565b9250602084013567ffffffffffffffff811115612d6e57600080fd5b612d7a86828701612cf0565b9497909650939450505050565b803563ffffffff81168114612bfd57600080fd5b600080600060608486031215612db057600080fd5b612db984612be5565b92506020840135612dc981612b8b565b9150612dd760408501612d87565b90509250925092565b60008060408385031215612df357600080fd5b612ce083612be5565b60008060408385031215612e0f57600080fd5b612e1883612be5565b9150612e2660208401612be5565b90509250929050565b600060208284031215612e4157600080fd5b5035919050565b600060208284031215612e5a57600080fd5b813561093d81612b8b565b6001600160e01b03198116811461202657600080fd5b60008060408385031215612e8e57600080fd5b8235612e9981612b8b565b91506020830135612cb781612e65565b600080600060408486031215612ebe57600080fd5b612d5284612be5565b60008060408385031215612eda57600080fd5b612ee383612be5565b9150612e2660208401612d87565b60008060008060608587031215612f0757600080fd5b8435612f1281612b8b565b93506020850135612f2281612b8b565b9250604085013567ffffffffffffffff811115612f3e57600080fd5b612f4a87828801612cf0565b95989497509550505050565b60008060208385031215612f6957600080fd5b823567ffffffffffffffff811115612f8057600080fd5b612f8c85828601612ba0565b90969095509350505050565b60005b83811015612fb3578181015183820152602001612f9b565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561303057603f198786030184528151805180875261300d816020890160208501612f98565b601f01601f19169590950160209081019550938401939190910190600101612fe4565b50929695505050505050565b60008060006060848603121561305157600080fd5b833561305c81612b8b565b9250602084013561306c81612b8b565b9150604084013561307c81612e65565b809150509250925092565b6000806040838503121561309a57600080fd5b8235612ee381612b8b565b600080600080606085870312156130bb57600080fd5b84356130c681612b8b565b9350602085013567ffffffffffffffff8111156130e257600080fd5b6130ee87828801612cf0565b909450925050604085013565ffffffffffff8116811461310d57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561314057600080fd5b813561093d81612e65565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610ca160208301848661314b565b60006020828403121561319a57600080fd5b815161093d81612e65565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611b9f60608301848661314b565b634e487b7160e01b600052601160045260246000fd5b600080858511156131fd57600080fd5b8386111561320a57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e1984360301811261324457600080fd5b83018035915067ffffffffffffffff82111561325f57600080fd5b6020019150368190038213156113bc57600080fd5b828482376000838201600081528351613291818360208801612f98565b0195945050505050565b65ffffffffffff8181168382160190811115610d3e57610d3e6131d7565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b03841660408201526080606082015260006132f960808301848661314b565b979650505050505050565b80356001600160e01b03198116906004841015613333576001600160e01b0319808560040360031b1b82161691505b5092915050565b6000825161334c818460208701612f98565b9190910192915050565b63ffffffff8281168282160390811115610d3e57610d3e6131d756fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a264697066735822122036bfeac2edd6be5c8b28c46f05c20c4a0d69c451c3c1e650dbf4170f8224f0c964736f6c634300081a0033", + "linkReferences": {}, + "deployedLinkReferences": {} +} \ No newline at end of file diff --git a/ignition/deployments/chain-84532/artifacts/OIDPermissionManager#OIDPermissionManager.dbg.json b/ignition/deployments/chain-84532/artifacts/OIDPermissionManager#OIDPermissionManager.dbg.json new file mode 100644 index 0000000..c3eb472 --- /dev/null +++ b/ignition/deployments/chain-84532/artifacts/OIDPermissionManager#OIDPermissionManager.dbg.json @@ -0,0 +1,4 @@ +{ + "_format": "hh-sol-dbg-1", + "buildInfo": "../build-info/aa5cc268a9dbb5af3f51d05db37354b5.json" +} \ No newline at end of file diff --git a/ignition/deployments/chain-84532/artifacts/OIDPermissionManager#OIDPermissionManager.json b/ignition/deployments/chain-84532/artifacts/OIDPermissionManager#OIDPermissionManager.json new file mode 100644 index 0000000..9d6667a --- /dev/null +++ b/ignition/deployments/chain-84532/artifacts/OIDPermissionManager#OIDPermissionManager.json @@ -0,0 +1,248 @@ +{ + "_format": "hh-sol-artifact-1", + "contractName": "OIDPermissionManager", + "sourceName": "contracts/OIDPermissionManager.sol", + "abi": [ + { + "inputs": [ + { + "internalType": "address", + "name": "initialAuthority", + "type": "address" + }, + { + "internalType": "contract IEAS", + "name": "initialEAS", + "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": [ + { + "internalType": "bytes32", + "name": "attestation_uid", + "type": "bytes32" + } + ], + "name": "AttestationNotFound", + "type": "error" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "attestation_uid", + "type": "bytes32" + } + ], + "name": "AttestationRevoked", + "type": "error" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "caller", + "type": "address" + } + ], + "name": "UnauthorizedAccess", + "type": "error" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "authority", + "type": "address" + } + ], + "name": "AuthorityUpdated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "bytes32", + "name": "key", + "type": "bytes32" + }, + { + "indexed": false, + "internalType": "address", + "name": "account", + "type": "address" + }, + { + "indexed": false, + "internalType": "bool", + "name": "granted", + "type": "bool" + } + ], + "name": "PermissionUpdated", + "type": "event" + }, + { + "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": "bytes32", + "name": "attestation_uid", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "grantPermission", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "key", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "hasPermission", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "isConsumingScheduledOp", + "outputs": [ + { + "internalType": "bytes4", + "name": "", + "type": "bytes4" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "attestation_uid", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "revokePermission", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "newAuthority", + "type": "address" + } + ], + "name": "setAuthority", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "bytecode": "0x60a060405234801561001057600080fd5b50604051610bb0380380610bb083398101604081905261002f916100b8565b816100398161004c565b506001600160a01b0316608052506100f2565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6001600160a01b03811681146100b557600080fd5b50565b600080604083850312156100cb57600080fd5b82516100d6816100a0565b60208401519092506100e7816100a0565b809150509250929050565b608051610a9d6101136000396000818160c101526103910152610a9d6000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c80638fb360371161005b5780638fb36037146100f9578063a6a8f17b14610132578063bc58645614610145578063bf7e214f1461015857600080fd5b806328545c0d146100825780637a9e5e4b146100aa5780638150864d146100bf575b600080fd5b61009561009036600461076f565b610169565b60405190151581526020015b60405180910390f35b6100bd6100b836600461079f565b6101f1565b005b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020016100a1565b6101016102a3565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020016100a1565b6100bd61014036600461076f565b6102f1565b6100bd61015336600461076f565b6102fd565b6000546001600160a01b03166100e1565b60008281526001602081815260408084206001600160a01b0386168552909152822090810154158061019d5750805460ff16155b156101ac5760009150506101eb565b60006101bb8260010154610309565b90506101d4816080015167ffffffffffffffff16151590565b156101e4576000925050506101eb565b6001925050505b92915050565b60005433906001600160a01b03168114610247576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610296576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161023e565b61029f8261043e565b5050565b6000805474010000000000000000000000000000000000000000900460ff166102cc5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b61029f828260006104aa565b61029f828260016104aa565b604080516101408101825260008082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830182905261012083015291517fa3112a64000000000000000000000000000000000000000000000000000000008152600481018490529091906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a3112a6490602401600060405180830381865afa1580156103d8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104009190810190610904565b80519091506101eb576040517f01fb6dd10000000000000000000000000000000000000000000000000000000081526004810184905260240161023e565b600080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006104b584610309565b90506104ce816080015167ffffffffffffffff16151590565b15610508576040517f04bed2560000000000000000000000000000000000000000000000000000000081526004810185905260240161023e565b610511816105bb565b600061051c8261061f565b60408051808201825285151581526020808201898152600085815260018084528582206001600160a01b038c168352909352939093209151825460ff191690151517825591519101559050604080518281526001600160a01b0386166020820152841515918101919091527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f359060600160405180910390a15050505050565b6105d18160c001516001600160a01b0316331490565b1580156105e357506105e1610642565b155b1561061c576040517fdccef96400000000000000000000000000000000000000000000000000000000815233600482015260240161023e565b50565b60008082610120015180602001905181019061063b91906109fe565b9392505050565b6000806106576000546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b0316630125a4256040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106cc9190610a17565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201523360248201526044016040805180830381865afa15801561072e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107529190610a32565b509392505050565b6001600160a01b038116811461061c57600080fd5b6000806040838503121561078257600080fd5b8235915060208301356107948161075a565b809150509250929050565b6000602082840312156107b157600080fd5b813561063b8161075a565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051610140810167ffffffffffffffff8111828210171561080f5761080f6107bc565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561083e5761083e6107bc565b604052919050565b805167ffffffffffffffff8116811461085e57600080fd5b919050565b805161085e8161075a565b8051801515811461085e57600080fd5b600082601f83011261088f57600080fd5b815167ffffffffffffffff8111156108a9576108a96107bc565b6108bc601f8201601f1916602001610815565b8181528460208386010111156108d157600080fd5b60005b828110156108f0576020818601810151838301820152016108d4565b506000918101602001919091529392505050565b60006020828403121561091657600080fd5b815167ffffffffffffffff81111561092d57600080fd5b8201610140818503121561094057600080fd5b6109486107eb565b815181526020808301519082015261096260408301610846565b604082015261097360608301610846565b606082015261098460808301610846565b608082015260a0828101519082015261099f60c08301610863565b60c08201526109b060e08301610863565b60e08201526109c2610100830161086e565b61010082015261012082015167ffffffffffffffff8111156109e357600080fd5b6109ef8682850161087e565b61012083015250949350505050565b600060208284031215610a1057600080fd5b5051919050565b600060208284031215610a2957600080fd5b61063b82610846565b60008060408385031215610a4557600080fd5b610a4e8361086e565b9150602083015163ffffffff8116811461079457600080fdfea2646970667358221220058148bf957c2f50326fb3479333357210091b7799b4b2de528804eff09ea27a64736f6c634300081a0033", + "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061007d5760003560e01c80638fb360371161005b5780638fb36037146100f9578063a6a8f17b14610132578063bc58645614610145578063bf7e214f1461015857600080fd5b806328545c0d146100825780637a9e5e4b146100aa5780638150864d146100bf575b600080fd5b61009561009036600461076f565b610169565b60405190151581526020015b60405180910390f35b6100bd6100b836600461079f565b6101f1565b005b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020016100a1565b6101016102a3565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020016100a1565b6100bd61014036600461076f565b6102f1565b6100bd61015336600461076f565b6102fd565b6000546001600160a01b03166100e1565b60008281526001602081815260408084206001600160a01b0386168552909152822090810154158061019d5750805460ff16155b156101ac5760009150506101eb565b60006101bb8260010154610309565b90506101d4816080015167ffffffffffffffff16151590565b156101e4576000925050506101eb565b6001925050505b92915050565b60005433906001600160a01b03168114610247576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610296576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161023e565b61029f8261043e565b5050565b6000805474010000000000000000000000000000000000000000900460ff166102cc5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b61029f828260006104aa565b61029f828260016104aa565b604080516101408101825260008082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830182905261012083015291517fa3112a64000000000000000000000000000000000000000000000000000000008152600481018490529091906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a3112a6490602401600060405180830381865afa1580156103d8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104009190810190610904565b80519091506101eb576040517f01fb6dd10000000000000000000000000000000000000000000000000000000081526004810184905260240161023e565b600080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006104b584610309565b90506104ce816080015167ffffffffffffffff16151590565b15610508576040517f04bed2560000000000000000000000000000000000000000000000000000000081526004810185905260240161023e565b610511816105bb565b600061051c8261061f565b60408051808201825285151581526020808201898152600085815260018084528582206001600160a01b038c168352909352939093209151825460ff191690151517825591519101559050604080518281526001600160a01b0386166020820152841515918101919091527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f359060600160405180910390a15050505050565b6105d18160c001516001600160a01b0316331490565b1580156105e357506105e1610642565b155b1561061c576040517fdccef96400000000000000000000000000000000000000000000000000000000815233600482015260240161023e565b50565b60008082610120015180602001905181019061063b91906109fe565b9392505050565b6000806106576000546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b0316630125a4256040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106cc9190610a17565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201523360248201526044016040805180830381865afa15801561072e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107529190610a32565b509392505050565b6001600160a01b038116811461061c57600080fd5b6000806040838503121561078257600080fd5b8235915060208301356107948161075a565b809150509250929050565b6000602082840312156107b157600080fd5b813561063b8161075a565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051610140810167ffffffffffffffff8111828210171561080f5761080f6107bc565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561083e5761083e6107bc565b604052919050565b805167ffffffffffffffff8116811461085e57600080fd5b919050565b805161085e8161075a565b8051801515811461085e57600080fd5b600082601f83011261088f57600080fd5b815167ffffffffffffffff8111156108a9576108a96107bc565b6108bc601f8201601f1916602001610815565b8181528460208386010111156108d157600080fd5b60005b828110156108f0576020818601810151838301820152016108d4565b506000918101602001919091529392505050565b60006020828403121561091657600080fd5b815167ffffffffffffffff81111561092d57600080fd5b8201610140818503121561094057600080fd5b6109486107eb565b815181526020808301519082015261096260408301610846565b604082015261097360608301610846565b606082015261098460808301610846565b608082015260a0828101519082015261099f60c08301610863565b60c08201526109b060e08301610863565b60e08201526109c2610100830161086e565b61010082015261012082015167ffffffffffffffff8111156109e357600080fd5b6109ef8682850161087e565b61012083015250949350505050565b600060208284031215610a1057600080fd5b5051919050565b600060208284031215610a2957600080fd5b61063b82610846565b60008060408385031215610a4557600080fd5b610a4e8361086e565b9150602083015163ffffffff8116811461079457600080fdfea2646970667358221220058148bf957c2f50326fb3479333357210091b7799b4b2de528804eff09ea27a64736f6c634300081a0033", + "linkReferences": {}, + "deployedLinkReferences": {} +} \ No newline at end of file diff --git a/ignition/deployments/chain-84532/artifacts/OIDResolver#OIDResolver.dbg.json b/ignition/deployments/chain-84532/artifacts/OIDResolver#OIDResolver.dbg.json new file mode 100644 index 0000000..c3eb472 --- /dev/null +++ b/ignition/deployments/chain-84532/artifacts/OIDResolver#OIDResolver.dbg.json @@ -0,0 +1,4 @@ +{ + "_format": "hh-sol-dbg-1", + "buildInfo": "../build-info/aa5cc268a9dbb5af3f51d05db37354b5.json" +} \ No newline at end of file diff --git a/ignition/deployments/chain-84532/artifacts/OIDResolver#OIDResolver.json b/ignition/deployments/chain-84532/artifacts/OIDResolver#OIDResolver.json new file mode 100644 index 0000000..0d25766 --- /dev/null +++ b/ignition/deployments/chain-84532/artifacts/OIDResolver#OIDResolver.json @@ -0,0 +1,521 @@ +{ + "_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": "0x61010060405234801561001157600080fd5b50604051610ff6380380610ff683398101604081905261003091610079565b6001608052600360a052600060c052806001600160a01b038116610067576040516341bc07ff60e11b815260040160405180910390fd5b6001600160a01b031660e052506100a9565b60006020828403121561008b57600080fd5b81516001600160a01b03811681146100a257600080fd5b9392505050565b60805160a05160c05160e051610f0d6100e96000396000818161015801526108cb015260006102fc015260006102d3015260006102aa0152610f0d6000f3fe6080604052600436106100c05760003560e01c806391db0b7e11610074578063ce46e0461161004e578063ce46e04614610269578063e49617e11461027d578063e60c35051461029057600080fd5b806391db0b7e146101f9578063bf7e214f1461020c578063c4d66de81461024957600080fd5b80638150864d116100a55780638150864d1461014957806388e5b2d9146101905780638fb36037146101b357600080fd5b806354fd4d50146100fe5780637a9e5e4b1461012957600080fd5b366100f9576040517f1574f9f300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b005b600080fd5b34801561010a57600080fd5b506101136102a3565b6040516101209190610c5d565b60405180910390f35b34801561013557600080fd5b506100f7610144366004610c90565b610346565b34801561015557600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b039091168152602001610120565b6101a361019e366004610d0c565b61042e565b6040519015158152602001610120565b3480156101bf57600080fd5b506101c86104fd565b6040517fffffffff000000000000000000000000000000000000000000000000000000009091168152602001610120565b6101a3610207366004610d0c565b610572565b34801561021857600080fd5b507ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b0316610178565b34801561025557600080fd5b506100f7610264366004610c90565b610631565b34801561027557600080fd5b5060006101a3565b6101a361028b366004610d7d565b61076e565b6101a361029e366004610d7d565b610781565b60606102ce7f0000000000000000000000000000000000000000000000000000000000000000610795565b6102f77f0000000000000000000000000000000000000000000000000000000000000000610795565b6103207f0000000000000000000000000000000000000000000000000000000000000000610795565b60405160200161033293929190610db9565b604051602081830303815290604052905090565b336103787ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103d2576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610421576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b61042a82610835565b5050565b60006104386108c0565b838281146104595760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed57600086868381811061047957610479610e18565b905060200201359050828111156104a35760405163044044a560e21b815260040160405180910390fd5b6104d08989848181106104b8576104b8610e18565b90506020028101906104ca9190610e2e565b50600190565b6104e15760009450505050506104f5565b9091039060010161045d565b506001925050505b949350505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546000919074010000000000000000000000000000000000000000900460ff1661054a57600061056c565b7f8fb36037000000000000000000000000000000000000000000000000000000005b91505090565b600061057c6108c0565b8382811461059d5760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed5760008686838181106105bd576105bd610e18565b905060200201359050828111156105e75760405163044044a560e21b815260040160405180910390fd5b6106148989848181106105fc576105fc610e18565b905060200281019061060e9190610e2e565b82610924565b6106255760009450505050506104f5565b909103906001016105a1565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff1660008115801561067c5750825b905060008267ffffffffffffffff1660011480156106995750303b155b9050811580156106a7575080155b156106de576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561071257845468ff00000000000000001916680100000000000000001785555b61071b8661094a565b831561076657845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b60006107786108c0565b60015b92915050565b600061078b6108c0565b61077b8234610924565b606060006107a28361095e565b600101905060008167ffffffffffffffff8111156107c2576107c2610e4f565b6040519080825280601f01601f1916602001820160405280156107ec576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a85049450846107f657509392505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610922576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6000610937610100840160e08501610c90565b61094081610a40565b5060019392505050565b610952610bc1565b61095b81610c28565b50565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106109a7577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106109d3576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106109f157662386f26fc10000830492506010015b6305f5e1008310610a09576305f5e100830492506008015b6127108310610a1d57612710830492506004015b60648310610a2f576064830492506002015b600a831061077b5760010192915050565b6000610a737ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b031663cfef5e836040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ac4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ae89190610e65565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201526001600160a01b03861660248201526044016040805180830381865afa158015610b53573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b779190610e8f565b50905080610bbc576040517f93693b7a0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016103c9565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16610922576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610c30610bc1565b61095b81610835565b60005b83811015610c54578181015183820152602001610c3c565b50506000910152565b6020815260008251806020840152610c7c816040850160208701610c39565b601f01601f19169190910160400192915050565b600060208284031215610ca257600080fd5b81356001600160a01b0381168114610cb957600080fd5b9392505050565b60008083601f840112610cd257600080fd5b50813567ffffffffffffffff811115610cea57600080fd5b6020830191508360208260051b8501011115610d0557600080fd5b9250929050565b60008060008060408587031215610d2257600080fd5b843567ffffffffffffffff811115610d3957600080fd5b610d4587828801610cc0565b909550935050602085013567ffffffffffffffff811115610d6557600080fd5b610d7187828801610cc0565b95989497509550505050565b600060208284031215610d8f57600080fd5b813567ffffffffffffffff811115610da657600080fd5b82016101408185031215610cb957600080fd5b60008451610dcb818460208901610c39565b601760f91b9083019081528451610de9816001840160208901610c39565b601760f91b600192909101918201528351610e0b816002840160208801610c39565b0160020195945050505050565b634e487b7160e01b600052603260045260246000fd5b6000823561013e19833603018112610e4557600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610e7757600080fd5b815167ffffffffffffffff81168114610cb957600080fd5b60008060408385031215610ea257600080fd5b82518015158114610eb257600080fd5b602084015190925063ffffffff81168114610ecc57600080fd5b80915050925092905056fea2646970667358221220083b8bd54438b8def906ae06d0e6b93f63db96cec3ee0a8783af27a05863205f64736f6c634300081a0033", + "deployedBytecode": "0x6080604052600436106100c05760003560e01c806391db0b7e11610074578063ce46e0461161004e578063ce46e04614610269578063e49617e11461027d578063e60c35051461029057600080fd5b806391db0b7e146101f9578063bf7e214f1461020c578063c4d66de81461024957600080fd5b80638150864d116100a55780638150864d1461014957806388e5b2d9146101905780638fb36037146101b357600080fd5b806354fd4d50146100fe5780637a9e5e4b1461012957600080fd5b366100f9576040517f1574f9f300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b005b600080fd5b34801561010a57600080fd5b506101136102a3565b6040516101209190610c5d565b60405180910390f35b34801561013557600080fd5b506100f7610144366004610c90565b610346565b34801561015557600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b039091168152602001610120565b6101a361019e366004610d0c565b61042e565b6040519015158152602001610120565b3480156101bf57600080fd5b506101c86104fd565b6040517fffffffff000000000000000000000000000000000000000000000000000000009091168152602001610120565b6101a3610207366004610d0c565b610572565b34801561021857600080fd5b507ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b0316610178565b34801561025557600080fd5b506100f7610264366004610c90565b610631565b34801561027557600080fd5b5060006101a3565b6101a361028b366004610d7d565b61076e565b6101a361029e366004610d7d565b610781565b60606102ce7f0000000000000000000000000000000000000000000000000000000000000000610795565b6102f77f0000000000000000000000000000000000000000000000000000000000000000610795565b6103207f0000000000000000000000000000000000000000000000000000000000000000610795565b60405160200161033293929190610db9565b604051602081830303815290604052905090565b336103787ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103d2576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610421576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b61042a82610835565b5050565b60006104386108c0565b838281146104595760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed57600086868381811061047957610479610e18565b905060200201359050828111156104a35760405163044044a560e21b815260040160405180910390fd5b6104d08989848181106104b8576104b8610e18565b90506020028101906104ca9190610e2e565b50600190565b6104e15760009450505050506104f5565b9091039060010161045d565b506001925050505b949350505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546000919074010000000000000000000000000000000000000000900460ff1661054a57600061056c565b7f8fb36037000000000000000000000000000000000000000000000000000000005b91505090565b600061057c6108c0565b8382811461059d5760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed5760008686838181106105bd576105bd610e18565b905060200201359050828111156105e75760405163044044a560e21b815260040160405180910390fd5b6106148989848181106105fc576105fc610e18565b905060200281019061060e9190610e2e565b82610924565b6106255760009450505050506104f5565b909103906001016105a1565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff1660008115801561067c5750825b905060008267ffffffffffffffff1660011480156106995750303b155b9050811580156106a7575080155b156106de576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561071257845468ff00000000000000001916680100000000000000001785555b61071b8661094a565b831561076657845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b60006107786108c0565b60015b92915050565b600061078b6108c0565b61077b8234610924565b606060006107a28361095e565b600101905060008167ffffffffffffffff8111156107c2576107c2610e4f565b6040519080825280601f01601f1916602001820160405280156107ec576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a85049450846107f657509392505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610922576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6000610937610100840160e08501610c90565b61094081610a40565b5060019392505050565b610952610bc1565b61095b81610c28565b50565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106109a7577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106109d3576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106109f157662386f26fc10000830492506010015b6305f5e1008310610a09576305f5e100830492506008015b6127108310610a1d57612710830492506004015b60648310610a2f576064830492506002015b600a831061077b5760010192915050565b6000610a737ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b031663cfef5e836040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ac4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ae89190610e65565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201526001600160a01b03861660248201526044016040805180830381865afa158015610b53573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b779190610e8f565b50905080610bbc576040517f93693b7a0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016103c9565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16610922576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610c30610bc1565b61095b81610835565b60005b83811015610c54578181015183820152602001610c3c565b50506000910152565b6020815260008251806020840152610c7c816040850160208701610c39565b601f01601f19169190910160400192915050565b600060208284031215610ca257600080fd5b81356001600160a01b0381168114610cb957600080fd5b9392505050565b60008083601f840112610cd257600080fd5b50813567ffffffffffffffff811115610cea57600080fd5b6020830191508360208260051b8501011115610d0557600080fd5b9250929050565b60008060008060408587031215610d2257600080fd5b843567ffffffffffffffff811115610d3957600080fd5b610d4587828801610cc0565b909550935050602085013567ffffffffffffffff811115610d6557600080fd5b610d7187828801610cc0565b95989497509550505050565b600060208284031215610d8f57600080fd5b813567ffffffffffffffff811115610da657600080fd5b82016101408185031215610cb957600080fd5b60008451610dcb818460208901610c39565b601760f91b9083019081528451610de9816001840160208901610c39565b601760f91b600192909101918201528351610e0b816002840160208801610c39565b0160020195945050505050565b634e487b7160e01b600052603260045260246000fd5b6000823561013e19833603018112610e4557600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610e7757600080fd5b815167ffffffffffffffff81168114610cb957600080fd5b60008060408385031215610ea257600080fd5b82518015158114610eb257600080fd5b602084015190925063ffffffff81168114610ecc57600080fd5b80915050925092905056fea2646970667358221220083b8bd54438b8def906ae06d0e6b93f63db96cec3ee0a8783af27a05863205f64736f6c634300081a0033", + "linkReferences": {}, + "deployedLinkReferences": {} +} \ No newline at end of file diff --git a/ignition/deployments/chain-84532/build-info/aa5cc268a9dbb5af3f51d05db37354b5.json b/ignition/deployments/chain-84532/build-info/aa5cc268a9dbb5af3f51d05db37354b5.json new file mode 100644 index 0000000..7ed0f62 --- /dev/null +++ b/ignition/deployments/chain-84532/build-info/aa5cc268a9dbb5af3f51d05db37354b5.json @@ -0,0 +1,327855 @@ +{ + "id": "aa5cc268a9dbb5af3f51d05db37354b5", + "_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.1.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 unambiguously 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.1.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 /**\n * @dev The identifier of the admin role. Required to perform most configuration operations including\n * other roles' management and target restrictions.\n */\n uint64 public constant ADMIN_ROLE = type(uint64).min; // 0\n\n /**\n * @dev The identifier of the public role. Automatically granted to all addresses with no delay.\n */\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.\n * See {AccessManager} description for a detailed breakdown of the authorization logic.\n */\n modifier onlyAuthorized() {\n _checkAuthorized();\n _;\n }\n\n function initialize(address initialAdmin) public virtual initializer {\n __AccessManager_init(initialAdmin);\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 $._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, revert\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 *\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 call is not authorized, 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 and roles logic.\n *\n * WARNING: Carefully review the considerations of {AccessManaged-restricted} since they apply to this modifier.\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 adminRestricted, 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, getTargetFunctionRole(address(this), selector), 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 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 adminRestricted, uint64 roleId, uint32 operationDelay) = _getAdminRestrictions(data);\n\n // isTargetClosed apply to non-admin-restricted function\n if (!adminRestricted && isTargetClosed(address(this))) {\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.1.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 unambiguously 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.1.0) (access/manager/IAccessManager.sol)\n\npragma solidity ^0.8.20;\n\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 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 the admin functions in the manager itself. These are defined by the\n * {AccessManager} documentation.\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 * NOTE: When the manager itself is closed, admin functions are still accessible to avoid locking the contract.\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(\n uint64 roleId,\n address account\n ) external view returns (uint48 since, uint32 currentDelay, uint32 pendingDelay, uint48 effect);\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 isMember, uint32 executionDelay);\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 * Closing the manager itself won't disable access to admin methods to avoid locking the 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(\n address target,\n bytes calldata data,\n uint48 when\n ) external returns (bytes32 operationId, uint32 nonce);\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.1.0) (interfaces/IERC1271.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Interface of the ERC-1271 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.1.0) (utils/Address.sol)\n\npragma solidity ^0.8.20;\n\nimport {Errors} from \"./Errors.sol\";\n\n/**\n * @dev Collection of functions related to the address type\n */\nlibrary Address {\n /**\n * @dev There's no code at `target` (it is not a contract).\n */\n error AddressEmptyCode(address target);\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 Errors.InsufficientBalance(address(this).balance, amount);\n }\n\n (bool success, ) = recipient.call{value: amount}(\"\");\n if (!success) {\n revert Errors.FailedCall();\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 * {Errors.FailedCall} 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 Errors.InsufficientBalance(address(this).balance, value);\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 {Errors.FailedCall}) in case\n * of an 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 {Errors.FailedCall} 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 {Errors.FailedCall}.\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 assembly (\"memory-safe\") {\n let returndata_size := mload(returndata)\n revert(add(32, returndata), returndata_size)\n }\n } else {\n revert Errors.FailedCall();\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.1.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(\n bytes32 hash,\n bytes memory signature\n ) internal pure returns (address recovered, RecoverError err, bytes32 errArg) {\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 assembly (\"memory-safe\") {\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[ERC-2098 short signatures]\n */\n function tryRecover(\n bytes32 hash,\n bytes32 r,\n bytes32 vs\n ) internal pure returns (address recovered, RecoverError err, bytes32 errArg) {\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 recovered, RecoverError err, bytes32 errArg) {\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.1.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.1.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[ERC-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 ERC-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 assembly (\"memory-safe\") {\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 ERC-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 ERC-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 (ERC-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 assembly (\"memory-safe\") {\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.1.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 ERC-1271 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 ERC-1271, 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 if (signer.code.length == 0) {\n (address recovered, ECDSA.RecoverError err, ) = ECDSA.tryRecover(hash, signature);\n return err == ECDSA.RecoverError.NoError && recovered == signer;\n } else {\n return isValidERC1271SignatureNow(signer, hash, signature);\n }\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 ERC-1271.\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/Errors.sol": { + "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.1.0) (utils/Errors.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Collection of common custom errors used in multiple contracts\n *\n * IMPORTANT: Backwards compatibility is not guaranteed in future versions of the library.\n * It is recommended to avoid relying on the error API for critical functionality.\n *\n * _Available since v5.1._\n */\nlibrary Errors {\n /**\n * @dev The ETH balance of the account is not enough to perform the operation.\n */\n error InsufficientBalance(uint256 balance, uint256 needed);\n\n /**\n * @dev A call to an address target failed. The target may have reverted.\n */\n error FailedCall();\n\n /**\n * @dev The deployment failed.\n */\n error FailedDeployment();\n\n /**\n * @dev A necessary precompile is missing.\n */\n error MissingPrecompile(address);\n}\n" + }, + "@openzeppelin/contracts/utils/math/Math.sol": { + "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.1.0) (utils/math/Math.sol)\n\npragma solidity ^0.8.20;\n\nimport {Panic} from \"../Panic.sol\";\nimport {SafeCast} from \"./SafeCast.sol\";\n\n/**\n * @dev Standard math utilities missing in the Solidity language.\n */\nlibrary Math {\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 success flag (no overflow).\n */\n function tryAdd(uint256 a, uint256 b) internal pure returns (bool success, uint256 result) {\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 success flag (no overflow).\n */\n function trySub(uint256 a, uint256 b) internal pure returns (bool success, uint256 result) {\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 success flag (no overflow).\n */\n function tryMul(uint256 a, uint256 b) internal pure returns (bool success, uint256 result) {\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 success flag (no division by zero).\n */\n function tryDiv(uint256 a, uint256 b) internal pure returns (bool success, uint256 result) {\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 success flag (no division by zero).\n */\n function tryMod(uint256 a, uint256 b) internal pure returns (bool success, uint256 result) {\n unchecked {\n if (b == 0) return (false, 0);\n return (true, a % b);\n }\n }\n\n /**\n * @dev Branchless ternary evaluation for `a ? b : c`. Gas costs are constant.\n *\n * IMPORTANT: This function may reduce bytecode size and consume less gas when used standalone.\n * However, the compiler may optimize Solidity ternary operations (i.e. `a ? b : c`) to only compute\n * one branch when needed, making this function more expensive.\n */\n function ternary(bool condition, uint256 a, uint256 b) internal pure returns (uint256) {\n unchecked {\n // branchless ternary works because:\n // b ^ (a ^ b) == a\n // b ^ 0 == b\n return b ^ ((a ^ b) * SafeCast.toUint(condition));\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 ternary(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 ternary(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 Panic.panic(Panic.DIVISION_BY_ZERO);\n }\n\n // The following calculation ensures accurate ceiling division without overflow.\n // Since a is non-zero, (a - 1) / b will not overflow.\n // The largest possible result occurs when (a - 1) / b is type(uint256).max,\n // but the largest value we can obtain is type(uint256).max - 1, which happens\n // when a = type(uint256).max and b = 1.\n unchecked {\n return SafeCast.toUint(a > 0) * ((a - 1) / b + 1);\n }\n }\n\n /**\n * @dev Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or\n * denominator == 0.\n *\n * 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²⁵⁶ and mod 2²⁵⁶ - 1, then use\n // the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256\n // variables such that product = prod1 * 2²⁵⁶ + 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²⁵⁶. Also prevents denominator == 0.\n if (denominator <= prod1) {\n Panic.panic(ternary(denominator == 0, Panic.DIVISION_BY_ZERO, Panic.UNDER_OVERFLOW));\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²⁵⁶ / 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²⁵⁶. Now that denominator is an odd number, it has an inverse modulo 2²⁵⁶ such\n // that denominator * inv ≡ 1 mod 2²⁵⁶. Compute the inverse by starting with a seed that is correct for\n // four bits. That is, denominator * inv ≡ 1 mod 2⁴.\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⁸\n inverse *= 2 - denominator * inverse; // inverse mod 2¹⁶\n inverse *= 2 - denominator * inverse; // inverse mod 2³²\n inverse *= 2 - denominator * inverse; // inverse mod 2⁶⁴\n inverse *= 2 - denominator * inverse; // inverse mod 2¹²⁸\n inverse *= 2 - denominator * inverse; // inverse mod 2²⁵⁶\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²⁵⁶. Since the preconditions guarantee that the outcome is\n // less than 2²⁵⁶, 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 * @dev 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 return mulDiv(x, y, denominator) + SafeCast.toUint(unsignedRoundsUp(rounding) && mulmod(x, y, denominator) > 0);\n }\n\n /**\n * @dev Calculate the modular multiplicative inverse of a number in Z/nZ.\n *\n * If n is a prime, then Z/nZ is a field. In that case all elements are inversible, except 0.\n * If n is not a prime, then Z/nZ is not a field, and some elements might not be inversible.\n *\n * If the input value is not inversible, 0 is returned.\n *\n * NOTE: If you know for sure that n is (big) a prime, it may be cheaper to use Fermat's little theorem and get the\n * inverse using `Math.modExp(a, n - 2, n)`. See {invModPrime}.\n */\n function invMod(uint256 a, uint256 n) internal pure returns (uint256) {\n unchecked {\n if (n == 0) return 0;\n\n // The inverse modulo is calculated using the Extended Euclidean Algorithm (iterative version)\n // Used to compute integers x and y such that: ax + ny = gcd(a, n).\n // When the gcd is 1, then the inverse of a modulo n exists and it's x.\n // ax + ny = 1\n // ax = 1 + (-y)n\n // ax ≡ 1 (mod n) # x is the inverse of a modulo n\n\n // If the remainder is 0 the gcd is n right away.\n uint256 remainder = a % n;\n uint256 gcd = n;\n\n // Therefore the initial coefficients are:\n // ax + ny = gcd(a, n) = n\n // 0a + 1n = n\n int256 x = 0;\n int256 y = 1;\n\n while (remainder != 0) {\n uint256 quotient = gcd / remainder;\n\n (gcd, remainder) = (\n // The old remainder is the next gcd to try.\n remainder,\n // Compute the next remainder.\n // Can't overflow given that (a % gcd) * (gcd // (a % gcd)) <= gcd\n // where gcd is at most n (capped to type(uint256).max)\n gcd - remainder * quotient\n );\n\n (x, y) = (\n // Increment the coefficient of a.\n y,\n // Decrement the coefficient of n.\n // Can overflow, but the result is casted to uint256 so that the\n // next value of y is \"wrapped around\" to a value between 0 and n - 1.\n x - y * int256(quotient)\n );\n }\n\n if (gcd != 1) return 0; // No inverse exists.\n return ternary(x < 0, n - uint256(-x), uint256(x)); // Wrap the result if it's negative.\n }\n }\n\n /**\n * @dev Variant of {invMod}. More efficient, but only works if `p` is known to be a prime greater than `2`.\n *\n * From https://en.wikipedia.org/wiki/Fermat%27s_little_theorem[Fermat's little theorem], we know that if p is\n * prime, then `a**(p-1) ≡ 1 mod p`. As a consequence, we have `a * a**(p-2) ≡ 1 mod p`, which means that\n * `a**(p-2)` is the modular multiplicative inverse of a in Fp.\n *\n * NOTE: this function does NOT check that `p` is a prime greater than `2`.\n */\n function invModPrime(uint256 a, uint256 p) internal view returns (uint256) {\n unchecked {\n return Math.modExp(a, p - 2, p);\n }\n }\n\n /**\n * @dev Returns the modular exponentiation of the specified base, exponent and modulus (b ** e % m)\n *\n * Requirements:\n * - modulus can't be zero\n * - underlying staticcall to precompile must succeed\n *\n * IMPORTANT: The result is only valid if the underlying call succeeds. When using this function, make\n * sure the chain you're using it on supports the precompiled contract for modular exponentiation\n * at address 0x05 as specified in https://eips.ethereum.org/EIPS/eip-198[EIP-198]. Otherwise,\n * the underlying function will succeed given the lack of a revert, but the result may be incorrectly\n * interpreted as 0.\n */\n function modExp(uint256 b, uint256 e, uint256 m) internal view returns (uint256) {\n (bool success, uint256 result) = tryModExp(b, e, m);\n if (!success) {\n Panic.panic(Panic.DIVISION_BY_ZERO);\n }\n return result;\n }\n\n /**\n * @dev Returns the modular exponentiation of the specified base, exponent and modulus (b ** e % m).\n * It includes a success flag indicating if the operation succeeded. Operation will be marked as failed if trying\n * to operate modulo 0 or if the underlying precompile reverted.\n *\n * IMPORTANT: The result is only valid if the success flag is true. When using this function, make sure the chain\n * you're using it on supports the precompiled contract for modular exponentiation at address 0x05 as specified in\n * https://eips.ethereum.org/EIPS/eip-198[EIP-198]. Otherwise, the underlying function will succeed given the lack\n * of a revert, but the result may be incorrectly interpreted as 0.\n */\n function tryModExp(uint256 b, uint256 e, uint256 m) internal view returns (bool success, uint256 result) {\n if (m == 0) return (false, 0);\n assembly (\"memory-safe\") {\n let ptr := mload(0x40)\n // | Offset | Content | Content (Hex) |\n // |-----------|------------|--------------------------------------------------------------------|\n // | 0x00:0x1f | size of b | 0x0000000000000000000000000000000000000000000000000000000000000020 |\n // | 0x20:0x3f | size of e | 0x0000000000000000000000000000000000000000000000000000000000000020 |\n // | 0x40:0x5f | size of m | 0x0000000000000000000000000000000000000000000000000000000000000020 |\n // | 0x60:0x7f | value of b | 0x<.............................................................b> |\n // | 0x80:0x9f | value of e | 0x<.............................................................e> |\n // | 0xa0:0xbf | value of m | 0x<.............................................................m> |\n mstore(ptr, 0x20)\n mstore(add(ptr, 0x20), 0x20)\n mstore(add(ptr, 0x40), 0x20)\n mstore(add(ptr, 0x60), b)\n mstore(add(ptr, 0x80), e)\n mstore(add(ptr, 0xa0), m)\n\n // Given the result < m, it's guaranteed to fit in 32 bytes,\n // so we can use the memory scratch space located at offset 0.\n success := staticcall(gas(), 0x05, ptr, 0xc0, 0x00, 0x20)\n result := mload(0x00)\n }\n }\n\n /**\n * @dev Variant of {modExp} that supports inputs of arbitrary length.\n */\n function modExp(bytes memory b, bytes memory e, bytes memory m) internal view returns (bytes memory) {\n (bool success, bytes memory result) = tryModExp(b, e, m);\n if (!success) {\n Panic.panic(Panic.DIVISION_BY_ZERO);\n }\n return result;\n }\n\n /**\n * @dev Variant of {tryModExp} that supports inputs of arbitrary length.\n */\n function tryModExp(\n bytes memory b,\n bytes memory e,\n bytes memory m\n ) internal view returns (bool success, bytes memory result) {\n if (_zeroBytes(m)) return (false, new bytes(0));\n\n uint256 mLen = m.length;\n\n // Encode call args in result and move the free memory pointer\n result = abi.encodePacked(b.length, e.length, mLen, b, e, m);\n\n assembly (\"memory-safe\") {\n let dataPtr := add(result, 0x20)\n // Write result on top of args to avoid allocating extra memory.\n success := staticcall(gas(), 0x05, dataPtr, mload(result), dataPtr, mLen)\n // Overwrite the length.\n // result.length > returndatasize() is guaranteed because returndatasize() == m.length\n mstore(result, mLen)\n // Set the memory pointer after the returned data.\n mstore(0x40, add(dataPtr, mLen))\n }\n }\n\n /**\n * @dev Returns whether the provided byte array is zero.\n */\n function _zeroBytes(bytes memory byteArray) private pure returns (bool) {\n for (uint256 i = 0; i < byteArray.length; ++i) {\n if (byteArray[i] != 0) {\n return false;\n }\n }\n return true;\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 * This method is based on Newton's method for computing square roots; the algorithm is restricted to only\n * using integer operations.\n */\n function sqrt(uint256 a) internal pure returns (uint256) {\n unchecked {\n // Take care of easy edge cases when a == 0 or a == 1\n if (a <= 1) {\n return a;\n }\n\n // In this function, we use Newton's method to get a root of `f(x) := x² - a`. It involves building a\n // sequence x_n that converges toward sqrt(a). For each iteration x_n, we also define the error between\n // the current value as `ε_n = | x_n - sqrt(a) |`.\n //\n // For our first estimation, we consider `e` the smallest power of 2 which is bigger than the square root\n // of the target. (i.e. `2**(e-1) ≤ sqrt(a) < 2**e`). We know that `e ≤ 128` because `(2¹²⁸)² = 2²⁵⁶` is\n // bigger than any uint256.\n //\n // By noticing that\n // `2**(e-1) ≤ sqrt(a) < 2**e → (2**(e-1))² ≤ a < (2**e)² → 2**(2*e-2) ≤ a < 2**(2*e)`\n // we can deduce that `e - 1` is `log2(a) / 2`. We can thus compute `x_n = 2**(e-1)` using a method similar\n // to the msb function.\n uint256 aa = a;\n uint256 xn = 1;\n\n if (aa >= (1 << 128)) {\n aa >>= 128;\n xn <<= 64;\n }\n if (aa >= (1 << 64)) {\n aa >>= 64;\n xn <<= 32;\n }\n if (aa >= (1 << 32)) {\n aa >>= 32;\n xn <<= 16;\n }\n if (aa >= (1 << 16)) {\n aa >>= 16;\n xn <<= 8;\n }\n if (aa >= (1 << 8)) {\n aa >>= 8;\n xn <<= 4;\n }\n if (aa >= (1 << 4)) {\n aa >>= 4;\n xn <<= 2;\n }\n if (aa >= (1 << 2)) {\n xn <<= 1;\n }\n\n // We now have x_n such that `x_n = 2**(e-1) ≤ sqrt(a) < 2**e = 2 * x_n`. This implies ε_n ≤ 2**(e-1).\n //\n // We can refine our estimation by noticing that the middle of that interval minimizes the error.\n // If we move x_n to equal 2**(e-1) + 2**(e-2), then we reduce the error to ε_n ≤ 2**(e-2).\n // This is going to be our x_0 (and ε_0)\n xn = (3 * xn) >> 1; // ε_0 := | x_0 - sqrt(a) | ≤ 2**(e-2)\n\n // From here, Newton's method give us:\n // x_{n+1} = (x_n + a / x_n) / 2\n //\n // One should note that:\n // x_{n+1}² - a = ((x_n + a / x_n) / 2)² - a\n // = ((x_n² + a) / (2 * x_n))² - a\n // = (x_n⁴ + 2 * a * x_n² + a²) / (4 * x_n²) - a\n // = (x_n⁴ + 2 * a * x_n² + a² - 4 * a * x_n²) / (4 * x_n²)\n // = (x_n⁴ - 2 * a * x_n² + a²) / (4 * x_n²)\n // = (x_n² - a)² / (2 * x_n)²\n // = ((x_n² - a) / (2 * x_n))²\n // ≥ 0\n // Which proves that for all n ≥ 1, sqrt(a) ≤ x_n\n //\n // This gives us the proof of quadratic convergence of the sequence:\n // ε_{n+1} = | x_{n+1} - sqrt(a) |\n // = | (x_n + a / x_n) / 2 - sqrt(a) |\n // = | (x_n² + a - 2*x_n*sqrt(a)) / (2 * x_n) |\n // = | (x_n - sqrt(a))² / (2 * x_n) |\n // = | ε_n² / (2 * x_n) |\n // = ε_n² / | (2 * x_n) |\n //\n // For the first iteration, we have a special case where x_0 is known:\n // ε_1 = ε_0² / | (2 * x_0) |\n // ≤ (2**(e-2))² / (2 * (2**(e-1) + 2**(e-2)))\n // ≤ 2**(2*e-4) / (3 * 2**(e-1))\n // ≤ 2**(e-3) / 3\n // ≤ 2**(e-3-log2(3))\n // ≤ 2**(e-4.5)\n //\n // For the following iterations, we use the fact that, 2**(e-1) ≤ sqrt(a) ≤ x_n:\n // ε_{n+1} = ε_n² / | (2 * x_n) |\n // ≤ (2**(e-k))² / (2 * 2**(e-1))\n // ≤ 2**(2*e-2*k) / 2**e\n // ≤ 2**(e-2*k)\n xn = (xn + a / xn) >> 1; // ε_1 := | x_1 - sqrt(a) | ≤ 2**(e-4.5) -- special case, see above\n xn = (xn + a / xn) >> 1; // ε_2 := | x_2 - sqrt(a) | ≤ 2**(e-9) -- general case with k = 4.5\n xn = (xn + a / xn) >> 1; // ε_3 := | x_3 - sqrt(a) | ≤ 2**(e-18) -- general case with k = 9\n xn = (xn + a / xn) >> 1; // ε_4 := | x_4 - sqrt(a) | ≤ 2**(e-36) -- general case with k = 18\n xn = (xn + a / xn) >> 1; // ε_5 := | x_5 - sqrt(a) | ≤ 2**(e-72) -- general case with k = 36\n xn = (xn + a / xn) >> 1; // ε_6 := | x_6 - sqrt(a) | ≤ 2**(e-144) -- general case with k = 72\n\n // Because e ≤ 128 (as discussed during the first estimation phase), we know have reached a precision\n // ε_6 ≤ 2**(e-144) < 1. Given we're operating on integers, then we can ensure that xn is now either\n // sqrt(a) or sqrt(a) + 1.\n return xn - SafeCast.toUint(xn > a / xn);\n }\n }\n\n /**\n * @dev 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 + SafeCast.toUint(unsignedRoundsUp(rounding) && result * result < a);\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 uint256 exp;\n unchecked {\n exp = 128 * SafeCast.toUint(value > (1 << 128) - 1);\n value >>= exp;\n result += exp;\n\n exp = 64 * SafeCast.toUint(value > (1 << 64) - 1);\n value >>= exp;\n result += exp;\n\n exp = 32 * SafeCast.toUint(value > (1 << 32) - 1);\n value >>= exp;\n result += exp;\n\n exp = 16 * SafeCast.toUint(value > (1 << 16) - 1);\n value >>= exp;\n result += exp;\n\n exp = 8 * SafeCast.toUint(value > (1 << 8) - 1);\n value >>= exp;\n result += exp;\n\n exp = 4 * SafeCast.toUint(value > (1 << 4) - 1);\n value >>= exp;\n result += exp;\n\n exp = 2 * SafeCast.toUint(value > (1 << 2) - 1);\n value >>= exp;\n result += exp;\n\n result += SafeCast.toUint(value > 1);\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 + SafeCast.toUint(unsignedRoundsUp(rounding) && 1 << result < value);\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 + SafeCast.toUint(unsignedRoundsUp(rounding) && 10 ** result < value);\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 uint256 isGt;\n unchecked {\n isGt = SafeCast.toUint(value > (1 << 128) - 1);\n value >>= isGt * 128;\n result += isGt * 16;\n\n isGt = SafeCast.toUint(value > (1 << 64) - 1);\n value >>= isGt * 64;\n result += isGt * 8;\n\n isGt = SafeCast.toUint(value > (1 << 32) - 1);\n value >>= isGt * 32;\n result += isGt * 4;\n\n isGt = SafeCast.toUint(value > (1 << 16) - 1);\n value >>= isGt * 16;\n result += isGt * 2;\n\n result += SafeCast.toUint(value > (1 << 8) - 1);\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 + SafeCast.toUint(unsignedRoundsUp(rounding) && 1 << (result << 3) < value);\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.1.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/bool 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 /**\n * @dev Cast a boolean (false or true) to a uint256 (0 or 1) with no jump.\n */\n function toUint(bool b) internal pure returns (uint256 u) {\n assembly (\"memory-safe\") {\n u := iszero(iszero(b))\n }\n }\n}\n" + }, + "@openzeppelin/contracts/utils/math/SignedMath.sol": { + "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.1.0) (utils/math/SignedMath.sol)\n\npragma solidity ^0.8.20;\n\nimport {SafeCast} from \"./SafeCast.sol\";\n\n/**\n * @dev Standard signed math utilities missing in the Solidity language.\n */\nlibrary SignedMath {\n /**\n * @dev Branchless ternary evaluation for `a ? b : c`. Gas costs are constant.\n *\n * IMPORTANT: This function may reduce bytecode size and consume less gas when used standalone.\n * However, the compiler may optimize Solidity ternary operations (i.e. `a ? b : c`) to only compute\n * one branch when needed, making this function more expensive.\n */\n function ternary(bool condition, int256 a, int256 b) internal pure returns (int256) {\n unchecked {\n // branchless ternary works because:\n // b ^ (a ^ b) == a\n // b ^ 0 == b\n return b ^ ((a ^ b) * int256(SafeCast.toUint(condition)));\n }\n }\n\n /**\n * @dev Returns the largest of two signed numbers.\n */\n function max(int256 a, int256 b) internal pure returns (int256) {\n return ternary(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 ternary(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 // Formula from the \"Bit Twiddling Hacks\" by Sean Eron Anderson.\n // Since `n` is a signed integer, the generated bytecode will use the SAR opcode to perform the right shift,\n // taking advantage of the most significant (or \"sign\" bit) in two's complement representation.\n // This opcode adds new most significant bits set to the value of the previous most significant bit. As a result,\n // the mask will either be `bytes32(0)` (if n is positive) or `~bytes32(0)` (if n is negative).\n int256 mask = n >> 255;\n\n // A `bytes32(0)` mask leaves the input unchanged, while a `~bytes32(0)` mask complements it.\n return uint256((n + mask) ^ mask);\n }\n }\n}\n" + }, + "@openzeppelin/contracts/utils/Panic.sol": { + "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.1.0) (utils/Panic.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Helper library for emitting standardized panic codes.\n *\n * ```solidity\n * contract Example {\n * using Panic for uint256;\n *\n * // Use any of the declared internal constants\n * function foo() { Panic.GENERIC.panic(); }\n *\n * // Alternatively\n * function foo() { Panic.panic(Panic.GENERIC); }\n * }\n * ```\n *\n * Follows the list from https://github.com/ethereum/solidity/blob/v0.8.24/libsolutil/ErrorCodes.h[libsolutil].\n *\n * _Available since v5.1._\n */\n// slither-disable-next-line unused-state\nlibrary Panic {\n /// @dev generic / unspecified error\n uint256 internal constant GENERIC = 0x00;\n /// @dev used by the assert() builtin\n uint256 internal constant ASSERT = 0x01;\n /// @dev arithmetic underflow or overflow\n uint256 internal constant UNDER_OVERFLOW = 0x11;\n /// @dev division or modulo by zero\n uint256 internal constant DIVISION_BY_ZERO = 0x12;\n /// @dev enum conversion error\n uint256 internal constant ENUM_CONVERSION_ERROR = 0x21;\n /// @dev invalid encoding in storage\n uint256 internal constant STORAGE_ENCODING_ERROR = 0x22;\n /// @dev empty array pop\n uint256 internal constant EMPTY_ARRAY_POP = 0x31;\n /// @dev array out of bounds access\n uint256 internal constant ARRAY_OUT_OF_BOUNDS = 0x32;\n /// @dev resource error (too large allocation or too large array)\n uint256 internal constant RESOURCE_ERROR = 0x41;\n /// @dev calling invalid internal function\n uint256 internal constant INVALID_INTERNAL_FUNCTION = 0x51;\n\n /// @dev Reverts with a panic code. Recommended to use with\n /// the internal constants with predefined codes.\n function panic(uint256 code) internal pure {\n assembly (\"memory-safe\") {\n mstore(0x00, 0x4e487b71)\n mstore(0x20, code)\n revert(0x1c, 0x24)\n }\n }\n}\n" + }, + "@openzeppelin/contracts/utils/ReentrancyGuard.sol": { + "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.1.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 EIP-1153 (transient storage) is available on the chain you're deploying at,\n * consider using {ReentrancyGuardTransient} instead.\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.1.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 assembly (\"memory-safe\") {\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.1.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 ERC-1967 implementation slot:\n * ```solidity\n * contract ERC1967 {\n * // Define the slot. Alternatively, use the SlotDerivation library to derive the slot.\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 *\n * TIP: Consider using this library along with {SlotDerivation}.\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 Int256Slot {\n int256 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 assembly (\"memory-safe\") {\n r.slot := slot\n }\n }\n\n /**\n * @dev Returns a `BooleanSlot` with member `value` located at `slot`.\n */\n function getBooleanSlot(bytes32 slot) internal pure returns (BooleanSlot storage r) {\n assembly (\"memory-safe\") {\n r.slot := slot\n }\n }\n\n /**\n * @dev Returns a `Bytes32Slot` with member `value` located at `slot`.\n */\n function getBytes32Slot(bytes32 slot) internal pure returns (Bytes32Slot storage r) {\n assembly (\"memory-safe\") {\n r.slot := slot\n }\n }\n\n /**\n * @dev Returns a `Uint256Slot` with member `value` located at `slot`.\n */\n function getUint256Slot(bytes32 slot) internal pure returns (Uint256Slot storage r) {\n assembly (\"memory-safe\") {\n r.slot := slot\n }\n }\n\n /**\n * @dev Returns a `Int256Slot` with member `value` located at `slot`.\n */\n function getInt256Slot(bytes32 slot) internal pure returns (Int256Slot storage r) {\n assembly (\"memory-safe\") {\n r.slot := slot\n }\n }\n\n /**\n * @dev Returns a `StringSlot` with member `value` located at `slot`.\n */\n function getStringSlot(bytes32 slot) internal pure returns (StringSlot storage r) {\n assembly (\"memory-safe\") {\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 assembly (\"memory-safe\") {\n r.slot := store.slot\n }\n }\n\n /**\n * @dev Returns a `BytesSlot` with member `value` located at `slot`.\n */\n function getBytesSlot(bytes32 slot) internal pure returns (BytesSlot storage r) {\n assembly (\"memory-safe\") {\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 assembly (\"memory-safe\") {\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.1.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 assembly (\"memory-safe\") {\n ptr := add(buffer, add(32, length))\n }\n while (true) {\n ptr--;\n assembly (\"memory-safe\") {\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 Converts an `address` with fixed length of 20 bytes to its checksummed ASCII `string` hexadecimal\n * representation, according to EIP-55.\n */\n function toChecksumHexString(address addr) internal pure returns (string memory) {\n bytes memory buffer = bytes(toHexString(addr));\n\n // hash the hex part of buffer (skip length + 2 bytes, length 40)\n uint256 hashValue;\n assembly (\"memory-safe\") {\n hashValue := shr(96, keccak256(add(buffer, 0x22), 40))\n }\n\n for (uint256 i = 41; i > 1; --i) {\n // possible values for buffer[i] are 48 (0) to 57 (9) and 97 (a) to 102 (f)\n if (hashValue & 0xf > 7 && uint8(buffer[i]) > 96) {\n // case shift by xoring with 0x20\n buffer[i] ^= 0x20;\n }\n hashValue >>= 4;\n }\n return string(buffer);\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.1.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(\n Delay self,\n uint48 timepoint\n ) private pure returns (uint32 valueBefore, uint32 valueAfter, uint48 effect) {\n (valueBefore, valueAfter, 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 valueBefore, uint32 valueAfter, uint48 effect) {\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 ApplicationDto memory dto\r\n ) external nonReentrant restricted {\r\n require(\r\n !addressUsed[dto.account],\r\n \"Address already used for another application\"\r\n );\r\n uint id = nextApplicationId;\r\n nextApplicationId++;\r\n Application memory newApplication = Application({\r\n id: id,\r\n name: dto.name,\r\n account: dto.account\r\n });\r\n applications[id] = newApplication;\r\n addressUsed[newApplication.account] = true;\r\n emit ApplicationCreated(id, applications[id]);\r\n }\r\n\r\n function updateApplication(\r\n uint id,\r\n ApplicationDto memory dto\r\n ) external nonReentrant restricted {\r\n require(applicationExists(id), \"Application does not exist\");\r\n require(\r\n !addressUsed[dto.account] ||\r\n applications[id].account == dto.account,\r\n \"Account used by another application\"\r\n );\r\n applications[id] = Application({\r\n id: id,\r\n name: dto.name,\r\n account: dto.account\r\n });\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 ApplicationDto {\r\n string name;\r\n address account;\r\n }\r\n\r\n struct Application {\r\n uint id;\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\r\n function createApplication(ApplicationDto memory dto) external;\r\n\r\n function updateApplication(uint id, ApplicationDto memory dto) external;\r\n\r\n function deleteApplication(uint id) external;\r\n\r\n function getApplication(uint id) external view returns (Application memory);\r\n\r\n function getApplications(\r\n uint start,\r\n uint limit\r\n ) 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 key, address account, bool granted);\n function grantPermission(bytes32 attestation_uid, address account) external;\n function revokePermission(bytes32 attestation_uid, address account) external;\n function hasPermission(\n bytes32 key, \n address account\n ) external view returns (bool);\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 uint64 public constant APPLICATION_MANAGER_ROLE = 1;\n uint64 public constant ATTESTATION_MANAGER_ROLE = 2;\n uint64 public constant PERMISSION_MANAGER_ROLE = 3;\n\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;\nimport {IOIDPermissionManager} from \"./IOIDPermissionManager.sol\";\nimport {AccessManaged} from \"@openzeppelin/contracts/access/manager/AccessManaged.sol\";\nimport {IEAS} from \"@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol\";\nimport {Attestation} from \"@ethereum-attestation-service/eas-contracts/contracts/Common.sol\";\nimport {IAccessManager} from \"@openzeppelin/contracts/access/manager/IAccessManager.sol\";\nimport {OIDAccessManager} from \"./OIDAccessManager.sol\";\n\ncontract OIDPermissionManager is IOIDPermissionManager, AccessManaged {\n error UnauthorizedAccess(address caller);\n error AttestationNotFound(bytes32 attestation_uid);\n error AttestationRevoked(bytes32 attestation_uid);\n\n struct Permission {\n bool granted;\n bytes32 attestation_uid;\n }\n IEAS internal immutable _eas;\n\n mapping(bytes32 => mapping(address => Permission)) private permissions;\n\n constructor(\n address initialAuthority,\n IEAS initialEAS\n ) AccessManaged(initialAuthority) {\n _eas = initialEAS;\n }\n\n\n function grantPermission(bytes32 attestation_uid, address account) external {\n _updatePermission(attestation_uid, account, true);\n }\n\n\n function revokePermission(bytes32 attestation_uid, address account) external override {\n _updatePermission(attestation_uid, account, false);\n }\n \n function hasPermission(bytes32 key,address account) external view override returns (bool) {\n Permission storage permission = permissions[key][account];\n if (!_permissionExists(permission) || !permission.granted) {\n return false;\n }\n Attestation memory attestation = _getAttestation(permission.attestation_uid);\n if (_isAttestationRevoked(attestation)) {\n return false;\n } \n return true;\n }\n\n\n function _updatePermission(bytes32 attestation_uid, address account, bool granted) internal {\n Attestation memory attestation = _getAttestation(attestation_uid);\n if (_isAttestationRevoked(attestation)) {\n revert AttestationRevoked(attestation_uid);\n } \n _checkAuthorization(attestation);\n bytes32 key = _decodeAttestationKey(attestation);\n _setPermission(key, account, granted, attestation_uid);\n emit PermissionUpdated(key, account, granted);\n }\n\n function _checkAuthorization(Attestation memory attestation) internal view {\n if (!_isAttestationRecipient(attestation) && !_isPermissionManager()) {\n revert UnauthorizedAccess(msg.sender);\n }\n }\n\n\n function _isPermissionManager() internal view returns (bool) {\n OIDAccessManager access = OIDAccessManager(authority());\n (bool isMember, ) = access.hasRole(\n access.PERMISSION_MANAGER_ROLE(),\n msg.sender\n );\n return isMember;\n }\n\n\n function _permissionExists(Permission storage permission) internal view returns (bool) {\n return permission.attestation_uid != bytes32(0);\n }\n\n function _setPermission(\n bytes32 key,\n address account,\n bool granted,\n bytes32 attestation_uid\n ) internal {\n permissions[key][account] = Permission({\n granted: granted,\n attestation_uid: attestation_uid\n });\n }\n\n function _getAttestation(bytes32 attestation_uid) private view returns (Attestation memory) {\n Attestation memory attestation = _eas.getAttestation(attestation_uid);\n if (attestation.uid == bytes32(0)) {\n revert AttestationNotFound(attestation_uid);\n }\n return attestation; \n }\n\n function _isAttestationRecipient(Attestation memory attestation) internal view returns (bool) {\n return attestation.recipient == msg.sender;\n }\n\n function _isAttestationRevoked(Attestation memory attestation) internal pure returns (bool) {\n return attestation.revocationTime != 0;\n }\n\n function eas() external view returns (IEAS) {\n return _eas;\n }\n\n \n function _decodeAttestationKey(Attestation memory attestation) internal pure returns (bytes32) {\n bytes32 key = abi.decode(attestation.data, (bytes32));\n return key;\n }\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 {OIDAccessManager} from \"./OIDAccessManager.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 OIDAccessManager authority = OIDAccessManager(authority());\n (bool isMember, ) = authority.hasRole(\n authority.ATTESTATION_MANAGER_ROLE(),\n attester\n );\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": 1075, + "file": "contracts/OIDResolver.sol", + "start": 1062 + }, + "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": 1296, + "file": "contracts/OIDResolver.sol", + "start": 1264 + }, + "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": 1319, + "file": "contracts/OIDResolver.sol", + "start": 1306 + }, + "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": [ + 7984 + ], + "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": 7985, + "src": "58:68:1", + "symbolAliases": [ + { + "foreign": { + "id": 68, + "name": "Address", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7984, + "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, + 9393, + 7725, + 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": 7984, + "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": 7782, + "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, + 8024, + 8027, + 8171, + 8173 + ], + "usedEvents": [ + 2152, + 2163, + 2170, + 2179, + 2633, + 7705 + ] + } + ], + "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": [ + 8818 + ] + }, + "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": 8819, + "src": "58:68:6", + "symbolAliases": [ + { + "foreign": { + "id": 2524, + "name": "Strings", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8818, + "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": 8818, + "src": "1072:7:6", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Strings_$8818_$", + "typeString": "type(library Strings)" + } + }, + "id": 2570, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1080:8:6", + "memberName": "toString", + "nodeType": "MemberAccess", + "referencedDeclaration": 8566, + "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": 8818, + "src": "1103:7:6", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Strings_$8818_$", + "typeString": "type(library Strings)" + } + }, + "id": 2575, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1111:8:6", + "memberName": "toString", + "nodeType": "MemberAccess", + "referencedDeclaration": 8566, + "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": 8818, + "src": "1134:7:6", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Strings_$8818_$", + "typeString": "type(library Strings)" + } + }, + "id": 2580, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1142:8:6", + "memberName": "toString", + "nodeType": "MemberAccess", + "referencedDeclaration": 8566, + "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": [ + 7984 + ], + "AttestationRequestData": [ + 2042 + ], + "DeadlineExpired": [ + 11 + ], + "DelegatedAttestationRequest": [ + 2063 + ], + "DelegatedRevocationRequest": [ + 2114 + ], + "EIP1271Verifier": [ + 2922 + ], + "EIP712": [ + 9393 + ], + "InvalidSignature": [ + 17 + ], + "NO_EXPIRATION_TIME": [ + 7 + ], + "RevocationRequestData": [ + 2093 + ], + "Signature": [ + 27 + ], + "SignatureChecker": [ + 9575 + ] + }, + "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": 9394, + "src": "58:79:7", + "symbolAliases": [ + { + "foreign": { + "id": 2591, + "name": "EIP712", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9393, + "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": 9576, + "src": "138:99:7", + "symbolAliases": [ + { + "foreign": { + "id": 2593, + "name": "SignatureChecker", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9575, + "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": 7985, + "src": "238:68:7", + "symbolAliases": [ + { + "foreign": { + "id": 2595, + "name": "Address", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7984, + "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": 9393, + "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, + 9393, + 7725 + ], + "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": 7984, + "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": 9393, + "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": 9289, + "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": 9326, + "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": 9575, + "src": "4899:16:7", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SignatureChecker_$9575_$", + "typeString": "type(library SignatureChecker)" + } + }, + "id": 2805, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4916:19:7", + "memberName": "isValidSignatureNow", + "nodeType": "MemberAccess", + "referencedDeclaration": 9522, + "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": 9326, + "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": 9575, + "src": "6020:16:7", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SignatureChecker_$9575_$", + "typeString": "type(library SignatureChecker)" + } + }, + "id": 2887, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6037:19:7", + "memberName": "isValidSignatureNow", + "nodeType": "MemberAccess", + "referencedDeclaration": 9522, + "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, + 8171, + 8173 + ], + "usedEvents": [ + 2633, + 7705 + ] + } + ], + "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": [ + 9166 + ], + "EIP712": [ + 9393 + ], + "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": 9394, + "src": "58:79:8", + "symbolAliases": [ + { + "foreign": { + "id": 2925, + "name": "EIP712", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9393, + "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": 9167, + "src": "138:77:8", + "symbolAliases": [ + { + "foreign": { + "id": 2927, + "name": "ECDSA", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9166, + "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": 9393, + "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, + 9393, + 7725, + 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": 9393, + "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": 9289, + "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": 9326, + "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": 9166, + "src": "16111:5:8", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_ECDSA_$9166_$", + "typeString": "type(library ECDSA)" + } + }, + "id": 3603, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "16117:7:8", + "memberName": "recover", + "nodeType": "MemberAccess", + "referencedDeclaration": 9116, + "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": 9326, + "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": 9166, + "src": "17405:5:8", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_ECDSA_$9166_$", + "typeString": "type(library ECDSA)" + } + }, + "id": 3708, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "17411:7:8", + "memberName": "recover", + "nodeType": "MemberAccess", + "referencedDeclaration": 9116, + "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, + 8171, + 8173, + 8829, + 8834, + 8839 + ], + "usedEvents": [ + 7705 + ] + } + ], + "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": [ + 7198 + ], + "ContextUpgradeable": [ + 6828 + ], + "IAccessManaged": [ + 7238 + ], + "IAccessManager": [ + 7670 + ], + "IAuthority": [ + 7686 + ], + "Initializable": [ + 6782 + ] + }, + "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": 7687, + "src": "142:81:11", + "symbolAliases": [ + { + "foreign": { + "id": 4164, + "name": "IAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7686, + "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": 7199, + "src": "224:89:11", + "symbolAliases": [ + { + "foreign": { + "id": 4166, + "name": "AuthorityUtils", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7198, + "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": 7671, + "src": "314:89:11", + "symbolAliases": [ + { + "foreign": { + "id": 4168, + "name": "IAccessManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7670, + "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": 7239, + "src": "404:89:11", + "symbolAliases": [ + { + "foreign": { + "id": 4170, + "name": "IAccessManaged", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7238, + "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": 6829, + "src": "494:70:11", + "symbolAliases": [ + { + "foreign": { + "id": 4172, + "name": "ContextUpgradeable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6828, + "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": 6783, + "src": "565:66:11", + "symbolAliases": [ + { + "foreign": { + "id": 4174, + "name": "Initializable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6782, + "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": 6782, + "src": "1201:13:11" + }, + "id": 4178, + "nodeType": "InheritanceSpecifier", + "src": "1201:13:11" + }, + { + "baseName": { + "id": 4179, + "name": "ContextUpgradeable", + "nameLocations": [ + "1216:18:11" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6828, + "src": "1216:18:11" + }, + "id": 4180, + "nodeType": "InheritanceSpecifier", + "src": "1216:18:11" + }, + { + "baseName": { + "id": 4181, + "name": "IAccessManaged", + "nameLocations": [ + "1236:14:11" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 7238, + "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, + 7238, + 6828, + 6782 + ], + "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": 6691, + "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": 6691, + "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": "3833:67:11", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 4228, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6810, + "src": "3857: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": "3857:12:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 4230, + "name": "_msgData", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6819, + "src": "3871: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": "3871: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": "3843: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": "3843:39:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 4233, + "nodeType": "ExpressionStatement", + "src": "3843:39:11" + }, + { + "id": 4234, + "nodeType": "PlaceholderStatement", + "src": "3892:1:11" + } + ] + }, + "documentation": { + "id": 4225, + "nodeType": "StructuredDocumentation", + "src": "2252:1554: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 unambiguously 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": "3820:10:11", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 4226, + "nodeType": "ParameterList", + "parameters": [], + "src": "3830:2:11" + }, + "src": "3811:89:11", + "virtual": false, + "visibility": "internal" + }, + { + "baseFunctions": [ + 7225 + ], + "body": { + "id": 4251, + "nodeType": "Block", + "src": "4000:105:11", + "statements": [ + { + "assignments": [ + 4244 + ], + "declarations": [ + { + "constant": false, + "id": 4244, + "mutability": "mutable", + "name": "$", + "nameLocation": "4039:1:11", + "nodeType": "VariableDeclaration", + "scope": 4251, + "src": "4010: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": [ + "4010:20:11" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4188, + "src": "4010:20:11" + }, + "referencedDeclaration": 4188, + "src": "4010: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": "4043: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": "4043:26:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", + "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4010:59:11" + }, + { + "expression": { + "expression": { + "id": 4248, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4244, + "src": "4086: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": "4088:10:11", + "memberName": "_authority", + "nodeType": "MemberAccess", + "referencedDeclaration": 4185, + "src": "4086:12:11", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "functionReturnParameters": 4241, + "id": 4250, + "nodeType": "Return", + "src": "4079:19:11" + } + ] + }, + "documentation": { + "id": 4237, + "nodeType": "StructuredDocumentation", + "src": "3906:30:11", + "text": "@inheritdoc IAccessManaged" + }, + "functionSelector": "bf7e214f", + "id": 4252, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "authority", + "nameLocation": "3950:9:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4238, + "nodeType": "ParameterList", + "parameters": [], + "src": "3959:2:11" + }, + "returnParameters": { + "id": 4241, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4240, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 4252, + "src": "3991:7:11", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4239, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3991:7:11", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "3990:9:11" + }, + "scope": 4409, + "src": "3941:164:11", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7231 + ], + "body": { + "id": 4288, + "nodeType": "Block", + "src": "4205:303:11", + "statements": [ + { + "assignments": [ + 4259 + ], + "declarations": [ + { + "constant": false, + "id": 4259, + "mutability": "mutable", + "name": "caller", + "nameLocation": "4223:6:11", + "nodeType": "VariableDeclaration", + "scope": 4288, + "src": "4215:14:11", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4258, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4215: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": 6810, + "src": "4232: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": "4232:12:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4215: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": "4258: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": "4268: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": "4268:11:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "4258:21:11", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 4272, + "nodeType": "IfStatement", + "src": "4254:92:11", + "trueBody": { + "id": 4271, + "nodeType": "Block", + "src": "4281:65:11", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 4268, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4259, + "src": "4328:6:11", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 4267, + "name": "AccessManagedUnauthorized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7209, + "src": "4302: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": "4302:33:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 4270, + "nodeType": "RevertStatement", + "src": "4295: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": "4359:12:11", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 4274, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4372:4:11", + "memberName": "code", + "nodeType": "MemberAccess", + "src": "4359:17:11", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 4275, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4377:6:11", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "4359: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": "4387:1:11", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "4359:29:11", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 4283, + "nodeType": "IfStatement", + "src": "4355:110:11", + "trueBody": { + "id": 4282, + "nodeType": "Block", + "src": "4390:75:11", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 4279, + "name": "newAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4255, + "src": "4441:12:11", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 4278, + "name": "AccessManagedInvalidAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7219, + "src": "4411: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": "4411:43:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 4281, + "nodeType": "RevertStatement", + "src": "4404:50:11" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 4285, + "name": "newAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4255, + "src": "4488: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": "4474: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": "4474:27:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 4287, + "nodeType": "ExpressionStatement", + "src": "4474:27:11" + } + ] + }, + "documentation": { + "id": 4253, + "nodeType": "StructuredDocumentation", + "src": "4111:30:11", + "text": "@inheritdoc IAccessManaged" + }, + "functionSelector": "7a9e5e4b", + "id": 4289, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "setAuthority", + "nameLocation": "4155:12:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4256, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4255, + "mutability": "mutable", + "name": "newAuthority", + "nameLocation": "4176:12:11", + "nodeType": "VariableDeclaration", + "scope": 4289, + "src": "4168:20:11", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4254, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4168:7:11", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "4167:22:11" + }, + "returnParameters": { + "id": 4257, + "nodeType": "ParameterList", + "parameters": [], + "src": "4205:0:11" + }, + "scope": 4409, + "src": "4146:362:11", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7237 + ], + "body": { + "id": 4312, + "nodeType": "Block", + "src": "4612:164:11", + "statements": [ + { + "assignments": [ + 4297 + ], + "declarations": [ + { + "constant": false, + "id": 4297, + "mutability": "mutable", + "name": "$", + "nameLocation": "4651:1:11", + "nodeType": "VariableDeclaration", + "scope": 4312, + "src": "4622: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": [ + "4622:20:11" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4188, + "src": "4622:20:11" + }, + "referencedDeclaration": 4188, + "src": "4622: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": "4655: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": "4655:26:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", + "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4622:59:11" + }, + { + "expression": { + "condition": { + "expression": { + "id": 4301, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4297, + "src": "4698: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": "4700:18:11", + "memberName": "_consumingSchedule", + "nodeType": "MemberAccess", + "referencedDeclaration": 4187, + "src": "4698: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": "4767: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": "4760:6:11", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes4_$", + "typeString": "type(bytes4)" + }, + "typeName": { + "id": 4306, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "4760:6:11", + "typeDescriptions": {} + } + }, + "id": 4309, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4760:9:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "id": 4310, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "Conditional", + "src": "4698:71:11", + "trueExpression": { + "expression": { + "expression": { + "id": 4303, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "4721:4:11", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagedUpgradeable_$4409", + "typeString": "contract AccessManagedUpgradeable" + } + }, + "id": 4304, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4726:22:11", + "memberName": "isConsumingScheduledOp", + "nodeType": "MemberAccess", + "referencedDeclaration": 4313, + "src": "4721: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": "4749:8:11", + "memberName": "selector", + "nodeType": "MemberAccess", + "src": "4721:36:11", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "functionReturnParameters": 4294, + "id": 4311, + "nodeType": "Return", + "src": "4691:78:11" + } + ] + }, + "documentation": { + "id": 4290, + "nodeType": "StructuredDocumentation", + "src": "4514:30:11", + "text": "@inheritdoc IAccessManaged" + }, + "functionSelector": "8fb36037", + "id": 4313, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "isConsumingScheduledOp", + "nameLocation": "4558:22:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4291, + "nodeType": "ParameterList", + "parameters": [], + "src": "4580:2:11" + }, + "returnParameters": { + "id": 4294, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4293, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 4313, + "src": "4604:6:11", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 4292, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "4604:6:11", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "4603:8:11" + }, + "scope": 4409, + "src": "4549:227:11", + "stateMutability": "view", + "virtual": false, + "visibility": "public" + }, + { + "body": { + "id": 4335, + "nodeType": "Block", + "src": "5026:158:11", + "statements": [ + { + "assignments": [ + 4321 + ], + "declarations": [ + { + "constant": false, + "id": 4321, + "mutability": "mutable", + "name": "$", + "nameLocation": "5065:1:11", + "nodeType": "VariableDeclaration", + "scope": 4335, + "src": "5036: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": [ + "5036:20:11" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4188, + "src": "5036:20:11" + }, + "referencedDeclaration": 4188, + "src": "5036: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": "5069: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": "5069:26:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", + "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "5036:59:11" + }, + { + "expression": { + "id": 4329, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "id": 4325, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4321, + "src": "5105: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": "5107:10:11", + "memberName": "_authority", + "nodeType": "MemberAccess", + "referencedDeclaration": 4185, + "src": "5105:12:11", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 4328, + "name": "newAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4316, + "src": "5120:12:11", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "5105:27:11", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 4330, + "nodeType": "ExpressionStatement", + "src": "5105:27:11" + }, + { + "eventCall": { + "arguments": [ + { + "id": 4332, + "name": "newAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4316, + "src": "5164:12:11", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 4331, + "name": "AuthorityUpdated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7205, + "src": "5147: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": "5147:30:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 4334, + "nodeType": "EmitStatement", + "src": "5142:35:11" + } + ] + }, + "documentation": { + "id": 4314, + "nodeType": "StructuredDocumentation", + "src": "4782: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": "4973:13:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4317, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4316, + "mutability": "mutable", + "name": "newAuthority", + "nameLocation": "4995:12:11", + "nodeType": "VariableDeclaration", + "scope": 4336, + "src": "4987:20:11", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4315, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4987:7:11", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "4986:22:11" + }, + "returnParameters": { + "id": 4318, + "nodeType": "ParameterList", + "parameters": [], + "src": "5026:0:11" + }, + "scope": 4409, + "src": "4964:220:11", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 4407, + "nodeType": "Block", + "src": "5436:590:11", + "statements": [ + { + "assignments": [ + 4346 + ], + "declarations": [ + { + "constant": false, + "id": 4346, + "mutability": "mutable", + "name": "$", + "nameLocation": "5475:1:11", + "nodeType": "VariableDeclaration", + "scope": 4407, + "src": "5446: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": [ + "5446:20:11" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4188, + "src": "5446:20:11" + }, + "referencedDeclaration": 4188, + "src": "5446: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": "5479: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": "5479:26:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", + "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "5446:59:11" + }, + { + "assignments": [ + 4351, + 4353 + ], + "declarations": [ + { + "constant": false, + "id": 4351, + "mutability": "mutable", + "name": "immediate", + "nameLocation": "5521:9:11", + "nodeType": "VariableDeclaration", + "scope": 4407, + "src": "5516:14:11", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 4350, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5516:4:11", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4353, + "mutability": "mutable", + "name": "delay", + "nameLocation": "5539:5:11", + "nodeType": "VariableDeclaration", + "scope": 4407, + "src": "5532:12:11", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 4352, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "5532: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": "5593: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": "5593:11:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 4358, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4339, + "src": "5618:6:11", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 4361, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "5646: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": "5638:7:11", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 4359, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5638:7:11", + "typeDescriptions": {} + } + }, + "id": 4362, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5638:13:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "baseExpression": { + "id": 4365, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4341, + "src": "5672: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": "5679: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": "5672:9:11", + "startExpression": { + "hexValue": "30", + "id": 4366, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5677: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": "5665:6:11", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes4_$", + "typeString": "type(bytes4)" + }, + "typeName": { + "id": 4363, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "5665:6:11", + "typeDescriptions": {} + } + }, + "id": 4369, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5665: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": 7198, + "src": "5548:14:11", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_AuthorityUtils_$7198_$", + "typeString": "type(library AuthorityUtils)" + } + }, + "id": 4355, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5563:16:11", + "memberName": "canCallWithDelay", + "nodeType": "MemberAccess", + "referencedDeclaration": 7197, + "src": "5548: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": "5548:144:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "5515:177:11" + }, + { + "condition": { + "id": 4373, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "5706:10:11", + "subExpression": { + "id": 4372, + "name": "immediate", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4351, + "src": "5707:9:11", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 4406, + "nodeType": "IfStatement", + "src": "5702:318:11", + "trueBody": { + "id": 4405, + "nodeType": "Block", + "src": "5718: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": "5736: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": "5744:1:11", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "5736:9:11", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 4403, + "nodeType": "Block", + "src": "5937:73:11", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 4400, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4339, + "src": "5988:6:11", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 4399, + "name": "AccessManagedUnauthorized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7209, + "src": "5962: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": "5962:33:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 4402, + "nodeType": "RevertStatement", + "src": "5955:40:11" + } + ] + }, + "id": 4404, + "nodeType": "IfStatement", + "src": "5732:278:11", + "trueBody": { + "id": 4398, + "nodeType": "Block", + "src": "5747: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": "5765: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": "5767:18:11", + "memberName": "_consumingSchedule", + "nodeType": "MemberAccess", + "referencedDeclaration": 4187, + "src": "5765: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": "5788:4:11", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "5765:27:11", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 4382, + "nodeType": "ExpressionStatement", + "src": "5765:27:11" + }, + { + "expression": { + "arguments": [ + { + "id": 4388, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4339, + "src": "5857:6:11", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 4389, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4341, + "src": "5865: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": "5825: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": "5825: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": 7670, + "src": "5810:14:11", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IAccessManager_$7670_$", + "typeString": "type(contract IAccessManager)" + } + }, + "id": 4386, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5810:27:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IAccessManager_$7670", + "typeString": "contract IAccessManager" + } + }, + "id": 4387, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5838:18:11", + "memberName": "consumeScheduledOp", + "nodeType": "MemberAccess", + "referencedDeclaration": 7649, + "src": "5810: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": "5810:60:11", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 4391, + "nodeType": "ExpressionStatement", + "src": "5810:60:11" + }, + { + "expression": { + "id": 4396, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "id": 4392, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4346, + "src": "5888: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": "5890:18:11", + "memberName": "_consumingSchedule", + "nodeType": "MemberAccess", + "referencedDeclaration": 4187, + "src": "5888: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": "5911:5:11", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "src": "5888:28:11", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 4397, + "nodeType": "ExpressionStatement", + "src": "5888:28:11" + } + ] + } + } + ] + } + } + ] + }, + "documentation": { + "id": 4337, + "nodeType": "StructuredDocumentation", + "src": "5190: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": "5368:13:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4342, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4339, + "mutability": "mutable", + "name": "caller", + "nameLocation": "5390:6:11", + "nodeType": "VariableDeclaration", + "scope": 4408, + "src": "5382:14:11", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4338, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5382:7:11", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4341, + "mutability": "mutable", + "name": "data", + "nameLocation": "5413:4:11", + "nodeType": "VariableDeclaration", + "scope": 4408, + "src": "5398:19:11", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 4340, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "5398:5:11", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "5381:37:11" + }, + "returnParameters": { + "id": 4343, + "nodeType": "ParameterList", + "parameters": [], + "src": "5436:0:11" + }, + "scope": 4409, + "src": "5359:667:11", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + } + ], + "scope": 4410, + "src": "1155:4873:11", + "usedErrors": [ + 6545, + 6548, + 7209, + 7215, + 7219 + ], + "usedEvents": [ + 6553, + 7205 + ] + } + ], + "src": "116:5913:11" + }, + "id": 11 + }, + "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol", + "exportedSymbols": { + "AccessManagerUpgradeable": [ + 6528 + ], + "Address": [ + 7984 + ], + "ContextUpgradeable": [ + 6828 + ], + "IAccessManaged": [ + 7238 + ], + "IAccessManager": [ + 7670 + ], + "Initializable": [ + 6782 + ], + "Math": [ + 11181 + ], + "MulticallUpgradeable": [ + 6931 + ], + "Time": [ + 13364 + ] + }, + "id": 6529, + "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": 6529, + "sourceUnit": 7671, + "src": "142:89:12", + "symbolAliases": [ + { + "foreign": { + "id": 4412, + "name": "IAccessManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7670, + "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": 6529, + "sourceUnit": 7239, + "src": "232:89:12", + "symbolAliases": [ + { + "foreign": { + "id": 4414, + "name": "IAccessManaged", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7238, + "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": 6529, + "sourceUnit": 7985, + "src": "322:66:12", + "symbolAliases": [ + { + "foreign": { + "id": 4416, + "name": "Address", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7984, + "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": 6529, + "sourceUnit": 6829, + "src": "389:70:12", + "symbolAliases": [ + { + "foreign": { + "id": 4418, + "name": "ContextUpgradeable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6828, + "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": 6529, + "sourceUnit": 6932, + "src": "460:74:12", + "symbolAliases": [ + { + "foreign": { + "id": 4420, + "name": "MulticallUpgradeable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6931, + "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": 6529, + "sourceUnit": 11182, + "src": "535:65:12", + "symbolAliases": [ + { + "foreign": { + "id": 4422, + "name": "Math", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11181, + "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": 6529, + "sourceUnit": 13365, + "src": "601:66:12", + "symbolAliases": [ + { + "foreign": { + "id": 4424, + "name": "Time", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13364, + "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": 6529, + "sourceUnit": 6783, + "src": "668:66:12", + "symbolAliases": [ + { + "foreign": { + "id": 4426, + "name": "Initializable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6782, + "src": "676:13:12", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 4429, + "name": "Initializable", + "nameLocations": [ + "3998:13:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6782, + "src": "3998:13:12" + }, + "id": 4430, + "nodeType": "InheritanceSpecifier", + "src": "3998:13:12" + }, + { + "baseName": { + "id": 4431, + "name": "ContextUpgradeable", + "nameLocations": [ + "4013:18:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6828, + "src": "4013:18:12" + }, + "id": 4432, + "nodeType": "InheritanceSpecifier", + "src": "4013:18:12" + }, + { + "baseName": { + "id": 4433, + "name": "MulticallUpgradeable", + "nameLocations": [ + "4033:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6931, + "src": "4033:20:12" + }, + "id": 4434, + "nodeType": "InheritanceSpecifier", + "src": "4033:20:12" + }, + { + "baseName": { + "id": 4435, + "name": "IAccessManager", + "nameLocations": [ + "4055:14:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 7670, + "src": "4055:14:12" + }, + "id": 4436, + "nodeType": "InheritanceSpecifier", + "src": "4055:14:12" + } + ], + "canonicalName": "AccessManagerUpgradeable", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 4428, + "nodeType": "StructuredDocumentation", + "src": "736:3224: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": 6528, + "linearizedBaseContracts": [ + 6528, + 7670, + 6931, + 6828, + 6782 + ], + "name": "AccessManagerUpgradeable", + "nameLocation": "3970:24:12", + "nodeType": "ContractDefinition", + "nodes": [ + { + "global": false, + "id": 4438, + "libraryName": { + "id": 4437, + "name": "Time", + "nameLocations": [ + "4082:4:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13364, + "src": "4082:4:12" + }, + "nodeType": "UsingForDirective", + "src": "4076:17:12" + }, + { + "canonicalName": "AccessManagerUpgradeable.TargetConfig", + "id": 4448, + "members": [ + { + "constant": false, + "id": 4442, + "mutability": "mutable", + "name": "allowedRoles", + "nameLocation": "4235:12:12", + "nodeType": "VariableDeclaration", + "scope": 4448, + "src": "4193:54:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes4_$_t_uint64_$", + "typeString": "mapping(bytes4 => uint64)" + }, + "typeName": { + "id": 4441, + "keyName": "selector", + "keyNameLocation": "4208:8:12", + "keyType": { + "id": 4439, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "4201:6:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "nodeType": "Mapping", + "src": "4193:41:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes4_$_t_uint64_$", + "typeString": "mapping(bytes4 => uint64)" + }, + "valueName": "roleId", + "valueNameLocation": "4227:6:12", + "valueType": { + "id": 4440, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "4220:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4445, + "mutability": "mutable", + "name": "adminDelay", + "nameLocation": "4268:10:12", + "nodeType": "VariableDeclaration", + "scope": 4448, + "src": "4257:21:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + }, + "typeName": { + "id": 4444, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4443, + "name": "Time.Delay", + "nameLocations": [ + "4257:4:12", + "4262:5:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13127, + "src": "4257:10:12" + }, + "referencedDeclaration": 13127, + "src": "4257:10:12", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4447, + "mutability": "mutable", + "name": "closed", + "nameLocation": "4293:6:12", + "nodeType": "VariableDeclaration", + "scope": 4448, + "src": "4288:11:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 4446, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "4288:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "name": "TargetConfig", + "nameLocation": "4170:12:12", + "nodeType": "StructDefinition", + "scope": 6528, + "src": "4163:143:12", + "visibility": "public" + }, + { + "canonicalName": "AccessManagerUpgradeable.Access", + "id": 4454, + "members": [ + { + "constant": false, + "id": 4450, + "mutability": "mutable", + "name": "since", + "nameLocation": "4601:5:12", + "nodeType": "VariableDeclaration", + "scope": 4454, + "src": "4594:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 4449, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "4594:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4453, + "mutability": "mutable", + "name": "delay", + "nameLocation": "4707:5:12", + "nodeType": "VariableDeclaration", + "scope": 4454, + "src": "4696:16:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + }, + "typeName": { + "id": 4452, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4451, + "name": "Time.Delay", + "nameLocations": [ + "4696:4:12", + "4701:5:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13127, + "src": "4696:10:12" + }, + "referencedDeclaration": 13127, + "src": "4696:10:12", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "visibility": "internal" + } + ], + "name": "Access", + "nameLocation": "4425:6:12", + "nodeType": "StructDefinition", + "scope": 6528, + "src": "4418:301:12", + "visibility": "public" + }, + { + "canonicalName": "AccessManagerUpgradeable.Role", + "id": 4467, + "members": [ + { + "constant": false, + "id": 4459, + "mutability": "mutable", + "name": "members", + "nameLocation": "4870:7:12", + "nodeType": "VariableDeclaration", + "scope": 4467, + "src": "4831: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": "4847:4:12", + "keyType": { + "id": 4455, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4839:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "4831:38:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.Access)" + }, + "valueName": "access", + "valueNameLocation": "4862:6:12", + "valueType": { + "id": 4457, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4456, + "name": "Access", + "nameLocations": [ + "4855:6:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4454, + "src": "4855:6:12" + }, + "referencedDeclaration": 4454, + "src": "4855: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": "4948:5:12", + "nodeType": "VariableDeclaration", + "scope": 4467, + "src": "4941:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4460, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "4941:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4463, + "mutability": "mutable", + "name": "guardian", + "nameLocation": "5057:8:12", + "nodeType": "VariableDeclaration", + "scope": 4467, + "src": "5050:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4462, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "5050:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4466, + "mutability": "mutable", + "name": "grantDelay", + "nameLocation": "5155:10:12", + "nodeType": "VariableDeclaration", + "scope": 4467, + "src": "5144:21:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + }, + "typeName": { + "id": 4465, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4464, + "name": "Time.Delay", + "nameLocations": [ + "5144:4:12", + "5149:5:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13127, + "src": "5144:10:12" + }, + "referencedDeclaration": 13127, + "src": "5144:10:12", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "visibility": "internal" + } + ], + "name": "Role", + "nameLocation": "4784:4:12", + "nodeType": "StructDefinition", + "scope": 6528, + "src": "4777:395:12", + "visibility": "public" + }, + { + "canonicalName": "AccessManagerUpgradeable.Schedule", + "id": 4472, + "members": [ + { + "constant": false, + "id": 4469, + "mutability": "mutable", + "name": "timepoint", + "nameLocation": "5377:9:12", + "nodeType": "VariableDeclaration", + "scope": 4472, + "src": "5370:16:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 4468, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "5370:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4471, + "mutability": "mutable", + "name": "nonce", + "nameLocation": "5488:5:12", + "nodeType": "VariableDeclaration", + "scope": 4472, + "src": "5481:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 4470, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "5481:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "name": "Schedule", + "nameLocation": "5293:8:12", + "nodeType": "StructDefinition", + "scope": 6528, + "src": "5286:214:12", + "visibility": "public" + }, + { + "constant": true, + "documentation": { + "id": 4473, + "nodeType": "StructuredDocumentation", + "src": "5506:173:12", + "text": " @dev The identifier of the admin role. Required to perform most configuration operations including\n other roles' management and target restrictions." + }, + "functionSelector": "75b238fc", + "id": 4480, + "mutability": "constant", + "name": "ADMIN_ROLE", + "nameLocation": "5707:10:12", + "nodeType": "VariableDeclaration", + "scope": 6528, + "src": "5684:52:12", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4474, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "5684:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "value": { + "expression": { + "arguments": [ + { + "id": 4477, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "5725:6:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + }, + "typeName": { + "id": 4476, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "5725:6:12", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + } + ], + "id": 4475, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "5720:4:12", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 4478, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5720:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint64", + "typeString": "type(uint64)" + } + }, + "id": 4479, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "5733:3:12", + "memberName": "min", + "nodeType": "MemberAccess", + "src": "5720:16:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "public" + }, + { + "constant": true, + "documentation": { + "id": 4481, + "nodeType": "StructuredDocumentation", + "src": "5748:112:12", + "text": " @dev The identifier of the public role. Automatically granted to all addresses with no delay." + }, + "functionSelector": "3ca7c02a", + "id": 4488, + "mutability": "constant", + "name": "PUBLIC_ROLE", + "nameLocation": "5888:11:12", + "nodeType": "VariableDeclaration", + "scope": 6528, + "src": "5865:53:12", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4482, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "5865:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "value": { + "expression": { + "arguments": [ + { + "id": 4485, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "5907:6:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + }, + "typeName": { + "id": 4484, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "5907:6:12", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + } + ], + "id": 4483, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "5902:4:12", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 4486, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5902:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint64", + "typeString": "type(uint64)" + } + }, + "id": 4487, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "5915:3:12", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "5902:16:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "public" + }, + { + "canonicalName": "AccessManagerUpgradeable.AccessManagerStorage", + "documentation": { + "id": 4489, + "nodeType": "StructuredDocumentation", + "src": "5936:71:12", + "text": "@custom:storage-location erc7201:openzeppelin.storage.AccessManager" + }, + "id": 4507, + "members": [ + { + "constant": false, + "id": 4494, + "mutability": "mutable", + "name": "_targets", + "nameLocation": "6095:8:12", + "nodeType": "VariableDeclaration", + "scope": 4507, + "src": "6050: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": 4493, + "keyName": "target", + "keyNameLocation": "6066:6:12", + "keyType": { + "id": 4490, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6058:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "6050:44:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig)" + }, + "valueName": "mode", + "valueNameLocation": "6089:4:12", + "valueType": { + "id": 4492, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4491, + "name": "TargetConfig", + "nameLocations": [ + "6076:12:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4448, + "src": "6076:12:12" + }, + "referencedDeclaration": 4448, + "src": "6076:12:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_TargetConfig_$4448_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.TargetConfig" + } + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4499, + "mutability": "mutable", + "name": "_roles", + "nameLocation": "6144:6:12", + "nodeType": "VariableDeclaration", + "scope": 4507, + "src": "6113: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": 4498, + "keyName": "roleId", + "keyNameLocation": "6128:6:12", + "keyType": { + "id": 4495, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "6121:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "Mapping", + "src": "6113: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": 4497, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4496, + "name": "Role", + "nameLocations": [ + "6138:4:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4467, + "src": "6138:4:12" + }, + "referencedDeclaration": 4467, + "src": "6138:4:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Role_$4467_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.Role" + } + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4504, + "mutability": "mutable", + "name": "_schedules", + "nameLocation": "6201:10:12", + "nodeType": "VariableDeclaration", + "scope": 4507, + "src": "6160: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": 4503, + "keyName": "operationId", + "keyNameLocation": "6176:11:12", + "keyType": { + "id": 4500, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6168:7:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Mapping", + "src": "6160: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": 4502, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4501, + "name": "Schedule", + "nameLocations": [ + "6191:8:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4472, + "src": "6191:8:12" + }, + "referencedDeclaration": 4472, + "src": "6191:8:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Schedule_$4472_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.Schedule" + } + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4506, + "mutability": "mutable", + "name": "_executionId", + "nameLocation": "6389:12:12", + "nodeType": "VariableDeclaration", + "scope": 4507, + "src": "6381:20:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 4505, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6381:7:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "name": "AccessManagerStorage", + "nameLocation": "6019:20:12", + "nodeType": "StructDefinition", + "scope": 6528, + "src": "6012:396:12", + "visibility": "public" + }, + { + "constant": true, + "id": 4510, + "mutability": "constant", + "name": "AccessManagerStorageLocation", + "nameLocation": "6556:28:12", + "nodeType": "VariableDeclaration", + "scope": 6528, + "src": "6531:122:12", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 4508, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6531:7:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "value": { + "hexValue": "307834306336633863323837383938353363376566643832336162323038323462626437313731386138613539313565383535663666323838633961323661643030", + "id": 4509, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6587:66:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_29299243621927912501975100674646232566047861093815282902029844633489617890560_by_1", + "typeString": "int_const 2929...(69 digits omitted)...0560" + }, + "value": "0x40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00" + }, + "visibility": "private" + }, + { + "body": { + "id": 4517, + "nodeType": "Block", + "src": "6750:87:12", + "statements": [ + { + "AST": { + "nativeSrc": "6769:62:12", + "nodeType": "YulBlock", + "src": "6769:62:12", + "statements": [ + { + "nativeSrc": "6783:38:12", + "nodeType": "YulAssignment", + "src": "6783:38:12", + "value": { + "name": "AccessManagerStorageLocation", + "nativeSrc": "6793:28:12", + "nodeType": "YulIdentifier", + "src": "6793:28:12" + }, + "variableNames": [ + { + "name": "$.slot", + "nativeSrc": "6783:6:12", + "nodeType": "YulIdentifier", + "src": "6783:6:12" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 4514, + "isOffset": false, + "isSlot": true, + "src": "6783:6:12", + "suffix": "slot", + "valueSize": 1 + }, + { + "declaration": 4510, + "isOffset": false, + "isSlot": false, + "src": "6793:28:12", + "valueSize": 1 + } + ], + "id": 4516, + "nodeType": "InlineAssembly", + "src": "6760:71:12" + } + ] + }, + "id": 4518, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_getAccessManagerStorage", + "nameLocation": "6669:24:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4511, + "nodeType": "ParameterList", + "parameters": [], + "src": "6693:2:12" + }, + "returnParameters": { + "id": 4515, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4514, + "mutability": "mutable", + "name": "$", + "nameLocation": "6747:1:12", + "nodeType": "VariableDeclaration", + "scope": 4518, + "src": "6718:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 4513, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4512, + "name": "AccessManagerStorage", + "nameLocations": [ + "6718:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "6718:20:12" + }, + "referencedDeclaration": 4507, + "src": "6718:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "src": "6717:32:12" + }, + "scope": 6528, + "src": "6660:177:12", + "stateMutability": "pure", + "virtual": false, + "visibility": "private" + }, + { + "body": { + "id": 4525, + "nodeType": "Block", + "src": "7051:46:12", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 4521, + "name": "_checkAuthorized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6148, + "src": "7061:16:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 4522, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7061:18:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 4523, + "nodeType": "ExpressionStatement", + "src": "7061:18:12" + }, + { + "id": 4524, + "nodeType": "PlaceholderStatement", + "src": "7089:1:12" + } + ] + }, + "documentation": { + "id": 4519, + "nodeType": "StructuredDocumentation", + "src": "6843:177:12", + "text": " @dev Check that the caller is authorized to perform the operation.\n See {AccessManager} description for a detailed breakdown of the authorization logic." + }, + "id": 4526, + "name": "onlyAuthorized", + "nameLocation": "7034:14:12", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 4520, + "nodeType": "ParameterList", + "parameters": [], + "src": "7048:2:12" + }, + "src": "7025:72:12", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 4537, + "nodeType": "Block", + "src": "7172:51:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 4534, + "name": "initialAdmin", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4528, + "src": "7203:12:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 4533, + "name": "__AccessManager_init", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4550, + "src": "7182:20:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 4535, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7182:34:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 4536, + "nodeType": "ExpressionStatement", + "src": "7182:34:12" + } + ] + }, + "functionSelector": "c4d66de8", + "id": 4538, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 4531, + "kind": "modifierInvocation", + "modifierName": { + "id": 4530, + "name": "initializer", + "nameLocations": [ + "7160:11:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6636, + "src": "7160:11:12" + }, + "nodeType": "ModifierInvocation", + "src": "7160:11:12" + } + ], + "name": "initialize", + "nameLocation": "7112:10:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4529, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4528, + "mutability": "mutable", + "name": "initialAdmin", + "nameLocation": "7131:12:12", + "nodeType": "VariableDeclaration", + "scope": 4538, + "src": "7123:20:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4527, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7123:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "7122:22:12" + }, + "returnParameters": { + "id": 4532, + "nodeType": "ParameterList", + "parameters": [], + "src": "7172:0:12" + }, + "scope": 6528, + "src": "7103:120:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 4549, + "nodeType": "Block", + "src": "7306:61:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 4546, + "name": "initialAdmin", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4540, + "src": "7347:12:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 4545, + "name": "__AccessManager_init_unchained", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4580, + "src": "7316:30:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 4547, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7316:44:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 4548, + "nodeType": "ExpressionStatement", + "src": "7316:44:12" + } + ] + }, + "id": 4550, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 4543, + "kind": "modifierInvocation", + "modifierName": { + "id": 4542, + "name": "onlyInitializing", + "nameLocations": [ + "7289:16:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6691, + "src": "7289:16:12" + }, + "nodeType": "ModifierInvocation", + "src": "7289:16:12" + } + ], + "name": "__AccessManager_init", + "nameLocation": "7237:20:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4541, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4540, + "mutability": "mutable", + "name": "initialAdmin", + "nameLocation": "7266:12:12", + "nodeType": "VariableDeclaration", + "scope": 4550, + "src": "7258:20:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4539, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7258:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "7257:22:12" + }, + "returnParameters": { + "id": 4544, + "nodeType": "ParameterList", + "parameters": [], + "src": "7306:0:12" + }, + "scope": 6528, + "src": "7228:139:12", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 4579, + "nodeType": "Block", + "src": "7461:249:12", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 4562, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 4557, + "name": "initialAdmin", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4552, + "src": "7475:12:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 4560, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7499: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": 4559, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "7491:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 4558, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7491:7:12", + "typeDescriptions": {} + } + }, + "id": 4561, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7491:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "7475:26:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 4571, + "nodeType": "IfStatement", + "src": "7471:108:12", + "trueBody": { + "id": 4570, + "nodeType": "Block", + "src": "7503:76:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "arguments": [ + { + "hexValue": "30", + "id": 4566, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7565: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": 4565, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "7557:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 4564, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7557:7:12", + "typeDescriptions": {} + } + }, + "id": 4567, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7557:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 4563, + "name": "AccessManagerInvalidInitialAdmin", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7400, + "src": "7524:32:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", + "typeString": "function (address) pure returns (error)" + } + }, + "id": 4568, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7524:44:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 4569, + "nodeType": "RevertStatement", + "src": "7517:51:12" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 4573, + "name": "ADMIN_ROLE", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4480, + "src": "7672:10:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 4574, + "name": "initialAdmin", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4552, + "src": "7684:12:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "hexValue": "30", + "id": 4575, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7698:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + { + "hexValue": "30", + "id": 4576, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7701: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": 4572, + "name": "_grantRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5145, + "src": "7661: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": 4577, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7661:42:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 4578, + "nodeType": "ExpressionStatement", + "src": "7661:42:12" + } + ] + }, + "id": 4580, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 4555, + "kind": "modifierInvocation", + "modifierName": { + "id": 4554, + "name": "onlyInitializing", + "nameLocations": [ + "7444:16:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6691, + "src": "7444:16:12" + }, + "nodeType": "ModifierInvocation", + "src": "7444:16:12" + } + ], + "name": "__AccessManager_init_unchained", + "nameLocation": "7382:30:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4553, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4552, + "mutability": "mutable", + "name": "initialAdmin", + "nameLocation": "7421:12:12", + "nodeType": "VariableDeclaration", + "scope": 4580, + "src": "7413:20:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4551, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7413:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "7412:22:12" + }, + "returnParameters": { + "id": 4556, + "nodeType": "ParameterList", + "parameters": [], + "src": "7461:0:12" + }, + "scope": 6528, + "src": "7373:337:12", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "baseFunctions": [ + 7414 + ], + "body": { + "id": 4646, + "nodeType": "Block", + "src": "8026:647:12", + "statements": [ + { + "condition": { + "arguments": [ + { + "id": 4595, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4585, + "src": "8055:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 4594, + "name": "isTargetClosed", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4686, + "src": "8040:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_bool_$", + "typeString": "function (address) view returns (bool)" + } + }, + "id": 4596, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8040:22:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "condition": { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 4607, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 4602, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4583, + "src": "8116:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "arguments": [ + { + "id": 4605, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "8134:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + ], + "id": 4604, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "8126:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 4603, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "8126:7:12", + "typeDescriptions": {} + } + }, + "id": 4606, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8126:13:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "8116:23:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 4643, + "nodeType": "Block", + "src": "8433:234:12", + "statements": [ + { + "assignments": [ + 4617 + ], + "declarations": [ + { + "constant": false, + "id": 4617, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "8454:6:12", + "nodeType": "VariableDeclaration", + "scope": 4643, + "src": "8447:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4616, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "8447:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "id": 4622, + "initialValue": { + "arguments": [ + { + "id": 4619, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4585, + "src": "8485:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 4620, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4587, + "src": "8493:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + ], + "id": 4618, + "name": "getTargetFunctionRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4711, + "src": "8463:21:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_uint64_$", + "typeString": "function (address,bytes4) view returns (uint64)" + } + }, + "id": 4621, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8463:39:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "8447:55:12" + }, + { + "assignments": [ + 4624, + 4626 + ], + "declarations": [ + { + "constant": false, + "id": 4624, + "mutability": "mutable", + "name": "isMember", + "nameLocation": "8522:8:12", + "nodeType": "VariableDeclaration", + "scope": 4643, + "src": "8517:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 4623, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "8517:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4626, + "mutability": "mutable", + "name": "currentDelay", + "nameLocation": "8539:12:12", + "nodeType": "VariableDeclaration", + "scope": 4643, + "src": "8532:19:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 4625, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "8532:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "id": 4631, + "initialValue": { + "arguments": [ + { + "id": 4628, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4617, + "src": "8563:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 4629, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4583, + "src": "8571:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 4627, + "name": "hasRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4898, + "src": "8555: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": 4630, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8555:23:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "8516:62:12" + }, + { + "expression": { + "condition": { + "id": 4632, + "name": "isMember", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4624, + "src": "8599:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseExpression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 4638, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8647:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "30", + "id": 4639, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8654:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 4640, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "8646:10:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "id": 4641, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "Conditional", + "src": "8599:57:12", + "trueExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "id": 4635, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 4633, + "name": "currentDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4626, + "src": "8611:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 4634, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8627:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "8611:17:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 4636, + "name": "currentDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4626, + "src": "8630:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + } + ], + "id": 4637, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "8610: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": 4593, + "id": 4642, + "nodeType": "Return", + "src": "8592:64:12" + } + ] + }, + "id": 4644, + "nodeType": "IfStatement", + "src": "8112:555:12", + "trueBody": { + "id": 4615, + "nodeType": "Block", + "src": "8141:286:12", + "statements": [ + { + "expression": { + "components": [ + { + "arguments": [ + { + "id": 4609, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4585, + "src": "8395:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 4610, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4587, + "src": "8403:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + ], + "id": 4608, + "name": "_isExecuting", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6473, + "src": "8382:12:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_bool_$", + "typeString": "function (address,bytes4) view returns (bool)" + } + }, + "id": 4611, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8382:30:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "30", + "id": 4612, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8414:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 4613, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "8381:35:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "functionReturnParameters": 4593, + "id": 4614, + "nodeType": "Return", + "src": "8374:42:12" + } + ] + } + }, + "id": 4645, + "nodeType": "IfStatement", + "src": "8036:631:12", + "trueBody": { + "id": 4601, + "nodeType": "Block", + "src": "8064:42:12", + "statements": [ + { + "expression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 4597, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8086:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "30", + "id": 4598, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8093:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 4599, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "8085:10:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "functionReturnParameters": 4593, + "id": 4600, + "nodeType": "Return", + "src": "8078:17:12" + } + ] + } + } + ] + }, + "documentation": { + "id": 4581, + "nodeType": "StructuredDocumentation", + "src": "7836:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "b7009613", + "id": 4647, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "canCall", + "nameLocation": "7880:7:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4588, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4583, + "mutability": "mutable", + "name": "caller", + "nameLocation": "7905:6:12", + "nodeType": "VariableDeclaration", + "scope": 4647, + "src": "7897:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4582, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7897:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4585, + "mutability": "mutable", + "name": "target", + "nameLocation": "7929:6:12", + "nodeType": "VariableDeclaration", + "scope": 4647, + "src": "7921:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4584, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7921:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4587, + "mutability": "mutable", + "name": "selector", + "nameLocation": "7952:8:12", + "nodeType": "VariableDeclaration", + "scope": 4647, + "src": "7945:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 4586, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "7945:6:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "7887:79:12" + }, + "returnParameters": { + "id": 4593, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4590, + "mutability": "mutable", + "name": "immediate", + "nameLocation": "8001:9:12", + "nodeType": "VariableDeclaration", + "scope": 4647, + "src": "7996:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 4589, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "7996:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4592, + "mutability": "mutable", + "name": "delay", + "nameLocation": "8019:5:12", + "nodeType": "VariableDeclaration", + "scope": 4647, + "src": "8012:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 4591, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "8012:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "7995:30:12" + }, + "scope": 6528, + "src": "7871:802:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7420 + ], + "body": { + "id": 4655, + "nodeType": "Block", + "src": "8773:31:12", + "statements": [ + { + "expression": { + "hexValue": "31", + "id": 4653, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8790:7:12", + "subdenomination": "weeks", + "typeDescriptions": { + "typeIdentifier": "t_rational_604800_by_1", + "typeString": "int_const 604800" + }, + "value": "1" + }, + "functionReturnParameters": 4652, + "id": 4654, + "nodeType": "Return", + "src": "8783:14:12" + } + ] + }, + "documentation": { + "id": 4648, + "nodeType": "StructuredDocumentation", + "src": "8679:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "4665096d", + "id": 4656, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "expiration", + "nameLocation": "8723:10:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4649, + "nodeType": "ParameterList", + "parameters": [], + "src": "8733:2:12" + }, + "returnParameters": { + "id": 4652, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4651, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 4656, + "src": "8765:6:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 4650, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "8765:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "8764:8:12" + }, + "scope": 6528, + "src": "8714:90:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7426 + ], + "body": { + "id": 4664, + "nodeType": "Block", + "src": "8904:30:12", + "statements": [ + { + "expression": { + "hexValue": "35", + "id": 4662, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8921:6:12", + "subdenomination": "days", + "typeDescriptions": { + "typeIdentifier": "t_rational_432000_by_1", + "typeString": "int_const 432000" + }, + "value": "5" + }, + "functionReturnParameters": 4661, + "id": 4663, + "nodeType": "Return", + "src": "8914:13:12" + } + ] + }, + "documentation": { + "id": 4657, + "nodeType": "StructuredDocumentation", + "src": "8810:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "cc1b6c81", + "id": 4665, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "minSetback", + "nameLocation": "8854:10:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4658, + "nodeType": "ParameterList", + "parameters": [], + "src": "8864:2:12" + }, + "returnParameters": { + "id": 4661, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4660, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 4665, + "src": "8896:6:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 4659, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "8896:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "8895:8:12" + }, + "scope": 6528, + "src": "8845:89:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7434 + ], + "body": { + "id": 4685, + "nodeType": "Block", + "src": "9050:118:12", + "statements": [ + { + "assignments": [ + 4675 + ], + "declarations": [ + { + "constant": false, + "id": 4675, + "mutability": "mutable", + "name": "$", + "nameLocation": "9089:1:12", + "nodeType": "VariableDeclaration", + "scope": 4685, + "src": "9060:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 4674, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4673, + "name": "AccessManagerStorage", + "nameLocations": [ + "9060:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "9060:20:12" + }, + "referencedDeclaration": 4507, + "src": "9060:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 4678, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 4676, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "9093:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 4677, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9093:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "9060:59:12" + }, + { + "expression": { + "expression": { + "baseExpression": { + "expression": { + "id": 4679, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4675, + "src": "9136:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 4680, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "9138:8:12", + "memberName": "_targets", + "nodeType": "MemberAccess", + "referencedDeclaration": 4494, + "src": "9136:10:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" + } + }, + "id": 4682, + "indexExpression": { + "id": 4681, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4668, + "src": "9147:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "9136:18:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_TargetConfig_$4448_storage", + "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" + } + }, + "id": 4683, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "9155:6:12", + "memberName": "closed", + "nodeType": "MemberAccess", + "referencedDeclaration": 4447, + "src": "9136:25:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 4672, + "id": 4684, + "nodeType": "Return", + "src": "9129:32:12" + } + ] + }, + "documentation": { + "id": 4666, + "nodeType": "StructuredDocumentation", + "src": "8940:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "a166aa89", + "id": 4686, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "isTargetClosed", + "nameLocation": "8984:14:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4669, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4668, + "mutability": "mutable", + "name": "target", + "nameLocation": "9007:6:12", + "nodeType": "VariableDeclaration", + "scope": 4686, + "src": "8999:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4667, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "8999:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "8998:16:12" + }, + "returnParameters": { + "id": 4672, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4671, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 4686, + "src": "9044:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 4670, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "9044:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "9043:6:12" + }, + "scope": 6528, + "src": "8975:193:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7444 + ], + "body": { + "id": 4710, + "nodeType": "Block", + "src": "9310:134:12", + "statements": [ + { + "assignments": [ + 4698 + ], + "declarations": [ + { + "constant": false, + "id": 4698, + "mutability": "mutable", + "name": "$", + "nameLocation": "9349:1:12", + "nodeType": "VariableDeclaration", + "scope": 4710, + "src": "9320:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 4697, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4696, + "name": "AccessManagerStorage", + "nameLocations": [ + "9320:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "9320:20:12" + }, + "referencedDeclaration": 4507, + "src": "9320:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 4701, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 4699, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "9353:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 4700, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9353:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "9320:59:12" + }, + { + "expression": { + "baseExpression": { + "expression": { + "baseExpression": { + "expression": { + "id": 4702, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4698, + "src": "9396:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 4703, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "9398:8:12", + "memberName": "_targets", + "nodeType": "MemberAccess", + "referencedDeclaration": 4494, + "src": "9396:10:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" + } + }, + "id": 4705, + "indexExpression": { + "id": 4704, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4689, + "src": "9407:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "9396:18:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_TargetConfig_$4448_storage", + "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" + } + }, + "id": 4706, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "9415:12:12", + "memberName": "allowedRoles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4442, + "src": "9396:31:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes4_$_t_uint64_$", + "typeString": "mapping(bytes4 => uint64)" + } + }, + "id": 4708, + "indexExpression": { + "id": 4707, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4691, + "src": "9428:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "9396:41:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "functionReturnParameters": 4695, + "id": 4709, + "nodeType": "Return", + "src": "9389:48:12" + } + ] + }, + "documentation": { + "id": 4687, + "nodeType": "StructuredDocumentation", + "src": "9174:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "6d5115bd", + "id": 4711, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getTargetFunctionRole", + "nameLocation": "9218:21:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4692, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4689, + "mutability": "mutable", + "name": "target", + "nameLocation": "9248:6:12", + "nodeType": "VariableDeclaration", + "scope": 4711, + "src": "9240:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4688, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "9240:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4691, + "mutability": "mutable", + "name": "selector", + "nameLocation": "9263:8:12", + "nodeType": "VariableDeclaration", + "scope": 4711, + "src": "9256:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 4690, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "9256:6:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "9239:33:12" + }, + "returnParameters": { + "id": 4695, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4694, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 4711, + "src": "9302:6:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4693, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "9302:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "9301:8:12" + }, + "scope": 6528, + "src": "9209:235:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7452 + ], + "body": { + "id": 4733, + "nodeType": "Block", + "src": "9567:128:12", + "statements": [ + { + "assignments": [ + 4721 + ], + "declarations": [ + { + "constant": false, + "id": 4721, + "mutability": "mutable", + "name": "$", + "nameLocation": "9606:1:12", + "nodeType": "VariableDeclaration", + "scope": 4733, + "src": "9577:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 4720, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4719, + "name": "AccessManagerStorage", + "nameLocations": [ + "9577:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "9577:20:12" + }, + "referencedDeclaration": 4507, + "src": "9577:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 4724, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 4722, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "9610:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 4723, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9610:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "9577:59:12" + }, + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "expression": { + "baseExpression": { + "expression": { + "id": 4725, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4721, + "src": "9653:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 4726, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "9655:8:12", + "memberName": "_targets", + "nodeType": "MemberAccess", + "referencedDeclaration": 4494, + "src": "9653:10:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" + } + }, + "id": 4728, + "indexExpression": { + "id": 4727, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4714, + "src": "9664:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "9653:18:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_TargetConfig_$4448_storage", + "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" + } + }, + "id": 4729, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "9672:10:12", + "memberName": "adminDelay", + "nodeType": "MemberAccess", + "referencedDeclaration": 4445, + "src": "9653:29:12", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "id": 4730, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "9683:3:12", + "memberName": "get", + "nodeType": "MemberAccess", + "referencedDeclaration": 13218, + "src": "9653:33:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$13127_$returns$_t_uint32_$attached_to$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "function (Time.Delay) view returns (uint32)" + } + }, + "id": 4731, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9653:35:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "functionReturnParameters": 4718, + "id": 4732, + "nodeType": "Return", + "src": "9646:42:12" + } + ] + }, + "documentation": { + "id": 4712, + "nodeType": "StructuredDocumentation", + "src": "9450:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "4c1da1e2", + "id": 4734, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getTargetAdminDelay", + "nameLocation": "9494:19:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4715, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4714, + "mutability": "mutable", + "name": "target", + "nameLocation": "9522:6:12", + "nodeType": "VariableDeclaration", + "scope": 4734, + "src": "9514:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4713, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "9514:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "9513:16:12" + }, + "returnParameters": { + "id": 4718, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4717, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 4734, + "src": "9559:6:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 4716, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "9559:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "9558:8:12" + }, + "scope": 6528, + "src": "9485:210:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7460 + ], + "body": { + "id": 4754, + "nodeType": "Block", + "src": "9810:115:12", + "statements": [ + { + "assignments": [ + 4744 + ], + "declarations": [ + { + "constant": false, + "id": 4744, + "mutability": "mutable", + "name": "$", + "nameLocation": "9849:1:12", + "nodeType": "VariableDeclaration", + "scope": 4754, + "src": "9820:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 4743, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4742, + "name": "AccessManagerStorage", + "nameLocations": [ + "9820:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "9820:20:12" + }, + "referencedDeclaration": 4507, + "src": "9820:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 4747, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 4745, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "9853:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 4746, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9853:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "9820:59:12" + }, + { + "expression": { + "expression": { + "baseExpression": { + "expression": { + "id": 4748, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4744, + "src": "9896:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 4749, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "9898:6:12", + "memberName": "_roles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4499, + "src": "9896:8:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", + "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" + } + }, + "id": 4751, + "indexExpression": { + "id": 4750, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4737, + "src": "9905:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "9896:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Role_$4467_storage", + "typeString": "struct AccessManagerUpgradeable.Role storage ref" + } + }, + "id": 4752, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "9913:5:12", + "memberName": "admin", + "nodeType": "MemberAccess", + "referencedDeclaration": 4461, + "src": "9896:22:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "functionReturnParameters": 4741, + "id": 4753, + "nodeType": "Return", + "src": "9889:29:12" + } + ] + }, + "documentation": { + "id": 4735, + "nodeType": "StructuredDocumentation", + "src": "9701:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "530dd456", + "id": 4755, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getRoleAdmin", + "nameLocation": "9745:12:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4738, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4737, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "9765:6:12", + "nodeType": "VariableDeclaration", + "scope": 4755, + "src": "9758:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4736, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "9758:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "9757:15:12" + }, + "returnParameters": { + "id": 4741, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4740, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 4755, + "src": "9802:6:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4739, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "9802:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "9801:8:12" + }, + "scope": 6528, + "src": "9736:189:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7468 + ], + "body": { + "id": 4775, + "nodeType": "Block", + "src": "10043:118:12", + "statements": [ + { + "assignments": [ + 4765 + ], + "declarations": [ + { + "constant": false, + "id": 4765, + "mutability": "mutable", + "name": "$", + "nameLocation": "10082:1:12", + "nodeType": "VariableDeclaration", + "scope": 4775, + "src": "10053:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 4764, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4763, + "name": "AccessManagerStorage", + "nameLocations": [ + "10053:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "10053:20:12" + }, + "referencedDeclaration": 4507, + "src": "10053:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 4768, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 4766, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "10086:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 4767, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10086:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "10053:59:12" + }, + { + "expression": { + "expression": { + "baseExpression": { + "expression": { + "id": 4769, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4765, + "src": "10129:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 4770, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "10131:6:12", + "memberName": "_roles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4499, + "src": "10129:8:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", + "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" + } + }, + "id": 4772, + "indexExpression": { + "id": 4771, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4758, + "src": "10138:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "10129:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Role_$4467_storage", + "typeString": "struct AccessManagerUpgradeable.Role storage ref" + } + }, + "id": 4773, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "10146:8:12", + "memberName": "guardian", + "nodeType": "MemberAccess", + "referencedDeclaration": 4463, + "src": "10129:25:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "functionReturnParameters": 4762, + "id": 4774, + "nodeType": "Return", + "src": "10122:32:12" + } + ] + }, + "documentation": { + "id": 4756, + "nodeType": "StructuredDocumentation", + "src": "9931:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "0b0a93ba", + "id": 4776, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getRoleGuardian", + "nameLocation": "9975:15:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4759, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4758, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "9998:6:12", + "nodeType": "VariableDeclaration", + "scope": 4776, + "src": "9991:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4757, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "9991:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "9990:15:12" + }, + "returnParameters": { + "id": 4762, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4761, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 4776, + "src": "10035:6:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4760, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "10035:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "10034:8:12" + }, + "scope": 6528, + "src": "9966:195:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7476 + ], + "body": { + "id": 4798, + "nodeType": "Block", + "src": "10281:126:12", + "statements": [ + { + "assignments": [ + 4786 + ], + "declarations": [ + { + "constant": false, + "id": 4786, + "mutability": "mutable", + "name": "$", + "nameLocation": "10320:1:12", + "nodeType": "VariableDeclaration", + "scope": 4798, + "src": "10291:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 4785, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4784, + "name": "AccessManagerStorage", + "nameLocations": [ + "10291:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "10291:20:12" + }, + "referencedDeclaration": 4507, + "src": "10291:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 4789, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 4787, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "10324:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 4788, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10324:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "10291:59:12" + }, + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "expression": { + "baseExpression": { + "expression": { + "id": 4790, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4786, + "src": "10367:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 4791, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "10369:6:12", + "memberName": "_roles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4499, + "src": "10367:8:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", + "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" + } + }, + "id": 4793, + "indexExpression": { + "id": 4792, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4779, + "src": "10376:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "10367:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Role_$4467_storage", + "typeString": "struct AccessManagerUpgradeable.Role storage ref" + } + }, + "id": 4794, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "10384:10:12", + "memberName": "grantDelay", + "nodeType": "MemberAccess", + "referencedDeclaration": 4466, + "src": "10367:27:12", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "id": 4795, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "10395:3:12", + "memberName": "get", + "nodeType": "MemberAccess", + "referencedDeclaration": 13218, + "src": "10367:31:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$13127_$returns$_t_uint32_$attached_to$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "function (Time.Delay) view returns (uint32)" + } + }, + "id": 4796, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10367:33:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "functionReturnParameters": 4783, + "id": 4797, + "nodeType": "Return", + "src": "10360:40:12" + } + ] + }, + "documentation": { + "id": 4777, + "nodeType": "StructuredDocumentation", + "src": "10167:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "12be8727", + "id": 4799, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getRoleGrantDelay", + "nameLocation": "10211:17:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4780, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4779, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "10236:6:12", + "nodeType": "VariableDeclaration", + "scope": 4799, + "src": "10229:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4778, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "10229:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "10228:15:12" + }, + "returnParameters": { + "id": 4783, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4782, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 4799, + "src": "10273:6:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 4781, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "10273:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "10272:8:12" + }, + "scope": 6528, + "src": "10202:205:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7492 + ], + "body": { + "id": 4853, + "nodeType": "Block", + "src": "10621:306:12", + "statements": [ + { + "assignments": [ + 4817 + ], + "declarations": [ + { + "constant": false, + "id": 4817, + "mutability": "mutable", + "name": "$", + "nameLocation": "10660:1:12", + "nodeType": "VariableDeclaration", + "scope": 4853, + "src": "10631:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 4816, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4815, + "name": "AccessManagerStorage", + "nameLocations": [ + "10631:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "10631:20:12" + }, + "referencedDeclaration": 4507, + "src": "10631:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 4820, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 4818, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "10664:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 4819, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10664:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "10631:59:12" + }, + { + "assignments": [ + 4823 + ], + "declarations": [ + { + "constant": false, + "id": 4823, + "mutability": "mutable", + "name": "access", + "nameLocation": "10715:6:12", + "nodeType": "VariableDeclaration", + "scope": 4853, + "src": "10700:21:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Access_$4454_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.Access" + }, + "typeName": { + "id": 4822, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 4821, + "name": "Access", + "nameLocations": [ + "10700:6:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4454, + "src": "10700:6:12" + }, + "referencedDeclaration": 4454, + "src": "10700:6:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Access_$4454_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.Access" + } + }, + "visibility": "internal" + } + ], + "id": 4831, + "initialValue": { + "baseExpression": { + "expression": { + "baseExpression": { + "expression": { + "id": 4824, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4817, + "src": "10724:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 4825, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "10726:6:12", + "memberName": "_roles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4499, + "src": "10724:8:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", + "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" + } + }, + "id": 4827, + "indexExpression": { + "id": 4826, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4802, + "src": "10733:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "10724:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Role_$4467_storage", + "typeString": "struct AccessManagerUpgradeable.Role storage ref" + } + }, + "id": 4828, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "10741:7:12", + "memberName": "members", + "nodeType": "MemberAccess", + "referencedDeclaration": 4459, + "src": "10724:24:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" + } + }, + "id": 4830, + "indexExpression": { + "id": 4829, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4804, + "src": "10749:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "10724:33:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Access_$4454_storage", + "typeString": "struct AccessManagerUpgradeable.Access storage ref" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "10700:57:12" + }, + { + "expression": { + "id": 4835, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 4832, + "name": "since", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4807, + "src": "10768:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "expression": { + "id": 4833, + "name": "access", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4823, + "src": "10776:6:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Access_$4454_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.Access storage pointer" + } + }, + "id": 4834, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "10783:5:12", + "memberName": "since", + "nodeType": "MemberAccess", + "referencedDeclaration": 4450, + "src": "10776:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "src": "10768:20:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "id": 4836, + "nodeType": "ExpressionStatement", + "src": "10768:20:12" + }, + { + "expression": { + "id": 4845, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "components": [ + { + "id": 4837, + "name": "currentDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4809, + "src": "10799:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 4838, + "name": "pendingDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4811, + "src": "10813:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 4839, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4813, + "src": "10827:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "id": 4840, + "isConstant": false, + "isInlineArray": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "TupleExpression", + "src": "10798: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": 4841, + "name": "access", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4823, + "src": "10837:6:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Access_$4454_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.Access storage pointer" + } + }, + "id": 4842, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "10844:5:12", + "memberName": "delay", + "nodeType": "MemberAccess", + "referencedDeclaration": 4453, + "src": "10837:12:12", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "id": 4843, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "10850:7:12", + "memberName": "getFull", + "nodeType": "MemberAccess", + "referencedDeclaration": 13200, + "src": "10837:20:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$13127_$returns$_t_uint32_$_t_uint32_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "function (Time.Delay) view returns (uint32,uint32,uint48)" + } + }, + "id": 4844, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10837:22:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", + "typeString": "tuple(uint32,uint32,uint48)" + } + }, + "src": "10798:61:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 4846, + "nodeType": "ExpressionStatement", + "src": "10798:61:12" + }, + { + "expression": { + "components": [ + { + "id": 4847, + "name": "since", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4807, + "src": "10878:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + { + "id": 4848, + "name": "currentDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4809, + "src": "10885:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 4849, + "name": "pendingDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4811, + "src": "10899:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 4850, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4813, + "src": "10913:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "id": 4851, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "10877:43:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_uint48_$_t_uint32_$_t_uint32_$_t_uint48_$", + "typeString": "tuple(uint48,uint32,uint32,uint48)" + } + }, + "functionReturnParameters": 4814, + "id": 4852, + "nodeType": "Return", + "src": "10870:50:12" + } + ] + }, + "documentation": { + "id": 4800, + "nodeType": "StructuredDocumentation", + "src": "10413:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "3078f114", + "id": 4854, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getAccess", + "nameLocation": "10457:9:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4805, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4802, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "10483:6:12", + "nodeType": "VariableDeclaration", + "scope": 4854, + "src": "10476:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4801, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "10476:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4804, + "mutability": "mutable", + "name": "account", + "nameLocation": "10507:7:12", + "nodeType": "VariableDeclaration", + "scope": 4854, + "src": "10499:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4803, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "10499:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "10466:54:12" + }, + "returnParameters": { + "id": 4814, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4807, + "mutability": "mutable", + "name": "since", + "nameLocation": "10557:5:12", + "nodeType": "VariableDeclaration", + "scope": 4854, + "src": "10550:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 4806, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "10550:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4809, + "mutability": "mutable", + "name": "currentDelay", + "nameLocation": "10571:12:12", + "nodeType": "VariableDeclaration", + "scope": 4854, + "src": "10564:19:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 4808, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "10564:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4811, + "mutability": "mutable", + "name": "pendingDelay", + "nameLocation": "10592:12:12", + "nodeType": "VariableDeclaration", + "scope": 4854, + "src": "10585:19:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 4810, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "10585:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4813, + "mutability": "mutable", + "name": "effect", + "nameLocation": "10613:6:12", + "nodeType": "VariableDeclaration", + "scope": 4854, + "src": "10606:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 4812, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "10606:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "10549:71:12" + }, + "scope": 6528, + "src": "10448:479:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7504 + ], + "body": { + "id": 4897, + "nodeType": "Block", + "src": "11106:280:12", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 4868, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 4866, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4857, + "src": "11120:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 4867, + "name": "PUBLIC_ROLE", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4488, + "src": "11130:11:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "11120:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 4895, + "nodeType": "Block", + "src": "11190:190:12", + "statements": [ + { + "assignments": [ + 4875, + 4877, + null, + null + ], + "declarations": [ + { + "constant": false, + "id": 4875, + "mutability": "mutable", + "name": "hasRoleSince", + "nameLocation": "11212:12:12", + "nodeType": "VariableDeclaration", + "scope": 4895, + "src": "11205:19:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 4874, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "11205:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4877, + "mutability": "mutable", + "name": "currentDelay", + "nameLocation": "11233:12:12", + "nodeType": "VariableDeclaration", + "scope": 4895, + "src": "11226:19:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 4876, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "11226:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + null, + null + ], + "id": 4882, + "initialValue": { + "arguments": [ + { + "id": 4879, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4857, + "src": "11263:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 4880, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4859, + "src": "11271:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 4878, + "name": "getAccess", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4854, + "src": "11253: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": 4881, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11253: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": "11204:75:12" + }, + { + "expression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 4891, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 4885, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 4883, + "name": "hasRoleSince", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4875, + "src": "11301:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 4884, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "11317:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "11301:17:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 4890, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 4886, + "name": "hasRoleSince", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4875, + "src": "11322:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "<=", + "rightExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "id": 4887, + "name": "Time", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13364, + "src": "11338:4:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Time_$13364_$", + "typeString": "type(library Time)" + } + }, + "id": 4888, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "11343:9:12", + "memberName": "timestamp", + "nodeType": "MemberAccess", + "referencedDeclaration": 13112, + "src": "11338:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", + "typeString": "function () view returns (uint48)" + } + }, + "id": 4889, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11338:16:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "src": "11322:32:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "11301:53:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 4892, + "name": "currentDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4877, + "src": "11356:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + } + ], + "id": 4893, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "11300:69:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "functionReturnParameters": 4865, + "id": 4894, + "nodeType": "Return", + "src": "11293:76:12" + } + ] + }, + "id": 4896, + "nodeType": "IfStatement", + "src": "11116:264:12", + "trueBody": { + "id": 4873, + "nodeType": "Block", + "src": "11143:41:12", + "statements": [ + { + "expression": { + "components": [ + { + "hexValue": "74727565", + "id": 4869, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "11165:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + { + "hexValue": "30", + "id": 4870, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "11171:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 4871, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "11164:9:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "functionReturnParameters": 4865, + "id": 4872, + "nodeType": "Return", + "src": "11157:16:12" + } + ] + } + } + ] + }, + "documentation": { + "id": 4855, + "nodeType": "StructuredDocumentation", + "src": "10933:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "d1f856ee", + "id": 4898, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "hasRole", + "nameLocation": "10977:7:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4860, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4857, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "11001:6:12", + "nodeType": "VariableDeclaration", + "scope": 4898, + "src": "10994:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4856, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "10994:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4859, + "mutability": "mutable", + "name": "account", + "nameLocation": "11025:7:12", + "nodeType": "VariableDeclaration", + "scope": 4898, + "src": "11017:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4858, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "11017:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "10984:54:12" + }, + "returnParameters": { + "id": 4865, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4862, + "mutability": "mutable", + "name": "isMember", + "nameLocation": "11073:8:12", + "nodeType": "VariableDeclaration", + "scope": 4898, + "src": "11068:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 4861, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "11068:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4864, + "mutability": "mutable", + "name": "executionDelay", + "nameLocation": "11090:14:12", + "nodeType": "VariableDeclaration", + "scope": 4898, + "src": "11083:21:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 4863, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "11083:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "11067:38:12" + }, + "scope": 6528, + "src": "10968:418:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7512 + ], + "body": { + "id": 4926, + "nodeType": "Block", + "src": "11633:169:12", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 4914, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 4910, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 4908, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4901, + "src": "11647:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 4909, + "name": "ADMIN_ROLE", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4480, + "src": "11657:10:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "11647:20:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 4913, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 4911, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4901, + "src": "11671:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 4912, + "name": "PUBLIC_ROLE", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4488, + "src": "11681:11:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "11671:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "11647:45:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 4920, + "nodeType": "IfStatement", + "src": "11643:114:12", + "trueBody": { + "id": 4919, + "nodeType": "Block", + "src": "11694:63:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 4916, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4901, + "src": "11739:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 4915, + "name": "AccessManagerLockedRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7366, + "src": "11715:23:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", + "typeString": "function (uint64) pure returns (error)" + } + }, + "id": 4917, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11715:31:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 4918, + "nodeType": "RevertStatement", + "src": "11708:38:12" + } + ] + } + }, + { + "eventCall": { + "arguments": [ + { + "id": 4922, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4901, + "src": "11781:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 4923, + "name": "label", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4903, + "src": "11789: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": 4921, + "name": "RoleLabel", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7278, + "src": "11771:9:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (uint64,string memory)" + } + }, + "id": 4924, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11771:24:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 4925, + "nodeType": "EmitStatement", + "src": "11766:29:12" + } + ] + }, + "documentation": { + "id": 4899, + "nodeType": "StructuredDocumentation", + "src": "11511:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "853551b8", + "id": 4927, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 4906, + "kind": "modifierInvocation", + "modifierName": { + "id": 4905, + "name": "onlyAuthorized", + "nameLocations": [ + "11618:14:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4526, + "src": "11618:14:12" + }, + "nodeType": "ModifierInvocation", + "src": "11618:14:12" + } + ], + "name": "labelRole", + "nameLocation": "11555:9:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4904, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4901, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "11572:6:12", + "nodeType": "VariableDeclaration", + "scope": 4927, + "src": "11565:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4900, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "11565:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4903, + "mutability": "mutable", + "name": "label", + "nameLocation": "11596:5:12", + "nodeType": "VariableDeclaration", + "scope": 4927, + "src": "11580:21:12", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string" + }, + "typeName": { + "id": 4902, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "11580:6:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "11564:38:12" + }, + "returnParameters": { + "id": 4907, + "nodeType": "ParameterList", + "parameters": [], + "src": "11633:0:12" + }, + "scope": 6528, + "src": "11546:256:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7522 + ], + "body": { + "id": 4948, + "nodeType": "Block", + "src": "11947:87:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 4940, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4930, + "src": "11968:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 4941, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4932, + "src": "11976:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 4943, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4930, + "src": "12003:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 4942, + "name": "getRoleGrantDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4799, + "src": "11985:17:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_uint64_$returns$_t_uint32_$", + "typeString": "function (uint64) view returns (uint32)" + } + }, + "id": 4944, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11985:25:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 4945, + "name": "executionDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4934, + "src": "12012: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": 4939, + "name": "_grantRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5145, + "src": "11957: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": 4946, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11957:70:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 4947, + "nodeType": "ExpressionStatement", + "src": "11957:70:12" + } + ] + }, + "documentation": { + "id": 4928, + "nodeType": "StructuredDocumentation", + "src": "11808:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "25c471a0", + "id": 4949, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 4937, + "kind": "modifierInvocation", + "modifierName": { + "id": 4936, + "name": "onlyAuthorized", + "nameLocations": [ + "11932:14:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4526, + "src": "11932:14:12" + }, + "nodeType": "ModifierInvocation", + "src": "11932:14:12" + } + ], + "name": "grantRole", + "nameLocation": "11852:9:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4935, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4930, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "11869:6:12", + "nodeType": "VariableDeclaration", + "scope": 4949, + "src": "11862:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4929, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "11862:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4932, + "mutability": "mutable", + "name": "account", + "nameLocation": "11885:7:12", + "nodeType": "VariableDeclaration", + "scope": 4949, + "src": "11877:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4931, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "11877:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4934, + "mutability": "mutable", + "name": "executionDelay", + "nameLocation": "11901:14:12", + "nodeType": "VariableDeclaration", + "scope": 4949, + "src": "11894:21:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 4933, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "11894:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "11861:55:12" + }, + "returnParameters": { + "id": 4938, + "nodeType": "ParameterList", + "parameters": [], + "src": "11947:0:12" + }, + "scope": 6528, + "src": "11843:191:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7530 + ], + "body": { + "id": 4964, + "nodeType": "Block", + "src": "12157:45:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 4960, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4952, + "src": "12179:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 4961, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4954, + "src": "12187:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 4959, + "name": "_revokeRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5201, + "src": "12167:11:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_address_$returns$_t_bool_$", + "typeString": "function (uint64,address) returns (bool)" + } + }, + "id": 4962, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12167:28:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 4963, + "nodeType": "ExpressionStatement", + "src": "12167:28:12" + } + ] + }, + "documentation": { + "id": 4950, + "nodeType": "StructuredDocumentation", + "src": "12040:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "b7d2b162", + "id": 4965, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 4957, + "kind": "modifierInvocation", + "modifierName": { + "id": 4956, + "name": "onlyAuthorized", + "nameLocations": [ + "12142:14:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4526, + "src": "12142:14:12" + }, + "nodeType": "ModifierInvocation", + "src": "12142:14:12" + } + ], + "name": "revokeRole", + "nameLocation": "12084:10:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4955, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4952, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "12102:6:12", + "nodeType": "VariableDeclaration", + "scope": 4965, + "src": "12095:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4951, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "12095:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4954, + "mutability": "mutable", + "name": "account", + "nameLocation": "12118:7:12", + "nodeType": "VariableDeclaration", + "scope": 4965, + "src": "12110:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4953, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "12110:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "12094:32:12" + }, + "returnParameters": { + "id": 4958, + "nodeType": "ParameterList", + "parameters": [], + "src": "12157:0:12" + }, + "scope": 6528, + "src": "12075:127:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7538 + ], + "body": { + "id": 4987, + "nodeType": "Block", + "src": "12323:167:12", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 4976, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 4973, + "name": "callerConfirmation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4970, + "src": "12337:18:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 4974, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6810, + "src": "12359:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 4975, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12359:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "12337:34:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 4981, + "nodeType": "IfStatement", + "src": "12333:102:12", + "trueBody": { + "id": 4980, + "nodeType": "Block", + "src": "12373:62:12", + "statements": [ + { + "errorCall": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 4977, + "name": "AccessManagerBadConfirmation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7368, + "src": "12394:28:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", + "typeString": "function () pure returns (error)" + } + }, + "id": 4978, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12394:30:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 4979, + "nodeType": "RevertStatement", + "src": "12387:37:12" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 4983, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4968, + "src": "12456:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 4984, + "name": "callerConfirmation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4970, + "src": "12464:18:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 4982, + "name": "_revokeRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5201, + "src": "12444:11:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_address_$returns$_t_bool_$", + "typeString": "function (uint64,address) returns (bool)" + } + }, + "id": 4985, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12444:39:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 4986, + "nodeType": "ExpressionStatement", + "src": "12444:39:12" + } + ] + }, + "documentation": { + "id": 4966, + "nodeType": "StructuredDocumentation", + "src": "12208:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "fe0776f5", + "id": 4988, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "renounceRole", + "nameLocation": "12252:12:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4971, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4968, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "12272:6:12", + "nodeType": "VariableDeclaration", + "scope": 4988, + "src": "12265:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4967, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "12265:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4970, + "mutability": "mutable", + "name": "callerConfirmation", + "nameLocation": "12288:18:12", + "nodeType": "VariableDeclaration", + "scope": 4988, + "src": "12280:26:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 4969, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "12280:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "12264:43:12" + }, + "returnParameters": { + "id": 4972, + "nodeType": "ParameterList", + "parameters": [], + "src": "12323:0:12" + }, + "scope": 6528, + "src": "12243:247:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7546 + ], + "body": { + "id": 5003, + "nodeType": "Block", + "src": "12612:45:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 4999, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4991, + "src": "12636:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 5000, + "name": "admin", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4993, + "src": "12644:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 4998, + "name": "_setRoleAdmin", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5243, + "src": "12622:13:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_uint64_$returns$__$", + "typeString": "function (uint64,uint64)" + } + }, + "id": 5001, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12622:28:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5002, + "nodeType": "ExpressionStatement", + "src": "12622:28:12" + } + ] + }, + "documentation": { + "id": 4989, + "nodeType": "StructuredDocumentation", + "src": "12496:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "30cae187", + "id": 5004, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 4996, + "kind": "modifierInvocation", + "modifierName": { + "id": 4995, + "name": "onlyAuthorized", + "nameLocations": [ + "12597:14:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4526, + "src": "12597:14:12" + }, + "nodeType": "ModifierInvocation", + "src": "12597:14:12" + } + ], + "name": "setRoleAdmin", + "nameLocation": "12540:12:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 4994, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 4991, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "12560:6:12", + "nodeType": "VariableDeclaration", + "scope": 5004, + "src": "12553:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4990, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "12553:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 4993, + "mutability": "mutable", + "name": "admin", + "nameLocation": "12575:5:12", + "nodeType": "VariableDeclaration", + "scope": 5004, + "src": "12568:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 4992, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "12568:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "12552:29:12" + }, + "returnParameters": { + "id": 4997, + "nodeType": "ParameterList", + "parameters": [], + "src": "12612:0:12" + }, + "scope": 6528, + "src": "12531:126:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7554 + ], + "body": { + "id": 5019, + "nodeType": "Block", + "src": "12785:51:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 5015, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5007, + "src": "12812:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 5016, + "name": "guardian", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5009, + "src": "12820:8:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 5014, + "name": "_setRoleGuardian", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5285, + "src": "12795:16:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_uint64_$returns$__$", + "typeString": "function (uint64,uint64)" + } + }, + "id": 5017, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12795:34:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5018, + "nodeType": "ExpressionStatement", + "src": "12795:34:12" + } + ] + }, + "documentation": { + "id": 5005, + "nodeType": "StructuredDocumentation", + "src": "12663:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "52962952", + "id": 5020, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 5012, + "kind": "modifierInvocation", + "modifierName": { + "id": 5011, + "name": "onlyAuthorized", + "nameLocations": [ + "12770:14:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4526, + "src": "12770:14:12" + }, + "nodeType": "ModifierInvocation", + "src": "12770:14:12" + } + ], + "name": "setRoleGuardian", + "nameLocation": "12707:15:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5010, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5007, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "12730:6:12", + "nodeType": "VariableDeclaration", + "scope": 5020, + "src": "12723:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 5006, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "12723:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5009, + "mutability": "mutable", + "name": "guardian", + "nameLocation": "12745:8:12", + "nodeType": "VariableDeclaration", + "scope": 5020, + "src": "12738:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 5008, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "12738:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "12722:32:12" + }, + "returnParameters": { + "id": 5013, + "nodeType": "ParameterList", + "parameters": [], + "src": "12785:0:12" + }, + "scope": 6528, + "src": "12698:138:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7562 + ], + "body": { + "id": 5035, + "nodeType": "Block", + "src": "12962:49:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 5031, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5023, + "src": "12987:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 5032, + "name": "newDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5025, + "src": "12995:8:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + ], + "id": 5030, + "name": "_setGrantDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5338, + "src": "12972:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_uint32_$returns$__$", + "typeString": "function (uint64,uint32)" + } + }, + "id": 5033, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12972:32:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5034, + "nodeType": "ExpressionStatement", + "src": "12972:32:12" + } + ] + }, + "documentation": { + "id": 5021, + "nodeType": "StructuredDocumentation", + "src": "12842:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "a64d95ce", + "id": 5036, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 5028, + "kind": "modifierInvocation", + "modifierName": { + "id": 5027, + "name": "onlyAuthorized", + "nameLocations": [ + "12947:14:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4526, + "src": "12947:14:12" + }, + "nodeType": "ModifierInvocation", + "src": "12947:14:12" + } + ], + "name": "setGrantDelay", + "nameLocation": "12886:13:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5026, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5023, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "12907:6:12", + "nodeType": "VariableDeclaration", + "scope": 5036, + "src": "12900:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 5022, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "12900:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5025, + "mutability": "mutable", + "name": "newDelay", + "nameLocation": "12922:8:12", + "nodeType": "VariableDeclaration", + "scope": 5036, + "src": "12915:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5024, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "12915:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "12899:32:12" + }, + "returnParameters": { + "id": 5029, + "nodeType": "ParameterList", + "parameters": [], + "src": "12962:0:12" + }, + "scope": 6528, + "src": "12877:134:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 5144, + "nodeType": "Block", + "src": "13352:974:12", + "statements": [ + { + "assignments": [ + 5052 + ], + "declarations": [ + { + "constant": false, + "id": 5052, + "mutability": "mutable", + "name": "$", + "nameLocation": "13391:1:12", + "nodeType": "VariableDeclaration", + "scope": 5144, + "src": "13362:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5051, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5050, + "name": "AccessManagerStorage", + "nameLocations": [ + "13362:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "13362:20:12" + }, + "referencedDeclaration": 4507, + "src": "13362:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5055, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5053, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "13395:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5054, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "13395:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "13362:59:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 5058, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5056, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5039, + "src": "13435:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 5057, + "name": "PUBLIC_ROLE", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4488, + "src": "13445:11:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "13435:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5064, + "nodeType": "IfStatement", + "src": "13431:90:12", + "trueBody": { + "id": 5063, + "nodeType": "Block", + "src": "13458:63:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 5060, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5039, + "src": "13503:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 5059, + "name": "AccessManagerLockedRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7366, + "src": "13479:23:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", + "typeString": "function (uint64) pure returns (error)" + } + }, + "id": 5061, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "13479:31:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 5062, + "nodeType": "RevertStatement", + "src": "13472:38:12" + } + ] + } + }, + { + "assignments": [ + 5066 + ], + "declarations": [ + { + "constant": false, + "id": 5066, + "mutability": "mutable", + "name": "newMember", + "nameLocation": "13536:9:12", + "nodeType": "VariableDeclaration", + "scope": 5144, + "src": "13531:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 5065, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "13531:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "id": 5077, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 5076, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "expression": { + "baseExpression": { + "expression": { + "id": 5067, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5052, + "src": "13548:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5068, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "13550:6:12", + "memberName": "_roles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4499, + "src": "13548:8:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", + "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" + } + }, + "id": 5070, + "indexExpression": { + "id": 5069, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5039, + "src": "13557:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "13548:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Role_$4467_storage", + "typeString": "struct AccessManagerUpgradeable.Role storage ref" + } + }, + "id": 5071, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "13565:7:12", + "memberName": "members", + "nodeType": "MemberAccess", + "referencedDeclaration": 4459, + "src": "13548:24:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" + } + }, + "id": 5073, + "indexExpression": { + "id": 5072, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5041, + "src": "13573:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "13548:33:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Access_$4454_storage", + "typeString": "struct AccessManagerUpgradeable.Access storage ref" + } + }, + "id": 5074, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "13582:5:12", + "memberName": "since", + "nodeType": "MemberAccess", + "referencedDeclaration": 4450, + "src": "13548:39:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 5075, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "13591:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "13548:44:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "13531:61:12" + }, + { + "assignments": [ + 5079 + ], + "declarations": [ + { + "constant": false, + "id": 5079, + "mutability": "mutable", + "name": "since", + "nameLocation": "13609:5:12", + "nodeType": "VariableDeclaration", + "scope": 5144, + "src": "13602:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 5078, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "13602:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "id": 5080, + "nodeType": "VariableDeclarationStatement", + "src": "13602:12:12" + }, + { + "condition": { + "id": 5081, + "name": "newMember", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5066, + "src": "13629:9:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 5132, + "nodeType": "Block", + "src": "13813:403:12", + "statements": [ + { + "expression": { + "id": 5130, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "components": [ + { + "expression": { + "baseExpression": { + "expression": { + "baseExpression": { + "expression": { + "id": 5107, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5052, + "src": "14040:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5110, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "14042:6:12", + "memberName": "_roles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4499, + "src": "14040:8:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", + "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" + } + }, + "id": 5111, + "indexExpression": { + "id": 5109, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5039, + "src": "14049:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "14040:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Role_$4467_storage", + "typeString": "struct AccessManagerUpgradeable.Role storage ref" + } + }, + "id": 5112, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "14057:7:12", + "memberName": "members", + "nodeType": "MemberAccess", + "referencedDeclaration": 4459, + "src": "14040:24:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" + } + }, + "id": 5114, + "indexExpression": { + "id": 5113, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5041, + "src": "14065:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "14040:33:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Access_$4454_storage", + "typeString": "struct AccessManagerUpgradeable.Access storage ref" + } + }, + "id": 5115, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "14074:5:12", + "memberName": "delay", + "nodeType": "MemberAccess", + "referencedDeclaration": 4453, + "src": "14040:39:12", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + { + "id": 5116, + "name": "since", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5079, + "src": "14081:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "id": 5117, + "isConstant": false, + "isInlineArray": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "TupleExpression", + "src": "14039:48:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$13127_$_t_uint48_$", + "typeString": "tuple(Time.Delay,uint48)" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 5127, + "name": "executionDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5045, + "src": "14158:14:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "hexValue": "30", + "id": 5128, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "14190: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": 5118, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5052, + "src": "14090:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5119, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "14092:6:12", + "memberName": "_roles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4499, + "src": "14090:8:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", + "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" + } + }, + "id": 5121, + "indexExpression": { + "id": 5120, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5039, + "src": "14099:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "14090:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Role_$4467_storage", + "typeString": "struct AccessManagerUpgradeable.Role storage ref" + } + }, + "id": 5122, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "14107:7:12", + "memberName": "members", + "nodeType": "MemberAccess", + "referencedDeclaration": 4459, + "src": "14090:24:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" + } + }, + "id": 5124, + "indexExpression": { + "id": 5123, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5041, + "src": "14115:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "14090:33:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Access_$4454_storage", + "typeString": "struct AccessManagerUpgradeable.Access storage ref" + } + }, + "id": 5125, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "14124:5:12", + "memberName": "delay", + "nodeType": "MemberAccess", + "referencedDeclaration": 4453, + "src": "14090:39:12", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "id": 5126, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "14130:10:12", + "memberName": "withUpdate", + "nodeType": "MemberAccess", + "referencedDeclaration": 13274, + "src": "14090:50:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$13127_$_t_uint32_$_t_uint32_$returns$_t_userDefinedValueType$_Delay_$13127_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "function (Time.Delay,uint32,uint32) view returns (Time.Delay,uint48)" + } + }, + "id": 5129, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "14090:115:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$13127_$_t_uint48_$", + "typeString": "tuple(Time.Delay,uint48)" + } + }, + "src": "14039:166:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5131, + "nodeType": "ExpressionStatement", + "src": "14039:166:12" + } + ] + }, + "id": 5133, + "nodeType": "IfStatement", + "src": "13625:591:12", + "trueBody": { + "id": 5106, + "nodeType": "Block", + "src": "13640:167:12", + "statements": [ + { + "expression": { + "id": 5088, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 5082, + "name": "since", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5079, + "src": "13654:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 5087, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "id": 5083, + "name": "Time", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13364, + "src": "13662:4:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Time_$13364_$", + "typeString": "type(library Time)" + } + }, + "id": 5084, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "13667:9:12", + "memberName": "timestamp", + "nodeType": "MemberAccess", + "referencedDeclaration": 13112, + "src": "13662:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", + "typeString": "function () view returns (uint48)" + } + }, + "id": 5085, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "13662:16:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "id": 5086, + "name": "grantDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5043, + "src": "13681:10:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "src": "13662:29:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "src": "13654:37:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "id": 5089, + "nodeType": "ExpressionStatement", + "src": "13654:37:12" + }, + { + "expression": { + "id": 5104, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "expression": { + "baseExpression": { + "expression": { + "id": 5090, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5052, + "src": "13705:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5093, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "13707:6:12", + "memberName": "_roles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4499, + "src": "13705:8:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", + "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" + } + }, + "id": 5094, + "indexExpression": { + "id": 5092, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5039, + "src": "13714:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "13705:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Role_$4467_storage", + "typeString": "struct AccessManagerUpgradeable.Role storage ref" + } + }, + "id": 5095, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "13722:7:12", + "memberName": "members", + "nodeType": "MemberAccess", + "referencedDeclaration": 4459, + "src": "13705:24:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" + } + }, + "id": 5097, + "indexExpression": { + "id": 5096, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5041, + "src": "13730:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "13705:33:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Access_$4454_storage", + "typeString": "struct AccessManagerUpgradeable.Access storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 5099, + "name": "since", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5079, + "src": "13756:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "id": 5100, + "name": "executionDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5045, + "src": "13770:14:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "id": 5101, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "13785:7:12", + "memberName": "toDelay", + "nodeType": "MemberAccess", + "referencedDeclaration": 13142, + "src": "13770:22:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint32_$returns$_t_userDefinedValueType$_Delay_$13127_$attached_to$_t_uint32_$", + "typeString": "function (uint32) pure returns (Time.Delay)" + } + }, + "id": 5102, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "13770:24:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + ], + "id": 5098, + "name": "Access", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4454, + "src": "13741:6:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_struct$_Access_$4454_storage_ptr_$", + "typeString": "type(struct AccessManagerUpgradeable.Access storage pointer)" + } + }, + "id": 5103, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "structConstructorCall", + "lValueRequested": false, + "nameLocations": [ + "13749:5:12", + "13763:5:12" + ], + "names": [ + "since", + "delay" + ], + "nodeType": "FunctionCall", + "src": "13741:55:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_Access_$4454_memory_ptr", + "typeString": "struct AccessManagerUpgradeable.Access memory" + } + }, + "src": "13705:91:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Access_$4454_storage", + "typeString": "struct AccessManagerUpgradeable.Access storage ref" + } + }, + "id": 5105, + "nodeType": "ExpressionStatement", + "src": "13705:91:12" + } + ] + } + }, + { + "eventCall": { + "arguments": [ + { + "id": 5135, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5039, + "src": "14243:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 5136, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5041, + "src": "14251:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5137, + "name": "executionDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5045, + "src": "14260:14:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 5138, + "name": "since", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5079, + "src": "14276:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + { + "id": 5139, + "name": "newMember", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5066, + "src": "14283: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": 5134, + "name": "RoleGranted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7291, + "src": "14231: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": 5140, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "14231:62:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5141, + "nodeType": "EmitStatement", + "src": "14226:67:12" + }, + { + "expression": { + "id": 5142, + "name": "newMember", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5066, + "src": "14310:9:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 5049, + "id": 5143, + "nodeType": "Return", + "src": "14303:16:12" + } + ] + }, + "documentation": { + "id": 5037, + "nodeType": "StructuredDocumentation", + "src": "13017: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": 5145, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_grantRole", + "nameLocation": "13197:10:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5046, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5039, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "13224:6:12", + "nodeType": "VariableDeclaration", + "scope": 5145, + "src": "13217:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 5038, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "13217:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5041, + "mutability": "mutable", + "name": "account", + "nameLocation": "13248:7:12", + "nodeType": "VariableDeclaration", + "scope": 5145, + "src": "13240:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5040, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "13240:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5043, + "mutability": "mutable", + "name": "grantDelay", + "nameLocation": "13272:10:12", + "nodeType": "VariableDeclaration", + "scope": 5145, + "src": "13265:17:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5042, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "13265:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5045, + "mutability": "mutable", + "name": "executionDelay", + "nameLocation": "13299:14:12", + "nodeType": "VariableDeclaration", + "scope": 5145, + "src": "13292:21:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5044, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "13292:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "13207:112:12" + }, + "returnParameters": { + "id": 5049, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5048, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 5145, + "src": "13346:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 5047, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "13346:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "13345:6:12" + }, + "scope": 6528, + "src": "13188:1138:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 5200, + "nodeType": "Block", + "src": "14672:388:12", + "statements": [ + { + "assignments": [ + 5157 + ], + "declarations": [ + { + "constant": false, + "id": 5157, + "mutability": "mutable", + "name": "$", + "nameLocation": "14711:1:12", + "nodeType": "VariableDeclaration", + "scope": 5200, + "src": "14682:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5156, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5155, + "name": "AccessManagerStorage", + "nameLocations": [ + "14682:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "14682:20:12" + }, + "referencedDeclaration": 4507, + "src": "14682:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5160, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5158, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "14715:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5159, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "14715:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "14682:59:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 5163, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5161, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5148, + "src": "14755:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 5162, + "name": "PUBLIC_ROLE", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4488, + "src": "14765:11:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "14755:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5169, + "nodeType": "IfStatement", + "src": "14751:90:12", + "trueBody": { + "id": 5168, + "nodeType": "Block", + "src": "14778:63:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 5165, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5148, + "src": "14823:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 5164, + "name": "AccessManagerLockedRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7366, + "src": "14799:23:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", + "typeString": "function (uint64) pure returns (error)" + } + }, + "id": 5166, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "14799:31:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 5167, + "nodeType": "RevertStatement", + "src": "14792:38:12" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 5179, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "expression": { + "baseExpression": { + "expression": { + "id": 5170, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5157, + "src": "14855:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5171, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "14857:6:12", + "memberName": "_roles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4499, + "src": "14855: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": 5148, + "src": "14864:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "14855: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": "14872:7:12", + "memberName": "members", + "nodeType": "MemberAccess", + "referencedDeclaration": 4459, + "src": "14855: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": 5150, + "src": "14880:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "14855:33:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Access_$4454_storage", + "typeString": "struct AccessManagerUpgradeable.Access storage ref" + } + }, + "id": 5177, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "14889:5:12", + "memberName": "since", + "nodeType": "MemberAccess", + "referencedDeclaration": 4450, + "src": "14855:39:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 5178, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "14898:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "14855:44:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5183, + "nodeType": "IfStatement", + "src": "14851:87:12", + "trueBody": { + "id": 5182, + "nodeType": "Block", + "src": "14901:37:12", + "statements": [ + { + "expression": { + "hexValue": "66616c7365", + "id": 5180, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "14922:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "functionReturnParameters": 5154, + "id": 5181, + "nodeType": "Return", + "src": "14915:12:12" + } + ] + } + }, + { + "expression": { + "id": 5191, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "delete", + "prefix": true, + "src": "14948:40:12", + "subExpression": { + "baseExpression": { + "expression": { + "baseExpression": { + "expression": { + "id": 5184, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5157, + "src": "14955:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5185, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "14957:6:12", + "memberName": "_roles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4499, + "src": "14955:8:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", + "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" + } + }, + "id": 5187, + "indexExpression": { + "id": 5186, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5148, + "src": "14964:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "14955:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Role_$4467_storage", + "typeString": "struct AccessManagerUpgradeable.Role storage ref" + } + }, + "id": 5188, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "14972:7:12", + "memberName": "members", + "nodeType": "MemberAccess", + "referencedDeclaration": 4459, + "src": "14955:24:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" + } + }, + "id": 5190, + "indexExpression": { + "id": 5189, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5150, + "src": "14980:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "14955:33:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Access_$4454_storage", + "typeString": "struct AccessManagerUpgradeable.Access storage ref" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5192, + "nodeType": "ExpressionStatement", + "src": "14948:40:12" + }, + { + "eventCall": { + "arguments": [ + { + "id": 5194, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5148, + "src": "15016:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 5195, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5150, + "src": "15024:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 5193, + "name": "RoleRevoked", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7298, + "src": "15004:11:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_address_$returns$__$", + "typeString": "function (uint64,address)" + } + }, + "id": 5196, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "15004:28:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5197, + "nodeType": "EmitStatement", + "src": "14999:33:12" + }, + { + "expression": { + "hexValue": "74727565", + "id": 5198, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "15049:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 5154, + "id": 5199, + "nodeType": "Return", + "src": "15042:11:12" + } + ] + }, + "documentation": { + "id": 5146, + "nodeType": "StructuredDocumentation", + "src": "14332: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": 5201, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_revokeRole", + "nameLocation": "14596:11:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5151, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5148, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "14615:6:12", + "nodeType": "VariableDeclaration", + "scope": 5201, + "src": "14608:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 5147, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "14608:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5150, + "mutability": "mutable", + "name": "account", + "nameLocation": "14631:7:12", + "nodeType": "VariableDeclaration", + "scope": 5201, + "src": "14623:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5149, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "14623:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "14607:32:12" + }, + "returnParameters": { + "id": 5154, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5153, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 5201, + "src": "14666:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 5152, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "14666:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "14665:6:12" + }, + "scope": 6528, + "src": "14587:473:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 5242, + "nodeType": "Block", + "src": "15424:287:12", + "statements": [ + { + "assignments": [ + 5211 + ], + "declarations": [ + { + "constant": false, + "id": 5211, + "mutability": "mutable", + "name": "$", + "nameLocation": "15463:1:12", + "nodeType": "VariableDeclaration", + "scope": 5242, + "src": "15434:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5210, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5209, + "name": "AccessManagerStorage", + "nameLocations": [ + "15434:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "15434:20:12" + }, + "referencedDeclaration": 4507, + "src": "15434:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5214, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5212, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "15467:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5213, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "15467:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "15434:59:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 5221, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 5217, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5215, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5204, + "src": "15507:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 5216, + "name": "ADMIN_ROLE", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4480, + "src": "15517:10:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "15507:20:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 5220, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5218, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5204, + "src": "15531:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 5219, + "name": "PUBLIC_ROLE", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4488, + "src": "15541:11:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "15531:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "15507:45:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5227, + "nodeType": "IfStatement", + "src": "15503:114:12", + "trueBody": { + "id": 5226, + "nodeType": "Block", + "src": "15554:63:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 5223, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5204, + "src": "15599:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 5222, + "name": "AccessManagerLockedRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7366, + "src": "15575:23:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", + "typeString": "function (uint64) pure returns (error)" + } + }, + "id": 5224, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "15575:31:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 5225, + "nodeType": "RevertStatement", + "src": "15568:38:12" + } + ] + } + }, + { + "expression": { + "id": 5235, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "expression": { + "id": 5228, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5211, + "src": "15627:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5231, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "15629:6:12", + "memberName": "_roles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4499, + "src": "15627:8:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", + "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" + } + }, + "id": 5232, + "indexExpression": { + "id": 5230, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5204, + "src": "15636:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "15627:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Role_$4467_storage", + "typeString": "struct AccessManagerUpgradeable.Role storage ref" + } + }, + "id": 5233, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "15644:5:12", + "memberName": "admin", + "nodeType": "MemberAccess", + "referencedDeclaration": 4461, + "src": "15627:22:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 5234, + "name": "admin", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5206, + "src": "15652:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "15627:30:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "id": 5236, + "nodeType": "ExpressionStatement", + "src": "15627:30:12" + }, + { + "eventCall": { + "arguments": [ + { + "id": 5238, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5204, + "src": "15690:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 5239, + "name": "admin", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5206, + "src": "15698:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 5237, + "name": "RoleAdminChanged", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7305, + "src": "15673:16:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_uint64_$returns$__$", + "typeString": "function (uint64,uint64)" + } + }, + "id": 5240, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "15673:31:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5241, + "nodeType": "EmitStatement", + "src": "15668:36:12" + } + ] + }, + "documentation": { + "id": 5202, + "nodeType": "StructuredDocumentation", + "src": "15066: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": 5243, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_setRoleAdmin", + "nameLocation": "15364:13:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5207, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5204, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "15385:6:12", + "nodeType": "VariableDeclaration", + "scope": 5243, + "src": "15378:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 5203, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "15378:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5206, + "mutability": "mutable", + "name": "admin", + "nameLocation": "15400:5:12", + "nodeType": "VariableDeclaration", + "scope": 5243, + "src": "15393:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 5205, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "15393:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "15377:29:12" + }, + "returnParameters": { + "id": 5208, + "nodeType": "ParameterList", + "parameters": [], + "src": "15424:0:12" + }, + "scope": 6528, + "src": "15355:356:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 5284, + "nodeType": "Block", + "src": "16105:299:12", + "statements": [ + { + "assignments": [ + 5253 + ], + "declarations": [ + { + "constant": false, + "id": 5253, + "mutability": "mutable", + "name": "$", + "nameLocation": "16144:1:12", + "nodeType": "VariableDeclaration", + "scope": 5284, + "src": "16115:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5252, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5251, + "name": "AccessManagerStorage", + "nameLocations": [ + "16115:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "16115:20:12" + }, + "referencedDeclaration": 4507, + "src": "16115:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5256, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5254, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "16148:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5255, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16148:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "16115:59:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 5263, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 5259, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5257, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5246, + "src": "16188:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 5258, + "name": "ADMIN_ROLE", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4480, + "src": "16198:10:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "16188:20:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 5262, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5260, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5246, + "src": "16212:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 5261, + "name": "PUBLIC_ROLE", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4488, + "src": "16222:11:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "16212:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "16188:45:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5269, + "nodeType": "IfStatement", + "src": "16184:114:12", + "trueBody": { + "id": 5268, + "nodeType": "Block", + "src": "16235:63:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 5265, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5246, + "src": "16280:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 5264, + "name": "AccessManagerLockedRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7366, + "src": "16256:23:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", + "typeString": "function (uint64) pure returns (error)" + } + }, + "id": 5266, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16256:31:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 5267, + "nodeType": "RevertStatement", + "src": "16249:38:12" + } + ] + } + }, + { + "expression": { + "id": 5277, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "expression": { + "id": 5270, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5253, + "src": "16308:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5273, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "16310:6:12", + "memberName": "_roles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4499, + "src": "16308:8:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", + "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" + } + }, + "id": 5274, + "indexExpression": { + "id": 5272, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5246, + "src": "16317:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "16308:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Role_$4467_storage", + "typeString": "struct AccessManagerUpgradeable.Role storage ref" + } + }, + "id": 5275, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "16325:8:12", + "memberName": "guardian", + "nodeType": "MemberAccess", + "referencedDeclaration": 4463, + "src": "16308:25:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 5276, + "name": "guardian", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5248, + "src": "16336:8:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "16308:36:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "id": 5278, + "nodeType": "ExpressionStatement", + "src": "16308:36:12" + }, + { + "eventCall": { + "arguments": [ + { + "id": 5280, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5246, + "src": "16380:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 5281, + "name": "guardian", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5248, + "src": "16388:8:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 5279, + "name": "RoleGuardianChanged", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7312, + "src": "16360:19:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_uint64_$returns$__$", + "typeString": "function (uint64,uint64)" + } + }, + "id": 5282, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16360:37:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5283, + "nodeType": "EmitStatement", + "src": "16355:42:12" + } + ] + }, + "documentation": { + "id": 5244, + "nodeType": "StructuredDocumentation", + "src": "15717: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": 5285, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_setRoleGuardian", + "nameLocation": "16039:16:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5249, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5246, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "16063:6:12", + "nodeType": "VariableDeclaration", + "scope": 5285, + "src": "16056:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 5245, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "16056:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5248, + "mutability": "mutable", + "name": "guardian", + "nameLocation": "16078:8:12", + "nodeType": "VariableDeclaration", + "scope": 5285, + "src": "16071:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 5247, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "16071:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "16055:32:12" + }, + "returnParameters": { + "id": 5250, + "nodeType": "ParameterList", + "parameters": [], + "src": "16105:0:12" + }, + "scope": 6528, + "src": "16030:374:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 5337, + "nodeType": "Block", + "src": "16624:374:12", + "statements": [ + { + "assignments": [ + 5295 + ], + "declarations": [ + { + "constant": false, + "id": 5295, + "mutability": "mutable", + "name": "$", + "nameLocation": "16663:1:12", + "nodeType": "VariableDeclaration", + "scope": 5337, + "src": "16634:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5294, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5293, + "name": "AccessManagerStorage", + "nameLocations": [ + "16634:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "16634:20:12" + }, + "referencedDeclaration": 4507, + "src": "16634:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5298, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5296, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "16667:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5297, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16667:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "16634:59:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 5301, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5299, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5288, + "src": "16707:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 5300, + "name": "PUBLIC_ROLE", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4488, + "src": "16717:11:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "16707:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5307, + "nodeType": "IfStatement", + "src": "16703:90:12", + "trueBody": { + "id": 5306, + "nodeType": "Block", + "src": "16730:63:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 5303, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5288, + "src": "16775:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 5302, + "name": "AccessManagerLockedRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7366, + "src": "16751:23:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", + "typeString": "function (uint64) pure returns (error)" + } + }, + "id": 5304, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16751:31:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 5305, + "nodeType": "RevertStatement", + "src": "16744:38:12" + } + ] + } + }, + { + "assignments": [ + 5309 + ], + "declarations": [ + { + "constant": false, + "id": 5309, + "mutability": "mutable", + "name": "effect", + "nameLocation": "16810:6:12", + "nodeType": "VariableDeclaration", + "scope": 5337, + "src": "16803:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 5308, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "16803:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "id": 5310, + "nodeType": "VariableDeclarationStatement", + "src": "16803:13:12" + }, + { + "expression": { + "id": 5329, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "components": [ + { + "expression": { + "baseExpression": { + "expression": { + "id": 5311, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5295, + "src": "16827:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5314, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "16829:6:12", + "memberName": "_roles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4499, + "src": "16827:8:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", + "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" + } + }, + "id": 5315, + "indexExpression": { + "id": 5313, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5288, + "src": "16836:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "16827:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Role_$4467_storage", + "typeString": "struct AccessManagerUpgradeable.Role storage ref" + } + }, + "id": 5316, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "16844:10:12", + "memberName": "grantDelay", + "nodeType": "MemberAccess", + "referencedDeclaration": 4466, + "src": "16827:27:12", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + { + "id": 5317, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5309, + "src": "16856:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "id": 5318, + "isConstant": false, + "isInlineArray": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "TupleExpression", + "src": "16826:37:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$13127_$_t_uint48_$", + "typeString": "tuple(Time.Delay,uint48)" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 5325, + "name": "newDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5290, + "src": "16905:8:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5326, + "name": "minSetback", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4665, + "src": "16915:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_uint32_$", + "typeString": "function () view returns (uint32)" + } + }, + "id": 5327, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16915: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": 5319, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5295, + "src": "16866:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5320, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "16868:6:12", + "memberName": "_roles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4499, + "src": "16866:8:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", + "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" + } + }, + "id": 5322, + "indexExpression": { + "id": 5321, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5288, + "src": "16875:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "16866:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Role_$4467_storage", + "typeString": "struct AccessManagerUpgradeable.Role storage ref" + } + }, + "id": 5323, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "16883:10:12", + "memberName": "grantDelay", + "nodeType": "MemberAccess", + "referencedDeclaration": 4466, + "src": "16866:27:12", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "id": 5324, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "16894:10:12", + "memberName": "withUpdate", + "nodeType": "MemberAccess", + "referencedDeclaration": 13274, + "src": "16866:38:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$13127_$_t_uint32_$_t_uint32_$returns$_t_userDefinedValueType$_Delay_$13127_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "function (Time.Delay,uint32,uint32) view returns (Time.Delay,uint48)" + } + }, + "id": 5328, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16866:62:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$13127_$_t_uint48_$", + "typeString": "tuple(Time.Delay,uint48)" + } + }, + "src": "16826:102:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5330, + "nodeType": "ExpressionStatement", + "src": "16826:102:12" + }, + { + "eventCall": { + "arguments": [ + { + "id": 5332, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5288, + "src": "16966:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 5333, + "name": "newDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5290, + "src": "16974:8:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 5334, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5309, + "src": "16984: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": 5331, + "name": "RoleGrantDelayChanged", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7321, + "src": "16944:21:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_uint32_$_t_uint48_$returns$__$", + "typeString": "function (uint64,uint32,uint48)" + } + }, + "id": 5335, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16944:47:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5336, + "nodeType": "EmitStatement", + "src": "16939:52:12" + } + ] + }, + "documentation": { + "id": 5286, + "nodeType": "StructuredDocumentation", + "src": "16410:136:12", + "text": " @dev Internal version of {setGrantDelay} without access control.\n Emits a {RoleGrantDelayChanged} event." + }, + "id": 5338, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_setGrantDelay", + "nameLocation": "16560:14:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5291, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5288, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "16582:6:12", + "nodeType": "VariableDeclaration", + "scope": 5338, + "src": "16575:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 5287, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "16575:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5290, + "mutability": "mutable", + "name": "newDelay", + "nameLocation": "16597:8:12", + "nodeType": "VariableDeclaration", + "scope": 5338, + "src": "16590:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5289, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "16590:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "16574:32:12" + }, + "returnParameters": { + "id": 5292, + "nodeType": "ParameterList", + "parameters": [], + "src": "16624:0:12" + }, + "scope": 6528, + "src": "16551:447:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "baseFunctions": [ + 7573 + ], + "body": { + "id": 5372, + "nodeType": "Block", + "src": "17310:140:12", + "statements": [ + { + "body": { + "id": 5370, + "nodeType": "Block", + "src": "17367:77:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 5363, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5341, + "src": "17404:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "baseExpression": { + "id": 5364, + "name": "selectors", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5344, + "src": "17412:9:12", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_bytes4_$dyn_calldata_ptr", + "typeString": "bytes4[] calldata" + } + }, + "id": 5366, + "indexExpression": { + "id": 5365, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5352, + "src": "17422:1:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "17412:12:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + { + "id": 5367, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5346, + "src": "17426: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": 5362, + "name": "_setTargetFunctionRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5407, + "src": "17381:22:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes4_$_t_uint64_$returns$__$", + "typeString": "function (address,bytes4,uint64)" + } + }, + "id": 5368, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "17381:52:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5369, + "nodeType": "ExpressionStatement", + "src": "17381:52:12" + } + ] + }, + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 5358, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5355, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5352, + "src": "17340:1:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "expression": { + "id": 5356, + "name": "selectors", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5344, + "src": "17344:9:12", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_bytes4_$dyn_calldata_ptr", + "typeString": "bytes4[] calldata" + } + }, + "id": 5357, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "17354:6:12", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "17344:16:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "17340:20:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5371, + "initializationExpression": { + "assignments": [ + 5352 + ], + "declarations": [ + { + "constant": false, + "id": 5352, + "mutability": "mutable", + "name": "i", + "nameLocation": "17333:1:12", + "nodeType": "VariableDeclaration", + "scope": 5371, + "src": "17325:9:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 5351, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "17325:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 5354, + "initialValue": { + "hexValue": "30", + "id": 5353, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "17337:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "nodeType": "VariableDeclarationStatement", + "src": "17325:13:12" + }, + "isSimpleCounterLoop": true, + "loopExpression": { + "expression": { + "id": 5360, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "++", + "prefix": true, + "src": "17362:3:12", + "subExpression": { + "id": 5359, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5352, + "src": "17364:1:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 5361, + "nodeType": "ExpressionStatement", + "src": "17362:3:12" + }, + "nodeType": "ForStatement", + "src": "17320:124:12" + } + ] + }, + "documentation": { + "id": 5339, + "nodeType": "StructuredDocumentation", + "src": "17124:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "08d6122d", + "id": 5373, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 5349, + "kind": "modifierInvocation", + "modifierName": { + "id": 5348, + "name": "onlyAuthorized", + "nameLocations": [ + "17295:14:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4526, + "src": "17295:14:12" + }, + "nodeType": "ModifierInvocation", + "src": "17295:14:12" + } + ], + "name": "setTargetFunctionRole", + "nameLocation": "17168:21:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5347, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5341, + "mutability": "mutable", + "name": "target", + "nameLocation": "17207:6:12", + "nodeType": "VariableDeclaration", + "scope": 5373, + "src": "17199:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5340, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "17199:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5344, + "mutability": "mutable", + "name": "selectors", + "nameLocation": "17241:9:12", + "nodeType": "VariableDeclaration", + "scope": 5373, + "src": "17223:27:12", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_bytes4_$dyn_calldata_ptr", + "typeString": "bytes4[]" + }, + "typeName": { + "baseType": { + "id": 5342, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "17223:6:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "id": 5343, + "nodeType": "ArrayTypeName", + "src": "17223:8:12", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_bytes4_$dyn_storage_ptr", + "typeString": "bytes4[]" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5346, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "17267:6:12", + "nodeType": "VariableDeclaration", + "scope": 5373, + "src": "17260:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 5345, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "17260:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "17189:90:12" + }, + "returnParameters": { + "id": 5350, + "nodeType": "ParameterList", + "parameters": [], + "src": "17310:0:12" + }, + "scope": 6528, + "src": "17159:291:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 5406, + "nodeType": "Block", + "src": "17706:202:12", + "statements": [ + { + "assignments": [ + 5385 + ], + "declarations": [ + { + "constant": false, + "id": 5385, + "mutability": "mutable", + "name": "$", + "nameLocation": "17745:1:12", + "nodeType": "VariableDeclaration", + "scope": 5406, + "src": "17716:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5384, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5383, + "name": "AccessManagerStorage", + "nameLocations": [ + "17716:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "17716:20:12" + }, + "referencedDeclaration": 4507, + "src": "17716:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5388, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5386, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "17749:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5387, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "17749:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "17716:59:12" + }, + { + "expression": { + "id": 5398, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "expression": { + "baseExpression": { + "expression": { + "id": 5389, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5385, + "src": "17785:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5392, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "17787:8:12", + "memberName": "_targets", + "nodeType": "MemberAccess", + "referencedDeclaration": 4494, + "src": "17785:10:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" + } + }, + "id": 5393, + "indexExpression": { + "id": 5391, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5376, + "src": "17796:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "17785:18:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_TargetConfig_$4448_storage", + "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" + } + }, + "id": 5394, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "17804:12:12", + "memberName": "allowedRoles", + "nodeType": "MemberAccess", + "referencedDeclaration": 4442, + "src": "17785:31:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes4_$_t_uint64_$", + "typeString": "mapping(bytes4 => uint64)" + } + }, + "id": 5396, + "indexExpression": { + "id": 5395, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5378, + "src": "17817:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "17785:41:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 5397, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5380, + "src": "17829:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "17785:50:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "id": 5399, + "nodeType": "ExpressionStatement", + "src": "17785:50:12" + }, + { + "eventCall": { + "arguments": [ + { + "id": 5401, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5376, + "src": "17876:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5402, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5378, + "src": "17884:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + { + "id": 5403, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5380, + "src": "17894: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": 5400, + "name": "TargetFunctionRoleUpdated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7337, + "src": "17850:25:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bytes4_$_t_uint64_$returns$__$", + "typeString": "function (address,bytes4,uint64)" + } + }, + "id": 5404, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "17850:51:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5405, + "nodeType": "EmitStatement", + "src": "17845:56:12" + } + ] + }, + "documentation": { + "id": 5374, + "nodeType": "StructuredDocumentation", + "src": "17456:148:12", + "text": " @dev Internal version of {setTargetFunctionRole} without access control.\n Emits a {TargetFunctionRoleUpdated} event." + }, + "id": 5407, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_setTargetFunctionRole", + "nameLocation": "17618:22:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5381, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5376, + "mutability": "mutable", + "name": "target", + "nameLocation": "17649:6:12", + "nodeType": "VariableDeclaration", + "scope": 5407, + "src": "17641:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5375, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "17641:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5378, + "mutability": "mutable", + "name": "selector", + "nameLocation": "17664:8:12", + "nodeType": "VariableDeclaration", + "scope": 5407, + "src": "17657:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 5377, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "17657:6:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5380, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "17681:6:12", + "nodeType": "VariableDeclaration", + "scope": 5407, + "src": "17674:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 5379, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "17674:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "17640:48:12" + }, + "returnParameters": { + "id": 5382, + "nodeType": "ParameterList", + "parameters": [], + "src": "17706:0:12" + }, + "scope": 6528, + "src": "17609:299:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "baseFunctions": [ + 7581 + ], + "body": { + "id": 5422, + "nodeType": "Block", + "src": "18041:55:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 5418, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5410, + "src": "18072:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5419, + "name": "newDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5412, + "src": "18080:8:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + ], + "id": 5417, + "name": "_setTargetAdminDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5467, + "src": "18051:20:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint32_$returns$__$", + "typeString": "function (address,uint32)" + } + }, + "id": 5420, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "18051:38:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5421, + "nodeType": "ExpressionStatement", + "src": "18051:38:12" + } + ] + }, + "documentation": { + "id": 5408, + "nodeType": "StructuredDocumentation", + "src": "17914:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "d22b5989", + "id": 5423, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 5415, + "kind": "modifierInvocation", + "modifierName": { + "id": 5414, + "name": "onlyAuthorized", + "nameLocations": [ + "18026:14:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4526, + "src": "18026:14:12" + }, + "nodeType": "ModifierInvocation", + "src": "18026:14:12" + } + ], + "name": "setTargetAdminDelay", + "nameLocation": "17958:19:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5413, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5410, + "mutability": "mutable", + "name": "target", + "nameLocation": "17986:6:12", + "nodeType": "VariableDeclaration", + "scope": 5423, + "src": "17978:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5409, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "17978:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5412, + "mutability": "mutable", + "name": "newDelay", + "nameLocation": "18001:8:12", + "nodeType": "VariableDeclaration", + "scope": 5423, + "src": "17994:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5411, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "17994:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "17977:33:12" + }, + "returnParameters": { + "id": 5416, + "nodeType": "ParameterList", + "parameters": [], + "src": "18041:0:12" + }, + "scope": 6528, + "src": "17949:147:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 5466, + "nodeType": "Block", + "src": "18331:280:12", + "statements": [ + { + "assignments": [ + 5433 + ], + "declarations": [ + { + "constant": false, + "id": 5433, + "mutability": "mutable", + "name": "$", + "nameLocation": "18370:1:12", + "nodeType": "VariableDeclaration", + "scope": 5466, + "src": "18341:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5432, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5431, + "name": "AccessManagerStorage", + "nameLocations": [ + "18341:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "18341:20:12" + }, + "referencedDeclaration": 4507, + "src": "18341:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5436, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5434, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "18374:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5435, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "18374:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "18341:59:12" + }, + { + "assignments": [ + 5438 + ], + "declarations": [ + { + "constant": false, + "id": 5438, + "mutability": "mutable", + "name": "effect", + "nameLocation": "18417:6:12", + "nodeType": "VariableDeclaration", + "scope": 5466, + "src": "18410:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 5437, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "18410:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "id": 5439, + "nodeType": "VariableDeclarationStatement", + "src": "18410:13:12" + }, + { + "expression": { + "id": 5458, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "components": [ + { + "expression": { + "baseExpression": { + "expression": { + "id": 5440, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5433, + "src": "18434:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5443, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "18436:8:12", + "memberName": "_targets", + "nodeType": "MemberAccess", + "referencedDeclaration": 4494, + "src": "18434:10:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" + } + }, + "id": 5444, + "indexExpression": { + "id": 5442, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5426, + "src": "18445:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "18434:18:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_TargetConfig_$4448_storage", + "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" + } + }, + "id": 5445, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "18453:10:12", + "memberName": "adminDelay", + "nodeType": "MemberAccess", + "referencedDeclaration": 4445, + "src": "18434:29:12", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + { + "id": 5446, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5438, + "src": "18465:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "id": 5447, + "isConstant": false, + "isInlineArray": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "TupleExpression", + "src": "18433:39:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$13127_$_t_uint48_$", + "typeString": "tuple(Time.Delay,uint48)" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 5454, + "name": "newDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5428, + "src": "18516:8:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5455, + "name": "minSetback", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4665, + "src": "18526:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_uint32_$", + "typeString": "function () view returns (uint32)" + } + }, + "id": 5456, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "18526: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": 5448, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5433, + "src": "18475:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5449, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "18477:8:12", + "memberName": "_targets", + "nodeType": "MemberAccess", + "referencedDeclaration": 4494, + "src": "18475:10:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" + } + }, + "id": 5451, + "indexExpression": { + "id": 5450, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5426, + "src": "18486:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "18475:18:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_TargetConfig_$4448_storage", + "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" + } + }, + "id": 5452, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "18494:10:12", + "memberName": "adminDelay", + "nodeType": "MemberAccess", + "referencedDeclaration": 4445, + "src": "18475:29:12", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "id": 5453, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "18505:10:12", + "memberName": "withUpdate", + "nodeType": "MemberAccess", + "referencedDeclaration": 13274, + "src": "18475:40:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$13127_$_t_uint32_$_t_uint32_$returns$_t_userDefinedValueType$_Delay_$13127_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "function (Time.Delay,uint32,uint32) view returns (Time.Delay,uint48)" + } + }, + "id": 5457, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "18475:64:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$13127_$_t_uint48_$", + "typeString": "tuple(Time.Delay,uint48)" + } + }, + "src": "18433:106:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5459, + "nodeType": "ExpressionStatement", + "src": "18433:106:12" + }, + { + "eventCall": { + "arguments": [ + { + "id": 5461, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5426, + "src": "18579:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5462, + "name": "newDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5428, + "src": "18587:8:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 5463, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5438, + "src": "18597: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": 5460, + "name": "TargetAdminDelayUpdated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7346, + "src": "18555:23:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint32_$_t_uint48_$returns$__$", + "typeString": "function (address,uint32,uint48)" + } + }, + "id": 5464, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "18555:49:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5465, + "nodeType": "EmitStatement", + "src": "18550:54:12" + } + ] + }, + "documentation": { + "id": 5424, + "nodeType": "StructuredDocumentation", + "src": "18102:144:12", + "text": " @dev Internal version of {setTargetAdminDelay} without access control.\n Emits a {TargetAdminDelayUpdated} event." + }, + "id": 5467, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_setTargetAdminDelay", + "nameLocation": "18260:20:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5429, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5426, + "mutability": "mutable", + "name": "target", + "nameLocation": "18289:6:12", + "nodeType": "VariableDeclaration", + "scope": 5467, + "src": "18281:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5425, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "18281:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5428, + "mutability": "mutable", + "name": "newDelay", + "nameLocation": "18304:8:12", + "nodeType": "VariableDeclaration", + "scope": 5467, + "src": "18297:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5427, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "18297:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "18280:33:12" + }, + "returnParameters": { + "id": 5430, + "nodeType": "ParameterList", + "parameters": [], + "src": "18331:0:12" + }, + "scope": 6528, + "src": "18251:360:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "baseFunctions": [ + 7589 + ], + "body": { + "id": 5482, + "nodeType": "Block", + "src": "18856:49:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 5478, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5470, + "src": "18883:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5479, + "name": "closed", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5472, + "src": "18891:6:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "id": 5477, + "name": "_setTargetClosed", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5512, + "src": "18866:16:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bool_$returns$__$", + "typeString": "function (address,bool)" + } + }, + "id": 5480, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "18866:32:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5481, + "nodeType": "ExpressionStatement", + "src": "18866:32:12" + } + ] + }, + "documentation": { + "id": 5468, + "nodeType": "StructuredDocumentation", + "src": "18737:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "167bd395", + "id": 5483, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 5475, + "kind": "modifierInvocation", + "modifierName": { + "id": 5474, + "name": "onlyAuthorized", + "nameLocations": [ + "18841:14:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4526, + "src": "18841:14:12" + }, + "nodeType": "ModifierInvocation", + "src": "18841:14:12" + } + ], + "name": "setTargetClosed", + "nameLocation": "18781:15:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5473, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5470, + "mutability": "mutable", + "name": "target", + "nameLocation": "18805:6:12", + "nodeType": "VariableDeclaration", + "scope": 5483, + "src": "18797:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5469, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "18797:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5472, + "mutability": "mutable", + "name": "closed", + "nameLocation": "18818:6:12", + "nodeType": "VariableDeclaration", + "scope": 5483, + "src": "18813:11:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 5471, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "18813:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "18796:29:12" + }, + "returnParameters": { + "id": 5476, + "nodeType": "ParameterList", + "parameters": [], + "src": "18856:0:12" + }, + "scope": 6528, + "src": "18772:133:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 5511, + "nodeType": "Block", + "src": "19147:163:12", + "statements": [ + { + "assignments": [ + 5493 + ], + "declarations": [ + { + "constant": false, + "id": 5493, + "mutability": "mutable", + "name": "$", + "nameLocation": "19186:1:12", + "nodeType": "VariableDeclaration", + "scope": 5511, + "src": "19157:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5492, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5491, + "name": "AccessManagerStorage", + "nameLocations": [ + "19157:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "19157:20:12" + }, + "referencedDeclaration": 4507, + "src": "19157:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5496, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5494, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "19190:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5495, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "19190:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "19157:59:12" + }, + { + "expression": { + "id": 5504, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "expression": { + "id": 5497, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5493, + "src": "19226:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5500, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "19228:8:12", + "memberName": "_targets", + "nodeType": "MemberAccess", + "referencedDeclaration": 4494, + "src": "19226:10:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", + "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" + } + }, + "id": 5501, + "indexExpression": { + "id": 5499, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5486, + "src": "19237:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "19226:18:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_TargetConfig_$4448_storage", + "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" + } + }, + "id": 5502, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "19245:6:12", + "memberName": "closed", + "nodeType": "MemberAccess", + "referencedDeclaration": 4447, + "src": "19226:25:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 5503, + "name": "closed", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5488, + "src": "19254:6:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "19226:34:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5505, + "nodeType": "ExpressionStatement", + "src": "19226:34:12" + }, + { + "eventCall": { + "arguments": [ + { + "id": 5507, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5486, + "src": "19288:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5508, + "name": "closed", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5488, + "src": "19296:6:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "id": 5506, + "name": "TargetClosed", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7328, + "src": "19275:12:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bool_$returns$__$", + "typeString": "function (address,bool)" + } + }, + "id": 5509, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "19275:28:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5510, + "nodeType": "EmitStatement", + "src": "19270:33:12" + } + ] + }, + "documentation": { + "id": 5484, + "nodeType": "StructuredDocumentation", + "src": "18911: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": 5512, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_setTargetClosed", + "nameLocation": "19084:16:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5489, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5486, + "mutability": "mutable", + "name": "target", + "nameLocation": "19109:6:12", + "nodeType": "VariableDeclaration", + "scope": 5512, + "src": "19101:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5485, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "19101:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5488, + "mutability": "mutable", + "name": "closed", + "nameLocation": "19122:6:12", + "nodeType": "VariableDeclaration", + "scope": 5512, + "src": "19117:11:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 5487, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "19117:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "19100:29:12" + }, + "returnParameters": { + "id": 5490, + "nodeType": "ParameterList", + "parameters": [], + "src": "19147:0:12" + }, + "scope": 6528, + "src": "19075:235:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "baseFunctions": [ + 7597 + ], + "body": { + "id": 5541, + "nodeType": "Block", + "src": "19541:185:12", + "statements": [ + { + "assignments": [ + 5522 + ], + "declarations": [ + { + "constant": false, + "id": 5522, + "mutability": "mutable", + "name": "$", + "nameLocation": "19580:1:12", + "nodeType": "VariableDeclaration", + "scope": 5541, + "src": "19551:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5521, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5520, + "name": "AccessManagerStorage", + "nameLocations": [ + "19551:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "19551:20:12" + }, + "referencedDeclaration": 4507, + "src": "19551:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5525, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5523, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "19584:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5524, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "19584:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "19551:59:12" + }, + { + "assignments": [ + 5527 + ], + "declarations": [ + { + "constant": false, + "id": 5527, + "mutability": "mutable", + "name": "timepoint", + "nameLocation": "19627:9:12", + "nodeType": "VariableDeclaration", + "scope": 5541, + "src": "19620:16:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 5526, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "19620:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "id": 5533, + "initialValue": { + "expression": { + "baseExpression": { + "expression": { + "id": 5528, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5522, + "src": "19639:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5529, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "19641:10:12", + "memberName": "_schedules", + "nodeType": "MemberAccess", + "referencedDeclaration": 4504, + "src": "19639:12:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", + "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" + } + }, + "id": 5531, + "indexExpression": { + "id": 5530, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5515, + "src": "19652:2:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "19639:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Schedule_$4472_storage", + "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" + } + }, + "id": 5532, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "19656:9:12", + "memberName": "timepoint", + "nodeType": "MemberAccess", + "referencedDeclaration": 4469, + "src": "19639:26:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "19620:45:12" + }, + { + "expression": { + "condition": { + "arguments": [ + { + "id": 5535, + "name": "timepoint", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5527, + "src": "19693:9:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + ], + "id": 5534, + "name": "_isExpired", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6491, + "src": "19682:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_uint48_$returns$_t_bool_$", + "typeString": "function (uint48) view returns (bool)" + } + }, + "id": 5536, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "19682:21:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseExpression": { + "id": 5538, + "name": "timepoint", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5527, + "src": "19710:9:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "id": 5539, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "Conditional", + "src": "19682:37:12", + "trueExpression": { + "hexValue": "30", + "id": 5537, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19706:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "functionReturnParameters": 5519, + "id": 5540, + "nodeType": "Return", + "src": "19675:44:12" + } + ] + }, + "documentation": { + "id": 5513, + "nodeType": "StructuredDocumentation", + "src": "19436:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "3adc277a", + "id": 5542, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getSchedule", + "nameLocation": "19480:11:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5516, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5515, + "mutability": "mutable", + "name": "id", + "nameLocation": "19500:2:12", + "nodeType": "VariableDeclaration", + "scope": 5542, + "src": "19492:10:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 5514, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "19492:7:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "19491:12:12" + }, + "returnParameters": { + "id": 5519, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5518, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 5542, + "src": "19533:6:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 5517, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "19533:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "19532:8:12" + }, + "scope": 6528, + "src": "19471:255:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7605 + ], + "body": { + "id": 5562, + "nodeType": "Block", + "src": "19834:115:12", + "statements": [ + { + "assignments": [ + 5552 + ], + "declarations": [ + { + "constant": false, + "id": 5552, + "mutability": "mutable", + "name": "$", + "nameLocation": "19873:1:12", + "nodeType": "VariableDeclaration", + "scope": 5562, + "src": "19844:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5551, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5550, + "name": "AccessManagerStorage", + "nameLocations": [ + "19844:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "19844:20:12" + }, + "referencedDeclaration": 4507, + "src": "19844:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5555, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5553, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "19877:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5554, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "19877:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "19844:59:12" + }, + { + "expression": { + "expression": { + "baseExpression": { + "expression": { + "id": 5556, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5552, + "src": "19920:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5557, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "19922:10:12", + "memberName": "_schedules", + "nodeType": "MemberAccess", + "referencedDeclaration": 4504, + "src": "19920:12:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", + "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" + } + }, + "id": 5559, + "indexExpression": { + "id": 5558, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5545, + "src": "19933:2:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "19920:16:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Schedule_$4472_storage", + "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" + } + }, + "id": 5560, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "19937:5:12", + "memberName": "nonce", + "nodeType": "MemberAccess", + "referencedDeclaration": 4471, + "src": "19920:22:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "functionReturnParameters": 5549, + "id": 5561, + "nodeType": "Return", + "src": "19913:29:12" + } + ] + }, + "documentation": { + "id": 5543, + "nodeType": "StructuredDocumentation", + "src": "19732:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "4136a33c", + "id": 5563, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getNonce", + "nameLocation": "19776:8:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5546, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5545, + "mutability": "mutable", + "name": "id", + "nameLocation": "19793:2:12", + "nodeType": "VariableDeclaration", + "scope": 5563, + "src": "19785:10:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 5544, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "19785:7:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "19784:12:12" + }, + "returnParameters": { + "id": 5549, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5548, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 5563, + "src": "19826:6:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5547, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "19826:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "19825:8:12" + }, + "scope": 6528, + "src": "19767:182:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7619 + ], + "body": { + "id": 5687, + "nodeType": "Block", + "src": "20147:1291:12", + "statements": [ + { + "assignments": [ + 5579 + ], + "declarations": [ + { + "constant": false, + "id": 5579, + "mutability": "mutable", + "name": "$", + "nameLocation": "20186:1:12", + "nodeType": "VariableDeclaration", + "scope": 5687, + "src": "20157:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5578, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5577, + "name": "AccessManagerStorage", + "nameLocations": [ + "20157:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "20157:20:12" + }, + "referencedDeclaration": 4507, + "src": "20157:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5582, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5580, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "20190:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5581, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "20190:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "20157:59:12" + }, + { + "assignments": [ + 5584 + ], + "declarations": [ + { + "constant": false, + "id": 5584, + "mutability": "mutable", + "name": "caller", + "nameLocation": "20234:6:12", + "nodeType": "VariableDeclaration", + "scope": 5687, + "src": "20226:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5583, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "20226:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 5587, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5585, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6810, + "src": "20243:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 5586, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "20243:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "20226:29:12" + }, + { + "assignments": [ + null, + 5589 + ], + "declarations": [ + null, + { + "constant": false, + "id": 5589, + "mutability": "mutable", + "name": "setback", + "nameLocation": "20356:7:12", + "nodeType": "VariableDeclaration", + "scope": 5687, + "src": "20349:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5588, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "20349:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "id": 5595, + "initialValue": { + "arguments": [ + { + "id": 5591, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5584, + "src": "20384:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5592, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5566, + "src": "20392:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5593, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5568, + "src": "20400: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": 5590, + "name": "_canCallExtended", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6346, + "src": "20367: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": 5594, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "20367:38:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "20346:59:12" + }, + { + "assignments": [ + 5597 + ], + "declarations": [ + { + "constant": false, + "id": 5597, + "mutability": "mutable", + "name": "minWhen", + "nameLocation": "20423:7:12", + "nodeType": "VariableDeclaration", + "scope": 5687, + "src": "20416:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 5596, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "20416:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "id": 5603, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 5602, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "id": 5598, + "name": "Time", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13364, + "src": "20433:4:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Time_$13364_$", + "typeString": "type(library Time)" + } + }, + "id": 5599, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "20438:9:12", + "memberName": "timestamp", + "nodeType": "MemberAccess", + "referencedDeclaration": 13112, + "src": "20433:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", + "typeString": "function () view returns (uint48)" + } + }, + "id": 5600, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "20433:16:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "id": 5601, + "name": "setback", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5589, + "src": "20452:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "src": "20433:26:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "20416:43:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 5615, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "id": 5606, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5604, + "name": "setback", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5589, + "src": "20566:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 5605, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "20577:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "20566:12:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 5613, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 5609, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5607, + "name": "when", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5570, + "src": "20583:4:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "30", + "id": 5608, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "20590:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "20583:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 5612, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5610, + "name": "when", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5570, + "src": "20595:4:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 5611, + "name": "minWhen", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5597, + "src": "20602:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "src": "20595:14:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "20583:26:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "id": 5614, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "20582:28:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "20566:44:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5625, + "nodeType": "IfStatement", + "src": "20562:149:12", + "trueBody": { + "id": 5624, + "nodeType": "Block", + "src": "20612:99:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 5617, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5584, + "src": "20663:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5618, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5566, + "src": "20671:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 5620, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5568, + "src": "20694:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + ], + "id": 5619, + "name": "_checkSelector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6508, + "src": "20679:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", + "typeString": "function (bytes calldata) pure returns (bytes4)" + } + }, + "id": 5621, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "20679: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": 5616, + "name": "AccessManagerUnauthorizedCall", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7382, + "src": "20633: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": 5622, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "20633:67:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 5623, + "nodeType": "RevertStatement", + "src": "20626:74:12" + } + ] + } + }, + { + "expression": { + "id": 5635, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 5626, + "name": "when", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5570, + "src": "20769:4:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "arguments": [ + { + "id": 5631, + "name": "when", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5570, + "src": "20792:4:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + { + "id": 5632, + "name": "minWhen", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5597, + "src": "20798:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + ], + "expression": { + "id": 5629, + "name": "Math", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11181, + "src": "20783:4:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Math_$11181_$", + "typeString": "type(library Math)" + } + }, + "id": 5630, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "20788:3:12", + "memberName": "max", + "nodeType": "MemberAccess", + "referencedDeclaration": 9791, + "src": "20783:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (uint256,uint256) pure returns (uint256)" + } + }, + "id": 5633, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "20783:23:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 5628, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "20776:6:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint48_$", + "typeString": "type(uint48)" + }, + "typeName": { + "id": 5627, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "20776:6:12", + "typeDescriptions": {} + } + }, + "id": 5634, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "20776:31:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "src": "20769:38:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "id": 5636, + "nodeType": "ExpressionStatement", + "src": "20769:38:12" + }, + { + "expression": { + "id": 5643, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 5637, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5573, + "src": "20913:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 5639, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5584, + "src": "20941:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5640, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5566, + "src": "20949:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5641, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5568, + "src": "20957: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": 5638, + "name": "hashOperation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6076, + "src": "20927: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": 5642, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "20927:35:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "20913:49:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "id": 5644, + "nodeType": "ExpressionStatement", + "src": "20913:49:12" + }, + { + "expression": { + "arguments": [ + { + "id": 5646, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5573, + "src": "20992:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 5645, + "name": "_checkNotScheduled", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5723, + "src": "20973:18:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$__$", + "typeString": "function (bytes32) view" + } + }, + "id": 5647, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "20973:31:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5648, + "nodeType": "ExpressionStatement", + "src": "20973:31:12" + }, + { + "id": 5659, + "nodeType": "UncheckedBlock", + "src": "21015:157:12", + "statements": [ + { + "expression": { + "id": 5657, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 5649, + "name": "nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5575, + "src": "21118:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "id": 5656, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "expression": { + "id": 5650, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5579, + "src": "21126:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5651, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "21128:10:12", + "memberName": "_schedules", + "nodeType": "MemberAccess", + "referencedDeclaration": 4504, + "src": "21126:12:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", + "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" + } + }, + "id": 5653, + "indexExpression": { + "id": 5652, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5573, + "src": "21139:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "21126:25:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Schedule_$4472_storage", + "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" + } + }, + "id": 5654, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "21152:5:12", + "memberName": "nonce", + "nodeType": "MemberAccess", + "referencedDeclaration": 4471, + "src": "21126:31:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "hexValue": "31", + "id": 5655, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "21160:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "21126:35:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "src": "21118:43:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "id": 5658, + "nodeType": "ExpressionStatement", + "src": "21118:43:12" + } + ] + }, + { + "expression": { + "id": 5667, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "expression": { + "id": 5660, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5579, + "src": "21181:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5663, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "21183:10:12", + "memberName": "_schedules", + "nodeType": "MemberAccess", + "referencedDeclaration": 4504, + "src": "21181:12:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", + "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" + } + }, + "id": 5664, + "indexExpression": { + "id": 5662, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5573, + "src": "21194:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "21181:25:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Schedule_$4472_storage", + "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" + } + }, + "id": 5665, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "21207:9:12", + "memberName": "timepoint", + "nodeType": "MemberAccess", + "referencedDeclaration": 4469, + "src": "21181:35:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 5666, + "name": "when", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5570, + "src": "21219:4:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "src": "21181:42:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "id": 5668, + "nodeType": "ExpressionStatement", + "src": "21181:42:12" + }, + { + "expression": { + "id": 5676, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "expression": { + "id": 5669, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5579, + "src": "21233:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5672, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "21235:10:12", + "memberName": "_schedules", + "nodeType": "MemberAccess", + "referencedDeclaration": 4504, + "src": "21233:12:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", + "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" + } + }, + "id": 5673, + "indexExpression": { + "id": 5671, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5573, + "src": "21246:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "21233:25:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Schedule_$4472_storage", + "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" + } + }, + "id": 5674, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "21259:5:12", + "memberName": "nonce", + "nodeType": "MemberAccess", + "referencedDeclaration": 4471, + "src": "21233:31:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 5675, + "name": "nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5575, + "src": "21267:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "src": "21233:39:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "id": 5677, + "nodeType": "ExpressionStatement", + "src": "21233:39:12" + }, + { + "eventCall": { + "arguments": [ + { + "id": 5679, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5573, + "src": "21306:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 5680, + "name": "nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5575, + "src": "21319:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 5681, + "name": "when", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5570, + "src": "21326:4:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + { + "id": 5682, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5584, + "src": "21332:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5683, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5566, + "src": "21340:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5684, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5568, + "src": "21348: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": 5678, + "name": "OperationScheduled", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7257, + "src": "21287: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": 5685, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "21287:66:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5686, + "nodeType": "EmitStatement", + "src": "21282:71:12" + } + ] + }, + "documentation": { + "id": 5564, + "nodeType": "StructuredDocumentation", + "src": "19955:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "f801a698", + "id": 5688, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "schedule", + "nameLocation": "19999:8:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5571, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5566, + "mutability": "mutable", + "name": "target", + "nameLocation": "20025:6:12", + "nodeType": "VariableDeclaration", + "scope": 5688, + "src": "20017:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5565, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "20017:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5568, + "mutability": "mutable", + "name": "data", + "nameLocation": "20056:4:12", + "nodeType": "VariableDeclaration", + "scope": 5688, + "src": "20041:19:12", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 5567, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "20041:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5570, + "mutability": "mutable", + "name": "when", + "nameLocation": "20077:4:12", + "nodeType": "VariableDeclaration", + "scope": 5688, + "src": "20070:11:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 5569, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "20070:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "20007:80:12" + }, + "returnParameters": { + "id": 5576, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5573, + "mutability": "mutable", + "name": "operationId", + "nameLocation": "20120:11:12", + "nodeType": "VariableDeclaration", + "scope": 5688, + "src": "20112:19:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 5572, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "20112:7:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5575, + "mutability": "mutable", + "name": "nonce", + "nameLocation": "20140:5:12", + "nodeType": "VariableDeclaration", + "scope": 5688, + "src": "20133:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5574, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "20133:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "20111:35:12" + }, + "scope": 6528, + "src": "19990:1448:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 5722, + "nodeType": "Block", + "src": "21694:281:12", + "statements": [ + { + "assignments": [ + 5696 + ], + "declarations": [ + { + "constant": false, + "id": 5696, + "mutability": "mutable", + "name": "$", + "nameLocation": "21733:1:12", + "nodeType": "VariableDeclaration", + "scope": 5722, + "src": "21704:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5695, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5694, + "name": "AccessManagerStorage", + "nameLocations": [ + "21704:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "21704:20:12" + }, + "referencedDeclaration": 4507, + "src": "21704:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5699, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5697, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "21737:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5698, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "21737:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "21704:59:12" + }, + { + "assignments": [ + 5701 + ], + "declarations": [ + { + "constant": false, + "id": 5701, + "mutability": "mutable", + "name": "prevTimepoint", + "nameLocation": "21780:13:12", + "nodeType": "VariableDeclaration", + "scope": 5722, + "src": "21773:20:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 5700, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "21773:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "id": 5707, + "initialValue": { + "expression": { + "baseExpression": { + "expression": { + "id": 5702, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5696, + "src": "21796:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5703, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "21798:10:12", + "memberName": "_schedules", + "nodeType": "MemberAccess", + "referencedDeclaration": 4504, + "src": "21796:12:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", + "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" + } + }, + "id": 5705, + "indexExpression": { + "id": 5704, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5691, + "src": "21809:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "21796:25:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Schedule_$4472_storage", + "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" + } + }, + "id": 5706, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "21822:9:12", + "memberName": "timepoint", + "nodeType": "MemberAccess", + "referencedDeclaration": 4469, + "src": "21796:35:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "21773:58:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 5715, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 5710, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5708, + "name": "prevTimepoint", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5701, + "src": "21845:13:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 5709, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "21862:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "21845:18:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "id": 5714, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "21867:26:12", + "subExpression": { + "arguments": [ + { + "id": 5712, + "name": "prevTimepoint", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5701, + "src": "21879:13:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + ], + "id": 5711, + "name": "_isExpired", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6491, + "src": "21868:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_uint48_$returns$_t_bool_$", + "typeString": "function (uint48) view returns (bool)" + } + }, + "id": 5713, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "21868:25:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "21845:48:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5721, + "nodeType": "IfStatement", + "src": "21841:128:12", + "trueBody": { + "id": 5720, + "nodeType": "Block", + "src": "21895:74:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 5717, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5691, + "src": "21946:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 5716, + "name": "AccessManagerAlreadyScheduled", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7350, + "src": "21916:29:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", + "typeString": "function (bytes32) pure returns (error)" + } + }, + "id": 5718, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "21916:42:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 5719, + "nodeType": "RevertStatement", + "src": "21909:49:12" + } + ] + } + } + ] + }, + "documentation": { + "id": 5689, + "nodeType": "StructuredDocumentation", + "src": "21444:183: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": 5723, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_checkNotScheduled", + "nameLocation": "21641:18:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5692, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5691, + "mutability": "mutable", + "name": "operationId", + "nameLocation": "21668:11:12", + "nodeType": "VariableDeclaration", + "scope": 5723, + "src": "21660:19:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 5690, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "21660:7:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "21659:21:12" + }, + "returnParameters": { + "id": 5693, + "nodeType": "ParameterList", + "parameters": [], + "src": "21694:0:12" + }, + "scope": 6528, + "src": "21632:343:12", + "stateMutability": "view", + "virtual": false, + "visibility": "private" + }, + { + "baseFunctions": [ + 7629 + ], + "body": { + "id": 5831, + "nodeType": "Block", + "src": "22339:1219:12", + "statements": [ + { + "assignments": [ + 5735 + ], + "declarations": [ + { + "constant": false, + "id": 5735, + "mutability": "mutable", + "name": "$", + "nameLocation": "22378:1:12", + "nodeType": "VariableDeclaration", + "scope": 5831, + "src": "22349:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5734, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5733, + "name": "AccessManagerStorage", + "nameLocations": [ + "22349:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "22349:20:12" + }, + "referencedDeclaration": 4507, + "src": "22349:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5738, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5736, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "22382:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5737, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "22382:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "22349:59:12" + }, + { + "assignments": [ + 5740 + ], + "declarations": [ + { + "constant": false, + "id": 5740, + "mutability": "mutable", + "name": "caller", + "nameLocation": "22426:6:12", + "nodeType": "VariableDeclaration", + "scope": 5831, + "src": "22418:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5739, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "22418:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 5743, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5741, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6810, + "src": "22435:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 5742, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "22435:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "22418:29:12" + }, + { + "assignments": [ + 5745, + 5747 + ], + "declarations": [ + { + "constant": false, + "id": 5745, + "mutability": "mutable", + "name": "immediate", + "nameLocation": "22544:9:12", + "nodeType": "VariableDeclaration", + "scope": 5831, + "src": "22539:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 5744, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "22539:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5747, + "mutability": "mutable", + "name": "setback", + "nameLocation": "22562:7:12", + "nodeType": "VariableDeclaration", + "scope": 5831, + "src": "22555:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5746, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "22555:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "id": 5753, + "initialValue": { + "arguments": [ + { + "id": 5749, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5740, + "src": "22590:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5750, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5726, + "src": "22598:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5751, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5728, + "src": "22606: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": 5748, + "name": "_canCallExtended", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6346, + "src": "22573: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": 5752, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "22573:38:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "22538:73:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 5759, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5755, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "22671:10:12", + "subExpression": { + "id": 5754, + "name": "immediate", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5745, + "src": "22672: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": 5758, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5756, + "name": "setback", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5747, + "src": "22685:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 5757, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "22696:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "22685:12:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "22671:26:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5769, + "nodeType": "IfStatement", + "src": "22667:131:12", + "trueBody": { + "id": 5768, + "nodeType": "Block", + "src": "22699:99:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 5761, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5740, + "src": "22750:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5762, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5726, + "src": "22758:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 5764, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5728, + "src": "22781:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + ], + "id": 5763, + "name": "_checkSelector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6508, + "src": "22766:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", + "typeString": "function (bytes calldata) pure returns (bytes4)" + } + }, + "id": 5765, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "22766: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": 5760, + "name": "AccessManagerUnauthorizedCall", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7382, + "src": "22720: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": 5766, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "22720:67:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 5767, + "nodeType": "RevertStatement", + "src": "22713:74:12" + } + ] + } + }, + { + "assignments": [ + 5771 + ], + "declarations": [ + { + "constant": false, + "id": 5771, + "mutability": "mutable", + "name": "operationId", + "nameLocation": "22816:11:12", + "nodeType": "VariableDeclaration", + "scope": 5831, + "src": "22808:19:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 5770, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "22808:7:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "id": 5777, + "initialValue": { + "arguments": [ + { + "id": 5773, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5740, + "src": "22844:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5774, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5726, + "src": "22852:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5775, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5728, + "src": "22860: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": 5772, + "name": "hashOperation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6076, + "src": "22830: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": 5776, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "22830:35:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "22808:57:12" + }, + { + "assignments": [ + 5779 + ], + "declarations": [ + { + "constant": false, + "id": 5779, + "mutability": "mutable", + "name": "nonce", + "nameLocation": "22882:5:12", + "nodeType": "VariableDeclaration", + "scope": 5831, + "src": "22875:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5778, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "22875:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "id": 5780, + "nodeType": "VariableDeclarationStatement", + "src": "22875:12:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 5789, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "id": 5783, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5781, + "name": "setback", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5747, + "src": "23067:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 5782, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "23078:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "23067:12:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 5788, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 5785, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5771, + "src": "23095:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 5784, + "name": "getSchedule", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5542, + "src": "23083:11:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$_t_uint48_$", + "typeString": "function (bytes32) view returns (uint48)" + } + }, + "id": 5786, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23083:24:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 5787, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "23111:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "23083:29:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "23067:45:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5797, + "nodeType": "IfStatement", + "src": "23063:116:12", + "trueBody": { + "id": 5796, + "nodeType": "Block", + "src": "23114:65:12", + "statements": [ + { + "expression": { + "id": 5794, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 5790, + "name": "nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5779, + "src": "23128:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 5792, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5771, + "src": "23156:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 5791, + "name": "_consumeScheduledOp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6054, + "src": "23136:19:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$returns$_t_uint32_$", + "typeString": "function (bytes32) returns (uint32)" + } + }, + "id": 5793, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23136:32:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "src": "23128:40:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "id": 5795, + "nodeType": "ExpressionStatement", + "src": "23128:40:12" + } + ] + } + }, + { + "assignments": [ + 5799 + ], + "declarations": [ + { + "constant": false, + "id": 5799, + "mutability": "mutable", + "name": "executionIdBefore", + "nameLocation": "23251:17:12", + "nodeType": "VariableDeclaration", + "scope": 5831, + "src": "23243:25:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 5798, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "23243:7:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "id": 5802, + "initialValue": { + "expression": { + "id": 5800, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5735, + "src": "23271:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5801, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "23273:12:12", + "memberName": "_executionId", + "nodeType": "MemberAccess", + "referencedDeclaration": 4506, + "src": "23271:14:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "23243:42:12" + }, + { + "expression": { + "id": 5812, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "id": 5803, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5735, + "src": "23295:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5805, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "23297:12:12", + "memberName": "_executionId", + "nodeType": "MemberAccess", + "referencedDeclaration": 4506, + "src": "23295:14:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 5807, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5726, + "src": "23329:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 5809, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5728, + "src": "23352:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + ], + "id": 5808, + "name": "_checkSelector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6508, + "src": "23337:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", + "typeString": "function (bytes calldata) pure returns (bytes4)" + } + }, + "id": 5810, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23337:20:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + ], + "id": 5806, + "name": "_hashExecutionId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6527, + "src": "23312:16:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_address_$_t_bytes4_$returns$_t_bytes32_$", + "typeString": "function (address,bytes4) pure returns (bytes32)" + } + }, + "id": 5811, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23312:46:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "23295:63:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "id": 5813, + "nodeType": "ExpressionStatement", + "src": "23295:63:12" + }, + { + "expression": { + "arguments": [ + { + "id": 5817, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5726, + "src": "23423:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5818, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5728, + "src": "23431:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + { + "expression": { + "id": 5819, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -15, + "src": "23437:3:12", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 5820, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "23441:5:12", + "memberName": "value", + "nodeType": "MemberAccess", + "src": "23437: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": 5814, + "name": "Address", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7984, + "src": "23393:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Address_$7984_$", + "typeString": "type(library Address)" + } + }, + "id": 5816, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "23401:21:12", + "memberName": "functionCallWithValue", + "nodeType": "MemberAccess", + "referencedDeclaration": 7849, + "src": "23393: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": 5821, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23393:54:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 5822, + "nodeType": "ExpressionStatement", + "src": "23393:54:12" + }, + { + "expression": { + "id": 5827, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "id": 5823, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5735, + "src": "23494:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5825, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "23496:12:12", + "memberName": "_executionId", + "nodeType": "MemberAccess", + "referencedDeclaration": 4506, + "src": "23494:14:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 5826, + "name": "executionIdBefore", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5799, + "src": "23511:17:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "23494:34:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "id": 5828, + "nodeType": "ExpressionStatement", + "src": "23494:34:12" + }, + { + "expression": { + "id": 5829, + "name": "nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5779, + "src": "23546:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "functionReturnParameters": 5732, + "id": 5830, + "nodeType": "Return", + "src": "23539:12:12" + } + ] + }, + "documentation": { + "id": 5724, + "nodeType": "StructuredDocumentation", + "src": "21981:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "1cff79cd", + "id": 5832, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "execute", + "nameLocation": "22254:7:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5729, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5726, + "mutability": "mutable", + "name": "target", + "nameLocation": "22270:6:12", + "nodeType": "VariableDeclaration", + "scope": 5832, + "src": "22262:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5725, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "22262:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5728, + "mutability": "mutable", + "name": "data", + "nameLocation": "22293:4:12", + "nodeType": "VariableDeclaration", + "scope": 5832, + "src": "22278:19:12", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 5727, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "22278:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "22261:37:12" + }, + "returnParameters": { + "id": 5732, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5731, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 5832, + "src": "22331:6:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5730, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "22331:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "22330:8:12" + }, + "scope": 6528, + "src": "22245:1313:12", + "stateMutability": "payable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7641 + ], + "body": { + "id": 5942, + "nodeType": "Block", + "src": "23700:1082:12", + "statements": [ + { + "assignments": [ + 5846 + ], + "declarations": [ + { + "constant": false, + "id": 5846, + "mutability": "mutable", + "name": "$", + "nameLocation": "23739:1:12", + "nodeType": "VariableDeclaration", + "scope": 5942, + "src": "23710:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5845, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5844, + "name": "AccessManagerStorage", + "nameLocations": [ + "23710:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "23710:20:12" + }, + "referencedDeclaration": 4507, + "src": "23710:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5849, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5847, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "23743:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5848, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23743:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "23710:59:12" + }, + { + "assignments": [ + 5851 + ], + "declarations": [ + { + "constant": false, + "id": 5851, + "mutability": "mutable", + "name": "msgsender", + "nameLocation": "23787:9:12", + "nodeType": "VariableDeclaration", + "scope": 5942, + "src": "23779:17:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5850, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "23779:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 5854, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5852, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6810, + "src": "23799:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 5853, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23799:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "23779:32:12" + }, + { + "assignments": [ + 5856 + ], + "declarations": [ + { + "constant": false, + "id": 5856, + "mutability": "mutable", + "name": "selector", + "nameLocation": "23828:8:12", + "nodeType": "VariableDeclaration", + "scope": 5942, + "src": "23821:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 5855, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "23821:6:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "id": 5860, + "initialValue": { + "arguments": [ + { + "id": 5858, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5839, + "src": "23854:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + ], + "id": 5857, + "name": "_checkSelector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6508, + "src": "23839:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", + "typeString": "function (bytes calldata) pure returns (bytes4)" + } + }, + "id": 5859, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23839:20:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "23821:38:12" + }, + { + "assignments": [ + 5862 + ], + "declarations": [ + { + "constant": false, + "id": 5862, + "mutability": "mutable", + "name": "operationId", + "nameLocation": "23878:11:12", + "nodeType": "VariableDeclaration", + "scope": 5942, + "src": "23870:19:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 5861, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "23870:7:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "id": 5868, + "initialValue": { + "arguments": [ + { + "id": 5864, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5835, + "src": "23906:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5865, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5837, + "src": "23914:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5866, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5839, + "src": "23922: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": 5863, + "name": "hashOperation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6076, + "src": "23892: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": 5867, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23892:35:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "23870:57:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 5875, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "expression": { + "id": 5869, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5846, + "src": "23941:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5870, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "23943:10:12", + "memberName": "_schedules", + "nodeType": "MemberAccess", + "referencedDeclaration": 4504, + "src": "23941:12:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", + "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" + } + }, + "id": 5872, + "indexExpression": { + "id": 5871, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5862, + "src": "23954:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "23941:25:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Schedule_$4472_storage", + "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" + } + }, + "id": 5873, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "23967:9:12", + "memberName": "timepoint", + "nodeType": "MemberAccess", + "referencedDeclaration": 4469, + "src": "23941:35:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 5874, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "23980:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "23941:40:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "condition": { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 5883, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5881, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5835, + "src": "24063:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 5882, + "name": "msgsender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5851, + "src": "24073:9:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "24063:19:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5918, + "nodeType": "IfStatement", + "src": "24059:494:12", + "trueBody": { + "id": 5917, + "nodeType": "Block", + "src": "24084:469:12", + "statements": [ + { + "assignments": [ + 5885, + null + ], + "declarations": [ + { + "constant": false, + "id": 5885, + "mutability": "mutable", + "name": "isAdmin", + "nameLocation": "24237:7:12", + "nodeType": "VariableDeclaration", + "scope": 5917, + "src": "24232:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 5884, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "24232:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + null + ], + "id": 5890, + "initialValue": { + "arguments": [ + { + "id": 5887, + "name": "ADMIN_ROLE", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4480, + "src": "24258:10:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 5888, + "name": "msgsender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5851, + "src": "24270:9:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 5886, + "name": "hasRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4898, + "src": "24250: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": 5889, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24250:30:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "24231:49:12" + }, + { + "assignments": [ + 5892, + null + ], + "declarations": [ + { + "constant": false, + "id": 5892, + "mutability": "mutable", + "name": "isGuardian", + "nameLocation": "24300:10:12", + "nodeType": "VariableDeclaration", + "scope": 5917, + "src": "24295:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 5891, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "24295:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + null + ], + "id": 5902, + "initialValue": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "id": 5896, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5837, + "src": "24362:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5897, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5856, + "src": "24370:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + ], + "id": 5895, + "name": "getTargetFunctionRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4711, + "src": "24340:21:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_uint64_$", + "typeString": "function (address,bytes4) view returns (uint64)" + } + }, + "id": 5898, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24340:39:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 5894, + "name": "getRoleGuardian", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4776, + "src": "24324:15:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_uint64_$returns$_t_uint64_$", + "typeString": "function (uint64) view returns (uint64)" + } + }, + "id": 5899, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24324:56:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 5900, + "name": "msgsender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5851, + "src": "24382:9:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 5893, + "name": "hasRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4898, + "src": "24316: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": 5901, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24316:76:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "24294:98:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 5907, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 5904, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "24410:8:12", + "subExpression": { + "id": 5903, + "name": "isAdmin", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5885, + "src": "24411:7:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "id": 5906, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "24422:11:12", + "subExpression": { + "id": 5905, + "name": "isGuardian", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5892, + "src": "24423:10:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "24410:23:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5916, + "nodeType": "IfStatement", + "src": "24406:137:12", + "trueBody": { + "id": 5915, + "nodeType": "Block", + "src": "24435:108:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 5909, + "name": "msgsender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5851, + "src": "24492:9:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5910, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5835, + "src": "24503:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5911, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5837, + "src": "24511:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5912, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5856, + "src": "24519: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": 5908, + "name": "AccessManagerUnauthorizedCancel", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7396, + "src": "24460: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": 5913, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24460:68:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 5914, + "nodeType": "RevertStatement", + "src": "24453:75:12" + } + ] + } + } + ] + } + }, + "id": 5919, + "nodeType": "IfStatement", + "src": "23937:616:12", + "trueBody": { + "id": 5880, + "nodeType": "Block", + "src": "23983:70:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 5877, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5862, + "src": "24030:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 5876, + "name": "AccessManagerNotScheduled", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7354, + "src": "24004:25:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", + "typeString": "function (bytes32) pure returns (error)" + } + }, + "id": 5878, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24004:38:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 5879, + "nodeType": "RevertStatement", + "src": "23997:45:12" + } + ] + } + }, + { + "expression": { + "id": 5925, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "delete", + "prefix": true, + "src": "24563:42:12", + "subExpression": { + "expression": { + "baseExpression": { + "expression": { + "id": 5920, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5846, + "src": "24570:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5921, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "24572:10:12", + "memberName": "_schedules", + "nodeType": "MemberAccess", + "referencedDeclaration": 4504, + "src": "24570:12:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", + "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" + } + }, + "id": 5923, + "indexExpression": { + "id": 5922, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5862, + "src": "24583:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "24570:25:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Schedule_$4472_storage", + "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" + } + }, + "id": 5924, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "24596:9:12", + "memberName": "timepoint", + "nodeType": "MemberAccess", + "referencedDeclaration": 4469, + "src": "24570:35:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5926, + "nodeType": "ExpressionStatement", + "src": "24563:42:12" + }, + { + "assignments": [ + 5928 + ], + "declarations": [ + { + "constant": false, + "id": 5928, + "mutability": "mutable", + "name": "nonce", + "nameLocation": "24661:5:12", + "nodeType": "VariableDeclaration", + "scope": 5942, + "src": "24654:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5927, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "24654:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "id": 5934, + "initialValue": { + "expression": { + "baseExpression": { + "expression": { + "id": 5929, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5846, + "src": "24669:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5930, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "24671:10:12", + "memberName": "_schedules", + "nodeType": "MemberAccess", + "referencedDeclaration": 4504, + "src": "24669:12:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", + "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" + } + }, + "id": 5932, + "indexExpression": { + "id": 5931, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5862, + "src": "24682:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "24669:25:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Schedule_$4472_storage", + "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" + } + }, + "id": 5933, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "24695:5:12", + "memberName": "nonce", + "nodeType": "MemberAccess", + "referencedDeclaration": 4471, + "src": "24669:31:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "24654:46:12" + }, + { + "eventCall": { + "arguments": [ + { + "id": 5936, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5862, + "src": "24733:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 5937, + "name": "nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5928, + "src": "24746:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + ], + "id": 5935, + "name": "OperationCanceled", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7271, + "src": "24715:17:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_uint32_$returns$__$", + "typeString": "function (bytes32,uint32)" + } + }, + "id": 5938, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24715:37:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 5939, + "nodeType": "EmitStatement", + "src": "24710:42:12" + }, + { + "expression": { + "id": 5940, + "name": "nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5928, + "src": "24770:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "functionReturnParameters": 5843, + "id": 5941, + "nodeType": "Return", + "src": "24763:12:12" + } + ] + }, + "documentation": { + "id": 5833, + "nodeType": "StructuredDocumentation", + "src": "23564:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "d6bb62c6", + "id": 5943, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "cancel", + "nameLocation": "23608:6:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5840, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5835, + "mutability": "mutable", + "name": "caller", + "nameLocation": "23623:6:12", + "nodeType": "VariableDeclaration", + "scope": 5943, + "src": "23615:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5834, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "23615:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5837, + "mutability": "mutable", + "name": "target", + "nameLocation": "23639:6:12", + "nodeType": "VariableDeclaration", + "scope": 5943, + "src": "23631:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5836, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "23631:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5839, + "mutability": "mutable", + "name": "data", + "nameLocation": "23662:4:12", + "nodeType": "VariableDeclaration", + "scope": 5943, + "src": "23647:19:12", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 5838, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "23647:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "23614:53:12" + }, + "returnParameters": { + "id": 5843, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5842, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 5943, + "src": "23692:6:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5841, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "23692:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "23691:8:12" + }, + "scope": 6528, + "src": "23599:1183:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7649 + ], + "body": { + "id": 5979, + "nodeType": "Block", + "src": "24903:296:12", + "statements": [ + { + "assignments": [ + 5952 + ], + "declarations": [ + { + "constant": false, + "id": 5952, + "mutability": "mutable", + "name": "target", + "nameLocation": "24921:6:12", + "nodeType": "VariableDeclaration", + "scope": 5979, + "src": "24913:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5951, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "24913:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 5955, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5953, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6810, + "src": "24930:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 5954, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24930:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "24913:29:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "id": 5964, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "arguments": [ + { + "id": 5957, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5952, + "src": "24971:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 5956, + "name": "IAccessManaged", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7238, + "src": "24956:14:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IAccessManaged_$7238_$", + "typeString": "type(contract IAccessManaged)" + } + }, + "id": 5958, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24956:22:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IAccessManaged_$7238", + "typeString": "contract IAccessManaged" + } + }, + "id": 5959, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "24979:22:12", + "memberName": "isConsumingScheduledOp", + "nodeType": "MemberAccess", + "referencedDeclaration": 7237, + "src": "24956:45:12", + "typeDescriptions": { + "typeIdentifier": "t_function_external_view$__$returns$_t_bytes4_$", + "typeString": "function () view external returns (bytes4)" + } + }, + "id": 5960, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24956:47:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "expression": { + "expression": { + "id": 5961, + "name": "IAccessManaged", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7238, + "src": "25007:14:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IAccessManaged_$7238_$", + "typeString": "type(contract IAccessManaged)" + } + }, + "id": 5962, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "25022:22:12", + "memberName": "isConsumingScheduledOp", + "nodeType": "MemberAccess", + "referencedDeclaration": 7237, + "src": "25007:37:12", + "typeDescriptions": { + "typeIdentifier": "t_function_declaration_view$__$returns$_t_bytes4_$", + "typeString": "function IAccessManaged.isConsumingScheduledOp() view returns (bytes4)" + } + }, + "id": 5963, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "25045:8:12", + "memberName": "selector", + "nodeType": "MemberAccess", + "src": "25007:46:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "src": "24956:97:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 5970, + "nodeType": "IfStatement", + "src": "24952:175:12", + "trueBody": { + "id": 5969, + "nodeType": "Block", + "src": "25055:72:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 5966, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5952, + "src": "25109:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 5965, + "name": "AccessManagerUnauthorizedConsume", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7386, + "src": "25076:32:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", + "typeString": "function (address) pure returns (error)" + } + }, + "id": 5967, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25076:40:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 5968, + "nodeType": "RevertStatement", + "src": "25069:47:12" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "id": 5973, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5946, + "src": "25170:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5974, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5952, + "src": "25178:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 5975, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5948, + "src": "25186: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": 5972, + "name": "hashOperation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6076, + "src": "25156: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": 5976, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25156:35:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 5971, + "name": "_consumeScheduledOp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6054, + "src": "25136:19:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$returns$_t_uint32_$", + "typeString": "function (bytes32) returns (uint32)" + } + }, + "id": 5977, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25136:56:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "id": 5978, + "nodeType": "ExpressionStatement", + "src": "25136:56:12" + } + ] + }, + "documentation": { + "id": 5944, + "nodeType": "StructuredDocumentation", + "src": "24788:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "94c7d7ee", + "id": 5980, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "consumeScheduledOp", + "nameLocation": "24832:18:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5949, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5946, + "mutability": "mutable", + "name": "caller", + "nameLocation": "24859:6:12", + "nodeType": "VariableDeclaration", + "scope": 5980, + "src": "24851:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 5945, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "24851:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 5948, + "mutability": "mutable", + "name": "data", + "nameLocation": "24882:4:12", + "nodeType": "VariableDeclaration", + "scope": 5980, + "src": "24867:19:12", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 5947, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "24867:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "24850:37:12" + }, + "returnParameters": { + "id": 5950, + "nodeType": "ParameterList", + "parameters": [], + "src": "24903:0:12" + }, + "scope": 6528, + "src": "24823:376:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 6053, + "nodeType": "Block", + "src": "25473:667:12", + "statements": [ + { + "assignments": [ + 5990 + ], + "declarations": [ + { + "constant": false, + "id": 5990, + "mutability": "mutable", + "name": "$", + "nameLocation": "25512:1:12", + "nodeType": "VariableDeclaration", + "scope": 6053, + "src": "25483:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 5989, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 5988, + "name": "AccessManagerStorage", + "nameLocations": [ + "25483:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "25483:20:12" + }, + "referencedDeclaration": 4507, + "src": "25483:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 5993, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 5991, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "25516:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 5992, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25516:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "25483:59:12" + }, + { + "assignments": [ + 5995 + ], + "declarations": [ + { + "constant": false, + "id": 5995, + "mutability": "mutable", + "name": "timepoint", + "nameLocation": "25559:9:12", + "nodeType": "VariableDeclaration", + "scope": 6053, + "src": "25552:16:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 5994, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "25552:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "id": 6001, + "initialValue": { + "expression": { + "baseExpression": { + "expression": { + "id": 5996, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5990, + "src": "25571:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 5997, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "25573:10:12", + "memberName": "_schedules", + "nodeType": "MemberAccess", + "referencedDeclaration": 4504, + "src": "25571:12:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", + "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" + } + }, + "id": 5999, + "indexExpression": { + "id": 5998, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5983, + "src": "25584:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "25571:25:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Schedule_$4472_storage", + "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" + } + }, + "id": 6000, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "25597:9:12", + "memberName": "timepoint", + "nodeType": "MemberAccess", + "referencedDeclaration": 4469, + "src": "25571:35:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "25552:54:12" + }, + { + "assignments": [ + 6003 + ], + "declarations": [ + { + "constant": false, + "id": 6003, + "mutability": "mutable", + "name": "nonce", + "nameLocation": "25623:5:12", + "nodeType": "VariableDeclaration", + "scope": 6053, + "src": "25616:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 6002, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "25616:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "id": 6009, + "initialValue": { + "expression": { + "baseExpression": { + "expression": { + "id": 6004, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5990, + "src": "25631:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 6005, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "25633:10:12", + "memberName": "_schedules", + "nodeType": "MemberAccess", + "referencedDeclaration": 4504, + "src": "25631:12:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", + "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" + } + }, + "id": 6007, + "indexExpression": { + "id": 6006, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5983, + "src": "25644:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "25631:25:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Schedule_$4472_storage", + "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" + } + }, + "id": 6008, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "25657:5:12", + "memberName": "nonce", + "nodeType": "MemberAccess", + "referencedDeclaration": 4471, + "src": "25631:31:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "25616:46:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 6012, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6010, + "name": "timepoint", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5995, + "src": "25677:9:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 6011, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25690:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "25677:14:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "condition": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 6022, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6018, + "name": "timepoint", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5995, + "src": "25773:9:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "id": 6019, + "name": "Time", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13364, + "src": "25785:4:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Time_$13364_$", + "typeString": "type(library Time)" + } + }, + "id": 6020, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "25790:9:12", + "memberName": "timestamp", + "nodeType": "MemberAccess", + "referencedDeclaration": 13112, + "src": "25785:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", + "typeString": "function () view returns (uint48)" + } + }, + "id": 6021, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25785:16:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "src": "25773:28:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "condition": { + "arguments": [ + { + "id": 6029, + "name": "timepoint", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5995, + "src": "25890:9:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + ], + "id": 6028, + "name": "_isExpired", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6491, + "src": "25879:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_uint48_$returns$_t_bool_$", + "typeString": "function (uint48) view returns (bool)" + } + }, + "id": 6030, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25879:21:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 6036, + "nodeType": "IfStatement", + "src": "25875:92:12", + "trueBody": { + "id": 6035, + "nodeType": "Block", + "src": "25902:65:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 6032, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5983, + "src": "25944:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 6031, + "name": "AccessManagerExpired", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7362, + "src": "25923:20:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", + "typeString": "function (bytes32) pure returns (error)" + } + }, + "id": 6033, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25923:33:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 6034, + "nodeType": "RevertStatement", + "src": "25916:40:12" + } + ] + } + }, + "id": 6037, + "nodeType": "IfStatement", + "src": "25769:198:12", + "trueBody": { + "id": 6027, + "nodeType": "Block", + "src": "25803:66:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 6024, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5983, + "src": "25846:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 6023, + "name": "AccessManagerNotReady", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7358, + "src": "25824:21:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", + "typeString": "function (bytes32) pure returns (error)" + } + }, + "id": 6025, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25824:34:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 6026, + "nodeType": "RevertStatement", + "src": "25817:41:12" + } + ] + } + }, + "id": 6038, + "nodeType": "IfStatement", + "src": "25673:294:12", + "trueBody": { + "id": 6017, + "nodeType": "Block", + "src": "25693:70:12", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 6014, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5983, + "src": "25740:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 6013, + "name": "AccessManagerNotScheduled", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7354, + "src": "25714:25:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", + "typeString": "function (bytes32) pure returns (error)" + } + }, + "id": 6015, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25714:38:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 6016, + "nodeType": "RevertStatement", + "src": "25707:45:12" + } + ] + } + }, + { + "expression": { + "id": 6044, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "delete", + "prefix": true, + "src": "25977:42:12", + "subExpression": { + "expression": { + "baseExpression": { + "expression": { + "id": 6039, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5990, + "src": "25984:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 6040, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "25986:10:12", + "memberName": "_schedules", + "nodeType": "MemberAccess", + "referencedDeclaration": 4504, + "src": "25984:12:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", + "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" + } + }, + "id": 6042, + "indexExpression": { + "id": 6041, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5983, + "src": "25997:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "25984:25:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Schedule_$4472_storage", + "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" + } + }, + "id": 6043, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "26010:9:12", + "memberName": "timepoint", + "nodeType": "MemberAccess", + "referencedDeclaration": 4469, + "src": "25984:35:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 6045, + "nodeType": "ExpressionStatement", + "src": "25977:42:12" + }, + { + "eventCall": { + "arguments": [ + { + "id": 6047, + "name": "operationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 5983, + "src": "26091:11:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 6048, + "name": "nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6003, + "src": "26104:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + ], + "id": 6046, + "name": "OperationExecuted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7264, + "src": "26073:17:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_uint32_$returns$__$", + "typeString": "function (bytes32,uint32)" + } + }, + "id": 6049, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "26073:37:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 6050, + "nodeType": "EmitStatement", + "src": "26068:42:12" + }, + { + "expression": { + "id": 6051, + "name": "nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6003, + "src": "26128:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "functionReturnParameters": 5987, + "id": 6052, + "nodeType": "Return", + "src": "26121:12:12" + } + ] + }, + "documentation": { + "id": 5981, + "nodeType": "StructuredDocumentation", + "src": "25205: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": 6054, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_consumeScheduledOp", + "nameLocation": "25398:19:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 5984, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5983, + "mutability": "mutable", + "name": "operationId", + "nameLocation": "25426:11:12", + "nodeType": "VariableDeclaration", + "scope": 6054, + "src": "25418:19:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 5982, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "25418:7:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "25417:21:12" + }, + "returnParameters": { + "id": 5987, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 5986, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 6054, + "src": "25465:6:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 5985, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "25465:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "25464:8:12" + }, + "scope": 6528, + "src": "25389:751:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "baseFunctions": [ + 7661 + ], + "body": { + "id": 6075, + "nodeType": "Block", + "src": "26295:67:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "id": 6069, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6057, + "src": "26333:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 6070, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6059, + "src": "26341:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 6071, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6061, + "src": "26349: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": 6067, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -1, + "src": "26322:3:12", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 6068, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "26326:6:12", + "memberName": "encode", + "nodeType": "MemberAccess", + "src": "26322:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", + "typeString": "function () pure returns (bytes memory)" + } + }, + "id": 6072, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "26322:32:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 6066, + "name": "keccak256", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -8, + "src": "26312:9:12", + "typeDescriptions": { + "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (bytes memory) pure returns (bytes32)" + } + }, + "id": 6073, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "26312:43:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "functionReturnParameters": 6065, + "id": 6074, + "nodeType": "Return", + "src": "26305:50:12" + } + ] + }, + "documentation": { + "id": 6055, + "nodeType": "StructuredDocumentation", + "src": "26146:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "abd9bd2a", + "id": 6076, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "hashOperation", + "nameLocation": "26190:13:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6062, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6057, + "mutability": "mutable", + "name": "caller", + "nameLocation": "26212:6:12", + "nodeType": "VariableDeclaration", + "scope": 6076, + "src": "26204:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6056, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "26204:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6059, + "mutability": "mutable", + "name": "target", + "nameLocation": "26228:6:12", + "nodeType": "VariableDeclaration", + "scope": 6076, + "src": "26220:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6058, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "26220:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6061, + "mutability": "mutable", + "name": "data", + "nameLocation": "26251:4:12", + "nodeType": "VariableDeclaration", + "scope": 6076, + "src": "26236:19:12", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 6060, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "26236:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "26203:53:12" + }, + "returnParameters": { + "id": 6065, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6064, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 6076, + "src": "26286:7:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 6063, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "26286:7:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "26285:9:12" + }, + "scope": 6528, + "src": "26181:181:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7669 + ], + "body": { + "id": 6093, + "nodeType": "Block", + "src": "26616:66:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 6090, + "name": "newAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6081, + "src": "26662:12:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "expression": { + "arguments": [ + { + "id": 6087, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6079, + "src": "26641:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 6086, + "name": "IAccessManaged", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7238, + "src": "26626:14:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IAccessManaged_$7238_$", + "typeString": "type(contract IAccessManaged)" + } + }, + "id": 6088, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "26626:22:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IAccessManaged_$7238", + "typeString": "contract IAccessManaged" + } + }, + "id": 6089, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "26649:12:12", + "memberName": "setAuthority", + "nodeType": "MemberAccess", + "referencedDeclaration": 7231, + "src": "26626:35:12", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$", + "typeString": "function (address) external" + } + }, + "id": 6091, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "26626:49:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 6092, + "nodeType": "ExpressionStatement", + "src": "26626:49:12" + } + ] + }, + "documentation": { + "id": 6077, + "nodeType": "StructuredDocumentation", + "src": "26488:30:12", + "text": "@inheritdoc IAccessManager" + }, + "functionSelector": "18ff183c", + "id": 6094, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 6084, + "kind": "modifierInvocation", + "modifierName": { + "id": 6083, + "name": "onlyAuthorized", + "nameLocations": [ + "26601:14:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4526, + "src": "26601:14:12" + }, + "nodeType": "ModifierInvocation", + "src": "26601:14:12" + } + ], + "name": "updateAuthority", + "nameLocation": "26532:15:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6082, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6079, + "mutability": "mutable", + "name": "target", + "nameLocation": "26556:6:12", + "nodeType": "VariableDeclaration", + "scope": 6094, + "src": "26548:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6078, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "26548:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6081, + "mutability": "mutable", + "name": "newAuthority", + "nameLocation": "26572:12:12", + "nodeType": "VariableDeclaration", + "scope": 6094, + "src": "26564:20:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6080, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "26564:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "26547:38:12" + }, + "returnParameters": { + "id": 6085, + "nodeType": "ParameterList", + "parameters": [], + "src": "26616:0:12" + }, + "scope": 6528, + "src": "26523:159:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 6147, + "nodeType": "Block", + "src": "27072:467:12", + "statements": [ + { + "assignments": [ + 6099 + ], + "declarations": [ + { + "constant": false, + "id": 6099, + "mutability": "mutable", + "name": "caller", + "nameLocation": "27090:6:12", + "nodeType": "VariableDeclaration", + "scope": 6147, + "src": "27082:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6098, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "27082:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 6102, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6100, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6810, + "src": "27099:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 6101, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27099:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "27082:29:12" + }, + { + "assignments": [ + 6104, + 6106 + ], + "declarations": [ + { + "constant": false, + "id": 6104, + "mutability": "mutable", + "name": "immediate", + "nameLocation": "27127:9:12", + "nodeType": "VariableDeclaration", + "scope": 6147, + "src": "27122:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 6103, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "27122:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6106, + "mutability": "mutable", + "name": "delay", + "nameLocation": "27145:5:12", + "nodeType": "VariableDeclaration", + "scope": 6147, + "src": "27138:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 6105, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "27138:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "id": 6112, + "initialValue": { + "arguments": [ + { + "id": 6108, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6099, + "src": "27167:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6109, + "name": "_msgData", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6819, + "src": "27175:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes_calldata_ptr_$", + "typeString": "function () view returns (bytes calldata)" + } + }, + "id": 6110, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27175: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": 6107, + "name": "_canCallSelf", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6448, + "src": "27154: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": 6111, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27154:32:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "27121:65:12" + }, + { + "condition": { + "id": 6114, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "27200:10:12", + "subExpression": { + "id": 6113, + "name": "immediate", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6104, + "src": "27201:9:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 6146, + "nodeType": "IfStatement", + "src": "27196:337:12", + "trueBody": { + "id": 6145, + "nodeType": "Block", + "src": "27212:321:12", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "id": 6117, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6115, + "name": "delay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6106, + "src": "27230:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 6116, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27239:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "27230:10:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 6143, + "nodeType": "Block", + "src": "27421:102:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "id": 6133, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6099, + "src": "27473:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 6136, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "27489:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + ], + "id": 6135, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "27481:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 6134, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "27481:7:12", + "typeDescriptions": {} + } + }, + "id": 6137, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27481:13:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6138, + "name": "_msgData", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6819, + "src": "27496:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes_calldata_ptr_$", + "typeString": "function () view returns (bytes calldata)" + } + }, + "id": 6139, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27496: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": 6132, + "name": "hashOperation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6076, + "src": "27459: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": 6140, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27459:48:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 6131, + "name": "_consumeScheduledOp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6054, + "src": "27439:19:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$returns$_t_uint32_$", + "typeString": "function (bytes32) returns (uint32)" + } + }, + "id": 6141, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27439:69:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "id": 6142, + "nodeType": "ExpressionStatement", + "src": "27439:69:12" + } + ] + }, + "id": 6144, + "nodeType": "IfStatement", + "src": "27226:297:12", + "trueBody": { + "id": 6130, + "nodeType": "Block", + "src": "27242:173:12", + "statements": [ + { + "assignments": [ + null, + 6119, + null + ], + "declarations": [ + null, + { + "constant": false, + "id": 6119, + "mutability": "mutable", + "name": "requiredRole", + "nameLocation": "27270:12:12", + "nodeType": "VariableDeclaration", + "scope": 6130, + "src": "27263:19:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 6118, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "27263:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + null + ], + "id": 6124, + "initialValue": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6121, + "name": "_msgData", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6819, + "src": "27310:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes_calldata_ptr_$", + "typeString": "function () view returns (bytes calldata)" + } + }, + "id": 6122, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27310:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + ], + "id": 6120, + "name": "_getAdminRestrictions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6301, + "src": "27288: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": 6123, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27288:33:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_uint32_$", + "typeString": "tuple(bool,uint64,uint32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "27260:61:12" + }, + { + "errorCall": { + "arguments": [ + { + "id": 6126, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6099, + "src": "27379:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 6127, + "name": "requiredRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6119, + "src": "27387:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 6125, + "name": "AccessManagerUnauthorizedAccount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7374, + "src": "27346:32:12", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_address_$_t_uint64_$returns$_t_error_$", + "typeString": "function (address,uint64) pure returns (error)" + } + }, + "id": 6128, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27346:54:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 6129, + "nodeType": "RevertStatement", + "src": "27339:61:12" + } + ] + } + } + ] + } + } + ] + }, + "documentation": { + "id": 6095, + "nodeType": "StructuredDocumentation", + "src": "26808:223:12", + "text": " @dev Check if the current call is authorized according to admin and roles logic.\n WARNING: Carefully review the considerations of {AccessManaged-restricted} since they apply to this modifier." + }, + "id": 6148, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_checkAuthorized", + "nameLocation": "27045:16:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6096, + "nodeType": "ParameterList", + "parameters": [], + "src": "27061:2:12" + }, + "returnParameters": { + "id": 6097, + "nodeType": "ParameterList", + "parameters": [], + "src": "27072:0:12" + }, + "scope": 6528, + "src": "27036:503:12", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "private" + }, + { + "body": { + "id": 6300, + "nodeType": "Block", + "src": "28098:1525:12", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 6163, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 6160, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6151, + "src": "28112:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "id": 6161, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "28117:6:12", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "28112:11:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "hexValue": "34", + "id": 6162, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "28126:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "src": "28112:15:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 6170, + "nodeType": "IfStatement", + "src": "28108:66:12", + "trueBody": { + "id": 6169, + "nodeType": "Block", + "src": "28129:45:12", + "statements": [ + { + "expression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 6164, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "28151:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "30", + "id": 6165, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "28158:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + { + "hexValue": "30", + "id": 6166, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "28161:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 6167, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "28150: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": 6159, + "id": 6168, + "nodeType": "Return", + "src": "28143:20:12" + } + ] + } + }, + { + "assignments": [ + 6172 + ], + "declarations": [ + { + "constant": false, + "id": 6172, + "mutability": "mutable", + "name": "selector", + "nameLocation": "28191:8:12", + "nodeType": "VariableDeclaration", + "scope": 6300, + "src": "28184:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 6171, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "28184:6:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "id": 6176, + "initialValue": { + "arguments": [ + { + "id": 6174, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6151, + "src": "28217:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + ], + "id": 6173, + "name": "_checkSelector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6508, + "src": "28202:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", + "typeString": "function (bytes calldata) pure returns (bytes4)" + } + }, + "id": 6175, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "28202:20:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "28184:38:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 6205, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 6199, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 6193, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 6187, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "id": 6181, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6177, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6172, + "src": "28342:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "expression": { + "id": 6178, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "28354:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + }, + "id": 6179, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "28359:9:12", + "memberName": "labelRole", + "nodeType": "MemberAccess", + "referencedDeclaration": 4927, + "src": "28354:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (uint64,string memory) external" + } + }, + "id": 6180, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "28369:8:12", + "memberName": "selector", + "nodeType": "MemberAccess", + "src": "28354:23:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "src": "28342:35:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "id": 6186, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6182, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6172, + "src": "28393:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "expression": { + "id": 6183, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "28405:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + }, + "id": 6184, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "28410:12:12", + "memberName": "setRoleAdmin", + "nodeType": "MemberAccess", + "referencedDeclaration": 5004, + "src": "28405:17:12", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_uint64_$returns$__$", + "typeString": "function (uint64,uint64) external" + } + }, + "id": 6185, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "28423:8:12", + "memberName": "selector", + "nodeType": "MemberAccess", + "src": "28405:26:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "src": "28393:38:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "28342:89:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "id": 6192, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6188, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6172, + "src": "28447:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "expression": { + "id": 6189, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "28459:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + }, + "id": 6190, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "28464:15:12", + "memberName": "setRoleGuardian", + "nodeType": "MemberAccess", + "referencedDeclaration": 5020, + "src": "28459:20:12", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_uint64_$returns$__$", + "typeString": "function (uint64,uint64) external" + } + }, + "id": 6191, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "28480:8:12", + "memberName": "selector", + "nodeType": "MemberAccess", + "src": "28459:29:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "src": "28447:41:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "28342:146:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "id": 6198, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6194, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6172, + "src": "28504:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "expression": { + "id": 6195, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "28516:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + }, + "id": 6196, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "28521:13:12", + "memberName": "setGrantDelay", + "nodeType": "MemberAccess", + "referencedDeclaration": 5036, + "src": "28516:18:12", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_uint32_$returns$__$", + "typeString": "function (uint64,uint32) external" + } + }, + "id": 6197, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "28535:8:12", + "memberName": "selector", + "nodeType": "MemberAccess", + "src": "28516:27:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "src": "28504:39:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "28342:201:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "id": 6204, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6200, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6172, + "src": "28559:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "expression": { + "id": 6201, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "28571:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + }, + "id": 6202, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "28576:19:12", + "memberName": "setTargetAdminDelay", + "nodeType": "MemberAccess", + "referencedDeclaration": 5423, + "src": "28571:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint32_$returns$__$", + "typeString": "function (address,uint32) external" + } + }, + "id": 6203, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "28596:8:12", + "memberName": "selector", + "nodeType": "MemberAccess", + "src": "28571:33:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "src": "28559:45:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "28342:262:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 6212, + "nodeType": "IfStatement", + "src": "28325:343:12", + "trueBody": { + "id": 6211, + "nodeType": "Block", + "src": "28615:53:12", + "statements": [ + { + "expression": { + "components": [ + { + "hexValue": "74727565", + "id": 6206, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "28637:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + { + "id": 6207, + "name": "ADMIN_ROLE", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4480, + "src": "28643:10:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "hexValue": "30", + "id": 6208, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "28655:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 6209, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "28636:21:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,uint64,int_const 0)" + } + }, + "functionReturnParameters": 6159, + "id": 6210, + "nodeType": "Return", + "src": "28629:28:12" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 6229, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 6223, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "id": 6217, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6213, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6172, + "src": "28775:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "expression": { + "id": 6214, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "28787:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + }, + "id": 6215, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "28792:15:12", + "memberName": "updateAuthority", + "nodeType": "MemberAccess", + "referencedDeclaration": 6094, + "src": "28787:20:12", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_address_$returns$__$", + "typeString": "function (address,address) external" + } + }, + "id": 6216, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "28808:8:12", + "memberName": "selector", + "nodeType": "MemberAccess", + "src": "28787:29:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "src": "28775:41:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "id": 6222, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6218, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6172, + "src": "28832:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "expression": { + "id": 6219, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "28844:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + }, + "id": 6220, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "28849:15:12", + "memberName": "setTargetClosed", + "nodeType": "MemberAccess", + "referencedDeclaration": 5483, + "src": "28844:20:12", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_bool_$returns$__$", + "typeString": "function (address,bool) external" + } + }, + "id": 6221, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "28865:8:12", + "memberName": "selector", + "nodeType": "MemberAccess", + "src": "28844:29:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "src": "28832:41:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "28775:98:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "id": 6228, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6224, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6172, + "src": "28889:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "expression": { + "id": 6225, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "28901:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + }, + "id": 6226, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "28906:21:12", + "memberName": "setTargetFunctionRole", + "nodeType": "MemberAccess", + "referencedDeclaration": 5373, + "src": "28901: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": 6227, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "28928:8:12", + "memberName": "selector", + "nodeType": "MemberAccess", + "src": "28901:35:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "src": "28889:47:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "28775:161:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 6255, + "nodeType": "IfStatement", + "src": "28758:414:12", + "trueBody": { + "id": 6254, + "nodeType": "Block", + "src": "28947:225:12", + "statements": [ + { + "assignments": [ + 6231 + ], + "declarations": [ + { + "constant": false, + "id": 6231, + "mutability": "mutable", + "name": "target", + "nameLocation": "29012:6:12", + "nodeType": "VariableDeclaration", + "scope": 6254, + "src": "29004:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6230, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "29004:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 6242, + "initialValue": { + "arguments": [ + { + "baseExpression": { + "id": 6234, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6151, + "src": "29032:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "endExpression": { + "hexValue": "30783234", + "id": 6236, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "29042:4:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_36_by_1", + "typeString": "int_const 36" + }, + "value": "0x24" + }, + "id": 6237, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexRangeAccess", + "src": "29032:15:12", + "startExpression": { + "hexValue": "30783034", + "id": 6235, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "29037: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": 6239, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "29050:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 6238, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "29050:7:12", + "typeDescriptions": {} + } + } + ], + "id": 6240, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "29049: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": 6232, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -1, + "src": "29021:3:12", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 6233, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "29025:6:12", + "memberName": "decode", + "nodeType": "MemberAccess", + "src": "29021:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 6241, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "29021:38:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address_payable", + "typeString": "address payable" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "29004:55:12" + }, + { + "assignments": [ + 6244 + ], + "declarations": [ + { + "constant": false, + "id": 6244, + "mutability": "mutable", + "name": "delay", + "nameLocation": "29080:5:12", + "nodeType": "VariableDeclaration", + "scope": 6254, + "src": "29073:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 6243, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "29073:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "id": 6248, + "initialValue": { + "arguments": [ + { + "id": 6246, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6231, + "src": "29108:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 6245, + "name": "getTargetAdminDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4734, + "src": "29088:19:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_uint32_$", + "typeString": "function (address) view returns (uint32)" + } + }, + "id": 6247, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "29088:27:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "29073:42:12" + }, + { + "expression": { + "components": [ + { + "hexValue": "74727565", + "id": 6249, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "29137:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + { + "id": 6250, + "name": "ADMIN_ROLE", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4480, + "src": "29143:10:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 6251, + "name": "delay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6244, + "src": "29155:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + } + ], + "id": 6252, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "29136:25:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_uint32_$", + "typeString": "tuple(bool,uint64,uint32)" + } + }, + "functionReturnParameters": 6159, + "id": 6253, + "nodeType": "Return", + "src": "29129:32:12" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 6266, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "id": 6260, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6256, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6172, + "src": "29291:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "expression": { + "id": 6257, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "29303:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + }, + "id": 6258, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "29308:9:12", + "memberName": "grantRole", + "nodeType": "MemberAccess", + "referencedDeclaration": 4949, + "src": "29303:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_address_$_t_uint32_$returns$__$", + "typeString": "function (uint64,address,uint32) external" + } + }, + "id": 6259, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "29318:8:12", + "memberName": "selector", + "nodeType": "MemberAccess", + "src": "29303:23:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "src": "29291:35:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "id": 6265, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6261, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6172, + "src": "29330:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "expression": { + "id": 6262, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "29342:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + }, + "id": 6263, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "29347:10:12", + "memberName": "revokeRole", + "nodeType": "MemberAccess", + "referencedDeclaration": 4965, + "src": "29342:15:12", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_address_$returns$__$", + "typeString": "function (uint64,address) external" + } + }, + "id": 6264, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "29358:8:12", + "memberName": "selector", + "nodeType": "MemberAccess", + "src": "29342:24:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "src": "29330:36:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "29291:75:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 6288, + "nodeType": "IfStatement", + "src": "29287:254:12", + "trueBody": { + "id": 6287, + "nodeType": "Block", + "src": "29368:173:12", + "statements": [ + { + "assignments": [ + 6268 + ], + "declarations": [ + { + "constant": false, + "id": 6268, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "29432:6:12", + "nodeType": "VariableDeclaration", + "scope": 6287, + "src": "29425:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 6267, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "29425:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "id": 6279, + "initialValue": { + "arguments": [ + { + "baseExpression": { + "id": 6271, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6151, + "src": "29452:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "endExpression": { + "hexValue": "30783234", + "id": 6273, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "29462:4:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_36_by_1", + "typeString": "int_const 36" + }, + "value": "0x24" + }, + "id": 6274, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexRangeAccess", + "src": "29452:15:12", + "startExpression": { + "hexValue": "30783034", + "id": 6272, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "29457: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": 6276, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "29470:6:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + }, + "typeName": { + "id": 6275, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "29470:6:12", + "typeDescriptions": {} + } + } + ], + "id": 6277, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "29469: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": 6269, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -1, + "src": "29441:3:12", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 6270, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "29445:6:12", + "memberName": "decode", + "nodeType": "MemberAccess", + "src": "29441:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 6278, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "29441:37:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "29425:53:12" + }, + { + "expression": { + "components": [ + { + "hexValue": "74727565", + "id": 6280, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "29500:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + { + "arguments": [ + { + "id": 6282, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6268, + "src": "29519:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 6281, + "name": "getRoleAdmin", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4755, + "src": "29506:12:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_uint64_$returns$_t_uint64_$", + "typeString": "function (uint64) view returns (uint64)" + } + }, + "id": 6283, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "29506:20:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "hexValue": "30", + "id": 6284, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "29528:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 6285, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "29499:31:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,uint64,int_const 0)" + } + }, + "functionReturnParameters": 6159, + "id": 6286, + "nodeType": "Return", + "src": "29492:38:12" + } + ] + } + }, + { + "expression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 6289, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "29559:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "arguments": [ + { + "arguments": [ + { + "id": 6293, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "29596:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + ], + "id": 6292, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "29588:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 6291, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "29588:7:12", + "typeDescriptions": {} + } + }, + "id": 6294, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "29588:13:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 6295, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6172, + "src": "29603:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + ], + "id": 6290, + "name": "getTargetFunctionRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4711, + "src": "29566:21:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_uint64_$", + "typeString": "function (address,bytes4) view returns (uint64)" + } + }, + "id": 6296, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "29566:46:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "hexValue": "30", + "id": 6297, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "29614:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 6298, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "29558:58:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,uint64,int_const 0)" + } + }, + "functionReturnParameters": 6159, + "id": 6299, + "nodeType": "Return", + "src": "29551:65:12" + } + ] + }, + "documentation": { + "id": 6149, + "nodeType": "StructuredDocumentation", + "src": "27545: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": 6301, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_getAdminRestrictions", + "nameLocation": "27954:21:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6152, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6151, + "mutability": "mutable", + "name": "data", + "nameLocation": "28000:4:12", + "nodeType": "VariableDeclaration", + "scope": 6301, + "src": "27985:19:12", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 6150, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "27985:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "27975:35:12" + }, + "returnParameters": { + "id": 6159, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6154, + "mutability": "mutable", + "name": "adminRestricted", + "nameLocation": "28038:15:12", + "nodeType": "VariableDeclaration", + "scope": 6301, + "src": "28033:20:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 6153, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "28033:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6156, + "mutability": "mutable", + "name": "roleAdminId", + "nameLocation": "28062:11:12", + "nodeType": "VariableDeclaration", + "scope": 6301, + "src": "28055:18:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 6155, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "28055:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6158, + "mutability": "mutable", + "name": "executionDelay", + "nameLocation": "28082:14:12", + "nodeType": "VariableDeclaration", + "scope": 6301, + "src": "28075:21:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 6157, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "28075:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "28032:65:12" + }, + "scope": 6528, + "src": "27945:1678:12", + "stateMutability": "view", + "virtual": false, + "visibility": "private" + }, + { + "body": { + "id": 6345, + "nodeType": "Block", + "src": "30215:217:12", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 6320, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6315, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6306, + "src": "30229:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "arguments": [ + { + "id": 6318, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "30247:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + ], + "id": 6317, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "30239:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 6316, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "30239:7:12", + "typeDescriptions": {} + } + }, + "id": 6319, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "30239:13:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "30229:23:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 6343, + "nodeType": "Block", + "src": "30318:108:12", + "statements": [ + { + "expression": { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 6330, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 6327, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6308, + "src": "30339:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "id": 6328, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "30344:6:12", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "30339:11:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "hexValue": "34", + "id": 6329, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "30353:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "src": "30339:15:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseExpression": { + "arguments": [ + { + "id": 6335, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6304, + "src": "30378:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 6336, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6306, + "src": "30386:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 6338, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6308, + "src": "30409:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + ], + "id": 6337, + "name": "_checkSelector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6508, + "src": "30394:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", + "typeString": "function (bytes calldata) pure returns (bytes4)" + } + }, + "id": 6339, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "30394: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": 6334, + "name": "canCall", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4647, + "src": "30370: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": 6340, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "30370:45:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "id": 6341, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "Conditional", + "src": "30339:76:12", + "trueExpression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 6331, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "30358:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "30", + "id": 6332, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "30365:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 6333, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "30357: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": 6314, + "id": 6342, + "nodeType": "Return", + "src": "30332:83:12" + } + ] + }, + "id": 6344, + "nodeType": "IfStatement", + "src": "30225:201:12", + "trueBody": { + "id": 6326, + "nodeType": "Block", + "src": "30254:58:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 6322, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6304, + "src": "30288:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 6323, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6308, + "src": "30296: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": 6321, + "name": "_canCallSelf", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6448, + "src": "30275: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": 6324, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "30275:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "functionReturnParameters": 6314, + "id": 6325, + "nodeType": "Return", + "src": "30268:33:12" + } + ] + } + } + ] + }, + "documentation": { + "id": 6302, + "nodeType": "StructuredDocumentation", + "src": "29749: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": 6346, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_canCallExtended", + "nameLocation": "30063:16:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6309, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6304, + "mutability": "mutable", + "name": "caller", + "nameLocation": "30097:6:12", + "nodeType": "VariableDeclaration", + "scope": 6346, + "src": "30089:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6303, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "30089:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6306, + "mutability": "mutable", + "name": "target", + "nameLocation": "30121:6:12", + "nodeType": "VariableDeclaration", + "scope": 6346, + "src": "30113:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6305, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "30113:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6308, + "mutability": "mutable", + "name": "data", + "nameLocation": "30152:4:12", + "nodeType": "VariableDeclaration", + "scope": 6346, + "src": "30137:19:12", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 6307, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "30137:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "30079:83:12" + }, + "returnParameters": { + "id": 6314, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6311, + "mutability": "mutable", + "name": "immediate", + "nameLocation": "30190:9:12", + "nodeType": "VariableDeclaration", + "scope": 6346, + "src": "30185:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 6310, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "30185:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6313, + "mutability": "mutable", + "name": "delay", + "nameLocation": "30208:5:12", + "nodeType": "VariableDeclaration", + "scope": 6346, + "src": "30201:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 6312, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "30201:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "30184:30:12" + }, + "scope": 6528, + "src": "30054:378:12", + "stateMutability": "view", + "virtual": false, + "visibility": "private" + }, + { + "body": { + "id": 6447, + "nodeType": "Block", + "src": "30647:996:12", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 6361, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 6358, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6351, + "src": "30661:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "id": 6359, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "30666:6:12", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "30661:11:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "hexValue": "34", + "id": 6360, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "30675:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "src": "30661:15:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 6367, + "nodeType": "IfStatement", + "src": "30657:63:12", + "trueBody": { + "id": 6366, + "nodeType": "Block", + "src": "30678:42:12", + "statements": [ + { + "expression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 6362, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "30700:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "30", + "id": 6363, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "30707:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 6364, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "30699:10:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "functionReturnParameters": 6357, + "id": 6365, + "nodeType": "Return", + "src": "30692:17:12" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 6373, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6368, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6349, + "src": "30734:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "arguments": [ + { + "id": 6371, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "30752:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + ], + "id": 6370, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "30744:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 6369, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "30744:7:12", + "typeDescriptions": {} + } + }, + "id": 6372, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "30744:13:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "30734:23:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 6387, + "nodeType": "IfStatement", + "src": "30730:334:12", + "trueBody": { + "id": 6386, + "nodeType": "Block", + "src": "30759:305:12", + "statements": [ + { + "expression": { + "components": [ + { + "arguments": [ + { + "arguments": [ + { + "id": 6377, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "31021:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + ], + "id": 6376, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "31013:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 6375, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "31013:7:12", + "typeDescriptions": {} + } + }, + "id": 6378, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "31013:13:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 6380, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6351, + "src": "31043:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + ], + "id": 6379, + "name": "_checkSelector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6508, + "src": "31028:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", + "typeString": "function (bytes calldata) pure returns (bytes4)" + } + }, + "id": 6381, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "31028:20:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + ], + "id": 6374, + "name": "_isExecuting", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6473, + "src": "31000:12:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_bool_$", + "typeString": "function (address,bytes4) view returns (bool)" + } + }, + "id": 6382, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "31000:49:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "30", + "id": 6383, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "31051:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 6384, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "30999:54:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "functionReturnParameters": 6357, + "id": 6385, + "nodeType": "Return", + "src": "30992:61:12" + } + ] + } + }, + { + "assignments": [ + 6389, + 6391, + 6393 + ], + "declarations": [ + { + "constant": false, + "id": 6389, + "mutability": "mutable", + "name": "adminRestricted", + "nameLocation": "31080:15:12", + "nodeType": "VariableDeclaration", + "scope": 6447, + "src": "31075:20:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 6388, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "31075:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6391, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "31104:6:12", + "nodeType": "VariableDeclaration", + "scope": 6447, + "src": "31097:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 6390, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "31097:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6393, + "mutability": "mutable", + "name": "operationDelay", + "nameLocation": "31119:14:12", + "nodeType": "VariableDeclaration", + "scope": 6447, + "src": "31112:21:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 6392, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "31112:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "id": 6397, + "initialValue": { + "arguments": [ + { + "id": 6395, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6351, + "src": "31159:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + ], + "id": 6394, + "name": "_getAdminRestrictions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6301, + "src": "31137: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": 6396, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "31137:27:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_uint32_$", + "typeString": "tuple(bool,uint64,uint32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "31074:90:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 6406, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6399, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "31244:16:12", + "subExpression": { + "id": 6398, + "name": "adminRestricted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6389, + "src": "31245:15:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "arguments": [ + { + "arguments": [ + { + "id": 6403, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "31287:4:12", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6528", + "typeString": "contract AccessManagerUpgradeable" + } + ], + "id": 6402, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "31279:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 6401, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "31279:7:12", + "typeDescriptions": {} + } + }, + "id": 6404, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "31279:13:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 6400, + "name": "isTargetClosed", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4686, + "src": "31264:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_bool_$", + "typeString": "function (address) view returns (bool)" + } + }, + "id": 6405, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "31264:29:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "31244:49:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 6412, + "nodeType": "IfStatement", + "src": "31240:97:12", + "trueBody": { + "id": 6411, + "nodeType": "Block", + "src": "31295:42:12", + "statements": [ + { + "expression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 6407, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "31317:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "30", + "id": 6408, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "31324:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 6409, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "31316:10:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "functionReturnParameters": 6357, + "id": 6410, + "nodeType": "Return", + "src": "31309:17:12" + } + ] + } + }, + { + "assignments": [ + 6414, + 6416 + ], + "declarations": [ + { + "constant": false, + "id": 6414, + "mutability": "mutable", + "name": "inRole", + "nameLocation": "31353:6:12", + "nodeType": "VariableDeclaration", + "scope": 6447, + "src": "31348:11:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 6413, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "31348:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6416, + "mutability": "mutable", + "name": "executionDelay", + "nameLocation": "31368:14:12", + "nodeType": "VariableDeclaration", + "scope": 6447, + "src": "31361:21:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 6415, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "31361:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "id": 6421, + "initialValue": { + "arguments": [ + { + "id": 6418, + "name": "roleId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6391, + "src": "31394:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 6419, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6349, + "src": "31402:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 6417, + "name": "hasRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4898, + "src": "31386: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": 6420, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "31386:23:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "31347:62:12" + }, + { + "condition": { + "id": 6423, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "31423:7:12", + "subExpression": { + "id": 6422, + "name": "inRole", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6414, + "src": "31424:6:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 6429, + "nodeType": "IfStatement", + "src": "31419:55:12", + "trueBody": { + "id": 6428, + "nodeType": "Block", + "src": "31432:42:12", + "statements": [ + { + "expression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 6424, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "31454:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "30", + "id": 6425, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "31461:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 6426, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "31453:10:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "functionReturnParameters": 6357, + "id": 6427, + "nodeType": "Return", + "src": "31446:17:12" + } + ] + } + }, + { + "expression": { + "id": 6439, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 6430, + "name": "delay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6356, + "src": "31544:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "arguments": [ + { + "id": 6435, + "name": "operationDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6393, + "src": "31568:14:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 6436, + "name": "executionDelay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6416, + "src": "31584:14:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + ], + "expression": { + "id": 6433, + "name": "Math", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11181, + "src": "31559:4:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Math_$11181_$", + "typeString": "type(library Math)" + } + }, + "id": 6434, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "31564:3:12", + "memberName": "max", + "nodeType": "MemberAccess", + "referencedDeclaration": 9791, + "src": "31559:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (uint256,uint256) pure returns (uint256)" + } + }, + "id": 6437, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "31559:40:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 6432, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "31552:6:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint32_$", + "typeString": "type(uint32)" + }, + "typeName": { + "id": 6431, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "31552:6:12", + "typeDescriptions": {} + } + }, + "id": 6438, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "31552:48:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "src": "31544:56:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "id": 6440, + "nodeType": "ExpressionStatement", + "src": "31544:56:12" + }, + { + "expression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "id": 6443, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6441, + "name": "delay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6356, + "src": "31618:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 6442, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "31627:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "31618:10:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 6444, + "name": "delay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6356, + "src": "31630:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + } + ], + "id": 6445, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "31617:19:12", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "functionReturnParameters": 6357, + "id": 6446, + "nodeType": "Return", + "src": "31610:26:12" + } + ] + }, + "documentation": { + "id": 6347, + "nodeType": "StructuredDocumentation", + "src": "30438:93:12", + "text": " @dev A version of {canCall} that checks for restrictions in this contract." + }, + "id": 6448, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_canCallSelf", + "nameLocation": "30545:12:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6352, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6349, + "mutability": "mutable", + "name": "caller", + "nameLocation": "30566:6:12", + "nodeType": "VariableDeclaration", + "scope": 6448, + "src": "30558:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6348, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "30558:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6351, + "mutability": "mutable", + "name": "data", + "nameLocation": "30589:4:12", + "nodeType": "VariableDeclaration", + "scope": 6448, + "src": "30574:19:12", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 6350, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "30574:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "30557:37:12" + }, + "returnParameters": { + "id": 6357, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6354, + "mutability": "mutable", + "name": "immediate", + "nameLocation": "30622:9:12", + "nodeType": "VariableDeclaration", + "scope": 6448, + "src": "30617:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 6353, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "30617:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6356, + "mutability": "mutable", + "name": "delay", + "nameLocation": "30640:5:12", + "nodeType": "VariableDeclaration", + "scope": 6448, + "src": "30633:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 6355, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "30633:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "30616:30:12" + }, + "scope": 6528, + "src": "30536:1107:12", + "stateMutability": "view", + "virtual": false, + "visibility": "private" + }, + { + "body": { + "id": 6472, + "nodeType": "Block", + "src": "31846:145:12", + "statements": [ + { + "assignments": [ + 6460 + ], + "declarations": [ + { + "constant": false, + "id": 6460, + "mutability": "mutable", + "name": "$", + "nameLocation": "31885:1:12", + "nodeType": "VariableDeclaration", + "scope": 6472, + "src": "31856:30:12", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + }, + "typeName": { + "id": 6459, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 6458, + "name": "AccessManagerStorage", + "nameLocations": [ + "31856:20:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4507, + "src": "31856:20:12" + }, + "referencedDeclaration": 4507, + "src": "31856:20:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" + } + }, + "visibility": "internal" + } + ], + "id": 6463, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6461, + "name": "_getAccessManagerStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4518, + "src": "31889:24:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4507_storage_ptr_$", + "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" + } + }, + "id": 6462, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "31889:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "31856:59:12" + }, + { + "expression": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 6470, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 6464, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6460, + "src": "31932:1:12", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AccessManagerStorage_$4507_storage_ptr", + "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" + } + }, + "id": 6465, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "31934:12:12", + "memberName": "_executionId", + "nodeType": "MemberAccess", + "referencedDeclaration": 4506, + "src": "31932:14:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "arguments": [ + { + "id": 6467, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6451, + "src": "31967:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 6468, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6453, + "src": "31975:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + ], + "id": 6466, + "name": "_hashExecutionId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6527, + "src": "31950:16:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_address_$_t_bytes4_$returns$_t_bytes32_$", + "typeString": "function (address,bytes4) pure returns (bytes32)" + } + }, + "id": 6469, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "31950:34:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "31932:52:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 6457, + "id": 6471, + "nodeType": "Return", + "src": "31925:59:12" + } + ] + }, + "documentation": { + "id": 6449, + "nodeType": "StructuredDocumentation", + "src": "31649:109:12", + "text": " @dev Returns true if a call with `target` and `selector` is being executed via {executed}." + }, + "id": 6473, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_isExecuting", + "nameLocation": "31772:12:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6454, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6451, + "mutability": "mutable", + "name": "target", + "nameLocation": "31793:6:12", + "nodeType": "VariableDeclaration", + "scope": 6473, + "src": "31785:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6450, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "31785:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6453, + "mutability": "mutable", + "name": "selector", + "nameLocation": "31808:8:12", + "nodeType": "VariableDeclaration", + "scope": 6473, + "src": "31801:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 6452, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "31801:6:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "31784:33:12" + }, + "returnParameters": { + "id": 6457, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6456, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 6473, + "src": "31840:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 6455, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "31840:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "31839:6:12" + }, + "scope": 6528, + "src": "31763:228:12", + "stateMutability": "view", + "virtual": false, + "visibility": "private" + }, + { + "body": { + "id": 6490, + "nodeType": "Block", + "src": "32161:68:12", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 6488, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 6484, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6481, + "name": "timepoint", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6476, + "src": "32178:9:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6482, + "name": "expiration", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4656, + "src": "32190:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_uint32_$", + "typeString": "function () view returns (uint32)" + } + }, + "id": 6483, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "32190:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "src": "32178:24:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "<=", + "rightExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "id": 6485, + "name": "Time", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13364, + "src": "32206:4:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Time_$13364_$", + "typeString": "type(library Time)" + } + }, + "id": 6486, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "32211:9:12", + "memberName": "timestamp", + "nodeType": "MemberAccess", + "referencedDeclaration": 13112, + "src": "32206:14:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", + "typeString": "function () view returns (uint48)" + } + }, + "id": 6487, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "32206:16:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "src": "32178:44:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 6480, + "id": 6489, + "nodeType": "Return", + "src": "32171:51:12" + } + ] + }, + "documentation": { + "id": 6474, + "nodeType": "StructuredDocumentation", + "src": "31997:93:12", + "text": " @dev Returns true if a schedule timepoint is past its expiration deadline." + }, + "id": 6491, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_isExpired", + "nameLocation": "32104:10:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6477, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6476, + "mutability": "mutable", + "name": "timepoint", + "nameLocation": "32122:9:12", + "nodeType": "VariableDeclaration", + "scope": 6491, + "src": "32115:16:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 6475, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "32115:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "32114:18:12" + }, + "returnParameters": { + "id": 6480, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6479, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 6491, + "src": "32155:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 6478, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "32155:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "32154:6:12" + }, + "scope": 6528, + "src": "32095:134:12", + "stateMutability": "view", + "virtual": false, + "visibility": "private" + }, + { + "body": { + "id": 6507, + "nodeType": "Block", + "src": "32414:41:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "baseExpression": { + "id": 6501, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6494, + "src": "32438:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "endExpression": { + "hexValue": "34", + "id": 6503, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "32445:1:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "id": 6504, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexRangeAccess", + "src": "32438:9:12", + "startExpression": { + "hexValue": "30", + "id": 6502, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "32443: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": 6500, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "32431:6:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes4_$", + "typeString": "type(bytes4)" + }, + "typeName": { + "id": 6499, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "32431:6:12", + "typeDescriptions": {} + } + }, + "id": 6505, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "32431:17:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "functionReturnParameters": 6498, + "id": 6506, + "nodeType": "Return", + "src": "32424:24:12" + } + ] + }, + "documentation": { + "id": 6492, + "nodeType": "StructuredDocumentation", + "src": "32235:99:12", + "text": " @dev Extracts the selector from calldata. Panics if data is not at least 4 bytes" + }, + "id": 6508, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_checkSelector", + "nameLocation": "32348:14:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6495, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6494, + "mutability": "mutable", + "name": "data", + "nameLocation": "32378:4:12", + "nodeType": "VariableDeclaration", + "scope": 6508, + "src": "32363:19:12", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 6493, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "32363:5:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "32362:21:12" + }, + "returnParameters": { + "id": 6498, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6497, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 6508, + "src": "32406:6:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 6496, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "32406:6:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "32405:8:12" + }, + "scope": 6528, + "src": "32339:116:12", + "stateMutability": "pure", + "virtual": false, + "visibility": "private" + }, + { + "body": { + "id": 6526, + "nodeType": "Block", + "src": "32619:63:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "id": 6521, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6511, + "src": "32657:6:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 6522, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6513, + "src": "32665:8:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + ], + "expression": { + "id": 6519, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -1, + "src": "32646:3:12", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 6520, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "32650:6:12", + "memberName": "encode", + "nodeType": "MemberAccess", + "src": "32646:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", + "typeString": "function () pure returns (bytes memory)" + } + }, + "id": 6523, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "32646:28:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 6518, + "name": "keccak256", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -8, + "src": "32636:9:12", + "typeDescriptions": { + "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (bytes memory) pure returns (bytes32)" + } + }, + "id": 6524, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "32636:39:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "functionReturnParameters": 6517, + "id": 6525, + "nodeType": "Return", + "src": "32629:46:12" + } + ] + }, + "documentation": { + "id": 6509, + "nodeType": "StructuredDocumentation", + "src": "32461:63:12", + "text": " @dev Hashing function for execute protection" + }, + "id": 6527, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_hashExecutionId", + "nameLocation": "32538:16:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6514, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6511, + "mutability": "mutable", + "name": "target", + "nameLocation": "32563:6:12", + "nodeType": "VariableDeclaration", + "scope": 6527, + "src": "32555:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6510, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "32555:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6513, + "mutability": "mutable", + "name": "selector", + "nameLocation": "32578:8:12", + "nodeType": "VariableDeclaration", + "scope": 6527, + "src": "32571:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 6512, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "32571:6:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "32554:33:12" + }, + "returnParameters": { + "id": 6517, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6516, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 6527, + "src": "32610:7:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 6515, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "32610:7:12", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "32609:9:12" + }, + "scope": 6528, + "src": "32529:153:12", + "stateMutability": "pure", + "virtual": false, + "visibility": "private" + } + ], + "scope": 6529, + "src": "3961:28723:12", + "usedErrors": [ + 6545, + 6548, + 7350, + 7354, + 7358, + 7362, + 7366, + 7368, + 7374, + 7382, + 7386, + 7396, + 7400, + 7735, + 8024, + 8027, + 11191 + ], + "usedEvents": [ + 6553, + 7257, + 7264, + 7271, + 7278, + 7291, + 7298, + 7305, + 7312, + 7321, + 7328, + 7337, + 7346 + ] + } + ], + "src": "116:32569:12" + }, + "id": 12 + }, + "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", + "exportedSymbols": { + "Initializable": [ + 6782 + ] + }, + "id": 6783, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 6530, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "113:24:13" + }, + { + "abstract": true, + "baseContracts": [], + "canonicalName": "Initializable", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 6531, + "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": 6782, + "linearizedBaseContracts": [ + 6782 + ], + "name": "Initializable", + "nameLocation": "2367:13:13", + "nodeType": "ContractDefinition", + "nodes": [ + { + "canonicalName": "Initializable.InitializableStorage", + "documentation": { + "id": 6532, + "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": 6539, + "members": [ + { + "constant": false, + "id": 6535, + "mutability": "mutable", + "name": "_initialized", + "nameLocation": "2820:12:13", + "nodeType": "VariableDeclaration", + "scope": 6539, + "src": "2813:19:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 6534, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "2813:6:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 6538, + "mutability": "mutable", + "name": "_initializing", + "nameLocation": "2955:13:13", + "nodeType": "VariableDeclaration", + "scope": 6539, + "src": "2950:18:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 6537, + "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": 6782, + "src": "2685:290:13", + "visibility": "public" + }, + { + "constant": true, + "id": 6542, + "mutability": "constant", + "name": "INITIALIZABLE_STORAGE", + "nameLocation": "3123:21:13", + "nodeType": "VariableDeclaration", + "scope": 6782, + "src": "3098:115:13", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 6540, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3098:7:13", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "value": { + "hexValue": "307866306335376531363834306466303430663135303838646332663831666533393163333932336265633733653233613936363265666339633232396336613030", + "id": 6541, + "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": 6543, + "nodeType": "StructuredDocumentation", + "src": "3220:60:13", + "text": " @dev The contract is already initialized." + }, + "errorSelector": "f92ee8a9", + "id": 6545, + "name": "InvalidInitialization", + "nameLocation": "3291:21:13", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 6544, + "nodeType": "ParameterList", + "parameters": [], + "src": "3312:2:13" + }, + "src": "3285:30:13" + }, + { + "documentation": { + "id": 6546, + "nodeType": "StructuredDocumentation", + "src": "3321:57:13", + "text": " @dev The contract is not initializing." + }, + "errorSelector": "d7e6bcf8", + "id": 6548, + "name": "NotInitializing", + "nameLocation": "3389:15:13", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 6547, + "nodeType": "ParameterList", + "parameters": [], + "src": "3404:2:13" + }, + "src": "3383:24:13" + }, + { + "anonymous": false, + "documentation": { + "id": 6549, + "nodeType": "StructuredDocumentation", + "src": "3413:90:13", + "text": " @dev Triggered when the contract has been initialized or reinitialized." + }, + "eventSelector": "c7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2", + "id": 6553, + "name": "Initialized", + "nameLocation": "3514:11:13", + "nodeType": "EventDefinition", + "parameters": { + "id": 6552, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6551, + "indexed": false, + "mutability": "mutable", + "name": "version", + "nameLocation": "3533:7:13", + "nodeType": "VariableDeclaration", + "scope": 6553, + "src": "3526:14:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 6550, + "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": 6635, + "nodeType": "Block", + "src": "4092:1081:13", + "statements": [ + { + "assignments": [ + 6558 + ], + "declarations": [ + { + "constant": false, + "id": 6558, + "mutability": "mutable", + "name": "$", + "nameLocation": "4187:1:13", + "nodeType": "VariableDeclaration", + "scope": 6635, + "src": "4158:30:13", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage" + }, + "typeName": { + "id": 6557, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 6556, + "name": "InitializableStorage", + "nameLocations": [ + "4158:20:13" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6539, + "src": "4158:20:13" + }, + "referencedDeclaration": 6539, + "src": "4158:20:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage" + } + }, + "visibility": "internal" + } + ], + "id": 6561, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6559, + "name": "_getInitializableStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6781, + "src": "4191:24:13", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$6539_storage_ptr_$", + "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" + } + }, + "id": 6560, + "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_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4158:59:13" + }, + { + "assignments": [ + 6563 + ], + "declarations": [ + { + "constant": false, + "id": 6563, + "mutability": "mutable", + "name": "isTopLevelCall", + "nameLocation": "4284:14:13", + "nodeType": "VariableDeclaration", + "scope": 6635, + "src": "4279:19:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 6562, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "4279:4:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "id": 6567, + "initialValue": { + "id": 6566, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4301:16:13", + "subExpression": { + "expression": { + "id": 6564, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6558, + "src": "4302:1:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6565, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4304:13:13", + "memberName": "_initializing", + "nodeType": "MemberAccess", + "referencedDeclaration": 6538, + "src": "4302:15:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4279:38:13" + }, + { + "assignments": [ + 6569 + ], + "declarations": [ + { + "constant": false, + "id": 6569, + "mutability": "mutable", + "name": "initialized", + "nameLocation": "4334:11:13", + "nodeType": "VariableDeclaration", + "scope": 6635, + "src": "4327:18:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 6568, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "4327:6:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "id": 6572, + "initialValue": { + "expression": { + "id": 6570, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6558, + "src": "4348:1:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6571, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4350:12:13", + "memberName": "_initialized", + "nodeType": "MemberAccess", + "referencedDeclaration": 6535, + "src": "4348:14:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4327:35:13" + }, + { + "assignments": [ + 6574 + ], + "declarations": [ + { + "constant": false, + "id": 6574, + "mutability": "mutable", + "name": "initialSetup", + "nameLocation": "4711:12:13", + "nodeType": "VariableDeclaration", + "scope": 6635, + "src": "4706:17:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 6573, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "4706: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": 6577, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6575, + "name": "initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6569, + "src": "4726:11:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 6576, + "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": 6578, + "name": "isTopLevelCall", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6563, + "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": [ + 6582 + ], + "declarations": [ + { + "constant": false, + "id": 6582, + "mutability": "mutable", + "name": "construction", + "nameLocation": "4775:12:13", + "nodeType": "VariableDeclaration", + "scope": 6635, + "src": "4770:17:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 6581, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "4770:4:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "id": 6595, + "initialValue": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 6594, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 6585, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6583, + "name": "initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6569, + "src": "4790:11:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "31", + "id": 6584, + "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": 6593, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "expression": { + "arguments": [ + { + "id": 6588, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "4818:4:13", + "typeDescriptions": { + "typeIdentifier": "t_contract$_Initializable_$6782", + "typeString": "contract Initializable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_Initializable_$6782", + "typeString": "contract Initializable" + } + ], + "id": 6587, + "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": 6586, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4810:7:13", + "typeDescriptions": {} + } + }, + "id": 6589, + "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": 6590, + "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": 6591, + "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": 6592, + "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": 6600, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6597, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4855:13:13", + "subExpression": { + "id": 6596, + "name": "initialSetup", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6574, + "src": "4856:12:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "id": 6599, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4872:13:13", + "subExpression": { + "id": 6598, + "name": "construction", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6582, + "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": 6605, + "nodeType": "IfStatement", + "src": "4851:91:13", + "trueBody": { + "id": 6604, + "nodeType": "Block", + "src": "4887:55:13", + "statements": [ + { + "errorCall": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6601, + "name": "InvalidInitialization", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6545, + "src": "4908:21:13", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", + "typeString": "function () pure returns (error)" + } + }, + "id": 6602, + "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": 6603, + "nodeType": "RevertStatement", + "src": "4901:30:13" + } + ] + } + }, + { + "expression": { + "id": 6610, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "id": 6606, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6558, + "src": "4951:1:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6608, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "4953:12:13", + "memberName": "_initialized", + "nodeType": "MemberAccess", + "referencedDeclaration": 6535, + "src": "4951:14:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "31", + "id": 6609, + "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": 6611, + "nodeType": "ExpressionStatement", + "src": "4951:18:13" + }, + { + "condition": { + "id": 6612, + "name": "isTopLevelCall", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6563, + "src": "4983:14:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 6620, + "nodeType": "IfStatement", + "src": "4979:67:13", + "trueBody": { + "id": 6619, + "nodeType": "Block", + "src": "4999:47:13", + "statements": [ + { + "expression": { + "id": 6617, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "id": 6613, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6558, + "src": "5013:1:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6615, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "5015:13:13", + "memberName": "_initializing", + "nodeType": "MemberAccess", + "referencedDeclaration": 6538, + "src": "5013:15:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 6616, + "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": 6618, + "nodeType": "ExpressionStatement", + "src": "5013:22:13" + } + ] + } + }, + { + "id": 6621, + "nodeType": "PlaceholderStatement", + "src": "5055:1:13" + }, + { + "condition": { + "id": 6622, + "name": "isTopLevelCall", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6563, + "src": "5070:14:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 6634, + "nodeType": "IfStatement", + "src": "5066:101:13", + "trueBody": { + "id": 6633, + "nodeType": "Block", + "src": "5086:81:13", + "statements": [ + { + "expression": { + "id": 6627, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "id": 6623, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6558, + "src": "5100:1:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6625, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "5102:13:13", + "memberName": "_initializing", + "nodeType": "MemberAccess", + "referencedDeclaration": 6538, + "src": "5100:15:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "66616c7365", + "id": 6626, + "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": 6628, + "nodeType": "ExpressionStatement", + "src": "5100:23:13" + }, + { + "eventCall": { + "arguments": [ + { + "hexValue": "31", + "id": 6630, + "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": 6629, + "name": "Initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6553, + "src": "5142:11:13", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$returns$__$", + "typeString": "function (uint64)" + } + }, + "id": 6631, + "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": 6632, + "nodeType": "EmitStatement", + "src": "5137:19:13" + } + ] + } + } + ] + }, + "documentation": { + "id": 6554, + "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": 6636, + "name": "initializer", + "nameLocation": "4078:11:13", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 6555, + "nodeType": "ParameterList", + "parameters": [], + "src": "4089:2:13" + }, + "src": "4069:1104:13", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 6682, + "nodeType": "Block", + "src": "6291:392:13", + "statements": [ + { + "assignments": [ + 6643 + ], + "declarations": [ + { + "constant": false, + "id": 6643, + "mutability": "mutable", + "name": "$", + "nameLocation": "6386:1:13", + "nodeType": "VariableDeclaration", + "scope": 6682, + "src": "6357:30:13", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage" + }, + "typeName": { + "id": 6642, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 6641, + "name": "InitializableStorage", + "nameLocations": [ + "6357:20:13" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6539, + "src": "6357:20:13" + }, + "referencedDeclaration": 6539, + "src": "6357:20:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage" + } + }, + "visibility": "internal" + } + ], + "id": 6646, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6644, + "name": "_getInitializableStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6781, + "src": "6390:24:13", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$6539_storage_ptr_$", + "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" + } + }, + "id": 6645, + "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_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "6357:59:13" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 6653, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 6647, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6643, + "src": "6431:1:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6648, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6433:13:13", + "memberName": "_initializing", + "nodeType": "MemberAccess", + "referencedDeclaration": 6538, + "src": "6431:15:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 6652, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 6649, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6643, + "src": "6450:1:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6650, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6452:12:13", + "memberName": "_initialized", + "nodeType": "MemberAccess", + "referencedDeclaration": 6535, + "src": "6450:14:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 6651, + "name": "version", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6639, + "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": 6658, + "nodeType": "IfStatement", + "src": "6427:105:13", + "trueBody": { + "id": 6657, + "nodeType": "Block", + "src": "6477:55:13", + "statements": [ + { + "errorCall": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6654, + "name": "InvalidInitialization", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6545, + "src": "6498:21:13", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", + "typeString": "function () pure returns (error)" + } + }, + "id": 6655, + "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": 6656, + "nodeType": "RevertStatement", + "src": "6491:30:13" + } + ] + } + }, + { + "expression": { + "id": 6663, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "id": 6659, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6643, + "src": "6541:1:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6661, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "6543:12:13", + "memberName": "_initialized", + "nodeType": "MemberAccess", + "referencedDeclaration": 6535, + "src": "6541:14:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 6662, + "name": "version", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6639, + "src": "6558:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "6541:24:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "id": 6664, + "nodeType": "ExpressionStatement", + "src": "6541:24:13" + }, + { + "expression": { + "id": 6669, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "id": 6665, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6643, + "src": "6575:1:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6667, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "6577:13:13", + "memberName": "_initializing", + "nodeType": "MemberAccess", + "referencedDeclaration": 6538, + "src": "6575:15:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 6668, + "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": 6670, + "nodeType": "ExpressionStatement", + "src": "6575:22:13" + }, + { + "id": 6671, + "nodeType": "PlaceholderStatement", + "src": "6607:1:13" + }, + { + "expression": { + "id": 6676, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "id": 6672, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6643, + "src": "6618:1:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6674, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "6620:13:13", + "memberName": "_initializing", + "nodeType": "MemberAccess", + "referencedDeclaration": 6538, + "src": "6618:15:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "66616c7365", + "id": 6675, + "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": 6677, + "nodeType": "ExpressionStatement", + "src": "6618:23:13" + }, + { + "eventCall": { + "arguments": [ + { + "id": 6679, + "name": "version", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6639, + "src": "6668:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 6678, + "name": "Initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6553, + "src": "6656:11:13", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$returns$__$", + "typeString": "function (uint64)" + } + }, + "id": 6680, + "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": 6681, + "nodeType": "EmitStatement", + "src": "6651:25:13" + } + ] + }, + "documentation": { + "id": 6637, + "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": 6683, + "name": "reinitializer", + "nameLocation": "6261:13:13", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 6640, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6639, + "mutability": "mutable", + "name": "version", + "nameLocation": "6282:7:13", + "nodeType": "VariableDeclaration", + "scope": 6683, + "src": "6275:14:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 6638, + "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": 6690, + "nodeType": "Block", + "src": "6921:48:13", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6686, + "name": "_checkInitializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6704, + "src": "6931:18:13", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$__$", + "typeString": "function () view" + } + }, + "id": 6687, + "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": 6688, + "nodeType": "ExpressionStatement", + "src": "6931:20:13" + }, + { + "id": 6689, + "nodeType": "PlaceholderStatement", + "src": "6961:1:13" + } + ] + }, + "documentation": { + "id": 6684, + "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": 6691, + "name": "onlyInitializing", + "nameLocation": "6902:16:13", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 6685, + "nodeType": "ParameterList", + "parameters": [], + "src": "6918:2:13" + }, + "src": "6893:76:13", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 6703, + "nodeType": "Block", + "src": "7136:89:13", + "statements": [ + { + "condition": { + "id": 6697, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "7150:18:13", + "subExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6695, + "name": "_isInitializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6772, + "src": "7151:15:13", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_bool_$", + "typeString": "function () view returns (bool)" + } + }, + "id": 6696, + "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": 6702, + "nodeType": "IfStatement", + "src": "7146:73:13", + "trueBody": { + "id": 6701, + "nodeType": "Block", + "src": "7170:49:13", + "statements": [ + { + "errorCall": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6698, + "name": "NotInitializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6548, + "src": "7191:15:13", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", + "typeString": "function () pure returns (error)" + } + }, + "id": 6699, + "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": 6700, + "nodeType": "RevertStatement", + "src": "7184:24:13" + } + ] + } + } + ] + }, + "documentation": { + "id": 6692, + "nodeType": "StructuredDocumentation", + "src": "6975:104:13", + "text": " @dev Reverts if the contract is not in an initializing state. See {onlyInitializing}." + }, + "id": 6704, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_checkInitializing", + "nameLocation": "7093:18:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6693, + "nodeType": "ParameterList", + "parameters": [], + "src": "7111:2:13" + }, + "returnParameters": { + "id": 6694, + "nodeType": "ParameterList", + "parameters": [], + "src": "7136:0:13" + }, + "scope": 6782, + "src": "7084:141:13", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 6749, + "nodeType": "Block", + "src": "7760:373:13", + "statements": [ + { + "assignments": [ + 6710 + ], + "declarations": [ + { + "constant": false, + "id": 6710, + "mutability": "mutable", + "name": "$", + "nameLocation": "7855:1:13", + "nodeType": "VariableDeclaration", + "scope": 6749, + "src": "7826:30:13", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage" + }, + "typeName": { + "id": 6709, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 6708, + "name": "InitializableStorage", + "nameLocations": [ + "7826:20:13" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6539, + "src": "7826:20:13" + }, + "referencedDeclaration": 6539, + "src": "7826:20:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage" + } + }, + "visibility": "internal" + } + ], + "id": 6713, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6711, + "name": "_getInitializableStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6781, + "src": "7859:24:13", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$6539_storage_ptr_$", + "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" + } + }, + "id": 6712, + "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_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "7826:59:13" + }, + { + "condition": { + "expression": { + "id": 6714, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6710, + "src": "7900:1:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6715, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "7902:13:13", + "memberName": "_initializing", + "nodeType": "MemberAccess", + "referencedDeclaration": 6538, + "src": "7900:15:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 6720, + "nodeType": "IfStatement", + "src": "7896:76:13", + "trueBody": { + "id": 6719, + "nodeType": "Block", + "src": "7917:55:13", + "statements": [ + { + "errorCall": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6716, + "name": "InvalidInitialization", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6545, + "src": "7938:21:13", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", + "typeString": "function () pure returns (error)" + } + }, + "id": 6717, + "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": 6718, + "nodeType": "RevertStatement", + "src": "7931:30:13" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 6728, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 6721, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6710, + "src": "7985:1:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6722, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "7987:12:13", + "memberName": "_initialized", + "nodeType": "MemberAccess", + "referencedDeclaration": 6535, + "src": "7985:14:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 6725, + "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": 6724, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "8008:6:13", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + } + ], + "id": 6723, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "8003:4:13", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 6726, + "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": 6727, + "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": 6748, + "nodeType": "IfStatement", + "src": "7981:146:13", + "trueBody": { + "id": 6747, + "nodeType": "Block", + "src": "8021:106:13", + "statements": [ + { + "expression": { + "id": 6737, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "id": 6729, + "name": "$", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6710, + "src": "8035:1:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6731, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "8037:12:13", + "memberName": "_initialized", + "nodeType": "MemberAccess", + "referencedDeclaration": 6535, + "src": "8035:14:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "expression": { + "arguments": [ + { + "id": 6734, + "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": 6733, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "8057:6:13", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + } + ], + "id": 6732, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "8052:4:13", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 6735, + "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": 6736, + "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": 6738, + "nodeType": "ExpressionStatement", + "src": "8035:33:13" + }, + { + "eventCall": { + "arguments": [ + { + "expression": { + "arguments": [ + { + "id": 6742, + "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": 6741, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "8104:6:13", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + } + ], + "id": 6740, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "8099:4:13", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 6743, + "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": 6744, + "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": 6739, + "name": "Initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6553, + "src": "8087:11:13", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$returns$__$", + "typeString": "function (uint64)" + } + }, + "id": 6745, + "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": 6746, + "nodeType": "EmitStatement", + "src": "8082:34:13" + } + ] + } + } + ] + }, + "documentation": { + "id": 6705, + "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": 6750, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_disableInitializers", + "nameLocation": "7720:20:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6706, + "nodeType": "ParameterList", + "parameters": [], + "src": "7740:2:13" + }, + "returnParameters": { + "id": 6707, + "nodeType": "ParameterList", + "parameters": [], + "src": "7760:0:13" + }, + "scope": 6782, + "src": "7711:422:13", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 6760, + "nodeType": "Block", + "src": "8308:63:13", + "statements": [ + { + "expression": { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6756, + "name": "_getInitializableStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6781, + "src": "8325:24:13", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$6539_storage_ptr_$", + "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" + } + }, + "id": 6757, + "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_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6758, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "8352:12:13", + "memberName": "_initialized", + "nodeType": "MemberAccess", + "referencedDeclaration": 6535, + "src": "8325:39:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "functionReturnParameters": 6755, + "id": 6759, + "nodeType": "Return", + "src": "8318:46:13" + } + ] + }, + "documentation": { + "id": 6751, + "nodeType": "StructuredDocumentation", + "src": "8139:99:13", + "text": " @dev Returns the highest version that has been initialized. See {reinitializer}." + }, + "id": 6761, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_getInitializedVersion", + "nameLocation": "8252:22:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6752, + "nodeType": "ParameterList", + "parameters": [], + "src": "8274:2:13" + }, + "returnParameters": { + "id": 6755, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6754, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 6761, + "src": "8300:6:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 6753, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "8300:6:13", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "8299:8:13" + }, + "scope": 6782, + "src": "8243:128:13", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 6771, + "nodeType": "Block", + "src": "8543:64:13", + "statements": [ + { + "expression": { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6767, + "name": "_getInitializableStorage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6781, + "src": "8560:24:13", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$6539_storage_ptr_$", + "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" + } + }, + "id": 6768, + "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_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage storage pointer" + } + }, + "id": 6769, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "8587:13:13", + "memberName": "_initializing", + "nodeType": "MemberAccess", + "referencedDeclaration": 6538, + "src": "8560:40:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 6766, + "id": 6770, + "nodeType": "Return", + "src": "8553:47:13" + } + ] + }, + "documentation": { + "id": 6762, + "nodeType": "StructuredDocumentation", + "src": "8377:105:13", + "text": " @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}." + }, + "id": 6772, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_isInitializing", + "nameLocation": "8496:15:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6763, + "nodeType": "ParameterList", + "parameters": [], + "src": "8511:2:13" + }, + "returnParameters": { + "id": 6766, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6765, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 6772, + "src": "8537:4:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 6764, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "8537:4:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "8536:6:13" + }, + "scope": 6782, + "src": "8487:120:13", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 6780, + "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": 6777, + "isOffset": false, + "isSlot": true, + "src": "8860:6:13", + "suffix": "slot", + "valueSize": 1 + }, + { + "declaration": 6542, + "isOffset": false, + "isSlot": false, + "src": "8870:21:13", + "valueSize": 1 + } + ], + "id": 6779, + "nodeType": "InlineAssembly", + "src": "8837:64:13" + } + ] + }, + "documentation": { + "id": 6773, + "nodeType": "StructuredDocumentation", + "src": "8613:67:13", + "text": " @dev Returns a pointer to the storage namespace." + }, + "id": 6781, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_getInitializableStorage", + "nameLocation": "8746:24:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6774, + "nodeType": "ParameterList", + "parameters": [], + "src": "8770:2:13" + }, + "returnParameters": { + "id": 6778, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6777, + "mutability": "mutable", + "name": "$", + "nameLocation": "8824:1:13", + "nodeType": "VariableDeclaration", + "scope": 6781, + "src": "8795:30:13", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage" + }, + "typeName": { + "id": 6776, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 6775, + "name": "InitializableStorage", + "nameLocations": [ + "8795:20:13" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6539, + "src": "8795:20:13" + }, + "referencedDeclaration": 6539, + "src": "8795:20:13", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InitializableStorage_$6539_storage_ptr", + "typeString": "struct Initializable.InitializableStorage" + } + }, + "visibility": "internal" + } + ], + "src": "8794:32:13" + }, + "scope": 6782, + "src": "8737:170:13", + "stateMutability": "pure", + "virtual": false, + "visibility": "private" + } + ], + "scope": 6783, + "src": "2349:6560:13", + "usedErrors": [ + 6545, + 6548 + ], + "usedEvents": [ + 6553 + ] + } + ], + "src": "113:8797:13" + }, + "id": 13 + }, + "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 6828 + ], + "Initializable": [ + 6782 + ] + }, + "id": 6829, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 6784, + "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": 6786, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 6829, + "sourceUnit": 6783, + "src": "126:63:14", + "symbolAliases": [ + { + "foreign": { + "id": 6785, + "name": "Initializable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6782, + "src": "134:13:14", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": true, + "baseContracts": [ + { + "baseName": { + "id": 6788, + "name": "Initializable", + "nameLocations": [ + "728:13:14" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6782, + "src": "728:13:14" + }, + "id": 6789, + "nodeType": "InheritanceSpecifier", + "src": "728:13:14" + } + ], + "canonicalName": "ContextUpgradeable", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 6787, + "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": 6828, + "linearizedBaseContracts": [ + 6828, + 6782 + ], + "name": "ContextUpgradeable", + "nameLocation": "706:18:14", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 6794, + "nodeType": "Block", + "src": "800:7:14", + "statements": [] + }, + "id": 6795, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 6792, + "kind": "modifierInvocation", + "modifierName": { + "id": 6791, + "name": "onlyInitializing", + "nameLocations": [ + "783:16:14" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6691, + "src": "783:16:14" + }, + "nodeType": "ModifierInvocation", + "src": "783:16:14" + } + ], + "name": "__Context_init", + "nameLocation": "757:14:14", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6790, + "nodeType": "ParameterList", + "parameters": [], + "src": "771:2:14" + }, + "returnParameters": { + "id": 6793, + "nodeType": "ParameterList", + "parameters": [], + "src": "800:0:14" + }, + "scope": 6828, + "src": "748:59:14", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 6800, + "nodeType": "Block", + "src": "875:7:14", + "statements": [] + }, + "id": 6801, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 6798, + "kind": "modifierInvocation", + "modifierName": { + "id": 6797, + "name": "onlyInitializing", + "nameLocations": [ + "858:16:14" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6691, + "src": "858:16:14" + }, + "nodeType": "ModifierInvocation", + "src": "858:16:14" + } + ], + "name": "__Context_init_unchained", + "nameLocation": "822:24:14", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6796, + "nodeType": "ParameterList", + "parameters": [], + "src": "846:2:14" + }, + "returnParameters": { + "id": 6799, + "nodeType": "ParameterList", + "parameters": [], + "src": "875:0:14" + }, + "scope": 6828, + "src": "813:69:14", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 6809, + "nodeType": "Block", + "src": "949:34:14", + "statements": [ + { + "expression": { + "expression": { + "id": 6806, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -15, + "src": "966:3:14", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 6807, + "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": 6805, + "id": 6808, + "nodeType": "Return", + "src": "959:17:14" + } + ] + }, + "id": 6810, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_msgSender", + "nameLocation": "896:10:14", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6802, + "nodeType": "ParameterList", + "parameters": [], + "src": "906:2:14" + }, + "returnParameters": { + "id": 6805, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6804, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 6810, + "src": "940:7:14", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6803, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "940:7:14", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "939:9:14" + }, + "scope": 6828, + "src": "887:96:14", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 6818, + "nodeType": "Block", + "src": "1056:32:14", + "statements": [ + { + "expression": { + "expression": { + "id": 6815, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -15, + "src": "1073:3:14", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 6816, + "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": 6814, + "id": 6817, + "nodeType": "Return", + "src": "1066:15:14" + } + ] + }, + "id": 6819, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_msgData", + "nameLocation": "998:8:14", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6811, + "nodeType": "ParameterList", + "parameters": [], + "src": "1006:2:14" + }, + "returnParameters": { + "id": 6814, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6813, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 6819, + "src": "1040:14:14", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 6812, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "1040:5:14", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "1039:16:14" + }, + "scope": 6828, + "src": "989:99:14", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 6826, + "nodeType": "Block", + "src": "1166:25:14", + "statements": [ + { + "expression": { + "hexValue": "30", + "id": 6824, + "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": 6823, + "id": 6825, + "nodeType": "Return", + "src": "1176:8:14" + } + ] + }, + "id": 6827, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_contextSuffixLength", + "nameLocation": "1103:20:14", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6820, + "nodeType": "ParameterList", + "parameters": [], + "src": "1123:2:14" + }, + "returnParameters": { + "id": 6823, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6822, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 6827, + "src": "1157:7:14", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 6821, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1157:7:14", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1156:9:14" + }, + "scope": 6828, + "src": "1094:97:14", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + } + ], + "scope": 6829, + "src": "688:505:14", + "usedErrors": [ + 6545, + 6548 + ], + "usedEvents": [ + 6553 + ] + } + ], + "src": "101:1093:14" + }, + "id": 14 + }, + "@openzeppelin/contracts-upgradeable/utils/MulticallUpgradeable.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts-upgradeable/utils/MulticallUpgradeable.sol", + "exportedSymbols": { + "Address": [ + 7984 + ], + "ContextUpgradeable": [ + 6828 + ], + "Initializable": [ + 6782 + ], + "MulticallUpgradeable": [ + 6931 + ] + }, + "id": 6932, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 6830, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "103:24:15" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/Address.sol", + "file": "@openzeppelin/contracts/utils/Address.sol", + "id": 6832, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 6932, + "sourceUnit": 7985, + "src": "129:66:15", + "symbolAliases": [ + { + "foreign": { + "id": 6831, + "name": "Address", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7984, + "src": "137:7:15", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", + "file": "./ContextUpgradeable.sol", + "id": 6834, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 6932, + "sourceUnit": 6829, + "src": "196:60:15", + "symbolAliases": [ + { + "foreign": { + "id": 6833, + "name": "ContextUpgradeable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6828, + "src": "204:18:15", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", + "file": "../proxy/utils/Initializable.sol", + "id": 6836, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 6932, + "sourceUnit": 6783, + "src": "257:63:15", + "symbolAliases": [ + { + "foreign": { + "id": 6835, + "name": "Initializable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6782, + "src": "265:13:15", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": true, + "baseContracts": [ + { + "baseName": { + "id": 6838, + "name": "Initializable", + "nameLocations": [ + "1162:13:15" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6782, + "src": "1162:13:15" + }, + "id": 6839, + "nodeType": "InheritanceSpecifier", + "src": "1162:13:15" + }, + { + "baseName": { + "id": 6840, + "name": "ContextUpgradeable", + "nameLocations": [ + "1177:18:15" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6828, + "src": "1177:18:15" + }, + "id": 6841, + "nodeType": "InheritanceSpecifier", + "src": "1177:18:15" + } + ], + "canonicalName": "MulticallUpgradeable", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 6837, + "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": 6931, + "linearizedBaseContracts": [ + 6931, + 6828, + 6782 + ], + "name": "MulticallUpgradeable", + "nameLocation": "1138:20:15", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 6846, + "nodeType": "Block", + "src": "1256:7:15", + "statements": [] + }, + "id": 6847, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 6844, + "kind": "modifierInvocation", + "modifierName": { + "id": 6843, + "name": "onlyInitializing", + "nameLocations": [ + "1239:16:15" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6691, + "src": "1239:16:15" + }, + "nodeType": "ModifierInvocation", + "src": "1239:16:15" + } + ], + "name": "__Multicall_init", + "nameLocation": "1211:16:15", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6842, + "nodeType": "ParameterList", + "parameters": [], + "src": "1227:2:15" + }, + "returnParameters": { + "id": 6845, + "nodeType": "ParameterList", + "parameters": [], + "src": "1256:0:15" + }, + "scope": 6931, + "src": "1202:61:15", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 6852, + "nodeType": "Block", + "src": "1333:7:15", + "statements": [] + }, + "id": 6853, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 6850, + "kind": "modifierInvocation", + "modifierName": { + "id": 6849, + "name": "onlyInitializing", + "nameLocations": [ + "1316:16:15" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6691, + "src": "1316:16:15" + }, + "nodeType": "ModifierInvocation", + "src": "1316:16:15" + } + ], + "name": "__Multicall_init_unchained", + "nameLocation": "1278:26:15", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6848, + "nodeType": "ParameterList", + "parameters": [], + "src": "1304:2:15" + }, + "returnParameters": { + "id": 6851, + "nodeType": "ParameterList", + "parameters": [], + "src": "1333:0:15" + }, + "scope": 6931, + "src": "1269:71:15", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 6929, + "nodeType": "Block", + "src": "1594:392:15", + "statements": [ + { + "assignments": [ + 6864 + ], + "declarations": [ + { + "constant": false, + "id": 6864, + "mutability": "mutable", + "name": "context", + "nameLocation": "1617:7:15", + "nodeType": "VariableDeclaration", + "scope": 6929, + "src": "1604:20:15", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 6863, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "1604:5:15", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 6884, + "initialValue": { + "condition": { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 6869, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 6865, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -15, + "src": "1627:3:15", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 6866, + "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": 6867, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6810, + "src": "1641:10:15", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 6868, + "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": 6874, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -15, + "src": "1695:3:15", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 6875, + "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": 6882, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexRangeAccess", + "src": "1695:51:15", + "startExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 6881, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "expression": { + "id": 6876, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -15, + "src": "1704:3:15", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 6877, + "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": 6878, + "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": 6879, + "name": "_contextSuffixLength", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6827, + "src": "1722:20:15", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_uint256_$", + "typeString": "function () view returns (uint256)" + } + }, + "id": 6880, + "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": 6883, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "Conditional", + "src": "1627:119:15", + "trueExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 6872, + "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": 6871, + "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": 6870, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "1672:5:15", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + } + }, + "id": 6873, + "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": 6892, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 6885, + "name": "results", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6861, + "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": 6889, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6857, + "src": "1779:4:15", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", + "typeString": "bytes calldata[] calldata" + } + }, + "id": 6890, + "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": 6888, + "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": 6886, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "1771:5:15", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "id": 6887, + "nodeType": "ArrayTypeName", + "src": "1771:7:15", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_bytes_storage_$dyn_storage_ptr", + "typeString": "bytes[]" + } + } + }, + "id": 6891, + "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": 6893, + "nodeType": "ExpressionStatement", + "src": "1757:34:15" + }, + { + "body": { + "id": 6925, + "nodeType": "Block", + "src": "1843:113:15", + "statements": [ + { + "expression": { + "id": 6923, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 6905, + "name": "results", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6861, + "src": "1857:7:15", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", + "typeString": "bytes memory[] memory" + } + }, + "id": 6907, + "indexExpression": { + "id": 6906, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6895, + "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": 6912, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "1907:4:15", + "typeDescriptions": { + "typeIdentifier": "t_contract$_MulticallUpgradeable_$6931", + "typeString": "contract MulticallUpgradeable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_MulticallUpgradeable_$6931", + "typeString": "contract MulticallUpgradeable" + } + ], + "id": 6911, + "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": 6910, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1899:7:15", + "typeDescriptions": {} + } + }, + "id": 6913, + "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": 6917, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6857, + "src": "1927:4:15", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", + "typeString": "bytes calldata[] calldata" + } + }, + "id": 6919, + "indexExpression": { + "id": 6918, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6895, + "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": 6920, + "name": "context", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6864, + "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": 6915, + "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": 6914, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "1914:5:15", + "typeDescriptions": {} + } + }, + "id": 6916, + "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": 6921, + "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": 6908, + "name": "Address", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7984, + "src": "1870:7:15", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Address_$7984_$", + "typeString": "type(library Address)" + } + }, + "id": 6909, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1878:20:15", + "memberName": "functionDelegateCall", + "nodeType": "MemberAccess", + "referencedDeclaration": 7901, + "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": 6922, + "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": 6924, + "nodeType": "ExpressionStatement", + "src": "1857:88:15" + } + ] + }, + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 6901, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6898, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6895, + "src": "1821:1:15", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "expression": { + "id": 6899, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6857, + "src": "1825:4:15", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", + "typeString": "bytes calldata[] calldata" + } + }, + "id": 6900, + "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": 6926, + "initializationExpression": { + "assignments": [ + 6895 + ], + "declarations": [ + { + "constant": false, + "id": 6895, + "mutability": "mutable", + "name": "i", + "nameLocation": "1814:1:15", + "nodeType": "VariableDeclaration", + "scope": 6926, + "src": "1806:9:15", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 6894, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1806:7:15", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 6897, + "initialValue": { + "hexValue": "30", + "id": 6896, + "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": 6903, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "++", + "prefix": false, + "src": "1838:3:15", + "subExpression": { + "id": 6902, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6895, + "src": "1838:1:15", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 6904, + "nodeType": "ExpressionStatement", + "src": "1838:3:15" + }, + "nodeType": "ForStatement", + "src": "1801:155:15" + }, + { + "expression": { + "id": 6927, + "name": "results", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6861, + "src": "1972:7:15", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", + "typeString": "bytes memory[] memory" + } + }, + "functionReturnParameters": 6862, + "id": 6928, + "nodeType": "Return", + "src": "1965:14:15" + } + ] + }, + "documentation": { + "id": 6854, + "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": 6930, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "multicall", + "nameLocation": "1511:9:15", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6858, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6857, + "mutability": "mutable", + "name": "data", + "nameLocation": "1538:4:15", + "nodeType": "VariableDeclaration", + "scope": 6930, + "src": "1521:21:15", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", + "typeString": "bytes[]" + }, + "typeName": { + "baseType": { + "id": 6855, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "1521:5:15", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "id": 6856, + "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": 6862, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6861, + "mutability": "mutable", + "name": "results", + "nameLocation": "1585:7:15", + "nodeType": "VariableDeclaration", + "scope": 6930, + "src": "1570:22:15", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", + "typeString": "bytes[]" + }, + "typeName": { + "baseType": { + "id": 6859, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "1570:5:15", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "id": 6860, + "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": 6931, + "src": "1502:484:15", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "external" + } + ], + "scope": 6932, + "src": "1120:868:15", + "usedErrors": [ + 6545, + 6548, + 7735, + 8027 + ], + "usedEvents": [ + 6553 + ] + } + ], + "src": "103:1886:15" + }, + "id": 15 + }, + "@openzeppelin/contracts/access/manager/AccessManaged.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/access/manager/AccessManaged.sol", + "exportedSymbols": { + "AccessManaged": [ + 7116 + ], + "AuthorityUtils": [ + 7198 + ], + "Context": [ + 8014 + ], + "IAccessManaged": [ + 7238 + ], + "IAccessManager": [ + 7670 + ], + "IAuthority": [ + 7686 + ] + }, + "id": 7117, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 6933, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "116:24:16" + }, + { + "absolutePath": "@openzeppelin/contracts/access/manager/IAuthority.sol", + "file": "./IAuthority.sol", + "id": 6935, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 7117, + "sourceUnit": 7687, + "src": "142:44:16", + "symbolAliases": [ + { + "foreign": { + "id": 6934, + "name": "IAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7686, + "src": "150:10:16", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/access/manager/AuthorityUtils.sol", + "file": "./AuthorityUtils.sol", + "id": 6937, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 7117, + "sourceUnit": 7199, + "src": "187:52:16", + "symbolAliases": [ + { + "foreign": { + "id": 6936, + "name": "AuthorityUtils", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7198, + "src": "195:14:16", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManager.sol", + "file": "./IAccessManager.sol", + "id": 6939, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 7117, + "sourceUnit": 7671, + "src": "240:52:16", + "symbolAliases": [ + { + "foreign": { + "id": 6938, + "name": "IAccessManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7670, + "src": "248:14:16", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManaged.sol", + "file": "./IAccessManaged.sol", + "id": 6941, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 7117, + "sourceUnit": 7239, + "src": "293:52:16", + "symbolAliases": [ + { + "foreign": { + "id": 6940, + "name": "IAccessManaged", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7238, + "src": "301:14:16", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/Context.sol", + "file": "../../utils/Context.sol", + "id": 6943, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 7117, + "sourceUnit": 8015, + "src": "346:48:16", + "symbolAliases": [ + { + "foreign": { + "id": 6942, + "name": "Context", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8014, + "src": "354:7:16", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": true, + "baseContracts": [ + { + "baseName": { + "id": 6945, + "name": "Context", + "nameLocations": [ + "953:7:16" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8014, + "src": "953:7:16" + }, + "id": 6946, + "nodeType": "InheritanceSpecifier", + "src": "953:7:16" + }, + { + "baseName": { + "id": 6947, + "name": "IAccessManaged", + "nameLocations": [ + "962:14:16" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 7238, + "src": "962:14:16" + }, + "id": 6948, + "nodeType": "InheritanceSpecifier", + "src": "962:14:16" + } + ], + "canonicalName": "AccessManaged", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 6944, + "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": 7116, + "linearizedBaseContracts": [ + 7116, + 7238, + 8014 + ], + "name": "AccessManaged", + "nameLocation": "936:13:16", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": false, + "id": 6950, + "mutability": "mutable", + "name": "_authority", + "nameLocation": "999:10:16", + "nodeType": "VariableDeclaration", + "scope": 7116, + "src": "983:26:16", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6949, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "983:7:16", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 6952, + "mutability": "mutable", + "name": "_consumingSchedule", + "nameLocation": "1029:18:16", + "nodeType": "VariableDeclaration", + "scope": 7116, + "src": "1016:31:16", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 6951, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1016:4:16", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "private" + }, + { + "body": { + "id": 6962, + "nodeType": "Block", + "src": "1180:48:16", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 6959, + "name": "initialAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6955, + "src": "1204:16:16", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 6958, + "name": "_setAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7053, + "src": "1190:13:16", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 6960, + "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": 6961, + "nodeType": "ExpressionStatement", + "src": "1190:31:16" + } + ] + }, + "documentation": { + "id": 6953, + "nodeType": "StructuredDocumentation", + "src": "1054:83:16", + "text": " @dev Initializes the contract connected to an initial authority." + }, + "id": 6963, + "implemented": true, + "kind": "constructor", + "modifiers": [], + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6956, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6955, + "mutability": "mutable", + "name": "initialAuthority", + "nameLocation": "1162:16:16", + "nodeType": "VariableDeclaration", + "scope": 6963, + "src": "1154:24:16", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6954, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1154:7:16", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1153:26:16" + }, + "returnParameters": { + "id": 6957, + "nodeType": "ParameterList", + "parameters": [], + "src": "1180:0:16" + }, + "scope": 7116, + "src": "1142:86:16", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 6974, + "nodeType": "Block", + "src": "2815:67:16", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6967, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7996, + "src": "2839:10:16", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 6968, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2839:12:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6969, + "name": "_msgData", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8005, + "src": "2853:8:16", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes_calldata_ptr_$", + "typeString": "function () view returns (bytes calldata)" + } + }, + "id": 6970, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2853: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": 6966, + "name": "_checkCanCall", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7115, + "src": "2825:13:16", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_calldata_ptr_$returns$__$", + "typeString": "function (address,bytes calldata)" + } + }, + "id": 6971, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2825:39:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 6972, + "nodeType": "ExpressionStatement", + "src": "2825:39:16" + }, + { + "id": 6973, + "nodeType": "PlaceholderStatement", + "src": "2874:1:16" + } + ] + }, + "documentation": { + "id": 6964, + "nodeType": "StructuredDocumentation", + "src": "1234:1554: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 unambiguously 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": 6975, + "name": "restricted", + "nameLocation": "2802:10:16", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 6965, + "nodeType": "ParameterList", + "parameters": [], + "src": "2812:2:16" + }, + "src": "2793:89:16", + "virtual": false, + "visibility": "internal" + }, + { + "baseFunctions": [ + 7225 + ], + "body": { + "id": 6983, + "nodeType": "Block", + "src": "2982:34:16", + "statements": [ + { + "expression": { + "id": 6981, + "name": "_authority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6950, + "src": "2999:10:16", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "functionReturnParameters": 6980, + "id": 6982, + "nodeType": "Return", + "src": "2992:17:16" + } + ] + }, + "documentation": { + "id": 6976, + "nodeType": "StructuredDocumentation", + "src": "2888:30:16", + "text": "@inheritdoc IAccessManaged" + }, + "functionSelector": "bf7e214f", + "id": 6984, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "authority", + "nameLocation": "2932:9:16", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6977, + "nodeType": "ParameterList", + "parameters": [], + "src": "2941:2:16" + }, + "returnParameters": { + "id": 6980, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6979, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 6984, + "src": "2973:7:16", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6978, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2973:7:16", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "2972:9:16" + }, + "scope": 7116, + "src": "2923:93:16", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7231 + ], + "body": { + "id": 7020, + "nodeType": "Block", + "src": "3116:303:16", + "statements": [ + { + "assignments": [ + 6991 + ], + "declarations": [ + { + "constant": false, + "id": 6991, + "mutability": "mutable", + "name": "caller", + "nameLocation": "3134:6:16", + "nodeType": "VariableDeclaration", + "scope": 7020, + "src": "3126:14:16", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6990, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3126:7:16", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 6994, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6992, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7996, + "src": "3143:10:16", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 6993, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3143:12:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "3126:29:16" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 6998, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 6995, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6991, + "src": "3169:6:16", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 6996, + "name": "authority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6984, + "src": "3179:9:16", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 6997, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3179:11:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3169:21:16", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 7004, + "nodeType": "IfStatement", + "src": "3165:92:16", + "trueBody": { + "id": 7003, + "nodeType": "Block", + "src": "3192:65:16", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 7000, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6991, + "src": "3239:6:16", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 6999, + "name": "AccessManagedUnauthorized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7209, + "src": "3213:25:16", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", + "typeString": "function (address) pure returns (error)" + } + }, + "id": 7001, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3213:33:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 7002, + "nodeType": "RevertStatement", + "src": "3206:40:16" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 7009, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "expression": { + "id": 7005, + "name": "newAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6987, + "src": "3270:12:16", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 7006, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3283:4:16", + "memberName": "code", + "nodeType": "MemberAccess", + "src": "3270:17:16", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 7007, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3288:6:16", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "3270:24:16", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 7008, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3298:1:16", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "3270:29:16", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 7015, + "nodeType": "IfStatement", + "src": "3266:110:16", + "trueBody": { + "id": 7014, + "nodeType": "Block", + "src": "3301:75:16", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 7011, + "name": "newAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6987, + "src": "3352:12:16", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 7010, + "name": "AccessManagedInvalidAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7219, + "src": "3322:29:16", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", + "typeString": "function (address) pure returns (error)" + } + }, + "id": 7012, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3322:43:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 7013, + "nodeType": "RevertStatement", + "src": "3315:50:16" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 7017, + "name": "newAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6987, + "src": "3399:12:16", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 7016, + "name": "_setAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7053, + "src": "3385:13:16", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 7018, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3385:27:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 7019, + "nodeType": "ExpressionStatement", + "src": "3385:27:16" + } + ] + }, + "documentation": { + "id": 6985, + "nodeType": "StructuredDocumentation", + "src": "3022:30:16", + "text": "@inheritdoc IAccessManaged" + }, + "functionSelector": "7a9e5e4b", + "id": 7021, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "setAuthority", + "nameLocation": "3066:12:16", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 6988, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 6987, + "mutability": "mutable", + "name": "newAuthority", + "nameLocation": "3087:12:16", + "nodeType": "VariableDeclaration", + "scope": 7021, + "src": "3079:20:16", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 6986, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3079:7:16", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "3078:22:16" + }, + "returnParameters": { + "id": 6989, + "nodeType": "ParameterList", + "parameters": [], + "src": "3116:0:16" + }, + "scope": 7116, + "src": "3057:362:16", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 7237 + ], + "body": { + "id": 7037, + "nodeType": "Block", + "src": "3523:93:16", + "statements": [ + { + "expression": { + "condition": { + "id": 7027, + "name": "_consumingSchedule", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6952, + "src": "3540:18:16", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 7033, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3607: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": 7032, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3600:6:16", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes4_$", + "typeString": "type(bytes4)" + }, + "typeName": { + "id": 7031, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "3600:6:16", + "typeDescriptions": {} + } + }, + "id": 7034, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3600:9:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "id": 7035, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "Conditional", + "src": "3540:69:16", + "trueExpression": { + "expression": { + "expression": { + "id": 7028, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "3561:4:16", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManaged_$7116", + "typeString": "contract AccessManaged" + } + }, + "id": 7029, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3566:22:16", + "memberName": "isConsumingScheduledOp", + "nodeType": "MemberAccess", + "referencedDeclaration": 7038, + "src": "3561:27:16", + "typeDescriptions": { + "typeIdentifier": "t_function_external_view$__$returns$_t_bytes4_$", + "typeString": "function () view external returns (bytes4)" + } + }, + "id": 7030, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "3589:8:16", + "memberName": "selector", + "nodeType": "MemberAccess", + "src": "3561:36:16", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "functionReturnParameters": 7026, + "id": 7036, + "nodeType": "Return", + "src": "3533:76:16" + } + ] + }, + "documentation": { + "id": 7022, + "nodeType": "StructuredDocumentation", + "src": "3425:30:16", + "text": "@inheritdoc IAccessManaged" + }, + "functionSelector": "8fb36037", + "id": 7038, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "isConsumingScheduledOp", + "nameLocation": "3469:22:16", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7023, + "nodeType": "ParameterList", + "parameters": [], + "src": "3491:2:16" + }, + "returnParameters": { + "id": 7026, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7025, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7038, + "src": "3515:6:16", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 7024, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "3515:6:16", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "3514:8:16" + }, + "scope": 7116, + "src": "3460:156:16", + "stateMutability": "view", + "virtual": false, + "visibility": "public" + }, + { + "body": { + "id": 7052, + "nodeType": "Block", + "src": "3866:87:16", + "statements": [ + { + "expression": { + "id": 7046, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 7044, + "name": "_authority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6950, + "src": "3876:10:16", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 7045, + "name": "newAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7041, + "src": "3889:12:16", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3876:25:16", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 7047, + "nodeType": "ExpressionStatement", + "src": "3876:25:16" + }, + { + "eventCall": { + "arguments": [ + { + "id": 7049, + "name": "newAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7041, + "src": "3933:12:16", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 7048, + "name": "AuthorityUpdated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7205, + "src": "3916:16:16", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 7050, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3916:30:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 7051, + "nodeType": "EmitStatement", + "src": "3911:35:16" + } + ] + }, + "documentation": { + "id": 7039, + "nodeType": "StructuredDocumentation", + "src": "3622: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": 7053, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_setAuthority", + "nameLocation": "3813:13:16", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7042, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7041, + "mutability": "mutable", + "name": "newAuthority", + "nameLocation": "3835:12:16", + "nodeType": "VariableDeclaration", + "scope": 7053, + "src": "3827:20:16", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7040, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3827:7:16", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "3826:22:16" + }, + "returnParameters": { + "id": 7043, + "nodeType": "ParameterList", + "parameters": [], + "src": "3866:0:16" + }, + "scope": 7116, + "src": "3804:149:16", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 7114, + "nodeType": "Block", + "src": "4205:517:16", + "statements": [ + { + "assignments": [ + 7062, + 7064 + ], + "declarations": [ + { + "constant": false, + "id": 7062, + "mutability": "mutable", + "name": "immediate", + "nameLocation": "4221:9:16", + "nodeType": "VariableDeclaration", + "scope": 7114, + "src": "4216:14:16", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7061, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "4216:4:16", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7064, + "mutability": "mutable", + "name": "delay", + "nameLocation": "4239:5:16", + "nodeType": "VariableDeclaration", + "scope": 7114, + "src": "4232:12:16", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7063, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "4232:6:16", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "id": 7082, + "initialValue": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 7067, + "name": "authority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6984, + "src": "4293:9:16", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 7068, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4293:11:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 7069, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7056, + "src": "4318:6:16", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 7072, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "4346:4:16", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AccessManaged_$7116", + "typeString": "contract AccessManaged" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_AccessManaged_$7116", + "typeString": "contract AccessManaged" + } + ], + "id": 7071, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4338:7:16", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 7070, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4338:7:16", + "typeDescriptions": {} + } + }, + "id": 7073, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4338:13:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "baseExpression": { + "id": 7076, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7058, + "src": "4372:4:16", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "endExpression": { + "hexValue": "34", + "id": 7078, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4379:1:16", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "id": 7079, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexRangeAccess", + "src": "4372:9:16", + "startExpression": { + "hexValue": "30", + "id": 7077, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4377: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": 7075, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4365:6:16", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes4_$", + "typeString": "type(bytes4)" + }, + "typeName": { + "id": 7074, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "4365:6:16", + "typeDescriptions": {} + } + }, + "id": 7080, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4365: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": 7065, + "name": "AuthorityUtils", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7198, + "src": "4248:14:16", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_AuthorityUtils_$7198_$", + "typeString": "type(library AuthorityUtils)" + } + }, + "id": 7066, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4263:16:16", + "memberName": "canCallWithDelay", + "nodeType": "MemberAccess", + "referencedDeclaration": 7197, + "src": "4248: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": 7081, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4248:144:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4215:177:16" + }, + { + "condition": { + "id": 7084, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4406:10:16", + "subExpression": { + "id": 7083, + "name": "immediate", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7062, + "src": "4407:9:16", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 7113, + "nodeType": "IfStatement", + "src": "4402:314:16", + "trueBody": { + "id": 7112, + "nodeType": "Block", + "src": "4418:298:16", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "id": 7087, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 7085, + "name": "delay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7064, + "src": "4436:5:16", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "30", + "id": 7086, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4444:1:16", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "4436:9:16", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 7110, + "nodeType": "Block", + "src": "4633:73:16", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 7107, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7056, + "src": "4684:6:16", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 7106, + "name": "AccessManagedUnauthorized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7209, + "src": "4658:25:16", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", + "typeString": "function (address) pure returns (error)" + } + }, + "id": 7108, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4658:33:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 7109, + "nodeType": "RevertStatement", + "src": "4651:40:16" + } + ] + }, + "id": 7111, + "nodeType": "IfStatement", + "src": "4432:274:16", + "trueBody": { + "id": 7105, + "nodeType": "Block", + "src": "4447:180:16", + "statements": [ + { + "expression": { + "id": 7090, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 7088, + "name": "_consumingSchedule", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6952, + "src": "4465:18:16", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 7089, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4486:4:16", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "4465:25:16", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 7091, + "nodeType": "ExpressionStatement", + "src": "4465:25:16" + }, + { + "expression": { + "arguments": [ + { + "id": 7097, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7056, + "src": "4555:6:16", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 7098, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7058, + "src": "4563: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": 7093, + "name": "authority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6984, + "src": "4523:9:16", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 7094, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4523:11:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 7092, + "name": "IAccessManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7670, + "src": "4508:14:16", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IAccessManager_$7670_$", + "typeString": "type(contract IAccessManager)" + } + }, + "id": 7095, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4508:27:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IAccessManager_$7670", + "typeString": "contract IAccessManager" + } + }, + "id": 7096, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4536:18:16", + "memberName": "consumeScheduledOp", + "nodeType": "MemberAccess", + "referencedDeclaration": 7649, + "src": "4508:46:16", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_bytes_memory_ptr_$returns$__$", + "typeString": "function (address,bytes memory) external" + } + }, + "id": 7099, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4508:60:16", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 7100, + "nodeType": "ExpressionStatement", + "src": "4508:60:16" + }, + { + "expression": { + "id": 7103, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 7101, + "name": "_consumingSchedule", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6952, + "src": "4586:18:16", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "66616c7365", + "id": 7102, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4607:5:16", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "src": "4586:26:16", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 7104, + "nodeType": "ExpressionStatement", + "src": "4586:26:16" + } + ] + } + } + ] + } + } + ] + }, + "documentation": { + "id": 7054, + "nodeType": "StructuredDocumentation", + "src": "3959: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": 7115, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_checkCanCall", + "nameLocation": "4137:13:16", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7059, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7056, + "mutability": "mutable", + "name": "caller", + "nameLocation": "4159:6:16", + "nodeType": "VariableDeclaration", + "scope": 7115, + "src": "4151:14:16", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7055, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4151:7:16", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7058, + "mutability": "mutable", + "name": "data", + "nameLocation": "4182:4:16", + "nodeType": "VariableDeclaration", + "scope": 7115, + "src": "4167:19:16", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7057, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "4167:5:16", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "4150:37:16" + }, + "returnParameters": { + "id": 7060, + "nodeType": "ParameterList", + "parameters": [], + "src": "4205:0:16" + }, + "scope": 7116, + "src": "4128:594:16", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + } + ], + "scope": 7117, + "src": "918:3806:16", + "usedErrors": [ + 7209, + 7215, + 7219 + ], + "usedEvents": [ + 7205 + ] + } + ], + "src": "116:4609:16" + }, + "id": 16 + }, + "@openzeppelin/contracts/access/manager/AuthorityUtils.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/access/manager/AuthorityUtils.sol", + "exportedSymbols": { + "AuthorityUtils": [ + 7198 + ], + "IAuthority": [ + 7686 + ] + }, + "id": 7199, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 7118, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "117:24:17" + }, + { + "absolutePath": "@openzeppelin/contracts/access/manager/IAuthority.sol", + "file": "./IAuthority.sol", + "id": 7120, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 7199, + "sourceUnit": 7687, + "src": "143:44:17", + "symbolAliases": [ + { + "foreign": { + "id": 7119, + "name": "IAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7686, + "src": "151:10:17", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "AuthorityUtils", + "contractDependencies": [], + "contractKind": "library", + "fullyImplemented": true, + "id": 7198, + "linearizedBaseContracts": [ + 7198 + ], + "name": "AuthorityUtils", + "nameLocation": "197:14:17", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 7196, + "nodeType": "Block", + "src": "776:451:17", + "statements": [ + { + "assignments": [ + 7137, + 7139 + ], + "declarations": [ + { + "constant": false, + "id": 7137, + "mutability": "mutable", + "name": "success", + "nameLocation": "792:7:17", + "nodeType": "VariableDeclaration", + "scope": 7196, + "src": "787:12:17", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7136, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "787:4:17", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7139, + "mutability": "mutable", + "name": "data", + "nameLocation": "814:4:17", + "nodeType": "VariableDeclaration", + "scope": 7196, + "src": "801:17:17", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7138, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "801:5:17", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 7152, + "initialValue": { + "arguments": [ + { + "arguments": [ + { + "expression": { + "id": 7144, + "name": "IAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7686, + "src": "871:10:17", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IAuthority_$7686_$", + "typeString": "type(contract IAuthority)" + } + }, + "id": 7145, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "882:7:17", + "memberName": "canCall", + "nodeType": "MemberAccess", + "referencedDeclaration": 7685, + "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": 7146, + "name": "caller", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7125, + "src": "892:6:17", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 7147, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7127, + "src": "900:6:17", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 7148, + "name": "selector", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7129, + "src": "908:8:17", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + } + ], + "id": 7149, + "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": 7142, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -1, + "src": "856:3:17", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 7143, + "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": 7150, + "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": 7140, + "name": "authority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7123, + "src": "822:9:17", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 7141, + "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": 7151, + "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": 7153, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7137, + "src": "942:7:17", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 7191, + "nodeType": "IfStatement", + "src": "938:248:17", + "trueBody": { + "id": 7190, + "nodeType": "Block", + "src": "951:235:17", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 7157, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 7154, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7139, + "src": "969:4:17", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 7155, + "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": 7156, + "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": 7176, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 7173, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7139, + "src": "1086:4:17", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 7174, + "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": 7175, + "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": 7188, + "nodeType": "IfStatement", + "src": "1082:94:17", + "trueBody": { + "id": 7187, + "nodeType": "Block", + "src": "1107:69:17", + "statements": [ + { + "expression": { + "id": 7185, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 7177, + "name": "immediate", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7132, + "src": "1125:9:17", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 7180, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7139, + "src": "1148:4:17", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "components": [ + { + "id": 7182, + "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": 7181, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1155:4:17", + "typeDescriptions": {} + } + } + ], + "id": 7183, + "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": 7178, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -1, + "src": "1137:3:17", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 7179, + "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": 7184, + "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": 7186, + "nodeType": "ExpressionStatement", + "src": "1125:36:17" + } + ] + } + }, + "id": 7189, + "nodeType": "IfStatement", + "src": "965:211:17", + "trueBody": { + "id": 7172, + "nodeType": "Block", + "src": "990:86:17", + "statements": [ + { + "expression": { + "id": 7170, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "components": [ + { + "id": 7158, + "name": "immediate", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7132, + "src": "1009:9:17", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 7159, + "name": "delay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7134, + "src": "1020:5:17", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + } + ], + "id": 7160, + "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": 7163, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7139, + "src": "1040:4:17", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "components": [ + { + "id": 7165, + "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": 7164, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1047:4:17", + "typeDescriptions": {} + } + }, + { + "id": 7167, + "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": 7166, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "1053:6:17", + "typeDescriptions": {} + } + } + ], + "id": 7168, + "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": 7161, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -1, + "src": "1029:3:17", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 7162, + "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": 7169, + "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": 7171, + "nodeType": "ExpressionStatement", + "src": "1008:53:17" + } + ] + } + } + ] + } + }, + { + "expression": { + "components": [ + { + "id": 7192, + "name": "immediate", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7132, + "src": "1203:9:17", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 7193, + "name": "delay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7134, + "src": "1214:5:17", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + } + ], + "id": 7194, + "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": 7135, + "id": 7195, + "nodeType": "Return", + "src": "1195:25:17" + } + ] + }, + "documentation": { + "id": 7121, + "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": 7197, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "canCallWithDelay", + "nameLocation": "600:16:17", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7130, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7123, + "mutability": "mutable", + "name": "authority", + "nameLocation": "634:9:17", + "nodeType": "VariableDeclaration", + "scope": 7197, + "src": "626:17:17", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7122, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "626:7:17", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7125, + "mutability": "mutable", + "name": "caller", + "nameLocation": "661:6:17", + "nodeType": "VariableDeclaration", + "scope": 7197, + "src": "653:14:17", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7124, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "653:7:17", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7127, + "mutability": "mutable", + "name": "target", + "nameLocation": "685:6:17", + "nodeType": "VariableDeclaration", + "scope": 7197, + "src": "677:14:17", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7126, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "677:7:17", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7129, + "mutability": "mutable", + "name": "selector", + "nameLocation": "708:8:17", + "nodeType": "VariableDeclaration", + "scope": 7197, + "src": "701:15:17", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 7128, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "701:6:17", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "616:106:17" + }, + "returnParameters": { + "id": 7135, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7132, + "mutability": "mutable", + "name": "immediate", + "nameLocation": "751:9:17", + "nodeType": "VariableDeclaration", + "scope": 7197, + "src": "746:14:17", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7131, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "746:4:17", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7134, + "mutability": "mutable", + "name": "delay", + "nameLocation": "769:5:17", + "nodeType": "VariableDeclaration", + "scope": 7197, + "src": "762:12:17", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7133, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "762:6:17", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "745:30:17" + }, + "scope": 7198, + "src": "591:636:17", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 7199, + "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": [ + 7238 + ] + }, + "id": 7239, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 7200, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "117:24:18" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "IAccessManaged", + "contractDependencies": [], + "contractKind": "interface", + "fullyImplemented": false, + "id": 7238, + "linearizedBaseContracts": [ + 7238 + ], + "name": "IAccessManaged", + "nameLocation": "153:14:18", + "nodeType": "ContractDefinition", + "nodes": [ + { + "anonymous": false, + "documentation": { + "id": 7201, + "nodeType": "StructuredDocumentation", + "src": "174:73:18", + "text": " @dev Authority that manages this contract was updated." + }, + "eventSelector": "2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad", + "id": 7205, + "name": "AuthorityUpdated", + "nameLocation": "258:16:18", + "nodeType": "EventDefinition", + "parameters": { + "id": 7204, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7203, + "indexed": false, + "mutability": "mutable", + "name": "authority", + "nameLocation": "283:9:18", + "nodeType": "VariableDeclaration", + "scope": 7205, + "src": "275:17:18", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7202, + "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": 7209, + "name": "AccessManagedUnauthorized", + "nameLocation": "306:25:18", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7208, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7207, + "mutability": "mutable", + "name": "caller", + "nameLocation": "340:6:18", + "nodeType": "VariableDeclaration", + "scope": 7209, + "src": "332:14:18", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7206, + "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": 7215, + "name": "AccessManagedRequiredDelay", + "nameLocation": "359:26:18", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7214, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7211, + "mutability": "mutable", + "name": "caller", + "nameLocation": "394:6:18", + "nodeType": "VariableDeclaration", + "scope": 7215, + "src": "386:14:18", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7210, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "386:7:18", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7213, + "mutability": "mutable", + "name": "delay", + "nameLocation": "409:5:18", + "nodeType": "VariableDeclaration", + "scope": 7215, + "src": "402:12:18", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7212, + "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": 7219, + "name": "AccessManagedInvalidAuthority", + "nameLocation": "427:29:18", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7218, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7217, + "mutability": "mutable", + "name": "authority", + "nameLocation": "465:9:18", + "nodeType": "VariableDeclaration", + "scope": 7219, + "src": "457:17:18", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7216, + "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": 7220, + "nodeType": "StructuredDocumentation", + "src": "482:54:18", + "text": " @dev Returns the current authority." + }, + "functionSelector": "bf7e214f", + "id": 7225, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "authority", + "nameLocation": "550:9:18", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7221, + "nodeType": "ParameterList", + "parameters": [], + "src": "559:2:18" + }, + "returnParameters": { + "id": 7224, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7223, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7225, + "src": "585:7:18", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7222, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "585:7:18", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "584:9:18" + }, + "scope": 7238, + "src": "541:53:18", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7226, + "nodeType": "StructuredDocumentation", + "src": "600:103:18", + "text": " @dev Transfers control to a new authority. The caller must be the current authority." + }, + "functionSelector": "7a9e5e4b", + "id": 7231, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "setAuthority", + "nameLocation": "717:12:18", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7229, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7228, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7231, + "src": "730:7:18", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7227, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "730:7:18", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "729:9:18" + }, + "returnParameters": { + "id": 7230, + "nodeType": "ParameterList", + "parameters": [], + "src": "747:0:18" + }, + "scope": 7238, + "src": "708:40:18", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7232, + "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": 7237, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "isConsumingScheduledOp", + "nameLocation": "1052:22:18", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7233, + "nodeType": "ParameterList", + "parameters": [], + "src": "1074:2:18" + }, + "returnParameters": { + "id": 7236, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7235, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7237, + "src": "1100:6:18", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 7234, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "1100:6:18", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "1099:8:18" + }, + "scope": 7238, + "src": "1043:65:18", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + } + ], + "scope": 7239, + "src": "143:967:18", + "usedErrors": [ + 7209, + 7215, + 7219 + ], + "usedEvents": [ + 7205 + ] + } + ], + "src": "117:994:18" + }, + "id": 18 + }, + "@openzeppelin/contracts/access/manager/IAccessManager.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManager.sol", + "exportedSymbols": { + "IAccessManager": [ + 7670 + ], + "Time": [ + 13364 + ] + }, + "id": 7671, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 7240, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "117:24:19" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/types/Time.sol", + "file": "../../utils/types/Time.sol", + "id": 7242, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 7671, + "sourceUnit": 13365, + "src": "143:48:19", + "symbolAliases": [ + { + "foreign": { + "id": 7241, + "name": "Time", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13364, + "src": "151:4:19", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "IAccessManager", + "contractDependencies": [], + "contractKind": "interface", + "fullyImplemented": false, + "id": 7670, + "linearizedBaseContracts": [ + 7670 + ], + "name": "IAccessManager", + "nameLocation": "203:14:19", + "nodeType": "ContractDefinition", + "nodes": [ + { + "anonymous": false, + "documentation": { + "id": 7243, + "nodeType": "StructuredDocumentation", + "src": "224:58:19", + "text": " @dev A delayed operation was scheduled." + }, + "eventSelector": "82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b4", + "id": 7257, + "name": "OperationScheduled", + "nameLocation": "293:18:19", + "nodeType": "EventDefinition", + "parameters": { + "id": 7256, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7245, + "indexed": true, + "mutability": "mutable", + "name": "operationId", + "nameLocation": "337:11:19", + "nodeType": "VariableDeclaration", + "scope": 7257, + "src": "321:27:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 7244, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "321:7:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7247, + "indexed": true, + "mutability": "mutable", + "name": "nonce", + "nameLocation": "373:5:19", + "nodeType": "VariableDeclaration", + "scope": 7257, + "src": "358:20:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7246, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "358:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7249, + "indexed": false, + "mutability": "mutable", + "name": "schedule", + "nameLocation": "395:8:19", + "nodeType": "VariableDeclaration", + "scope": 7257, + "src": "388:15:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 7248, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "388:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7251, + "indexed": false, + "mutability": "mutable", + "name": "caller", + "nameLocation": "421:6:19", + "nodeType": "VariableDeclaration", + "scope": 7257, + "src": "413:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7250, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "413:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7253, + "indexed": false, + "mutability": "mutable", + "name": "target", + "nameLocation": "445:6:19", + "nodeType": "VariableDeclaration", + "scope": 7257, + "src": "437:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7252, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "437:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7255, + "indexed": false, + "mutability": "mutable", + "name": "data", + "nameLocation": "467:4:19", + "nodeType": "VariableDeclaration", + "scope": 7257, + "src": "461:10:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7254, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "461:5:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "311:166:19" + }, + "src": "287:191:19" + }, + { + "anonymous": false, + "documentation": { + "id": 7258, + "nodeType": "StructuredDocumentation", + "src": "484:59:19", + "text": " @dev A scheduled operation was executed." + }, + "eventSelector": "76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d", + "id": 7264, + "name": "OperationExecuted", + "nameLocation": "554:17:19", + "nodeType": "EventDefinition", + "parameters": { + "id": 7263, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7260, + "indexed": true, + "mutability": "mutable", + "name": "operationId", + "nameLocation": "588:11:19", + "nodeType": "VariableDeclaration", + "scope": 7264, + "src": "572:27:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 7259, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "572:7:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7262, + "indexed": true, + "mutability": "mutable", + "name": "nonce", + "nameLocation": "616:5:19", + "nodeType": "VariableDeclaration", + "scope": 7264, + "src": "601:20:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7261, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "601:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "571:51:19" + }, + "src": "548:75:19" + }, + { + "anonymous": false, + "documentation": { + "id": 7265, + "nodeType": "StructuredDocumentation", + "src": "629:59:19", + "text": " @dev A scheduled operation was canceled." + }, + "eventSelector": "bd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f7", + "id": 7271, + "name": "OperationCanceled", + "nameLocation": "699:17:19", + "nodeType": "EventDefinition", + "parameters": { + "id": 7270, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7267, + "indexed": true, + "mutability": "mutable", + "name": "operationId", + "nameLocation": "733:11:19", + "nodeType": "VariableDeclaration", + "scope": 7271, + "src": "717:27:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 7266, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "717:7:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7269, + "indexed": true, + "mutability": "mutable", + "name": "nonce", + "nameLocation": "761:5:19", + "nodeType": "VariableDeclaration", + "scope": 7271, + "src": "746:20:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7268, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "746:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "716:51:19" + }, + "src": "693:75:19" + }, + { + "anonymous": false, + "documentation": { + "id": 7272, + "nodeType": "StructuredDocumentation", + "src": "774:61:19", + "text": " @dev Informational labelling for a roleId." + }, + "eventSelector": "1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a450", + "id": 7278, + "name": "RoleLabel", + "nameLocation": "846:9:19", + "nodeType": "EventDefinition", + "parameters": { + "id": 7277, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7274, + "indexed": true, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "871:6:19", + "nodeType": "VariableDeclaration", + "scope": 7278, + "src": "856:21:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7273, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "856:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7276, + "indexed": false, + "mutability": "mutable", + "name": "label", + "nameLocation": "886:5:19", + "nodeType": "VariableDeclaration", + "scope": 7278, + "src": "879:12:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 7275, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "879:6:19", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "855:37:19" + }, + "src": "840:53:19" + }, + { + "anonymous": false, + "documentation": { + "id": 7279, + "nodeType": "StructuredDocumentation", + "src": "899: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": 7291, + "name": "RoleGranted", + "nameLocation": "1285:11:19", + "nodeType": "EventDefinition", + "parameters": { + "id": 7290, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7281, + "indexed": true, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "1312:6:19", + "nodeType": "VariableDeclaration", + "scope": 7291, + "src": "1297:21:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7280, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "1297:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7283, + "indexed": true, + "mutability": "mutable", + "name": "account", + "nameLocation": "1336:7:19", + "nodeType": "VariableDeclaration", + "scope": 7291, + "src": "1320:23:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7282, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1320:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7285, + "indexed": false, + "mutability": "mutable", + "name": "delay", + "nameLocation": "1352:5:19", + "nodeType": "VariableDeclaration", + "scope": 7291, + "src": "1345:12:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7284, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "1345:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7287, + "indexed": false, + "mutability": "mutable", + "name": "since", + "nameLocation": "1366:5:19", + "nodeType": "VariableDeclaration", + "scope": 7291, + "src": "1359:12:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 7286, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "1359:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7289, + "indexed": false, + "mutability": "mutable", + "name": "newMember", + "nameLocation": "1378:9:19", + "nodeType": "VariableDeclaration", + "scope": 7291, + "src": "1373:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7288, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1373:4:19", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "1296:92:19" + }, + "src": "1279:110:19" + }, + { + "anonymous": false, + "documentation": { + "id": 7292, + "nodeType": "StructuredDocumentation", + "src": "1395:125:19", + "text": " @dev Emitted when `account` membership or `roleId` is revoked. Unlike granting, revoking is instantaneous." + }, + "eventSelector": "f229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c166", + "id": 7298, + "name": "RoleRevoked", + "nameLocation": "1531:11:19", + "nodeType": "EventDefinition", + "parameters": { + "id": 7297, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7294, + "indexed": true, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "1558:6:19", + "nodeType": "VariableDeclaration", + "scope": 7298, + "src": "1543:21:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7293, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "1543:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7296, + "indexed": true, + "mutability": "mutable", + "name": "account", + "nameLocation": "1582:7:19", + "nodeType": "VariableDeclaration", + "scope": 7298, + "src": "1566:23:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7295, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1566:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1542:48:19" + }, + "src": "1525:66:19" + }, + { + "anonymous": false, + "documentation": { + "id": 7299, + "nodeType": "StructuredDocumentation", + "src": "1597:78:19", + "text": " @dev Role acting as admin over a given `roleId` is updated." + }, + "eventSelector": "1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e6340", + "id": 7305, + "name": "RoleAdminChanged", + "nameLocation": "1686:16:19", + "nodeType": "EventDefinition", + "parameters": { + "id": 7304, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7301, + "indexed": true, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "1718:6:19", + "nodeType": "VariableDeclaration", + "scope": 7305, + "src": "1703:21:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7300, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "1703:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7303, + "indexed": true, + "mutability": "mutable", + "name": "admin", + "nameLocation": "1741:5:19", + "nodeType": "VariableDeclaration", + "scope": 7305, + "src": "1726:20:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7302, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "1726:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "1702:45:19" + }, + "src": "1680:68:19" + }, + { + "anonymous": false, + "documentation": { + "id": 7306, + "nodeType": "StructuredDocumentation", + "src": "1754:81:19", + "text": " @dev Role acting as guardian over a given `roleId` is updated." + }, + "eventSelector": "7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae2", + "id": 7312, + "name": "RoleGuardianChanged", + "nameLocation": "1846:19:19", + "nodeType": "EventDefinition", + "parameters": { + "id": 7311, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7308, + "indexed": true, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "1881:6:19", + "nodeType": "VariableDeclaration", + "scope": 7312, + "src": "1866:21:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7307, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "1866:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7310, + "indexed": true, + "mutability": "mutable", + "name": "guardian", + "nameLocation": "1904:8:19", + "nodeType": "VariableDeclaration", + "scope": 7312, + "src": "1889:23:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7309, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "1889:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "1865:48:19" + }, + "src": "1840:74:19" + }, + { + "anonymous": false, + "documentation": { + "id": 7313, + "nodeType": "StructuredDocumentation", + "src": "1920:108:19", + "text": " @dev Grant delay for a given `roleId` will be updated to `delay` when `since` is reached." + }, + "eventSelector": "feb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b48", + "id": 7321, + "name": "RoleGrantDelayChanged", + "nameLocation": "2039:21:19", + "nodeType": "EventDefinition", + "parameters": { + "id": 7320, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7315, + "indexed": true, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "2076:6:19", + "nodeType": "VariableDeclaration", + "scope": 7321, + "src": "2061:21:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7314, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "2061:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7317, + "indexed": false, + "mutability": "mutable", + "name": "delay", + "nameLocation": "2091:5:19", + "nodeType": "VariableDeclaration", + "scope": 7321, + "src": "2084:12:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7316, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "2084:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7319, + "indexed": false, + "mutability": "mutable", + "name": "since", + "nameLocation": "2105:5:19", + "nodeType": "VariableDeclaration", + "scope": 7321, + "src": "2098:12:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 7318, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "2098:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "2060:51:19" + }, + "src": "2033:79:19" + }, + { + "anonymous": false, + "documentation": { + "id": 7322, + "nodeType": "StructuredDocumentation", + "src": "2118:77:19", + "text": " @dev Target mode is updated (true = closed, false = open)." + }, + "eventSelector": "90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb138", + "id": 7328, + "name": "TargetClosed", + "nameLocation": "2206:12:19", + "nodeType": "EventDefinition", + "parameters": { + "id": 7327, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7324, + "indexed": true, + "mutability": "mutable", + "name": "target", + "nameLocation": "2235:6:19", + "nodeType": "VariableDeclaration", + "scope": 7328, + "src": "2219:22:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7323, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2219:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7326, + "indexed": false, + "mutability": "mutable", + "name": "closed", + "nameLocation": "2248:6:19", + "nodeType": "VariableDeclaration", + "scope": 7328, + "src": "2243:11:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7325, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2243:4:19", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "2218:37:19" + }, + "src": "2200:56:19" + }, + { + "anonymous": false, + "documentation": { + "id": 7329, + "nodeType": "StructuredDocumentation", + "src": "2262:94:19", + "text": " @dev Role required to invoke `selector` on `target` is updated to `roleId`." + }, + "eventSelector": "9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151", + "id": 7337, + "name": "TargetFunctionRoleUpdated", + "nameLocation": "2367:25:19", + "nodeType": "EventDefinition", + "parameters": { + "id": 7336, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7331, + "indexed": true, + "mutability": "mutable", + "name": "target", + "nameLocation": "2409:6:19", + "nodeType": "VariableDeclaration", + "scope": 7337, + "src": "2393:22:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7330, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2393:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7333, + "indexed": false, + "mutability": "mutable", + "name": "selector", + "nameLocation": "2424:8:19", + "nodeType": "VariableDeclaration", + "scope": 7337, + "src": "2417:15:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 7332, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "2417:6:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7335, + "indexed": true, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "2449:6:19", + "nodeType": "VariableDeclaration", + "scope": 7337, + "src": "2434:21:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7334, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "2434:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "2392:64:19" + }, + "src": "2361:96:19" + }, + { + "anonymous": false, + "documentation": { + "id": 7338, + "nodeType": "StructuredDocumentation", + "src": "2463:108:19", + "text": " @dev Admin delay for a given `target` will be updated to `delay` when `since` is reached." + }, + "eventSelector": "a56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c", + "id": 7346, + "name": "TargetAdminDelayUpdated", + "nameLocation": "2582:23:19", + "nodeType": "EventDefinition", + "parameters": { + "id": 7345, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7340, + "indexed": true, + "mutability": "mutable", + "name": "target", + "nameLocation": "2622:6:19", + "nodeType": "VariableDeclaration", + "scope": 7346, + "src": "2606:22:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7339, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2606:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7342, + "indexed": false, + "mutability": "mutable", + "name": "delay", + "nameLocation": "2637:5:19", + "nodeType": "VariableDeclaration", + "scope": 7346, + "src": "2630:12:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7341, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "2630:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7344, + "indexed": false, + "mutability": "mutable", + "name": "since", + "nameLocation": "2651:5:19", + "nodeType": "VariableDeclaration", + "scope": 7346, + "src": "2644:12:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 7343, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "2644:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "2605:52:19" + }, + "src": "2576:82:19" + }, + { + "errorSelector": "813e9459", + "id": 7350, + "name": "AccessManagerAlreadyScheduled", + "nameLocation": "2670:29:19", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7349, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7348, + "mutability": "mutable", + "name": "operationId", + "nameLocation": "2708:11:19", + "nodeType": "VariableDeclaration", + "scope": 7350, + "src": "2700:19:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 7347, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2700:7:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2699:21:19" + }, + "src": "2664:57:19" + }, + { + "errorSelector": "60a299b0", + "id": 7354, + "name": "AccessManagerNotScheduled", + "nameLocation": "2732:25:19", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7353, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7352, + "mutability": "mutable", + "name": "operationId", + "nameLocation": "2766:11:19", + "nodeType": "VariableDeclaration", + "scope": 7354, + "src": "2758:19:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 7351, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2758:7:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2757:21:19" + }, + "src": "2726:53:19" + }, + { + "errorSelector": "18cb6b7a", + "id": 7358, + "name": "AccessManagerNotReady", + "nameLocation": "2790:21:19", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7357, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7356, + "mutability": "mutable", + "name": "operationId", + "nameLocation": "2820:11:19", + "nodeType": "VariableDeclaration", + "scope": 7358, + "src": "2812:19:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 7355, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2812:7:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2811:21:19" + }, + "src": "2784:49:19" + }, + { + "errorSelector": "78a5d6e4", + "id": 7362, + "name": "AccessManagerExpired", + "nameLocation": "2844:20:19", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7361, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7360, + "mutability": "mutable", + "name": "operationId", + "nameLocation": "2873:11:19", + "nodeType": "VariableDeclaration", + "scope": 7362, + "src": "2865:19:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 7359, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2865:7:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2864:21:19" + }, + "src": "2838:48:19" + }, + { + "errorSelector": "1871a90c", + "id": 7366, + "name": "AccessManagerLockedRole", + "nameLocation": "2897:23:19", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7365, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7364, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "2928:6:19", + "nodeType": "VariableDeclaration", + "scope": 7366, + "src": "2921:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7363, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "2921:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "2920:15:19" + }, + "src": "2891:45:19" + }, + { + "errorSelector": "5f159e63", + "id": 7368, + "name": "AccessManagerBadConfirmation", + "nameLocation": "2947:28:19", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7367, + "nodeType": "ParameterList", + "parameters": [], + "src": "2975:2:19" + }, + "src": "2941:37:19" + }, + { + "errorSelector": "f07e038f", + "id": 7374, + "name": "AccessManagerUnauthorizedAccount", + "nameLocation": "2989:32:19", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7373, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7370, + "mutability": "mutable", + "name": "msgsender", + "nameLocation": "3030:9:19", + "nodeType": "VariableDeclaration", + "scope": 7374, + "src": "3022:17:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7369, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3022:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7372, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "3048:6:19", + "nodeType": "VariableDeclaration", + "scope": 7374, + "src": "3041:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7371, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "3041:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "3021:34:19" + }, + "src": "2983:73:19" + }, + { + "errorSelector": "81c6f24b", + "id": 7382, + "name": "AccessManagerUnauthorizedCall", + "nameLocation": "3067:29:19", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7381, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7376, + "mutability": "mutable", + "name": "caller", + "nameLocation": "3105:6:19", + "nodeType": "VariableDeclaration", + "scope": 7382, + "src": "3097:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7375, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3097:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7378, + "mutability": "mutable", + "name": "target", + "nameLocation": "3121:6:19", + "nodeType": "VariableDeclaration", + "scope": 7382, + "src": "3113:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7377, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3113:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7380, + "mutability": "mutable", + "name": "selector", + "nameLocation": "3136:8:19", + "nodeType": "VariableDeclaration", + "scope": 7382, + "src": "3129:15:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 7379, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "3129:6:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "3096:49:19" + }, + "src": "3061:85:19" + }, + { + "errorSelector": "320ff748", + "id": 7386, + "name": "AccessManagerUnauthorizedConsume", + "nameLocation": "3157:32:19", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7385, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7384, + "mutability": "mutable", + "name": "target", + "nameLocation": "3198:6:19", + "nodeType": "VariableDeclaration", + "scope": 7386, + "src": "3190:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7383, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3190:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "3189:16:19" + }, + "src": "3151:55:19" + }, + { + "errorSelector": "3fe2751c", + "id": 7396, + "name": "AccessManagerUnauthorizedCancel", + "nameLocation": "3217:31:19", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7395, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7388, + "mutability": "mutable", + "name": "msgsender", + "nameLocation": "3257:9:19", + "nodeType": "VariableDeclaration", + "scope": 7396, + "src": "3249:17:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7387, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3249:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7390, + "mutability": "mutable", + "name": "caller", + "nameLocation": "3276:6:19", + "nodeType": "VariableDeclaration", + "scope": 7396, + "src": "3268:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7389, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3268:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7392, + "mutability": "mutable", + "name": "target", + "nameLocation": "3292:6:19", + "nodeType": "VariableDeclaration", + "scope": 7396, + "src": "3284:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7391, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3284:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7394, + "mutability": "mutable", + "name": "selector", + "nameLocation": "3307:8:19", + "nodeType": "VariableDeclaration", + "scope": 7396, + "src": "3300:15:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 7393, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "3300:6:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "3248:68:19" + }, + "src": "3211:106:19" + }, + { + "errorSelector": "0813ada2", + "id": 7400, + "name": "AccessManagerInvalidInitialAdmin", + "nameLocation": "3328:32:19", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7399, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7398, + "mutability": "mutable", + "name": "initialAdmin", + "nameLocation": "3369:12:19", + "nodeType": "VariableDeclaration", + "scope": 7400, + "src": "3361:20:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7397, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3361:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "3360:22:19" + }, + "src": "3322:61:19" + }, + { + "documentation": { + "id": 7401, + "nodeType": "StructuredDocumentation", + "src": "3389:1393: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 the admin functions in the manager itself. These are defined by the\n {AccessManager} documentation." + }, + "functionSelector": "b7009613", + "id": 7414, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "canCall", + "nameLocation": "4796:7:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7408, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7403, + "mutability": "mutable", + "name": "caller", + "nameLocation": "4821:6:19", + "nodeType": "VariableDeclaration", + "scope": 7414, + "src": "4813:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7402, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4813:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7405, + "mutability": "mutable", + "name": "target", + "nameLocation": "4845:6:19", + "nodeType": "VariableDeclaration", + "scope": 7414, + "src": "4837:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7404, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4837:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7407, + "mutability": "mutable", + "name": "selector", + "nameLocation": "4868:8:19", + "nodeType": "VariableDeclaration", + "scope": 7414, + "src": "4861:15:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 7406, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "4861:6:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "4803:79:19" + }, + "returnParameters": { + "id": 7413, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7410, + "mutability": "mutable", + "name": "allowed", + "nameLocation": "4911:7:19", + "nodeType": "VariableDeclaration", + "scope": 7414, + "src": "4906:12:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7409, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "4906:4:19", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7412, + "mutability": "mutable", + "name": "delay", + "nameLocation": "4927:5:19", + "nodeType": "VariableDeclaration", + "scope": 7414, + "src": "4920:12:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7411, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "4920:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "4905:28:19" + }, + "scope": 7670, + "src": "4787:147:19", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7415, + "nodeType": "StructuredDocumentation", + "src": "4940: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": 7420, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "expiration", + "nameLocation": "5206:10:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7416, + "nodeType": "ParameterList", + "parameters": [], + "src": "5216:2:19" + }, + "returnParameters": { + "id": 7419, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7418, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7420, + "src": "5242:6:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7417, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "5242:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "5241:8:19" + }, + "scope": 7670, + "src": "5197:53:19", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7421, + "nodeType": "StructuredDocumentation", + "src": "5256: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": 7426, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "minSetback", + "nameLocation": "5516:10:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7422, + "nodeType": "ParameterList", + "parameters": [], + "src": "5526:2:19" + }, + "returnParameters": { + "id": 7425, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7424, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7426, + "src": "5552:6:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7423, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "5552:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "5551:8:19" + }, + "scope": 7670, + "src": "5507:53:19", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7427, + "nodeType": "StructuredDocumentation", + "src": "5566:243:19", + "text": " @dev Get whether the contract is closed disabling any access. Otherwise role permissions are applied.\n NOTE: When the manager itself is closed, admin functions are still accessible to avoid locking the contract." + }, + "functionSelector": "a166aa89", + "id": 7434, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "isTargetClosed", + "nameLocation": "5823:14:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7430, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7429, + "mutability": "mutable", + "name": "target", + "nameLocation": "5846:6:19", + "nodeType": "VariableDeclaration", + "scope": 7434, + "src": "5838:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7428, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5838:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "5837:16:19" + }, + "returnParameters": { + "id": 7433, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7432, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7434, + "src": "5877:4:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7431, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5877:4:19", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "5876:6:19" + }, + "scope": 7670, + "src": "5814:69:19", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7435, + "nodeType": "StructuredDocumentation", + "src": "5889:65:19", + "text": " @dev Get the role required to call a function." + }, + "functionSelector": "6d5115bd", + "id": 7444, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getTargetFunctionRole", + "nameLocation": "5968:21:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7440, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7437, + "mutability": "mutable", + "name": "target", + "nameLocation": "5998:6:19", + "nodeType": "VariableDeclaration", + "scope": 7444, + "src": "5990:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7436, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5990:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7439, + "mutability": "mutable", + "name": "selector", + "nameLocation": "6013:8:19", + "nodeType": "VariableDeclaration", + "scope": 7444, + "src": "6006:15:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 7438, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "6006:6:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "5989:33:19" + }, + "returnParameters": { + "id": 7443, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7442, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7444, + "src": "6046:6:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7441, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "6046:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "6045:8:19" + }, + "scope": 7670, + "src": "5959:95:19", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7445, + "nodeType": "StructuredDocumentation", + "src": "6060:127:19", + "text": " @dev Get the admin delay for a target contract. Changes to contract configuration are subject to this delay." + }, + "functionSelector": "4c1da1e2", + "id": 7452, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getTargetAdminDelay", + "nameLocation": "6201:19:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7448, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7447, + "mutability": "mutable", + "name": "target", + "nameLocation": "6229:6:19", + "nodeType": "VariableDeclaration", + "scope": 7452, + "src": "6221:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7446, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6221:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "6220:16:19" + }, + "returnParameters": { + "id": 7451, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7450, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7452, + "src": "6260:6:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7449, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "6260:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "6259:8:19" + }, + "scope": 7670, + "src": "6192:76:19", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7453, + "nodeType": "StructuredDocumentation", + "src": "6274: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": 7460, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getRoleAdmin", + "nameLocation": "6553:12:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7456, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7455, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "6573:6:19", + "nodeType": "VariableDeclaration", + "scope": 7460, + "src": "6566:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7454, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "6566:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "6565:15:19" + }, + "returnParameters": { + "id": 7459, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7458, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7460, + "src": "6604:6:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7457, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "6604:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "6603:8:19" + }, + "scope": 7670, + "src": "6544:68:19", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7461, + "nodeType": "StructuredDocumentation", + "src": "6618: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": 7468, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getRoleGuardian", + "nameLocation": "6817:15:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7464, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7463, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "6840:6:19", + "nodeType": "VariableDeclaration", + "scope": 7468, + "src": "6833:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7462, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "6833:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "6832:15:19" + }, + "returnParameters": { + "id": 7467, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7466, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7468, + "src": "6871:6:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7465, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "6871:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "6870:8:19" + }, + "scope": 7670, + "src": "6808:71:19", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7469, + "nodeType": "StructuredDocumentation", + "src": "6885: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": 7476, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getRoleGrantDelay", + "nameLocation": "7185:17:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7472, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7471, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "7210:6:19", + "nodeType": "VariableDeclaration", + "scope": 7476, + "src": "7203:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7470, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "7203:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "7202:15:19" + }, + "returnParameters": { + "id": 7475, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7474, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7476, + "src": "7241:6:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7473, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "7241:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "7240:8:19" + }, + "scope": 7670, + "src": "7176:73:19", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7477, + "nodeType": "StructuredDocumentation", + "src": "7255: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": 7492, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getAccess", + "nameLocation": "7868:9:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7482, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7479, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "7894:6:19", + "nodeType": "VariableDeclaration", + "scope": 7492, + "src": "7887:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7478, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "7887:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7481, + "mutability": "mutable", + "name": "account", + "nameLocation": "7918:7:19", + "nodeType": "VariableDeclaration", + "scope": 7492, + "src": "7910:15:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7480, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7910:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "7877:54:19" + }, + "returnParameters": { + "id": 7491, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7484, + "mutability": "mutable", + "name": "since", + "nameLocation": "7962:5:19", + "nodeType": "VariableDeclaration", + "scope": 7492, + "src": "7955:12:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 7483, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "7955:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7486, + "mutability": "mutable", + "name": "currentDelay", + "nameLocation": "7976:12:19", + "nodeType": "VariableDeclaration", + "scope": 7492, + "src": "7969:19:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7485, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "7969:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7488, + "mutability": "mutable", + "name": "pendingDelay", + "nameLocation": "7997:12:19", + "nodeType": "VariableDeclaration", + "scope": 7492, + "src": "7990:19:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7487, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "7990:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7490, + "mutability": "mutable", + "name": "effect", + "nameLocation": "8018:6:19", + "nodeType": "VariableDeclaration", + "scope": 7492, + "src": "8011:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 7489, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "8011:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "7954:71:19" + }, + "scope": 7670, + "src": "7859:167:19", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7493, + "nodeType": "StructuredDocumentation", + "src": "8032: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": 7504, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "hasRole", + "nameLocation": "8276:7:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7498, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7495, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "8291:6:19", + "nodeType": "VariableDeclaration", + "scope": 7504, + "src": "8284:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7494, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "8284:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7497, + "mutability": "mutable", + "name": "account", + "nameLocation": "8307:7:19", + "nodeType": "VariableDeclaration", + "scope": 7504, + "src": "8299:15:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7496, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "8299:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "8283:32:19" + }, + "returnParameters": { + "id": 7503, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7500, + "mutability": "mutable", + "name": "isMember", + "nameLocation": "8344:8:19", + "nodeType": "VariableDeclaration", + "scope": 7504, + "src": "8339:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7499, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "8339:4:19", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7502, + "mutability": "mutable", + "name": "executionDelay", + "nameLocation": "8361:14:19", + "nodeType": "VariableDeclaration", + "scope": 7504, + "src": "8354:21:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7501, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "8354:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "8338:38:19" + }, + "scope": 7670, + "src": "8267:110:19", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7505, + "nodeType": "StructuredDocumentation", + "src": "8383: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": 7512, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "labelRole", + "nameLocation": "8605:9:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7510, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7507, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "8622:6:19", + "nodeType": "VariableDeclaration", + "scope": 7512, + "src": "8615:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7506, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "8615:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7509, + "mutability": "mutable", + "name": "label", + "nameLocation": "8646:5:19", + "nodeType": "VariableDeclaration", + "scope": 7512, + "src": "8630:21:19", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string" + }, + "typeName": { + "id": 7508, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "8630:6:19", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "8614:38:19" + }, + "returnParameters": { + "id": 7511, + "nodeType": "ParameterList", + "parameters": [], + "src": "8661:0:19" + }, + "scope": 7670, + "src": "8596:66:19", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7513, + "nodeType": "StructuredDocumentation", + "src": "8668: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": 7522, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "grantRole", + "nameLocation": "9904:9:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7520, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7515, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "9921:6:19", + "nodeType": "VariableDeclaration", + "scope": 7522, + "src": "9914:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7514, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "9914:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7517, + "mutability": "mutable", + "name": "account", + "nameLocation": "9937:7:19", + "nodeType": "VariableDeclaration", + "scope": 7522, + "src": "9929:15:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7516, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "9929:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7519, + "mutability": "mutable", + "name": "executionDelay", + "nameLocation": "9953:14:19", + "nodeType": "VariableDeclaration", + "scope": 7522, + "src": "9946:21:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7518, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "9946:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "9913:55:19" + }, + "returnParameters": { + "id": 7521, + "nodeType": "ParameterList", + "parameters": [], + "src": "9977:0:19" + }, + "scope": 7670, + "src": "9895:83:19", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7523, + "nodeType": "StructuredDocumentation", + "src": "9984: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": 7530, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "revokeRole", + "nameLocation": "10375:10:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7528, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7525, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "10393:6:19", + "nodeType": "VariableDeclaration", + "scope": 7530, + "src": "10386:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7524, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "10386:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7527, + "mutability": "mutable", + "name": "account", + "nameLocation": "10409:7:19", + "nodeType": "VariableDeclaration", + "scope": 7530, + "src": "10401:15:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7526, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "10401:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "10385:32:19" + }, + "returnParameters": { + "id": 7529, + "nodeType": "ParameterList", + "parameters": [], + "src": "10426:0:19" + }, + "scope": 7670, + "src": "10366:61:19", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7531, + "nodeType": "StructuredDocumentation", + "src": "10433: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": 7538, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "renounceRole", + "nameLocation": "10764:12:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7536, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7533, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "10784:6:19", + "nodeType": "VariableDeclaration", + "scope": 7538, + "src": "10777:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7532, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "10777:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7535, + "mutability": "mutable", + "name": "callerConfirmation", + "nameLocation": "10800:18:19", + "nodeType": "VariableDeclaration", + "scope": 7538, + "src": "10792:26:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7534, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "10792:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "10776:43:19" + }, + "returnParameters": { + "id": 7537, + "nodeType": "ParameterList", + "parameters": [], + "src": "10828:0:19" + }, + "scope": 7670, + "src": "10755:74:19", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7539, + "nodeType": "StructuredDocumentation", + "src": "10835: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": 7546, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "setRoleAdmin", + "nameLocation": "11033:12:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7544, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7541, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "11053:6:19", + "nodeType": "VariableDeclaration", + "scope": 7546, + "src": "11046:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7540, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "11046:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7543, + "mutability": "mutable", + "name": "admin", + "nameLocation": "11068:5:19", + "nodeType": "VariableDeclaration", + "scope": 7546, + "src": "11061:12:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7542, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "11061:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "11045:29:19" + }, + "returnParameters": { + "id": 7545, + "nodeType": "ParameterList", + "parameters": [], + "src": "11083:0:19" + }, + "scope": 7670, + "src": "11024:60:19", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7547, + "nodeType": "StructuredDocumentation", + "src": "11090: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": 7554, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "setRoleGuardian", + "nameLocation": "11294:15:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7552, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7549, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "11317:6:19", + "nodeType": "VariableDeclaration", + "scope": 7554, + "src": "11310:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7548, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "11310:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7551, + "mutability": "mutable", + "name": "guardian", + "nameLocation": "11332:8:19", + "nodeType": "VariableDeclaration", + "scope": 7554, + "src": "11325:15:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7550, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "11325:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "11309:32:19" + }, + "returnParameters": { + "id": 7553, + "nodeType": "ParameterList", + "parameters": [], + "src": "11350:0:19" + }, + "scope": 7670, + "src": "11285:66:19", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7555, + "nodeType": "StructuredDocumentation", + "src": "11357: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": 7562, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "setGrantDelay", + "nameLocation": "11567:13:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7560, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7557, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "11588:6:19", + "nodeType": "VariableDeclaration", + "scope": 7562, + "src": "11581:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7556, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "11581:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7559, + "mutability": "mutable", + "name": "newDelay", + "nameLocation": "11603:8:19", + "nodeType": "VariableDeclaration", + "scope": 7562, + "src": "11596:15:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7558, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "11596:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "11580:32:19" + }, + "returnParameters": { + "id": 7561, + "nodeType": "ParameterList", + "parameters": [], + "src": "11621:0:19" + }, + "scope": 7670, + "src": "11558:64:19", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7563, + "nodeType": "StructuredDocumentation", + "src": "11628: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": 7573, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "setTargetFunctionRole", + "nameLocation": "11909:21:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7571, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7565, + "mutability": "mutable", + "name": "target", + "nameLocation": "11939:6:19", + "nodeType": "VariableDeclaration", + "scope": 7573, + "src": "11931:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7564, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "11931:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7568, + "mutability": "mutable", + "name": "selectors", + "nameLocation": "11965:9:19", + "nodeType": "VariableDeclaration", + "scope": 7573, + "src": "11947:27:19", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_bytes4_$dyn_calldata_ptr", + "typeString": "bytes4[]" + }, + "typeName": { + "baseType": { + "id": 7566, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "11947:6:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "id": 7567, + "nodeType": "ArrayTypeName", + "src": "11947:8:19", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_bytes4_$dyn_storage_ptr", + "typeString": "bytes4[]" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7570, + "mutability": "mutable", + "name": "roleId", + "nameLocation": "11983:6:19", + "nodeType": "VariableDeclaration", + "scope": 7573, + "src": "11976:13:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 7569, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "11976:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "11930:60:19" + }, + "returnParameters": { + "id": 7572, + "nodeType": "ParameterList", + "parameters": [], + "src": "11999:0:19" + }, + "scope": 7670, + "src": "11900:100:19", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7574, + "nodeType": "StructuredDocumentation", + "src": "12006: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": 7581, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "setTargetAdminDelay", + "nameLocation": "12249:19:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7579, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7576, + "mutability": "mutable", + "name": "target", + "nameLocation": "12277:6:19", + "nodeType": "VariableDeclaration", + "scope": 7581, + "src": "12269:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7575, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "12269:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7578, + "mutability": "mutable", + "name": "newDelay", + "nameLocation": "12292:8:19", + "nodeType": "VariableDeclaration", + "scope": 7581, + "src": "12285:15:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7577, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "12285:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "12268:33:19" + }, + "returnParameters": { + "id": 7580, + "nodeType": "ParameterList", + "parameters": [], + "src": "12310:0:19" + }, + "scope": 7670, + "src": "12240:71:19", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7582, + "nodeType": "StructuredDocumentation", + "src": "12317:291:19", + "text": " @dev Set the closed flag for a contract.\n Closing the manager itself won't disable access to admin methods to avoid locking the contract.\n Requirements:\n - the caller must be a global admin\n Emits a {TargetClosed} event." + }, + "functionSelector": "167bd395", + "id": 7589, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "setTargetClosed", + "nameLocation": "12622:15:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7587, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7584, + "mutability": "mutable", + "name": "target", + "nameLocation": "12646:6:19", + "nodeType": "VariableDeclaration", + "scope": 7589, + "src": "12638:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7583, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "12638:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7586, + "mutability": "mutable", + "name": "closed", + "nameLocation": "12659:6:19", + "nodeType": "VariableDeclaration", + "scope": 7589, + "src": "12654:11:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7585, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "12654:4:19", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "12637:29:19" + }, + "returnParameters": { + "id": 7588, + "nodeType": "ParameterList", + "parameters": [], + "src": "12675:0:19" + }, + "scope": 7670, + "src": "12613:63:19", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7590, + "nodeType": "StructuredDocumentation", + "src": "12682: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": 7597, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getSchedule", + "nameLocation": "12905:11:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7593, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7592, + "mutability": "mutable", + "name": "id", + "nameLocation": "12925:2:19", + "nodeType": "VariableDeclaration", + "scope": 7597, + "src": "12917:10:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 7591, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "12917:7:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "12916:12:19" + }, + "returnParameters": { + "id": 7596, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7595, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7597, + "src": "12952:6:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 7594, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "12952:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "12951:8:19" + }, + "scope": 7670, + "src": "12896:64:19", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7598, + "nodeType": "StructuredDocumentation", + "src": "12966: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": 7605, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getNonce", + "nameLocation": "13132:8:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7601, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7600, + "mutability": "mutable", + "name": "id", + "nameLocation": "13149:2:19", + "nodeType": "VariableDeclaration", + "scope": 7605, + "src": "13141:10:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 7599, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "13141:7:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "13140:12:19" + }, + "returnParameters": { + "id": 7604, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7603, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7605, + "src": "13176:6:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7602, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "13176:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "13175:8:19" + }, + "scope": 7670, + "src": "13123:61:19", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7606, + "nodeType": "StructuredDocumentation", + "src": "13190: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": 7619, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "schedule", + "nameLocation": "14272:8:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7613, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7608, + "mutability": "mutable", + "name": "target", + "nameLocation": "14298:6:19", + "nodeType": "VariableDeclaration", + "scope": 7619, + "src": "14290:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7607, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "14290:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7610, + "mutability": "mutable", + "name": "data", + "nameLocation": "14329:4:19", + "nodeType": "VariableDeclaration", + "scope": 7619, + "src": "14314:19:19", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7609, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "14314:5:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7612, + "mutability": "mutable", + "name": "when", + "nameLocation": "14350:4:19", + "nodeType": "VariableDeclaration", + "scope": 7619, + "src": "14343:11:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 7611, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "14343:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "14280:80:19" + }, + "returnParameters": { + "id": 7618, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7615, + "mutability": "mutable", + "name": "operationId", + "nameLocation": "14387:11:19", + "nodeType": "VariableDeclaration", + "scope": 7619, + "src": "14379:19:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 7614, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "14379:7:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7617, + "mutability": "mutable", + "name": "nonce", + "nameLocation": "14407:5:19", + "nodeType": "VariableDeclaration", + "scope": 7619, + "src": "14400:12:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7616, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "14400:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "14378:35:19" + }, + "scope": 7670, + "src": "14263:151:19", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7620, + "nodeType": "StructuredDocumentation", + "src": "14420: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": 7629, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "execute", + "nameLocation": "14885:7:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7625, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7622, + "mutability": "mutable", + "name": "target", + "nameLocation": "14901:6:19", + "nodeType": "VariableDeclaration", + "scope": 7629, + "src": "14893:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7621, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "14893:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7624, + "mutability": "mutable", + "name": "data", + "nameLocation": "14924:4:19", + "nodeType": "VariableDeclaration", + "scope": 7629, + "src": "14909:19:19", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7623, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "14909:5:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "14892:37:19" + }, + "returnParameters": { + "id": 7628, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7627, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7629, + "src": "14956:6:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7626, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "14956:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "14955:8:19" + }, + "scope": 7670, + "src": "14876:88:19", + "stateMutability": "payable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7630, + "nodeType": "StructuredDocumentation", + "src": "14970: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": 7641, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "cancel", + "nameLocation": "15323:6:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7637, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7632, + "mutability": "mutable", + "name": "caller", + "nameLocation": "15338:6:19", + "nodeType": "VariableDeclaration", + "scope": 7641, + "src": "15330:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7631, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "15330:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7634, + "mutability": "mutable", + "name": "target", + "nameLocation": "15354:6:19", + "nodeType": "VariableDeclaration", + "scope": 7641, + "src": "15346:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7633, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "15346:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7636, + "mutability": "mutable", + "name": "data", + "nameLocation": "15377:4:19", + "nodeType": "VariableDeclaration", + "scope": 7641, + "src": "15362:19:19", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7635, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "15362:5:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "15329:53:19" + }, + "returnParameters": { + "id": 7640, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7639, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7641, + "src": "15401:6:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 7638, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "15401:6:19", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "15400:8:19" + }, + "scope": 7670, + "src": "15314:95:19", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7642, + "nodeType": "StructuredDocumentation", + "src": "15415: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": 7649, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "consumeScheduledOp", + "nameLocation": "15863:18:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7647, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7644, + "mutability": "mutable", + "name": "caller", + "nameLocation": "15890:6:19", + "nodeType": "VariableDeclaration", + "scope": 7649, + "src": "15882:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7643, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "15882:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7646, + "mutability": "mutable", + "name": "data", + "nameLocation": "15913:4:19", + "nodeType": "VariableDeclaration", + "scope": 7649, + "src": "15898:19:19", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7645, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "15898:5:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "15881:37:19" + }, + "returnParameters": { + "id": 7648, + "nodeType": "ParameterList", + "parameters": [], + "src": "15927:0:19" + }, + "scope": 7670, + "src": "15854:74:19", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7650, + "nodeType": "StructuredDocumentation", + "src": "15934:64:19", + "text": " @dev Hashing function for delayed operations." + }, + "functionSelector": "abd9bd2a", + "id": 7661, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "hashOperation", + "nameLocation": "16012:13:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7657, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7652, + "mutability": "mutable", + "name": "caller", + "nameLocation": "16034:6:19", + "nodeType": "VariableDeclaration", + "scope": 7661, + "src": "16026:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7651, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "16026:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7654, + "mutability": "mutable", + "name": "target", + "nameLocation": "16050:6:19", + "nodeType": "VariableDeclaration", + "scope": 7661, + "src": "16042:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7653, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "16042:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7656, + "mutability": "mutable", + "name": "data", + "nameLocation": "16073:4:19", + "nodeType": "VariableDeclaration", + "scope": 7661, + "src": "16058:19:19", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7655, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "16058:5:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "16025:53:19" + }, + "returnParameters": { + "id": 7660, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7659, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7661, + "src": "16102:7:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 7658, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "16102:7:19", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "16101:9:19" + }, + "scope": 7670, + "src": "16003:108:19", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 7662, + "nodeType": "StructuredDocumentation", + "src": "16117: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": 7669, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "updateAuthority", + "nameLocation": "16300:15:19", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7667, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7664, + "mutability": "mutable", + "name": "target", + "nameLocation": "16324:6:19", + "nodeType": "VariableDeclaration", + "scope": 7669, + "src": "16316:14:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7663, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "16316:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7666, + "mutability": "mutable", + "name": "newAuthority", + "nameLocation": "16340:12:19", + "nodeType": "VariableDeclaration", + "scope": 7669, + "src": "16332:20:19", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7665, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "16332:7:19", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "16315:38:19" + }, + "returnParameters": { + "id": 7668, + "nodeType": "ParameterList", + "parameters": [], + "src": "16362:0:19" + }, + "scope": 7670, + "src": "16291:72:19", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + } + ], + "scope": 7671, + "src": "193:16172:19", + "usedErrors": [ + 7350, + 7354, + 7358, + 7362, + 7366, + 7368, + 7374, + 7382, + 7386, + 7396, + 7400 + ], + "usedEvents": [ + 7257, + 7264, + 7271, + 7278, + 7291, + 7298, + 7305, + 7312, + 7321, + 7328, + 7337, + 7346 + ] + } + ], + "src": "117:16249:19" + }, + "id": 19 + }, + "@openzeppelin/contracts/access/manager/IAuthority.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/access/manager/IAuthority.sol", + "exportedSymbols": { + "IAuthority": [ + 7686 + ] + }, + "id": 7687, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 7672, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "113:24:20" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "IAuthority", + "contractDependencies": [], + "contractKind": "interface", + "documentation": { + "id": 7673, + "nodeType": "StructuredDocumentation", + "src": "139:83:20", + "text": " @dev Standard interface for permissioning originally defined in Dappsys." + }, + "fullyImplemented": false, + "id": 7686, + "linearizedBaseContracts": [ + 7686 + ], + "name": "IAuthority", + "nameLocation": "233:10:20", + "nodeType": "ContractDefinition", + "nodes": [ + { + "documentation": { + "id": 7674, + "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": 7685, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "canCall", + "nameLocation": "385:7:20", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7681, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7676, + "mutability": "mutable", + "name": "caller", + "nameLocation": "401:6:20", + "nodeType": "VariableDeclaration", + "scope": 7685, + "src": "393:14:20", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7675, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "393:7:20", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7678, + "mutability": "mutable", + "name": "target", + "nameLocation": "417:6:20", + "nodeType": "VariableDeclaration", + "scope": 7685, + "src": "409:14:20", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7677, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "409:7:20", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7680, + "mutability": "mutable", + "name": "selector", + "nameLocation": "432:8:20", + "nodeType": "VariableDeclaration", + "scope": 7685, + "src": "425:15:20", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 7679, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "425:6:20", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "392:49:20" + }, + "returnParameters": { + "id": 7684, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7683, + "mutability": "mutable", + "name": "allowed", + "nameLocation": "470:7:20", + "nodeType": "VariableDeclaration", + "scope": 7685, + "src": "465:12:20", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7682, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "465:4:20", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "464:14:20" + }, + "scope": 7686, + "src": "376:103:20", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + } + ], + "scope": 7687, + "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": [ + 7700 + ] + }, + "id": 7701, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 7688, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "107:24:21" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "IERC1271", + "contractDependencies": [], + "contractKind": "interface", + "documentation": { + "id": 7689, + "nodeType": "StructuredDocumentation", + "src": "133:160:21", + "text": " @dev Interface of the ERC-1271 standard signature validation method for\n contracts as defined in https://eips.ethereum.org/EIPS/eip-1271[ERC-1271]." + }, + "fullyImplemented": false, + "id": 7700, + "linearizedBaseContracts": [ + 7700 + ], + "name": "IERC1271", + "nameLocation": "304:8:21", + "nodeType": "ContractDefinition", + "nodes": [ + { + "documentation": { + "id": 7690, + "nodeType": "StructuredDocumentation", + "src": "319: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": 7699, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "isValidSignature", + "nameLocation": "553:16:21", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7695, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7692, + "mutability": "mutable", + "name": "hash", + "nameLocation": "578:4:21", + "nodeType": "VariableDeclaration", + "scope": 7699, + "src": "570:12:21", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 7691, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "570:7:21", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7694, + "mutability": "mutable", + "name": "signature", + "nameLocation": "597:9:21", + "nodeType": "VariableDeclaration", + "scope": 7699, + "src": "584:22:21", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7693, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "584:5:21", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "569:38:21" + }, + "returnParameters": { + "id": 7698, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7697, + "mutability": "mutable", + "name": "magicValue", + "nameLocation": "638:10:21", + "nodeType": "VariableDeclaration", + "scope": 7699, + "src": "631:17:21", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + }, + "typeName": { + "id": 7696, + "name": "bytes4", + "nodeType": "ElementaryTypeName", + "src": "631:6:21", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + }, + "visibility": "internal" + } + ], + "src": "630:19:21" + }, + "scope": 7700, + "src": "544:106:21", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + } + ], + "scope": 7701, + "src": "294:358:21", + "usedErrors": [], + "usedEvents": [] + } + ], + "src": "107:546:21" + }, + "id": 21 + }, + "@openzeppelin/contracts/interfaces/IERC5267.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/interfaces/IERC5267.sol", + "exportedSymbols": { + "IERC5267": [ + 7725 + ] + }, + "id": 7726, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 7702, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "107:24:22" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "IERC5267", + "contractDependencies": [], + "contractKind": "interface", + "fullyImplemented": false, + "id": 7725, + "linearizedBaseContracts": [ + 7725 + ], + "name": "IERC5267", + "nameLocation": "143:8:22", + "nodeType": "ContractDefinition", + "nodes": [ + { + "anonymous": false, + "documentation": { + "id": 7703, + "nodeType": "StructuredDocumentation", + "src": "158:84:22", + "text": " @dev MAY be emitted to signal that the domain could have changed." + }, + "eventSelector": "0a6387c9ea3628b88a633bb4f3b151770f70085117a15f9bf3787cda53f13d31", + "id": 7705, + "name": "EIP712DomainChanged", + "nameLocation": "253:19:22", + "nodeType": "EventDefinition", + "parameters": { + "id": 7704, + "nodeType": "ParameterList", + "parameters": [], + "src": "272:2:22" + }, + "src": "247:28:22" + }, + { + "documentation": { + "id": 7706, + "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": 7724, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "eip712Domain", + "nameLocation": "435:12:22", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7707, + "nodeType": "ParameterList", + "parameters": [], + "src": "447:2:22" + }, + "returnParameters": { + "id": 7723, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7709, + "mutability": "mutable", + "name": "fields", + "nameLocation": "517:6:22", + "nodeType": "VariableDeclaration", + "scope": 7724, + "src": "510:13:22", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + }, + "typeName": { + "id": 7708, + "name": "bytes1", + "nodeType": "ElementaryTypeName", + "src": "510:6:22", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7711, + "mutability": "mutable", + "name": "name", + "nameLocation": "551:4:22", + "nodeType": "VariableDeclaration", + "scope": 7724, + "src": "537:18:22", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 7710, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "537:6:22", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7713, + "mutability": "mutable", + "name": "version", + "nameLocation": "583:7:22", + "nodeType": "VariableDeclaration", + "scope": 7724, + "src": "569:21:22", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 7712, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "569:6:22", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7715, + "mutability": "mutable", + "name": "chainId", + "nameLocation": "612:7:22", + "nodeType": "VariableDeclaration", + "scope": 7724, + "src": "604:15:22", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 7714, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "604:7:22", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7717, + "mutability": "mutable", + "name": "verifyingContract", + "nameLocation": "641:17:22", + "nodeType": "VariableDeclaration", + "scope": 7724, + "src": "633:25:22", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7716, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "633:7:22", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7719, + "mutability": "mutable", + "name": "salt", + "nameLocation": "680:4:22", + "nodeType": "VariableDeclaration", + "scope": 7724, + "src": "672:12:22", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 7718, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "672:7:22", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7722, + "mutability": "mutable", + "name": "extensions", + "nameLocation": "715:10:22", + "nodeType": "VariableDeclaration", + "scope": 7724, + "src": "698:27:22", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", + "typeString": "uint256[]" + }, + "typeName": { + "baseType": { + "id": 7720, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "698:7:22", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 7721, + "nodeType": "ArrayTypeName", + "src": "698:9:22", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", + "typeString": "uint256[]" + } + }, + "visibility": "internal" + } + ], + "src": "496:239:22" + }, + "scope": 7725, + "src": "426:310:22", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + } + ], + "scope": 7726, + "src": "133:605:22", + "usedErrors": [], + "usedEvents": [ + 7705 + ] + } + ], + "src": "107:632:22" + }, + "id": 22 + }, + "@openzeppelin/contracts/utils/Address.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/Address.sol", + "exportedSymbols": { + "Address": [ + 7984 + ], + "Errors": [ + 8036 + ] + }, + "id": 7985, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 7727, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "101:24:23" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/Errors.sol", + "file": "./Errors.sol", + "id": 7729, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 7985, + "sourceUnit": 8037, + "src": "127:36:23", + "symbolAliases": [ + { + "foreign": { + "id": 7728, + "name": "Errors", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8036, + "src": "135:6:23", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "Address", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 7730, + "nodeType": "StructuredDocumentation", + "src": "165:67:23", + "text": " @dev Collection of functions related to the address type" + }, + "fullyImplemented": true, + "id": 7984, + "linearizedBaseContracts": [ + 7984 + ], + "name": "Address", + "nameLocation": "241:7:23", + "nodeType": "ContractDefinition", + "nodes": [ + { + "documentation": { + "id": 7731, + "nodeType": "StructuredDocumentation", + "src": "255:75:23", + "text": " @dev There's no code at `target` (it is not a contract)." + }, + "errorSelector": "9996b315", + "id": 7735, + "name": "AddressEmptyCode", + "nameLocation": "341:16:23", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 7734, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7733, + "mutability": "mutable", + "name": "target", + "nameLocation": "366:6:23", + "nodeType": "VariableDeclaration", + "scope": 7735, + "src": "358:14:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7732, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "358:7:23", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "357:16:23" + }, + "src": "335:39:23" + }, + { + "body": { + "id": 7781, + "nodeType": "Block", + "src": "1361:278:23", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 7749, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "arguments": [ + { + "id": 7745, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "1383:4:23", + "typeDescriptions": { + "typeIdentifier": "t_contract$_Address_$7984", + "typeString": "library Address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_Address_$7984", + "typeString": "library Address" + } + ], + "id": 7744, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "1375:7:23", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 7743, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1375:7:23", + "typeDescriptions": {} + } + }, + "id": 7746, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1375:13:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 7747, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1389:7:23", + "memberName": "balance", + "nodeType": "MemberAccess", + "src": "1375:21:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 7748, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7740, + "src": "1399:6:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "1375:30:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 7762, + "nodeType": "IfStatement", + "src": "1371:125:23", + "trueBody": { + "id": 7761, + "nodeType": "Block", + "src": "1407:89:23", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "expression": { + "arguments": [ + { + "id": 7755, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "1463:4:23", + "typeDescriptions": { + "typeIdentifier": "t_contract$_Address_$7984", + "typeString": "library Address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_Address_$7984", + "typeString": "library Address" + } + ], + "id": 7754, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "1455:7:23", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 7753, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1455:7:23", + "typeDescriptions": {} + } + }, + "id": 7756, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1455:13:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 7757, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1469:7:23", + "memberName": "balance", + "nodeType": "MemberAccess", + "src": "1455:21:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 7758, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7740, + "src": "1478:6:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 7750, + "name": "Errors", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8036, + "src": "1428:6:23", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Errors_$8036_$", + "typeString": "type(library Errors)" + } + }, + "id": 7752, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1435:19:23", + "memberName": "InsufficientBalance", + "nodeType": "MemberAccess", + "referencedDeclaration": 8024, + "src": "1428:26:23", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint256_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint256,uint256) pure returns (error)" + } + }, + "id": 7759, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1428:57:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 7760, + "nodeType": "RevertStatement", + "src": "1421:64:23" + } + ] + } + }, + { + "assignments": [ + 7764, + null + ], + "declarations": [ + { + "constant": false, + "id": 7764, + "mutability": "mutable", + "name": "success", + "nameLocation": "1512:7:23", + "nodeType": "VariableDeclaration", + "scope": 7781, + "src": "1507:12:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7763, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1507:4:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + null + ], + "id": 7771, + "initialValue": { + "arguments": [ + { + "hexValue": "", + "id": 7769, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1555: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": 7765, + "name": "recipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7738, + "src": "1525:9:23", + "typeDescriptions": { + "typeIdentifier": "t_address_payable", + "typeString": "address payable" + } + }, + "id": 7766, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1535:4:23", + "memberName": "call", + "nodeType": "MemberAccess", + "src": "1525: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": 7768, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "names": [ + "value" + ], + "nodeType": "FunctionCallOptions", + "options": [ + { + "id": 7767, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7740, + "src": "1547:6:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "src": "1525: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": 7770, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1525:33:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1506:52:23" + }, + { + "condition": { + "id": 7773, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "1572:8:23", + "subExpression": { + "id": 7772, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7764, + "src": "1573:7:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 7780, + "nodeType": "IfStatement", + "src": "1568:65:23", + "trueBody": { + "id": 7779, + "nodeType": "Block", + "src": "1582:51:23", + "statements": [ + { + "errorCall": { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "id": 7774, + "name": "Errors", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8036, + "src": "1603:6:23", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Errors_$8036_$", + "typeString": "type(library Errors)" + } + }, + "id": 7776, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1610:10:23", + "memberName": "FailedCall", + "nodeType": "MemberAccess", + "referencedDeclaration": 8027, + "src": "1603:17:23", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", + "typeString": "function () pure returns (error)" + } + }, + "id": 7777, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1603:19:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 7778, + "nodeType": "RevertStatement", + "src": "1596:26:23" + } + ] + } + } + ] + }, + "documentation": { + "id": 7736, + "nodeType": "StructuredDocumentation", + "src": "380: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": 7782, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "sendValue", + "nameLocation": "1299:9:23", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7741, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7738, + "mutability": "mutable", + "name": "recipient", + "nameLocation": "1325:9:23", + "nodeType": "VariableDeclaration", + "scope": 7782, + "src": "1309:25:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address_payable", + "typeString": "address payable" + }, + "typeName": { + "id": 7737, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1309:15:23", + "stateMutability": "payable", + "typeDescriptions": { + "typeIdentifier": "t_address_payable", + "typeString": "address payable" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7740, + "mutability": "mutable", + "name": "amount", + "nameLocation": "1344:6:23", + "nodeType": "VariableDeclaration", + "scope": 7782, + "src": "1336:14:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 7739, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1336:7:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1308:43:23" + }, + "returnParameters": { + "id": 7742, + "nodeType": "ParameterList", + "parameters": [], + "src": "1361:0:23" + }, + "scope": 7984, + "src": "1290:349:23", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 7798, + "nodeType": "Block", + "src": "2573:62:23", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 7793, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7785, + "src": "2612:6:23", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 7794, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7787, + "src": "2620:4:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "hexValue": "30", + "id": 7795, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2626: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": 7792, + "name": "functionCallWithValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7849, + "src": "2590: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": 7796, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2590:38:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 7791, + "id": 7797, + "nodeType": "Return", + "src": "2583:45:23" + } + ] + }, + "documentation": { + "id": 7783, + "nodeType": "StructuredDocumentation", + "src": "1645:834: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 {Errors.FailedCall} 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": 7799, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionCall", + "nameLocation": "2493:12:23", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7788, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7785, + "mutability": "mutable", + "name": "target", + "nameLocation": "2514:6:23", + "nodeType": "VariableDeclaration", + "scope": 7799, + "src": "2506:14:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7784, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2506:7:23", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7787, + "mutability": "mutable", + "name": "data", + "nameLocation": "2535:4:23", + "nodeType": "VariableDeclaration", + "scope": 7799, + "src": "2522:17:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7786, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "2522:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "2505:35:23" + }, + "returnParameters": { + "id": 7791, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7790, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7799, + "src": "2559:12:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7789, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "2559:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "2558:14:23" + }, + "scope": 7984, + "src": "2484:151:23", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 7848, + "nodeType": "Block", + "src": "3072:294:23", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 7817, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "arguments": [ + { + "id": 7813, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "3094:4:23", + "typeDescriptions": { + "typeIdentifier": "t_contract$_Address_$7984", + "typeString": "library Address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_Address_$7984", + "typeString": "library Address" + } + ], + "id": 7812, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3086:7:23", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 7811, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3086:7:23", + "typeDescriptions": {} + } + }, + "id": 7814, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3086:13:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 7815, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3100:7:23", + "memberName": "balance", + "nodeType": "MemberAccess", + "src": "3086:21:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 7816, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7806, + "src": "3110:5:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3086:29:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 7830, + "nodeType": "IfStatement", + "src": "3082:123:23", + "trueBody": { + "id": 7829, + "nodeType": "Block", + "src": "3117:88:23", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "expression": { + "arguments": [ + { + "id": 7823, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "3173:4:23", + "typeDescriptions": { + "typeIdentifier": "t_contract$_Address_$7984", + "typeString": "library Address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_Address_$7984", + "typeString": "library Address" + } + ], + "id": 7822, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3165:7:23", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 7821, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3165:7:23", + "typeDescriptions": {} + } + }, + "id": 7824, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3165:13:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 7825, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3179:7:23", + "memberName": "balance", + "nodeType": "MemberAccess", + "src": "3165:21:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 7826, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7806, + "src": "3188:5:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 7818, + "name": "Errors", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8036, + "src": "3138:6:23", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Errors_$8036_$", + "typeString": "type(library Errors)" + } + }, + "id": 7820, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3145:19:23", + "memberName": "InsufficientBalance", + "nodeType": "MemberAccess", + "referencedDeclaration": 8024, + "src": "3138:26:23", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint256_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint256,uint256) pure returns (error)" + } + }, + "id": 7827, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3138:56:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 7828, + "nodeType": "RevertStatement", + "src": "3131:63:23" + } + ] + } + }, + { + "assignments": [ + 7832, + 7834 + ], + "declarations": [ + { + "constant": false, + "id": 7832, + "mutability": "mutable", + "name": "success", + "nameLocation": "3220:7:23", + "nodeType": "VariableDeclaration", + "scope": 7848, + "src": "3215:12:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7831, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3215:4:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7834, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "3242:10:23", + "nodeType": "VariableDeclaration", + "scope": 7848, + "src": "3229:23:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7833, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3229:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 7841, + "initialValue": { + "arguments": [ + { + "id": 7839, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7804, + "src": "3282: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": 7835, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7802, + "src": "3256:6:23", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 7836, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3263:4:23", + "memberName": "call", + "nodeType": "MemberAccess", + "src": "3256: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": 7838, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "names": [ + "value" + ], + "nodeType": "FunctionCallOptions", + "options": [ + { + "id": 7837, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7806, + "src": "3275:5:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "src": "3256: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": 7840, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3256:31:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "3214:73:23" + }, + { + "expression": { + "arguments": [ + { + "id": 7843, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7802, + "src": "3331:6:23", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 7844, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7832, + "src": "3339:7:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 7845, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7834, + "src": "3348: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": 7842, + "name": "verifyCallResultFromTarget", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7941, + "src": "3304: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": 7846, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3304:55:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 7810, + "id": 7847, + "nodeType": "Return", + "src": "3297:62:23" + } + ] + }, + "documentation": { + "id": 7800, + "nodeType": "StructuredDocumentation", + "src": "2641: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": 7849, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionCallWithValue", + "nameLocation": "2968:21:23", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7807, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7802, + "mutability": "mutable", + "name": "target", + "nameLocation": "2998:6:23", + "nodeType": "VariableDeclaration", + "scope": 7849, + "src": "2990:14:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7801, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2990:7:23", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7804, + "mutability": "mutable", + "name": "data", + "nameLocation": "3019:4:23", + "nodeType": "VariableDeclaration", + "scope": 7849, + "src": "3006:17:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7803, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3006:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7806, + "mutability": "mutable", + "name": "value", + "nameLocation": "3033:5:23", + "nodeType": "VariableDeclaration", + "scope": 7849, + "src": "3025:13:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 7805, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3025:7:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2989:50:23" + }, + "returnParameters": { + "id": 7810, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7809, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7849, + "src": "3058:12:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7808, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3058:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "3057:14:23" + }, + "scope": 7984, + "src": "2959:407:23", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 7874, + "nodeType": "Block", + "src": "3605:154:23", + "statements": [ + { + "assignments": [ + 7860, + 7862 + ], + "declarations": [ + { + "constant": false, + "id": 7860, + "mutability": "mutable", + "name": "success", + "nameLocation": "3621:7:23", + "nodeType": "VariableDeclaration", + "scope": 7874, + "src": "3616:12:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7859, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3616:4:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7862, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "3643:10:23", + "nodeType": "VariableDeclaration", + "scope": 7874, + "src": "3630:23:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7861, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3630:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 7867, + "initialValue": { + "arguments": [ + { + "id": 7865, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7854, + "src": "3675:4:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "expression": { + "id": 7863, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7852, + "src": "3657:6:23", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 7864, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3664:10:23", + "memberName": "staticcall", + "nodeType": "MemberAccess", + "src": "3657: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": 7866, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3657:23:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "3615:65:23" + }, + { + "expression": { + "arguments": [ + { + "id": 7869, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7852, + "src": "3724:6:23", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 7870, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7860, + "src": "3732:7:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 7871, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7862, + "src": "3741: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": 7868, + "name": "verifyCallResultFromTarget", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7941, + "src": "3697: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": 7872, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3697:55:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 7858, + "id": 7873, + "nodeType": "Return", + "src": "3690:62:23" + } + ] + }, + "documentation": { + "id": 7850, + "nodeType": "StructuredDocumentation", + "src": "3372:128:23", + "text": " @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a static call." + }, + "id": 7875, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionStaticCall", + "nameLocation": "3514:18:23", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7855, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7852, + "mutability": "mutable", + "name": "target", + "nameLocation": "3541:6:23", + "nodeType": "VariableDeclaration", + "scope": 7875, + "src": "3533:14:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7851, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3533:7:23", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7854, + "mutability": "mutable", + "name": "data", + "nameLocation": "3562:4:23", + "nodeType": "VariableDeclaration", + "scope": 7875, + "src": "3549:17:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7853, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3549:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "3532:35:23" + }, + "returnParameters": { + "id": 7858, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7857, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7875, + "src": "3591:12:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7856, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3591:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "3590:14:23" + }, + "scope": 7984, + "src": "3505:254:23", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 7900, + "nodeType": "Block", + "src": "3997:156:23", + "statements": [ + { + "assignments": [ + 7886, + 7888 + ], + "declarations": [ + { + "constant": false, + "id": 7886, + "mutability": "mutable", + "name": "success", + "nameLocation": "4013:7:23", + "nodeType": "VariableDeclaration", + "scope": 7900, + "src": "4008:12:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7885, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "4008:4:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7888, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "4035:10:23", + "nodeType": "VariableDeclaration", + "scope": 7900, + "src": "4022:23:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7887, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "4022:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 7893, + "initialValue": { + "arguments": [ + { + "id": 7891, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7880, + "src": "4069:4:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "expression": { + "id": 7889, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7878, + "src": "4049:6:23", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 7890, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4056:12:23", + "memberName": "delegatecall", + "nodeType": "MemberAccess", + "src": "4049: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": 7892, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4049:25:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4007:67:23" + }, + { + "expression": { + "arguments": [ + { + "id": 7895, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7878, + "src": "4118:6:23", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 7896, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7886, + "src": "4126:7:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 7897, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7888, + "src": "4135: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": 7894, + "name": "verifyCallResultFromTarget", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7941, + "src": "4091: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": 7898, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4091:55:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 7884, + "id": 7899, + "nodeType": "Return", + "src": "4084:62:23" + } + ] + }, + "documentation": { + "id": 7876, + "nodeType": "StructuredDocumentation", + "src": "3765:130:23", + "text": " @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a delegate call." + }, + "id": 7901, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionDelegateCall", + "nameLocation": "3909:20:23", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7881, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7878, + "mutability": "mutable", + "name": "target", + "nameLocation": "3938:6:23", + "nodeType": "VariableDeclaration", + "scope": 7901, + "src": "3930:14:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7877, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3930:7:23", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7880, + "mutability": "mutable", + "name": "data", + "nameLocation": "3959:4:23", + "nodeType": "VariableDeclaration", + "scope": 7901, + "src": "3946:17:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7879, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3946:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "3929:35:23" + }, + "returnParameters": { + "id": 7884, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7883, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7901, + "src": "3983:12:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7882, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3983:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "3982:14:23" + }, + "scope": 7984, + "src": "3900:253:23", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 7940, + "nodeType": "Block", + "src": "4579:424:23", + "statements": [ + { + "condition": { + "id": 7914, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4593:8:23", + "subExpression": { + "id": 7913, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7906, + "src": "4594:7:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 7938, + "nodeType": "Block", + "src": "4653:344:23", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 7929, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 7923, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 7920, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7908, + "src": "4841:10:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 7921, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4852:6:23", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "4841:17:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 7922, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4862:1:23", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "4841:22:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 7928, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "expression": { + "id": 7924, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7904, + "src": "4867:6:23", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 7925, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4874:4:23", + "memberName": "code", + "nodeType": "MemberAccess", + "src": "4867:11:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 7926, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4879:6:23", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "4867:18:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 7927, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4889:1:23", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "4867:23:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "4841:49:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 7935, + "nodeType": "IfStatement", + "src": "4837:119:23", + "trueBody": { + "id": 7934, + "nodeType": "Block", + "src": "4892:64:23", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 7931, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7904, + "src": "4934:6:23", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 7930, + "name": "AddressEmptyCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7735, + "src": "4917:16:23", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", + "typeString": "function (address) pure returns (error)" + } + }, + "id": 7932, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4917:24:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 7933, + "nodeType": "RevertStatement", + "src": "4910:31:23" + } + ] + } + }, + { + "expression": { + "id": 7936, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7908, + "src": "4976:10:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 7912, + "id": 7937, + "nodeType": "Return", + "src": "4969:17:23" + } + ] + }, + "id": 7939, + "nodeType": "IfStatement", + "src": "4589:408:23", + "trueBody": { + "id": 7919, + "nodeType": "Block", + "src": "4603:44:23", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 7916, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7908, + "src": "4625:10:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 7915, + "name": "_revert", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7983, + "src": "4617:7:23", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", + "typeString": "function (bytes memory) pure" + } + }, + "id": 7917, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4617:19:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 7918, + "nodeType": "ExpressionStatement", + "src": "4617:19:23" + } + ] + } + } + ] + }, + "documentation": { + "id": 7902, + "nodeType": "StructuredDocumentation", + "src": "4159:257: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 {Errors.FailedCall}) in case\n of an unsuccessful call." + }, + "id": 7941, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "verifyCallResultFromTarget", + "nameLocation": "4430:26:23", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7909, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7904, + "mutability": "mutable", + "name": "target", + "nameLocation": "4474:6:23", + "nodeType": "VariableDeclaration", + "scope": 7941, + "src": "4466:14:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7903, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4466:7:23", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7906, + "mutability": "mutable", + "name": "success", + "nameLocation": "4495:7:23", + "nodeType": "VariableDeclaration", + "scope": 7941, + "src": "4490:12:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7905, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "4490:4:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7908, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "4525:10:23", + "nodeType": "VariableDeclaration", + "scope": 7941, + "src": "4512:23:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7907, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "4512:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "4456:85:23" + }, + "returnParameters": { + "id": 7912, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7911, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7941, + "src": "4565:12:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7910, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "4565:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "4564:14:23" + }, + "scope": 7984, + "src": "4421:582:23", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 7962, + "nodeType": "Block", + "src": "5307:122:23", + "statements": [ + { + "condition": { + "id": 7952, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "5321:8:23", + "subExpression": { + "id": 7951, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7944, + "src": "5322:7:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 7960, + "nodeType": "Block", + "src": "5381:42:23", + "statements": [ + { + "expression": { + "id": 7958, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7946, + "src": "5402:10:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 7950, + "id": 7959, + "nodeType": "Return", + "src": "5395:17:23" + } + ] + }, + "id": 7961, + "nodeType": "IfStatement", + "src": "5317:106:23", + "trueBody": { + "id": 7957, + "nodeType": "Block", + "src": "5331:44:23", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 7954, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7946, + "src": "5353:10:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 7953, + "name": "_revert", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7983, + "src": "5345:7:23", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", + "typeString": "function (bytes memory) pure" + } + }, + "id": 7955, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5345:19:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 7956, + "nodeType": "ExpressionStatement", + "src": "5345:19:23" + } + ] + } + } + ] + }, + "documentation": { + "id": 7942, + "nodeType": "StructuredDocumentation", + "src": "5009:191: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 {Errors.FailedCall} error." + }, + "id": 7963, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "verifyCallResult", + "nameLocation": "5214:16:23", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7947, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7944, + "mutability": "mutable", + "name": "success", + "nameLocation": "5236:7:23", + "nodeType": "VariableDeclaration", + "scope": 7963, + "src": "5231:12:23", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 7943, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5231:4:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 7946, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "5258:10:23", + "nodeType": "VariableDeclaration", + "scope": 7963, + "src": "5245:23:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7945, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "5245:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "5230:39:23" + }, + "returnParameters": { + "id": 7950, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7949, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7963, + "src": "5293:12:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7948, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "5293:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "5292:14:23" + }, + "scope": 7984, + "src": "5205:224:23", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 7982, + "nodeType": "Block", + "src": "5598:432:23", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 7972, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 7969, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7966, + "src": "5674:10:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 7970, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5685:6:23", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "5674:17:23", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "30", + "id": 7971, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5694:1:23", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "5674:21:23", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 7980, + "nodeType": "Block", + "src": "5973:51:23", + "statements": [ + { + "errorCall": { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "id": 7975, + "name": "Errors", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8036, + "src": "5994:6:23", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Errors_$8036_$", + "typeString": "type(library Errors)" + } + }, + "id": 7977, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6001:10:23", + "memberName": "FailedCall", + "nodeType": "MemberAccess", + "referencedDeclaration": 8027, + "src": "5994:17:23", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", + "typeString": "function () pure returns (error)" + } + }, + "id": 7978, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5994:19:23", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 7979, + "nodeType": "RevertStatement", + "src": "5987:26:23" + } + ] + }, + "id": 7981, + "nodeType": "IfStatement", + "src": "5670:354:23", + "trueBody": { + "id": 7974, + "nodeType": "Block", + "src": "5697:270:23", + "statements": [ + { + "AST": { + "nativeSrc": "5824:133:23", + "nodeType": "YulBlock", + "src": "5824:133:23", + "statements": [ + { + "nativeSrc": "5842:40:23", + "nodeType": "YulVariableDeclaration", + "src": "5842:40:23", + "value": { + "arguments": [ + { + "name": "returndata", + "nativeSrc": "5871:10:23", + "nodeType": "YulIdentifier", + "src": "5871:10:23" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "5865:5:23", + "nodeType": "YulIdentifier", + "src": "5865:5:23" + }, + "nativeSrc": "5865:17:23", + "nodeType": "YulFunctionCall", + "src": "5865:17:23" + }, + "variables": [ + { + "name": "returndata_size", + "nativeSrc": "5846:15:23", + "nodeType": "YulTypedName", + "src": "5846:15:23", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5910:2:23", + "nodeType": "YulLiteral", + "src": "5910:2:23", + "type": "", + "value": "32" + }, + { + "name": "returndata", + "nativeSrc": "5914:10:23", + "nodeType": "YulIdentifier", + "src": "5914:10:23" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5906:3:23", + "nodeType": "YulIdentifier", + "src": "5906:3:23" + }, + "nativeSrc": "5906:19:23", + "nodeType": "YulFunctionCall", + "src": "5906:19:23" + }, + { + "name": "returndata_size", + "nativeSrc": "5927:15:23", + "nodeType": "YulIdentifier", + "src": "5927:15:23" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5899:6:23", + "nodeType": "YulIdentifier", + "src": "5899:6:23" + }, + "nativeSrc": "5899:44:23", + "nodeType": "YulFunctionCall", + "src": "5899:44:23" + }, + "nativeSrc": "5899:44:23", + "nodeType": "YulExpressionStatement", + "src": "5899:44:23" + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 7966, + "isOffset": false, + "isSlot": false, + "src": "5871:10:23", + "valueSize": 1 + }, + { + "declaration": 7966, + "isOffset": false, + "isSlot": false, + "src": "5914:10:23", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 7973, + "nodeType": "InlineAssembly", + "src": "5799:158:23" + } + ] + } + } + ] + }, + "documentation": { + "id": 7964, + "nodeType": "StructuredDocumentation", + "src": "5435:103:23", + "text": " @dev Reverts with returndata if present. Otherwise reverts with {Errors.FailedCall}." + }, + "id": 7983, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_revert", + "nameLocation": "5552:7:23", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7967, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7966, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "5573:10:23", + "nodeType": "VariableDeclaration", + "scope": 7983, + "src": "5560:23:23", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7965, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "5560:5:23", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "5559:25:23" + }, + "returnParameters": { + "id": 7968, + "nodeType": "ParameterList", + "parameters": [], + "src": "5598:0:23" + }, + "scope": 7984, + "src": "5543:487:23", + "stateMutability": "pure", + "virtual": false, + "visibility": "private" + } + ], + "scope": 7985, + "src": "233:5799:23", + "usedErrors": [ + 7735 + ], + "usedEvents": [] + } + ], + "src": "101:5932:23" + }, + "id": 23 + }, + "@openzeppelin/contracts/utils/Context.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/Context.sol", + "exportedSymbols": { + "Context": [ + 8014 + ] + }, + "id": 8015, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 7986, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "101:24:24" + }, + { + "abstract": true, + "baseContracts": [], + "canonicalName": "Context", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 7987, + "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": 8014, + "linearizedBaseContracts": [ + 8014 + ], + "name": "Context", + "nameLocation": "642:7:24", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 7995, + "nodeType": "Block", + "src": "718:34:24", + "statements": [ + { + "expression": { + "expression": { + "id": 7992, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -15, + "src": "735:3:24", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 7993, + "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": 7991, + "id": 7994, + "nodeType": "Return", + "src": "728:17:24" + } + ] + }, + "id": 7996, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_msgSender", + "nameLocation": "665:10:24", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7988, + "nodeType": "ParameterList", + "parameters": [], + "src": "675:2:24" + }, + "returnParameters": { + "id": 7991, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7990, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 7996, + "src": "709:7:24", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 7989, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "709:7:24", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "708:9:24" + }, + "scope": 8014, + "src": "656:96:24", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 8004, + "nodeType": "Block", + "src": "825:32:24", + "statements": [ + { + "expression": { + "expression": { + "id": 8001, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -15, + "src": "842:3:24", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 8002, + "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": 8000, + "id": 8003, + "nodeType": "Return", + "src": "835:15:24" + } + ] + }, + "id": 8005, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_msgData", + "nameLocation": "767:8:24", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 7997, + "nodeType": "ParameterList", + "parameters": [], + "src": "775:2:24" + }, + "returnParameters": { + "id": 8000, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 7999, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8005, + "src": "809:14:24", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 7998, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "809:5:24", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "808:16:24" + }, + "scope": 8014, + "src": "758:99:24", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 8012, + "nodeType": "Block", + "src": "935:25:24", + "statements": [ + { + "expression": { + "hexValue": "30", + "id": 8010, + "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": 8009, + "id": 8011, + "nodeType": "Return", + "src": "945:8:24" + } + ] + }, + "id": 8013, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_contextSuffixLength", + "nameLocation": "872:20:24", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8006, + "nodeType": "ParameterList", + "parameters": [], + "src": "892:2:24" + }, + "returnParameters": { + "id": 8009, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8008, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8013, + "src": "926:7:24", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8007, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "926:7:24", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "925:9:24" + }, + "scope": 8014, + "src": "863:97:24", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + } + ], + "scope": 8015, + "src": "624:338:24", + "usedErrors": [], + "usedEvents": [] + } + ], + "src": "101:862:24" + }, + "id": 24 + }, + "@openzeppelin/contracts/utils/Errors.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/Errors.sol", + "exportedSymbols": { + "Errors": [ + 8036 + ] + }, + "id": 8037, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 8016, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "100:24:25" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "Errors", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 8017, + "nodeType": "StructuredDocumentation", + "src": "126:284:25", + "text": " @dev Collection of common custom errors used in multiple contracts\n IMPORTANT: Backwards compatibility is not guaranteed in future versions of the library.\n It is recommended to avoid relying on the error API for critical functionality.\n _Available since v5.1._" + }, + "fullyImplemented": true, + "id": 8036, + "linearizedBaseContracts": [ + 8036 + ], + "name": "Errors", + "nameLocation": "419:6:25", + "nodeType": "ContractDefinition", + "nodes": [ + { + "documentation": { + "id": 8018, + "nodeType": "StructuredDocumentation", + "src": "432:94:25", + "text": " @dev The ETH balance of the account is not enough to perform the operation." + }, + "errorSelector": "cf479181", + "id": 8024, + "name": "InsufficientBalance", + "nameLocation": "537:19:25", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 8023, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8020, + "mutability": "mutable", + "name": "balance", + "nameLocation": "565:7:25", + "nodeType": "VariableDeclaration", + "scope": 8024, + "src": "557:15:25", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8019, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "557:7:25", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8022, + "mutability": "mutable", + "name": "needed", + "nameLocation": "582:6:25", + "nodeType": "VariableDeclaration", + "scope": 8024, + "src": "574:14:25", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8021, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "574:7:25", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "556:33:25" + }, + "src": "531:59:25" + }, + { + "documentation": { + "id": 8025, + "nodeType": "StructuredDocumentation", + "src": "596:89:25", + "text": " @dev A call to an address target failed. The target may have reverted." + }, + "errorSelector": "d6bda275", + "id": 8027, + "name": "FailedCall", + "nameLocation": "696:10:25", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 8026, + "nodeType": "ParameterList", + "parameters": [], + "src": "706:2:25" + }, + "src": "690:19:25" + }, + { + "documentation": { + "id": 8028, + "nodeType": "StructuredDocumentation", + "src": "715:46:25", + "text": " @dev The deployment failed." + }, + "errorSelector": "b06ebf3d", + "id": 8030, + "name": "FailedDeployment", + "nameLocation": "772:16:25", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 8029, + "nodeType": "ParameterList", + "parameters": [], + "src": "788:2:25" + }, + "src": "766:25:25" + }, + { + "documentation": { + "id": 8031, + "nodeType": "StructuredDocumentation", + "src": "797:58:25", + "text": " @dev A necessary precompile is missing." + }, + "errorSelector": "42b01bce", + "id": 8035, + "name": "MissingPrecompile", + "nameLocation": "866:17:25", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 8034, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8033, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8035, + "src": "884:7:25", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 8032, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "884:7:25", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "883:9:25" + }, + "src": "860:33:25" + } + ], + "scope": 8037, + "src": "411:484:25", + "usedErrors": [ + 8024, + 8027, + 8030, + 8035 + ], + "usedEvents": [] + } + ], + "src": "100:796:25" + }, + "id": 25 + }, + "@openzeppelin/contracts/utils/Panic.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/Panic.sol", + "exportedSymbols": { + "Panic": [ + 8088 + ] + }, + "id": 8089, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 8038, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "99:24:26" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "Panic", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 8039, + "nodeType": "StructuredDocumentation", + "src": "125:489:26", + "text": " @dev Helper library for emitting standardized panic codes.\n ```solidity\n contract Example {\n using Panic for uint256;\n // Use any of the declared internal constants\n function foo() { Panic.GENERIC.panic(); }\n // Alternatively\n function foo() { Panic.panic(Panic.GENERIC); }\n }\n ```\n Follows the list from https://github.com/ethereum/solidity/blob/v0.8.24/libsolutil/ErrorCodes.h[libsolutil].\n _Available since v5.1._" + }, + "fullyImplemented": true, + "id": 8088, + "linearizedBaseContracts": [ + 8088 + ], + "name": "Panic", + "nameLocation": "665:5:26", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": true, + "documentation": { + "id": 8040, + "nodeType": "StructuredDocumentation", + "src": "677:36:26", + "text": "@dev generic / unspecified error" + }, + "id": 8043, + "mutability": "constant", + "name": "GENERIC", + "nameLocation": "744:7:26", + "nodeType": "VariableDeclaration", + "scope": 8088, + "src": "718:40:26", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8041, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "718:7:26", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "value": { + "hexValue": "30783030", + "id": 8042, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "754:4:26", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0x00" + }, + "visibility": "internal" + }, + { + "constant": true, + "documentation": { + "id": 8044, + "nodeType": "StructuredDocumentation", + "src": "764:37:26", + "text": "@dev used by the assert() builtin" + }, + "id": 8047, + "mutability": "constant", + "name": "ASSERT", + "nameLocation": "832:6:26", + "nodeType": "VariableDeclaration", + "scope": 8088, + "src": "806:39:26", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8045, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "806:7:26", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "value": { + "hexValue": "30783031", + "id": 8046, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "841:4:26", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "0x01" + }, + "visibility": "internal" + }, + { + "constant": true, + "documentation": { + "id": 8048, + "nodeType": "StructuredDocumentation", + "src": "851:41:26", + "text": "@dev arithmetic underflow or overflow" + }, + "id": 8051, + "mutability": "constant", + "name": "UNDER_OVERFLOW", + "nameLocation": "923:14:26", + "nodeType": "VariableDeclaration", + "scope": 8088, + "src": "897:47:26", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8049, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "897:7:26", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "value": { + "hexValue": "30783131", + "id": 8050, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "940:4:26", + "typeDescriptions": { + "typeIdentifier": "t_rational_17_by_1", + "typeString": "int_const 17" + }, + "value": "0x11" + }, + "visibility": "internal" + }, + { + "constant": true, + "documentation": { + "id": 8052, + "nodeType": "StructuredDocumentation", + "src": "950:35:26", + "text": "@dev division or modulo by zero" + }, + "id": 8055, + "mutability": "constant", + "name": "DIVISION_BY_ZERO", + "nameLocation": "1016:16:26", + "nodeType": "VariableDeclaration", + "scope": 8088, + "src": "990:49:26", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8053, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "990:7:26", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "value": { + "hexValue": "30783132", + "id": 8054, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1035:4:26", + "typeDescriptions": { + "typeIdentifier": "t_rational_18_by_1", + "typeString": "int_const 18" + }, + "value": "0x12" + }, + "visibility": "internal" + }, + { + "constant": true, + "documentation": { + "id": 8056, + "nodeType": "StructuredDocumentation", + "src": "1045:30:26", + "text": "@dev enum conversion error" + }, + "id": 8059, + "mutability": "constant", + "name": "ENUM_CONVERSION_ERROR", + "nameLocation": "1106:21:26", + "nodeType": "VariableDeclaration", + "scope": 8088, + "src": "1080:54:26", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8057, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1080:7:26", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "value": { + "hexValue": "30783231", + "id": 8058, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1130:4:26", + "typeDescriptions": { + "typeIdentifier": "t_rational_33_by_1", + "typeString": "int_const 33" + }, + "value": "0x21" + }, + "visibility": "internal" + }, + { + "constant": true, + "documentation": { + "id": 8060, + "nodeType": "StructuredDocumentation", + "src": "1140:36:26", + "text": "@dev invalid encoding in storage" + }, + "id": 8063, + "mutability": "constant", + "name": "STORAGE_ENCODING_ERROR", + "nameLocation": "1207:22:26", + "nodeType": "VariableDeclaration", + "scope": 8088, + "src": "1181:55:26", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8061, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1181:7:26", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "value": { + "hexValue": "30783232", + "id": 8062, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1232:4:26", + "typeDescriptions": { + "typeIdentifier": "t_rational_34_by_1", + "typeString": "int_const 34" + }, + "value": "0x22" + }, + "visibility": "internal" + }, + { + "constant": true, + "documentation": { + "id": 8064, + "nodeType": "StructuredDocumentation", + "src": "1242:24:26", + "text": "@dev empty array pop" + }, + "id": 8067, + "mutability": "constant", + "name": "EMPTY_ARRAY_POP", + "nameLocation": "1297:15:26", + "nodeType": "VariableDeclaration", + "scope": 8088, + "src": "1271:48:26", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8065, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1271:7:26", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "value": { + "hexValue": "30783331", + "id": 8066, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1315:4:26", + "typeDescriptions": { + "typeIdentifier": "t_rational_49_by_1", + "typeString": "int_const 49" + }, + "value": "0x31" + }, + "visibility": "internal" + }, + { + "constant": true, + "documentation": { + "id": 8068, + "nodeType": "StructuredDocumentation", + "src": "1325:35:26", + "text": "@dev array out of bounds access" + }, + "id": 8071, + "mutability": "constant", + "name": "ARRAY_OUT_OF_BOUNDS", + "nameLocation": "1391:19:26", + "nodeType": "VariableDeclaration", + "scope": 8088, + "src": "1365:52:26", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8069, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1365:7:26", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "value": { + "hexValue": "30783332", + "id": 8070, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1413:4:26", + "typeDescriptions": { + "typeIdentifier": "t_rational_50_by_1", + "typeString": "int_const 50" + }, + "value": "0x32" + }, + "visibility": "internal" + }, + { + "constant": true, + "documentation": { + "id": 8072, + "nodeType": "StructuredDocumentation", + "src": "1423:65:26", + "text": "@dev resource error (too large allocation or too large array)" + }, + "id": 8075, + "mutability": "constant", + "name": "RESOURCE_ERROR", + "nameLocation": "1519:14:26", + "nodeType": "VariableDeclaration", + "scope": 8088, + "src": "1493:47:26", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8073, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1493:7:26", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "value": { + "hexValue": "30783431", + "id": 8074, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1536:4:26", + "typeDescriptions": { + "typeIdentifier": "t_rational_65_by_1", + "typeString": "int_const 65" + }, + "value": "0x41" + }, + "visibility": "internal" + }, + { + "constant": true, + "documentation": { + "id": 8076, + "nodeType": "StructuredDocumentation", + "src": "1546:42:26", + "text": "@dev calling invalid internal function" + }, + "id": 8079, + "mutability": "constant", + "name": "INVALID_INTERNAL_FUNCTION", + "nameLocation": "1619:25:26", + "nodeType": "VariableDeclaration", + "scope": 8088, + "src": "1593:58:26", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8077, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1593:7:26", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "value": { + "hexValue": "30783531", + "id": 8078, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1647:4:26", + "typeDescriptions": { + "typeIdentifier": "t_rational_81_by_1", + "typeString": "int_const 81" + }, + "value": "0x51" + }, + "visibility": "internal" + }, + { + "body": { + "id": 8086, + "nodeType": "Block", + "src": "1819:151:26", + "statements": [ + { + "AST": { + "nativeSrc": "1854:110:26", + "nodeType": "YulBlock", + "src": "1854:110:26", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1875:4:26", + "nodeType": "YulLiteral", + "src": "1875:4:26", + "type": "", + "value": "0x00" + }, + { + "kind": "number", + "nativeSrc": "1881:10:26", + "nodeType": "YulLiteral", + "src": "1881:10:26", + "type": "", + "value": "0x4e487b71" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1868:6:26", + "nodeType": "YulIdentifier", + "src": "1868:6:26" + }, + "nativeSrc": "1868:24:26", + "nodeType": "YulFunctionCall", + "src": "1868:24:26" + }, + "nativeSrc": "1868:24:26", + "nodeType": "YulExpressionStatement", + "src": "1868:24:26" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1912:4:26", + "nodeType": "YulLiteral", + "src": "1912:4:26", + "type": "", + "value": "0x20" + }, + { + "name": "code", + "nativeSrc": "1918:4:26", + "nodeType": "YulIdentifier", + "src": "1918:4:26" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1905:6:26", + "nodeType": "YulIdentifier", + "src": "1905:6:26" + }, + "nativeSrc": "1905:18:26", + "nodeType": "YulFunctionCall", + "src": "1905:18:26" + }, + "nativeSrc": "1905:18:26", + "nodeType": "YulExpressionStatement", + "src": "1905:18:26" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1943:4:26", + "nodeType": "YulLiteral", + "src": "1943:4:26", + "type": "", + "value": "0x1c" + }, + { + "kind": "number", + "nativeSrc": "1949:4:26", + "nodeType": "YulLiteral", + "src": "1949:4:26", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1936:6:26", + "nodeType": "YulIdentifier", + "src": "1936:6:26" + }, + "nativeSrc": "1936:18:26", + "nodeType": "YulFunctionCall", + "src": "1936:18:26" + }, + "nativeSrc": "1936:18:26", + "nodeType": "YulExpressionStatement", + "src": "1936:18:26" + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8082, + "isOffset": false, + "isSlot": false, + "src": "1918:4:26", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8085, + "nodeType": "InlineAssembly", + "src": "1829:135:26" + } + ] + }, + "documentation": { + "id": 8080, + "nodeType": "StructuredDocumentation", + "src": "1658:113:26", + "text": "@dev Reverts with a panic code. Recommended to use with\n the internal constants with predefined codes." + }, + "id": 8087, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "panic", + "nameLocation": "1785:5:26", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8083, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8082, + "mutability": "mutable", + "name": "code", + "nameLocation": "1799:4:26", + "nodeType": "VariableDeclaration", + "scope": 8087, + "src": "1791:12:26", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8081, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1791:7:26", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1790:14:26" + }, + "returnParameters": { + "id": 8084, + "nodeType": "ParameterList", + "parameters": [], + "src": "1819:0:26" + }, + "scope": 8088, + "src": "1776:194:26", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 8089, + "src": "657:1315:26", + "usedErrors": [], + "usedEvents": [] + } + ], + "src": "99:1874:26" + }, + "id": 26 + }, + "@openzeppelin/contracts/utils/ReentrancyGuard.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/ReentrancyGuard.sol", + "exportedSymbols": { + "ReentrancyGuard": [ + 8157 + ] + }, + "id": 8158, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 8090, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "109:24:27" + }, + { + "abstract": true, + "baseContracts": [], + "canonicalName": "ReentrancyGuard", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 8091, + "nodeType": "StructuredDocumentation", + "src": "135:894:27", + "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 EIP-1153 (transient storage) is available on the chain you're deploying at,\n consider using {ReentrancyGuardTransient} instead.\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": 8157, + "linearizedBaseContracts": [ + 8157 + ], + "name": "ReentrancyGuard", + "nameLocation": "1048:15:27", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": true, + "id": 8094, + "mutability": "constant", + "name": "NOT_ENTERED", + "nameLocation": "1843:11:27", + "nodeType": "VariableDeclaration", + "scope": 8157, + "src": "1818:40:27", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8092, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1818:7:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "value": { + "hexValue": "31", + "id": 8093, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1857:1:27", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "visibility": "private" + }, + { + "constant": true, + "id": 8097, + "mutability": "constant", + "name": "ENTERED", + "nameLocation": "1889:7:27", + "nodeType": "VariableDeclaration", + "scope": 8157, + "src": "1864:36:27", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8095, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1864:7:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "value": { + "hexValue": "32", + "id": 8096, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1899:1:27", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "visibility": "private" + }, + { + "constant": false, + "id": 8099, + "mutability": "mutable", + "name": "_status", + "nameLocation": "1923:7:27", + "nodeType": "VariableDeclaration", + "scope": 8157, + "src": "1907:23:27", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8098, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1907:7:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "private" + }, + { + "documentation": { + "id": 8100, + "nodeType": "StructuredDocumentation", + "src": "1937:52:27", + "text": " @dev Unauthorized reentrant call." + }, + "errorSelector": "3ee5aeb5", + "id": 8102, + "name": "ReentrancyGuardReentrantCall", + "nameLocation": "2000:28:27", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 8101, + "nodeType": "ParameterList", + "parameters": [], + "src": "2028:2:27" + }, + "src": "1994:37:27" + }, + { + "body": { + "id": 8109, + "nodeType": "Block", + "src": "2051:38:27", + "statements": [ + { + "expression": { + "id": 8107, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 8105, + "name": "_status", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8099, + "src": "2061:7:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 8106, + "name": "NOT_ENTERED", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8094, + "src": "2071:11:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2061:21:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 8108, + "nodeType": "ExpressionStatement", + "src": "2061:21:27" + } + ] + }, + "id": 8110, + "implemented": true, + "kind": "constructor", + "modifiers": [], + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8103, + "nodeType": "ParameterList", + "parameters": [], + "src": "2048:2:27" + }, + "returnParameters": { + "id": 8104, + "nodeType": "ParameterList", + "parameters": [], + "src": "2051:0:27" + }, + "scope": 8157, + "src": "2037:52:27", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8120, + "nodeType": "Block", + "src": "2490:79:27", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 8113, + "name": "_nonReentrantBefore", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8137, + "src": "2500:19:27", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 8114, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2500:21:27", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 8115, + "nodeType": "ExpressionStatement", + "src": "2500:21:27" + }, + { + "id": 8116, + "nodeType": "PlaceholderStatement", + "src": "2531:1:27" + }, + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 8117, + "name": "_nonReentrantAfter", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8145, + "src": "2542:18:27", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 8118, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2542:20:27", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 8119, + "nodeType": "ExpressionStatement", + "src": "2542:20:27" + } + ] + }, + "documentation": { + "id": 8111, + "nodeType": "StructuredDocumentation", + "src": "2095:366:27", + "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": 8121, + "name": "nonReentrant", + "nameLocation": "2475:12:27", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 8112, + "nodeType": "ParameterList", + "parameters": [], + "src": "2487:2:27" + }, + "src": "2466:103:27", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8136, + "nodeType": "Block", + "src": "2614:268:27", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8126, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 8124, + "name": "_status", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8099, + "src": "2702:7:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 8125, + "name": "ENTERED", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8097, + "src": "2713:7:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2702:18:27", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 8131, + "nodeType": "IfStatement", + "src": "2698:86:27", + "trueBody": { + "id": 8130, + "nodeType": "Block", + "src": "2722:62:27", + "statements": [ + { + "errorCall": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 8127, + "name": "ReentrancyGuardReentrantCall", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8102, + "src": "2743:28:27", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", + "typeString": "function () pure returns (error)" + } + }, + "id": 8128, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2743:30:27", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 8129, + "nodeType": "RevertStatement", + "src": "2736:37:27" + } + ] + } + }, + { + "expression": { + "id": 8134, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 8132, + "name": "_status", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8099, + "src": "2858:7:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 8133, + "name": "ENTERED", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8097, + "src": "2868:7:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2858:17:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 8135, + "nodeType": "ExpressionStatement", + "src": "2858:17:27" + } + ] + }, + "id": 8137, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_nonReentrantBefore", + "nameLocation": "2584:19:27", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8122, + "nodeType": "ParameterList", + "parameters": [], + "src": "2603:2:27" + }, + "returnParameters": { + "id": 8123, + "nodeType": "ParameterList", + "parameters": [], + "src": "2614:0:27" + }, + "scope": 8157, + "src": "2575:307:27", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "private" + }, + { + "body": { + "id": 8144, + "nodeType": "Block", + "src": "2926:170:27", + "statements": [ + { + "expression": { + "id": 8142, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 8140, + "name": "_status", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8099, + "src": "3068:7:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 8141, + "name": "NOT_ENTERED", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8094, + "src": "3078:11:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3068:21:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 8143, + "nodeType": "ExpressionStatement", + "src": "3068:21:27" + } + ] + }, + "id": 8145, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_nonReentrantAfter", + "nameLocation": "2897:18:27", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8138, + "nodeType": "ParameterList", + "parameters": [], + "src": "2915:2:27" + }, + "returnParameters": { + "id": 8139, + "nodeType": "ParameterList", + "parameters": [], + "src": "2926:0:27" + }, + "scope": 8157, + "src": "2888:208:27", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "private" + }, + { + "body": { + "id": 8155, + "nodeType": "Block", + "src": "3339:42:27", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8153, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 8151, + "name": "_status", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8099, + "src": "3356:7:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 8152, + "name": "ENTERED", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8097, + "src": "3367:7:27", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3356:18:27", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 8150, + "id": 8154, + "nodeType": "Return", + "src": "3349:25:27" + } + ] + }, + "documentation": { + "id": 8146, + "nodeType": "StructuredDocumentation", + "src": "3102:168:27", + "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": 8156, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_reentrancyGuardEntered", + "nameLocation": "3284:23:27", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8147, + "nodeType": "ParameterList", + "parameters": [], + "src": "3307:2:27" + }, + "returnParameters": { + "id": 8150, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8149, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8156, + "src": "3333:4:27", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 8148, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3333:4:27", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "3332:6:27" + }, + "scope": 8157, + "src": "3275:106:27", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 8158, + "src": "1030:2353:27", + "usedErrors": [ + 8102 + ], + "usedEvents": [] + } + ], + "src": "109:3275:27" + }, + "id": 27 + }, + "@openzeppelin/contracts/utils/ShortStrings.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/ShortStrings.sol", + "exportedSymbols": { + "ShortString": [ + 8163 + ], + "ShortStrings": [ + 8374 + ], + "StorageSlot": [ + 8498 + ] + }, + "id": 8375, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 8159, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "106:24:28" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/StorageSlot.sol", + "file": "./StorageSlot.sol", + "id": 8161, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 8375, + "sourceUnit": 8499, + "src": "132:46:28", + "symbolAliases": [ + { + "foreign": { + "id": 8160, + "name": "StorageSlot", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8498, + "src": "140:11:28", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "canonicalName": "ShortString", + "id": 8163, + "name": "ShortString", + "nameLocation": "353:11:28", + "nodeType": "UserDefinedValueTypeDefinition", + "src": "348:28:28", + "underlyingType": { + "id": 8162, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "368:7:28", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "ShortStrings", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 8164, + "nodeType": "StructuredDocumentation", + "src": "378:876:28", + "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": 8374, + "linearizedBaseContracts": [ + 8374 + ], + "name": "ShortStrings", + "nameLocation": "1263:12:28", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": true, + "id": 8167, + "mutability": "constant", + "name": "FALLBACK_SENTINEL", + "nameLocation": "1370:17:28", + "nodeType": "VariableDeclaration", + "scope": 8374, + "src": "1345:111:28", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8165, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1345:7:28", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "value": { + "hexValue": "307830303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030304646", + "id": 8166, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1390:66:28", + "typeDescriptions": { + "typeIdentifier": "t_rational_255_by_1", + "typeString": "int_const 255" + }, + "value": "0x00000000000000000000000000000000000000000000000000000000000000FF" + }, + "visibility": "private" + }, + { + "errorSelector": "305a27a9", + "id": 8171, + "name": "StringTooLong", + "nameLocation": "1469:13:28", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 8170, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8169, + "mutability": "mutable", + "name": "str", + "nameLocation": "1490:3:28", + "nodeType": "VariableDeclaration", + "scope": 8171, + "src": "1483:10:28", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8168, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1483:6:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "1482:12:28" + }, + "src": "1463:32:28" + }, + { + "errorSelector": "b3512b0c", + "id": 8173, + "name": "InvalidShortString", + "nameLocation": "1506:18:28", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 8172, + "nodeType": "ParameterList", + "parameters": [], + "src": "1524:2:28" + }, + "src": "1500:27:28" + }, + { + "body": { + "id": 8216, + "nodeType": "Block", + "src": "1786:208:28", + "statements": [ + { + "assignments": [ + 8183 + ], + "declarations": [ + { + "constant": false, + "id": 8183, + "mutability": "mutable", + "name": "bstr", + "nameLocation": "1809:4:28", + "nodeType": "VariableDeclaration", + "scope": 8216, + "src": "1796:17:28", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 8182, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "1796:5:28", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 8188, + "initialValue": { + "arguments": [ + { + "id": 8186, + "name": "str", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8176, + "src": "1822:3:28", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 8185, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "1816:5:28", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 8184, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "1816:5:28", + "typeDescriptions": {} + } + }, + "id": 8187, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1816:10:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1796:30:28" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8192, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 8189, + "name": "bstr", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8183, + "src": "1840:4:28", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 8190, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1845:6:28", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "1840:11:28", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "3331", + "id": 8191, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1854:2:28", + "typeDescriptions": { + "typeIdentifier": "t_rational_31_by_1", + "typeString": "int_const 31" + }, + "value": "31" + }, + "src": "1840:16:28", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 8198, + "nodeType": "IfStatement", + "src": "1836:72:28", + "trueBody": { + "id": 8197, + "nodeType": "Block", + "src": "1858:50:28", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 8194, + "name": "str", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8176, + "src": "1893:3:28", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 8193, + "name": "StringTooLong", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8171, + "src": "1879:13:28", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_string_memory_ptr_$returns$_t_error_$", + "typeString": "function (string memory) pure returns (error)" + } + }, + "id": 8195, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1879:18:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 8196, + "nodeType": "RevertStatement", + "src": "1872:25:28" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8212, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "arguments": [ + { + "id": 8207, + "name": "bstr", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8183, + "src": "1965:4:28", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 8206, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "1957:7:28", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 8205, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1957:7:28", + "typeDescriptions": {} + } + }, + "id": 8208, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1957:13:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 8204, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "1949:7:28", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + }, + "typeName": { + "id": 8203, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1949:7:28", + "typeDescriptions": {} + } + }, + "id": 8209, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1949:22:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "|", + "rightExpression": { + "expression": { + "id": 8210, + "name": "bstr", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8183, + "src": "1974:4:28", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 8211, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1979:6:28", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "1974:11:28", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "1949:36:28", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 8202, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "1941:7:28", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 8201, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1941:7:28", + "typeDescriptions": {} + } + }, + "id": 8213, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1941:45:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "expression": { + "id": 8199, + "name": "ShortString", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8163, + "src": "1924:11:28", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_userDefinedValueType$_ShortString_$8163_$", + "typeString": "type(ShortString)" + } + }, + "id": 8200, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "1936:4:28", + "memberName": "wrap", + "nodeType": "MemberAccess", + "src": "1924:16:28", + "typeDescriptions": { + "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ShortString_$8163_$", + "typeString": "function (bytes32) pure returns (ShortString)" + } + }, + "id": 8214, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1924:63:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "functionReturnParameters": 8181, + "id": 8215, + "nodeType": "Return", + "src": "1917:70:28" + } + ] + }, + "documentation": { + "id": 8174, + "nodeType": "StructuredDocumentation", + "src": "1533:170:28", + "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": 8217, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toShortString", + "nameLocation": "1717:13:28", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8177, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8176, + "mutability": "mutable", + "name": "str", + "nameLocation": "1745:3:28", + "nodeType": "VariableDeclaration", + "scope": 8217, + "src": "1731:17:28", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8175, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1731:6:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "1730:19:28" + }, + "returnParameters": { + "id": 8181, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8180, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8217, + "src": "1773:11:28", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + }, + "typeName": { + "id": 8179, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8178, + "name": "ShortString", + "nameLocations": [ + "1773:11:28" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8163, + "src": "1773:11:28" + }, + "referencedDeclaration": 8163, + "src": "1773:11:28", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "visibility": "internal" + } + ], + "src": "1772:13:28" + }, + "scope": 8374, + "src": "1708:286:28", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8242, + "nodeType": "Block", + "src": "2152:304:28", + "statements": [ + { + "assignments": [ + 8227 + ], + "declarations": [ + { + "constant": false, + "id": 8227, + "mutability": "mutable", + "name": "len", + "nameLocation": "2170:3:28", + "nodeType": "VariableDeclaration", + "scope": 8242, + "src": "2162:11:28", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8226, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2162:7:28", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 8231, + "initialValue": { + "arguments": [ + { + "id": 8229, + "name": "sstr", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8221, + "src": "2187:4:28", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + ], + "id": 8228, + "name": "byteLength", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8275, + "src": "2176:10:28", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ShortString_$8163_$returns$_t_uint256_$", + "typeString": "function (ShortString) pure returns (uint256)" + } + }, + "id": 8230, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2176:16:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2162:30:28" + }, + { + "assignments": [ + 8233 + ], + "declarations": [ + { + "constant": false, + "id": 8233, + "mutability": "mutable", + "name": "str", + "nameLocation": "2294:3:28", + "nodeType": "VariableDeclaration", + "scope": 8242, + "src": "2280:17:28", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8232, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2280:6:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "id": 8238, + "initialValue": { + "arguments": [ + { + "hexValue": "3332", + "id": 8236, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2311:2:28", + "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": 8235, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "NewExpression", + "src": "2300:10:28", + "typeDescriptions": { + "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_string_memory_ptr_$", + "typeString": "function (uint256) pure returns (string memory)" + }, + "typeName": { + "id": 8234, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2304:6:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + } + }, + "id": 8237, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2300:14:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2280:34:28" + }, + { + "AST": { + "nativeSrc": "2349:81:28", + "nodeType": "YulBlock", + "src": "2349:81:28", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "str", + "nativeSrc": "2370:3:28", + "nodeType": "YulIdentifier", + "src": "2370:3:28" + }, + { + "name": "len", + "nativeSrc": "2375:3:28", + "nodeType": "YulIdentifier", + "src": "2375:3:28" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2363:6:28", + "nodeType": "YulIdentifier", + "src": "2363:6:28" + }, + "nativeSrc": "2363:16:28", + "nodeType": "YulFunctionCall", + "src": "2363:16:28" + }, + "nativeSrc": "2363:16:28", + "nodeType": "YulExpressionStatement", + "src": "2363:16:28" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "str", + "nativeSrc": "2403:3:28", + "nodeType": "YulIdentifier", + "src": "2403:3:28" + }, + { + "kind": "number", + "nativeSrc": "2408:4:28", + "nodeType": "YulLiteral", + "src": "2408:4:28", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2399:3:28", + "nodeType": "YulIdentifier", + "src": "2399:3:28" + }, + "nativeSrc": "2399:14:28", + "nodeType": "YulFunctionCall", + "src": "2399:14:28" + }, + { + "name": "sstr", + "nativeSrc": "2415:4:28", + "nodeType": "YulIdentifier", + "src": "2415:4:28" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2392:6:28", + "nodeType": "YulIdentifier", + "src": "2392:6:28" + }, + "nativeSrc": "2392:28:28", + "nodeType": "YulFunctionCall", + "src": "2392:28:28" + }, + "nativeSrc": "2392:28:28", + "nodeType": "YulExpressionStatement", + "src": "2392:28:28" + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8227, + "isOffset": false, + "isSlot": false, + "src": "2375:3:28", + "valueSize": 1 + }, + { + "declaration": 8221, + "isOffset": false, + "isSlot": false, + "src": "2415:4:28", + "valueSize": 1 + }, + { + "declaration": 8233, + "isOffset": false, + "isSlot": false, + "src": "2370:3:28", + "valueSize": 1 + }, + { + "declaration": 8233, + "isOffset": false, + "isSlot": false, + "src": "2403:3:28", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8239, + "nodeType": "InlineAssembly", + "src": "2324:106:28" + }, + { + "expression": { + "id": 8240, + "name": "str", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8233, + "src": "2446:3:28", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "functionReturnParameters": 8225, + "id": 8241, + "nodeType": "Return", + "src": "2439:10:28" + } + ] + }, + "documentation": { + "id": 8218, + "nodeType": "StructuredDocumentation", + "src": "2000:73:28", + "text": " @dev Decode a `ShortString` back to a \"normal\" string." + }, + "id": 8243, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toString", + "nameLocation": "2087:8:28", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8222, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8221, + "mutability": "mutable", + "name": "sstr", + "nameLocation": "2108:4:28", + "nodeType": "VariableDeclaration", + "scope": 8243, + "src": "2096:16:28", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + }, + "typeName": { + "id": 8220, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8219, + "name": "ShortString", + "nameLocations": [ + "2096:11:28" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8163, + "src": "2096:11:28" + }, + "referencedDeclaration": 8163, + "src": "2096:11:28", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "visibility": "internal" + } + ], + "src": "2095:18:28" + }, + "returnParameters": { + "id": 8225, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8224, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8243, + "src": "2137:13:28", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8223, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2137:6:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "2136:15:28" + }, + "scope": 8374, + "src": "2078:378:28", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8274, + "nodeType": "Block", + "src": "2598:175:28", + "statements": [ + { + "assignments": [ + 8253 + ], + "declarations": [ + { + "constant": false, + "id": 8253, + "mutability": "mutable", + "name": "result", + "nameLocation": "2616:6:28", + "nodeType": "VariableDeclaration", + "scope": 8274, + "src": "2608:14:28", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8252, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2608:7:28", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 8263, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8262, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "arguments": [ + { + "id": 8258, + "name": "sstr", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8247, + "src": "2652:4:28", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + ], + "expression": { + "id": 8256, + "name": "ShortString", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8163, + "src": "2633:11:28", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_userDefinedValueType$_ShortString_$8163_$", + "typeString": "type(ShortString)" + } + }, + "id": 8257, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2645:6:28", + "memberName": "unwrap", + "nodeType": "MemberAccess", + "src": "2633:18:28", + "typeDescriptions": { + "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_ShortString_$8163_$returns$_t_bytes32_$", + "typeString": "function (ShortString) pure returns (bytes32)" + } + }, + "id": 8259, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2633:24:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 8255, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2625:7:28", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + }, + "typeName": { + "id": 8254, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2625:7:28", + "typeDescriptions": {} + } + }, + "id": 8260, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2625:33:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "&", + "rightExpression": { + "hexValue": "30784646", + "id": 8261, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2661:4:28", + "typeDescriptions": { + "typeIdentifier": "t_rational_255_by_1", + "typeString": "int_const 255" + }, + "value": "0xFF" + }, + "src": "2625:40:28", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2608:57:28" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8266, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 8264, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8253, + "src": "2679:6:28", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "3331", + "id": 8265, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2688:2:28", + "typeDescriptions": { + "typeIdentifier": "t_rational_31_by_1", + "typeString": "int_const 31" + }, + "value": "31" + }, + "src": "2679:11:28", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 8271, + "nodeType": "IfStatement", + "src": "2675:69:28", + "trueBody": { + "id": 8270, + "nodeType": "Block", + "src": "2692:52:28", + "statements": [ + { + "errorCall": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 8267, + "name": "InvalidShortString", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8173, + "src": "2713:18:28", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", + "typeString": "function () pure returns (error)" + } + }, + "id": 8268, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2713:20:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 8269, + "nodeType": "RevertStatement", + "src": "2706:27:28" + } + ] + } + }, + { + "expression": { + "id": 8272, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8253, + "src": "2760:6:28", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 8251, + "id": 8273, + "nodeType": "Return", + "src": "2753:13:28" + } + ] + }, + "documentation": { + "id": 8244, + "nodeType": "StructuredDocumentation", + "src": "2462:61:28", + "text": " @dev Return the length of a `ShortString`." + }, + "id": 8275, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "byteLength", + "nameLocation": "2537:10:28", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8248, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8247, + "mutability": "mutable", + "name": "sstr", + "nameLocation": "2560:4:28", + "nodeType": "VariableDeclaration", + "scope": 8275, + "src": "2548:16:28", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + }, + "typeName": { + "id": 8246, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8245, + "name": "ShortString", + "nameLocations": [ + "2548:11:28" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8163, + "src": "2548:11:28" + }, + "referencedDeclaration": 8163, + "src": "2548:11:28", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "visibility": "internal" + } + ], + "src": "2547:18:28" + }, + "returnParameters": { + "id": 8251, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8250, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8275, + "src": "2589:7:28", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8249, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2589:7:28", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2588:9:28" + }, + "scope": 8374, + "src": "2528:245:28", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8314, + "nodeType": "Block", + "src": "2996:231:28", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8292, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "arguments": [ + { + "id": 8288, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8278, + "src": "3016:5:28", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 8287, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3010:5:28", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 8286, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3010:5:28", + "typeDescriptions": {} + } + }, + "id": 8289, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3010:12:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 8290, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3023:6:28", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "3010:19:28", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "hexValue": "3332", + "id": 8291, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3032:2:28", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + "src": "3010:24:28", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 8312, + "nodeType": "Block", + "src": "3094:127:28", + "statements": [ + { + "expression": { + "id": 8305, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "arguments": [ + { + "id": 8301, + "name": "store", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8280, + "src": "3134:5:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string storage pointer" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string storage pointer" + } + ], + "expression": { + "id": 8298, + "name": "StorageSlot", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8498, + "src": "3108:11:28", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_StorageSlot_$8498_$", + "typeString": "type(library StorageSlot)" + } + }, + "id": 8300, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3120:13:28", + "memberName": "getStringSlot", + "nodeType": "MemberAccess", + "referencedDeclaration": 8475, + "src": "3108:25:28", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_string_storage_ptr_$returns$_t_struct$_StringSlot_$8395_storage_ptr_$", + "typeString": "function (string storage pointer) pure returns (struct StorageSlot.StringSlot storage pointer)" + } + }, + "id": 8302, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3108:32:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_StringSlot_$8395_storage_ptr", + "typeString": "struct StorageSlot.StringSlot storage pointer" + } + }, + "id": 8303, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "3141:5:28", + "memberName": "value", + "nodeType": "MemberAccess", + "referencedDeclaration": 8394, + "src": "3108:38:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 8304, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8278, + "src": "3149:5:28", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "src": "3108:46:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + }, + "id": 8306, + "nodeType": "ExpressionStatement", + "src": "3108:46:28" + }, + { + "expression": { + "arguments": [ + { + "id": 8309, + "name": "FALLBACK_SENTINEL", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8167, + "src": "3192:17:28", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "expression": { + "id": 8307, + "name": "ShortString", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8163, + "src": "3175:11:28", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_userDefinedValueType$_ShortString_$8163_$", + "typeString": "type(ShortString)" + } + }, + "id": 8308, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "3187:4:28", + "memberName": "wrap", + "nodeType": "MemberAccess", + "src": "3175:16:28", + "typeDescriptions": { + "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ShortString_$8163_$", + "typeString": "function (bytes32) pure returns (ShortString)" + } + }, + "id": 8310, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3175:35:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "functionReturnParameters": 8285, + "id": 8311, + "nodeType": "Return", + "src": "3168:42:28" + } + ] + }, + "id": 8313, + "nodeType": "IfStatement", + "src": "3006:215:28", + "trueBody": { + "id": 8297, + "nodeType": "Block", + "src": "3036:52:28", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 8294, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8278, + "src": "3071:5:28", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 8293, + "name": "toShortString", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8217, + "src": "3057:13:28", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_string_memory_ptr_$returns$_t_userDefinedValueType$_ShortString_$8163_$", + "typeString": "function (string memory) pure returns (ShortString)" + } + }, + "id": 8295, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3057:20:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "functionReturnParameters": 8285, + "id": 8296, + "nodeType": "Return", + "src": "3050:27:28" + } + ] + } + } + ] + }, + "documentation": { + "id": 8276, + "nodeType": "StructuredDocumentation", + "src": "2779:103:28", + "text": " @dev Encode a string into a `ShortString`, or write it to storage if it is too long." + }, + "id": 8315, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toShortStringWithFallback", + "nameLocation": "2896:25:28", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8281, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8278, + "mutability": "mutable", + "name": "value", + "nameLocation": "2936:5:28", + "nodeType": "VariableDeclaration", + "scope": 8315, + "src": "2922:19:28", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8277, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2922:6:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8280, + "mutability": "mutable", + "name": "store", + "nameLocation": "2958:5:28", + "nodeType": "VariableDeclaration", + "scope": 8315, + "src": "2943:20:28", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8279, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2943:6:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "2921:43:28" + }, + "returnParameters": { + "id": 8285, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8284, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8315, + "src": "2983:11:28", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + }, + "typeName": { + "id": 8283, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8282, + "name": "ShortString", + "nameLocations": [ + "2983:11:28" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8163, + "src": "2983:11:28" + }, + "referencedDeclaration": 8163, + "src": "2983:11:28", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "visibility": "internal" + } + ], + "src": "2982:13:28" + }, + "scope": 8374, + "src": "2887:340:28", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8341, + "nodeType": "Block", + "src": "3467:158:28", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 8331, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 8328, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8319, + "src": "3500:5:28", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + ], + "expression": { + "id": 8326, + "name": "ShortString", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8163, + "src": "3481:11:28", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_userDefinedValueType$_ShortString_$8163_$", + "typeString": "type(ShortString)" + } + }, + "id": 8327, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "3493:6:28", + "memberName": "unwrap", + "nodeType": "MemberAccess", + "src": "3481:18:28", + "typeDescriptions": { + "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_ShortString_$8163_$returns$_t_bytes32_$", + "typeString": "function (ShortString) pure returns (bytes32)" + } + }, + "id": 8329, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3481:25:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 8330, + "name": "FALLBACK_SENTINEL", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8167, + "src": "3510:17:28", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "3481:46:28", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 8339, + "nodeType": "Block", + "src": "3582:37:28", + "statements": [ + { + "expression": { + "id": 8337, + "name": "store", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8321, + "src": "3603:5:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string storage pointer" + } + }, + "functionReturnParameters": 8325, + "id": 8338, + "nodeType": "Return", + "src": "3596:12:28" + } + ] + }, + "id": 8340, + "nodeType": "IfStatement", + "src": "3477:142:28", + "trueBody": { + "id": 8336, + "nodeType": "Block", + "src": "3529:47:28", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 8333, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8319, + "src": "3559:5:28", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + ], + "id": 8332, + "name": "toString", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8243, + "src": "3550:8:28", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ShortString_$8163_$returns$_t_string_memory_ptr_$", + "typeString": "function (ShortString) pure returns (string memory)" + } + }, + "id": 8334, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3550:15:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "functionReturnParameters": 8325, + "id": 8335, + "nodeType": "Return", + "src": "3543:22:28" + } + ] + } + } + ] + }, + "documentation": { + "id": 8316, + "nodeType": "StructuredDocumentation", + "src": "3233:120:28", + "text": " @dev Decode a string that was encoded to `ShortString` or written to storage using {setWithFallback}." + }, + "id": 8342, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toStringWithFallback", + "nameLocation": "3367:20:28", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8322, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8319, + "mutability": "mutable", + "name": "value", + "nameLocation": "3400:5:28", + "nodeType": "VariableDeclaration", + "scope": 8342, + "src": "3388:17:28", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + }, + "typeName": { + "id": 8318, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8317, + "name": "ShortString", + "nameLocations": [ + "3388:11:28" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8163, + "src": "3388:11:28" + }, + "referencedDeclaration": 8163, + "src": "3388:11:28", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8321, + "mutability": "mutable", + "name": "store", + "nameLocation": "3422:5:28", + "nodeType": "VariableDeclaration", + "scope": 8342, + "src": "3407:20:28", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8320, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "3407:6:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "3387:41:28" + }, + "returnParameters": { + "id": 8325, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8324, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8342, + "src": "3452:13:28", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8323, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "3452:6:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "3451:15:28" + }, + "scope": 8374, + "src": "3358:267:28", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8372, + "nodeType": "Block", + "src": "4105:174:28", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 8358, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 8355, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8346, + "src": "4138:5:28", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + ], + "expression": { + "id": 8353, + "name": "ShortString", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8163, + "src": "4119:11:28", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_userDefinedValueType$_ShortString_$8163_$", + "typeString": "type(ShortString)" + } + }, + "id": 8354, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "4131:6:28", + "memberName": "unwrap", + "nodeType": "MemberAccess", + "src": "4119:18:28", + "typeDescriptions": { + "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_ShortString_$8163_$returns$_t_bytes32_$", + "typeString": "function (ShortString) pure returns (bytes32)" + } + }, + "id": 8356, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4119:25:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 8357, + "name": "FALLBACK_SENTINEL", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8167, + "src": "4148:17:28", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "4119:46:28", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 8370, + "nodeType": "Block", + "src": "4222:51:28", + "statements": [ + { + "expression": { + "expression": { + "arguments": [ + { + "id": 8366, + "name": "store", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8348, + "src": "4249:5:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string storage pointer" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string storage pointer" + } + ], + "id": 8365, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4243:5:28", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 8364, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "4243:5:28", + "typeDescriptions": {} + } + }, + "id": 8367, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4243:12:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes storage pointer" + } + }, + "id": 8368, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4256:6:28", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "4243:19:28", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 8352, + "id": 8369, + "nodeType": "Return", + "src": "4236:26:28" + } + ] + }, + "id": 8371, + "nodeType": "IfStatement", + "src": "4115:158:28", + "trueBody": { + "id": 8363, + "nodeType": "Block", + "src": "4167:49:28", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 8360, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8346, + "src": "4199:5:28", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + ], + "id": 8359, + "name": "byteLength", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8275, + "src": "4188:10:28", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ShortString_$8163_$returns$_t_uint256_$", + "typeString": "function (ShortString) pure returns (uint256)" + } + }, + "id": 8361, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4188:17:28", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 8352, + "id": 8362, + "nodeType": "Return", + "src": "4181:24:28" + } + ] + } + } + ] + }, + "documentation": { + "id": 8343, + "nodeType": "StructuredDocumentation", + "src": "3631:364:28", + "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": 8373, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "byteLengthWithFallback", + "nameLocation": "4009:22:28", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8349, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8346, + "mutability": "mutable", + "name": "value", + "nameLocation": "4044:5:28", + "nodeType": "VariableDeclaration", + "scope": 8373, + "src": "4032:17:28", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + }, + "typeName": { + "id": 8345, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8344, + "name": "ShortString", + "nameLocations": [ + "4032:11:28" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8163, + "src": "4032:11:28" + }, + "referencedDeclaration": 8163, + "src": "4032:11:28", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8348, + "mutability": "mutable", + "name": "store", + "nameLocation": "4066:5:28", + "nodeType": "VariableDeclaration", + "scope": 8373, + "src": "4051:20:28", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8347, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "4051:6:28", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "4031:41:28" + }, + "returnParameters": { + "id": 8352, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8351, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8373, + "src": "4096:7:28", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8350, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4096:7:28", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "4095:9:28" + }, + "scope": 8374, + "src": "4000:279:28", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 8375, + "src": "1255:3026:28", + "usedErrors": [ + 8171, + 8173 + ], + "usedEvents": [] + } + ], + "src": "106:4176:28" + }, + "id": 28 + }, + "@openzeppelin/contracts/utils/StorageSlot.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/StorageSlot.sol", + "exportedSymbols": { + "StorageSlot": [ + 8498 + ] + }, + "id": 8499, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 8376, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "193:24:29" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "StorageSlot", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 8377, + "nodeType": "StructuredDocumentation", + "src": "219:1187:29", + "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 ERC-1967 implementation slot:\n ```solidity\n contract ERC1967 {\n // Define the slot. Alternatively, use the SlotDerivation library to derive the slot.\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 ```\n TIP: Consider using this library along with {SlotDerivation}." + }, + "fullyImplemented": true, + "id": 8498, + "linearizedBaseContracts": [ + 8498 + ], + "name": "StorageSlot", + "nameLocation": "1415:11:29", + "nodeType": "ContractDefinition", + "nodes": [ + { + "canonicalName": "StorageSlot.AddressSlot", + "id": 8380, + "members": [ + { + "constant": false, + "id": 8379, + "mutability": "mutable", + "name": "value", + "nameLocation": "1470:5:29", + "nodeType": "VariableDeclaration", + "scope": 8380, + "src": "1462:13:29", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 8378, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1462:7:29", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "name": "AddressSlot", + "nameLocation": "1440:11:29", + "nodeType": "StructDefinition", + "scope": 8498, + "src": "1433:49:29", + "visibility": "public" + }, + { + "canonicalName": "StorageSlot.BooleanSlot", + "id": 8383, + "members": [ + { + "constant": false, + "id": 8382, + "mutability": "mutable", + "name": "value", + "nameLocation": "1522:5:29", + "nodeType": "VariableDeclaration", + "scope": 8383, + "src": "1517:10:29", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 8381, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1517:4:29", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "name": "BooleanSlot", + "nameLocation": "1495:11:29", + "nodeType": "StructDefinition", + "scope": 8498, + "src": "1488:46:29", + "visibility": "public" + }, + { + "canonicalName": "StorageSlot.Bytes32Slot", + "id": 8386, + "members": [ + { + "constant": false, + "id": 8385, + "mutability": "mutable", + "name": "value", + "nameLocation": "1577:5:29", + "nodeType": "VariableDeclaration", + "scope": 8386, + "src": "1569:13:29", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8384, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1569:7:29", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "name": "Bytes32Slot", + "nameLocation": "1547:11:29", + "nodeType": "StructDefinition", + "scope": 8498, + "src": "1540:49:29", + "visibility": "public" + }, + { + "canonicalName": "StorageSlot.Uint256Slot", + "id": 8389, + "members": [ + { + "constant": false, + "id": 8388, + "mutability": "mutable", + "name": "value", + "nameLocation": "1632:5:29", + "nodeType": "VariableDeclaration", + "scope": 8389, + "src": "1624:13:29", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8387, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1624:7:29", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "name": "Uint256Slot", + "nameLocation": "1602:11:29", + "nodeType": "StructDefinition", + "scope": 8498, + "src": "1595:49:29", + "visibility": "public" + }, + { + "canonicalName": "StorageSlot.Int256Slot", + "id": 8392, + "members": [ + { + "constant": false, + "id": 8391, + "mutability": "mutable", + "name": "value", + "nameLocation": "1685:5:29", + "nodeType": "VariableDeclaration", + "scope": 8392, + "src": "1678:12:29", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 8390, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1678:6:29", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "name": "Int256Slot", + "nameLocation": "1657:10:29", + "nodeType": "StructDefinition", + "scope": 8498, + "src": "1650:47:29", + "visibility": "public" + }, + { + "canonicalName": "StorageSlot.StringSlot", + "id": 8395, + "members": [ + { + "constant": false, + "id": 8394, + "mutability": "mutable", + "name": "value", + "nameLocation": "1738:5:29", + "nodeType": "VariableDeclaration", + "scope": 8395, + "src": "1731:12:29", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8393, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1731:6:29", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "name": "StringSlot", + "nameLocation": "1710:10:29", + "nodeType": "StructDefinition", + "scope": 8498, + "src": "1703:47:29", + "visibility": "public" + }, + { + "canonicalName": "StorageSlot.BytesSlot", + "id": 8398, + "members": [ + { + "constant": false, + "id": 8397, + "mutability": "mutable", + "name": "value", + "nameLocation": "1789:5:29", + "nodeType": "VariableDeclaration", + "scope": 8398, + "src": "1783:11:29", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 8396, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "1783:5:29", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "name": "BytesSlot", + "nameLocation": "1763:9:29", + "nodeType": "StructDefinition", + "scope": 8498, + "src": "1756:45:29", + "visibility": "public" + }, + { + "body": { + "id": 8408, + "nodeType": "Block", + "src": "1983:79:29", + "statements": [ + { + "AST": { + "nativeSrc": "2018:38:29", + "nodeType": "YulBlock", + "src": "2018:38:29", + "statements": [ + { + "nativeSrc": "2032:14:29", + "nodeType": "YulAssignment", + "src": "2032:14:29", + "value": { + "name": "slot", + "nativeSrc": "2042:4:29", + "nodeType": "YulIdentifier", + "src": "2042:4:29" + }, + "variableNames": [ + { + "name": "r.slot", + "nativeSrc": "2032:6:29", + "nodeType": "YulIdentifier", + "src": "2032:6:29" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8405, + "isOffset": false, + "isSlot": true, + "src": "2032:6:29", + "suffix": "slot", + "valueSize": 1 + }, + { + "declaration": 8401, + "isOffset": false, + "isSlot": false, + "src": "2042:4:29", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8407, + "nodeType": "InlineAssembly", + "src": "1993:63:29" + } + ] + }, + "documentation": { + "id": 8399, + "nodeType": "StructuredDocumentation", + "src": "1807:87:29", + "text": " @dev Returns an `AddressSlot` with member `value` located at `slot`." + }, + "id": 8409, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getAddressSlot", + "nameLocation": "1908:14:29", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8402, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8401, + "mutability": "mutable", + "name": "slot", + "nameLocation": "1931:4:29", + "nodeType": "VariableDeclaration", + "scope": 8409, + "src": "1923:12:29", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8400, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1923:7:29", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "1922:14:29" + }, + "returnParameters": { + "id": 8406, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8405, + "mutability": "mutable", + "name": "r", + "nameLocation": "1980:1:29", + "nodeType": "VariableDeclaration", + "scope": 8409, + "src": "1960:21:29", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AddressSlot_$8380_storage_ptr", + "typeString": "struct StorageSlot.AddressSlot" + }, + "typeName": { + "id": 8404, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8403, + "name": "AddressSlot", + "nameLocations": [ + "1960:11:29" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8380, + "src": "1960:11:29" + }, + "referencedDeclaration": 8380, + "src": "1960:11:29", + "typeDescriptions": { + "typeIdentifier": "t_struct$_AddressSlot_$8380_storage_ptr", + "typeString": "struct StorageSlot.AddressSlot" + } + }, + "visibility": "internal" + } + ], + "src": "1959:23:29" + }, + "scope": 8498, + "src": "1899:163:29", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8419, + "nodeType": "Block", + "src": "2243:79:29", + "statements": [ + { + "AST": { + "nativeSrc": "2278:38:29", + "nodeType": "YulBlock", + "src": "2278:38:29", + "statements": [ + { + "nativeSrc": "2292:14:29", + "nodeType": "YulAssignment", + "src": "2292:14:29", + "value": { + "name": "slot", + "nativeSrc": "2302:4:29", + "nodeType": "YulIdentifier", + "src": "2302:4:29" + }, + "variableNames": [ + { + "name": "r.slot", + "nativeSrc": "2292:6:29", + "nodeType": "YulIdentifier", + "src": "2292:6:29" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8416, + "isOffset": false, + "isSlot": true, + "src": "2292:6:29", + "suffix": "slot", + "valueSize": 1 + }, + { + "declaration": 8412, + "isOffset": false, + "isSlot": false, + "src": "2302:4:29", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8418, + "nodeType": "InlineAssembly", + "src": "2253:63:29" + } + ] + }, + "documentation": { + "id": 8410, + "nodeType": "StructuredDocumentation", + "src": "2068:86:29", + "text": " @dev Returns a `BooleanSlot` with member `value` located at `slot`." + }, + "id": 8420, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getBooleanSlot", + "nameLocation": "2168:14:29", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8413, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8412, + "mutability": "mutable", + "name": "slot", + "nameLocation": "2191:4:29", + "nodeType": "VariableDeclaration", + "scope": 8420, + "src": "2183:12:29", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8411, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2183:7:29", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2182:14:29" + }, + "returnParameters": { + "id": 8417, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8416, + "mutability": "mutable", + "name": "r", + "nameLocation": "2240:1:29", + "nodeType": "VariableDeclaration", + "scope": 8420, + "src": "2220:21:29", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_BooleanSlot_$8383_storage_ptr", + "typeString": "struct StorageSlot.BooleanSlot" + }, + "typeName": { + "id": 8415, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8414, + "name": "BooleanSlot", + "nameLocations": [ + "2220:11:29" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8383, + "src": "2220:11:29" + }, + "referencedDeclaration": 8383, + "src": "2220:11:29", + "typeDescriptions": { + "typeIdentifier": "t_struct$_BooleanSlot_$8383_storage_ptr", + "typeString": "struct StorageSlot.BooleanSlot" + } + }, + "visibility": "internal" + } + ], + "src": "2219:23:29" + }, + "scope": 8498, + "src": "2159:163:29", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8430, + "nodeType": "Block", + "src": "2503:79:29", + "statements": [ + { + "AST": { + "nativeSrc": "2538:38:29", + "nodeType": "YulBlock", + "src": "2538:38:29", + "statements": [ + { + "nativeSrc": "2552:14:29", + "nodeType": "YulAssignment", + "src": "2552:14:29", + "value": { + "name": "slot", + "nativeSrc": "2562:4:29", + "nodeType": "YulIdentifier", + "src": "2562:4:29" + }, + "variableNames": [ + { + "name": "r.slot", + "nativeSrc": "2552:6:29", + "nodeType": "YulIdentifier", + "src": "2552:6:29" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8427, + "isOffset": false, + "isSlot": true, + "src": "2552:6:29", + "suffix": "slot", + "valueSize": 1 + }, + { + "declaration": 8423, + "isOffset": false, + "isSlot": false, + "src": "2562:4:29", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8429, + "nodeType": "InlineAssembly", + "src": "2513:63:29" + } + ] + }, + "documentation": { + "id": 8421, + "nodeType": "StructuredDocumentation", + "src": "2328:86:29", + "text": " @dev Returns a `Bytes32Slot` with member `value` located at `slot`." + }, + "id": 8431, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getBytes32Slot", + "nameLocation": "2428:14:29", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8424, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8423, + "mutability": "mutable", + "name": "slot", + "nameLocation": "2451:4:29", + "nodeType": "VariableDeclaration", + "scope": 8431, + "src": "2443:12:29", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8422, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2443:7:29", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2442:14:29" + }, + "returnParameters": { + "id": 8428, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8427, + "mutability": "mutable", + "name": "r", + "nameLocation": "2500:1:29", + "nodeType": "VariableDeclaration", + "scope": 8431, + "src": "2480:21:29", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Bytes32Slot_$8386_storage_ptr", + "typeString": "struct StorageSlot.Bytes32Slot" + }, + "typeName": { + "id": 8426, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8425, + "name": "Bytes32Slot", + "nameLocations": [ + "2480:11:29" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8386, + "src": "2480:11:29" + }, + "referencedDeclaration": 8386, + "src": "2480:11:29", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Bytes32Slot_$8386_storage_ptr", + "typeString": "struct StorageSlot.Bytes32Slot" + } + }, + "visibility": "internal" + } + ], + "src": "2479:23:29" + }, + "scope": 8498, + "src": "2419:163:29", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8441, + "nodeType": "Block", + "src": "2763:79:29", + "statements": [ + { + "AST": { + "nativeSrc": "2798:38:29", + "nodeType": "YulBlock", + "src": "2798:38:29", + "statements": [ + { + "nativeSrc": "2812:14:29", + "nodeType": "YulAssignment", + "src": "2812:14:29", + "value": { + "name": "slot", + "nativeSrc": "2822:4:29", + "nodeType": "YulIdentifier", + "src": "2822:4:29" + }, + "variableNames": [ + { + "name": "r.slot", + "nativeSrc": "2812:6:29", + "nodeType": "YulIdentifier", + "src": "2812:6:29" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8438, + "isOffset": false, + "isSlot": true, + "src": "2812:6:29", + "suffix": "slot", + "valueSize": 1 + }, + { + "declaration": 8434, + "isOffset": false, + "isSlot": false, + "src": "2822:4:29", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8440, + "nodeType": "InlineAssembly", + "src": "2773:63:29" + } + ] + }, + "documentation": { + "id": 8432, + "nodeType": "StructuredDocumentation", + "src": "2588:86:29", + "text": " @dev Returns a `Uint256Slot` with member `value` located at `slot`." + }, + "id": 8442, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getUint256Slot", + "nameLocation": "2688:14:29", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8435, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8434, + "mutability": "mutable", + "name": "slot", + "nameLocation": "2711:4:29", + "nodeType": "VariableDeclaration", + "scope": 8442, + "src": "2703:12:29", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8433, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2703:7:29", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2702:14:29" + }, + "returnParameters": { + "id": 8439, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8438, + "mutability": "mutable", + "name": "r", + "nameLocation": "2760:1:29", + "nodeType": "VariableDeclaration", + "scope": 8442, + "src": "2740:21:29", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Uint256Slot_$8389_storage_ptr", + "typeString": "struct StorageSlot.Uint256Slot" + }, + "typeName": { + "id": 8437, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8436, + "name": "Uint256Slot", + "nameLocations": [ + "2740:11:29" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8389, + "src": "2740:11:29" + }, + "referencedDeclaration": 8389, + "src": "2740:11:29", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Uint256Slot_$8389_storage_ptr", + "typeString": "struct StorageSlot.Uint256Slot" + } + }, + "visibility": "internal" + } + ], + "src": "2739:23:29" + }, + "scope": 8498, + "src": "2679:163:29", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8452, + "nodeType": "Block", + "src": "3020:79:29", + "statements": [ + { + "AST": { + "nativeSrc": "3055:38:29", + "nodeType": "YulBlock", + "src": "3055:38:29", + "statements": [ + { + "nativeSrc": "3069:14:29", + "nodeType": "YulAssignment", + "src": "3069:14:29", + "value": { + "name": "slot", + "nativeSrc": "3079:4:29", + "nodeType": "YulIdentifier", + "src": "3079:4:29" + }, + "variableNames": [ + { + "name": "r.slot", + "nativeSrc": "3069:6:29", + "nodeType": "YulIdentifier", + "src": "3069:6:29" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8449, + "isOffset": false, + "isSlot": true, + "src": "3069:6:29", + "suffix": "slot", + "valueSize": 1 + }, + { + "declaration": 8445, + "isOffset": false, + "isSlot": false, + "src": "3079:4:29", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8451, + "nodeType": "InlineAssembly", + "src": "3030:63:29" + } + ] + }, + "documentation": { + "id": 8443, + "nodeType": "StructuredDocumentation", + "src": "2848:85:29", + "text": " @dev Returns a `Int256Slot` with member `value` located at `slot`." + }, + "id": 8453, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getInt256Slot", + "nameLocation": "2947:13:29", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8446, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8445, + "mutability": "mutable", + "name": "slot", + "nameLocation": "2969:4:29", + "nodeType": "VariableDeclaration", + "scope": 8453, + "src": "2961:12:29", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8444, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2961:7:29", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2960:14:29" + }, + "returnParameters": { + "id": 8450, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8449, + "mutability": "mutable", + "name": "r", + "nameLocation": "3017:1:29", + "nodeType": "VariableDeclaration", + "scope": 8453, + "src": "2998:20:29", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Int256Slot_$8392_storage_ptr", + "typeString": "struct StorageSlot.Int256Slot" + }, + "typeName": { + "id": 8448, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8447, + "name": "Int256Slot", + "nameLocations": [ + "2998:10:29" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8392, + "src": "2998:10:29" + }, + "referencedDeclaration": 8392, + "src": "2998:10:29", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Int256Slot_$8392_storage_ptr", + "typeString": "struct StorageSlot.Int256Slot" + } + }, + "visibility": "internal" + } + ], + "src": "2997:22:29" + }, + "scope": 8498, + "src": "2938:161:29", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8463, + "nodeType": "Block", + "src": "3277:79:29", + "statements": [ + { + "AST": { + "nativeSrc": "3312:38:29", + "nodeType": "YulBlock", + "src": "3312:38:29", + "statements": [ + { + "nativeSrc": "3326:14:29", + "nodeType": "YulAssignment", + "src": "3326:14:29", + "value": { + "name": "slot", + "nativeSrc": "3336:4:29", + "nodeType": "YulIdentifier", + "src": "3336:4:29" + }, + "variableNames": [ + { + "name": "r.slot", + "nativeSrc": "3326:6:29", + "nodeType": "YulIdentifier", + "src": "3326:6:29" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8460, + "isOffset": false, + "isSlot": true, + "src": "3326:6:29", + "suffix": "slot", + "valueSize": 1 + }, + { + "declaration": 8456, + "isOffset": false, + "isSlot": false, + "src": "3336:4:29", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8462, + "nodeType": "InlineAssembly", + "src": "3287:63:29" + } + ] + }, + "documentation": { + "id": 8454, + "nodeType": "StructuredDocumentation", + "src": "3105:85:29", + "text": " @dev Returns a `StringSlot` with member `value` located at `slot`." + }, + "id": 8464, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getStringSlot", + "nameLocation": "3204:13:29", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8457, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8456, + "mutability": "mutable", + "name": "slot", + "nameLocation": "3226:4:29", + "nodeType": "VariableDeclaration", + "scope": 8464, + "src": "3218:12:29", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8455, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3218:7:29", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "3217:14:29" + }, + "returnParameters": { + "id": 8461, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8460, + "mutability": "mutable", + "name": "r", + "nameLocation": "3274:1:29", + "nodeType": "VariableDeclaration", + "scope": 8464, + "src": "3255:20:29", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_StringSlot_$8395_storage_ptr", + "typeString": "struct StorageSlot.StringSlot" + }, + "typeName": { + "id": 8459, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8458, + "name": "StringSlot", + "nameLocations": [ + "3255:10:29" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8395, + "src": "3255:10:29" + }, + "referencedDeclaration": 8395, + "src": "3255:10:29", + "typeDescriptions": { + "typeIdentifier": "t_struct$_StringSlot_$8395_storage_ptr", + "typeString": "struct StorageSlot.StringSlot" + } + }, + "visibility": "internal" + } + ], + "src": "3254:22:29" + }, + "scope": 8498, + "src": "3195:161:29", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8474, + "nodeType": "Block", + "src": "3558:85:29", + "statements": [ + { + "AST": { + "nativeSrc": "3593:44:29", + "nodeType": "YulBlock", + "src": "3593:44:29", + "statements": [ + { + "nativeSrc": "3607:20:29", + "nodeType": "YulAssignment", + "src": "3607:20:29", + "value": { + "name": "store.slot", + "nativeSrc": "3617:10:29", + "nodeType": "YulIdentifier", + "src": "3617:10:29" + }, + "variableNames": [ + { + "name": "r.slot", + "nativeSrc": "3607:6:29", + "nodeType": "YulIdentifier", + "src": "3607:6:29" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8471, + "isOffset": false, + "isSlot": true, + "src": "3607:6:29", + "suffix": "slot", + "valueSize": 1 + }, + { + "declaration": 8467, + "isOffset": false, + "isSlot": true, + "src": "3617:10:29", + "suffix": "slot", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8473, + "nodeType": "InlineAssembly", + "src": "3568:69:29" + } + ] + }, + "documentation": { + "id": 8465, + "nodeType": "StructuredDocumentation", + "src": "3362:101:29", + "text": " @dev Returns an `StringSlot` representation of the string storage pointer `store`." + }, + "id": 8475, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getStringSlot", + "nameLocation": "3477:13:29", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8468, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8467, + "mutability": "mutable", + "name": "store", + "nameLocation": "3506:5:29", + "nodeType": "VariableDeclaration", + "scope": 8475, + "src": "3491:20:29", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8466, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "3491:6:29", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "3490:22:29" + }, + "returnParameters": { + "id": 8472, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8471, + "mutability": "mutable", + "name": "r", + "nameLocation": "3555:1:29", + "nodeType": "VariableDeclaration", + "scope": 8475, + "src": "3536:20:29", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_StringSlot_$8395_storage_ptr", + "typeString": "struct StorageSlot.StringSlot" + }, + "typeName": { + "id": 8470, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8469, + "name": "StringSlot", + "nameLocations": [ + "3536:10:29" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8395, + "src": "3536:10:29" + }, + "referencedDeclaration": 8395, + "src": "3536:10:29", + "typeDescriptions": { + "typeIdentifier": "t_struct$_StringSlot_$8395_storage_ptr", + "typeString": "struct StorageSlot.StringSlot" + } + }, + "visibility": "internal" + } + ], + "src": "3535:22:29" + }, + "scope": 8498, + "src": "3468:175:29", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8485, + "nodeType": "Block", + "src": "3818:79:29", + "statements": [ + { + "AST": { + "nativeSrc": "3853:38:29", + "nodeType": "YulBlock", + "src": "3853:38:29", + "statements": [ + { + "nativeSrc": "3867:14:29", + "nodeType": "YulAssignment", + "src": "3867:14:29", + "value": { + "name": "slot", + "nativeSrc": "3877:4:29", + "nodeType": "YulIdentifier", + "src": "3877:4:29" + }, + "variableNames": [ + { + "name": "r.slot", + "nativeSrc": "3867:6:29", + "nodeType": "YulIdentifier", + "src": "3867:6:29" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8482, + "isOffset": false, + "isSlot": true, + "src": "3867:6:29", + "suffix": "slot", + "valueSize": 1 + }, + { + "declaration": 8478, + "isOffset": false, + "isSlot": false, + "src": "3877:4:29", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8484, + "nodeType": "InlineAssembly", + "src": "3828:63:29" + } + ] + }, + "documentation": { + "id": 8476, + "nodeType": "StructuredDocumentation", + "src": "3649:84:29", + "text": " @dev Returns a `BytesSlot` with member `value` located at `slot`." + }, + "id": 8486, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getBytesSlot", + "nameLocation": "3747:12:29", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8479, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8478, + "mutability": "mutable", + "name": "slot", + "nameLocation": "3768:4:29", + "nodeType": "VariableDeclaration", + "scope": 8486, + "src": "3760:12:29", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8477, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3760:7:29", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "3759:14:29" + }, + "returnParameters": { + "id": 8483, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8482, + "mutability": "mutable", + "name": "r", + "nameLocation": "3815:1:29", + "nodeType": "VariableDeclaration", + "scope": 8486, + "src": "3797:19:29", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_BytesSlot_$8398_storage_ptr", + "typeString": "struct StorageSlot.BytesSlot" + }, + "typeName": { + "id": 8481, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8480, + "name": "BytesSlot", + "nameLocations": [ + "3797:9:29" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8398, + "src": "3797:9:29" + }, + "referencedDeclaration": 8398, + "src": "3797:9:29", + "typeDescriptions": { + "typeIdentifier": "t_struct$_BytesSlot_$8398_storage_ptr", + "typeString": "struct StorageSlot.BytesSlot" + } + }, + "visibility": "internal" + } + ], + "src": "3796:21:29" + }, + "scope": 8498, + "src": "3738:159:29", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8496, + "nodeType": "Block", + "src": "4094:85:29", + "statements": [ + { + "AST": { + "nativeSrc": "4129:44:29", + "nodeType": "YulBlock", + "src": "4129:44:29", + "statements": [ + { + "nativeSrc": "4143:20:29", + "nodeType": "YulAssignment", + "src": "4143:20:29", + "value": { + "name": "store.slot", + "nativeSrc": "4153:10:29", + "nodeType": "YulIdentifier", + "src": "4153:10:29" + }, + "variableNames": [ + { + "name": "r.slot", + "nativeSrc": "4143:6:29", + "nodeType": "YulIdentifier", + "src": "4143:6:29" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8493, + "isOffset": false, + "isSlot": true, + "src": "4143:6:29", + "suffix": "slot", + "valueSize": 1 + }, + { + "declaration": 8489, + "isOffset": false, + "isSlot": true, + "src": "4153:10:29", + "suffix": "slot", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8495, + "nodeType": "InlineAssembly", + "src": "4104:69:29" + } + ] + }, + "documentation": { + "id": 8487, + "nodeType": "StructuredDocumentation", + "src": "3903:99:29", + "text": " @dev Returns an `BytesSlot` representation of the bytes storage pointer `store`." + }, + "id": 8497, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getBytesSlot", + "nameLocation": "4016:12:29", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8490, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8489, + "mutability": "mutable", + "name": "store", + "nameLocation": "4043:5:29", + "nodeType": "VariableDeclaration", + "scope": 8497, + "src": "4029:19:29", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 8488, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "4029:5:29", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "4028:21:29" + }, + "returnParameters": { + "id": 8494, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8493, + "mutability": "mutable", + "name": "r", + "nameLocation": "4091:1:29", + "nodeType": "VariableDeclaration", + "scope": 8497, + "src": "4073:19:29", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_BytesSlot_$8398_storage_ptr", + "typeString": "struct StorageSlot.BytesSlot" + }, + "typeName": { + "id": 8492, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8491, + "name": "BytesSlot", + "nameLocations": [ + "4073:9:29" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8398, + "src": "4073:9:29" + }, + "referencedDeclaration": 8398, + "src": "4073:9:29", + "typeDescriptions": { + "typeIdentifier": "t_struct$_BytesSlot_$8398_storage_ptr", + "typeString": "struct StorageSlot.BytesSlot" + } + }, + "visibility": "internal" + } + ], + "src": "4072:21:29" + }, + "scope": 8498, + "src": "4007:172:29", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 8499, + "src": "1407:2774:29", + "usedErrors": [], + "usedEvents": [] + } + ], + "src": "193:3989:29" + }, + "id": 29 + }, + "@openzeppelin/contracts/utils/Strings.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/Strings.sol", + "exportedSymbols": { + "Math": [ + 11181 + ], + "SignedMath": [ + 13090 + ], + "Strings": [ + 8818 + ] + }, + "id": 8819, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 8500, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "101:24:30" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/math/Math.sol", + "file": "./math/Math.sol", + "id": 8502, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 8819, + "sourceUnit": 11182, + "src": "127:37:30", + "symbolAliases": [ + { + "foreign": { + "id": 8501, + "name": "Math", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11181, + "src": "135:4:30", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/math/SignedMath.sol", + "file": "./math/SignedMath.sol", + "id": 8504, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 8819, + "sourceUnit": 13091, + "src": "165:49:30", + "symbolAliases": [ + { + "foreign": { + "id": 8503, + "name": "SignedMath", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13090, + "src": "173:10:30", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "Strings", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 8505, + "nodeType": "StructuredDocumentation", + "src": "216:34:30", + "text": " @dev String operations." + }, + "fullyImplemented": true, + "id": 8818, + "linearizedBaseContracts": [ + 8818 + ], + "name": "Strings", + "nameLocation": "259:7:30", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": true, + "id": 8508, + "mutability": "constant", + "name": "HEX_DIGITS", + "nameLocation": "298:10:30", + "nodeType": "VariableDeclaration", + "scope": 8818, + "src": "273:56:30", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes16", + "typeString": "bytes16" + }, + "typeName": { + "id": 8506, + "name": "bytes16", + "nodeType": "ElementaryTypeName", + "src": "273:7:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes16", + "typeString": "bytes16" + } + }, + "value": { + "hexValue": "30313233343536373839616263646566", + "id": 8507, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "311:18:30", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_cb29997ed99ead0db59ce4d12b7d3723198c827273e5796737c926d78019c39f", + "typeString": "literal_string \"0123456789abcdef\"" + }, + "value": "0123456789abcdef" + }, + "visibility": "private" + }, + { + "constant": true, + "id": 8511, + "mutability": "constant", + "name": "ADDRESS_LENGTH", + "nameLocation": "358:14:30", + "nodeType": "VariableDeclaration", + "scope": 8818, + "src": "335:42:30", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 8509, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "335:5:30", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "value": { + "hexValue": "3230", + "id": 8510, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "375:2:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_20_by_1", + "typeString": "int_const 20" + }, + "value": "20" + }, + "visibility": "private" + }, + { + "documentation": { + "id": 8512, + "nodeType": "StructuredDocumentation", + "src": "384:81:30", + "text": " @dev The `value` string doesn't fit in the specified `length`." + }, + "errorSelector": "e22e27eb", + "id": 8518, + "name": "StringsInsufficientHexLength", + "nameLocation": "476:28:30", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 8517, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8514, + "mutability": "mutable", + "name": "value", + "nameLocation": "513:5:30", + "nodeType": "VariableDeclaration", + "scope": 8518, + "src": "505:13:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8513, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "505:7:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8516, + "mutability": "mutable", + "name": "length", + "nameLocation": "528:6:30", + "nodeType": "VariableDeclaration", + "scope": 8518, + "src": "520:14:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8515, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "520:7:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "504:31:30" + }, + "src": "470:66:30" + }, + { + "body": { + "id": 8565, + "nodeType": "Block", + "src": "708:561:30", + "statements": [ + { + "id": 8564, + "nodeType": "UncheckedBlock", + "src": "718:545:30", + "statements": [ + { + "assignments": [ + 8527 + ], + "declarations": [ + { + "constant": false, + "id": 8527, + "mutability": "mutable", + "name": "length", + "nameLocation": "750:6:30", + "nodeType": "VariableDeclaration", + "scope": 8564, + "src": "742:14:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8526, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "742:7:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 8534, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8533, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 8530, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8521, + "src": "770:5:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 8528, + "name": "Math", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11181, + "src": "759:4:30", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Math_$11181_$", + "typeString": "type(library Math)" + } + }, + "id": 8529, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "764:5:30", + "memberName": "log10", + "nodeType": "MemberAccess", + "referencedDeclaration": 10953, + "src": "759:10:30", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (uint256) pure returns (uint256)" + } + }, + "id": 8531, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "759:17:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "hexValue": "31", + "id": 8532, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "779:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "759:21:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "742:38:30" + }, + { + "assignments": [ + 8536 + ], + "declarations": [ + { + "constant": false, + "id": 8536, + "mutability": "mutable", + "name": "buffer", + "nameLocation": "808:6:30", + "nodeType": "VariableDeclaration", + "scope": 8564, + "src": "794:20:30", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8535, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "794:6:30", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "id": 8541, + "initialValue": { + "arguments": [ + { + "id": 8539, + "name": "length", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8527, + "src": "828:6:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 8538, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "NewExpression", + "src": "817:10:30", + "typeDescriptions": { + "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_string_memory_ptr_$", + "typeString": "function (uint256) pure returns (string memory)" + }, + "typeName": { + "id": 8537, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "821:6:30", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + } + }, + "id": 8540, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "817:18:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "794:41:30" + }, + { + "assignments": [ + 8543 + ], + "declarations": [ + { + "constant": false, + "id": 8543, + "mutability": "mutable", + "name": "ptr", + "nameLocation": "857:3:30", + "nodeType": "VariableDeclaration", + "scope": 8564, + "src": "849:11:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8542, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "849:7:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 8544, + "nodeType": "VariableDeclarationStatement", + "src": "849:11:30" + }, + { + "AST": { + "nativeSrc": "899:67:30", + "nodeType": "YulBlock", + "src": "899:67:30", + "statements": [ + { + "nativeSrc": "917:35:30", + "nodeType": "YulAssignment", + "src": "917:35:30", + "value": { + "arguments": [ + { + "name": "buffer", + "nativeSrc": "928:6:30", + "nodeType": "YulIdentifier", + "src": "928:6:30" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "940:2:30", + "nodeType": "YulLiteral", + "src": "940:2:30", + "type": "", + "value": "32" + }, + { + "name": "length", + "nativeSrc": "944:6:30", + "nodeType": "YulIdentifier", + "src": "944:6:30" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "936:3:30", + "nodeType": "YulIdentifier", + "src": "936:3:30" + }, + "nativeSrc": "936:15:30", + "nodeType": "YulFunctionCall", + "src": "936:15:30" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "924:3:30", + "nodeType": "YulIdentifier", + "src": "924:3:30" + }, + "nativeSrc": "924:28:30", + "nodeType": "YulFunctionCall", + "src": "924:28:30" + }, + "variableNames": [ + { + "name": "ptr", + "nativeSrc": "917:3:30", + "nodeType": "YulIdentifier", + "src": "917:3:30" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8536, + "isOffset": false, + "isSlot": false, + "src": "928:6:30", + "valueSize": 1 + }, + { + "declaration": 8527, + "isOffset": false, + "isSlot": false, + "src": "944:6:30", + "valueSize": 1 + }, + { + "declaration": 8543, + "isOffset": false, + "isSlot": false, + "src": "917:3:30", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8545, + "nodeType": "InlineAssembly", + "src": "874:92:30" + }, + { + "body": { + "id": 8560, + "nodeType": "Block", + "src": "992:234:30", + "statements": [ + { + "expression": { + "id": 8548, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "--", + "prefix": false, + "src": "1010:5:30", + "subExpression": { + "id": 8547, + "name": "ptr", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8543, + "src": "1010:3:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 8549, + "nodeType": "ExpressionStatement", + "src": "1010:5:30" + }, + { + "AST": { + "nativeSrc": "1058:86:30", + "nodeType": "YulBlock", + "src": "1058:86:30", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "ptr", + "nativeSrc": "1088:3:30", + "nodeType": "YulIdentifier", + "src": "1088:3:30" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "1102:5:30", + "nodeType": "YulIdentifier", + "src": "1102:5:30" + }, + { + "kind": "number", + "nativeSrc": "1109:2:30", + "nodeType": "YulLiteral", + "src": "1109:2:30", + "type": "", + "value": "10" + } + ], + "functionName": { + "name": "mod", + "nativeSrc": "1098:3:30", + "nodeType": "YulIdentifier", + "src": "1098:3:30" + }, + "nativeSrc": "1098:14:30", + "nodeType": "YulFunctionCall", + "src": "1098:14:30" + }, + { + "name": "HEX_DIGITS", + "nativeSrc": "1114:10:30", + "nodeType": "YulIdentifier", + "src": "1114:10:30" + } + ], + "functionName": { + "name": "byte", + "nativeSrc": "1093:4:30", + "nodeType": "YulIdentifier", + "src": "1093:4:30" + }, + "nativeSrc": "1093:32:30", + "nodeType": "YulFunctionCall", + "src": "1093:32:30" + } + ], + "functionName": { + "name": "mstore8", + "nativeSrc": "1080:7:30", + "nodeType": "YulIdentifier", + "src": "1080:7:30" + }, + "nativeSrc": "1080:46:30", + "nodeType": "YulFunctionCall", + "src": "1080:46:30" + }, + "nativeSrc": "1080:46:30", + "nodeType": "YulExpressionStatement", + "src": "1080:46:30" + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8508, + "isOffset": false, + "isSlot": false, + "src": "1114:10:30", + "valueSize": 1 + }, + { + "declaration": 8543, + "isOffset": false, + "isSlot": false, + "src": "1088:3:30", + "valueSize": 1 + }, + { + "declaration": 8521, + "isOffset": false, + "isSlot": false, + "src": "1102:5:30", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8550, + "nodeType": "InlineAssembly", + "src": "1033:111:30" + }, + { + "expression": { + "id": 8553, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 8551, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8521, + "src": "1161:5:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "/=", + "rightHandSide": { + "hexValue": "3130", + "id": 8552, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1170:2:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "src": "1161:11:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 8554, + "nodeType": "ExpressionStatement", + "src": "1161:11:30" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8557, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 8555, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8521, + "src": "1194:5:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 8556, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1203:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "1194:10:30", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 8559, + "nodeType": "IfStatement", + "src": "1190:21:30", + "trueBody": { + "id": 8558, + "nodeType": "Break", + "src": "1206:5:30" + } + } + ] + }, + "condition": { + "hexValue": "74727565", + "id": 8546, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "986:4:30", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "id": 8561, + "nodeType": "WhileStatement", + "src": "979:247:30" + }, + { + "expression": { + "id": 8562, + "name": "buffer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8536, + "src": "1246:6:30", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "functionReturnParameters": 8525, + "id": 8563, + "nodeType": "Return", + "src": "1239:13:30" + } + ] + } + ] + }, + "documentation": { + "id": 8519, + "nodeType": "StructuredDocumentation", + "src": "542:90:30", + "text": " @dev Converts a `uint256` to its ASCII `string` decimal representation." + }, + "id": 8566, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toString", + "nameLocation": "646:8:30", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8522, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8521, + "mutability": "mutable", + "name": "value", + "nameLocation": "663:5:30", + "nodeType": "VariableDeclaration", + "scope": 8566, + "src": "655:13:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8520, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "655:7:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "654:15:30" + }, + "returnParameters": { + "id": 8525, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8524, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8566, + "src": "693:13:30", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8523, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "693:6:30", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "692:15:30" + }, + "scope": 8818, + "src": "637:632:30", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8591, + "nodeType": "Block", + "src": "1445:92:30", + "statements": [ + { + "expression": { + "arguments": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 8579, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 8577, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8569, + "src": "1476:5:30", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "hexValue": "30", + "id": 8578, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1484:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "1476:9:30", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseExpression": { + "hexValue": "", + "id": 8581, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1494:2:30", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "typeString": "literal_string \"\"" + }, + "value": "" + }, + "id": 8582, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "Conditional", + "src": "1476:20:30", + "trueExpression": { + "hexValue": "2d", + "id": 8580, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1488:3:30", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_d3b8281179950f98149eefdb158d0e1acb56f56e8e343aa9fefafa7e36959561", + "typeString": "literal_string \"-\"" + }, + "value": "-" + }, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + { + "arguments": [ + { + "arguments": [ + { + "id": 8586, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8569, + "src": "1522:5:30", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "expression": { + "id": 8584, + "name": "SignedMath", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13090, + "src": "1507:10:30", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SignedMath_$13090_$", + "typeString": "type(library SignedMath)" + } + }, + "id": 8585, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1518:3:30", + "memberName": "abs", + "nodeType": "MemberAccess", + "referencedDeclaration": 13089, + "src": "1507:14:30", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_int256_$returns$_t_uint256_$", + "typeString": "function (int256) pure returns (uint256)" + } + }, + "id": 8587, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1507:21:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 8583, + "name": "toString", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8566, + "src": "1498:8:30", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_string_memory_ptr_$", + "typeString": "function (uint256) pure returns (string memory)" + } + }, + "id": 8588, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1498:31:30", + "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": 8575, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "1462:6:30", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_string_storage_ptr_$", + "typeString": "type(string storage pointer)" + }, + "typeName": { + "id": 8574, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1462:6:30", + "typeDescriptions": {} + } + }, + "id": 8576, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1469:6:30", + "memberName": "concat", + "nodeType": "MemberAccess", + "src": "1462:13:30", + "typeDescriptions": { + "typeIdentifier": "t_function_stringconcat_pure$__$returns$_t_string_memory_ptr_$", + "typeString": "function () pure returns (string memory)" + } + }, + "id": 8589, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1462:68:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "functionReturnParameters": 8573, + "id": 8590, + "nodeType": "Return", + "src": "1455:75:30" + } + ] + }, + "documentation": { + "id": 8567, + "nodeType": "StructuredDocumentation", + "src": "1275:89:30", + "text": " @dev Converts a `int256` to its ASCII `string` decimal representation." + }, + "id": 8592, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toStringSigned", + "nameLocation": "1378:14:30", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8570, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8569, + "mutability": "mutable", + "name": "value", + "nameLocation": "1400:5:30", + "nodeType": "VariableDeclaration", + "scope": 8592, + "src": "1393:12:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 8568, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1393:6:30", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "1392:14:30" + }, + "returnParameters": { + "id": 8573, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8572, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8592, + "src": "1430:13:30", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8571, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1430:6:30", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "1429:15:30" + }, + "scope": 8818, + "src": "1369:168:30", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8611, + "nodeType": "Block", + "src": "1716:100:30", + "statements": [ + { + "id": 8610, + "nodeType": "UncheckedBlock", + "src": "1726:84:30", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 8601, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8595, + "src": "1769:5:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8607, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 8604, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8595, + "src": "1788:5:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 8602, + "name": "Math", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11181, + "src": "1776:4:30", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Math_$11181_$", + "typeString": "type(library Math)" + } + }, + "id": 8603, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1781:6:30", + "memberName": "log256", + "nodeType": "MemberAccess", + "referencedDeclaration": 11124, + "src": "1776:11:30", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (uint256) pure returns (uint256)" + } + }, + "id": 8605, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1776:18:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "hexValue": "31", + "id": 8606, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1797:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "1776:22:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 8600, + "name": "toHexString", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 8612, + 8695, + 8715 + ], + "referencedDeclaration": 8695, + "src": "1757:11:30", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_string_memory_ptr_$", + "typeString": "function (uint256,uint256) pure returns (string memory)" + } + }, + "id": 8608, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1757:42:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "functionReturnParameters": 8599, + "id": 8609, + "nodeType": "Return", + "src": "1750:49:30" + } + ] + } + ] + }, + "documentation": { + "id": 8593, + "nodeType": "StructuredDocumentation", + "src": "1543:94:30", + "text": " @dev Converts a `uint256` to its ASCII `string` hexadecimal representation." + }, + "id": 8612, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toHexString", + "nameLocation": "1651:11:30", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8596, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8595, + "mutability": "mutable", + "name": "value", + "nameLocation": "1671:5:30", + "nodeType": "VariableDeclaration", + "scope": 8612, + "src": "1663:13:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8594, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1663:7:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1662:15:30" + }, + "returnParameters": { + "id": 8599, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8598, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8612, + "src": "1701:13:30", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8597, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1701:6:30", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "1700:15:30" + }, + "scope": 8818, + "src": "1642:174:30", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8694, + "nodeType": "Block", + "src": "2029:435:30", + "statements": [ + { + "assignments": [ + 8623 + ], + "declarations": [ + { + "constant": false, + "id": 8623, + "mutability": "mutable", + "name": "localValue", + "nameLocation": "2047:10:30", + "nodeType": "VariableDeclaration", + "scope": 8694, + "src": "2039:18:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8622, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2039:7:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 8625, + "initialValue": { + "id": 8624, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8615, + "src": "2060:5:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2039:26:30" + }, + { + "assignments": [ + 8627 + ], + "declarations": [ + { + "constant": false, + "id": 8627, + "mutability": "mutable", + "name": "buffer", + "nameLocation": "2088:6:30", + "nodeType": "VariableDeclaration", + "scope": 8694, + "src": "2075:19:30", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 8626, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "2075:5:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 8636, + "initialValue": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8634, + "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": { + "hexValue": "32", + "id": 8630, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2107:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 8631, + "name": "length", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8617, + "src": "2111:6:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2107:10:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "hexValue": "32", + "id": 8633, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2120:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "src": "2107:14:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 8629, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "NewExpression", + "src": "2097:9:30", + "typeDescriptions": { + "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (uint256) pure returns (bytes memory)" + }, + "typeName": { + "id": 8628, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "2101:5:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + } + }, + "id": 8635, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2097:25:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2075:47:30" + }, + { + "expression": { + "id": 8641, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 8637, + "name": "buffer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8627, + "src": "2132:6:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 8639, + "indexExpression": { + "hexValue": "30", + "id": 8638, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2139:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2132:9:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "30", + "id": 8640, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2144:3:30", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_044852b2a670ade5407e78fb2863c51de9fcb96542a07186fe3aeda6bb8a116d", + "typeString": "literal_string \"0\"" + }, + "value": "0" + }, + "src": "2132:15:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + } + }, + "id": 8642, + "nodeType": "ExpressionStatement", + "src": "2132:15:30" + }, + { + "expression": { + "id": 8647, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 8643, + "name": "buffer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8627, + "src": "2157:6:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 8645, + "indexExpression": { + "hexValue": "31", + "id": 8644, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2164:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2157:9:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "78", + "id": 8646, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2169:3:30", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_7521d1cadbcfa91eec65aa16715b94ffc1c9654ba57ea2ef1a2127bca1127a83", + "typeString": "literal_string \"x\"" + }, + "value": "x" + }, + "src": "2157:15:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + } + }, + "id": 8648, + "nodeType": "ExpressionStatement", + "src": "2157:15:30" + }, + { + "body": { + "id": 8677, + "nodeType": "Block", + "src": "2227:95:30", + "statements": [ + { + "expression": { + "id": 8671, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 8663, + "name": "buffer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8627, + "src": "2241:6:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 8665, + "indexExpression": { + "id": 8664, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8650, + "src": "2248:1:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2241:9:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "baseExpression": { + "id": 8666, + "name": "HEX_DIGITS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8508, + "src": "2253:10:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes16", + "typeString": "bytes16" + } + }, + "id": 8670, + "indexExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8669, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 8667, + "name": "localValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8623, + "src": "2264:10:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "&", + "rightExpression": { + "hexValue": "307866", + "id": 8668, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2277:3:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_15_by_1", + "typeString": "int_const 15" + }, + "value": "0xf" + }, + "src": "2264:16:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2253:28:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + } + }, + "src": "2241:40:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + } + }, + "id": 8672, + "nodeType": "ExpressionStatement", + "src": "2241:40:30" + }, + { + "expression": { + "id": 8675, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 8673, + "name": "localValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8623, + "src": "2295:10:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "hexValue": "34", + "id": 8674, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2310:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "src": "2295:16:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 8676, + "nodeType": "ExpressionStatement", + "src": "2295:16:30" + } + ] + }, + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8659, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 8657, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8650, + "src": "2215:1:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "31", + "id": 8658, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2219:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "2215:5:30", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 8678, + "initializationExpression": { + "assignments": [ + 8650 + ], + "declarations": [ + { + "constant": false, + "id": 8650, + "mutability": "mutable", + "name": "i", + "nameLocation": "2195:1:30", + "nodeType": "VariableDeclaration", + "scope": 8678, + "src": "2187:9:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8649, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2187:7:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 8656, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8655, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8653, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "32", + "id": 8651, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2199:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 8652, + "name": "length", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8617, + "src": "2203:6:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2199:10:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "hexValue": "31", + "id": 8654, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2212:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "2199:14:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2187:26:30" + }, + "isSimpleCounterLoop": false, + "loopExpression": { + "expression": { + "id": 8661, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "--", + "prefix": true, + "src": "2222:3:30", + "subExpression": { + "id": 8660, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8650, + "src": "2224:1:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 8662, + "nodeType": "ExpressionStatement", + "src": "2222:3:30" + }, + "nodeType": "ForStatement", + "src": "2182:140:30" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8681, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 8679, + "name": "localValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8623, + "src": "2335:10:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 8680, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2349:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "2335:15:30", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 8688, + "nodeType": "IfStatement", + "src": "2331:96:30", + "trueBody": { + "id": 8687, + "nodeType": "Block", + "src": "2352:75:30", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 8683, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8615, + "src": "2402:5:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 8684, + "name": "length", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8617, + "src": "2409:6:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 8682, + "name": "StringsInsufficientHexLength", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8518, + "src": "2373:28:30", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint256_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint256,uint256) pure returns (error)" + } + }, + "id": 8685, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2373:43:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 8686, + "nodeType": "RevertStatement", + "src": "2366:50:30" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 8691, + "name": "buffer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8627, + "src": "2450:6:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 8690, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2443:6:30", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_string_storage_ptr_$", + "typeString": "type(string storage pointer)" + }, + "typeName": { + "id": 8689, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2443:6:30", + "typeDescriptions": {} + } + }, + "id": 8692, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2443:14:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "functionReturnParameters": 8621, + "id": 8693, + "nodeType": "Return", + "src": "2436:21:30" + } + ] + }, + "documentation": { + "id": 8613, + "nodeType": "StructuredDocumentation", + "src": "1822:112:30", + "text": " @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length." + }, + "id": 8695, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toHexString", + "nameLocation": "1948:11:30", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8618, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8615, + "mutability": "mutable", + "name": "value", + "nameLocation": "1968:5:30", + "nodeType": "VariableDeclaration", + "scope": 8695, + "src": "1960:13:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8614, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1960:7:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8617, + "mutability": "mutable", + "name": "length", + "nameLocation": "1983:6:30", + "nodeType": "VariableDeclaration", + "scope": 8695, + "src": "1975:14:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8616, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1975:7:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1959:31:30" + }, + "returnParameters": { + "id": 8621, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8620, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8695, + "src": "2014:13:30", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8619, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2014:6:30", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "2013:15:30" + }, + "scope": 8818, + "src": "1939:525:30", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8714, + "nodeType": "Block", + "src": "2696:75:30", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "id": 8708, + "name": "addr", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8698, + "src": "2741:4:30", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 8707, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2733:7:30", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint160_$", + "typeString": "type(uint160)" + }, + "typeName": { + "id": 8706, + "name": "uint160", + "nodeType": "ElementaryTypeName", + "src": "2733:7:30", + "typeDescriptions": {} + } + }, + "id": 8709, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2733:13:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint160", + "typeString": "uint160" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint160", + "typeString": "uint160" + } + ], + "id": 8705, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2725:7:30", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + }, + "typeName": { + "id": 8704, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2725:7:30", + "typeDescriptions": {} + } + }, + "id": 8710, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2725:22:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 8711, + "name": "ADDRESS_LENGTH", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8511, + "src": "2749:14:30", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + ], + "id": 8703, + "name": "toHexString", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 8612, + 8695, + 8715 + ], + "referencedDeclaration": 8695, + "src": "2713:11:30", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_string_memory_ptr_$", + "typeString": "function (uint256,uint256) pure returns (string memory)" + } + }, + "id": 8712, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2713:51:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "functionReturnParameters": 8702, + "id": 8713, + "nodeType": "Return", + "src": "2706:58:30" + } + ] + }, + "documentation": { + "id": 8696, + "nodeType": "StructuredDocumentation", + "src": "2470:148:30", + "text": " @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal\n representation." + }, + "id": 8715, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toHexString", + "nameLocation": "2632:11:30", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8699, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8698, + "mutability": "mutable", + "name": "addr", + "nameLocation": "2652:4:30", + "nodeType": "VariableDeclaration", + "scope": 8715, + "src": "2644:12:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 8697, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2644:7:30", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "2643:14:30" + }, + "returnParameters": { + "id": 8702, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8701, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8715, + "src": "2681:13:30", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8700, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2681:6:30", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "2680:15:30" + }, + "scope": 8818, + "src": "2623:148:30", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8779, + "nodeType": "Block", + "src": "3028:642:30", + "statements": [ + { + "assignments": [ + 8724 + ], + "declarations": [ + { + "constant": false, + "id": 8724, + "mutability": "mutable", + "name": "buffer", + "nameLocation": "3051:6:30", + "nodeType": "VariableDeclaration", + "scope": 8779, + "src": "3038:19:30", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 8723, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3038:5:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 8731, + "initialValue": { + "arguments": [ + { + "arguments": [ + { + "id": 8728, + "name": "addr", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8718, + "src": "3078:4:30", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 8727, + "name": "toHexString", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 8612, + 8695, + 8715 + ], + "referencedDeclaration": 8715, + "src": "3066:11:30", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_address_$returns$_t_string_memory_ptr_$", + "typeString": "function (address) pure returns (string memory)" + } + }, + "id": 8729, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3066:17:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 8726, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3060:5:30", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 8725, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3060:5:30", + "typeDescriptions": {} + } + }, + "id": 8730, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3060:24:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "3038:46:30" + }, + { + "assignments": [ + 8733 + ], + "declarations": [ + { + "constant": false, + "id": 8733, + "mutability": "mutable", + "name": "hashValue", + "nameLocation": "3177:9:30", + "nodeType": "VariableDeclaration", + "scope": 8779, + "src": "3169:17:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8732, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3169:7:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 8734, + "nodeType": "VariableDeclarationStatement", + "src": "3169:17:30" + }, + { + "AST": { + "nativeSrc": "3221:78:30", + "nodeType": "YulBlock", + "src": "3221:78:30", + "statements": [ + { + "nativeSrc": "3235:54:30", + "nodeType": "YulAssignment", + "src": "3235:54:30", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3252:2:30", + "nodeType": "YulLiteral", + "src": "3252:2:30", + "type": "", + "value": "96" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "buffer", + "nativeSrc": "3270:6:30", + "nodeType": "YulIdentifier", + "src": "3270:6:30" + }, + { + "kind": "number", + "nativeSrc": "3278:4:30", + "nodeType": "YulLiteral", + "src": "3278:4:30", + "type": "", + "value": "0x22" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3266:3:30", + "nodeType": "YulIdentifier", + "src": "3266:3:30" + }, + "nativeSrc": "3266:17:30", + "nodeType": "YulFunctionCall", + "src": "3266:17:30" + }, + { + "kind": "number", + "nativeSrc": "3285:2:30", + "nodeType": "YulLiteral", + "src": "3285:2:30", + "type": "", + "value": "40" + } + ], + "functionName": { + "name": "keccak256", + "nativeSrc": "3256:9:30", + "nodeType": "YulIdentifier", + "src": "3256:9:30" + }, + "nativeSrc": "3256:32:30", + "nodeType": "YulFunctionCall", + "src": "3256:32:30" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "3248:3:30", + "nodeType": "YulIdentifier", + "src": "3248:3:30" + }, + "nativeSrc": "3248:41:30", + "nodeType": "YulFunctionCall", + "src": "3248:41:30" + }, + "variableNames": [ + { + "name": "hashValue", + "nativeSrc": "3235:9:30", + "nodeType": "YulIdentifier", + "src": "3235:9:30" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8724, + "isOffset": false, + "isSlot": false, + "src": "3270:6:30", + "valueSize": 1 + }, + { + "declaration": 8733, + "isOffset": false, + "isSlot": false, + "src": "3235:9:30", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8735, + "nodeType": "InlineAssembly", + "src": "3196:103:30" + }, + { + "body": { + "id": 8772, + "nodeType": "Block", + "src": "3342:291:30", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 8759, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8750, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8748, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 8746, + "name": "hashValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8733, + "src": "3448:9:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "&", + "rightExpression": { + "hexValue": "307866", + "id": 8747, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3460:3:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_15_by_1", + "typeString": "int_const 15" + }, + "value": "0xf" + }, + "src": "3448:15:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "37", + "id": 8749, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3466:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_7_by_1", + "typeString": "int_const 7" + }, + "value": "7" + }, + "src": "3448:19:30", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "id": 8758, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "baseExpression": { + "id": 8753, + "name": "buffer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8724, + "src": "3477:6:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 8755, + "indexExpression": { + "id": 8754, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8737, + "src": "3484:1:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3477:9:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + } + ], + "id": 8752, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3471:5:30", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + }, + "typeName": { + "id": 8751, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "3471:5:30", + "typeDescriptions": {} + } + }, + "id": 8756, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3471:16:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "3936", + "id": 8757, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3490:2:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_96_by_1", + "typeString": "int_const 96" + }, + "value": "96" + }, + "src": "3471:21:30", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "3448:44:30", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 8767, + "nodeType": "IfStatement", + "src": "3444:150:30", + "trueBody": { + "id": 8766, + "nodeType": "Block", + "src": "3494:100:30", + "statements": [ + { + "expression": { + "id": 8764, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 8760, + "name": "buffer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8724, + "src": "3562:6:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 8762, + "indexExpression": { + "id": 8761, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8737, + "src": "3569:1:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "3562:9:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + } + }, + "nodeType": "Assignment", + "operator": "^=", + "rightHandSide": { + "hexValue": "30783230", + "id": 8763, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3575:4:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "0x20" + }, + "src": "3562:17:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + } + }, + "id": 8765, + "nodeType": "ExpressionStatement", + "src": "3562:17:30" + } + ] + } + }, + { + "expression": { + "id": 8770, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 8768, + "name": "hashValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8733, + "src": "3607:9:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "hexValue": "34", + "id": 8769, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3621:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "src": "3607:15:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 8771, + "nodeType": "ExpressionStatement", + "src": "3607:15:30" + } + ] + }, + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8742, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 8740, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8737, + "src": "3330:1:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "31", + "id": 8741, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3334:1:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "3330:5:30", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 8773, + "initializationExpression": { + "assignments": [ + 8737 + ], + "declarations": [ + { + "constant": false, + "id": 8737, + "mutability": "mutable", + "name": "i", + "nameLocation": "3322:1:30", + "nodeType": "VariableDeclaration", + "scope": 8773, + "src": "3314:9:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8736, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3314:7:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 8739, + "initialValue": { + "hexValue": "3431", + "id": 8738, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3326:2:30", + "typeDescriptions": { + "typeIdentifier": "t_rational_41_by_1", + "typeString": "int_const 41" + }, + "value": "41" + }, + "nodeType": "VariableDeclarationStatement", + "src": "3314:14:30" + }, + "isSimpleCounterLoop": false, + "loopExpression": { + "expression": { + "id": 8744, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "--", + "prefix": true, + "src": "3337:3:30", + "subExpression": { + "id": 8743, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8737, + "src": "3339:1:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 8745, + "nodeType": "ExpressionStatement", + "src": "3337:3:30" + }, + "nodeType": "ForStatement", + "src": "3309:324:30" + }, + { + "expression": { + "arguments": [ + { + "id": 8776, + "name": "buffer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8724, + "src": "3656:6:30", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 8775, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3649:6:30", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_string_storage_ptr_$", + "typeString": "type(string storage pointer)" + }, + "typeName": { + "id": 8774, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "3649:6:30", + "typeDescriptions": {} + } + }, + "id": 8777, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3649:14:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "functionReturnParameters": 8722, + "id": 8778, + "nodeType": "Return", + "src": "3642:21:30" + } + ] + }, + "documentation": { + "id": 8716, + "nodeType": "StructuredDocumentation", + "src": "2777:165:30", + "text": " @dev Converts an `address` with fixed length of 20 bytes to its checksummed ASCII `string` hexadecimal\n representation, according to EIP-55." + }, + "id": 8780, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toChecksumHexString", + "nameLocation": "2956:19:30", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8719, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8718, + "mutability": "mutable", + "name": "addr", + "nameLocation": "2984:4:30", + "nodeType": "VariableDeclaration", + "scope": 8780, + "src": "2976:12:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 8717, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2976:7:30", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "2975:14:30" + }, + "returnParameters": { + "id": 8722, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8721, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8780, + "src": "3013:13:30", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8720, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "3013:6:30", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "3012:15:30" + }, + "scope": 8818, + "src": "2947:723:30", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8816, + "nodeType": "Block", + "src": "3825:104:30", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 8814, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8800, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "arguments": [ + { + "id": 8792, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8783, + "src": "3848:1:30", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 8791, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3842:5:30", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 8790, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3842:5:30", + "typeDescriptions": {} + } + }, + "id": 8793, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3842:8:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 8794, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3851:6:30", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "3842:15:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 8797, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8785, + "src": "3867:1:30", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 8796, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3861:5:30", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 8795, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3861:5:30", + "typeDescriptions": {} + } + }, + "id": 8798, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3861:8:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 8799, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3870:6:30", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "3861:15:30", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3842:34:30", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 8813, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "arguments": [ + { + "id": 8804, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8783, + "src": "3896:1:30", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 8803, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3890:5:30", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 8802, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3890:5:30", + "typeDescriptions": {} + } + }, + "id": 8805, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3890:8:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 8801, + "name": "keccak256", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -8, + "src": "3880:9:30", + "typeDescriptions": { + "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (bytes memory) pure returns (bytes32)" + } + }, + "id": 8806, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3880:19:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "arguments": [ + { + "arguments": [ + { + "id": 8810, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8785, + "src": "3919:1:30", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 8809, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3913:5:30", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 8808, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3913:5:30", + "typeDescriptions": {} + } + }, + "id": 8811, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3913:8:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 8807, + "name": "keccak256", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -8, + "src": "3903:9:30", + "typeDescriptions": { + "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (bytes memory) pure returns (bytes32)" + } + }, + "id": 8812, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3903:19:30", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "3880:42:30", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "3842:80:30", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 8789, + "id": 8815, + "nodeType": "Return", + "src": "3835:87:30" + } + ] + }, + "documentation": { + "id": 8781, + "nodeType": "StructuredDocumentation", + "src": "3676:66:30", + "text": " @dev Returns true if the two strings are equal." + }, + "id": 8817, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "equal", + "nameLocation": "3756:5:30", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8786, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8783, + "mutability": "mutable", + "name": "a", + "nameLocation": "3776:1:30", + "nodeType": "VariableDeclaration", + "scope": 8817, + "src": "3762:15:30", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8782, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "3762:6:30", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8785, + "mutability": "mutable", + "name": "b", + "nameLocation": "3793:1:30", + "nodeType": "VariableDeclaration", + "scope": 8817, + "src": "3779:15:30", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 8784, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "3779:6:30", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "3761:34:30" + }, + "returnParameters": { + "id": 8789, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8788, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8817, + "src": "3819:4:30", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 8787, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3819:4:30", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "3818:6:30" + }, + "scope": 8818, + "src": "3747:182:30", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 8819, + "src": "251:3680:30", + "usedErrors": [ + 8518 + ], + "usedEvents": [] + } + ], + "src": "101:3831:30" + }, + "id": 30 + }, + "@openzeppelin/contracts/utils/cryptography/ECDSA.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/cryptography/ECDSA.sol", + "exportedSymbols": { + "ECDSA": [ + 9166 + ] + }, + "id": 9167, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 8820, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "112:24:31" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "ECDSA", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 8821, + "nodeType": "StructuredDocumentation", + "src": "138:205:31", + "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": 9166, + "linearizedBaseContracts": [ + 9166 + ], + "name": "ECDSA", + "nameLocation": "352:5:31", + "nodeType": "ContractDefinition", + "nodes": [ + { + "canonicalName": "ECDSA.RecoverError", + "id": 8826, + "members": [ + { + "id": 8822, + "name": "NoError", + "nameLocation": "392:7:31", + "nodeType": "EnumValue", + "src": "392:7:31" + }, + { + "id": 8823, + "name": "InvalidSignature", + "nameLocation": "409:16:31", + "nodeType": "EnumValue", + "src": "409:16:31" + }, + { + "id": 8824, + "name": "InvalidSignatureLength", + "nameLocation": "435:22:31", + "nodeType": "EnumValue", + "src": "435:22:31" + }, + { + "id": 8825, + "name": "InvalidSignatureS", + "nameLocation": "467:17:31", + "nodeType": "EnumValue", + "src": "467:17:31" + } + ], + "name": "RecoverError", + "nameLocation": "369:12:31", + "nodeType": "EnumDefinition", + "src": "364:126:31" + }, + { + "documentation": { + "id": 8827, + "nodeType": "StructuredDocumentation", + "src": "496:63:31", + "text": " @dev The signature derives the `address(0)`." + }, + "errorSelector": "f645eedf", + "id": 8829, + "name": "ECDSAInvalidSignature", + "nameLocation": "570:21:31", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 8828, + "nodeType": "ParameterList", + "parameters": [], + "src": "591:2:31" + }, + "src": "564:30:31" + }, + { + "documentation": { + "id": 8830, + "nodeType": "StructuredDocumentation", + "src": "600:60:31", + "text": " @dev The signature has an invalid length." + }, + "errorSelector": "fce698f7", + "id": 8834, + "name": "ECDSAInvalidSignatureLength", + "nameLocation": "671:27:31", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 8833, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8832, + "mutability": "mutable", + "name": "length", + "nameLocation": "707:6:31", + "nodeType": "VariableDeclaration", + "scope": 8834, + "src": "699:14:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 8831, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "699:7:31", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "698:16:31" + }, + "src": "665:50:31" + }, + { + "documentation": { + "id": 8835, + "nodeType": "StructuredDocumentation", + "src": "721:85:31", + "text": " @dev The signature has an S value that is in the upper half order." + }, + "errorSelector": "d78bce0c", + "id": 8839, + "name": "ECDSAInvalidSignatureS", + "nameLocation": "817:22:31", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 8838, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8837, + "mutability": "mutable", + "name": "s", + "nameLocation": "848:1:31", + "nodeType": "VariableDeclaration", + "scope": 8839, + "src": "840:9:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8836, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "840:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "839:11:31" + }, + "src": "811:40:31" + }, + { + "body": { + "id": 8891, + "nodeType": "Block", + "src": "2285:622:31", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8857, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 8854, + "name": "signature", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8844, + "src": "2299:9:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 8855, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2309:6:31", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "2299:16:31", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "3635", + "id": 8856, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2319:2:31", + "typeDescriptions": { + "typeIdentifier": "t_rational_65_by_1", + "typeString": "int_const 65" + }, + "value": "65" + }, + "src": "2299:22:31", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 8889, + "nodeType": "Block", + "src": "2793:108:31", + "statements": [ + { + "expression": { + "components": [ + { + "arguments": [ + { + "hexValue": "30", + "id": 8878, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2823:1:31", + "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": 8877, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2815:7:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 8876, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2815:7:31", + "typeDescriptions": {} + } + }, + "id": 8879, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2815:10:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "id": 8880, + "name": "RecoverError", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8826, + "src": "2827:12:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_enum$_RecoverError_$8826_$", + "typeString": "type(enum ECDSA.RecoverError)" + } + }, + "id": 8881, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2840:22:31", + "memberName": "InvalidSignatureLength", + "nodeType": "MemberAccess", + "referencedDeclaration": 8824, + "src": "2827:35:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + { + "arguments": [ + { + "expression": { + "id": 8884, + "name": "signature", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8844, + "src": "2872:9:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 8885, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2882:6:31", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "2872:16:31", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 8883, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2864:7:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 8882, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2864:7:31", + "typeDescriptions": {} + } + }, + "id": 8886, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2864:25:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "id": 8887, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "2814:76:31", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" + } + }, + "functionReturnParameters": 8853, + "id": 8888, + "nodeType": "Return", + "src": "2807:83:31" + } + ] + }, + "id": 8890, + "nodeType": "IfStatement", + "src": "2295:606:31", + "trueBody": { + "id": 8875, + "nodeType": "Block", + "src": "2323:464:31", + "statements": [ + { + "assignments": [ + 8859 + ], + "declarations": [ + { + "constant": false, + "id": 8859, + "mutability": "mutable", + "name": "r", + "nameLocation": "2345:1:31", + "nodeType": "VariableDeclaration", + "scope": 8875, + "src": "2337:9:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8858, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2337:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "id": 8860, + "nodeType": "VariableDeclarationStatement", + "src": "2337:9:31" + }, + { + "assignments": [ + 8862 + ], + "declarations": [ + { + "constant": false, + "id": 8862, + "mutability": "mutable", + "name": "s", + "nameLocation": "2368:1:31", + "nodeType": "VariableDeclaration", + "scope": 8875, + "src": "2360:9:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8861, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2360:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "id": 8863, + "nodeType": "VariableDeclarationStatement", + "src": "2360:9:31" + }, + { + "assignments": [ + 8865 + ], + "declarations": [ + { + "constant": false, + "id": 8865, + "mutability": "mutable", + "name": "v", + "nameLocation": "2389:1:31", + "nodeType": "VariableDeclaration", + "scope": 8875, + "src": "2383:7:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 8864, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "2383:5:31", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + } + ], + "id": 8866, + "nodeType": "VariableDeclarationStatement", + "src": "2383:7:31" + }, + { + "AST": { + "nativeSrc": "2560:171:31", + "nodeType": "YulBlock", + "src": "2560:171:31", + "statements": [ + { + "nativeSrc": "2578:32:31", + "nodeType": "YulAssignment", + "src": "2578:32:31", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "signature", + "nativeSrc": "2593:9:31", + "nodeType": "YulIdentifier", + "src": "2593:9:31" + }, + { + "kind": "number", + "nativeSrc": "2604:4:31", + "nodeType": "YulLiteral", + "src": "2604:4:31", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2589:3:31", + "nodeType": "YulIdentifier", + "src": "2589:3:31" + }, + "nativeSrc": "2589:20:31", + "nodeType": "YulFunctionCall", + "src": "2589:20:31" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2583:5:31", + "nodeType": "YulIdentifier", + "src": "2583:5:31" + }, + "nativeSrc": "2583:27:31", + "nodeType": "YulFunctionCall", + "src": "2583:27:31" + }, + "variableNames": [ + { + "name": "r", + "nativeSrc": "2578:1:31", + "nodeType": "YulIdentifier", + "src": "2578:1:31" + } + ] + }, + { + "nativeSrc": "2627:32:31", + "nodeType": "YulAssignment", + "src": "2627:32:31", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "signature", + "nativeSrc": "2642:9:31", + "nodeType": "YulIdentifier", + "src": "2642:9:31" + }, + { + "kind": "number", + "nativeSrc": "2653:4:31", + "nodeType": "YulLiteral", + "src": "2653:4:31", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2638:3:31", + "nodeType": "YulIdentifier", + "src": "2638:3:31" + }, + "nativeSrc": "2638:20:31", + "nodeType": "YulFunctionCall", + "src": "2638:20:31" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2632:5:31", + "nodeType": "YulIdentifier", + "src": "2632:5:31" + }, + "nativeSrc": "2632:27:31", + "nodeType": "YulFunctionCall", + "src": "2632:27:31" + }, + "variableNames": [ + { + "name": "s", + "nativeSrc": "2627:1:31", + "nodeType": "YulIdentifier", + "src": "2627:1:31" + } + ] + }, + { + "nativeSrc": "2676:41:31", + "nodeType": "YulAssignment", + "src": "2676:41:31", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2686:1:31", + "nodeType": "YulLiteral", + "src": "2686:1:31", + "type": "", + "value": "0" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "signature", + "nativeSrc": "2699:9:31", + "nodeType": "YulIdentifier", + "src": "2699:9:31" + }, + { + "kind": "number", + "nativeSrc": "2710:4:31", + "nodeType": "YulLiteral", + "src": "2710:4:31", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2695:3:31", + "nodeType": "YulIdentifier", + "src": "2695:3:31" + }, + "nativeSrc": "2695:20:31", + "nodeType": "YulFunctionCall", + "src": "2695:20:31" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2689:5:31", + "nodeType": "YulIdentifier", + "src": "2689:5:31" + }, + "nativeSrc": "2689:27:31", + "nodeType": "YulFunctionCall", + "src": "2689:27:31" + } + ], + "functionName": { + "name": "byte", + "nativeSrc": "2681:4:31", + "nodeType": "YulIdentifier", + "src": "2681:4:31" + }, + "nativeSrc": "2681:36:31", + "nodeType": "YulFunctionCall", + "src": "2681:36:31" + }, + "variableNames": [ + { + "name": "v", + "nativeSrc": "2676:1:31", + "nodeType": "YulIdentifier", + "src": "2676:1:31" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 8859, + "isOffset": false, + "isSlot": false, + "src": "2578:1:31", + "valueSize": 1 + }, + { + "declaration": 8862, + "isOffset": false, + "isSlot": false, + "src": "2627:1:31", + "valueSize": 1 + }, + { + "declaration": 8844, + "isOffset": false, + "isSlot": false, + "src": "2593:9:31", + "valueSize": 1 + }, + { + "declaration": 8844, + "isOffset": false, + "isSlot": false, + "src": "2642:9:31", + "valueSize": 1 + }, + { + "declaration": 8844, + "isOffset": false, + "isSlot": false, + "src": "2699:9:31", + "valueSize": 1 + }, + { + "declaration": 8865, + "isOffset": false, + "isSlot": false, + "src": "2676:1:31", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 8867, + "nodeType": "InlineAssembly", + "src": "2535:196:31" + }, + { + "expression": { + "arguments": [ + { + "id": 8869, + "name": "hash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8842, + "src": "2762:4:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 8870, + "name": "v", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8865, + "src": "2768:1:31", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + { + "id": 8871, + "name": "r", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8859, + "src": "2771:1:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 8872, + "name": "s", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8862, + "src": "2774:1:31", + "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": 8868, + "name": "tryRecover", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 8892, + 8972, + 9080 + ], + "referencedDeclaration": 9080, + "src": "2751:10:31", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "function (bytes32,uint8,bytes32,bytes32) pure returns (address,enum ECDSA.RecoverError,bytes32)" + } + }, + "id": 8873, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2751:25:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" + } + }, + "functionReturnParameters": 8853, + "id": 8874, + "nodeType": "Return", + "src": "2744:32:31" + } + ] + } + } + ] + }, + "documentation": { + "id": 8840, + "nodeType": "StructuredDocumentation", + "src": "857:1267:31", + "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": 8892, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "tryRecover", + "nameLocation": "2138:10:31", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8845, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8842, + "mutability": "mutable", + "name": "hash", + "nameLocation": "2166:4:31", + "nodeType": "VariableDeclaration", + "scope": 8892, + "src": "2158:12:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8841, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2158:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8844, + "mutability": "mutable", + "name": "signature", + "nameLocation": "2193:9:31", + "nodeType": "VariableDeclaration", + "scope": 8892, + "src": "2180:22:31", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 8843, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "2180:5:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "2148:60:31" + }, + "returnParameters": { + "id": 8853, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8847, + "mutability": "mutable", + "name": "recovered", + "nameLocation": "2240:9:31", + "nodeType": "VariableDeclaration", + "scope": 8892, + "src": "2232:17:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 8846, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2232:7:31", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8850, + "mutability": "mutable", + "name": "err", + "nameLocation": "2264:3:31", + "nodeType": "VariableDeclaration", + "scope": 8892, + "src": "2251:16:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + "typeName": { + "id": 8849, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8848, + "name": "RecoverError", + "nameLocations": [ + "2251:12:31" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8826, + "src": "2251:12:31" + }, + "referencedDeclaration": 8826, + "src": "2251:12:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8852, + "mutability": "mutable", + "name": "errArg", + "nameLocation": "2277:6:31", + "nodeType": "VariableDeclaration", + "scope": 8892, + "src": "2269:14:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8851, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2269:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2231:53:31" + }, + "scope": 9166, + "src": "2129:778:31", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8921, + "nodeType": "Block", + "src": "3801:168:31", + "statements": [ + { + "assignments": [ + 8903, + 8906, + 8908 + ], + "declarations": [ + { + "constant": false, + "id": 8903, + "mutability": "mutable", + "name": "recovered", + "nameLocation": "3820:9:31", + "nodeType": "VariableDeclaration", + "scope": 8921, + "src": "3812:17:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 8902, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3812:7:31", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8906, + "mutability": "mutable", + "name": "error", + "nameLocation": "3844:5:31", + "nodeType": "VariableDeclaration", + "scope": 8921, + "src": "3831:18:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + "typeName": { + "id": 8905, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8904, + "name": "RecoverError", + "nameLocations": [ + "3831:12:31" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8826, + "src": "3831:12:31" + }, + "referencedDeclaration": 8826, + "src": "3831:12:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8908, + "mutability": "mutable", + "name": "errorArg", + "nameLocation": "3859:8:31", + "nodeType": "VariableDeclaration", + "scope": 8921, + "src": "3851:16:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8907, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3851:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "id": 8913, + "initialValue": { + "arguments": [ + { + "id": 8910, + "name": "hash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8895, + "src": "3882:4:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 8911, + "name": "signature", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8897, + "src": "3888:9:31", + "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": 8909, + "name": "tryRecover", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 8892, + 8972, + 9080 + ], + "referencedDeclaration": 8892, + "src": "3871:10:31", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "function (bytes32,bytes memory) pure returns (address,enum ECDSA.RecoverError,bytes32)" + } + }, + "id": 8912, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3871:27:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "3811:87:31" + }, + { + "expression": { + "arguments": [ + { + "id": 8915, + "name": "error", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8906, + "src": "3920:5:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + { + "id": 8916, + "name": "errorArg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8908, + "src": "3927:8:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 8914, + "name": "_throwError", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9165, + "src": "3908:11:31", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_enum$_RecoverError_$8826_$_t_bytes32_$returns$__$", + "typeString": "function (enum ECDSA.RecoverError,bytes32) pure" + } + }, + "id": 8917, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3908:28:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 8918, + "nodeType": "ExpressionStatement", + "src": "3908:28:31" + }, + { + "expression": { + "id": 8919, + "name": "recovered", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8903, + "src": "3953:9:31", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "functionReturnParameters": 8901, + "id": 8920, + "nodeType": "Return", + "src": "3946:16:31" + } + ] + }, + "documentation": { + "id": 8893, + "nodeType": "StructuredDocumentation", + "src": "2913:796:31", + "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": 8922, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "recover", + "nameLocation": "3723:7:31", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8898, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8895, + "mutability": "mutable", + "name": "hash", + "nameLocation": "3739:4:31", + "nodeType": "VariableDeclaration", + "scope": 8922, + "src": "3731:12:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8894, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3731:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8897, + "mutability": "mutable", + "name": "signature", + "nameLocation": "3758:9:31", + "nodeType": "VariableDeclaration", + "scope": 8922, + "src": "3745:22:31", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 8896, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3745:5:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "3730:38:31" + }, + "returnParameters": { + "id": 8901, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8900, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 8922, + "src": "3792:7:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 8899, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3792:7:31", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "3791:9:31" + }, + "scope": 9166, + "src": "3714:255:31", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 8971, + "nodeType": "Block", + "src": "4348:342:31", + "statements": [ + { + "id": 8970, + "nodeType": "UncheckedBlock", + "src": "4358:326:31", + "statements": [ + { + "assignments": [ + 8940 + ], + "declarations": [ + { + "constant": false, + "id": 8940, + "mutability": "mutable", + "name": "s", + "nameLocation": "4390:1:31", + "nodeType": "VariableDeclaration", + "scope": 8970, + "src": "4382:9:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8939, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4382:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "id": 8947, + "initialValue": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 8946, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 8941, + "name": "vs", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8929, + "src": "4394:2:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "&", + "rightExpression": { + "arguments": [ + { + "hexValue": "307837666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666", + "id": 8944, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4407:66:31", + "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": 8943, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4399:7:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 8942, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4399:7:31", + "typeDescriptions": {} + } + }, + "id": 8945, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4399:75:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "4394:80:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4382:92:31" + }, + { + "assignments": [ + 8949 + ], + "declarations": [ + { + "constant": false, + "id": 8949, + "mutability": "mutable", + "name": "v", + "nameLocation": "4591:1:31", + "nodeType": "VariableDeclaration", + "scope": 8970, + "src": "4585:7:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 8948, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "4585:5:31", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + } + ], + "id": 8962, + "initialValue": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8960, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 8957, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 8954, + "name": "vs", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8929, + "src": "4610:2:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 8953, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4602:7:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + }, + "typeName": { + "id": 8952, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4602:7:31", + "typeDescriptions": {} + } + }, + "id": 8955, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4602:11:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">>", + "rightExpression": { + "hexValue": "323535", + "id": 8956, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4617:3:31", + "typeDescriptions": { + "typeIdentifier": "t_rational_255_by_1", + "typeString": "int_const 255" + }, + "value": "255" + }, + "src": "4602:18:31", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 8958, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "4601:20:31", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "hexValue": "3237", + "id": 8959, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4624:2:31", + "typeDescriptions": { + "typeIdentifier": "t_rational_27_by_1", + "typeString": "int_const 27" + }, + "value": "27" + }, + "src": "4601:25:31", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 8951, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4595:5:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + }, + "typeName": { + "id": 8950, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "4595:5:31", + "typeDescriptions": {} + } + }, + "id": 8961, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4595:32:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4585:42:31" + }, + { + "expression": { + "arguments": [ + { + "id": 8964, + "name": "hash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8925, + "src": "4659:4:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 8965, + "name": "v", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8949, + "src": "4665:1:31", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + { + "id": 8966, + "name": "r", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8927, + "src": "4668:1:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 8967, + "name": "s", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8940, + "src": "4671:1:31", + "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": 8963, + "name": "tryRecover", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 8892, + 8972, + 9080 + ], + "referencedDeclaration": 9080, + "src": "4648:10:31", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "function (bytes32,uint8,bytes32,bytes32) pure returns (address,enum ECDSA.RecoverError,bytes32)" + } + }, + "id": 8968, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4648:25:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" + } + }, + "functionReturnParameters": 8938, + "id": 8969, + "nodeType": "Return", + "src": "4641:32:31" + } + ] + } + ] + }, + "documentation": { + "id": 8923, + "nodeType": "StructuredDocumentation", + "src": "3975:205:31", + "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[ERC-2098 short signatures]" + }, + "id": 8972, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "tryRecover", + "nameLocation": "4194:10:31", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8930, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8925, + "mutability": "mutable", + "name": "hash", + "nameLocation": "4222:4:31", + "nodeType": "VariableDeclaration", + "scope": 8972, + "src": "4214:12:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8924, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4214:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8927, + "mutability": "mutable", + "name": "r", + "nameLocation": "4244:1:31", + "nodeType": "VariableDeclaration", + "scope": 8972, + "src": "4236:9:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8926, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4236:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8929, + "mutability": "mutable", + "name": "vs", + "nameLocation": "4263:2:31", + "nodeType": "VariableDeclaration", + "scope": 8972, + "src": "4255:10:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8928, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4255:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "4204:67:31" + }, + "returnParameters": { + "id": 8938, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8932, + "mutability": "mutable", + "name": "recovered", + "nameLocation": "4303:9:31", + "nodeType": "VariableDeclaration", + "scope": 8972, + "src": "4295:17:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 8931, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4295:7:31", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8935, + "mutability": "mutable", + "name": "err", + "nameLocation": "4327:3:31", + "nodeType": "VariableDeclaration", + "scope": 8972, + "src": "4314:16:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + "typeName": { + "id": 8934, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8933, + "name": "RecoverError", + "nameLocations": [ + "4314:12:31" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8826, + "src": "4314:12:31" + }, + "referencedDeclaration": 8826, + "src": "4314:12:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8937, + "mutability": "mutable", + "name": "errArg", + "nameLocation": "4340:6:31", + "nodeType": "VariableDeclaration", + "scope": 8972, + "src": "4332:14:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8936, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4332:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "4294:53:31" + }, + "scope": 9166, + "src": "4185:505:31", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9004, + "nodeType": "Block", + "src": "4903:164:31", + "statements": [ + { + "assignments": [ + 8985, + 8988, + 8990 + ], + "declarations": [ + { + "constant": false, + "id": 8985, + "mutability": "mutable", + "name": "recovered", + "nameLocation": "4922:9:31", + "nodeType": "VariableDeclaration", + "scope": 9004, + "src": "4914:17:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 8984, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4914:7:31", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8988, + "mutability": "mutable", + "name": "error", + "nameLocation": "4946:5:31", + "nodeType": "VariableDeclaration", + "scope": 9004, + "src": "4933:18:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + "typeName": { + "id": 8987, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 8986, + "name": "RecoverError", + "nameLocations": [ + "4933:12:31" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8826, + "src": "4933:12:31" + }, + "referencedDeclaration": 8826, + "src": "4933:12:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8990, + "mutability": "mutable", + "name": "errorArg", + "nameLocation": "4961:8:31", + "nodeType": "VariableDeclaration", + "scope": 9004, + "src": "4953:16:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8989, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4953:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "id": 8996, + "initialValue": { + "arguments": [ + { + "id": 8992, + "name": "hash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8975, + "src": "4984:4:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 8993, + "name": "r", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8977, + "src": "4990:1:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 8994, + "name": "vs", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8979, + "src": "4993:2:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 8991, + "name": "tryRecover", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 8892, + 8972, + 9080 + ], + "referencedDeclaration": 8972, + "src": "4973:10:31", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "function (bytes32,bytes32,bytes32) pure returns (address,enum ECDSA.RecoverError,bytes32)" + } + }, + "id": 8995, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4973:23:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4913:83:31" + }, + { + "expression": { + "arguments": [ + { + "id": 8998, + "name": "error", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8988, + "src": "5018:5:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + { + "id": 8999, + "name": "errorArg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8990, + "src": "5025:8:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 8997, + "name": "_throwError", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9165, + "src": "5006:11:31", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_enum$_RecoverError_$8826_$_t_bytes32_$returns$__$", + "typeString": "function (enum ECDSA.RecoverError,bytes32) pure" + } + }, + "id": 9000, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5006:28:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 9001, + "nodeType": "ExpressionStatement", + "src": "5006:28:31" + }, + { + "expression": { + "id": 9002, + "name": "recovered", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8985, + "src": "5051:9:31", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "functionReturnParameters": 8983, + "id": 9003, + "nodeType": "Return", + "src": "5044:16:31" + } + ] + }, + "documentation": { + "id": 8973, + "nodeType": "StructuredDocumentation", + "src": "4696:116:31", + "text": " @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately." + }, + "id": 9005, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "recover", + "nameLocation": "4826:7:31", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 8980, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8975, + "mutability": "mutable", + "name": "hash", + "nameLocation": "4842:4:31", + "nodeType": "VariableDeclaration", + "scope": 9005, + "src": "4834:12:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8974, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4834:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8977, + "mutability": "mutable", + "name": "r", + "nameLocation": "4856:1:31", + "nodeType": "VariableDeclaration", + "scope": 9005, + "src": "4848:9:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8976, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4848:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 8979, + "mutability": "mutable", + "name": "vs", + "nameLocation": "4867:2:31", + "nodeType": "VariableDeclaration", + "scope": 9005, + "src": "4859:10:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 8978, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4859:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "4833:37:31" + }, + "returnParameters": { + "id": 8983, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 8982, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9005, + "src": "4894:7:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 8981, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4894:7:31", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "4893:9:31" + }, + "scope": 9166, + "src": "4817:250:31", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9079, + "nodeType": "Block", + "src": "5382:1372:31", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9029, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 9026, + "name": "s", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9014, + "src": "6278:1:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 9025, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6270:7:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + }, + "typeName": { + "id": 9024, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6270:7:31", + "typeDescriptions": {} + } + }, + "id": 9027, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6270:10:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "307837464646464646464646464646464646464646464646464646464646464646463544353736453733353741343530314444464539324634363638314232304130", + "id": 9028, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6283:66:31", + "typeDescriptions": { + "typeIdentifier": "t_rational_57896044618658097711785492504343953926418782139537452191302581570759080747168_by_1", + "typeString": "int_const 5789...(69 digits omitted)...7168" + }, + "value": "0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0" + }, + "src": "6270:79:31", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 9040, + "nodeType": "IfStatement", + "src": "6266:164:31", + "trueBody": { + "id": 9039, + "nodeType": "Block", + "src": "6351:79:31", + "statements": [ + { + "expression": { + "components": [ + { + "arguments": [ + { + "hexValue": "30", + "id": 9032, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6381:1:31", + "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": 9031, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6373:7:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 9030, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6373:7:31", + "typeDescriptions": {} + } + }, + "id": 9033, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6373:10:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "id": 9034, + "name": "RecoverError", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8826, + "src": "6385:12:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_enum$_RecoverError_$8826_$", + "typeString": "type(enum ECDSA.RecoverError)" + } + }, + "id": 9035, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "6398:17:31", + "memberName": "InvalidSignatureS", + "nodeType": "MemberAccess", + "referencedDeclaration": 8825, + "src": "6385:30:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + { + "id": 9036, + "name": "s", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9014, + "src": "6417:1:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "id": 9037, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "6372:47:31", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" + } + }, + "functionReturnParameters": 9023, + "id": 9038, + "nodeType": "Return", + "src": "6365:54:31" + } + ] + } + }, + { + "assignments": [ + 9042 + ], + "declarations": [ + { + "constant": false, + "id": 9042, + "mutability": "mutable", + "name": "signer", + "nameLocation": "6532:6:31", + "nodeType": "VariableDeclaration", + "scope": 9079, + "src": "6524:14:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 9041, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6524:7:31", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 9049, + "initialValue": { + "arguments": [ + { + "id": 9044, + "name": "hash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9008, + "src": "6551:4:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 9045, + "name": "v", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9010, + "src": "6557:1:31", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + { + "id": 9046, + "name": "r", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9012, + "src": "6560:1:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 9047, + "name": "s", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9014, + "src": "6563:1:31", + "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": 9043, + "name": "ecrecover", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -6, + "src": "6541:9:31", + "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": 9048, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6541:24:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "6524:41:31" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 9055, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9050, + "name": "signer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9042, + "src": "6579:6:31", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 9053, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6597:1:31", + "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": 9052, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6589:7:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 9051, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6589:7:31", + "typeDescriptions": {} + } + }, + "id": 9054, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6589:10:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "6579:20:31", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 9069, + "nodeType": "IfStatement", + "src": "6575:113:31", + "trueBody": { + "id": 9068, + "nodeType": "Block", + "src": "6601:87:31", + "statements": [ + { + "expression": { + "components": [ + { + "arguments": [ + { + "hexValue": "30", + "id": 9058, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6631:1:31", + "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": 9057, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6623:7:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 9056, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6623:7:31", + "typeDescriptions": {} + } + }, + "id": 9059, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6623:10:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "id": 9060, + "name": "RecoverError", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8826, + "src": "6635:12:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_enum$_RecoverError_$8826_$", + "typeString": "type(enum ECDSA.RecoverError)" + } + }, + "id": 9061, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "6648:16:31", + "memberName": "InvalidSignature", + "nodeType": "MemberAccess", + "referencedDeclaration": 8823, + "src": "6635:29:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + { + "arguments": [ + { + "hexValue": "30", + "id": 9064, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6674:1:31", + "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": 9063, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6666:7:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 9062, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6666:7:31", + "typeDescriptions": {} + } + }, + "id": 9065, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6666:10:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "id": 9066, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "6622:55:31", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" + } + }, + "functionReturnParameters": 9023, + "id": 9067, + "nodeType": "Return", + "src": "6615:62:31" + } + ] + } + }, + { + "expression": { + "components": [ + { + "id": 9070, + "name": "signer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9042, + "src": "6706:6:31", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "id": 9071, + "name": "RecoverError", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8826, + "src": "6714:12:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_enum$_RecoverError_$8826_$", + "typeString": "type(enum ECDSA.RecoverError)" + } + }, + "id": 9072, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "6727:7:31", + "memberName": "NoError", + "nodeType": "MemberAccess", + "referencedDeclaration": 8822, + "src": "6714:20:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + { + "arguments": [ + { + "hexValue": "30", + "id": 9075, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6744:1:31", + "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": 9074, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6736:7:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 9073, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6736:7:31", + "typeDescriptions": {} + } + }, + "id": 9076, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6736:10:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "id": 9077, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "6705:42:31", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" + } + }, + "functionReturnParameters": 9023, + "id": 9078, + "nodeType": "Return", + "src": "6698:49:31" + } + ] + }, + "documentation": { + "id": 9006, + "nodeType": "StructuredDocumentation", + "src": "5073:125:31", + "text": " @dev Overload of {ECDSA-tryRecover} that receives the `v`,\n `r` and `s` signature fields separately." + }, + "id": 9080, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "tryRecover", + "nameLocation": "5212:10:31", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9015, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9008, + "mutability": "mutable", + "name": "hash", + "nameLocation": "5240:4:31", + "nodeType": "VariableDeclaration", + "scope": 9080, + "src": "5232:12:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9007, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "5232:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9010, + "mutability": "mutable", + "name": "v", + "nameLocation": "5260:1:31", + "nodeType": "VariableDeclaration", + "scope": 9080, + "src": "5254:7:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 9009, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "5254:5:31", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9012, + "mutability": "mutable", + "name": "r", + "nameLocation": "5279:1:31", + "nodeType": "VariableDeclaration", + "scope": 9080, + "src": "5271:9:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9011, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "5271:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9014, + "mutability": "mutable", + "name": "s", + "nameLocation": "5298:1:31", + "nodeType": "VariableDeclaration", + "scope": 9080, + "src": "5290:9:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9013, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "5290:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "5222:83:31" + }, + "returnParameters": { + "id": 9023, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9017, + "mutability": "mutable", + "name": "recovered", + "nameLocation": "5337:9:31", + "nodeType": "VariableDeclaration", + "scope": 9080, + "src": "5329:17:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 9016, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5329:7:31", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9020, + "mutability": "mutable", + "name": "err", + "nameLocation": "5361:3:31", + "nodeType": "VariableDeclaration", + "scope": 9080, + "src": "5348:16:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + "typeName": { + "id": 9019, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 9018, + "name": "RecoverError", + "nameLocations": [ + "5348:12:31" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8826, + "src": "5348:12:31" + }, + "referencedDeclaration": 8826, + "src": "5348:12:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9022, + "mutability": "mutable", + "name": "errArg", + "nameLocation": "5374:6:31", + "nodeType": "VariableDeclaration", + "scope": 9080, + "src": "5366:14:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9021, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "5366:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "5328:53:31" + }, + "scope": 9166, + "src": "5203:1551:31", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9115, + "nodeType": "Block", + "src": "6981:166:31", + "statements": [ + { + "assignments": [ + 9095, + 9098, + 9100 + ], + "declarations": [ + { + "constant": false, + "id": 9095, + "mutability": "mutable", + "name": "recovered", + "nameLocation": "7000:9:31", + "nodeType": "VariableDeclaration", + "scope": 9115, + "src": "6992:17:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 9094, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6992:7:31", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9098, + "mutability": "mutable", + "name": "error", + "nameLocation": "7024:5:31", + "nodeType": "VariableDeclaration", + "scope": 9115, + "src": "7011:18:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + "typeName": { + "id": 9097, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 9096, + "name": "RecoverError", + "nameLocations": [ + "7011:12:31" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8826, + "src": "7011:12:31" + }, + "referencedDeclaration": 8826, + "src": "7011:12:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9100, + "mutability": "mutable", + "name": "errorArg", + "nameLocation": "7039:8:31", + "nodeType": "VariableDeclaration", + "scope": 9115, + "src": "7031:16:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9099, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "7031:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "id": 9107, + "initialValue": { + "arguments": [ + { + "id": 9102, + "name": "hash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9083, + "src": "7062:4:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 9103, + "name": "v", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9085, + "src": "7068:1:31", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + { + "id": 9104, + "name": "r", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9087, + "src": "7071:1:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 9105, + "name": "s", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9089, + "src": "7074:1:31", + "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": 9101, + "name": "tryRecover", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 8892, + 8972, + 9080 + ], + "referencedDeclaration": 9080, + "src": "7051:10:31", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "function (bytes32,uint8,bytes32,bytes32) pure returns (address,enum ECDSA.RecoverError,bytes32)" + } + }, + "id": 9106, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7051:25:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "6991:85:31" + }, + { + "expression": { + "arguments": [ + { + "id": 9109, + "name": "error", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9098, + "src": "7098:5:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + { + "id": 9110, + "name": "errorArg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9100, + "src": "7105:8:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 9108, + "name": "_throwError", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9165, + "src": "7086:11:31", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_enum$_RecoverError_$8826_$_t_bytes32_$returns$__$", + "typeString": "function (enum ECDSA.RecoverError,bytes32) pure" + } + }, + "id": 9111, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7086:28:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 9112, + "nodeType": "ExpressionStatement", + "src": "7086:28:31" + }, + { + "expression": { + "id": 9113, + "name": "recovered", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9095, + "src": "7131:9:31", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "functionReturnParameters": 9093, + "id": 9114, + "nodeType": "Return", + "src": "7124:16:31" + } + ] + }, + "documentation": { + "id": 9081, + "nodeType": "StructuredDocumentation", + "src": "6760:122:31", + "text": " @dev Overload of {ECDSA-recover} that receives the `v`,\n `r` and `s` signature fields separately." + }, + "id": 9116, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "recover", + "nameLocation": "6896:7:31", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9090, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9083, + "mutability": "mutable", + "name": "hash", + "nameLocation": "6912:4:31", + "nodeType": "VariableDeclaration", + "scope": 9116, + "src": "6904:12:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9082, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6904:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9085, + "mutability": "mutable", + "name": "v", + "nameLocation": "6924:1:31", + "nodeType": "VariableDeclaration", + "scope": 9116, + "src": "6918:7:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 9084, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "6918:5:31", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9087, + "mutability": "mutable", + "name": "r", + "nameLocation": "6935:1:31", + "nodeType": "VariableDeclaration", + "scope": 9116, + "src": "6927:9:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9086, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6927:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9089, + "mutability": "mutable", + "name": "s", + "nameLocation": "6946:1:31", + "nodeType": "VariableDeclaration", + "scope": 9116, + "src": "6938:9:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9088, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6938:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "6903:45:31" + }, + "returnParameters": { + "id": 9093, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9092, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9116, + "src": "6972:7:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 9091, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6972:7:31", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "6971:9:31" + }, + "scope": 9166, + "src": "6887:260:31", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9164, + "nodeType": "Block", + "src": "7352:460:31", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + "id": 9128, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9125, + "name": "error", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9120, + "src": "7366:5:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "id": 9126, + "name": "RecoverError", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8826, + "src": "7375:12:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_enum$_RecoverError_$8826_$", + "typeString": "type(enum ECDSA.RecoverError)" + } + }, + "id": 9127, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "7388:7:31", + "memberName": "NoError", + "nodeType": "MemberAccess", + "referencedDeclaration": 8822, + "src": "7375:20:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "src": "7366:29:31", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "condition": { + "commonType": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + "id": 9134, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9131, + "name": "error", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9120, + "src": "7462:5:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "id": 9132, + "name": "RecoverError", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8826, + "src": "7471:12:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_enum$_RecoverError_$8826_$", + "typeString": "type(enum ECDSA.RecoverError)" + } + }, + "id": 9133, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "7484:16:31", + "memberName": "InvalidSignature", + "nodeType": "MemberAccess", + "referencedDeclaration": 8823, + "src": "7471:29:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "src": "7462:38:31", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "condition": { + "commonType": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + "id": 9142, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9139, + "name": "error", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9120, + "src": "7567:5:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "id": 9140, + "name": "RecoverError", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8826, + "src": "7576:12:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_enum$_RecoverError_$8826_$", + "typeString": "type(enum ECDSA.RecoverError)" + } + }, + "id": 9141, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "7589:22:31", + "memberName": "InvalidSignatureLength", + "nodeType": "MemberAccess", + "referencedDeclaration": 8824, + "src": "7576:35:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "src": "7567:44:31", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "condition": { + "commonType": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + "id": 9154, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9151, + "name": "error", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9120, + "src": "7701:5:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "id": 9152, + "name": "RecoverError", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8826, + "src": "7710:12:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_enum$_RecoverError_$8826_$", + "typeString": "type(enum ECDSA.RecoverError)" + } + }, + "id": 9153, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "7723:17:31", + "memberName": "InvalidSignatureS", + "nodeType": "MemberAccess", + "referencedDeclaration": 8825, + "src": "7710:30:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "src": "7701:39:31", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 9160, + "nodeType": "IfStatement", + "src": "7697:109:31", + "trueBody": { + "id": 9159, + "nodeType": "Block", + "src": "7742:64:31", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 9156, + "name": "errorArg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9122, + "src": "7786:8:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 9155, + "name": "ECDSAInvalidSignatureS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8839, + "src": "7763:22:31", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", + "typeString": "function (bytes32) pure returns (error)" + } + }, + "id": 9157, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7763:32:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 9158, + "nodeType": "RevertStatement", + "src": "7756:39:31" + } + ] + } + }, + "id": 9161, + "nodeType": "IfStatement", + "src": "7563:243:31", + "trueBody": { + "id": 9150, + "nodeType": "Block", + "src": "7613:78:31", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "arguments": [ + { + "id": 9146, + "name": "errorArg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9122, + "src": "7670:8:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 9145, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "7662:7:31", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + }, + "typeName": { + "id": 9144, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "7662:7:31", + "typeDescriptions": {} + } + }, + "id": 9147, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7662:17:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 9143, + "name": "ECDSAInvalidSignatureLength", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8834, + "src": "7634:27:31", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint256) pure returns (error)" + } + }, + "id": 9148, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7634:46:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 9149, + "nodeType": "RevertStatement", + "src": "7627:53:31" + } + ] + } + }, + "id": 9162, + "nodeType": "IfStatement", + "src": "7458:348:31", + "trueBody": { + "id": 9138, + "nodeType": "Block", + "src": "7502:55:31", + "statements": [ + { + "errorCall": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 9135, + "name": "ECDSAInvalidSignature", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8829, + "src": "7523:21:31", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", + "typeString": "function () pure returns (error)" + } + }, + "id": 9136, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7523:23:31", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 9137, + "nodeType": "RevertStatement", + "src": "7516:30:31" + } + ] + } + }, + "id": 9163, + "nodeType": "IfStatement", + "src": "7362:444:31", + "trueBody": { + "id": 9130, + "nodeType": "Block", + "src": "7397:55:31", + "statements": [ + { + "functionReturnParameters": 9124, + "id": 9129, + "nodeType": "Return", + "src": "7411:7:31" + } + ] + } + } + ] + }, + "documentation": { + "id": 9117, + "nodeType": "StructuredDocumentation", + "src": "7153:122:31", + "text": " @dev Optionally reverts with the corresponding custom error according to the `error` argument provided." + }, + "id": 9165, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_throwError", + "nameLocation": "7289:11:31", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9123, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9120, + "mutability": "mutable", + "name": "error", + "nameLocation": "7314:5:31", + "nodeType": "VariableDeclaration", + "scope": 9165, + "src": "7301:18:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + "typeName": { + "id": 9119, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 9118, + "name": "RecoverError", + "nameLocations": [ + "7301:12:31" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8826, + "src": "7301:12:31" + }, + "referencedDeclaration": 8826, + "src": "7301:12:31", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9122, + "mutability": "mutable", + "name": "errorArg", + "nameLocation": "7329:8:31", + "nodeType": "VariableDeclaration", + "scope": 9165, + "src": "7321:16:31", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9121, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "7321:7:31", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "7300:38:31" + }, + "returnParameters": { + "id": 9124, + "nodeType": "ParameterList", + "parameters": [], + "src": "7352:0:31" + }, + "scope": 9166, + "src": "7280:532:31", + "stateMutability": "pure", + "virtual": false, + "visibility": "private" + } + ], + "scope": 9167, + "src": "344:7470:31", + "usedErrors": [ + 8829, + 8834, + 8839 + ], + "usedEvents": [] + } + ], + "src": "112:7703:31" + }, + "id": 31 + }, + "@openzeppelin/contracts/utils/cryptography/EIP712.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/cryptography/EIP712.sol", + "exportedSymbols": { + "EIP712": [ + 9393 + ], + "IERC5267": [ + 7725 + ], + "MessageHashUtils": [ + 9467 + ], + "ShortString": [ + 8163 + ], + "ShortStrings": [ + 8374 + ] + }, + "id": 9394, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 9168, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "113:24:32" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol", + "file": "./MessageHashUtils.sol", + "id": 9170, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 9394, + "sourceUnit": 9468, + "src": "139:56:32", + "symbolAliases": [ + { + "foreign": { + "id": 9169, + "name": "MessageHashUtils", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9467, + "src": "147:16:32", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/ShortStrings.sol", + "file": "../ShortStrings.sol", + "id": 9173, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 9394, + "sourceUnit": 8375, + "src": "196:62:32", + "symbolAliases": [ + { + "foreign": { + "id": 9171, + "name": "ShortStrings", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8374, + "src": "204:12:32", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + }, + { + "foreign": { + "id": 9172, + "name": "ShortString", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8163, + "src": "218:11:32", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/interfaces/IERC5267.sol", + "file": "../../interfaces/IERC5267.sol", + "id": 9175, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 9394, + "sourceUnit": 7726, + "src": "259:55:32", + "symbolAliases": [ + { + "foreign": { + "id": 9174, + "name": "IERC5267", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7725, + "src": "267:8:32", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": true, + "baseContracts": [ + { + "baseName": { + "id": 9177, + "name": "IERC5267", + "nameLocations": [ + "1988:8:32" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 7725, + "src": "1988:8:32" + }, + "id": 9178, + "nodeType": "InheritanceSpecifier", + "src": "1988:8:32" + } + ], + "canonicalName": "EIP712", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 9176, + "nodeType": "StructuredDocumentation", + "src": "316:1643:32", + "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": 9393, + "linearizedBaseContracts": [ + 9393, + 7725 + ], + "name": "EIP712", + "nameLocation": "1978:6:32", + "nodeType": "ContractDefinition", + "nodes": [ + { + "global": false, + "id": 9180, + "libraryName": { + "id": 9179, + "name": "ShortStrings", + "nameLocations": [ + "2009:12:32" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8374, + "src": "2009:12:32" + }, + "nodeType": "UsingForDirective", + "src": "2003:25:32" + }, + { + "constant": true, + "id": 9185, + "mutability": "constant", + "name": "TYPE_HASH", + "nameLocation": "2059:9:32", + "nodeType": "VariableDeclaration", + "scope": 9393, + "src": "2034:140:32", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9181, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2034:7:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "value": { + "arguments": [ + { + "hexValue": "454950373132446f6d61696e28737472696e67206e616d652c737472696e672076657273696f6e2c75696e7432353620636861696e49642c6164647265737320766572696679696e67436f6e747261637429", + "id": 9183, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2089:84:32", + "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": 9182, + "name": "keccak256", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -8, + "src": "2079:9:32", + "typeDescriptions": { + "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (bytes memory) pure returns (bytes32)" + } + }, + "id": 9184, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2079:95:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 9187, + "mutability": "immutable", + "name": "_cachedDomainSeparator", + "nameLocation": "2399:22:32", + "nodeType": "VariableDeclaration", + "scope": 9393, + "src": "2373:48:32", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9186, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2373:7:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 9189, + "mutability": "immutable", + "name": "_cachedChainId", + "nameLocation": "2453:14:32", + "nodeType": "VariableDeclaration", + "scope": 9393, + "src": "2427:40:32", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9188, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2427:7:32", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 9191, + "mutability": "immutable", + "name": "_cachedThis", + "nameLocation": "2499:11:32", + "nodeType": "VariableDeclaration", + "scope": 9393, + "src": "2473:37:32", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 9190, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2473:7:32", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 9193, + "mutability": "immutable", + "name": "_hashedName", + "nameLocation": "2543:11:32", + "nodeType": "VariableDeclaration", + "scope": 9393, + "src": "2517:37:32", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9192, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2517:7:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 9195, + "mutability": "immutable", + "name": "_hashedVersion", + "nameLocation": "2586:14:32", + "nodeType": "VariableDeclaration", + "scope": 9393, + "src": "2560:40:32", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9194, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2560:7:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 9198, + "mutability": "immutable", + "name": "_name", + "nameLocation": "2637:5:32", + "nodeType": "VariableDeclaration", + "scope": 9393, + "src": "2607:35:32", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + }, + "typeName": { + "id": 9197, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 9196, + "name": "ShortString", + "nameLocations": [ + "2607:11:32" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8163, + "src": "2607:11:32" + }, + "referencedDeclaration": 8163, + "src": "2607:11:32", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 9201, + "mutability": "immutable", + "name": "_version", + "nameLocation": "2678:8:32", + "nodeType": "VariableDeclaration", + "scope": 9393, + "src": "2648:38:32", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + }, + "typeName": { + "id": 9200, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 9199, + "name": "ShortString", + "nameLocations": [ + "2648:11:32" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8163, + "src": "2648:11:32" + }, + "referencedDeclaration": 8163, + "src": "2648:11:32", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 9203, + "mutability": "mutable", + "name": "_nameFallback", + "nameLocation": "2707:13:32", + "nodeType": "VariableDeclaration", + "scope": 9393, + "src": "2692:28:32", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string" + }, + "typeName": { + "id": 9202, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2692:6:32", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 9205, + "mutability": "mutable", + "name": "_versionFallback", + "nameLocation": "2741:16:32", + "nodeType": "VariableDeclaration", + "scope": 9393, + "src": "2726:31:32", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string" + }, + "typeName": { + "id": 9204, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2726:6:32", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "private" + }, + { + "body": { + "id": 9262, + "nodeType": "Block", + "src": "3383:376:32", + "statements": [ + { + "expression": { + "id": 9218, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 9213, + "name": "_name", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9198, + "src": "3393:5:32", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 9216, + "name": "_nameFallback", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9203, + "src": "3432:13:32", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + ], + "expression": { + "id": 9214, + "name": "name", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9208, + "src": "3401:4:32", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "id": 9215, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3406:25:32", + "memberName": "toShortStringWithFallback", + "nodeType": "MemberAccess", + "referencedDeclaration": 8315, + "src": "3401:30:32", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_string_memory_ptr_$_t_string_storage_ptr_$returns$_t_userDefinedValueType$_ShortString_$8163_$attached_to$_t_string_memory_ptr_$", + "typeString": "function (string memory,string storage pointer) returns (ShortString)" + } + }, + "id": 9217, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3401:45:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "src": "3393:53:32", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "id": 9219, + "nodeType": "ExpressionStatement", + "src": "3393:53:32" + }, + { + "expression": { + "id": 9225, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 9220, + "name": "_version", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9201, + "src": "3456:8:32", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 9223, + "name": "_versionFallback", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9205, + "src": "3501:16:32", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + ], + "expression": { + "id": 9221, + "name": "version", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9210, + "src": "3467:7:32", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "id": 9222, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3475:25:32", + "memberName": "toShortStringWithFallback", + "nodeType": "MemberAccess", + "referencedDeclaration": 8315, + "src": "3467:33:32", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_string_memory_ptr_$_t_string_storage_ptr_$returns$_t_userDefinedValueType$_ShortString_$8163_$attached_to$_t_string_memory_ptr_$", + "typeString": "function (string memory,string storage pointer) returns (ShortString)" + } + }, + "id": 9224, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3467:51:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "src": "3456:62:32", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "id": 9226, + "nodeType": "ExpressionStatement", + "src": "3456:62:32" + }, + { + "expression": { + "id": 9234, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 9227, + "name": "_hashedName", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9193, + "src": "3528:11:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "arguments": [ + { + "id": 9231, + "name": "name", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9208, + "src": "3558:4:32", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 9230, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3552:5:32", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 9229, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3552:5:32", + "typeDescriptions": {} + } + }, + "id": 9232, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3552:11:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 9228, + "name": "keccak256", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -8, + "src": "3542:9:32", + "typeDescriptions": { + "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (bytes memory) pure returns (bytes32)" + } + }, + "id": 9233, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3542:22:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "3528:36:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "id": 9235, + "nodeType": "ExpressionStatement", + "src": "3528:36:32" + }, + { + "expression": { + "id": 9243, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 9236, + "name": "_hashedVersion", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9195, + "src": "3574:14:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "arguments": [ + { + "id": 9240, + "name": "version", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9210, + "src": "3607:7:32", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 9239, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3601:5:32", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 9238, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3601:5:32", + "typeDescriptions": {} + } + }, + "id": 9241, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3601:14:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 9237, + "name": "keccak256", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -8, + "src": "3591:9:32", + "typeDescriptions": { + "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (bytes memory) pure returns (bytes32)" + } + }, + "id": 9242, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3591:25:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "3574:42:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "id": 9244, + "nodeType": "ExpressionStatement", + "src": "3574:42:32" + }, + { + "expression": { + "id": 9248, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 9245, + "name": "_cachedChainId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9189, + "src": "3627:14:32", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "expression": { + "id": 9246, + "name": "block", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -4, + "src": "3644:5:32", + "typeDescriptions": { + "typeIdentifier": "t_magic_block", + "typeString": "block" + } + }, + "id": 9247, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3650:7:32", + "memberName": "chainid", + "nodeType": "MemberAccess", + "src": "3644:13:32", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3627:30:32", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 9249, + "nodeType": "ExpressionStatement", + "src": "3627:30:32" + }, + { + "expression": { + "id": 9253, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 9250, + "name": "_cachedDomainSeparator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9187, + "src": "3667:22:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 9251, + "name": "_buildDomainSeparator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9310, + "src": "3692:21:32", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes32_$", + "typeString": "function () view returns (bytes32)" + } + }, + "id": 9252, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3692:23:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "3667:48:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "id": 9254, + "nodeType": "ExpressionStatement", + "src": "3667:48:32" + }, + { + "expression": { + "id": 9260, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 9255, + "name": "_cachedThis", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9191, + "src": "3725:11:32", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 9258, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "3747:4:32", + "typeDescriptions": { + "typeIdentifier": "t_contract$_EIP712_$9393", + "typeString": "contract EIP712" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_EIP712_$9393", + "typeString": "contract EIP712" + } + ], + "id": 9257, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3739:7:32", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 9256, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3739:7:32", + "typeDescriptions": {} + } + }, + "id": 9259, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3739:13:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3725:27:32", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 9261, + "nodeType": "ExpressionStatement", + "src": "3725:27:32" + } + ] + }, + "documentation": { + "id": 9206, + "nodeType": "StructuredDocumentation", + "src": "2764:559:32", + "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": 9263, + "implemented": true, + "kind": "constructor", + "modifiers": [], + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9211, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9208, + "mutability": "mutable", + "name": "name", + "nameLocation": "3354:4:32", + "nodeType": "VariableDeclaration", + "scope": 9263, + "src": "3340:18:32", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 9207, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "3340:6:32", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9210, + "mutability": "mutable", + "name": "version", + "nameLocation": "3374:7:32", + "nodeType": "VariableDeclaration", + "scope": 9263, + "src": "3360:21:32", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 9209, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "3360:6:32", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "3339:43:32" + }, + "returnParameters": { + "id": 9212, + "nodeType": "ParameterList", + "parameters": [], + "src": "3383:0:32" + }, + "scope": 9393, + "src": "3328:431:32", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9288, + "nodeType": "Block", + "src": "3907:200:32", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 9279, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 9274, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 9271, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "3929:4:32", + "typeDescriptions": { + "typeIdentifier": "t_contract$_EIP712_$9393", + "typeString": "contract EIP712" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_EIP712_$9393", + "typeString": "contract EIP712" + } + ], + "id": 9270, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3921:7:32", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 9269, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3921:7:32", + "typeDescriptions": {} + } + }, + "id": 9272, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3921:13:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 9273, + "name": "_cachedThis", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9191, + "src": "3938:11:32", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3921:28:32", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9278, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 9275, + "name": "block", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -4, + "src": "3953:5:32", + "typeDescriptions": { + "typeIdentifier": "t_magic_block", + "typeString": "block" + } + }, + "id": 9276, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3959:7:32", + "memberName": "chainid", + "nodeType": "MemberAccess", + "src": "3953:13:32", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 9277, + "name": "_cachedChainId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9189, + "src": "3970:14:32", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3953:31:32", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "3921:63:32", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 9286, + "nodeType": "Block", + "src": "4046:55:32", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 9283, + "name": "_buildDomainSeparator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9310, + "src": "4067:21:32", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes32_$", + "typeString": "function () view returns (bytes32)" + } + }, + "id": 9284, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4067:23:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "functionReturnParameters": 9268, + "id": 9285, + "nodeType": "Return", + "src": "4060:30:32" + } + ] + }, + "id": 9287, + "nodeType": "IfStatement", + "src": "3917:184:32", + "trueBody": { + "id": 9282, + "nodeType": "Block", + "src": "3986:54:32", + "statements": [ + { + "expression": { + "id": 9280, + "name": "_cachedDomainSeparator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9187, + "src": "4007:22:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "functionReturnParameters": 9268, + "id": 9281, + "nodeType": "Return", + "src": "4000:29:32" + } + ] + } + } + ] + }, + "documentation": { + "id": 9264, + "nodeType": "StructuredDocumentation", + "src": "3765:75:32", + "text": " @dev Returns the domain separator for the current chain." + }, + "id": 9289, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_domainSeparatorV4", + "nameLocation": "3854:18:32", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9265, + "nodeType": "ParameterList", + "parameters": [], + "src": "3872:2:32" + }, + "returnParameters": { + "id": 9268, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9267, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9289, + "src": "3898:7:32", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9266, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3898:7:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "3897:9:32" + }, + "scope": 9393, + "src": "3845:262:32", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9309, + "nodeType": "Block", + "src": "4177:115:32", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "id": 9297, + "name": "TYPE_HASH", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9185, + "src": "4215:9:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 9298, + "name": "_hashedName", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9193, + "src": "4226:11:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 9299, + "name": "_hashedVersion", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9195, + "src": "4239:14:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "expression": { + "id": 9300, + "name": "block", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -4, + "src": "4255:5:32", + "typeDescriptions": { + "typeIdentifier": "t_magic_block", + "typeString": "block" + } + }, + "id": 9301, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4261:7:32", + "memberName": "chainid", + "nodeType": "MemberAccess", + "src": "4255:13:32", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "arguments": [ + { + "id": 9304, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "4278:4:32", + "typeDescriptions": { + "typeIdentifier": "t_contract$_EIP712_$9393", + "typeString": "contract EIP712" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_EIP712_$9393", + "typeString": "contract EIP712" + } + ], + "id": 9303, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4270:7:32", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 9302, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4270:7:32", + "typeDescriptions": {} + } + }, + "id": 9305, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4270:13:32", + "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": 9295, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -1, + "src": "4204:3:32", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 9296, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "4208:6:32", + "memberName": "encode", + "nodeType": "MemberAccess", + "src": "4204:10:32", + "typeDescriptions": { + "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", + "typeString": "function () pure returns (bytes memory)" + } + }, + "id": 9306, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4204:80:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 9294, + "name": "keccak256", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -8, + "src": "4194:9:32", + "typeDescriptions": { + "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (bytes memory) pure returns (bytes32)" + } + }, + "id": 9307, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4194:91:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "functionReturnParameters": 9293, + "id": 9308, + "nodeType": "Return", + "src": "4187:98:32" + } + ] + }, + "id": 9310, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_buildDomainSeparator", + "nameLocation": "4122:21:32", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9290, + "nodeType": "ParameterList", + "parameters": [], + "src": "4143:2:32" + }, + "returnParameters": { + "id": 9293, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9292, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9310, + "src": "4168:7:32", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9291, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4168:7:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "4167:9:32" + }, + "scope": 9393, + "src": "4113:179:32", + "stateMutability": "view", + "virtual": false, + "visibility": "private" + }, + { + "body": { + "id": 9325, + "nodeType": "Block", + "src": "5003:90:32", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 9320, + "name": "_domainSeparatorV4", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9289, + "src": "5053:18:32", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes32_$", + "typeString": "function () view returns (bytes32)" + } + }, + "id": 9321, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5053:20:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 9322, + "name": "structHash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9313, + "src": "5075:10:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "expression": { + "id": 9318, + "name": "MessageHashUtils", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9467, + "src": "5020:16:32", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_MessageHashUtils_$9467_$", + "typeString": "type(library MessageHashUtils)" + } + }, + "id": 9319, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5037:15:32", + "memberName": "toTypedDataHash", + "nodeType": "MemberAccess", + "referencedDeclaration": 9466, + "src": "5020:32:32", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_bytes32_$returns$_t_bytes32_$", + "typeString": "function (bytes32,bytes32) pure returns (bytes32)" + } + }, + "id": 9323, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5020:66:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "functionReturnParameters": 9317, + "id": 9324, + "nodeType": "Return", + "src": "5013:73:32" + } + ] + }, + "documentation": { + "id": 9311, + "nodeType": "StructuredDocumentation", + "src": "4298:614:32", + "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": 9326, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_hashTypedDataV4", + "nameLocation": "4926:16:32", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9314, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9313, + "mutability": "mutable", + "name": "structHash", + "nameLocation": "4951:10:32", + "nodeType": "VariableDeclaration", + "scope": 9326, + "src": "4943:18:32", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9312, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4943:7:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "4942:20:32" + }, + "returnParameters": { + "id": 9317, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9316, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9326, + "src": "4994:7:32", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9315, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4994:7:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "4993:9:32" + }, + "scope": 9393, + "src": "4917:176:32", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "baseFunctions": [ + 7724 + ], + "body": { + "id": 9367, + "nodeType": "Block", + "src": "5472:229:32", + "statements": [ + { + "expression": { + "components": [ + { + "hexValue": "0f", + "id": 9345, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "hexString", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5503:7:32", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_3d725c5ee53025f027da36bea8d3af3b6a3e9d2d1542d47c162631de48e66c1c", + "typeString": "literal_string hex\"0f\"" + }, + "value": "\u000f" + }, + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 9346, + "name": "_EIP712Name", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9380, + "src": "5533:11:32", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_string_memory_ptr_$", + "typeString": "function () view returns (string memory)" + } + }, + "id": 9347, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5533:13:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 9348, + "name": "_EIP712Version", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9392, + "src": "5560:14:32", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_string_memory_ptr_$", + "typeString": "function () view returns (string memory)" + } + }, + "id": 9349, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5560:16:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + { + "expression": { + "id": 9350, + "name": "block", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -4, + "src": "5590:5:32", + "typeDescriptions": { + "typeIdentifier": "t_magic_block", + "typeString": "block" + } + }, + "id": 9351, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5596:7:32", + "memberName": "chainid", + "nodeType": "MemberAccess", + "src": "5590:13:32", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "arguments": [ + { + "id": 9354, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -28, + "src": "5625:4:32", + "typeDescriptions": { + "typeIdentifier": "t_contract$_EIP712_$9393", + "typeString": "contract EIP712" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_EIP712_$9393", + "typeString": "contract EIP712" + } + ], + "id": 9353, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "5617:7:32", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 9352, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5617:7:32", + "typeDescriptions": {} + } + }, + "id": 9355, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5617:13:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "hexValue": "30", + "id": 9358, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5652:1:32", + "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": 9357, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "5644:7:32", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 9356, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "5644:7:32", + "typeDescriptions": {} + } + }, + "id": 9359, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5644:10:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "arguments": [ + { + "hexValue": "30", + "id": 9363, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5682:1:32", + "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": 9362, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "NewExpression", + "src": "5668:13:32", + "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": 9360, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5672:7:32", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 9361, + "nodeType": "ArrayTypeName", + "src": "5672:9:32", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", + "typeString": "uint256[]" + } + } + }, + "id": 9364, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5668:16:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", + "typeString": "uint256[] memory" + } + } + ], + "id": 9365, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "5489:205:32", + "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": 9344, + "id": 9366, + "nodeType": "Return", + "src": "5482:212:32" + } + ] + }, + "documentation": { + "id": 9327, + "nodeType": "StructuredDocumentation", + "src": "5099:40:32", + "text": " @dev See {IERC-5267}." + }, + "functionSelector": "84b0196e", + "id": 9368, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "eip712Domain", + "nameLocation": "5153:12:32", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9328, + "nodeType": "ParameterList", + "parameters": [], + "src": "5165:2:32" + }, + "returnParameters": { + "id": 9344, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9330, + "mutability": "mutable", + "name": "fields", + "nameLocation": "5249:6:32", + "nodeType": "VariableDeclaration", + "scope": 9368, + "src": "5242:13:32", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + }, + "typeName": { + "id": 9329, + "name": "bytes1", + "nodeType": "ElementaryTypeName", + "src": "5242:6:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9332, + "mutability": "mutable", + "name": "name", + "nameLocation": "5283:4:32", + "nodeType": "VariableDeclaration", + "scope": 9368, + "src": "5269:18:32", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 9331, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "5269:6:32", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9334, + "mutability": "mutable", + "name": "version", + "nameLocation": "5315:7:32", + "nodeType": "VariableDeclaration", + "scope": 9368, + "src": "5301:21:32", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 9333, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "5301:6:32", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9336, + "mutability": "mutable", + "name": "chainId", + "nameLocation": "5344:7:32", + "nodeType": "VariableDeclaration", + "scope": 9368, + "src": "5336:15:32", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9335, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5336:7:32", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9338, + "mutability": "mutable", + "name": "verifyingContract", + "nameLocation": "5373:17:32", + "nodeType": "VariableDeclaration", + "scope": 9368, + "src": "5365:25:32", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 9337, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5365:7:32", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9340, + "mutability": "mutable", + "name": "salt", + "nameLocation": "5412:4:32", + "nodeType": "VariableDeclaration", + "scope": 9368, + "src": "5404:12:32", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9339, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "5404:7:32", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9343, + "mutability": "mutable", + "name": "extensions", + "nameLocation": "5447:10:32", + "nodeType": "VariableDeclaration", + "scope": 9368, + "src": "5430:27:32", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", + "typeString": "uint256[]" + }, + "typeName": { + "baseType": { + "id": 9341, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5430:7:32", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 9342, + "nodeType": "ArrayTypeName", + "src": "5430:9:32", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", + "typeString": "uint256[]" + } + }, + "visibility": "internal" + } + ], + "src": "5228:239:32" + }, + "scope": 9393, + "src": "5144:557:32", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 9379, + "nodeType": "Block", + "src": "6082:65:32", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 9376, + "name": "_nameFallback", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9203, + "src": "6126:13:32", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + ], + "expression": { + "id": 9374, + "name": "_name", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9198, + "src": "6099:5:32", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "id": 9375, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6105:20:32", + "memberName": "toStringWithFallback", + "nodeType": "MemberAccess", + "referencedDeclaration": 8342, + "src": "6099:26:32", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ShortString_$8163_$_t_string_storage_ptr_$returns$_t_string_memory_ptr_$attached_to$_t_userDefinedValueType$_ShortString_$8163_$", + "typeString": "function (ShortString,string storage pointer) pure returns (string memory)" + } + }, + "id": 9377, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6099:41:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "functionReturnParameters": 9373, + "id": 9378, + "nodeType": "Return", + "src": "6092:48:32" + } + ] + }, + "documentation": { + "id": 9369, + "nodeType": "StructuredDocumentation", + "src": "5707:256:32", + "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": 9380, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_EIP712Name", + "nameLocation": "6030:11:32", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9370, + "nodeType": "ParameterList", + "parameters": [], + "src": "6041:2:32" + }, + "returnParameters": { + "id": 9373, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9372, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9380, + "src": "6067:13:32", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 9371, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "6067:6:32", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "6066:15:32" + }, + "scope": 9393, + "src": "6021:126:32", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9391, + "nodeType": "Block", + "src": "6537:71:32", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 9388, + "name": "_versionFallback", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9205, + "src": "6584:16:32", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + ], + "expression": { + "id": 9386, + "name": "_version", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9201, + "src": "6554:8:32", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_ShortString_$8163", + "typeString": "ShortString" + } + }, + "id": 9387, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6563:20:32", + "memberName": "toStringWithFallback", + "nodeType": "MemberAccess", + "referencedDeclaration": 8342, + "src": "6554:29:32", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ShortString_$8163_$_t_string_storage_ptr_$returns$_t_string_memory_ptr_$attached_to$_t_userDefinedValueType$_ShortString_$8163_$", + "typeString": "function (ShortString,string storage pointer) pure returns (string memory)" + } + }, + "id": 9389, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6554:47:32", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "functionReturnParameters": 9385, + "id": 9390, + "nodeType": "Return", + "src": "6547:54:32" + } + ] + }, + "documentation": { + "id": 9381, + "nodeType": "StructuredDocumentation", + "src": "6153:262:32", + "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": 9392, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_EIP712Version", + "nameLocation": "6482:14:32", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9382, + "nodeType": "ParameterList", + "parameters": [], + "src": "6496:2:32" + }, + "returnParameters": { + "id": 9385, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9384, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9392, + "src": "6522:13:32", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 9383, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "6522:6:32", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "6521:15:32" + }, + "scope": 9393, + "src": "6473:135:32", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 9394, + "src": "1960:4650:32", + "usedErrors": [ + 8171, + 8173 + ], + "usedEvents": [ + 7705 + ] + } + ], + "src": "113:6498:32" + }, + "id": 32 + }, + "@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol", + "exportedSymbols": { + "MessageHashUtils": [ + 9467 + ], + "Strings": [ + 8818 + ] + }, + "id": 9468, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 9395, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "123:24:33" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/Strings.sol", + "file": "../Strings.sol", + "id": 9397, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 9468, + "sourceUnit": 8819, + "src": "149:39:33", + "symbolAliases": [ + { + "foreign": { + "id": 9396, + "name": "Strings", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8818, + "src": "157:7:33", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "MessageHashUtils", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 9398, + "nodeType": "StructuredDocumentation", + "src": "190:330:33", + "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[ERC-191] and https://eips.ethereum.org/EIPS/eip-712[EIP 712]\n specifications." + }, + "fullyImplemented": true, + "id": 9467, + "linearizedBaseContracts": [ + 9467 + ], + "name": "MessageHashUtils", + "nameLocation": "529:16:33", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 9407, + "nodeType": "Block", + "src": "1314:341:33", + "statements": [ + { + "AST": { + "nativeSrc": "1349:300:33", + "nodeType": "YulBlock", + "src": "1349:300:33", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1370:4:33", + "nodeType": "YulLiteral", + "src": "1370:4:33", + "type": "", + "value": "0x00" + }, + { + "hexValue": "19457468657265756d205369676e6564204d6573736167653a0a3332", + "kind": "string", + "nativeSrc": "1376:34:33", + "nodeType": "YulLiteral", + "src": "1376:34:33", + "type": "", + "value": "\u0019Ethereum Signed Message:\n32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1363:6:33", + "nodeType": "YulIdentifier", + "src": "1363:6:33" + }, + "nativeSrc": "1363:48:33", + "nodeType": "YulFunctionCall", + "src": "1363:48:33" + }, + "nativeSrc": "1363:48:33", + "nodeType": "YulExpressionStatement", + "src": "1363:48:33" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1472:4:33", + "nodeType": "YulLiteral", + "src": "1472:4:33", + "type": "", + "value": "0x1c" + }, + { + "name": "messageHash", + "nativeSrc": "1478:11:33", + "nodeType": "YulIdentifier", + "src": "1478:11:33" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1465:6:33", + "nodeType": "YulIdentifier", + "src": "1465:6:33" + }, + "nativeSrc": "1465:25:33", + "nodeType": "YulFunctionCall", + "src": "1465:25:33" + }, + "nativeSrc": "1465:25:33", + "nodeType": "YulExpressionStatement", + "src": "1465:25:33" + }, + { + "nativeSrc": "1544:31:33", + "nodeType": "YulAssignment", + "src": "1544:31:33", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1564:4:33", + "nodeType": "YulLiteral", + "src": "1564:4:33", + "type": "", + "value": "0x00" + }, + { + "kind": "number", + "nativeSrc": "1570:4:33", + "nodeType": "YulLiteral", + "src": "1570:4:33", + "type": "", + "value": "0x3c" + } + ], + "functionName": { + "name": "keccak256", + "nativeSrc": "1554:9:33", + "nodeType": "YulIdentifier", + "src": "1554:9:33" + }, + "nativeSrc": "1554:21:33", + "nodeType": "YulFunctionCall", + "src": "1554:21:33" + }, + "variableNames": [ + { + "name": "digest", + "nativeSrc": "1544:6:33", + "nodeType": "YulIdentifier", + "src": "1544:6:33" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 9404, + "isOffset": false, + "isSlot": false, + "src": "1544:6:33", + "valueSize": 1 + }, + { + "declaration": 9401, + "isOffset": false, + "isSlot": false, + "src": "1478:11:33", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 9406, + "nodeType": "InlineAssembly", + "src": "1324:325:33" + } + ] + }, + "documentation": { + "id": 9399, + "nodeType": "StructuredDocumentation", + "src": "552:665:33", + "text": " @dev Returns the keccak256 digest of an ERC-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": 9408, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toEthSignedMessageHash", + "nameLocation": "1231:22:33", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9402, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9401, + "mutability": "mutable", + "name": "messageHash", + "nameLocation": "1262:11:33", + "nodeType": "VariableDeclaration", + "scope": 9408, + "src": "1254:19:33", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9400, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1254:7:33", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "1253:21:33" + }, + "returnParameters": { + "id": 9405, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9404, + "mutability": "mutable", + "name": "digest", + "nameLocation": "1306:6:33", + "nodeType": "VariableDeclaration", + "scope": 9408, + "src": "1298:14:33", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9403, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1298:7:33", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "1297:16:33" + }, + "scope": 9467, + "src": "1222:433:33", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9433, + "nodeType": "Block", + "src": "2207:143:33", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "hexValue": "19457468657265756d205369676e6564204d6573736167653a0a", + "id": 9420, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2259:32:33", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_9af2d9c228f6cfddaa6d1e5b94e0bce4ab16bd9a472a2b7fbfd74ebff4c720b4", + "typeString": "literal_string hex\"19457468657265756d205369676e6564204d6573736167653a0a\"" + }, + "value": "\u0019Ethereum Signed Message:\n" + }, + { + "arguments": [ + { + "arguments": [ + { + "expression": { + "id": 9425, + "name": "message", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9411, + "src": "2316:7:33", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 9426, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2324:6:33", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "2316:14:33", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 9423, + "name": "Strings", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8818, + "src": "2299:7:33", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Strings_$8818_$", + "typeString": "type(library Strings)" + } + }, + "id": 9424, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2307:8:33", + "memberName": "toString", + "nodeType": "MemberAccess", + "referencedDeclaration": 8566, + "src": "2299:16:33", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_string_memory_ptr_$", + "typeString": "function (uint256) pure returns (string memory)" + } + }, + "id": 9427, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2299:32:33", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 9422, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2293:5:33", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 9421, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "2293:5:33", + "typeDescriptions": {} + } + }, + "id": 9428, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2293:39:33", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 9429, + "name": "message", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9411, + "src": "2334:7:33", + "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": 9418, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2246:5:33", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 9417, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "2246:5:33", + "typeDescriptions": {} + } + }, + "id": 9419, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2252:6:33", + "memberName": "concat", + "nodeType": "MemberAccess", + "src": "2246:12:33", + "typeDescriptions": { + "typeIdentifier": "t_function_bytesconcat_pure$__$returns$_t_bytes_memory_ptr_$", + "typeString": "function () pure returns (bytes memory)" + } + }, + "id": 9430, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2246:96:33", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 9416, + "name": "keccak256", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -8, + "src": "2236:9:33", + "typeDescriptions": { + "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (bytes memory) pure returns (bytes32)" + } + }, + "id": 9431, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2236:107:33", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "functionReturnParameters": 9415, + "id": 9432, + "nodeType": "Return", + "src": "2217:126:33" + } + ] + }, + "documentation": { + "id": 9409, + "nodeType": "StructuredDocumentation", + "src": "1661:455:33", + "text": " @dev Returns the keccak256 digest of an ERC-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": 9434, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toEthSignedMessageHash", + "nameLocation": "2130:22:33", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9412, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9411, + "mutability": "mutable", + "name": "message", + "nameLocation": "2166:7:33", + "nodeType": "VariableDeclaration", + "scope": 9434, + "src": "2153:20:33", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 9410, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "2153:5:33", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "2152:22:33" + }, + "returnParameters": { + "id": 9415, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9414, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9434, + "src": "2198:7:33", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9413, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2198:7:33", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2197:9:33" + }, + "scope": 9467, + "src": "2121:229:33", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9453, + "nodeType": "Block", + "src": "2804:80:33", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "hexValue": "1900", + "id": 9447, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "hexString", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2848:10:33", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_73fd5d154550a4a103564cb191928cd38898034de1b952dc21b290898b4b697a", + "typeString": "literal_string hex\"1900\"" + }, + "value": "\u0019\u0000" + }, + { + "id": 9448, + "name": "validator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9437, + "src": "2860:9:33", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 9449, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9439, + "src": "2871:4:33", + "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": 9445, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -1, + "src": "2831:3:33", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 9446, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2835:12:33", + "memberName": "encodePacked", + "nodeType": "MemberAccess", + "src": "2831:16:33", + "typeDescriptions": { + "typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$", + "typeString": "function () pure returns (bytes memory)" + } + }, + "id": 9450, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2831:45:33", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 9444, + "name": "keccak256", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -8, + "src": "2821:9:33", + "typeDescriptions": { + "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (bytes memory) pure returns (bytes32)" + } + }, + "id": 9451, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2821:56:33", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "functionReturnParameters": 9443, + "id": 9452, + "nodeType": "Return", + "src": "2814:63:33" + } + ] + }, + "documentation": { + "id": 9435, + "nodeType": "StructuredDocumentation", + "src": "2356:332:33", + "text": " @dev Returns the keccak256 digest of an ERC-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": 9454, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toDataWithIntendedValidatorHash", + "nameLocation": "2702:31:33", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9440, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9437, + "mutability": "mutable", + "name": "validator", + "nameLocation": "2742:9:33", + "nodeType": "VariableDeclaration", + "scope": 9454, + "src": "2734:17:33", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 9436, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2734:7:33", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9439, + "mutability": "mutable", + "name": "data", + "nameLocation": "2766:4:33", + "nodeType": "VariableDeclaration", + "scope": 9454, + "src": "2753:17:33", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 9438, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "2753:5:33", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "2733:38:33" + }, + "returnParameters": { + "id": 9443, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9442, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9454, + "src": "2795:7:33", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9441, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2795:7:33", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2794:9:33" + }, + "scope": 9467, + "src": "2693:191:33", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9465, + "nodeType": "Block", + "src": "3435:265:33", + "statements": [ + { + "AST": { + "nativeSrc": "3470:224:33", + "nodeType": "YulBlock", + "src": "3470:224:33", + "statements": [ + { + "nativeSrc": "3484:22:33", + "nodeType": "YulVariableDeclaration", + "src": "3484:22:33", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3501:4:33", + "nodeType": "YulLiteral", + "src": "3501:4:33", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "3495:5:33", + "nodeType": "YulIdentifier", + "src": "3495:5:33" + }, + "nativeSrc": "3495:11:33", + "nodeType": "YulFunctionCall", + "src": "3495:11:33" + }, + "variables": [ + { + "name": "ptr", + "nativeSrc": "3488:3:33", + "nodeType": "YulTypedName", + "src": "3488:3:33", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "ptr", + "nativeSrc": "3526:3:33", + "nodeType": "YulIdentifier", + "src": "3526:3:33" + }, + { + "hexValue": "1901", + "kind": "string", + "nativeSrc": "3531:10:33", + "nodeType": "YulLiteral", + "src": "3531:10:33", + "type": "", + "value": "\u0019\u0001" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3519:6:33", + "nodeType": "YulIdentifier", + "src": "3519:6:33" + }, + "nativeSrc": "3519:23:33", + "nodeType": "YulFunctionCall", + "src": "3519:23:33" + }, + "nativeSrc": "3519:23:33", + "nodeType": "YulExpressionStatement", + "src": "3519:23:33" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "ptr", + "nativeSrc": "3566:3:33", + "nodeType": "YulIdentifier", + "src": "3566:3:33" + }, + { + "kind": "number", + "nativeSrc": "3571:4:33", + "nodeType": "YulLiteral", + "src": "3571:4:33", + "type": "", + "value": "0x02" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3562:3:33", + "nodeType": "YulIdentifier", + "src": "3562:3:33" + }, + "nativeSrc": "3562:14:33", + "nodeType": "YulFunctionCall", + "src": "3562:14:33" + }, + { + "name": "domainSeparator", + "nativeSrc": "3578:15:33", + "nodeType": "YulIdentifier", + "src": "3578:15:33" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3555:6:33", + "nodeType": "YulIdentifier", + "src": "3555:6:33" + }, + "nativeSrc": "3555:39:33", + "nodeType": "YulFunctionCall", + "src": "3555:39:33" + }, + "nativeSrc": "3555:39:33", + "nodeType": "YulExpressionStatement", + "src": "3555:39:33" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "ptr", + "nativeSrc": "3618:3:33", + "nodeType": "YulIdentifier", + "src": "3618:3:33" + }, + { + "kind": "number", + "nativeSrc": "3623:4:33", + "nodeType": "YulLiteral", + "src": "3623:4:33", + "type": "", + "value": "0x22" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3614:3:33", + "nodeType": "YulIdentifier", + "src": "3614:3:33" + }, + "nativeSrc": "3614:14:33", + "nodeType": "YulFunctionCall", + "src": "3614:14:33" + }, + { + "name": "structHash", + "nativeSrc": "3630:10:33", + "nodeType": "YulIdentifier", + "src": "3630:10:33" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3607:6:33", + "nodeType": "YulIdentifier", + "src": "3607:6:33" + }, + "nativeSrc": "3607:34:33", + "nodeType": "YulFunctionCall", + "src": "3607:34:33" + }, + "nativeSrc": "3607:34:33", + "nodeType": "YulExpressionStatement", + "src": "3607:34:33" + }, + { + "nativeSrc": "3654:30:33", + "nodeType": "YulAssignment", + "src": "3654:30:33", + "value": { + "arguments": [ + { + "name": "ptr", + "nativeSrc": "3674:3:33", + "nodeType": "YulIdentifier", + "src": "3674:3:33" + }, + { + "kind": "number", + "nativeSrc": "3679:4:33", + "nodeType": "YulLiteral", + "src": "3679:4:33", + "type": "", + "value": "0x42" + } + ], + "functionName": { + "name": "keccak256", + "nativeSrc": "3664:9:33", + "nodeType": "YulIdentifier", + "src": "3664:9:33" + }, + "nativeSrc": "3664:20:33", + "nodeType": "YulFunctionCall", + "src": "3664:20:33" + }, + "variableNames": [ + { + "name": "digest", + "nativeSrc": "3654:6:33", + "nodeType": "YulIdentifier", + "src": "3654:6:33" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 9462, + "isOffset": false, + "isSlot": false, + "src": "3654:6:33", + "valueSize": 1 + }, + { + "declaration": 9457, + "isOffset": false, + "isSlot": false, + "src": "3578:15:33", + "valueSize": 1 + }, + { + "declaration": 9459, + "isOffset": false, + "isSlot": false, + "src": "3630:10:33", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 9464, + "nodeType": "InlineAssembly", + "src": "3445:249:33" + } + ] + }, + "documentation": { + "id": 9455, + "nodeType": "StructuredDocumentation", + "src": "2890:431:33", + "text": " @dev Returns the keccak256 digest of an EIP-712 typed data (ERC-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": 9466, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toTypedDataHash", + "nameLocation": "3335:15:33", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9460, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9457, + "mutability": "mutable", + "name": "domainSeparator", + "nameLocation": "3359:15:33", + "nodeType": "VariableDeclaration", + "scope": 9466, + "src": "3351:23:33", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9456, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3351:7:33", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9459, + "mutability": "mutable", + "name": "structHash", + "nameLocation": "3384:10:33", + "nodeType": "VariableDeclaration", + "scope": 9466, + "src": "3376:18:33", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9458, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3376:7:33", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "3350:45:33" + }, + "returnParameters": { + "id": 9463, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9462, + "mutability": "mutable", + "name": "digest", + "nameLocation": "3427:6:33", + "nodeType": "VariableDeclaration", + "scope": 9466, + "src": "3419:14:33", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9461, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3419:7:33", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "3418:16:33" + }, + "scope": 9467, + "src": "3326:374:33", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 9468, + "src": "521:3181:33", + "usedErrors": [], + "usedEvents": [] + } + ], + "src": "123:3580:33" + }, + "id": 33 + }, + "@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol", + "exportedSymbols": { + "ECDSA": [ + 9166 + ], + "IERC1271": [ + 7700 + ], + "SignatureChecker": [ + 9575 + ] + }, + "id": 9576, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 9469, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "123:24:34" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/cryptography/ECDSA.sol", + "file": "./ECDSA.sol", + "id": 9471, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 9576, + "sourceUnit": 9167, + "src": "149:34:34", + "symbolAliases": [ + { + "foreign": { + "id": 9470, + "name": "ECDSA", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9166, + "src": "157:5:34", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/interfaces/IERC1271.sol", + "file": "../../interfaces/IERC1271.sol", + "id": 9473, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 9576, + "sourceUnit": 7701, + "src": "184:55:34", + "symbolAliases": [ + { + "foreign": { + "id": 9472, + "name": "IERC1271", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7700, + "src": "192:8:34", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "SignatureChecker", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 9474, + "nodeType": "StructuredDocumentation", + "src": "241:290:34", + "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 ERC-1271 signatures from smart contract wallets like\n Argent and Safe Wallet (previously Gnosis Safe)." + }, + "fullyImplemented": true, + "id": 9575, + "linearizedBaseContracts": [ + 9575 + ], + "name": "SignatureChecker", + "nameLocation": "540:16:34", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 9521, + "nodeType": "Block", + "src": "1153:317:34", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9490, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "expression": { + "id": 9486, + "name": "signer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9477, + "src": "1167:6:34", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 9487, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1174:4:34", + "memberName": "code", + "nodeType": "MemberAccess", + "src": "1167:11:34", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 9488, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1179:6:34", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "1167:18:34", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 9489, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1189:1:34", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "1167:23:34", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 9519, + "nodeType": "Block", + "src": "1381:83:34", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 9514, + "name": "signer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9477, + "src": "1429:6:34", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 9515, + "name": "hash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9479, + "src": "1437:4:34", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 9516, + "name": "signature", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9481, + "src": "1443:9:34", + "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": 9513, + "name": "isValidERC1271SignatureNow", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9574, + "src": "1402:26:34", + "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": 9517, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1402:51:34", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 9485, + "id": 9518, + "nodeType": "Return", + "src": "1395:58:34" + } + ] + }, + "id": 9520, + "nodeType": "IfStatement", + "src": "1163:301:34", + "trueBody": { + "id": 9512, + "nodeType": "Block", + "src": "1192:183:34", + "statements": [ + { + "assignments": [ + 9492, + 9495, + null + ], + "declarations": [ + { + "constant": false, + "id": 9492, + "mutability": "mutable", + "name": "recovered", + "nameLocation": "1215:9:34", + "nodeType": "VariableDeclaration", + "scope": 9512, + "src": "1207:17:34", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 9491, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1207:7:34", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9495, + "mutability": "mutable", + "name": "err", + "nameLocation": "1245:3:34", + "nodeType": "VariableDeclaration", + "scope": 9512, + "src": "1226:22:34", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + "typeName": { + "id": 9494, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 9493, + "name": "ECDSA.RecoverError", + "nameLocations": [ + "1226:5:34", + "1232:12:34" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8826, + "src": "1226:18:34" + }, + "referencedDeclaration": 8826, + "src": "1226:18:34", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "visibility": "internal" + }, + null + ], + "id": 9501, + "initialValue": { + "arguments": [ + { + "id": 9498, + "name": "hash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9479, + "src": "1271:4:34", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 9499, + "name": "signature", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9481, + "src": "1277:9:34", + "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": 9496, + "name": "ECDSA", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9166, + "src": "1254:5:34", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_ECDSA_$9166_$", + "typeString": "type(library ECDSA)" + } + }, + "id": 9497, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1260:10:34", + "memberName": "tryRecover", + "nodeType": "MemberAccess", + "referencedDeclaration": 8892, + "src": "1254:16:34", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "function (bytes32,bytes memory) pure returns (address,enum ECDSA.RecoverError,bytes32)" + } + }, + "id": 9500, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1254:33:34", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8826_$_t_bytes32_$", + "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1206:81:34" + }, + { + "expression": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 9510, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + }, + "id": 9506, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9502, + "name": "err", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9495, + "src": "1308:3:34", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "expression": { + "id": 9503, + "name": "ECDSA", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9166, + "src": "1315:5:34", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_ECDSA_$9166_$", + "typeString": "type(library ECDSA)" + } + }, + "id": 9504, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1321:12:34", + "memberName": "RecoverError", + "nodeType": "MemberAccess", + "referencedDeclaration": 8826, + "src": "1315:18:34", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_enum$_RecoverError_$8826_$", + "typeString": "type(enum ECDSA.RecoverError)" + } + }, + "id": 9505, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "1334:7:34", + "memberName": "NoError", + "nodeType": "MemberAccess", + "referencedDeclaration": 8822, + "src": "1315:26:34", + "typeDescriptions": { + "typeIdentifier": "t_enum$_RecoverError_$8826", + "typeString": "enum ECDSA.RecoverError" + } + }, + "src": "1308:33:34", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 9509, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9507, + "name": "recovered", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9492, + "src": "1345:9:34", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 9508, + "name": "signer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9477, + "src": "1358:6:34", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "1345:19:34", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "1308:56:34", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 9485, + "id": 9511, + "nodeType": "Return", + "src": "1301:63:34" + } + ] + } + } + ] + }, + "documentation": { + "id": 9475, + "nodeType": "StructuredDocumentation", + "src": "563:473:34", + "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 ERC-1271, 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": 9522, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "isValidSignatureNow", + "nameLocation": "1050:19:34", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9482, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9477, + "mutability": "mutable", + "name": "signer", + "nameLocation": "1078:6:34", + "nodeType": "VariableDeclaration", + "scope": 9522, + "src": "1070:14:34", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 9476, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1070:7:34", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9479, + "mutability": "mutable", + "name": "hash", + "nameLocation": "1094:4:34", + "nodeType": "VariableDeclaration", + "scope": 9522, + "src": "1086:12:34", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9478, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1086:7:34", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9481, + "mutability": "mutable", + "name": "signature", + "nameLocation": "1113:9:34", + "nodeType": "VariableDeclaration", + "scope": 9522, + "src": "1100:22:34", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 9480, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "1100:5:34", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "1069:54:34" + }, + "returnParameters": { + "id": 9485, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9484, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9522, + "src": "1147:4:34", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 9483, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1147:4:34", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "1146:6:34" + }, + "scope": 9575, + "src": "1041:429:34", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9573, + "nodeType": "Block", + "src": "2026:309:34", + "statements": [ + { + "assignments": [ + 9535, + 9537 + ], + "declarations": [ + { + "constant": false, + "id": 9535, + "mutability": "mutable", + "name": "success", + "nameLocation": "2042:7:34", + "nodeType": "VariableDeclaration", + "scope": 9573, + "src": "2037:12:34", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 9534, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2037:4:34", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9537, + "mutability": "mutable", + "name": "result", + "nameLocation": "2064:6:34", + "nodeType": "VariableDeclaration", + "scope": 9573, + "src": "2051:19:34", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 9536, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "2051:5:34", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 9549, + "initialValue": { + "arguments": [ + { + "arguments": [ + { + "expression": { + "id": 9542, + "name": "IERC1271", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7700, + "src": "2120:8:34", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC1271_$7700_$", + "typeString": "type(contract IERC1271)" + } + }, + "id": 9543, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2129:16:34", + "memberName": "isValidSignature", + "nodeType": "MemberAccess", + "referencedDeclaration": 7699, + "src": "2120:25:34", + "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": 9544, + "name": "hash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9527, + "src": "2148:4:34", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 9545, + "name": "signature", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9529, + "src": "2154:9:34", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "id": 9546, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "2147:17:34", + "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": 9540, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -1, + "src": "2105:3:34", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 9541, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2109:10:34", + "memberName": "encodeCall", + "nodeType": "MemberAccess", + "src": "2105:14:34", + "typeDescriptions": { + "typeIdentifier": "t_function_abiencodecall_pure$__$returns$_t_bytes_memory_ptr_$", + "typeString": "function () pure returns (bytes memory)" + } + }, + "id": 9547, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2105:60:34", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "expression": { + "id": 9538, + "name": "signer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9525, + "src": "2074:6:34", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 9539, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2081:10:34", + "memberName": "staticcall", + "nodeType": "MemberAccess", + "src": "2074:17:34", + "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": 9548, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2074:101:34", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2036:139:34" + }, + { + "expression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 9570, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 9555, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9550, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9535, + "src": "2193:7:34", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9554, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 9551, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9537, + "src": "2216:6:34", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 9552, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2223:6:34", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "2216:13:34", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "hexValue": "3332", + "id": 9553, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2233:2:34", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + "src": "2216:19:34", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "2193:42:34", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 9569, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 9558, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9537, + "src": "2262:6:34", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "components": [ + { + "id": 9560, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2271:7:34", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 9559, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2271:7:34", + "typeDescriptions": {} + } + } + ], + "id": 9561, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "2270:9:34", + "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": 9556, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -1, + "src": "2251:3:34", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 9557, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2255:6:34", + "memberName": "decode", + "nodeType": "MemberAccess", + "src": "2251:10:34", + "typeDescriptions": { + "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 9562, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2251:29:34", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "arguments": [ + { + "expression": { + "expression": { + "id": 9565, + "name": "IERC1271", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7700, + "src": "2292:8:34", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC1271_$7700_$", + "typeString": "type(contract IERC1271)" + } + }, + "id": 9566, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2301:16:34", + "memberName": "isValidSignature", + "nodeType": "MemberAccess", + "referencedDeclaration": 7699, + "src": "2292:25:34", + "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": 9567, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2318:8:34", + "memberName": "selector", + "nodeType": "MemberAccess", + "src": "2292:34:34", + "typeDescriptions": { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes4", + "typeString": "bytes4" + } + ], + "id": 9564, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2284:7:34", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 9563, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2284:7:34", + "typeDescriptions": {} + } + }, + "id": 9568, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2284:43:34", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "2251:76:34", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "2193:134:34", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "id": 9571, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "2192:136:34", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 9533, + "id": 9572, + "nodeType": "Return", + "src": "2185:143:34" + } + ] + }, + "documentation": { + "id": 9523, + "nodeType": "StructuredDocumentation", + "src": "1476:396:34", + "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 ERC-1271.\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": 9574, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "isValidERC1271SignatureNow", + "nameLocation": "1886:26:34", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9530, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9525, + "mutability": "mutable", + "name": "signer", + "nameLocation": "1930:6:34", + "nodeType": "VariableDeclaration", + "scope": 9574, + "src": "1922:14:34", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 9524, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1922:7:34", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9527, + "mutability": "mutable", + "name": "hash", + "nameLocation": "1954:4:34", + "nodeType": "VariableDeclaration", + "scope": 9574, + "src": "1946:12:34", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 9526, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1946:7:34", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9529, + "mutability": "mutable", + "name": "signature", + "nameLocation": "1981:9:34", + "nodeType": "VariableDeclaration", + "scope": 9574, + "src": "1968:22:34", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 9528, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "1968:5:34", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "1912:84:34" + }, + "returnParameters": { + "id": 9533, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9532, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9574, + "src": "2020:4:34", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 9531, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2020:4:34", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "2019:6:34" + }, + "scope": 9575, + "src": "1877:458:34", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 9576, + "src": "532:1805:34", + "usedErrors": [], + "usedEvents": [] + } + ], + "src": "123:2215:34" + }, + "id": 34 + }, + "@openzeppelin/contracts/utils/math/Math.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/math/Math.sol", + "exportedSymbols": { + "Math": [ + 11181 + ], + "Panic": [ + 8088 + ], + "SafeCast": [ + 12946 + ] + }, + "id": 11182, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 9577, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "103:24:35" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/Panic.sol", + "file": "../Panic.sol", + "id": 9579, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 11182, + "sourceUnit": 8089, + "src": "129:35:35", + "symbolAliases": [ + { + "foreign": { + "id": 9578, + "name": "Panic", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8088, + "src": "137:5:35", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/math/SafeCast.sol", + "file": "./SafeCast.sol", + "id": 9581, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 11182, + "sourceUnit": 12947, + "src": "165:40:35", + "symbolAliases": [ + { + "foreign": { + "id": 9580, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "173:8:35", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "Math", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 9582, + "nodeType": "StructuredDocumentation", + "src": "207:73:35", + "text": " @dev Standard math utilities missing in the Solidity language." + }, + "fullyImplemented": true, + "id": 11181, + "linearizedBaseContracts": [ + 11181 + ], + "name": "Math", + "nameLocation": "289:4:35", + "nodeType": "ContractDefinition", + "nodes": [ + { + "canonicalName": "Math.Rounding", + "id": 9587, + "members": [ + { + "id": 9583, + "name": "Floor", + "nameLocation": "324:5:35", + "nodeType": "EnumValue", + "src": "324:5:35" + }, + { + "id": 9584, + "name": "Ceil", + "nameLocation": "367:4:35", + "nodeType": "EnumValue", + "src": "367:4:35" + }, + { + "id": 9585, + "name": "Trunc", + "nameLocation": "409:5:35", + "nodeType": "EnumValue", + "src": "409:5:35" + }, + { + "id": 9586, + "name": "Expand", + "nameLocation": "439:6:35", + "nodeType": "EnumValue", + "src": "439:6:35" + } + ], + "name": "Rounding", + "nameLocation": "305:8:35", + "nodeType": "EnumDefinition", + "src": "300:169:35" + }, + { + "body": { + "id": 9618, + "nodeType": "Block", + "src": "677:140:35", + "statements": [ + { + "id": 9617, + "nodeType": "UncheckedBlock", + "src": "687:124:35", + "statements": [ + { + "assignments": [ + 9600 + ], + "declarations": [ + { + "constant": false, + "id": 9600, + "mutability": "mutable", + "name": "c", + "nameLocation": "719:1:35", + "nodeType": "VariableDeclaration", + "scope": 9617, + "src": "711:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9599, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "711:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 9604, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9603, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9601, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9590, + "src": "723:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "id": 9602, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9592, + "src": "727:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "723:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "711:17:35" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9607, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9605, + "name": "c", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9600, + "src": "746:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 9606, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9590, + "src": "750:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "746:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 9612, + "nodeType": "IfStatement", + "src": "742:28:35", + "trueBody": { + "expression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 9608, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "761:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "30", + "id": 9609, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "768:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 9610, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "760:10:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "functionReturnParameters": 9598, + "id": 9611, + "nodeType": "Return", + "src": "753:17:35" + } + }, + { + "expression": { + "components": [ + { + "hexValue": "74727565", + "id": 9613, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "792:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + { + "id": 9614, + "name": "c", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9600, + "src": "798:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 9615, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "791:9:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", + "typeString": "tuple(bool,uint256)" + } + }, + "functionReturnParameters": 9598, + "id": 9616, + "nodeType": "Return", + "src": "784:16:35" + } + ] + } + ] + }, + "documentation": { + "id": 9588, + "nodeType": "StructuredDocumentation", + "src": "475:106:35", + "text": " @dev Returns the addition of two unsigned integers, with an success flag (no overflow)." + }, + "id": 9619, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "tryAdd", + "nameLocation": "595:6:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9593, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9590, + "mutability": "mutable", + "name": "a", + "nameLocation": "610:1:35", + "nodeType": "VariableDeclaration", + "scope": 9619, + "src": "602:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9589, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "602:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9592, + "mutability": "mutable", + "name": "b", + "nameLocation": "621:1:35", + "nodeType": "VariableDeclaration", + "scope": 9619, + "src": "613:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9591, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "613:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "601:22:35" + }, + "returnParameters": { + "id": 9598, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9595, + "mutability": "mutable", + "name": "success", + "nameLocation": "652:7:35", + "nodeType": "VariableDeclaration", + "scope": 9619, + "src": "647:12:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 9594, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "647:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9597, + "mutability": "mutable", + "name": "result", + "nameLocation": "669:6:35", + "nodeType": "VariableDeclaration", + "scope": 9619, + "src": "661:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9596, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "661:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "646:30:35" + }, + "scope": 11181, + "src": "586:231:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9646, + "nodeType": "Block", + "src": "1028:113:35", + "statements": [ + { + "id": 9645, + "nodeType": "UncheckedBlock", + "src": "1038:97:35", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9633, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9631, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9624, + "src": "1066:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "id": 9632, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9622, + "src": "1070:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "1066:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 9638, + "nodeType": "IfStatement", + "src": "1062:28:35", + "trueBody": { + "expression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 9634, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1081:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "30", + "id": 9635, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1088:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 9636, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "1080:10:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "functionReturnParameters": 9630, + "id": 9637, + "nodeType": "Return", + "src": "1073:17:35" + } + }, + { + "expression": { + "components": [ + { + "hexValue": "74727565", + "id": 9639, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1112:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9642, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9640, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9622, + "src": "1118:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 9641, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9624, + "src": "1122:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "1118:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 9643, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "1111:13:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", + "typeString": "tuple(bool,uint256)" + } + }, + "functionReturnParameters": 9630, + "id": 9644, + "nodeType": "Return", + "src": "1104:20:35" + } + ] + } + ] + }, + "documentation": { + "id": 9620, + "nodeType": "StructuredDocumentation", + "src": "823:109:35", + "text": " @dev Returns the subtraction of two unsigned integers, with an success flag (no overflow)." + }, + "id": 9647, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "trySub", + "nameLocation": "946:6:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9625, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9622, + "mutability": "mutable", + "name": "a", + "nameLocation": "961:1:35", + "nodeType": "VariableDeclaration", + "scope": 9647, + "src": "953:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9621, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "953:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9624, + "mutability": "mutable", + "name": "b", + "nameLocation": "972:1:35", + "nodeType": "VariableDeclaration", + "scope": 9647, + "src": "964:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9623, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "964:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "952:22:35" + }, + "returnParameters": { + "id": 9630, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9627, + "mutability": "mutable", + "name": "success", + "nameLocation": "1003:7:35", + "nodeType": "VariableDeclaration", + "scope": 9647, + "src": "998:12:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 9626, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "998:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9629, + "mutability": "mutable", + "name": "result", + "nameLocation": "1020:6:35", + "nodeType": "VariableDeclaration", + "scope": 9647, + "src": "1012:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9628, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1012:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "997:30:35" + }, + "scope": 11181, + "src": "937:204:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9688, + "nodeType": "Block", + "src": "1355:417:35", + "statements": [ + { + "id": 9687, + "nodeType": "UncheckedBlock", + "src": "1365:401:35", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9661, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9659, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9650, + "src": "1623:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 9660, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1628:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "1623:6:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 9666, + "nodeType": "IfStatement", + "src": "1619:28:35", + "trueBody": { + "expression": { + "components": [ + { + "hexValue": "74727565", + "id": 9662, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1639:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + { + "hexValue": "30", + "id": 9663, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1645:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 9664, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "1638:9:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "functionReturnParameters": 9658, + "id": 9665, + "nodeType": "Return", + "src": "1631:16:35" + } + }, + { + "assignments": [ + 9668 + ], + "declarations": [ + { + "constant": false, + "id": 9668, + "mutability": "mutable", + "name": "c", + "nameLocation": "1669:1:35", + "nodeType": "VariableDeclaration", + "scope": 9687, + "src": "1661:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9667, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1661:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 9672, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9671, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9669, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9650, + "src": "1673:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 9670, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9652, + "src": "1677:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "1673:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1661:17:35" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9677, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9675, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9673, + "name": "c", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9668, + "src": "1696:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 9674, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9650, + "src": "1700:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "1696:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 9676, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9652, + "src": "1705:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "1696:10:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 9682, + "nodeType": "IfStatement", + "src": "1692:33:35", + "trueBody": { + "expression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 9678, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1716:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "30", + "id": 9679, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1723:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 9680, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "1715:10:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "functionReturnParameters": 9658, + "id": 9681, + "nodeType": "Return", + "src": "1708:17:35" + } + }, + { + "expression": { + "components": [ + { + "hexValue": "74727565", + "id": 9683, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1747:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + { + "id": 9684, + "name": "c", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9668, + "src": "1753:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 9685, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "1746:9:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", + "typeString": "tuple(bool,uint256)" + } + }, + "functionReturnParameters": 9658, + "id": 9686, + "nodeType": "Return", + "src": "1739:16:35" + } + ] + } + ] + }, + "documentation": { + "id": 9648, + "nodeType": "StructuredDocumentation", + "src": "1147:112:35", + "text": " @dev Returns the multiplication of two unsigned integers, with an success flag (no overflow)." + }, + "id": 9689, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "tryMul", + "nameLocation": "1273:6:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9653, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9650, + "mutability": "mutable", + "name": "a", + "nameLocation": "1288:1:35", + "nodeType": "VariableDeclaration", + "scope": 9689, + "src": "1280:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9649, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1280:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9652, + "mutability": "mutable", + "name": "b", + "nameLocation": "1299:1:35", + "nodeType": "VariableDeclaration", + "scope": 9689, + "src": "1291:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9651, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1291:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1279:22:35" + }, + "returnParameters": { + "id": 9658, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9655, + "mutability": "mutable", + "name": "success", + "nameLocation": "1330:7:35", + "nodeType": "VariableDeclaration", + "scope": 9689, + "src": "1325:12:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 9654, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1325:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9657, + "mutability": "mutable", + "name": "result", + "nameLocation": "1347:6:35", + "nodeType": "VariableDeclaration", + "scope": 9689, + "src": "1339:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9656, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1339:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1324:30:35" + }, + "scope": 11181, + "src": "1264:508:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9716, + "nodeType": "Block", + "src": "1987:114:35", + "statements": [ + { + "id": 9715, + "nodeType": "UncheckedBlock", + "src": "1997:98:35", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9703, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9701, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9694, + "src": "2025:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 9702, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2030:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "2025:6:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 9708, + "nodeType": "IfStatement", + "src": "2021:29:35", + "trueBody": { + "expression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 9704, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2041:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "30", + "id": 9705, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2048:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 9706, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "2040:10:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "functionReturnParameters": 9700, + "id": 9707, + "nodeType": "Return", + "src": "2033:17:35" + } + }, + { + "expression": { + "components": [ + { + "hexValue": "74727565", + "id": 9709, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2072:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9712, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9710, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9692, + "src": "2078:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 9711, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9694, + "src": "2082:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2078:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 9713, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "2071:13:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", + "typeString": "tuple(bool,uint256)" + } + }, + "functionReturnParameters": 9700, + "id": 9714, + "nodeType": "Return", + "src": "2064:20:35" + } + ] + } + ] + }, + "documentation": { + "id": 9690, + "nodeType": "StructuredDocumentation", + "src": "1778:113:35", + "text": " @dev Returns the division of two unsigned integers, with a success flag (no division by zero)." + }, + "id": 9717, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "tryDiv", + "nameLocation": "1905:6:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9695, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9692, + "mutability": "mutable", + "name": "a", + "nameLocation": "1920:1:35", + "nodeType": "VariableDeclaration", + "scope": 9717, + "src": "1912:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9691, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1912:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9694, + "mutability": "mutable", + "name": "b", + "nameLocation": "1931:1:35", + "nodeType": "VariableDeclaration", + "scope": 9717, + "src": "1923:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9693, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1923:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1911:22:35" + }, + "returnParameters": { + "id": 9700, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9697, + "mutability": "mutable", + "name": "success", + "nameLocation": "1962:7:35", + "nodeType": "VariableDeclaration", + "scope": 9717, + "src": "1957:12:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 9696, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1957:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9699, + "mutability": "mutable", + "name": "result", + "nameLocation": "1979:6:35", + "nodeType": "VariableDeclaration", + "scope": 9717, + "src": "1971:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9698, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1971:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1956:30:35" + }, + "scope": 11181, + "src": "1896:205:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9744, + "nodeType": "Block", + "src": "2326:114:35", + "statements": [ + { + "id": 9743, + "nodeType": "UncheckedBlock", + "src": "2336:98:35", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9731, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9729, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9722, + "src": "2364:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 9730, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2369:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "2364:6:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 9736, + "nodeType": "IfStatement", + "src": "2360:29:35", + "trueBody": { + "expression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 9732, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2380:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "30", + "id": 9733, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2387:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 9734, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "2379:10:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "functionReturnParameters": 9728, + "id": 9735, + "nodeType": "Return", + "src": "2372:17:35" + } + }, + { + "expression": { + "components": [ + { + "hexValue": "74727565", + "id": 9737, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2411:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9740, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9738, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9720, + "src": "2417:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "%", + "rightExpression": { + "id": 9739, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9722, + "src": "2421:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2417:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 9741, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "2410:13:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", + "typeString": "tuple(bool,uint256)" + } + }, + "functionReturnParameters": 9728, + "id": 9742, + "nodeType": "Return", + "src": "2403:20:35" + } + ] + } + ] + }, + "documentation": { + "id": 9718, + "nodeType": "StructuredDocumentation", + "src": "2107:123:35", + "text": " @dev Returns the remainder of dividing two unsigned integers, with a success flag (no division by zero)." + }, + "id": 9745, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "tryMod", + "nameLocation": "2244:6:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9723, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9720, + "mutability": "mutable", + "name": "a", + "nameLocation": "2259:1:35", + "nodeType": "VariableDeclaration", + "scope": 9745, + "src": "2251:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9719, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2251:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9722, + "mutability": "mutable", + "name": "b", + "nameLocation": "2270:1:35", + "nodeType": "VariableDeclaration", + "scope": 9745, + "src": "2262:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9721, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2262:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2250:22:35" + }, + "returnParameters": { + "id": 9728, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9725, + "mutability": "mutable", + "name": "success", + "nameLocation": "2301:7:35", + "nodeType": "VariableDeclaration", + "scope": 9745, + "src": "2296:12:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 9724, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2296:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9727, + "mutability": "mutable", + "name": "result", + "nameLocation": "2318:6:35", + "nodeType": "VariableDeclaration", + "scope": 9745, + "src": "2310:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9726, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2310:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2295:30:35" + }, + "scope": 11181, + "src": "2235:205:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9771, + "nodeType": "Block", + "src": "2912:207:35", + "statements": [ + { + "id": 9770, + "nodeType": "UncheckedBlock", + "src": "2922:191:35", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9768, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9757, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9752, + "src": "3060:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "^", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9766, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9760, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9758, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9750, + "src": "3066:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "^", + "rightExpression": { + "id": 9759, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9752, + "src": "3070:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3066:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 9761, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "3065:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "arguments": [ + { + "id": 9764, + "name": "condition", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9748, + "src": "3091:9:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 9762, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "3075:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 9763, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3084:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "3075:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 9765, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3075:26:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3065:36:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 9767, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "3064:38:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3060:42:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 9756, + "id": 9769, + "nodeType": "Return", + "src": "3053:49:35" + } + ] + } + ] + }, + "documentation": { + "id": 9746, + "nodeType": "StructuredDocumentation", + "src": "2446:374:35", + "text": " @dev Branchless ternary evaluation for `a ? b : c`. Gas costs are constant.\n IMPORTANT: This function may reduce bytecode size and consume less gas when used standalone.\n However, the compiler may optimize Solidity ternary operations (i.e. `a ? b : c`) to only compute\n one branch when needed, making this function more expensive." + }, + "id": 9772, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "ternary", + "nameLocation": "2834:7:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9753, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9748, + "mutability": "mutable", + "name": "condition", + "nameLocation": "2847:9:35", + "nodeType": "VariableDeclaration", + "scope": 9772, + "src": "2842:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 9747, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2842:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9750, + "mutability": "mutable", + "name": "a", + "nameLocation": "2866:1:35", + "nodeType": "VariableDeclaration", + "scope": 9772, + "src": "2858:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9749, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2858:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9752, + "mutability": "mutable", + "name": "b", + "nameLocation": "2877:1:35", + "nodeType": "VariableDeclaration", + "scope": 9772, + "src": "2869:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9751, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2869:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2841:38:35" + }, + "returnParameters": { + "id": 9756, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9755, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9772, + "src": "2903:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9754, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2903:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2902:9:35" + }, + "scope": 11181, + "src": "2825:294:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9790, + "nodeType": "Block", + "src": "3256:44:35", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9785, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9783, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9775, + "src": "3281:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "id": 9784, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9777, + "src": "3285:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3281:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 9786, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9775, + "src": "3288:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 9787, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9777, + "src": "3291:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 9782, + "name": "ternary", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9772, + "src": "3273:7:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (bool,uint256,uint256) pure returns (uint256)" + } + }, + "id": 9788, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3273:20:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 9781, + "id": 9789, + "nodeType": "Return", + "src": "3266:27:35" + } + ] + }, + "documentation": { + "id": 9773, + "nodeType": "StructuredDocumentation", + "src": "3125:59:35", + "text": " @dev Returns the largest of two numbers." + }, + "id": 9791, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "max", + "nameLocation": "3198:3:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9778, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9775, + "mutability": "mutable", + "name": "a", + "nameLocation": "3210:1:35", + "nodeType": "VariableDeclaration", + "scope": 9791, + "src": "3202:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9774, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3202:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9777, + "mutability": "mutable", + "name": "b", + "nameLocation": "3221:1:35", + "nodeType": "VariableDeclaration", + "scope": 9791, + "src": "3213:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9776, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3213:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3201:22:35" + }, + "returnParameters": { + "id": 9781, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9780, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9791, + "src": "3247:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9779, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3247:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3246:9:35" + }, + "scope": 11181, + "src": "3189:111:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9809, + "nodeType": "Block", + "src": "3438:44:35", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9804, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9802, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9794, + "src": "3463:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 9803, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9796, + "src": "3467:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3463:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 9805, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9794, + "src": "3470:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 9806, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9796, + "src": "3473:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 9801, + "name": "ternary", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9772, + "src": "3455:7:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (bool,uint256,uint256) pure returns (uint256)" + } + }, + "id": 9807, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3455:20:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 9800, + "id": 9808, + "nodeType": "Return", + "src": "3448:27:35" + } + ] + }, + "documentation": { + "id": 9792, + "nodeType": "StructuredDocumentation", + "src": "3306:60:35", + "text": " @dev Returns the smallest of two numbers." + }, + "id": 9810, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "min", + "nameLocation": "3380:3:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9797, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9794, + "mutability": "mutable", + "name": "a", + "nameLocation": "3392:1:35", + "nodeType": "VariableDeclaration", + "scope": 9810, + "src": "3384:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9793, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3384:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9796, + "mutability": "mutable", + "name": "b", + "nameLocation": "3403:1:35", + "nodeType": "VariableDeclaration", + "scope": 9810, + "src": "3395:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9795, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3395:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3383:22:35" + }, + "returnParameters": { + "id": 9800, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9799, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9810, + "src": "3429:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9798, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3429:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3428:9:35" + }, + "scope": 11181, + "src": "3371:111:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9832, + "nodeType": "Block", + "src": "3666:82:35", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9830, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9822, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9820, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9813, + "src": "3721:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "&", + "rightExpression": { + "id": 9821, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9815, + "src": "3725:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3721:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 9823, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "3720:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9829, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9826, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9824, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9813, + "src": "3731:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "^", + "rightExpression": { + "id": 9825, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9815, + "src": "3735:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3731:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 9827, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "3730:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "hexValue": "32", + "id": 9828, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3740:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "src": "3730:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3720:21:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 9819, + "id": 9831, + "nodeType": "Return", + "src": "3713:28:35" + } + ] + }, + "documentation": { + "id": 9811, + "nodeType": "StructuredDocumentation", + "src": "3488:102:35", + "text": " @dev Returns the average of two numbers. The result is rounded towards\n zero." + }, + "id": 9833, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "average", + "nameLocation": "3604:7:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9816, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9813, + "mutability": "mutable", + "name": "a", + "nameLocation": "3620:1:35", + "nodeType": "VariableDeclaration", + "scope": 9833, + "src": "3612:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9812, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3612:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9815, + "mutability": "mutable", + "name": "b", + "nameLocation": "3631:1:35", + "nodeType": "VariableDeclaration", + "scope": 9833, + "src": "3623:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9814, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3623:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3611:22:35" + }, + "returnParameters": { + "id": 9819, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9818, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9833, + "src": "3657:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9817, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3657:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3656:9:35" + }, + "scope": 11181, + "src": "3595:153:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 9873, + "nodeType": "Block", + "src": "4040:633:35", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9845, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9843, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9838, + "src": "4054:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 9844, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4059:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "4054:6:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 9854, + "nodeType": "IfStatement", + "src": "4050:150:35", + "trueBody": { + "id": 9853, + "nodeType": "Block", + "src": "4062:138:35", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "id": 9849, + "name": "Panic", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8088, + "src": "4166:5:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Panic_$8088_$", + "typeString": "type(library Panic)" + } + }, + "id": 9850, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "4172:16:35", + "memberName": "DIVISION_BY_ZERO", + "nodeType": "MemberAccess", + "referencedDeclaration": 8055, + "src": "4166:22:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 9846, + "name": "Panic", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8088, + "src": "4154:5:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Panic_$8088_$", + "typeString": "type(library Panic)" + } + }, + "id": 9848, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4160:5:35", + "memberName": "panic", + "nodeType": "MemberAccess", + "referencedDeclaration": 8087, + "src": "4154:11:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$__$", + "typeString": "function (uint256) pure" + } + }, + "id": 9851, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4154:35:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 9852, + "nodeType": "ExpressionStatement", + "src": "4154:35:35" + } + ] + } + }, + { + "id": 9872, + "nodeType": "UncheckedBlock", + "src": "4583:84:35", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9870, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9859, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9857, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9836, + "src": "4630:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "30", + "id": 9858, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4634:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "4630:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 9855, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "4614:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 9856, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4623:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "4614:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 9860, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4614:22:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9868, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9866, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9863, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9861, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9836, + "src": "4641:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "hexValue": "31", + "id": 9862, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4645:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "4641:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 9864, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "4640:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 9865, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9838, + "src": "4650:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "4640:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "hexValue": "31", + "id": 9867, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4654:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "4640:15:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 9869, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "4639:17:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "4614:42:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 9842, + "id": 9871, + "nodeType": "Return", + "src": "4607:49:35" + } + ] + } + ] + }, + "documentation": { + "id": 9834, + "nodeType": "StructuredDocumentation", + "src": "3754:210:35", + "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": 9874, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "ceilDiv", + "nameLocation": "3978:7:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9839, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9836, + "mutability": "mutable", + "name": "a", + "nameLocation": "3994:1:35", + "nodeType": "VariableDeclaration", + "scope": 9874, + "src": "3986:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9835, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3986:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9838, + "mutability": "mutable", + "name": "b", + "nameLocation": "4005:1:35", + "nodeType": "VariableDeclaration", + "scope": 9874, + "src": "3997:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9837, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3997:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3985:22:35" + }, + "returnParameters": { + "id": 9842, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9841, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 9874, + "src": "4031:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9840, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4031:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "4030:9:35" + }, + "scope": 11181, + "src": "3969:704:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 10010, + "nodeType": "Block", + "src": "5094:4128:35", + "statements": [ + { + "id": 10009, + "nodeType": "UncheckedBlock", + "src": "5104:4112:35", + "statements": [ + { + "assignments": [ + 9887 + ], + "declarations": [ + { + "constant": false, + "id": 9887, + "mutability": "mutable", + "name": "prod0", + "nameLocation": "5441:5:35", + "nodeType": "VariableDeclaration", + "scope": 10009, + "src": "5433:13:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9886, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5433:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 9891, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9890, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9888, + "name": "x", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9877, + "src": "5449:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 9889, + "name": "y", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9879, + "src": "5453:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "5449:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "5433:21:35" + }, + { + "assignments": [ + 9893 + ], + "declarations": [ + { + "constant": false, + "id": 9893, + "mutability": "mutable", + "name": "prod1", + "nameLocation": "5521:5:35", + "nodeType": "VariableDeclaration", + "scope": 10009, + "src": "5513:13:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9892, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5513:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 9894, + "nodeType": "VariableDeclarationStatement", + "src": "5513:13:35" + }, + { + "AST": { + "nativeSrc": "5593:122:35", + "nodeType": "YulBlock", + "src": "5593:122:35", + "statements": [ + { + "nativeSrc": "5611:30:35", + "nodeType": "YulVariableDeclaration", + "src": "5611:30:35", + "value": { + "arguments": [ + { + "name": "x", + "nativeSrc": "5628:1:35", + "nodeType": "YulIdentifier", + "src": "5628:1:35" + }, + { + "name": "y", + "nativeSrc": "5631:1:35", + "nodeType": "YulIdentifier", + "src": "5631:1:35" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5638:1:35", + "nodeType": "YulLiteral", + "src": "5638:1:35", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "5634:3:35", + "nodeType": "YulIdentifier", + "src": "5634:3:35" + }, + "nativeSrc": "5634:6:35", + "nodeType": "YulFunctionCall", + "src": "5634:6:35" + } + ], + "functionName": { + "name": "mulmod", + "nativeSrc": "5621:6:35", + "nodeType": "YulIdentifier", + "src": "5621:6:35" + }, + "nativeSrc": "5621:20:35", + "nodeType": "YulFunctionCall", + "src": "5621:20:35" + }, + "variables": [ + { + "name": "mm", + "nativeSrc": "5615:2:35", + "nodeType": "YulTypedName", + "src": "5615:2:35", + "type": "" + } + ] + }, + { + "nativeSrc": "5658:43:35", + "nodeType": "YulAssignment", + "src": "5658:43:35", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "mm", + "nativeSrc": "5675:2:35", + "nodeType": "YulIdentifier", + "src": "5675:2:35" + }, + { + "name": "prod0", + "nativeSrc": "5679:5:35", + "nodeType": "YulIdentifier", + "src": "5679:5:35" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5671:3:35", + "nodeType": "YulIdentifier", + "src": "5671:3:35" + }, + "nativeSrc": "5671:14:35", + "nodeType": "YulFunctionCall", + "src": "5671:14:35" + }, + { + "arguments": [ + { + "name": "mm", + "nativeSrc": "5690:2:35", + "nodeType": "YulIdentifier", + "src": "5690:2:35" + }, + { + "name": "prod0", + "nativeSrc": "5694:5:35", + "nodeType": "YulIdentifier", + "src": "5694:5:35" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "5687:2:35", + "nodeType": "YulIdentifier", + "src": "5687:2:35" + }, + "nativeSrc": "5687:13:35", + "nodeType": "YulFunctionCall", + "src": "5687:13:35" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5667:3:35", + "nodeType": "YulIdentifier", + "src": "5667:3:35" + }, + "nativeSrc": "5667:34:35", + "nodeType": "YulFunctionCall", + "src": "5667:34:35" + }, + "variableNames": [ + { + "name": "prod1", + "nativeSrc": "5658:5:35", + "nodeType": "YulIdentifier", + "src": "5658:5:35" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 9887, + "isOffset": false, + "isSlot": false, + "src": "5679:5:35", + "valueSize": 1 + }, + { + "declaration": 9887, + "isOffset": false, + "isSlot": false, + "src": "5694:5:35", + "valueSize": 1 + }, + { + "declaration": 9893, + "isOffset": false, + "isSlot": false, + "src": "5658:5:35", + "valueSize": 1 + }, + { + "declaration": 9877, + "isOffset": false, + "isSlot": false, + "src": "5628:1:35", + "valueSize": 1 + }, + { + "declaration": 9879, + "isOffset": false, + "isSlot": false, + "src": "5631:1:35", + "valueSize": 1 + } + ], + "id": 9895, + "nodeType": "InlineAssembly", + "src": "5584:131:35" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9898, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9896, + "name": "prod1", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9893, + "src": "5796:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 9897, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5805:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "5796:10:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 9904, + "nodeType": "IfStatement", + "src": "5792:368:35", + "trueBody": { + "id": 9903, + "nodeType": "Block", + "src": "5808:352:35", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9901, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9899, + "name": "prod0", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9887, + "src": "6126:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 9900, + "name": "denominator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9881, + "src": "6134:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6126:19:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 9885, + "id": 9902, + "nodeType": "Return", + "src": "6119:26:35" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9907, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9905, + "name": "denominator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9881, + "src": "6270:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<=", + "rightExpression": { + "id": 9906, + "name": "prod1", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9893, + "src": "6285:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6270:20:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 9923, + "nodeType": "IfStatement", + "src": "6266:143:35", + "trueBody": { + "id": 9922, + "nodeType": "Block", + "src": "6292:117:35", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9914, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9912, + "name": "denominator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9881, + "src": "6330:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 9913, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6345:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "6330:16:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "expression": { + "id": 9915, + "name": "Panic", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8088, + "src": "6348:5:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Panic_$8088_$", + "typeString": "type(library Panic)" + } + }, + "id": 9916, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "6354:16:35", + "memberName": "DIVISION_BY_ZERO", + "nodeType": "MemberAccess", + "referencedDeclaration": 8055, + "src": "6348:22:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "expression": { + "id": 9917, + "name": "Panic", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8088, + "src": "6372:5:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Panic_$8088_$", + "typeString": "type(library Panic)" + } + }, + "id": 9918, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "6378:14:35", + "memberName": "UNDER_OVERFLOW", + "nodeType": "MemberAccess", + "referencedDeclaration": 8051, + "src": "6372:20:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 9911, + "name": "ternary", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9772, + "src": "6322:7:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (bool,uint256,uint256) pure returns (uint256)" + } + }, + "id": 9919, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6322:71:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 9908, + "name": "Panic", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8088, + "src": "6310:5:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Panic_$8088_$", + "typeString": "type(library Panic)" + } + }, + "id": 9910, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6316:5:35", + "memberName": "panic", + "nodeType": "MemberAccess", + "referencedDeclaration": 8087, + "src": "6310:11:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$__$", + "typeString": "function (uint256) pure" + } + }, + "id": 9920, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6310:84:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 9921, + "nodeType": "ExpressionStatement", + "src": "6310:84:35" + } + ] + } + }, + { + "assignments": [ + 9925 + ], + "declarations": [ + { + "constant": false, + "id": 9925, + "mutability": "mutable", + "name": "remainder", + "nameLocation": "6672:9:35", + "nodeType": "VariableDeclaration", + "scope": 10009, + "src": "6664:17:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9924, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6664:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 9926, + "nodeType": "VariableDeclarationStatement", + "src": "6664:17:35" + }, + { + "AST": { + "nativeSrc": "6704:291:35", + "nodeType": "YulBlock", + "src": "6704:291:35", + "statements": [ + { + "nativeSrc": "6773:38:35", + "nodeType": "YulAssignment", + "src": "6773:38:35", + "value": { + "arguments": [ + { + "name": "x", + "nativeSrc": "6793:1:35", + "nodeType": "YulIdentifier", + "src": "6793:1:35" + }, + { + "name": "y", + "nativeSrc": "6796:1:35", + "nodeType": "YulIdentifier", + "src": "6796:1:35" + }, + { + "name": "denominator", + "nativeSrc": "6799:11:35", + "nodeType": "YulIdentifier", + "src": "6799:11:35" + } + ], + "functionName": { + "name": "mulmod", + "nativeSrc": "6786:6:35", + "nodeType": "YulIdentifier", + "src": "6786:6:35" + }, + "nativeSrc": "6786:25:35", + "nodeType": "YulFunctionCall", + "src": "6786:25:35" + }, + "variableNames": [ + { + "name": "remainder", + "nativeSrc": "6773:9:35", + "nodeType": "YulIdentifier", + "src": "6773:9:35" + } + ] + }, + { + "nativeSrc": "6893:41:35", + "nodeType": "YulAssignment", + "src": "6893:41:35", + "value": { + "arguments": [ + { + "name": "prod1", + "nativeSrc": "6906:5:35", + "nodeType": "YulIdentifier", + "src": "6906:5:35" + }, + { + "arguments": [ + { + "name": "remainder", + "nativeSrc": "6916:9:35", + "nodeType": "YulIdentifier", + "src": "6916:9:35" + }, + { + "name": "prod0", + "nativeSrc": "6927:5:35", + "nodeType": "YulIdentifier", + "src": "6927:5:35" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "6913:2:35", + "nodeType": "YulIdentifier", + "src": "6913:2:35" + }, + "nativeSrc": "6913:20:35", + "nodeType": "YulFunctionCall", + "src": "6913:20:35" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "6902:3:35", + "nodeType": "YulIdentifier", + "src": "6902:3:35" + }, + "nativeSrc": "6902:32:35", + "nodeType": "YulFunctionCall", + "src": "6902:32:35" + }, + "variableNames": [ + { + "name": "prod1", + "nativeSrc": "6893:5:35", + "nodeType": "YulIdentifier", + "src": "6893:5:35" + } + ] + }, + { + "nativeSrc": "6951:30:35", + "nodeType": "YulAssignment", + "src": "6951:30:35", + "value": { + "arguments": [ + { + "name": "prod0", + "nativeSrc": "6964:5:35", + "nodeType": "YulIdentifier", + "src": "6964:5:35" + }, + { + "name": "remainder", + "nativeSrc": "6971:9:35", + "nodeType": "YulIdentifier", + "src": "6971:9:35" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "6960:3:35", + "nodeType": "YulIdentifier", + "src": "6960:3:35" + }, + "nativeSrc": "6960:21:35", + "nodeType": "YulFunctionCall", + "src": "6960:21:35" + }, + "variableNames": [ + { + "name": "prod0", + "nativeSrc": "6951:5:35", + "nodeType": "YulIdentifier", + "src": "6951:5:35" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 9881, + "isOffset": false, + "isSlot": false, + "src": "6799:11:35", + "valueSize": 1 + }, + { + "declaration": 9887, + "isOffset": false, + "isSlot": false, + "src": "6927:5:35", + "valueSize": 1 + }, + { + "declaration": 9887, + "isOffset": false, + "isSlot": false, + "src": "6951:5:35", + "valueSize": 1 + }, + { + "declaration": 9887, + "isOffset": false, + "isSlot": false, + "src": "6964:5:35", + "valueSize": 1 + }, + { + "declaration": 9893, + "isOffset": false, + "isSlot": false, + "src": "6893:5:35", + "valueSize": 1 + }, + { + "declaration": 9893, + "isOffset": false, + "isSlot": false, + "src": "6906:5:35", + "valueSize": 1 + }, + { + "declaration": 9925, + "isOffset": false, + "isSlot": false, + "src": "6773:9:35", + "valueSize": 1 + }, + { + "declaration": 9925, + "isOffset": false, + "isSlot": false, + "src": "6916:9:35", + "valueSize": 1 + }, + { + "declaration": 9925, + "isOffset": false, + "isSlot": false, + "src": "6971:9:35", + "valueSize": 1 + }, + { + "declaration": 9877, + "isOffset": false, + "isSlot": false, + "src": "6793:1:35", + "valueSize": 1 + }, + { + "declaration": 9879, + "isOffset": false, + "isSlot": false, + "src": "6796:1:35", + "valueSize": 1 + } + ], + "id": 9927, + "nodeType": "InlineAssembly", + "src": "6695:300:35" + }, + { + "assignments": [ + 9929 + ], + "declarations": [ + { + "constant": false, + "id": 9929, + "mutability": "mutable", + "name": "twos", + "nameLocation": "7207:4:35", + "nodeType": "VariableDeclaration", + "scope": 10009, + "src": "7199:12:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9928, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "7199:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 9936, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9935, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9930, + "name": "denominator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9881, + "src": "7214:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "&", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9933, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "30", + "id": 9931, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7229:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 9932, + "name": "denominator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9881, + "src": "7233:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "7229:15:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 9934, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "7228:17:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "7214:31:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "7199:46:35" + }, + { + "AST": { + "nativeSrc": "7268:366:35", + "nodeType": "YulBlock", + "src": "7268:366:35", + "statements": [ + { + "nativeSrc": "7333:37:35", + "nodeType": "YulAssignment", + "src": "7333:37:35", + "value": { + "arguments": [ + { + "name": "denominator", + "nativeSrc": "7352:11:35", + "nodeType": "YulIdentifier", + "src": "7352:11:35" + }, + { + "name": "twos", + "nativeSrc": "7365:4:35", + "nodeType": "YulIdentifier", + "src": "7365:4:35" + } + ], + "functionName": { + "name": "div", + "nativeSrc": "7348:3:35", + "nodeType": "YulIdentifier", + "src": "7348:3:35" + }, + "nativeSrc": "7348:22:35", + "nodeType": "YulFunctionCall", + "src": "7348:22:35" + }, + "variableNames": [ + { + "name": "denominator", + "nativeSrc": "7333:11:35", + "nodeType": "YulIdentifier", + "src": "7333:11:35" + } + ] + }, + { + "nativeSrc": "7437:25:35", + "nodeType": "YulAssignment", + "src": "7437:25:35", + "value": { + "arguments": [ + { + "name": "prod0", + "nativeSrc": "7450:5:35", + "nodeType": "YulIdentifier", + "src": "7450:5:35" + }, + { + "name": "twos", + "nativeSrc": "7457:4:35", + "nodeType": "YulIdentifier", + "src": "7457:4:35" + } + ], + "functionName": { + "name": "div", + "nativeSrc": "7446:3:35", + "nodeType": "YulIdentifier", + "src": "7446:3:35" + }, + "nativeSrc": "7446:16:35", + "nodeType": "YulFunctionCall", + "src": "7446:16:35" + }, + "variableNames": [ + { + "name": "prod0", + "nativeSrc": "7437:5:35", + "nodeType": "YulIdentifier", + "src": "7437:5:35" + } + ] + }, + { + "nativeSrc": "7581:39:35", + "nodeType": "YulAssignment", + "src": "7581:39:35", + "value": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7601:1:35", + "nodeType": "YulLiteral", + "src": "7601:1:35", + "type": "", + "value": "0" + }, + { + "name": "twos", + "nativeSrc": "7604:4:35", + "nodeType": "YulIdentifier", + "src": "7604:4:35" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "7597:3:35", + "nodeType": "YulIdentifier", + "src": "7597:3:35" + }, + "nativeSrc": "7597:12:35", + "nodeType": "YulFunctionCall", + "src": "7597:12:35" + }, + { + "name": "twos", + "nativeSrc": "7611:4:35", + "nodeType": "YulIdentifier", + "src": "7611:4:35" + } + ], + "functionName": { + "name": "div", + "nativeSrc": "7593:3:35", + "nodeType": "YulIdentifier", + "src": "7593:3:35" + }, + "nativeSrc": "7593:23:35", + "nodeType": "YulFunctionCall", + "src": "7593:23:35" + }, + { + "kind": "number", + "nativeSrc": "7618:1:35", + "nodeType": "YulLiteral", + "src": "7618:1:35", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7589:3:35", + "nodeType": "YulIdentifier", + "src": "7589:3:35" + }, + "nativeSrc": "7589:31:35", + "nodeType": "YulFunctionCall", + "src": "7589:31:35" + }, + "variableNames": [ + { + "name": "twos", + "nativeSrc": "7581:4:35", + "nodeType": "YulIdentifier", + "src": "7581:4:35" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 9881, + "isOffset": false, + "isSlot": false, + "src": "7333:11:35", + "valueSize": 1 + }, + { + "declaration": 9881, + "isOffset": false, + "isSlot": false, + "src": "7352:11:35", + "valueSize": 1 + }, + { + "declaration": 9887, + "isOffset": false, + "isSlot": false, + "src": "7437:5:35", + "valueSize": 1 + }, + { + "declaration": 9887, + "isOffset": false, + "isSlot": false, + "src": "7450:5:35", + "valueSize": 1 + }, + { + "declaration": 9929, + "isOffset": false, + "isSlot": false, + "src": "7365:4:35", + "valueSize": 1 + }, + { + "declaration": 9929, + "isOffset": false, + "isSlot": false, + "src": "7457:4:35", + "valueSize": 1 + }, + { + "declaration": 9929, + "isOffset": false, + "isSlot": false, + "src": "7581:4:35", + "valueSize": 1 + }, + { + "declaration": 9929, + "isOffset": false, + "isSlot": false, + "src": "7604:4:35", + "valueSize": 1 + }, + { + "declaration": 9929, + "isOffset": false, + "isSlot": false, + "src": "7611:4:35", + "valueSize": 1 + } + ], + "id": 9937, + "nodeType": "InlineAssembly", + "src": "7259:375:35" + }, + { + "expression": { + "id": 9942, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 9938, + "name": "prod0", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9887, + "src": "7700:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "|=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9941, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9939, + "name": "prod1", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9893, + "src": "7709:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 9940, + "name": "twos", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9929, + "src": "7717:4:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "7709:12:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "7700:21:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 9943, + "nodeType": "ExpressionStatement", + "src": "7700:21:35" + }, + { + "assignments": [ + 9945 + ], + "declarations": [ + { + "constant": false, + "id": 9945, + "mutability": "mutable", + "name": "inverse", + "nameLocation": "8064:7:35", + "nodeType": "VariableDeclaration", + "scope": 10009, + "src": "8056:15:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9944, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "8056:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 9952, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9951, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9948, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "33", + "id": 9946, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8075:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_3_by_1", + "typeString": "int_const 3" + }, + "value": "3" + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 9947, + "name": "denominator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9881, + "src": "8079:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8075:15:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 9949, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "8074:17:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "^", + "rightExpression": { + "hexValue": "32", + "id": 9950, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8094:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "src": "8074:21:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "8056:39:35" + }, + { + "expression": { + "id": 9959, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 9953, + "name": "inverse", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9945, + "src": "8312:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "*=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9958, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "32", + "id": 9954, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8323:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9957, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9955, + "name": "denominator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9881, + "src": "8327:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 9956, + "name": "inverse", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9945, + "src": "8341:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8327:21:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8323:25:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8312:36:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 9960, + "nodeType": "ExpressionStatement", + "src": "8312:36:35" + }, + { + "expression": { + "id": 9967, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 9961, + "name": "inverse", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9945, + "src": "8382:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "*=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9966, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "32", + "id": 9962, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8393:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9965, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9963, + "name": "denominator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9881, + "src": "8397:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 9964, + "name": "inverse", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9945, + "src": "8411:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8397:21:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8393:25:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8382:36:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 9968, + "nodeType": "ExpressionStatement", + "src": "8382:36:35" + }, + { + "expression": { + "id": 9975, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 9969, + "name": "inverse", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9945, + "src": "8454:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "*=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9974, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "32", + "id": 9970, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8465:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9973, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9971, + "name": "denominator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9881, + "src": "8469:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 9972, + "name": "inverse", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9945, + "src": "8483:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8469:21:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8465:25:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8454:36:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 9976, + "nodeType": "ExpressionStatement", + "src": "8454:36:35" + }, + { + "expression": { + "id": 9983, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 9977, + "name": "inverse", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9945, + "src": "8525:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "*=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9982, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "32", + "id": 9978, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8536:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9981, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9979, + "name": "denominator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9881, + "src": "8540:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 9980, + "name": "inverse", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9945, + "src": "8554:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8540:21:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8536:25:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8525:36:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 9984, + "nodeType": "ExpressionStatement", + "src": "8525:36:35" + }, + { + "expression": { + "id": 9991, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 9985, + "name": "inverse", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9945, + "src": "8598:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "*=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9990, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "32", + "id": 9986, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8609:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9989, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9987, + "name": "denominator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9881, + "src": "8613:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 9988, + "name": "inverse", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9945, + "src": "8627:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8613:21:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8609:25:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8598:36:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 9992, + "nodeType": "ExpressionStatement", + "src": "8598:36:35" + }, + { + "expression": { + "id": 9999, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 9993, + "name": "inverse", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9945, + "src": "8672:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "*=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9998, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "32", + "id": 9994, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8683:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 9997, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 9995, + "name": "denominator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9881, + "src": "8687:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 9996, + "name": "inverse", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9945, + "src": "8701:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8687:21:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8683:25:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8672:36:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10000, + "nodeType": "ExpressionStatement", + "src": "8672:36:35" + }, + { + "expression": { + "id": 10005, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10001, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9884, + "src": "9154:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10004, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10002, + "name": "prod0", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9887, + "src": "9163:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 10003, + "name": "inverse", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9945, + "src": "9171:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "9163:15:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "9154:24:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10006, + "nodeType": "ExpressionStatement", + "src": "9154:24:35" + }, + { + "expression": { + "id": 10007, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9884, + "src": "9199:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 9885, + "id": 10008, + "nodeType": "Return", + "src": "9192:13:35" + } + ] + } + ] + }, + "documentation": { + "id": 9875, + "nodeType": "StructuredDocumentation", + "src": "4679:312:35", + "text": " @dev Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or\n denominator == 0.\n 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": 10011, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "mulDiv", + "nameLocation": "5005:6:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 9882, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9877, + "mutability": "mutable", + "name": "x", + "nameLocation": "5020:1:35", + "nodeType": "VariableDeclaration", + "scope": 10011, + "src": "5012:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9876, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5012:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9879, + "mutability": "mutable", + "name": "y", + "nameLocation": "5031:1:35", + "nodeType": "VariableDeclaration", + "scope": 10011, + "src": "5023:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9878, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5023:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 9881, + "mutability": "mutable", + "name": "denominator", + "nameLocation": "5042:11:35", + "nodeType": "VariableDeclaration", + "scope": 10011, + "src": "5034:19:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9880, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5034:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "5011:43:35" + }, + "returnParameters": { + "id": 9885, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 9884, + "mutability": "mutable", + "name": "result", + "nameLocation": "5086:6:35", + "nodeType": "VariableDeclaration", + "scope": 10011, + "src": "5078:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 9883, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5078:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "5077:16:35" + }, + "scope": 11181, + "src": "4996:4226:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 10047, + "nodeType": "Block", + "src": "9461:128:35", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10045, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 10027, + "name": "x", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10014, + "src": "9485:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 10028, + "name": "y", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10016, + "src": "9488:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 10029, + "name": "denominator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10018, + "src": "9491:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 10026, + "name": "mulDiv", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 10011, + 10048 + ], + "referencedDeclaration": 10011, + "src": "9478:6:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (uint256,uint256,uint256) pure returns (uint256)" + } + }, + "id": 10030, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9478:25:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 10043, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 10034, + "name": "rounding", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10021, + "src": "9539:8:35", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + ], + "id": 10033, + "name": "unsignedRoundsUp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11180, + "src": "9522:16:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$9587_$returns$_t_bool_$", + "typeString": "function (enum Math.Rounding) pure returns (bool)" + } + }, + "id": 10035, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9522:26:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10042, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 10037, + "name": "x", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10014, + "src": "9559:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 10038, + "name": "y", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10016, + "src": "9562:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 10039, + "name": "denominator", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10018, + "src": "9565:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 10036, + "name": "mulmod", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -16, + "src": "9552:6:35", + "typeDescriptions": { + "typeIdentifier": "t_function_mulmod_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (uint256,uint256,uint256) pure returns (uint256)" + } + }, + "id": 10040, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9552:25:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "30", + "id": 10041, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9580:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "9552:29:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "9522:59:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 10031, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "9506:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 10032, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "9515:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "9506:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 10044, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9506:76:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "9478:104:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 10025, + "id": 10046, + "nodeType": "Return", + "src": "9471:111:35" + } + ] + }, + "documentation": { + "id": 10012, + "nodeType": "StructuredDocumentation", + "src": "9228:118:35", + "text": " @dev Calculates x * y / denominator with full precision, following the selected rounding direction." + }, + "id": 10048, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "mulDiv", + "nameLocation": "9360:6:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10022, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10014, + "mutability": "mutable", + "name": "x", + "nameLocation": "9375:1:35", + "nodeType": "VariableDeclaration", + "scope": 10048, + "src": "9367:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10013, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "9367:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10016, + "mutability": "mutable", + "name": "y", + "nameLocation": "9386:1:35", + "nodeType": "VariableDeclaration", + "scope": 10048, + "src": "9378:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10015, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "9378:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10018, + "mutability": "mutable", + "name": "denominator", + "nameLocation": "9397:11:35", + "nodeType": "VariableDeclaration", + "scope": 10048, + "src": "9389:19:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10017, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "9389:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10021, + "mutability": "mutable", + "name": "rounding", + "nameLocation": "9419:8:35", + "nodeType": "VariableDeclaration", + "scope": 10048, + "src": "9410:17:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + }, + "typeName": { + "id": 10020, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 10019, + "name": "Rounding", + "nameLocations": [ + "9410:8:35" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 9587, + "src": "9410:8:35" + }, + "referencedDeclaration": 9587, + "src": "9410:8:35", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + }, + "visibility": "internal" + } + ], + "src": "9366:62:35" + }, + "returnParameters": { + "id": 10025, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10024, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 10048, + "src": "9452:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10023, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "9452:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "9451:9:35" + }, + "scope": 11181, + "src": "9351:238:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 10144, + "nodeType": "Block", + "src": "10223:1849:35", + "statements": [ + { + "id": 10143, + "nodeType": "UncheckedBlock", + "src": "10233:1833:35", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10060, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10058, + "name": "n", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10053, + "src": "10261:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 10059, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10266:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "10261:6:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10063, + "nodeType": "IfStatement", + "src": "10257:20:35", + "trueBody": { + "expression": { + "hexValue": "30", + "id": 10061, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10276:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "functionReturnParameters": 10057, + "id": 10062, + "nodeType": "Return", + "src": "10269:8:35" + } + }, + { + "assignments": [ + 10065 + ], + "declarations": [ + { + "constant": false, + "id": 10065, + "mutability": "mutable", + "name": "remainder", + "nameLocation": "10756:9:35", + "nodeType": "VariableDeclaration", + "scope": 10143, + "src": "10748:17:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10064, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "10748:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10069, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10068, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10066, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10051, + "src": "10768:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "%", + "rightExpression": { + "id": 10067, + "name": "n", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10053, + "src": "10772:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "10768:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "10748:25:35" + }, + { + "assignments": [ + 10071 + ], + "declarations": [ + { + "constant": false, + "id": 10071, + "mutability": "mutable", + "name": "gcd", + "nameLocation": "10795:3:35", + "nodeType": "VariableDeclaration", + "scope": 10143, + "src": "10787:11:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10070, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "10787:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10073, + "initialValue": { + "id": 10072, + "name": "n", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10053, + "src": "10801:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "10787:15:35" + }, + { + "assignments": [ + 10075 + ], + "declarations": [ + { + "constant": false, + "id": 10075, + "mutability": "mutable", + "name": "x", + "nameLocation": "10945:1:35", + "nodeType": "VariableDeclaration", + "scope": 10143, + "src": "10938:8:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 10074, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "10938:6:35", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "id": 10077, + "initialValue": { + "hexValue": "30", + "id": 10076, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10949:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "nodeType": "VariableDeclarationStatement", + "src": "10938:12:35" + }, + { + "assignments": [ + 10079 + ], + "declarations": [ + { + "constant": false, + "id": 10079, + "mutability": "mutable", + "name": "y", + "nameLocation": "10971:1:35", + "nodeType": "VariableDeclaration", + "scope": 10143, + "src": "10964:8:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 10078, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "10964:6:35", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "id": 10081, + "initialValue": { + "hexValue": "31", + "id": 10080, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10975:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "VariableDeclarationStatement", + "src": "10964:12:35" + }, + { + "body": { + "id": 10118, + "nodeType": "Block", + "src": "11014:882:35", + "statements": [ + { + "assignments": [ + 10086 + ], + "declarations": [ + { + "constant": false, + "id": 10086, + "mutability": "mutable", + "name": "quotient", + "nameLocation": "11040:8:35", + "nodeType": "VariableDeclaration", + "scope": 10118, + "src": "11032:16:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10085, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "11032:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10090, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10089, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10087, + "name": "gcd", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10071, + "src": "11051:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 10088, + "name": "remainder", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10065, + "src": "11057:9:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "11051:15:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "11032:34:35" + }, + { + "expression": { + "id": 10101, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "components": [ + { + "id": 10091, + "name": "gcd", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10071, + "src": "11086:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 10092, + "name": "remainder", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10065, + "src": "11091:9:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 10093, + "isConstant": false, + "isInlineArray": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "TupleExpression", + "src": "11085:16:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_uint256_$_t_uint256_$", + "typeString": "tuple(uint256,uint256)" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "components": [ + { + "id": 10094, + "name": "remainder", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10065, + "src": "11191:9:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10099, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10095, + "name": "gcd", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10071, + "src": "11436:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10098, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10096, + "name": "remainder", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10065, + "src": "11442:9:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 10097, + "name": "quotient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10086, + "src": "11454:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "11442:20:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "11436:26:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 10100, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "11104:376:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_uint256_$_t_uint256_$", + "typeString": "tuple(uint256,uint256)" + } + }, + "src": "11085:395:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 10102, + "nodeType": "ExpressionStatement", + "src": "11085:395:35" + }, + { + "expression": { + "id": 10116, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "components": [ + { + "id": 10103, + "name": "x", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10075, + "src": "11500:1:35", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + { + "id": 10104, + "name": "y", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10079, + "src": "11503:1:35", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "id": 10105, + "isConstant": false, + "isInlineArray": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "TupleExpression", + "src": "11499:6:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_int256_$_t_int256_$", + "typeString": "tuple(int256,int256)" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "components": [ + { + "id": 10106, + "name": "y", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10079, + "src": "11585:1:35", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 10114, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10107, + "name": "x", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10075, + "src": "11839:1:35", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 10113, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10108, + "name": "y", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10079, + "src": "11843:1:35", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "arguments": [ + { + "id": 10111, + "name": "quotient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10086, + "src": "11854:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 10110, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "11847:6:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int256_$", + "typeString": "type(int256)" + }, + "typeName": { + "id": 10109, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "11847:6:35", + "typeDescriptions": {} + } + }, + "id": 10112, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11847:16:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "11843:20:35", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "11839:24:35", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "id": 10115, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "11508:373:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_int256_$_t_int256_$", + "typeString": "tuple(int256,int256)" + } + }, + "src": "11499:382:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 10117, + "nodeType": "ExpressionStatement", + "src": "11499:382:35" + } + ] + }, + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10084, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10082, + "name": "remainder", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10065, + "src": "10998:9:35", + "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": "11011:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "10998:14:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10119, + "nodeType": "WhileStatement", + "src": "10991:905:35" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10122, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10120, + "name": "gcd", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10071, + "src": "11914:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "31", + "id": 10121, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "11921:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "11914:8:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10125, + "nodeType": "IfStatement", + "src": "11910:22:35", + "trueBody": { + "expression": { + "hexValue": "30", + "id": 10123, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "11931:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "functionReturnParameters": 10057, + "id": 10124, + "nodeType": "Return", + "src": "11924:8:35" + } + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 10129, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10127, + "name": "x", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10075, + "src": "11983:1:35", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "hexValue": "30", + "id": 10128, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "11987:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "11983:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10136, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10130, + "name": "n", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10053, + "src": "11990:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "arguments": [ + { + "id": 10134, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "-", + "prefix": true, + "src": "12002:2:35", + "subExpression": { + "id": 10133, + "name": "x", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10075, + "src": "12003:1:35", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 10132, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "11994:7:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + }, + "typeName": { + "id": 10131, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "11994:7:35", + "typeDescriptions": {} + } + }, + "id": 10135, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11994:11:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "11990:15:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "arguments": [ + { + "id": 10139, + "name": "x", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10075, + "src": "12015:1:35", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 10138, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "12007:7:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + }, + "typeName": { + "id": 10137, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "12007:7:35", + "typeDescriptions": {} + } + }, + "id": 10140, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12007:10:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 10126, + "name": "ternary", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 9772, + "src": "11975:7:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (bool,uint256,uint256) pure returns (uint256)" + } + }, + "id": 10141, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11975:43:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 10057, + "id": 10142, + "nodeType": "Return", + "src": "11968:50:35" + } + ] + } + ] + }, + "documentation": { + "id": 10049, + "nodeType": "StructuredDocumentation", + "src": "9595:553:35", + "text": " @dev Calculate the modular multiplicative inverse of a number in Z/nZ.\n If n is a prime, then Z/nZ is a field. In that case all elements are inversible, except 0.\n If n is not a prime, then Z/nZ is not a field, and some elements might not be inversible.\n If the input value is not inversible, 0 is returned.\n NOTE: If you know for sure that n is (big) a prime, it may be cheaper to use Fermat's little theorem and get the\n inverse using `Math.modExp(a, n - 2, n)`. See {invModPrime}." + }, + "id": 10145, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "invMod", + "nameLocation": "10162:6:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10054, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10051, + "mutability": "mutable", + "name": "a", + "nameLocation": "10177:1:35", + "nodeType": "VariableDeclaration", + "scope": 10145, + "src": "10169:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10050, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "10169:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10053, + "mutability": "mutable", + "name": "n", + "nameLocation": "10188:1:35", + "nodeType": "VariableDeclaration", + "scope": 10145, + "src": "10180:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10052, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "10180:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "10168:22:35" + }, + "returnParameters": { + "id": 10057, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10056, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 10145, + "src": "10214:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10055, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "10214:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "10213:9:35" + }, + "scope": 11181, + "src": "10153:1919:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 10165, + "nodeType": "Block", + "src": "12672:82:35", + "statements": [ + { + "id": 10164, + "nodeType": "UncheckedBlock", + "src": "12682:66:35", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 10157, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10148, + "src": "12725:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10160, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10158, + "name": "p", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10150, + "src": "12728:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "hexValue": "32", + "id": 10159, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "12732:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "src": "12728:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 10161, + "name": "p", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10150, + "src": "12735:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 10155, + "name": "Math", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11181, + "src": "12713:4:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Math_$11181_$", + "typeString": "type(library Math)" + } + }, + "id": 10156, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "12718:6:35", + "memberName": "modExp", + "nodeType": "MemberAccess", + "referencedDeclaration": 10202, + "src": "12713:11:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (uint256,uint256,uint256) view returns (uint256)" + } + }, + "id": 10162, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12713:24:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 10154, + "id": 10163, + "nodeType": "Return", + "src": "12706:31:35" + } + ] + } + ] + }, + "documentation": { + "id": 10146, + "nodeType": "StructuredDocumentation", + "src": "12078:514:35", + "text": " @dev Variant of {invMod}. More efficient, but only works if `p` is known to be a prime greater than `2`.\n From https://en.wikipedia.org/wiki/Fermat%27s_little_theorem[Fermat's little theorem], we know that if p is\n prime, then `a**(p-1) ≡ 1 mod p`. As a consequence, we have `a * a**(p-2) ≡ 1 mod p`, which means that\n `a**(p-2)` is the modular multiplicative inverse of a in Fp.\n NOTE: this function does NOT check that `p` is a prime greater than `2`." + }, + "id": 10166, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "invModPrime", + "nameLocation": "12606:11:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10151, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10148, + "mutability": "mutable", + "name": "a", + "nameLocation": "12626:1:35", + "nodeType": "VariableDeclaration", + "scope": 10166, + "src": "12618:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10147, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "12618:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10150, + "mutability": "mutable", + "name": "p", + "nameLocation": "12637:1:35", + "nodeType": "VariableDeclaration", + "scope": 10166, + "src": "12629:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10149, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "12629:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "12617:22:35" + }, + "returnParameters": { + "id": 10154, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10153, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 10166, + "src": "12663:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10152, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "12663:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "12662:9:35" + }, + "scope": 11181, + "src": "12597:157:35", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 10201, + "nodeType": "Block", + "src": "13524:174:35", + "statements": [ + { + "assignments": [ + 10179, + 10181 + ], + "declarations": [ + { + "constant": false, + "id": 10179, + "mutability": "mutable", + "name": "success", + "nameLocation": "13540:7:35", + "nodeType": "VariableDeclaration", + "scope": 10201, + "src": "13535:12:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 10178, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "13535:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10181, + "mutability": "mutable", + "name": "result", + "nameLocation": "13557:6:35", + "nodeType": "VariableDeclaration", + "scope": 10201, + "src": "13549:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10180, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "13549:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10187, + "initialValue": { + "arguments": [ + { + "id": 10183, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10169, + "src": "13577:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 10184, + "name": "e", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10171, + "src": "13580:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 10185, + "name": "m", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10173, + "src": "13583:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 10182, + "name": "tryModExp", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 10226, + 10308 + ], + "referencedDeclaration": 10226, + "src": "13567:9:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_bool_$_t_uint256_$", + "typeString": "function (uint256,uint256,uint256) view returns (bool,uint256)" + } + }, + "id": 10186, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "13567:18:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", + "typeString": "tuple(bool,uint256)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "13534:51:35" + }, + { + "condition": { + "id": 10189, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "13599:8:35", + "subExpression": { + "id": 10188, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10179, + "src": "13600:7:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10198, + "nodeType": "IfStatement", + "src": "13595:74:35", + "trueBody": { + "id": 10197, + "nodeType": "Block", + "src": "13609:60:35", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "id": 10193, + "name": "Panic", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8088, + "src": "13635:5:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Panic_$8088_$", + "typeString": "type(library Panic)" + } + }, + "id": 10194, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "13641:16:35", + "memberName": "DIVISION_BY_ZERO", + "nodeType": "MemberAccess", + "referencedDeclaration": 8055, + "src": "13635:22:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 10190, + "name": "Panic", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8088, + "src": "13623:5:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Panic_$8088_$", + "typeString": "type(library Panic)" + } + }, + "id": 10192, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "13629:5:35", + "memberName": "panic", + "nodeType": "MemberAccess", + "referencedDeclaration": 8087, + "src": "13623:11:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$__$", + "typeString": "function (uint256) pure" + } + }, + "id": 10195, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "13623:35:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 10196, + "nodeType": "ExpressionStatement", + "src": "13623:35:35" + } + ] + } + }, + { + "expression": { + "id": 10199, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10181, + "src": "13685:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 10177, + "id": 10200, + "nodeType": "Return", + "src": "13678:13:35" + } + ] + }, + "documentation": { + "id": 10167, + "nodeType": "StructuredDocumentation", + "src": "12760:678:35", + "text": " @dev Returns the modular exponentiation of the specified base, exponent and modulus (b ** e % m)\n Requirements:\n - modulus can't be zero\n - underlying staticcall to precompile must succeed\n IMPORTANT: The result is only valid if the underlying call succeeds. When using this function, make\n sure the chain you're using it on supports the precompiled contract for modular exponentiation\n at address 0x05 as specified in https://eips.ethereum.org/EIPS/eip-198[EIP-198]. Otherwise,\n the underlying function will succeed given the lack of a revert, but the result may be incorrectly\n interpreted as 0." + }, + "id": 10202, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "modExp", + "nameLocation": "13452:6:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10174, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10169, + "mutability": "mutable", + "name": "b", + "nameLocation": "13467:1:35", + "nodeType": "VariableDeclaration", + "scope": 10202, + "src": "13459:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10168, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "13459:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10171, + "mutability": "mutable", + "name": "e", + "nameLocation": "13478:1:35", + "nodeType": "VariableDeclaration", + "scope": 10202, + "src": "13470:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10170, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "13470:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10173, + "mutability": "mutable", + "name": "m", + "nameLocation": "13489:1:35", + "nodeType": "VariableDeclaration", + "scope": 10202, + "src": "13481:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10172, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "13481:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "13458:33:35" + }, + "returnParameters": { + "id": 10177, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10176, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 10202, + "src": "13515:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10175, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "13515:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "13514:9:35" + }, + "scope": 11181, + "src": "13443:255:35", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 10225, + "nodeType": "Block", + "src": "14552:1493:35", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10218, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10216, + "name": "m", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10209, + "src": "14566:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 10217, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "14571:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "14566:6:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10223, + "nodeType": "IfStatement", + "src": "14562:29:35", + "trueBody": { + "expression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 10219, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "14582:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "30", + "id": 10220, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "14589:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 10221, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "14581:10:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", + "typeString": "tuple(bool,int_const 0)" + } + }, + "functionReturnParameters": 10215, + "id": 10222, + "nodeType": "Return", + "src": "14574:17:35" + } + }, + { + "AST": { + "nativeSrc": "14626:1413:35", + "nodeType": "YulBlock", + "src": "14626:1413:35", + "statements": [ + { + "nativeSrc": "14640:22:35", + "nodeType": "YulVariableDeclaration", + "src": "14640:22:35", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14657:4:35", + "nodeType": "YulLiteral", + "src": "14657:4:35", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "14651:5:35", + "nodeType": "YulIdentifier", + "src": "14651:5:35" + }, + "nativeSrc": "14651:11:35", + "nodeType": "YulFunctionCall", + "src": "14651:11:35" + }, + "variables": [ + { + "name": "ptr", + "nativeSrc": "14644:3:35", + "nodeType": "YulTypedName", + "src": "14644:3:35", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "ptr", + "nativeSrc": "15570:3:35", + "nodeType": "YulIdentifier", + "src": "15570:3:35" + }, + { + "kind": "number", + "nativeSrc": "15575:4:35", + "nodeType": "YulLiteral", + "src": "15575:4:35", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15563:6:35", + "nodeType": "YulIdentifier", + "src": "15563:6:35" + }, + "nativeSrc": "15563:17:35", + "nodeType": "YulFunctionCall", + "src": "15563:17:35" + }, + "nativeSrc": "15563:17:35", + "nodeType": "YulExpressionStatement", + "src": "15563:17:35" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "ptr", + "nativeSrc": "15604:3:35", + "nodeType": "YulIdentifier", + "src": "15604:3:35" + }, + { + "kind": "number", + "nativeSrc": "15609:4:35", + "nodeType": "YulLiteral", + "src": "15609:4:35", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15600:3:35", + "nodeType": "YulIdentifier", + "src": "15600:3:35" + }, + "nativeSrc": "15600:14:35", + "nodeType": "YulFunctionCall", + "src": "15600:14:35" + }, + { + "kind": "number", + "nativeSrc": "15616:4:35", + "nodeType": "YulLiteral", + "src": "15616:4:35", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15593:6:35", + "nodeType": "YulIdentifier", + "src": "15593:6:35" + }, + "nativeSrc": "15593:28:35", + "nodeType": "YulFunctionCall", + "src": "15593:28:35" + }, + "nativeSrc": "15593:28:35", + "nodeType": "YulExpressionStatement", + "src": "15593:28:35" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "ptr", + "nativeSrc": "15645:3:35", + "nodeType": "YulIdentifier", + "src": "15645:3:35" + }, + { + "kind": "number", + "nativeSrc": "15650:4:35", + "nodeType": "YulLiteral", + "src": "15650:4:35", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15641:3:35", + "nodeType": "YulIdentifier", + "src": "15641:3:35" + }, + "nativeSrc": "15641:14:35", + "nodeType": "YulFunctionCall", + "src": "15641:14:35" + }, + { + "kind": "number", + "nativeSrc": "15657:4:35", + "nodeType": "YulLiteral", + "src": "15657:4:35", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15634:6:35", + "nodeType": "YulIdentifier", + "src": "15634:6:35" + }, + "nativeSrc": "15634:28:35", + "nodeType": "YulFunctionCall", + "src": "15634:28:35" + }, + "nativeSrc": "15634:28:35", + "nodeType": "YulExpressionStatement", + "src": "15634:28:35" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "ptr", + "nativeSrc": "15686:3:35", + "nodeType": "YulIdentifier", + "src": "15686:3:35" + }, + { + "kind": "number", + "nativeSrc": "15691:4:35", + "nodeType": "YulLiteral", + "src": "15691:4:35", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15682:3:35", + "nodeType": "YulIdentifier", + "src": "15682:3:35" + }, + "nativeSrc": "15682:14:35", + "nodeType": "YulFunctionCall", + "src": "15682:14:35" + }, + { + "name": "b", + "nativeSrc": "15698:1:35", + "nodeType": "YulIdentifier", + "src": "15698:1:35" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15675:6:35", + "nodeType": "YulIdentifier", + "src": "15675:6:35" + }, + "nativeSrc": "15675:25:35", + "nodeType": "YulFunctionCall", + "src": "15675:25:35" + }, + "nativeSrc": "15675:25:35", + "nodeType": "YulExpressionStatement", + "src": "15675:25:35" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "ptr", + "nativeSrc": "15724:3:35", + "nodeType": "YulIdentifier", + "src": "15724:3:35" + }, + { + "kind": "number", + "nativeSrc": "15729:4:35", + "nodeType": "YulLiteral", + "src": "15729:4:35", + "type": "", + "value": "0x80" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15720:3:35", + "nodeType": "YulIdentifier", + "src": "15720:3:35" + }, + "nativeSrc": "15720:14:35", + "nodeType": "YulFunctionCall", + "src": "15720:14:35" + }, + { + "name": "e", + "nativeSrc": "15736:1:35", + "nodeType": "YulIdentifier", + "src": "15736:1:35" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15713:6:35", + "nodeType": "YulIdentifier", + "src": "15713:6:35" + }, + "nativeSrc": "15713:25:35", + "nodeType": "YulFunctionCall", + "src": "15713:25:35" + }, + "nativeSrc": "15713:25:35", + "nodeType": "YulExpressionStatement", + "src": "15713:25:35" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "ptr", + "nativeSrc": "15762:3:35", + "nodeType": "YulIdentifier", + "src": "15762:3:35" + }, + { + "kind": "number", + "nativeSrc": "15767:4:35", + "nodeType": "YulLiteral", + "src": "15767:4:35", + "type": "", + "value": "0xa0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15758:3:35", + "nodeType": "YulIdentifier", + "src": "15758:3:35" + }, + "nativeSrc": "15758:14:35", + "nodeType": "YulFunctionCall", + "src": "15758:14:35" + }, + { + "name": "m", + "nativeSrc": "15774:1:35", + "nodeType": "YulIdentifier", + "src": "15774:1:35" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15751:6:35", + "nodeType": "YulIdentifier", + "src": "15751:6:35" + }, + "nativeSrc": "15751:25:35", + "nodeType": "YulFunctionCall", + "src": "15751:25:35" + }, + "nativeSrc": "15751:25:35", + "nodeType": "YulExpressionStatement", + "src": "15751:25:35" + }, + { + "nativeSrc": "15938:57:35", + "nodeType": "YulAssignment", + "src": "15938:57:35", + "value": { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "gas", + "nativeSrc": "15960:3:35", + "nodeType": "YulIdentifier", + "src": "15960:3:35" + }, + "nativeSrc": "15960:5:35", + "nodeType": "YulFunctionCall", + "src": "15960:5:35" + }, + { + "kind": "number", + "nativeSrc": "15967:4:35", + "nodeType": "YulLiteral", + "src": "15967:4:35", + "type": "", + "value": "0x05" + }, + { + "name": "ptr", + "nativeSrc": "15973:3:35", + "nodeType": "YulIdentifier", + "src": "15973:3:35" + }, + { + "kind": "number", + "nativeSrc": "15978:4:35", + "nodeType": "YulLiteral", + "src": "15978:4:35", + "type": "", + "value": "0xc0" + }, + { + "kind": "number", + "nativeSrc": "15984:4:35", + "nodeType": "YulLiteral", + "src": "15984:4:35", + "type": "", + "value": "0x00" + }, + { + "kind": "number", + "nativeSrc": "15990:4:35", + "nodeType": "YulLiteral", + "src": "15990:4:35", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "staticcall", + "nativeSrc": "15949:10:35", + "nodeType": "YulIdentifier", + "src": "15949:10:35" + }, + "nativeSrc": "15949:46:35", + "nodeType": "YulFunctionCall", + "src": "15949:46:35" + }, + "variableNames": [ + { + "name": "success", + "nativeSrc": "15938:7:35", + "nodeType": "YulIdentifier", + "src": "15938:7:35" + } + ] + }, + { + "nativeSrc": "16008:21:35", + "nodeType": "YulAssignment", + "src": "16008:21:35", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "16024:4:35", + "nodeType": "YulLiteral", + "src": "16024:4:35", + "type": "", + "value": "0x00" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "16018:5:35", + "nodeType": "YulIdentifier", + "src": "16018:5:35" + }, + "nativeSrc": "16018:11:35", + "nodeType": "YulFunctionCall", + "src": "16018:11:35" + }, + "variableNames": [ + { + "name": "result", + "nativeSrc": "16008:6:35", + "nodeType": "YulIdentifier", + "src": "16008:6:35" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 10205, + "isOffset": false, + "isSlot": false, + "src": "15698:1:35", + "valueSize": 1 + }, + { + "declaration": 10207, + "isOffset": false, + "isSlot": false, + "src": "15736:1:35", + "valueSize": 1 + }, + { + "declaration": 10209, + "isOffset": false, + "isSlot": false, + "src": "15774:1:35", + "valueSize": 1 + }, + { + "declaration": 10214, + "isOffset": false, + "isSlot": false, + "src": "16008:6:35", + "valueSize": 1 + }, + { + "declaration": 10212, + "isOffset": false, + "isSlot": false, + "src": "15938:7:35", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 10224, + "nodeType": "InlineAssembly", + "src": "14601:1438:35" + } + ] + }, + "documentation": { + "id": 10203, + "nodeType": "StructuredDocumentation", + "src": "13704:738:35", + "text": " @dev Returns the modular exponentiation of the specified base, exponent and modulus (b ** e % m).\n It includes a success flag indicating if the operation succeeded. Operation will be marked as failed if trying\n to operate modulo 0 or if the underlying precompile reverted.\n IMPORTANT: The result is only valid if the success flag is true. When using this function, make sure the chain\n you're using it on supports the precompiled contract for modular exponentiation at address 0x05 as specified in\n https://eips.ethereum.org/EIPS/eip-198[EIP-198]. Otherwise, the underlying function will succeed given the lack\n of a revert, but the result may be incorrectly interpreted as 0." + }, + "id": 10226, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "tryModExp", + "nameLocation": "14456:9:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10210, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10205, + "mutability": "mutable", + "name": "b", + "nameLocation": "14474:1:35", + "nodeType": "VariableDeclaration", + "scope": 10226, + "src": "14466:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10204, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "14466:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10207, + "mutability": "mutable", + "name": "e", + "nameLocation": "14485:1:35", + "nodeType": "VariableDeclaration", + "scope": 10226, + "src": "14477:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10206, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "14477:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10209, + "mutability": "mutable", + "name": "m", + "nameLocation": "14496:1:35", + "nodeType": "VariableDeclaration", + "scope": 10226, + "src": "14488:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10208, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "14488:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "14465:33:35" + }, + "returnParameters": { + "id": 10215, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10212, + "mutability": "mutable", + "name": "success", + "nameLocation": "14527:7:35", + "nodeType": "VariableDeclaration", + "scope": 10226, + "src": "14522:12:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 10211, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "14522:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10214, + "mutability": "mutable", + "name": "result", + "nameLocation": "14544:6:35", + "nodeType": "VariableDeclaration", + "scope": 10226, + "src": "14536:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10213, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "14536:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "14521:30:35" + }, + "scope": 11181, + "src": "14447:1598:35", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 10261, + "nodeType": "Block", + "src": "16242:179:35", + "statements": [ + { + "assignments": [ + 10239, + 10241 + ], + "declarations": [ + { + "constant": false, + "id": 10239, + "mutability": "mutable", + "name": "success", + "nameLocation": "16258:7:35", + "nodeType": "VariableDeclaration", + "scope": 10261, + "src": "16253:12:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 10238, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "16253:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10241, + "mutability": "mutable", + "name": "result", + "nameLocation": "16280:6:35", + "nodeType": "VariableDeclaration", + "scope": 10261, + "src": "16267:19:35", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 10240, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "16267:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 10247, + "initialValue": { + "arguments": [ + { + "id": 10243, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10229, + "src": "16300:1:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 10244, + "name": "e", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10231, + "src": "16303:1:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 10245, + "name": "m", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10233, + "src": "16306:1:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 10242, + "name": "tryModExp", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 10226, + 10308 + ], + "referencedDeclaration": 10308, + "src": "16290:9:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "function (bytes memory,bytes memory,bytes memory) view returns (bool,bytes memory)" + } + }, + "id": 10246, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16290:18:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "16252:56:35" + }, + { + "condition": { + "id": 10249, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "16322:8:35", + "subExpression": { + "id": 10248, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10239, + "src": "16323:7:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10258, + "nodeType": "IfStatement", + "src": "16318:74:35", + "trueBody": { + "id": 10257, + "nodeType": "Block", + "src": "16332:60:35", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "id": 10253, + "name": "Panic", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8088, + "src": "16358:5:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Panic_$8088_$", + "typeString": "type(library Panic)" + } + }, + "id": 10254, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "16364:16:35", + "memberName": "DIVISION_BY_ZERO", + "nodeType": "MemberAccess", + "referencedDeclaration": 8055, + "src": "16358:22:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 10250, + "name": "Panic", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 8088, + "src": "16346:5:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Panic_$8088_$", + "typeString": "type(library Panic)" + } + }, + "id": 10252, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "16352:5:35", + "memberName": "panic", + "nodeType": "MemberAccess", + "referencedDeclaration": 8087, + "src": "16346:11:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$__$", + "typeString": "function (uint256) pure" + } + }, + "id": 10255, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16346:35:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 10256, + "nodeType": "ExpressionStatement", + "src": "16346:35:35" + } + ] + } + }, + { + "expression": { + "id": 10259, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10241, + "src": "16408:6:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 10237, + "id": 10260, + "nodeType": "Return", + "src": "16401:13:35" + } + ] + }, + "documentation": { + "id": 10227, + "nodeType": "StructuredDocumentation", + "src": "16051:85:35", + "text": " @dev Variant of {modExp} that supports inputs of arbitrary length." + }, + "id": 10262, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "modExp", + "nameLocation": "16150:6:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10234, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10229, + "mutability": "mutable", + "name": "b", + "nameLocation": "16170:1:35", + "nodeType": "VariableDeclaration", + "scope": 10262, + "src": "16157:14:35", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 10228, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "16157:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10231, + "mutability": "mutable", + "name": "e", + "nameLocation": "16186:1:35", + "nodeType": "VariableDeclaration", + "scope": 10262, + "src": "16173:14:35", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 10230, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "16173:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10233, + "mutability": "mutable", + "name": "m", + "nameLocation": "16202:1:35", + "nodeType": "VariableDeclaration", + "scope": 10262, + "src": "16189:14:35", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 10232, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "16189:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "16156:48:35" + }, + "returnParameters": { + "id": 10237, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10236, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 10262, + "src": "16228:12:35", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 10235, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "16228:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "16227:14:35" + }, + "scope": 11181, + "src": "16141:280:35", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 10307, + "nodeType": "Block", + "src": "16675:771:35", + "statements": [ + { + "condition": { + "arguments": [ + { + "id": 10277, + "name": "m", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10269, + "src": "16700:1:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 10276, + "name": "_zeroBytes", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10341, + "src": "16689:10:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$_t_bool_$", + "typeString": "function (bytes memory) pure returns (bool)" + } + }, + "id": 10278, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16689:13:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10286, + "nodeType": "IfStatement", + "src": "16685:47:35", + "trueBody": { + "expression": { + "components": [ + { + "hexValue": "66616c7365", + "id": 10279, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "16712:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "arguments": [ + { + "hexValue": "30", + "id": 10282, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "16729:1:35", + "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": 10281, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "NewExpression", + "src": "16719:9:35", + "typeDescriptions": { + "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (uint256) pure returns (bytes memory)" + }, + "typeName": { + "id": 10280, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "16723:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + } + }, + "id": 10283, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16719:12:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "id": 10284, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "16711:21:35", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "functionReturnParameters": 10275, + "id": 10285, + "nodeType": "Return", + "src": "16704:28:35" + } + }, + { + "assignments": [ + 10288 + ], + "declarations": [ + { + "constant": false, + "id": 10288, + "mutability": "mutable", + "name": "mLen", + "nameLocation": "16751:4:35", + "nodeType": "VariableDeclaration", + "scope": 10307, + "src": "16743:12:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10287, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "16743:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10291, + "initialValue": { + "expression": { + "id": 10289, + "name": "m", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10269, + "src": "16758:1:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 10290, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "16760:6:35", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "16758:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "16743:23:35" + }, + { + "expression": { + "id": 10304, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10292, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10274, + "src": "16848:6:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "expression": { + "id": 10295, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10265, + "src": "16874:1:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 10296, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "16876:6:35", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "16874:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "expression": { + "id": 10297, + "name": "e", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10267, + "src": "16884:1:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 10298, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "16886:6:35", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "16884:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 10299, + "name": "mLen", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10288, + "src": "16894:4:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 10300, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10265, + "src": "16900:1:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 10301, + "name": "e", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10267, + "src": "16903:1:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 10302, + "name": "m", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10269, + "src": "16906:1:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "expression": { + "id": 10293, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -1, + "src": "16857:3:35", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 10294, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "16861:12:35", + "memberName": "encodePacked", + "nodeType": "MemberAccess", + "src": "16857:16:35", + "typeDescriptions": { + "typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$", + "typeString": "function () pure returns (bytes memory)" + } + }, + "id": 10303, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16857:51:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "src": "16848:60:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 10305, + "nodeType": "ExpressionStatement", + "src": "16848:60:35" + }, + { + "AST": { + "nativeSrc": "16944:496:35", + "nodeType": "YulBlock", + "src": "16944:496:35", + "statements": [ + { + "nativeSrc": "16958:32:35", + "nodeType": "YulVariableDeclaration", + "src": "16958:32:35", + "value": { + "arguments": [ + { + "name": "result", + "nativeSrc": "16977:6:35", + "nodeType": "YulIdentifier", + "src": "16977:6:35" + }, + { + "kind": "number", + "nativeSrc": "16985:4:35", + "nodeType": "YulLiteral", + "src": "16985:4:35", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16973:3:35", + "nodeType": "YulIdentifier", + "src": "16973:3:35" + }, + "nativeSrc": "16973:17:35", + "nodeType": "YulFunctionCall", + "src": "16973:17:35" + }, + "variables": [ + { + "name": "dataPtr", + "nativeSrc": "16962:7:35", + "nodeType": "YulTypedName", + "src": "16962:7:35", + "type": "" + } + ] + }, + { + "nativeSrc": "17080:73:35", + "nodeType": "YulAssignment", + "src": "17080:73:35", + "value": { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "gas", + "nativeSrc": "17102:3:35", + "nodeType": "YulIdentifier", + "src": "17102:3:35" + }, + "nativeSrc": "17102:5:35", + "nodeType": "YulFunctionCall", + "src": "17102:5:35" + }, + { + "kind": "number", + "nativeSrc": "17109:4:35", + "nodeType": "YulLiteral", + "src": "17109:4:35", + "type": "", + "value": "0x05" + }, + { + "name": "dataPtr", + "nativeSrc": "17115:7:35", + "nodeType": "YulIdentifier", + "src": "17115:7:35" + }, + { + "arguments": [ + { + "name": "result", + "nativeSrc": "17130:6:35", + "nodeType": "YulIdentifier", + "src": "17130:6:35" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "17124:5:35", + "nodeType": "YulIdentifier", + "src": "17124:5:35" + }, + "nativeSrc": "17124:13:35", + "nodeType": "YulFunctionCall", + "src": "17124:13:35" + }, + { + "name": "dataPtr", + "nativeSrc": "17139:7:35", + "nodeType": "YulIdentifier", + "src": "17139:7:35" + }, + { + "name": "mLen", + "nativeSrc": "17148:4:35", + "nodeType": "YulIdentifier", + "src": "17148:4:35" + } + ], + "functionName": { + "name": "staticcall", + "nativeSrc": "17091:10:35", + "nodeType": "YulIdentifier", + "src": "17091:10:35" + }, + "nativeSrc": "17091:62:35", + "nodeType": "YulFunctionCall", + "src": "17091:62:35" + }, + "variableNames": [ + { + "name": "success", + "nativeSrc": "17080:7:35", + "nodeType": "YulIdentifier", + "src": "17080:7:35" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "result", + "nativeSrc": "17309:6:35", + "nodeType": "YulIdentifier", + "src": "17309:6:35" + }, + { + "name": "mLen", + "nativeSrc": "17317:4:35", + "nodeType": "YulIdentifier", + "src": "17317:4:35" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17302:6:35", + "nodeType": "YulIdentifier", + "src": "17302:6:35" + }, + "nativeSrc": "17302:20:35", + "nodeType": "YulFunctionCall", + "src": "17302:20:35" + }, + "nativeSrc": "17302:20:35", + "nodeType": "YulExpressionStatement", + "src": "17302:20:35" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "17405:4:35", + "nodeType": "YulLiteral", + "src": "17405:4:35", + "type": "", + "value": "0x40" + }, + { + "arguments": [ + { + "name": "dataPtr", + "nativeSrc": "17415:7:35", + "nodeType": "YulIdentifier", + "src": "17415:7:35" + }, + { + "name": "mLen", + "nativeSrc": "17424:4:35", + "nodeType": "YulIdentifier", + "src": "17424:4:35" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17411:3:35", + "nodeType": "YulIdentifier", + "src": "17411:3:35" + }, + "nativeSrc": "17411:18:35", + "nodeType": "YulFunctionCall", + "src": "17411:18:35" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17398:6:35", + "nodeType": "YulIdentifier", + "src": "17398:6:35" + }, + "nativeSrc": "17398:32:35", + "nodeType": "YulFunctionCall", + "src": "17398:32:35" + }, + "nativeSrc": "17398:32:35", + "nodeType": "YulExpressionStatement", + "src": "17398:32:35" + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 10288, + "isOffset": false, + "isSlot": false, + "src": "17148:4:35", + "valueSize": 1 + }, + { + "declaration": 10288, + "isOffset": false, + "isSlot": false, + "src": "17317:4:35", + "valueSize": 1 + }, + { + "declaration": 10288, + "isOffset": false, + "isSlot": false, + "src": "17424:4:35", + "valueSize": 1 + }, + { + "declaration": 10274, + "isOffset": false, + "isSlot": false, + "src": "16977:6:35", + "valueSize": 1 + }, + { + "declaration": 10274, + "isOffset": false, + "isSlot": false, + "src": "17130:6:35", + "valueSize": 1 + }, + { + "declaration": 10274, + "isOffset": false, + "isSlot": false, + "src": "17309:6:35", + "valueSize": 1 + }, + { + "declaration": 10272, + "isOffset": false, + "isSlot": false, + "src": "17080:7:35", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 10306, + "nodeType": "InlineAssembly", + "src": "16919:521:35" + } + ] + }, + "documentation": { + "id": 10263, + "nodeType": "StructuredDocumentation", + "src": "16427:88:35", + "text": " @dev Variant of {tryModExp} that supports inputs of arbitrary length." + }, + "id": 10308, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "tryModExp", + "nameLocation": "16529:9:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10270, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10265, + "mutability": "mutable", + "name": "b", + "nameLocation": "16561:1:35", + "nodeType": "VariableDeclaration", + "scope": 10308, + "src": "16548:14:35", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 10264, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "16548:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10267, + "mutability": "mutable", + "name": "e", + "nameLocation": "16585:1:35", + "nodeType": "VariableDeclaration", + "scope": 10308, + "src": "16572:14:35", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 10266, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "16572:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10269, + "mutability": "mutable", + "name": "m", + "nameLocation": "16609:1:35", + "nodeType": "VariableDeclaration", + "scope": 10308, + "src": "16596:14:35", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 10268, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "16596:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "16538:78:35" + }, + "returnParameters": { + "id": 10275, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10272, + "mutability": "mutable", + "name": "success", + "nameLocation": "16645:7:35", + "nodeType": "VariableDeclaration", + "scope": 10308, + "src": "16640:12:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 10271, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "16640:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10274, + "mutability": "mutable", + "name": "result", + "nameLocation": "16667:6:35", + "nodeType": "VariableDeclaration", + "scope": 10308, + "src": "16654:19:35", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 10273, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "16654:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "16639:35:35" + }, + "scope": 11181, + "src": "16520:926:35", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 10340, + "nodeType": "Block", + "src": "17601:176:35", + "statements": [ + { + "body": { + "id": 10336, + "nodeType": "Block", + "src": "17658:92:35", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + }, + "id": 10331, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "baseExpression": { + "id": 10327, + "name": "byteArray", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10311, + "src": "17676:9:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 10329, + "indexExpression": { + "id": 10328, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10317, + "src": "17686:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "17676:12:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes1", + "typeString": "bytes1" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 10330, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "17692:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "17676:17:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10335, + "nodeType": "IfStatement", + "src": "17672:68:35", + "trueBody": { + "id": 10334, + "nodeType": "Block", + "src": "17695:45:35", + "statements": [ + { + "expression": { + "hexValue": "66616c7365", + "id": 10332, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "17720:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "functionReturnParameters": 10315, + "id": 10333, + "nodeType": "Return", + "src": "17713:12:35" + } + ] + } + } + ] + }, + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10323, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10320, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10317, + "src": "17631:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "expression": { + "id": 10321, + "name": "byteArray", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10311, + "src": "17635:9:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 10322, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "17645:6:35", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "17635:16:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "17631:20:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10337, + "initializationExpression": { + "assignments": [ + 10317 + ], + "declarations": [ + { + "constant": false, + "id": 10317, + "mutability": "mutable", + "name": "i", + "nameLocation": "17624:1:35", + "nodeType": "VariableDeclaration", + "scope": 10337, + "src": "17616:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10316, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "17616:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10319, + "initialValue": { + "hexValue": "30", + "id": 10318, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "17628:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "nodeType": "VariableDeclarationStatement", + "src": "17616:13:35" + }, + "isSimpleCounterLoop": true, + "loopExpression": { + "expression": { + "id": 10325, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "++", + "prefix": true, + "src": "17653:3:35", + "subExpression": { + "id": 10324, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10317, + "src": "17655:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10326, + "nodeType": "ExpressionStatement", + "src": "17653:3:35" + }, + "nodeType": "ForStatement", + "src": "17611:139:35" + }, + { + "expression": { + "hexValue": "74727565", + "id": 10338, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "17766:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 10315, + "id": 10339, + "nodeType": "Return", + "src": "17759:11:35" + } + ] + }, + "documentation": { + "id": 10309, + "nodeType": "StructuredDocumentation", + "src": "17452:72:35", + "text": " @dev Returns whether the provided byte array is zero." + }, + "id": 10341, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_zeroBytes", + "nameLocation": "17538:10:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10312, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10311, + "mutability": "mutable", + "name": "byteArray", + "nameLocation": "17562:9:35", + "nodeType": "VariableDeclaration", + "scope": 10341, + "src": "17549:22:35", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 10310, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "17549:5:35", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "17548:24:35" + }, + "returnParameters": { + "id": 10315, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10314, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 10341, + "src": "17595:4:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 10313, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "17595:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "17594:6:35" + }, + "scope": 11181, + "src": "17529:248:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "private" + }, + { + "body": { + "id": 10559, + "nodeType": "Block", + "src": "18137:5124:35", + "statements": [ + { + "id": 10558, + "nodeType": "UncheckedBlock", + "src": "18147:5108:35", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10351, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10349, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10344, + "src": "18241:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<=", + "rightExpression": { + "hexValue": "31", + "id": 10350, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "18246:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "18241:6:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10355, + "nodeType": "IfStatement", + "src": "18237:53:35", + "trueBody": { + "id": 10354, + "nodeType": "Block", + "src": "18249:41:35", + "statements": [ + { + "expression": { + "id": 10352, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10344, + "src": "18274:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 10348, + "id": 10353, + "nodeType": "Return", + "src": "18267:8:35" + } + ] + } + }, + { + "assignments": [ + 10357 + ], + "declarations": [ + { + "constant": false, + "id": 10357, + "mutability": "mutable", + "name": "aa", + "nameLocation": "19225:2:35", + "nodeType": "VariableDeclaration", + "scope": 10558, + "src": "19217:10:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10356, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "19217:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10359, + "initialValue": { + "id": 10358, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10344, + "src": "19230:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "19217:14:35" + }, + { + "assignments": [ + 10361 + ], + "declarations": [ + { + "constant": false, + "id": 10361, + "mutability": "mutable", + "name": "xn", + "nameLocation": "19253:2:35", + "nodeType": "VariableDeclaration", + "scope": 10558, + "src": "19245:10:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10360, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "19245:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10363, + "initialValue": { + "hexValue": "31", + "id": 10362, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19258:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "VariableDeclarationStatement", + "src": "19245:14:35" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10369, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10364, + "name": "aa", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10357, + "src": "19278:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", + "typeString": "int_const 3402...(31 digits omitted)...1456" + }, + "id": 10367, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10365, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19285:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "313238", + "id": 10366, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19290:3:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_128_by_1", + "typeString": "int_const 128" + }, + "value": "128" + }, + "src": "19285:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", + "typeString": "int_const 3402...(31 digits omitted)...1456" + } + } + ], + "id": 10368, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "19284:10:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", + "typeString": "int_const 3402...(31 digits omitted)...1456" + } + }, + "src": "19278:16:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10379, + "nodeType": "IfStatement", + "src": "19274:92:35", + "trueBody": { + "id": 10378, + "nodeType": "Block", + "src": "19296:70:35", + "statements": [ + { + "expression": { + "id": 10372, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10370, + "name": "aa", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10357, + "src": "19314:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "hexValue": "313238", + "id": 10371, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19321:3:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_128_by_1", + "typeString": "int_const 128" + }, + "value": "128" + }, + "src": "19314:10:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10373, + "nodeType": "ExpressionStatement", + "src": "19314:10:35" + }, + { + "expression": { + "id": 10376, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10374, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "19342:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "<<=", + "rightHandSide": { + "hexValue": "3634", + "id": 10375, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19349:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + "value": "64" + }, + "src": "19342:9:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10377, + "nodeType": "ExpressionStatement", + "src": "19342:9:35" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10385, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10380, + "name": "aa", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10357, + "src": "19383:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_18446744073709551616_by_1", + "typeString": "int_const 18446744073709551616" + }, + "id": 10383, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10381, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19390:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "3634", + "id": 10382, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19395:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + "value": "64" + }, + "src": "19390:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_18446744073709551616_by_1", + "typeString": "int_const 18446744073709551616" + } + } + ], + "id": 10384, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "19389:9:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_18446744073709551616_by_1", + "typeString": "int_const 18446744073709551616" + } + }, + "src": "19383:15:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10395, + "nodeType": "IfStatement", + "src": "19379:90:35", + "trueBody": { + "id": 10394, + "nodeType": "Block", + "src": "19400:69:35", + "statements": [ + { + "expression": { + "id": 10388, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10386, + "name": "aa", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10357, + "src": "19418:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "hexValue": "3634", + "id": 10387, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19425:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + "value": "64" + }, + "src": "19418:9:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10389, + "nodeType": "ExpressionStatement", + "src": "19418:9:35" + }, + { + "expression": { + "id": 10392, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10390, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "19445:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "<<=", + "rightHandSide": { + "hexValue": "3332", + "id": 10391, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19452:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + "src": "19445:9:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10393, + "nodeType": "ExpressionStatement", + "src": "19445:9:35" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10401, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10396, + "name": "aa", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10357, + "src": "19486:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_4294967296_by_1", + "typeString": "int_const 4294967296" + }, + "id": 10399, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10397, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19493:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "3332", + "id": 10398, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19498:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + "src": "19493:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4294967296_by_1", + "typeString": "int_const 4294967296" + } + } + ], + "id": 10400, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "19492:9:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4294967296_by_1", + "typeString": "int_const 4294967296" + } + }, + "src": "19486:15:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10411, + "nodeType": "IfStatement", + "src": "19482:90:35", + "trueBody": { + "id": 10410, + "nodeType": "Block", + "src": "19503:69:35", + "statements": [ + { + "expression": { + "id": 10404, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10402, + "name": "aa", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10357, + "src": "19521:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "hexValue": "3332", + "id": 10403, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19528:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + "src": "19521:9:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10405, + "nodeType": "ExpressionStatement", + "src": "19521:9:35" + }, + { + "expression": { + "id": 10408, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10406, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "19548:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "<<=", + "rightHandSide": { + "hexValue": "3136", + "id": 10407, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19555:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "value": "16" + }, + "src": "19548:9:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10409, + "nodeType": "ExpressionStatement", + "src": "19548:9:35" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10417, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10412, + "name": "aa", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10357, + "src": "19589:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_65536_by_1", + "typeString": "int_const 65536" + }, + "id": 10415, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10413, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19596:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "3136", + "id": 10414, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19601:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "value": "16" + }, + "src": "19596:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_65536_by_1", + "typeString": "int_const 65536" + } + } + ], + "id": 10416, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "19595:9:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_65536_by_1", + "typeString": "int_const 65536" + } + }, + "src": "19589:15:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10427, + "nodeType": "IfStatement", + "src": "19585:89:35", + "trueBody": { + "id": 10426, + "nodeType": "Block", + "src": "19606:68:35", + "statements": [ + { + "expression": { + "id": 10420, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10418, + "name": "aa", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10357, + "src": "19624:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "hexValue": "3136", + "id": 10419, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19631:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "value": "16" + }, + "src": "19624:9:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10421, + "nodeType": "ExpressionStatement", + "src": "19624:9:35" + }, + { + "expression": { + "id": 10424, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10422, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "19651:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "<<=", + "rightHandSide": { + "hexValue": "38", + "id": 10423, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19658:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_8_by_1", + "typeString": "int_const 8" + }, + "value": "8" + }, + "src": "19651:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10425, + "nodeType": "ExpressionStatement", + "src": "19651:8:35" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10433, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10428, + "name": "aa", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10357, + "src": "19691:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_256_by_1", + "typeString": "int_const 256" + }, + "id": 10431, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10429, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19698:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "38", + "id": 10430, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19703:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_8_by_1", + "typeString": "int_const 8" + }, + "value": "8" + }, + "src": "19698:6:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_256_by_1", + "typeString": "int_const 256" + } + } + ], + "id": 10432, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "19697:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_256_by_1", + "typeString": "int_const 256" + } + }, + "src": "19691:14:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10443, + "nodeType": "IfStatement", + "src": "19687:87:35", + "trueBody": { + "id": 10442, + "nodeType": "Block", + "src": "19707:67:35", + "statements": [ + { + "expression": { + "id": 10436, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10434, + "name": "aa", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10357, + "src": "19725:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "hexValue": "38", + "id": 10435, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19732:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_8_by_1", + "typeString": "int_const 8" + }, + "value": "8" + }, + "src": "19725:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10437, + "nodeType": "ExpressionStatement", + "src": "19725:8:35" + }, + { + "expression": { + "id": 10440, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10438, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "19751:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "<<=", + "rightHandSide": { + "hexValue": "34", + "id": 10439, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19758:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "src": "19751:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10441, + "nodeType": "ExpressionStatement", + "src": "19751:8:35" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10449, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10444, + "name": "aa", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10357, + "src": "19791:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "id": 10447, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10445, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19798:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "34", + "id": 10446, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19803:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "src": "19798:6:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + } + } + ], + "id": 10448, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "19797:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + } + }, + "src": "19791:14:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10459, + "nodeType": "IfStatement", + "src": "19787:87:35", + "trueBody": { + "id": 10458, + "nodeType": "Block", + "src": "19807:67:35", + "statements": [ + { + "expression": { + "id": 10452, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10450, + "name": "aa", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10357, + "src": "19825:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "hexValue": "34", + "id": 10451, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19832:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "src": "19825:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10453, + "nodeType": "ExpressionStatement", + "src": "19825:8:35" + }, + { + "expression": { + "id": 10456, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10454, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "19851:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "<<=", + "rightHandSide": { + "hexValue": "32", + "id": 10455, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19858:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "src": "19851:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10457, + "nodeType": "ExpressionStatement", + "src": "19851:8:35" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10465, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10460, + "name": "aa", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10357, + "src": "19891:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "id": 10463, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10461, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19898:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "32", + "id": 10462, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19903:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "src": "19898:6:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + } + } + ], + "id": 10464, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "19897:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + } + }, + "src": "19891:14:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10471, + "nodeType": "IfStatement", + "src": "19887:61:35", + "trueBody": { + "id": 10470, + "nodeType": "Block", + "src": "19907:41:35", + "statements": [ + { + "expression": { + "id": 10468, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10466, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "19925:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "<<=", + "rightHandSide": { + "hexValue": "31", + "id": 10467, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19932:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "19925:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10469, + "nodeType": "ExpressionStatement", + "src": "19925:8:35" + } + ] + } + }, + { + "expression": { + "id": 10479, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10472, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "20368:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10478, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10475, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "33", + "id": 10473, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "20374:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_3_by_1", + "typeString": "int_const 3" + }, + "value": "3" + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 10474, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "20378:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "20374:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 10476, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "20373:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">>", + "rightExpression": { + "hexValue": "31", + "id": 10477, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "20385:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "20373:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "20368:18:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10480, + "nodeType": "ExpressionStatement", + "src": "20368:18:35" + }, + { + "expression": { + "id": 10490, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10481, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22273:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10489, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10486, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10482, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22279:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10485, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10483, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10344, + "src": "22284:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 10484, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22288:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22284:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22279:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 10487, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "22278:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">>", + "rightExpression": { + "hexValue": "31", + "id": 10488, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "22295:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "22278:18:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22273:23:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10491, + "nodeType": "ExpressionStatement", + "src": "22273:23:35" + }, + { + "expression": { + "id": 10501, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10492, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22382:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10500, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10497, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10493, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22388:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10496, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10494, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10344, + "src": "22393:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 10495, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22397:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22393:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22388:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 10498, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "22387:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">>", + "rightExpression": { + "hexValue": "31", + "id": 10499, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "22404:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "22387:18:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22382:23:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10502, + "nodeType": "ExpressionStatement", + "src": "22382:23:35" + }, + { + "expression": { + "id": 10512, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10503, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22493:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10511, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10508, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10504, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22499:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10507, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10505, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10344, + "src": "22504:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 10506, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22508:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22504:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22499:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 10509, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "22498:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">>", + "rightExpression": { + "hexValue": "31", + "id": 10510, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "22515:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "22498:18:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22493:23:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10513, + "nodeType": "ExpressionStatement", + "src": "22493:23:35" + }, + { + "expression": { + "id": 10523, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10514, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22602:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10522, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10519, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10515, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22608:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10518, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10516, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10344, + "src": "22613:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 10517, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22617:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22613:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22608:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 10520, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "22607:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">>", + "rightExpression": { + "hexValue": "31", + "id": 10521, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "22624:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "22607:18:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22602:23:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10524, + "nodeType": "ExpressionStatement", + "src": "22602:23:35" + }, + { + "expression": { + "id": 10534, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10525, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22712:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10533, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10530, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10526, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22718:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10529, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10527, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10344, + "src": "22723:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 10528, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22727:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22723:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22718:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 10531, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "22717:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">>", + "rightExpression": { + "hexValue": "31", + "id": 10532, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "22734:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "22717:18:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22712:23:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10535, + "nodeType": "ExpressionStatement", + "src": "22712:23:35" + }, + { + "expression": { + "id": 10545, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10536, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22822:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10544, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10541, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10537, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22828:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10540, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10538, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10344, + "src": "22833:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 10539, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "22837:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22833:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22828:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 10542, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "22827:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">>", + "rightExpression": { + "hexValue": "31", + "id": 10543, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "22844:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "22827:18:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "22822:23:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10546, + "nodeType": "ExpressionStatement", + "src": "22822:23:35" + }, + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10556, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10547, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "23211:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10554, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10550, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "23232:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10553, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10551, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10344, + "src": "23237:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 10552, + "name": "xn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10361, + "src": "23241:2:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "23237:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "23232:11:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 10548, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "23216:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 10549, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "23225:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "23216:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 10555, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23216:28:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "23211:33:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 10348, + "id": 10557, + "nodeType": "Return", + "src": "23204:40:35" + } + ] + } + ] + }, + "documentation": { + "id": 10342, + "nodeType": "StructuredDocumentation", + "src": "17783:292:35", + "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 This method is based on Newton's method for computing square roots; the algorithm is restricted to only\n using integer operations." + }, + "id": 10560, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "sqrt", + "nameLocation": "18089:4:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10345, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10344, + "mutability": "mutable", + "name": "a", + "nameLocation": "18102:1:35", + "nodeType": "VariableDeclaration", + "scope": 10560, + "src": "18094:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10343, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "18094:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "18093:11:35" + }, + "returnParameters": { + "id": 10348, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10347, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 10560, + "src": "18128:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10346, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "18128:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "18127:9:35" + }, + "scope": 11181, + "src": "18080:5181:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 10593, + "nodeType": "Block", + "src": "23434:171:35", + "statements": [ + { + "id": 10592, + "nodeType": "UncheckedBlock", + "src": "23444:155:35", + "statements": [ + { + "assignments": [ + 10572 + ], + "declarations": [ + { + "constant": false, + "id": 10572, + "mutability": "mutable", + "name": "result", + "nameLocation": "23476:6:35", + "nodeType": "VariableDeclaration", + "scope": 10592, + "src": "23468:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10571, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "23468:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10576, + "initialValue": { + "arguments": [ + { + "id": 10574, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10563, + "src": "23490:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 10573, + "name": "sqrt", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 10560, + 10594 + ], + "referencedDeclaration": 10560, + "src": "23485:4:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (uint256) pure returns (uint256)" + } + }, + "id": 10575, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23485:7:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "23468:24:35" + }, + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10590, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10577, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10572, + "src": "23513:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 10588, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 10581, + "name": "rounding", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10566, + "src": "23555:8:35", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + ], + "id": 10580, + "name": "unsignedRoundsUp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11180, + "src": "23538:16:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$9587_$returns$_t_bool_$", + "typeString": "function (enum Math.Rounding) pure returns (bool)" + } + }, + "id": 10582, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23538:26:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10587, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10585, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10583, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10572, + "src": "23568:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 10584, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10572, + "src": "23577:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "23568:15:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 10586, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10563, + "src": "23586:1:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "23568:19:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "23538:49:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 10578, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "23522:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 10579, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "23531:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "23522:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 10589, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23522:66:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "23513:75:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 10570, + "id": 10591, + "nodeType": "Return", + "src": "23506:82:35" + } + ] + } + ] + }, + "documentation": { + "id": 10561, + "nodeType": "StructuredDocumentation", + "src": "23267:86:35", + "text": " @dev Calculates sqrt(a), following the selected rounding direction." + }, + "id": 10594, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "sqrt", + "nameLocation": "23367:4:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10567, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10563, + "mutability": "mutable", + "name": "a", + "nameLocation": "23380:1:35", + "nodeType": "VariableDeclaration", + "scope": 10594, + "src": "23372:9:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10562, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "23372:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10566, + "mutability": "mutable", + "name": "rounding", + "nameLocation": "23392:8:35", + "nodeType": "VariableDeclaration", + "scope": 10594, + "src": "23383:17:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + }, + "typeName": { + "id": 10565, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 10564, + "name": "Rounding", + "nameLocations": [ + "23383:8:35" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 9587, + "src": "23383:8:35" + }, + "referencedDeclaration": 9587, + "src": "23383:8:35", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + }, + "visibility": "internal" + } + ], + "src": "23371:30:35" + }, + "returnParameters": { + "id": 10570, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10569, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 10594, + "src": "23425:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10568, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "23425:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "23424:9:35" + }, + "scope": 11181, + "src": "23358:247:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 10789, + "nodeType": "Block", + "src": "23796:981:35", + "statements": [ + { + "assignments": [ + 10603 + ], + "declarations": [ + { + "constant": false, + "id": 10603, + "mutability": "mutable", + "name": "result", + "nameLocation": "23814:6:35", + "nodeType": "VariableDeclaration", + "scope": 10789, + "src": "23806:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10602, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "23806:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10605, + "initialValue": { + "hexValue": "30", + "id": 10604, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "23823:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "nodeType": "VariableDeclarationStatement", + "src": "23806:18:35" + }, + { + "assignments": [ + 10607 + ], + "declarations": [ + { + "constant": false, + "id": 10607, + "mutability": "mutable", + "name": "exp", + "nameLocation": "23842:3:35", + "nodeType": "VariableDeclaration", + "scope": 10789, + "src": "23834:11:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10606, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "23834:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10608, + "nodeType": "VariableDeclarationStatement", + "src": "23834:11:35" + }, + { + "id": 10786, + "nodeType": "UncheckedBlock", + "src": "23855:893:35", + "statements": [ + { + "expression": { + "id": 10623, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10609, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "23879:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10622, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "313238", + "id": 10610, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "23885:3:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_128_by_1", + "typeString": "int_const 128" + }, + "value": "128" + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10620, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10613, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "23907:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_340282366920938463463374607431768211455_by_1", + "typeString": "int_const 3402...(31 digits omitted)...1455" + }, + "id": 10619, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", + "typeString": "int_const 3402...(31 digits omitted)...1456" + }, + "id": 10616, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10614, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "23916:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "313238", + "id": 10615, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "23921:3:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_128_by_1", + "typeString": "int_const 128" + }, + "value": "128" + }, + "src": "23916:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", + "typeString": "int_const 3402...(31 digits omitted)...1456" + } + } + ], + "id": 10617, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "23915:10:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", + "typeString": "int_const 3402...(31 digits omitted)...1456" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "hexValue": "31", + "id": 10618, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "23928:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "23915:14:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_340282366920938463463374607431768211455_by_1", + "typeString": "int_const 3402...(31 digits omitted)...1455" + } + }, + "src": "23907:22:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 10611, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "23891:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 10612, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "23900:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "23891:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 10621, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23891:39:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "23885:45:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "23879:51:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10624, + "nodeType": "ExpressionStatement", + "src": "23879:51:35" + }, + { + "expression": { + "id": 10627, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10625, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "23944:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "id": 10626, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "23954:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "23944:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10628, + "nodeType": "ExpressionStatement", + "src": "23944:13:35" + }, + { + "expression": { + "id": 10631, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10629, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10603, + "src": "23971:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "id": 10630, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "23981:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "23971:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10632, + "nodeType": "ExpressionStatement", + "src": "23971:13:35" + }, + { + "expression": { + "id": 10647, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10633, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "23999:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10646, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3634", + "id": 10634, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24005:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + "value": "64" + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10644, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10637, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "24026:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_18446744073709551615_by_1", + "typeString": "int_const 18446744073709551615" + }, + "id": 10643, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_18446744073709551616_by_1", + "typeString": "int_const 18446744073709551616" + }, + "id": 10640, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10638, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24035:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "3634", + "id": 10639, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24040:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + "value": "64" + }, + "src": "24035:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_18446744073709551616_by_1", + "typeString": "int_const 18446744073709551616" + } + } + ], + "id": 10641, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "24034:9:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_18446744073709551616_by_1", + "typeString": "int_const 18446744073709551616" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "hexValue": "31", + "id": 10642, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24046:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "24034:13:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_18446744073709551615_by_1", + "typeString": "int_const 18446744073709551615" + } + }, + "src": "24026:21:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 10635, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "24010:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 10636, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "24019:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "24010:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 10645, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24010:38:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24005:43:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "23999:49:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10648, + "nodeType": "ExpressionStatement", + "src": "23999:49:35" + }, + { + "expression": { + "id": 10651, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10649, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "24062:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "id": 10650, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24072:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24062:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10652, + "nodeType": "ExpressionStatement", + "src": "24062:13:35" + }, + { + "expression": { + "id": 10655, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10653, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10603, + "src": "24089:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "id": 10654, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24099:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24089:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10656, + "nodeType": "ExpressionStatement", + "src": "24089:13:35" + }, + { + "expression": { + "id": 10671, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10657, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24117:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10670, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3332", + "id": 10658, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24123:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10668, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10661, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "24144:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_4294967295_by_1", + "typeString": "int_const 4294967295" + }, + "id": 10667, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_4294967296_by_1", + "typeString": "int_const 4294967296" + }, + "id": 10664, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10662, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24153:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "3332", + "id": 10663, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24158:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + "src": "24153:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4294967296_by_1", + "typeString": "int_const 4294967296" + } + } + ], + "id": 10665, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "24152:9:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4294967296_by_1", + "typeString": "int_const 4294967296" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "hexValue": "31", + "id": 10666, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24164:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "24152:13:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4294967295_by_1", + "typeString": "int_const 4294967295" + } + }, + "src": "24144:21:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 10659, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "24128:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 10660, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "24137:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "24128:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 10669, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24128:38:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24123:43:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24117:49:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10672, + "nodeType": "ExpressionStatement", + "src": "24117:49:35" + }, + { + "expression": { + "id": 10675, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10673, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "24180:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "id": 10674, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24190:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24180:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10676, + "nodeType": "ExpressionStatement", + "src": "24180:13:35" + }, + { + "expression": { + "id": 10679, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10677, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10603, + "src": "24207:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "id": 10678, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24217:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24207:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10680, + "nodeType": "ExpressionStatement", + "src": "24207:13:35" + }, + { + "expression": { + "id": 10695, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10681, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24235:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10694, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3136", + "id": 10682, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24241:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "value": "16" + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10692, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10685, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "24262:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_65535_by_1", + "typeString": "int_const 65535" + }, + "id": 10691, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_65536_by_1", + "typeString": "int_const 65536" + }, + "id": 10688, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10686, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24271:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "3136", + "id": 10687, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24276:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "value": "16" + }, + "src": "24271:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_65536_by_1", + "typeString": "int_const 65536" + } + } + ], + "id": 10689, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "24270:9:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_65536_by_1", + "typeString": "int_const 65536" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "hexValue": "31", + "id": 10690, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24282:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "24270:13:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_65535_by_1", + "typeString": "int_const 65535" + } + }, + "src": "24262:21:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 10683, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "24246:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 10684, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "24255:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "24246:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 10693, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24246:38:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24241:43:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24235:49:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10696, + "nodeType": "ExpressionStatement", + "src": "24235:49:35" + }, + { + "expression": { + "id": 10699, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10697, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "24298:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "id": 10698, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24308:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24298:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10700, + "nodeType": "ExpressionStatement", + "src": "24298:13:35" + }, + { + "expression": { + "id": 10703, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10701, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10603, + "src": "24325:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "id": 10702, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24335:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24325:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10704, + "nodeType": "ExpressionStatement", + "src": "24325:13:35" + }, + { + "expression": { + "id": 10719, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10705, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24353:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10718, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "38", + "id": 10706, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24359:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_8_by_1", + "typeString": "int_const 8" + }, + "value": "8" + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10716, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10709, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "24379:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_255_by_1", + "typeString": "int_const 255" + }, + "id": 10715, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_256_by_1", + "typeString": "int_const 256" + }, + "id": 10712, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10710, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24388:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "38", + "id": 10711, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24393:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_8_by_1", + "typeString": "int_const 8" + }, + "value": "8" + }, + "src": "24388:6:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_256_by_1", + "typeString": "int_const 256" + } + } + ], + "id": 10713, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "24387:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_256_by_1", + "typeString": "int_const 256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "hexValue": "31", + "id": 10714, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24398:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "24387:12:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_255_by_1", + "typeString": "int_const 255" + } + }, + "src": "24379:20:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 10707, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "24363:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 10708, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "24372:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "24363:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 10717, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24363:37:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24359:41:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24353:47:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10720, + "nodeType": "ExpressionStatement", + "src": "24353:47:35" + }, + { + "expression": { + "id": 10723, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10721, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "24414:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "id": 10722, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24424:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24414:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10724, + "nodeType": "ExpressionStatement", + "src": "24414:13:35" + }, + { + "expression": { + "id": 10727, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10725, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10603, + "src": "24441:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "id": 10726, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24451:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24441:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10728, + "nodeType": "ExpressionStatement", + "src": "24441:13:35" + }, + { + "expression": { + "id": 10743, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10729, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24469:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10742, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "34", + "id": 10730, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24475:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10740, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10733, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "24495:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_15_by_1", + "typeString": "int_const 15" + }, + "id": 10739, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "id": 10736, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10734, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24504:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "34", + "id": 10735, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24509:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "src": "24504:6:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + } + } + ], + "id": 10737, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "24503:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "hexValue": "31", + "id": 10738, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24514:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "24503:12:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_15_by_1", + "typeString": "int_const 15" + } + }, + "src": "24495:20:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 10731, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "24479:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 10732, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "24488:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "24479:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 10741, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24479:37:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24475:41:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24469:47:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10744, + "nodeType": "ExpressionStatement", + "src": "24469:47:35" + }, + { + "expression": { + "id": 10747, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10745, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "24530:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "id": 10746, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24540:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24530:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10748, + "nodeType": "ExpressionStatement", + "src": "24530:13:35" + }, + { + "expression": { + "id": 10751, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10749, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10603, + "src": "24557:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "id": 10750, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24567:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24557:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10752, + "nodeType": "ExpressionStatement", + "src": "24557:13:35" + }, + { + "expression": { + "id": 10767, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10753, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24585:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10766, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "32", + "id": 10754, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24591:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10764, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10757, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "24611:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_3_by_1", + "typeString": "int_const 3" + }, + "id": 10763, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "id": 10760, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10758, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24620:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "32", + "id": 10759, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24625:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "src": "24620:6:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + } + } + ], + "id": 10761, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "24619:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "hexValue": "31", + "id": 10762, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24630:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "24619:12:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_3_by_1", + "typeString": "int_const 3" + } + }, + "src": "24611:20:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 10755, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "24595:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 10756, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "24604:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "24595:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 10765, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24595:37:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24591:41:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24585:47:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10768, + "nodeType": "ExpressionStatement", + "src": "24585:47:35" + }, + { + "expression": { + "id": 10771, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10769, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "24646:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "id": 10770, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24656:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24646:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10772, + "nodeType": "ExpressionStatement", + "src": "24646:13:35" + }, + { + "expression": { + "id": 10775, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10773, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10603, + "src": "24673:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "id": 10774, + "name": "exp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10607, + "src": "24683:3:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24673:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10776, + "nodeType": "ExpressionStatement", + "src": "24673:13:35" + }, + { + "expression": { + "id": 10784, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10777, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10603, + "src": "24701:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10782, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10780, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10597, + "src": "24727:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "31", + "id": 10781, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24735:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "24727:9:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 10778, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "24711:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 10779, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "24720:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "24711:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 10783, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24711:26:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "24701:36:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10785, + "nodeType": "ExpressionStatement", + "src": "24701:36:35" + } + ] + }, + { + "expression": { + "id": 10787, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10603, + "src": "24764:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 10601, + "id": 10788, + "nodeType": "Return", + "src": "24757:13:35" + } + ] + }, + "documentation": { + "id": 10595, + "nodeType": "StructuredDocumentation", + "src": "23611:119:35", + "text": " @dev Return the log in base 2 of a positive value rounded towards zero.\n Returns 0 if given 0." + }, + "id": 10790, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "log2", + "nameLocation": "23744:4:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10598, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10597, + "mutability": "mutable", + "name": "value", + "nameLocation": "23757:5:35", + "nodeType": "VariableDeclaration", + "scope": 10790, + "src": "23749:13:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10596, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "23749:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "23748:15:35" + }, + "returnParameters": { + "id": 10601, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10600, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 10790, + "src": "23787:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10599, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "23787:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "23786:9:35" + }, + "scope": 11181, + "src": "23735:1042:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 10823, + "nodeType": "Block", + "src": "25010:175:35", + "statements": [ + { + "id": 10822, + "nodeType": "UncheckedBlock", + "src": "25020:159:35", + "statements": [ + { + "assignments": [ + 10802 + ], + "declarations": [ + { + "constant": false, + "id": 10802, + "mutability": "mutable", + "name": "result", + "nameLocation": "25052:6:35", + "nodeType": "VariableDeclaration", + "scope": 10822, + "src": "25044:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10801, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "25044:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10806, + "initialValue": { + "arguments": [ + { + "id": 10804, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10793, + "src": "25066:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 10803, + "name": "log2", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 10790, + 10824 + ], + "referencedDeclaration": 10790, + "src": "25061:4:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (uint256) pure returns (uint256)" + } + }, + "id": 10805, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25061:11:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "25044:28:35" + }, + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10820, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10807, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10802, + "src": "25093:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 10818, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 10811, + "name": "rounding", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10796, + "src": "25135:8:35", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + ], + "id": 10810, + "name": "unsignedRoundsUp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11180, + "src": "25118:16:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$9587_$returns$_t_bool_$", + "typeString": "function (enum Math.Rounding) pure returns (bool)" + } + }, + "id": 10812, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25118:26:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10817, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10815, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 10813, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25148:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "id": 10814, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10802, + "src": "25153:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "25148:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 10816, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10793, + "src": "25162:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "25148:19:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "25118:49:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 10808, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "25102:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 10809, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "25111:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "25102:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 10819, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25102:66:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "25093:75:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 10800, + "id": 10821, + "nodeType": "Return", + "src": "25086:82:35" + } + ] + } + ] + }, + "documentation": { + "id": 10791, + "nodeType": "StructuredDocumentation", + "src": "24783:142:35", + "text": " @dev Return the log in base 2, following the selected rounding direction, of a positive value.\n Returns 0 if given 0." + }, + "id": 10824, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "log2", + "nameLocation": "24939:4:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10797, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10793, + "mutability": "mutable", + "name": "value", + "nameLocation": "24952:5:35", + "nodeType": "VariableDeclaration", + "scope": 10824, + "src": "24944:13:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10792, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "24944:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10796, + "mutability": "mutable", + "name": "rounding", + "nameLocation": "24968:8:35", + "nodeType": "VariableDeclaration", + "scope": 10824, + "src": "24959:17:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + }, + "typeName": { + "id": 10795, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 10794, + "name": "Rounding", + "nameLocations": [ + "24959:8:35" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 9587, + "src": "24959:8:35" + }, + "referencedDeclaration": 9587, + "src": "24959:8:35", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + }, + "visibility": "internal" + } + ], + "src": "24943:34:35" + }, + "returnParameters": { + "id": 10800, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10799, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 10824, + "src": "25001:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10798, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "25001:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "25000:9:35" + }, + "scope": 11181, + "src": "24930:255:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 10952, + "nodeType": "Block", + "src": "25378:854:35", + "statements": [ + { + "assignments": [ + 10833 + ], + "declarations": [ + { + "constant": false, + "id": 10833, + "mutability": "mutable", + "name": "result", + "nameLocation": "25396:6:35", + "nodeType": "VariableDeclaration", + "scope": 10952, + "src": "25388:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10832, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "25388:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10835, + "initialValue": { + "hexValue": "30", + "id": 10834, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25405:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "nodeType": "VariableDeclarationStatement", + "src": "25388:18:35" + }, + { + "id": 10949, + "nodeType": "UncheckedBlock", + "src": "25416:787:35", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10840, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10836, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10827, + "src": "25444:5:35", + "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": 10839, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3130", + "id": 10837, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25453:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "nodeType": "BinaryOperation", + "operator": "**", + "rightExpression": { + "hexValue": "3634", + "id": 10838, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25459:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + "value": "64" + }, + "src": "25453:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10000000000000000000000000000000000000000000000000000000000000000_by_1", + "typeString": "int_const 1000...(57 digits omitted)...0000" + } + }, + "src": "25444:17:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10852, + "nodeType": "IfStatement", + "src": "25440:103:35", + "trueBody": { + "id": 10851, + "nodeType": "Block", + "src": "25463:80:35", + "statements": [ + { + "expression": { + "id": 10845, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10841, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10827, + "src": "25481:5:35", + "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": 10844, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3130", + "id": 10842, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25490:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "nodeType": "BinaryOperation", + "operator": "**", + "rightExpression": { + "hexValue": "3634", + "id": 10843, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25496:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + "value": "64" + }, + "src": "25490:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10000000000000000000000000000000000000000000000000000000000000000_by_1", + "typeString": "int_const 1000...(57 digits omitted)...0000" + } + }, + "src": "25481:17:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10846, + "nodeType": "ExpressionStatement", + "src": "25481:17:35" + }, + { + "expression": { + "id": 10849, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10847, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10833, + "src": "25516:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "hexValue": "3634", + "id": 10848, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25526:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + "value": "64" + }, + "src": "25516:12:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10850, + "nodeType": "ExpressionStatement", + "src": "25516:12:35" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10857, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10853, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10827, + "src": "25560:5:35", + "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": 10856, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3130", + "id": 10854, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25569:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "nodeType": "BinaryOperation", + "operator": "**", + "rightExpression": { + "hexValue": "3332", + "id": 10855, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25575:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + "src": "25569:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_100000000000000000000000000000000_by_1", + "typeString": "int_const 1000...(25 digits omitted)...0000" + } + }, + "src": "25560:17:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10869, + "nodeType": "IfStatement", + "src": "25556:103:35", + "trueBody": { + "id": 10868, + "nodeType": "Block", + "src": "25579:80:35", + "statements": [ + { + "expression": { + "id": 10862, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10858, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10827, + "src": "25597:5:35", + "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": 10861, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3130", + "id": 10859, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25606:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "nodeType": "BinaryOperation", + "operator": "**", + "rightExpression": { + "hexValue": "3332", + "id": 10860, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25612:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + "src": "25606:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_100000000000000000000000000000000_by_1", + "typeString": "int_const 1000...(25 digits omitted)...0000" + } + }, + "src": "25597:17:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10863, + "nodeType": "ExpressionStatement", + "src": "25597:17:35" + }, + { + "expression": { + "id": 10866, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10864, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10833, + "src": "25632:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "hexValue": "3332", + "id": 10865, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25642:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + "src": "25632:12:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10867, + "nodeType": "ExpressionStatement", + "src": "25632:12:35" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10874, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10870, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10827, + "src": "25676:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_10000000000000000_by_1", + "typeString": "int_const 10000000000000000" + }, + "id": 10873, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3130", + "id": 10871, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25685:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "nodeType": "BinaryOperation", + "operator": "**", + "rightExpression": { + "hexValue": "3136", + "id": 10872, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25691:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "value": "16" + }, + "src": "25685:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10000000000000000_by_1", + "typeString": "int_const 10000000000000000" + } + }, + "src": "25676:17:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10886, + "nodeType": "IfStatement", + "src": "25672:103:35", + "trueBody": { + "id": 10885, + "nodeType": "Block", + "src": "25695:80:35", + "statements": [ + { + "expression": { + "id": 10879, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10875, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10827, + "src": "25713:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "/=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_rational_10000000000000000_by_1", + "typeString": "int_const 10000000000000000" + }, + "id": 10878, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3130", + "id": 10876, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25722:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "nodeType": "BinaryOperation", + "operator": "**", + "rightExpression": { + "hexValue": "3136", + "id": 10877, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25728:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "value": "16" + }, + "src": "25722:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10000000000000000_by_1", + "typeString": "int_const 10000000000000000" + } + }, + "src": "25713:17:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10880, + "nodeType": "ExpressionStatement", + "src": "25713:17:35" + }, + { + "expression": { + "id": 10883, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10881, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10833, + "src": "25748:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "hexValue": "3136", + "id": 10882, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25758:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "value": "16" + }, + "src": "25748:12:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10884, + "nodeType": "ExpressionStatement", + "src": "25748:12:35" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10891, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10887, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10827, + "src": "25792:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_100000000_by_1", + "typeString": "int_const 100000000" + }, + "id": 10890, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3130", + "id": 10888, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25801:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "nodeType": "BinaryOperation", + "operator": "**", + "rightExpression": { + "hexValue": "38", + "id": 10889, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25807:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_8_by_1", + "typeString": "int_const 8" + }, + "value": "8" + }, + "src": "25801:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_100000000_by_1", + "typeString": "int_const 100000000" + } + }, + "src": "25792:16:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10903, + "nodeType": "IfStatement", + "src": "25788:100:35", + "trueBody": { + "id": 10902, + "nodeType": "Block", + "src": "25810:78:35", + "statements": [ + { + "expression": { + "id": 10896, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10892, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10827, + "src": "25828:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "/=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_rational_100000000_by_1", + "typeString": "int_const 100000000" + }, + "id": 10895, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3130", + "id": 10893, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25837:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "nodeType": "BinaryOperation", + "operator": "**", + "rightExpression": { + "hexValue": "38", + "id": 10894, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25843:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_8_by_1", + "typeString": "int_const 8" + }, + "value": "8" + }, + "src": "25837:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_100000000_by_1", + "typeString": "int_const 100000000" + } + }, + "src": "25828:16:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10897, + "nodeType": "ExpressionStatement", + "src": "25828:16:35" + }, + { + "expression": { + "id": 10900, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10898, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10833, + "src": "25862:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "hexValue": "38", + "id": 10899, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25872:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_8_by_1", + "typeString": "int_const 8" + }, + "value": "8" + }, + "src": "25862:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10901, + "nodeType": "ExpressionStatement", + "src": "25862:11:35" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10908, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10904, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10827, + "src": "25905:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_10000_by_1", + "typeString": "int_const 10000" + }, + "id": 10907, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3130", + "id": 10905, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25914:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "nodeType": "BinaryOperation", + "operator": "**", + "rightExpression": { + "hexValue": "34", + "id": 10906, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25920:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "src": "25914:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10000_by_1", + "typeString": "int_const 10000" + } + }, + "src": "25905:16:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10920, + "nodeType": "IfStatement", + "src": "25901:100:35", + "trueBody": { + "id": 10919, + "nodeType": "Block", + "src": "25923:78:35", + "statements": [ + { + "expression": { + "id": 10913, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10909, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10827, + "src": "25941:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "/=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_rational_10000_by_1", + "typeString": "int_const 10000" + }, + "id": 10912, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3130", + "id": 10910, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25950:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "nodeType": "BinaryOperation", + "operator": "**", + "rightExpression": { + "hexValue": "34", + "id": 10911, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25956:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "src": "25950:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10000_by_1", + "typeString": "int_const 10000" + } + }, + "src": "25941:16:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10914, + "nodeType": "ExpressionStatement", + "src": "25941:16:35" + }, + { + "expression": { + "id": 10917, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10915, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10833, + "src": "25975:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "hexValue": "34", + "id": 10916, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25985:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "src": "25975:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10918, + "nodeType": "ExpressionStatement", + "src": "25975:11:35" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10925, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10921, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10827, + "src": "26018:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_100_by_1", + "typeString": "int_const 100" + }, + "id": 10924, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3130", + "id": 10922, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "26027:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "nodeType": "BinaryOperation", + "operator": "**", + "rightExpression": { + "hexValue": "32", + "id": 10923, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "26033:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "src": "26027:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_100_by_1", + "typeString": "int_const 100" + } + }, + "src": "26018:16:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10937, + "nodeType": "IfStatement", + "src": "26014:100:35", + "trueBody": { + "id": 10936, + "nodeType": "Block", + "src": "26036:78:35", + "statements": [ + { + "expression": { + "id": 10930, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10926, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10827, + "src": "26054:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "/=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_rational_100_by_1", + "typeString": "int_const 100" + }, + "id": 10929, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3130", + "id": 10927, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "26063:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "nodeType": "BinaryOperation", + "operator": "**", + "rightExpression": { + "hexValue": "32", + "id": 10928, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "26069:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "src": "26063:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_100_by_1", + "typeString": "int_const 100" + } + }, + "src": "26054:16:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10931, + "nodeType": "ExpressionStatement", + "src": "26054:16:35" + }, + { + "expression": { + "id": 10934, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10932, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10833, + "src": "26088:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "hexValue": "32", + "id": 10933, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "26098:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "src": "26088:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10935, + "nodeType": "ExpressionStatement", + "src": "26088:11:35" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10942, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10938, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10827, + "src": "26131:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "id": 10941, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3130", + "id": 10939, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "26140:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "nodeType": "BinaryOperation", + "operator": "**", + "rightExpression": { + "hexValue": "31", + "id": 10940, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "26146:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "26140:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + } + }, + "src": "26131:16:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 10948, + "nodeType": "IfStatement", + "src": "26127:66:35", + "trueBody": { + "id": 10947, + "nodeType": "Block", + "src": "26149:44:35", + "statements": [ + { + "expression": { + "id": 10945, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 10943, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10833, + "src": "26167:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "hexValue": "31", + "id": 10944, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "26177:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "26167:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 10946, + "nodeType": "ExpressionStatement", + "src": "26167:11:35" + } + ] + } + } + ] + }, + { + "expression": { + "id": 10950, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10833, + "src": "26219:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 10831, + "id": 10951, + "nodeType": "Return", + "src": "26212:13:35" + } + ] + }, + "documentation": { + "id": 10825, + "nodeType": "StructuredDocumentation", + "src": "25191:120:35", + "text": " @dev Return the log in base 10 of a positive value rounded towards zero.\n Returns 0 if given 0." + }, + "id": 10953, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "log10", + "nameLocation": "25325:5:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10828, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10827, + "mutability": "mutable", + "name": "value", + "nameLocation": "25339:5:35", + "nodeType": "VariableDeclaration", + "scope": 10953, + "src": "25331:13:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10826, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "25331:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "25330:15:35" + }, + "returnParameters": { + "id": 10831, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10830, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 10953, + "src": "25369:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10829, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "25369:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "25368:9:35" + }, + "scope": 11181, + "src": "25316:916:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 10986, + "nodeType": "Block", + "src": "26467:177:35", + "statements": [ + { + "id": 10985, + "nodeType": "UncheckedBlock", + "src": "26477:161:35", + "statements": [ + { + "assignments": [ + 10965 + ], + "declarations": [ + { + "constant": false, + "id": 10965, + "mutability": "mutable", + "name": "result", + "nameLocation": "26509:6:35", + "nodeType": "VariableDeclaration", + "scope": 10985, + "src": "26501:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10964, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "26501:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10969, + "initialValue": { + "arguments": [ + { + "id": 10967, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10956, + "src": "26524:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 10966, + "name": "log10", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 10953, + 10987 + ], + "referencedDeclaration": 10953, + "src": "26518:5:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (uint256) pure returns (uint256)" + } + }, + "id": 10968, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "26518:12:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "26501:29:35" + }, + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10983, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 10970, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10965, + "src": "26551:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 10981, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 10974, + "name": "rounding", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10959, + "src": "26593:8:35", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + ], + "id": 10973, + "name": "unsignedRoundsUp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11180, + "src": "26576:16:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$9587_$returns$_t_bool_$", + "typeString": "function (enum Math.Rounding) pure returns (bool)" + } + }, + "id": 10975, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "26576:26:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10980, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 10978, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "3130", + "id": 10976, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "26606:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_10_by_1", + "typeString": "int_const 10" + }, + "value": "10" + }, + "nodeType": "BinaryOperation", + "operator": "**", + "rightExpression": { + "id": 10977, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10965, + "src": "26612:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "26606:12:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 10979, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10956, + "src": "26621:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "26606:20:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "26576:50:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 10971, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "26560:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 10972, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "26569:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "26560:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 10982, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "26560:67:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "26551:76:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 10963, + "id": 10984, + "nodeType": "Return", + "src": "26544:83:35" + } + ] + } + ] + }, + "documentation": { + "id": 10954, + "nodeType": "StructuredDocumentation", + "src": "26238:143:35", + "text": " @dev Return the log in base 10, following the selected rounding direction, of a positive value.\n Returns 0 if given 0." + }, + "id": 10987, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "log10", + "nameLocation": "26395:5:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10960, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10956, + "mutability": "mutable", + "name": "value", + "nameLocation": "26409:5:35", + "nodeType": "VariableDeclaration", + "scope": 10987, + "src": "26401:13:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10955, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "26401:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 10959, + "mutability": "mutable", + "name": "rounding", + "nameLocation": "26425:8:35", + "nodeType": "VariableDeclaration", + "scope": 10987, + "src": "26416:17:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + }, + "typeName": { + "id": 10958, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 10957, + "name": "Rounding", + "nameLocations": [ + "26416:8:35" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 9587, + "src": "26416:8:35" + }, + "referencedDeclaration": 9587, + "src": "26416:8:35", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + }, + "visibility": "internal" + } + ], + "src": "26400:34:35" + }, + "returnParameters": { + "id": 10963, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10962, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 10987, + "src": "26458:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10961, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "26458:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "26457:9:35" + }, + "scope": 11181, + "src": "26386:258:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11123, + "nodeType": "Block", + "src": "26964:674:35", + "statements": [ + { + "assignments": [ + 10996 + ], + "declarations": [ + { + "constant": false, + "id": 10996, + "mutability": "mutable", + "name": "result", + "nameLocation": "26982:6:35", + "nodeType": "VariableDeclaration", + "scope": 11123, + "src": "26974:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10995, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "26974:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 10998, + "initialValue": { + "hexValue": "30", + "id": 10997, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "26991:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "nodeType": "VariableDeclarationStatement", + "src": "26974:18:35" + }, + { + "assignments": [ + 11000 + ], + "declarations": [ + { + "constant": false, + "id": 11000, + "mutability": "mutable", + "name": "isGt", + "nameLocation": "27010:4:35", + "nodeType": "VariableDeclaration", + "scope": 11123, + "src": "27002:12:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10999, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "27002:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 11001, + "nodeType": "VariableDeclarationStatement", + "src": "27002:12:35" + }, + { + "id": 11120, + "nodeType": "UncheckedBlock", + "src": "27024:585:35", + "statements": [ + { + "expression": { + "id": 11014, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 11002, + "name": "isGt", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11000, + "src": "27048:4:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11012, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11005, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10990, + "src": "27071:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_340282366920938463463374607431768211455_by_1", + "typeString": "int_const 3402...(31 digits omitted)...1455" + }, + "id": 11011, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", + "typeString": "int_const 3402...(31 digits omitted)...1456" + }, + "id": 11008, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 11006, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27080:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "313238", + "id": 11007, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27085:3:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_128_by_1", + "typeString": "int_const 128" + }, + "value": "128" + }, + "src": "27080:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", + "typeString": "int_const 3402...(31 digits omitted)...1456" + } + } + ], + "id": 11009, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "27079:10:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_340282366920938463463374607431768211456_by_1", + "typeString": "int_const 3402...(31 digits omitted)...1456" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "hexValue": "31", + "id": 11010, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27092:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "27079:14:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_340282366920938463463374607431768211455_by_1", + "typeString": "int_const 3402...(31 digits omitted)...1455" + } + }, + "src": "27071:22:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 11003, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "27055:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 11004, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "27064:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "27055:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 11013, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27055:39:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "27048:46:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 11015, + "nodeType": "ExpressionStatement", + "src": "27048:46:35" + }, + { + "expression": { + "id": 11020, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 11016, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10990, + "src": "27108:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11019, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11017, + "name": "isGt", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11000, + "src": "27118:4:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "hexValue": "313238", + "id": 11018, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27125:3:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_128_by_1", + "typeString": "int_const 128" + }, + "value": "128" + }, + "src": "27118:10:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "27108:20:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 11021, + "nodeType": "ExpressionStatement", + "src": "27108:20:35" + }, + { + "expression": { + "id": 11026, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 11022, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10996, + "src": "27142:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11025, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11023, + "name": "isGt", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11000, + "src": "27152:4:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "hexValue": "3136", + "id": 11024, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27159:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "value": "16" + }, + "src": "27152:9:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "27142:19:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 11027, + "nodeType": "ExpressionStatement", + "src": "27142:19:35" + }, + { + "expression": { + "id": 11040, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 11028, + "name": "isGt", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11000, + "src": "27176:4:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11038, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11031, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10990, + "src": "27199:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_18446744073709551615_by_1", + "typeString": "int_const 18446744073709551615" + }, + "id": 11037, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_18446744073709551616_by_1", + "typeString": "int_const 18446744073709551616" + }, + "id": 11034, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 11032, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27208:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "3634", + "id": 11033, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27213:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + "value": "64" + }, + "src": "27208:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_18446744073709551616_by_1", + "typeString": "int_const 18446744073709551616" + } + } + ], + "id": 11035, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "27207:9:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_18446744073709551616_by_1", + "typeString": "int_const 18446744073709551616" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "hexValue": "31", + "id": 11036, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27219:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "27207:13:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_18446744073709551615_by_1", + "typeString": "int_const 18446744073709551615" + } + }, + "src": "27199:21:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 11029, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "27183:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 11030, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "27192:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "27183:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 11039, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27183:38:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "27176:45:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 11041, + "nodeType": "ExpressionStatement", + "src": "27176:45:35" + }, + { + "expression": { + "id": 11046, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 11042, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10990, + "src": "27235:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11045, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11043, + "name": "isGt", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11000, + "src": "27245:4:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "hexValue": "3634", + "id": 11044, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27252:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + "value": "64" + }, + "src": "27245:9:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "27235:19:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 11047, + "nodeType": "ExpressionStatement", + "src": "27235:19:35" + }, + { + "expression": { + "id": 11052, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 11048, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10996, + "src": "27268:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11051, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11049, + "name": "isGt", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11000, + "src": "27278:4:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "hexValue": "38", + "id": 11050, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27285:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_8_by_1", + "typeString": "int_const 8" + }, + "value": "8" + }, + "src": "27278:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "27268:18:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 11053, + "nodeType": "ExpressionStatement", + "src": "27268:18:35" + }, + { + "expression": { + "id": 11066, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 11054, + "name": "isGt", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11000, + "src": "27301:4:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11064, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11057, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10990, + "src": "27324:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_4294967295_by_1", + "typeString": "int_const 4294967295" + }, + "id": 11063, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_4294967296_by_1", + "typeString": "int_const 4294967296" + }, + "id": 11060, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 11058, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27333:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "3332", + "id": 11059, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27338:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + "src": "27333:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4294967296_by_1", + "typeString": "int_const 4294967296" + } + } + ], + "id": 11061, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "27332:9:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4294967296_by_1", + "typeString": "int_const 4294967296" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "hexValue": "31", + "id": 11062, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27344:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "27332:13:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4294967295_by_1", + "typeString": "int_const 4294967295" + } + }, + "src": "27324:21:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 11055, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "27308:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 11056, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "27317:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "27308:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 11065, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27308:38:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "27301:45:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 11067, + "nodeType": "ExpressionStatement", + "src": "27301:45:35" + }, + { + "expression": { + "id": 11072, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 11068, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10990, + "src": "27360:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11071, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11069, + "name": "isGt", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11000, + "src": "27370:4:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "hexValue": "3332", + "id": 11070, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27377:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + "src": "27370:9:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "27360:19:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 11073, + "nodeType": "ExpressionStatement", + "src": "27360:19:35" + }, + { + "expression": { + "id": 11078, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 11074, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10996, + "src": "27393:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11077, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11075, + "name": "isGt", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11000, + "src": "27403:4:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "hexValue": "34", + "id": 11076, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27410:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_4_by_1", + "typeString": "int_const 4" + }, + "value": "4" + }, + "src": "27403:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "27393:18:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 11079, + "nodeType": "ExpressionStatement", + "src": "27393:18:35" + }, + { + "expression": { + "id": 11092, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 11080, + "name": "isGt", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11000, + "src": "27426:4:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11090, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11083, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10990, + "src": "27449:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_65535_by_1", + "typeString": "int_const 65535" + }, + "id": 11089, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_65536_by_1", + "typeString": "int_const 65536" + }, + "id": 11086, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 11084, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27458:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "3136", + "id": 11085, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27463:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "value": "16" + }, + "src": "27458:7:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_65536_by_1", + "typeString": "int_const 65536" + } + } + ], + "id": 11087, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "27457:9:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_65536_by_1", + "typeString": "int_const 65536" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "hexValue": "31", + "id": 11088, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27469:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "27457:13:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_65535_by_1", + "typeString": "int_const 65535" + } + }, + "src": "27449:21:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 11081, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "27433:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 11082, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "27442:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "27433:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 11091, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27433:38:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "27426:45:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 11093, + "nodeType": "ExpressionStatement", + "src": "27426:45:35" + }, + { + "expression": { + "id": 11098, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 11094, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10990, + "src": "27485:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": ">>=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11097, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11095, + "name": "isGt", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11000, + "src": "27495:4:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "hexValue": "3136", + "id": 11096, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27502:2:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "value": "16" + }, + "src": "27495:9:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "27485:19:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 11099, + "nodeType": "ExpressionStatement", + "src": "27485:19:35" + }, + { + "expression": { + "id": 11104, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 11100, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10996, + "src": "27518:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11103, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11101, + "name": "isGt", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11000, + "src": "27528:4:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "hexValue": "32", + "id": 11102, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27535:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "src": "27528:8:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "27518:18:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 11105, + "nodeType": "ExpressionStatement", + "src": "27518:18:35" + }, + { + "expression": { + "id": 11118, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 11106, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10996, + "src": "27551:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11116, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11109, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10990, + "src": "27577:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_rational_255_by_1", + "typeString": "int_const 255" + }, + "id": 11115, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_rational_256_by_1", + "typeString": "int_const 256" + }, + "id": 11112, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 11110, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27586:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "38", + "id": 11111, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27591:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_8_by_1", + "typeString": "int_const 8" + }, + "value": "8" + }, + "src": "27586:6:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_256_by_1", + "typeString": "int_const 256" + } + } + ], + "id": 11113, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "27585:8:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_256_by_1", + "typeString": "int_const 256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "hexValue": "31", + "id": 11114, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27596:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "27585:12:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_255_by_1", + "typeString": "int_const 255" + } + }, + "src": "27577:20:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 11107, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "27561:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 11108, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "27570:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "27561:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 11117, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27561:37:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "27551:47:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 11119, + "nodeType": "ExpressionStatement", + "src": "27551:47:35" + } + ] + }, + { + "expression": { + "id": 11121, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 10996, + "src": "27625:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 10994, + "id": 11122, + "nodeType": "Return", + "src": "27618:13:35" + } + ] + }, + "documentation": { + "id": 10988, + "nodeType": "StructuredDocumentation", + "src": "26650:246:35", + "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": 11124, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "log256", + "nameLocation": "26910:6:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 10991, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10990, + "mutability": "mutable", + "name": "value", + "nameLocation": "26925:5:35", + "nodeType": "VariableDeclaration", + "scope": 11124, + "src": "26917:13:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10989, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "26917:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "26916:15:35" + }, + "returnParameters": { + "id": 10994, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 10993, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11124, + "src": "26955:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 10992, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "26955:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "26954:9:35" + }, + "scope": 11181, + "src": "26901:737:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11160, + "nodeType": "Block", + "src": "27875:184:35", + "statements": [ + { + "id": 11159, + "nodeType": "UncheckedBlock", + "src": "27885:168:35", + "statements": [ + { + "assignments": [ + 11136 + ], + "declarations": [ + { + "constant": false, + "id": 11136, + "mutability": "mutable", + "name": "result", + "nameLocation": "27917:6:35", + "nodeType": "VariableDeclaration", + "scope": 11159, + "src": "27909:14:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11135, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "27909:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 11140, + "initialValue": { + "arguments": [ + { + "id": 11138, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11127, + "src": "27933:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11137, + "name": "log256", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 11124, + 11161 + ], + "referencedDeclaration": 11124, + "src": "27926:6:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (uint256) pure returns (uint256)" + } + }, + "id": 11139, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27926:13:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "27909:30:35" + }, + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11157, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11141, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11136, + "src": "27960:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 11155, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 11145, + "name": "rounding", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11130, + "src": "28002:8:35", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + ], + "id": 11144, + "name": "unsignedRoundsUp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11180, + "src": "27985:16:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$9587_$returns$_t_bool_$", + "typeString": "function (enum Math.Rounding) pure returns (bool)" + } + }, + "id": 11146, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27985:26:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11154, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11152, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "hexValue": "31", + "id": 11147, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "28015:1:35", + "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": 11150, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11148, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11136, + "src": "28021:6:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "33", + "id": 11149, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "28031:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_3_by_1", + "typeString": "int_const 3" + }, + "value": "3" + }, + "src": "28021:11:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 11151, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "28020:13:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "28015:18:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 11153, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11127, + "src": "28036:5:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "28015:26:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "27985:56:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 11142, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "27969:8:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 11143, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "27978:6:35", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "27969:15:35", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 11156, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27969:73:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "27960:82:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 11134, + "id": 11158, + "nodeType": "Return", + "src": "27953:89:35" + } + ] + } + ] + }, + "documentation": { + "id": 11125, + "nodeType": "StructuredDocumentation", + "src": "27644:144:35", + "text": " @dev Return the log in base 256, following the selected rounding direction, of a positive value.\n Returns 0 if given 0." + }, + "id": 11161, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "log256", + "nameLocation": "27802:6:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11131, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11127, + "mutability": "mutable", + "name": "value", + "nameLocation": "27817:5:35", + "nodeType": "VariableDeclaration", + "scope": 11161, + "src": "27809:13:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11126, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "27809:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 11130, + "mutability": "mutable", + "name": "rounding", + "nameLocation": "27833:8:35", + "nodeType": "VariableDeclaration", + "scope": 11161, + "src": "27824:17:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + }, + "typeName": { + "id": 11129, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 11128, + "name": "Rounding", + "nameLocations": [ + "27824:8:35" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 9587, + "src": "27824:8:35" + }, + "referencedDeclaration": 9587, + "src": "27824:8:35", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + }, + "visibility": "internal" + } + ], + "src": "27808:34:35" + }, + "returnParameters": { + "id": 11134, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11133, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11161, + "src": "27866:7:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11132, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "27866:7:35", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "27865:9:35" + }, + "scope": 11181, + "src": "27793:266:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11179, + "nodeType": "Block", + "src": "28257:48:35", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "id": 11177, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "id": 11175, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 11172, + "name": "rounding", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11165, + "src": "28280:8:35", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + ], + "id": 11171, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "28274:5:35", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + }, + "typeName": { + "id": 11170, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "28274:5:35", + "typeDescriptions": {} + } + }, + "id": 11173, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "28274:15:35", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "BinaryOperation", + "operator": "%", + "rightExpression": { + "hexValue": "32", + "id": 11174, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "28292:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "src": "28274:19:35", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "31", + "id": 11176, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "28297:1:35", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "28274:24:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 11169, + "id": 11178, + "nodeType": "Return", + "src": "28267:31:35" + } + ] + }, + "documentation": { + "id": 11162, + "nodeType": "StructuredDocumentation", + "src": "28065:113:35", + "text": " @dev Returns whether a provided rounding mode is considered rounding up for unsigned integers." + }, + "id": 11180, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "unsignedRoundsUp", + "nameLocation": "28192:16:35", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11166, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11165, + "mutability": "mutable", + "name": "rounding", + "nameLocation": "28218:8:35", + "nodeType": "VariableDeclaration", + "scope": 11180, + "src": "28209:17:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + }, + "typeName": { + "id": 11164, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 11163, + "name": "Rounding", + "nameLocations": [ + "28209:8:35" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 9587, + "src": "28209:8:35" + }, + "referencedDeclaration": 9587, + "src": "28209:8:35", + "typeDescriptions": { + "typeIdentifier": "t_enum$_Rounding_$9587", + "typeString": "enum Math.Rounding" + } + }, + "visibility": "internal" + } + ], + "src": "28208:19:35" + }, + "returnParameters": { + "id": 11169, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11168, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11180, + "src": "28251:4:35", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 11167, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "28251:4:35", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "28250:6:35" + }, + "scope": 11181, + "src": "28183:122:35", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 11182, + "src": "281:28026:35", + "usedErrors": [], + "usedEvents": [] + } + ], + "src": "103:28205:35" + }, + "id": 35 + }, + "@openzeppelin/contracts/utils/math/SafeCast.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/math/SafeCast.sol", + "exportedSymbols": { + "SafeCast": [ + 12946 + ] + }, + "id": 12947, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 11183, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "192:24:36" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "SafeCast", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 11184, + "nodeType": "StructuredDocumentation", + "src": "218:550:36", + "text": " @dev Wrappers over Solidity's uintXX/intXX/bool 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": 12946, + "linearizedBaseContracts": [ + 12946 + ], + "name": "SafeCast", + "nameLocation": "777:8:36", + "nodeType": "ContractDefinition", + "nodes": [ + { + "documentation": { + "id": 11185, + "nodeType": "StructuredDocumentation", + "src": "792:68:36", + "text": " @dev Value doesn't fit in an uint of `bits` size." + }, + "errorSelector": "6dfcc650", + "id": 11191, + "name": "SafeCastOverflowedUintDowncast", + "nameLocation": "871:30:36", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 11190, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11187, + "mutability": "mutable", + "name": "bits", + "nameLocation": "908:4:36", + "nodeType": "VariableDeclaration", + "scope": 11191, + "src": "902:10:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 11186, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "902:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 11189, + "mutability": "mutable", + "name": "value", + "nameLocation": "922:5:36", + "nodeType": "VariableDeclaration", + "scope": 11191, + "src": "914:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11188, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "914:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "901:27:36" + }, + "src": "865:64:36" + }, + { + "documentation": { + "id": 11192, + "nodeType": "StructuredDocumentation", + "src": "935:75:36", + "text": " @dev An int value doesn't fit in an uint of `bits` size." + }, + "errorSelector": "a8ce4432", + "id": 11196, + "name": "SafeCastOverflowedIntToUint", + "nameLocation": "1021:27:36", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 11195, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11194, + "mutability": "mutable", + "name": "value", + "nameLocation": "1056:5:36", + "nodeType": "VariableDeclaration", + "scope": 11196, + "src": "1049:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 11193, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1049:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "1048:14:36" + }, + "src": "1015:48:36" + }, + { + "documentation": { + "id": 11197, + "nodeType": "StructuredDocumentation", + "src": "1069:67:36", + "text": " @dev Value doesn't fit in an int of `bits` size." + }, + "errorSelector": "327269a7", + "id": 11203, + "name": "SafeCastOverflowedIntDowncast", + "nameLocation": "1147:29:36", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 11202, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11199, + "mutability": "mutable", + "name": "bits", + "nameLocation": "1183:4:36", + "nodeType": "VariableDeclaration", + "scope": 11203, + "src": "1177:10:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 11198, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "1177:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 11201, + "mutability": "mutable", + "name": "value", + "nameLocation": "1196:5:36", + "nodeType": "VariableDeclaration", + "scope": 11203, + "src": "1189:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 11200, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1189:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "1176:26:36" + }, + "src": "1141:62:36" + }, + { + "documentation": { + "id": 11204, + "nodeType": "StructuredDocumentation", + "src": "1209:75:36", + "text": " @dev An uint value doesn't fit in an int of `bits` size." + }, + "errorSelector": "24775e06", + "id": 11208, + "name": "SafeCastOverflowedUintToInt", + "nameLocation": "1295:27:36", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 11207, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11206, + "mutability": "mutable", + "name": "value", + "nameLocation": "1331:5:36", + "nodeType": "VariableDeclaration", + "scope": 11208, + "src": "1323:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11205, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1323:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1322:15:36" + }, + "src": "1289:49:36" + }, + { + "body": { + "id": 11235, + "nodeType": "Block", + "src": "1695:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11222, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11216, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11211, + "src": "1709:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11219, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "1722:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint248_$", + "typeString": "type(uint248)" + }, + "typeName": { + "id": 11218, + "name": "uint248", + "nodeType": "ElementaryTypeName", + "src": "1722:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint248_$", + "typeString": "type(uint248)" + } + ], + "id": 11217, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "1717:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11220, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1717:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint248", + "typeString": "type(uint248)" + } + }, + "id": 11221, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "1731:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "1717:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint248", + "typeString": "uint248" + } + }, + "src": "1709:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11229, + "nodeType": "IfStatement", + "src": "1705:105:36", + "trueBody": { + "id": 11228, + "nodeType": "Block", + "src": "1736:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "323438", + "id": 11224, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1788:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_248_by_1", + "typeString": "int_const 248" + }, + "value": "248" + }, + { + "id": 11225, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11211, + "src": "1793:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_248_by_1", + "typeString": "int_const 248" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11223, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "1757:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11226, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1757:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11227, + "nodeType": "RevertStatement", + "src": "1750:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11232, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11211, + "src": "1834:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11231, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "1826:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint248_$", + "typeString": "type(uint248)" + }, + "typeName": { + "id": 11230, + "name": "uint248", + "nodeType": "ElementaryTypeName", + "src": "1826:7:36", + "typeDescriptions": {} + } + }, + "id": 11233, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1826:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint248", + "typeString": "uint248" + } + }, + "functionReturnParameters": 11215, + "id": 11234, + "nodeType": "Return", + "src": "1819:21:36" + } + ] + }, + "documentation": { + "id": 11209, + "nodeType": "StructuredDocumentation", + "src": "1344:280:36", + "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": 11236, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint248", + "nameLocation": "1638:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11212, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11211, + "mutability": "mutable", + "name": "value", + "nameLocation": "1656:5:36", + "nodeType": "VariableDeclaration", + "scope": 11236, + "src": "1648:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11210, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1648:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1647:15:36" + }, + "returnParameters": { + "id": 11215, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11214, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11236, + "src": "1686:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint248", + "typeString": "uint248" + }, + "typeName": { + "id": 11213, + "name": "uint248", + "nodeType": "ElementaryTypeName", + "src": "1686:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint248", + "typeString": "uint248" + } + }, + "visibility": "internal" + } + ], + "src": "1685:9:36" + }, + "scope": 12946, + "src": "1629:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11263, + "nodeType": "Block", + "src": "2204:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11250, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11244, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11239, + "src": "2218:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11247, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2231:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint240_$", + "typeString": "type(uint240)" + }, + "typeName": { + "id": 11246, + "name": "uint240", + "nodeType": "ElementaryTypeName", + "src": "2231:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint240_$", + "typeString": "type(uint240)" + } + ], + "id": 11245, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "2226:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11248, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2226:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint240", + "typeString": "type(uint240)" + } + }, + "id": 11249, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2240:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "2226:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint240", + "typeString": "uint240" + } + }, + "src": "2218:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11257, + "nodeType": "IfStatement", + "src": "2214:105:36", + "trueBody": { + "id": 11256, + "nodeType": "Block", + "src": "2245:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "323430", + "id": 11252, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2297:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_240_by_1", + "typeString": "int_const 240" + }, + "value": "240" + }, + { + "id": 11253, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11239, + "src": "2302:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_240_by_1", + "typeString": "int_const 240" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11251, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "2266:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11254, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2266:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11255, + "nodeType": "RevertStatement", + "src": "2259:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11260, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11239, + "src": "2343:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11259, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2335:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint240_$", + "typeString": "type(uint240)" + }, + "typeName": { + "id": 11258, + "name": "uint240", + "nodeType": "ElementaryTypeName", + "src": "2335:7:36", + "typeDescriptions": {} + } + }, + "id": 11261, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2335:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint240", + "typeString": "uint240" + } + }, + "functionReturnParameters": 11243, + "id": 11262, + "nodeType": "Return", + "src": "2328:21:36" + } + ] + }, + "documentation": { + "id": 11237, + "nodeType": "StructuredDocumentation", + "src": "1853:280:36", + "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": 11264, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint240", + "nameLocation": "2147:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11240, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11239, + "mutability": "mutable", + "name": "value", + "nameLocation": "2165:5:36", + "nodeType": "VariableDeclaration", + "scope": 11264, + "src": "2157:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11238, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2157:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2156:15:36" + }, + "returnParameters": { + "id": 11243, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11242, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11264, + "src": "2195:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint240", + "typeString": "uint240" + }, + "typeName": { + "id": 11241, + "name": "uint240", + "nodeType": "ElementaryTypeName", + "src": "2195:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint240", + "typeString": "uint240" + } + }, + "visibility": "internal" + } + ], + "src": "2194:9:36" + }, + "scope": 12946, + "src": "2138:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11291, + "nodeType": "Block", + "src": "2713:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11278, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11272, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11267, + "src": "2727:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11275, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2740:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint232_$", + "typeString": "type(uint232)" + }, + "typeName": { + "id": 11274, + "name": "uint232", + "nodeType": "ElementaryTypeName", + "src": "2740:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint232_$", + "typeString": "type(uint232)" + } + ], + "id": 11273, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "2735:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11276, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2735:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint232", + "typeString": "type(uint232)" + } + }, + "id": 11277, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2749:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "2735:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint232", + "typeString": "uint232" + } + }, + "src": "2727:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11285, + "nodeType": "IfStatement", + "src": "2723:105:36", + "trueBody": { + "id": 11284, + "nodeType": "Block", + "src": "2754:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "323332", + "id": 11280, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2806:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_232_by_1", + "typeString": "int_const 232" + }, + "value": "232" + }, + { + "id": 11281, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11267, + "src": "2811:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_232_by_1", + "typeString": "int_const 232" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11279, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "2775:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11282, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2775:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11283, + "nodeType": "RevertStatement", + "src": "2768:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11288, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11267, + "src": "2852:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11287, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2844:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint232_$", + "typeString": "type(uint232)" + }, + "typeName": { + "id": 11286, + "name": "uint232", + "nodeType": "ElementaryTypeName", + "src": "2844:7:36", + "typeDescriptions": {} + } + }, + "id": 11289, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2844:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint232", + "typeString": "uint232" + } + }, + "functionReturnParameters": 11271, + "id": 11290, + "nodeType": "Return", + "src": "2837:21:36" + } + ] + }, + "documentation": { + "id": 11265, + "nodeType": "StructuredDocumentation", + "src": "2362:280:36", + "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": 11292, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint232", + "nameLocation": "2656:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11268, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11267, + "mutability": "mutable", + "name": "value", + "nameLocation": "2674:5:36", + "nodeType": "VariableDeclaration", + "scope": 11292, + "src": "2666:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11266, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2666:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2665:15:36" + }, + "returnParameters": { + "id": 11271, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11270, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11292, + "src": "2704:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint232", + "typeString": "uint232" + }, + "typeName": { + "id": 11269, + "name": "uint232", + "nodeType": "ElementaryTypeName", + "src": "2704:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint232", + "typeString": "uint232" + } + }, + "visibility": "internal" + } + ], + "src": "2703:9:36" + }, + "scope": 12946, + "src": "2647:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11319, + "nodeType": "Block", + "src": "3222:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11306, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11300, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11295, + "src": "3236:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11303, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3249:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint224_$", + "typeString": "type(uint224)" + }, + "typeName": { + "id": 11302, + "name": "uint224", + "nodeType": "ElementaryTypeName", + "src": "3249:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint224_$", + "typeString": "type(uint224)" + } + ], + "id": 11301, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "3244:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11304, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3244:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint224", + "typeString": "type(uint224)" + } + }, + "id": 11305, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "3258:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "3244:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint224", + "typeString": "uint224" + } + }, + "src": "3236:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11313, + "nodeType": "IfStatement", + "src": "3232:105:36", + "trueBody": { + "id": 11312, + "nodeType": "Block", + "src": "3263:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "323234", + "id": 11308, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3315:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_224_by_1", + "typeString": "int_const 224" + }, + "value": "224" + }, + { + "id": 11309, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11295, + "src": "3320:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_224_by_1", + "typeString": "int_const 224" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11307, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "3284:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11310, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3284:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11311, + "nodeType": "RevertStatement", + "src": "3277:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11316, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11295, + "src": "3361:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11315, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3353:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint224_$", + "typeString": "type(uint224)" + }, + "typeName": { + "id": 11314, + "name": "uint224", + "nodeType": "ElementaryTypeName", + "src": "3353:7:36", + "typeDescriptions": {} + } + }, + "id": 11317, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3353:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint224", + "typeString": "uint224" + } + }, + "functionReturnParameters": 11299, + "id": 11318, + "nodeType": "Return", + "src": "3346:21:36" + } + ] + }, + "documentation": { + "id": 11293, + "nodeType": "StructuredDocumentation", + "src": "2871:280:36", + "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": 11320, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint224", + "nameLocation": "3165:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11296, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11295, + "mutability": "mutable", + "name": "value", + "nameLocation": "3183:5:36", + "nodeType": "VariableDeclaration", + "scope": 11320, + "src": "3175:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11294, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3175:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3174:15:36" + }, + "returnParameters": { + "id": 11299, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11298, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11320, + "src": "3213:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint224", + "typeString": "uint224" + }, + "typeName": { + "id": 11297, + "name": "uint224", + "nodeType": "ElementaryTypeName", + "src": "3213:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint224", + "typeString": "uint224" + } + }, + "visibility": "internal" + } + ], + "src": "3212:9:36" + }, + "scope": 12946, + "src": "3156:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11347, + "nodeType": "Block", + "src": "3731:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11334, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11328, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11323, + "src": "3745:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11331, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3758:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint216_$", + "typeString": "type(uint216)" + }, + "typeName": { + "id": 11330, + "name": "uint216", + "nodeType": "ElementaryTypeName", + "src": "3758:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint216_$", + "typeString": "type(uint216)" + } + ], + "id": 11329, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "3753:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11332, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3753:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint216", + "typeString": "type(uint216)" + } + }, + "id": 11333, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "3767:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "3753:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint216", + "typeString": "uint216" + } + }, + "src": "3745:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11341, + "nodeType": "IfStatement", + "src": "3741:105:36", + "trueBody": { + "id": 11340, + "nodeType": "Block", + "src": "3772:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "323136", + "id": 11336, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3824:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_216_by_1", + "typeString": "int_const 216" + }, + "value": "216" + }, + { + "id": 11337, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11323, + "src": "3829:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_216_by_1", + "typeString": "int_const 216" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11335, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "3793:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11338, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3793:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11339, + "nodeType": "RevertStatement", + "src": "3786:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11344, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11323, + "src": "3870:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11343, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3862:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint216_$", + "typeString": "type(uint216)" + }, + "typeName": { + "id": 11342, + "name": "uint216", + "nodeType": "ElementaryTypeName", + "src": "3862:7:36", + "typeDescriptions": {} + } + }, + "id": 11345, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3862:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint216", + "typeString": "uint216" + } + }, + "functionReturnParameters": 11327, + "id": 11346, + "nodeType": "Return", + "src": "3855:21:36" + } + ] + }, + "documentation": { + "id": 11321, + "nodeType": "StructuredDocumentation", + "src": "3380:280:36", + "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": 11348, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint216", + "nameLocation": "3674:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11324, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11323, + "mutability": "mutable", + "name": "value", + "nameLocation": "3692:5:36", + "nodeType": "VariableDeclaration", + "scope": 11348, + "src": "3684:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11322, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3684:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3683:15:36" + }, + "returnParameters": { + "id": 11327, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11326, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11348, + "src": "3722:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint216", + "typeString": "uint216" + }, + "typeName": { + "id": 11325, + "name": "uint216", + "nodeType": "ElementaryTypeName", + "src": "3722:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint216", + "typeString": "uint216" + } + }, + "visibility": "internal" + } + ], + "src": "3721:9:36" + }, + "scope": 12946, + "src": "3665:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11375, + "nodeType": "Block", + "src": "4240:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11362, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11356, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11351, + "src": "4254:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11359, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4267:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint208_$", + "typeString": "type(uint208)" + }, + "typeName": { + "id": 11358, + "name": "uint208", + "nodeType": "ElementaryTypeName", + "src": "4267:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint208_$", + "typeString": "type(uint208)" + } + ], + "id": 11357, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "4262:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11360, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4262:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint208", + "typeString": "type(uint208)" + } + }, + "id": 11361, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "4276:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "4262:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint208", + "typeString": "uint208" + } + }, + "src": "4254:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11369, + "nodeType": "IfStatement", + "src": "4250:105:36", + "trueBody": { + "id": 11368, + "nodeType": "Block", + "src": "4281:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "323038", + "id": 11364, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4333:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_208_by_1", + "typeString": "int_const 208" + }, + "value": "208" + }, + { + "id": 11365, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11351, + "src": "4338:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_208_by_1", + "typeString": "int_const 208" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11363, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "4302:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11366, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4302:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11367, + "nodeType": "RevertStatement", + "src": "4295:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11372, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11351, + "src": "4379:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11371, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4371:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint208_$", + "typeString": "type(uint208)" + }, + "typeName": { + "id": 11370, + "name": "uint208", + "nodeType": "ElementaryTypeName", + "src": "4371:7:36", + "typeDescriptions": {} + } + }, + "id": 11373, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4371:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint208", + "typeString": "uint208" + } + }, + "functionReturnParameters": 11355, + "id": 11374, + "nodeType": "Return", + "src": "4364:21:36" + } + ] + }, + "documentation": { + "id": 11349, + "nodeType": "StructuredDocumentation", + "src": "3889:280:36", + "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": 11376, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint208", + "nameLocation": "4183:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11352, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11351, + "mutability": "mutable", + "name": "value", + "nameLocation": "4201:5:36", + "nodeType": "VariableDeclaration", + "scope": 11376, + "src": "4193:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11350, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4193:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "4192:15:36" + }, + "returnParameters": { + "id": 11355, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11354, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11376, + "src": "4231:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint208", + "typeString": "uint208" + }, + "typeName": { + "id": 11353, + "name": "uint208", + "nodeType": "ElementaryTypeName", + "src": "4231:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint208", + "typeString": "uint208" + } + }, + "visibility": "internal" + } + ], + "src": "4230:9:36" + }, + "scope": 12946, + "src": "4174:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11403, + "nodeType": "Block", + "src": "4749:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11390, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11384, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11379, + "src": "4763:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11387, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4776:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint200_$", + "typeString": "type(uint200)" + }, + "typeName": { + "id": 11386, + "name": "uint200", + "nodeType": "ElementaryTypeName", + "src": "4776:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint200_$", + "typeString": "type(uint200)" + } + ], + "id": 11385, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "4771:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11388, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4771:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint200", + "typeString": "type(uint200)" + } + }, + "id": 11389, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "4785:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "4771:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint200", + "typeString": "uint200" + } + }, + "src": "4763:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11397, + "nodeType": "IfStatement", + "src": "4759:105:36", + "trueBody": { + "id": 11396, + "nodeType": "Block", + "src": "4790:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "323030", + "id": 11392, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4842:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_200_by_1", + "typeString": "int_const 200" + }, + "value": "200" + }, + { + "id": 11393, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11379, + "src": "4847:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_200_by_1", + "typeString": "int_const 200" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11391, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "4811:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11394, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4811:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11395, + "nodeType": "RevertStatement", + "src": "4804:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11400, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11379, + "src": "4888:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11399, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4880:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint200_$", + "typeString": "type(uint200)" + }, + "typeName": { + "id": 11398, + "name": "uint200", + "nodeType": "ElementaryTypeName", + "src": "4880:7:36", + "typeDescriptions": {} + } + }, + "id": 11401, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4880:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint200", + "typeString": "uint200" + } + }, + "functionReturnParameters": 11383, + "id": 11402, + "nodeType": "Return", + "src": "4873:21:36" + } + ] + }, + "documentation": { + "id": 11377, + "nodeType": "StructuredDocumentation", + "src": "4398:280:36", + "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": 11404, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint200", + "nameLocation": "4692:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11380, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11379, + "mutability": "mutable", + "name": "value", + "nameLocation": "4710:5:36", + "nodeType": "VariableDeclaration", + "scope": 11404, + "src": "4702:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11378, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4702:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "4701:15:36" + }, + "returnParameters": { + "id": 11383, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11382, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11404, + "src": "4740:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint200", + "typeString": "uint200" + }, + "typeName": { + "id": 11381, + "name": "uint200", + "nodeType": "ElementaryTypeName", + "src": "4740:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint200", + "typeString": "uint200" + } + }, + "visibility": "internal" + } + ], + "src": "4739:9:36" + }, + "scope": 12946, + "src": "4683:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11431, + "nodeType": "Block", + "src": "5258:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11418, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11412, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11407, + "src": "5272:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11415, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "5285:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint192_$", + "typeString": "type(uint192)" + }, + "typeName": { + "id": 11414, + "name": "uint192", + "nodeType": "ElementaryTypeName", + "src": "5285:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint192_$", + "typeString": "type(uint192)" + } + ], + "id": 11413, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "5280:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11416, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5280:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint192", + "typeString": "type(uint192)" + } + }, + "id": 11417, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "5294:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "5280:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint192", + "typeString": "uint192" + } + }, + "src": "5272:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11425, + "nodeType": "IfStatement", + "src": "5268:105:36", + "trueBody": { + "id": 11424, + "nodeType": "Block", + "src": "5299:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313932", + "id": 11420, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5351:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_192_by_1", + "typeString": "int_const 192" + }, + "value": "192" + }, + { + "id": 11421, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11407, + "src": "5356:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_192_by_1", + "typeString": "int_const 192" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11419, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "5320:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11422, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5320:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11423, + "nodeType": "RevertStatement", + "src": "5313:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11428, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11407, + "src": "5397:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11427, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "5389:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint192_$", + "typeString": "type(uint192)" + }, + "typeName": { + "id": 11426, + "name": "uint192", + "nodeType": "ElementaryTypeName", + "src": "5389:7:36", + "typeDescriptions": {} + } + }, + "id": 11429, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5389:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint192", + "typeString": "uint192" + } + }, + "functionReturnParameters": 11411, + "id": 11430, + "nodeType": "Return", + "src": "5382:21:36" + } + ] + }, + "documentation": { + "id": 11405, + "nodeType": "StructuredDocumentation", + "src": "4907:280:36", + "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": 11432, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint192", + "nameLocation": "5201:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11408, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11407, + "mutability": "mutable", + "name": "value", + "nameLocation": "5219:5:36", + "nodeType": "VariableDeclaration", + "scope": 11432, + "src": "5211:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11406, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5211:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "5210:15:36" + }, + "returnParameters": { + "id": 11411, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11410, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11432, + "src": "5249:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint192", + "typeString": "uint192" + }, + "typeName": { + "id": 11409, + "name": "uint192", + "nodeType": "ElementaryTypeName", + "src": "5249:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint192", + "typeString": "uint192" + } + }, + "visibility": "internal" + } + ], + "src": "5248:9:36" + }, + "scope": 12946, + "src": "5192:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11459, + "nodeType": "Block", + "src": "5767:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11446, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11440, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11435, + "src": "5781:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11443, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "5794:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint184_$", + "typeString": "type(uint184)" + }, + "typeName": { + "id": 11442, + "name": "uint184", + "nodeType": "ElementaryTypeName", + "src": "5794:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint184_$", + "typeString": "type(uint184)" + } + ], + "id": 11441, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "5789:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11444, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5789:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint184", + "typeString": "type(uint184)" + } + }, + "id": 11445, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "5803:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "5789:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint184", + "typeString": "uint184" + } + }, + "src": "5781:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11453, + "nodeType": "IfStatement", + "src": "5777:105:36", + "trueBody": { + "id": 11452, + "nodeType": "Block", + "src": "5808:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313834", + "id": 11448, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5860:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_184_by_1", + "typeString": "int_const 184" + }, + "value": "184" + }, + { + "id": 11449, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11435, + "src": "5865:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_184_by_1", + "typeString": "int_const 184" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11447, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "5829:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11450, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5829:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11451, + "nodeType": "RevertStatement", + "src": "5822:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11456, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11435, + "src": "5906:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11455, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "5898:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint184_$", + "typeString": "type(uint184)" + }, + "typeName": { + "id": 11454, + "name": "uint184", + "nodeType": "ElementaryTypeName", + "src": "5898:7:36", + "typeDescriptions": {} + } + }, + "id": 11457, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5898:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint184", + "typeString": "uint184" + } + }, + "functionReturnParameters": 11439, + "id": 11458, + "nodeType": "Return", + "src": "5891:21:36" + } + ] + }, + "documentation": { + "id": 11433, + "nodeType": "StructuredDocumentation", + "src": "5416:280:36", + "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": 11460, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint184", + "nameLocation": "5710:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11436, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11435, + "mutability": "mutable", + "name": "value", + "nameLocation": "5728:5:36", + "nodeType": "VariableDeclaration", + "scope": 11460, + "src": "5720:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11434, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5720:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "5719:15:36" + }, + "returnParameters": { + "id": 11439, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11438, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11460, + "src": "5758:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint184", + "typeString": "uint184" + }, + "typeName": { + "id": 11437, + "name": "uint184", + "nodeType": "ElementaryTypeName", + "src": "5758:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint184", + "typeString": "uint184" + } + }, + "visibility": "internal" + } + ], + "src": "5757:9:36" + }, + "scope": 12946, + "src": "5701:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11487, + "nodeType": "Block", + "src": "6276:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11474, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11468, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11463, + "src": "6290:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11471, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6303:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint176_$", + "typeString": "type(uint176)" + }, + "typeName": { + "id": 11470, + "name": "uint176", + "nodeType": "ElementaryTypeName", + "src": "6303:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint176_$", + "typeString": "type(uint176)" + } + ], + "id": 11469, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "6298:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11472, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6298:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint176", + "typeString": "type(uint176)" + } + }, + "id": 11473, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "6312:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "6298:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint176", + "typeString": "uint176" + } + }, + "src": "6290:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11481, + "nodeType": "IfStatement", + "src": "6286:105:36", + "trueBody": { + "id": 11480, + "nodeType": "Block", + "src": "6317:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313736", + "id": 11476, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6369:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_176_by_1", + "typeString": "int_const 176" + }, + "value": "176" + }, + { + "id": 11477, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11463, + "src": "6374:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_176_by_1", + "typeString": "int_const 176" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11475, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "6338:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11478, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6338:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11479, + "nodeType": "RevertStatement", + "src": "6331:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11484, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11463, + "src": "6415:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11483, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6407:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint176_$", + "typeString": "type(uint176)" + }, + "typeName": { + "id": 11482, + "name": "uint176", + "nodeType": "ElementaryTypeName", + "src": "6407:7:36", + "typeDescriptions": {} + } + }, + "id": 11485, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6407:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint176", + "typeString": "uint176" + } + }, + "functionReturnParameters": 11467, + "id": 11486, + "nodeType": "Return", + "src": "6400:21:36" + } + ] + }, + "documentation": { + "id": 11461, + "nodeType": "StructuredDocumentation", + "src": "5925:280:36", + "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": 11488, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint176", + "nameLocation": "6219:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11464, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11463, + "mutability": "mutable", + "name": "value", + "nameLocation": "6237:5:36", + "nodeType": "VariableDeclaration", + "scope": 11488, + "src": "6229:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11462, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6229:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "6228:15:36" + }, + "returnParameters": { + "id": 11467, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11466, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11488, + "src": "6267:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint176", + "typeString": "uint176" + }, + "typeName": { + "id": 11465, + "name": "uint176", + "nodeType": "ElementaryTypeName", + "src": "6267:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint176", + "typeString": "uint176" + } + }, + "visibility": "internal" + } + ], + "src": "6266:9:36" + }, + "scope": 12946, + "src": "6210:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11515, + "nodeType": "Block", + "src": "6785:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11502, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11496, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11491, + "src": "6799:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11499, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6812:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint168_$", + "typeString": "type(uint168)" + }, + "typeName": { + "id": 11498, + "name": "uint168", + "nodeType": "ElementaryTypeName", + "src": "6812:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint168_$", + "typeString": "type(uint168)" + } + ], + "id": 11497, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "6807:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11500, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6807:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint168", + "typeString": "type(uint168)" + } + }, + "id": 11501, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "6821:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "6807:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint168", + "typeString": "uint168" + } + }, + "src": "6799:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11509, + "nodeType": "IfStatement", + "src": "6795:105:36", + "trueBody": { + "id": 11508, + "nodeType": "Block", + "src": "6826:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313638", + "id": 11504, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6878:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_168_by_1", + "typeString": "int_const 168" + }, + "value": "168" + }, + { + "id": 11505, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11491, + "src": "6883:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_168_by_1", + "typeString": "int_const 168" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11503, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "6847:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11506, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6847:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11507, + "nodeType": "RevertStatement", + "src": "6840:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11512, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11491, + "src": "6924:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11511, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6916:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint168_$", + "typeString": "type(uint168)" + }, + "typeName": { + "id": 11510, + "name": "uint168", + "nodeType": "ElementaryTypeName", + "src": "6916:7:36", + "typeDescriptions": {} + } + }, + "id": 11513, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6916:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint168", + "typeString": "uint168" + } + }, + "functionReturnParameters": 11495, + "id": 11514, + "nodeType": "Return", + "src": "6909:21:36" + } + ] + }, + "documentation": { + "id": 11489, + "nodeType": "StructuredDocumentation", + "src": "6434:280:36", + "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": 11516, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint168", + "nameLocation": "6728:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11492, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11491, + "mutability": "mutable", + "name": "value", + "nameLocation": "6746:5:36", + "nodeType": "VariableDeclaration", + "scope": 11516, + "src": "6738:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11490, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6738:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "6737:15:36" + }, + "returnParameters": { + "id": 11495, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11494, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11516, + "src": "6776:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint168", + "typeString": "uint168" + }, + "typeName": { + "id": 11493, + "name": "uint168", + "nodeType": "ElementaryTypeName", + "src": "6776:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint168", + "typeString": "uint168" + } + }, + "visibility": "internal" + } + ], + "src": "6775:9:36" + }, + "scope": 12946, + "src": "6719:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11543, + "nodeType": "Block", + "src": "7294:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11530, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11524, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11519, + "src": "7308:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11527, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "7321:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint160_$", + "typeString": "type(uint160)" + }, + "typeName": { + "id": 11526, + "name": "uint160", + "nodeType": "ElementaryTypeName", + "src": "7321:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint160_$", + "typeString": "type(uint160)" + } + ], + "id": 11525, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "7316:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11528, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7316:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint160", + "typeString": "type(uint160)" + } + }, + "id": 11529, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "7330:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "7316:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint160", + "typeString": "uint160" + } + }, + "src": "7308:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11537, + "nodeType": "IfStatement", + "src": "7304:105:36", + "trueBody": { + "id": 11536, + "nodeType": "Block", + "src": "7335:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313630", + "id": 11532, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7387:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_160_by_1", + "typeString": "int_const 160" + }, + "value": "160" + }, + { + "id": 11533, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11519, + "src": "7392:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_160_by_1", + "typeString": "int_const 160" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11531, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "7356:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11534, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7356:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11535, + "nodeType": "RevertStatement", + "src": "7349:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11540, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11519, + "src": "7433:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11539, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "7425:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint160_$", + "typeString": "type(uint160)" + }, + "typeName": { + "id": 11538, + "name": "uint160", + "nodeType": "ElementaryTypeName", + "src": "7425:7:36", + "typeDescriptions": {} + } + }, + "id": 11541, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7425:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint160", + "typeString": "uint160" + } + }, + "functionReturnParameters": 11523, + "id": 11542, + "nodeType": "Return", + "src": "7418:21:36" + } + ] + }, + "documentation": { + "id": 11517, + "nodeType": "StructuredDocumentation", + "src": "6943:280:36", + "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": 11544, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint160", + "nameLocation": "7237:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11520, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11519, + "mutability": "mutable", + "name": "value", + "nameLocation": "7255:5:36", + "nodeType": "VariableDeclaration", + "scope": 11544, + "src": "7247:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11518, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "7247:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "7246:15:36" + }, + "returnParameters": { + "id": 11523, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11522, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11544, + "src": "7285:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint160", + "typeString": "uint160" + }, + "typeName": { + "id": 11521, + "name": "uint160", + "nodeType": "ElementaryTypeName", + "src": "7285:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint160", + "typeString": "uint160" + } + }, + "visibility": "internal" + } + ], + "src": "7284:9:36" + }, + "scope": 12946, + "src": "7228:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11571, + "nodeType": "Block", + "src": "7803:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11558, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11552, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11547, + "src": "7817:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11555, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "7830:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint152_$", + "typeString": "type(uint152)" + }, + "typeName": { + "id": 11554, + "name": "uint152", + "nodeType": "ElementaryTypeName", + "src": "7830:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint152_$", + "typeString": "type(uint152)" + } + ], + "id": 11553, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "7825:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11556, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7825:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint152", + "typeString": "type(uint152)" + } + }, + "id": 11557, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "7839:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "7825:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint152", + "typeString": "uint152" + } + }, + "src": "7817:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11565, + "nodeType": "IfStatement", + "src": "7813:105:36", + "trueBody": { + "id": 11564, + "nodeType": "Block", + "src": "7844:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313532", + "id": 11560, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7896:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_152_by_1", + "typeString": "int_const 152" + }, + "value": "152" + }, + { + "id": 11561, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11547, + "src": "7901:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_152_by_1", + "typeString": "int_const 152" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11559, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "7865:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11562, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7865:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11563, + "nodeType": "RevertStatement", + "src": "7858:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11568, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11547, + "src": "7942:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11567, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "7934:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint152_$", + "typeString": "type(uint152)" + }, + "typeName": { + "id": 11566, + "name": "uint152", + "nodeType": "ElementaryTypeName", + "src": "7934:7:36", + "typeDescriptions": {} + } + }, + "id": 11569, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7934:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint152", + "typeString": "uint152" + } + }, + "functionReturnParameters": 11551, + "id": 11570, + "nodeType": "Return", + "src": "7927:21:36" + } + ] + }, + "documentation": { + "id": 11545, + "nodeType": "StructuredDocumentation", + "src": "7452:280:36", + "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": 11572, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint152", + "nameLocation": "7746:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11548, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11547, + "mutability": "mutable", + "name": "value", + "nameLocation": "7764:5:36", + "nodeType": "VariableDeclaration", + "scope": 11572, + "src": "7756:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11546, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "7756:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "7755:15:36" + }, + "returnParameters": { + "id": 11551, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11550, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11572, + "src": "7794:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint152", + "typeString": "uint152" + }, + "typeName": { + "id": 11549, + "name": "uint152", + "nodeType": "ElementaryTypeName", + "src": "7794:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint152", + "typeString": "uint152" + } + }, + "visibility": "internal" + } + ], + "src": "7793:9:36" + }, + "scope": 12946, + "src": "7737:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11599, + "nodeType": "Block", + "src": "8312:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11586, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11580, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11575, + "src": "8326:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11583, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "8339:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint144_$", + "typeString": "type(uint144)" + }, + "typeName": { + "id": 11582, + "name": "uint144", + "nodeType": "ElementaryTypeName", + "src": "8339:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint144_$", + "typeString": "type(uint144)" + } + ], + "id": 11581, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "8334:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11584, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8334:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint144", + "typeString": "type(uint144)" + } + }, + "id": 11585, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "8348:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "8334:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint144", + "typeString": "uint144" + } + }, + "src": "8326:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11593, + "nodeType": "IfStatement", + "src": "8322:105:36", + "trueBody": { + "id": 11592, + "nodeType": "Block", + "src": "8353:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313434", + "id": 11588, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8405:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_144_by_1", + "typeString": "int_const 144" + }, + "value": "144" + }, + { + "id": 11589, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11575, + "src": "8410:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_144_by_1", + "typeString": "int_const 144" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11587, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "8374:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11590, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8374:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11591, + "nodeType": "RevertStatement", + "src": "8367:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11596, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11575, + "src": "8451:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11595, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "8443:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint144_$", + "typeString": "type(uint144)" + }, + "typeName": { + "id": 11594, + "name": "uint144", + "nodeType": "ElementaryTypeName", + "src": "8443:7:36", + "typeDescriptions": {} + } + }, + "id": 11597, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8443:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint144", + "typeString": "uint144" + } + }, + "functionReturnParameters": 11579, + "id": 11598, + "nodeType": "Return", + "src": "8436:21:36" + } + ] + }, + "documentation": { + "id": 11573, + "nodeType": "StructuredDocumentation", + "src": "7961:280:36", + "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": 11600, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint144", + "nameLocation": "8255:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11576, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11575, + "mutability": "mutable", + "name": "value", + "nameLocation": "8273:5:36", + "nodeType": "VariableDeclaration", + "scope": 11600, + "src": "8265:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11574, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "8265:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "8264:15:36" + }, + "returnParameters": { + "id": 11579, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11578, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11600, + "src": "8303:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint144", + "typeString": "uint144" + }, + "typeName": { + "id": 11577, + "name": "uint144", + "nodeType": "ElementaryTypeName", + "src": "8303:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint144", + "typeString": "uint144" + } + }, + "visibility": "internal" + } + ], + "src": "8302:9:36" + }, + "scope": 12946, + "src": "8246:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11627, + "nodeType": "Block", + "src": "8821:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11614, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11608, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11603, + "src": "8835:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11611, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "8848:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint136_$", + "typeString": "type(uint136)" + }, + "typeName": { + "id": 11610, + "name": "uint136", + "nodeType": "ElementaryTypeName", + "src": "8848:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint136_$", + "typeString": "type(uint136)" + } + ], + "id": 11609, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "8843:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11612, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8843:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint136", + "typeString": "type(uint136)" + } + }, + "id": 11613, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "8857:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "8843:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint136", + "typeString": "uint136" + } + }, + "src": "8835:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11621, + "nodeType": "IfStatement", + "src": "8831:105:36", + "trueBody": { + "id": 11620, + "nodeType": "Block", + "src": "8862:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313336", + "id": 11616, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8914:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_136_by_1", + "typeString": "int_const 136" + }, + "value": "136" + }, + { + "id": 11617, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11603, + "src": "8919:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_136_by_1", + "typeString": "int_const 136" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11615, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "8883:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11618, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8883:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11619, + "nodeType": "RevertStatement", + "src": "8876:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11624, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11603, + "src": "8960:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11623, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "8952:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint136_$", + "typeString": "type(uint136)" + }, + "typeName": { + "id": 11622, + "name": "uint136", + "nodeType": "ElementaryTypeName", + "src": "8952:7:36", + "typeDescriptions": {} + } + }, + "id": 11625, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8952:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint136", + "typeString": "uint136" + } + }, + "functionReturnParameters": 11607, + "id": 11626, + "nodeType": "Return", + "src": "8945:21:36" + } + ] + }, + "documentation": { + "id": 11601, + "nodeType": "StructuredDocumentation", + "src": "8470:280:36", + "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": 11628, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint136", + "nameLocation": "8764:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11604, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11603, + "mutability": "mutable", + "name": "value", + "nameLocation": "8782:5:36", + "nodeType": "VariableDeclaration", + "scope": 11628, + "src": "8774:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11602, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "8774:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "8773:15:36" + }, + "returnParameters": { + "id": 11607, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11606, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11628, + "src": "8812:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint136", + "typeString": "uint136" + }, + "typeName": { + "id": 11605, + "name": "uint136", + "nodeType": "ElementaryTypeName", + "src": "8812:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint136", + "typeString": "uint136" + } + }, + "visibility": "internal" + } + ], + "src": "8811:9:36" + }, + "scope": 12946, + "src": "8755:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11655, + "nodeType": "Block", + "src": "9330:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11642, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11636, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11631, + "src": "9344:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11639, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "9357:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint128_$", + "typeString": "type(uint128)" + }, + "typeName": { + "id": 11638, + "name": "uint128", + "nodeType": "ElementaryTypeName", + "src": "9357:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint128_$", + "typeString": "type(uint128)" + } + ], + "id": 11637, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "9352:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11640, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9352:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint128", + "typeString": "type(uint128)" + } + }, + "id": 11641, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "9366:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "9352:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint128", + "typeString": "uint128" + } + }, + "src": "9344:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11649, + "nodeType": "IfStatement", + "src": "9340:105:36", + "trueBody": { + "id": 11648, + "nodeType": "Block", + "src": "9371:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313238", + "id": 11644, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9423:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_128_by_1", + "typeString": "int_const 128" + }, + "value": "128" + }, + { + "id": 11645, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11631, + "src": "9428:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_128_by_1", + "typeString": "int_const 128" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11643, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "9392:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11646, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9392:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11647, + "nodeType": "RevertStatement", + "src": "9385:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11652, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11631, + "src": "9469:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11651, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "9461:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint128_$", + "typeString": "type(uint128)" + }, + "typeName": { + "id": 11650, + "name": "uint128", + "nodeType": "ElementaryTypeName", + "src": "9461:7:36", + "typeDescriptions": {} + } + }, + "id": 11653, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9461:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint128", + "typeString": "uint128" + } + }, + "functionReturnParameters": 11635, + "id": 11654, + "nodeType": "Return", + "src": "9454:21:36" + } + ] + }, + "documentation": { + "id": 11629, + "nodeType": "StructuredDocumentation", + "src": "8979:280:36", + "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": 11656, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint128", + "nameLocation": "9273:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11632, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11631, + "mutability": "mutable", + "name": "value", + "nameLocation": "9291:5:36", + "nodeType": "VariableDeclaration", + "scope": 11656, + "src": "9283:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11630, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "9283:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "9282:15:36" + }, + "returnParameters": { + "id": 11635, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11634, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11656, + "src": "9321:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint128", + "typeString": "uint128" + }, + "typeName": { + "id": 11633, + "name": "uint128", + "nodeType": "ElementaryTypeName", + "src": "9321:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint128", + "typeString": "uint128" + } + }, + "visibility": "internal" + } + ], + "src": "9320:9:36" + }, + "scope": 12946, + "src": "9264:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11683, + "nodeType": "Block", + "src": "9839:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11670, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11664, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11659, + "src": "9853:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11667, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "9866:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint120_$", + "typeString": "type(uint120)" + }, + "typeName": { + "id": 11666, + "name": "uint120", + "nodeType": "ElementaryTypeName", + "src": "9866:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint120_$", + "typeString": "type(uint120)" + } + ], + "id": 11665, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "9861:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11668, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9861:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint120", + "typeString": "type(uint120)" + } + }, + "id": 11669, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "9875:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "9861:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint120", + "typeString": "uint120" + } + }, + "src": "9853:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11677, + "nodeType": "IfStatement", + "src": "9849:105:36", + "trueBody": { + "id": 11676, + "nodeType": "Block", + "src": "9880:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313230", + "id": 11672, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9932:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_120_by_1", + "typeString": "int_const 120" + }, + "value": "120" + }, + { + "id": 11673, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11659, + "src": "9937:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_120_by_1", + "typeString": "int_const 120" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11671, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "9901:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11674, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9901:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11675, + "nodeType": "RevertStatement", + "src": "9894:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11680, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11659, + "src": "9978:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11679, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "9970:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint120_$", + "typeString": "type(uint120)" + }, + "typeName": { + "id": 11678, + "name": "uint120", + "nodeType": "ElementaryTypeName", + "src": "9970:7:36", + "typeDescriptions": {} + } + }, + "id": 11681, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9970:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint120", + "typeString": "uint120" + } + }, + "functionReturnParameters": 11663, + "id": 11682, + "nodeType": "Return", + "src": "9963:21:36" + } + ] + }, + "documentation": { + "id": 11657, + "nodeType": "StructuredDocumentation", + "src": "9488:280:36", + "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": 11684, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint120", + "nameLocation": "9782:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11660, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11659, + "mutability": "mutable", + "name": "value", + "nameLocation": "9800:5:36", + "nodeType": "VariableDeclaration", + "scope": 11684, + "src": "9792:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11658, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "9792:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "9791:15:36" + }, + "returnParameters": { + "id": 11663, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11662, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11684, + "src": "9830:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint120", + "typeString": "uint120" + }, + "typeName": { + "id": 11661, + "name": "uint120", + "nodeType": "ElementaryTypeName", + "src": "9830:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint120", + "typeString": "uint120" + } + }, + "visibility": "internal" + } + ], + "src": "9829:9:36" + }, + "scope": 12946, + "src": "9773:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11711, + "nodeType": "Block", + "src": "10348:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11698, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11692, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11687, + "src": "10362:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11695, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "10375:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint112_$", + "typeString": "type(uint112)" + }, + "typeName": { + "id": 11694, + "name": "uint112", + "nodeType": "ElementaryTypeName", + "src": "10375:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint112_$", + "typeString": "type(uint112)" + } + ], + "id": 11693, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "10370:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11696, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10370:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint112", + "typeString": "type(uint112)" + } + }, + "id": 11697, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "10384:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "10370:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + }, + "src": "10362:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11705, + "nodeType": "IfStatement", + "src": "10358:105:36", + "trueBody": { + "id": 11704, + "nodeType": "Block", + "src": "10389:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313132", + "id": 11700, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10441:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_112_by_1", + "typeString": "int_const 112" + }, + "value": "112" + }, + { + "id": 11701, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11687, + "src": "10446:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_112_by_1", + "typeString": "int_const 112" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11699, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "10410:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11702, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10410:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11703, + "nodeType": "RevertStatement", + "src": "10403:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11708, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11687, + "src": "10487:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11707, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "10479:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint112_$", + "typeString": "type(uint112)" + }, + "typeName": { + "id": 11706, + "name": "uint112", + "nodeType": "ElementaryTypeName", + "src": "10479:7:36", + "typeDescriptions": {} + } + }, + "id": 11709, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10479:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + }, + "functionReturnParameters": 11691, + "id": 11710, + "nodeType": "Return", + "src": "10472:21:36" + } + ] + }, + "documentation": { + "id": 11685, + "nodeType": "StructuredDocumentation", + "src": "9997:280:36", + "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": 11712, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint112", + "nameLocation": "10291:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11688, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11687, + "mutability": "mutable", + "name": "value", + "nameLocation": "10309:5:36", + "nodeType": "VariableDeclaration", + "scope": 11712, + "src": "10301:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11686, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "10301:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "10300:15:36" + }, + "returnParameters": { + "id": 11691, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11690, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11712, + "src": "10339:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + }, + "typeName": { + "id": 11689, + "name": "uint112", + "nodeType": "ElementaryTypeName", + "src": "10339:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + }, + "visibility": "internal" + } + ], + "src": "10338:9:36" + }, + "scope": 12946, + "src": "10282:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11739, + "nodeType": "Block", + "src": "10857:152:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11726, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11720, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11715, + "src": "10871:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11723, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "10884:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint104_$", + "typeString": "type(uint104)" + }, + "typeName": { + "id": 11722, + "name": "uint104", + "nodeType": "ElementaryTypeName", + "src": "10884:7:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint104_$", + "typeString": "type(uint104)" + } + ], + "id": 11721, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "10879:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11724, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10879:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint104", + "typeString": "type(uint104)" + } + }, + "id": 11725, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "10893:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "10879:17:36", + "typeDescriptions": { + "typeIdentifier": "t_uint104", + "typeString": "uint104" + } + }, + "src": "10871:25:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11733, + "nodeType": "IfStatement", + "src": "10867:105:36", + "trueBody": { + "id": 11732, + "nodeType": "Block", + "src": "10898:74:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313034", + "id": 11728, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10950:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_104_by_1", + "typeString": "int_const 104" + }, + "value": "104" + }, + { + "id": 11729, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11715, + "src": "10955:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_104_by_1", + "typeString": "int_const 104" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11727, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "10919:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11730, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10919:42:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11731, + "nodeType": "RevertStatement", + "src": "10912:49:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11736, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11715, + "src": "10996:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11735, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "10988:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint104_$", + "typeString": "type(uint104)" + }, + "typeName": { + "id": 11734, + "name": "uint104", + "nodeType": "ElementaryTypeName", + "src": "10988:7:36", + "typeDescriptions": {} + } + }, + "id": 11737, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10988:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint104", + "typeString": "uint104" + } + }, + "functionReturnParameters": 11719, + "id": 11738, + "nodeType": "Return", + "src": "10981:21:36" + } + ] + }, + "documentation": { + "id": 11713, + "nodeType": "StructuredDocumentation", + "src": "10506:280:36", + "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": 11740, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint104", + "nameLocation": "10800:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11716, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11715, + "mutability": "mutable", + "name": "value", + "nameLocation": "10818:5:36", + "nodeType": "VariableDeclaration", + "scope": 11740, + "src": "10810:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11714, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "10810:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "10809:15:36" + }, + "returnParameters": { + "id": 11719, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11718, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11740, + "src": "10848:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint104", + "typeString": "uint104" + }, + "typeName": { + "id": 11717, + "name": "uint104", + "nodeType": "ElementaryTypeName", + "src": "10848:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint104", + "typeString": "uint104" + } + }, + "visibility": "internal" + } + ], + "src": "10847:9:36" + }, + "scope": 12946, + "src": "10791:218:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11767, + "nodeType": "Block", + "src": "11360:149:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11754, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11748, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11743, + "src": "11374:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11751, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "11387:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint96_$", + "typeString": "type(uint96)" + }, + "typeName": { + "id": 11750, + "name": "uint96", + "nodeType": "ElementaryTypeName", + "src": "11387:6:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint96_$", + "typeString": "type(uint96)" + } + ], + "id": 11749, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "11382:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11752, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11382:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint96", + "typeString": "type(uint96)" + } + }, + "id": 11753, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "11395:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "11382:16:36", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "src": "11374:24:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11761, + "nodeType": "IfStatement", + "src": "11370:103:36", + "trueBody": { + "id": 11760, + "nodeType": "Block", + "src": "11400:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3936", + "id": 11756, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "11452:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_96_by_1", + "typeString": "int_const 96" + }, + "value": "96" + }, + { + "id": 11757, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11743, + "src": "11456:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_96_by_1", + "typeString": "int_const 96" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11755, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "11421:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11758, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11421:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11759, + "nodeType": "RevertStatement", + "src": "11414:48:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11764, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11743, + "src": "11496:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11763, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "11489:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint96_$", + "typeString": "type(uint96)" + }, + "typeName": { + "id": 11762, + "name": "uint96", + "nodeType": "ElementaryTypeName", + "src": "11489:6:36", + "typeDescriptions": {} + } + }, + "id": 11765, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11489:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "functionReturnParameters": 11747, + "id": 11766, + "nodeType": "Return", + "src": "11482:20:36" + } + ] + }, + "documentation": { + "id": 11741, + "nodeType": "StructuredDocumentation", + "src": "11015:276:36", + "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": 11768, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint96", + "nameLocation": "11305:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11744, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11743, + "mutability": "mutable", + "name": "value", + "nameLocation": "11322:5:36", + "nodeType": "VariableDeclaration", + "scope": 11768, + "src": "11314:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11742, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "11314:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "11313:15:36" + }, + "returnParameters": { + "id": 11747, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11746, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11768, + "src": "11352:6:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "typeName": { + "id": 11745, + "name": "uint96", + "nodeType": "ElementaryTypeName", + "src": "11352:6:36", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "visibility": "internal" + } + ], + "src": "11351:8:36" + }, + "scope": 12946, + "src": "11296:213:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11795, + "nodeType": "Block", + "src": "11860:149:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11782, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11776, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11771, + "src": "11874:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11779, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "11887:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint88_$", + "typeString": "type(uint88)" + }, + "typeName": { + "id": 11778, + "name": "uint88", + "nodeType": "ElementaryTypeName", + "src": "11887:6:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint88_$", + "typeString": "type(uint88)" + } + ], + "id": 11777, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "11882:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11780, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11882:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint88", + "typeString": "type(uint88)" + } + }, + "id": 11781, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "11895:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "11882:16:36", + "typeDescriptions": { + "typeIdentifier": "t_uint88", + "typeString": "uint88" + } + }, + "src": "11874:24:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11789, + "nodeType": "IfStatement", + "src": "11870:103:36", + "trueBody": { + "id": 11788, + "nodeType": "Block", + "src": "11900:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3838", + "id": 11784, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "11952:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_88_by_1", + "typeString": "int_const 88" + }, + "value": "88" + }, + { + "id": 11785, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11771, + "src": "11956:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_88_by_1", + "typeString": "int_const 88" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11783, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "11921:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11786, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11921:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11787, + "nodeType": "RevertStatement", + "src": "11914:48:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11792, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11771, + "src": "11996:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11791, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "11989:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint88_$", + "typeString": "type(uint88)" + }, + "typeName": { + "id": 11790, + "name": "uint88", + "nodeType": "ElementaryTypeName", + "src": "11989:6:36", + "typeDescriptions": {} + } + }, + "id": 11793, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11989:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint88", + "typeString": "uint88" + } + }, + "functionReturnParameters": 11775, + "id": 11794, + "nodeType": "Return", + "src": "11982:20:36" + } + ] + }, + "documentation": { + "id": 11769, + "nodeType": "StructuredDocumentation", + "src": "11515:276:36", + "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": 11796, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint88", + "nameLocation": "11805:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11772, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11771, + "mutability": "mutable", + "name": "value", + "nameLocation": "11822:5:36", + "nodeType": "VariableDeclaration", + "scope": 11796, + "src": "11814:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11770, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "11814:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "11813:15:36" + }, + "returnParameters": { + "id": 11775, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11774, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11796, + "src": "11852:6:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint88", + "typeString": "uint88" + }, + "typeName": { + "id": 11773, + "name": "uint88", + "nodeType": "ElementaryTypeName", + "src": "11852:6:36", + "typeDescriptions": { + "typeIdentifier": "t_uint88", + "typeString": "uint88" + } + }, + "visibility": "internal" + } + ], + "src": "11851:8:36" + }, + "scope": 12946, + "src": "11796:213:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11823, + "nodeType": "Block", + "src": "12360:149:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11810, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11804, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11799, + "src": "12374:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11807, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "12387:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint80_$", + "typeString": "type(uint80)" + }, + "typeName": { + "id": 11806, + "name": "uint80", + "nodeType": "ElementaryTypeName", + "src": "12387:6:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint80_$", + "typeString": "type(uint80)" + } + ], + "id": 11805, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "12382:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11808, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12382:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint80", + "typeString": "type(uint80)" + } + }, + "id": 11809, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "12395:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "12382:16:36", + "typeDescriptions": { + "typeIdentifier": "t_uint80", + "typeString": "uint80" + } + }, + "src": "12374:24:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11817, + "nodeType": "IfStatement", + "src": "12370:103:36", + "trueBody": { + "id": 11816, + "nodeType": "Block", + "src": "12400:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3830", + "id": 11812, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "12452:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_80_by_1", + "typeString": "int_const 80" + }, + "value": "80" + }, + { + "id": 11813, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11799, + "src": "12456:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_80_by_1", + "typeString": "int_const 80" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11811, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "12421:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11814, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12421:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11815, + "nodeType": "RevertStatement", + "src": "12414:48:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11820, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11799, + "src": "12496:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11819, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "12489:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint80_$", + "typeString": "type(uint80)" + }, + "typeName": { + "id": 11818, + "name": "uint80", + "nodeType": "ElementaryTypeName", + "src": "12489:6:36", + "typeDescriptions": {} + } + }, + "id": 11821, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12489:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint80", + "typeString": "uint80" + } + }, + "functionReturnParameters": 11803, + "id": 11822, + "nodeType": "Return", + "src": "12482:20:36" + } + ] + }, + "documentation": { + "id": 11797, + "nodeType": "StructuredDocumentation", + "src": "12015:276:36", + "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": 11824, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint80", + "nameLocation": "12305:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11800, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11799, + "mutability": "mutable", + "name": "value", + "nameLocation": "12322:5:36", + "nodeType": "VariableDeclaration", + "scope": 11824, + "src": "12314:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11798, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "12314:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "12313:15:36" + }, + "returnParameters": { + "id": 11803, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11802, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11824, + "src": "12352:6:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint80", + "typeString": "uint80" + }, + "typeName": { + "id": 11801, + "name": "uint80", + "nodeType": "ElementaryTypeName", + "src": "12352:6:36", + "typeDescriptions": { + "typeIdentifier": "t_uint80", + "typeString": "uint80" + } + }, + "visibility": "internal" + } + ], + "src": "12351:8:36" + }, + "scope": 12946, + "src": "12296:213:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11851, + "nodeType": "Block", + "src": "12860:149:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11838, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11832, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11827, + "src": "12874:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11835, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "12887:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint72_$", + "typeString": "type(uint72)" + }, + "typeName": { + "id": 11834, + "name": "uint72", + "nodeType": "ElementaryTypeName", + "src": "12887:6:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint72_$", + "typeString": "type(uint72)" + } + ], + "id": 11833, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "12882:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11836, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12882:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint72", + "typeString": "type(uint72)" + } + }, + "id": 11837, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "12895:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "12882:16:36", + "typeDescriptions": { + "typeIdentifier": "t_uint72", + "typeString": "uint72" + } + }, + "src": "12874:24:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11845, + "nodeType": "IfStatement", + "src": "12870:103:36", + "trueBody": { + "id": 11844, + "nodeType": "Block", + "src": "12900:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3732", + "id": 11840, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "12952:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_72_by_1", + "typeString": "int_const 72" + }, + "value": "72" + }, + { + "id": 11841, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11827, + "src": "12956:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_72_by_1", + "typeString": "int_const 72" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11839, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "12921:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11842, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12921:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11843, + "nodeType": "RevertStatement", + "src": "12914:48:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11848, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11827, + "src": "12996:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11847, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "12989:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint72_$", + "typeString": "type(uint72)" + }, + "typeName": { + "id": 11846, + "name": "uint72", + "nodeType": "ElementaryTypeName", + "src": "12989:6:36", + "typeDescriptions": {} + } + }, + "id": 11849, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "12989:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint72", + "typeString": "uint72" + } + }, + "functionReturnParameters": 11831, + "id": 11850, + "nodeType": "Return", + "src": "12982:20:36" + } + ] + }, + "documentation": { + "id": 11825, + "nodeType": "StructuredDocumentation", + "src": "12515:276:36", + "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": 11852, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint72", + "nameLocation": "12805:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11828, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11827, + "mutability": "mutable", + "name": "value", + "nameLocation": "12822:5:36", + "nodeType": "VariableDeclaration", + "scope": 11852, + "src": "12814:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11826, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "12814:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "12813:15:36" + }, + "returnParameters": { + "id": 11831, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11830, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11852, + "src": "12852:6:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint72", + "typeString": "uint72" + }, + "typeName": { + "id": 11829, + "name": "uint72", + "nodeType": "ElementaryTypeName", + "src": "12852:6:36", + "typeDescriptions": { + "typeIdentifier": "t_uint72", + "typeString": "uint72" + } + }, + "visibility": "internal" + } + ], + "src": "12851:8:36" + }, + "scope": 12946, + "src": "12796:213:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11879, + "nodeType": "Block", + "src": "13360:149:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11866, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11860, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11855, + "src": "13374:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11863, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "13387:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + }, + "typeName": { + "id": 11862, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "13387:6:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + } + ], + "id": 11861, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "13382:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11864, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "13382:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint64", + "typeString": "type(uint64)" + } + }, + "id": 11865, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "13395:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "13382:16:36", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "13374:24:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11873, + "nodeType": "IfStatement", + "src": "13370:103:36", + "trueBody": { + "id": 11872, + "nodeType": "Block", + "src": "13400:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3634", + "id": 11868, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "13452:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + "value": "64" + }, + { + "id": 11869, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11855, + "src": "13456:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11867, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "13421:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11870, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "13421:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11871, + "nodeType": "RevertStatement", + "src": "13414:48:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11876, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11855, + "src": "13496:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11875, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "13489:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + }, + "typeName": { + "id": 11874, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "13489:6:36", + "typeDescriptions": {} + } + }, + "id": 11877, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "13489:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "functionReturnParameters": 11859, + "id": 11878, + "nodeType": "Return", + "src": "13482:20:36" + } + ] + }, + "documentation": { + "id": 11853, + "nodeType": "StructuredDocumentation", + "src": "13015:276:36", + "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": 11880, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint64", + "nameLocation": "13305:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11856, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11855, + "mutability": "mutable", + "name": "value", + "nameLocation": "13322:5:36", + "nodeType": "VariableDeclaration", + "scope": 11880, + "src": "13314:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11854, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "13314:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "13313:15:36" + }, + "returnParameters": { + "id": 11859, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11858, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11880, + "src": "13352:6:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 11857, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "13352:6:36", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "13351:8:36" + }, + "scope": 12946, + "src": "13296:213:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11907, + "nodeType": "Block", + "src": "13860:149:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11894, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11888, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11883, + "src": "13874:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11891, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "13887:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint56_$", + "typeString": "type(uint56)" + }, + "typeName": { + "id": 11890, + "name": "uint56", + "nodeType": "ElementaryTypeName", + "src": "13887:6:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint56_$", + "typeString": "type(uint56)" + } + ], + "id": 11889, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "13882:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11892, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "13882:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint56", + "typeString": "type(uint56)" + } + }, + "id": 11893, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "13895:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "13882:16:36", + "typeDescriptions": { + "typeIdentifier": "t_uint56", + "typeString": "uint56" + } + }, + "src": "13874:24:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11901, + "nodeType": "IfStatement", + "src": "13870:103:36", + "trueBody": { + "id": 11900, + "nodeType": "Block", + "src": "13900:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3536", + "id": 11896, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "13952:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_56_by_1", + "typeString": "int_const 56" + }, + "value": "56" + }, + { + "id": 11897, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11883, + "src": "13956:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_56_by_1", + "typeString": "int_const 56" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11895, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "13921:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11898, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "13921:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11899, + "nodeType": "RevertStatement", + "src": "13914:48:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11904, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11883, + "src": "13996:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11903, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "13989:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint56_$", + "typeString": "type(uint56)" + }, + "typeName": { + "id": 11902, + "name": "uint56", + "nodeType": "ElementaryTypeName", + "src": "13989:6:36", + "typeDescriptions": {} + } + }, + "id": 11905, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "13989:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint56", + "typeString": "uint56" + } + }, + "functionReturnParameters": 11887, + "id": 11906, + "nodeType": "Return", + "src": "13982:20:36" + } + ] + }, + "documentation": { + "id": 11881, + "nodeType": "StructuredDocumentation", + "src": "13515:276:36", + "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": 11908, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint56", + "nameLocation": "13805:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11884, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11883, + "mutability": "mutable", + "name": "value", + "nameLocation": "13822:5:36", + "nodeType": "VariableDeclaration", + "scope": 11908, + "src": "13814:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11882, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "13814:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "13813:15:36" + }, + "returnParameters": { + "id": 11887, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11886, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11908, + "src": "13852:6:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint56", + "typeString": "uint56" + }, + "typeName": { + "id": 11885, + "name": "uint56", + "nodeType": "ElementaryTypeName", + "src": "13852:6:36", + "typeDescriptions": { + "typeIdentifier": "t_uint56", + "typeString": "uint56" + } + }, + "visibility": "internal" + } + ], + "src": "13851:8:36" + }, + "scope": 12946, + "src": "13796:213:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11935, + "nodeType": "Block", + "src": "14360:149:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11922, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11916, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11911, + "src": "14374:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11919, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "14387:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint48_$", + "typeString": "type(uint48)" + }, + "typeName": { + "id": 11918, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "14387:6:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint48_$", + "typeString": "type(uint48)" + } + ], + "id": 11917, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "14382:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11920, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "14382:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint48", + "typeString": "type(uint48)" + } + }, + "id": 11921, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "14395:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "14382:16:36", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "src": "14374:24:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11929, + "nodeType": "IfStatement", + "src": "14370:103:36", + "trueBody": { + "id": 11928, + "nodeType": "Block", + "src": "14400:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3438", + "id": 11924, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "14452:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_48_by_1", + "typeString": "int_const 48" + }, + "value": "48" + }, + { + "id": 11925, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11911, + "src": "14456:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_48_by_1", + "typeString": "int_const 48" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11923, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "14421:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11926, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "14421:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11927, + "nodeType": "RevertStatement", + "src": "14414:48:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11932, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11911, + "src": "14496:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11931, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "14489:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint48_$", + "typeString": "type(uint48)" + }, + "typeName": { + "id": 11930, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "14489:6:36", + "typeDescriptions": {} + } + }, + "id": 11933, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "14489:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "functionReturnParameters": 11915, + "id": 11934, + "nodeType": "Return", + "src": "14482:20:36" + } + ] + }, + "documentation": { + "id": 11909, + "nodeType": "StructuredDocumentation", + "src": "14015:276:36", + "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": 11936, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint48", + "nameLocation": "14305:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11912, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11911, + "mutability": "mutable", + "name": "value", + "nameLocation": "14322:5:36", + "nodeType": "VariableDeclaration", + "scope": 11936, + "src": "14314:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11910, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "14314:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "14313:15:36" + }, + "returnParameters": { + "id": 11915, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11914, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11936, + "src": "14352:6:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 11913, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "14352:6:36", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "14351:8:36" + }, + "scope": 12946, + "src": "14296:213:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11963, + "nodeType": "Block", + "src": "14860:149:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11950, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11944, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11939, + "src": "14874:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11947, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "14887:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint40_$", + "typeString": "type(uint40)" + }, + "typeName": { + "id": 11946, + "name": "uint40", + "nodeType": "ElementaryTypeName", + "src": "14887:6:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint40_$", + "typeString": "type(uint40)" + } + ], + "id": 11945, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "14882:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11948, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "14882:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint40", + "typeString": "type(uint40)" + } + }, + "id": 11949, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "14895:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "14882:16:36", + "typeDescriptions": { + "typeIdentifier": "t_uint40", + "typeString": "uint40" + } + }, + "src": "14874:24:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11957, + "nodeType": "IfStatement", + "src": "14870:103:36", + "trueBody": { + "id": 11956, + "nodeType": "Block", + "src": "14900:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3430", + "id": 11952, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "14952:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_40_by_1", + "typeString": "int_const 40" + }, + "value": "40" + }, + { + "id": 11953, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11939, + "src": "14956:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_40_by_1", + "typeString": "int_const 40" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11951, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "14921:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11954, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "14921:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11955, + "nodeType": "RevertStatement", + "src": "14914:48:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11960, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11939, + "src": "14996:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11959, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "14989:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint40_$", + "typeString": "type(uint40)" + }, + "typeName": { + "id": 11958, + "name": "uint40", + "nodeType": "ElementaryTypeName", + "src": "14989:6:36", + "typeDescriptions": {} + } + }, + "id": 11961, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "14989:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint40", + "typeString": "uint40" + } + }, + "functionReturnParameters": 11943, + "id": 11962, + "nodeType": "Return", + "src": "14982:20:36" + } + ] + }, + "documentation": { + "id": 11937, + "nodeType": "StructuredDocumentation", + "src": "14515:276:36", + "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": 11964, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint40", + "nameLocation": "14805:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11940, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11939, + "mutability": "mutable", + "name": "value", + "nameLocation": "14822:5:36", + "nodeType": "VariableDeclaration", + "scope": 11964, + "src": "14814:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11938, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "14814:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "14813:15:36" + }, + "returnParameters": { + "id": 11943, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11942, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11964, + "src": "14852:6:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint40", + "typeString": "uint40" + }, + "typeName": { + "id": 11941, + "name": "uint40", + "nodeType": "ElementaryTypeName", + "src": "14852:6:36", + "typeDescriptions": { + "typeIdentifier": "t_uint40", + "typeString": "uint40" + } + }, + "visibility": "internal" + } + ], + "src": "14851:8:36" + }, + "scope": 12946, + "src": "14796:213:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 11991, + "nodeType": "Block", + "src": "15360:149:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 11978, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 11972, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11967, + "src": "15374:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 11975, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "15387:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint32_$", + "typeString": "type(uint32)" + }, + "typeName": { + "id": 11974, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "15387:6:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint32_$", + "typeString": "type(uint32)" + } + ], + "id": 11973, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "15382:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 11976, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "15382:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint32", + "typeString": "type(uint32)" + } + }, + "id": 11977, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "15395:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "15382:16:36", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "src": "15374:24:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 11985, + "nodeType": "IfStatement", + "src": "15370:103:36", + "trueBody": { + "id": 11984, + "nodeType": "Block", + "src": "15400:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3332", + "id": 11980, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "15452:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + { + "id": 11981, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11967, + "src": "15456:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11979, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "15421:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 11982, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "15421:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 11983, + "nodeType": "RevertStatement", + "src": "15414:48:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 11988, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11967, + "src": "15496:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 11987, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "15489:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint32_$", + "typeString": "type(uint32)" + }, + "typeName": { + "id": 11986, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "15489:6:36", + "typeDescriptions": {} + } + }, + "id": 11989, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "15489:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "functionReturnParameters": 11971, + "id": 11990, + "nodeType": "Return", + "src": "15482:20:36" + } + ] + }, + "documentation": { + "id": 11965, + "nodeType": "StructuredDocumentation", + "src": "15015:276:36", + "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": 11992, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint32", + "nameLocation": "15305:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11968, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11967, + "mutability": "mutable", + "name": "value", + "nameLocation": "15322:5:36", + "nodeType": "VariableDeclaration", + "scope": 11992, + "src": "15314:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11966, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "15314:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "15313:15:36" + }, + "returnParameters": { + "id": 11971, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11970, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 11992, + "src": "15352:6:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 11969, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "15352:6:36", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "15351:8:36" + }, + "scope": 12946, + "src": "15296:213:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12019, + "nodeType": "Block", + "src": "15860:149:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 12006, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12000, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11995, + "src": "15874:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 12003, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "15887:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint24_$", + "typeString": "type(uint24)" + }, + "typeName": { + "id": 12002, + "name": "uint24", + "nodeType": "ElementaryTypeName", + "src": "15887:6:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint24_$", + "typeString": "type(uint24)" + } + ], + "id": 12001, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "15882:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 12004, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "15882:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint24", + "typeString": "type(uint24)" + } + }, + "id": 12005, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "15895:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "15882:16:36", + "typeDescriptions": { + "typeIdentifier": "t_uint24", + "typeString": "uint24" + } + }, + "src": "15874:24:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12013, + "nodeType": "IfStatement", + "src": "15870:103:36", + "trueBody": { + "id": 12012, + "nodeType": "Block", + "src": "15900:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3234", + "id": 12008, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "15952:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_24_by_1", + "typeString": "int_const 24" + }, + "value": "24" + }, + { + "id": 12009, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11995, + "src": "15956:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_24_by_1", + "typeString": "int_const 24" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 12007, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "15921:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 12010, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "15921:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12011, + "nodeType": "RevertStatement", + "src": "15914:48:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 12016, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11995, + "src": "15996:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 12015, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "15989:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint24_$", + "typeString": "type(uint24)" + }, + "typeName": { + "id": 12014, + "name": "uint24", + "nodeType": "ElementaryTypeName", + "src": "15989:6:36", + "typeDescriptions": {} + } + }, + "id": 12017, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "15989:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint24", + "typeString": "uint24" + } + }, + "functionReturnParameters": 11999, + "id": 12018, + "nodeType": "Return", + "src": "15982:20:36" + } + ] + }, + "documentation": { + "id": 11993, + "nodeType": "StructuredDocumentation", + "src": "15515:276:36", + "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": 12020, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint24", + "nameLocation": "15805:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 11996, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11995, + "mutability": "mutable", + "name": "value", + "nameLocation": "15822:5:36", + "nodeType": "VariableDeclaration", + "scope": 12020, + "src": "15814:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 11994, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "15814:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "15813:15:36" + }, + "returnParameters": { + "id": 11999, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 11998, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 12020, + "src": "15852:6:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint24", + "typeString": "uint24" + }, + "typeName": { + "id": 11997, + "name": "uint24", + "nodeType": "ElementaryTypeName", + "src": "15852:6:36", + "typeDescriptions": { + "typeIdentifier": "t_uint24", + "typeString": "uint24" + } + }, + "visibility": "internal" + } + ], + "src": "15851:8:36" + }, + "scope": 12946, + "src": "15796:213:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12047, + "nodeType": "Block", + "src": "16360:149:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 12034, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12028, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12023, + "src": "16374:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 12031, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "16387:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint16_$", + "typeString": "type(uint16)" + }, + "typeName": { + "id": 12030, + "name": "uint16", + "nodeType": "ElementaryTypeName", + "src": "16387:6:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint16_$", + "typeString": "type(uint16)" + } + ], + "id": 12029, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "16382:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 12032, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16382:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint16", + "typeString": "type(uint16)" + } + }, + "id": 12033, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "16395:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "16382:16:36", + "typeDescriptions": { + "typeIdentifier": "t_uint16", + "typeString": "uint16" + } + }, + "src": "16374:24:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12041, + "nodeType": "IfStatement", + "src": "16370:103:36", + "trueBody": { + "id": 12040, + "nodeType": "Block", + "src": "16400:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3136", + "id": 12036, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "16452:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "value": "16" + }, + { + "id": 12037, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12023, + "src": "16456:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 12035, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "16421:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 12038, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16421:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12039, + "nodeType": "RevertStatement", + "src": "16414:48:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 12044, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12023, + "src": "16496:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 12043, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "16489:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint16_$", + "typeString": "type(uint16)" + }, + "typeName": { + "id": 12042, + "name": "uint16", + "nodeType": "ElementaryTypeName", + "src": "16489:6:36", + "typeDescriptions": {} + } + }, + "id": 12045, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16489:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint16", + "typeString": "uint16" + } + }, + "functionReturnParameters": 12027, + "id": 12046, + "nodeType": "Return", + "src": "16482:20:36" + } + ] + }, + "documentation": { + "id": 12021, + "nodeType": "StructuredDocumentation", + "src": "16015:276:36", + "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": 12048, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint16", + "nameLocation": "16305:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12024, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12023, + "mutability": "mutable", + "name": "value", + "nameLocation": "16322:5:36", + "nodeType": "VariableDeclaration", + "scope": 12048, + "src": "16314:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 12022, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "16314:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "16313:15:36" + }, + "returnParameters": { + "id": 12027, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12026, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 12048, + "src": "16352:6:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint16", + "typeString": "uint16" + }, + "typeName": { + "id": 12025, + "name": "uint16", + "nodeType": "ElementaryTypeName", + "src": "16352:6:36", + "typeDescriptions": { + "typeIdentifier": "t_uint16", + "typeString": "uint16" + } + }, + "visibility": "internal" + } + ], + "src": "16351:8:36" + }, + "scope": 12946, + "src": "16296:213:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12075, + "nodeType": "Block", + "src": "16854:146:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 12062, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12056, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12051, + "src": "16868:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 12059, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "16881:5:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + }, + "typeName": { + "id": 12058, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "16881:5:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + } + ], + "id": 12057, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "16876:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 12060, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16876:11:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint8", + "typeString": "type(uint8)" + } + }, + "id": 12061, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "16888:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "16876:15:36", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "src": "16868:23:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12069, + "nodeType": "IfStatement", + "src": "16864:101:36", + "trueBody": { + "id": 12068, + "nodeType": "Block", + "src": "16893:72:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "38", + "id": 12064, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "16945:1:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_8_by_1", + "typeString": "int_const 8" + }, + "value": "8" + }, + { + "id": 12065, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12051, + "src": "16948:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_8_by_1", + "typeString": "int_const 8" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 12063, + "name": "SafeCastOverflowedUintDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11191, + "src": "16914:30:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint8,uint256) pure returns (error)" + } + }, + "id": 12066, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16914:40:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12067, + "nodeType": "RevertStatement", + "src": "16907:47:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 12072, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12051, + "src": "16987:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 12071, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "16981:5:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + }, + "typeName": { + "id": 12070, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "16981:5:36", + "typeDescriptions": {} + } + }, + "id": 12073, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "16981:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "functionReturnParameters": 12055, + "id": 12074, + "nodeType": "Return", + "src": "16974:19:36" + } + ] + }, + "documentation": { + "id": 12049, + "nodeType": "StructuredDocumentation", + "src": "16515:272:36", + "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": 12076, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint8", + "nameLocation": "16801:7:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12052, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12051, + "mutability": "mutable", + "name": "value", + "nameLocation": "16817:5:36", + "nodeType": "VariableDeclaration", + "scope": 12076, + "src": "16809:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 12050, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "16809:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "16808:15:36" + }, + "returnParameters": { + "id": 12055, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12054, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 12076, + "src": "16847:5:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 12053, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "16847:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + } + ], + "src": "16846:7:36" + }, + "scope": 12946, + "src": "16792:208:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12098, + "nodeType": "Block", + "src": "17236:128:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12086, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12084, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12079, + "src": "17250:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "hexValue": "30", + "id": 12085, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "17258:1:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "17250:9:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12092, + "nodeType": "IfStatement", + "src": "17246:81:36", + "trueBody": { + "id": 12091, + "nodeType": "Block", + "src": "17261:66:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 12088, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12079, + "src": "17310:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12087, + "name": "SafeCastOverflowedIntToUint", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11196, + "src": "17282:27:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_int256_$returns$_t_error_$", + "typeString": "function (int256) pure returns (error)" + } + }, + "id": 12089, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "17282:34:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12090, + "nodeType": "RevertStatement", + "src": "17275:41:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 12095, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12079, + "src": "17351:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12094, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "17343:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + }, + "typeName": { + "id": 12093, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "17343:7:36", + "typeDescriptions": {} + } + }, + "id": 12096, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "17343:14:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 12083, + "id": 12097, + "nodeType": "Return", + "src": "17336:21:36" + } + ] + }, + "documentation": { + "id": 12077, + "nodeType": "StructuredDocumentation", + "src": "17006:160:36", + "text": " @dev Converts a signed int256 into an unsigned uint256.\n Requirements:\n - input must be greater than or equal to 0." + }, + "id": 12099, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint256", + "nameLocation": "17180:9:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12080, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12079, + "mutability": "mutable", + "name": "value", + "nameLocation": "17197:5:36", + "nodeType": "VariableDeclaration", + "scope": 12099, + "src": "17190:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12078, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "17190:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "17189:14:36" + }, + "returnParameters": { + "id": 12083, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12082, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 12099, + "src": "17227:7:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 12081, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "17227:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "17226:9:36" + }, + "scope": 12946, + "src": "17171:193:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12124, + "nodeType": "Block", + "src": "17761:150:36", + "statements": [ + { + "expression": { + "id": 12112, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12107, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12105, + "src": "17771:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int248", + "typeString": "int248" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12110, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12102, + "src": "17791:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12109, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "17784:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int248_$", + "typeString": "type(int248)" + }, + "typeName": { + "id": 12108, + "name": "int248", + "nodeType": "ElementaryTypeName", + "src": "17784:6:36", + "typeDescriptions": {} + } + }, + "id": 12111, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "17784:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int248", + "typeString": "int248" + } + }, + "src": "17771:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int248", + "typeString": "int248" + } + }, + "id": 12113, + "nodeType": "ExpressionStatement", + "src": "17771:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12116, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12114, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12105, + "src": "17811:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int248", + "typeString": "int248" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12115, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12102, + "src": "17825:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "17811:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12123, + "nodeType": "IfStatement", + "src": "17807:98:36", + "trueBody": { + "id": 12122, + "nodeType": "Block", + "src": "17832:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "323438", + "id": 12118, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "17883:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_248_by_1", + "typeString": "int_const 248" + }, + "value": "248" + }, + { + "id": 12119, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12102, + "src": "17888:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_248_by_1", + "typeString": "int_const 248" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12117, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "17853:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12120, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "17853:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12121, + "nodeType": "RevertStatement", + "src": "17846:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12100, + "nodeType": "StructuredDocumentation", + "src": "17370:312:36", + "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": 12125, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt248", + "nameLocation": "17696:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12103, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12102, + "mutability": "mutable", + "name": "value", + "nameLocation": "17712:5:36", + "nodeType": "VariableDeclaration", + "scope": 12125, + "src": "17705:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12101, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "17705:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "17704:14:36" + }, + "returnParameters": { + "id": 12106, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12105, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "17749:10:36", + "nodeType": "VariableDeclaration", + "scope": 12125, + "src": "17742:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int248", + "typeString": "int248" + }, + "typeName": { + "id": 12104, + "name": "int248", + "nodeType": "ElementaryTypeName", + "src": "17742:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int248", + "typeString": "int248" + } + }, + "visibility": "internal" + } + ], + "src": "17741:19:36" + }, + "scope": 12946, + "src": "17687:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12150, + "nodeType": "Block", + "src": "18308:150:36", + "statements": [ + { + "expression": { + "id": 12138, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12133, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12131, + "src": "18318:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int240", + "typeString": "int240" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12136, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12128, + "src": "18338:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12135, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "18331:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int240_$", + "typeString": "type(int240)" + }, + "typeName": { + "id": 12134, + "name": "int240", + "nodeType": "ElementaryTypeName", + "src": "18331:6:36", + "typeDescriptions": {} + } + }, + "id": 12137, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "18331:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int240", + "typeString": "int240" + } + }, + "src": "18318:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int240", + "typeString": "int240" + } + }, + "id": 12139, + "nodeType": "ExpressionStatement", + "src": "18318:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12142, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12140, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12131, + "src": "18358:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int240", + "typeString": "int240" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12141, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12128, + "src": "18372:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "18358:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12149, + "nodeType": "IfStatement", + "src": "18354:98:36", + "trueBody": { + "id": 12148, + "nodeType": "Block", + "src": "18379:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "323430", + "id": 12144, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "18430:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_240_by_1", + "typeString": "int_const 240" + }, + "value": "240" + }, + { + "id": 12145, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12128, + "src": "18435:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_240_by_1", + "typeString": "int_const 240" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12143, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "18400:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12146, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "18400:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12147, + "nodeType": "RevertStatement", + "src": "18393:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12126, + "nodeType": "StructuredDocumentation", + "src": "17917:312:36", + "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": 12151, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt240", + "nameLocation": "18243:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12129, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12128, + "mutability": "mutable", + "name": "value", + "nameLocation": "18259:5:36", + "nodeType": "VariableDeclaration", + "scope": 12151, + "src": "18252:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12127, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "18252:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "18251:14:36" + }, + "returnParameters": { + "id": 12132, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12131, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "18296:10:36", + "nodeType": "VariableDeclaration", + "scope": 12151, + "src": "18289:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int240", + "typeString": "int240" + }, + "typeName": { + "id": 12130, + "name": "int240", + "nodeType": "ElementaryTypeName", + "src": "18289:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int240", + "typeString": "int240" + } + }, + "visibility": "internal" + } + ], + "src": "18288:19:36" + }, + "scope": 12946, + "src": "18234:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12176, + "nodeType": "Block", + "src": "18855:150:36", + "statements": [ + { + "expression": { + "id": 12164, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12159, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12157, + "src": "18865:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int232", + "typeString": "int232" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12162, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12154, + "src": "18885:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12161, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "18878:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int232_$", + "typeString": "type(int232)" + }, + "typeName": { + "id": 12160, + "name": "int232", + "nodeType": "ElementaryTypeName", + "src": "18878:6:36", + "typeDescriptions": {} + } + }, + "id": 12163, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "18878:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int232", + "typeString": "int232" + } + }, + "src": "18865:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int232", + "typeString": "int232" + } + }, + "id": 12165, + "nodeType": "ExpressionStatement", + "src": "18865:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12168, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12166, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12157, + "src": "18905:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int232", + "typeString": "int232" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12167, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12154, + "src": "18919:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "18905:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12175, + "nodeType": "IfStatement", + "src": "18901:98:36", + "trueBody": { + "id": 12174, + "nodeType": "Block", + "src": "18926:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "323332", + "id": 12170, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "18977:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_232_by_1", + "typeString": "int_const 232" + }, + "value": "232" + }, + { + "id": 12171, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12154, + "src": "18982:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_232_by_1", + "typeString": "int_const 232" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12169, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "18947:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12172, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "18947:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12173, + "nodeType": "RevertStatement", + "src": "18940:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12152, + "nodeType": "StructuredDocumentation", + "src": "18464:312:36", + "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": 12177, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt232", + "nameLocation": "18790:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12155, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12154, + "mutability": "mutable", + "name": "value", + "nameLocation": "18806:5:36", + "nodeType": "VariableDeclaration", + "scope": 12177, + "src": "18799:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12153, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "18799:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "18798:14:36" + }, + "returnParameters": { + "id": 12158, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12157, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "18843:10:36", + "nodeType": "VariableDeclaration", + "scope": 12177, + "src": "18836:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int232", + "typeString": "int232" + }, + "typeName": { + "id": 12156, + "name": "int232", + "nodeType": "ElementaryTypeName", + "src": "18836:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int232", + "typeString": "int232" + } + }, + "visibility": "internal" + } + ], + "src": "18835:19:36" + }, + "scope": 12946, + "src": "18781:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12202, + "nodeType": "Block", + "src": "19402:150:36", + "statements": [ + { + "expression": { + "id": 12190, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12185, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12183, + "src": "19412:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int224", + "typeString": "int224" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12188, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12180, + "src": "19432:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12187, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "19425:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int224_$", + "typeString": "type(int224)" + }, + "typeName": { + "id": 12186, + "name": "int224", + "nodeType": "ElementaryTypeName", + "src": "19425:6:36", + "typeDescriptions": {} + } + }, + "id": 12189, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "19425:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int224", + "typeString": "int224" + } + }, + "src": "19412:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int224", + "typeString": "int224" + } + }, + "id": 12191, + "nodeType": "ExpressionStatement", + "src": "19412:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12194, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12192, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12183, + "src": "19452:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int224", + "typeString": "int224" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12193, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12180, + "src": "19466:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "19452:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12201, + "nodeType": "IfStatement", + "src": "19448:98:36", + "trueBody": { + "id": 12200, + "nodeType": "Block", + "src": "19473:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "323234", + "id": 12196, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "19524:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_224_by_1", + "typeString": "int_const 224" + }, + "value": "224" + }, + { + "id": 12197, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12180, + "src": "19529:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_224_by_1", + "typeString": "int_const 224" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12195, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "19494:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12198, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "19494:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12199, + "nodeType": "RevertStatement", + "src": "19487:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12178, + "nodeType": "StructuredDocumentation", + "src": "19011:312:36", + "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": 12203, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt224", + "nameLocation": "19337:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12181, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12180, + "mutability": "mutable", + "name": "value", + "nameLocation": "19353:5:36", + "nodeType": "VariableDeclaration", + "scope": 12203, + "src": "19346:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12179, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "19346:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "19345:14:36" + }, + "returnParameters": { + "id": 12184, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12183, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "19390:10:36", + "nodeType": "VariableDeclaration", + "scope": 12203, + "src": "19383:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int224", + "typeString": "int224" + }, + "typeName": { + "id": 12182, + "name": "int224", + "nodeType": "ElementaryTypeName", + "src": "19383:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int224", + "typeString": "int224" + } + }, + "visibility": "internal" + } + ], + "src": "19382:19:36" + }, + "scope": 12946, + "src": "19328:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12228, + "nodeType": "Block", + "src": "19949:150:36", + "statements": [ + { + "expression": { + "id": 12216, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12211, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12209, + "src": "19959:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int216", + "typeString": "int216" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12214, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12206, + "src": "19979:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12213, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "19972:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int216_$", + "typeString": "type(int216)" + }, + "typeName": { + "id": 12212, + "name": "int216", + "nodeType": "ElementaryTypeName", + "src": "19972:6:36", + "typeDescriptions": {} + } + }, + "id": 12215, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "19972:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int216", + "typeString": "int216" + } + }, + "src": "19959:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int216", + "typeString": "int216" + } + }, + "id": 12217, + "nodeType": "ExpressionStatement", + "src": "19959:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12220, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12218, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12209, + "src": "19999:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int216", + "typeString": "int216" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12219, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12206, + "src": "20013:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "19999:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12227, + "nodeType": "IfStatement", + "src": "19995:98:36", + "trueBody": { + "id": 12226, + "nodeType": "Block", + "src": "20020:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "323136", + "id": 12222, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "20071:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_216_by_1", + "typeString": "int_const 216" + }, + "value": "216" + }, + { + "id": 12223, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12206, + "src": "20076:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_216_by_1", + "typeString": "int_const 216" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12221, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "20041:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12224, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "20041:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12225, + "nodeType": "RevertStatement", + "src": "20034:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12204, + "nodeType": "StructuredDocumentation", + "src": "19558:312:36", + "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": 12229, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt216", + "nameLocation": "19884:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12207, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12206, + "mutability": "mutable", + "name": "value", + "nameLocation": "19900:5:36", + "nodeType": "VariableDeclaration", + "scope": 12229, + "src": "19893:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12205, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "19893:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "19892:14:36" + }, + "returnParameters": { + "id": 12210, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12209, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "19937:10:36", + "nodeType": "VariableDeclaration", + "scope": 12229, + "src": "19930:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int216", + "typeString": "int216" + }, + "typeName": { + "id": 12208, + "name": "int216", + "nodeType": "ElementaryTypeName", + "src": "19930:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int216", + "typeString": "int216" + } + }, + "visibility": "internal" + } + ], + "src": "19929:19:36" + }, + "scope": 12946, + "src": "19875:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12254, + "nodeType": "Block", + "src": "20496:150:36", + "statements": [ + { + "expression": { + "id": 12242, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12237, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12235, + "src": "20506:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int208", + "typeString": "int208" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12240, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12232, + "src": "20526:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12239, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "20519:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int208_$", + "typeString": "type(int208)" + }, + "typeName": { + "id": 12238, + "name": "int208", + "nodeType": "ElementaryTypeName", + "src": "20519:6:36", + "typeDescriptions": {} + } + }, + "id": 12241, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "20519:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int208", + "typeString": "int208" + } + }, + "src": "20506:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int208", + "typeString": "int208" + } + }, + "id": 12243, + "nodeType": "ExpressionStatement", + "src": "20506:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12246, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12244, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12235, + "src": "20546:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int208", + "typeString": "int208" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12245, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12232, + "src": "20560:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "20546:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12253, + "nodeType": "IfStatement", + "src": "20542:98:36", + "trueBody": { + "id": 12252, + "nodeType": "Block", + "src": "20567:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "323038", + "id": 12248, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "20618:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_208_by_1", + "typeString": "int_const 208" + }, + "value": "208" + }, + { + "id": 12249, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12232, + "src": "20623:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_208_by_1", + "typeString": "int_const 208" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12247, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "20588:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12250, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "20588:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12251, + "nodeType": "RevertStatement", + "src": "20581:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12230, + "nodeType": "StructuredDocumentation", + "src": "20105:312:36", + "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": 12255, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt208", + "nameLocation": "20431:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12233, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12232, + "mutability": "mutable", + "name": "value", + "nameLocation": "20447:5:36", + "nodeType": "VariableDeclaration", + "scope": 12255, + "src": "20440:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12231, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "20440:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "20439:14:36" + }, + "returnParameters": { + "id": 12236, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12235, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "20484:10:36", + "nodeType": "VariableDeclaration", + "scope": 12255, + "src": "20477:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int208", + "typeString": "int208" + }, + "typeName": { + "id": 12234, + "name": "int208", + "nodeType": "ElementaryTypeName", + "src": "20477:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int208", + "typeString": "int208" + } + }, + "visibility": "internal" + } + ], + "src": "20476:19:36" + }, + "scope": 12946, + "src": "20422:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12280, + "nodeType": "Block", + "src": "21043:150:36", + "statements": [ + { + "expression": { + "id": 12268, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12263, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12261, + "src": "21053:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int200", + "typeString": "int200" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12266, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12258, + "src": "21073:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12265, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "21066:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int200_$", + "typeString": "type(int200)" + }, + "typeName": { + "id": 12264, + "name": "int200", + "nodeType": "ElementaryTypeName", + "src": "21066:6:36", + "typeDescriptions": {} + } + }, + "id": 12267, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "21066:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int200", + "typeString": "int200" + } + }, + "src": "21053:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int200", + "typeString": "int200" + } + }, + "id": 12269, + "nodeType": "ExpressionStatement", + "src": "21053:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12272, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12270, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12261, + "src": "21093:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int200", + "typeString": "int200" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12271, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12258, + "src": "21107:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "21093:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12279, + "nodeType": "IfStatement", + "src": "21089:98:36", + "trueBody": { + "id": 12278, + "nodeType": "Block", + "src": "21114:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "323030", + "id": 12274, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "21165:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_200_by_1", + "typeString": "int_const 200" + }, + "value": "200" + }, + { + "id": 12275, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12258, + "src": "21170:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_200_by_1", + "typeString": "int_const 200" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12273, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "21135:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12276, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "21135:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12277, + "nodeType": "RevertStatement", + "src": "21128:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12256, + "nodeType": "StructuredDocumentation", + "src": "20652:312:36", + "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": 12281, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt200", + "nameLocation": "20978:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12259, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12258, + "mutability": "mutable", + "name": "value", + "nameLocation": "20994:5:36", + "nodeType": "VariableDeclaration", + "scope": 12281, + "src": "20987:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12257, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "20987:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "20986:14:36" + }, + "returnParameters": { + "id": 12262, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12261, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "21031:10:36", + "nodeType": "VariableDeclaration", + "scope": 12281, + "src": "21024:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int200", + "typeString": "int200" + }, + "typeName": { + "id": 12260, + "name": "int200", + "nodeType": "ElementaryTypeName", + "src": "21024:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int200", + "typeString": "int200" + } + }, + "visibility": "internal" + } + ], + "src": "21023:19:36" + }, + "scope": 12946, + "src": "20969:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12306, + "nodeType": "Block", + "src": "21590:150:36", + "statements": [ + { + "expression": { + "id": 12294, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12289, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12287, + "src": "21600:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int192", + "typeString": "int192" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12292, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12284, + "src": "21620:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12291, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "21613:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int192_$", + "typeString": "type(int192)" + }, + "typeName": { + "id": 12290, + "name": "int192", + "nodeType": "ElementaryTypeName", + "src": "21613:6:36", + "typeDescriptions": {} + } + }, + "id": 12293, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "21613:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int192", + "typeString": "int192" + } + }, + "src": "21600:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int192", + "typeString": "int192" + } + }, + "id": 12295, + "nodeType": "ExpressionStatement", + "src": "21600:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12298, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12296, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12287, + "src": "21640:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int192", + "typeString": "int192" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12297, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12284, + "src": "21654:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "21640:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12305, + "nodeType": "IfStatement", + "src": "21636:98:36", + "trueBody": { + "id": 12304, + "nodeType": "Block", + "src": "21661:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313932", + "id": 12300, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "21712:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_192_by_1", + "typeString": "int_const 192" + }, + "value": "192" + }, + { + "id": 12301, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12284, + "src": "21717:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_192_by_1", + "typeString": "int_const 192" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12299, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "21682:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12302, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "21682:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12303, + "nodeType": "RevertStatement", + "src": "21675:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12282, + "nodeType": "StructuredDocumentation", + "src": "21199:312:36", + "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": 12307, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt192", + "nameLocation": "21525:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12285, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12284, + "mutability": "mutable", + "name": "value", + "nameLocation": "21541:5:36", + "nodeType": "VariableDeclaration", + "scope": 12307, + "src": "21534:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12283, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "21534:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "21533:14:36" + }, + "returnParameters": { + "id": 12288, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12287, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "21578:10:36", + "nodeType": "VariableDeclaration", + "scope": 12307, + "src": "21571:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int192", + "typeString": "int192" + }, + "typeName": { + "id": 12286, + "name": "int192", + "nodeType": "ElementaryTypeName", + "src": "21571:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int192", + "typeString": "int192" + } + }, + "visibility": "internal" + } + ], + "src": "21570:19:36" + }, + "scope": 12946, + "src": "21516:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12332, + "nodeType": "Block", + "src": "22137:150:36", + "statements": [ + { + "expression": { + "id": 12320, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12315, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12313, + "src": "22147:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int184", + "typeString": "int184" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12318, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12310, + "src": "22167:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12317, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "22160:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int184_$", + "typeString": "type(int184)" + }, + "typeName": { + "id": 12316, + "name": "int184", + "nodeType": "ElementaryTypeName", + "src": "22160:6:36", + "typeDescriptions": {} + } + }, + "id": 12319, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "22160:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int184", + "typeString": "int184" + } + }, + "src": "22147:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int184", + "typeString": "int184" + } + }, + "id": 12321, + "nodeType": "ExpressionStatement", + "src": "22147:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12324, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12322, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12313, + "src": "22187:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int184", + "typeString": "int184" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12323, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12310, + "src": "22201:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "22187:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12331, + "nodeType": "IfStatement", + "src": "22183:98:36", + "trueBody": { + "id": 12330, + "nodeType": "Block", + "src": "22208:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313834", + "id": 12326, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "22259:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_184_by_1", + "typeString": "int_const 184" + }, + "value": "184" + }, + { + "id": 12327, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12310, + "src": "22264:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_184_by_1", + "typeString": "int_const 184" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12325, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "22229:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12328, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "22229:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12329, + "nodeType": "RevertStatement", + "src": "22222:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12308, + "nodeType": "StructuredDocumentation", + "src": "21746:312:36", + "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": 12333, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt184", + "nameLocation": "22072:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12311, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12310, + "mutability": "mutable", + "name": "value", + "nameLocation": "22088:5:36", + "nodeType": "VariableDeclaration", + "scope": 12333, + "src": "22081:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12309, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "22081:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "22080:14:36" + }, + "returnParameters": { + "id": 12314, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12313, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "22125:10:36", + "nodeType": "VariableDeclaration", + "scope": 12333, + "src": "22118:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int184", + "typeString": "int184" + }, + "typeName": { + "id": 12312, + "name": "int184", + "nodeType": "ElementaryTypeName", + "src": "22118:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int184", + "typeString": "int184" + } + }, + "visibility": "internal" + } + ], + "src": "22117:19:36" + }, + "scope": 12946, + "src": "22063:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12358, + "nodeType": "Block", + "src": "22684:150:36", + "statements": [ + { + "expression": { + "id": 12346, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12341, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12339, + "src": "22694:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int176", + "typeString": "int176" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12344, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12336, + "src": "22714:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12343, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "22707:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int176_$", + "typeString": "type(int176)" + }, + "typeName": { + "id": 12342, + "name": "int176", + "nodeType": "ElementaryTypeName", + "src": "22707:6:36", + "typeDescriptions": {} + } + }, + "id": 12345, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "22707:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int176", + "typeString": "int176" + } + }, + "src": "22694:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int176", + "typeString": "int176" + } + }, + "id": 12347, + "nodeType": "ExpressionStatement", + "src": "22694:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12350, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12348, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12339, + "src": "22734:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int176", + "typeString": "int176" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12349, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12336, + "src": "22748:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "22734:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12357, + "nodeType": "IfStatement", + "src": "22730:98:36", + "trueBody": { + "id": 12356, + "nodeType": "Block", + "src": "22755:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313736", + "id": 12352, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "22806:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_176_by_1", + "typeString": "int_const 176" + }, + "value": "176" + }, + { + "id": 12353, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12336, + "src": "22811:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_176_by_1", + "typeString": "int_const 176" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12351, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "22776:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12354, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "22776:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12355, + "nodeType": "RevertStatement", + "src": "22769:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12334, + "nodeType": "StructuredDocumentation", + "src": "22293:312:36", + "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": 12359, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt176", + "nameLocation": "22619:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12337, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12336, + "mutability": "mutable", + "name": "value", + "nameLocation": "22635:5:36", + "nodeType": "VariableDeclaration", + "scope": 12359, + "src": "22628:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12335, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "22628:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "22627:14:36" + }, + "returnParameters": { + "id": 12340, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12339, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "22672:10:36", + "nodeType": "VariableDeclaration", + "scope": 12359, + "src": "22665:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int176", + "typeString": "int176" + }, + "typeName": { + "id": 12338, + "name": "int176", + "nodeType": "ElementaryTypeName", + "src": "22665:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int176", + "typeString": "int176" + } + }, + "visibility": "internal" + } + ], + "src": "22664:19:36" + }, + "scope": 12946, + "src": "22610:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12384, + "nodeType": "Block", + "src": "23231:150:36", + "statements": [ + { + "expression": { + "id": 12372, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12367, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12365, + "src": "23241:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int168", + "typeString": "int168" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12370, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12362, + "src": "23261:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12369, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "23254:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int168_$", + "typeString": "type(int168)" + }, + "typeName": { + "id": 12368, + "name": "int168", + "nodeType": "ElementaryTypeName", + "src": "23254:6:36", + "typeDescriptions": {} + } + }, + "id": 12371, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23254:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int168", + "typeString": "int168" + } + }, + "src": "23241:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int168", + "typeString": "int168" + } + }, + "id": 12373, + "nodeType": "ExpressionStatement", + "src": "23241:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12376, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12374, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12365, + "src": "23281:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int168", + "typeString": "int168" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12375, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12362, + "src": "23295:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "23281:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12383, + "nodeType": "IfStatement", + "src": "23277:98:36", + "trueBody": { + "id": 12382, + "nodeType": "Block", + "src": "23302:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313638", + "id": 12378, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "23353:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_168_by_1", + "typeString": "int_const 168" + }, + "value": "168" + }, + { + "id": 12379, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12362, + "src": "23358:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_168_by_1", + "typeString": "int_const 168" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12377, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "23323:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12380, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23323:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12381, + "nodeType": "RevertStatement", + "src": "23316:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12360, + "nodeType": "StructuredDocumentation", + "src": "22840:312:36", + "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": 12385, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt168", + "nameLocation": "23166:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12363, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12362, + "mutability": "mutable", + "name": "value", + "nameLocation": "23182:5:36", + "nodeType": "VariableDeclaration", + "scope": 12385, + "src": "23175:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12361, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "23175:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "23174:14:36" + }, + "returnParameters": { + "id": 12366, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12365, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "23219:10:36", + "nodeType": "VariableDeclaration", + "scope": 12385, + "src": "23212:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int168", + "typeString": "int168" + }, + "typeName": { + "id": 12364, + "name": "int168", + "nodeType": "ElementaryTypeName", + "src": "23212:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int168", + "typeString": "int168" + } + }, + "visibility": "internal" + } + ], + "src": "23211:19:36" + }, + "scope": 12946, + "src": "23157:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12410, + "nodeType": "Block", + "src": "23778:150:36", + "statements": [ + { + "expression": { + "id": 12398, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12393, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12391, + "src": "23788:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int160", + "typeString": "int160" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12396, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12388, + "src": "23808:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12395, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "23801:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int160_$", + "typeString": "type(int160)" + }, + "typeName": { + "id": 12394, + "name": "int160", + "nodeType": "ElementaryTypeName", + "src": "23801:6:36", + "typeDescriptions": {} + } + }, + "id": 12397, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23801:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int160", + "typeString": "int160" + } + }, + "src": "23788:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int160", + "typeString": "int160" + } + }, + "id": 12399, + "nodeType": "ExpressionStatement", + "src": "23788:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12402, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12400, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12391, + "src": "23828:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int160", + "typeString": "int160" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12401, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12388, + "src": "23842:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "23828:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12409, + "nodeType": "IfStatement", + "src": "23824:98:36", + "trueBody": { + "id": 12408, + "nodeType": "Block", + "src": "23849:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313630", + "id": 12404, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "23900:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_160_by_1", + "typeString": "int_const 160" + }, + "value": "160" + }, + { + "id": 12405, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12388, + "src": "23905:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_160_by_1", + "typeString": "int_const 160" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12403, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "23870:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12406, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "23870:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12407, + "nodeType": "RevertStatement", + "src": "23863:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12386, + "nodeType": "StructuredDocumentation", + "src": "23387:312:36", + "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": 12411, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt160", + "nameLocation": "23713:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12389, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12388, + "mutability": "mutable", + "name": "value", + "nameLocation": "23729:5:36", + "nodeType": "VariableDeclaration", + "scope": 12411, + "src": "23722:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12387, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "23722:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "23721:14:36" + }, + "returnParameters": { + "id": 12392, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12391, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "23766:10:36", + "nodeType": "VariableDeclaration", + "scope": 12411, + "src": "23759:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int160", + "typeString": "int160" + }, + "typeName": { + "id": 12390, + "name": "int160", + "nodeType": "ElementaryTypeName", + "src": "23759:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int160", + "typeString": "int160" + } + }, + "visibility": "internal" + } + ], + "src": "23758:19:36" + }, + "scope": 12946, + "src": "23704:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12436, + "nodeType": "Block", + "src": "24325:150:36", + "statements": [ + { + "expression": { + "id": 12424, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12419, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12417, + "src": "24335:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int152", + "typeString": "int152" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12422, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12414, + "src": "24355:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12421, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "24348:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int152_$", + "typeString": "type(int152)" + }, + "typeName": { + "id": 12420, + "name": "int152", + "nodeType": "ElementaryTypeName", + "src": "24348:6:36", + "typeDescriptions": {} + } + }, + "id": 12423, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24348:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int152", + "typeString": "int152" + } + }, + "src": "24335:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int152", + "typeString": "int152" + } + }, + "id": 12425, + "nodeType": "ExpressionStatement", + "src": "24335:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12428, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12426, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12417, + "src": "24375:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int152", + "typeString": "int152" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12427, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12414, + "src": "24389:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "24375:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12435, + "nodeType": "IfStatement", + "src": "24371:98:36", + "trueBody": { + "id": 12434, + "nodeType": "Block", + "src": "24396:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313532", + "id": 12430, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24447:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_152_by_1", + "typeString": "int_const 152" + }, + "value": "152" + }, + { + "id": 12431, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12414, + "src": "24452:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_152_by_1", + "typeString": "int_const 152" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12429, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "24417:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12432, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24417:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12433, + "nodeType": "RevertStatement", + "src": "24410:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12412, + "nodeType": "StructuredDocumentation", + "src": "23934:312:36", + "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": 12437, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt152", + "nameLocation": "24260:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12415, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12414, + "mutability": "mutable", + "name": "value", + "nameLocation": "24276:5:36", + "nodeType": "VariableDeclaration", + "scope": 12437, + "src": "24269:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12413, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "24269:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "24268:14:36" + }, + "returnParameters": { + "id": 12418, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12417, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "24313:10:36", + "nodeType": "VariableDeclaration", + "scope": 12437, + "src": "24306:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int152", + "typeString": "int152" + }, + "typeName": { + "id": 12416, + "name": "int152", + "nodeType": "ElementaryTypeName", + "src": "24306:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int152", + "typeString": "int152" + } + }, + "visibility": "internal" + } + ], + "src": "24305:19:36" + }, + "scope": 12946, + "src": "24251:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12462, + "nodeType": "Block", + "src": "24872:150:36", + "statements": [ + { + "expression": { + "id": 12450, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12445, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12443, + "src": "24882:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int144", + "typeString": "int144" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12448, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12440, + "src": "24902:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12447, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "24895:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int144_$", + "typeString": "type(int144)" + }, + "typeName": { + "id": 12446, + "name": "int144", + "nodeType": "ElementaryTypeName", + "src": "24895:6:36", + "typeDescriptions": {} + } + }, + "id": 12449, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24895:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int144", + "typeString": "int144" + } + }, + "src": "24882:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int144", + "typeString": "int144" + } + }, + "id": 12451, + "nodeType": "ExpressionStatement", + "src": "24882:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12454, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12452, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12443, + "src": "24922:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int144", + "typeString": "int144" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12453, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12440, + "src": "24936:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "24922:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12461, + "nodeType": "IfStatement", + "src": "24918:98:36", + "trueBody": { + "id": 12460, + "nodeType": "Block", + "src": "24943:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313434", + "id": 12456, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "24994:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_144_by_1", + "typeString": "int_const 144" + }, + "value": "144" + }, + { + "id": 12457, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12440, + "src": "24999:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_144_by_1", + "typeString": "int_const 144" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12455, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "24964:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12458, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "24964:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12459, + "nodeType": "RevertStatement", + "src": "24957:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12438, + "nodeType": "StructuredDocumentation", + "src": "24481:312:36", + "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": 12463, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt144", + "nameLocation": "24807:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12441, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12440, + "mutability": "mutable", + "name": "value", + "nameLocation": "24823:5:36", + "nodeType": "VariableDeclaration", + "scope": 12463, + "src": "24816:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12439, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "24816:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "24815:14:36" + }, + "returnParameters": { + "id": 12444, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12443, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "24860:10:36", + "nodeType": "VariableDeclaration", + "scope": 12463, + "src": "24853:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int144", + "typeString": "int144" + }, + "typeName": { + "id": 12442, + "name": "int144", + "nodeType": "ElementaryTypeName", + "src": "24853:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int144", + "typeString": "int144" + } + }, + "visibility": "internal" + } + ], + "src": "24852:19:36" + }, + "scope": 12946, + "src": "24798:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12488, + "nodeType": "Block", + "src": "25419:150:36", + "statements": [ + { + "expression": { + "id": 12476, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12471, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12469, + "src": "25429:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int136", + "typeString": "int136" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12474, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12466, + "src": "25449:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12473, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "25442:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int136_$", + "typeString": "type(int136)" + }, + "typeName": { + "id": 12472, + "name": "int136", + "nodeType": "ElementaryTypeName", + "src": "25442:6:36", + "typeDescriptions": {} + } + }, + "id": 12475, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25442:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int136", + "typeString": "int136" + } + }, + "src": "25429:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int136", + "typeString": "int136" + } + }, + "id": 12477, + "nodeType": "ExpressionStatement", + "src": "25429:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12480, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12478, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12469, + "src": "25469:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int136", + "typeString": "int136" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12479, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12466, + "src": "25483:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "25469:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12487, + "nodeType": "IfStatement", + "src": "25465:98:36", + "trueBody": { + "id": 12486, + "nodeType": "Block", + "src": "25490:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313336", + "id": 12482, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "25541:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_136_by_1", + "typeString": "int_const 136" + }, + "value": "136" + }, + { + "id": 12483, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12466, + "src": "25546:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_136_by_1", + "typeString": "int_const 136" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12481, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "25511:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12484, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25511:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12485, + "nodeType": "RevertStatement", + "src": "25504:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12464, + "nodeType": "StructuredDocumentation", + "src": "25028:312:36", + "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": 12489, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt136", + "nameLocation": "25354:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12467, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12466, + "mutability": "mutable", + "name": "value", + "nameLocation": "25370:5:36", + "nodeType": "VariableDeclaration", + "scope": 12489, + "src": "25363:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12465, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "25363:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "25362:14:36" + }, + "returnParameters": { + "id": 12470, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12469, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "25407:10:36", + "nodeType": "VariableDeclaration", + "scope": 12489, + "src": "25400:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int136", + "typeString": "int136" + }, + "typeName": { + "id": 12468, + "name": "int136", + "nodeType": "ElementaryTypeName", + "src": "25400:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int136", + "typeString": "int136" + } + }, + "visibility": "internal" + } + ], + "src": "25399:19:36" + }, + "scope": 12946, + "src": "25345:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12514, + "nodeType": "Block", + "src": "25966:150:36", + "statements": [ + { + "expression": { + "id": 12502, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12497, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12495, + "src": "25976:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int128", + "typeString": "int128" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12500, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12492, + "src": "25996:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12499, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "25989:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int128_$", + "typeString": "type(int128)" + }, + "typeName": { + "id": 12498, + "name": "int128", + "nodeType": "ElementaryTypeName", + "src": "25989:6:36", + "typeDescriptions": {} + } + }, + "id": 12501, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "25989:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int128", + "typeString": "int128" + } + }, + "src": "25976:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int128", + "typeString": "int128" + } + }, + "id": 12503, + "nodeType": "ExpressionStatement", + "src": "25976:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12506, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12504, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12495, + "src": "26016:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int128", + "typeString": "int128" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12505, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12492, + "src": "26030:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "26016:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12513, + "nodeType": "IfStatement", + "src": "26012:98:36", + "trueBody": { + "id": 12512, + "nodeType": "Block", + "src": "26037:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313238", + "id": 12508, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "26088:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_128_by_1", + "typeString": "int_const 128" + }, + "value": "128" + }, + { + "id": 12509, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12492, + "src": "26093:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_128_by_1", + "typeString": "int_const 128" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12507, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "26058:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12510, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "26058:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12511, + "nodeType": "RevertStatement", + "src": "26051:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12490, + "nodeType": "StructuredDocumentation", + "src": "25575:312:36", + "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": 12515, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt128", + "nameLocation": "25901:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12493, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12492, + "mutability": "mutable", + "name": "value", + "nameLocation": "25917:5:36", + "nodeType": "VariableDeclaration", + "scope": 12515, + "src": "25910:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12491, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "25910:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "25909:14:36" + }, + "returnParameters": { + "id": 12496, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12495, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "25954:10:36", + "nodeType": "VariableDeclaration", + "scope": 12515, + "src": "25947:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int128", + "typeString": "int128" + }, + "typeName": { + "id": 12494, + "name": "int128", + "nodeType": "ElementaryTypeName", + "src": "25947:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int128", + "typeString": "int128" + } + }, + "visibility": "internal" + } + ], + "src": "25946:19:36" + }, + "scope": 12946, + "src": "25892:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12540, + "nodeType": "Block", + "src": "26513:150:36", + "statements": [ + { + "expression": { + "id": 12528, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12523, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12521, + "src": "26523:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int120", + "typeString": "int120" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12526, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12518, + "src": "26543:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12525, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "26536:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int120_$", + "typeString": "type(int120)" + }, + "typeName": { + "id": 12524, + "name": "int120", + "nodeType": "ElementaryTypeName", + "src": "26536:6:36", + "typeDescriptions": {} + } + }, + "id": 12527, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "26536:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int120", + "typeString": "int120" + } + }, + "src": "26523:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int120", + "typeString": "int120" + } + }, + "id": 12529, + "nodeType": "ExpressionStatement", + "src": "26523:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12532, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12530, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12521, + "src": "26563:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int120", + "typeString": "int120" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12531, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12518, + "src": "26577:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "26563:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12539, + "nodeType": "IfStatement", + "src": "26559:98:36", + "trueBody": { + "id": 12538, + "nodeType": "Block", + "src": "26584:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313230", + "id": 12534, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "26635:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_120_by_1", + "typeString": "int_const 120" + }, + "value": "120" + }, + { + "id": 12535, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12518, + "src": "26640:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_120_by_1", + "typeString": "int_const 120" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12533, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "26605:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12536, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "26605:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12537, + "nodeType": "RevertStatement", + "src": "26598:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12516, + "nodeType": "StructuredDocumentation", + "src": "26122:312:36", + "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": 12541, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt120", + "nameLocation": "26448:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12519, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12518, + "mutability": "mutable", + "name": "value", + "nameLocation": "26464:5:36", + "nodeType": "VariableDeclaration", + "scope": 12541, + "src": "26457:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12517, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "26457:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "26456:14:36" + }, + "returnParameters": { + "id": 12522, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12521, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "26501:10:36", + "nodeType": "VariableDeclaration", + "scope": 12541, + "src": "26494:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int120", + "typeString": "int120" + }, + "typeName": { + "id": 12520, + "name": "int120", + "nodeType": "ElementaryTypeName", + "src": "26494:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int120", + "typeString": "int120" + } + }, + "visibility": "internal" + } + ], + "src": "26493:19:36" + }, + "scope": 12946, + "src": "26439:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12566, + "nodeType": "Block", + "src": "27060:150:36", + "statements": [ + { + "expression": { + "id": 12554, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12549, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12547, + "src": "27070:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int112", + "typeString": "int112" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12552, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12544, + "src": "27090:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12551, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "27083:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int112_$", + "typeString": "type(int112)" + }, + "typeName": { + "id": 12550, + "name": "int112", + "nodeType": "ElementaryTypeName", + "src": "27083:6:36", + "typeDescriptions": {} + } + }, + "id": 12553, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27083:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int112", + "typeString": "int112" + } + }, + "src": "27070:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int112", + "typeString": "int112" + } + }, + "id": 12555, + "nodeType": "ExpressionStatement", + "src": "27070:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12558, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12556, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12547, + "src": "27110:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int112", + "typeString": "int112" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12557, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12544, + "src": "27124:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "27110:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12565, + "nodeType": "IfStatement", + "src": "27106:98:36", + "trueBody": { + "id": 12564, + "nodeType": "Block", + "src": "27131:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313132", + "id": 12560, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27182:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_112_by_1", + "typeString": "int_const 112" + }, + "value": "112" + }, + { + "id": 12561, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12544, + "src": "27187:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_112_by_1", + "typeString": "int_const 112" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12559, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "27152:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12562, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27152:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12563, + "nodeType": "RevertStatement", + "src": "27145:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12542, + "nodeType": "StructuredDocumentation", + "src": "26669:312:36", + "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": 12567, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt112", + "nameLocation": "26995:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12545, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12544, + "mutability": "mutable", + "name": "value", + "nameLocation": "27011:5:36", + "nodeType": "VariableDeclaration", + "scope": 12567, + "src": "27004:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12543, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "27004:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "27003:14:36" + }, + "returnParameters": { + "id": 12548, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12547, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "27048:10:36", + "nodeType": "VariableDeclaration", + "scope": 12567, + "src": "27041:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int112", + "typeString": "int112" + }, + "typeName": { + "id": 12546, + "name": "int112", + "nodeType": "ElementaryTypeName", + "src": "27041:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int112", + "typeString": "int112" + } + }, + "visibility": "internal" + } + ], + "src": "27040:19:36" + }, + "scope": 12946, + "src": "26986:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12592, + "nodeType": "Block", + "src": "27607:150:36", + "statements": [ + { + "expression": { + "id": 12580, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12575, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12573, + "src": "27617:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int104", + "typeString": "int104" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12578, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12570, + "src": "27637:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12577, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "27630:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int104_$", + "typeString": "type(int104)" + }, + "typeName": { + "id": 12576, + "name": "int104", + "nodeType": "ElementaryTypeName", + "src": "27630:6:36", + "typeDescriptions": {} + } + }, + "id": 12579, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27630:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int104", + "typeString": "int104" + } + }, + "src": "27617:26:36", + "typeDescriptions": { + "typeIdentifier": "t_int104", + "typeString": "int104" + } + }, + "id": 12581, + "nodeType": "ExpressionStatement", + "src": "27617:26:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12584, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12582, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12573, + "src": "27657:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int104", + "typeString": "int104" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12583, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12570, + "src": "27671:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "27657:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12591, + "nodeType": "IfStatement", + "src": "27653:98:36", + "trueBody": { + "id": 12590, + "nodeType": "Block", + "src": "27678:73:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "313034", + "id": 12586, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "27729:3:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_104_by_1", + "typeString": "int_const 104" + }, + "value": "104" + }, + { + "id": 12587, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12570, + "src": "27734:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_104_by_1", + "typeString": "int_const 104" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12585, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "27699:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12588, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "27699:41:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12589, + "nodeType": "RevertStatement", + "src": "27692:48:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12568, + "nodeType": "StructuredDocumentation", + "src": "27216:312:36", + "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": 12593, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt104", + "nameLocation": "27542:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12571, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12570, + "mutability": "mutable", + "name": "value", + "nameLocation": "27558:5:36", + "nodeType": "VariableDeclaration", + "scope": 12593, + "src": "27551:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12569, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "27551:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "27550:14:36" + }, + "returnParameters": { + "id": 12574, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12573, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "27595:10:36", + "nodeType": "VariableDeclaration", + "scope": 12593, + "src": "27588:17:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int104", + "typeString": "int104" + }, + "typeName": { + "id": 12572, + "name": "int104", + "nodeType": "ElementaryTypeName", + "src": "27588:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int104", + "typeString": "int104" + } + }, + "visibility": "internal" + } + ], + "src": "27587:19:36" + }, + "scope": 12946, + "src": "27533:224:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12618, + "nodeType": "Block", + "src": "28147:148:36", + "statements": [ + { + "expression": { + "id": 12606, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12601, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12599, + "src": "28157:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int96", + "typeString": "int96" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12604, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12596, + "src": "28176:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12603, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "28170:5:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int96_$", + "typeString": "type(int96)" + }, + "typeName": { + "id": 12602, + "name": "int96", + "nodeType": "ElementaryTypeName", + "src": "28170:5:36", + "typeDescriptions": {} + } + }, + "id": 12605, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "28170:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int96", + "typeString": "int96" + } + }, + "src": "28157:25:36", + "typeDescriptions": { + "typeIdentifier": "t_int96", + "typeString": "int96" + } + }, + "id": 12607, + "nodeType": "ExpressionStatement", + "src": "28157:25:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12610, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12608, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12599, + "src": "28196:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int96", + "typeString": "int96" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12609, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12596, + "src": "28210:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "28196:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12617, + "nodeType": "IfStatement", + "src": "28192:97:36", + "trueBody": { + "id": 12616, + "nodeType": "Block", + "src": "28217:72:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3936", + "id": 12612, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "28268:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_96_by_1", + "typeString": "int_const 96" + }, + "value": "96" + }, + { + "id": 12613, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12596, + "src": "28272:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_96_by_1", + "typeString": "int_const 96" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12611, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "28238:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12614, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "28238:40:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12615, + "nodeType": "RevertStatement", + "src": "28231:47:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12594, + "nodeType": "StructuredDocumentation", + "src": "27763:307:36", + "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": 12619, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt96", + "nameLocation": "28084:7:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12597, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12596, + "mutability": "mutable", + "name": "value", + "nameLocation": "28099:5:36", + "nodeType": "VariableDeclaration", + "scope": 12619, + "src": "28092:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12595, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "28092:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "28091:14:36" + }, + "returnParameters": { + "id": 12600, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12599, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "28135:10:36", + "nodeType": "VariableDeclaration", + "scope": 12619, + "src": "28129:16:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int96", + "typeString": "int96" + }, + "typeName": { + "id": 12598, + "name": "int96", + "nodeType": "ElementaryTypeName", + "src": "28129:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int96", + "typeString": "int96" + } + }, + "visibility": "internal" + } + ], + "src": "28128:18:36" + }, + "scope": 12946, + "src": "28075:220:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12644, + "nodeType": "Block", + "src": "28685:148:36", + "statements": [ + { + "expression": { + "id": 12632, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12627, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12625, + "src": "28695:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int88", + "typeString": "int88" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12630, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12622, + "src": "28714:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12629, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "28708:5:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int88_$", + "typeString": "type(int88)" + }, + "typeName": { + "id": 12628, + "name": "int88", + "nodeType": "ElementaryTypeName", + "src": "28708:5:36", + "typeDescriptions": {} + } + }, + "id": 12631, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "28708:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int88", + "typeString": "int88" + } + }, + "src": "28695:25:36", + "typeDescriptions": { + "typeIdentifier": "t_int88", + "typeString": "int88" + } + }, + "id": 12633, + "nodeType": "ExpressionStatement", + "src": "28695:25:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12636, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12634, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12625, + "src": "28734:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int88", + "typeString": "int88" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12635, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12622, + "src": "28748:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "28734:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12643, + "nodeType": "IfStatement", + "src": "28730:97:36", + "trueBody": { + "id": 12642, + "nodeType": "Block", + "src": "28755:72:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3838", + "id": 12638, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "28806:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_88_by_1", + "typeString": "int_const 88" + }, + "value": "88" + }, + { + "id": 12639, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12622, + "src": "28810:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_88_by_1", + "typeString": "int_const 88" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12637, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "28776:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12640, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "28776:40:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12641, + "nodeType": "RevertStatement", + "src": "28769:47:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12620, + "nodeType": "StructuredDocumentation", + "src": "28301:307:36", + "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": 12645, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt88", + "nameLocation": "28622:7:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12623, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12622, + "mutability": "mutable", + "name": "value", + "nameLocation": "28637:5:36", + "nodeType": "VariableDeclaration", + "scope": 12645, + "src": "28630:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12621, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "28630:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "28629:14:36" + }, + "returnParameters": { + "id": 12626, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12625, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "28673:10:36", + "nodeType": "VariableDeclaration", + "scope": 12645, + "src": "28667:16:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int88", + "typeString": "int88" + }, + "typeName": { + "id": 12624, + "name": "int88", + "nodeType": "ElementaryTypeName", + "src": "28667:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int88", + "typeString": "int88" + } + }, + "visibility": "internal" + } + ], + "src": "28666:18:36" + }, + "scope": 12946, + "src": "28613:220:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12670, + "nodeType": "Block", + "src": "29223:148:36", + "statements": [ + { + "expression": { + "id": 12658, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12653, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12651, + "src": "29233:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int80", + "typeString": "int80" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12656, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12648, + "src": "29252:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12655, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "29246:5:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int80_$", + "typeString": "type(int80)" + }, + "typeName": { + "id": 12654, + "name": "int80", + "nodeType": "ElementaryTypeName", + "src": "29246:5:36", + "typeDescriptions": {} + } + }, + "id": 12657, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "29246:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int80", + "typeString": "int80" + } + }, + "src": "29233:25:36", + "typeDescriptions": { + "typeIdentifier": "t_int80", + "typeString": "int80" + } + }, + "id": 12659, + "nodeType": "ExpressionStatement", + "src": "29233:25:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12662, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12660, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12651, + "src": "29272:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int80", + "typeString": "int80" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12661, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12648, + "src": "29286:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "29272:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12669, + "nodeType": "IfStatement", + "src": "29268:97:36", + "trueBody": { + "id": 12668, + "nodeType": "Block", + "src": "29293:72:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3830", + "id": 12664, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "29344:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_80_by_1", + "typeString": "int_const 80" + }, + "value": "80" + }, + { + "id": 12665, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12648, + "src": "29348:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_80_by_1", + "typeString": "int_const 80" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12663, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "29314:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12666, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "29314:40:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12667, + "nodeType": "RevertStatement", + "src": "29307:47:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12646, + "nodeType": "StructuredDocumentation", + "src": "28839:307:36", + "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": 12671, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt80", + "nameLocation": "29160:7:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12649, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12648, + "mutability": "mutable", + "name": "value", + "nameLocation": "29175:5:36", + "nodeType": "VariableDeclaration", + "scope": 12671, + "src": "29168:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12647, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "29168:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "29167:14:36" + }, + "returnParameters": { + "id": 12652, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12651, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "29211:10:36", + "nodeType": "VariableDeclaration", + "scope": 12671, + "src": "29205:16:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int80", + "typeString": "int80" + }, + "typeName": { + "id": 12650, + "name": "int80", + "nodeType": "ElementaryTypeName", + "src": "29205:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int80", + "typeString": "int80" + } + }, + "visibility": "internal" + } + ], + "src": "29204:18:36" + }, + "scope": 12946, + "src": "29151:220:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12696, + "nodeType": "Block", + "src": "29761:148:36", + "statements": [ + { + "expression": { + "id": 12684, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12679, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12677, + "src": "29771:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int72", + "typeString": "int72" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12682, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12674, + "src": "29790:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12681, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "29784:5:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int72_$", + "typeString": "type(int72)" + }, + "typeName": { + "id": 12680, + "name": "int72", + "nodeType": "ElementaryTypeName", + "src": "29784:5:36", + "typeDescriptions": {} + } + }, + "id": 12683, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "29784:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int72", + "typeString": "int72" + } + }, + "src": "29771:25:36", + "typeDescriptions": { + "typeIdentifier": "t_int72", + "typeString": "int72" + } + }, + "id": 12685, + "nodeType": "ExpressionStatement", + "src": "29771:25:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12688, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12686, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12677, + "src": "29810:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int72", + "typeString": "int72" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12687, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12674, + "src": "29824:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "29810:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12695, + "nodeType": "IfStatement", + "src": "29806:97:36", + "trueBody": { + "id": 12694, + "nodeType": "Block", + "src": "29831:72:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3732", + "id": 12690, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "29882:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_72_by_1", + "typeString": "int_const 72" + }, + "value": "72" + }, + { + "id": 12691, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12674, + "src": "29886:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_72_by_1", + "typeString": "int_const 72" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12689, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "29852:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12692, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "29852:40:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12693, + "nodeType": "RevertStatement", + "src": "29845:47:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12672, + "nodeType": "StructuredDocumentation", + "src": "29377:307:36", + "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": 12697, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt72", + "nameLocation": "29698:7:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12675, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12674, + "mutability": "mutable", + "name": "value", + "nameLocation": "29713:5:36", + "nodeType": "VariableDeclaration", + "scope": 12697, + "src": "29706:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12673, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "29706:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "29705:14:36" + }, + "returnParameters": { + "id": 12678, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12677, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "29749:10:36", + "nodeType": "VariableDeclaration", + "scope": 12697, + "src": "29743:16:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int72", + "typeString": "int72" + }, + "typeName": { + "id": 12676, + "name": "int72", + "nodeType": "ElementaryTypeName", + "src": "29743:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int72", + "typeString": "int72" + } + }, + "visibility": "internal" + } + ], + "src": "29742:18:36" + }, + "scope": 12946, + "src": "29689:220:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12722, + "nodeType": "Block", + "src": "30299:148:36", + "statements": [ + { + "expression": { + "id": 12710, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12705, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12703, + "src": "30309:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int64", + "typeString": "int64" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12708, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12700, + "src": "30328:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12707, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "30322:5:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int64_$", + "typeString": "type(int64)" + }, + "typeName": { + "id": 12706, + "name": "int64", + "nodeType": "ElementaryTypeName", + "src": "30322:5:36", + "typeDescriptions": {} + } + }, + "id": 12709, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "30322:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int64", + "typeString": "int64" + } + }, + "src": "30309:25:36", + "typeDescriptions": { + "typeIdentifier": "t_int64", + "typeString": "int64" + } + }, + "id": 12711, + "nodeType": "ExpressionStatement", + "src": "30309:25:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12714, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12712, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12703, + "src": "30348:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int64", + "typeString": "int64" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12713, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12700, + "src": "30362:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "30348:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12721, + "nodeType": "IfStatement", + "src": "30344:97:36", + "trueBody": { + "id": 12720, + "nodeType": "Block", + "src": "30369:72:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3634", + "id": 12716, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "30420:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + "value": "64" + }, + { + "id": 12717, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12700, + "src": "30424:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12715, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "30390:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12718, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "30390:40:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12719, + "nodeType": "RevertStatement", + "src": "30383:47:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12698, + "nodeType": "StructuredDocumentation", + "src": "29915:307:36", + "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": 12723, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt64", + "nameLocation": "30236:7:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12701, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12700, + "mutability": "mutable", + "name": "value", + "nameLocation": "30251:5:36", + "nodeType": "VariableDeclaration", + "scope": 12723, + "src": "30244:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12699, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "30244:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "30243:14:36" + }, + "returnParameters": { + "id": 12704, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12703, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "30287:10:36", + "nodeType": "VariableDeclaration", + "scope": 12723, + "src": "30281:16:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int64", + "typeString": "int64" + }, + "typeName": { + "id": 12702, + "name": "int64", + "nodeType": "ElementaryTypeName", + "src": "30281:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int64", + "typeString": "int64" + } + }, + "visibility": "internal" + } + ], + "src": "30280:18:36" + }, + "scope": 12946, + "src": "30227:220:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12748, + "nodeType": "Block", + "src": "30837:148:36", + "statements": [ + { + "expression": { + "id": 12736, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12731, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12729, + "src": "30847:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int56", + "typeString": "int56" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12734, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12726, + "src": "30866:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12733, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "30860:5:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int56_$", + "typeString": "type(int56)" + }, + "typeName": { + "id": 12732, + "name": "int56", + "nodeType": "ElementaryTypeName", + "src": "30860:5:36", + "typeDescriptions": {} + } + }, + "id": 12735, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "30860:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int56", + "typeString": "int56" + } + }, + "src": "30847:25:36", + "typeDescriptions": { + "typeIdentifier": "t_int56", + "typeString": "int56" + } + }, + "id": 12737, + "nodeType": "ExpressionStatement", + "src": "30847:25:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12740, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12738, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12729, + "src": "30886:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int56", + "typeString": "int56" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12739, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12726, + "src": "30900:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "30886:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12747, + "nodeType": "IfStatement", + "src": "30882:97:36", + "trueBody": { + "id": 12746, + "nodeType": "Block", + "src": "30907:72:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3536", + "id": 12742, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "30958:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_56_by_1", + "typeString": "int_const 56" + }, + "value": "56" + }, + { + "id": 12743, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12726, + "src": "30962:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_56_by_1", + "typeString": "int_const 56" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12741, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "30928:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12744, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "30928:40:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12745, + "nodeType": "RevertStatement", + "src": "30921:47:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12724, + "nodeType": "StructuredDocumentation", + "src": "30453:307:36", + "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": 12749, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt56", + "nameLocation": "30774:7:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12727, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12726, + "mutability": "mutable", + "name": "value", + "nameLocation": "30789:5:36", + "nodeType": "VariableDeclaration", + "scope": 12749, + "src": "30782:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12725, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "30782:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "30781:14:36" + }, + "returnParameters": { + "id": 12730, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12729, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "30825:10:36", + "nodeType": "VariableDeclaration", + "scope": 12749, + "src": "30819:16:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int56", + "typeString": "int56" + }, + "typeName": { + "id": 12728, + "name": "int56", + "nodeType": "ElementaryTypeName", + "src": "30819:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int56", + "typeString": "int56" + } + }, + "visibility": "internal" + } + ], + "src": "30818:18:36" + }, + "scope": 12946, + "src": "30765:220:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12774, + "nodeType": "Block", + "src": "31375:148:36", + "statements": [ + { + "expression": { + "id": 12762, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12757, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12755, + "src": "31385:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int48", + "typeString": "int48" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12760, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12752, + "src": "31404:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12759, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "31398:5:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int48_$", + "typeString": "type(int48)" + }, + "typeName": { + "id": 12758, + "name": "int48", + "nodeType": "ElementaryTypeName", + "src": "31398:5:36", + "typeDescriptions": {} + } + }, + "id": 12761, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "31398:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int48", + "typeString": "int48" + } + }, + "src": "31385:25:36", + "typeDescriptions": { + "typeIdentifier": "t_int48", + "typeString": "int48" + } + }, + "id": 12763, + "nodeType": "ExpressionStatement", + "src": "31385:25:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12766, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12764, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12755, + "src": "31424:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int48", + "typeString": "int48" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12765, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12752, + "src": "31438:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "31424:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12773, + "nodeType": "IfStatement", + "src": "31420:97:36", + "trueBody": { + "id": 12772, + "nodeType": "Block", + "src": "31445:72:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3438", + "id": 12768, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "31496:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_48_by_1", + "typeString": "int_const 48" + }, + "value": "48" + }, + { + "id": 12769, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12752, + "src": "31500:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_48_by_1", + "typeString": "int_const 48" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12767, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "31466:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12770, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "31466:40:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12771, + "nodeType": "RevertStatement", + "src": "31459:47:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12750, + "nodeType": "StructuredDocumentation", + "src": "30991:307:36", + "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": 12775, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt48", + "nameLocation": "31312:7:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12753, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12752, + "mutability": "mutable", + "name": "value", + "nameLocation": "31327:5:36", + "nodeType": "VariableDeclaration", + "scope": 12775, + "src": "31320:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12751, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "31320:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "31319:14:36" + }, + "returnParameters": { + "id": 12756, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12755, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "31363:10:36", + "nodeType": "VariableDeclaration", + "scope": 12775, + "src": "31357:16:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int48", + "typeString": "int48" + }, + "typeName": { + "id": 12754, + "name": "int48", + "nodeType": "ElementaryTypeName", + "src": "31357:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int48", + "typeString": "int48" + } + }, + "visibility": "internal" + } + ], + "src": "31356:18:36" + }, + "scope": 12946, + "src": "31303:220:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12800, + "nodeType": "Block", + "src": "31913:148:36", + "statements": [ + { + "expression": { + "id": 12788, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12783, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12781, + "src": "31923:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int40", + "typeString": "int40" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12786, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12778, + "src": "31942:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12785, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "31936:5:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int40_$", + "typeString": "type(int40)" + }, + "typeName": { + "id": 12784, + "name": "int40", + "nodeType": "ElementaryTypeName", + "src": "31936:5:36", + "typeDescriptions": {} + } + }, + "id": 12787, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "31936:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int40", + "typeString": "int40" + } + }, + "src": "31923:25:36", + "typeDescriptions": { + "typeIdentifier": "t_int40", + "typeString": "int40" + } + }, + "id": 12789, + "nodeType": "ExpressionStatement", + "src": "31923:25:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12792, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12790, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12781, + "src": "31962:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int40", + "typeString": "int40" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12791, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12778, + "src": "31976:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "31962:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12799, + "nodeType": "IfStatement", + "src": "31958:97:36", + "trueBody": { + "id": 12798, + "nodeType": "Block", + "src": "31983:72:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3430", + "id": 12794, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "32034:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_40_by_1", + "typeString": "int_const 40" + }, + "value": "40" + }, + { + "id": 12795, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12778, + "src": "32038:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_40_by_1", + "typeString": "int_const 40" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12793, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "32004:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12796, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "32004:40:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12797, + "nodeType": "RevertStatement", + "src": "31997:47:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12776, + "nodeType": "StructuredDocumentation", + "src": "31529:307:36", + "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": 12801, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt40", + "nameLocation": "31850:7:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12779, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12778, + "mutability": "mutable", + "name": "value", + "nameLocation": "31865:5:36", + "nodeType": "VariableDeclaration", + "scope": 12801, + "src": "31858:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12777, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "31858:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "31857:14:36" + }, + "returnParameters": { + "id": 12782, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12781, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "31901:10:36", + "nodeType": "VariableDeclaration", + "scope": 12801, + "src": "31895:16:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int40", + "typeString": "int40" + }, + "typeName": { + "id": 12780, + "name": "int40", + "nodeType": "ElementaryTypeName", + "src": "31895:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int40", + "typeString": "int40" + } + }, + "visibility": "internal" + } + ], + "src": "31894:18:36" + }, + "scope": 12946, + "src": "31841:220:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12826, + "nodeType": "Block", + "src": "32451:148:36", + "statements": [ + { + "expression": { + "id": 12814, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12809, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12807, + "src": "32461:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int32", + "typeString": "int32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12812, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12804, + "src": "32480:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12811, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "32474:5:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int32_$", + "typeString": "type(int32)" + }, + "typeName": { + "id": 12810, + "name": "int32", + "nodeType": "ElementaryTypeName", + "src": "32474:5:36", + "typeDescriptions": {} + } + }, + "id": 12813, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "32474:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int32", + "typeString": "int32" + } + }, + "src": "32461:25:36", + "typeDescriptions": { + "typeIdentifier": "t_int32", + "typeString": "int32" + } + }, + "id": 12815, + "nodeType": "ExpressionStatement", + "src": "32461:25:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12818, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12816, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12807, + "src": "32500:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int32", + "typeString": "int32" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12817, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12804, + "src": "32514:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "32500:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12825, + "nodeType": "IfStatement", + "src": "32496:97:36", + "trueBody": { + "id": 12824, + "nodeType": "Block", + "src": "32521:72:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3332", + "id": 12820, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "32572:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + { + "id": 12821, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12804, + "src": "32576:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12819, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "32542:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12822, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "32542:40:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12823, + "nodeType": "RevertStatement", + "src": "32535:47:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12802, + "nodeType": "StructuredDocumentation", + "src": "32067:307:36", + "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": 12827, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt32", + "nameLocation": "32388:7:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12805, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12804, + "mutability": "mutable", + "name": "value", + "nameLocation": "32403:5:36", + "nodeType": "VariableDeclaration", + "scope": 12827, + "src": "32396:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12803, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "32396:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "32395:14:36" + }, + "returnParameters": { + "id": 12808, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12807, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "32439:10:36", + "nodeType": "VariableDeclaration", + "scope": 12827, + "src": "32433:16:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int32", + "typeString": "int32" + }, + "typeName": { + "id": 12806, + "name": "int32", + "nodeType": "ElementaryTypeName", + "src": "32433:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int32", + "typeString": "int32" + } + }, + "visibility": "internal" + } + ], + "src": "32432:18:36" + }, + "scope": 12946, + "src": "32379:220:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12852, + "nodeType": "Block", + "src": "32989:148:36", + "statements": [ + { + "expression": { + "id": 12840, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12835, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12833, + "src": "32999:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int24", + "typeString": "int24" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12838, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12830, + "src": "33018:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12837, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "33012:5:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int24_$", + "typeString": "type(int24)" + }, + "typeName": { + "id": 12836, + "name": "int24", + "nodeType": "ElementaryTypeName", + "src": "33012:5:36", + "typeDescriptions": {} + } + }, + "id": 12839, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "33012:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int24", + "typeString": "int24" + } + }, + "src": "32999:25:36", + "typeDescriptions": { + "typeIdentifier": "t_int24", + "typeString": "int24" + } + }, + "id": 12841, + "nodeType": "ExpressionStatement", + "src": "32999:25:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12844, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12842, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12833, + "src": "33038:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int24", + "typeString": "int24" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12843, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12830, + "src": "33052:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "33038:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12851, + "nodeType": "IfStatement", + "src": "33034:97:36", + "trueBody": { + "id": 12850, + "nodeType": "Block", + "src": "33059:72:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3234", + "id": 12846, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "33110:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_24_by_1", + "typeString": "int_const 24" + }, + "value": "24" + }, + { + "id": 12847, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12830, + "src": "33114:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_24_by_1", + "typeString": "int_const 24" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12845, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "33080:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12848, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "33080:40:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12849, + "nodeType": "RevertStatement", + "src": "33073:47:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12828, + "nodeType": "StructuredDocumentation", + "src": "32605:307:36", + "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": 12853, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt24", + "nameLocation": "32926:7:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12831, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12830, + "mutability": "mutable", + "name": "value", + "nameLocation": "32941:5:36", + "nodeType": "VariableDeclaration", + "scope": 12853, + "src": "32934:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12829, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "32934:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "32933:14:36" + }, + "returnParameters": { + "id": 12834, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12833, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "32977:10:36", + "nodeType": "VariableDeclaration", + "scope": 12853, + "src": "32971:16:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int24", + "typeString": "int24" + }, + "typeName": { + "id": 12832, + "name": "int24", + "nodeType": "ElementaryTypeName", + "src": "32971:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int24", + "typeString": "int24" + } + }, + "visibility": "internal" + } + ], + "src": "32970:18:36" + }, + "scope": 12946, + "src": "32917:220:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12878, + "nodeType": "Block", + "src": "33527:148:36", + "statements": [ + { + "expression": { + "id": 12866, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12861, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12859, + "src": "33537:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int16", + "typeString": "int16" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12864, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12856, + "src": "33556:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12863, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "33550:5:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int16_$", + "typeString": "type(int16)" + }, + "typeName": { + "id": 12862, + "name": "int16", + "nodeType": "ElementaryTypeName", + "src": "33550:5:36", + "typeDescriptions": {} + } + }, + "id": 12865, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "33550:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int16", + "typeString": "int16" + } + }, + "src": "33537:25:36", + "typeDescriptions": { + "typeIdentifier": "t_int16", + "typeString": "int16" + } + }, + "id": 12867, + "nodeType": "ExpressionStatement", + "src": "33537:25:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12870, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12868, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12859, + "src": "33576:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int16", + "typeString": "int16" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12869, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12856, + "src": "33590:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "33576:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12877, + "nodeType": "IfStatement", + "src": "33572:97:36", + "trueBody": { + "id": 12876, + "nodeType": "Block", + "src": "33597:72:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "3136", + "id": 12872, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "33648:2:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + "value": "16" + }, + { + "id": 12873, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12856, + "src": "33652:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_16_by_1", + "typeString": "int_const 16" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12871, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "33618:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12874, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "33618:40:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12875, + "nodeType": "RevertStatement", + "src": "33611:47:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12854, + "nodeType": "StructuredDocumentation", + "src": "33143:307:36", + "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": 12879, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt16", + "nameLocation": "33464:7:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12857, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12856, + "mutability": "mutable", + "name": "value", + "nameLocation": "33479:5:36", + "nodeType": "VariableDeclaration", + "scope": 12879, + "src": "33472:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12855, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "33472:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "33471:14:36" + }, + "returnParameters": { + "id": 12860, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12859, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "33515:10:36", + "nodeType": "VariableDeclaration", + "scope": 12879, + "src": "33509:16:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int16", + "typeString": "int16" + }, + "typeName": { + "id": 12858, + "name": "int16", + "nodeType": "ElementaryTypeName", + "src": "33509:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int16", + "typeString": "int16" + } + }, + "visibility": "internal" + } + ], + "src": "33508:18:36" + }, + "scope": 12946, + "src": "33455:220:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12904, + "nodeType": "Block", + "src": "34058:146:36", + "statements": [ + { + "expression": { + "id": 12892, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 12887, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12885, + "src": "34068:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int8", + "typeString": "int8" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 12890, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12882, + "src": "34086:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12889, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "34081:4:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int8_$", + "typeString": "type(int8)" + }, + "typeName": { + "id": 12888, + "name": "int8", + "nodeType": "ElementaryTypeName", + "src": "34081:4:36", + "typeDescriptions": {} + } + }, + "id": 12891, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "34081:11:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int8", + "typeString": "int8" + } + }, + "src": "34068:24:36", + "typeDescriptions": { + "typeIdentifier": "t_int8", + "typeString": "int8" + } + }, + "id": 12893, + "nodeType": "ExpressionStatement", + "src": "34068:24:36" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12896, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12894, + "name": "downcasted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12885, + "src": "34106:10:36", + "typeDescriptions": { + "typeIdentifier": "t_int8", + "typeString": "int8" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 12895, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12882, + "src": "34120:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "34106:19:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12903, + "nodeType": "IfStatement", + "src": "34102:96:36", + "trueBody": { + "id": 12902, + "nodeType": "Block", + "src": "34127:71:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "hexValue": "38", + "id": 12898, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "34178:1:36", + "typeDescriptions": { + "typeIdentifier": "t_rational_8_by_1", + "typeString": "int_const 8" + }, + "value": "8" + }, + { + "id": 12899, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12882, + "src": "34181:5:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_rational_8_by_1", + "typeString": "int_const 8" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12897, + "name": "SafeCastOverflowedIntDowncast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11203, + "src": "34148:29:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", + "typeString": "function (uint8,int256) pure returns (error)" + } + }, + "id": 12900, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "34148:39:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12901, + "nodeType": "RevertStatement", + "src": "34141:46:36" + } + ] + } + } + ] + }, + "documentation": { + "id": 12880, + "nodeType": "StructuredDocumentation", + "src": "33681:302:36", + "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": 12905, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt8", + "nameLocation": "33997:6:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12883, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12882, + "mutability": "mutable", + "name": "value", + "nameLocation": "34011:5:36", + "nodeType": "VariableDeclaration", + "scope": 12905, + "src": "34004:12:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12881, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "34004:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "34003:14:36" + }, + "returnParameters": { + "id": 12886, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12885, + "mutability": "mutable", + "name": "downcasted", + "nameLocation": "34046:10:36", + "nodeType": "VariableDeclaration", + "scope": 12905, + "src": "34041:15:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int8", + "typeString": "int8" + }, + "typeName": { + "id": 12884, + "name": "int8", + "nodeType": "ElementaryTypeName", + "src": "34041:4:36", + "typeDescriptions": { + "typeIdentifier": "t_int8", + "typeString": "int8" + } + }, + "visibility": "internal" + } + ], + "src": "34040:17:36" + }, + "scope": 12946, + "src": "33988:216:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12934, + "nodeType": "Block", + "src": "34444:250:36", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 12922, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12913, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12908, + "src": "34557:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "arguments": [ + { + "expression": { + "arguments": [ + { + "id": 12918, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "34578:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int256_$", + "typeString": "type(int256)" + }, + "typeName": { + "id": 12917, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "34578:6:36", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_int256_$", + "typeString": "type(int256)" + } + ], + "id": 12916, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -27, + "src": "34573:4:36", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 12919, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "34573:12:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_int256", + "typeString": "type(int256)" + } + }, + "id": 12920, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "34586:3:36", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "34573:16:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12915, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "34565:7:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + }, + "typeName": { + "id": 12914, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "34565:7:36", + "typeDescriptions": {} + } + }, + "id": 12921, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "34565:25:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "34557:33:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 12928, + "nodeType": "IfStatement", + "src": "34553:105:36", + "trueBody": { + "id": 12927, + "nodeType": "Block", + "src": "34592:66:36", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 12924, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12908, + "src": "34641:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 12923, + "name": "SafeCastOverflowedUintToInt", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11208, + "src": "34613:27:36", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$_t_error_$", + "typeString": "function (uint256) pure returns (error)" + } + }, + "id": 12925, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "34613:34:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 12926, + "nodeType": "RevertStatement", + "src": "34606:41:36" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 12931, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12908, + "src": "34681:5:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 12930, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "34674:6:36", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int256_$", + "typeString": "type(int256)" + }, + "typeName": { + "id": 12929, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "34674:6:36", + "typeDescriptions": {} + } + }, + "id": 12932, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "34674:13:36", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "functionReturnParameters": 12912, + "id": 12933, + "nodeType": "Return", + "src": "34667:20:36" + } + ] + }, + "documentation": { + "id": 12906, + "nodeType": "StructuredDocumentation", + "src": "34210:165:36", + "text": " @dev Converts an unsigned uint256 into a signed int256.\n Requirements:\n - input must be less than or equal to maxInt256." + }, + "id": 12935, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toInt256", + "nameLocation": "34389:8:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12909, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12908, + "mutability": "mutable", + "name": "value", + "nameLocation": "34406:5:36", + "nodeType": "VariableDeclaration", + "scope": 12935, + "src": "34398:13:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 12907, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "34398:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "34397:15:36" + }, + "returnParameters": { + "id": 12912, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12911, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 12935, + "src": "34436:6:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12910, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "34436:6:36", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "34435:8:36" + }, + "scope": 12946, + "src": "34380:314:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12944, + "nodeType": "Block", + "src": "34853:87:36", + "statements": [ + { + "AST": { + "nativeSrc": "34888:46:36", + "nodeType": "YulBlock", + "src": "34888:46:36", + "statements": [ + { + "nativeSrc": "34902:22:36", + "nodeType": "YulAssignment", + "src": "34902:22:36", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "b", + "nativeSrc": "34921:1:36", + "nodeType": "YulIdentifier", + "src": "34921:1:36" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "34914:6:36", + "nodeType": "YulIdentifier", + "src": "34914:6:36" + }, + "nativeSrc": "34914:9:36", + "nodeType": "YulFunctionCall", + "src": "34914:9:36" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "34907:6:36", + "nodeType": "YulIdentifier", + "src": "34907:6:36" + }, + "nativeSrc": "34907:17:36", + "nodeType": "YulFunctionCall", + "src": "34907:17:36" + }, + "variableNames": [ + { + "name": "u", + "nativeSrc": "34902:1:36", + "nodeType": "YulIdentifier", + "src": "34902:1:36" + } + ] + } + ] + }, + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 12938, + "isOffset": false, + "isSlot": false, + "src": "34921:1:36", + "valueSize": 1 + }, + { + "declaration": 12941, + "isOffset": false, + "isSlot": false, + "src": "34902:1:36", + "valueSize": 1 + } + ], + "flags": [ + "memory-safe" + ], + "id": 12943, + "nodeType": "InlineAssembly", + "src": "34863:71:36" + } + ] + }, + "documentation": { + "id": 12936, + "nodeType": "StructuredDocumentation", + "src": "34700:90:36", + "text": " @dev Cast a boolean (false or true) to a uint256 (0 or 1) with no jump." + }, + "id": 12945, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toUint", + "nameLocation": "34804:6:36", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12939, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12938, + "mutability": "mutable", + "name": "b", + "nameLocation": "34816:1:36", + "nodeType": "VariableDeclaration", + "scope": 12945, + "src": "34811:6:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 12937, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "34811:4:36", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "34810:8:36" + }, + "returnParameters": { + "id": 12942, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12941, + "mutability": "mutable", + "name": "u", + "nameLocation": "34850:1:36", + "nodeType": "VariableDeclaration", + "scope": 12945, + "src": "34842:9:36", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 12940, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "34842:7:36", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "34841:11:36" + }, + "scope": 12946, + "src": "34795:145:36", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 12947, + "src": "769:34173:36", + "usedErrors": [ + 11191, + 11196, + 11203, + 11208 + ], + "usedEvents": [] + } + ], + "src": "192:34751:36" + }, + "id": 36 + }, + "@openzeppelin/contracts/utils/math/SignedMath.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/math/SignedMath.sol", + "exportedSymbols": { + "SafeCast": [ + 12946 + ], + "SignedMath": [ + 13090 + ] + }, + "id": 13091, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 12948, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "109:24:37" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/math/SafeCast.sol", + "file": "./SafeCast.sol", + "id": 12950, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 13091, + "sourceUnit": 12947, + "src": "135:40:37", + "symbolAliases": [ + { + "foreign": { + "id": 12949, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "143:8:37", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "SignedMath", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 12951, + "nodeType": "StructuredDocumentation", + "src": "177:80:37", + "text": " @dev Standard signed math utilities missing in the Solidity language." + }, + "fullyImplemented": true, + "id": 13090, + "linearizedBaseContracts": [ + 13090 + ], + "name": "SignedMath", + "nameLocation": "266:10:37", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 12980, + "nodeType": "Block", + "src": "746:215:37", + "statements": [ + { + "id": 12979, + "nodeType": "UncheckedBlock", + "src": "756:199:37", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12977, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12963, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12958, + "src": "894:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "^", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12975, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12966, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12964, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12956, + "src": "900:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "^", + "rightExpression": { + "id": 12965, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12958, + "src": "904:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "900:5:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "id": 12967, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "899:7:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "arguments": [ + { + "arguments": [ + { + "id": 12972, + "name": "condition", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12954, + "src": "932:9:37", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "expression": { + "id": 12970, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "916:8:37", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 12971, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "925:6:37", + "memberName": "toUint", + "nodeType": "MemberAccess", + "referencedDeclaration": 12945, + "src": "916:15:37", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$returns$_t_uint256_$", + "typeString": "function (bool) pure returns (uint256)" + } + }, + "id": 12973, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "916:26:37", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 12969, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "909:6:37", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int256_$", + "typeString": "type(int256)" + }, + "typeName": { + "id": 12968, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "909:6:37", + "typeDescriptions": {} + } + }, + "id": 12974, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "909:34:37", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "899:44:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "id": 12976, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "898:46:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "894:50:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "functionReturnParameters": 12962, + "id": 12978, + "nodeType": "Return", + "src": "887:57:37" + } + ] + } + ] + }, + "documentation": { + "id": 12952, + "nodeType": "StructuredDocumentation", + "src": "283:374:37", + "text": " @dev Branchless ternary evaluation for `a ? b : c`. Gas costs are constant.\n IMPORTANT: This function may reduce bytecode size and consume less gas when used standalone.\n However, the compiler may optimize Solidity ternary operations (i.e. `a ? b : c`) to only compute\n one branch when needed, making this function more expensive." + }, + "id": 12981, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "ternary", + "nameLocation": "671:7:37", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12959, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12954, + "mutability": "mutable", + "name": "condition", + "nameLocation": "684:9:37", + "nodeType": "VariableDeclaration", + "scope": 12981, + "src": "679:14:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 12953, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "679:4:37", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 12956, + "mutability": "mutable", + "name": "a", + "nameLocation": "702:1:37", + "nodeType": "VariableDeclaration", + "scope": 12981, + "src": "695:8:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12955, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "695:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 12958, + "mutability": "mutable", + "name": "b", + "nameLocation": "712:1:37", + "nodeType": "VariableDeclaration", + "scope": 12981, + "src": "705:8:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12957, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "705:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "678:36:37" + }, + "returnParameters": { + "id": 12962, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12961, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 12981, + "src": "738:6:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12960, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "738:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "737:8:37" + }, + "scope": 13090, + "src": "662:299:37", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 12999, + "nodeType": "Block", + "src": "1102:44:37", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 12994, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 12992, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12984, + "src": "1127:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "id": 12993, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12986, + "src": "1131:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "1127:5:37", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 12995, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12984, + "src": "1134:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + { + "id": 12996, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12986, + "src": "1137:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 12991, + "name": "ternary", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12981, + "src": "1119:7:37", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$_t_int256_$_t_int256_$returns$_t_int256_$", + "typeString": "function (bool,int256,int256) pure returns (int256)" + } + }, + "id": 12997, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1119:20:37", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "functionReturnParameters": 12990, + "id": 12998, + "nodeType": "Return", + "src": "1112:27:37" + } + ] + }, + "documentation": { + "id": 12982, + "nodeType": "StructuredDocumentation", + "src": "967:66:37", + "text": " @dev Returns the largest of two signed numbers." + }, + "id": 13000, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "max", + "nameLocation": "1047:3:37", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 12987, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12984, + "mutability": "mutable", + "name": "a", + "nameLocation": "1058:1:37", + "nodeType": "VariableDeclaration", + "scope": 13000, + "src": "1051:8:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12983, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1051:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 12986, + "mutability": "mutable", + "name": "b", + "nameLocation": "1068:1:37", + "nodeType": "VariableDeclaration", + "scope": 13000, + "src": "1061:8:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12985, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1061:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "1050:20:37" + }, + "returnParameters": { + "id": 12990, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 12989, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13000, + "src": "1094:6:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 12988, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1094:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "1093:8:37" + }, + "scope": 13090, + "src": "1038:108:37", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 13018, + "nodeType": "Block", + "src": "1288:44:37", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 13013, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13011, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13003, + "src": "1313:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 13012, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13005, + "src": "1317:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "1313:5:37", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 13014, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13003, + "src": "1320:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + { + "id": 13015, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13005, + "src": "1323:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 13010, + "name": "ternary", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12981, + "src": "1305:7:37", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bool_$_t_int256_$_t_int256_$returns$_t_int256_$", + "typeString": "function (bool,int256,int256) pure returns (int256)" + } + }, + "id": 13016, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1305:20:37", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "functionReturnParameters": 13009, + "id": 13017, + "nodeType": "Return", + "src": "1298:27:37" + } + ] + }, + "documentation": { + "id": 13001, + "nodeType": "StructuredDocumentation", + "src": "1152:67:37", + "text": " @dev Returns the smallest of two signed numbers." + }, + "id": 13019, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "min", + "nameLocation": "1233:3:37", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13006, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13003, + "mutability": "mutable", + "name": "a", + "nameLocation": "1244:1:37", + "nodeType": "VariableDeclaration", + "scope": 13019, + "src": "1237:8:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 13002, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1237:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13005, + "mutability": "mutable", + "name": "b", + "nameLocation": "1254:1:37", + "nodeType": "VariableDeclaration", + "scope": 13019, + "src": "1247:8:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 13004, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1247:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "1236:20:37" + }, + "returnParameters": { + "id": 13009, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13008, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13019, + "src": "1280:6:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 13007, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1280:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "1279:8:37" + }, + "scope": 13090, + "src": "1224:108:37", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 13062, + "nodeType": "Block", + "src": "1537:162:37", + "statements": [ + { + "assignments": [ + 13030 + ], + "declarations": [ + { + "constant": false, + "id": 13030, + "mutability": "mutable", + "name": "x", + "nameLocation": "1606:1:37", + "nodeType": "VariableDeclaration", + "scope": 13062, + "src": "1599:8:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 13029, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1599:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "id": 13043, + "initialValue": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 13042, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 13033, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13031, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13022, + "src": "1611:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "&", + "rightExpression": { + "id": 13032, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13024, + "src": "1615:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "1611:5:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "id": 13034, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "1610:7:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 13040, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 13037, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13035, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13022, + "src": "1622:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "^", + "rightExpression": { + "id": 13036, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13024, + "src": "1626:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "1622:5:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "id": 13038, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "1621:7:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">>", + "rightExpression": { + "hexValue": "31", + "id": 13039, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1632:1:37", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "1621:12:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "id": 13041, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "1620:14:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "1610:24:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1599:35:37" + }, + { + "expression": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 13060, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13044, + "name": "x", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13030, + "src": "1651:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 13058, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 13052, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 13049, + "name": "x", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13030, + "src": "1671:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 13048, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "1663:7:37", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + }, + "typeName": { + "id": 13047, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1663:7:37", + "typeDescriptions": {} + } + }, + "id": 13050, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1663:10:37", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">>", + "rightExpression": { + "hexValue": "323535", + "id": 13051, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1677:3:37", + "typeDescriptions": { + "typeIdentifier": "t_rational_255_by_1", + "typeString": "int_const 255" + }, + "value": "255" + }, + "src": "1663:17:37", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 13046, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "1656:6:37", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_int256_$", + "typeString": "type(int256)" + }, + "typeName": { + "id": 13045, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1656:6:37", + "typeDescriptions": {} + } + }, + "id": 13053, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1656:25:37", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "&", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 13056, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13054, + "name": "a", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13022, + "src": "1685:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "^", + "rightExpression": { + "id": 13055, + "name": "b", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13024, + "src": "1689:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "1685:5:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "id": 13057, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "1684:7:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "1656:35:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "id": 13059, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "1655:37:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "1651:41:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "functionReturnParameters": 13028, + "id": 13061, + "nodeType": "Return", + "src": "1644:48:37" + } + ] + }, + "documentation": { + "id": 13020, + "nodeType": "StructuredDocumentation", + "src": "1338:126:37", + "text": " @dev Returns the average of two signed numbers without overflow.\n The result is rounded towards zero." + }, + "id": 13063, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "average", + "nameLocation": "1478:7:37", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13025, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13022, + "mutability": "mutable", + "name": "a", + "nameLocation": "1493:1:37", + "nodeType": "VariableDeclaration", + "scope": 13063, + "src": "1486:8:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 13021, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1486:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13024, + "mutability": "mutable", + "name": "b", + "nameLocation": "1503:1:37", + "nodeType": "VariableDeclaration", + "scope": 13063, + "src": "1496:8:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 13023, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1496:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "1485:20:37" + }, + "returnParameters": { + "id": 13028, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13027, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13063, + "src": "1529:6:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 13026, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1529:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "1528:8:37" + }, + "scope": 13090, + "src": "1469:230:37", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 13088, + "nodeType": "Block", + "src": "1843:767:37", + "statements": [ + { + "id": 13087, + "nodeType": "UncheckedBlock", + "src": "1853:751:37", + "statements": [ + { + "assignments": [ + 13072 + ], + "declarations": [ + { + "constant": false, + "id": 13072, + "mutability": "mutable", + "name": "mask", + "nameLocation": "2424:4:37", + "nodeType": "VariableDeclaration", + "scope": 13087, + "src": "2417:11:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 13071, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "2417:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "id": 13076, + "initialValue": { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 13075, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13073, + "name": "n", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13066, + "src": "2431:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">>", + "rightExpression": { + "hexValue": "323535", + "id": 13074, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2436:3:37", + "typeDescriptions": { + "typeIdentifier": "t_rational_255_by_1", + "typeString": "int_const 255" + }, + "value": "255" + }, + "src": "2431:8:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2417:22:37" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 13084, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "id": 13081, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13079, + "name": "n", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13066, + "src": "2576:1:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "id": 13080, + "name": "mask", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13072, + "src": "2580:4:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "2576:8:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "id": 13082, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "2575:10:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "nodeType": "BinaryOperation", + "operator": "^", + "rightExpression": { + "id": 13083, + "name": "mask", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13072, + "src": "2588:4:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "src": "2575:17:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + ], + "id": 13078, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2567:7:37", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + }, + "typeName": { + "id": 13077, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2567:7:37", + "typeDescriptions": {} + } + }, + "id": 13085, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2567:26:37", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 13070, + "id": 13086, + "nodeType": "Return", + "src": "2560:33:37" + } + ] + } + ] + }, + "documentation": { + "id": 13064, + "nodeType": "StructuredDocumentation", + "src": "1705:78:37", + "text": " @dev Returns the absolute unsigned value of a signed value." + }, + "id": 13089, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "abs", + "nameLocation": "1797:3:37", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13067, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13066, + "mutability": "mutable", + "name": "n", + "nameLocation": "1808:1:37", + "nodeType": "VariableDeclaration", + "scope": 13089, + "src": "1801:8:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + }, + "typeName": { + "id": 13065, + "name": "int256", + "nodeType": "ElementaryTypeName", + "src": "1801:6:37", + "typeDescriptions": { + "typeIdentifier": "t_int256", + "typeString": "int256" + } + }, + "visibility": "internal" + } + ], + "src": "1800:10:37" + }, + "returnParameters": { + "id": 13070, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13069, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13089, + "src": "1834:7:37", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13068, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1834:7:37", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1833:9:37" + }, + "scope": 13090, + "src": "1788:822:37", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 13091, + "src": "258:2354:37", + "usedErrors": [], + "usedEvents": [] + } + ], + "src": "109:2504:37" + }, + "id": 37 + }, + "@openzeppelin/contracts/utils/types/Time.sol": { + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/types/Time.sol", + "exportedSymbols": { + "Math": [ + 11181 + ], + "SafeCast": [ + 12946 + ], + "Time": [ + 13364 + ] + }, + "id": 13365, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 13092, + "literals": [ + "solidity", + "^", + "0.8", + ".20" + ], + "nodeType": "PragmaDirective", + "src": "104:24:38" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/math/Math.sol", + "file": "../math/Math.sol", + "id": 13094, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 13365, + "sourceUnit": 11182, + "src": "130:38:38", + "symbolAliases": [ + { + "foreign": { + "id": 13093, + "name": "Math", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11181, + "src": "138:4:38", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/math/SafeCast.sol", + "file": "../math/SafeCast.sol", + "id": 13096, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 13365, + "sourceUnit": 12947, + "src": "169:46:38", + "symbolAliases": [ + { + "foreign": { + "id": 13095, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "177:8:38", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "Time", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 13097, + "nodeType": "StructuredDocumentation", + "src": "217:422:38", + "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": 13364, + "linearizedBaseContracts": [ + 13364 + ], + "name": "Time", + "nameLocation": "648:4:38", + "nodeType": "ContractDefinition", + "nodes": [ + { + "global": false, + "id": 13099, + "libraryName": { + "id": 13098, + "name": "Time", + "nameLocations": [ + "665:4:38" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13364, + "src": "665:4:38" + }, + "nodeType": "UsingForDirective", + "src": "659:17:38" + }, + { + "body": { + "id": 13111, + "nodeType": "Block", + "src": "802:58:38", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "id": 13107, + "name": "block", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -4, + "src": "837:5:38", + "typeDescriptions": { + "typeIdentifier": "t_magic_block", + "typeString": "block" + } + }, + "id": 13108, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "843:9:38", + "memberName": "timestamp", + "nodeType": "MemberAccess", + "src": "837:15:38", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 13105, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "819:8:38", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 13106, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "828:8:38", + "memberName": "toUint48", + "nodeType": "MemberAccess", + "referencedDeclaration": 11936, + "src": "819:17:38", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint48_$", + "typeString": "function (uint256) pure returns (uint48)" + } + }, + "id": 13109, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "819:34:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "functionReturnParameters": 13104, + "id": 13110, + "nodeType": "Return", + "src": "812:41:38" + } + ] + }, + "documentation": { + "id": 13100, + "nodeType": "StructuredDocumentation", + "src": "682:63:38", + "text": " @dev Get the block timestamp as a Timepoint." + }, + "id": 13112, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "timestamp", + "nameLocation": "759:9:38", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13101, + "nodeType": "ParameterList", + "parameters": [], + "src": "768:2:38" + }, + "returnParameters": { + "id": 13104, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13103, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13112, + "src": "794:6:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 13102, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "794:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "793:8:38" + }, + "scope": 13364, + "src": "750:110:38", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 13124, + "nodeType": "Block", + "src": "985:55:38", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "id": 13120, + "name": "block", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -4, + "src": "1020:5:38", + "typeDescriptions": { + "typeIdentifier": "t_magic_block", + "typeString": "block" + } + }, + "id": 13121, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1026:6:38", + "memberName": "number", + "nodeType": "MemberAccess", + "src": "1020:12:38", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 13118, + "name": "SafeCast", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 12946, + "src": "1002:8:38", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SafeCast_$12946_$", + "typeString": "type(library SafeCast)" + } + }, + "id": 13119, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1011:8:38", + "memberName": "toUint48", + "nodeType": "MemberAccess", + "referencedDeclaration": 11936, + "src": "1002:17:38", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint48_$", + "typeString": "function (uint256) pure returns (uint48)" + } + }, + "id": 13122, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1002:31:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "functionReturnParameters": 13117, + "id": 13123, + "nodeType": "Return", + "src": "995:38:38" + } + ] + }, + "documentation": { + "id": 13113, + "nodeType": "StructuredDocumentation", + "src": "866:60:38", + "text": " @dev Get the block number as a Timepoint." + }, + "id": 13125, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "blockNumber", + "nameLocation": "940:11:38", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13114, + "nodeType": "ParameterList", + "parameters": [], + "src": "951:2:38" + }, + "returnParameters": { + "id": 13117, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13116, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13125, + "src": "977:6:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 13115, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "977:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "976:8:38" + }, + "scope": 13364, + "src": "931:109:38", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "canonicalName": "Time.Delay", + "id": 13127, + "name": "Delay", + "nameLocation": "2377:5:38", + "nodeType": "UserDefinedValueTypeDefinition", + "src": "2372:22:38", + "underlyingType": { + "id": 13126, + "name": "uint112", + "nodeType": "ElementaryTypeName", + "src": "2386:7:38", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + } + }, + { + "body": { + "id": 13141, + "nodeType": "Block", + "src": "2572:44:38", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 13138, + "name": "duration", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13130, + "src": "2600:8:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + ], + "expression": { + "id": 13136, + "name": "Delay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13127, + "src": "2589:5:38", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "type(Time.Delay)" + } + }, + "id": 13137, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2595:4:38", + "memberName": "wrap", + "nodeType": "MemberAccess", + "src": "2589:10:38", + "typeDescriptions": { + "typeIdentifier": "t_function_wrap_pure$_t_uint112_$returns$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "function (uint112) pure returns (Time.Delay)" + } + }, + "id": 13139, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2589:20:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "functionReturnParameters": 13135, + "id": 13140, + "nodeType": "Return", + "src": "2582:27:38" + } + ] + }, + "documentation": { + "id": 13128, + "nodeType": "StructuredDocumentation", + "src": "2400:103:38", + "text": " @dev Wrap a duration into a Delay to add the one-step \"update in the future\" feature" + }, + "id": 13142, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "toDelay", + "nameLocation": "2517:7:38", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13131, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13130, + "mutability": "mutable", + "name": "duration", + "nameLocation": "2532:8:38", + "nodeType": "VariableDeclaration", + "scope": 13142, + "src": "2525:15:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13129, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "2525:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "2524:17:38" + }, + "returnParameters": { + "id": 13135, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13134, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13142, + "src": "2565:5:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + }, + "typeName": { + "id": 13133, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13132, + "name": "Delay", + "nameLocations": [ + "2565:5:38" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13127, + "src": "2565:5:38" + }, + "referencedDeclaration": 13127, + "src": "2565:5:38", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "visibility": "internal" + } + ], + "src": "2564:7:38" + }, + "scope": 13364, + "src": "2508:108:38", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 13179, + "nodeType": "Block", + "src": "3016:159:38", + "statements": [ + { + "expression": { + "id": 13164, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "components": [ + { + "id": 13157, + "name": "valueBefore", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13151, + "src": "3027:11:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 13158, + "name": "valueAfter", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13153, + "src": "3040:10:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 13159, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13155, + "src": "3052:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "id": 13160, + "isConstant": false, + "isInlineArray": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "TupleExpression", + "src": "3026:33:38", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", + "typeString": "tuple(uint32,uint32,uint48)" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "id": 13161, + "name": "self", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13146, + "src": "3062:4:38", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "id": 13162, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3067:6:38", + "memberName": "unpack", + "nodeType": "MemberAccess", + "referencedDeclaration": 13325, + "src": "3062:11:38", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Delay_$13127_$returns$_t_uint32_$_t_uint32_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "function (Time.Delay) pure returns (uint32,uint32,uint48)" + } + }, + "id": 13163, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3062:13:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", + "typeString": "tuple(uint32,uint32,uint48)" + } + }, + "src": "3026:49:38", + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 13165, + "nodeType": "ExpressionStatement", + "src": "3026:49:38" + }, + { + "expression": { + "condition": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 13168, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13166, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13155, + "src": "3092:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "<=", + "rightExpression": { + "id": 13167, + "name": "timepoint", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13148, + "src": "3102:9:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "src": "3092:19:38", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseExpression": { + "components": [ + { + "id": 13173, + "name": "valueBefore", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13151, + "src": "3136:11:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 13174, + "name": "valueAfter", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13153, + "src": "3149:10:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 13175, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13155, + "src": "3161:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "id": 13176, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "3135:33:38", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", + "typeString": "tuple(uint32,uint32,uint48)" + } + }, + "id": 13177, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "Conditional", + "src": "3092:76:38", + "trueExpression": { + "components": [ + { + "id": 13169, + "name": "valueAfter", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13153, + "src": "3115:10:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "hexValue": "30", + "id": 13170, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3127:1:38", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + { + "hexValue": "30", + "id": 13171, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3130:1:38", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + } + ], + "id": 13172, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "3114:18:38", + "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": 13156, + "id": 13178, + "nodeType": "Return", + "src": "3085:83:38" + } + ] + }, + "documentation": { + "id": 13143, + "nodeType": "StructuredDocumentation", + "src": "2622:241:38", + "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": 13180, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_getFullAt", + "nameLocation": "2877:10:38", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13149, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13146, + "mutability": "mutable", + "name": "self", + "nameLocation": "2903:4:38", + "nodeType": "VariableDeclaration", + "scope": 13180, + "src": "2897:10:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + }, + "typeName": { + "id": 13145, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13144, + "name": "Delay", + "nameLocations": [ + "2897:5:38" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13127, + "src": "2897:5:38" + }, + "referencedDeclaration": 13127, + "src": "2897:5:38", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13148, + "mutability": "mutable", + "name": "timepoint", + "nameLocation": "2924:9:38", + "nodeType": "VariableDeclaration", + "scope": 13180, + "src": "2917:16:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 13147, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "2917:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "2887:52:38" + }, + "returnParameters": { + "id": 13156, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13151, + "mutability": "mutable", + "name": "valueBefore", + "nameLocation": "2969:11:38", + "nodeType": "VariableDeclaration", + "scope": 13180, + "src": "2962:18:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13150, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "2962:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13153, + "mutability": "mutable", + "name": "valueAfter", + "nameLocation": "2989:10:38", + "nodeType": "VariableDeclaration", + "scope": 13180, + "src": "2982:17:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13152, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "2982:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13155, + "mutability": "mutable", + "name": "effect", + "nameLocation": "3008:6:38", + "nodeType": "VariableDeclaration", + "scope": 13180, + "src": "3001:13:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 13154, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "3001:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "2961:54:38" + }, + "scope": 13364, + "src": "2868:307:38", + "stateMutability": "pure", + "virtual": false, + "visibility": "private" + }, + { + "body": { + "id": 13199, + "nodeType": "Block", + "src": "3499:53:38", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 13194, + "name": "self", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13184, + "src": "3527:4:38", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 13195, + "name": "timestamp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13112, + "src": "3533:9:38", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", + "typeString": "function () view returns (uint48)" + } + }, + "id": 13196, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3533:11:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + }, + { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + ], + "id": 13193, + "name": "_getFullAt", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13180, + "src": "3516:10:38", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Delay_$13127_$_t_uint48_$returns$_t_uint32_$_t_uint32_$_t_uint48_$", + "typeString": "function (Time.Delay,uint48) pure returns (uint32,uint32,uint48)" + } + }, + "id": 13197, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3516:29:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", + "typeString": "tuple(uint32,uint32,uint48)" + } + }, + "functionReturnParameters": 13192, + "id": 13198, + "nodeType": "Return", + "src": "3509:36:38" + } + ] + }, + "documentation": { + "id": 13181, + "nodeType": "StructuredDocumentation", + "src": "3181:207:38", + "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": 13200, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getFull", + "nameLocation": "3402:7:38", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13185, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13184, + "mutability": "mutable", + "name": "self", + "nameLocation": "3416:4:38", + "nodeType": "VariableDeclaration", + "scope": 13200, + "src": "3410:10:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + }, + "typeName": { + "id": 13183, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13182, + "name": "Delay", + "nameLocations": [ + "3410:5:38" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13127, + "src": "3410:5:38" + }, + "referencedDeclaration": 13127, + "src": "3410:5:38", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "visibility": "internal" + } + ], + "src": "3409:12:38" + }, + "returnParameters": { + "id": 13192, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13187, + "mutability": "mutable", + "name": "valueBefore", + "nameLocation": "3452:11:38", + "nodeType": "VariableDeclaration", + "scope": 13200, + "src": "3445:18:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13186, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "3445:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13189, + "mutability": "mutable", + "name": "valueAfter", + "nameLocation": "3472:10:38", + "nodeType": "VariableDeclaration", + "scope": 13200, + "src": "3465:17:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13188, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "3465:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13191, + "mutability": "mutable", + "name": "effect", + "nameLocation": "3491:6:38", + "nodeType": "VariableDeclaration", + "scope": 13200, + "src": "3484:13:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 13190, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "3484:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "3444:54:38" + }, + "scope": 13364, + "src": "3393:159:38", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 13217, + "nodeType": "Block", + "src": "3665:74:38", + "statements": [ + { + "assignments": [ + 13210, + null, + null + ], + "declarations": [ + { + "constant": false, + "id": 13210, + "mutability": "mutable", + "name": "delay", + "nameLocation": "3683:5:38", + "nodeType": "VariableDeclaration", + "scope": 13217, + "src": "3676:12:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13209, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "3676:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + null, + null + ], + "id": 13214, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "id": 13211, + "name": "self", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13204, + "src": "3696:4:38", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "id": 13212, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3701:7:38", + "memberName": "getFull", + "nodeType": "MemberAccess", + "referencedDeclaration": 13200, + "src": "3696:12:38", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$13127_$returns$_t_uint32_$_t_uint32_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "function (Time.Delay) view returns (uint32,uint32,uint48)" + } + }, + "id": 13213, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3696:14:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", + "typeString": "tuple(uint32,uint32,uint48)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "3675:35:38" + }, + { + "expression": { + "id": 13215, + "name": "delay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13210, + "src": "3727:5:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "functionReturnParameters": 13208, + "id": 13216, + "nodeType": "Return", + "src": "3720:12:38" + } + ] + }, + "documentation": { + "id": 13201, + "nodeType": "StructuredDocumentation", + "src": "3558:46:38", + "text": " @dev Get the current value." + }, + "id": 13218, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "get", + "nameLocation": "3618:3:38", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13205, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13204, + "mutability": "mutable", + "name": "self", + "nameLocation": "3628:4:38", + "nodeType": "VariableDeclaration", + "scope": 13218, + "src": "3622:10:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + }, + "typeName": { + "id": 13203, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13202, + "name": "Delay", + "nameLocations": [ + "3622:5:38" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13127, + "src": "3622:5:38" + }, + "referencedDeclaration": 13127, + "src": "3622:5:38", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "visibility": "internal" + } + ], + "src": "3621:12:38" + }, + "returnParameters": { + "id": 13208, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13207, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13218, + "src": "3657:6:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13206, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "3657:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "3656:8:38" + }, + "scope": 13364, + "src": "3609:130:38", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 13273, + "nodeType": "Block", + "src": "4189:234:38", + "statements": [ + { + "assignments": [ + 13235 + ], + "declarations": [ + { + "constant": false, + "id": 13235, + "mutability": "mutable", + "name": "value", + "nameLocation": "4206:5:38", + "nodeType": "VariableDeclaration", + "scope": 13273, + "src": "4199:12:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13234, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "4199:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "id": 13239, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "id": 13236, + "name": "self", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13222, + "src": "4214:4:38", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "id": 13237, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4219:3:38", + "memberName": "get", + "nodeType": "MemberAccess", + "referencedDeclaration": 13218, + "src": "4214:8:38", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$13127_$returns$_t_uint32_$attached_to$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "function (Time.Delay) view returns (uint32)" + } + }, + "id": 13238, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4214:10:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4199:25:38" + }, + { + "assignments": [ + 13241 + ], + "declarations": [ + { + "constant": false, + "id": 13241, + "mutability": "mutable", + "name": "setback", + "nameLocation": "4241:7:38", + "nodeType": "VariableDeclaration", + "scope": 13273, + "src": "4234:14:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13240, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "4234:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "id": 13257, + "initialValue": { + "arguments": [ + { + "arguments": [ + { + "id": 13246, + "name": "minSetback", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13226, + "src": "4267:10:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "id": 13249, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13247, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13235, + "src": "4279:5:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "id": 13248, + "name": "newValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13224, + "src": "4287:8:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "src": "4279:16:38", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseExpression": { + "hexValue": "30", + "id": 13253, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4317:1:38", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "id": 13254, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "Conditional", + "src": "4279:39:38", + "trueExpression": { + "commonType": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "id": 13252, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13250, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13235, + "src": "4298:5:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 13251, + "name": "newValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13224, + "src": "4306:8:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "src": "4298:16:38", + "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": 13244, + "name": "Math", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 11181, + "src": "4258:4:38", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_Math_$11181_$", + "typeString": "type(library Math)" + } + }, + "id": 13245, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4263:3:38", + "memberName": "max", + "nodeType": "MemberAccess", + "referencedDeclaration": 9791, + "src": "4258:8:38", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$", + "typeString": "function (uint256,uint256) pure returns (uint256)" + } + }, + "id": 13255, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4258:61:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 13243, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4251:6:38", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint32_$", + "typeString": "type(uint32)" + }, + "typeName": { + "id": 13242, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "4251:6:38", + "typeDescriptions": {} + } + }, + "id": 13256, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4251:69:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4234:86:38" + }, + { + "expression": { + "id": 13263, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 13258, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13232, + "src": "4330:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "id": 13262, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 13259, + "name": "timestamp", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13112, + "src": "4339:9:38", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", + "typeString": "function () view returns (uint48)" + } + }, + "id": 13260, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4339:11:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "id": 13261, + "name": "setback", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13241, + "src": "4353:7:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "src": "4339:21:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "src": "4330:30:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "id": 13264, + "nodeType": "ExpressionStatement", + "src": "4330:30:38" + }, + { + "expression": { + "components": [ + { + "arguments": [ + { + "id": 13266, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13235, + "src": "4383:5:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 13267, + "name": "newValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13224, + "src": "4390:8:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 13268, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13232, + "src": "4400:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + ], + "id": 13265, + "name": "pack", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13363, + "src": "4378:4:38", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_uint32_$_t_uint32_$_t_uint48_$returns$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "function (uint32,uint32,uint48) pure returns (Time.Delay)" + } + }, + "id": 13269, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4378:29:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + { + "id": 13270, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13232, + "src": "4409:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "id": 13271, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "4377:39:38", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$13127_$_t_uint48_$", + "typeString": "tuple(Time.Delay,uint48)" + } + }, + "functionReturnParameters": 13233, + "id": 13272, + "nodeType": "Return", + "src": "4370:46:38" + } + ] + }, + "documentation": { + "id": 13219, + "nodeType": "StructuredDocumentation", + "src": "3745:283:38", + "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": 13274, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "withUpdate", + "nameLocation": "4042:10:38", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13227, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13222, + "mutability": "mutable", + "name": "self", + "nameLocation": "4068:4:38", + "nodeType": "VariableDeclaration", + "scope": 13274, + "src": "4062:10:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + }, + "typeName": { + "id": 13221, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13220, + "name": "Delay", + "nameLocations": [ + "4062:5:38" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13127, + "src": "4062:5:38" + }, + "referencedDeclaration": 13127, + "src": "4062:5:38", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13224, + "mutability": "mutable", + "name": "newValue", + "nameLocation": "4089:8:38", + "nodeType": "VariableDeclaration", + "scope": 13274, + "src": "4082:15:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13223, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "4082:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13226, + "mutability": "mutable", + "name": "minSetback", + "nameLocation": "4114:10:38", + "nodeType": "VariableDeclaration", + "scope": 13274, + "src": "4107:17:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13225, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "4107:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + } + ], + "src": "4052:78:38" + }, + "returnParameters": { + "id": 13233, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13230, + "mutability": "mutable", + "name": "updatedDelay", + "nameLocation": "4160:12:38", + "nodeType": "VariableDeclaration", + "scope": 13274, + "src": "4154:18:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + }, + "typeName": { + "id": 13229, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13228, + "name": "Delay", + "nameLocations": [ + "4154:5:38" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13127, + "src": "4154:5:38" + }, + "referencedDeclaration": 13127, + "src": "4154:5:38", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13232, + "mutability": "mutable", + "name": "effect", + "nameLocation": "4181:6:38", + "nodeType": "VariableDeclaration", + "scope": 13274, + "src": "4174:13:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 13231, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "4174:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "4153:35:38" + }, + "scope": 13364, + "src": "4033:390:38", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 13324, + "nodeType": "Block", + "src": "4656:212:38", + "statements": [ + { + "assignments": [ + 13288 + ], + "declarations": [ + { + "constant": false, + "id": 13288, + "mutability": "mutable", + "name": "raw", + "nameLocation": "4674:3:38", + "nodeType": "VariableDeclaration", + "scope": 13324, + "src": "4666:11:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + }, + "typeName": { + "id": 13287, + "name": "uint112", + "nodeType": "ElementaryTypeName", + "src": "4666:7:38", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + }, + "visibility": "internal" + } + ], + "id": 13293, + "initialValue": { + "arguments": [ + { + "id": 13291, + "name": "self", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13278, + "src": "4693:4:38", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + ], + "expression": { + "id": 13289, + "name": "Delay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13127, + "src": "4680:5:38", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "type(Time.Delay)" + } + }, + "id": 13290, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "4686:6:38", + "memberName": "unwrap", + "nodeType": "MemberAccess", + "src": "4680:12:38", + "typeDescriptions": { + "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_Delay_$13127_$returns$_t_uint112_$", + "typeString": "function (Time.Delay) pure returns (uint112)" + } + }, + "id": 13292, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4680:18:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4666:32:38" + }, + { + "expression": { + "id": 13299, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 13294, + "name": "valueAfter", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13283, + "src": "4709:10:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 13297, + "name": "raw", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13288, + "src": "4729:3:38", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + ], + "id": 13296, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4722:6:38", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint32_$", + "typeString": "type(uint32)" + }, + "typeName": { + "id": 13295, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "4722:6:38", + "typeDescriptions": {} + } + }, + "id": 13298, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4722:11:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "src": "4709:24:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "id": 13300, + "nodeType": "ExpressionStatement", + "src": "4709:24:38" + }, + { + "expression": { + "id": 13308, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 13301, + "name": "valueBefore", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13281, + "src": "4743:11:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + }, + "id": 13306, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13304, + "name": "raw", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13288, + "src": "4764:3:38", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + }, + "nodeType": "BinaryOperation", + "operator": ">>", + "rightExpression": { + "hexValue": "3332", + "id": 13305, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4771:2:38", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + "src": "4764:9:38", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + ], + "id": 13303, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4757:6:38", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint32_$", + "typeString": "type(uint32)" + }, + "typeName": { + "id": 13302, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "4757:6:38", + "typeDescriptions": {} + } + }, + "id": 13307, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4757:17:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "src": "4743:31:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "id": 13309, + "nodeType": "ExpressionStatement", + "src": "4743:31:38" + }, + { + "expression": { + "id": 13317, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 13310, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13285, + "src": "4784:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + }, + "id": 13315, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13313, + "name": "raw", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13288, + "src": "4800:3:38", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + }, + "nodeType": "BinaryOperation", + "operator": ">>", + "rightExpression": { + "hexValue": "3634", + "id": 13314, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4807:2:38", + "typeDescriptions": { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + "value": "64" + }, + "src": "4800:9:38", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + ], + "id": 13312, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4793:6:38", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint48_$", + "typeString": "type(uint48)" + }, + "typeName": { + "id": 13311, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "4793:6:38", + "typeDescriptions": {} + } + }, + "id": 13316, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4793:17:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "src": "4784:26:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "id": 13318, + "nodeType": "ExpressionStatement", + "src": "4784:26:38" + }, + { + "expression": { + "components": [ + { + "id": 13319, + "name": "valueBefore", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13281, + "src": "4829:11:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 13320, + "name": "valueAfter", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13283, + "src": "4842:10:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + { + "id": 13321, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13285, + "src": "4854:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "id": 13322, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "4828:33:38", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", + "typeString": "tuple(uint32,uint32,uint48)" + } + }, + "functionReturnParameters": 13286, + "id": 13323, + "nodeType": "Return", + "src": "4821:40:38" + } + ] + }, + "documentation": { + "id": 13275, + "nodeType": "StructuredDocumentation", + "src": "4429:117:38", + "text": " @dev Split a delay into its components: valueBefore, valueAfter and effect (transition timepoint)." + }, + "id": 13325, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "unpack", + "nameLocation": "4560:6:38", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13279, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13278, + "mutability": "mutable", + "name": "self", + "nameLocation": "4573:4:38", + "nodeType": "VariableDeclaration", + "scope": 13325, + "src": "4567:10:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + }, + "typeName": { + "id": 13277, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13276, + "name": "Delay", + "nameLocations": [ + "4567:5:38" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13127, + "src": "4567:5:38" + }, + "referencedDeclaration": 13127, + "src": "4567:5:38", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "visibility": "internal" + } + ], + "src": "4566:12:38" + }, + "returnParameters": { + "id": 13286, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13281, + "mutability": "mutable", + "name": "valueBefore", + "nameLocation": "4609:11:38", + "nodeType": "VariableDeclaration", + "scope": 13325, + "src": "4602:18:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13280, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "4602:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13283, + "mutability": "mutable", + "name": "valueAfter", + "nameLocation": "4629:10:38", + "nodeType": "VariableDeclaration", + "scope": 13325, + "src": "4622:17:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13282, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "4622:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13285, + "mutability": "mutable", + "name": "effect", + "nameLocation": "4648:6:38", + "nodeType": "VariableDeclaration", + "scope": 13325, + "src": "4641:13:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 13284, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "4641:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "4601:54:38" + }, + "scope": 13364, + "src": "4551:317:38", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 13362, + "nodeType": "Block", + "src": "5041:112:38", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + }, + "id": 13359, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + }, + "id": 13354, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + }, + "id": 13345, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 13342, + "name": "effect", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13332, + "src": "5078:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + ], + "id": 13341, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "5070:7:38", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint112_$", + "typeString": "type(uint112)" + }, + "typeName": { + "id": 13340, + "name": "uint112", + "nodeType": "ElementaryTypeName", + "src": "5070:7:38", + "typeDescriptions": {} + } + }, + "id": 13343, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5070:15:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "3634", + "id": 13344, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5089:2:38", + "typeDescriptions": { + "typeIdentifier": "t_rational_64_by_1", + "typeString": "int_const 64" + }, + "value": "64" + }, + "src": "5070:21:38", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + } + ], + "id": 13346, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "5069:23:38", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + }, + "nodeType": "BinaryOperation", + "operator": "|", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + }, + "id": 13352, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 13349, + "name": "valueBefore", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13328, + "src": "5104:11:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + ], + "id": 13348, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "5096:7:38", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint112_$", + "typeString": "type(uint112)" + }, + "typeName": { + "id": 13347, + "name": "uint112", + "nodeType": "ElementaryTypeName", + "src": "5096:7:38", + "typeDescriptions": {} + } + }, + "id": 13350, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5096:20:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + }, + "nodeType": "BinaryOperation", + "operator": "<<", + "rightExpression": { + "hexValue": "3332", + "id": 13351, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5120:2:38", + "typeDescriptions": { + "typeIdentifier": "t_rational_32_by_1", + "typeString": "int_const 32" + }, + "value": "32" + }, + "src": "5096:26:38", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + } + ], + "id": 13353, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "5095:28:38", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + }, + "src": "5069:54:38", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + }, + "nodeType": "BinaryOperation", + "operator": "|", + "rightExpression": { + "arguments": [ + { + "id": 13357, + "name": "valueAfter", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13330, + "src": "5134:10:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + ], + "id": 13356, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "5126:7:38", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint112_$", + "typeString": "type(uint112)" + }, + "typeName": { + "id": 13355, + "name": "uint112", + "nodeType": "ElementaryTypeName", + "src": "5126:7:38", + "typeDescriptions": {} + } + }, + "id": 13358, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5126:19:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + }, + "src": "5069:76:38", + "typeDescriptions": { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint112", + "typeString": "uint112" + } + ], + "expression": { + "id": 13338, + "name": "Delay", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13127, + "src": "5058:5:38", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "type(Time.Delay)" + } + }, + "id": 13339, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "5064:4:38", + "memberName": "wrap", + "nodeType": "MemberAccess", + "src": "5058:10:38", + "typeDescriptions": { + "typeIdentifier": "t_function_wrap_pure$_t_uint112_$returns$_t_userDefinedValueType$_Delay_$13127_$", + "typeString": "function (uint112) pure returns (Time.Delay)" + } + }, + "id": 13360, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5058:88:38", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "functionReturnParameters": 13337, + "id": 13361, + "nodeType": "Return", + "src": "5051:95:38" + } + ] + }, + "documentation": { + "id": 13326, + "nodeType": "StructuredDocumentation", + "src": "4874:64:38", + "text": " @dev pack the components into a Delay object." + }, + "id": 13363, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "pack", + "nameLocation": "4952:4:38", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13333, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13328, + "mutability": "mutable", + "name": "valueBefore", + "nameLocation": "4964:11:38", + "nodeType": "VariableDeclaration", + "scope": 13363, + "src": "4957:18:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13327, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "4957:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13330, + "mutability": "mutable", + "name": "valueAfter", + "nameLocation": "4984:10:38", + "nodeType": "VariableDeclaration", + "scope": 13363, + "src": "4977:17:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + }, + "typeName": { + "id": 13329, + "name": "uint32", + "nodeType": "ElementaryTypeName", + "src": "4977:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint32", + "typeString": "uint32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13332, + "mutability": "mutable", + "name": "effect", + "nameLocation": "5003:6:38", + "nodeType": "VariableDeclaration", + "scope": 13363, + "src": "4996:13:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + }, + "typeName": { + "id": 13331, + "name": "uint48", + "nodeType": "ElementaryTypeName", + "src": "4996:6:38", + "typeDescriptions": { + "typeIdentifier": "t_uint48", + "typeString": "uint48" + } + }, + "visibility": "internal" + } + ], + "src": "4956:54:38" + }, + "returnParameters": { + "id": 13337, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13336, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13363, + "src": "5034:5:38", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + }, + "typeName": { + "id": 13335, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13334, + "name": "Delay", + "nameLocations": [ + "5034:5:38" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13127, + "src": "5034:5:38" + }, + "referencedDeclaration": 13127, + "src": "5034:5:38", + "typeDescriptions": { + "typeIdentifier": "t_userDefinedValueType$_Delay_$13127", + "typeString": "Time.Delay" + } + }, + "visibility": "internal" + } + ], + "src": "5033:7:38" + }, + "scope": 13364, + "src": "4943:210:38", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 13365, + "src": "640:4515:38", + "usedErrors": [], + "usedEvents": [] + } + ], + "src": "104:5052:38" + }, + "id": 38 + }, + "contracts/ApplicationManager.sol": { + "ast": { + "absolutePath": "contracts/ApplicationManager.sol", + "exportedSymbols": { + "AccessManaged": [ + 7116 + ], + "ApplicationManager": [ + 13690 + ], + "IApplicationManager": [ + 13769 + ], + "ReentrancyGuard": [ + 8157 + ] + }, + "id": 13691, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 13366, + "literals": [ + "solidity", + "0.8", + ".26" + ], + "nodeType": "PragmaDirective", + "src": "40:23:39" + }, + { + "absolutePath": "contracts/IApplicationManager.sol", + "file": "./IApplicationManager.sol", + "id": 13368, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 13691, + "sourceUnit": 13770, + "src": "67:62:39", + "symbolAliases": [ + { + "foreign": { + "id": 13367, + "name": "IApplicationManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13769, + "src": "75:19:39", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/access/manager/AccessManaged.sol", + "file": "@openzeppelin/contracts/access/manager/AccessManaged.sol", + "id": 13370, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 13691, + "sourceUnit": 7117, + "src": "131:87:39", + "symbolAliases": [ + { + "foreign": { + "id": 13369, + "name": "AccessManaged", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7116, + "src": "139:13:39", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/ReentrancyGuard.sol", + "file": "@openzeppelin/contracts/utils/ReentrancyGuard.sol", + "id": 13371, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 13691, + "sourceUnit": 8158, + "src": "220:59:39", + "symbolAliases": [], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 13372, + "name": "IApplicationManager", + "nameLocations": [ + "319:19:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13769, + "src": "319:19:39" + }, + "id": 13373, + "nodeType": "InheritanceSpecifier", + "src": "319:19:39" + }, + { + "baseName": { + "id": 13374, + "name": "AccessManaged", + "nameLocations": [ + "345:13:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 7116, + "src": "345:13:39" + }, + "id": 13375, + "nodeType": "InheritanceSpecifier", + "src": "345:13:39" + }, + { + "baseName": { + "id": 13376, + "name": "ReentrancyGuard", + "nameLocations": [ + "365:15:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8157, + "src": "365:15:39" + }, + "id": 13377, + "nodeType": "InheritanceSpecifier", + "src": "365:15:39" + } + ], + "canonicalName": "ApplicationManager", + "contractDependencies": [], + "contractKind": "contract", + "fullyImplemented": true, + "id": 13690, + "linearizedBaseContracts": [ + 13690, + 8157, + 7116, + 7238, + 8014, + 13769 + ], + "name": "ApplicationManager", + "nameLocation": "292:18:39", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": false, + "id": 13382, + "mutability": "mutable", + "name": "applications", + "nameLocation": "426:12:39", + "nodeType": "VariableDeclaration", + "scope": 13690, + "src": "389:49:39", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$13704_storage_$", + "typeString": "mapping(uint256 => struct IApplicationManager.Application)" + }, + "typeName": { + "id": 13381, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 13378, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "397:4:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Mapping", + "src": "389:28:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$13704_storage_$", + "typeString": "mapping(uint256 => struct IApplicationManager.Application)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 13380, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13379, + "name": "Application", + "nameLocations": [ + "405:11:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13704, + "src": "405:11:39" + }, + "referencedDeclaration": 13704, + "src": "405:11:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage_ptr", + "typeString": "struct IApplicationManager.Application" + } + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 13386, + "mutability": "mutable", + "name": "addressUsed", + "nameLocation": "478:11:39", + "nodeType": "VariableDeclaration", + "scope": 13690, + "src": "445:44:39", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", + "typeString": "mapping(address => bool)" + }, + "typeName": { + "id": 13385, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 13383, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "453:7:39", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "445:24:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", + "typeString": "mapping(address => bool)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 13384, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "464:4:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 13388, + "mutability": "mutable", + "name": "nextApplicationId", + "nameLocation": "509:17:39", + "nodeType": "VariableDeclaration", + "scope": 13690, + "src": "496:30:39", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13387, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "496:4:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "private" + }, + { + "body": { + "id": 13396, + "nodeType": "Block", + "src": "605:2:39", + "statements": [] + }, + "id": 13397, + "implemented": true, + "kind": "constructor", + "modifiers": [ + { + "arguments": [ + { + "id": 13393, + "name": "initialAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13390, + "src": "587:16:39", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "id": 13394, + "kind": "baseConstructorSpecifier", + "modifierName": { + "id": 13392, + "name": "AccessManaged", + "nameLocations": [ + "573:13:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 7116, + "src": "573:13:39" + }, + "nodeType": "ModifierInvocation", + "src": "573:31:39" + } + ], + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13391, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13390, + "mutability": "mutable", + "name": "initialAuthority", + "nameLocation": "555:16:39", + "nodeType": "VariableDeclaration", + "scope": 13397, + "src": "547:24:39", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 13389, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "547:7:39", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "546:26:39" + }, + "returnParameters": { + "id": 13395, + "nodeType": "ParameterList", + "parameters": [], + "src": "605:0:39" + }, + "scope": 13690, + "src": "535:72:39", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + }, + { + "body": { + "id": 13414, + "nodeType": "Block", + "src": "680:64:39", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 13412, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 13404, + "name": "applications", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13382, + "src": "698:12:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$13704_storage_$", + "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" + } + }, + "id": 13406, + "indexExpression": { + "id": 13405, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13399, + "src": "711:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "698:16:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + }, + "id": 13407, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "715:7:39", + "memberName": "account", + "nodeType": "MemberAccess", + "referencedDeclaration": 13703, + "src": "698:24:39", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 13410, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "734:1:39", + "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": 13409, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "726:7:39", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 13408, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "726:7:39", + "typeDescriptions": {} + } + }, + "id": 13411, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "726:10:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "698:38:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 13403, + "id": 13413, + "nodeType": "Return", + "src": "691:45:39" + } + ] + }, + "id": 13415, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "applicationExists", + "nameLocation": "624:17:39", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13400, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13399, + "mutability": "mutable", + "name": "id", + "nameLocation": "647:2:39", + "nodeType": "VariableDeclaration", + "scope": 13415, + "src": "642:7:39", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13398, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "642:4:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "641:9:39" + }, + "returnParameters": { + "id": 13403, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13402, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13415, + "src": "674:4:39", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 13401, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "674:4:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "673:6:39" + }, + "scope": 13690, + "src": "615:129:39", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "baseFunctions": [ + 13730 + ], + "body": { + "id": 13422, + "nodeType": "Block", + "src": "813:43:39", + "statements": [ + { + "expression": { + "id": 13420, + "name": "nextApplicationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13388, + "src": "831:17:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 13419, + "id": 13421, + "nodeType": "Return", + "src": "824:24:39" + } + ] + }, + "functionSelector": "cec9d7da", + "id": 13423, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getNextApplicationId", + "nameLocation": "761:20:39", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13416, + "nodeType": "ParameterList", + "parameters": [], + "src": "781:2:39" + }, + "returnParameters": { + "id": 13419, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13418, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13423, + "src": "807:4:39", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13417, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "807:4:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "806:6:39" + }, + "scope": 13690, + "src": "752:104:39", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 13736 + ], + "body": { + "id": 13480, + "nodeType": "Block", + "src": "967:515:39", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 13438, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "1000:25:39", + "subExpression": { + "baseExpression": { + "id": 13434, + "name": "addressUsed", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13386, + "src": "1001:11:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", + "typeString": "mapping(address => bool)" + } + }, + "id": 13437, + "indexExpression": { + "expression": { + "id": 13435, + "name": "dto", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13426, + "src": "1013:3:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_memory_ptr", + "typeString": "struct IApplicationManager.ApplicationDto memory" + } + }, + "id": 13436, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1017:7:39", + "memberName": "account", + "nodeType": "MemberAccess", + "referencedDeclaration": 13696, + "src": "1013:11:39", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "1001:24:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4164647265737320616c7265616479207573656420666f7220616e6f74686572206170706c69636174696f6e", + "id": 13439, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1040:46:39", + "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": 13433, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + -18, + -18, + -18 + ], + "referencedDeclaration": -18, + "src": "978:7:39", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 13440, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "978:119:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 13441, + "nodeType": "ExpressionStatement", + "src": "978:119:39" + }, + { + "assignments": [ + 13443 + ], + "declarations": [ + { + "constant": false, + "id": 13443, + "mutability": "mutable", + "name": "id", + "nameLocation": "1113:2:39", + "nodeType": "VariableDeclaration", + "scope": 13480, + "src": "1108:7:39", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13442, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "1108:4:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 13445, + "initialValue": { + "id": 13444, + "name": "nextApplicationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13388, + "src": "1118:17:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1108:27:39" + }, + { + "expression": { + "id": 13447, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "++", + "prefix": false, + "src": "1146:19:39", + "subExpression": { + "id": 13446, + "name": "nextApplicationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13388, + "src": "1146:17:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 13448, + "nodeType": "ExpressionStatement", + "src": "1146:19:39" + }, + { + "assignments": [ + 13451 + ], + "declarations": [ + { + "constant": false, + "id": 13451, + "mutability": "mutable", + "name": "newApplication", + "nameLocation": "1195:14:39", + "nodeType": "VariableDeclaration", + "scope": 13480, + "src": "1176:33:39", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application" + }, + "typeName": { + "id": 13450, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13449, + "name": "Application", + "nameLocations": [ + "1176:11:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13704, + "src": "1176:11:39" + }, + "referencedDeclaration": 13704, + "src": "1176:11:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage_ptr", + "typeString": "struct IApplicationManager.Application" + } + }, + "visibility": "internal" + } + ], + "id": 13459, + "initialValue": { + "arguments": [ + { + "id": 13453, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13443, + "src": "1243:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "expression": { + "id": 13454, + "name": "dto", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13426, + "src": "1266:3:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_memory_ptr", + "typeString": "struct IApplicationManager.ApplicationDto memory" + } + }, + "id": 13455, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1270:4:39", + "memberName": "name", + "nodeType": "MemberAccess", + "referencedDeclaration": 13694, + "src": "1266:8:39", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + { + "expression": { + "id": 13456, + "name": "dto", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13426, + "src": "1298:3:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_memory_ptr", + "typeString": "struct IApplicationManager.ApplicationDto memory" + } + }, + "id": 13457, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1302:7:39", + "memberName": "account", + "nodeType": "MemberAccess", + "referencedDeclaration": 13696, + "src": "1298:11:39", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 13452, + "name": "Application", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13704, + "src": "1212:11:39", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_struct$_Application_$13704_storage_ptr_$", + "typeString": "type(struct IApplicationManager.Application storage pointer)" + } + }, + "id": 13458, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "structConstructorCall", + "lValueRequested": false, + "nameLocations": [ + "1239:2:39", + "1260:4:39", + "1289:7:39" + ], + "names": [ + "id", + "name", + "account" + ], + "nodeType": "FunctionCall", + "src": "1212:109:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application memory" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1176:145:39" + }, + { + "expression": { + "id": 13464, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 13460, + "name": "applications", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13382, + "src": "1332:12:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$13704_storage_$", + "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" + } + }, + "id": 13462, + "indexExpression": { + "id": 13461, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13443, + "src": "1345:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "1332:16:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 13463, + "name": "newApplication", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13451, + "src": "1351:14:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application memory" + } + }, + "src": "1332:33:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + }, + "id": 13465, + "nodeType": "ExpressionStatement", + "src": "1332:33:39" + }, + { + "expression": { + "id": 13471, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 13466, + "name": "addressUsed", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13386, + "src": "1376:11:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", + "typeString": "mapping(address => bool)" + } + }, + "id": 13469, + "indexExpression": { + "expression": { + "id": 13467, + "name": "newApplication", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13451, + "src": "1388:14:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application memory" + } + }, + "id": 13468, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1403:7:39", + "memberName": "account", + "nodeType": "MemberAccess", + "referencedDeclaration": 13703, + "src": "1388:22:39", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "1376:35:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 13470, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1414:4:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "1376:42:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 13472, + "nodeType": "ExpressionStatement", + "src": "1376:42:39" + }, + { + "eventCall": { + "arguments": [ + { + "id": 13474, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13443, + "src": "1453:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "baseExpression": { + "id": 13475, + "name": "applications", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13382, + "src": "1457:12:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$13704_storage_$", + "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" + } + }, + "id": 13477, + "indexExpression": { + "id": 13476, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13443, + "src": "1470:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "1457:16:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + ], + "id": 13473, + "name": "ApplicationCreated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13711, + "src": "1434:18:39", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint256_$_t_struct$_Application_$13704_memory_ptr_$returns$__$", + "typeString": "function (uint256,struct IApplicationManager.Application memory)" + } + }, + "id": 13478, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1434:40:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 13479, + "nodeType": "EmitStatement", + "src": "1429:45:39" + } + ] + }, + "functionSelector": "36112a14", + "id": 13481, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 13429, + "kind": "modifierInvocation", + "modifierName": { + "id": 13428, + "name": "nonReentrant", + "nameLocations": [ + "943:12:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8121, + "src": "943:12:39" + }, + "nodeType": "ModifierInvocation", + "src": "943:12:39" + }, + { + "id": 13431, + "kind": "modifierInvocation", + "modifierName": { + "id": 13430, + "name": "restricted", + "nameLocations": [ + "956:10:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6975, + "src": "956:10:39" + }, + "nodeType": "ModifierInvocation", + "src": "956:10:39" + } + ], + "name": "createApplication", + "nameLocation": "873:17:39", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13427, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13426, + "mutability": "mutable", + "name": "dto", + "nameLocation": "923:3:39", + "nodeType": "VariableDeclaration", + "scope": 13481, + "src": "901:25:39", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_memory_ptr", + "typeString": "struct IApplicationManager.ApplicationDto" + }, + "typeName": { + "id": 13425, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13424, + "name": "ApplicationDto", + "nameLocations": [ + "901:14:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13697, + "src": "901:14:39" + }, + "referencedDeclaration": 13697, + "src": "901:14:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_storage_ptr", + "typeString": "struct IApplicationManager.ApplicationDto" + } + }, + "visibility": "internal" + } + ], + "src": "890:43:39" + }, + "returnParameters": { + "id": 13432, + "nodeType": "ParameterList", + "parameters": [], + "src": "967:0:39" + }, + "scope": 13690, + "src": "864:618:39", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 13744 + ], + "body": { + "id": 13536, + "nodeType": "Block", + "src": "1611:455:39", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "id": 13495, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13483, + "src": "1648:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 13494, + "name": "applicationExists", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13415, + "src": "1630:17:39", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_bool_$", + "typeString": "function (uint256) view returns (bool)" + } + }, + "id": 13496, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1630:21:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4170706c69636174696f6e20646f6573206e6f74206578697374", + "id": 13497, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1653:28:39", + "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": 13493, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + -18, + -18, + -18 + ], + "referencedDeclaration": -18, + "src": "1622:7:39", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 13498, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1622:60:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 13499, + "nodeType": "ExpressionStatement", + "src": "1622:60:39" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 13513, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13505, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "1715:25:39", + "subExpression": { + "baseExpression": { + "id": 13501, + "name": "addressUsed", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13386, + "src": "1716:11:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", + "typeString": "mapping(address => bool)" + } + }, + "id": 13504, + "indexExpression": { + "expression": { + "id": 13502, + "name": "dto", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13486, + "src": "1728:3:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_memory_ptr", + "typeString": "struct IApplicationManager.ApplicationDto memory" + } + }, + "id": 13503, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1732:7:39", + "memberName": "account", + "nodeType": "MemberAccess", + "referencedDeclaration": 13696, + "src": "1728:11:39", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "1716:24:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 13512, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 13506, + "name": "applications", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13382, + "src": "1761:12:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$13704_storage_$", + "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" + } + }, + "id": 13508, + "indexExpression": { + "id": 13507, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13483, + "src": "1774:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "1761:16:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + }, + "id": 13509, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1778:7:39", + "memberName": "account", + "nodeType": "MemberAccess", + "referencedDeclaration": 13703, + "src": "1761:24:39", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "id": 13510, + "name": "dto", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13486, + "src": "1789:3:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_memory_ptr", + "typeString": "struct IApplicationManager.ApplicationDto memory" + } + }, + "id": 13511, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1793:7:39", + "memberName": "account", + "nodeType": "MemberAccess", + "referencedDeclaration": 13696, + "src": "1789:11:39", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "1761:39:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "1715:85:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4163636f756e74207573656420627920616e6f74686572206170706c69636174696f6e", + "id": 13514, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1815:37:39", + "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": 13500, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + -18, + -18, + -18 + ], + "referencedDeclaration": -18, + "src": "1693:7:39", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 13515, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1693:170:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 13516, + "nodeType": "ExpressionStatement", + "src": "1693:170:39" + }, + { + "expression": { + "id": 13527, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 13517, + "name": "applications", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13382, + "src": "1874:12:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$13704_storage_$", + "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" + } + }, + "id": 13519, + "indexExpression": { + "id": 13518, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13483, + "src": "1887:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "1874:16:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 13521, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13483, + "src": "1924:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "expression": { + "id": 13522, + "name": "dto", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13486, + "src": "1947:3:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_memory_ptr", + "typeString": "struct IApplicationManager.ApplicationDto memory" + } + }, + "id": 13523, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1951:4:39", + "memberName": "name", + "nodeType": "MemberAccess", + "referencedDeclaration": 13694, + "src": "1947:8:39", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + { + "expression": { + "id": 13524, + "name": "dto", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13486, + "src": "1979:3:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_memory_ptr", + "typeString": "struct IApplicationManager.ApplicationDto memory" + } + }, + "id": 13525, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1983:7:39", + "memberName": "account", + "nodeType": "MemberAccess", + "referencedDeclaration": 13696, + "src": "1979:11:39", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 13520, + "name": "Application", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13704, + "src": "1893:11:39", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_struct$_Application_$13704_storage_ptr_$", + "typeString": "type(struct IApplicationManager.Application storage pointer)" + } + }, + "id": 13526, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "structConstructorCall", + "lValueRequested": false, + "nameLocations": [ + "1920:2:39", + "1941:4:39", + "1970:7:39" + ], + "names": [ + "id", + "name", + "account" + ], + "nodeType": "FunctionCall", + "src": "1893:109:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application memory" + } + }, + "src": "1874:128:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + }, + "id": 13528, + "nodeType": "ExpressionStatement", + "src": "1874:128:39" + }, + { + "eventCall": { + "arguments": [ + { + "id": 13530, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13483, + "src": "2037:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "baseExpression": { + "id": 13531, + "name": "applications", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13382, + "src": "2041:12:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$13704_storage_$", + "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" + } + }, + "id": 13533, + "indexExpression": { + "id": 13532, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13483, + "src": "2054:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2041:16:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + ], + "id": 13529, + "name": "ApplicationUpdated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13718, + "src": "2018:18:39", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint256_$_t_struct$_Application_$13704_memory_ptr_$returns$__$", + "typeString": "function (uint256,struct IApplicationManager.Application memory)" + } + }, + "id": 13534, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2018:40:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 13535, + "nodeType": "EmitStatement", + "src": "2013:45:39" + } + ] + }, + "functionSelector": "ecdfe9b4", + "id": 13537, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 13489, + "kind": "modifierInvocation", + "modifierName": { + "id": 13488, + "name": "nonReentrant", + "nameLocations": [ + "1587:12:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8121, + "src": "1587:12:39" + }, + "nodeType": "ModifierInvocation", + "src": "1587:12:39" + }, + { + "id": 13491, + "kind": "modifierInvocation", + "modifierName": { + "id": 13490, + "name": "restricted", + "nameLocations": [ + "1600:10:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6975, + "src": "1600:10:39" + }, + "nodeType": "ModifierInvocation", + "src": "1600:10:39" + } + ], + "name": "updateApplication", + "nameLocation": "1499:17:39", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13487, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13483, + "mutability": "mutable", + "name": "id", + "nameLocation": "1532:2:39", + "nodeType": "VariableDeclaration", + "scope": 13537, + "src": "1527:7:39", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13482, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "1527:4:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13486, + "mutability": "mutable", + "name": "dto", + "nameLocation": "1567:3:39", + "nodeType": "VariableDeclaration", + "scope": 13537, + "src": "1545:25:39", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_memory_ptr", + "typeString": "struct IApplicationManager.ApplicationDto" + }, + "typeName": { + "id": 13485, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13484, + "name": "ApplicationDto", + "nameLocations": [ + "1545:14:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13697, + "src": "1545:14:39" + }, + "referencedDeclaration": 13697, + "src": "1545:14:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_storage_ptr", + "typeString": "struct IApplicationManager.ApplicationDto" + } + }, + "visibility": "internal" + } + ], + "src": "1516:61:39" + }, + "returnParameters": { + "id": 13492, + "nodeType": "ParameterList", + "parameters": [], + "src": "1611:0:39" + }, + "scope": 13690, + "src": "1490:576:39", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 13749 + ], + "body": { + "id": 13574, + "nodeType": "Block", + "src": "2143:225:39", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "id": 13548, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13539, + "src": "2180:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 13547, + "name": "applicationExists", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13415, + "src": "2162:17:39", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_bool_$", + "typeString": "function (uint256) view returns (bool)" + } + }, + "id": 13549, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2162:21:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4170706c69636174696f6e20646f6573206e6f74206578697374", + "id": 13550, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2185:28:39", + "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": 13546, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + -18, + -18, + -18 + ], + "referencedDeclaration": -18, + "src": "2154:7:39", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 13551, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2154:60:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 13552, + "nodeType": "ExpressionStatement", + "src": "2154:60:39" + }, + { + "expression": { + "id": 13560, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 13553, + "name": "addressUsed", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13386, + "src": "2225:11:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", + "typeString": "mapping(address => bool)" + } + }, + "id": 13558, + "indexExpression": { + "expression": { + "baseExpression": { + "id": 13554, + "name": "applications", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13382, + "src": "2237:12:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$13704_storage_$", + "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" + } + }, + "id": 13556, + "indexExpression": { + "id": 13555, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13539, + "src": "2250:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2237:16:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + }, + "id": 13557, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2254:7:39", + "memberName": "account", + "nodeType": "MemberAccess", + "referencedDeclaration": 13703, + "src": "2237:24:39", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2225:37:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "66616c7365", + "id": 13559, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2265:5:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "src": "2225:45:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 13561, + "nodeType": "ExpressionStatement", + "src": "2225:45:39" + }, + { + "eventCall": { + "arguments": [ + { + "id": 13563, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13539, + "src": "2305:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "baseExpression": { + "id": 13564, + "name": "applications", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13382, + "src": "2309:12:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$13704_storage_$", + "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" + } + }, + "id": 13566, + "indexExpression": { + "id": 13565, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13539, + "src": "2322:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2309:16:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + ], + "id": 13562, + "name": "ApplicationDeleted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13725, + "src": "2286:18:39", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint256_$_t_struct$_Application_$13704_memory_ptr_$returns$__$", + "typeString": "function (uint256,struct IApplicationManager.Application memory)" + } + }, + "id": 13567, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2286:40:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 13568, + "nodeType": "EmitStatement", + "src": "2281:45:39" + }, + { + "expression": { + "id": 13572, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "delete", + "prefix": true, + "src": "2337:23:39", + "subExpression": { + "baseExpression": { + "id": 13569, + "name": "applications", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13382, + "src": "2344:12:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$13704_storage_$", + "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" + } + }, + "id": 13571, + "indexExpression": { + "id": 13570, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13539, + "src": "2357:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2344:16:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 13573, + "nodeType": "ExpressionStatement", + "src": "2337:23:39" + } + ] + }, + "functionSelector": "7823c1e3", + "id": 13575, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 13542, + "kind": "modifierInvocation", + "modifierName": { + "id": 13541, + "name": "nonReentrant", + "nameLocations": [ + "2119:12:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 8121, + "src": "2119:12:39" + }, + "nodeType": "ModifierInvocation", + "src": "2119:12:39" + }, + { + "id": 13544, + "kind": "modifierInvocation", + "modifierName": { + "id": 13543, + "name": "restricted", + "nameLocations": [ + "2132:10:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6975, + "src": "2132:10:39" + }, + "nodeType": "ModifierInvocation", + "src": "2132:10:39" + } + ], + "name": "deleteApplication", + "nameLocation": "2083:17:39", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13540, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13539, + "mutability": "mutable", + "name": "id", + "nameLocation": "2106:2:39", + "nodeType": "VariableDeclaration", + "scope": 13575, + "src": "2101:7:39", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13538, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "2101:4:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2100:9:39" + }, + "returnParameters": { + "id": 13545, + "nodeType": "ParameterList", + "parameters": [], + "src": "2143:0:39" + }, + "scope": 13690, + "src": "2074:294:39", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 13757 + ], + "body": { + "id": 13594, + "nodeType": "Block", + "src": "2468:113:39", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "id": 13585, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13577, + "src": "2505:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 13584, + "name": "applicationExists", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13415, + "src": "2487:17:39", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_bool_$", + "typeString": "function (uint256) view returns (bool)" + } + }, + "id": 13586, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2487:21:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4170706c69636174696f6e20646f6573206e6f74206578697374", + "id": 13587, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2510:28:39", + "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": 13583, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + -18, + -18, + -18 + ], + "referencedDeclaration": -18, + "src": "2479:7:39", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 13588, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2479:60:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 13589, + "nodeType": "ExpressionStatement", + "src": "2479:60:39" + }, + { + "expression": { + "baseExpression": { + "id": 13590, + "name": "applications", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13382, + "src": "2557:12:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$13704_storage_$", + "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" + } + }, + "id": 13592, + "indexExpression": { + "id": 13591, + "name": "id", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13577, + "src": "2570:2:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2557:16:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + }, + "functionReturnParameters": 13582, + "id": 13593, + "nodeType": "Return", + "src": "2550:23:39" + } + ] + }, + "functionSelector": "1f2f4bfd", + "id": 13595, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getApplication", + "nameLocation": "2385:14:39", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13578, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13577, + "mutability": "mutable", + "name": "id", + "nameLocation": "2415:2:39", + "nodeType": "VariableDeclaration", + "scope": 13595, + "src": "2410:7:39", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13576, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "2410:4:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2399:25:39" + }, + "returnParameters": { + "id": 13582, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13581, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13595, + "src": "2448:18:39", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application" + }, + "typeName": { + "id": 13580, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13579, + "name": "Application", + "nameLocations": [ + "2448:11:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13704, + "src": "2448:11:39" + }, + "referencedDeclaration": 13704, + "src": "2448:11:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage_ptr", + "typeString": "struct IApplicationManager.Application" + } + }, + "visibility": "internal" + } + ], + "src": "2447:20:39" + }, + "scope": 13690, + "src": "2376:205:39", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 13768 + ], + "body": { + "id": 13688, + "nodeType": "Block", + "src": "2708:559:39", + "statements": [ + { + "assignments": [ + 13610 + ], + "declarations": [ + { + "constant": false, + "id": 13610, + "mutability": "mutable", + "name": "result", + "nameLocation": "2740:6:39", + "nodeType": "VariableDeclaration", + "scope": 13688, + "src": "2719:27:39", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr", + "typeString": "struct IApplicationManager.Application[]" + }, + "typeName": { + "baseType": { + "id": 13608, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13607, + "name": "Application", + "nameLocations": [ + "2719:11:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13704, + "src": "2719:11:39" + }, + "referencedDeclaration": 13704, + "src": "2719:11:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage_ptr", + "typeString": "struct IApplicationManager.Application" + } + }, + "id": 13609, + "nodeType": "ArrayTypeName", + "src": "2719:13:39", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_storage_$dyn_storage_ptr", + "typeString": "struct IApplicationManager.Application[]" + } + }, + "visibility": "internal" + } + ], + "id": 13617, + "initialValue": { + "arguments": [ + { + "id": 13615, + "name": "limit", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13599, + "src": "2767:5:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 13614, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "NewExpression", + "src": "2749:17:39", + "typeDescriptions": { + "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr_$", + "typeString": "function (uint256) pure returns (struct IApplicationManager.Application memory[] memory)" + }, + "typeName": { + "baseType": { + "id": 13612, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13611, + "name": "Application", + "nameLocations": [ + "2753:11:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13704, + "src": "2753:11:39" + }, + "referencedDeclaration": 13704, + "src": "2753:11:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage_ptr", + "typeString": "struct IApplicationManager.Application" + } + }, + "id": 13613, + "nodeType": "ArrayTypeName", + "src": "2753:13:39", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_storage_$dyn_storage_ptr", + "typeString": "struct IApplicationManager.Application[]" + } + } + }, + "id": 13616, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2749:24:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr", + "typeString": "struct IApplicationManager.Application memory[] memory" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2719:54:39" + }, + { + "assignments": [ + 13619 + ], + "declarations": [ + { + "constant": false, + "id": 13619, + "mutability": "mutable", + "name": "count", + "nameLocation": "2789:5:39", + "nodeType": "VariableDeclaration", + "scope": 13688, + "src": "2784:10:39", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13618, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "2784:4:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 13621, + "initialValue": { + "hexValue": "30", + "id": 13620, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2797:1:39", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "nodeType": "VariableDeclarationStatement", + "src": "2784:14:39" + }, + { + "assignments": [ + 13623 + ], + "declarations": [ + { + "constant": false, + "id": 13623, + "mutability": "mutable", + "name": "index", + "nameLocation": "2814:5:39", + "nodeType": "VariableDeclaration", + "scope": 13688, + "src": "2809:10:39", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13622, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "2809:4:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 13625, + "initialValue": { + "id": 13624, + "name": "start", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13597, + "src": "2822:5:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2809:18:39" + }, + { + "body": { + "id": 13652, + "nodeType": "Block", + "src": "2889:174:39", + "statements": [ + { + "condition": { + "arguments": [ + { + "id": 13634, + "name": "index", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13623, + "src": "2926:5:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 13633, + "name": "applicationExists", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13415, + "src": "2908:17:39", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_bool_$", + "typeString": "function (uint256) view returns (bool)" + } + }, + "id": 13635, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2908:24:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 13648, + "nodeType": "IfStatement", + "src": "2904:126:39", + "trueBody": { + "id": 13647, + "nodeType": "Block", + "src": "2934:96:39", + "statements": [ + { + "expression": { + "id": 13642, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 13636, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13610, + "src": "2953:6:39", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr", + "typeString": "struct IApplicationManager.Application memory[] memory" + } + }, + "id": 13638, + "indexExpression": { + "id": 13637, + "name": "count", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13619, + "src": "2960:5:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2953:13:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application memory" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "baseExpression": { + "id": 13639, + "name": "applications", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13382, + "src": "2969:12:39", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$13704_storage_$", + "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" + } + }, + "id": 13641, + "indexExpression": { + "id": 13640, + "name": "index", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13623, + "src": "2982:5:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2969:19:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage", + "typeString": "struct IApplicationManager.Application storage ref" + } + }, + "src": "2953:35:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application memory" + } + }, + "id": 13643, + "nodeType": "ExpressionStatement", + "src": "2953:35:39" + }, + { + "expression": { + "id": 13645, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "++", + "prefix": false, + "src": "3007:7:39", + "subExpression": { + "id": 13644, + "name": "count", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13619, + "src": "3007:5:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 13646, + "nodeType": "ExpressionStatement", + "src": "3007:7:39" + } + ] + } + }, + { + "expression": { + "id": 13650, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "++", + "prefix": false, + "src": "3044:7:39", + "subExpression": { + "id": 13649, + "name": "index", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13623, + "src": "3044:5:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 13651, + "nodeType": "ExpressionStatement", + "src": "3044:7:39" + } + ] + }, + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 13632, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 13628, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13626, + "name": "count", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13619, + "src": "2845:5:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 13627, + "name": "limit", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13599, + "src": "2853:5:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2845:13:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 13631, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13629, + "name": "index", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13623, + "src": "2862:5:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 13630, + "name": "nextApplicationId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13388, + "src": "2870:17:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2862:25:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "2845:42:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 13653, + "nodeType": "WhileStatement", + "src": "2838:225:39" + }, + { + "assignments": [ + 13658 + ], + "declarations": [ + { + "constant": false, + "id": 13658, + "mutability": "mutable", + "name": "finalResult", + "nameLocation": "3096:11:39", + "nodeType": "VariableDeclaration", + "scope": 13688, + "src": "3075:32:39", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr", + "typeString": "struct IApplicationManager.Application[]" + }, + "typeName": { + "baseType": { + "id": 13656, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13655, + "name": "Application", + "nameLocations": [ + "3075:11:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13704, + "src": "3075:11:39" + }, + "referencedDeclaration": 13704, + "src": "3075:11:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage_ptr", + "typeString": "struct IApplicationManager.Application" + } + }, + "id": 13657, + "nodeType": "ArrayTypeName", + "src": "3075:13:39", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_storage_$dyn_storage_ptr", + "typeString": "struct IApplicationManager.Application[]" + } + }, + "visibility": "internal" + } + ], + "id": 13665, + "initialValue": { + "arguments": [ + { + "id": 13663, + "name": "count", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13619, + "src": "3128:5:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 13662, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "NewExpression", + "src": "3110:17:39", + "typeDescriptions": { + "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr_$", + "typeString": "function (uint256) pure returns (struct IApplicationManager.Application memory[] memory)" + }, + "typeName": { + "baseType": { + "id": 13660, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13659, + "name": "Application", + "nameLocations": [ + "3114:11:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13704, + "src": "3114:11:39" + }, + "referencedDeclaration": 13704, + "src": "3114:11:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage_ptr", + "typeString": "struct IApplicationManager.Application" + } + }, + "id": 13661, + "nodeType": "ArrayTypeName", + "src": "3114:13:39", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_storage_$dyn_storage_ptr", + "typeString": "struct IApplicationManager.Application[]" + } + } + }, + "id": 13664, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3110:24:39", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr", + "typeString": "struct IApplicationManager.Application memory[] memory" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "3075:59:39" + }, + { + "body": { + "id": 13684, + "nodeType": "Block", + "src": "3178:53:39", + "statements": [ + { + "expression": { + "id": 13682, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 13676, + "name": "finalResult", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13658, + "src": "3193:11:39", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr", + "typeString": "struct IApplicationManager.Application memory[] memory" + } + }, + "id": 13678, + "indexExpression": { + "id": 13677, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13667, + "src": "3205:1:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "3193:14:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application memory" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "baseExpression": { + "id": 13679, + "name": "result", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13610, + "src": "3210:6:39", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr", + "typeString": "struct IApplicationManager.Application memory[] memory" + } + }, + "id": 13681, + "indexExpression": { + "id": 13680, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13667, + "src": "3217:1:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3210:9:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application memory" + } + }, + "src": "3193:26:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application memory" + } + }, + "id": 13683, + "nodeType": "ExpressionStatement", + "src": "3193:26:39" + } + ] + }, + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 13672, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13670, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13667, + "src": "3162:1:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 13671, + "name": "count", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13619, + "src": "3166:5:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "3162:9:39", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 13685, + "initializationExpression": { + "assignments": [ + 13667 + ], + "declarations": [ + { + "constant": false, + "id": 13667, + "mutability": "mutable", + "name": "i", + "nameLocation": "3155:1:39", + "nodeType": "VariableDeclaration", + "scope": 13685, + "src": "3150:6:39", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13666, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "3150:4:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 13669, + "initialValue": { + "hexValue": "30", + "id": 13668, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3159:1:39", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "nodeType": "VariableDeclarationStatement", + "src": "3150:10:39" + }, + "isSimpleCounterLoop": true, + "loopExpression": { + "expression": { + "id": 13674, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "++", + "prefix": false, + "src": "3173:3:39", + "subExpression": { + "id": 13673, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13667, + "src": "3173:1:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 13675, + "nodeType": "ExpressionStatement", + "src": "3173:3:39" + }, + "nodeType": "ForStatement", + "src": "3145:86:39" + }, + { + "expression": { + "id": 13686, + "name": "finalResult", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13658, + "src": "3248:11:39", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr", + "typeString": "struct IApplicationManager.Application memory[] memory" + } + }, + "functionReturnParameters": 13605, + "id": 13687, + "nodeType": "Return", + "src": "3241:18:39" + } + ] + }, + "functionSelector": "41702a16", + "id": 13689, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getApplications", + "nameLocation": "2598:15:39", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13600, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13597, + "mutability": "mutable", + "name": "start", + "nameLocation": "2629:5:39", + "nodeType": "VariableDeclaration", + "scope": 13689, + "src": "2624:10:39", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13596, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "2624:4:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13599, + "mutability": "mutable", + "name": "limit", + "nameLocation": "2650:5:39", + "nodeType": "VariableDeclaration", + "scope": 13689, + "src": "2645:10:39", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13598, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "2645:4:39", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2613:49:39" + }, + "returnParameters": { + "id": 13605, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13604, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13689, + "src": "2686:20:39", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr", + "typeString": "struct IApplicationManager.Application[]" + }, + "typeName": { + "baseType": { + "id": 13602, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13601, + "name": "Application", + "nameLocations": [ + "2686:11:39" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13704, + "src": "2686:11:39" + }, + "referencedDeclaration": 13704, + "src": "2686:11:39", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage_ptr", + "typeString": "struct IApplicationManager.Application" + } + }, + "id": 13603, + "nodeType": "ArrayTypeName", + "src": "2686:13:39", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_storage_$dyn_storage_ptr", + "typeString": "struct IApplicationManager.Application[]" + } + }, + "visibility": "internal" + } + ], + "src": "2685:22:39" + }, + "scope": 13690, + "src": "2589:678:39", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + } + ], + "scope": 13691, + "src": "283:2987:39", + "usedErrors": [ + 7209, + 7215, + 7219, + 8102 + ], + "usedEvents": [ + 7205, + 13711, + 13718, + 13725 + ] + } + ], + "src": "40:3232:39" + }, + "id": 39 + }, + "contracts/IApplicationManager.sol": { + "ast": { + "absolutePath": "contracts/IApplicationManager.sol", + "exportedSymbols": { + "IApplicationManager": [ + 13769 + ] + }, + "id": 13770, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 13692, + "literals": [ + "solidity", + "0.8", + ".26" + ], + "nodeType": "PragmaDirective", + "src": "40:23:40" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "IApplicationManager", + "contractDependencies": [], + "contractKind": "interface", + "fullyImplemented": false, + "id": 13769, + "linearizedBaseContracts": [ + 13769 + ], + "name": "IApplicationManager", + "nameLocation": "77:19:40", + "nodeType": "ContractDefinition", + "nodes": [ + { + "canonicalName": "IApplicationManager.ApplicationDto", + "id": 13697, + "members": [ + { + "constant": false, + "id": 13694, + "mutability": "mutable", + "name": "name", + "nameLocation": "144:4:40", + "nodeType": "VariableDeclaration", + "scope": 13697, + "src": "137:11:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + }, + "typeName": { + "id": 13693, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "137:6:40", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13696, + "mutability": "mutable", + "name": "account", + "nameLocation": "167:7:40", + "nodeType": "VariableDeclaration", + "scope": 13697, + "src": "159:15:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 13695, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "159:7:40", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "name": "ApplicationDto", + "nameLocation": "111:14:40", + "nodeType": "StructDefinition", + "scope": 13769, + "src": "104:78:40", + "visibility": "public" + }, + { + "canonicalName": "IApplicationManager.Application", + "id": 13704, + "members": [ + { + "constant": false, + "id": 13699, + "mutability": "mutable", + "name": "id", + "nameLocation": "225:2:40", + "nodeType": "VariableDeclaration", + "scope": 13704, + "src": "220:7:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13698, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "220:4:40", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13701, + "mutability": "mutable", + "name": "name", + "nameLocation": "245:4:40", + "nodeType": "VariableDeclaration", + "scope": 13704, + "src": "238:11:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + }, + "typeName": { + "id": 13700, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "238:6:40", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13703, + "mutability": "mutable", + "name": "account", + "nameLocation": "268:7:40", + "nodeType": "VariableDeclaration", + "scope": 13704, + "src": "260:15:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 13702, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "260:7:40", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "name": "Application", + "nameLocation": "197:11:40", + "nodeType": "StructDefinition", + "scope": 13769, + "src": "190:93:40", + "visibility": "public" + }, + { + "anonymous": false, + "eventSelector": "6aa6784e182c2b55186dd7a4a54b2b311415146b5e10241d3015c6f4f2f31770", + "id": 13711, + "name": "ApplicationCreated", + "nameLocation": "297:18:40", + "nodeType": "EventDefinition", + "parameters": { + "id": 13710, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13706, + "indexed": false, + "mutability": "mutable", + "name": "id", + "nameLocation": "321:2:40", + "nodeType": "VariableDeclaration", + "scope": 13711, + "src": "316:7:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13705, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "316:4:40", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13709, + "indexed": false, + "mutability": "mutable", + "name": "application", + "nameLocation": "337:11:40", + "nodeType": "VariableDeclaration", + "scope": 13711, + "src": "325:23:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application" + }, + "typeName": { + "id": 13708, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13707, + "name": "Application", + "nameLocations": [ + "325:11:40" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13704, + "src": "325:11:40" + }, + "referencedDeclaration": 13704, + "src": "325:11:40", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage_ptr", + "typeString": "struct IApplicationManager.Application" + } + }, + "visibility": "internal" + } + ], + "src": "315:34:40" + }, + "src": "291:59:40" + }, + { + "anonymous": false, + "eventSelector": "36856bfccc17ac92d527e8f941bbf8a8195c32e49bac06a5ab66fd1e67cf82d0", + "id": 13718, + "name": "ApplicationUpdated", + "nameLocation": "362:18:40", + "nodeType": "EventDefinition", + "parameters": { + "id": 13717, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13713, + "indexed": false, + "mutability": "mutable", + "name": "id", + "nameLocation": "386:2:40", + "nodeType": "VariableDeclaration", + "scope": 13718, + "src": "381:7:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13712, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "381:4:40", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13716, + "indexed": false, + "mutability": "mutable", + "name": "application", + "nameLocation": "402:11:40", + "nodeType": "VariableDeclaration", + "scope": 13718, + "src": "390:23:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application" + }, + "typeName": { + "id": 13715, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13714, + "name": "Application", + "nameLocations": [ + "390:11:40" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13704, + "src": "390:11:40" + }, + "referencedDeclaration": 13704, + "src": "390:11:40", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage_ptr", + "typeString": "struct IApplicationManager.Application" + } + }, + "visibility": "internal" + } + ], + "src": "380:34:40" + }, + "src": "356:59:40" + }, + { + "anonymous": false, + "eventSelector": "1e6f9fdb36c7f3979c3d49fa0390d328e704f0e49c2c1c48aa0c0ccc831e8756", + "id": 13725, + "name": "ApplicationDeleted", + "nameLocation": "427:18:40", + "nodeType": "EventDefinition", + "parameters": { + "id": 13724, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13720, + "indexed": false, + "mutability": "mutable", + "name": "id", + "nameLocation": "451:2:40", + "nodeType": "VariableDeclaration", + "scope": 13725, + "src": "446:7:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13719, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "446:4:40", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13723, + "indexed": false, + "mutability": "mutable", + "name": "application", + "nameLocation": "467:11:40", + "nodeType": "VariableDeclaration", + "scope": 13725, + "src": "455:23:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application" + }, + "typeName": { + "id": 13722, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13721, + "name": "Application", + "nameLocations": [ + "455:11:40" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13704, + "src": "455:11:40" + }, + "referencedDeclaration": 13704, + "src": "455:11:40", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage_ptr", + "typeString": "struct IApplicationManager.Application" + } + }, + "visibility": "internal" + } + ], + "src": "445:34:40" + }, + "src": "421:59:40" + }, + { + "functionSelector": "cec9d7da", + "id": 13730, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getNextApplicationId", + "nameLocation": "497:20:40", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13726, + "nodeType": "ParameterList", + "parameters": [], + "src": "517:2:40" + }, + "returnParameters": { + "id": 13729, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13728, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13730, + "src": "543:4:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13727, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "543:4:40", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "542:6:40" + }, + "scope": 13769, + "src": "488:61:40", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "functionSelector": "36112a14", + "id": 13736, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "createApplication", + "nameLocation": "566:17:40", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13734, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13733, + "mutability": "mutable", + "name": "dto", + "nameLocation": "606:3:40", + "nodeType": "VariableDeclaration", + "scope": 13736, + "src": "584:25:40", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_memory_ptr", + "typeString": "struct IApplicationManager.ApplicationDto" + }, + "typeName": { + "id": 13732, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13731, + "name": "ApplicationDto", + "nameLocations": [ + "584:14:40" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13697, + "src": "584:14:40" + }, + "referencedDeclaration": 13697, + "src": "584:14:40", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_storage_ptr", + "typeString": "struct IApplicationManager.ApplicationDto" + } + }, + "visibility": "internal" + } + ], + "src": "583:27:40" + }, + "returnParameters": { + "id": 13735, + "nodeType": "ParameterList", + "parameters": [], + "src": "619:0:40" + }, + "scope": 13769, + "src": "557:63:40", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "functionSelector": "ecdfe9b4", + "id": 13744, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "updateApplication", + "nameLocation": "637:17:40", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13742, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13738, + "mutability": "mutable", + "name": "id", + "nameLocation": "660:2:40", + "nodeType": "VariableDeclaration", + "scope": 13744, + "src": "655:7:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13737, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "655:4:40", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13741, + "mutability": "mutable", + "name": "dto", + "nameLocation": "686:3:40", + "nodeType": "VariableDeclaration", + "scope": 13744, + "src": "664:25:40", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_memory_ptr", + "typeString": "struct IApplicationManager.ApplicationDto" + }, + "typeName": { + "id": 13740, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13739, + "name": "ApplicationDto", + "nameLocations": [ + "664:14:40" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13697, + "src": "664:14:40" + }, + "referencedDeclaration": 13697, + "src": "664:14:40", + "typeDescriptions": { + "typeIdentifier": "t_struct$_ApplicationDto_$13697_storage_ptr", + "typeString": "struct IApplicationManager.ApplicationDto" + } + }, + "visibility": "internal" + } + ], + "src": "654:36:40" + }, + "returnParameters": { + "id": 13743, + "nodeType": "ParameterList", + "parameters": [], + "src": "699:0:40" + }, + "scope": 13769, + "src": "628:72:40", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "functionSelector": "7823c1e3", + "id": 13749, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "deleteApplication", + "nameLocation": "717:17:40", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13747, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13746, + "mutability": "mutable", + "name": "id", + "nameLocation": "740:2:40", + "nodeType": "VariableDeclaration", + "scope": 13749, + "src": "735:7:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13745, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "735:4:40", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "734:9:40" + }, + "returnParameters": { + "id": 13748, + "nodeType": "ParameterList", + "parameters": [], + "src": "752:0:40" + }, + "scope": 13769, + "src": "708:45:40", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "functionSelector": "1f2f4bfd", + "id": 13757, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getApplication", + "nameLocation": "770:14:40", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13752, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13751, + "mutability": "mutable", + "name": "id", + "nameLocation": "790:2:40", + "nodeType": "VariableDeclaration", + "scope": 13757, + "src": "785:7:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13750, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "785:4:40", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "784:9:40" + }, + "returnParameters": { + "id": 13756, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13755, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13757, + "src": "817:18:40", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_memory_ptr", + "typeString": "struct IApplicationManager.Application" + }, + "typeName": { + "id": 13754, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13753, + "name": "Application", + "nameLocations": [ + "817:11:40" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13704, + "src": "817:11:40" + }, + "referencedDeclaration": 13704, + "src": "817:11:40", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage_ptr", + "typeString": "struct IApplicationManager.Application" + } + }, + "visibility": "internal" + } + ], + "src": "816:20:40" + }, + "scope": 13769, + "src": "761:76:40", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "functionSelector": "41702a16", + "id": 13768, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getApplications", + "nameLocation": "854:15:40", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13762, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13759, + "mutability": "mutable", + "name": "start", + "nameLocation": "885:5:40", + "nodeType": "VariableDeclaration", + "scope": 13768, + "src": "880:10:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13758, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "880:4:40", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13761, + "mutability": "mutable", + "name": "limit", + "nameLocation": "906:5:40", + "nodeType": "VariableDeclaration", + "scope": 13768, + "src": "901:10:40", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 13760, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "901:4:40", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "869:49:40" + }, + "returnParameters": { + "id": 13767, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13766, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13768, + "src": "937:20:40", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr", + "typeString": "struct IApplicationManager.Application[]" + }, + "typeName": { + "baseType": { + "id": 13764, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13763, + "name": "Application", + "nameLocations": [ + "937:11:40" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13704, + "src": "937:11:40" + }, + "referencedDeclaration": 13704, + "src": "937:11:40", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Application_$13704_storage_ptr", + "typeString": "struct IApplicationManager.Application" + } + }, + "id": 13765, + "nodeType": "ArrayTypeName", + "src": "937:13:40", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Application_$13704_storage_$dyn_storage_ptr", + "typeString": "struct IApplicationManager.Application[]" + } + }, + "visibility": "internal" + } + ], + "src": "936:22:40" + }, + "scope": 13769, + "src": "845:114:40", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + } + ], + "scope": 13770, + "src": "67:895:40", + "usedErrors": [], + "usedEvents": [ + 13711, + 13718, + 13725 + ] + } + ], + "src": "40:924:40" + }, + "id": 40 + }, + "contracts/IOIDPermissionManager.sol": { + "ast": { + "absolutePath": "contracts/IOIDPermissionManager.sol", + "exportedSymbols": { + "IOIDPermissionManager": [ + 13803 + ] + }, + "id": 13804, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 13771, + "literals": [ + "solidity", + "0.8", + ".26" + ], + "nodeType": "PragmaDirective", + "src": "39:23:41" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "IOIDPermissionManager", + "contractDependencies": [], + "contractKind": "interface", + "fullyImplemented": false, + "id": 13803, + "linearizedBaseContracts": [ + 13803 + ], + "name": "IOIDPermissionManager", + "nameLocation": "74:21:41", + "nodeType": "ContractDefinition", + "nodes": [ + { + "anonymous": false, + "eventSelector": "a7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f35", + "id": 13779, + "name": "PermissionUpdated", + "nameLocation": "108:17:41", + "nodeType": "EventDefinition", + "parameters": { + "id": 13778, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13773, + "indexed": false, + "mutability": "mutable", + "name": "key", + "nameLocation": "134:3:41", + "nodeType": "VariableDeclaration", + "scope": 13779, + "src": "126:11:41", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13772, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "126:7:41", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13775, + "indexed": false, + "mutability": "mutable", + "name": "account", + "nameLocation": "147:7:41", + "nodeType": "VariableDeclaration", + "scope": 13779, + "src": "139:15:41", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 13774, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "139:7:41", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13777, + "indexed": false, + "mutability": "mutable", + "name": "granted", + "nameLocation": "161:7:41", + "nodeType": "VariableDeclaration", + "scope": 13779, + "src": "156:12:41", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 13776, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "156:4:41", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "125:44:41" + }, + "src": "102:68:41" + }, + { + "functionSelector": "bc586456", + "id": 13786, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "grantPermission", + "nameLocation": "184:15:41", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13784, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13781, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "208:15:41", + "nodeType": "VariableDeclaration", + "scope": 13786, + "src": "200:23:41", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13780, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "200:7:41", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13783, + "mutability": "mutable", + "name": "account", + "nameLocation": "234:7:41", + "nodeType": "VariableDeclaration", + "scope": 13786, + "src": "226:15:41", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 13782, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "226:7:41", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "199:43:41" + }, + "returnParameters": { + "id": 13785, + "nodeType": "ParameterList", + "parameters": [], + "src": "251:0:41" + }, + "scope": 13803, + "src": "175:77:41", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "functionSelector": "a6a8f17b", + "id": 13793, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "revokePermission", + "nameLocation": "266:16:41", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13791, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13788, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "291:15:41", + "nodeType": "VariableDeclaration", + "scope": 13793, + "src": "283:23:41", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13787, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "283:7:41", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13790, + "mutability": "mutable", + "name": "account", + "nameLocation": "317:7:41", + "nodeType": "VariableDeclaration", + "scope": 13793, + "src": "309:15:41", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 13789, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "309:7:41", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "282:43:41" + }, + "returnParameters": { + "id": 13792, + "nodeType": "ParameterList", + "parameters": [], + "src": "334:0:41" + }, + "scope": 13803, + "src": "257:78:41", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "functionSelector": "28545c0d", + "id": 13802, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "hasPermission", + "nameLocation": "349:13:41", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13798, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13795, + "mutability": "mutable", + "name": "key", + "nameLocation": "380:3:41", + "nodeType": "VariableDeclaration", + "scope": 13802, + "src": "372:11:41", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13794, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "372:7:41", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13797, + "mutability": "mutable", + "name": "account", + "nameLocation": "402:7:41", + "nodeType": "VariableDeclaration", + "scope": 13802, + "src": "394:15:41", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 13796, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "394:7:41", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "362:53:41" + }, + "returnParameters": { + "id": 13801, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13800, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13802, + "src": "439:4:41", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 13799, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "439:4:41", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "438:6:41" + }, + "scope": 13803, + "src": "340:105:41", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + } + ], + "scope": 13804, + "src": "64:383:41", + "usedErrors": [], + "usedEvents": [ + 13779 + ] + } + ], + "src": "39:408:41" + }, + "id": 41 + }, + "contracts/Imports.sol": { + "ast": { + "absolutePath": "contracts/Imports.sol", + "exportedSymbols": { + "AccessDenied": [ + 9 + ], + "Address": [ + 7984 + ], + "Attestation": [ + 49 + ], + "AttestationRequest": [ + 2049 + ], + "AttestationRequestData": [ + 2042 + ], + "DeadlineExpired": [ + 11 + ], + "DelegatedAttestationRequest": [ + 2063 + ], + "DelegatedProxyAttestationRequest": [ + 2962 + ], + "DelegatedProxyRevocationRequest": [ + 2992 + ], + "DelegatedRevocationRequest": [ + 2114 + ], + "EAS": [ + 2019 + ], + "ECDSA": [ + 9166 + ], + "EIP1271Verifier": [ + 2922 + ], + "EIP712": [ + 9393 + ], + "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": 13809, + "license": "Unlicense", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 13805, + "literals": [ + "solidity", + "^", + "0.8", + ".26" + ], + "nodeType": "PragmaDirective", + "src": "38:24:42" + }, + { + "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol", + "file": "@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol", + "id": 13806, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 13809, + "sourceUnit": 2522, + "src": "64:82:42", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/EAS.sol", + "file": "@ethereum-attestation-service/eas-contracts/contracts/EAS.sol", + "id": 13807, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 13809, + "sourceUnit": 2020, + "src": "147:71:42", + "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": 13808, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 13809, + "sourceUnit": 3775, + "src": "219:92:42", + "symbolAliases": [], + "unitAlias": "" + } + ], + "src": "38:274:42" + }, + "id": 42 + }, + "contracts/OIDAccessManager.sol": { + "ast": { + "absolutePath": "contracts/OIDAccessManager.sol", + "exportedSymbols": { + "AccessManagerUpgradeable": [ + 6528 + ], + "OIDAccessManager": [ + 13835 + ] + }, + "id": 13836, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 13810, + "literals": [ + "solidity", + "0.8", + ".26" + ], + "nodeType": "PragmaDirective", + "src": "39:23:43" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol", + "file": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol", + "id": 13812, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 13836, + "sourceUnit": 6529, + "src": "109:121:43", + "symbolAliases": [ + { + "foreign": { + "id": 13811, + "name": "AccessManagerUpgradeable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6528, + "src": "117:24:43", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 13813, + "name": "AccessManagerUpgradeable", + "nameLocations": [ + "261:24:43" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6528, + "src": "261:24:43" + }, + "id": 13814, + "nodeType": "InheritanceSpecifier", + "src": "261:24:43" + } + ], + "canonicalName": "OIDAccessManager", + "contractDependencies": [], + "contractKind": "contract", + "fullyImplemented": true, + "id": 13835, + "linearizedBaseContracts": [ + 13835, + 6528, + 7670, + 6931, + 6828, + 6782 + ], + "name": "OIDAccessManager", + "nameLocation": "241:16:43", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": true, + "functionSelector": "77de1131", + "id": 13817, + "mutability": "constant", + "name": "APPLICATION_MANAGER_ROLE", + "nameLocation": "315:24:43", + "nodeType": "VariableDeclaration", + "scope": 13835, + "src": "292:51:43", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 13815, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "292:6:43", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "value": { + "hexValue": "31", + "id": 13816, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "342:1:43", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "visibility": "public" + }, + { + "constant": true, + "functionSelector": "cfef5e83", + "id": 13820, + "mutability": "constant", + "name": "ATTESTATION_MANAGER_ROLE", + "nameLocation": "372:24:43", + "nodeType": "VariableDeclaration", + "scope": 13835, + "src": "349:51:43", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 13818, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "349:6:43", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "value": { + "hexValue": "32", + "id": 13819, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "399:1:43", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "visibility": "public" + }, + { + "constant": true, + "functionSelector": "0125a425", + "id": 13823, + "mutability": "constant", + "name": "PERMISSION_MANAGER_ROLE", + "nameLocation": "429:23:43", + "nodeType": "VariableDeclaration", + "scope": 13835, + "src": "406:50:43", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 13821, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "406:6:43", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "value": { + "hexValue": "33", + "id": 13822, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "455:1:43", + "typeDescriptions": { + "typeIdentifier": "t_rational_3_by_1", + "typeString": "int_const 3" + }, + "value": "3" + }, + "visibility": "public" + }, + { + "body": { + "id": 13833, + "nodeType": "Block", + "src": "504:49:43", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "id": 13829, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -15, + "src": "535:3:43", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 13830, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "539:6:43", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "535:10:43", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 13828, + "name": "__AccessManager_init", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4550, + "src": "514:20:43", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 13831, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "514:32:43", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 13832, + "nodeType": "ExpressionStatement", + "src": "514:32:43" + } + ] + }, + "functionSelector": "8129fc1c", + "id": 13834, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 13826, + "kind": "modifierInvocation", + "modifierName": { + "id": 13825, + "name": "initializer", + "nameLocations": [ + "492:11:43" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6636, + "src": "492:11:43" + }, + "nodeType": "ModifierInvocation", + "src": "492:11:43" + } + ], + "name": "initialize", + "nameLocation": "472:10:43", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13824, + "nodeType": "ParameterList", + "parameters": [], + "src": "482:2:43" + }, + "returnParameters": { + "id": 13827, + "nodeType": "ParameterList", + "parameters": [], + "src": "504:0:43" + }, + "scope": 13835, + "src": "463:90:43", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + } + ], + "scope": 13836, + "src": "232:323:43", + "usedErrors": [ + 6545, + 6548, + 7350, + 7354, + 7358, + 7362, + 7366, + 7368, + 7374, + 7382, + 7386, + 7396, + 7400, + 7735, + 8024, + 8027, + 11191 + ], + "usedEvents": [ + 6553, + 7257, + 7264, + 7271, + 7278, + 7291, + 7298, + 7305, + 7312, + 7321, + 7328, + 7337, + 7346 + ] + } + ], + "src": "39:517:43" + }, + "id": 43 + }, + "contracts/OIDPermissionManager.sol": { + "ast": { + "absolutePath": "contracts/OIDPermissionManager.sol", + "exportedSymbols": { + "AccessManaged": [ + 7116 + ], + "Attestation": [ + 49 + ], + "IAccessManager": [ + 7670 + ], + "IEAS": [ + 2326 + ], + "IOIDPermissionManager": [ + 13803 + ], + "OIDAccessManager": [ + 13835 + ], + "OIDPermissionManager": [ + 14205 + ] + }, + "id": 14206, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 13837, + "literals": [ + "solidity", + "0.8", + ".26" + ], + "nodeType": "PragmaDirective", + "src": "39:23:44" + }, + { + "absolutePath": "contracts/IOIDPermissionManager.sol", + "file": "./IOIDPermissionManager.sol", + "id": 13839, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14206, + "sourceUnit": 13804, + "src": "63:66:44", + "symbolAliases": [ + { + "foreign": { + "id": 13838, + "name": "IOIDPermissionManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13803, + "src": "71:21:44", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/access/manager/AccessManaged.sol", + "file": "@openzeppelin/contracts/access/manager/AccessManaged.sol", + "id": 13841, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14206, + "sourceUnit": 7117, + "src": "130:87:44", + "symbolAliases": [ + { + "foreign": { + "id": 13840, + "name": "AccessManaged", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7116, + "src": "138:13:44", + "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": 13843, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14206, + "sourceUnit": 2327, + "src": "218:84:44", + "symbolAliases": [ + { + "foreign": { + "id": 13842, + "name": "IEAS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2326, + "src": "226:4:44", + "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": 13845, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14206, + "sourceUnit": 66, + "src": "303:93:44", + "symbolAliases": [ + { + "foreign": { + "id": 13844, + "name": "Attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 49, + "src": "311:11:44", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManager.sol", + "file": "@openzeppelin/contracts/access/manager/IAccessManager.sol", + "id": 13847, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14206, + "sourceUnit": 7671, + "src": "397:89:44", + "symbolAliases": [ + { + "foreign": { + "id": 13846, + "name": "IAccessManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 7670, + "src": "405:14:44", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "contracts/OIDAccessManager.sol", + "file": "./OIDAccessManager.sol", + "id": 13849, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14206, + "sourceUnit": 13836, + "src": "487:56:44", + "symbolAliases": [ + { + "foreign": { + "id": 13848, + "name": "OIDAccessManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13835, + "src": "495:16:44", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 13850, + "name": "IOIDPermissionManager", + "nameLocations": [ + "578:21:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13803, + "src": "578:21:44" + }, + "id": 13851, + "nodeType": "InheritanceSpecifier", + "src": "578:21:44" + }, + { + "baseName": { + "id": 13852, + "name": "AccessManaged", + "nameLocations": [ + "601:13:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 7116, + "src": "601:13:44" + }, + "id": 13853, + "nodeType": "InheritanceSpecifier", + "src": "601:13:44" + } + ], + "canonicalName": "OIDPermissionManager", + "contractDependencies": [], + "contractKind": "contract", + "fullyImplemented": true, + "id": 14205, + "linearizedBaseContracts": [ + 14205, + 7116, + 7238, + 8014, + 13803 + ], + "name": "OIDPermissionManager", + "nameLocation": "554:20:44", + "nodeType": "ContractDefinition", + "nodes": [ + { + "errorSelector": "dccef964", + "id": 13857, + "name": "UnauthorizedAccess", + "nameLocation": "627:18:44", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 13856, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13855, + "mutability": "mutable", + "name": "caller", + "nameLocation": "654:6:44", + "nodeType": "VariableDeclaration", + "scope": 13857, + "src": "646:14:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 13854, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "646:7:44", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "645:16:44" + }, + "src": "621:41:44" + }, + { + "errorSelector": "01fb6dd1", + "id": 13861, + "name": "AttestationNotFound", + "nameLocation": "673:19:44", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 13860, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13859, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "701:15:44", + "nodeType": "VariableDeclaration", + "scope": 13861, + "src": "693:23:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13858, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "693:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "692:25:44" + }, + "src": "667:51:44" + }, + { + "errorSelector": "04bed256", + "id": 13865, + "name": "AttestationRevoked", + "nameLocation": "729:18:44", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 13864, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13863, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "756:15:44", + "nodeType": "VariableDeclaration", + "scope": 13865, + "src": "748:23:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13862, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "748:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "747:25:44" + }, + "src": "723:50:44" + }, + { + "canonicalName": "OIDPermissionManager.Permission", + "id": 13870, + "members": [ + { + "constant": false, + "id": 13867, + "mutability": "mutable", + "name": "granted", + "nameLocation": "812:7:44", + "nodeType": "VariableDeclaration", + "scope": 13870, + "src": "807:12:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 13866, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "807:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13869, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "837:15:44", + "nodeType": "VariableDeclaration", + "scope": 13870, + "src": "829:23:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13868, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "829:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "name": "Permission", + "nameLocation": "786:10:44", + "nodeType": "StructDefinition", + "scope": 14205, + "src": "779:80:44", + "visibility": "public" + }, + { + "constant": false, + "id": 13873, + "mutability": "immutable", + "name": "_eas", + "nameLocation": "888:4:44", + "nodeType": "VariableDeclaration", + "scope": 14205, + "src": "864:28:44", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + }, + "typeName": { + "id": 13872, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13871, + "name": "IEAS", + "nameLocations": [ + "864:4:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2326, + "src": "864:4:44" + }, + "referencedDeclaration": 2326, + "src": "864:4:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13880, + "mutability": "mutable", + "name": "permissions", + "nameLocation": "958:11:44", + "nodeType": "VariableDeclaration", + "scope": 14205, + "src": "899:70:44", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_struct$_Permission_$13870_storage_$_$", + "typeString": "mapping(bytes32 => mapping(address => struct OIDPermissionManager.Permission))" + }, + "typeName": { + "id": 13879, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 13874, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "907:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Mapping", + "src": "899:50:44", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_struct$_Permission_$13870_storage_$_$", + "typeString": "mapping(bytes32 => mapping(address => struct OIDPermissionManager.Permission))" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 13878, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 13875, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "926:7:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "918:30:44", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Permission_$13870_storage_$", + "typeString": "mapping(address => struct OIDPermissionManager.Permission)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 13877, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13876, + "name": "Permission", + "nameLocations": [ + "937:10:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13870, + "src": "937:10:44" + }, + "referencedDeclaration": 13870, + "src": "937:10:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission" + } + } + } + }, + "visibility": "private" + }, + { + "body": { + "id": 13895, + "nodeType": "Block", + "src": "1085:34:44", + "statements": [ + { + "expression": { + "id": 13893, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 13891, + "name": "_eas", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13873, + "src": "1095:4:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 13892, + "name": "initialEAS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13885, + "src": "1102:10:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "src": "1095:17:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "id": 13894, + "nodeType": "ExpressionStatement", + "src": "1095:17:44" + } + ] + }, + "id": 13896, + "implemented": true, + "kind": "constructor", + "modifiers": [ + { + "arguments": [ + { + "id": 13888, + "name": "initialAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13882, + "src": "1067:16:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "id": 13889, + "kind": "baseConstructorSpecifier", + "modifierName": { + "id": 13887, + "name": "AccessManaged", + "nameLocations": [ + "1053:13:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 7116, + "src": "1053:13:44" + }, + "nodeType": "ModifierInvocation", + "src": "1053:31:44" + } + ], + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13886, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13882, + "mutability": "mutable", + "name": "initialAuthority", + "nameLocation": "1005:16:44", + "nodeType": "VariableDeclaration", + "scope": 13896, + "src": "997:24:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 13881, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "997:7:44", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13885, + "mutability": "mutable", + "name": "initialEAS", + "nameLocation": "1036:10:44", + "nodeType": "VariableDeclaration", + "scope": 13896, + "src": "1031:15:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + }, + "typeName": { + "id": 13884, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13883, + "name": "IEAS", + "nameLocations": [ + "1031:4:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2326, + "src": "1031:4:44" + }, + "referencedDeclaration": 2326, + "src": "1031:4:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "visibility": "internal" + } + ], + "src": "987:65:44" + }, + "returnParameters": { + "id": 13890, + "nodeType": "ParameterList", + "parameters": [], + "src": "1085:0:44" + }, + "scope": 14205, + "src": "976:143:44", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + }, + { + "baseFunctions": [ + 13786 + ], + "body": { + "id": 13909, + "nodeType": "Block", + "src": "1202:66:44", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 13904, + "name": "attestation_uid", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13898, + "src": "1230:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 13905, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13900, + "src": "1247:7:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "hexValue": "74727565", + "id": 13906, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1256:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "id": 13903, + "name": "_updatePermission", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14023, + "src": "1212:17:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_address_$_t_bool_$returns$__$", + "typeString": "function (bytes32,address,bool)" + } + }, + "id": 13907, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1212:49:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 13908, + "nodeType": "ExpressionStatement", + "src": "1212:49:44" + } + ] + }, + "functionSelector": "bc586456", + "id": 13910, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "grantPermission", + "nameLocation": "1135:15:44", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13901, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13898, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "1159:15:44", + "nodeType": "VariableDeclaration", + "scope": 13910, + "src": "1151:23:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13897, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1151:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13900, + "mutability": "mutable", + "name": "account", + "nameLocation": "1184:7:44", + "nodeType": "VariableDeclaration", + "scope": 13910, + "src": "1176:15:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 13899, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1176:7:44", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1150:42:44" + }, + "returnParameters": { + "id": 13902, + "nodeType": "ParameterList", + "parameters": [], + "src": "1202:0:44" + }, + "scope": 14205, + "src": "1126:142:44", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 13793 + ], + "body": { + "id": 13924, + "nodeType": "Block", + "src": "1361:67:44", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 13919, + "name": "attestation_uid", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13912, + "src": "1389:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 13920, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13914, + "src": "1406:7:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "hexValue": "66616c7365", + "id": 13921, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1415:5:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "id": 13918, + "name": "_updatePermission", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14023, + "src": "1371:17:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_address_$_t_bool_$returns$__$", + "typeString": "function (bytes32,address,bool)" + } + }, + "id": 13922, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1371:50:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 13923, + "nodeType": "ExpressionStatement", + "src": "1371:50:44" + } + ] + }, + "functionSelector": "a6a8f17b", + "id": 13925, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "revokePermission", + "nameLocation": "1284:16:44", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 13916, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "1352:8:44" + }, + "parameters": { + "id": 13915, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13912, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "1309:15:44", + "nodeType": "VariableDeclaration", + "scope": 13925, + "src": "1301:23:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13911, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1301:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13914, + "mutability": "mutable", + "name": "account", + "nameLocation": "1334:7:44", + "nodeType": "VariableDeclaration", + "scope": 13925, + "src": "1326:15:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 13913, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1326:7:44", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1300:42:44" + }, + "returnParameters": { + "id": 13917, + "nodeType": "ParameterList", + "parameters": [], + "src": "1361:0:44" + }, + "scope": 14205, + "src": "1275:153:44", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 13802 + ], + "body": { + "id": 13973, + "nodeType": "Block", + "src": "1528:375:44", + "statements": [ + { + "assignments": [ + 13937 + ], + "declarations": [ + { + "constant": false, + "id": 13937, + "mutability": "mutable", + "name": "permission", + "nameLocation": "1557:10:44", + "nodeType": "VariableDeclaration", + "scope": 13973, + "src": "1538:29:44", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission" + }, + "typeName": { + "id": 13936, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13935, + "name": "Permission", + "nameLocations": [ + "1538:10:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13870, + "src": "1538:10:44" + }, + "referencedDeclaration": 13870, + "src": "1538:10:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission" + } + }, + "visibility": "internal" + } + ], + "id": 13943, + "initialValue": { + "baseExpression": { + "baseExpression": { + "id": 13938, + "name": "permissions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13880, + "src": "1570:11:44", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_struct$_Permission_$13870_storage_$_$", + "typeString": "mapping(bytes32 => mapping(address => struct OIDPermissionManager.Permission storage ref))" + } + }, + "id": 13940, + "indexExpression": { + "id": 13939, + "name": "key", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13927, + "src": "1582:3:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "1570:16:44", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Permission_$13870_storage_$", + "typeString": "mapping(address => struct OIDPermissionManager.Permission storage ref)" + } + }, + "id": 13942, + "indexExpression": { + "id": 13941, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13929, + "src": "1587:7:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "1570:25:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage", + "typeString": "struct OIDPermissionManager.Permission storage ref" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1538:57:44" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 13951, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 13947, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "1609:30:44", + "subExpression": { + "arguments": [ + { + "id": 13945, + "name": "permission", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13937, + "src": "1628:10:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission storage pointer" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission storage pointer" + } + ], + "id": 13944, + "name": "_permissionExists", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14089, + "src": "1610:17:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_struct$_Permission_$13870_storage_ptr_$returns$_t_bool_$", + "typeString": "function (struct OIDPermissionManager.Permission storage pointer) view returns (bool)" + } + }, + "id": 13946, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1610:29:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "id": 13950, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "1643:19:44", + "subExpression": { + "expression": { + "id": 13948, + "name": "permission", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13937, + "src": "1644:10:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission storage pointer" + } + }, + "id": 13949, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1655:7:44", + "memberName": "granted", + "nodeType": "MemberAccess", + "referencedDeclaration": 13867, + "src": "1644:18:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "1609:53:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 13955, + "nodeType": "IfStatement", + "src": "1605:96:44", + "trueBody": { + "id": 13954, + "nodeType": "Block", + "src": "1664:37:44", + "statements": [ + { + "expression": { + "hexValue": "66616c7365", + "id": 13952, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1685:5:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "functionReturnParameters": 13934, + "id": 13953, + "nodeType": "Return", + "src": "1678:12:44" + } + ] + } + }, + { + "assignments": [ + 13958 + ], + "declarations": [ + { + "constant": false, + "id": 13958, + "mutability": "mutable", + "name": "attestation", + "nameLocation": "1729:11:44", + "nodeType": "VariableDeclaration", + "scope": 13973, + "src": "1710:30:44", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation" + }, + "typeName": { + "id": 13957, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13956, + "name": "Attestation", + "nameLocations": [ + "1710:11:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "1710:11:44" + }, + "referencedDeclaration": 49, + "src": "1710:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + } + ], + "id": 13963, + "initialValue": { + "arguments": [ + { + "expression": { + "id": 13960, + "name": "permission", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13937, + "src": "1759:10:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission storage pointer" + } + }, + "id": 13961, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1770:15:44", + "memberName": "attestation_uid", + "nodeType": "MemberAccess", + "referencedDeclaration": 13869, + "src": "1759:26:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 13959, + "name": "_getAttestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14144, + "src": "1743:15:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$_t_struct$_Attestation_$49_memory_ptr_$", + "typeString": "function (bytes32) view returns (struct Attestation memory)" + } + }, + "id": 13962, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1743:43:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1710:76:44" + }, + { + "condition": { + "arguments": [ + { + "id": 13965, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13958, + "src": "1822:11:44", + "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" + } + ], + "id": 13964, + "name": "_isAttestationRevoked", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14173, + "src": "1800:21:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bool_$", + "typeString": "function (struct Attestation memory) pure returns (bool)" + } + }, + "id": 13966, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1800:34:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 13970, + "nodeType": "IfStatement", + "src": "1796:77:44", + "trueBody": { + "id": 13969, + "nodeType": "Block", + "src": "1836:37:44", + "statements": [ + { + "expression": { + "hexValue": "66616c7365", + "id": 13967, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1857:5:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "functionReturnParameters": 13934, + "id": 13968, + "nodeType": "Return", + "src": "1850:12:44" + } + ] + } + }, + { + "expression": { + "hexValue": "74727565", + "id": 13971, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1892:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 13934, + "id": 13972, + "nodeType": "Return", + "src": "1885:11:44" + } + ] + }, + "functionSelector": "28545c0d", + "id": 13974, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "hasPermission", + "nameLocation": "1447:13:44", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 13931, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "1504:8:44" + }, + "parameters": { + "id": 13930, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13927, + "mutability": "mutable", + "name": "key", + "nameLocation": "1469:3:44", + "nodeType": "VariableDeclaration", + "scope": 13974, + "src": "1461:11:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13926, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1461:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13929, + "mutability": "mutable", + "name": "account", + "nameLocation": "1481:7:44", + "nodeType": "VariableDeclaration", + "scope": 13974, + "src": "1473:15:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 13928, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1473:7:44", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1460:29:44" + }, + "returnParameters": { + "id": 13934, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13933, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 13974, + "src": "1522:4:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 13932, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1522:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "1521:6:44" + }, + "scope": 14205, + "src": "1438:465:44", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 14022, + "nodeType": "Block", + "src": "2002:420:44", + "statements": [ + { + "assignments": [ + 13985 + ], + "declarations": [ + { + "constant": false, + "id": 13985, + "mutability": "mutable", + "name": "attestation", + "nameLocation": "2031:11:44", + "nodeType": "VariableDeclaration", + "scope": 14022, + "src": "2012:30:44", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation" + }, + "typeName": { + "id": 13984, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 13983, + "name": "Attestation", + "nameLocations": [ + "2012:11:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "2012:11:44" + }, + "referencedDeclaration": 49, + "src": "2012:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + } + ], + "id": 13989, + "initialValue": { + "arguments": [ + { + "id": 13987, + "name": "attestation_uid", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13976, + "src": "2061:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 13986, + "name": "_getAttestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14144, + "src": "2045:15:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$_t_struct$_Attestation_$49_memory_ptr_$", + "typeString": "function (bytes32) view returns (struct Attestation memory)" + } + }, + "id": 13988, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2045:32:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2012:65:44" + }, + { + "condition": { + "arguments": [ + { + "id": 13991, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13985, + "src": "2113:11:44", + "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" + } + ], + "id": 13990, + "name": "_isAttestationRevoked", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14173, + "src": "2091:21:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bool_$", + "typeString": "function (struct Attestation memory) pure returns (bool)" + } + }, + "id": 13992, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2091:34:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 13998, + "nodeType": "IfStatement", + "src": "2087:107:44", + "trueBody": { + "id": 13997, + "nodeType": "Block", + "src": "2127:67:44", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 13994, + "name": "attestation_uid", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13976, + "src": "2167:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 13993, + "name": "AttestationRevoked", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13865, + "src": "2148:18:44", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", + "typeString": "function (bytes32) pure returns (error)" + } + }, + "id": 13995, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2148:35:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 13996, + "nodeType": "RevertStatement", + "src": "2141:42:44" + } + ] + } + }, + { + "expression": { + "arguments": [ + { + "id": 14000, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13985, + "src": "2226:11:44", + "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" + } + ], + "id": 13999, + "name": "_checkAuthorization", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14045, + "src": "2206:19:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_struct$_Attestation_$49_memory_ptr_$returns$__$", + "typeString": "function (struct Attestation memory) view" + } + }, + "id": 14001, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2206:32:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 14002, + "nodeType": "ExpressionStatement", + "src": "2206:32:44" + }, + { + "assignments": [ + 14004 + ], + "declarations": [ + { + "constant": false, + "id": 14004, + "mutability": "mutable", + "name": "key", + "nameLocation": "2256:3:44", + "nodeType": "VariableDeclaration", + "scope": 14022, + "src": "2248:11:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 14003, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2248:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "id": 14008, + "initialValue": { + "arguments": [ + { + "id": 14006, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13985, + "src": "2284:11:44", + "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" + } + ], + "id": 14005, + "name": "_decodeAttestationKey", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14204, + "src": "2262:21:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (struct Attestation memory) pure returns (bytes32)" + } + }, + "id": 14007, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2262:34:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2248:48:44" + }, + { + "expression": { + "arguments": [ + { + "id": 14010, + "name": "key", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14004, + "src": "2321:3:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 14011, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13978, + "src": "2326:7:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 14012, + "name": "granted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13980, + "src": "2335:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 14013, + "name": "attestation_uid", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13976, + "src": "2344:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 14009, + "name": "_setPermission", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14112, + "src": "2306:14:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_address_$_t_bool_$_t_bytes32_$returns$__$", + "typeString": "function (bytes32,address,bool,bytes32)" + } + }, + "id": 14014, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2306:54:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 14015, + "nodeType": "ExpressionStatement", + "src": "2306:54:44" + }, + { + "eventCall": { + "arguments": [ + { + "id": 14017, + "name": "key", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14004, + "src": "2393:3:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 14018, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13978, + "src": "2398:7:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 14019, + "name": "granted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13980, + "src": "2407:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + ], + "id": 14016, + "name": "PermissionUpdated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13779, + "src": "2375:17:44", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_address_$_t_bool_$returns$__$", + "typeString": "function (bytes32,address,bool)" + } + }, + "id": 14020, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2375:40:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 14021, + "nodeType": "EmitStatement", + "src": "2370:45:44" + } + ] + }, + "id": 14023, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_updatePermission", + "nameLocation": "1919:17:44", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 13981, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 13976, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "1945:15:44", + "nodeType": "VariableDeclaration", + "scope": 14023, + "src": "1937:23:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 13975, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1937:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13978, + "mutability": "mutable", + "name": "account", + "nameLocation": "1970:7:44", + "nodeType": "VariableDeclaration", + "scope": 14023, + "src": "1962:15:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 13977, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1962:7:44", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 13980, + "mutability": "mutable", + "name": "granted", + "nameLocation": "1984:7:44", + "nodeType": "VariableDeclaration", + "scope": 14023, + "src": "1979:12:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 13979, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1979:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "1936:56:44" + }, + "returnParameters": { + "id": 13982, + "nodeType": "ParameterList", + "parameters": [], + "src": "2002:0:44" + }, + "scope": 14205, + "src": "1910:512:44", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 14044, + "nodeType": "Block", + "src": "2503:142:44", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 14036, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 14032, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "2515:37:44", + "subExpression": { + "arguments": [ + { + "id": 14030, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14026, + "src": "2540:11:44", + "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" + } + ], + "id": 14029, + "name": "_isAttestationRecipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14159, + "src": "2516:23:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bool_$", + "typeString": "function (struct Attestation memory) view returns (bool)" + } + }, + "id": 14031, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2516:36:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "id": 14035, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "2556:23:44", + "subExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 14033, + "name": "_isPermissionManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14072, + "src": "2557:20:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_bool_$", + "typeString": "function () view returns (bool)" + } + }, + "id": 14034, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2557:22:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "2515:64:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 14043, + "nodeType": "IfStatement", + "src": "2511:128:44", + "trueBody": { + "id": 14042, + "nodeType": "Block", + "src": "2581:58:44", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "expression": { + "id": 14038, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -15, + "src": "2619:3:44", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 14039, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2623:6:44", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2619:10:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 14037, + "name": "UnauthorizedAccess", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13857, + "src": "2600:18:44", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", + "typeString": "function (address) pure returns (error)" + } + }, + "id": 14040, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2600:30:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 14041, + "nodeType": "RevertStatement", + "src": "2593:37:44" + } + ] + } + } + ] + }, + "id": 14045, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_checkAuthorization", + "nameLocation": "2437:19:44", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14027, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14026, + "mutability": "mutable", + "name": "attestation", + "nameLocation": "2476:11:44", + "nodeType": "VariableDeclaration", + "scope": 14045, + "src": "2457:30:44", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation" + }, + "typeName": { + "id": 14025, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14024, + "name": "Attestation", + "nameLocations": [ + "2457:11:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "2457:11:44" + }, + "referencedDeclaration": 49, + "src": "2457:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + } + ], + "src": "2456:32:44" + }, + "returnParameters": { + "id": 14028, + "nodeType": "ParameterList", + "parameters": [], + "src": "2503:0:44" + }, + "scope": 14205, + "src": "2428:217:44", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 14071, + "nodeType": "Block", + "src": "2713:221:44", + "statements": [ + { + "assignments": [ + 14052 + ], + "declarations": [ + { + "constant": false, + "id": 14052, + "mutability": "mutable", + "name": "access", + "nameLocation": "2740:6:44", + "nodeType": "VariableDeclaration", + "scope": 14071, + "src": "2723:23:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + }, + "typeName": { + "id": 14051, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14050, + "name": "OIDAccessManager", + "nameLocations": [ + "2723:16:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13835, + "src": "2723:16:44" + }, + "referencedDeclaration": 13835, + "src": "2723:16:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + } + }, + "visibility": "internal" + } + ], + "id": 14057, + "initialValue": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 14054, + "name": "authority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 6984, + "src": "2766:9:44", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 14055, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2766:11:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 14053, + "name": "OIDAccessManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13835, + "src": "2749:16:44", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_OIDAccessManager_$13835_$", + "typeString": "type(contract OIDAccessManager)" + } + }, + "id": 14056, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2749:29:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2723:55:44" + }, + { + "assignments": [ + 14059, + null + ], + "declarations": [ + { + "constant": false, + "id": 14059, + "mutability": "mutable", + "name": "isMember", + "nameLocation": "2794:8:44", + "nodeType": "VariableDeclaration", + "scope": 14071, + "src": "2789:13:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 14058, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2789:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + null + ], + "id": 14068, + "initialValue": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "id": 14062, + "name": "access", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14052, + "src": "2836:6:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + } + }, + "id": 14063, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2843:23:44", + "memberName": "PERMISSION_MANAGER_ROLE", + "nodeType": "MemberAccess", + "referencedDeclaration": 13823, + "src": "2836:30:44", + "typeDescriptions": { + "typeIdentifier": "t_function_external_view$__$returns$_t_uint64_$", + "typeString": "function () view external returns (uint64)" + } + }, + "id": 14064, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2836:32:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "expression": { + "id": 14065, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -15, + "src": "2882:3:44", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 14066, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2886:6:44", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2882:10:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "expression": { + "id": 14060, + "name": "access", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14052, + "src": "2808:6:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + } + }, + "id": 14061, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2815:7:44", + "memberName": "hasRole", + "nodeType": "MemberAccess", + "referencedDeclaration": 4898, + "src": "2808:14:44", + "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": 14067, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2808:94:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2788:114:44" + }, + { + "expression": { + "id": 14069, + "name": "isMember", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14059, + "src": "2919:8:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 14049, + "id": 14070, + "nodeType": "Return", + "src": "2912:15:44" + } + ] + }, + "id": 14072, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_isPermissionManager", + "nameLocation": "2661:20:44", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14046, + "nodeType": "ParameterList", + "parameters": [], + "src": "2681:2:44" + }, + "returnParameters": { + "id": 14049, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14048, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14072, + "src": "2707:4:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 14047, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2707:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "2706:6:44" + }, + "scope": 14205, + "src": "2652:282:44", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 14088, + "nodeType": "Block", + "src": "3028:64:44", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 14086, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 14080, + "name": "permission", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14075, + "src": "3045:10:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission storage pointer" + } + }, + "id": 14081, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3056:15:44", + "memberName": "attestation_uid", + "nodeType": "MemberAccess", + "referencedDeclaration": 13869, + "src": "3045:26:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 14084, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3083:1:44", + "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": 14083, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3075:7:44", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 14082, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3075:7:44", + "typeDescriptions": {} + } + }, + "id": 14085, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3075:10:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "3045:40:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 14079, + "id": 14087, + "nodeType": "Return", + "src": "3038:47:44" + } + ] + }, + "id": 14089, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_permissionExists", + "nameLocation": "2950:17:44", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14076, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14075, + "mutability": "mutable", + "name": "permission", + "nameLocation": "2987:10:44", + "nodeType": "VariableDeclaration", + "scope": 14089, + "src": "2968:29:44", + "stateVariable": false, + "storageLocation": "storage", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission" + }, + "typeName": { + "id": 14074, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14073, + "name": "Permission", + "nameLocations": [ + "2968:10:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13870, + "src": "2968:10:44" + }, + "referencedDeclaration": 13870, + "src": "2968:10:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage_ptr", + "typeString": "struct OIDPermissionManager.Permission" + } + }, + "visibility": "internal" + } + ], + "src": "2967:31:44" + }, + "returnParameters": { + "id": 14079, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14078, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14089, + "src": "3022:4:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 14077, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3022:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "3021:6:44" + }, + "scope": 14205, + "src": "2941:151:44", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 14111, + "nodeType": "Block", + "src": "3222:132:44", + "statements": [ + { + "expression": { + "id": 14109, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "baseExpression": { + "id": 14100, + "name": "permissions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13880, + "src": "3233:11:44", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_struct$_Permission_$13870_storage_$_$", + "typeString": "mapping(bytes32 => mapping(address => struct OIDPermissionManager.Permission storage ref))" + } + }, + "id": 14103, + "indexExpression": { + "id": 14101, + "name": "key", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14091, + "src": "3245:3:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3233:16:44", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Permission_$13870_storage_$", + "typeString": "mapping(address => struct OIDPermissionManager.Permission storage ref)" + } + }, + "id": 14104, + "indexExpression": { + "id": 14102, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14093, + "src": "3250:7:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "3233:25:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage", + "typeString": "struct OIDPermissionManager.Permission storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "id": 14106, + "name": "granted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14095, + "src": "3291:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 14107, + "name": "attestation_uid", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14097, + "src": "3325:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 14105, + "name": "Permission", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13870, + "src": "3261:10:44", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_struct$_Permission_$13870_storage_ptr_$", + "typeString": "type(struct OIDPermissionManager.Permission storage pointer)" + } + }, + "id": 14108, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "structConstructorCall", + "lValueRequested": false, + "nameLocations": [ + "3282:7:44", + "3308:15:44" + ], + "names": [ + "granted", + "attestation_uid" + ], + "nodeType": "FunctionCall", + "src": "3261:86:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_memory_ptr", + "typeString": "struct OIDPermissionManager.Permission memory" + } + }, + "src": "3233:114:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Permission_$13870_storage", + "typeString": "struct OIDPermissionManager.Permission storage ref" + } + }, + "id": 14110, + "nodeType": "ExpressionStatement", + "src": "3233:114:44" + } + ] + }, + "id": 14112, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_setPermission", + "nameLocation": "3107:14:44", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14098, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14091, + "mutability": "mutable", + "name": "key", + "nameLocation": "3135:3:44", + "nodeType": "VariableDeclaration", + "scope": 14112, + "src": "3127:11:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 14090, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3127:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 14093, + "mutability": "mutable", + "name": "account", + "nameLocation": "3152:7:44", + "nodeType": "VariableDeclaration", + "scope": 14112, + "src": "3144:15:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 14092, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3144:7:44", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 14095, + "mutability": "mutable", + "name": "granted", + "nameLocation": "3170:7:44", + "nodeType": "VariableDeclaration", + "scope": 14112, + "src": "3165:12:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 14094, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3165:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 14097, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "3191:15:44", + "nodeType": "VariableDeclaration", + "scope": 14112, + "src": "3183:23:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 14096, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3183:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "3121:91:44" + }, + "returnParameters": { + "id": 14099, + "nodeType": "ParameterList", + "parameters": [], + "src": "3222:0:44" + }, + "scope": 14205, + "src": "3098:256:44", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 14143, + "nodeType": "Block", + "src": "3452:231:44", + "statements": [ + { + "assignments": [ + 14122 + ], + "declarations": [ + { + "constant": false, + "id": 14122, + "mutability": "mutable", + "name": "attestation", + "nameLocation": "3481:11:44", + "nodeType": "VariableDeclaration", + "scope": 14143, + "src": "3462:30:44", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation" + }, + "typeName": { + "id": 14121, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14120, + "name": "Attestation", + "nameLocations": [ + "3462:11:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "3462:11:44" + }, + "referencedDeclaration": 49, + "src": "3462:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + } + ], + "id": 14127, + "initialValue": { + "arguments": [ + { + "id": 14125, + "name": "attestation_uid", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14114, + "src": "3515:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "expression": { + "id": 14123, + "name": "_eas", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13873, + "src": "3495:4:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "id": 14124, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3500:14:44", + "memberName": "getAttestation", + "nodeType": "MemberAccess", + "referencedDeclaration": 2299, + "src": "3495:19:44", + "typeDescriptions": { + "typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_struct$_Attestation_$49_memory_ptr_$", + "typeString": "function (bytes32) view external returns (struct Attestation memory)" + } + }, + "id": 14126, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3495:36:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "3462:69:44" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 14134, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 14128, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14122, + "src": "3546:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" + } + }, + "id": 14129, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3558:3:44", + "memberName": "uid", + "nodeType": "MemberAccess", + "referencedDeclaration": 30, + "src": "3546:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 14132, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3573:1:44", + "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": 14131, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3565:7:44", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 14130, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3565:7:44", + "typeDescriptions": {} + } + }, + "id": 14133, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3565:10:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "3546:29:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 14140, + "nodeType": "IfStatement", + "src": "3542:104:44", + "trueBody": { + "id": 14139, + "nodeType": "Block", + "src": "3577:69:44", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 14136, + "name": "attestation_uid", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14114, + "src": "3618:15:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 14135, + "name": "AttestationNotFound", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13861, + "src": "3598:19:44", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", + "typeString": "function (bytes32) pure returns (error)" + } + }, + "id": 14137, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3598:36:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 14138, + "nodeType": "RevertStatement", + "src": "3591:43:44" + } + ] + } + }, + { + "expression": { + "id": 14141, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14122, + "src": "3663:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" + } + }, + "functionReturnParameters": 14119, + "id": 14142, + "nodeType": "Return", + "src": "3656:18:44" + } + ] + }, + "id": 14144, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_getAttestation", + "nameLocation": "3369:15:44", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14115, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14114, + "mutability": "mutable", + "name": "attestation_uid", + "nameLocation": "3393:15:44", + "nodeType": "VariableDeclaration", + "scope": 14144, + "src": "3385:23:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 14113, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3385:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "3384:25:44" + }, + "returnParameters": { + "id": 14119, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14118, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14144, + "src": "3432:18:44", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation" + }, + "typeName": { + "id": 14117, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14116, + "name": "Attestation", + "nameLocations": [ + "3432:11:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "3432:11:44" + }, + "referencedDeclaration": 49, + "src": "3432:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + } + ], + "src": "3431:20:44" + }, + "scope": 14205, + "src": "3360:323:44", + "stateMutability": "view", + "virtual": false, + "visibility": "private" + }, + { + "body": { + "id": 14158, + "nodeType": "Block", + "src": "3783:59:44", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 14156, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 14152, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14147, + "src": "3800:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" + } + }, + "id": 14153, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3812:9:44", + "memberName": "recipient", + "nodeType": "MemberAccess", + "referencedDeclaration": 42, + "src": "3800:21:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "expression": { + "id": 14154, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -15, + "src": "3825:3:44", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 14155, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3829:6:44", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "3825:10:44", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3800:35:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 14151, + "id": 14157, + "nodeType": "Return", + "src": "3793:42:44" + } + ] + }, + "id": 14159, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_isAttestationRecipient", + "nameLocation": "3698:23:44", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14148, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14147, + "mutability": "mutable", + "name": "attestation", + "nameLocation": "3741:11:44", + "nodeType": "VariableDeclaration", + "scope": 14159, + "src": "3722:30:44", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation" + }, + "typeName": { + "id": 14146, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14145, + "name": "Attestation", + "nameLocations": [ + "3722:11:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "3722:11:44" + }, + "referencedDeclaration": 49, + "src": "3722:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + } + ], + "src": "3721:32:44" + }, + "returnParameters": { + "id": 14151, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14150, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14159, + "src": "3777:4:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 14149, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3777:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "3776:6:44" + }, + "scope": 14205, + "src": "3689:153:44", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 14172, + "nodeType": "Block", + "src": "3940:55:44", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "id": 14170, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 14167, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14162, + "src": "3957:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" + } + }, + "id": 14168, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3969:14:44", + "memberName": "revocationTime", + "nodeType": "MemberAccess", + "referencedDeclaration": 38, + "src": "3957:26:44", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 14169, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3987:1:44", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "3957:31:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 14166, + "id": 14171, + "nodeType": "Return", + "src": "3950:38:44" + } + ] + }, + "id": 14173, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_isAttestationRevoked", + "nameLocation": "3857:21:44", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14163, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14162, + "mutability": "mutable", + "name": "attestation", + "nameLocation": "3898:11:44", + "nodeType": "VariableDeclaration", + "scope": 14173, + "src": "3879:30:44", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation" + }, + "typeName": { + "id": 14161, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14160, + "name": "Attestation", + "nameLocations": [ + "3879:11:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "3879:11:44" + }, + "referencedDeclaration": 49, + "src": "3879:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + } + ], + "src": "3878:32:44" + }, + "returnParameters": { + "id": 14166, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14165, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14173, + "src": "3934:4:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 14164, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3934:4:44", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "3933:6:44" + }, + "scope": 14205, + "src": "3848:147:44", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 14181, + "nodeType": "Block", + "src": "4045:28:44", + "statements": [ + { + "expression": { + "id": 14179, + "name": "_eas", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13873, + "src": "4062:4:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "functionReturnParameters": 14178, + "id": 14180, + "nodeType": "Return", + "src": "4055:11:44" + } + ] + }, + "functionSelector": "8150864d", + "id": 14182, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "eas", + "nameLocation": "4010:3:44", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14174, + "nodeType": "ParameterList", + "parameters": [], + "src": "4013:2:44" + }, + "returnParameters": { + "id": 14178, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14177, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14182, + "src": "4039:4:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + }, + "typeName": { + "id": 14176, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14175, + "name": "IEAS", + "nameLocations": [ + "4039:4:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2326, + "src": "4039:4:44" + }, + "referencedDeclaration": 2326, + "src": "4039:4:44", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "visibility": "internal" + } + ], + "src": "4038:6:44" + }, + "scope": 14205, + "src": "4001:72:44", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 14203, + "nodeType": "Block", + "src": "4179:90:44", + "statements": [ + { + "assignments": [ + 14191 + ], + "declarations": [ + { + "constant": false, + "id": 14191, + "mutability": "mutable", + "name": "key", + "nameLocation": "4197:3:44", + "nodeType": "VariableDeclaration", + "scope": 14203, + "src": "4189:11:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 14190, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4189:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "id": 14200, + "initialValue": { + "arguments": [ + { + "expression": { + "id": 14194, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14185, + "src": "4214:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation memory" + } + }, + "id": 14195, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4226:4:44", + "memberName": "data", + "nodeType": "MemberAccess", + "referencedDeclaration": 48, + "src": "4214:16:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "components": [ + { + "id": 14197, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4233:7:44", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 14196, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4233:7:44", + "typeDescriptions": {} + } + } + ], + "id": 14198, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "4232:9:44", + "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": 14192, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": -1, + "src": "4203:3:44", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 14193, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "4207:6:44", + "memberName": "decode", + "nodeType": "MemberAccess", + "src": "4203:10:44", + "typeDescriptions": { + "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 14199, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4203:39:44", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4189:53:44" + }, + { + "expression": { + "id": 14201, + "name": "key", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14191, + "src": "4259:3:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "functionReturnParameters": 14189, + "id": 14202, + "nodeType": "Return", + "src": "4252:10:44" + } + ] + }, + "id": 14204, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_decodeAttestationKey", + "nameLocation": "4093:21:44", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14186, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14185, + "mutability": "mutable", + "name": "attestation", + "nameLocation": "4134:11:44", + "nodeType": "VariableDeclaration", + "scope": 14204, + "src": "4115:30:44", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", + "typeString": "struct Attestation" + }, + "typeName": { + "id": 14184, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14183, + "name": "Attestation", + "nameLocations": [ + "4115:11:44" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "4115:11:44" + }, + "referencedDeclaration": 49, + "src": "4115:11:44", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + } + ], + "src": "4114:32:44" + }, + "returnParameters": { + "id": 14189, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14188, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14204, + "src": "4170:7:44", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 14187, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4170:7:44", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "4169:9:44" + }, + "scope": 14205, + "src": "4084:185:44", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 14206, + "src": "545:3727:44", + "usedErrors": [ + 7209, + 7215, + 7219, + 13857, + 13861, + 13865 + ], + "usedEvents": [ + 7205, + 13779 + ] + } + ], + "src": "39:4234:44" + }, + "id": 44 + }, + "contracts/OIDResolver.sol": { + "ast": { + "absolutePath": "contracts/OIDResolver.sol", + "exportedSymbols": { + "AccessManagedUpgradeable": [ + 4409 + ], + "Attestation": [ + 49 + ], + "IEAS": [ + 2326 + ], + "OIDAccessManager": [ + 13835 + ], + "OIDResolver": [ + 14331 + ], + "SchemaResolver": [ + 4161 + ] + }, + "id": 14332, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 14207, + "literals": [ + "solidity", + "0.8", + ".26" + ], + "nodeType": "PragmaDirective", + "src": "39:23:45" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol", + "file": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol", + "id": 14209, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14332, + "sourceUnit": 4410, + "src": "109:121:45", + "symbolAliases": [ + { + "foreign": { + "id": 14208, + "name": "AccessManagedUpgradeable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4409, + "src": "117:24:45", + "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": 14211, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14332, + "sourceUnit": 2327, + "src": "231:84:45", + "symbolAliases": [ + { + "foreign": { + "id": 14210, + "name": "IEAS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2326, + "src": "239:4:45", + "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": 14213, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14332, + "sourceUnit": 66, + "src": "316:93:45", + "symbolAliases": [ + { + "foreign": { + "id": 14212, + "name": "Attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 49, + "src": "324:11:45", + "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": 14215, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14332, + "sourceUnit": 4162, + "src": "410:113:45", + "symbolAliases": [ + { + "foreign": { + "id": 14214, + "name": "SchemaResolver", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4161, + "src": "418:14:45", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "contracts/OIDAccessManager.sol", + "file": "./OIDAccessManager.sol", + "id": 14217, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 14332, + "sourceUnit": 13836, + "src": "524:56:45", + "symbolAliases": [ + { + "foreign": { + "id": 14216, + "name": "OIDAccessManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13835, + "src": "532:16:45", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 14218, + "name": "SchemaResolver", + "nameLocations": [ + "606:14:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4161, + "src": "606:14:45" + }, + "id": 14219, + "nodeType": "InheritanceSpecifier", + "src": "606:14:45" + }, + { + "baseName": { + "id": 14220, + "name": "AccessManagedUpgradeable", + "nameLocations": [ + "622:24:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4409, + "src": "622:24:45" + }, + "id": 14221, + "nodeType": "InheritanceSpecifier", + "src": "622:24:45" + } + ], + "canonicalName": "OIDResolver", + "contractDependencies": [], + "contractKind": "contract", + "fullyImplemented": true, + "id": 14331, + "linearizedBaseContracts": [ + 14331, + 4409, + 7238, + 6828, + 6782, + 4161, + 2588, + 3834, + 2389 + ], + "name": "OIDResolver", + "nameLocation": "591:11:45", + "nodeType": "ContractDefinition", + "nodes": [ + { + "errorSelector": "93693b7a", + "id": 14225, + "name": "UnauthorizedAttester", + "nameLocation": "659:20:45", + "nodeType": "ErrorDefinition", + "parameters": { + "id": 14224, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14223, + "mutability": "mutable", + "name": "attester", + "nameLocation": "688:8:45", + "nodeType": "VariableDeclaration", + "scope": 14225, + "src": "680:16:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 14222, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "680:7:45", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "679:18:45" + }, + "src": "653:45:45" + }, + { + "body": { + "id": 14234, + "nodeType": "Block", + "src": "760:2:45", + "statements": [] + }, + "id": 14235, + "implemented": true, + "kind": "constructor", + "modifiers": [ + { + "arguments": [ + { + "id": 14231, + "name": "initialEAS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14228, + "src": "748:10:45", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + } + ], + "id": 14232, + "kind": "baseConstructorSpecifier", + "modifierName": { + "id": 14230, + "name": "SchemaResolver", + "nameLocations": [ + "733:14:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 4161, + "src": "733:14:45" + }, + "nodeType": "ModifierInvocation", + "src": "733:26:45" + } + ], + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14229, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14228, + "mutability": "mutable", + "name": "initialEAS", + "nameLocation": "721:10:45", + "nodeType": "VariableDeclaration", + "scope": 14235, + "src": "716:15:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + }, + "typeName": { + "id": 14227, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14226, + "name": "IEAS", + "nameLocations": [ + "716:4:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2326, + "src": "716:4:45" + }, + "referencedDeclaration": 2326, + "src": "716:4:45", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "visibility": "internal" + } + ], + "src": "715:17:45" + }, + "returnParameters": { + "id": 14233, + "nodeType": "ParameterList", + "parameters": [], + "src": "760:0:45" + }, + "scope": 14331, + "src": "704:58:45", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + }, + { + "body": { + "id": 14244, + "nodeType": "Block", + "src": "809:52:45", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 14240, + "name": "attester", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14237, + "src": "834:8:45", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 14239, + "name": "_checkAttester", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14330, + "src": "819:14:45", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 14241, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "819:24:45", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 14242, + "nodeType": "ExpressionStatement", + "src": "819:24:45" + }, + { + "id": 14243, + "nodeType": "PlaceholderStatement", + "src": "853:1:45" + } + ] + }, + "id": 14245, + "name": "checkAttester", + "nameLocation": "777:13:45", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 14238, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14237, + "mutability": "mutable", + "name": "attester", + "nameLocation": "799:8:45", + "nodeType": "VariableDeclaration", + "scope": 14245, + "src": "791:16:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 14236, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "791:7:45", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "790:18:45" + }, + "src": "768:93:45", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 14256, + "nodeType": "Block", + "src": "932:55:45", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 14253, + "name": "initialAuthority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14247, + "src": "963:16:45", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 14252, + "name": "__AccessManaged_init", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4212, + "src": "942:20:45", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 14254, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "942:38:45", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 14255, + "nodeType": "ExpressionStatement", + "src": "942:38:45" + } + ] + }, + "functionSelector": "c4d66de8", + "id": 14257, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 14250, + "kind": "modifierInvocation", + "modifierName": { + "id": 14249, + "name": "initializer", + "nameLocations": [ + "920:11:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 6636, + "src": "920:11:45" + }, + "nodeType": "ModifierInvocation", + "src": "920:11:45" + } + ], + "name": "initialize", + "nameLocation": "876:10:45", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14248, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14247, + "mutability": "mutable", + "name": "initialAuthority", + "nameLocation": "895:16:45", + "nodeType": "VariableDeclaration", + "scope": 14257, + "src": "887:24:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 14246, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "887:7:45", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "886:26:45" + }, + "returnParameters": { + "id": 14251, + "nodeType": "ParameterList", + "parameters": [], + "src": "932:0:45" + }, + "scope": 14331, + "src": "867:120:45", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + }, + { + "baseFunctions": [ + 4132 + ], + "body": { + "id": 14274, + "nodeType": "Block", + "src": "1203:28:45", + "statements": [ + { + "expression": { + "hexValue": "74727565", + "id": 14272, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1220:4:45", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 14271, + "id": 14273, + "nodeType": "Return", + "src": "1213:11:45" + } + ] + }, + "id": 14275, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "arguments": [ + { + "expression": { + "id": 14266, + "name": "attestation", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14260, + "src": "1154:11:45", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", + "typeString": "struct Attestation calldata" + } + }, + "id": 14267, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1166:8:45", + "memberName": "attester", + "nodeType": "MemberAccess", + "referencedDeclaration": 44, + "src": "1154:20:45", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "id": 14268, + "kind": "modifierInvocation", + "modifierName": { + "id": 14265, + "name": "checkAttester", + "nameLocations": [ + "1140:13:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 14245, + "src": "1140:13:45" + }, + "nodeType": "ModifierInvocation", + "src": "1140:35:45" + } + ], + "name": "onAttest", + "nameLocation": "1002:8:45", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 14264, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "1123:8:45" + }, + "parameters": { + "id": 14263, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14260, + "mutability": "mutable", + "name": "attestation", + "nameLocation": "1041:11:45", + "nodeType": "VariableDeclaration", + "scope": 14275, + "src": "1020:32:45", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", + "typeString": "struct Attestation" + }, + "typeName": { + "id": 14259, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14258, + "name": "Attestation", + "nameLocations": [ + "1020:11:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "1020:11:45" + }, + "referencedDeclaration": 49, + "src": "1020:11:45", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 14262, + "mutability": "mutable", + "name": "value", + "nameLocation": "1070:5:45", + "nodeType": "VariableDeclaration", + "scope": 14275, + "src": "1062:13:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 14261, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1062:7:45", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1010:71:45" + }, + "returnParameters": { + "id": 14271, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14270, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14275, + "src": "1193:4:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 14269, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1193:4:45", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "1192:6:45" + }, + "scope": 14331, + "src": "993:238:45", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "baseFunctions": [ + 4143 + ], + "body": { + "id": 14288, + "nodeType": "Block", + "src": "1367:28:45", + "statements": [ + { + "expression": { + "hexValue": "74727565", + "id": 14286, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1384:4:45", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 14285, + "id": 14287, + "nodeType": "Return", + "src": "1377:11:45" + } + ] + }, + "id": 14289, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "onRevoke", + "nameLocation": "1246:8:45", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 14282, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "1343:8:45" + }, + "parameters": { + "id": 14281, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14278, + "mutability": "mutable", + "name": "attestation", + "nameLocation": "1285:11:45", + "nodeType": "VariableDeclaration", + "scope": 14289, + "src": "1264:32:45", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", + "typeString": "struct Attestation" + }, + "typeName": { + "id": 14277, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14276, + "name": "Attestation", + "nameLocations": [ + "1264:11:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 49, + "src": "1264:11:45" + }, + "referencedDeclaration": 49, + "src": "1264:11:45", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", + "typeString": "struct Attestation" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 14280, + "mutability": "mutable", + "name": "value", + "nameLocation": "1314:5:45", + "nodeType": "VariableDeclaration", + "scope": 14289, + "src": "1306:13:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 14279, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1306:7:45", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1254:71:45" + }, + "returnParameters": { + "id": 14285, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14284, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14289, + "src": "1361:4:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 14283, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1361:4:45", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "1360:6:45" + }, + "scope": 14331, + "src": "1237:158:45", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 14297, + "nodeType": "Block", + "src": "1443:28:45", + "statements": [ + { + "expression": { + "id": 14295, + "name": "_eas", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3860, + "src": "1460:4:45", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "functionReturnParameters": 14294, + "id": 14296, + "nodeType": "Return", + "src": "1453:11:45" + } + ] + }, + "functionSelector": "8150864d", + "id": 14298, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "eas", + "nameLocation": "1410:3:45", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14290, + "nodeType": "ParameterList", + "parameters": [], + "src": "1413:2:45" + }, + "returnParameters": { + "id": 14294, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14293, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 14298, + "src": "1437:4:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + }, + "typeName": { + "id": 14292, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14291, + "name": "IEAS", + "nameLocations": [ + "1437:4:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2326, + "src": "1437:4:45" + }, + "referencedDeclaration": 2326, + "src": "1437:4:45", + "typeDescriptions": { + "typeIdentifier": "t_contract$_IEAS_$2326", + "typeString": "contract IEAS" + } + }, + "visibility": "internal" + } + ], + "src": "1436:6:45" + }, + "scope": 14331, + "src": "1401:70:45", + "stateMutability": "view", + "virtual": false, + "visibility": "public" + }, + { + "body": { + "id": 14329, + "nodeType": "Block", + "src": "1536:290:45", + "statements": [ + { + "assignments": [ + 14305 + ], + "declarations": [ + { + "constant": false, + "id": 14305, + "mutability": "mutable", + "name": "authority", + "nameLocation": "1563:9:45", + "nodeType": "VariableDeclaration", + "scope": 14329, + "src": "1546:26:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + }, + "typeName": { + "id": 14304, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 14303, + "name": "OIDAccessManager", + "nameLocations": [ + "1546:16:45" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 13835, + "src": "1546:16:45" + }, + "referencedDeclaration": 13835, + "src": "1546:16:45", + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + } + }, + "visibility": "internal" + } + ], + "id": 14310, + "initialValue": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 14307, + "name": "authority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4252, + "src": "1592:9:45", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 14308, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1592:11:45", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 14306, + "name": "OIDAccessManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 13835, + "src": "1575:16:45", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_OIDAccessManager_$13835_$", + "typeString": "type(contract OIDAccessManager)" + } + }, + "id": 14309, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1575:29:45", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1546:58:45" + }, + { + "assignments": [ + 14312, + null + ], + "declarations": [ + { + "constant": false, + "id": 14312, + "mutability": "mutable", + "name": "isMember", + "nameLocation": "1620:8:45", + "nodeType": "VariableDeclaration", + "scope": 14329, + "src": "1615:13:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 14311, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1615:4:45", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + null + ], + "id": 14320, + "initialValue": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "expression": { + "id": 14315, + "name": "authority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14305, + "src": "1665:9:45", + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + } + }, + "id": 14316, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "1675:24:45", + "memberName": "ATTESTATION_MANAGER_ROLE", + "nodeType": "MemberAccess", + "referencedDeclaration": 13820, + "src": "1665:34:45", + "typeDescriptions": { + "typeIdentifier": "t_function_external_view$__$returns$_t_uint64_$", + "typeString": "function () view external returns (uint64)" + } + }, + "id": 14317, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1665:36:45", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 14318, + "name": "attester", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14300, + "src": "1715:8:45", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "expression": { + "id": 14313, + "name": "authority", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14305, + "src": "1634:9:45", + "typeDescriptions": { + "typeIdentifier": "t_contract$_OIDAccessManager_$13835", + "typeString": "contract OIDAccessManager" + } + }, + "id": 14314, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1644:7:45", + "memberName": "hasRole", + "nodeType": "MemberAccess", + "referencedDeclaration": 4898, + "src": "1634:17:45", + "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": 14319, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1634:99:45", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", + "typeString": "tuple(bool,uint32)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "1614:119:45" + }, + { + "condition": { + "id": 14322, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "1747:9:45", + "subExpression": { + "id": 14321, + "name": "isMember", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14312, + "src": "1748:8:45", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 14328, + "nodeType": "IfStatement", + "src": "1743:77:45", + "trueBody": { + "id": 14327, + "nodeType": "Block", + "src": "1758:62:45", + "statements": [ + { + "errorCall": { + "arguments": [ + { + "id": 14324, + "name": "attester", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14300, + "src": "1800:8:45", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 14323, + "name": "UnauthorizedAttester", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 14225, + "src": "1779:20:45", + "typeDescriptions": { + "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", + "typeString": "function (address) pure returns (error)" + } + }, + "id": 14325, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1779:30:45", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_error", + "typeString": "error" + } + }, + "id": 14326, + "nodeType": "RevertStatement", + "src": "1772:37:45" + } + ] + } + } + ] + }, + "id": 14330, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_checkAttester", + "nameLocation": "1486:14:45", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 14301, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 14300, + "mutability": "mutable", + "name": "attester", + "nameLocation": "1509:8:45", + "nodeType": "VariableDeclaration", + "scope": 14330, + "src": "1501:16:45", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 14299, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1501:7:45", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1500:18:45" + }, + "returnParameters": { + "id": 14302, + "nodeType": "ParameterList", + "parameters": [], + "src": "1536:0:45" + }, + "scope": 14331, + "src": "1477:349:45", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + } + ], + "scope": 14332, + "src": "582:1246:45", + "usedErrors": [ + 9, + 13, + 15, + 3855, + 3857, + 6545, + 6548, + 7209, + 7215, + 7219, + 14225 + ], + "usedEvents": [ + 6553, + 7205 + ] + } + ], + "src": "39:1790:45" + }, + "id": 45 + } + }, + "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": [], + "name": "AlreadyRevoked", + "type": "error" + }, + { + "inputs": [], + "name": "AlreadyRevokedOffchain", + "type": "error" + }, + { + "inputs": [], + "name": "AlreadyTimestamped", + "type": "error" + }, + { + "inputs": [], + "name": "DeadlineExpired", + "type": "error" + }, + { + "inputs": [], + "name": "FailedCall", + "type": "error" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "balance", + "type": "uint256" + }, + { + "internalType": "uint256", + "name": "needed", + "type": "uint256" + } + ], + "name": "InsufficientBalance", + "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 + }, + "@_9263": { + "entryPoint": null, + "id": 9263, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@_buildDomainSeparator_9310": { + "entryPoint": null, + "id": 9310, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@getStringSlot_8475": { + "entryPoint": null, + "id": 8475, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@toShortStringWithFallback_8315": { + "entryPoint": 377, + "id": 8315, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@toShortString_8217": { + "entryPoint": 428, + "id": 8217, + "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:46", + "nodeType": "YulBlock", + "src": "0:4299:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "119:209:46", + "nodeType": "YulBlock", + "src": "119:209:46", + "statements": [ + { + "body": { + "nativeSrc": "165:16:46", + "nodeType": "YulBlock", + "src": "165:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "174:1:46", + "nodeType": "YulLiteral", + "src": "174:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "177:1:46", + "nodeType": "YulLiteral", + "src": "177:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "167:6:46", + "nodeType": "YulIdentifier", + "src": "167:6:46" + }, + "nativeSrc": "167:12:46", + "nodeType": "YulFunctionCall", + "src": "167:12:46" + }, + "nativeSrc": "167:12:46", + "nodeType": "YulExpressionStatement", + "src": "167:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "140:7:46", + "nodeType": "YulIdentifier", + "src": "140:7:46" + }, + { + "name": "headStart", + "nativeSrc": "149:9:46", + "nodeType": "YulIdentifier", + "src": "149:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "136:3:46", + "nodeType": "YulIdentifier", + "src": "136:3:46" + }, + "nativeSrc": "136:23:46", + "nodeType": "YulFunctionCall", + "src": "136:23:46" + }, + { + "kind": "number", + "nativeSrc": "161:2:46", + "nodeType": "YulLiteral", + "src": "161:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "132:3:46", + "nodeType": "YulIdentifier", + "src": "132:3:46" + }, + "nativeSrc": "132:32:46", + "nodeType": "YulFunctionCall", + "src": "132:32:46" + }, + "nativeSrc": "129:52:46", + "nodeType": "YulIf", + "src": "129:52:46" + }, + { + "nativeSrc": "190:29:46", + "nodeType": "YulVariableDeclaration", + "src": "190:29:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "209:9:46", + "nodeType": "YulIdentifier", + "src": "209:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "203:5:46", + "nodeType": "YulIdentifier", + "src": "203:5:46" + }, + "nativeSrc": "203:16:46", + "nodeType": "YulFunctionCall", + "src": "203:16:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "194:5:46", + "nodeType": "YulTypedName", + "src": "194:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "282:16:46", + "nodeType": "YulBlock", + "src": "282:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "291:1:46", + "nodeType": "YulLiteral", + "src": "291:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "294:1:46", + "nodeType": "YulLiteral", + "src": "294:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "284:6:46", + "nodeType": "YulIdentifier", + "src": "284:6:46" + }, + "nativeSrc": "284:12:46", + "nodeType": "YulFunctionCall", + "src": "284:12:46" + }, + "nativeSrc": "284:12:46", + "nodeType": "YulExpressionStatement", + "src": "284:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "241:5:46", + "nodeType": "YulIdentifier", + "src": "241:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "252:5:46", + "nodeType": "YulIdentifier", + "src": "252:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "267:3:46", + "nodeType": "YulLiteral", + "src": "267:3:46", + "type": "", + "value": "160" + }, + { + "kind": "number", + "nativeSrc": "272:1:46", + "nodeType": "YulLiteral", + "src": "272:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "263:3:46", + "nodeType": "YulIdentifier", + "src": "263:3:46" + }, + "nativeSrc": "263:11:46", + "nodeType": "YulFunctionCall", + "src": "263:11:46" + }, + { + "kind": "number", + "nativeSrc": "276:1:46", + "nodeType": "YulLiteral", + "src": "276:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "259:3:46", + "nodeType": "YulIdentifier", + "src": "259:3:46" + }, + "nativeSrc": "259:19:46", + "nodeType": "YulFunctionCall", + "src": "259:19:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "248:3:46", + "nodeType": "YulIdentifier", + "src": "248:3:46" + }, + "nativeSrc": "248:31:46", + "nodeType": "YulFunctionCall", + "src": "248:31:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "238:2:46", + "nodeType": "YulIdentifier", + "src": "238:2:46" + }, + "nativeSrc": "238:42:46", + "nodeType": "YulFunctionCall", + "src": "238:42:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "231:6:46", + "nodeType": "YulIdentifier", + "src": "231:6:46" + }, + "nativeSrc": "231:50:46", + "nodeType": "YulFunctionCall", + "src": "231:50:46" + }, + "nativeSrc": "228:70:46", + "nodeType": "YulIf", + "src": "228:70:46" + }, + { + "nativeSrc": "307:15:46", + "nodeType": "YulAssignment", + "src": "307:15:46", + "value": { + "name": "value", + "nativeSrc": "317:5:46", + "nodeType": "YulIdentifier", + "src": "317:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "307:6:46", + "nodeType": "YulIdentifier", + "src": "307:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_contract$_ISchemaRegistry_$2379_fromMemory", + "nativeSrc": "14:314:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "85:9:46", + "nodeType": "YulTypedName", + "src": "85:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "96:7:46", + "nodeType": "YulTypedName", + "src": "96:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "108:6:46", + "nodeType": "YulTypedName", + "src": "108:6:46", + "type": "" + } + ], + "src": "14:314:46" + }, + { + "body": { + "nativeSrc": "365:95:46", + "nodeType": "YulBlock", + "src": "365:95:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "382:1:46", + "nodeType": "YulLiteral", + "src": "382:1:46", + "type": "", + "value": "0" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "389:3:46", + "nodeType": "YulLiteral", + "src": "389:3:46", + "type": "", + "value": "224" + }, + { + "kind": "number", + "nativeSrc": "394:10:46", + "nodeType": "YulLiteral", + "src": "394:10:46", + "type": "", + "value": "0x4e487b71" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "385:3:46", + "nodeType": "YulIdentifier", + "src": "385:3:46" + }, + "nativeSrc": "385:20:46", + "nodeType": "YulFunctionCall", + "src": "385:20:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "375:6:46", + "nodeType": "YulIdentifier", + "src": "375:6:46" + }, + "nativeSrc": "375:31:46", + "nodeType": "YulFunctionCall", + "src": "375:31:46" + }, + "nativeSrc": "375:31:46", + "nodeType": "YulExpressionStatement", + "src": "375:31:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "422:1:46", + "nodeType": "YulLiteral", + "src": "422:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "425:4:46", + "nodeType": "YulLiteral", + "src": "425:4:46", + "type": "", + "value": "0x41" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "415:6:46", + "nodeType": "YulIdentifier", + "src": "415:6:46" + }, + "nativeSrc": "415:15:46", + "nodeType": "YulFunctionCall", + "src": "415:15:46" + }, + "nativeSrc": "415:15:46", + "nodeType": "YulExpressionStatement", + "src": "415:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "446:1:46", + "nodeType": "YulLiteral", + "src": "446:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "449:4:46", + "nodeType": "YulLiteral", + "src": "449:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "439:6:46", + "nodeType": "YulIdentifier", + "src": "439:6:46" + }, + "nativeSrc": "439:15:46", + "nodeType": "YulFunctionCall", + "src": "439:15:46" + }, + "nativeSrc": "439:15:46", + "nodeType": "YulExpressionStatement", + "src": "439:15:46" + } + ] + }, + "name": "panic_error_0x41", + "nativeSrc": "333:127:46", + "nodeType": "YulFunctionDefinition", + "src": "333:127:46" + }, + { + "body": { + "nativeSrc": "520:325:46", + "nodeType": "YulBlock", + "src": "520:325:46", + "statements": [ + { + "nativeSrc": "530:22:46", + "nodeType": "YulAssignment", + "src": "530:22:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "544:1:46", + "nodeType": "YulLiteral", + "src": "544:1:46", + "type": "", + "value": "1" + }, + { + "name": "data", + "nativeSrc": "547:4:46", + "nodeType": "YulIdentifier", + "src": "547:4:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "540:3:46", + "nodeType": "YulIdentifier", + "src": "540:3:46" + }, + "nativeSrc": "540:12:46", + "nodeType": "YulFunctionCall", + "src": "540:12:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "530:6:46", + "nodeType": "YulIdentifier", + "src": "530:6:46" + } + ] + }, + { + "nativeSrc": "561:38:46", + "nodeType": "YulVariableDeclaration", + "src": "561:38:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "591:4:46", + "nodeType": "YulIdentifier", + "src": "591:4:46" + }, + { + "kind": "number", + "nativeSrc": "597:1:46", + "nodeType": "YulLiteral", + "src": "597:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "587:3:46", + "nodeType": "YulIdentifier", + "src": "587:3:46" + }, + "nativeSrc": "587:12:46", + "nodeType": "YulFunctionCall", + "src": "587:12:46" + }, + "variables": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "565:18:46", + "nodeType": "YulTypedName", + "src": "565:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "638:31:46", + "nodeType": "YulBlock", + "src": "638:31:46", + "statements": [ + { + "nativeSrc": "640:27:46", + "nodeType": "YulAssignment", + "src": "640:27:46", + "value": { + "arguments": [ + { + "name": "length", + "nativeSrc": "654:6:46", + "nodeType": "YulIdentifier", + "src": "654:6:46" + }, + { + "kind": "number", + "nativeSrc": "662:4:46", + "nodeType": "YulLiteral", + "src": "662:4:46", + "type": "", + "value": "0x7f" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "650:3:46", + "nodeType": "YulIdentifier", + "src": "650:3:46" + }, + "nativeSrc": "650:17:46", + "nodeType": "YulFunctionCall", + "src": "650:17:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "640:6:46", + "nodeType": "YulIdentifier", + "src": "640:6:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "618:18:46", + "nodeType": "YulIdentifier", + "src": "618:18:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "611:6:46", + "nodeType": "YulIdentifier", + "src": "611:6:46" + }, + "nativeSrc": "611:26:46", + "nodeType": "YulFunctionCall", + "src": "611:26:46" + }, + "nativeSrc": "608:61:46", + "nodeType": "YulIf", + "src": "608:61:46" + }, + { + "body": { + "nativeSrc": "728:111:46", + "nodeType": "YulBlock", + "src": "728:111:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "749:1:46", + "nodeType": "YulLiteral", + "src": "749:1:46", + "type": "", + "value": "0" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "756:3:46", + "nodeType": "YulLiteral", + "src": "756:3:46", + "type": "", + "value": "224" + }, + { + "kind": "number", + "nativeSrc": "761:10:46", + "nodeType": "YulLiteral", + "src": "761:10:46", + "type": "", + "value": "0x4e487b71" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "752:3:46", + "nodeType": "YulIdentifier", + "src": "752:3:46" + }, + "nativeSrc": "752:20:46", + "nodeType": "YulFunctionCall", + "src": "752:20:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "742:6:46", + "nodeType": "YulIdentifier", + "src": "742:6:46" + }, + "nativeSrc": "742:31:46", + "nodeType": "YulFunctionCall", + "src": "742:31:46" + }, + "nativeSrc": "742:31:46", + "nodeType": "YulExpressionStatement", + "src": "742:31:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "793:1:46", + "nodeType": "YulLiteral", + "src": "793:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "796:4:46", + "nodeType": "YulLiteral", + "src": "796:4:46", + "type": "", + "value": "0x22" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "786:6:46", + "nodeType": "YulIdentifier", + "src": "786:6:46" + }, + "nativeSrc": "786:15:46", + "nodeType": "YulFunctionCall", + "src": "786:15:46" + }, + "nativeSrc": "786:15:46", + "nodeType": "YulExpressionStatement", + "src": "786:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "821:1:46", + "nodeType": "YulLiteral", + "src": "821:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "824:4:46", + "nodeType": "YulLiteral", + "src": "824:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "814:6:46", + "nodeType": "YulIdentifier", + "src": "814:6:46" + }, + "nativeSrc": "814:15:46", + "nodeType": "YulFunctionCall", + "src": "814:15:46" + }, + "nativeSrc": "814:15:46", + "nodeType": "YulExpressionStatement", + "src": "814:15:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "684:18:46", + "nodeType": "YulIdentifier", + "src": "684:18:46" + }, + { + "arguments": [ + { + "name": "length", + "nativeSrc": "707:6:46", + "nodeType": "YulIdentifier", + "src": "707:6:46" + }, + { + "kind": "number", + "nativeSrc": "715:2:46", + "nodeType": "YulLiteral", + "src": "715:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "704:2:46", + "nodeType": "YulIdentifier", + "src": "704:2:46" + }, + "nativeSrc": "704:14:46", + "nodeType": "YulFunctionCall", + "src": "704:14:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "681:2:46", + "nodeType": "YulIdentifier", + "src": "681:2:46" + }, + "nativeSrc": "681:38:46", + "nodeType": "YulFunctionCall", + "src": "681:38:46" + }, + "nativeSrc": "678:161:46", + "nodeType": "YulIf", + "src": "678:161:46" + } + ] + }, + "name": "extract_byte_array_length", + "nativeSrc": "465:380:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "data", + "nativeSrc": "500:4:46", + "nodeType": "YulTypedName", + "src": "500:4:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "length", + "nativeSrc": "509:6:46", + "nodeType": "YulTypedName", + "src": "509:6:46", + "type": "" + } + ], + "src": "465:380:46" + }, + { + "body": { + "nativeSrc": "906:65:46", + "nodeType": "YulBlock", + "src": "906:65:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "923:1:46", + "nodeType": "YulLiteral", + "src": "923:1:46", + "type": "", + "value": "0" + }, + { + "name": "ptr", + "nativeSrc": "926:3:46", + "nodeType": "YulIdentifier", + "src": "926:3:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "916:6:46", + "nodeType": "YulIdentifier", + "src": "916:6:46" + }, + "nativeSrc": "916:14:46", + "nodeType": "YulFunctionCall", + "src": "916:14:46" + }, + "nativeSrc": "916:14:46", + "nodeType": "YulExpressionStatement", + "src": "916:14:46" + }, + { + "nativeSrc": "939:26:46", + "nodeType": "YulAssignment", + "src": "939:26:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "957:1:46", + "nodeType": "YulLiteral", + "src": "957:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "960:4:46", + "nodeType": "YulLiteral", + "src": "960:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "keccak256", + "nativeSrc": "947:9:46", + "nodeType": "YulIdentifier", + "src": "947:9:46" + }, + "nativeSrc": "947:18:46", + "nodeType": "YulFunctionCall", + "src": "947:18:46" + }, + "variableNames": [ + { + "name": "data", + "nativeSrc": "939:4:46", + "nodeType": "YulIdentifier", + "src": "939:4:46" + } + ] + } + ] + }, + "name": "array_dataslot_string_storage", + "nativeSrc": "850:121:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "ptr", + "nativeSrc": "889:3:46", + "nodeType": "YulTypedName", + "src": "889:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "data", + "nativeSrc": "897:4:46", + "nodeType": "YulTypedName", + "src": "897:4:46", + "type": "" + } + ], + "src": "850:121:46" + }, + { + "body": { + "nativeSrc": "1057:437:46", + "nodeType": "YulBlock", + "src": "1057:437:46", + "statements": [ + { + "body": { + "nativeSrc": "1090:398:46", + "nodeType": "YulBlock", + "src": "1090:398:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1111:1:46", + "nodeType": "YulLiteral", + "src": "1111:1:46", + "type": "", + "value": "0" + }, + { + "name": "array", + "nativeSrc": "1114:5:46", + "nodeType": "YulIdentifier", + "src": "1114:5:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1104:6:46", + "nodeType": "YulIdentifier", + "src": "1104:6:46" + }, + "nativeSrc": "1104:16:46", + "nodeType": "YulFunctionCall", + "src": "1104:16:46" + }, + "nativeSrc": "1104:16:46", + "nodeType": "YulExpressionStatement", + "src": "1104:16:46" + }, + { + "nativeSrc": "1133:30:46", + "nodeType": "YulVariableDeclaration", + "src": "1133:30:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1155:1:46", + "nodeType": "YulLiteral", + "src": "1155:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1158:4:46", + "nodeType": "YulLiteral", + "src": "1158:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "keccak256", + "nativeSrc": "1145:9:46", + "nodeType": "YulIdentifier", + "src": "1145:9:46" + }, + "nativeSrc": "1145:18:46", + "nodeType": "YulFunctionCall", + "src": "1145:18:46" + }, + "variables": [ + { + "name": "data", + "nativeSrc": "1137:4:46", + "nodeType": "YulTypedName", + "src": "1137:4:46", + "type": "" + } + ] + }, + { + "nativeSrc": "1176:57:46", + "nodeType": "YulVariableDeclaration", + "src": "1176:57:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "1199:4:46", + "nodeType": "YulIdentifier", + "src": "1199:4:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1209:1:46", + "nodeType": "YulLiteral", + "src": "1209:1:46", + "type": "", + "value": "5" + }, + { + "arguments": [ + { + "name": "startIndex", + "nativeSrc": "1216:10:46", + "nodeType": "YulIdentifier", + "src": "1216:10:46" + }, + { + "kind": "number", + "nativeSrc": "1228:2:46", + "nodeType": "YulLiteral", + "src": "1228:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1212:3:46", + "nodeType": "YulIdentifier", + "src": "1212:3:46" + }, + "nativeSrc": "1212:19:46", + "nodeType": "YulFunctionCall", + "src": "1212:19:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "1205:3:46", + "nodeType": "YulIdentifier", + "src": "1205:3:46" + }, + "nativeSrc": "1205:27:46", + "nodeType": "YulFunctionCall", + "src": "1205:27:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1195:3:46", + "nodeType": "YulIdentifier", + "src": "1195:3:46" + }, + "nativeSrc": "1195:38:46", + "nodeType": "YulFunctionCall", + "src": "1195:38:46" + }, + "variables": [ + { + "name": "deleteStart", + "nativeSrc": "1180:11:46", + "nodeType": "YulTypedName", + "src": "1180:11:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1270:23:46", + "nodeType": "YulBlock", + "src": "1270:23:46", + "statements": [ + { + "nativeSrc": "1272:19:46", + "nodeType": "YulAssignment", + "src": "1272:19:46", + "value": { + "name": "data", + "nativeSrc": "1287:4:46", + "nodeType": "YulIdentifier", + "src": "1287:4:46" + }, + "variableNames": [ + { + "name": "deleteStart", + "nativeSrc": "1272:11:46", + "nodeType": "YulIdentifier", + "src": "1272:11:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "startIndex", + "nativeSrc": "1252:10:46", + "nodeType": "YulIdentifier", + "src": "1252:10:46" + }, + { + "kind": "number", + "nativeSrc": "1264:4:46", + "nodeType": "YulLiteral", + "src": "1264:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "1249:2:46", + "nodeType": "YulIdentifier", + "src": "1249:2:46" + }, + "nativeSrc": "1249:20:46", + "nodeType": "YulFunctionCall", + "src": "1249:20:46" + }, + "nativeSrc": "1246:47:46", + "nodeType": "YulIf", + "src": "1246:47:46" + }, + { + "nativeSrc": "1306:41:46", + "nodeType": "YulVariableDeclaration", + "src": "1306:41:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "1320:4:46", + "nodeType": "YulIdentifier", + "src": "1320:4:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1330:1:46", + "nodeType": "YulLiteral", + "src": "1330:1:46", + "type": "", + "value": "5" + }, + { + "arguments": [ + { + "name": "len", + "nativeSrc": "1337:3:46", + "nodeType": "YulIdentifier", + "src": "1337:3:46" + }, + { + "kind": "number", + "nativeSrc": "1342:2:46", + "nodeType": "YulLiteral", + "src": "1342:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1333:3:46", + "nodeType": "YulIdentifier", + "src": "1333:3:46" + }, + "nativeSrc": "1333:12:46", + "nodeType": "YulFunctionCall", + "src": "1333:12:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "1326:3:46", + "nodeType": "YulIdentifier", + "src": "1326:3:46" + }, + "nativeSrc": "1326:20:46", + "nodeType": "YulFunctionCall", + "src": "1326:20:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1316:3:46", + "nodeType": "YulIdentifier", + "src": "1316:3:46" + }, + "nativeSrc": "1316:31:46", + "nodeType": "YulFunctionCall", + "src": "1316:31:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "1310:2:46", + "nodeType": "YulTypedName", + "src": "1310:2:46", + "type": "" + } + ] + }, + { + "nativeSrc": "1360:24:46", + "nodeType": "YulVariableDeclaration", + "src": "1360:24:46", + "value": { + "name": "deleteStart", + "nativeSrc": "1373:11:46", + "nodeType": "YulIdentifier", + "src": "1373:11:46" + }, + "variables": [ + { + "name": "start", + "nativeSrc": "1364:5:46", + "nodeType": "YulTypedName", + "src": "1364:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1458:20:46", + "nodeType": "YulBlock", + "src": "1458:20:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "start", + "nativeSrc": "1467:5:46", + "nodeType": "YulIdentifier", + "src": "1467:5:46" + }, + { + "kind": "number", + "nativeSrc": "1474:1:46", + "nodeType": "YulLiteral", + "src": "1474:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "1460:6:46", + "nodeType": "YulIdentifier", + "src": "1460:6:46" + }, + "nativeSrc": "1460:16:46", + "nodeType": "YulFunctionCall", + "src": "1460:16:46" + }, + "nativeSrc": "1460:16:46", + "nodeType": "YulExpressionStatement", + "src": "1460:16:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "start", + "nativeSrc": "1408:5:46", + "nodeType": "YulIdentifier", + "src": "1408:5:46" + }, + { + "name": "_1", + "nativeSrc": "1415:2:46", + "nodeType": "YulIdentifier", + "src": "1415:2:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "1405:2:46", + "nodeType": "YulIdentifier", + "src": "1405:2:46" + }, + "nativeSrc": "1405:13:46", + "nodeType": "YulFunctionCall", + "src": "1405:13:46" + }, + "nativeSrc": "1397:81:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "1419:26:46", + "nodeType": "YulBlock", + "src": "1419:26:46", + "statements": [ + { + "nativeSrc": "1421:22:46", + "nodeType": "YulAssignment", + "src": "1421:22:46", + "value": { + "arguments": [ + { + "name": "start", + "nativeSrc": "1434:5:46", + "nodeType": "YulIdentifier", + "src": "1434:5:46" + }, + { + "kind": "number", + "nativeSrc": "1441:1:46", + "nodeType": "YulLiteral", + "src": "1441:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1430:3:46", + "nodeType": "YulIdentifier", + "src": "1430:3:46" + }, + "nativeSrc": "1430:13:46", + "nodeType": "YulFunctionCall", + "src": "1430:13:46" + }, + "variableNames": [ + { + "name": "start", + "nativeSrc": "1421:5:46", + "nodeType": "YulIdentifier", + "src": "1421:5:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "1401:3:46", + "nodeType": "YulBlock", + "src": "1401:3:46", + "statements": [] + }, + "src": "1397:81:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "len", + "nativeSrc": "1073:3:46", + "nodeType": "YulIdentifier", + "src": "1073:3:46" + }, + { + "kind": "number", + "nativeSrc": "1078:2:46", + "nodeType": "YulLiteral", + "src": "1078:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1070:2:46", + "nodeType": "YulIdentifier", + "src": "1070:2:46" + }, + "nativeSrc": "1070:11:46", + "nodeType": "YulFunctionCall", + "src": "1070:11:46" + }, + "nativeSrc": "1067:421:46", + "nodeType": "YulIf", + "src": "1067:421:46" + } + ] + }, + "name": "clean_up_bytearray_end_slots_string_storage", + "nativeSrc": "976:518:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "array", + "nativeSrc": "1029:5:46", + "nodeType": "YulTypedName", + "src": "1029:5:46", + "type": "" + }, + { + "name": "len", + "nativeSrc": "1036:3:46", + "nodeType": "YulTypedName", + "src": "1036:3:46", + "type": "" + }, + { + "name": "startIndex", + "nativeSrc": "1041:10:46", + "nodeType": "YulTypedName", + "src": "1041:10:46", + "type": "" + } + ], + "src": "976:518:46" + }, + { + "body": { + "nativeSrc": "1584:81:46", + "nodeType": "YulBlock", + "src": "1584:81:46", + "statements": [ + { + "nativeSrc": "1594:65:46", + "nodeType": "YulAssignment", + "src": "1594:65:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "data", + "nativeSrc": "1609:4:46", + "nodeType": "YulIdentifier", + "src": "1609:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1627:1:46", + "nodeType": "YulLiteral", + "src": "1627:1:46", + "type": "", + "value": "3" + }, + { + "name": "len", + "nativeSrc": "1630:3:46", + "nodeType": "YulIdentifier", + "src": "1630:3:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "1623:3:46", + "nodeType": "YulIdentifier", + "src": "1623:3:46" + }, + "nativeSrc": "1623:11:46", + "nodeType": "YulFunctionCall", + "src": "1623:11:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1640:1:46", + "nodeType": "YulLiteral", + "src": "1640:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "1636:3:46", + "nodeType": "YulIdentifier", + "src": "1636:3:46" + }, + "nativeSrc": "1636:6:46", + "nodeType": "YulFunctionCall", + "src": "1636:6:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "1619:3:46", + "nodeType": "YulIdentifier", + "src": "1619:3:46" + }, + "nativeSrc": "1619:24:46", + "nodeType": "YulFunctionCall", + "src": "1619:24:46" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "1615:3:46", + "nodeType": "YulIdentifier", + "src": "1615:3:46" + }, + "nativeSrc": "1615:29:46", + "nodeType": "YulFunctionCall", + "src": "1615:29:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1605:3:46", + "nodeType": "YulIdentifier", + "src": "1605:3:46" + }, + "nativeSrc": "1605:40:46", + "nodeType": "YulFunctionCall", + "src": "1605:40:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1651:1:46", + "nodeType": "YulLiteral", + "src": "1651:1:46", + "type": "", + "value": "1" + }, + { + "name": "len", + "nativeSrc": "1654:3:46", + "nodeType": "YulIdentifier", + "src": "1654:3:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "1647:3:46", + "nodeType": "YulIdentifier", + "src": "1647:3:46" + }, + "nativeSrc": "1647:11:46", + "nodeType": "YulFunctionCall", + "src": "1647:11:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "1602:2:46", + "nodeType": "YulIdentifier", + "src": "1602:2:46" + }, + "nativeSrc": "1602:57:46", + "nodeType": "YulFunctionCall", + "src": "1602:57:46" + }, + "variableNames": [ + { + "name": "used", + "nativeSrc": "1594:4:46", + "nodeType": "YulIdentifier", + "src": "1594:4:46" + } + ] + } + ] + }, + "name": "extract_used_part_and_set_length_of_short_byte_array", + "nativeSrc": "1499:166:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "data", + "nativeSrc": "1561:4:46", + "nodeType": "YulTypedName", + "src": "1561:4:46", + "type": "" + }, + { + "name": "len", + "nativeSrc": "1567:3:46", + "nodeType": "YulTypedName", + "src": "1567:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "used", + "nativeSrc": "1575:4:46", + "nodeType": "YulTypedName", + "src": "1575:4:46", + "type": "" + } + ], + "src": "1499:166:46" + }, + { + "body": { + "nativeSrc": "1766:1203:46", + "nodeType": "YulBlock", + "src": "1766:1203:46", + "statements": [ + { + "nativeSrc": "1776:24:46", + "nodeType": "YulVariableDeclaration", + "src": "1776:24:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "1796:3:46", + "nodeType": "YulIdentifier", + "src": "1796:3:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "1790:5:46", + "nodeType": "YulIdentifier", + "src": "1790:5:46" + }, + "nativeSrc": "1790:10:46", + "nodeType": "YulFunctionCall", + "src": "1790:10:46" + }, + "variables": [ + { + "name": "newLen", + "nativeSrc": "1780:6:46", + "nodeType": "YulTypedName", + "src": "1780:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1843:22:46", + "nodeType": "YulBlock", + "src": "1843:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "1845:16:46", + "nodeType": "YulIdentifier", + "src": "1845:16:46" + }, + "nativeSrc": "1845:18:46", + "nodeType": "YulFunctionCall", + "src": "1845:18:46" + }, + "nativeSrc": "1845:18:46", + "nodeType": "YulExpressionStatement", + "src": "1845:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "1815:6:46", + "nodeType": "YulIdentifier", + "src": "1815:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1831:2:46", + "nodeType": "YulLiteral", + "src": "1831:2:46", + "type": "", + "value": "64" + }, + { + "kind": "number", + "nativeSrc": "1835:1:46", + "nodeType": "YulLiteral", + "src": "1835:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "1827:3:46", + "nodeType": "YulIdentifier", + "src": "1827:3:46" + }, + "nativeSrc": "1827:10:46", + "nodeType": "YulFunctionCall", + "src": "1827:10:46" + }, + { + "kind": "number", + "nativeSrc": "1839:1:46", + "nodeType": "YulLiteral", + "src": "1839:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "1823:3:46", + "nodeType": "YulIdentifier", + "src": "1823:3:46" + }, + "nativeSrc": "1823:18:46", + "nodeType": "YulFunctionCall", + "src": "1823:18:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1812:2:46", + "nodeType": "YulIdentifier", + "src": "1812:2:46" + }, + "nativeSrc": "1812:30:46", + "nodeType": "YulFunctionCall", + "src": "1812:30:46" + }, + "nativeSrc": "1809:56:46", + "nodeType": "YulIf", + "src": "1809:56:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "1918:4:46", + "nodeType": "YulIdentifier", + "src": "1918:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "slot", + "nativeSrc": "1956:4:46", + "nodeType": "YulIdentifier", + "src": "1956:4:46" + } + ], + "functionName": { + "name": "sload", + "nativeSrc": "1950:5:46", + "nodeType": "YulIdentifier", + "src": "1950:5:46" + }, + "nativeSrc": "1950:11:46", + "nodeType": "YulFunctionCall", + "src": "1950:11:46" + } + ], + "functionName": { + "name": "extract_byte_array_length", + "nativeSrc": "1924:25:46", + "nodeType": "YulIdentifier", + "src": "1924:25:46" + }, + "nativeSrc": "1924:38:46", + "nodeType": "YulFunctionCall", + "src": "1924:38:46" + }, + { + "name": "newLen", + "nativeSrc": "1964:6:46", + "nodeType": "YulIdentifier", + "src": "1964:6:46" + } + ], + "functionName": { + "name": "clean_up_bytearray_end_slots_string_storage", + "nativeSrc": "1874:43:46", + "nodeType": "YulIdentifier", + "src": "1874:43:46" + }, + "nativeSrc": "1874:97:46", + "nodeType": "YulFunctionCall", + "src": "1874:97:46" + }, + "nativeSrc": "1874:97:46", + "nodeType": "YulExpressionStatement", + "src": "1874:97:46" + }, + { + "nativeSrc": "1980:18:46", + "nodeType": "YulVariableDeclaration", + "src": "1980:18:46", + "value": { + "kind": "number", + "nativeSrc": "1997:1:46", + "nodeType": "YulLiteral", + "src": "1997:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "srcOffset", + "nativeSrc": "1984:9:46", + "nodeType": "YulTypedName", + "src": "1984:9:46", + "type": "" + } + ] + }, + { + "nativeSrc": "2007:17:46", + "nodeType": "YulAssignment", + "src": "2007:17:46", + "value": { + "kind": "number", + "nativeSrc": "2020:4:46", + "nodeType": "YulLiteral", + "src": "2020:4:46", + "type": "", + "value": "0x20" + }, + "variableNames": [ + { + "name": "srcOffset", + "nativeSrc": "2007:9:46", + "nodeType": "YulIdentifier", + "src": "2007:9:46" + } + ] + }, + { + "cases": [ + { + "body": { + "nativeSrc": "2070:642:46", + "nodeType": "YulBlock", + "src": "2070:642:46", + "statements": [ + { + "nativeSrc": "2084:35:46", + "nodeType": "YulVariableDeclaration", + "src": "2084:35:46", + "value": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "2103:6:46", + "nodeType": "YulIdentifier", + "src": "2103:6:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2115:2:46", + "nodeType": "YulLiteral", + "src": "2115:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "2111:3:46", + "nodeType": "YulIdentifier", + "src": "2111:3:46" + }, + "nativeSrc": "2111:7:46", + "nodeType": "YulFunctionCall", + "src": "2111:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2099:3:46", + "nodeType": "YulIdentifier", + "src": "2099:3:46" + }, + "nativeSrc": "2099:20:46", + "nodeType": "YulFunctionCall", + "src": "2099:20:46" + }, + "variables": [ + { + "name": "loopEnd", + "nativeSrc": "2088:7:46", + "nodeType": "YulTypedName", + "src": "2088:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "2132:49:46", + "nodeType": "YulVariableDeclaration", + "src": "2132:49:46", + "value": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "2176:4:46", + "nodeType": "YulIdentifier", + "src": "2176:4:46" + } + ], + "functionName": { + "name": "array_dataslot_string_storage", + "nativeSrc": "2146:29:46", + "nodeType": "YulIdentifier", + "src": "2146:29:46" + }, + "nativeSrc": "2146:35:46", + "nodeType": "YulFunctionCall", + "src": "2146:35:46" + }, + "variables": [ + { + "name": "dstPtr", + "nativeSrc": "2136:6:46", + "nodeType": "YulTypedName", + "src": "2136:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "2194:10:46", + "nodeType": "YulVariableDeclaration", + "src": "2194:10:46", + "value": { + "kind": "number", + "nativeSrc": "2203:1:46", + "nodeType": "YulLiteral", + "src": "2203:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "2198:1:46", + "nodeType": "YulTypedName", + "src": "2198:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2274:165:46", + "nodeType": "YulBlock", + "src": "2274:165:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "2299:6:46", + "nodeType": "YulIdentifier", + "src": "2299:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "2317:3:46", + "nodeType": "YulIdentifier", + "src": "2317:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "2322:9:46", + "nodeType": "YulIdentifier", + "src": "2322:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2313:3:46", + "nodeType": "YulIdentifier", + "src": "2313:3:46" + }, + "nativeSrc": "2313:19:46", + "nodeType": "YulFunctionCall", + "src": "2313:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2307:5:46", + "nodeType": "YulIdentifier", + "src": "2307:5:46" + }, + "nativeSrc": "2307:26:46", + "nodeType": "YulFunctionCall", + "src": "2307:26:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "2292:6:46", + "nodeType": "YulIdentifier", + "src": "2292:6:46" + }, + "nativeSrc": "2292:42:46", + "nodeType": "YulFunctionCall", + "src": "2292:42:46" + }, + "nativeSrc": "2292:42:46", + "nodeType": "YulExpressionStatement", + "src": "2292:42:46" + }, + { + "nativeSrc": "2351:24:46", + "nodeType": "YulAssignment", + "src": "2351:24:46", + "value": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "2365:6:46", + "nodeType": "YulIdentifier", + "src": "2365:6:46" + }, + { + "kind": "number", + "nativeSrc": "2373:1:46", + "nodeType": "YulLiteral", + "src": "2373:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2361:3:46", + "nodeType": "YulIdentifier", + "src": "2361:3:46" + }, + "nativeSrc": "2361:14:46", + "nodeType": "YulFunctionCall", + "src": "2361:14:46" + }, + "variableNames": [ + { + "name": "dstPtr", + "nativeSrc": "2351:6:46", + "nodeType": "YulIdentifier", + "src": "2351:6:46" + } + ] + }, + { + "nativeSrc": "2392:33:46", + "nodeType": "YulAssignment", + "src": "2392:33:46", + "value": { + "arguments": [ + { + "name": "srcOffset", + "nativeSrc": "2409:9:46", + "nodeType": "YulIdentifier", + "src": "2409:9:46" + }, + { + "kind": "number", + "nativeSrc": "2420:4:46", + "nodeType": "YulLiteral", + "src": "2420:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2405:3:46", + "nodeType": "YulIdentifier", + "src": "2405:3:46" + }, + "nativeSrc": "2405:20:46", + "nodeType": "YulFunctionCall", + "src": "2405:20:46" + }, + "variableNames": [ + { + "name": "srcOffset", + "nativeSrc": "2392:9:46", + "nodeType": "YulIdentifier", + "src": "2392:9:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "2228:1:46", + "nodeType": "YulIdentifier", + "src": "2228:1:46" + }, + { + "name": "loopEnd", + "nativeSrc": "2231:7:46", + "nodeType": "YulIdentifier", + "src": "2231:7:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "2225:2:46", + "nodeType": "YulIdentifier", + "src": "2225:2:46" + }, + "nativeSrc": "2225:14:46", + "nodeType": "YulFunctionCall", + "src": "2225:14:46" + }, + "nativeSrc": "2217:222:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "2240:21:46", + "nodeType": "YulBlock", + "src": "2240:21:46", + "statements": [ + { + "nativeSrc": "2242:17:46", + "nodeType": "YulAssignment", + "src": "2242:17:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "2251:1:46", + "nodeType": "YulIdentifier", + "src": "2251:1:46" + }, + { + "kind": "number", + "nativeSrc": "2254:4:46", + "nodeType": "YulLiteral", + "src": "2254:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2247:3:46", + "nodeType": "YulIdentifier", + "src": "2247:3:46" + }, + "nativeSrc": "2247:12:46", + "nodeType": "YulFunctionCall", + "src": "2247:12:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "2242:1:46", + "nodeType": "YulIdentifier", + "src": "2242:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "2221:3:46", + "nodeType": "YulBlock", + "src": "2221:3:46", + "statements": [] + }, + "src": "2217:222:46" + }, + { + "body": { + "nativeSrc": "2487:166:46", + "nodeType": "YulBlock", + "src": "2487:166:46", + "statements": [ + { + "nativeSrc": "2505:43:46", + "nodeType": "YulVariableDeclaration", + "src": "2505:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "2532:3:46", + "nodeType": "YulIdentifier", + "src": "2532:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "2537:9:46", + "nodeType": "YulIdentifier", + "src": "2537:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2528:3:46", + "nodeType": "YulIdentifier", + "src": "2528:3:46" + }, + "nativeSrc": "2528:19:46", + "nodeType": "YulFunctionCall", + "src": "2528:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2522:5:46", + "nodeType": "YulIdentifier", + "src": "2522:5:46" + }, + "nativeSrc": "2522:26:46", + "nodeType": "YulFunctionCall", + "src": "2522:26:46" + }, + "variables": [ + { + "name": "lastValue", + "nativeSrc": "2509:9:46", + "nodeType": "YulTypedName", + "src": "2509:9:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "2572:6:46", + "nodeType": "YulIdentifier", + "src": "2572:6:46" + }, + { + "arguments": [ + { + "name": "lastValue", + "nativeSrc": "2584:9:46", + "nodeType": "YulIdentifier", + "src": "2584:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2611:1:46", + "nodeType": "YulLiteral", + "src": "2611:1:46", + "type": "", + "value": "3" + }, + { + "name": "newLen", + "nativeSrc": "2614:6:46", + "nodeType": "YulIdentifier", + "src": "2614:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "2607:3:46", + "nodeType": "YulIdentifier", + "src": "2607:3:46" + }, + "nativeSrc": "2607:14:46", + "nodeType": "YulFunctionCall", + "src": "2607:14:46" + }, + { + "kind": "number", + "nativeSrc": "2623:3:46", + "nodeType": "YulLiteral", + "src": "2623:3:46", + "type": "", + "value": "248" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2603:3:46", + "nodeType": "YulIdentifier", + "src": "2603:3:46" + }, + "nativeSrc": "2603:24:46", + "nodeType": "YulFunctionCall", + "src": "2603:24:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2633:1:46", + "nodeType": "YulLiteral", + "src": "2633:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "2629:3:46", + "nodeType": "YulIdentifier", + "src": "2629:3:46" + }, + "nativeSrc": "2629:6:46", + "nodeType": "YulFunctionCall", + "src": "2629:6:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "2599:3:46", + "nodeType": "YulIdentifier", + "src": "2599:3:46" + }, + "nativeSrc": "2599:37:46", + "nodeType": "YulFunctionCall", + "src": "2599:37:46" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "2595:3:46", + "nodeType": "YulIdentifier", + "src": "2595:3:46" + }, + "nativeSrc": "2595:42:46", + "nodeType": "YulFunctionCall", + "src": "2595:42:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2580:3:46", + "nodeType": "YulIdentifier", + "src": "2580:3:46" + }, + "nativeSrc": "2580:58:46", + "nodeType": "YulFunctionCall", + "src": "2580:58:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "2565:6:46", + "nodeType": "YulIdentifier", + "src": "2565:6:46" + }, + "nativeSrc": "2565:74:46", + "nodeType": "YulFunctionCall", + "src": "2565:74:46" + }, + "nativeSrc": "2565:74:46", + "nodeType": "YulExpressionStatement", + "src": "2565:74:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "loopEnd", + "nativeSrc": "2458:7:46", + "nodeType": "YulIdentifier", + "src": "2458:7:46" + }, + { + "name": "newLen", + "nativeSrc": "2467:6:46", + "nodeType": "YulIdentifier", + "src": "2467:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "2455:2:46", + "nodeType": "YulIdentifier", + "src": "2455:2:46" + }, + "nativeSrc": "2455:19:46", + "nodeType": "YulFunctionCall", + "src": "2455:19:46" + }, + "nativeSrc": "2452:201:46", + "nodeType": "YulIf", + "src": "2452:201:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "2673:4:46", + "nodeType": "YulIdentifier", + "src": "2673:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2687:1:46", + "nodeType": "YulLiteral", + "src": "2687:1:46", + "type": "", + "value": "1" + }, + { + "name": "newLen", + "nativeSrc": "2690:6:46", + "nodeType": "YulIdentifier", + "src": "2690:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "2683:3:46", + "nodeType": "YulIdentifier", + "src": "2683:3:46" + }, + "nativeSrc": "2683:14:46", + "nodeType": "YulFunctionCall", + "src": "2683:14:46" + }, + { + "kind": "number", + "nativeSrc": "2699:1:46", + "nodeType": "YulLiteral", + "src": "2699:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2679:3:46", + "nodeType": "YulIdentifier", + "src": "2679:3:46" + }, + "nativeSrc": "2679:22:46", + "nodeType": "YulFunctionCall", + "src": "2679:22:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "2666:6:46", + "nodeType": "YulIdentifier", + "src": "2666:6:46" + }, + "nativeSrc": "2666:36:46", + "nodeType": "YulFunctionCall", + "src": "2666:36:46" + }, + "nativeSrc": "2666:36:46", + "nodeType": "YulExpressionStatement", + "src": "2666:36:46" + } + ] + }, + "nativeSrc": "2063:649:46", + "nodeType": "YulCase", + "src": "2063:649:46", + "value": { + "kind": "number", + "nativeSrc": "2068:1:46", + "nodeType": "YulLiteral", + "src": "2068:1:46", + "type": "", + "value": "1" + } + }, + { + "body": { + "nativeSrc": "2729:234:46", + "nodeType": "YulBlock", + "src": "2729:234:46", + "statements": [ + { + "nativeSrc": "2743:14:46", + "nodeType": "YulVariableDeclaration", + "src": "2743:14:46", + "value": { + "kind": "number", + "nativeSrc": "2756:1:46", + "nodeType": "YulLiteral", + "src": "2756:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "2747:5:46", + "nodeType": "YulTypedName", + "src": "2747:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2792:67:46", + "nodeType": "YulBlock", + "src": "2792:67:46", + "statements": [ + { + "nativeSrc": "2810:35:46", + "nodeType": "YulAssignment", + "src": "2810:35:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "2829:3:46", + "nodeType": "YulIdentifier", + "src": "2829:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "2834:9:46", + "nodeType": "YulIdentifier", + "src": "2834:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2825:3:46", + "nodeType": "YulIdentifier", + "src": "2825:3:46" + }, + "nativeSrc": "2825:19:46", + "nodeType": "YulFunctionCall", + "src": "2825:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2819:5:46", + "nodeType": "YulIdentifier", + "src": "2819:5:46" + }, + "nativeSrc": "2819:26:46", + "nodeType": "YulFunctionCall", + "src": "2819:26:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "2810:5:46", + "nodeType": "YulIdentifier", + "src": "2810:5:46" + } + ] + } + ] + }, + "condition": { + "name": "newLen", + "nativeSrc": "2773:6:46", + "nodeType": "YulIdentifier", + "src": "2773:6:46" + }, + "nativeSrc": "2770:89:46", + "nodeType": "YulIf", + "src": "2770:89:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "2879:4:46", + "nodeType": "YulIdentifier", + "src": "2879:4:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "2938:5:46", + "nodeType": "YulIdentifier", + "src": "2938:5:46" + }, + { + "name": "newLen", + "nativeSrc": "2945:6:46", + "nodeType": "YulIdentifier", + "src": "2945:6:46" + } + ], + "functionName": { + "name": "extract_used_part_and_set_length_of_short_byte_array", + "nativeSrc": "2885:52:46", + "nodeType": "YulIdentifier", + "src": "2885:52:46" + }, + "nativeSrc": "2885:67:46", + "nodeType": "YulFunctionCall", + "src": "2885:67:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "2872:6:46", + "nodeType": "YulIdentifier", + "src": "2872:6:46" + }, + "nativeSrc": "2872:81:46", + "nodeType": "YulFunctionCall", + "src": "2872:81:46" + }, + "nativeSrc": "2872:81:46", + "nodeType": "YulExpressionStatement", + "src": "2872:81:46" + } + ] + }, + "nativeSrc": "2721:242:46", + "nodeType": "YulCase", + "src": "2721:242:46", + "value": "default" + } + ], + "expression": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "2043:6:46", + "nodeType": "YulIdentifier", + "src": "2043:6:46" + }, + { + "kind": "number", + "nativeSrc": "2051:2:46", + "nodeType": "YulLiteral", + "src": "2051:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "2040:2:46", + "nodeType": "YulIdentifier", + "src": "2040:2:46" + }, + "nativeSrc": "2040:14:46", + "nodeType": "YulFunctionCall", + "src": "2040:14:46" + }, + "nativeSrc": "2033:930:46", + "nodeType": "YulSwitch", + "src": "2033:930:46" + } + ] + }, + "name": "copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage", + "nativeSrc": "1670:1299:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "slot", + "nativeSrc": "1751:4:46", + "nodeType": "YulTypedName", + "src": "1751:4:46", + "type": "" + }, + { + "name": "src", + "nativeSrc": "1757:3:46", + "nodeType": "YulTypedName", + "src": "1757:3:46", + "type": "" + } + ], + "src": "1670:1299:46" + }, + { + "body": { + "nativeSrc": "3187:276:46", + "nodeType": "YulBlock", + "src": "3187:276:46", + "statements": [ + { + "nativeSrc": "3197:27:46", + "nodeType": "YulAssignment", + "src": "3197:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3209:9:46", + "nodeType": "YulIdentifier", + "src": "3209:9:46" + }, + { + "kind": "number", + "nativeSrc": "3220:3:46", + "nodeType": "YulLiteral", + "src": "3220:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3205:3:46", + "nodeType": "YulIdentifier", + "src": "3205:3:46" + }, + "nativeSrc": "3205:19:46", + "nodeType": "YulFunctionCall", + "src": "3205:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "3197:4:46", + "nodeType": "YulIdentifier", + "src": "3197:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3240:9:46", + "nodeType": "YulIdentifier", + "src": "3240:9:46" + }, + { + "name": "value0", + "nativeSrc": "3251:6:46", + "nodeType": "YulIdentifier", + "src": "3251:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3233:6:46", + "nodeType": "YulIdentifier", + "src": "3233:6:46" + }, + "nativeSrc": "3233:25:46", + "nodeType": "YulFunctionCall", + "src": "3233:25:46" + }, + "nativeSrc": "3233:25:46", + "nodeType": "YulExpressionStatement", + "src": "3233:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3278:9:46", + "nodeType": "YulIdentifier", + "src": "3278:9:46" + }, + { + "kind": "number", + "nativeSrc": "3289:2:46", + "nodeType": "YulLiteral", + "src": "3289:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3274:3:46", + "nodeType": "YulIdentifier", + "src": "3274:3:46" + }, + "nativeSrc": "3274:18:46", + "nodeType": "YulFunctionCall", + "src": "3274:18:46" + }, + { + "name": "value1", + "nativeSrc": "3294:6:46", + "nodeType": "YulIdentifier", + "src": "3294:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3267:6:46", + "nodeType": "YulIdentifier", + "src": "3267:6:46" + }, + "nativeSrc": "3267:34:46", + "nodeType": "YulFunctionCall", + "src": "3267:34:46" + }, + "nativeSrc": "3267:34:46", + "nodeType": "YulExpressionStatement", + "src": "3267:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3321:9:46", + "nodeType": "YulIdentifier", + "src": "3321:9:46" + }, + { + "kind": "number", + "nativeSrc": "3332:2:46", + "nodeType": "YulLiteral", + "src": "3332:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3317:3:46", + "nodeType": "YulIdentifier", + "src": "3317:3:46" + }, + "nativeSrc": "3317:18:46", + "nodeType": "YulFunctionCall", + "src": "3317:18:46" + }, + { + "name": "value2", + "nativeSrc": "3337:6:46", + "nodeType": "YulIdentifier", + "src": "3337:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3310:6:46", + "nodeType": "YulIdentifier", + "src": "3310:6:46" + }, + "nativeSrc": "3310:34:46", + "nodeType": "YulFunctionCall", + "src": "3310:34:46" + }, + "nativeSrc": "3310:34:46", + "nodeType": "YulExpressionStatement", + "src": "3310:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3364:9:46", + "nodeType": "YulIdentifier", + "src": "3364:9:46" + }, + { + "kind": "number", + "nativeSrc": "3375:2:46", + "nodeType": "YulLiteral", + "src": "3375:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3360:3:46", + "nodeType": "YulIdentifier", + "src": "3360:3:46" + }, + "nativeSrc": "3360:18:46", + "nodeType": "YulFunctionCall", + "src": "3360:18:46" + }, + { + "name": "value3", + "nativeSrc": "3380:6:46", + "nodeType": "YulIdentifier", + "src": "3380:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3353:6:46", + "nodeType": "YulIdentifier", + "src": "3353:6:46" + }, + "nativeSrc": "3353:34:46", + "nodeType": "YulFunctionCall", + "src": "3353:34:46" + }, + "nativeSrc": "3353:34:46", + "nodeType": "YulExpressionStatement", + "src": "3353:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3407:9:46", + "nodeType": "YulIdentifier", + "src": "3407:9:46" + }, + { + "kind": "number", + "nativeSrc": "3418:3:46", + "nodeType": "YulLiteral", + "src": "3418:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3403:3:46", + "nodeType": "YulIdentifier", + "src": "3403:3:46" + }, + "nativeSrc": "3403:19:46", + "nodeType": "YulFunctionCall", + "src": "3403:19:46" + }, + { + "arguments": [ + { + "name": "value4", + "nativeSrc": "3428:6:46", + "nodeType": "YulIdentifier", + "src": "3428:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3444:3:46", + "nodeType": "YulLiteral", + "src": "3444:3:46", + "type": "", + "value": "160" + }, + { + "kind": "number", + "nativeSrc": "3449:1:46", + "nodeType": "YulLiteral", + "src": "3449:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "3440:3:46", + "nodeType": "YulIdentifier", + "src": "3440:3:46" + }, + "nativeSrc": "3440:11:46", + "nodeType": "YulFunctionCall", + "src": "3440:11:46" + }, + { + "kind": "number", + "nativeSrc": "3453:1:46", + "nodeType": "YulLiteral", + "src": "3453:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3436:3:46", + "nodeType": "YulIdentifier", + "src": "3436:3:46" + }, + "nativeSrc": "3436:19:46", + "nodeType": "YulFunctionCall", + "src": "3436:19:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "3424:3:46", + "nodeType": "YulIdentifier", + "src": "3424:3:46" + }, + "nativeSrc": "3424:32:46", + "nodeType": "YulFunctionCall", + "src": "3424:32:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3396:6:46", + "nodeType": "YulIdentifier", + "src": "3396:6:46" + }, + "nativeSrc": "3396:61:46", + "nodeType": "YulFunctionCall", + "src": "3396:61:46" + }, + "nativeSrc": "3396:61:46", + "nodeType": "YulExpressionStatement", + "src": "3396:61:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3124:9:46", + "nodeType": "YulTypedName", + "src": "3124:9:46", + "type": "" + }, + { + "name": "value4", + "nativeSrc": "3135:6:46", + "nodeType": "YulTypedName", + "src": "3135:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "3143:6:46", + "nodeType": "YulTypedName", + "src": "3143:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "3151:6:46", + "nodeType": "YulTypedName", + "src": "3151:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "3159:6:46", + "nodeType": "YulTypedName", + "src": "3159:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "3167:6:46", + "nodeType": "YulTypedName", + "src": "3167:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "3178:4:46", + "nodeType": "YulTypedName", + "src": "3178:4:46", + "type": "" + } + ], + "src": "2974:489:46" + }, + { + "body": { + "nativeSrc": "3589:406:46", + "nodeType": "YulBlock", + "src": "3589:406:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3606:9:46", + "nodeType": "YulIdentifier", + "src": "3606:9:46" + }, + { + "kind": "number", + "nativeSrc": "3617:2:46", + "nodeType": "YulLiteral", + "src": "3617:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3599:6:46", + "nodeType": "YulIdentifier", + "src": "3599:6:46" + }, + "nativeSrc": "3599:21:46", + "nodeType": "YulFunctionCall", + "src": "3599:21:46" + }, + "nativeSrc": "3599:21:46", + "nodeType": "YulExpressionStatement", + "src": "3599:21:46" + }, + { + "nativeSrc": "3629:27:46", + "nodeType": "YulVariableDeclaration", + "src": "3629:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "3649:6:46", + "nodeType": "YulIdentifier", + "src": "3649:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "3643:5:46", + "nodeType": "YulIdentifier", + "src": "3643:5:46" + }, + "nativeSrc": "3643:13:46", + "nodeType": "YulFunctionCall", + "src": "3643:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "3633:6:46", + "nodeType": "YulTypedName", + "src": "3633:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3676:9:46", + "nodeType": "YulIdentifier", + "src": "3676:9:46" + }, + { + "kind": "number", + "nativeSrc": "3687:2:46", + "nodeType": "YulLiteral", + "src": "3687:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3672:3:46", + "nodeType": "YulIdentifier", + "src": "3672:3:46" + }, + "nativeSrc": "3672:18:46", + "nodeType": "YulFunctionCall", + "src": "3672:18:46" + }, + { + "name": "length", + "nativeSrc": "3692:6:46", + "nodeType": "YulIdentifier", + "src": "3692:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3665:6:46", + "nodeType": "YulIdentifier", + "src": "3665:6:46" + }, + "nativeSrc": "3665:34:46", + "nodeType": "YulFunctionCall", + "src": "3665:34:46" + }, + "nativeSrc": "3665:34:46", + "nodeType": "YulExpressionStatement", + "src": "3665:34:46" + }, + { + "nativeSrc": "3708:10:46", + "nodeType": "YulVariableDeclaration", + "src": "3708:10:46", + "value": { + "kind": "number", + "nativeSrc": "3717:1:46", + "nodeType": "YulLiteral", + "src": "3717:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "3712:1:46", + "nodeType": "YulTypedName", + "src": "3712:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "3777:90:46", + "nodeType": "YulBlock", + "src": "3777:90:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3806:9:46", + "nodeType": "YulIdentifier", + "src": "3806:9:46" + }, + { + "name": "i", + "nativeSrc": "3817:1:46", + "nodeType": "YulIdentifier", + "src": "3817:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3802:3:46", + "nodeType": "YulIdentifier", + "src": "3802:3:46" + }, + "nativeSrc": "3802:17:46", + "nodeType": "YulFunctionCall", + "src": "3802:17:46" + }, + { + "kind": "number", + "nativeSrc": "3821:2:46", + "nodeType": "YulLiteral", + "src": "3821:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3798:3:46", + "nodeType": "YulIdentifier", + "src": "3798:3:46" + }, + "nativeSrc": "3798:26:46", + "nodeType": "YulFunctionCall", + "src": "3798:26:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "3840:6:46", + "nodeType": "YulIdentifier", + "src": "3840:6:46" + }, + { + "name": "i", + "nativeSrc": "3848:1:46", + "nodeType": "YulIdentifier", + "src": "3848:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3836:3:46", + "nodeType": "YulIdentifier", + "src": "3836:3:46" + }, + "nativeSrc": "3836:14:46", + "nodeType": "YulFunctionCall", + "src": "3836:14:46" + }, + { + "kind": "number", + "nativeSrc": "3852:2:46", + "nodeType": "YulLiteral", + "src": "3852:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3832:3:46", + "nodeType": "YulIdentifier", + "src": "3832:3:46" + }, + "nativeSrc": "3832:23:46", + "nodeType": "YulFunctionCall", + "src": "3832:23:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "3826:5:46", + "nodeType": "YulIdentifier", + "src": "3826:5:46" + }, + "nativeSrc": "3826:30:46", + "nodeType": "YulFunctionCall", + "src": "3826:30:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3791:6:46", + "nodeType": "YulIdentifier", + "src": "3791:6:46" + }, + "nativeSrc": "3791:66:46", + "nodeType": "YulFunctionCall", + "src": "3791:66:46" + }, + "nativeSrc": "3791:66:46", + "nodeType": "YulExpressionStatement", + "src": "3791:66:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "3738:1:46", + "nodeType": "YulIdentifier", + "src": "3738:1:46" + }, + { + "name": "length", + "nativeSrc": "3741:6:46", + "nodeType": "YulIdentifier", + "src": "3741:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "3735:2:46", + "nodeType": "YulIdentifier", + "src": "3735:2:46" + }, + "nativeSrc": "3735:13:46", + "nodeType": "YulFunctionCall", + "src": "3735:13:46" + }, + "nativeSrc": "3727:140:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "3749:19:46", + "nodeType": "YulBlock", + "src": "3749:19:46", + "statements": [ + { + "nativeSrc": "3751:15:46", + "nodeType": "YulAssignment", + "src": "3751:15:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "3760:1:46", + "nodeType": "YulIdentifier", + "src": "3760:1:46" + }, + { + "kind": "number", + "nativeSrc": "3763:2:46", + "nodeType": "YulLiteral", + "src": "3763:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3756:3:46", + "nodeType": "YulIdentifier", + "src": "3756:3:46" + }, + "nativeSrc": "3756:10:46", + "nodeType": "YulFunctionCall", + "src": "3756:10:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "3751:1:46", + "nodeType": "YulIdentifier", + "src": "3751:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "3731:3:46", + "nodeType": "YulBlock", + "src": "3731:3:46", + "statements": [] + }, + "src": "3727:140:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3891:9:46", + "nodeType": "YulIdentifier", + "src": "3891:9:46" + }, + { + "name": "length", + "nativeSrc": "3902:6:46", + "nodeType": "YulIdentifier", + "src": "3902:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3887:3:46", + "nodeType": "YulIdentifier", + "src": "3887:3:46" + }, + "nativeSrc": "3887:22:46", + "nodeType": "YulFunctionCall", + "src": "3887:22:46" + }, + { + "kind": "number", + "nativeSrc": "3911:2:46", + "nodeType": "YulLiteral", + "src": "3911:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3883:3:46", + "nodeType": "YulIdentifier", + "src": "3883:3:46" + }, + "nativeSrc": "3883:31:46", + "nodeType": "YulFunctionCall", + "src": "3883:31:46" + }, + { + "kind": "number", + "nativeSrc": "3916:1:46", + "nodeType": "YulLiteral", + "src": "3916:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3876:6:46", + "nodeType": "YulIdentifier", + "src": "3876:6:46" + }, + "nativeSrc": "3876:42:46", + "nodeType": "YulFunctionCall", + "src": "3876:42:46" + }, + "nativeSrc": "3876:42:46", + "nodeType": "YulExpressionStatement", + "src": "3876:42:46" + }, + { + "nativeSrc": "3927:62:46", + "nodeType": "YulAssignment", + "src": "3927:62:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3943:9:46", + "nodeType": "YulIdentifier", + "src": "3943:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "3962:6:46", + "nodeType": "YulIdentifier", + "src": "3962:6:46" + }, + { + "kind": "number", + "nativeSrc": "3970:2:46", + "nodeType": "YulLiteral", + "src": "3970:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3958:3:46", + "nodeType": "YulIdentifier", + "src": "3958:3:46" + }, + "nativeSrc": "3958:15:46", + "nodeType": "YulFunctionCall", + "src": "3958:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3979:2:46", + "nodeType": "YulLiteral", + "src": "3979:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "3975:3:46", + "nodeType": "YulIdentifier", + "src": "3975:3:46" + }, + "nativeSrc": "3975:7:46", + "nodeType": "YulFunctionCall", + "src": "3975:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "3954:3:46", + "nodeType": "YulIdentifier", + "src": "3954:3:46" + }, + "nativeSrc": "3954:29:46", + "nodeType": "YulFunctionCall", + "src": "3954:29:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3939:3:46", + "nodeType": "YulIdentifier", + "src": "3939:3:46" + }, + "nativeSrc": "3939:45:46", + "nodeType": "YulFunctionCall", + "src": "3939:45:46" + }, + { + "kind": "number", + "nativeSrc": "3986:2:46", + "nodeType": "YulLiteral", + "src": "3986:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3935:3:46", + "nodeType": "YulIdentifier", + "src": "3935:3:46" + }, + "nativeSrc": "3935:54:46", + "nodeType": "YulFunctionCall", + "src": "3935:54:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "3927:4:46", + "nodeType": "YulIdentifier", + "src": "3927:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed", + "nativeSrc": "3468:527:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3558:9:46", + "nodeType": "YulTypedName", + "src": "3558:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "3569:6:46", + "nodeType": "YulTypedName", + "src": "3569:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "3580:4:46", + "nodeType": "YulTypedName", + "src": "3580:4:46", + "type": "" + } + ], + "src": "3468:527:46" + }, + { + "body": { + "nativeSrc": "4094:203:46", + "nodeType": "YulBlock", + "src": "4094:203:46", + "statements": [ + { + "nativeSrc": "4104:26:46", + "nodeType": "YulVariableDeclaration", + "src": "4104:26:46", + "value": { + "arguments": [ + { + "name": "array", + "nativeSrc": "4124:5:46", + "nodeType": "YulIdentifier", + "src": "4124:5:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4118:5:46", + "nodeType": "YulIdentifier", + "src": "4118:5:46" + }, + "nativeSrc": "4118:12:46", + "nodeType": "YulFunctionCall", + "src": "4118:12:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "4108:6:46", + "nodeType": "YulTypedName", + "src": "4108:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4139:32:46", + "nodeType": "YulAssignment", + "src": "4139:32:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "array", + "nativeSrc": "4158:5:46", + "nodeType": "YulIdentifier", + "src": "4158:5:46" + }, + { + "kind": "number", + "nativeSrc": "4165:4:46", + "nodeType": "YulLiteral", + "src": "4165:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4154:3:46", + "nodeType": "YulIdentifier", + "src": "4154:3:46" + }, + "nativeSrc": "4154:16:46", + "nodeType": "YulFunctionCall", + "src": "4154:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4148:5:46", + "nodeType": "YulIdentifier", + "src": "4148:5:46" + }, + "nativeSrc": "4148:23:46", + "nodeType": "YulFunctionCall", + "src": "4148:23:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "4139:5:46", + "nodeType": "YulIdentifier", + "src": "4139:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "4208:83:46", + "nodeType": "YulBlock", + "src": "4208:83:46", + "statements": [ + { + "nativeSrc": "4222:59:46", + "nodeType": "YulAssignment", + "src": "4222:59:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "4235:5:46", + "nodeType": "YulIdentifier", + "src": "4235:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4250:1:46", + "nodeType": "YulLiteral", + "src": "4250:1:46", + "type": "", + "value": "3" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4257:4:46", + "nodeType": "YulLiteral", + "src": "4257:4:46", + "type": "", + "value": "0x20" + }, + { + "name": "length", + "nativeSrc": "4263:6:46", + "nodeType": "YulIdentifier", + "src": "4263:6:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "4253:3:46", + "nodeType": "YulIdentifier", + "src": "4253:3:46" + }, + "nativeSrc": "4253:17:46", + "nodeType": "YulFunctionCall", + "src": "4253:17:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "4246:3:46", + "nodeType": "YulIdentifier", + "src": "4246:3:46" + }, + "nativeSrc": "4246:25:46", + "nodeType": "YulFunctionCall", + "src": "4246:25:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4277:1:46", + "nodeType": "YulLiteral", + "src": "4277:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "4273:3:46", + "nodeType": "YulIdentifier", + "src": "4273:3:46" + }, + "nativeSrc": "4273:6:46", + "nodeType": "YulFunctionCall", + "src": "4273:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "4242:3:46", + "nodeType": "YulIdentifier", + "src": "4242:3:46" + }, + "nativeSrc": "4242:38:46", + "nodeType": "YulFunctionCall", + "src": "4242:38:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4231:3:46", + "nodeType": "YulIdentifier", + "src": "4231:3:46" + }, + "nativeSrc": "4231:50:46", + "nodeType": "YulFunctionCall", + "src": "4231:50:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "4222:5:46", + "nodeType": "YulIdentifier", + "src": "4222:5:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "4186:6:46", + "nodeType": "YulIdentifier", + "src": "4186:6:46" + }, + { + "kind": "number", + "nativeSrc": "4194:4:46", + "nodeType": "YulLiteral", + "src": "4194:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "4183:2:46", + "nodeType": "YulIdentifier", + "src": "4183:2:46" + }, + "nativeSrc": "4183:16:46", + "nodeType": "YulFunctionCall", + "src": "4183:16:46" + }, + "nativeSrc": "4180:111:46", + "nodeType": "YulIf", + "src": "4180:111:46" + } + ] + }, + "name": "convert_bytes_to_fixedbytes_from_t_bytes_memory_ptr_to_t_bytes32", + "nativeSrc": "4000:297:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "array", + "nativeSrc": "4074:5:46", + "nodeType": "YulTypedName", + "src": "4074:5:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "4084:5:46", + "nodeType": "YulTypedName", + "src": "4084:5:46", + "type": "" + } + ], + "src": "4000:297:46" + } + ] + }, + "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": 46, + "language": "Yul", + "name": "#utility.yul" + } + ], + "linkReferences": {}, + "object": "6101e060405234801561001157600080fd5b50604051614571380380614571833981016040819052610030916101f3565b60408051808201825260038082526245415360e81b602080840191909152835180850190945260058452640312e332e360dc1b90840152600160805260a052600060c081905290919082908290610088908390610179565b61018052610097816001610179565b6101a0528151602080840191909120610140528151908201206101605246610100526101276101405161016051604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201529081019290925260608201524660808201523060a082015260009060c00160405160208183030381529060405280519060200120905090565b60e05250503061012052600261013d83826102c2565b5050506001600160a01b038116610167576040516311a1e69760e01b815260040160405180910390fd5b6001600160a01b03166101c0526103f2565b60006020835110156101955761018e836101ac565b90506101a6565b816101a084826102c2565b5060ff90505b92915050565b600080829050601f815111156101e0578260405163305a27a960e01b81526004016101d79190610380565b60405180910390fd5b80516101eb826103ce565b179392505050565b60006020828403121561020557600080fd5b81516001600160a01b038116811461021c57600080fd5b9392505050565b634e487b7160e01b600052604160045260246000fd5b600181811c9082168061024d57607f821691505b60208210810361026d57634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156102bd57806000526020600020601f840160051c8101602085101561029a5750805b601f840160051c820191505b818110156102ba57600081556001016102a6565b50505b505050565b81516001600160401b038111156102db576102db610223565b6102ef816102e98454610239565b84610273565b6020601f821160018114610323576000831561030b5750848201515b600019600385901b1c1916600184901b1784556102ba565b600084815260208120601f198516915b828110156103535787850151825560209485019460019092019101610333565b50848210156103715786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b602081526000825180602084015260005b818110156103ae5760208186018101516040868401015201610391565b506000604082850101526040601f19601f83011684010191505092915050565b8051602080830151919081101561026d5760001960209190910360031b1b16919050565b60805160a05160c05160e05161010051610120516101405161016051610180516101a0516101c0516140eb6104866000396000818161050e015281816113f10152611b910152600061238601526000612359015260006124860152600061245e015260006123b9015260006123e30152600061240d01526000610b5101526000610b2801526000610aff01526140eb6000f3fe6080604052600436106101965760003560e01c806384b0196e116100e1578063cf190f341161008a578063e71ff36511610064578063e71ff365146104bf578063ed24911d146104df578063f10b5cc8146104f4578063f17325e71461053857600080fd5b8063cf190f341461042a578063d45c44351461044a578063e30bb5631461048057600080fd5b8063a6d4dbc7116100bb578063a6d4dbc714610398578063b469318d146103ab578063b83010d3146103f757600080fd5b806384b0196e146103305780639541152514610358578063a3112a641461036b57600080fd5b806344adc90e116101435780634d0030701161011d5780634d003070146102db57806354fd4d50146102fb57806379f7573a1461031057600080fd5b806344adc90e1461029557806346926267146102b55780634cb7e9e5146102c857600080fd5b806317d7de7c1161017457806317d7de7c1461022a5780632d0335ab1461024c5780633c0427151461028257600080fd5b80630eabf6601461019b57806312b11a17146101b057806313893f61146101f2575b600080fd5b6101ae6101a9366004613152565b61054b565b005b3480156101bc57600080fd5b507ffeb2925a02bae3dae48d424a0437a2b6ac939aa9230ddc55a1a76f065d9880765b6040519081526020015b60405180910390f35b3480156101fe57600080fd5b5061021261020d366004613152565b61069d565b6040516001600160401b0390911681526020016101e9565b34801561023657600080fd5b5061023f6106e2565b6040516101e991906131e3565b34801561025857600080fd5b506101df61026736600461321b565b6001600160a01b031660009081526003602052604090205490565b6101df610290366004613238565b610774565b6102a86102a3366004613152565b610859565b6040516101e99190613272565b6101ae6102c33660046132b5565b6109a2565b6101ae6102d6366004613152565b610a26565b3480156102e757600080fd5b506102126102f63660046132d0565b610aeb565b34801561030757600080fd5b5061023f610af8565b34801561031c57600080fd5b506101ae61032b3660046132d0565b610b9b565b34801561033c57600080fd5b50610345610c34565b6040516101e99796959493929190613325565b6102a8610366366004613152565b610c96565b34801561037757600080fd5b5061038b6103863660046132d0565b610ec3565b6040516101e9919061347d565b6101ae6103a6366004613490565b611059565b3480156103b757600080fd5b506102126103c63660046134a4565b6001600160a01b0391909116600090815260066020908152604080832093835292905220546001600160401b031690565b34801561040357600080fd5b507fb5d556f07587ec0f08cf386545cc4362c702a001650c2058002615ee5c9d1e756101df565b34801561043657600080fd5b506102126104453660046132d0565b6110fe565b34801561045657600080fd5b506102126104653660046132d0565b6000908152600560205260409020546001600160401b031690565b34801561048c57600080fd5b506104af61049b3660046132d0565b600090815260046020526040902054151590565b60405190151581526020016101e9565b3480156104cb57600080fd5b506102126104da366004613152565b61110c565b3480156104eb57600080fd5b506101df611144565b34801561050057600080fd5b506040516001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001681526020016101e9565b6101df6105463660046134d0565b611153565b348160005b81811015610696576000198201811460008686848181106105735761057361350a565b90506020028101906105859190613520565b61058e90613759565b60208101518051919250908015806105ab57508260400151518114155b156105c95760405163251f56a160e21b815260040160405180910390fd5b60005b8181101561065f576106576040518060a00160405280866000015181526020018584815181106105fe576105fe61350a565b60200260200101518152602001866040015184815181106106215761062161350a565b6020026020010151815260200186606001516001600160a01b0316815260200186608001516001600160401b03168152506111f3565b6001016105cc565b5061067583600001518385606001518a886113ce565b61067f908861386e565b96505050505061068f8160010190565b9050610550565b5050505050565b60004282825b818110156106d6576106ce338787848181106106c1576106c161350a565b90506020020135856118e5565b6001016106a3565b50909150505b92915050565b6060600280546106f190613881565b80601f016020809104026020016040519081016040528092919081815260200182805461071d90613881565b801561076a5780601f1061073f5761010080835404028352916020019161076a565b820191906000526020600020905b81548152906001019060200180831161074d57829003601f168201915b5050505050905090565b6000610787610782836139c2565b6119b1565b604080516001808252818301909252600091816020015b6040805160c081018252600080825260208083018290529282018190526060808301829052608083015260a0820152825260001990920191018161079e5790505090506107ee6020840184613a3c565b6107f790613a52565b8160008151811061080a5761080a61350a565b602090810291909101015261083383358261082b60c0870160a0880161321b565b346001611b05565b602001516000815181106108495761084961350a565b6020026020010151915050919050565b6060816000816001600160401b0381111561087657610876613540565b6040519080825280602002602001820160405280156108a957816020015b60608152602001906001900390816108945790505b509050600034815b8481101561098c5760001985018114368989848181106108d3576108d361350a565b90506020028101906108e59190613a5e565b90506108f46020820182613a74565b90506000036109165760405163251f56a160e21b815260040160405180910390fd5b600061093b823561092a6020850185613a74565b61093391613abd565b338887611b05565b805190915061094a908661386e565b945080602001518785815181106109635761096361350a565b6020026020010181905250806020015151860195505050506109858160010190565b90506108b1565b506109978383612121565b979650505050505050565b604080516001808252818301909252600091816020015b60408051808201909152600080825260208201528152602001906001900390816109b95790505090506109f436839003830160208401613b22565b81600081518110610a0757610a0761350a565b6020908102919091010152610a21823582333460016113ce565b505050565b348160005b81811015610696576000198201811436868684818110610a4d57610a4d61350a565b9050602002810190610a5f9190613a5e565b9050610acc8135610a736020840184613b3e565b808060200260200160405190810160405280939291908181526020016000905b82821015610abf57610ab060408302860136819003810190613b22565b81526020019060010190610a93565b50505050503388866113ce565b610ad6908661386e565b94505050610ae48160010190565b9050610a2b565b6000426106dc838261220a565b6060610b237f00000000000000000000000000000000000000000000000000000000000000006122b3565b610b4c7f00000000000000000000000000000000000000000000000000000000000000006122b3565b610b757f00000000000000000000000000000000000000000000000000000000000000006122b3565b604051602001610b8793929190613b87565b604051602081830303815290604052905090565b33600090815260036020526040902054808211610be4576040517f756688fe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360009081526003602090815260409182902084905581518381529081018490527f57b09af877df9068fd60a69d7b21f5576b8b38955812d6ae4ac52942f1e38fb7910160405180910390a15050565b600060608060008060006060610c48612352565b610c5061237f565b604080516000808252602082019092527f0f000000000000000000000000000000000000000000000000000000000000009b939a50919850469750309650945092509050565b6060816000816001600160401b03811115610cb357610cb3613540565b604051908082528060200260200182016040528015610ce657816020015b6060815260200190600190039081610cd15790505b509050600034815b8481101561098c576000198501811436898984818110610d1057610d1061350a565b9050602002810190610d229190613520565b9050366000610d346020840184613a74565b909250905080801580610d555750610d4f6040850185613be6565b90508114155b15610d735760405163251f56a160e21b815260040160405180910390fd5b60005b81811015610e4657610e3e6040518060a0016040528087600001358152602001868685818110610da857610da861350a565b9050602002810190610dba9190613a3c565b610dc390613a52565b8152602001610dd56040890189613be6565b85818110610de557610de561350a565b905060600201803603810190610dfb9190613c2e565b8152602001610e106080890160608a0161321b565b6001600160a01b03168152602001610e2e60a0890160808a01613c4a565b6001600160401b031690526119b1565b600101610d76565b506000610e6f8535610e588587613abd565b610e686080890160608a0161321b565b8b8a611b05565b8051909150610e7e908961386e565b975080602001518a8881518110610e9757610e9761350a565b602002602001018190525080602001515189019850505050505050610ebc8160010190565b9050610cee565b604080516101408101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e082018390526101008201929092526101208101919091526000828152600460208181526040928390208351610140810185528154815260018201549281019290925260028101546001600160401b038082169584019590955268010000000000000000810485166060840152600160801b90049093166080820152600383015460a0820152908201546001600160a01b0390811660c0830152600583015490811660e0830152600160a01b900460ff16151561010082015260068201805491929161012084019190610fd090613881565b80601f0160208091040260200160405190810160405280929190818152602001828054610ffc90613881565b80156110495780601f1061101e57610100808354040283529160200191611049565b820191906000526020600020905b81548152906001019060200180831161102c57829003601f168201915b5050505050815250509050919050565b61107061106b36839003830183613c65565b6111f3565b604080516001808252818301909252600091816020015b60408051808201909152600080825260208201528152602001906001900390816110875790505090506110c236839003830160208401613b22565b816000815181106110d5576110d561350a565b6020908102919091010152610a218235826110f660e0860160c0870161321b565b3460016113ce565b6000426106dc3384836118e5565b60004282825b818110156106d65761113c86868381811061112f5761112f61350a565b905060200201358461220a565b600101611112565b600061114e6123ac565b905090565b604080516001808252818301909252600091829190816020015b6040805160c081018252600080825260208083018290529282018190526060808301829052608083015260a0820152825260001990920191018161116d5790505090506111bd6020840184613a3c565b6111c690613a52565b816000815181106111d9576111d961350a565b602090810291909101015261083383358233346001611b05565b60808101516001600160401b0316158015906112245750426001600160401b031681608001516001600160401b0316105b1561124257604051631ab7da6b60e01b815260040160405180910390fd5b602080820151604080840151606085015185518451858701516001600160a01b03841660009081526003909852948720805496979496949561131c957fb5d556f07587ec0f08cf386545cc4362c702a001650c2058002615ee5c9d1e7595949392886112ad83613cd5565b909155506080808c01516040805160208101999099526001600160a01b039097169688019690965260608701949094529285019190915260a084015260c08301526001600160401b031660e0820152610100015b604051602081830303815290604052805190602001206124d7565b905061139284606001518284602001518560400151866000015160405160200161137e93929190928352602083019190915260f81b7fff0000000000000000000000000000000000000000000000000000000000000016604082015260410190565b60405160208183030381529060405261251f565b6113c8576040517f8baa579f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50505050565b6040516351753e3760e11b81526004810186905260009081906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a2ea7c6e90602401600060405180830381865afa158015611438573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526114609190810190613cee565b805190915061148257604051635f9bd90760e11b815260040160405180910390fd5b85516000816001600160401b0381111561149e5761149e613540565b60405190808252806020026020018201604052801561151f57816020015b60408051610140810182526000808252602080830182905292820181905260608083018290526080830182905260a0830182905260c0830182905260e0830182905261010083019190915261012082015282526000199092019101816114bc5790505b5090506000826001600160401b0381111561153c5761153c613540565b604051908082528060200260200182016040528015611565578160200160208202803683370190505b50905060005b838110156118c75760008a82815181106115875761158761350a565b60209081029190910181015180516000908152600490925260409091208054919250906115c75760405163c5723b5160e01b815260040160405180910390fd5b8c8160010154146115eb57604051635f9bd90760e11b815260040160405180910390fd5b60058101546001600160a01b038c8116911614611634576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6005810154600160a01b900460ff166116605760405163157bd4c360e01b815260040160405180910390fd5b6002810154600160801b90046001600160401b0316156116ac576040517f905e710700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b426002820180547fffffffffffffffff0000000000000000ffffffffffffffffffffffffffffffff8116600160801b6001600160401b03948516810291821793849055604080516101408101825287548152600188015460208201529386169286169290921791830191909152680100000000000000008304841660608301529091049091166080820152600382015460a082015260048201546001600160a01b0390811660c0830152600583015490811660e0830152600160a01b900460ff161515610100820152600682018054839161012084019161178c90613881565b80601f01602080910402602001604051908101604052809291908181526020018280546117b890613881565b80156118055780601f106117da57610100808354040283529160200191611805565b820191906000526020600020905b8154815290600101906020018083116117e857829003601f168201915b5050505050815250508584815181106118205761182061350a565b602002602001018190525081602001518484815181106118425761184261350a565b6020026020010181815250508c8b6001600160a01b031686858151811061186b5761186b61350a565b602002602001015160c001516001600160a01b03167ff930a6e2523c9cc298691873087a740550b8fc85a0680830414c148ed927f61585600001516040516118b591815260200190565b60405180910390a4505060010161156b565b506118d784838360018b8b612596565b9a9950505050505050505050565b6001600160a01b038316600090815260066020908152604080832085845291829052909120546001600160401b03161561194b576040517fec9d6eeb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600083815260208290526040808220805467ffffffffffffffff19166001600160401b0386169081179091559051909185916001600160a01b038816917f92a1f7a41a7c585a8b09e25b195e225b1d43248daca46b0faf9e0792777a222991a450505050565b60808101516001600160401b0316158015906119e25750426001600160401b031681608001516001600160401b0316105b15611a0057604051631ab7da6b60e01b815260040160405180910390fd5b6020808201516040808401516060808601518651855186880151868801519488015160808901518051908b012060a08a01516001600160a01b03871660009081526003909c52988b2080549a9b989a989961131c997ffeb2925a02bae3dae48d424a0437a2b6ac939aa9230ddc55a1a76f065d988076999493928c611a8483613cd5565b919050558e608001516040516020016113019b9a999897969594939291909a8b526001600160a01b03998a1660208c015260408b01989098529590971660608901526001600160401b03938416608089015291151560a088015260c087015260e0860152610100850193909352610120840152166101408201526101600190565b6040805180820190915260008152606060208201528451604080518082019091526000815260606020820152816001600160401b03811115611b4957611b49613540565b604051908082528060200260200182016040528015611b72578160200160208202803683370190505b5060208201526040516351753e3760e11b8152600481018990526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063a2ea7c6e90602401600060405180830381865afa158015611be0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611c089190810190613cee565b8051909150611c2a57604051635f9bd90760e11b815260040160405180910390fd5b6000836001600160401b03811115611c4457611c44613540565b604051908082528060200260200182016040528015611cc557816020015b60408051610140810182526000808252602080830182905292820181905260608083018290526080830182905260a0830182905260c0830182905260e083018290526101008301919091526101208201528252600019909201910181611c625790505b5090506000846001600160401b03811115611ce257611ce2613540565b604051908082528060200260200182016040528015611d0b578160200160208202803683370190505b50905060005b858110156121005760008b8281518110611d2d57611d2d61350a565b6020026020010151905060006001600160401b031681602001516001600160401b031614158015611d745750426001600160401b031681602001516001600160401b031611155b15611dab576040517f08e8b93700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8460400151158015611dbe575080604001515b15611ddc5760405163157bd4c360e01b815260040160405180910390fd5b60006040518061014001604052806000801b81526020018f8152602001611e004290565b6001600160401b0316815260200183602001516001600160401b0316815260200160006001600160401b031681526020018360600151815260200183600001516001600160a01b031681526020018d6001600160a01b0316815260200183604001511515815260200183608001518152509050600080600090505b611e858382612908565b60008181526004602052604090205490925015611ea457600101611e7b565b8183526000828152600460208181526040928390208651815590860151600182015591850151600283018054606088015160808901516001600160401b03908116600160801b027fffffffffffffffff0000000000000000ffffffffffffffffffffffffffffffff92821668010000000000000000027fffffffffffffffffffffffffffffffff000000000000000000000000000000009094169190951617919091171691909117905560a0850151600383015560c085015190820180546001600160a01b039283167fffffffffffffffffffffffff000000000000000000000000000000000000000090911617905560e08501516005830180546101008801511515600160a01b027fffffffffffffffffffffff00000000000000000000000000000000000000000090911692909316919091179190911790556101208401518491906006820190611ff79082613e11565b5050506060840151156120355760608401516000908152600460205260409020546120355760405163c5723b5160e01b815260040160405180910390fd5b828786815181106120485761204861350a565b60200260200101819052508360a0015186868151811061206a5761206a61350a565b602002602001018181525050818960200151868151811061208d5761208d61350a565b6020026020010181815250508f8e6001600160a01b031685600001516001600160a01b03167f8bf46bf4cfd674fa735a3d63ec1c9ad4153f033c290341f3a588b75685141b35856040516120e391815260200190565b60405180910390a4505050506120f98160010190565b9050611d11565b5061211083838360008c8c612596565b845250919998505050505050505050565b60606000826001600160401b0381111561213d5761213d613540565b604051908082528060200260200182016040528015612166578160200160208202803683370190505b508451909150600090815b818110156121ff57600087828151811061218d5761218d61350a565b6020026020010151905060008151905060005b818110156121eb578281815181106121ba576121ba61350a565b60200260200101518787815181106121d4576121d461350a565b6020908102919091010152600195860195016121a0565b5050506121f88160010190565b9050612171565b509195945050505050565b6000828152600560205260409020546001600160401b031615612259576040517f2e26794600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600082815260056020526040808220805467ffffffffffffffff19166001600160401b0385169081179091559051909184917f5aafceeb1c7ad58e4a84898bdee37c02c0fc46e7d24e6b60e8209449f183459f9190a35050565b606060006122c083612967565b60010190506000816001600160401b038111156122df576122df613540565b6040519080825280601f01601f191660200182016040528015612309576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461231357509392505050565b606061114e7f00000000000000000000000000000000000000000000000000000000000000006000612a49565b606061114e7f00000000000000000000000000000000000000000000000000000000000000006001612a49565b6000306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614801561240557507f000000000000000000000000000000000000000000000000000000000000000046145b1561242f57507f000000000000000000000000000000000000000000000000000000000000000090565b61114e604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201527f0000000000000000000000000000000000000000000000000000000000000000918101919091527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260009060c00160405160208183030381529060405280519060200120905090565b60006106dc6124e46123ac565b836040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b6000836001600160a01b03163b600003612581576000806125408585612af4565b509092509050600081600381111561255a5761255a613ecf565b1480156125785750856001600160a01b0316826001600160a01b0316145b9250505061258f565b61258c848484612b41565b90505b9392505050565b845160009060018190036125ee576125e688886000815181106125bb576125bb61350a565b6020026020010151886000815181106125d6576125d661350a565b6020026020010151888888612c31565b9150506128fe565b60208801516001600160a01b0381166126695760005b8281101561264e5787818151811061261e5761261e61350a565b602002602001015160001461264657604051631574f9f360e01b815260040160405180910390fd5b600101612604565b50831561265e5761265e85612ed1565b6000925050506128fe565b600080826001600160a01b031663ce46e0466040518163ffffffff1660e01b8152600401602060405180830381865afa1580156126aa573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126ce9190613ee5565b905060005b848110156127595760008a82815181106126ef576126ef61350a565b60200260200101519050806000036127075750612751565b8261272557604051631574f9f360e01b815260040160405180910390fd5b888111156127465760405163044044a560e21b815260040160405180910390fd5b978890039792909201915b6001016126d3565b508715612827576040517f88e5b2d90000000000000000000000000000000000000000000000000000000081526001600160a01b038416906388e5b2d99084906127a9908e908e90600401613f02565b60206040518083038185885af11580156127c7573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906127ec9190613ee5565b612822576040517fbf2f3a8b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6128e9565b6040517f91db0b7e0000000000000000000000000000000000000000000000000000000081526001600160a01b038416906391db0b7e908490612870908e908e90600401613f02565b60206040518083038185885af115801561288e573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906128b39190613ee5565b6128e9576040517fe8bee83900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b85156128f8576128f887612ed1565b50925050505b9695505050505050565b60208083015160c084015160e0850151604080870151606088015161010089015160a08a01516101208b0151945160009961294999989796918c9101613f7a565b60405160208183030381529060405280519060200120905092915050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106129b0577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106129dc576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106129fa57662386f26fc10000830492506010015b6305f5e1008310612a12576305f5e100830492506008015b6127108310612a2657612710830492506004015b60648310612a38576064830492506002015b600a83106106dc5760010192915050565b606060ff8314612a6357612a5c83612ee4565b90506106dc565b818054612a6f90613881565b80601f0160208091040260200160405190810160405280929190818152602001828054612a9b90613881565b8015612ae85780601f10612abd57610100808354040283529160200191612ae8565b820191906000526020600020905b815481529060010190602001808311612acb57829003601f168201915b505050505090506106dc565b60008060008351604103612b2e5760208401516040850151606086015160001a612b2088828585612f23565b955095509550505050612b3a565b50508151600091506002905b9250925092565b6000806000856001600160a01b03168585604051602401612b63929190614071565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16630b135d3f60e11b17905251612bad919061408a565b600060405180830381855afa9150503d8060008114612be8576040519150601f19603f3d011682016040523d82523d6000602084013e612bed565b606091505b5091509150818015612c0157506020815110155b80156128fe57508051630b135d3f60e11b90612c26908301602090810190840161409c565b149695505050505050565b60208601516000906001600160a01b038116612c7f578515612c6657604051631574f9f360e01b815260040160405180910390fd5b8215612c7557612c7584612ed1565b60009150506128fe565b8515612d2b57806001600160a01b031663ce46e0466040518163ffffffff1660e01b8152600401602060405180830381865afa158015612cc3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ce79190613ee5565b612d0457604051631574f9f360e01b815260040160405180910390fd5b83861115612d255760405163044044a560e21b815260040160405180910390fd5b85840393505b8415612df6576040517fe49617e10000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063e49617e1908890612d78908b9060040161347d565b60206040518083038185885af1158015612d96573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190612dbb9190613ee5565b612df1576040517fccf3bb2700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612eb6565b6040517fe60c35050000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063e60c3505908890612e3d908b9060040161347d565b60206040518083038185885af1158015612e5b573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190612e809190613ee5565b612eb6576040517fbd8ba84d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8215612ec557612ec584612ed1565b50939695505050505050565b8015612ee157612ee13382612ff2565b50565b60606000612ef1836130c6565b604080516020808252818301909252919250600091906020820181803683375050509182525060208101929092525090565b600080807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0841115612f5e5750600091506003905082612fe8565b604080516000808252602082018084528a905260ff891692820192909252606081018790526080810186905260019060a0016020604051602081039080840390855afa158015612fb2573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116612fde57506000925060019150829050612fe8565b9250600091508190505b9450945094915050565b80471015613039576040517fcf4791810000000000000000000000000000000000000000000000000000000081524760048201526024810182905260440160405180910390fd5b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114613086576040519150601f19603f3d011682016040523d82523d6000602084013e61308b565b606091505b5050905080610a21576040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600060ff8216601f8111156106dc576040517fb3512b0c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008083601f84011261311957600080fd5b5081356001600160401b0381111561313057600080fd5b6020830191508360208260051b850101111561314b57600080fd5b9250929050565b6000806020838503121561316557600080fd5b82356001600160401b0381111561317b57600080fd5b61318785828601613107565b90969095509350505050565b60005b838110156131ae578181015183820152602001613196565b50506000910152565b600081518084526131cf816020860160208601613193565b601f01601f19169290920160200192915050565b60208152600061258f60208301846131b7565b6001600160a01b0381168114612ee157600080fd5b8035613216816131f6565b919050565b60006020828403121561322d57600080fd5b813561258f816131f6565b60006020828403121561324a57600080fd5b81356001600160401b0381111561326057600080fd5b820160e0818503121561258f57600080fd5b602080825282518282018190526000918401906040840190835b818110156132aa57835183526020938401939092019160010161328c565b509095945050505050565b600060608284031280156132c857600080fd5b509092915050565b6000602082840312156132e257600080fd5b5035919050565b600081518084526020840193506020830160005b8281101561331b5781518652602095860195909101906001016132fd565b5093949350505050565b7fff000000000000000000000000000000000000000000000000000000000000008816815260e06020820152600061336060e08301896131b7565b828103604084015261337281896131b7565b90508660608401526001600160a01b03861660808401528460a084015282810360c08401526118d781856132e9565b8051825260208101516020830152600060408201516133cb60408501826001600160401b03169052565b5060608201516133e660608501826001600160401b03169052565b50608082015161340160808501826001600160401b03169052565b5060a082015160a084015260c082015161342660c08501826001600160a01b03169052565b5060e082015161344160e08501826001600160a01b03169052565b5061010082015161345761010085018215159052565b506101208201516101406101208501526134756101408501826131b7565b949350505050565b60208152600061258f60208301846133a1565b60006101008284031280156132c857600080fd5b600080604083850312156134b757600080fd5b82356134c2816131f6565b946020939093013593505050565b6000602082840312156134e257600080fd5b81356001600160401b038111156134f857600080fd5b82016040818503121561258f57600080fd5b634e487b7160e01b600052603260045260246000fd5b60008235609e1983360301811261353657600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b60405160a081016001600160401b038111828210171561357857613578613540565b60405290565b60405160c081016001600160401b038111828210171561357857613578613540565b604051608081016001600160401b038111828210171561357857613578613540565b604051601f8201601f191681016001600160401b03811182821017156135ea576135ea613540565b604052919050565b60006001600160401b0382111561360b5761360b613540565b5060051b60200190565b60006040828403121561362757600080fd5b604080519081016001600160401b038111828210171561364957613649613540565b604052823581526020928301359281019290925250919050565b60006060828403121561367557600080fd5b604051606081016001600160401b038111828210171561369757613697613540565b604052905080823560ff811681146136ae57600080fd5b815260208381013590820152604092830135920191909152919050565b600082601f8301126136dc57600080fd5b81356136ef6136ea826135f2565b6135c2565b8082825260208201915060206060840286010192508583111561371157600080fd5b602085015b83811015613738576137288782613663565b8352602090920191606001613716565b5095945050505050565b80356001600160401b038116811461321657600080fd5b600060a0823603121561376b57600080fd5b613773613556565b8235815260208301356001600160401b0381111561379057600080fd5b830136601f8201126137a157600080fd5b80356137af6136ea826135f2565b8082825260208201915060208360061b8501019250368311156137d157600080fd5b6020840193505b828410156137fd576137ea3685613615565b82526020820191506040840193506137d8565b602085015250505060408301356001600160401b0381111561381e57600080fd5b61382a368286016136cb565b60408301525061383c6060840161320b565b606082015261384d60808401613742565b608082015292915050565b634e487b7160e01b600052601160045260246000fd5b818103818111156106dc576106dc613858565b600181811c9082168061389557607f821691505b6020821081036138b557634e487b7160e01b600052602260045260246000fd5b50919050565b8015158114612ee157600080fd5b60006001600160401b038211156138e2576138e2613540565b50601f01601f191660200190565b600060c0828403121561390257600080fd5b61390a61357e565b90508135613917816131f6565b815261392560208301613742565b60208201526040820135613938816138bb565b60408201526060828101359082015260808201356001600160401b0381111561396057600080fd5b8201601f8101841361397157600080fd5b803561397f6136ea826138c9565b81815285602083850101111561399457600080fd5b8160208401602083013760009181016020019190915260808301525060a09182013591810191909152919050565b600060e082360312156139d457600080fd5b6139dc613556565b8235815260208301356001600160401b038111156139f957600080fd5b613a05368286016138f0565b602083015250613a183660408501613663565b604082015260a0830135613a2b816131f6565b606082015261384d60c08401613742565b6000823560be1983360301811261353657600080fd5b60006106dc36836138f0565b60008235603e1983360301811261353657600080fd5b6000808335601e19843603018112613a8b57600080fd5b8301803591506001600160401b03821115613aa557600080fd5b6020019150600581901b360382131561314b57600080fd5b6000613acb6136ea846135f2565b8381526020810190600585901b840136811115613ae757600080fd5b845b818110156132aa5780356001600160401b03811115613b0757600080fd5b613b13368289016138f0565b85525060209384019301613ae9565b600060408284031215613b3457600080fd5b61258f8383613615565b6000808335601e19843603018112613b5557600080fd5b8301803591506001600160401b03821115613b6f57600080fd5b6020019150600681901b360382131561314b57600080fd5b60008451613b99818460208901613193565b601760f91b9083019081528451613bb7816001840160208901613193565b601760f91b600192909101918201528351613bd9816002840160208801613193565b0160020195945050505050565b6000808335601e19843603018112613bfd57600080fd5b8301803591506001600160401b03821115613c1757600080fd5b602001915060608102360382131561314b57600080fd5b600060608284031215613c4057600080fd5b61258f8383613663565b600060208284031215613c5c57600080fd5b61258f82613742565b6000610100828403128015613c7957600080fd5b50613c82613556565b82358152613c938460208501613615565b6020820152613ca58460608501613663565b604082015260c0830135613cb8816131f6565b6060820152613cc960e08401613742565b60808201529392505050565b600060018201613ce757613ce7613858565b5060010190565b600060208284031215613d0057600080fd5b81516001600160401b03811115613d1657600080fd5b820160808185031215613d2857600080fd5b613d306135a0565b815181526020820151613d42816131f6565b60208201526040820151613d55816138bb565b604082015260608201516001600160401b03811115613d7357600080fd5b80830192505084601f830112613d8857600080fd5b8151613d966136ea826138c9565b818152866020838601011115613dab57600080fd5b613dbc826020830160208701613193565b606083015250949350505050565b601f821115610a2157806000526020600020601f840160051c81016020851015613df15750805b601f840160051c820191505b818110156106965760008155600101613dfd565b81516001600160401b03811115613e2a57613e2a613540565b613e3e81613e388454613881565b84613dca565b6020601f821160018114613e725760008315613e5a5750848201515b600019600385901b1c1916600184901b178455610696565b600084815260208120601f198516915b82811015613ea25787850151825560209485019460019092019101613e82565b5084821015613ec05786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b634e487b7160e01b600052602160045260246000fd5b600060208284031215613ef757600080fd5b815161258f816138bb565b6000604082016040835280855180835260608501915060608160051b86010192506020870160005b82811015613f5b57605f19878603018452613f468583516133a1565b94506020938401939190910190600101613f2a565b505050508281036020840152613f7181856132e9565b95945050505050565b8981526bffffffffffffffffffffffff198960601b1660208201526bffffffffffffffffffffffff198860601b1660348201527fffffffffffffffff0000000000000000000000000000000000000000000000008760c01b1660488201527fffffffffffffffff0000000000000000000000000000000000000000000000008660c01b16605082015284151560f81b60588201528360598201526000607982016000855161402c818460208a01613193565b8201905061405e818660e01b7fffffffff00000000000000000000000000000000000000000000000000000000169052565b6004019c9b505050505050505050505050565b82815260406020820152600061347560408301846131b7565b60008251613536818460208701613193565b6000602082840312156140ae57600080fd5b505191905056fea264697066735822122092735e7cc6b67da0969645748a12405bf3c286bdef4130b2a73b95072805d80464736f6c634300081a0033", + "opcodes": "PUSH2 0x1E0 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0x4571 CODESIZE SUB DUP1 PUSH2 0x4571 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 0x40EB 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 0x40EB 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 0x3152 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 0x3152 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 0x31E3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x258 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1DF PUSH2 0x267 CALLDATASIZE PUSH1 0x4 PUSH2 0x321B 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 0x3238 JUMP JUMPDEST PUSH2 0x774 JUMP JUMPDEST PUSH2 0x2A8 PUSH2 0x2A3 CALLDATASIZE PUSH1 0x4 PUSH2 0x3152 JUMP JUMPDEST PUSH2 0x859 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E9 SWAP2 SWAP1 PUSH2 0x3272 JUMP JUMPDEST PUSH2 0x1AE PUSH2 0x2C3 CALLDATASIZE PUSH1 0x4 PUSH2 0x32B5 JUMP JUMPDEST PUSH2 0x9A2 JUMP JUMPDEST PUSH2 0x1AE PUSH2 0x2D6 CALLDATASIZE PUSH1 0x4 PUSH2 0x3152 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 0x32D0 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 0x32D0 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 0x3325 JUMP JUMPDEST PUSH2 0x2A8 PUSH2 0x366 CALLDATASIZE PUSH1 0x4 PUSH2 0x3152 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 0x32D0 JUMP JUMPDEST PUSH2 0xEC3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E9 SWAP2 SWAP1 PUSH2 0x347D JUMP JUMPDEST PUSH2 0x1AE PUSH2 0x3A6 CALLDATASIZE PUSH1 0x4 PUSH2 0x3490 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 0x34A4 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 0x32D0 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 0x32D0 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 0x32D0 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 0x3152 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 0x34D0 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 0x350A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x585 SWAP2 SWAP1 PUSH2 0x3520 JUMP JUMPDEST PUSH2 0x58E SWAP1 PUSH2 0x3759 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 0x350A 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 0x350A 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 0x386E 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 0x350A 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 0x3881 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 0x3881 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 0x39C2 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 0x3A3C JUMP JUMPDEST PUSH2 0x7F7 SWAP1 PUSH2 0x3A52 JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x80A JUMPI PUSH2 0x80A PUSH2 0x350A 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 0x321B 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 0x350A 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 0x3540 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 0x350A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x8E5 SWAP2 SWAP1 PUSH2 0x3A5E JUMP JUMPDEST SWAP1 POP PUSH2 0x8F4 PUSH1 0x20 DUP3 ADD DUP3 PUSH2 0x3A74 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 0x3A74 JUMP JUMPDEST PUSH2 0x933 SWAP2 PUSH2 0x3ABD JUMP JUMPDEST CALLER DUP9 DUP8 PUSH2 0x1B05 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0x94A SWAP1 DUP7 PUSH2 0x386E JUMP JUMPDEST SWAP5 POP DUP1 PUSH1 0x20 ADD MLOAD DUP8 DUP6 DUP2 MLOAD DUP2 LT PUSH2 0x963 JUMPI PUSH2 0x963 PUSH2 0x350A 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 0x3B22 JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0xA07 JUMPI PUSH2 0xA07 PUSH2 0x350A 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 0x350A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xA5F SWAP2 SWAP1 PUSH2 0x3A5E JUMP JUMPDEST SWAP1 POP PUSH2 0xACC DUP2 CALLDATALOAD PUSH2 0xA73 PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x3B3E 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 0x3B22 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 0x386E 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 0x3B87 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 0x3540 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 0x350A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xD22 SWAP2 SWAP1 PUSH2 0x3520 JUMP JUMPDEST SWAP1 POP CALLDATASIZE PUSH1 0x0 PUSH2 0xD34 PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x3A74 JUMP JUMPDEST SWAP1 SWAP3 POP SWAP1 POP DUP1 DUP1 ISZERO DUP1 PUSH2 0xD55 JUMPI POP PUSH2 0xD4F PUSH1 0x40 DUP6 ADD DUP6 PUSH2 0x3BE6 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 0x350A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xDBA SWAP2 SWAP1 PUSH2 0x3A3C JUMP JUMPDEST PUSH2 0xDC3 SWAP1 PUSH2 0x3A52 JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xDD5 PUSH1 0x40 DUP10 ADD DUP10 PUSH2 0x3BE6 JUMP JUMPDEST DUP6 DUP2 DUP2 LT PUSH2 0xDE5 JUMPI PUSH2 0xDE5 PUSH2 0x350A JUMP JUMPDEST SWAP1 POP PUSH1 0x60 MUL ADD DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xDFB SWAP2 SWAP1 PUSH2 0x3C2E JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xE10 PUSH1 0x80 DUP10 ADD PUSH1 0x60 DUP11 ADD PUSH2 0x321B 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 0x3C4A 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 0x3ABD JUMP JUMPDEST PUSH2 0xE68 PUSH1 0x80 DUP10 ADD PUSH1 0x60 DUP11 ADD PUSH2 0x321B JUMP JUMPDEST DUP12 DUP11 PUSH2 0x1B05 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0xE7E SWAP1 DUP10 PUSH2 0x386E JUMP JUMPDEST SWAP8 POP DUP1 PUSH1 0x20 ADD MLOAD DUP11 DUP9 DUP2 MLOAD DUP2 LT PUSH2 0xE97 JUMPI PUSH2 0xE97 PUSH2 0x350A 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 0x3881 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 0x3881 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 0x3C65 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 0x3B22 JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x10D5 JUMPI PUSH2 0x10D5 PUSH2 0x350A 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 0x321B 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 0x350A 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 0x3A3C JUMP JUMPDEST PUSH2 0x11C6 SWAP1 PUSH2 0x3A52 JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x11D9 JUMPI PUSH2 0x11D9 PUSH2 0x350A 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 0x3CD5 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 0x3CEE 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 0x3540 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 0x3540 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 0x350A 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 0x3881 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 0x3881 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 0x350A 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 0x350A 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 0x350A 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 0x2596 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 0x3CD5 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 0x3540 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 0x3CEE 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 0x3540 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 0x3540 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 0x350A 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 0x2908 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 0x3E11 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 0x350A 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 0x350A 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 0x350A 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 0x2596 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 0x3540 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 0x350A 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 0x350A JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP8 DUP8 DUP2 MLOAD DUP2 LT PUSH2 0x21D4 JUMPI PUSH2 0x21D4 PUSH2 0x350A 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 0x2967 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 0x3540 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 0x2A49 JUMP JUMPDEST PUSH1 0x60 PUSH2 0x114E PUSH32 0x0 PUSH1 0x1 PUSH2 0x2A49 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 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EXTCODESIZE PUSH1 0x0 SUB PUSH2 0x2581 JUMPI PUSH1 0x0 DUP1 PUSH2 0x2540 DUP6 DUP6 PUSH2 0x2AF4 JUMP JUMPDEST POP SWAP1 SWAP3 POP SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x3 DUP2 GT ISZERO PUSH2 0x255A JUMPI PUSH2 0x255A PUSH2 0x3ECF JUMP JUMPDEST EQ DUP1 ISZERO PUSH2 0x2578 JUMPI POP DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ JUMPDEST SWAP3 POP POP POP PUSH2 0x258F JUMP JUMPDEST PUSH2 0x258C DUP5 DUP5 DUP5 PUSH2 0x2B41 JUMP JUMPDEST SWAP1 POP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST DUP5 MLOAD PUSH1 0x0 SWAP1 PUSH1 0x1 DUP2 SWAP1 SUB PUSH2 0x25EE JUMPI PUSH2 0x25E6 DUP9 DUP9 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x25BB JUMPI PUSH2 0x25BB PUSH2 0x350A JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP9 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x25D6 JUMPI PUSH2 0x25D6 PUSH2 0x350A JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP9 DUP9 DUP9 PUSH2 0x2C31 JUMP JUMPDEST SWAP2 POP POP PUSH2 0x28FE JUMP JUMPDEST PUSH1 0x20 DUP9 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2669 JUMPI PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x264E JUMPI DUP8 DUP2 DUP2 MLOAD DUP2 LT PUSH2 0x261E JUMPI PUSH2 0x261E PUSH2 0x350A JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 EQ PUSH2 0x2646 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 0x2604 JUMP JUMPDEST POP DUP4 ISZERO PUSH2 0x265E JUMPI PUSH2 0x265E DUP6 PUSH2 0x2ED1 JUMP JUMPDEST PUSH1 0x0 SWAP3 POP POP POP PUSH2 0x28FE 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 0x26AA 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 0x26CE SWAP2 SWAP1 PUSH2 0x3EE5 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 JUMPDEST DUP5 DUP2 LT ISZERO PUSH2 0x2759 JUMPI PUSH1 0x0 DUP11 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x26EF JUMPI PUSH2 0x26EF PUSH2 0x350A JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 POP DUP1 PUSH1 0x0 SUB PUSH2 0x2707 JUMPI POP PUSH2 0x2751 JUMP JUMPDEST DUP3 PUSH2 0x2725 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 0x2746 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 0x26D3 JUMP JUMPDEST POP DUP8 ISZERO PUSH2 0x2827 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 0x27A9 SWAP1 DUP15 SWAP1 DUP15 SWAP1 PUSH1 0x4 ADD PUSH2 0x3F02 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x27C7 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 0x27EC SWAP2 SWAP1 PUSH2 0x3EE5 JUMP JUMPDEST PUSH2 0x2822 JUMPI PUSH1 0x40 MLOAD PUSH32 0xBF2F3A8B00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x28E9 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 0x2870 SWAP1 DUP15 SWAP1 DUP15 SWAP1 PUSH1 0x4 ADD PUSH2 0x3F02 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x288E 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 0x28B3 SWAP2 SWAP1 PUSH2 0x3EE5 JUMP JUMPDEST PUSH2 0x28E9 JUMPI PUSH1 0x40 MLOAD PUSH32 0xE8BEE83900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP6 ISZERO PUSH2 0x28F8 JUMPI PUSH2 0x28F8 DUP8 PUSH2 0x2ED1 JUMP JUMPDEST POP SWAP3 POP POP POP JUMPDEST SWAP7 SWAP6 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 0x2949 SWAP10 SWAP9 SWAP8 SWAP7 SWAP2 DUP13 SWAP2 ADD PUSH2 0x3F7A 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 0x29B0 JUMPI PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 DIV SWAP3 POP PUSH1 0x40 ADD JUMPDEST PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 LT PUSH2 0x29DC JUMPI PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 DIV SWAP3 POP PUSH1 0x20 ADD JUMPDEST PUSH7 0x2386F26FC10000 DUP4 LT PUSH2 0x29FA JUMPI PUSH7 0x2386F26FC10000 DUP4 DIV SWAP3 POP PUSH1 0x10 ADD JUMPDEST PUSH4 0x5F5E100 DUP4 LT PUSH2 0x2A12 JUMPI PUSH4 0x5F5E100 DUP4 DIV SWAP3 POP PUSH1 0x8 ADD JUMPDEST PUSH2 0x2710 DUP4 LT PUSH2 0x2A26 JUMPI PUSH2 0x2710 DUP4 DIV SWAP3 POP PUSH1 0x4 ADD JUMPDEST PUSH1 0x64 DUP4 LT PUSH2 0x2A38 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 0x2A63 JUMPI PUSH2 0x2A5C DUP4 PUSH2 0x2EE4 JUMP JUMPDEST SWAP1 POP PUSH2 0x6DC JUMP JUMPDEST DUP2 DUP1 SLOAD PUSH2 0x2A6F SWAP1 PUSH2 0x3881 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 0x2A9B SWAP1 PUSH2 0x3881 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2AE8 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x2ABD JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2AE8 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 0x2ACB 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 0x2B2E JUMPI PUSH1 0x20 DUP5 ADD MLOAD PUSH1 0x40 DUP6 ADD MLOAD PUSH1 0x60 DUP7 ADD MLOAD PUSH1 0x0 BYTE PUSH2 0x2B20 DUP9 DUP3 DUP6 DUP6 PUSH2 0x2F23 JUMP JUMPDEST SWAP6 POP SWAP6 POP SWAP6 POP POP POP POP PUSH2 0x2B3A 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 0x2B63 SWAP3 SWAP2 SWAP1 PUSH2 0x4071 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 0x2BAD SWAP2 SWAP1 PUSH2 0x408A JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS STATICCALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x2BE8 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 0x2BED JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP DUP2 DUP1 ISZERO PUSH2 0x2C01 JUMPI POP PUSH1 0x20 DUP2 MLOAD LT ISZERO JUMPDEST DUP1 ISZERO PUSH2 0x28FE JUMPI POP DUP1 MLOAD PUSH4 0xB135D3F PUSH1 0xE1 SHL SWAP1 PUSH2 0x2C26 SWAP1 DUP4 ADD PUSH1 0x20 SWAP1 DUP2 ADD SWAP1 DUP5 ADD PUSH2 0x409C 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 0x2C7F JUMPI DUP6 ISZERO PUSH2 0x2C66 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 0x2C75 JUMPI PUSH2 0x2C75 DUP5 PUSH2 0x2ED1 JUMP JUMPDEST PUSH1 0x0 SWAP2 POP POP PUSH2 0x28FE JUMP JUMPDEST DUP6 ISZERO PUSH2 0x2D2B 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 0x2CC3 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 0x2CE7 SWAP2 SWAP1 PUSH2 0x3EE5 JUMP JUMPDEST PUSH2 0x2D04 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 0x2D25 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 0x2DF6 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 0x2D78 SWAP1 DUP12 SWAP1 PUSH1 0x4 ADD PUSH2 0x347D JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2D96 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 0x2DBB SWAP2 SWAP1 PUSH2 0x3EE5 JUMP JUMPDEST PUSH2 0x2DF1 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCCF3BB2700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2EB6 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 0x2E3D SWAP1 DUP12 SWAP1 PUSH1 0x4 ADD PUSH2 0x347D JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2E5B 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 0x2E80 SWAP2 SWAP1 PUSH2 0x3EE5 JUMP JUMPDEST PUSH2 0x2EB6 JUMPI PUSH1 0x40 MLOAD PUSH32 0xBD8BA84D00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 ISZERO PUSH2 0x2EC5 JUMPI PUSH2 0x2EC5 DUP5 PUSH2 0x2ED1 JUMP JUMPDEST POP SWAP4 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2EE1 JUMPI PUSH2 0x2EE1 CALLER DUP3 PUSH2 0x2FF2 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0x2EF1 DUP4 PUSH2 0x30C6 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 0x2F5E JUMPI POP PUSH1 0x0 SWAP2 POP PUSH1 0x3 SWAP1 POP DUP3 PUSH2 0x2FE8 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 0x2FB2 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 0x2FDE JUMPI POP PUSH1 0x0 SWAP3 POP PUSH1 0x1 SWAP2 POP DUP3 SWAP1 POP PUSH2 0x2FE8 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 0x3039 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCF47918100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE SELFBALANCE PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x44 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 0x3086 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 0x308B JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP POP SWAP1 POP DUP1 PUSH2 0xA21 JUMPI PUSH1 0x40 MLOAD PUSH32 0xD6BDA27500000000000000000000000000000000000000000000000000000000 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 0x3119 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3130 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 0x314B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x3165 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x317B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3187 DUP6 DUP3 DUP7 ADD PUSH2 0x3107 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x31AE JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x3196 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH2 0x31CF DUP2 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP7 ADD PUSH2 0x3193 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 0x258F PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x31B7 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x2EE1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH2 0x3216 DUP2 PUSH2 0x31F6 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x322D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x258F DUP2 PUSH2 0x31F6 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x324A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3260 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0xE0 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x258F 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 0x32AA JUMPI DUP4 MLOAD DUP4 MSTORE PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x1 ADD PUSH2 0x328C JUMP JUMPDEST POP SWAP1 SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x32C8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP SWAP1 SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x32E2 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 0x331B JUMPI DUP2 MLOAD DUP7 MSTORE PUSH1 0x20 SWAP6 DUP7 ADD SWAP6 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x32FD 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 0x3360 PUSH1 0xE0 DUP4 ADD DUP10 PUSH2 0x31B7 JUMP JUMPDEST DUP3 DUP2 SUB PUSH1 0x40 DUP5 ADD MSTORE PUSH2 0x3372 DUP2 DUP10 PUSH2 0x31B7 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 0x32E9 JUMP JUMPDEST DUP1 MLOAD DUP3 MSTORE PUSH1 0x20 DUP2 ADD MLOAD PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x0 PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x33CB 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 0x33E6 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 0x3401 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 0x3426 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 0x3441 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 0x3457 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 0x3475 PUSH2 0x140 DUP6 ADD DUP3 PUSH2 0x31B7 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0x258F PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x33A1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x32C8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x34B7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x34C2 DUP2 PUSH2 0x31F6 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 0x34E2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x34F8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x40 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x258F 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 0x3536 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 0x3578 JUMPI PUSH2 0x3578 PUSH2 0x3540 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 0x3578 JUMPI PUSH2 0x3578 PUSH2 0x3540 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 0x3578 JUMPI PUSH2 0x3578 PUSH2 0x3540 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 0x35EA JUMPI PUSH2 0x35EA PUSH2 0x3540 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x360B JUMPI PUSH2 0x360B PUSH2 0x3540 JUMP JUMPDEST POP PUSH1 0x5 SHL PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3627 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 0x3649 JUMPI PUSH2 0x3649 PUSH2 0x3540 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 0x3675 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 0x3697 JUMPI PUSH2 0x3697 PUSH2 0x3540 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP1 POP DUP1 DUP3 CALLDATALOAD PUSH1 0xFF DUP2 AND DUP2 EQ PUSH2 0x36AE 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 0x36DC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x36EF PUSH2 0x36EA DUP3 PUSH2 0x35F2 JUMP JUMPDEST PUSH2 0x35C2 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 0x3711 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP6 ADD JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x3738 JUMPI PUSH2 0x3728 DUP8 DUP3 PUSH2 0x3663 JUMP JUMPDEST DUP4 MSTORE PUSH1 0x20 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x60 ADD PUSH2 0x3716 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 0x3216 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 CALLDATASIZE SUB SLT ISZERO PUSH2 0x376B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3773 PUSH2 0x3556 JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3790 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD CALLDATASIZE PUSH1 0x1F DUP3 ADD SLT PUSH2 0x37A1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH2 0x37AF PUSH2 0x36EA DUP3 PUSH2 0x35F2 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 0x37D1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD SWAP4 POP JUMPDEST DUP3 DUP5 LT ISZERO PUSH2 0x37FD JUMPI PUSH2 0x37EA CALLDATASIZE DUP6 PUSH2 0x3615 JUMP JUMPDEST DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x40 DUP5 ADD SWAP4 POP PUSH2 0x37D8 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 0x381E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x382A CALLDATASIZE DUP3 DUP7 ADD PUSH2 0x36CB JUMP JUMPDEST PUSH1 0x40 DUP4 ADD MSTORE POP PUSH2 0x383C PUSH1 0x60 DUP5 ADD PUSH2 0x320B JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x384D PUSH1 0x80 DUP5 ADD PUSH2 0x3742 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 0x3858 JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x3895 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x38B5 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 0x2EE1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x38E2 JUMPI PUSH2 0x38E2 PUSH2 0x3540 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 0x3902 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x390A PUSH2 0x357E JUMP JUMPDEST SWAP1 POP DUP2 CALLDATALOAD PUSH2 0x3917 DUP2 PUSH2 0x31F6 JUMP JUMPDEST DUP2 MSTORE PUSH2 0x3925 PUSH1 0x20 DUP4 ADD PUSH2 0x3742 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 DUP3 ADD CALLDATALOAD PUSH2 0x3938 DUP2 PUSH2 0x38BB 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 0x3960 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x1F DUP2 ADD DUP5 SGT PUSH2 0x3971 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH2 0x397F PUSH2 0x36EA DUP3 PUSH2 0x38C9 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP6 PUSH1 0x20 DUP4 DUP6 ADD ADD GT ISZERO PUSH2 0x3994 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 0x39D4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x39DC PUSH2 0x3556 JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x39F9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3A05 CALLDATASIZE DUP3 DUP7 ADD PUSH2 0x38F0 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP PUSH2 0x3A18 CALLDATASIZE PUSH1 0x40 DUP6 ADD PUSH2 0x3663 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0xA0 DUP4 ADD CALLDATALOAD PUSH2 0x3A2B DUP2 PUSH2 0x31F6 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x384D PUSH1 0xC0 DUP5 ADD PUSH2 0x3742 JUMP JUMPDEST PUSH1 0x0 DUP3 CALLDATALOAD PUSH1 0xBE NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x3536 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x6DC CALLDATASIZE DUP4 PUSH2 0x38F0 JUMP JUMPDEST PUSH1 0x0 DUP3 CALLDATALOAD PUSH1 0x3E NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x3536 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x3A8B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x3AA5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x5 DUP2 SWAP1 SHL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x314B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3ACB PUSH2 0x36EA DUP5 PUSH2 0x35F2 JUMP JUMPDEST DUP4 DUP2 MSTORE PUSH1 0x20 DUP2 ADD SWAP1 PUSH1 0x5 DUP6 SWAP1 SHL DUP5 ADD CALLDATASIZE DUP2 GT ISZERO PUSH2 0x3AE7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x32AA JUMPI DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3B07 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3B13 CALLDATASIZE DUP3 DUP10 ADD PUSH2 0x38F0 JUMP JUMPDEST DUP6 MSTORE POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 ADD PUSH2 0x3AE9 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3B34 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x258F DUP4 DUP4 PUSH2 0x3615 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x3B55 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x3B6F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x6 DUP2 SWAP1 SHL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x314B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0x3B99 DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0x3193 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL SWAP1 DUP4 ADD SWAP1 DUP2 MSTORE DUP5 MLOAD PUSH2 0x3BB7 DUP2 PUSH1 0x1 DUP5 ADD PUSH1 0x20 DUP10 ADD PUSH2 0x3193 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL PUSH1 0x1 SWAP3 SWAP1 SWAP2 ADD SWAP2 DUP3 ADD MSTORE DUP4 MLOAD PUSH2 0x3BD9 DUP2 PUSH1 0x2 DUP5 ADD PUSH1 0x20 DUP9 ADD PUSH2 0x3193 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 0x3BFD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x3C17 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x60 DUP2 MUL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x314B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3C40 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x258F DUP4 DUP4 PUSH2 0x3663 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3C5C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x258F DUP3 PUSH2 0x3742 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x3C79 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3C82 PUSH2 0x3556 JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH2 0x3C93 DUP5 PUSH1 0x20 DUP6 ADD PUSH2 0x3615 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH2 0x3CA5 DUP5 PUSH1 0x60 DUP6 ADD PUSH2 0x3663 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0xC0 DUP4 ADD CALLDATALOAD PUSH2 0x3CB8 DUP2 PUSH2 0x31F6 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x3CC9 PUSH1 0xE0 DUP5 ADD PUSH2 0x3742 JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 DUP3 ADD PUSH2 0x3CE7 JUMPI PUSH2 0x3CE7 PUSH2 0x3858 JUMP JUMPDEST POP PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3D00 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3D16 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x80 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x3D28 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3D30 PUSH2 0x35A0 JUMP JUMPDEST DUP2 MLOAD DUP2 MSTORE PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x3D42 DUP2 PUSH2 0x31F6 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x3D55 DUP2 PUSH2 0x38BB JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x60 DUP3 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3D73 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 DUP4 ADD SWAP3 POP POP DUP5 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x3D88 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x3D96 PUSH2 0x36EA DUP3 PUSH2 0x38C9 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP7 PUSH1 0x20 DUP4 DUP7 ADD ADD GT ISZERO PUSH2 0x3DAB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3DBC DUP3 PUSH1 0x20 DUP4 ADD PUSH1 0x20 DUP8 ADD PUSH2 0x3193 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 0x3DF1 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 0x3DFD JUMP JUMPDEST DUP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3E2A JUMPI PUSH2 0x3E2A PUSH2 0x3540 JUMP JUMPDEST PUSH2 0x3E3E DUP2 PUSH2 0x3E38 DUP5 SLOAD PUSH2 0x3881 JUMP JUMPDEST DUP5 PUSH2 0x3DCA JUMP JUMPDEST PUSH1 0x20 PUSH1 0x1F DUP3 GT PUSH1 0x1 DUP2 EQ PUSH2 0x3E72 JUMPI PUSH1 0x0 DUP4 ISZERO PUSH2 0x3E5A 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 0x3EA2 JUMPI DUP8 DUP6 ADD MLOAD DUP3 SSTORE PUSH1 0x20 SWAP5 DUP6 ADD SWAP5 PUSH1 0x1 SWAP1 SWAP3 ADD SWAP2 ADD PUSH2 0x3E82 JUMP JUMPDEST POP DUP5 DUP3 LT ISZERO PUSH2 0x3EC0 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 0x3EF7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x258F DUP2 PUSH2 0x38BB 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 0x3F5B JUMPI PUSH1 0x5F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE PUSH2 0x3F46 DUP6 DUP4 MLOAD PUSH2 0x33A1 JUMP JUMPDEST SWAP5 POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP2 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x3F2A JUMP JUMPDEST POP POP POP POP DUP3 DUP2 SUB PUSH1 0x20 DUP5 ADD MSTORE PUSH2 0x3F71 DUP2 DUP6 PUSH2 0x32E9 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 0x402C DUP2 DUP5 PUSH1 0x20 DUP11 ADD PUSH2 0x3193 JUMP JUMPDEST DUP3 ADD SWAP1 POP PUSH2 0x405E 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 0x3475 PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x31B7 JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x3536 DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x3193 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x40AE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP3 PUSH20 0x5E7CC6B67DA0969645748A12405BF3C286BDEF41 ADDRESS 0xB2 0xA7 EXTCODESIZE SWAP6 SMOD 0x28 SDIV 0xD8 DIV PUSH5 0x736F6C6343 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:32;;2075:106:7;;3401:30:32;: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:46;3274:18;;;3267:34;;;;3317:18;;;3310:34;4255:13:32;3360:18:46;;;3353:34;4278:4:32;3403:19:46;;;3396:61;4168:7:32;;3205:19:46;;4204:80:32;;;;;;;;;;;;4194:91;;;;;;4187:98;;4113:179;;3692:23;3667:48;;-1:-1:-1;;3747:4:32;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;;2887:340:28;2983:11;3032:2;3016:5;3010:19;:24;3006:215;;;3057:20;3071:5;3057:13;:20::i;:::-;3050:27;;;;3006:215;3134:5;3108:46;3149:5;3134;3108:46;:::i;:::-;-1:-1:-1;1390:66:28;;-1:-1:-1;3006:215:28;2887: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:28;;;;;;;;:::i;:::-;;;;;;;;1836:72;1974:11;;1957:13;1974:4;1957:13;:::i;:::-;1949:36;;1708:286;-1:-1:-1;;;1708:286:28:o;14:314:46:-;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:46;;238:42;;228:70;;294:1;291;284:12;228:70;317:5;14:314;-1:-1:-1;;;14:314:46: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:46;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:46;;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:46;;;2819:26;2770:89;-1:-1:-1;;1627:1:46;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:46;;;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:46;2607:14;;;2623:3;2603:24;2599:37;2595:42;2580:58;2565:74;;2452:201;-1:-1:-1;;;;2699:1:46;2683:14;;;2679:22;2666:36;;-1:-1:-1;1670:1299:46: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:46;4253:17;;;;4250:1;4246:25;4242:38;4231:50;;4000:297;-1:-1:-1;4000:297:46:o;:::-;976:28530:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": { + "@_EIP712Name_9380": { + "entryPoint": 9042, + "id": 9380, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_EIP712Version_9392": { + "entryPoint": 9087, + "id": 9392, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_attest_1307": { + "entryPoint": 6917, + "id": 1307, + "parameterSlots": 5, + "returnSlots": 1 + }, + "@_buildDomainSeparator_9310": { + "entryPoint": null, + "id": 9310, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_domainSeparatorV4_9289": { + "entryPoint": 9132, + "id": 9289, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_getUID_1834": { + "entryPoint": 10504, + "id": 1834, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@_hashTypedDataV4_9326": { + "entryPoint": 9431, + "id": 9326, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_mergeUIDs_2018": { + "entryPoint": 8481, + "id": 2018, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@_refund_1855": { + "entryPoint": 11985, + "id": 1855, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_resolveAttestation_1603": { + "entryPoint": 11313, + "id": 1603, + "parameterSlots": 6, + "returnSlots": 1 + }, + "@_resolveAttestations_1799": { + "entryPoint": 9622, + "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_8275": { + "entryPoint": 12486, + "id": 8275, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@eip712Domain_9368": { + "entryPoint": 3124, + "id": 9368, + "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_9574": { + "entryPoint": 11073, + "id": 9574, + "parameterSlots": 3, + "returnSlots": 1 + }, + "@isValidSignatureNow_9522": { + "entryPoint": 9503, + "id": 9522, + "parameterSlots": 3, + "returnSlots": 1 + }, + "@log10_10953": { + "entryPoint": 10599, + "id": 10953, + "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_7782": { + "entryPoint": 12274, + "id": 7782, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@timestamp_883": { + "entryPoint": 2795, + "id": 883, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@toStringWithFallback_8342": { + "entryPoint": 10825, + "id": 8342, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@toString_8243": { + "entryPoint": 12004, + "id": 8243, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@toString_8566": { + "entryPoint": 8883, + "id": 8566, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@toTypedDataHash_9466": { + "entryPoint": null, + "id": 9466, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@tryRecover_8892": { + "entryPoint": 10996, + "id": 8892, + "parameterSlots": 2, + "returnSlots": 3 + }, + "@tryRecover_9080": { + "entryPoint": 12067, + "id": 9080, + "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": 12811, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata": { + "entryPoint": 12551, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_array_struct_Signature_dyn": { + "entryPoint": 14027, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_struct_AttestationRequestData": { + "entryPoint": 14576, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_struct_RevocationRequestData": { + "entryPoint": 13845, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_struct_Signature": { + "entryPoint": 13923, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_address": { + "entryPoint": 12827, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_addresst_bytes32": { + "entryPoint": 13476, + "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": 12626, + "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": 16101, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_bytes32": { + "entryPoint": 13008, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_bytes32_fromMemory": { + "entryPoint": 16540, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_struct$_AttestationRequest_$2049_calldata_ptr": { + "entryPoint": 13520, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr": { + "entryPoint": 12856, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_struct$_DelegatedRevocationRequest_$2114_calldata_ptr": { + "entryPoint": 13456, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_struct$_DelegatedRevocationRequest_$2114_memory_ptr": { + "entryPoint": 15461, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_struct$_RevocationRequestData_$2093_memory_ptr": { + "entryPoint": 15138, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_struct$_RevocationRequest_$2100_calldata_ptr": { + "entryPoint": 12981, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_struct$_SchemaRecord_$2343_memory_ptr_fromMemory": { + "entryPoint": 15598, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_struct$_Signature_$27_memory_ptr": { + "entryPoint": 15406, + "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": 15434, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_uint64": { + "entryPoint": 14146, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "abi_encode_address": { + "entryPoint": null, + "id": null, + "parameterSlots": 2, + "returnSlots": 0 + }, + "abi_encode_array_uint256_dyn": { + "entryPoint": 13033, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_encode_bool": { + "entryPoint": null, + "id": null, + "parameterSlots": 2, + "returnSlots": 0 + }, + "abi_encode_string": { + "entryPoint": 12727, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_encode_struct_Attestation": { + "entryPoint": 13217, + "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": 16250, + "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": 16522, + "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": 15239, + "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_array$_t_bytes32_$dyn_memory_ptr__to_t_array$_t_bytes32_$dyn_memory_ptr__fromStack_reversed": { + "entryPoint": 12914, + "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": 16130, + "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": 13093, + "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": 16497, + "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": 12771, + "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": 13437, + "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": 14964, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "access_calldata_tail_t_array$_t_struct$_RevocationRequestData_$2093_calldata_ptr_$dyn_calldata_ptr": { + "entryPoint": 15166, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "access_calldata_tail_t_array$_t_struct$_Signature_$27_calldata_ptr_$dyn_calldata_ptr": { + "entryPoint": 15334, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "access_calldata_tail_t_struct$_AttestationRequestData_$2042_calldata_ptr": { + "entryPoint": 14908, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "access_calldata_tail_t_struct$_MultiAttestationRequest_$2071_calldata_ptr": { + "entryPoint": 14942, + "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": 13600, + "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": 13762, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "allocate_memory_3980": { + "entryPoint": 13654, + "id": null, + "parameterSlots": 0, + "returnSlots": 1 + }, + "allocate_memory_3981": { + "entryPoint": 13694, + "id": null, + "parameterSlots": 0, + "returnSlots": 1 + }, + "allocate_memory_3987": { + "entryPoint": 13728, + "id": null, + "parameterSlots": 0, + "returnSlots": 1 + }, + "array_allocation_size_array_struct_RevocationRequestData_dyn": { + "entryPoint": 13810, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "array_allocation_size_bytes": { + "entryPoint": 14537, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "array_dataslot_bytes_storage": { + "entryPoint": null, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "checked_sub_t_uint256": { + "entryPoint": 14446, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "clean_up_bytearray_end_slots_bytes_storage": { + "entryPoint": 15818, + "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": 15037, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "convert_t_struct$_AttestationRequestData_$2042_calldata_ptr_to_t_struct$_AttestationRequestData_$2042_memory_ptr": { + "entryPoint": 14930, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "convert_t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr_to_t_struct$_DelegatedAttestationRequest_$2063_memory_ptr": { + "entryPoint": 14786, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "convert_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr_to_t_struct$_MultiDelegatedRevocationRequest_$2138_memory_ptr": { + "entryPoint": 14169, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "copy_byte_array_to_storage_from_t_bytes_memory_ptr_to_t_bytes_storage": { + "entryPoint": 15889, + "id": null, + "parameterSlots": 2, + "returnSlots": 0 + }, + "copy_memory_to_memory_with_cleanup": { + "entryPoint": 12691, + "id": null, + "parameterSlots": 3, + "returnSlots": 0 + }, + "extract_byte_array_length": { + "entryPoint": 14465, + "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": 15573, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "panic_error_0x11": { + "entryPoint": 14424, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "panic_error_0x12": { + "entryPoint": null, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "panic_error_0x21": { + "entryPoint": 16079, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "panic_error_0x32": { + "entryPoint": 13578, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "panic_error_0x41": { + "entryPoint": 13632, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "validator_revert_address": { + "entryPoint": 12790, + "id": null, + "parameterSlots": 1, + "returnSlots": 0 + }, + "validator_revert_bool": { + "entryPoint": 14523, + "id": null, + "parameterSlots": 1, + "returnSlots": 0 + } + }, + "generatedSources": [ + { + "ast": { + "nativeSrc": "0:38059:46", + "nodeType": "YulBlock", + "src": "0:38059:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "138:283:46", + "nodeType": "YulBlock", + "src": "138:283:46", + "statements": [ + { + "body": { + "nativeSrc": "187:16:46", + "nodeType": "YulBlock", + "src": "187:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "196:1:46", + "nodeType": "YulLiteral", + "src": "196:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "199:1:46", + "nodeType": "YulLiteral", + "src": "199:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "189:6:46", + "nodeType": "YulIdentifier", + "src": "189:6:46" + }, + "nativeSrc": "189:12:46", + "nodeType": "YulFunctionCall", + "src": "189:12:46" + }, + "nativeSrc": "189:12:46", + "nodeType": "YulExpressionStatement", + "src": "189:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "166:6:46", + "nodeType": "YulIdentifier", + "src": "166:6:46" + }, + { + "kind": "number", + "nativeSrc": "174:4:46", + "nodeType": "YulLiteral", + "src": "174:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "162:3:46", + "nodeType": "YulIdentifier", + "src": "162:3:46" + }, + "nativeSrc": "162:17:46", + "nodeType": "YulFunctionCall", + "src": "162:17:46" + }, + { + "name": "end", + "nativeSrc": "181:3:46", + "nodeType": "YulIdentifier", + "src": "181:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "158:3:46", + "nodeType": "YulIdentifier", + "src": "158:3:46" + }, + "nativeSrc": "158:27:46", + "nodeType": "YulFunctionCall", + "src": "158:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "151:6:46", + "nodeType": "YulIdentifier", + "src": "151:6:46" + }, + "nativeSrc": "151:35:46", + "nodeType": "YulFunctionCall", + "src": "151:35:46" + }, + "nativeSrc": "148:55:46", + "nodeType": "YulIf", + "src": "148:55:46" + }, + { + "nativeSrc": "212:30:46", + "nodeType": "YulAssignment", + "src": "212:30:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "235:6:46", + "nodeType": "YulIdentifier", + "src": "235:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "222:12:46", + "nodeType": "YulIdentifier", + "src": "222:12:46" + }, + "nativeSrc": "222:20:46", + "nodeType": "YulFunctionCall", + "src": "222:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "212:6:46", + "nodeType": "YulIdentifier", + "src": "212:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "285:16:46", + "nodeType": "YulBlock", + "src": "285:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "294:1:46", + "nodeType": "YulLiteral", + "src": "294:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "297:1:46", + "nodeType": "YulLiteral", + "src": "297:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "287:6:46", + "nodeType": "YulIdentifier", + "src": "287:6:46" + }, + "nativeSrc": "287:12:46", + "nodeType": "YulFunctionCall", + "src": "287:12:46" + }, + "nativeSrc": "287:12:46", + "nodeType": "YulExpressionStatement", + "src": "287:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "257:6:46", + "nodeType": "YulIdentifier", + "src": "257:6:46" + }, + { + "kind": "number", + "nativeSrc": "265:18:46", + "nodeType": "YulLiteral", + "src": "265:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "254:2:46", + "nodeType": "YulIdentifier", + "src": "254:2:46" + }, + "nativeSrc": "254:30:46", + "nodeType": "YulFunctionCall", + "src": "254:30:46" + }, + "nativeSrc": "251:50:46", + "nodeType": "YulIf", + "src": "251:50:46" + }, + { + "nativeSrc": "310:29:46", + "nodeType": "YulAssignment", + "src": "310:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "326:6:46", + "nodeType": "YulIdentifier", + "src": "326:6:46" + }, + { + "kind": "number", + "nativeSrc": "334:4:46", + "nodeType": "YulLiteral", + "src": "334:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "322:3:46", + "nodeType": "YulIdentifier", + "src": "322:3:46" + }, + "nativeSrc": "322:17:46", + "nodeType": "YulFunctionCall", + "src": "322:17:46" + }, + "variableNames": [ + { + "name": "arrayPos", + "nativeSrc": "310:8:46", + "nodeType": "YulIdentifier", + "src": "310:8:46" + } + ] + }, + { + "body": { + "nativeSrc": "399:16:46", + "nodeType": "YulBlock", + "src": "399:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "408:1:46", + "nodeType": "YulLiteral", + "src": "408:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "411:1:46", + "nodeType": "YulLiteral", + "src": "411:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "401:6:46", + "nodeType": "YulIdentifier", + "src": "401:6:46" + }, + "nativeSrc": "401:12:46", + "nodeType": "YulFunctionCall", + "src": "401:12:46" + }, + "nativeSrc": "401:12:46", + "nodeType": "YulExpressionStatement", + "src": "401:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "362:6:46", + "nodeType": "YulIdentifier", + "src": "362:6:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "374:1:46", + "nodeType": "YulLiteral", + "src": "374:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "377:6:46", + "nodeType": "YulIdentifier", + "src": "377:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "370:3:46", + "nodeType": "YulIdentifier", + "src": "370:3:46" + }, + "nativeSrc": "370:14:46", + "nodeType": "YulFunctionCall", + "src": "370:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "358:3:46", + "nodeType": "YulIdentifier", + "src": "358:3:46" + }, + "nativeSrc": "358:27:46", + "nodeType": "YulFunctionCall", + "src": "358:27:46" + }, + { + "kind": "number", + "nativeSrc": "387:4:46", + "nodeType": "YulLiteral", + "src": "387:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "354:3:46", + "nodeType": "YulIdentifier", + "src": "354:3:46" + }, + "nativeSrc": "354:38:46", + "nodeType": "YulFunctionCall", + "src": "354:38:46" + }, + { + "name": "end", + "nativeSrc": "394:3:46", + "nodeType": "YulIdentifier", + "src": "394:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "351:2:46", + "nodeType": "YulIdentifier", + "src": "351:2:46" + }, + "nativeSrc": "351:47:46", + "nodeType": "YulFunctionCall", + "src": "351:47:46" + }, + "nativeSrc": "348:67:46", + "nodeType": "YulIf", + "src": "348:67:46" + } + ] + }, + "name": "abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata", + "nativeSrc": "14:407:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "101:6:46", + "nodeType": "YulTypedName", + "src": "101:6:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "109:3:46", + "nodeType": "YulTypedName", + "src": "109:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "arrayPos", + "nativeSrc": "117:8:46", + "nodeType": "YulTypedName", + "src": "117:8:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "127:6:46", + "nodeType": "YulTypedName", + "src": "127:6:46", + "type": "" + } + ], + "src": "14:407:46" + }, + { + "body": { + "nativeSrc": "582:372:46", + "nodeType": "YulBlock", + "src": "582:372:46", + "statements": [ + { + "body": { + "nativeSrc": "628:16:46", + "nodeType": "YulBlock", + "src": "628:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "637:1:46", + "nodeType": "YulLiteral", + "src": "637:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "640:1:46", + "nodeType": "YulLiteral", + "src": "640:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "630:6:46", + "nodeType": "YulIdentifier", + "src": "630:6:46" + }, + "nativeSrc": "630:12:46", + "nodeType": "YulFunctionCall", + "src": "630:12:46" + }, + "nativeSrc": "630:12:46", + "nodeType": "YulExpressionStatement", + "src": "630:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "603:7:46", + "nodeType": "YulIdentifier", + "src": "603:7:46" + }, + { + "name": "headStart", + "nativeSrc": "612:9:46", + "nodeType": "YulIdentifier", + "src": "612:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "599:3:46", + "nodeType": "YulIdentifier", + "src": "599:3:46" + }, + "nativeSrc": "599:23:46", + "nodeType": "YulFunctionCall", + "src": "599:23:46" + }, + { + "kind": "number", + "nativeSrc": "624:2:46", + "nodeType": "YulLiteral", + "src": "624:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "595:3:46", + "nodeType": "YulIdentifier", + "src": "595:3:46" + }, + "nativeSrc": "595:32:46", + "nodeType": "YulFunctionCall", + "src": "595:32:46" + }, + "nativeSrc": "592:52:46", + "nodeType": "YulIf", + "src": "592:52:46" + }, + { + "nativeSrc": "653:37:46", + "nodeType": "YulVariableDeclaration", + "src": "653:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "680:9:46", + "nodeType": "YulIdentifier", + "src": "680:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "667:12:46", + "nodeType": "YulIdentifier", + "src": "667:12:46" + }, + "nativeSrc": "667:23:46", + "nodeType": "YulFunctionCall", + "src": "667:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "657:6:46", + "nodeType": "YulTypedName", + "src": "657:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "733:16:46", + "nodeType": "YulBlock", + "src": "733:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "742:1:46", + "nodeType": "YulLiteral", + "src": "742:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "745:1:46", + "nodeType": "YulLiteral", + "src": "745:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "735:6:46", + "nodeType": "YulIdentifier", + "src": "735:6:46" + }, + "nativeSrc": "735:12:46", + "nodeType": "YulFunctionCall", + "src": "735:12:46" + }, + "nativeSrc": "735:12:46", + "nodeType": "YulExpressionStatement", + "src": "735:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "705:6:46", + "nodeType": "YulIdentifier", + "src": "705:6:46" + }, + { + "kind": "number", + "nativeSrc": "713:18:46", + "nodeType": "YulLiteral", + "src": "713:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "702:2:46", + "nodeType": "YulIdentifier", + "src": "702:2:46" + }, + "nativeSrc": "702:30:46", + "nodeType": "YulFunctionCall", + "src": "702:30:46" + }, + "nativeSrc": "699:50:46", + "nodeType": "YulIf", + "src": "699:50:46" + }, + { + "nativeSrc": "758:136:46", + "nodeType": "YulVariableDeclaration", + "src": "758:136:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "866:9:46", + "nodeType": "YulIdentifier", + "src": "866:9:46" + }, + { + "name": "offset", + "nativeSrc": "877:6:46", + "nodeType": "YulIdentifier", + "src": "877:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "862:3:46", + "nodeType": "YulIdentifier", + "src": "862:3:46" + }, + "nativeSrc": "862:22:46", + "nodeType": "YulFunctionCall", + "src": "862:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "886:7:46", + "nodeType": "YulIdentifier", + "src": "886:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata", + "nativeSrc": "784:77:46", + "nodeType": "YulIdentifier", + "src": "784:77:46" + }, + "nativeSrc": "784:110:46", + "nodeType": "YulFunctionCall", + "src": "784:110:46" + }, + "variables": [ + { + "name": "value0_1", + "nativeSrc": "762:8:46", + "nodeType": "YulTypedName", + "src": "762:8:46", + "type": "" + }, + { + "name": "value1_1", + "nativeSrc": "772:8:46", + "nodeType": "YulTypedName", + "src": "772:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "903:18:46", + "nodeType": "YulAssignment", + "src": "903:18:46", + "value": { + "name": "value0_1", + "nativeSrc": "913:8:46", + "nodeType": "YulIdentifier", + "src": "913:8:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "903:6:46", + "nodeType": "YulIdentifier", + "src": "903:6:46" + } + ] + }, + { + "nativeSrc": "930:18:46", + "nodeType": "YulAssignment", + "src": "930:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "940:8:46", + "nodeType": "YulIdentifier", + "src": "940:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "930:6:46", + "nodeType": "YulIdentifier", + "src": "930:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_array$_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr_$dyn_calldata_ptr", + "nativeSrc": "426:528:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "540:9:46", + "nodeType": "YulTypedName", + "src": "540:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "551:7:46", + "nodeType": "YulTypedName", + "src": "551:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "563:6:46", + "nodeType": "YulTypedName", + "src": "563:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "571:6:46", + "nodeType": "YulTypedName", + "src": "571:6:46", + "type": "" + } + ], + "src": "426:528:46" + }, + { + "body": { + "nativeSrc": "1060:76:46", + "nodeType": "YulBlock", + "src": "1060:76:46", + "statements": [ + { + "nativeSrc": "1070:26:46", + "nodeType": "YulAssignment", + "src": "1070:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1082:9:46", + "nodeType": "YulIdentifier", + "src": "1082:9:46" + }, + { + "kind": "number", + "nativeSrc": "1093:2:46", + "nodeType": "YulLiteral", + "src": "1093:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1078:3:46", + "nodeType": "YulIdentifier", + "src": "1078:3:46" + }, + "nativeSrc": "1078:18:46", + "nodeType": "YulFunctionCall", + "src": "1078:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "1070:4:46", + "nodeType": "YulIdentifier", + "src": "1070:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1112:9:46", + "nodeType": "YulIdentifier", + "src": "1112:9:46" + }, + { + "name": "value0", + "nativeSrc": "1123:6:46", + "nodeType": "YulIdentifier", + "src": "1123:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1105:6:46", + "nodeType": "YulIdentifier", + "src": "1105:6:46" + }, + "nativeSrc": "1105:25:46", + "nodeType": "YulFunctionCall", + "src": "1105:25:46" + }, + "nativeSrc": "1105:25:46", + "nodeType": "YulExpressionStatement", + "src": "1105:25:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", + "nativeSrc": "959:177:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1029:9:46", + "nodeType": "YulTypedName", + "src": "1029:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1040:6:46", + "nodeType": "YulTypedName", + "src": "1040:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "1051:4:46", + "nodeType": "YulTypedName", + "src": "1051:4:46", + "type": "" + } + ], + "src": "959:177:46" + }, + { + "body": { + "nativeSrc": "1246:372:46", + "nodeType": "YulBlock", + "src": "1246:372:46", + "statements": [ + { + "body": { + "nativeSrc": "1292:16:46", + "nodeType": "YulBlock", + "src": "1292:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1301:1:46", + "nodeType": "YulLiteral", + "src": "1301:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1304:1:46", + "nodeType": "YulLiteral", + "src": "1304:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1294:6:46", + "nodeType": "YulIdentifier", + "src": "1294:6:46" + }, + "nativeSrc": "1294:12:46", + "nodeType": "YulFunctionCall", + "src": "1294:12:46" + }, + "nativeSrc": "1294:12:46", + "nodeType": "YulExpressionStatement", + "src": "1294:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "1267:7:46", + "nodeType": "YulIdentifier", + "src": "1267:7:46" + }, + { + "name": "headStart", + "nativeSrc": "1276:9:46", + "nodeType": "YulIdentifier", + "src": "1276:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "1263:3:46", + "nodeType": "YulIdentifier", + "src": "1263:3:46" + }, + "nativeSrc": "1263:23:46", + "nodeType": "YulFunctionCall", + "src": "1263:23:46" + }, + { + "kind": "number", + "nativeSrc": "1288:2:46", + "nodeType": "YulLiteral", + "src": "1288:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "1259:3:46", + "nodeType": "YulIdentifier", + "src": "1259:3:46" + }, + "nativeSrc": "1259:32:46", + "nodeType": "YulFunctionCall", + "src": "1259:32:46" + }, + "nativeSrc": "1256:52:46", + "nodeType": "YulIf", + "src": "1256:52:46" + }, + { + "nativeSrc": "1317:37:46", + "nodeType": "YulVariableDeclaration", + "src": "1317:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1344:9:46", + "nodeType": "YulIdentifier", + "src": "1344:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "1331:12:46", + "nodeType": "YulIdentifier", + "src": "1331:12:46" + }, + "nativeSrc": "1331:23:46", + "nodeType": "YulFunctionCall", + "src": "1331:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "1321:6:46", + "nodeType": "YulTypedName", + "src": "1321:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1397:16:46", + "nodeType": "YulBlock", + "src": "1397:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1406:1:46", + "nodeType": "YulLiteral", + "src": "1406:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1409:1:46", + "nodeType": "YulLiteral", + "src": "1409:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1399:6:46", + "nodeType": "YulIdentifier", + "src": "1399:6:46" + }, + "nativeSrc": "1399:12:46", + "nodeType": "YulFunctionCall", + "src": "1399:12:46" + }, + "nativeSrc": "1399:12:46", + "nodeType": "YulExpressionStatement", + "src": "1399:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "1369:6:46", + "nodeType": "YulIdentifier", + "src": "1369:6:46" + }, + { + "kind": "number", + "nativeSrc": "1377:18:46", + "nodeType": "YulLiteral", + "src": "1377:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1366:2:46", + "nodeType": "YulIdentifier", + "src": "1366:2:46" + }, + "nativeSrc": "1366:30:46", + "nodeType": "YulFunctionCall", + "src": "1366:30:46" + }, + "nativeSrc": "1363:50:46", + "nodeType": "YulIf", + "src": "1363:50:46" + }, + { + "nativeSrc": "1422:136:46", + "nodeType": "YulVariableDeclaration", + "src": "1422:136:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1530:9:46", + "nodeType": "YulIdentifier", + "src": "1530:9:46" + }, + { + "name": "offset", + "nativeSrc": "1541:6:46", + "nodeType": "YulIdentifier", + "src": "1541:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1526:3:46", + "nodeType": "YulIdentifier", + "src": "1526:3:46" + }, + "nativeSrc": "1526:22:46", + "nodeType": "YulFunctionCall", + "src": "1526:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "1550:7:46", + "nodeType": "YulIdentifier", + "src": "1550:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata", + "nativeSrc": "1448:77:46", + "nodeType": "YulIdentifier", + "src": "1448:77:46" + }, + "nativeSrc": "1448:110:46", + "nodeType": "YulFunctionCall", + "src": "1448:110:46" + }, + "variables": [ + { + "name": "value0_1", + "nativeSrc": "1426:8:46", + "nodeType": "YulTypedName", + "src": "1426:8:46", + "type": "" + }, + { + "name": "value1_1", + "nativeSrc": "1436:8:46", + "nodeType": "YulTypedName", + "src": "1436:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "1567:18:46", + "nodeType": "YulAssignment", + "src": "1567:18:46", + "value": { + "name": "value0_1", + "nativeSrc": "1577:8:46", + "nodeType": "YulIdentifier", + "src": "1577:8:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "1567:6:46", + "nodeType": "YulIdentifier", + "src": "1567:6:46" + } + ] + }, + { + "nativeSrc": "1594:18:46", + "nodeType": "YulAssignment", + "src": "1594:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "1604:8:46", + "nodeType": "YulIdentifier", + "src": "1604:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "1594:6:46", + "nodeType": "YulIdentifier", + "src": "1594:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_array$_t_bytes32_$dyn_calldata_ptr", + "nativeSrc": "1141:477:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1204:9:46", + "nodeType": "YulTypedName", + "src": "1204:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "1215:7:46", + "nodeType": "YulTypedName", + "src": "1215:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "1227:6:46", + "nodeType": "YulTypedName", + "src": "1227:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "1235:6:46", + "nodeType": "YulTypedName", + "src": "1235:6:46", + "type": "" + } + ], + "src": "1141:477:46" + }, + { + "body": { + "nativeSrc": "1666:59:46", + "nodeType": "YulBlock", + "src": "1666:59:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "1683:3:46", + "nodeType": "YulIdentifier", + "src": "1683:3:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "1692:5:46", + "nodeType": "YulIdentifier", + "src": "1692:5:46" + }, + { + "kind": "number", + "nativeSrc": "1699:18:46", + "nodeType": "YulLiteral", + "src": "1699:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1688:3:46", + "nodeType": "YulIdentifier", + "src": "1688:3:46" + }, + "nativeSrc": "1688:30:46", + "nodeType": "YulFunctionCall", + "src": "1688:30:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1676:6:46", + "nodeType": "YulIdentifier", + "src": "1676:6:46" + }, + "nativeSrc": "1676:43:46", + "nodeType": "YulFunctionCall", + "src": "1676:43:46" + }, + "nativeSrc": "1676:43:46", + "nodeType": "YulExpressionStatement", + "src": "1676:43:46" + } + ] + }, + "name": "abi_encode_uint64", + "nativeSrc": "1623:102:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "1650:5:46", + "nodeType": "YulTypedName", + "src": "1650:5:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "1657:3:46", + "nodeType": "YulTypedName", + "src": "1657:3:46", + "type": "" + } + ], + "src": "1623:102:46" + }, + { + "body": { + "nativeSrc": "1829:101:46", + "nodeType": "YulBlock", + "src": "1829:101:46", + "statements": [ + { + "nativeSrc": "1839:26:46", + "nodeType": "YulAssignment", + "src": "1839:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1851:9:46", + "nodeType": "YulIdentifier", + "src": "1851:9:46" + }, + { + "kind": "number", + "nativeSrc": "1862:2:46", + "nodeType": "YulLiteral", + "src": "1862:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1847:3:46", + "nodeType": "YulIdentifier", + "src": "1847:3:46" + }, + "nativeSrc": "1847:18:46", + "nodeType": "YulFunctionCall", + "src": "1847:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "1839:4:46", + "nodeType": "YulIdentifier", + "src": "1839:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1881:9:46", + "nodeType": "YulIdentifier", + "src": "1881:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "1896:6:46", + "nodeType": "YulIdentifier", + "src": "1896:6:46" + }, + { + "kind": "number", + "nativeSrc": "1904:18:46", + "nodeType": "YulLiteral", + "src": "1904:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1892:3:46", + "nodeType": "YulIdentifier", + "src": "1892:3:46" + }, + "nativeSrc": "1892:31:46", + "nodeType": "YulFunctionCall", + "src": "1892:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1874:6:46", + "nodeType": "YulIdentifier", + "src": "1874:6:46" + }, + "nativeSrc": "1874:50:46", + "nodeType": "YulFunctionCall", + "src": "1874:50:46" + }, + "nativeSrc": "1874:50:46", + "nodeType": "YulExpressionStatement", + "src": "1874:50:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed", + "nativeSrc": "1730:200:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1798:9:46", + "nodeType": "YulTypedName", + "src": "1798:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1809:6:46", + "nodeType": "YulTypedName", + "src": "1809:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "1820:4:46", + "nodeType": "YulTypedName", + "src": "1820:4:46", + "type": "" + } + ], + "src": "1730:200:46" + }, + { + "body": { + "nativeSrc": "2001:184:46", + "nodeType": "YulBlock", + "src": "2001:184:46", + "statements": [ + { + "nativeSrc": "2011:10:46", + "nodeType": "YulVariableDeclaration", + "src": "2011:10:46", + "value": { + "kind": "number", + "nativeSrc": "2020:1:46", + "nodeType": "YulLiteral", + "src": "2020:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "2015:1:46", + "nodeType": "YulTypedName", + "src": "2015:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2080:63:46", + "nodeType": "YulBlock", + "src": "2080:63:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "2105:3:46", + "nodeType": "YulIdentifier", + "src": "2105:3:46" + }, + { + "name": "i", + "nativeSrc": "2110:1:46", + "nodeType": "YulIdentifier", + "src": "2110:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2101:3:46", + "nodeType": "YulIdentifier", + "src": "2101:3:46" + }, + "nativeSrc": "2101:11:46", + "nodeType": "YulFunctionCall", + "src": "2101:11:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "2124:3:46", + "nodeType": "YulIdentifier", + "src": "2124:3:46" + }, + { + "name": "i", + "nativeSrc": "2129:1:46", + "nodeType": "YulIdentifier", + "src": "2129:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2120:3:46", + "nodeType": "YulIdentifier", + "src": "2120:3:46" + }, + "nativeSrc": "2120:11:46", + "nodeType": "YulFunctionCall", + "src": "2120:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2114:5:46", + "nodeType": "YulIdentifier", + "src": "2114:5:46" + }, + "nativeSrc": "2114:18:46", + "nodeType": "YulFunctionCall", + "src": "2114:18:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2094:6:46", + "nodeType": "YulIdentifier", + "src": "2094:6:46" + }, + "nativeSrc": "2094:39:46", + "nodeType": "YulFunctionCall", + "src": "2094:39:46" + }, + "nativeSrc": "2094:39:46", + "nodeType": "YulExpressionStatement", + "src": "2094:39:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "2041:1:46", + "nodeType": "YulIdentifier", + "src": "2041:1:46" + }, + { + "name": "length", + "nativeSrc": "2044:6:46", + "nodeType": "YulIdentifier", + "src": "2044:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "2038:2:46", + "nodeType": "YulIdentifier", + "src": "2038:2:46" + }, + "nativeSrc": "2038:13:46", + "nodeType": "YulFunctionCall", + "src": "2038:13:46" + }, + "nativeSrc": "2030:113:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "2052:19:46", + "nodeType": "YulBlock", + "src": "2052:19:46", + "statements": [ + { + "nativeSrc": "2054:15:46", + "nodeType": "YulAssignment", + "src": "2054:15:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "2063:1:46", + "nodeType": "YulIdentifier", + "src": "2063:1:46" + }, + { + "kind": "number", + "nativeSrc": "2066:2:46", + "nodeType": "YulLiteral", + "src": "2066:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2059:3:46", + "nodeType": "YulIdentifier", + "src": "2059:3:46" + }, + "nativeSrc": "2059:10:46", + "nodeType": "YulFunctionCall", + "src": "2059:10:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "2054:1:46", + "nodeType": "YulIdentifier", + "src": "2054:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "2034:3:46", + "nodeType": "YulBlock", + "src": "2034:3:46", + "statements": [] + }, + "src": "2030:113:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "2163:3:46", + "nodeType": "YulIdentifier", + "src": "2163:3:46" + }, + { + "name": "length", + "nativeSrc": "2168:6:46", + "nodeType": "YulIdentifier", + "src": "2168:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2159:3:46", + "nodeType": "YulIdentifier", + "src": "2159:3:46" + }, + "nativeSrc": "2159:16:46", + "nodeType": "YulFunctionCall", + "src": "2159:16:46" + }, + { + "kind": "number", + "nativeSrc": "2177:1:46", + "nodeType": "YulLiteral", + "src": "2177:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2152:6:46", + "nodeType": "YulIdentifier", + "src": "2152:6:46" + }, + "nativeSrc": "2152:27:46", + "nodeType": "YulFunctionCall", + "src": "2152:27:46" + }, + "nativeSrc": "2152:27:46", + "nodeType": "YulExpressionStatement", + "src": "2152:27:46" + } + ] + }, + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "1935:250:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "src", + "nativeSrc": "1979:3:46", + "nodeType": "YulTypedName", + "src": "1979:3:46", + "type": "" + }, + { + "name": "dst", + "nativeSrc": "1984:3:46", + "nodeType": "YulTypedName", + "src": "1984:3:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "1989:6:46", + "nodeType": "YulTypedName", + "src": "1989:6:46", + "type": "" + } + ], + "src": "1935:250:46" + }, + { + "body": { + "nativeSrc": "2240:221:46", + "nodeType": "YulBlock", + "src": "2240:221:46", + "statements": [ + { + "nativeSrc": "2250:26:46", + "nodeType": "YulVariableDeclaration", + "src": "2250:26:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "2270:5:46", + "nodeType": "YulIdentifier", + "src": "2270:5:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2264:5:46", + "nodeType": "YulIdentifier", + "src": "2264:5:46" + }, + "nativeSrc": "2264:12:46", + "nodeType": "YulFunctionCall", + "src": "2264:12:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "2254:6:46", + "nodeType": "YulTypedName", + "src": "2254:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "2292:3:46", + "nodeType": "YulIdentifier", + "src": "2292:3:46" + }, + { + "name": "length", + "nativeSrc": "2297:6:46", + "nodeType": "YulIdentifier", + "src": "2297:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2285:6:46", + "nodeType": "YulIdentifier", + "src": "2285:6:46" + }, + "nativeSrc": "2285:19:46", + "nodeType": "YulFunctionCall", + "src": "2285:19:46" + }, + "nativeSrc": "2285:19:46", + "nodeType": "YulExpressionStatement", + "src": "2285:19:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "2352:5:46", + "nodeType": "YulIdentifier", + "src": "2352:5:46" + }, + { + "kind": "number", + "nativeSrc": "2359:4:46", + "nodeType": "YulLiteral", + "src": "2359:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2348:3:46", + "nodeType": "YulIdentifier", + "src": "2348:3:46" + }, + "nativeSrc": "2348:16:46", + "nodeType": "YulFunctionCall", + "src": "2348:16:46" + }, + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "2370:3:46", + "nodeType": "YulIdentifier", + "src": "2370:3:46" + }, + { + "kind": "number", + "nativeSrc": "2375:4:46", + "nodeType": "YulLiteral", + "src": "2375:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2366:3:46", + "nodeType": "YulIdentifier", + "src": "2366:3:46" + }, + "nativeSrc": "2366:14:46", + "nodeType": "YulFunctionCall", + "src": "2366:14:46" + }, + { + "name": "length", + "nativeSrc": "2382:6:46", + "nodeType": "YulIdentifier", + "src": "2382:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "2313:34:46", + "nodeType": "YulIdentifier", + "src": "2313:34:46" + }, + "nativeSrc": "2313:76:46", + "nodeType": "YulFunctionCall", + "src": "2313:76:46" + }, + "nativeSrc": "2313:76:46", + "nodeType": "YulExpressionStatement", + "src": "2313:76:46" + }, + { + "nativeSrc": "2398:57:46", + "nodeType": "YulAssignment", + "src": "2398:57:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "2413:3:46", + "nodeType": "YulIdentifier", + "src": "2413:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "2426:6:46", + "nodeType": "YulIdentifier", + "src": "2426:6:46" + }, + { + "kind": "number", + "nativeSrc": "2434:2:46", + "nodeType": "YulLiteral", + "src": "2434:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2422:3:46", + "nodeType": "YulIdentifier", + "src": "2422:3:46" + }, + "nativeSrc": "2422:15:46", + "nodeType": "YulFunctionCall", + "src": "2422:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2443:2:46", + "nodeType": "YulLiteral", + "src": "2443:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "2439:3:46", + "nodeType": "YulIdentifier", + "src": "2439:3:46" + }, + "nativeSrc": "2439:7:46", + "nodeType": "YulFunctionCall", + "src": "2439:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2418:3:46", + "nodeType": "YulIdentifier", + "src": "2418:3:46" + }, + "nativeSrc": "2418:29:46", + "nodeType": "YulFunctionCall", + "src": "2418:29:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2409:3:46", + "nodeType": "YulIdentifier", + "src": "2409:3:46" + }, + "nativeSrc": "2409:39:46", + "nodeType": "YulFunctionCall", + "src": "2409:39:46" + }, + { + "kind": "number", + "nativeSrc": "2450:4:46", + "nodeType": "YulLiteral", + "src": "2450:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2405:3:46", + "nodeType": "YulIdentifier", + "src": "2405:3:46" + }, + "nativeSrc": "2405:50:46", + "nodeType": "YulFunctionCall", + "src": "2405:50:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "2398:3:46", + "nodeType": "YulIdentifier", + "src": "2398:3:46" + } + ] + } + ] + }, + "name": "abi_encode_string", + "nativeSrc": "2190:271:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "2217:5:46", + "nodeType": "YulTypedName", + "src": "2217:5:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "2224:3:46", + "nodeType": "YulTypedName", + "src": "2224:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "2232:3:46", + "nodeType": "YulTypedName", + "src": "2232:3:46", + "type": "" + } + ], + "src": "2190:271:46" + }, + { + "body": { + "nativeSrc": "2587:99:46", + "nodeType": "YulBlock", + "src": "2587:99:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2604:9:46", + "nodeType": "YulIdentifier", + "src": "2604:9:46" + }, + { + "kind": "number", + "nativeSrc": "2615:2:46", + "nodeType": "YulLiteral", + "src": "2615:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2597:6:46", + "nodeType": "YulIdentifier", + "src": "2597:6:46" + }, + "nativeSrc": "2597:21:46", + "nodeType": "YulFunctionCall", + "src": "2597:21:46" + }, + "nativeSrc": "2597:21:46", + "nodeType": "YulExpressionStatement", + "src": "2597:21:46" + }, + { + "nativeSrc": "2627:53:46", + "nodeType": "YulAssignment", + "src": "2627:53:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "2653:6:46", + "nodeType": "YulIdentifier", + "src": "2653:6:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2665:9:46", + "nodeType": "YulIdentifier", + "src": "2665:9:46" + }, + { + "kind": "number", + "nativeSrc": "2676:2:46", + "nodeType": "YulLiteral", + "src": "2676:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2661:3:46", + "nodeType": "YulIdentifier", + "src": "2661:3:46" + }, + "nativeSrc": "2661:18:46", + "nodeType": "YulFunctionCall", + "src": "2661:18:46" + } + ], + "functionName": { + "name": "abi_encode_string", + "nativeSrc": "2635:17:46", + "nodeType": "YulIdentifier", + "src": "2635:17:46" + }, + "nativeSrc": "2635:45:46", + "nodeType": "YulFunctionCall", + "src": "2635:45:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "2627:4:46", + "nodeType": "YulIdentifier", + "src": "2627:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed", + "nativeSrc": "2466:220:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2556:9:46", + "nodeType": "YulTypedName", + "src": "2556:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "2567:6:46", + "nodeType": "YulTypedName", + "src": "2567:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "2578:4:46", + "nodeType": "YulTypedName", + "src": "2578:4:46", + "type": "" + } + ], + "src": "2466:220:46" + }, + { + "body": { + "nativeSrc": "2736:109:46", + "nodeType": "YulBlock", + "src": "2736:109:46", + "statements": [ + { + "body": { + "nativeSrc": "2823:16:46", + "nodeType": "YulBlock", + "src": "2823:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2832:1:46", + "nodeType": "YulLiteral", + "src": "2832:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2835:1:46", + "nodeType": "YulLiteral", + "src": "2835:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2825:6:46", + "nodeType": "YulIdentifier", + "src": "2825:6:46" + }, + "nativeSrc": "2825:12:46", + "nodeType": "YulFunctionCall", + "src": "2825:12:46" + }, + "nativeSrc": "2825:12:46", + "nodeType": "YulExpressionStatement", + "src": "2825:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "2759:5:46", + "nodeType": "YulIdentifier", + "src": "2759:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "2770:5:46", + "nodeType": "YulIdentifier", + "src": "2770:5:46" + }, + { + "kind": "number", + "nativeSrc": "2777:42:46", + "nodeType": "YulLiteral", + "src": "2777:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2766:3:46", + "nodeType": "YulIdentifier", + "src": "2766:3:46" + }, + "nativeSrc": "2766:54:46", + "nodeType": "YulFunctionCall", + "src": "2766:54:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "2756:2:46", + "nodeType": "YulIdentifier", + "src": "2756:2:46" + }, + "nativeSrc": "2756:65:46", + "nodeType": "YulFunctionCall", + "src": "2756:65:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2749:6:46", + "nodeType": "YulIdentifier", + "src": "2749:6:46" + }, + "nativeSrc": "2749:73:46", + "nodeType": "YulFunctionCall", + "src": "2749:73:46" + }, + "nativeSrc": "2746:93:46", + "nodeType": "YulIf", + "src": "2746:93:46" + } + ] + }, + "name": "validator_revert_address", + "nativeSrc": "2691:154:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "2725:5:46", + "nodeType": "YulTypedName", + "src": "2725:5:46", + "type": "" + } + ], + "src": "2691:154:46" + }, + { + "body": { + "nativeSrc": "2899:85:46", + "nodeType": "YulBlock", + "src": "2899:85:46", + "statements": [ + { + "nativeSrc": "2909:29:46", + "nodeType": "YulAssignment", + "src": "2909:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "2931:6:46", + "nodeType": "YulIdentifier", + "src": "2931:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2918:12:46", + "nodeType": "YulIdentifier", + "src": "2918:12:46" + }, + "nativeSrc": "2918:20:46", + "nodeType": "YulFunctionCall", + "src": "2918:20:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "2909:5:46", + "nodeType": "YulIdentifier", + "src": "2909:5:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "2972:5:46", + "nodeType": "YulIdentifier", + "src": "2972:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "2947:24:46", + "nodeType": "YulIdentifier", + "src": "2947:24:46" + }, + "nativeSrc": "2947:31:46", + "nodeType": "YulFunctionCall", + "src": "2947:31:46" + }, + "nativeSrc": "2947:31:46", + "nodeType": "YulExpressionStatement", + "src": "2947:31:46" + } + ] + }, + "name": "abi_decode_address", + "nativeSrc": "2850:134:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "2878:6:46", + "nodeType": "YulTypedName", + "src": "2878:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "2889:5:46", + "nodeType": "YulTypedName", + "src": "2889:5:46", + "type": "" + } + ], + "src": "2850:134:46" + }, + { + "body": { + "nativeSrc": "3059:177:46", + "nodeType": "YulBlock", + "src": "3059:177:46", + "statements": [ + { + "body": { + "nativeSrc": "3105:16:46", + "nodeType": "YulBlock", + "src": "3105:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3114:1:46", + "nodeType": "YulLiteral", + "src": "3114:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3117:1:46", + "nodeType": "YulLiteral", + "src": "3117:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3107:6:46", + "nodeType": "YulIdentifier", + "src": "3107:6:46" + }, + "nativeSrc": "3107:12:46", + "nodeType": "YulFunctionCall", + "src": "3107:12:46" + }, + "nativeSrc": "3107:12:46", + "nodeType": "YulExpressionStatement", + "src": "3107:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "3080:7:46", + "nodeType": "YulIdentifier", + "src": "3080:7:46" + }, + { + "name": "headStart", + "nativeSrc": "3089:9:46", + "nodeType": "YulIdentifier", + "src": "3089:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3076:3:46", + "nodeType": "YulIdentifier", + "src": "3076:3:46" + }, + "nativeSrc": "3076:23:46", + "nodeType": "YulFunctionCall", + "src": "3076:23:46" + }, + { + "kind": "number", + "nativeSrc": "3101:2:46", + "nodeType": "YulLiteral", + "src": "3101:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3072:3:46", + "nodeType": "YulIdentifier", + "src": "3072:3:46" + }, + "nativeSrc": "3072:32:46", + "nodeType": "YulFunctionCall", + "src": "3072:32:46" + }, + "nativeSrc": "3069:52:46", + "nodeType": "YulIf", + "src": "3069:52:46" + }, + { + "nativeSrc": "3130:36:46", + "nodeType": "YulVariableDeclaration", + "src": "3130:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3156:9:46", + "nodeType": "YulIdentifier", + "src": "3156:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "3143:12:46", + "nodeType": "YulIdentifier", + "src": "3143:12:46" + }, + "nativeSrc": "3143:23:46", + "nodeType": "YulFunctionCall", + "src": "3143:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "3134:5:46", + "nodeType": "YulTypedName", + "src": "3134:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "3200:5:46", + "nodeType": "YulIdentifier", + "src": "3200:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "3175:24:46", + "nodeType": "YulIdentifier", + "src": "3175:24:46" + }, + "nativeSrc": "3175:31:46", + "nodeType": "YulFunctionCall", + "src": "3175:31:46" + }, + "nativeSrc": "3175:31:46", + "nodeType": "YulExpressionStatement", + "src": "3175:31:46" + }, + { + "nativeSrc": "3215:15:46", + "nodeType": "YulAssignment", + "src": "3215:15:46", + "value": { + "name": "value", + "nativeSrc": "3225:5:46", + "nodeType": "YulIdentifier", + "src": "3225:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "3215:6:46", + "nodeType": "YulIdentifier", + "src": "3215:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_address", + "nativeSrc": "2989:247:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3025:9:46", + "nodeType": "YulTypedName", + "src": "3025:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "3036:7:46", + "nodeType": "YulTypedName", + "src": "3036:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "3048:6:46", + "nodeType": "YulTypedName", + "src": "3048:6:46", + "type": "" + } + ], + "src": "2989:247:46" + }, + { + "body": { + "nativeSrc": "3342:76:46", + "nodeType": "YulBlock", + "src": "3342:76:46", + "statements": [ + { + "nativeSrc": "3352:26:46", + "nodeType": "YulAssignment", + "src": "3352:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3364:9:46", + "nodeType": "YulIdentifier", + "src": "3364:9:46" + }, + { + "kind": "number", + "nativeSrc": "3375:2:46", + "nodeType": "YulLiteral", + "src": "3375:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3360:3:46", + "nodeType": "YulIdentifier", + "src": "3360:3:46" + }, + "nativeSrc": "3360:18:46", + "nodeType": "YulFunctionCall", + "src": "3360:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "3352:4:46", + "nodeType": "YulIdentifier", + "src": "3352:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3394:9:46", + "nodeType": "YulIdentifier", + "src": "3394:9:46" + }, + { + "name": "value0", + "nativeSrc": "3405:6:46", + "nodeType": "YulIdentifier", + "src": "3405:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3387:6:46", + "nodeType": "YulIdentifier", + "src": "3387:6:46" + }, + "nativeSrc": "3387:25:46", + "nodeType": "YulFunctionCall", + "src": "3387:25:46" + }, + "nativeSrc": "3387:25:46", + "nodeType": "YulExpressionStatement", + "src": "3387:25:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed", + "nativeSrc": "3241:177:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3311:9:46", + "nodeType": "YulTypedName", + "src": "3311:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "3322:6:46", + "nodeType": "YulTypedName", + "src": "3322:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "3333:4:46", + "nodeType": "YulTypedName", + "src": "3333:4:46", + "type": "" + } + ], + "src": "3241:177:46" + }, + { + "body": { + "nativeSrc": "3540:290:46", + "nodeType": "YulBlock", + "src": "3540:290:46", + "statements": [ + { + "body": { + "nativeSrc": "3586:16:46", + "nodeType": "YulBlock", + "src": "3586:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3595:1:46", + "nodeType": "YulLiteral", + "src": "3595:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3598:1:46", + "nodeType": "YulLiteral", + "src": "3598:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3588:6:46", + "nodeType": "YulIdentifier", + "src": "3588:6:46" + }, + "nativeSrc": "3588:12:46", + "nodeType": "YulFunctionCall", + "src": "3588:12:46" + }, + "nativeSrc": "3588:12:46", + "nodeType": "YulExpressionStatement", + "src": "3588:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "3561:7:46", + "nodeType": "YulIdentifier", + "src": "3561:7:46" + }, + { + "name": "headStart", + "nativeSrc": "3570:9:46", + "nodeType": "YulIdentifier", + "src": "3570:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3557:3:46", + "nodeType": "YulIdentifier", + "src": "3557:3:46" + }, + "nativeSrc": "3557:23:46", + "nodeType": "YulFunctionCall", + "src": "3557:23:46" + }, + { + "kind": "number", + "nativeSrc": "3582:2:46", + "nodeType": "YulLiteral", + "src": "3582:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3553:3:46", + "nodeType": "YulIdentifier", + "src": "3553:3:46" + }, + "nativeSrc": "3553:32:46", + "nodeType": "YulFunctionCall", + "src": "3553:32:46" + }, + "nativeSrc": "3550:52:46", + "nodeType": "YulIf", + "src": "3550:52:46" + }, + { + "nativeSrc": "3611:37:46", + "nodeType": "YulVariableDeclaration", + "src": "3611:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3638:9:46", + "nodeType": "YulIdentifier", + "src": "3638:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "3625:12:46", + "nodeType": "YulIdentifier", + "src": "3625:12:46" + }, + "nativeSrc": "3625:23:46", + "nodeType": "YulFunctionCall", + "src": "3625:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "3615:6:46", + "nodeType": "YulTypedName", + "src": "3615:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "3691:16:46", + "nodeType": "YulBlock", + "src": "3691:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3700:1:46", + "nodeType": "YulLiteral", + "src": "3700:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3703:1:46", + "nodeType": "YulLiteral", + "src": "3703:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3693:6:46", + "nodeType": "YulIdentifier", + "src": "3693:6:46" + }, + "nativeSrc": "3693:12:46", + "nodeType": "YulFunctionCall", + "src": "3693:12:46" + }, + "nativeSrc": "3693:12:46", + "nodeType": "YulExpressionStatement", + "src": "3693:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3663:6:46", + "nodeType": "YulIdentifier", + "src": "3663:6:46" + }, + { + "kind": "number", + "nativeSrc": "3671:18:46", + "nodeType": "YulLiteral", + "src": "3671:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "3660:2:46", + "nodeType": "YulIdentifier", + "src": "3660:2:46" + }, + "nativeSrc": "3660:30:46", + "nodeType": "YulFunctionCall", + "src": "3660:30:46" + }, + "nativeSrc": "3657:50:46", + "nodeType": "YulIf", + "src": "3657:50:46" + }, + { + "nativeSrc": "3716:32:46", + "nodeType": "YulVariableDeclaration", + "src": "3716:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3730:9:46", + "nodeType": "YulIdentifier", + "src": "3730:9:46" + }, + { + "name": "offset", + "nativeSrc": "3741:6:46", + "nodeType": "YulIdentifier", + "src": "3741:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3726:3:46", + "nodeType": "YulIdentifier", + "src": "3726:3:46" + }, + "nativeSrc": "3726:22:46", + "nodeType": "YulFunctionCall", + "src": "3726:22:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "3720:2:46", + "nodeType": "YulTypedName", + "src": "3720:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "3787:16:46", + "nodeType": "YulBlock", + "src": "3787:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3796:1:46", + "nodeType": "YulLiteral", + "src": "3796:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3799:1:46", + "nodeType": "YulLiteral", + "src": "3799:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3789:6:46", + "nodeType": "YulIdentifier", + "src": "3789:6:46" + }, + "nativeSrc": "3789:12:46", + "nodeType": "YulFunctionCall", + "src": "3789:12:46" + }, + "nativeSrc": "3789:12:46", + "nodeType": "YulExpressionStatement", + "src": "3789:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "3768:7:46", + "nodeType": "YulIdentifier", + "src": "3768:7:46" + }, + { + "name": "_1", + "nativeSrc": "3777:2:46", + "nodeType": "YulIdentifier", + "src": "3777:2:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3764:3:46", + "nodeType": "YulIdentifier", + "src": "3764:3:46" + }, + "nativeSrc": "3764:16:46", + "nodeType": "YulFunctionCall", + "src": "3764:16:46" + }, + { + "kind": "number", + "nativeSrc": "3782:3:46", + "nodeType": "YulLiteral", + "src": "3782:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3760:3:46", + "nodeType": "YulIdentifier", + "src": "3760:3:46" + }, + "nativeSrc": "3760:26:46", + "nodeType": "YulFunctionCall", + "src": "3760:26:46" + }, + "nativeSrc": "3757:46:46", + "nodeType": "YulIf", + "src": "3757:46:46" + }, + { + "nativeSrc": "3812:12:46", + "nodeType": "YulAssignment", + "src": "3812:12:46", + "value": { + "name": "_1", + "nativeSrc": "3822:2:46", + "nodeType": "YulIdentifier", + "src": "3822:2:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "3812:6:46", + "nodeType": "YulIdentifier", + "src": "3812:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr", + "nativeSrc": "3423:407:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3506:9:46", + "nodeType": "YulTypedName", + "src": "3506:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "3517:7:46", + "nodeType": "YulTypedName", + "src": "3517:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "3529:6:46", + "nodeType": "YulTypedName", + "src": "3529:6:46", + "type": "" + } + ], + "src": "3423:407:46" + }, + { + "body": { + "nativeSrc": "3983:372:46", + "nodeType": "YulBlock", + "src": "3983:372:46", + "statements": [ + { + "body": { + "nativeSrc": "4029:16:46", + "nodeType": "YulBlock", + "src": "4029:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4038:1:46", + "nodeType": "YulLiteral", + "src": "4038:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4041:1:46", + "nodeType": "YulLiteral", + "src": "4041:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "4031:6:46", + "nodeType": "YulIdentifier", + "src": "4031:6:46" + }, + "nativeSrc": "4031:12:46", + "nodeType": "YulFunctionCall", + "src": "4031:12:46" + }, + "nativeSrc": "4031:12:46", + "nodeType": "YulExpressionStatement", + "src": "4031:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "4004:7:46", + "nodeType": "YulIdentifier", + "src": "4004:7:46" + }, + { + "name": "headStart", + "nativeSrc": "4013:9:46", + "nodeType": "YulIdentifier", + "src": "4013:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "4000:3:46", + "nodeType": "YulIdentifier", + "src": "4000:3:46" + }, + "nativeSrc": "4000:23:46", + "nodeType": "YulFunctionCall", + "src": "4000:23:46" + }, + { + "kind": "number", + "nativeSrc": "4025:2:46", + "nodeType": "YulLiteral", + "src": "4025:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3996:3:46", + "nodeType": "YulIdentifier", + "src": "3996:3:46" + }, + "nativeSrc": "3996:32:46", + "nodeType": "YulFunctionCall", + "src": "3996:32:46" + }, + "nativeSrc": "3993:52:46", + "nodeType": "YulIf", + "src": "3993:52:46" + }, + { + "nativeSrc": "4054:37:46", + "nodeType": "YulVariableDeclaration", + "src": "4054:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4081:9:46", + "nodeType": "YulIdentifier", + "src": "4081:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "4068:12:46", + "nodeType": "YulIdentifier", + "src": "4068:12:46" + }, + "nativeSrc": "4068:23:46", + "nodeType": "YulFunctionCall", + "src": "4068:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "4058:6:46", + "nodeType": "YulTypedName", + "src": "4058:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "4134:16:46", + "nodeType": "YulBlock", + "src": "4134:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4143:1:46", + "nodeType": "YulLiteral", + "src": "4143:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4146:1:46", + "nodeType": "YulLiteral", + "src": "4146:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "4136:6:46", + "nodeType": "YulIdentifier", + "src": "4136:6:46" + }, + "nativeSrc": "4136:12:46", + "nodeType": "YulFunctionCall", + "src": "4136:12:46" + }, + "nativeSrc": "4136:12:46", + "nodeType": "YulExpressionStatement", + "src": "4136:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "4106:6:46", + "nodeType": "YulIdentifier", + "src": "4106:6:46" + }, + { + "kind": "number", + "nativeSrc": "4114:18:46", + "nodeType": "YulLiteral", + "src": "4114:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "4103:2:46", + "nodeType": "YulIdentifier", + "src": "4103:2:46" + }, + "nativeSrc": "4103:30:46", + "nodeType": "YulFunctionCall", + "src": "4103:30:46" + }, + "nativeSrc": "4100:50:46", + "nodeType": "YulIf", + "src": "4100:50:46" + }, + { + "nativeSrc": "4159:136:46", + "nodeType": "YulVariableDeclaration", + "src": "4159:136:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4267:9:46", + "nodeType": "YulIdentifier", + "src": "4267:9:46" + }, + { + "name": "offset", + "nativeSrc": "4278:6:46", + "nodeType": "YulIdentifier", + "src": "4278:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4263:3:46", + "nodeType": "YulIdentifier", + "src": "4263:3:46" + }, + "nativeSrc": "4263:22:46", + "nodeType": "YulFunctionCall", + "src": "4263:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "4287:7:46", + "nodeType": "YulIdentifier", + "src": "4287:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata", + "nativeSrc": "4185:77:46", + "nodeType": "YulIdentifier", + "src": "4185:77:46" + }, + "nativeSrc": "4185:110:46", + "nodeType": "YulFunctionCall", + "src": "4185:110:46" + }, + "variables": [ + { + "name": "value0_1", + "nativeSrc": "4163:8:46", + "nodeType": "YulTypedName", + "src": "4163:8:46", + "type": "" + }, + { + "name": "value1_1", + "nativeSrc": "4173:8:46", + "nodeType": "YulTypedName", + "src": "4173:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4304:18:46", + "nodeType": "YulAssignment", + "src": "4304:18:46", + "value": { + "name": "value0_1", + "nativeSrc": "4314:8:46", + "nodeType": "YulIdentifier", + "src": "4314:8:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "4304:6:46", + "nodeType": "YulIdentifier", + "src": "4304:6:46" + } + ] + }, + { + "nativeSrc": "4331:18:46", + "nodeType": "YulAssignment", + "src": "4331:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "4341:8:46", + "nodeType": "YulIdentifier", + "src": "4341:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "4331:6:46", + "nodeType": "YulIdentifier", + "src": "4331:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_array$_t_struct$_MultiAttestationRequest_$2071_calldata_ptr_$dyn_calldata_ptr", + "nativeSrc": "3835:520:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3941:9:46", + "nodeType": "YulTypedName", + "src": "3941:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "3952:7:46", + "nodeType": "YulTypedName", + "src": "3952:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "3964:6:46", + "nodeType": "YulTypedName", + "src": "3964:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "3972:6:46", + "nodeType": "YulTypedName", + "src": "3972:6:46", + "type": "" + } + ], + "src": "3835:520:46" + }, + { + "body": { + "nativeSrc": "4511:460:46", + "nodeType": "YulBlock", + "src": "4511:460:46", + "statements": [ + { + "nativeSrc": "4521:32:46", + "nodeType": "YulVariableDeclaration", + "src": "4521:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4539:9:46", + "nodeType": "YulIdentifier", + "src": "4539:9:46" + }, + { + "kind": "number", + "nativeSrc": "4550:2:46", + "nodeType": "YulLiteral", + "src": "4550:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4535:3:46", + "nodeType": "YulIdentifier", + "src": "4535:3:46" + }, + "nativeSrc": "4535:18:46", + "nodeType": "YulFunctionCall", + "src": "4535:18:46" + }, + "variables": [ + { + "name": "tail_1", + "nativeSrc": "4525:6:46", + "nodeType": "YulTypedName", + "src": "4525:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4569:9:46", + "nodeType": "YulIdentifier", + "src": "4569:9:46" + }, + { + "kind": "number", + "nativeSrc": "4580:2:46", + "nodeType": "YulLiteral", + "src": "4580:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4562:6:46", + "nodeType": "YulIdentifier", + "src": "4562:6:46" + }, + "nativeSrc": "4562:21:46", + "nodeType": "YulFunctionCall", + "src": "4562:21:46" + }, + "nativeSrc": "4562:21:46", + "nodeType": "YulExpressionStatement", + "src": "4562:21:46" + }, + { + "nativeSrc": "4592:17:46", + "nodeType": "YulVariableDeclaration", + "src": "4592:17:46", + "value": { + "name": "tail_1", + "nativeSrc": "4603:6:46", + "nodeType": "YulIdentifier", + "src": "4603:6:46" + }, + "variables": [ + { + "name": "pos", + "nativeSrc": "4596:3:46", + "nodeType": "YulTypedName", + "src": "4596:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4618:27:46", + "nodeType": "YulVariableDeclaration", + "src": "4618:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "4638:6:46", + "nodeType": "YulIdentifier", + "src": "4638:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4632:5:46", + "nodeType": "YulIdentifier", + "src": "4632:5:46" + }, + "nativeSrc": "4632:13:46", + "nodeType": "YulFunctionCall", + "src": "4632:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "4622:6:46", + "nodeType": "YulTypedName", + "src": "4622:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_1", + "nativeSrc": "4661:6:46", + "nodeType": "YulIdentifier", + "src": "4661:6:46" + }, + { + "name": "length", + "nativeSrc": "4669:6:46", + "nodeType": "YulIdentifier", + "src": "4669:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4654:6:46", + "nodeType": "YulIdentifier", + "src": "4654:6:46" + }, + "nativeSrc": "4654:22:46", + "nodeType": "YulFunctionCall", + "src": "4654:22:46" + }, + "nativeSrc": "4654:22:46", + "nodeType": "YulExpressionStatement", + "src": "4654:22:46" + }, + { + "nativeSrc": "4685:25:46", + "nodeType": "YulAssignment", + "src": "4685:25:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4696:9:46", + "nodeType": "YulIdentifier", + "src": "4696:9:46" + }, + { + "kind": "number", + "nativeSrc": "4707:2:46", + "nodeType": "YulLiteral", + "src": "4707:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4692:3:46", + "nodeType": "YulIdentifier", + "src": "4692:3:46" + }, + "nativeSrc": "4692:18:46", + "nodeType": "YulFunctionCall", + "src": "4692:18:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "4685:3:46", + "nodeType": "YulIdentifier", + "src": "4685:3:46" + } + ] + }, + { + "nativeSrc": "4719:29:46", + "nodeType": "YulVariableDeclaration", + "src": "4719:29:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "4737:6:46", + "nodeType": "YulIdentifier", + "src": "4737:6:46" + }, + { + "kind": "number", + "nativeSrc": "4745:2:46", + "nodeType": "YulLiteral", + "src": "4745:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4733:3:46", + "nodeType": "YulIdentifier", + "src": "4733:3:46" + }, + "nativeSrc": "4733:15:46", + "nodeType": "YulFunctionCall", + "src": "4733:15:46" + }, + "variables": [ + { + "name": "srcPtr", + "nativeSrc": "4723:6:46", + "nodeType": "YulTypedName", + "src": "4723:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4757:10:46", + "nodeType": "YulVariableDeclaration", + "src": "4757:10:46", + "value": { + "kind": "number", + "nativeSrc": "4766:1:46", + "nodeType": "YulLiteral", + "src": "4766:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "4761:1:46", + "nodeType": "YulTypedName", + "src": "4761:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "4825:120:46", + "nodeType": "YulBlock", + "src": "4825:120:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "4846:3:46", + "nodeType": "YulIdentifier", + "src": "4846:3:46" + }, + { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "4857:6:46", + "nodeType": "YulIdentifier", + "src": "4857:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4851:5:46", + "nodeType": "YulIdentifier", + "src": "4851:5:46" + }, + "nativeSrc": "4851:13:46", + "nodeType": "YulFunctionCall", + "src": "4851:13:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4839:6:46", + "nodeType": "YulIdentifier", + "src": "4839:6:46" + }, + "nativeSrc": "4839:26:46", + "nodeType": "YulFunctionCall", + "src": "4839:26:46" + }, + "nativeSrc": "4839:26:46", + "nodeType": "YulExpressionStatement", + "src": "4839:26:46" + }, + { + "nativeSrc": "4878:19:46", + "nodeType": "YulAssignment", + "src": "4878:19:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "4889:3:46", + "nodeType": "YulIdentifier", + "src": "4889:3:46" + }, + { + "kind": "number", + "nativeSrc": "4894:2:46", + "nodeType": "YulLiteral", + "src": "4894:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4885:3:46", + "nodeType": "YulIdentifier", + "src": "4885:3:46" + }, + "nativeSrc": "4885:12:46", + "nodeType": "YulFunctionCall", + "src": "4885:12:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "4878:3:46", + "nodeType": "YulIdentifier", + "src": "4878:3:46" + } + ] + }, + { + "nativeSrc": "4910:25:46", + "nodeType": "YulAssignment", + "src": "4910:25:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "4924:6:46", + "nodeType": "YulIdentifier", + "src": "4924:6:46" + }, + { + "kind": "number", + "nativeSrc": "4932:2:46", + "nodeType": "YulLiteral", + "src": "4932:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4920:3:46", + "nodeType": "YulIdentifier", + "src": "4920:3:46" + }, + "nativeSrc": "4920:15:46", + "nodeType": "YulFunctionCall", + "src": "4920:15:46" + }, + "variableNames": [ + { + "name": "srcPtr", + "nativeSrc": "4910:6:46", + "nodeType": "YulIdentifier", + "src": "4910:6:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "4787:1:46", + "nodeType": "YulIdentifier", + "src": "4787:1:46" + }, + { + "name": "length", + "nativeSrc": "4790:6:46", + "nodeType": "YulIdentifier", + "src": "4790:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "4784:2:46", + "nodeType": "YulIdentifier", + "src": "4784:2:46" + }, + "nativeSrc": "4784:13:46", + "nodeType": "YulFunctionCall", + "src": "4784:13:46" + }, + "nativeSrc": "4776:169:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "4798:18:46", + "nodeType": "YulBlock", + "src": "4798:18:46", + "statements": [ + { + "nativeSrc": "4800:14:46", + "nodeType": "YulAssignment", + "src": "4800:14:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "4809:1:46", + "nodeType": "YulIdentifier", + "src": "4809:1:46" + }, + { + "kind": "number", + "nativeSrc": "4812:1:46", + "nodeType": "YulLiteral", + "src": "4812:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4805:3:46", + "nodeType": "YulIdentifier", + "src": "4805:3:46" + }, + "nativeSrc": "4805:9:46", + "nodeType": "YulFunctionCall", + "src": "4805:9:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "4800:1:46", + "nodeType": "YulIdentifier", + "src": "4800:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "4780:3:46", + "nodeType": "YulBlock", + "src": "4780:3:46", + "statements": [] + }, + "src": "4776:169:46" + }, + { + "nativeSrc": "4954:11:46", + "nodeType": "YulAssignment", + "src": "4954:11:46", + "value": { + "name": "pos", + "nativeSrc": "4962:3:46", + "nodeType": "YulIdentifier", + "src": "4962:3:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "4954:4:46", + "nodeType": "YulIdentifier", + "src": "4954:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_array$_t_bytes32_$dyn_memory_ptr__to_t_array$_t_bytes32_$dyn_memory_ptr__fromStack_reversed", + "nativeSrc": "4360:611:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "4480:9:46", + "nodeType": "YulTypedName", + "src": "4480:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "4491:6:46", + "nodeType": "YulTypedName", + "src": "4491:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "4502:4:46", + "nodeType": "YulTypedName", + "src": "4502:4:46", + "type": "" + } + ], + "src": "4360:611:46" + }, + { + "body": { + "nativeSrc": "5083:133:46", + "nodeType": "YulBlock", + "src": "5083:133:46", + "statements": [ + { + "nativeSrc": "5093:42:46", + "nodeType": "YulVariableDeclaration", + "src": "5093:42:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5111:7:46", + "nodeType": "YulIdentifier", + "src": "5111:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5120:9:46", + "nodeType": "YulIdentifier", + "src": "5120:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5107:3:46", + "nodeType": "YulIdentifier", + "src": "5107:3:46" + }, + "nativeSrc": "5107:23:46", + "nodeType": "YulFunctionCall", + "src": "5107:23:46" + }, + { + "kind": "number", + "nativeSrc": "5132:2:46", + "nodeType": "YulLiteral", + "src": "5132:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5103:3:46", + "nodeType": "YulIdentifier", + "src": "5103:3:46" + }, + "nativeSrc": "5103:32:46", + "nodeType": "YulFunctionCall", + "src": "5103:32:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "5097:2:46", + "nodeType": "YulTypedName", + "src": "5097:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "5150:16:46", + "nodeType": "YulBlock", + "src": "5150:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5159:1:46", + "nodeType": "YulLiteral", + "src": "5159:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5162:1:46", + "nodeType": "YulLiteral", + "src": "5162:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5152:6:46", + "nodeType": "YulIdentifier", + "src": "5152:6:46" + }, + "nativeSrc": "5152:12:46", + "nodeType": "YulFunctionCall", + "src": "5152:12:46" + }, + "nativeSrc": "5152:12:46", + "nodeType": "YulExpressionStatement", + "src": "5152:12:46" + } + ] + }, + "condition": { + "name": "_1", + "nativeSrc": "5147:2:46", + "nodeType": "YulIdentifier", + "src": "5147:2:46" + }, + "nativeSrc": "5144:22:46", + "nodeType": "YulIf", + "src": "5144:22:46" + }, + { + "nativeSrc": "5175:7:46", + "nodeType": "YulAssignment", + "src": "5175:7:46", + "value": { + "kind": "number", + "nativeSrc": "5181:1:46", + "nodeType": "YulLiteral", + "src": "5181:1:46", + "type": "", + "value": "0" + }, + "variableNames": [ + { + "name": "_1", + "nativeSrc": "5175:2:46", + "nodeType": "YulIdentifier", + "src": "5175:2:46" + } + ] + }, + { + "nativeSrc": "5191:19:46", + "nodeType": "YulAssignment", + "src": "5191:19:46", + "value": { + "name": "headStart", + "nativeSrc": "5201:9:46", + "nodeType": "YulIdentifier", + "src": "5201:9:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5191:6:46", + "nodeType": "YulIdentifier", + "src": "5191:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_RevocationRequest_$2100_calldata_ptr", + "nativeSrc": "4976:240:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5049:9:46", + "nodeType": "YulTypedName", + "src": "5049:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5060:7:46", + "nodeType": "YulTypedName", + "src": "5060:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5072:6:46", + "nodeType": "YulTypedName", + "src": "5072:6:46", + "type": "" + } + ], + "src": "4976:240:46" + }, + { + "body": { + "nativeSrc": "5368:372:46", + "nodeType": "YulBlock", + "src": "5368:372:46", + "statements": [ + { + "body": { + "nativeSrc": "5414:16:46", + "nodeType": "YulBlock", + "src": "5414:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5423:1:46", + "nodeType": "YulLiteral", + "src": "5423:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5426:1:46", + "nodeType": "YulLiteral", + "src": "5426:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5416:6:46", + "nodeType": "YulIdentifier", + "src": "5416:6:46" + }, + "nativeSrc": "5416:12:46", + "nodeType": "YulFunctionCall", + "src": "5416:12:46" + }, + "nativeSrc": "5416:12:46", + "nodeType": "YulExpressionStatement", + "src": "5416:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5389:7:46", + "nodeType": "YulIdentifier", + "src": "5389:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5398:9:46", + "nodeType": "YulIdentifier", + "src": "5398:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5385:3:46", + "nodeType": "YulIdentifier", + "src": "5385:3:46" + }, + "nativeSrc": "5385:23:46", + "nodeType": "YulFunctionCall", + "src": "5385:23:46" + }, + { + "kind": "number", + "nativeSrc": "5410:2:46", + "nodeType": "YulLiteral", + "src": "5410:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5381:3:46", + "nodeType": "YulIdentifier", + "src": "5381:3:46" + }, + "nativeSrc": "5381:32:46", + "nodeType": "YulFunctionCall", + "src": "5381:32:46" + }, + "nativeSrc": "5378:52:46", + "nodeType": "YulIf", + "src": "5378:52:46" + }, + { + "nativeSrc": "5439:37:46", + "nodeType": "YulVariableDeclaration", + "src": "5439:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5466:9:46", + "nodeType": "YulIdentifier", + "src": "5466:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "5453:12:46", + "nodeType": "YulIdentifier", + "src": "5453:12:46" + }, + "nativeSrc": "5453:23:46", + "nodeType": "YulFunctionCall", + "src": "5453:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "5443:6:46", + "nodeType": "YulTypedName", + "src": "5443:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "5519:16:46", + "nodeType": "YulBlock", + "src": "5519:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5528:1:46", + "nodeType": "YulLiteral", + "src": "5528:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5531:1:46", + "nodeType": "YulLiteral", + "src": "5531:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5521:6:46", + "nodeType": "YulIdentifier", + "src": "5521:6:46" + }, + "nativeSrc": "5521:12:46", + "nodeType": "YulFunctionCall", + "src": "5521:12:46" + }, + "nativeSrc": "5521:12:46", + "nodeType": "YulExpressionStatement", + "src": "5521:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "5491:6:46", + "nodeType": "YulIdentifier", + "src": "5491:6:46" + }, + { + "kind": "number", + "nativeSrc": "5499:18:46", + "nodeType": "YulLiteral", + "src": "5499:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "5488:2:46", + "nodeType": "YulIdentifier", + "src": "5488:2:46" + }, + "nativeSrc": "5488:30:46", + "nodeType": "YulFunctionCall", + "src": "5488:30:46" + }, + "nativeSrc": "5485:50:46", + "nodeType": "YulIf", + "src": "5485:50:46" + }, + { + "nativeSrc": "5544:136:46", + "nodeType": "YulVariableDeclaration", + "src": "5544:136:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5652:9:46", + "nodeType": "YulIdentifier", + "src": "5652:9:46" + }, + { + "name": "offset", + "nativeSrc": "5663:6:46", + "nodeType": "YulIdentifier", + "src": "5663:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5648:3:46", + "nodeType": "YulIdentifier", + "src": "5648:3:46" + }, + "nativeSrc": "5648:22:46", + "nodeType": "YulFunctionCall", + "src": "5648:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "5672:7:46", + "nodeType": "YulIdentifier", + "src": "5672:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata", + "nativeSrc": "5570:77:46", + "nodeType": "YulIdentifier", + "src": "5570:77:46" + }, + "nativeSrc": "5570:110:46", + "nodeType": "YulFunctionCall", + "src": "5570:110:46" + }, + "variables": [ + { + "name": "value0_1", + "nativeSrc": "5548:8:46", + "nodeType": "YulTypedName", + "src": "5548:8:46", + "type": "" + }, + { + "name": "value1_1", + "nativeSrc": "5558:8:46", + "nodeType": "YulTypedName", + "src": "5558:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "5689:18:46", + "nodeType": "YulAssignment", + "src": "5689:18:46", + "value": { + "name": "value0_1", + "nativeSrc": "5699:8:46", + "nodeType": "YulIdentifier", + "src": "5699:8:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5689:6:46", + "nodeType": "YulIdentifier", + "src": "5689:6:46" + } + ] + }, + { + "nativeSrc": "5716:18:46", + "nodeType": "YulAssignment", + "src": "5716:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "5726:8:46", + "nodeType": "YulIdentifier", + "src": "5726:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "5716:6:46", + "nodeType": "YulIdentifier", + "src": "5716:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_array$_t_struct$_MultiRevocationRequest_$2122_calldata_ptr_$dyn_calldata_ptr", + "nativeSrc": "5221:519:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5326:9:46", + "nodeType": "YulTypedName", + "src": "5326:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5337:7:46", + "nodeType": "YulTypedName", + "src": "5337:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5349:6:46", + "nodeType": "YulTypedName", + "src": "5349:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "5357:6:46", + "nodeType": "YulTypedName", + "src": "5357:6:46", + "type": "" + } + ], + "src": "5221:519:46" + }, + { + "body": { + "nativeSrc": "5815:156:46", + "nodeType": "YulBlock", + "src": "5815:156:46", + "statements": [ + { + "body": { + "nativeSrc": "5861:16:46", + "nodeType": "YulBlock", + "src": "5861:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5870:1:46", + "nodeType": "YulLiteral", + "src": "5870:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5873:1:46", + "nodeType": "YulLiteral", + "src": "5873:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5863:6:46", + "nodeType": "YulIdentifier", + "src": "5863:6:46" + }, + "nativeSrc": "5863:12:46", + "nodeType": "YulFunctionCall", + "src": "5863:12:46" + }, + "nativeSrc": "5863:12:46", + "nodeType": "YulExpressionStatement", + "src": "5863:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5836:7:46", + "nodeType": "YulIdentifier", + "src": "5836:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5845:9:46", + "nodeType": "YulIdentifier", + "src": "5845:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5832:3:46", + "nodeType": "YulIdentifier", + "src": "5832:3:46" + }, + "nativeSrc": "5832:23:46", + "nodeType": "YulFunctionCall", + "src": "5832:23:46" + }, + { + "kind": "number", + "nativeSrc": "5857:2:46", + "nodeType": "YulLiteral", + "src": "5857:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5828:3:46", + "nodeType": "YulIdentifier", + "src": "5828:3:46" + }, + "nativeSrc": "5828:32:46", + "nodeType": "YulFunctionCall", + "src": "5828:32:46" + }, + "nativeSrc": "5825:52:46", + "nodeType": "YulIf", + "src": "5825:52:46" + }, + { + "nativeSrc": "5886:14:46", + "nodeType": "YulVariableDeclaration", + "src": "5886:14:46", + "value": { + "kind": "number", + "nativeSrc": "5899:1:46", + "nodeType": "YulLiteral", + "src": "5899:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "5890:5:46", + "nodeType": "YulTypedName", + "src": "5890:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "5909:32:46", + "nodeType": "YulAssignment", + "src": "5909:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5931:9:46", + "nodeType": "YulIdentifier", + "src": "5931:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "5918:12:46", + "nodeType": "YulIdentifier", + "src": "5918:12:46" + }, + "nativeSrc": "5918:23:46", + "nodeType": "YulFunctionCall", + "src": "5918:23:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "5909:5:46", + "nodeType": "YulIdentifier", + "src": "5909:5:46" + } + ] + }, + { + "nativeSrc": "5950:15:46", + "nodeType": "YulAssignment", + "src": "5950:15:46", + "value": { + "name": "value", + "nativeSrc": "5960:5:46", + "nodeType": "YulIdentifier", + "src": "5960:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5950:6:46", + "nodeType": "YulIdentifier", + "src": "5950:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes32", + "nativeSrc": "5745:226:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5781:9:46", + "nodeType": "YulTypedName", + "src": "5781:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5792:7:46", + "nodeType": "YulTypedName", + "src": "5792:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5804:6:46", + "nodeType": "YulTypedName", + "src": "5804:6:46", + "type": "" + } + ], + "src": "5745:226:46" + }, + { + "body": { + "nativeSrc": "6046:156:46", + "nodeType": "YulBlock", + "src": "6046:156:46", + "statements": [ + { + "body": { + "nativeSrc": "6092:16:46", + "nodeType": "YulBlock", + "src": "6092:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6101:1:46", + "nodeType": "YulLiteral", + "src": "6101:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6104:1:46", + "nodeType": "YulLiteral", + "src": "6104:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6094:6:46", + "nodeType": "YulIdentifier", + "src": "6094:6:46" + }, + "nativeSrc": "6094:12:46", + "nodeType": "YulFunctionCall", + "src": "6094:12:46" + }, + "nativeSrc": "6094:12:46", + "nodeType": "YulExpressionStatement", + "src": "6094:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "6067:7:46", + "nodeType": "YulIdentifier", + "src": "6067:7:46" + }, + { + "name": "headStart", + "nativeSrc": "6076:9:46", + "nodeType": "YulIdentifier", + "src": "6076:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "6063:3:46", + "nodeType": "YulIdentifier", + "src": "6063:3:46" + }, + "nativeSrc": "6063:23:46", + "nodeType": "YulFunctionCall", + "src": "6063:23:46" + }, + { + "kind": "number", + "nativeSrc": "6088:2:46", + "nodeType": "YulLiteral", + "src": "6088:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "6059:3:46", + "nodeType": "YulIdentifier", + "src": "6059:3:46" + }, + "nativeSrc": "6059:32:46", + "nodeType": "YulFunctionCall", + "src": "6059:32:46" + }, + "nativeSrc": "6056:52:46", + "nodeType": "YulIf", + "src": "6056:52:46" + }, + { + "nativeSrc": "6117:14:46", + "nodeType": "YulVariableDeclaration", + "src": "6117:14:46", + "value": { + "kind": "number", + "nativeSrc": "6130:1:46", + "nodeType": "YulLiteral", + "src": "6130:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "6121:5:46", + "nodeType": "YulTypedName", + "src": "6121:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "6140:32:46", + "nodeType": "YulAssignment", + "src": "6140:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6162:9:46", + "nodeType": "YulIdentifier", + "src": "6162:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "6149:12:46", + "nodeType": "YulIdentifier", + "src": "6149:12:46" + }, + "nativeSrc": "6149:23:46", + "nodeType": "YulFunctionCall", + "src": "6149:23:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "6140:5:46", + "nodeType": "YulIdentifier", + "src": "6140:5:46" + } + ] + }, + { + "nativeSrc": "6181:15:46", + "nodeType": "YulAssignment", + "src": "6181:15:46", + "value": { + "name": "value", + "nativeSrc": "6191:5:46", + "nodeType": "YulIdentifier", + "src": "6191:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "6181:6:46", + "nodeType": "YulIdentifier", + "src": "6181:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint256", + "nativeSrc": "5976:226:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "6012:9:46", + "nodeType": "YulTypedName", + "src": "6012:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "6023:7:46", + "nodeType": "YulTypedName", + "src": "6023:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "6035:6:46", + "nodeType": "YulTypedName", + "src": "6035:6:46", + "type": "" + } + ], + "src": "5976:226:46" + }, + { + "body": { + "nativeSrc": "6251:83:46", + "nodeType": "YulBlock", + "src": "6251:83:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "6268:3:46", + "nodeType": "YulIdentifier", + "src": "6268:3:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "6277:5:46", + "nodeType": "YulIdentifier", + "src": "6277:5:46" + }, + { + "kind": "number", + "nativeSrc": "6284:42:46", + "nodeType": "YulLiteral", + "src": "6284:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "6273:3:46", + "nodeType": "YulIdentifier", + "src": "6273:3:46" + }, + "nativeSrc": "6273:54:46", + "nodeType": "YulFunctionCall", + "src": "6273:54:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6261:6:46", + "nodeType": "YulIdentifier", + "src": "6261:6:46" + }, + "nativeSrc": "6261:67:46", + "nodeType": "YulFunctionCall", + "src": "6261:67:46" + }, + "nativeSrc": "6261:67:46", + "nodeType": "YulExpressionStatement", + "src": "6261:67:46" + } + ] + }, + "name": "abi_encode_address", + "nativeSrc": "6207:127:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "6235:5:46", + "nodeType": "YulTypedName", + "src": "6235:5:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "6242:3:46", + "nodeType": "YulTypedName", + "src": "6242:3:46", + "type": "" + } + ], + "src": "6207:127:46" + }, + { + "body": { + "nativeSrc": "6400:359:46", + "nodeType": "YulBlock", + "src": "6400:359:46", + "statements": [ + { + "nativeSrc": "6410:26:46", + "nodeType": "YulVariableDeclaration", + "src": "6410:26:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "6430:5:46", + "nodeType": "YulIdentifier", + "src": "6430:5:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "6424:5:46", + "nodeType": "YulIdentifier", + "src": "6424:5:46" + }, + "nativeSrc": "6424:12:46", + "nodeType": "YulFunctionCall", + "src": "6424:12:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "6414:6:46", + "nodeType": "YulTypedName", + "src": "6414:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "6452:3:46", + "nodeType": "YulIdentifier", + "src": "6452:3:46" + }, + { + "name": "length", + "nativeSrc": "6457:6:46", + "nodeType": "YulIdentifier", + "src": "6457:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6445:6:46", + "nodeType": "YulIdentifier", + "src": "6445:6:46" + }, + "nativeSrc": "6445:19:46", + "nodeType": "YulFunctionCall", + "src": "6445:19:46" + }, + "nativeSrc": "6445:19:46", + "nodeType": "YulExpressionStatement", + "src": "6445:19:46" + }, + { + "nativeSrc": "6473:21:46", + "nodeType": "YulAssignment", + "src": "6473:21:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "6484:3:46", + "nodeType": "YulIdentifier", + "src": "6484:3:46" + }, + { + "kind": "number", + "nativeSrc": "6489:4:46", + "nodeType": "YulLiteral", + "src": "6489:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6480:3:46", + "nodeType": "YulIdentifier", + "src": "6480:3:46" + }, + "nativeSrc": "6480:14:46", + "nodeType": "YulFunctionCall", + "src": "6480:14:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "6473:3:46", + "nodeType": "YulIdentifier", + "src": "6473:3:46" + } + ] + }, + { + "nativeSrc": "6503:30:46", + "nodeType": "YulVariableDeclaration", + "src": "6503:30:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "6521:5:46", + "nodeType": "YulIdentifier", + "src": "6521:5:46" + }, + { + "kind": "number", + "nativeSrc": "6528:4:46", + "nodeType": "YulLiteral", + "src": "6528:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6517:3:46", + "nodeType": "YulIdentifier", + "src": "6517:3:46" + }, + "nativeSrc": "6517:16:46", + "nodeType": "YulFunctionCall", + "src": "6517:16:46" + }, + "variables": [ + { + "name": "srcPtr", + "nativeSrc": "6507:6:46", + "nodeType": "YulTypedName", + "src": "6507:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "6542:10:46", + "nodeType": "YulVariableDeclaration", + "src": "6542:10:46", + "value": { + "kind": "number", + "nativeSrc": "6551:1:46", + "nodeType": "YulLiteral", + "src": "6551:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "6546:1:46", + "nodeType": "YulTypedName", + "src": "6546:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "6610:124:46", + "nodeType": "YulBlock", + "src": "6610:124:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "6631:3:46", + "nodeType": "YulIdentifier", + "src": "6631:3:46" + }, + { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "6642:6:46", + "nodeType": "YulIdentifier", + "src": "6642:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "6636:5:46", + "nodeType": "YulIdentifier", + "src": "6636:5:46" + }, + "nativeSrc": "6636:13:46", + "nodeType": "YulFunctionCall", + "src": "6636:13:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6624:6:46", + "nodeType": "YulIdentifier", + "src": "6624:6:46" + }, + "nativeSrc": "6624:26:46", + "nodeType": "YulFunctionCall", + "src": "6624:26:46" + }, + "nativeSrc": "6624:26:46", + "nodeType": "YulExpressionStatement", + "src": "6624:26:46" + }, + { + "nativeSrc": "6663:21:46", + "nodeType": "YulAssignment", + "src": "6663:21:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "6674:3:46", + "nodeType": "YulIdentifier", + "src": "6674:3:46" + }, + { + "kind": "number", + "nativeSrc": "6679:4:46", + "nodeType": "YulLiteral", + "src": "6679:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6670:3:46", + "nodeType": "YulIdentifier", + "src": "6670:3:46" + }, + "nativeSrc": "6670:14:46", + "nodeType": "YulFunctionCall", + "src": "6670:14:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "6663:3:46", + "nodeType": "YulIdentifier", + "src": "6663:3:46" + } + ] + }, + { + "nativeSrc": "6697:27:46", + "nodeType": "YulAssignment", + "src": "6697:27:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "6711:6:46", + "nodeType": "YulIdentifier", + "src": "6711:6:46" + }, + { + "kind": "number", + "nativeSrc": "6719:4:46", + "nodeType": "YulLiteral", + "src": "6719:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6707:3:46", + "nodeType": "YulIdentifier", + "src": "6707:3:46" + }, + "nativeSrc": "6707:17:46", + "nodeType": "YulFunctionCall", + "src": "6707:17:46" + }, + "variableNames": [ + { + "name": "srcPtr", + "nativeSrc": "6697:6:46", + "nodeType": "YulIdentifier", + "src": "6697:6:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "6572:1:46", + "nodeType": "YulIdentifier", + "src": "6572:1:46" + }, + { + "name": "length", + "nativeSrc": "6575:6:46", + "nodeType": "YulIdentifier", + "src": "6575:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "6569:2:46", + "nodeType": "YulIdentifier", + "src": "6569:2:46" + }, + "nativeSrc": "6569:13:46", + "nodeType": "YulFunctionCall", + "src": "6569:13:46" + }, + "nativeSrc": "6561:173:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "6583:18:46", + "nodeType": "YulBlock", + "src": "6583:18:46", + "statements": [ + { + "nativeSrc": "6585:14:46", + "nodeType": "YulAssignment", + "src": "6585:14:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "6594:1:46", + "nodeType": "YulIdentifier", + "src": "6594:1:46" + }, + { + "kind": "number", + "nativeSrc": "6597:1:46", + "nodeType": "YulLiteral", + "src": "6597:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6590:3:46", + "nodeType": "YulIdentifier", + "src": "6590:3:46" + }, + "nativeSrc": "6590:9:46", + "nodeType": "YulFunctionCall", + "src": "6590:9:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "6585:1:46", + "nodeType": "YulIdentifier", + "src": "6585:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "6565:3:46", + "nodeType": "YulBlock", + "src": "6565:3:46", + "statements": [] + }, + "src": "6561:173:46" + }, + { + "nativeSrc": "6743:10:46", + "nodeType": "YulAssignment", + "src": "6743:10:46", + "value": { + "name": "pos", + "nativeSrc": "6750:3:46", + "nodeType": "YulIdentifier", + "src": "6750:3:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "6743:3:46", + "nodeType": "YulIdentifier", + "src": "6743:3:46" + } + ] + } + ] + }, + "name": "abi_encode_array_uint256_dyn", + "nativeSrc": "6339:420:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "6377:5:46", + "nodeType": "YulTypedName", + "src": "6377:5:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "6384:3:46", + "nodeType": "YulTypedName", + "src": "6384:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "6392:3:46", + "nodeType": "YulTypedName", + "src": "6392:3:46", + "type": "" + } + ], + "src": "6339:420:46" + }, + { + "body": { + "nativeSrc": "7121:639:46", + "nodeType": "YulBlock", + "src": "7121:639:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7138:9:46", + "nodeType": "YulIdentifier", + "src": "7138:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "7153:6:46", + "nodeType": "YulIdentifier", + "src": "7153:6:46" + }, + { + "kind": "number", + "nativeSrc": "7161:66:46", + "nodeType": "YulLiteral", + "src": "7161:66:46", + "type": "", + "value": "0xff00000000000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "7149:3:46", + "nodeType": "YulIdentifier", + "src": "7149:3:46" + }, + "nativeSrc": "7149:79:46", + "nodeType": "YulFunctionCall", + "src": "7149:79:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7131:6:46", + "nodeType": "YulIdentifier", + "src": "7131:6:46" + }, + "nativeSrc": "7131:98:46", + "nodeType": "YulFunctionCall", + "src": "7131:98:46" + }, + "nativeSrc": "7131:98:46", + "nodeType": "YulExpressionStatement", + "src": "7131:98:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7249:9:46", + "nodeType": "YulIdentifier", + "src": "7249:9:46" + }, + { + "kind": "number", + "nativeSrc": "7260:2:46", + "nodeType": "YulLiteral", + "src": "7260:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7245:3:46", + "nodeType": "YulIdentifier", + "src": "7245:3:46" + }, + "nativeSrc": "7245:18:46", + "nodeType": "YulFunctionCall", + "src": "7245:18:46" + }, + { + "kind": "number", + "nativeSrc": "7265:3:46", + "nodeType": "YulLiteral", + "src": "7265:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7238:6:46", + "nodeType": "YulIdentifier", + "src": "7238:6:46" + }, + "nativeSrc": "7238:31:46", + "nodeType": "YulFunctionCall", + "src": "7238:31:46" + }, + "nativeSrc": "7238:31:46", + "nodeType": "YulExpressionStatement", + "src": "7238:31:46" + }, + { + "nativeSrc": "7278:60:46", + "nodeType": "YulVariableDeclaration", + "src": "7278:60:46", + "value": { + "arguments": [ + { + "name": "value1", + "nativeSrc": "7310:6:46", + "nodeType": "YulIdentifier", + "src": "7310:6:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7322:9:46", + "nodeType": "YulIdentifier", + "src": "7322:9:46" + }, + { + "kind": "number", + "nativeSrc": "7333:3:46", + "nodeType": "YulLiteral", + "src": "7333:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7318:3:46", + "nodeType": "YulIdentifier", + "src": "7318:3:46" + }, + "nativeSrc": "7318:19:46", + "nodeType": "YulFunctionCall", + "src": "7318:19:46" + } + ], + "functionName": { + "name": "abi_encode_string", + "nativeSrc": "7292:17:46", + "nodeType": "YulIdentifier", + "src": "7292:17:46" + }, + "nativeSrc": "7292:46:46", + "nodeType": "YulFunctionCall", + "src": "7292:46:46" + }, + "variables": [ + { + "name": "tail_1", + "nativeSrc": "7282:6:46", + "nodeType": "YulTypedName", + "src": "7282:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7358:9:46", + "nodeType": "YulIdentifier", + "src": "7358:9:46" + }, + { + "kind": "number", + "nativeSrc": "7369:2:46", + "nodeType": "YulLiteral", + "src": "7369:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7354:3:46", + "nodeType": "YulIdentifier", + "src": "7354:3:46" + }, + "nativeSrc": "7354:18:46", + "nodeType": "YulFunctionCall", + "src": "7354:18:46" + }, + { + "arguments": [ + { + "name": "tail_1", + "nativeSrc": "7378:6:46", + "nodeType": "YulIdentifier", + "src": "7378:6:46" + }, + { + "name": "headStart", + "nativeSrc": "7386:9:46", + "nodeType": "YulIdentifier", + "src": "7386:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "7374:3:46", + "nodeType": "YulIdentifier", + "src": "7374:3:46" + }, + "nativeSrc": "7374:22:46", + "nodeType": "YulFunctionCall", + "src": "7374:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7347:6:46", + "nodeType": "YulIdentifier", + "src": "7347:6:46" + }, + "nativeSrc": "7347:50:46", + "nodeType": "YulFunctionCall", + "src": "7347:50:46" + }, + "nativeSrc": "7347:50:46", + "nodeType": "YulExpressionStatement", + "src": "7347:50:46" + }, + { + "nativeSrc": "7406:47:46", + "nodeType": "YulVariableDeclaration", + "src": "7406:47:46", + "value": { + "arguments": [ + { + "name": "value2", + "nativeSrc": "7438:6:46", + "nodeType": "YulIdentifier", + "src": "7438:6:46" + }, + { + "name": "tail_1", + "nativeSrc": "7446:6:46", + "nodeType": "YulIdentifier", + "src": "7446:6:46" + } + ], + "functionName": { + "name": "abi_encode_string", + "nativeSrc": "7420:17:46", + "nodeType": "YulIdentifier", + "src": "7420:17:46" + }, + "nativeSrc": "7420:33:46", + "nodeType": "YulFunctionCall", + "src": "7420:33:46" + }, + "variables": [ + { + "name": "tail_2", + "nativeSrc": "7410:6:46", + "nodeType": "YulTypedName", + "src": "7410:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7473:9:46", + "nodeType": "YulIdentifier", + "src": "7473:9:46" + }, + { + "kind": "number", + "nativeSrc": "7484:2:46", + "nodeType": "YulLiteral", + "src": "7484:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7469:3:46", + "nodeType": "YulIdentifier", + "src": "7469:3:46" + }, + "nativeSrc": "7469:18:46", + "nodeType": "YulFunctionCall", + "src": "7469:18:46" + }, + { + "name": "value3", + "nativeSrc": "7489:6:46", + "nodeType": "YulIdentifier", + "src": "7489:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7462:6:46", + "nodeType": "YulIdentifier", + "src": "7462:6:46" + }, + "nativeSrc": "7462:34:46", + "nodeType": "YulFunctionCall", + "src": "7462:34:46" + }, + "nativeSrc": "7462:34:46", + "nodeType": "YulExpressionStatement", + "src": "7462:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7516:9:46", + "nodeType": "YulIdentifier", + "src": "7516:9:46" + }, + { + "kind": "number", + "nativeSrc": "7527:3:46", + "nodeType": "YulLiteral", + "src": "7527:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7512:3:46", + "nodeType": "YulIdentifier", + "src": "7512:3:46" + }, + "nativeSrc": "7512:19:46", + "nodeType": "YulFunctionCall", + "src": "7512:19:46" + }, + { + "arguments": [ + { + "name": "value4", + "nativeSrc": "7537:6:46", + "nodeType": "YulIdentifier", + "src": "7537:6:46" + }, + { + "kind": "number", + "nativeSrc": "7545:42:46", + "nodeType": "YulLiteral", + "src": "7545:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "7533:3:46", + "nodeType": "YulIdentifier", + "src": "7533:3:46" + }, + "nativeSrc": "7533:55:46", + "nodeType": "YulFunctionCall", + "src": "7533:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7505:6:46", + "nodeType": "YulIdentifier", + "src": "7505:6:46" + }, + "nativeSrc": "7505:84:46", + "nodeType": "YulFunctionCall", + "src": "7505:84:46" + }, + "nativeSrc": "7505:84:46", + "nodeType": "YulExpressionStatement", + "src": "7505:84:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7609:9:46", + "nodeType": "YulIdentifier", + "src": "7609:9:46" + }, + { + "kind": "number", + "nativeSrc": "7620:3:46", + "nodeType": "YulLiteral", + "src": "7620:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7605:3:46", + "nodeType": "YulIdentifier", + "src": "7605:3:46" + }, + "nativeSrc": "7605:19:46", + "nodeType": "YulFunctionCall", + "src": "7605:19:46" + }, + { + "name": "value5", + "nativeSrc": "7626:6:46", + "nodeType": "YulIdentifier", + "src": "7626:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7598:6:46", + "nodeType": "YulIdentifier", + "src": "7598:6:46" + }, + "nativeSrc": "7598:35:46", + "nodeType": "YulFunctionCall", + "src": "7598:35:46" + }, + "nativeSrc": "7598:35:46", + "nodeType": "YulExpressionStatement", + "src": "7598:35:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7653:9:46", + "nodeType": "YulIdentifier", + "src": "7653:9:46" + }, + { + "kind": "number", + "nativeSrc": "7664:3:46", + "nodeType": "YulLiteral", + "src": "7664:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7649:3:46", + "nodeType": "YulIdentifier", + "src": "7649:3:46" + }, + "nativeSrc": "7649:19:46", + "nodeType": "YulFunctionCall", + "src": "7649:19:46" + }, + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "7674:6:46", + "nodeType": "YulIdentifier", + "src": "7674:6:46" + }, + { + "name": "headStart", + "nativeSrc": "7682:9:46", + "nodeType": "YulIdentifier", + "src": "7682:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "7670:3:46", + "nodeType": "YulIdentifier", + "src": "7670:3:46" + }, + "nativeSrc": "7670:22:46", + "nodeType": "YulFunctionCall", + "src": "7670:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7642:6:46", + "nodeType": "YulIdentifier", + "src": "7642:6:46" + }, + "nativeSrc": "7642:51:46", + "nodeType": "YulFunctionCall", + "src": "7642:51:46" + }, + "nativeSrc": "7642:51:46", + "nodeType": "YulExpressionStatement", + "src": "7642:51:46" + }, + { + "nativeSrc": "7702:52:46", + "nodeType": "YulAssignment", + "src": "7702:52:46", + "value": { + "arguments": [ + { + "name": "value6", + "nativeSrc": "7739:6:46", + "nodeType": "YulIdentifier", + "src": "7739:6:46" + }, + { + "name": "tail_2", + "nativeSrc": "7747:6:46", + "nodeType": "YulIdentifier", + "src": "7747:6:46" + } + ], + "functionName": { + "name": "abi_encode_array_uint256_dyn", + "nativeSrc": "7710:28:46", + "nodeType": "YulIdentifier", + "src": "7710:28:46" + }, + "nativeSrc": "7710:44:46", + "nodeType": "YulFunctionCall", + "src": "7710:44:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "7702:4:46", + "nodeType": "YulIdentifier", + "src": "7702:4:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "7042:9:46", + "nodeType": "YulTypedName", + "src": "7042:9:46", + "type": "" + }, + { + "name": "value6", + "nativeSrc": "7053:6:46", + "nodeType": "YulTypedName", + "src": "7053:6:46", + "type": "" + }, + { + "name": "value5", + "nativeSrc": "7061:6:46", + "nodeType": "YulTypedName", + "src": "7061:6:46", + "type": "" + }, + { + "name": "value4", + "nativeSrc": "7069:6:46", + "nodeType": "YulTypedName", + "src": "7069:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "7077:6:46", + "nodeType": "YulTypedName", + "src": "7077:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "7085:6:46", + "nodeType": "YulTypedName", + "src": "7085:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "7093:6:46", + "nodeType": "YulTypedName", + "src": "7093:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "7101:6:46", + "nodeType": "YulTypedName", + "src": "7101:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "7112:4:46", + "nodeType": "YulTypedName", + "src": "7112:4:46", + "type": "" + } + ], + "src": "6764:996:46" + }, + { + "body": { + "nativeSrc": "7922:372:46", + "nodeType": "YulBlock", + "src": "7922:372:46", + "statements": [ + { + "body": { + "nativeSrc": "7968:16:46", + "nodeType": "YulBlock", + "src": "7968:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7977:1:46", + "nodeType": "YulLiteral", + "src": "7977:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "7980:1:46", + "nodeType": "YulLiteral", + "src": "7980:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "7970:6:46", + "nodeType": "YulIdentifier", + "src": "7970:6:46" + }, + "nativeSrc": "7970:12:46", + "nodeType": "YulFunctionCall", + "src": "7970:12:46" + }, + "nativeSrc": "7970:12:46", + "nodeType": "YulExpressionStatement", + "src": "7970:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "7943:7:46", + "nodeType": "YulIdentifier", + "src": "7943:7:46" + }, + { + "name": "headStart", + "nativeSrc": "7952:9:46", + "nodeType": "YulIdentifier", + "src": "7952:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "7939:3:46", + "nodeType": "YulIdentifier", + "src": "7939:3:46" + }, + "nativeSrc": "7939:23:46", + "nodeType": "YulFunctionCall", + "src": "7939:23:46" + }, + { + "kind": "number", + "nativeSrc": "7964:2:46", + "nodeType": "YulLiteral", + "src": "7964:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "7935:3:46", + "nodeType": "YulIdentifier", + "src": "7935:3:46" + }, + "nativeSrc": "7935:32:46", + "nodeType": "YulFunctionCall", + "src": "7935:32:46" + }, + "nativeSrc": "7932:52:46", + "nodeType": "YulIf", + "src": "7932:52:46" + }, + { + "nativeSrc": "7993:37:46", + "nodeType": "YulVariableDeclaration", + "src": "7993:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8020:9:46", + "nodeType": "YulIdentifier", + "src": "8020:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "8007:12:46", + "nodeType": "YulIdentifier", + "src": "8007:12:46" + }, + "nativeSrc": "8007:23:46", + "nodeType": "YulFunctionCall", + "src": "8007:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "7997:6:46", + "nodeType": "YulTypedName", + "src": "7997:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "8073:16:46", + "nodeType": "YulBlock", + "src": "8073:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8082:1:46", + "nodeType": "YulLiteral", + "src": "8082:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "8085:1:46", + "nodeType": "YulLiteral", + "src": "8085:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "8075:6:46", + "nodeType": "YulIdentifier", + "src": "8075:6:46" + }, + "nativeSrc": "8075:12:46", + "nodeType": "YulFunctionCall", + "src": "8075:12:46" + }, + "nativeSrc": "8075:12:46", + "nodeType": "YulExpressionStatement", + "src": "8075:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "8045:6:46", + "nodeType": "YulIdentifier", + "src": "8045:6:46" + }, + { + "kind": "number", + "nativeSrc": "8053:18:46", + "nodeType": "YulLiteral", + "src": "8053:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "8042:2:46", + "nodeType": "YulIdentifier", + "src": "8042:2:46" + }, + "nativeSrc": "8042:30:46", + "nodeType": "YulFunctionCall", + "src": "8042:30:46" + }, + "nativeSrc": "8039:50:46", + "nodeType": "YulIf", + "src": "8039:50:46" + }, + { + "nativeSrc": "8098:136:46", + "nodeType": "YulVariableDeclaration", + "src": "8098:136:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8206:9:46", + "nodeType": "YulIdentifier", + "src": "8206:9:46" + }, + { + "name": "offset", + "nativeSrc": "8217:6:46", + "nodeType": "YulIdentifier", + "src": "8217:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8202:3:46", + "nodeType": "YulIdentifier", + "src": "8202:3:46" + }, + "nativeSrc": "8202:22:46", + "nodeType": "YulFunctionCall", + "src": "8202:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "8226:7:46", + "nodeType": "YulIdentifier", + "src": "8226:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata", + "nativeSrc": "8124:77:46", + "nodeType": "YulIdentifier", + "src": "8124:77:46" + }, + "nativeSrc": "8124:110:46", + "nodeType": "YulFunctionCall", + "src": "8124:110:46" + }, + "variables": [ + { + "name": "value0_1", + "nativeSrc": "8102:8:46", + "nodeType": "YulTypedName", + "src": "8102:8:46", + "type": "" + }, + { + "name": "value1_1", + "nativeSrc": "8112:8:46", + "nodeType": "YulTypedName", + "src": "8112:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "8243:18:46", + "nodeType": "YulAssignment", + "src": "8243:18:46", + "value": { + "name": "value0_1", + "nativeSrc": "8253:8:46", + "nodeType": "YulIdentifier", + "src": "8253:8:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "8243:6:46", + "nodeType": "YulIdentifier", + "src": "8243:6:46" + } + ] + }, + { + "nativeSrc": "8270:18:46", + "nodeType": "YulAssignment", + "src": "8270:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "8280:8:46", + "nodeType": "YulIdentifier", + "src": "8280:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "8270:6:46", + "nodeType": "YulIdentifier", + "src": "8270:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_array$_t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr_$dyn_calldata_ptr", + "nativeSrc": "7765:529:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "7880:9:46", + "nodeType": "YulTypedName", + "src": "7880:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "7891:7:46", + "nodeType": "YulTypedName", + "src": "7891:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "7903:6:46", + "nodeType": "YulTypedName", + "src": "7903:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "7911:6:46", + "nodeType": "YulTypedName", + "src": "7911:6:46", + "type": "" + } + ], + "src": "7765:529:46" + }, + { + "body": { + "nativeSrc": "8340:50:46", + "nodeType": "YulBlock", + "src": "8340:50:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "8357:3:46", + "nodeType": "YulIdentifier", + "src": "8357:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "8376:5:46", + "nodeType": "YulIdentifier", + "src": "8376:5:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "8369:6:46", + "nodeType": "YulIdentifier", + "src": "8369:6:46" + }, + "nativeSrc": "8369:13:46", + "nodeType": "YulFunctionCall", + "src": "8369:13:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "8362:6:46", + "nodeType": "YulIdentifier", + "src": "8362:6:46" + }, + "nativeSrc": "8362:21:46", + "nodeType": "YulFunctionCall", + "src": "8362:21:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8350:6:46", + "nodeType": "YulIdentifier", + "src": "8350:6:46" + }, + "nativeSrc": "8350:34:46", + "nodeType": "YulFunctionCall", + "src": "8350:34:46" + }, + "nativeSrc": "8350:34:46", + "nodeType": "YulExpressionStatement", + "src": "8350:34:46" + } + ] + }, + "name": "abi_encode_bool", + "nativeSrc": "8299:91:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "8324:5:46", + "nodeType": "YulTypedName", + "src": "8324:5:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "8331:3:46", + "nodeType": "YulTypedName", + "src": "8331:3:46", + "type": "" + } + ], + "src": "8299:91:46" + }, + { + "body": { + "nativeSrc": "8457:989:46", + "nodeType": "YulBlock", + "src": "8457:989:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "8474:3:46", + "nodeType": "YulIdentifier", + "src": "8474:3:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "8485:5:46", + "nodeType": "YulIdentifier", + "src": "8485:5:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "8479:5:46", + "nodeType": "YulIdentifier", + "src": "8479:5:46" + }, + "nativeSrc": "8479:12:46", + "nodeType": "YulFunctionCall", + "src": "8479:12:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8467:6:46", + "nodeType": "YulIdentifier", + "src": "8467:6:46" + }, + "nativeSrc": "8467:25:46", + "nodeType": "YulFunctionCall", + "src": "8467:25:46" + }, + "nativeSrc": "8467:25:46", + "nodeType": "YulExpressionStatement", + "src": "8467:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "8512:3:46", + "nodeType": "YulIdentifier", + "src": "8512:3:46" + }, + { + "kind": "number", + "nativeSrc": "8517:4:46", + "nodeType": "YulLiteral", + "src": "8517:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8508:3:46", + "nodeType": "YulIdentifier", + "src": "8508:3:46" + }, + "nativeSrc": "8508:14:46", + "nodeType": "YulFunctionCall", + "src": "8508:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "8534:5:46", + "nodeType": "YulIdentifier", + "src": "8534:5:46" + }, + { + "kind": "number", + "nativeSrc": "8541:4:46", + "nodeType": "YulLiteral", + "src": "8541:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8530:3:46", + "nodeType": "YulIdentifier", + "src": "8530:3:46" + }, + "nativeSrc": "8530:16:46", + "nodeType": "YulFunctionCall", + "src": "8530:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "8524:5:46", + "nodeType": "YulIdentifier", + "src": "8524:5:46" + }, + "nativeSrc": "8524:23:46", + "nodeType": "YulFunctionCall", + "src": "8524:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8501:6:46", + "nodeType": "YulIdentifier", + "src": "8501:6:46" + }, + "nativeSrc": "8501:47:46", + "nodeType": "YulFunctionCall", + "src": "8501:47:46" + }, + "nativeSrc": "8501:47:46", + "nodeType": "YulExpressionStatement", + "src": "8501:47:46" + }, + { + "nativeSrc": "8557:43:46", + "nodeType": "YulVariableDeclaration", + "src": "8557:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "8587:5:46", + "nodeType": "YulIdentifier", + "src": "8587:5:46" + }, + { + "kind": "number", + "nativeSrc": "8594:4:46", + "nodeType": "YulLiteral", + "src": "8594:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8583:3:46", + "nodeType": "YulIdentifier", + "src": "8583:3:46" + }, + "nativeSrc": "8583:16:46", + "nodeType": "YulFunctionCall", + "src": "8583:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "8577:5:46", + "nodeType": "YulIdentifier", + "src": "8577:5:46" + }, + "nativeSrc": "8577:23:46", + "nodeType": "YulFunctionCall", + "src": "8577:23:46" + }, + "variables": [ + { + "name": "memberValue0", + "nativeSrc": "8561:12:46", + "nodeType": "YulTypedName", + "src": "8561:12:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "memberValue0", + "nativeSrc": "8627:12:46", + "nodeType": "YulIdentifier", + "src": "8627:12:46" + }, + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "8645:3:46", + "nodeType": "YulIdentifier", + "src": "8645:3:46" + }, + { + "kind": "number", + "nativeSrc": "8650:4:46", + "nodeType": "YulLiteral", + "src": "8650:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8641:3:46", + "nodeType": "YulIdentifier", + "src": "8641:3:46" + }, + "nativeSrc": "8641:14:46", + "nodeType": "YulFunctionCall", + "src": "8641:14:46" + } + ], + "functionName": { + "name": "abi_encode_uint64", + "nativeSrc": "8609:17:46", + "nodeType": "YulIdentifier", + "src": "8609:17:46" + }, + "nativeSrc": "8609:47:46", + "nodeType": "YulFunctionCall", + "src": "8609:47:46" + }, + "nativeSrc": "8609:47:46", + "nodeType": "YulExpressionStatement", + "src": "8609:47:46" + }, + { + "nativeSrc": "8665:45:46", + "nodeType": "YulVariableDeclaration", + "src": "8665:45:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "8697:5:46", + "nodeType": "YulIdentifier", + "src": "8697:5:46" + }, + { + "kind": "number", + "nativeSrc": "8704:4:46", + "nodeType": "YulLiteral", + "src": "8704:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8693:3:46", + "nodeType": "YulIdentifier", + "src": "8693:3:46" + }, + "nativeSrc": "8693:16:46", + "nodeType": "YulFunctionCall", + "src": "8693:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "8687:5:46", + "nodeType": "YulIdentifier", + "src": "8687:5:46" + }, + "nativeSrc": "8687:23:46", + "nodeType": "YulFunctionCall", + "src": "8687:23:46" + }, + "variables": [ + { + "name": "memberValue0_1", + "nativeSrc": "8669:14:46", + "nodeType": "YulTypedName", + "src": "8669:14:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "memberValue0_1", + "nativeSrc": "8737:14:46", + "nodeType": "YulIdentifier", + "src": "8737:14:46" + }, + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "8757:3:46", + "nodeType": "YulIdentifier", + "src": "8757:3:46" + }, + { + "kind": "number", + "nativeSrc": "8762:4:46", + "nodeType": "YulLiteral", + "src": "8762:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8753:3:46", + "nodeType": "YulIdentifier", + "src": "8753:3:46" + }, + "nativeSrc": "8753:14:46", + "nodeType": "YulFunctionCall", + "src": "8753:14:46" + } + ], + "functionName": { + "name": "abi_encode_uint64", + "nativeSrc": "8719:17:46", + "nodeType": "YulIdentifier", + "src": "8719:17:46" + }, + "nativeSrc": "8719:49:46", + "nodeType": "YulFunctionCall", + "src": "8719:49:46" + }, + "nativeSrc": "8719:49:46", + "nodeType": "YulExpressionStatement", + "src": "8719:49:46" + }, + { + "nativeSrc": "8777:45:46", + "nodeType": "YulVariableDeclaration", + "src": "8777:45:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "8809:5:46", + "nodeType": "YulIdentifier", + "src": "8809:5:46" + }, + { + "kind": "number", + "nativeSrc": "8816:4:46", + "nodeType": "YulLiteral", + "src": "8816:4:46", + "type": "", + "value": "0x80" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8805:3:46", + "nodeType": "YulIdentifier", + "src": "8805:3:46" + }, + "nativeSrc": "8805:16:46", + "nodeType": "YulFunctionCall", + "src": "8805:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "8799:5:46", + "nodeType": "YulIdentifier", + "src": "8799:5:46" + }, + "nativeSrc": "8799:23:46", + "nodeType": "YulFunctionCall", + "src": "8799:23:46" + }, + "variables": [ + { + "name": "memberValue0_2", + "nativeSrc": "8781:14:46", + "nodeType": "YulTypedName", + "src": "8781:14:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "memberValue0_2", + "nativeSrc": "8849:14:46", + "nodeType": "YulIdentifier", + "src": "8849:14:46" + }, + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "8869:3:46", + "nodeType": "YulIdentifier", + "src": "8869:3:46" + }, + { + "kind": "number", + "nativeSrc": "8874:4:46", + "nodeType": "YulLiteral", + "src": "8874:4:46", + "type": "", + "value": "0x80" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8865:3:46", + "nodeType": "YulIdentifier", + "src": "8865:3:46" + }, + "nativeSrc": "8865:14:46", + "nodeType": "YulFunctionCall", + "src": "8865:14:46" + } + ], + "functionName": { + "name": "abi_encode_uint64", + "nativeSrc": "8831:17:46", + "nodeType": "YulIdentifier", + "src": "8831:17:46" + }, + "nativeSrc": "8831:49:46", + "nodeType": "YulFunctionCall", + "src": "8831:49:46" + }, + "nativeSrc": "8831:49:46", + "nodeType": "YulExpressionStatement", + "src": "8831:49:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "8900:3:46", + "nodeType": "YulIdentifier", + "src": "8900:3:46" + }, + { + "kind": "number", + "nativeSrc": "8905:4:46", + "nodeType": "YulLiteral", + "src": "8905:4:46", + "type": "", + "value": "0xa0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8896:3:46", + "nodeType": "YulIdentifier", + "src": "8896:3:46" + }, + "nativeSrc": "8896:14:46", + "nodeType": "YulFunctionCall", + "src": "8896:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "8922:5:46", + "nodeType": "YulIdentifier", + "src": "8922:5:46" + }, + { + "kind": "number", + "nativeSrc": "8929:4:46", + "nodeType": "YulLiteral", + "src": "8929:4:46", + "type": "", + "value": "0xa0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8918:3:46", + "nodeType": "YulIdentifier", + "src": "8918:3:46" + }, + "nativeSrc": "8918:16:46", + "nodeType": "YulFunctionCall", + "src": "8918:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "8912:5:46", + "nodeType": "YulIdentifier", + "src": "8912:5:46" + }, + "nativeSrc": "8912:23:46", + "nodeType": "YulFunctionCall", + "src": "8912:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8889:6:46", + "nodeType": "YulIdentifier", + "src": "8889:6:46" + }, + "nativeSrc": "8889:47:46", + "nodeType": "YulFunctionCall", + "src": "8889:47:46" + }, + "nativeSrc": "8889:47:46", + "nodeType": "YulExpressionStatement", + "src": "8889:47:46" + }, + { + "nativeSrc": "8945:45:46", + "nodeType": "YulVariableDeclaration", + "src": "8945:45:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "8977:5:46", + "nodeType": "YulIdentifier", + "src": "8977:5:46" + }, + { + "kind": "number", + "nativeSrc": "8984:4:46", + "nodeType": "YulLiteral", + "src": "8984:4:46", + "type": "", + "value": "0xc0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8973:3:46", + "nodeType": "YulIdentifier", + "src": "8973:3:46" + }, + "nativeSrc": "8973:16:46", + "nodeType": "YulFunctionCall", + "src": "8973:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "8967:5:46", + "nodeType": "YulIdentifier", + "src": "8967:5:46" + }, + "nativeSrc": "8967:23:46", + "nodeType": "YulFunctionCall", + "src": "8967:23:46" + }, + "variables": [ + { + "name": "memberValue0_3", + "nativeSrc": "8949:14:46", + "nodeType": "YulTypedName", + "src": "8949:14:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "memberValue0_3", + "nativeSrc": "9018:14:46", + "nodeType": "YulIdentifier", + "src": "9018:14:46" + }, + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "9038:3:46", + "nodeType": "YulIdentifier", + "src": "9038:3:46" + }, + { + "kind": "number", + "nativeSrc": "9043:4:46", + "nodeType": "YulLiteral", + "src": "9043:4:46", + "type": "", + "value": "0xc0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9034:3:46", + "nodeType": "YulIdentifier", + "src": "9034:3:46" + }, + "nativeSrc": "9034:14:46", + "nodeType": "YulFunctionCall", + "src": "9034:14:46" + } + ], + "functionName": { + "name": "abi_encode_address", + "nativeSrc": "8999:18:46", + "nodeType": "YulIdentifier", + "src": "8999:18:46" + }, + "nativeSrc": "8999:50:46", + "nodeType": "YulFunctionCall", + "src": "8999:50:46" + }, + "nativeSrc": "8999:50:46", + "nodeType": "YulExpressionStatement", + "src": "8999:50:46" + }, + { + "nativeSrc": "9058:45:46", + "nodeType": "YulVariableDeclaration", + "src": "9058:45:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "9090:5:46", + "nodeType": "YulIdentifier", + "src": "9090:5:46" + }, + { + "kind": "number", + "nativeSrc": "9097:4:46", + "nodeType": "YulLiteral", + "src": "9097:4:46", + "type": "", + "value": "0xe0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9086:3:46", + "nodeType": "YulIdentifier", + "src": "9086:3:46" + }, + "nativeSrc": "9086:16:46", + "nodeType": "YulFunctionCall", + "src": "9086:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "9080:5:46", + "nodeType": "YulIdentifier", + "src": "9080:5:46" + }, + "nativeSrc": "9080:23:46", + "nodeType": "YulFunctionCall", + "src": "9080:23:46" + }, + "variables": [ + { + "name": "memberValue0_4", + "nativeSrc": "9062:14:46", + "nodeType": "YulTypedName", + "src": "9062:14:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "memberValue0_4", + "nativeSrc": "9131:14:46", + "nodeType": "YulIdentifier", + "src": "9131:14:46" + }, + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "9151:3:46", + "nodeType": "YulIdentifier", + "src": "9151:3:46" + }, + { + "kind": "number", + "nativeSrc": "9156:4:46", + "nodeType": "YulLiteral", + "src": "9156:4:46", + "type": "", + "value": "0xe0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9147:3:46", + "nodeType": "YulIdentifier", + "src": "9147:3:46" + }, + "nativeSrc": "9147:14:46", + "nodeType": "YulFunctionCall", + "src": "9147:14:46" + } + ], + "functionName": { + "name": "abi_encode_address", + "nativeSrc": "9112:18:46", + "nodeType": "YulIdentifier", + "src": "9112:18:46" + }, + "nativeSrc": "9112:50:46", + "nodeType": "YulFunctionCall", + "src": "9112:50:46" + }, + "nativeSrc": "9112:50:46", + "nodeType": "YulExpressionStatement", + "src": "9112:50:46" + }, + { + "nativeSrc": "9171:47:46", + "nodeType": "YulVariableDeclaration", + "src": "9171:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "9203:5:46", + "nodeType": "YulIdentifier", + "src": "9203:5:46" + }, + { + "kind": "number", + "nativeSrc": "9210:6:46", + "nodeType": "YulLiteral", + "src": "9210:6:46", + "type": "", + "value": "0x0100" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9199:3:46", + "nodeType": "YulIdentifier", + "src": "9199:3:46" + }, + "nativeSrc": "9199:18:46", + "nodeType": "YulFunctionCall", + "src": "9199:18:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "9193:5:46", + "nodeType": "YulIdentifier", + "src": "9193:5:46" + }, + "nativeSrc": "9193:25:46", + "nodeType": "YulFunctionCall", + "src": "9193:25:46" + }, + "variables": [ + { + "name": "memberValue0_5", + "nativeSrc": "9175:14:46", + "nodeType": "YulTypedName", + "src": "9175:14:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "memberValue0_5", + "nativeSrc": "9243:14:46", + "nodeType": "YulIdentifier", + "src": "9243:14:46" + }, + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "9263:3:46", + "nodeType": "YulIdentifier", + "src": "9263:3:46" + }, + { + "kind": "number", + "nativeSrc": "9268:6:46", + "nodeType": "YulLiteral", + "src": "9268:6:46", + "type": "", + "value": "0x0100" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9259:3:46", + "nodeType": "YulIdentifier", + "src": "9259:3:46" + }, + "nativeSrc": "9259:16:46", + "nodeType": "YulFunctionCall", + "src": "9259:16:46" + } + ], + "functionName": { + "name": "abi_encode_bool", + "nativeSrc": "9227:15:46", + "nodeType": "YulIdentifier", + "src": "9227:15:46" + }, + "nativeSrc": "9227:49:46", + "nodeType": "YulFunctionCall", + "src": "9227:49:46" + }, + "nativeSrc": "9227:49:46", + "nodeType": "YulExpressionStatement", + "src": "9227:49:46" + }, + { + "nativeSrc": "9285:47:46", + "nodeType": "YulVariableDeclaration", + "src": "9285:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "9317:5:46", + "nodeType": "YulIdentifier", + "src": "9317:5:46" + }, + { + "kind": "number", + "nativeSrc": "9324:6:46", + "nodeType": "YulLiteral", + "src": "9324:6:46", + "type": "", + "value": "0x0120" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9313:3:46", + "nodeType": "YulIdentifier", + "src": "9313:3:46" + }, + "nativeSrc": "9313:18:46", + "nodeType": "YulFunctionCall", + "src": "9313:18:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "9307:5:46", + "nodeType": "YulIdentifier", + "src": "9307:5:46" + }, + "nativeSrc": "9307:25:46", + "nodeType": "YulFunctionCall", + "src": "9307:25:46" + }, + "variables": [ + { + "name": "memberValue0_6", + "nativeSrc": "9289:14:46", + "nodeType": "YulTypedName", + "src": "9289:14:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "9352:3:46", + "nodeType": "YulIdentifier", + "src": "9352:3:46" + }, + { + "kind": "number", + "nativeSrc": "9357:6:46", + "nodeType": "YulLiteral", + "src": "9357:6:46", + "type": "", + "value": "0x0120" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9348:3:46", + "nodeType": "YulIdentifier", + "src": "9348:3:46" + }, + "nativeSrc": "9348:16:46", + "nodeType": "YulFunctionCall", + "src": "9348:16:46" + }, + { + "kind": "number", + "nativeSrc": "9366:6:46", + "nodeType": "YulLiteral", + "src": "9366:6:46", + "type": "", + "value": "0x0140" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "9341:6:46", + "nodeType": "YulIdentifier", + "src": "9341:6:46" + }, + "nativeSrc": "9341:32:46", + "nodeType": "YulFunctionCall", + "src": "9341:32:46" + }, + "nativeSrc": "9341:32:46", + "nodeType": "YulExpressionStatement", + "src": "9341:32:46" + }, + { + "nativeSrc": "9382:58:46", + "nodeType": "YulAssignment", + "src": "9382:58:46", + "value": { + "arguments": [ + { + "name": "memberValue0_6", + "nativeSrc": "9407:14:46", + "nodeType": "YulIdentifier", + "src": "9407:14:46" + }, + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "9427:3:46", + "nodeType": "YulIdentifier", + "src": "9427:3:46" + }, + { + "kind": "number", + "nativeSrc": "9432:6:46", + "nodeType": "YulLiteral", + "src": "9432:6:46", + "type": "", + "value": "0x0140" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9423:3:46", + "nodeType": "YulIdentifier", + "src": "9423:3:46" + }, + "nativeSrc": "9423:16:46", + "nodeType": "YulFunctionCall", + "src": "9423:16:46" + } + ], + "functionName": { + "name": "abi_encode_string", + "nativeSrc": "9389:17:46", + "nodeType": "YulIdentifier", + "src": "9389:17:46" + }, + "nativeSrc": "9389:51:46", + "nodeType": "YulFunctionCall", + "src": "9389:51:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "9382:3:46", + "nodeType": "YulIdentifier", + "src": "9382:3:46" + } + ] + } + ] + }, + "name": "abi_encode_struct_Attestation", + "nativeSrc": "8395:1051:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "8434:5:46", + "nodeType": "YulTypedName", + "src": "8434:5:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "8441:3:46", + "nodeType": "YulTypedName", + "src": "8441:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "8449:3:46", + "nodeType": "YulTypedName", + "src": "8449:3:46", + "type": "" + } + ], + "src": "8395:1051:46" + }, + { + "body": { + "nativeSrc": "9606:111:46", + "nodeType": "YulBlock", + "src": "9606:111:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "9623:9:46", + "nodeType": "YulIdentifier", + "src": "9623:9:46" + }, + { + "kind": "number", + "nativeSrc": "9634:2:46", + "nodeType": "YulLiteral", + "src": "9634:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "9616:6:46", + "nodeType": "YulIdentifier", + "src": "9616:6:46" + }, + "nativeSrc": "9616:21:46", + "nodeType": "YulFunctionCall", + "src": "9616:21:46" + }, + "nativeSrc": "9616:21:46", + "nodeType": "YulExpressionStatement", + "src": "9616:21:46" + }, + { + "nativeSrc": "9646:65:46", + "nodeType": "YulAssignment", + "src": "9646:65:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "9684:6:46", + "nodeType": "YulIdentifier", + "src": "9684:6:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "9696:9:46", + "nodeType": "YulIdentifier", + "src": "9696:9:46" + }, + { + "kind": "number", + "nativeSrc": "9707:2:46", + "nodeType": "YulLiteral", + "src": "9707:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9692:3:46", + "nodeType": "YulIdentifier", + "src": "9692:3:46" + }, + "nativeSrc": "9692:18:46", + "nodeType": "YulFunctionCall", + "src": "9692:18:46" + } + ], + "functionName": { + "name": "abi_encode_struct_Attestation", + "nativeSrc": "9654:29:46", + "nodeType": "YulIdentifier", + "src": "9654:29:46" + }, + "nativeSrc": "9654:57:46", + "nodeType": "YulFunctionCall", + "src": "9654:57:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "9646:4:46", + "nodeType": "YulIdentifier", + "src": "9646:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_struct$_Attestation_$49_memory_ptr__to_t_struct$_Attestation_$49_memory_ptr__fromStack_reversed", + "nativeSrc": "9451:266:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "9575:9:46", + "nodeType": "YulTypedName", + "src": "9575:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "9586:6:46", + "nodeType": "YulTypedName", + "src": "9586:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "9597:4:46", + "nodeType": "YulTypedName", + "src": "9597:4:46", + "type": "" + } + ], + "src": "9451:266:46" + }, + { + "body": { + "nativeSrc": "9838:134:46", + "nodeType": "YulBlock", + "src": "9838:134:46", + "statements": [ + { + "nativeSrc": "9848:43:46", + "nodeType": "YulVariableDeclaration", + "src": "9848:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "9866:7:46", + "nodeType": "YulIdentifier", + "src": "9866:7:46" + }, + { + "name": "headStart", + "nativeSrc": "9875:9:46", + "nodeType": "YulIdentifier", + "src": "9875:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "9862:3:46", + "nodeType": "YulIdentifier", + "src": "9862:3:46" + }, + "nativeSrc": "9862:23:46", + "nodeType": "YulFunctionCall", + "src": "9862:23:46" + }, + { + "kind": "number", + "nativeSrc": "9887:3:46", + "nodeType": "YulLiteral", + "src": "9887:3:46", + "type": "", + "value": "256" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "9858:3:46", + "nodeType": "YulIdentifier", + "src": "9858:3:46" + }, + "nativeSrc": "9858:33:46", + "nodeType": "YulFunctionCall", + "src": "9858:33:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "9852:2:46", + "nodeType": "YulTypedName", + "src": "9852:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "9906:16:46", + "nodeType": "YulBlock", + "src": "9906:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9915:1:46", + "nodeType": "YulLiteral", + "src": "9915:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "9918:1:46", + "nodeType": "YulLiteral", + "src": "9918:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "9908:6:46", + "nodeType": "YulIdentifier", + "src": "9908:6:46" + }, + "nativeSrc": "9908:12:46", + "nodeType": "YulFunctionCall", + "src": "9908:12:46" + }, + "nativeSrc": "9908:12:46", + "nodeType": "YulExpressionStatement", + "src": "9908:12:46" + } + ] + }, + "condition": { + "name": "_1", + "nativeSrc": "9903:2:46", + "nodeType": "YulIdentifier", + "src": "9903:2:46" + }, + "nativeSrc": "9900:22:46", + "nodeType": "YulIf", + "src": "9900:22:46" + }, + { + "nativeSrc": "9931:7:46", + "nodeType": "YulAssignment", + "src": "9931:7:46", + "value": { + "kind": "number", + "nativeSrc": "9937:1:46", + "nodeType": "YulLiteral", + "src": "9937:1:46", + "type": "", + "value": "0" + }, + "variableNames": [ + { + "name": "_1", + "nativeSrc": "9931:2:46", + "nodeType": "YulIdentifier", + "src": "9931:2:46" + } + ] + }, + { + "nativeSrc": "9947:19:46", + "nodeType": "YulAssignment", + "src": "9947:19:46", + "value": { + "name": "headStart", + "nativeSrc": "9957:9:46", + "nodeType": "YulIdentifier", + "src": "9957:9:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "9947:6:46", + "nodeType": "YulIdentifier", + "src": "9947:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_DelegatedRevocationRequest_$2114_calldata_ptr", + "nativeSrc": "9722:250:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "9804:9:46", + "nodeType": "YulTypedName", + "src": "9804:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "9815:7:46", + "nodeType": "YulTypedName", + "src": "9815:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "9827:6:46", + "nodeType": "YulTypedName", + "src": "9827:6:46", + "type": "" + } + ], + "src": "9722:250:46" + }, + { + "body": { + "nativeSrc": "10064:280:46", + "nodeType": "YulBlock", + "src": "10064:280:46", + "statements": [ + { + "body": { + "nativeSrc": "10110:16:46", + "nodeType": "YulBlock", + "src": "10110:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10119:1:46", + "nodeType": "YulLiteral", + "src": "10119:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "10122:1:46", + "nodeType": "YulLiteral", + "src": "10122:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "10112:6:46", + "nodeType": "YulIdentifier", + "src": "10112:6:46" + }, + "nativeSrc": "10112:12:46", + "nodeType": "YulFunctionCall", + "src": "10112:12:46" + }, + "nativeSrc": "10112:12:46", + "nodeType": "YulExpressionStatement", + "src": "10112:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "10085:7:46", + "nodeType": "YulIdentifier", + "src": "10085:7:46" + }, + { + "name": "headStart", + "nativeSrc": "10094:9:46", + "nodeType": "YulIdentifier", + "src": "10094:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "10081:3:46", + "nodeType": "YulIdentifier", + "src": "10081:3:46" + }, + "nativeSrc": "10081:23:46", + "nodeType": "YulFunctionCall", + "src": "10081:23:46" + }, + { + "kind": "number", + "nativeSrc": "10106:2:46", + "nodeType": "YulLiteral", + "src": "10106:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "10077:3:46", + "nodeType": "YulIdentifier", + "src": "10077:3:46" + }, + "nativeSrc": "10077:32:46", + "nodeType": "YulFunctionCall", + "src": "10077:32:46" + }, + "nativeSrc": "10074:52:46", + "nodeType": "YulIf", + "src": "10074:52:46" + }, + { + "nativeSrc": "10135:36:46", + "nodeType": "YulVariableDeclaration", + "src": "10135:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10161:9:46", + "nodeType": "YulIdentifier", + "src": "10161:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "10148:12:46", + "nodeType": "YulIdentifier", + "src": "10148:12:46" + }, + "nativeSrc": "10148:23:46", + "nodeType": "YulFunctionCall", + "src": "10148:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "10139:5:46", + "nodeType": "YulTypedName", + "src": "10139:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "10205:5:46", + "nodeType": "YulIdentifier", + "src": "10205:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "10180:24:46", + "nodeType": "YulIdentifier", + "src": "10180:24:46" + }, + "nativeSrc": "10180:31:46", + "nodeType": "YulFunctionCall", + "src": "10180:31:46" + }, + "nativeSrc": "10180:31:46", + "nodeType": "YulExpressionStatement", + "src": "10180:31:46" + }, + { + "nativeSrc": "10220:15:46", + "nodeType": "YulAssignment", + "src": "10220:15:46", + "value": { + "name": "value", + "nativeSrc": "10230:5:46", + "nodeType": "YulIdentifier", + "src": "10230:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "10220:6:46", + "nodeType": "YulIdentifier", + "src": "10220:6:46" + } + ] + }, + { + "nativeSrc": "10244:16:46", + "nodeType": "YulVariableDeclaration", + "src": "10244:16:46", + "value": { + "kind": "number", + "nativeSrc": "10259:1:46", + "nodeType": "YulLiteral", + "src": "10259:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "10248:7:46", + "nodeType": "YulTypedName", + "src": "10248:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "10269:43:46", + "nodeType": "YulAssignment", + "src": "10269:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10297:9:46", + "nodeType": "YulIdentifier", + "src": "10297:9:46" + }, + { + "kind": "number", + "nativeSrc": "10308:2:46", + "nodeType": "YulLiteral", + "src": "10308:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10293:3:46", + "nodeType": "YulIdentifier", + "src": "10293:3:46" + }, + "nativeSrc": "10293:18:46", + "nodeType": "YulFunctionCall", + "src": "10293:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "10280:12:46", + "nodeType": "YulIdentifier", + "src": "10280:12:46" + }, + "nativeSrc": "10280:32:46", + "nodeType": "YulFunctionCall", + "src": "10280:32:46" + }, + "variableNames": [ + { + "name": "value_1", + "nativeSrc": "10269:7:46", + "nodeType": "YulIdentifier", + "src": "10269:7:46" + } + ] + }, + { + "nativeSrc": "10321:17:46", + "nodeType": "YulAssignment", + "src": "10321:17:46", + "value": { + "name": "value_1", + "nativeSrc": "10331:7:46", + "nodeType": "YulIdentifier", + "src": "10331:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "10321:6:46", + "nodeType": "YulIdentifier", + "src": "10321:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_bytes32", + "nativeSrc": "9977:367:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "10022:9:46", + "nodeType": "YulTypedName", + "src": "10022:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "10033:7:46", + "nodeType": "YulTypedName", + "src": "10033:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "10045:6:46", + "nodeType": "YulTypedName", + "src": "10045:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "10053:6:46", + "nodeType": "YulTypedName", + "src": "10053:6:46", + "type": "" + } + ], + "src": "9977:367:46" + }, + { + "body": { + "nativeSrc": "10444:92:46", + "nodeType": "YulBlock", + "src": "10444:92:46", + "statements": [ + { + "nativeSrc": "10454:26:46", + "nodeType": "YulAssignment", + "src": "10454:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10466:9:46", + "nodeType": "YulIdentifier", + "src": "10466:9:46" + }, + { + "kind": "number", + "nativeSrc": "10477:2:46", + "nodeType": "YulLiteral", + "src": "10477:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10462:3:46", + "nodeType": "YulIdentifier", + "src": "10462:3:46" + }, + "nativeSrc": "10462:18:46", + "nodeType": "YulFunctionCall", + "src": "10462:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "10454:4:46", + "nodeType": "YulIdentifier", + "src": "10454:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10496:9:46", + "nodeType": "YulIdentifier", + "src": "10496:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "10521:6:46", + "nodeType": "YulIdentifier", + "src": "10521:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "10514:6:46", + "nodeType": "YulIdentifier", + "src": "10514:6:46" + }, + "nativeSrc": "10514:14:46", + "nodeType": "YulFunctionCall", + "src": "10514:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "10507:6:46", + "nodeType": "YulIdentifier", + "src": "10507:6:46" + }, + "nativeSrc": "10507:22:46", + "nodeType": "YulFunctionCall", + "src": "10507:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10489:6:46", + "nodeType": "YulIdentifier", + "src": "10489:6:46" + }, + "nativeSrc": "10489:41:46", + "nodeType": "YulFunctionCall", + "src": "10489:41:46" + }, + "nativeSrc": "10489:41:46", + "nodeType": "YulExpressionStatement", + "src": "10489:41:46" + } + ] + }, + "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", + "nativeSrc": "10349:187:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "10413:9:46", + "nodeType": "YulTypedName", + "src": "10413:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "10424:6:46", + "nodeType": "YulTypedName", + "src": "10424:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "10435:4:46", + "nodeType": "YulTypedName", + "src": "10435:4:46", + "type": "" + } + ], + "src": "10349:187:46" + }, + { + "body": { + "nativeSrc": "10666:125:46", + "nodeType": "YulBlock", + "src": "10666:125:46", + "statements": [ + { + "nativeSrc": "10676:26:46", + "nodeType": "YulAssignment", + "src": "10676:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10688:9:46", + "nodeType": "YulIdentifier", + "src": "10688:9:46" + }, + { + "kind": "number", + "nativeSrc": "10699:2:46", + "nodeType": "YulLiteral", + "src": "10699:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10684:3:46", + "nodeType": "YulIdentifier", + "src": "10684:3:46" + }, + "nativeSrc": "10684:18:46", + "nodeType": "YulFunctionCall", + "src": "10684:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "10676:4:46", + "nodeType": "YulIdentifier", + "src": "10676:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10718:9:46", + "nodeType": "YulIdentifier", + "src": "10718:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "10733:6:46", + "nodeType": "YulIdentifier", + "src": "10733:6:46" + }, + { + "kind": "number", + "nativeSrc": "10741:42:46", + "nodeType": "YulLiteral", + "src": "10741:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "10729:3:46", + "nodeType": "YulIdentifier", + "src": "10729:3:46" + }, + "nativeSrc": "10729:55:46", + "nodeType": "YulFunctionCall", + "src": "10729:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10711:6:46", + "nodeType": "YulIdentifier", + "src": "10711:6:46" + }, + "nativeSrc": "10711:74:46", + "nodeType": "YulFunctionCall", + "src": "10711:74:46" + }, + "nativeSrc": "10711:74:46", + "nodeType": "YulExpressionStatement", + "src": "10711:74:46" + } + ] + }, + "name": "abi_encode_tuple_t_contract$_ISchemaRegistry_$2379__to_t_address__fromStack_reversed", + "nativeSrc": "10541:250:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "10635:9:46", + "nodeType": "YulTypedName", + "src": "10635:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "10646:6:46", + "nodeType": "YulTypedName", + "src": "10646:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "10657:4:46", + "nodeType": "YulTypedName", + "src": "10657:4:46", + "type": "" + } + ], + "src": "10541:250:46" + }, + { + "body": { + "nativeSrc": "10904:289:46", + "nodeType": "YulBlock", + "src": "10904:289:46", + "statements": [ + { + "body": { + "nativeSrc": "10950:16:46", + "nodeType": "YulBlock", + "src": "10950:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10959:1:46", + "nodeType": "YulLiteral", + "src": "10959:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "10962:1:46", + "nodeType": "YulLiteral", + "src": "10962:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "10952:6:46", + "nodeType": "YulIdentifier", + "src": "10952:6:46" + }, + "nativeSrc": "10952:12:46", + "nodeType": "YulFunctionCall", + "src": "10952:12:46" + }, + "nativeSrc": "10952:12:46", + "nodeType": "YulExpressionStatement", + "src": "10952:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "10925:7:46", + "nodeType": "YulIdentifier", + "src": "10925:7:46" + }, + { + "name": "headStart", + "nativeSrc": "10934:9:46", + "nodeType": "YulIdentifier", + "src": "10934:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "10921:3:46", + "nodeType": "YulIdentifier", + "src": "10921:3:46" + }, + "nativeSrc": "10921:23:46", + "nodeType": "YulFunctionCall", + "src": "10921:23:46" + }, + { + "kind": "number", + "nativeSrc": "10946:2:46", + "nodeType": "YulLiteral", + "src": "10946:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "10917:3:46", + "nodeType": "YulIdentifier", + "src": "10917:3:46" + }, + "nativeSrc": "10917:32:46", + "nodeType": "YulFunctionCall", + "src": "10917:32:46" + }, + "nativeSrc": "10914:52:46", + "nodeType": "YulIf", + "src": "10914:52:46" + }, + { + "nativeSrc": "10975:37:46", + "nodeType": "YulVariableDeclaration", + "src": "10975:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11002:9:46", + "nodeType": "YulIdentifier", + "src": "11002:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "10989:12:46", + "nodeType": "YulIdentifier", + "src": "10989:12:46" + }, + "nativeSrc": "10989:23:46", + "nodeType": "YulFunctionCall", + "src": "10989:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "10979:6:46", + "nodeType": "YulTypedName", + "src": "10979:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "11055:16:46", + "nodeType": "YulBlock", + "src": "11055:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11064:1:46", + "nodeType": "YulLiteral", + "src": "11064:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11067:1:46", + "nodeType": "YulLiteral", + "src": "11067:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "11057:6:46", + "nodeType": "YulIdentifier", + "src": "11057:6:46" + }, + "nativeSrc": "11057:12:46", + "nodeType": "YulFunctionCall", + "src": "11057:12:46" + }, + "nativeSrc": "11057:12:46", + "nodeType": "YulExpressionStatement", + "src": "11057:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "11027:6:46", + "nodeType": "YulIdentifier", + "src": "11027:6:46" + }, + { + "kind": "number", + "nativeSrc": "11035:18:46", + "nodeType": "YulLiteral", + "src": "11035:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "11024:2:46", + "nodeType": "YulIdentifier", + "src": "11024:2:46" + }, + "nativeSrc": "11024:30:46", + "nodeType": "YulFunctionCall", + "src": "11024:30:46" + }, + "nativeSrc": "11021:50:46", + "nodeType": "YulIf", + "src": "11021:50:46" + }, + { + "nativeSrc": "11080:32:46", + "nodeType": "YulVariableDeclaration", + "src": "11080:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11094:9:46", + "nodeType": "YulIdentifier", + "src": "11094:9:46" + }, + { + "name": "offset", + "nativeSrc": "11105:6:46", + "nodeType": "YulIdentifier", + "src": "11105:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11090:3:46", + "nodeType": "YulIdentifier", + "src": "11090:3:46" + }, + "nativeSrc": "11090:22:46", + "nodeType": "YulFunctionCall", + "src": "11090:22:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "11084:2:46", + "nodeType": "YulTypedName", + "src": "11084:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "11150:16:46", + "nodeType": "YulBlock", + "src": "11150:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11159:1:46", + "nodeType": "YulLiteral", + "src": "11159:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11162:1:46", + "nodeType": "YulLiteral", + "src": "11162:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "11152:6:46", + "nodeType": "YulIdentifier", + "src": "11152:6:46" + }, + "nativeSrc": "11152:12:46", + "nodeType": "YulFunctionCall", + "src": "11152:12:46" + }, + "nativeSrc": "11152:12:46", + "nodeType": "YulExpressionStatement", + "src": "11152:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "11132:7:46", + "nodeType": "YulIdentifier", + "src": "11132:7:46" + }, + { + "name": "_1", + "nativeSrc": "11141:2:46", + "nodeType": "YulIdentifier", + "src": "11141:2:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "11128:3:46", + "nodeType": "YulIdentifier", + "src": "11128:3:46" + }, + "nativeSrc": "11128:16:46", + "nodeType": "YulFunctionCall", + "src": "11128:16:46" + }, + { + "kind": "number", + "nativeSrc": "11146:2:46", + "nodeType": "YulLiteral", + "src": "11146:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "11124:3:46", + "nodeType": "YulIdentifier", + "src": "11124:3:46" + }, + "nativeSrc": "11124:25:46", + "nodeType": "YulFunctionCall", + "src": "11124:25:46" + }, + "nativeSrc": "11121:45:46", + "nodeType": "YulIf", + "src": "11121:45:46" + }, + { + "nativeSrc": "11175:12:46", + "nodeType": "YulAssignment", + "src": "11175:12:46", + "value": { + "name": "_1", + "nativeSrc": "11185:2:46", + "nodeType": "YulIdentifier", + "src": "11185:2:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "11175:6:46", + "nodeType": "YulIdentifier", + "src": "11175:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_AttestationRequest_$2049_calldata_ptr", + "nativeSrc": "10796:397:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "10870:9:46", + "nodeType": "YulTypedName", + "src": "10870:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "10881:7:46", + "nodeType": "YulTypedName", + "src": "10881:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "10893:6:46", + "nodeType": "YulTypedName", + "src": "10893:6:46", + "type": "" + } + ], + "src": "10796:397:46" + }, + { + "body": { + "nativeSrc": "11230:152:46", + "nodeType": "YulBlock", + "src": "11230:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11247:1:46", + "nodeType": "YulLiteral", + "src": "11247:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11250:77:46", + "nodeType": "YulLiteral", + "src": "11250:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11240:6:46", + "nodeType": "YulIdentifier", + "src": "11240:6:46" + }, + "nativeSrc": "11240:88:46", + "nodeType": "YulFunctionCall", + "src": "11240:88:46" + }, + "nativeSrc": "11240:88:46", + "nodeType": "YulExpressionStatement", + "src": "11240:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11344:1:46", + "nodeType": "YulLiteral", + "src": "11344:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "11347:4:46", + "nodeType": "YulLiteral", + "src": "11347:4:46", + "type": "", + "value": "0x32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11337:6:46", + "nodeType": "YulIdentifier", + "src": "11337:6:46" + }, + "nativeSrc": "11337:15:46", + "nodeType": "YulFunctionCall", + "src": "11337:15:46" + }, + "nativeSrc": "11337:15:46", + "nodeType": "YulExpressionStatement", + "src": "11337:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11368:1:46", + "nodeType": "YulLiteral", + "src": "11368:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11371:4:46", + "nodeType": "YulLiteral", + "src": "11371:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "11361:6:46", + "nodeType": "YulIdentifier", + "src": "11361:6:46" + }, + "nativeSrc": "11361:15:46", + "nodeType": "YulFunctionCall", + "src": "11361:15:46" + }, + "nativeSrc": "11361:15:46", + "nodeType": "YulExpressionStatement", + "src": "11361:15:46" + } + ] + }, + "name": "panic_error_0x32", + "nativeSrc": "11198:184:46", + "nodeType": "YulFunctionDefinition", + "src": "11198:184:46" + }, + { + "body": { + "nativeSrc": "11513:223:46", + "nodeType": "YulBlock", + "src": "11513:223:46", + "statements": [ + { + "nativeSrc": "11523:51:46", + "nodeType": "YulVariableDeclaration", + "src": "11523:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "11562:11:46", + "nodeType": "YulIdentifier", + "src": "11562:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "11549:12:46", + "nodeType": "YulIdentifier", + "src": "11549:12:46" + }, + "nativeSrc": "11549:25:46", + "nodeType": "YulFunctionCall", + "src": "11549:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "11527:18:46", + "nodeType": "YulTypedName", + "src": "11527:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "11664:16:46", + "nodeType": "YulBlock", + "src": "11664:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11673:1:46", + "nodeType": "YulLiteral", + "src": "11673:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11676:1:46", + "nodeType": "YulLiteral", + "src": "11676:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "11666:6:46", + "nodeType": "YulIdentifier", + "src": "11666:6:46" + }, + "nativeSrc": "11666:12:46", + "nodeType": "YulFunctionCall", + "src": "11666:12:46" + }, + "nativeSrc": "11666:12:46", + "nodeType": "YulExpressionStatement", + "src": "11666:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "11597:18:46", + "nodeType": "YulIdentifier", + "src": "11597:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "11625:12:46", + "nodeType": "YulIdentifier", + "src": "11625:12:46" + }, + "nativeSrc": "11625:14:46", + "nodeType": "YulFunctionCall", + "src": "11625:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "11641:8:46", + "nodeType": "YulIdentifier", + "src": "11641:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "11621:3:46", + "nodeType": "YulIdentifier", + "src": "11621:3:46" + }, + "nativeSrc": "11621:29:46", + "nodeType": "YulFunctionCall", + "src": "11621:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11656:3:46", + "nodeType": "YulLiteral", + "src": "11656:3:46", + "type": "", + "value": "158" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "11652:3:46", + "nodeType": "YulIdentifier", + "src": "11652:3:46" + }, + "nativeSrc": "11652:8:46", + "nodeType": "YulFunctionCall", + "src": "11652:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11617:3:46", + "nodeType": "YulIdentifier", + "src": "11617:3:46" + }, + "nativeSrc": "11617:44:46", + "nodeType": "YulFunctionCall", + "src": "11617:44:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "11593:3:46", + "nodeType": "YulIdentifier", + "src": "11593:3:46" + }, + "nativeSrc": "11593:69:46", + "nodeType": "YulFunctionCall", + "src": "11593:69:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "11586:6:46", + "nodeType": "YulIdentifier", + "src": "11586:6:46" + }, + "nativeSrc": "11586:77:46", + "nodeType": "YulFunctionCall", + "src": "11586:77:46" + }, + "nativeSrc": "11583:97:46", + "nodeType": "YulIf", + "src": "11583:97:46" + }, + { + "nativeSrc": "11689:41:46", + "nodeType": "YulAssignment", + "src": "11689:41:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "11701:8:46", + "nodeType": "YulIdentifier", + "src": "11701:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "11711:18:46", + "nodeType": "YulIdentifier", + "src": "11711:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11697:3:46", + "nodeType": "YulIdentifier", + "src": "11697:3:46" + }, + "nativeSrc": "11697:33:46", + "nodeType": "YulFunctionCall", + "src": "11697:33:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "11689:4:46", + "nodeType": "YulIdentifier", + "src": "11689:4:46" + } + ] + } + ] + }, + "name": "access_calldata_tail_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr", + "nativeSrc": "11387:349:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "11478:8:46", + "nodeType": "YulTypedName", + "src": "11478:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "11488:11:46", + "nodeType": "YulTypedName", + "src": "11488:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "11504:4:46", + "nodeType": "YulTypedName", + "src": "11504:4:46", + "type": "" + } + ], + "src": "11387:349:46" + }, + { + "body": { + "nativeSrc": "11773:152:46", + "nodeType": "YulBlock", + "src": "11773:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11790:1:46", + "nodeType": "YulLiteral", + "src": "11790:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11793:77:46", + "nodeType": "YulLiteral", + "src": "11793:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11783:6:46", + "nodeType": "YulIdentifier", + "src": "11783:6:46" + }, + "nativeSrc": "11783:88:46", + "nodeType": "YulFunctionCall", + "src": "11783:88:46" + }, + "nativeSrc": "11783:88:46", + "nodeType": "YulExpressionStatement", + "src": "11783:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11887:1:46", + "nodeType": "YulLiteral", + "src": "11887:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "11890:4:46", + "nodeType": "YulLiteral", + "src": "11890:4:46", + "type": "", + "value": "0x41" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11880:6:46", + "nodeType": "YulIdentifier", + "src": "11880:6:46" + }, + "nativeSrc": "11880:15:46", + "nodeType": "YulFunctionCall", + "src": "11880:15:46" + }, + "nativeSrc": "11880:15:46", + "nodeType": "YulExpressionStatement", + "src": "11880:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11911:1:46", + "nodeType": "YulLiteral", + "src": "11911:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11914:4:46", + "nodeType": "YulLiteral", + "src": "11914:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "11904:6:46", + "nodeType": "YulIdentifier", + "src": "11904:6:46" + }, + "nativeSrc": "11904:15:46", + "nodeType": "YulFunctionCall", + "src": "11904:15:46" + }, + "nativeSrc": "11904:15:46", + "nodeType": "YulExpressionStatement", + "src": "11904:15:46" + } + ] + }, + "name": "panic_error_0x41", + "nativeSrc": "11741:184:46", + "nodeType": "YulFunctionDefinition", + "src": "11741:184:46" + }, + { + "body": { + "nativeSrc": "11976:207:46", + "nodeType": "YulBlock", + "src": "11976:207:46", + "statements": [ + { + "nativeSrc": "11986:19:46", + "nodeType": "YulAssignment", + "src": "11986:19:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12002:2:46", + "nodeType": "YulLiteral", + "src": "12002:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "11996:5:46", + "nodeType": "YulIdentifier", + "src": "11996:5:46" + }, + "nativeSrc": "11996:9:46", + "nodeType": "YulFunctionCall", + "src": "11996:9:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "11986:6:46", + "nodeType": "YulIdentifier", + "src": "11986:6:46" + } + ] + }, + { + "nativeSrc": "12014:35:46", + "nodeType": "YulVariableDeclaration", + "src": "12014:35:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "12036:6:46", + "nodeType": "YulIdentifier", + "src": "12036:6:46" + }, + { + "kind": "number", + "nativeSrc": "12044:4:46", + "nodeType": "YulLiteral", + "src": "12044:4:46", + "type": "", + "value": "0xa0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12032:3:46", + "nodeType": "YulIdentifier", + "src": "12032:3:46" + }, + "nativeSrc": "12032:17:46", + "nodeType": "YulFunctionCall", + "src": "12032:17:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "12018:10:46", + "nodeType": "YulTypedName", + "src": "12018:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "12124:22:46", + "nodeType": "YulBlock", + "src": "12124:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "12126:16:46", + "nodeType": "YulIdentifier", + "src": "12126:16:46" + }, + "nativeSrc": "12126:18:46", + "nodeType": "YulFunctionCall", + "src": "12126:18:46" + }, + "nativeSrc": "12126:18:46", + "nodeType": "YulExpressionStatement", + "src": "12126:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "12067:10:46", + "nodeType": "YulIdentifier", + "src": "12067:10:46" + }, + { + "kind": "number", + "nativeSrc": "12079:18:46", + "nodeType": "YulLiteral", + "src": "12079:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "12064:2:46", + "nodeType": "YulIdentifier", + "src": "12064:2:46" + }, + "nativeSrc": "12064:34:46", + "nodeType": "YulFunctionCall", + "src": "12064:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "12103:10:46", + "nodeType": "YulIdentifier", + "src": "12103:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "12115:6:46", + "nodeType": "YulIdentifier", + "src": "12115:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "12100:2:46", + "nodeType": "YulIdentifier", + "src": "12100:2:46" + }, + "nativeSrc": "12100:22:46", + "nodeType": "YulFunctionCall", + "src": "12100:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "12061:2:46", + "nodeType": "YulIdentifier", + "src": "12061:2:46" + }, + "nativeSrc": "12061:62:46", + "nodeType": "YulFunctionCall", + "src": "12061:62:46" + }, + "nativeSrc": "12058:88:46", + "nodeType": "YulIf", + "src": "12058:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12162:2:46", + "nodeType": "YulLiteral", + "src": "12162:2:46", + "type": "", + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "12166:10:46", + "nodeType": "YulIdentifier", + "src": "12166:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12155:6:46", + "nodeType": "YulIdentifier", + "src": "12155:6:46" + }, + "nativeSrc": "12155:22:46", + "nodeType": "YulFunctionCall", + "src": "12155:22:46" + }, + "nativeSrc": "12155:22:46", + "nodeType": "YulExpressionStatement", + "src": "12155:22:46" + } + ] + }, + "name": "allocate_memory_3980", + "nativeSrc": "11930:253:46", + "nodeType": "YulFunctionDefinition", + "returnVariables": [ + { + "name": "memPtr", + "nativeSrc": "11965:6:46", + "nodeType": "YulTypedName", + "src": "11965:6:46", + "type": "" + } + ], + "src": "11930:253:46" + }, + { + "body": { + "nativeSrc": "12234:207:46", + "nodeType": "YulBlock", + "src": "12234:207:46", + "statements": [ + { + "nativeSrc": "12244:19:46", + "nodeType": "YulAssignment", + "src": "12244:19:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12260:2:46", + "nodeType": "YulLiteral", + "src": "12260:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "12254:5:46", + "nodeType": "YulIdentifier", + "src": "12254:5:46" + }, + "nativeSrc": "12254:9:46", + "nodeType": "YulFunctionCall", + "src": "12254:9:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "12244:6:46", + "nodeType": "YulIdentifier", + "src": "12244:6:46" + } + ] + }, + { + "nativeSrc": "12272:35:46", + "nodeType": "YulVariableDeclaration", + "src": "12272:35:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "12294:6:46", + "nodeType": "YulIdentifier", + "src": "12294:6:46" + }, + { + "kind": "number", + "nativeSrc": "12302:4:46", + "nodeType": "YulLiteral", + "src": "12302:4:46", + "type": "", + "value": "0xc0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12290:3:46", + "nodeType": "YulIdentifier", + "src": "12290:3:46" + }, + "nativeSrc": "12290:17:46", + "nodeType": "YulFunctionCall", + "src": "12290:17:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "12276:10:46", + "nodeType": "YulTypedName", + "src": "12276:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "12382:22:46", + "nodeType": "YulBlock", + "src": "12382:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "12384:16:46", + "nodeType": "YulIdentifier", + "src": "12384:16:46" + }, + "nativeSrc": "12384:18:46", + "nodeType": "YulFunctionCall", + "src": "12384:18:46" + }, + "nativeSrc": "12384:18:46", + "nodeType": "YulExpressionStatement", + "src": "12384:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "12325:10:46", + "nodeType": "YulIdentifier", + "src": "12325:10:46" + }, + { + "kind": "number", + "nativeSrc": "12337:18:46", + "nodeType": "YulLiteral", + "src": "12337:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "12322:2:46", + "nodeType": "YulIdentifier", + "src": "12322:2:46" + }, + "nativeSrc": "12322:34:46", + "nodeType": "YulFunctionCall", + "src": "12322:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "12361:10:46", + "nodeType": "YulIdentifier", + "src": "12361:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "12373:6:46", + "nodeType": "YulIdentifier", + "src": "12373:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "12358:2:46", + "nodeType": "YulIdentifier", + "src": "12358:2:46" + }, + "nativeSrc": "12358:22:46", + "nodeType": "YulFunctionCall", + "src": "12358:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "12319:2:46", + "nodeType": "YulIdentifier", + "src": "12319:2:46" + }, + "nativeSrc": "12319:62:46", + "nodeType": "YulFunctionCall", + "src": "12319:62:46" + }, + "nativeSrc": "12316:88:46", + "nodeType": "YulIf", + "src": "12316:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12420:2:46", + "nodeType": "YulLiteral", + "src": "12420:2:46", + "type": "", + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "12424:10:46", + "nodeType": "YulIdentifier", + "src": "12424:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12413:6:46", + "nodeType": "YulIdentifier", + "src": "12413:6:46" + }, + "nativeSrc": "12413:22:46", + "nodeType": "YulFunctionCall", + "src": "12413:22:46" + }, + "nativeSrc": "12413:22:46", + "nodeType": "YulExpressionStatement", + "src": "12413:22:46" + } + ] + }, + "name": "allocate_memory_3981", + "nativeSrc": "12188:253:46", + "nodeType": "YulFunctionDefinition", + "returnVariables": [ + { + "name": "memPtr", + "nativeSrc": "12223:6:46", + "nodeType": "YulTypedName", + "src": "12223:6:46", + "type": "" + } + ], + "src": "12188:253:46" + }, + { + "body": { + "nativeSrc": "12492:207:46", + "nodeType": "YulBlock", + "src": "12492:207:46", + "statements": [ + { + "nativeSrc": "12502:19:46", + "nodeType": "YulAssignment", + "src": "12502:19:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12518:2:46", + "nodeType": "YulLiteral", + "src": "12518:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "12512:5:46", + "nodeType": "YulIdentifier", + "src": "12512:5:46" + }, + "nativeSrc": "12512:9:46", + "nodeType": "YulFunctionCall", + "src": "12512:9:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "12502:6:46", + "nodeType": "YulIdentifier", + "src": "12502:6:46" + } + ] + }, + { + "nativeSrc": "12530:35:46", + "nodeType": "YulVariableDeclaration", + "src": "12530:35:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "12552:6:46", + "nodeType": "YulIdentifier", + "src": "12552:6:46" + }, + { + "kind": "number", + "nativeSrc": "12560:4:46", + "nodeType": "YulLiteral", + "src": "12560:4:46", + "type": "", + "value": "0x80" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12548:3:46", + "nodeType": "YulIdentifier", + "src": "12548:3:46" + }, + "nativeSrc": "12548:17:46", + "nodeType": "YulFunctionCall", + "src": "12548:17:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "12534:10:46", + "nodeType": "YulTypedName", + "src": "12534:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "12640:22:46", + "nodeType": "YulBlock", + "src": "12640:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "12642:16:46", + "nodeType": "YulIdentifier", + "src": "12642:16:46" + }, + "nativeSrc": "12642:18:46", + "nodeType": "YulFunctionCall", + "src": "12642:18:46" + }, + "nativeSrc": "12642:18:46", + "nodeType": "YulExpressionStatement", + "src": "12642:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "12583:10:46", + "nodeType": "YulIdentifier", + "src": "12583:10:46" + }, + { + "kind": "number", + "nativeSrc": "12595:18:46", + "nodeType": "YulLiteral", + "src": "12595:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "12580:2:46", + "nodeType": "YulIdentifier", + "src": "12580:2:46" + }, + "nativeSrc": "12580:34:46", + "nodeType": "YulFunctionCall", + "src": "12580:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "12619:10:46", + "nodeType": "YulIdentifier", + "src": "12619:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "12631:6:46", + "nodeType": "YulIdentifier", + "src": "12631:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "12616:2:46", + "nodeType": "YulIdentifier", + "src": "12616:2:46" + }, + "nativeSrc": "12616:22:46", + "nodeType": "YulFunctionCall", + "src": "12616:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "12577:2:46", + "nodeType": "YulIdentifier", + "src": "12577:2:46" + }, + "nativeSrc": "12577:62:46", + "nodeType": "YulFunctionCall", + "src": "12577:62:46" + }, + "nativeSrc": "12574:88:46", + "nodeType": "YulIf", + "src": "12574:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12678:2:46", + "nodeType": "YulLiteral", + "src": "12678:2:46", + "type": "", + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "12682:10:46", + "nodeType": "YulIdentifier", + "src": "12682:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12671:6:46", + "nodeType": "YulIdentifier", + "src": "12671:6:46" + }, + "nativeSrc": "12671:22:46", + "nodeType": "YulFunctionCall", + "src": "12671:22:46" + }, + "nativeSrc": "12671:22:46", + "nodeType": "YulExpressionStatement", + "src": "12671:22:46" + } + ] + }, + "name": "allocate_memory_3987", + "nativeSrc": "12446:253:46", + "nodeType": "YulFunctionDefinition", + "returnVariables": [ + { + "name": "memPtr", + "nativeSrc": "12481:6:46", + "nodeType": "YulTypedName", + "src": "12481:6:46", + "type": "" + } + ], + "src": "12446:253:46" + }, + { + "body": { + "nativeSrc": "12749:230:46", + "nodeType": "YulBlock", + "src": "12749:230:46", + "statements": [ + { + "nativeSrc": "12759:19:46", + "nodeType": "YulAssignment", + "src": "12759:19:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12775:2:46", + "nodeType": "YulLiteral", + "src": "12775:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "12769:5:46", + "nodeType": "YulIdentifier", + "src": "12769:5:46" + }, + "nativeSrc": "12769:9:46", + "nodeType": "YulFunctionCall", + "src": "12769:9:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "12759:6:46", + "nodeType": "YulIdentifier", + "src": "12759:6:46" + } + ] + }, + { + "nativeSrc": "12787:58:46", + "nodeType": "YulVariableDeclaration", + "src": "12787:58:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "12809:6:46", + "nodeType": "YulIdentifier", + "src": "12809:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "size", + "nativeSrc": "12825:4:46", + "nodeType": "YulIdentifier", + "src": "12825:4:46" + }, + { + "kind": "number", + "nativeSrc": "12831:2:46", + "nodeType": "YulLiteral", + "src": "12831:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12821:3:46", + "nodeType": "YulIdentifier", + "src": "12821:3:46" + }, + "nativeSrc": "12821:13:46", + "nodeType": "YulFunctionCall", + "src": "12821:13:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12840:2:46", + "nodeType": "YulLiteral", + "src": "12840:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "12836:3:46", + "nodeType": "YulIdentifier", + "src": "12836:3:46" + }, + "nativeSrc": "12836:7:46", + "nodeType": "YulFunctionCall", + "src": "12836:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "12817:3:46", + "nodeType": "YulIdentifier", + "src": "12817:3:46" + }, + "nativeSrc": "12817:27:46", + "nodeType": "YulFunctionCall", + "src": "12817:27:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12805:3:46", + "nodeType": "YulIdentifier", + "src": "12805:3:46" + }, + "nativeSrc": "12805:40:46", + "nodeType": "YulFunctionCall", + "src": "12805:40:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "12791:10:46", + "nodeType": "YulTypedName", + "src": "12791:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "12920:22:46", + "nodeType": "YulBlock", + "src": "12920:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "12922:16:46", + "nodeType": "YulIdentifier", + "src": "12922:16:46" + }, + "nativeSrc": "12922:18:46", + "nodeType": "YulFunctionCall", + "src": "12922:18:46" + }, + "nativeSrc": "12922:18:46", + "nodeType": "YulExpressionStatement", + "src": "12922:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "12863:10:46", + "nodeType": "YulIdentifier", + "src": "12863:10:46" + }, + { + "kind": "number", + "nativeSrc": "12875:18:46", + "nodeType": "YulLiteral", + "src": "12875:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "12860:2:46", + "nodeType": "YulIdentifier", + "src": "12860:2:46" + }, + "nativeSrc": "12860:34:46", + "nodeType": "YulFunctionCall", + "src": "12860:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "12899:10:46", + "nodeType": "YulIdentifier", + "src": "12899:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "12911:6:46", + "nodeType": "YulIdentifier", + "src": "12911:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "12896:2:46", + "nodeType": "YulIdentifier", + "src": "12896:2:46" + }, + "nativeSrc": "12896:22:46", + "nodeType": "YulFunctionCall", + "src": "12896:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "12857:2:46", + "nodeType": "YulIdentifier", + "src": "12857:2:46" + }, + "nativeSrc": "12857:62:46", + "nodeType": "YulFunctionCall", + "src": "12857:62:46" + }, + "nativeSrc": "12854:88:46", + "nodeType": "YulIf", + "src": "12854:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12958:2:46", + "nodeType": "YulLiteral", + "src": "12958:2:46", + "type": "", + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "12962:10:46", + "nodeType": "YulIdentifier", + "src": "12962:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12951:6:46", + "nodeType": "YulIdentifier", + "src": "12951:6:46" + }, + "nativeSrc": "12951:22:46", + "nodeType": "YulFunctionCall", + "src": "12951:22:46" + }, + "nativeSrc": "12951:22:46", + "nodeType": "YulExpressionStatement", + "src": "12951:22:46" + } + ] + }, + "name": "allocate_memory", + "nativeSrc": "12704:275:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "size", + "nativeSrc": "12729:4:46", + "nodeType": "YulTypedName", + "src": "12729:4:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "memPtr", + "nativeSrc": "12738:6:46", + "nodeType": "YulTypedName", + "src": "12738:6:46", + "type": "" + } + ], + "src": "12704:275:46" + }, + { + "body": { + "nativeSrc": "13074:114:46", + "nodeType": "YulBlock", + "src": "13074:114:46", + "statements": [ + { + "body": { + "nativeSrc": "13118:22:46", + "nodeType": "YulBlock", + "src": "13118:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "13120:16:46", + "nodeType": "YulIdentifier", + "src": "13120:16:46" + }, + "nativeSrc": "13120:18:46", + "nodeType": "YulFunctionCall", + "src": "13120:18:46" + }, + "nativeSrc": "13120:18:46", + "nodeType": "YulExpressionStatement", + "src": "13120:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "13090:6:46", + "nodeType": "YulIdentifier", + "src": "13090:6:46" + }, + { + "kind": "number", + "nativeSrc": "13098:18:46", + "nodeType": "YulLiteral", + "src": "13098:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "13087:2:46", + "nodeType": "YulIdentifier", + "src": "13087:2:46" + }, + "nativeSrc": "13087:30:46", + "nodeType": "YulFunctionCall", + "src": "13087:30:46" + }, + "nativeSrc": "13084:56:46", + "nodeType": "YulIf", + "src": "13084:56:46" + }, + { + "nativeSrc": "13149:33:46", + "nodeType": "YulAssignment", + "src": "13149:33:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13165:1:46", + "nodeType": "YulLiteral", + "src": "13165:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "13168:6:46", + "nodeType": "YulIdentifier", + "src": "13168:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "13161:3:46", + "nodeType": "YulIdentifier", + "src": "13161:3:46" + }, + "nativeSrc": "13161:14:46", + "nodeType": "YulFunctionCall", + "src": "13161:14:46" + }, + { + "kind": "number", + "nativeSrc": "13177:4:46", + "nodeType": "YulLiteral", + "src": "13177:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13157:3:46", + "nodeType": "YulIdentifier", + "src": "13157:3:46" + }, + "nativeSrc": "13157:25:46", + "nodeType": "YulFunctionCall", + "src": "13157:25:46" + }, + "variableNames": [ + { + "name": "size", + "nativeSrc": "13149:4:46", + "nodeType": "YulIdentifier", + "src": "13149:4:46" + } + ] + } + ] + }, + "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", + "nativeSrc": "12984:204:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "length", + "nativeSrc": "13054:6:46", + "nodeType": "YulTypedName", + "src": "13054:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "size", + "nativeSrc": "13065:4:46", + "nodeType": "YulTypedName", + "src": "13065:4:46", + "type": "" + } + ], + "src": "12984:204:46" + }, + { + "body": { + "nativeSrc": "13271:536:46", + "nodeType": "YulBlock", + "src": "13271:536:46", + "statements": [ + { + "body": { + "nativeSrc": "13315:16:46", + "nodeType": "YulBlock", + "src": "13315:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13324:1:46", + "nodeType": "YulLiteral", + "src": "13324:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "13327:1:46", + "nodeType": "YulLiteral", + "src": "13327:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "13317:6:46", + "nodeType": "YulIdentifier", + "src": "13317:6:46" + }, + "nativeSrc": "13317:12:46", + "nodeType": "YulFunctionCall", + "src": "13317:12:46" + }, + "nativeSrc": "13317:12:46", + "nodeType": "YulExpressionStatement", + "src": "13317:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "end", + "nativeSrc": "13292:3:46", + "nodeType": "YulIdentifier", + "src": "13292:3:46" + }, + { + "name": "headStart", + "nativeSrc": "13297:9:46", + "nodeType": "YulIdentifier", + "src": "13297:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "13288:3:46", + "nodeType": "YulIdentifier", + "src": "13288:3:46" + }, + "nativeSrc": "13288:19:46", + "nodeType": "YulFunctionCall", + "src": "13288:19:46" + }, + { + "kind": "number", + "nativeSrc": "13309:4:46", + "nodeType": "YulLiteral", + "src": "13309:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "13284:3:46", + "nodeType": "YulIdentifier", + "src": "13284:3:46" + }, + "nativeSrc": "13284:30:46", + "nodeType": "YulFunctionCall", + "src": "13284:30:46" + }, + "nativeSrc": "13281:50:46", + "nodeType": "YulIf", + "src": "13281:50:46" + }, + { + "nativeSrc": "13340:15:46", + "nodeType": "YulVariableDeclaration", + "src": "13340:15:46", + "value": { + "kind": "number", + "nativeSrc": "13354:1:46", + "nodeType": "YulLiteral", + "src": "13354:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "memPtr", + "nativeSrc": "13344:6:46", + "nodeType": "YulTypedName", + "src": "13344:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "13364:21:46", + "nodeType": "YulAssignment", + "src": "13364:21:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13380:4:46", + "nodeType": "YulLiteral", + "src": "13380:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "13374:5:46", + "nodeType": "YulIdentifier", + "src": "13374:5:46" + }, + "nativeSrc": "13374:11:46", + "nodeType": "YulFunctionCall", + "src": "13374:11:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "13364:6:46", + "nodeType": "YulIdentifier", + "src": "13364:6:46" + } + ] + }, + { + "nativeSrc": "13394:35:46", + "nodeType": "YulVariableDeclaration", + "src": "13394:35:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "13416:6:46", + "nodeType": "YulIdentifier", + "src": "13416:6:46" + }, + { + "kind": "number", + "nativeSrc": "13424:4:46", + "nodeType": "YulLiteral", + "src": "13424:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13412:3:46", + "nodeType": "YulIdentifier", + "src": "13412:3:46" + }, + "nativeSrc": "13412:17:46", + "nodeType": "YulFunctionCall", + "src": "13412:17:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "13398:10:46", + "nodeType": "YulTypedName", + "src": "13398:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "13504:22:46", + "nodeType": "YulBlock", + "src": "13504:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "13506:16:46", + "nodeType": "YulIdentifier", + "src": "13506:16:46" + }, + "nativeSrc": "13506:18:46", + "nodeType": "YulFunctionCall", + "src": "13506:18:46" + }, + "nativeSrc": "13506:18:46", + "nodeType": "YulExpressionStatement", + "src": "13506:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "13447:10:46", + "nodeType": "YulIdentifier", + "src": "13447:10:46" + }, + { + "kind": "number", + "nativeSrc": "13459:18:46", + "nodeType": "YulLiteral", + "src": "13459:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "13444:2:46", + "nodeType": "YulIdentifier", + "src": "13444:2:46" + }, + "nativeSrc": "13444:34:46", + "nodeType": "YulFunctionCall", + "src": "13444:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "13483:10:46", + "nodeType": "YulIdentifier", + "src": "13483:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "13495:6:46", + "nodeType": "YulIdentifier", + "src": "13495:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "13480:2:46", + "nodeType": "YulIdentifier", + "src": "13480:2:46" + }, + "nativeSrc": "13480:22:46", + "nodeType": "YulFunctionCall", + "src": "13480:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "13441:2:46", + "nodeType": "YulIdentifier", + "src": "13441:2:46" + }, + "nativeSrc": "13441:62:46", + "nodeType": "YulFunctionCall", + "src": "13441:62:46" + }, + "nativeSrc": "13438:88:46", + "nodeType": "YulIf", + "src": "13438:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13542:4:46", + "nodeType": "YulLiteral", + "src": "13542:4:46", + "type": "", + "value": "0x40" + }, + { + "name": "newFreePtr", + "nativeSrc": "13548:10:46", + "nodeType": "YulIdentifier", + "src": "13548:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13535:6:46", + "nodeType": "YulIdentifier", + "src": "13535:6:46" + }, + "nativeSrc": "13535:24:46", + "nodeType": "YulFunctionCall", + "src": "13535:24:46" + }, + "nativeSrc": "13535:24:46", + "nodeType": "YulExpressionStatement", + "src": "13535:24:46" + }, + { + "nativeSrc": "13568:15:46", + "nodeType": "YulAssignment", + "src": "13568:15:46", + "value": { + "name": "memPtr", + "nativeSrc": "13577:6:46", + "nodeType": "YulIdentifier", + "src": "13577:6:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "13568:5:46", + "nodeType": "YulIdentifier", + "src": "13568:5:46" + } + ] + }, + { + "nativeSrc": "13592:16:46", + "nodeType": "YulVariableDeclaration", + "src": "13592:16:46", + "value": { + "kind": "number", + "nativeSrc": "13607:1:46", + "nodeType": "YulLiteral", + "src": "13607:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "13596:7:46", + "nodeType": "YulTypedName", + "src": "13596:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "13617:34:46", + "nodeType": "YulAssignment", + "src": "13617:34:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13641:9:46", + "nodeType": "YulIdentifier", + "src": "13641:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "13628:12:46", + "nodeType": "YulIdentifier", + "src": "13628:12:46" + }, + "nativeSrc": "13628:23:46", + "nodeType": "YulFunctionCall", + "src": "13628:23:46" + }, + "variableNames": [ + { + "name": "value_1", + "nativeSrc": "13617:7:46", + "nodeType": "YulIdentifier", + "src": "13617:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "13667:6:46", + "nodeType": "YulIdentifier", + "src": "13667:6:46" + }, + { + "name": "value_1", + "nativeSrc": "13675:7:46", + "nodeType": "YulIdentifier", + "src": "13675:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13660:6:46", + "nodeType": "YulIdentifier", + "src": "13660:6:46" + }, + "nativeSrc": "13660:23:46", + "nodeType": "YulFunctionCall", + "src": "13660:23:46" + }, + "nativeSrc": "13660:23:46", + "nodeType": "YulExpressionStatement", + "src": "13660:23:46" + }, + { + "nativeSrc": "13692:16:46", + "nodeType": "YulVariableDeclaration", + "src": "13692:16:46", + "value": { + "kind": "number", + "nativeSrc": "13707:1:46", + "nodeType": "YulLiteral", + "src": "13707:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "13696:7:46", + "nodeType": "YulTypedName", + "src": "13696:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "13717:43:46", + "nodeType": "YulAssignment", + "src": "13717:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13745:9:46", + "nodeType": "YulIdentifier", + "src": "13745:9:46" + }, + { + "kind": "number", + "nativeSrc": "13756:2:46", + "nodeType": "YulLiteral", + "src": "13756:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13741:3:46", + "nodeType": "YulIdentifier", + "src": "13741:3:46" + }, + "nativeSrc": "13741:18:46", + "nodeType": "YulFunctionCall", + "src": "13741:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "13728:12:46", + "nodeType": "YulIdentifier", + "src": "13728:12:46" + }, + "nativeSrc": "13728:32:46", + "nodeType": "YulFunctionCall", + "src": "13728:32:46" + }, + "variableNames": [ + { + "name": "value_2", + "nativeSrc": "13717:7:46", + "nodeType": "YulIdentifier", + "src": "13717:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "13780:6:46", + "nodeType": "YulIdentifier", + "src": "13780:6:46" + }, + { + "kind": "number", + "nativeSrc": "13788:2:46", + "nodeType": "YulLiteral", + "src": "13788:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13776:3:46", + "nodeType": "YulIdentifier", + "src": "13776:3:46" + }, + "nativeSrc": "13776:15:46", + "nodeType": "YulFunctionCall", + "src": "13776:15:46" + }, + { + "name": "value_2", + "nativeSrc": "13793:7:46", + "nodeType": "YulIdentifier", + "src": "13793:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13769:6:46", + "nodeType": "YulIdentifier", + "src": "13769:6:46" + }, + "nativeSrc": "13769:32:46", + "nodeType": "YulFunctionCall", + "src": "13769:32:46" + }, + "nativeSrc": "13769:32:46", + "nodeType": "YulExpressionStatement", + "src": "13769:32:46" + } + ] + }, + "name": "abi_decode_struct_RevocationRequestData", + "nativeSrc": "13193:614:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "13242:9:46", + "nodeType": "YulTypedName", + "src": "13242:9:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "13253:3:46", + "nodeType": "YulTypedName", + "src": "13253:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "13261:5:46", + "nodeType": "YulTypedName", + "src": "13261:5:46", + "type": "" + } + ], + "src": "13193:614:46" + }, + { + "body": { + "nativeSrc": "13878:697:46", + "nodeType": "YulBlock", + "src": "13878:697:46", + "statements": [ + { + "body": { + "nativeSrc": "13922:16:46", + "nodeType": "YulBlock", + "src": "13922:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13931:1:46", + "nodeType": "YulLiteral", + "src": "13931:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "13934:1:46", + "nodeType": "YulLiteral", + "src": "13934:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "13924:6:46", + "nodeType": "YulIdentifier", + "src": "13924:6:46" + }, + "nativeSrc": "13924:12:46", + "nodeType": "YulFunctionCall", + "src": "13924:12:46" + }, + "nativeSrc": "13924:12:46", + "nodeType": "YulExpressionStatement", + "src": "13924:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "end", + "nativeSrc": "13899:3:46", + "nodeType": "YulIdentifier", + "src": "13899:3:46" + }, + { + "name": "headStart", + "nativeSrc": "13904:9:46", + "nodeType": "YulIdentifier", + "src": "13904:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "13895:3:46", + "nodeType": "YulIdentifier", + "src": "13895:3:46" + }, + "nativeSrc": "13895:19:46", + "nodeType": "YulFunctionCall", + "src": "13895:19:46" + }, + { + "kind": "number", + "nativeSrc": "13916:4:46", + "nodeType": "YulLiteral", + "src": "13916:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "13891:3:46", + "nodeType": "YulIdentifier", + "src": "13891:3:46" + }, + "nativeSrc": "13891:30:46", + "nodeType": "YulFunctionCall", + "src": "13891:30:46" + }, + "nativeSrc": "13888:50:46", + "nodeType": "YulIf", + "src": "13888:50:46" + }, + { + "nativeSrc": "13947:15:46", + "nodeType": "YulVariableDeclaration", + "src": "13947:15:46", + "value": { + "kind": "number", + "nativeSrc": "13961:1:46", + "nodeType": "YulLiteral", + "src": "13961:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "memPtr", + "nativeSrc": "13951:6:46", + "nodeType": "YulTypedName", + "src": "13951:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "13971:19:46", + "nodeType": "YulAssignment", + "src": "13971:19:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13987:2:46", + "nodeType": "YulLiteral", + "src": "13987:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "13981:5:46", + "nodeType": "YulIdentifier", + "src": "13981:5:46" + }, + "nativeSrc": "13981:9:46", + "nodeType": "YulFunctionCall", + "src": "13981:9:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "13971:6:46", + "nodeType": "YulIdentifier", + "src": "13971:6:46" + } + ] + }, + { + "nativeSrc": "13999:35:46", + "nodeType": "YulVariableDeclaration", + "src": "13999:35:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "14021:6:46", + "nodeType": "YulIdentifier", + "src": "14021:6:46" + }, + { + "kind": "number", + "nativeSrc": "14029:4:46", + "nodeType": "YulLiteral", + "src": "14029:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14017:3:46", + "nodeType": "YulIdentifier", + "src": "14017:3:46" + }, + "nativeSrc": "14017:17:46", + "nodeType": "YulFunctionCall", + "src": "14017:17:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "14003:10:46", + "nodeType": "YulTypedName", + "src": "14003:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "14109:22:46", + "nodeType": "YulBlock", + "src": "14109:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "14111:16:46", + "nodeType": "YulIdentifier", + "src": "14111:16:46" + }, + "nativeSrc": "14111:18:46", + "nodeType": "YulFunctionCall", + "src": "14111:18:46" + }, + "nativeSrc": "14111:18:46", + "nodeType": "YulExpressionStatement", + "src": "14111:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "14052:10:46", + "nodeType": "YulIdentifier", + "src": "14052:10:46" + }, + { + "kind": "number", + "nativeSrc": "14064:18:46", + "nodeType": "YulLiteral", + "src": "14064:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "14049:2:46", + "nodeType": "YulIdentifier", + "src": "14049:2:46" + }, + "nativeSrc": "14049:34:46", + "nodeType": "YulFunctionCall", + "src": "14049:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "14088:10:46", + "nodeType": "YulIdentifier", + "src": "14088:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "14100:6:46", + "nodeType": "YulIdentifier", + "src": "14100:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "14085:2:46", + "nodeType": "YulIdentifier", + "src": "14085:2:46" + }, + "nativeSrc": "14085:22:46", + "nodeType": "YulFunctionCall", + "src": "14085:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "14046:2:46", + "nodeType": "YulIdentifier", + "src": "14046:2:46" + }, + "nativeSrc": "14046:62:46", + "nodeType": "YulFunctionCall", + "src": "14046:62:46" + }, + "nativeSrc": "14043:88:46", + "nodeType": "YulIf", + "src": "14043:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14147:2:46", + "nodeType": "YulLiteral", + "src": "14147:2:46", + "type": "", + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "14151:10:46", + "nodeType": "YulIdentifier", + "src": "14151:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14140:6:46", + "nodeType": "YulIdentifier", + "src": "14140:6:46" + }, + "nativeSrc": "14140:22:46", + "nodeType": "YulFunctionCall", + "src": "14140:22:46" + }, + "nativeSrc": "14140:22:46", + "nodeType": "YulExpressionStatement", + "src": "14140:22:46" + }, + { + "nativeSrc": "14171:15:46", + "nodeType": "YulAssignment", + "src": "14171:15:46", + "value": { + "name": "memPtr", + "nativeSrc": "14180:6:46", + "nodeType": "YulIdentifier", + "src": "14180:6:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "14171:5:46", + "nodeType": "YulIdentifier", + "src": "14171:5:46" + } + ] + }, + { + "nativeSrc": "14195:38:46", + "nodeType": "YulVariableDeclaration", + "src": "14195:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14223:9:46", + "nodeType": "YulIdentifier", + "src": "14223:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "14210:12:46", + "nodeType": "YulIdentifier", + "src": "14210:12:46" + }, + "nativeSrc": "14210:23:46", + "nodeType": "YulFunctionCall", + "src": "14210:23:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "14199:7:46", + "nodeType": "YulTypedName", + "src": "14199:7:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "14285:16:46", + "nodeType": "YulBlock", + "src": "14285:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14294:1:46", + "nodeType": "YulLiteral", + "src": "14294:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14297:1:46", + "nodeType": "YulLiteral", + "src": "14297:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "14287:6:46", + "nodeType": "YulIdentifier", + "src": "14287:6:46" + }, + "nativeSrc": "14287:12:46", + "nodeType": "YulFunctionCall", + "src": "14287:12:46" + }, + "nativeSrc": "14287:12:46", + "nodeType": "YulExpressionStatement", + "src": "14287:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "14255:7:46", + "nodeType": "YulIdentifier", + "src": "14255:7:46" + }, + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "14268:7:46", + "nodeType": "YulIdentifier", + "src": "14268:7:46" + }, + { + "kind": "number", + "nativeSrc": "14277:4:46", + "nodeType": "YulLiteral", + "src": "14277:4:46", + "type": "", + "value": "0xff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "14264:3:46", + "nodeType": "YulIdentifier", + "src": "14264:3:46" + }, + "nativeSrc": "14264:18:46", + "nodeType": "YulFunctionCall", + "src": "14264:18:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "14252:2:46", + "nodeType": "YulIdentifier", + "src": "14252:2:46" + }, + "nativeSrc": "14252:31:46", + "nodeType": "YulFunctionCall", + "src": "14252:31:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "14245:6:46", + "nodeType": "YulIdentifier", + "src": "14245:6:46" + }, + "nativeSrc": "14245:39:46", + "nodeType": "YulFunctionCall", + "src": "14245:39:46" + }, + "nativeSrc": "14242:59:46", + "nodeType": "YulIf", + "src": "14242:59:46" + }, + { + "expression": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "14317:6:46", + "nodeType": "YulIdentifier", + "src": "14317:6:46" + }, + { + "name": "value_1", + "nativeSrc": "14325:7:46", + "nodeType": "YulIdentifier", + "src": "14325:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14310:6:46", + "nodeType": "YulIdentifier", + "src": "14310:6:46" + }, + "nativeSrc": "14310:23:46", + "nodeType": "YulFunctionCall", + "src": "14310:23:46" + }, + "nativeSrc": "14310:23:46", + "nodeType": "YulExpressionStatement", + "src": "14310:23:46" + }, + { + "nativeSrc": "14342:16:46", + "nodeType": "YulVariableDeclaration", + "src": "14342:16:46", + "value": { + "kind": "number", + "nativeSrc": "14357:1:46", + "nodeType": "YulLiteral", + "src": "14357:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "14346:7:46", + "nodeType": "YulTypedName", + "src": "14346:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "14367:43:46", + "nodeType": "YulAssignment", + "src": "14367:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14395:9:46", + "nodeType": "YulIdentifier", + "src": "14395:9:46" + }, + { + "kind": "number", + "nativeSrc": "14406:2:46", + "nodeType": "YulLiteral", + "src": "14406:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14391:3:46", + "nodeType": "YulIdentifier", + "src": "14391:3:46" + }, + "nativeSrc": "14391:18:46", + "nodeType": "YulFunctionCall", + "src": "14391:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "14378:12:46", + "nodeType": "YulIdentifier", + "src": "14378:12:46" + }, + "nativeSrc": "14378:32:46", + "nodeType": "YulFunctionCall", + "src": "14378:32:46" + }, + "variableNames": [ + { + "name": "value_2", + "nativeSrc": "14367:7:46", + "nodeType": "YulIdentifier", + "src": "14367:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "14430:6:46", + "nodeType": "YulIdentifier", + "src": "14430:6:46" + }, + { + "kind": "number", + "nativeSrc": "14438:2:46", + "nodeType": "YulLiteral", + "src": "14438:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14426:3:46", + "nodeType": "YulIdentifier", + "src": "14426:3:46" + }, + "nativeSrc": "14426:15:46", + "nodeType": "YulFunctionCall", + "src": "14426:15:46" + }, + { + "name": "value_2", + "nativeSrc": "14443:7:46", + "nodeType": "YulIdentifier", + "src": "14443:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14419:6:46", + "nodeType": "YulIdentifier", + "src": "14419:6:46" + }, + "nativeSrc": "14419:32:46", + "nodeType": "YulFunctionCall", + "src": "14419:32:46" + }, + "nativeSrc": "14419:32:46", + "nodeType": "YulExpressionStatement", + "src": "14419:32:46" + }, + { + "nativeSrc": "14460:16:46", + "nodeType": "YulVariableDeclaration", + "src": "14460:16:46", + "value": { + "kind": "number", + "nativeSrc": "14475:1:46", + "nodeType": "YulLiteral", + "src": "14475:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_3", + "nativeSrc": "14464:7:46", + "nodeType": "YulTypedName", + "src": "14464:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "14485:43:46", + "nodeType": "YulAssignment", + "src": "14485:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14513:9:46", + "nodeType": "YulIdentifier", + "src": "14513:9:46" + }, + { + "kind": "number", + "nativeSrc": "14524:2:46", + "nodeType": "YulLiteral", + "src": "14524:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14509:3:46", + "nodeType": "YulIdentifier", + "src": "14509:3:46" + }, + "nativeSrc": "14509:18:46", + "nodeType": "YulFunctionCall", + "src": "14509:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "14496:12:46", + "nodeType": "YulIdentifier", + "src": "14496:12:46" + }, + "nativeSrc": "14496:32:46", + "nodeType": "YulFunctionCall", + "src": "14496:32:46" + }, + "variableNames": [ + { + "name": "value_3", + "nativeSrc": "14485:7:46", + "nodeType": "YulIdentifier", + "src": "14485:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "14548:6:46", + "nodeType": "YulIdentifier", + "src": "14548:6:46" + }, + { + "kind": "number", + "nativeSrc": "14556:2:46", + "nodeType": "YulLiteral", + "src": "14556:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14544:3:46", + "nodeType": "YulIdentifier", + "src": "14544:3:46" + }, + "nativeSrc": "14544:15:46", + "nodeType": "YulFunctionCall", + "src": "14544:15:46" + }, + { + "name": "value_3", + "nativeSrc": "14561:7:46", + "nodeType": "YulIdentifier", + "src": "14561:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14537:6:46", + "nodeType": "YulIdentifier", + "src": "14537:6:46" + }, + "nativeSrc": "14537:32:46", + "nodeType": "YulFunctionCall", + "src": "14537:32:46" + }, + "nativeSrc": "14537:32:46", + "nodeType": "YulExpressionStatement", + "src": "14537:32:46" + } + ] + }, + "name": "abi_decode_struct_Signature", + "nativeSrc": "13812:763:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "13849:9:46", + "nodeType": "YulTypedName", + "src": "13849:9:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "13860:3:46", + "nodeType": "YulTypedName", + "src": "13860:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "13868:5:46", + "nodeType": "YulTypedName", + "src": "13868:5:46", + "type": "" + } + ], + "src": "13812:763:46" + }, + { + "body": { + "nativeSrc": "14653:649:46", + "nodeType": "YulBlock", + "src": "14653:649:46", + "statements": [ + { + "body": { + "nativeSrc": "14702:16:46", + "nodeType": "YulBlock", + "src": "14702:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14711:1:46", + "nodeType": "YulLiteral", + "src": "14711:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14714:1:46", + "nodeType": "YulLiteral", + "src": "14714:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "14704:6:46", + "nodeType": "YulIdentifier", + "src": "14704:6:46" + }, + "nativeSrc": "14704:12:46", + "nodeType": "YulFunctionCall", + "src": "14704:12:46" + }, + "nativeSrc": "14704:12:46", + "nodeType": "YulExpressionStatement", + "src": "14704:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "14681:6:46", + "nodeType": "YulIdentifier", + "src": "14681:6:46" + }, + { + "kind": "number", + "nativeSrc": "14689:4:46", + "nodeType": "YulLiteral", + "src": "14689:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14677:3:46", + "nodeType": "YulIdentifier", + "src": "14677:3:46" + }, + "nativeSrc": "14677:17:46", + "nodeType": "YulFunctionCall", + "src": "14677:17:46" + }, + { + "name": "end", + "nativeSrc": "14696:3:46", + "nodeType": "YulIdentifier", + "src": "14696:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "14673:3:46", + "nodeType": "YulIdentifier", + "src": "14673:3:46" + }, + "nativeSrc": "14673:27:46", + "nodeType": "YulFunctionCall", + "src": "14673:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "14666:6:46", + "nodeType": "YulIdentifier", + "src": "14666:6:46" + }, + "nativeSrc": "14666:35:46", + "nodeType": "YulFunctionCall", + "src": "14666:35:46" + }, + "nativeSrc": "14663:55:46", + "nodeType": "YulIf", + "src": "14663:55:46" + }, + { + "nativeSrc": "14727:34:46", + "nodeType": "YulVariableDeclaration", + "src": "14727:34:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "14754:6:46", + "nodeType": "YulIdentifier", + "src": "14754:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "14741:12:46", + "nodeType": "YulIdentifier", + "src": "14741:12:46" + }, + "nativeSrc": "14741:20:46", + "nodeType": "YulFunctionCall", + "src": "14741:20:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "14731:6:46", + "nodeType": "YulTypedName", + "src": "14731:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "14770:96:46", + "nodeType": "YulVariableDeclaration", + "src": "14770:96:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "14858:6:46", + "nodeType": "YulIdentifier", + "src": "14858:6:46" + } + ], + "functionName": { + "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", + "nativeSrc": "14797:60:46", + "nodeType": "YulIdentifier", + "src": "14797:60:46" + }, + "nativeSrc": "14797:68:46", + "nodeType": "YulFunctionCall", + "src": "14797:68:46" + } + ], + "functionName": { + "name": "allocate_memory", + "nativeSrc": "14781:15:46", + "nodeType": "YulIdentifier", + "src": "14781:15:46" + }, + "nativeSrc": "14781:85:46", + "nodeType": "YulFunctionCall", + "src": "14781:85:46" + }, + "variables": [ + { + "name": "dst", + "nativeSrc": "14774:3:46", + "nodeType": "YulTypedName", + "src": "14774:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "14875:18:46", + "nodeType": "YulVariableDeclaration", + "src": "14875:18:46", + "value": { + "name": "dst", + "nativeSrc": "14890:3:46", + "nodeType": "YulIdentifier", + "src": "14890:3:46" + }, + "variables": [ + { + "name": "array_1", + "nativeSrc": "14879:7:46", + "nodeType": "YulTypedName", + "src": "14879:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "14909:3:46", + "nodeType": "YulIdentifier", + "src": "14909:3:46" + }, + { + "name": "length", + "nativeSrc": "14914:6:46", + "nodeType": "YulIdentifier", + "src": "14914:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14902:6:46", + "nodeType": "YulIdentifier", + "src": "14902:6:46" + }, + "nativeSrc": "14902:19:46", + "nodeType": "YulFunctionCall", + "src": "14902:19:46" + }, + "nativeSrc": "14902:19:46", + "nodeType": "YulExpressionStatement", + "src": "14902:19:46" + }, + { + "nativeSrc": "14930:21:46", + "nodeType": "YulAssignment", + "src": "14930:21:46", + "value": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "14941:3:46", + "nodeType": "YulIdentifier", + "src": "14941:3:46" + }, + { + "kind": "number", + "nativeSrc": "14946:4:46", + "nodeType": "YulLiteral", + "src": "14946:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14937:3:46", + "nodeType": "YulIdentifier", + "src": "14937:3:46" + }, + "nativeSrc": "14937:14:46", + "nodeType": "YulFunctionCall", + "src": "14937:14:46" + }, + "variableNames": [ + { + "name": "dst", + "nativeSrc": "14930:3:46", + "nodeType": "YulIdentifier", + "src": "14930:3:46" + } + ] + }, + { + "nativeSrc": "14960:55:46", + "nodeType": "YulVariableDeclaration", + "src": "14960:55:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "14982:6:46", + "nodeType": "YulIdentifier", + "src": "14982:6:46" + }, + { + "arguments": [ + { + "name": "length", + "nativeSrc": "14994:6:46", + "nodeType": "YulIdentifier", + "src": "14994:6:46" + }, + { + "kind": "number", + "nativeSrc": "15002:4:46", + "nodeType": "YulLiteral", + "src": "15002:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "mul", + "nativeSrc": "14990:3:46", + "nodeType": "YulIdentifier", + "src": "14990:3:46" + }, + "nativeSrc": "14990:17:46", + "nodeType": "YulFunctionCall", + "src": "14990:17:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14978:3:46", + "nodeType": "YulIdentifier", + "src": "14978:3:46" + }, + "nativeSrc": "14978:30:46", + "nodeType": "YulFunctionCall", + "src": "14978:30:46" + }, + { + "kind": "number", + "nativeSrc": "15010:4:46", + "nodeType": "YulLiteral", + "src": "15010:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14974:3:46", + "nodeType": "YulIdentifier", + "src": "14974:3:46" + }, + "nativeSrc": "14974:41:46", + "nodeType": "YulFunctionCall", + "src": "14974:41:46" + }, + "variables": [ + { + "name": "srcEnd", + "nativeSrc": "14964:6:46", + "nodeType": "YulTypedName", + "src": "14964:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "15043:16:46", + "nodeType": "YulBlock", + "src": "15043:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15052:1:46", + "nodeType": "YulLiteral", + "src": "15052:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15055:1:46", + "nodeType": "YulLiteral", + "src": "15055:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15045:6:46", + "nodeType": "YulIdentifier", + "src": "15045:6:46" + }, + "nativeSrc": "15045:12:46", + "nodeType": "YulFunctionCall", + "src": "15045:12:46" + }, + "nativeSrc": "15045:12:46", + "nodeType": "YulExpressionStatement", + "src": "15045:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "srcEnd", + "nativeSrc": "15030:6:46", + "nodeType": "YulIdentifier", + "src": "15030:6:46" + }, + { + "name": "end", + "nativeSrc": "15038:3:46", + "nodeType": "YulIdentifier", + "src": "15038:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "15027:2:46", + "nodeType": "YulIdentifier", + "src": "15027:2:46" + }, + "nativeSrc": "15027:15:46", + "nodeType": "YulFunctionCall", + "src": "15027:15:46" + }, + "nativeSrc": "15024:35:46", + "nodeType": "YulIf", + "src": "15024:35:46" + }, + { + "nativeSrc": "15068:28:46", + "nodeType": "YulVariableDeclaration", + "src": "15068:28:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "15083:6:46", + "nodeType": "YulIdentifier", + "src": "15083:6:46" + }, + { + "kind": "number", + "nativeSrc": "15091:4:46", + "nodeType": "YulLiteral", + "src": "15091:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15079:3:46", + "nodeType": "YulIdentifier", + "src": "15079:3:46" + }, + "nativeSrc": "15079:17:46", + "nodeType": "YulFunctionCall", + "src": "15079:17:46" + }, + "variables": [ + { + "name": "src", + "nativeSrc": "15072:3:46", + "nodeType": "YulTypedName", + "src": "15072:3:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "15163:108:46", + "nodeType": "YulBlock", + "src": "15163:108:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "15184:3:46", + "nodeType": "YulIdentifier", + "src": "15184:3:46" + }, + { + "arguments": [ + { + "name": "src", + "nativeSrc": "15217:3:46", + "nodeType": "YulIdentifier", + "src": "15217:3:46" + }, + { + "name": "end", + "nativeSrc": "15222:3:46", + "nodeType": "YulIdentifier", + "src": "15222:3:46" + } + ], + "functionName": { + "name": "abi_decode_struct_Signature", + "nativeSrc": "15189:27:46", + "nodeType": "YulIdentifier", + "src": "15189:27:46" + }, + "nativeSrc": "15189:37:46", + "nodeType": "YulFunctionCall", + "src": "15189:37:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15177:6:46", + "nodeType": "YulIdentifier", + "src": "15177:6:46" + }, + "nativeSrc": "15177:50:46", + "nodeType": "YulFunctionCall", + "src": "15177:50:46" + }, + "nativeSrc": "15177:50:46", + "nodeType": "YulExpressionStatement", + "src": "15177:50:46" + }, + { + "nativeSrc": "15240:21:46", + "nodeType": "YulAssignment", + "src": "15240:21:46", + "value": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "15251:3:46", + "nodeType": "YulIdentifier", + "src": "15251:3:46" + }, + { + "kind": "number", + "nativeSrc": "15256:4:46", + "nodeType": "YulLiteral", + "src": "15256:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15247:3:46", + "nodeType": "YulIdentifier", + "src": "15247:3:46" + }, + "nativeSrc": "15247:14:46", + "nodeType": "YulFunctionCall", + "src": "15247:14:46" + }, + "variableNames": [ + { + "name": "dst", + "nativeSrc": "15240:3:46", + "nodeType": "YulIdentifier", + "src": "15240:3:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "src", + "nativeSrc": "15116:3:46", + "nodeType": "YulIdentifier", + "src": "15116:3:46" + }, + { + "name": "srcEnd", + "nativeSrc": "15121:6:46", + "nodeType": "YulIdentifier", + "src": "15121:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "15113:2:46", + "nodeType": "YulIdentifier", + "src": "15113:2:46" + }, + "nativeSrc": "15113:15:46", + "nodeType": "YulFunctionCall", + "src": "15113:15:46" + }, + "nativeSrc": "15105:166:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "15129:25:46", + "nodeType": "YulBlock", + "src": "15129:25:46", + "statements": [ + { + "nativeSrc": "15131:21:46", + "nodeType": "YulAssignment", + "src": "15131:21:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "15142:3:46", + "nodeType": "YulIdentifier", + "src": "15142:3:46" + }, + { + "kind": "number", + "nativeSrc": "15147:4:46", + "nodeType": "YulLiteral", + "src": "15147:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15138:3:46", + "nodeType": "YulIdentifier", + "src": "15138:3:46" + }, + "nativeSrc": "15138:14:46", + "nodeType": "YulFunctionCall", + "src": "15138:14:46" + }, + "variableNames": [ + { + "name": "src", + "nativeSrc": "15131:3:46", + "nodeType": "YulIdentifier", + "src": "15131:3:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "15109:3:46", + "nodeType": "YulBlock", + "src": "15109:3:46", + "statements": [] + }, + "src": "15105:166:46" + }, + { + "nativeSrc": "15280:16:46", + "nodeType": "YulAssignment", + "src": "15280:16:46", + "value": { + "name": "array_1", + "nativeSrc": "15289:7:46", + "nodeType": "YulIdentifier", + "src": "15289:7:46" + }, + "variableNames": [ + { + "name": "array", + "nativeSrc": "15280:5:46", + "nodeType": "YulIdentifier", + "src": "15280:5:46" + } + ] + } + ] + }, + "name": "abi_decode_array_struct_Signature_dyn", + "nativeSrc": "14580:722:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "14627:6:46", + "nodeType": "YulTypedName", + "src": "14627:6:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "14635:3:46", + "nodeType": "YulTypedName", + "src": "14635:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "array", + "nativeSrc": "14643:5:46", + "nodeType": "YulTypedName", + "src": "14643:5:46", + "type": "" + } + ], + "src": "14580:722:46" + }, + { + "body": { + "nativeSrc": "15355:123:46", + "nodeType": "YulBlock", + "src": "15355:123:46", + "statements": [ + { + "nativeSrc": "15365:29:46", + "nodeType": "YulAssignment", + "src": "15365:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "15387:6:46", + "nodeType": "YulIdentifier", + "src": "15387:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "15374:12:46", + "nodeType": "YulIdentifier", + "src": "15374:12:46" + }, + "nativeSrc": "15374:20:46", + "nodeType": "YulFunctionCall", + "src": "15374:20:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "15365:5:46", + "nodeType": "YulIdentifier", + "src": "15365:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "15456:16:46", + "nodeType": "YulBlock", + "src": "15456:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15465:1:46", + "nodeType": "YulLiteral", + "src": "15465:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15468:1:46", + "nodeType": "YulLiteral", + "src": "15468:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15458:6:46", + "nodeType": "YulIdentifier", + "src": "15458:6:46" + }, + "nativeSrc": "15458:12:46", + "nodeType": "YulFunctionCall", + "src": "15458:12:46" + }, + "nativeSrc": "15458:12:46", + "nodeType": "YulExpressionStatement", + "src": "15458:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "15416:5:46", + "nodeType": "YulIdentifier", + "src": "15416:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "15427:5:46", + "nodeType": "YulIdentifier", + "src": "15427:5:46" + }, + { + "kind": "number", + "nativeSrc": "15434:18:46", + "nodeType": "YulLiteral", + "src": "15434:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "15423:3:46", + "nodeType": "YulIdentifier", + "src": "15423:3:46" + }, + "nativeSrc": "15423:30:46", + "nodeType": "YulFunctionCall", + "src": "15423:30:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "15413:2:46", + "nodeType": "YulIdentifier", + "src": "15413:2:46" + }, + "nativeSrc": "15413:41:46", + "nodeType": "YulFunctionCall", + "src": "15413:41:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "15406:6:46", + "nodeType": "YulIdentifier", + "src": "15406:6:46" + }, + "nativeSrc": "15406:49:46", + "nodeType": "YulFunctionCall", + "src": "15406:49:46" + }, + "nativeSrc": "15403:69:46", + "nodeType": "YulIf", + "src": "15403:69:46" + } + ] + }, + "name": "abi_decode_uint64", + "nativeSrc": "15307:171:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "15334:6:46", + "nodeType": "YulTypedName", + "src": "15334:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "15345:5:46", + "nodeType": "YulTypedName", + "src": "15345:5:46", + "type": "" + } + ], + "src": "15307:171:46" + }, + { + "body": { + "nativeSrc": "15647:1432:46", + "nodeType": "YulBlock", + "src": "15647:1432:46", + "statements": [ + { + "body": { + "nativeSrc": "15698:16:46", + "nodeType": "YulBlock", + "src": "15698:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15707:1:46", + "nodeType": "YulLiteral", + "src": "15707:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15710:1:46", + "nodeType": "YulLiteral", + "src": "15710:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15700:6:46", + "nodeType": "YulIdentifier", + "src": "15700:6:46" + }, + "nativeSrc": "15700:12:46", + "nodeType": "YulFunctionCall", + "src": "15700:12:46" + }, + "nativeSrc": "15700:12:46", + "nodeType": "YulExpressionStatement", + "src": "15700:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "15668:12:46", + "nodeType": "YulIdentifier", + "src": "15668:12:46" + }, + "nativeSrc": "15668:14:46", + "nodeType": "YulFunctionCall", + "src": "15668:14:46" + }, + { + "name": "value", + "nativeSrc": "15684:5:46", + "nodeType": "YulIdentifier", + "src": "15684:5:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "15664:3:46", + "nodeType": "YulIdentifier", + "src": "15664:3:46" + }, + "nativeSrc": "15664:26:46", + "nodeType": "YulFunctionCall", + "src": "15664:26:46" + }, + { + "kind": "number", + "nativeSrc": "15692:4:46", + "nodeType": "YulLiteral", + "src": "15692:4:46", + "type": "", + "value": "0xa0" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "15660:3:46", + "nodeType": "YulIdentifier", + "src": "15660:3:46" + }, + "nativeSrc": "15660:37:46", + "nodeType": "YulFunctionCall", + "src": "15660:37:46" + }, + "nativeSrc": "15657:57:46", + "nodeType": "YulIf", + "src": "15657:57:46" + }, + { + "nativeSrc": "15723:37:46", + "nodeType": "YulVariableDeclaration", + "src": "15723:37:46", + "value": { + "arguments": [], + "functionName": { + "name": "allocate_memory_3980", + "nativeSrc": "15738:20:46", + "nodeType": "YulIdentifier", + "src": "15738:20:46" + }, + "nativeSrc": "15738:22:46", + "nodeType": "YulFunctionCall", + "src": "15738:22:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "15727:7:46", + "nodeType": "YulTypedName", + "src": "15727:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "15769:16:46", + "nodeType": "YulVariableDeclaration", + "src": "15769:16:46", + "value": { + "kind": "number", + "nativeSrc": "15784:1:46", + "nodeType": "YulLiteral", + "src": "15784:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "15773:7:46", + "nodeType": "YulTypedName", + "src": "15773:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "15794:30:46", + "nodeType": "YulAssignment", + "src": "15794:30:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "15818:5:46", + "nodeType": "YulIdentifier", + "src": "15818:5:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "15805:12:46", + "nodeType": "YulIdentifier", + "src": "15805:12:46" + }, + "nativeSrc": "15805:19:46", + "nodeType": "YulFunctionCall", + "src": "15805:19:46" + }, + "variableNames": [ + { + "name": "value_2", + "nativeSrc": "15794:7:46", + "nodeType": "YulIdentifier", + "src": "15794:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "15840:7:46", + "nodeType": "YulIdentifier", + "src": "15840:7:46" + }, + { + "name": "value_2", + "nativeSrc": "15849:7:46", + "nodeType": "YulIdentifier", + "src": "15849:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15833:6:46", + "nodeType": "YulIdentifier", + "src": "15833:6:46" + }, + "nativeSrc": "15833:24:46", + "nodeType": "YulFunctionCall", + "src": "15833:24:46" + }, + "nativeSrc": "15833:24:46", + "nodeType": "YulExpressionStatement", + "src": "15833:24:46" + }, + { + "nativeSrc": "15866:42:46", + "nodeType": "YulVariableDeclaration", + "src": "15866:42:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "15897:5:46", + "nodeType": "YulIdentifier", + "src": "15897:5:46" + }, + { + "kind": "number", + "nativeSrc": "15904:2:46", + "nodeType": "YulLiteral", + "src": "15904:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15893:3:46", + "nodeType": "YulIdentifier", + "src": "15893:3:46" + }, + "nativeSrc": "15893:14:46", + "nodeType": "YulFunctionCall", + "src": "15893:14:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "15880:12:46", + "nodeType": "YulIdentifier", + "src": "15880:12:46" + }, + "nativeSrc": "15880:28:46", + "nodeType": "YulFunctionCall", + "src": "15880:28:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "15870:6:46", + "nodeType": "YulTypedName", + "src": "15870:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "15951:16:46", + "nodeType": "YulBlock", + "src": "15951:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15960:1:46", + "nodeType": "YulLiteral", + "src": "15960:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15963:1:46", + "nodeType": "YulLiteral", + "src": "15963:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15953:6:46", + "nodeType": "YulIdentifier", + "src": "15953:6:46" + }, + "nativeSrc": "15953:12:46", + "nodeType": "YulFunctionCall", + "src": "15953:12:46" + }, + "nativeSrc": "15953:12:46", + "nodeType": "YulExpressionStatement", + "src": "15953:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "15923:6:46", + "nodeType": "YulIdentifier", + "src": "15923:6:46" + }, + { + "kind": "number", + "nativeSrc": "15931:18:46", + "nodeType": "YulLiteral", + "src": "15931:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "15920:2:46", + "nodeType": "YulIdentifier", + "src": "15920:2:46" + }, + "nativeSrc": "15920:30:46", + "nodeType": "YulFunctionCall", + "src": "15920:30:46" + }, + "nativeSrc": "15917:50:46", + "nodeType": "YulIf", + "src": "15917:50:46" + }, + { + "nativeSrc": "15976:28:46", + "nodeType": "YulVariableDeclaration", + "src": "15976:28:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "15990:5:46", + "nodeType": "YulIdentifier", + "src": "15990:5:46" + }, + { + "name": "offset", + "nativeSrc": "15997:6:46", + "nodeType": "YulIdentifier", + "src": "15997:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15986:3:46", + "nodeType": "YulIdentifier", + "src": "15986:3:46" + }, + "nativeSrc": "15986:18:46", + "nodeType": "YulFunctionCall", + "src": "15986:18:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "15980:2:46", + "nodeType": "YulTypedName", + "src": "15980:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "16059:16:46", + "nodeType": "YulBlock", + "src": "16059:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "16068:1:46", + "nodeType": "YulLiteral", + "src": "16068:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "16071:1:46", + "nodeType": "YulLiteral", + "src": "16071:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "16061:6:46", + "nodeType": "YulIdentifier", + "src": "16061:6:46" + }, + "nativeSrc": "16061:12:46", + "nodeType": "YulFunctionCall", + "src": "16061:12:46" + }, + "nativeSrc": "16061:12:46", + "nodeType": "YulExpressionStatement", + "src": "16061:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "16031:2:46", + "nodeType": "YulIdentifier", + "src": "16031:2:46" + }, + { + "kind": "number", + "nativeSrc": "16035:4:46", + "nodeType": "YulLiteral", + "src": "16035:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16027:3:46", + "nodeType": "YulIdentifier", + "src": "16027:3:46" + }, + "nativeSrc": "16027:13:46", + "nodeType": "YulFunctionCall", + "src": "16027:13:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "16042:12:46", + "nodeType": "YulIdentifier", + "src": "16042:12:46" + }, + "nativeSrc": "16042:14:46", + "nodeType": "YulFunctionCall", + "src": "16042:14:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "16023:3:46", + "nodeType": "YulIdentifier", + "src": "16023:3:46" + }, + "nativeSrc": "16023:34:46", + "nodeType": "YulFunctionCall", + "src": "16023:34:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "16016:6:46", + "nodeType": "YulIdentifier", + "src": "16016:6:46" + }, + "nativeSrc": "16016:42:46", + "nodeType": "YulFunctionCall", + "src": "16016:42:46" + }, + "nativeSrc": "16013:62:46", + "nodeType": "YulIf", + "src": "16013:62:46" + }, + { + "nativeSrc": "16084:30:46", + "nodeType": "YulVariableDeclaration", + "src": "16084:30:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "16111:2:46", + "nodeType": "YulIdentifier", + "src": "16111:2:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "16098:12:46", + "nodeType": "YulIdentifier", + "src": "16098:12:46" + }, + "nativeSrc": "16098:16:46", + "nodeType": "YulFunctionCall", + "src": "16098:16:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "16088:6:46", + "nodeType": "YulTypedName", + "src": "16088:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "16123:96:46", + "nodeType": "YulVariableDeclaration", + "src": "16123:96:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "16211:6:46", + "nodeType": "YulIdentifier", + "src": "16211:6:46" + } + ], + "functionName": { + "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", + "nativeSrc": "16150:60:46", + "nodeType": "YulIdentifier", + "src": "16150:60:46" + }, + "nativeSrc": "16150:68:46", + "nodeType": "YulFunctionCall", + "src": "16150:68:46" + } + ], + "functionName": { + "name": "allocate_memory", + "nativeSrc": "16134:15:46", + "nodeType": "YulIdentifier", + "src": "16134:15:46" + }, + "nativeSrc": "16134:85:46", + "nodeType": "YulFunctionCall", + "src": "16134:85:46" + }, + "variables": [ + { + "name": "dst", + "nativeSrc": "16127:3:46", + "nodeType": "YulTypedName", + "src": "16127:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "16228:16:46", + "nodeType": "YulVariableDeclaration", + "src": "16228:16:46", + "value": { + "name": "dst", + "nativeSrc": "16241:3:46", + "nodeType": "YulIdentifier", + "src": "16241:3:46" + }, + "variables": [ + { + "name": "array", + "nativeSrc": "16232:5:46", + "nodeType": "YulTypedName", + "src": "16232:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "16260:3:46", + "nodeType": "YulIdentifier", + "src": "16260:3:46" + }, + { + "name": "length", + "nativeSrc": "16265:6:46", + "nodeType": "YulIdentifier", + "src": "16265:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16253:6:46", + "nodeType": "YulIdentifier", + "src": "16253:6:46" + }, + "nativeSrc": "16253:19:46", + "nodeType": "YulFunctionCall", + "src": "16253:19:46" + }, + "nativeSrc": "16253:19:46", + "nodeType": "YulExpressionStatement", + "src": "16253:19:46" + }, + { + "nativeSrc": "16281:19:46", + "nodeType": "YulAssignment", + "src": "16281:19:46", + "value": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "16292:3:46", + "nodeType": "YulIdentifier", + "src": "16292:3:46" + }, + { + "kind": "number", + "nativeSrc": "16297:2:46", + "nodeType": "YulLiteral", + "src": "16297:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16288:3:46", + "nodeType": "YulIdentifier", + "src": "16288:3:46" + }, + "nativeSrc": "16288:12:46", + "nodeType": "YulFunctionCall", + "src": "16288:12:46" + }, + "variableNames": [ + { + "name": "dst", + "nativeSrc": "16281:3:46", + "nodeType": "YulIdentifier", + "src": "16281:3:46" + } + ] + }, + { + "nativeSrc": "16309:46:46", + "nodeType": "YulVariableDeclaration", + "src": "16309:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "16331:2:46", + "nodeType": "YulIdentifier", + "src": "16331:2:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "16339:1:46", + "nodeType": "YulLiteral", + "src": "16339:1:46", + "type": "", + "value": "6" + }, + { + "name": "length", + "nativeSrc": "16342:6:46", + "nodeType": "YulIdentifier", + "src": "16342:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "16335:3:46", + "nodeType": "YulIdentifier", + "src": "16335:3:46" + }, + "nativeSrc": "16335:14:46", + "nodeType": "YulFunctionCall", + "src": "16335:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16327:3:46", + "nodeType": "YulIdentifier", + "src": "16327:3:46" + }, + "nativeSrc": "16327:23:46", + "nodeType": "YulFunctionCall", + "src": "16327:23:46" + }, + { + "kind": "number", + "nativeSrc": "16352:2:46", + "nodeType": "YulLiteral", + "src": "16352:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16323:3:46", + "nodeType": "YulIdentifier", + "src": "16323:3:46" + }, + "nativeSrc": "16323:32:46", + "nodeType": "YulFunctionCall", + "src": "16323:32:46" + }, + "variables": [ + { + "name": "srcEnd", + "nativeSrc": "16313:6:46", + "nodeType": "YulTypedName", + "src": "16313:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "16394:16:46", + "nodeType": "YulBlock", + "src": "16394:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "16403:1:46", + "nodeType": "YulLiteral", + "src": "16403:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "16406:1:46", + "nodeType": "YulLiteral", + "src": "16406:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "16396:6:46", + "nodeType": "YulIdentifier", + "src": "16396:6:46" + }, + "nativeSrc": "16396:12:46", + "nodeType": "YulFunctionCall", + "src": "16396:12:46" + }, + "nativeSrc": "16396:12:46", + "nodeType": "YulExpressionStatement", + "src": "16396:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "srcEnd", + "nativeSrc": "16370:6:46", + "nodeType": "YulIdentifier", + "src": "16370:6:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "16378:12:46", + "nodeType": "YulIdentifier", + "src": "16378:12:46" + }, + "nativeSrc": "16378:14:46", + "nodeType": "YulFunctionCall", + "src": "16378:14:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "16367:2:46", + "nodeType": "YulIdentifier", + "src": "16367:2:46" + }, + "nativeSrc": "16367:26:46", + "nodeType": "YulFunctionCall", + "src": "16367:26:46" + }, + "nativeSrc": "16364:46:46", + "nodeType": "YulIf", + "src": "16364:46:46" + }, + { + "nativeSrc": "16419:22:46", + "nodeType": "YulVariableDeclaration", + "src": "16419:22:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "16434:2:46", + "nodeType": "YulIdentifier", + "src": "16434:2:46" + }, + { + "kind": "number", + "nativeSrc": "16438:2:46", + "nodeType": "YulLiteral", + "src": "16438:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16430:3:46", + "nodeType": "YulIdentifier", + "src": "16430:3:46" + }, + "nativeSrc": "16430:11:46", + "nodeType": "YulFunctionCall", + "src": "16430:11:46" + }, + "variables": [ + { + "name": "src", + "nativeSrc": "16423:3:46", + "nodeType": "YulTypedName", + "src": "16423:3:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "16508:129:46", + "nodeType": "YulBlock", + "src": "16508:129:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "16529:3:46", + "nodeType": "YulIdentifier", + "src": "16529:3:46" + }, + { + "arguments": [ + { + "name": "src", + "nativeSrc": "16574:3:46", + "nodeType": "YulIdentifier", + "src": "16574:3:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "16579:12:46", + "nodeType": "YulIdentifier", + "src": "16579:12:46" + }, + "nativeSrc": "16579:14:46", + "nodeType": "YulFunctionCall", + "src": "16579:14:46" + } + ], + "functionName": { + "name": "abi_decode_struct_RevocationRequestData", + "nativeSrc": "16534:39:46", + "nodeType": "YulIdentifier", + "src": "16534:39:46" + }, + "nativeSrc": "16534:60:46", + "nodeType": "YulFunctionCall", + "src": "16534:60:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16522:6:46", + "nodeType": "YulIdentifier", + "src": "16522:6:46" + }, + "nativeSrc": "16522:73:46", + "nodeType": "YulFunctionCall", + "src": "16522:73:46" + }, + "nativeSrc": "16522:73:46", + "nodeType": "YulExpressionStatement", + "src": "16522:73:46" + }, + { + "nativeSrc": "16608:19:46", + "nodeType": "YulAssignment", + "src": "16608:19:46", + "value": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "16619:3:46", + "nodeType": "YulIdentifier", + "src": "16619:3:46" + }, + { + "kind": "number", + "nativeSrc": "16624:2:46", + "nodeType": "YulLiteral", + "src": "16624:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16615:3:46", + "nodeType": "YulIdentifier", + "src": "16615:3:46" + }, + "nativeSrc": "16615:12:46", + "nodeType": "YulFunctionCall", + "src": "16615:12:46" + }, + "variableNames": [ + { + "name": "dst", + "nativeSrc": "16608:3:46", + "nodeType": "YulIdentifier", + "src": "16608:3:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "src", + "nativeSrc": "16461:3:46", + "nodeType": "YulIdentifier", + "src": "16461:3:46" + }, + { + "name": "srcEnd", + "nativeSrc": "16466:6:46", + "nodeType": "YulIdentifier", + "src": "16466:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "16458:2:46", + "nodeType": "YulIdentifier", + "src": "16458:2:46" + }, + "nativeSrc": "16458:15:46", + "nodeType": "YulFunctionCall", + "src": "16458:15:46" + }, + "nativeSrc": "16450:187:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "16474:25:46", + "nodeType": "YulBlock", + "src": "16474:25:46", + "statements": [ + { + "nativeSrc": "16476:21:46", + "nodeType": "YulAssignment", + "src": "16476:21:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "16487:3:46", + "nodeType": "YulIdentifier", + "src": "16487:3:46" + }, + { + "kind": "number", + "nativeSrc": "16492:4:46", + "nodeType": "YulLiteral", + "src": "16492:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16483:3:46", + "nodeType": "YulIdentifier", + "src": "16483:3:46" + }, + "nativeSrc": "16483:14:46", + "nodeType": "YulFunctionCall", + "src": "16483:14:46" + }, + "variableNames": [ + { + "name": "src", + "nativeSrc": "16476:3:46", + "nodeType": "YulIdentifier", + "src": "16476:3:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "16454:3:46", + "nodeType": "YulBlock", + "src": "16454:3:46", + "statements": [] + }, + "src": "16450:187:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "16657:7:46", + "nodeType": "YulIdentifier", + "src": "16657:7:46" + }, + { + "kind": "number", + "nativeSrc": "16666:2:46", + "nodeType": "YulLiteral", + "src": "16666:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16653:3:46", + "nodeType": "YulIdentifier", + "src": "16653:3:46" + }, + "nativeSrc": "16653:16:46", + "nodeType": "YulFunctionCall", + "src": "16653:16:46" + }, + { + "name": "array", + "nativeSrc": "16671:5:46", + "nodeType": "YulIdentifier", + "src": "16671:5:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16646:6:46", + "nodeType": "YulIdentifier", + "src": "16646:6:46" + }, + "nativeSrc": "16646:31:46", + "nodeType": "YulFunctionCall", + "src": "16646:31:46" + }, + "nativeSrc": "16646:31:46", + "nodeType": "YulExpressionStatement", + "src": "16646:31:46" + }, + { + "nativeSrc": "16686:46:46", + "nodeType": "YulVariableDeclaration", + "src": "16686:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "16719:5:46", + "nodeType": "YulIdentifier", + "src": "16719:5:46" + }, + { + "kind": "number", + "nativeSrc": "16726:4:46", + "nodeType": "YulLiteral", + "src": "16726:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16715:3:46", + "nodeType": "YulIdentifier", + "src": "16715:3:46" + }, + "nativeSrc": "16715:16:46", + "nodeType": "YulFunctionCall", + "src": "16715:16:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "16702:12:46", + "nodeType": "YulIdentifier", + "src": "16702:12:46" + }, + "nativeSrc": "16702:30:46", + "nodeType": "YulFunctionCall", + "src": "16702:30:46" + }, + "variables": [ + { + "name": "offset_1", + "nativeSrc": "16690:8:46", + "nodeType": "YulTypedName", + "src": "16690:8:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "16777:16:46", + "nodeType": "YulBlock", + "src": "16777:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "16786:1:46", + "nodeType": "YulLiteral", + "src": "16786:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "16789:1:46", + "nodeType": "YulLiteral", + "src": "16789:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "16779:6:46", + "nodeType": "YulIdentifier", + "src": "16779:6:46" + }, + "nativeSrc": "16779:12:46", + "nodeType": "YulFunctionCall", + "src": "16779:12:46" + }, + "nativeSrc": "16779:12:46", + "nodeType": "YulExpressionStatement", + "src": "16779:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset_1", + "nativeSrc": "16747:8:46", + "nodeType": "YulIdentifier", + "src": "16747:8:46" + }, + { + "kind": "number", + "nativeSrc": "16757:18:46", + "nodeType": "YulLiteral", + "src": "16757:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "16744:2:46", + "nodeType": "YulIdentifier", + "src": "16744:2:46" + }, + "nativeSrc": "16744:32:46", + "nodeType": "YulFunctionCall", + "src": "16744:32:46" + }, + "nativeSrc": "16741:52:46", + "nodeType": "YulIf", + "src": "16741:52:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "16813:7:46", + "nodeType": "YulIdentifier", + "src": "16813:7:46" + }, + { + "kind": "number", + "nativeSrc": "16822:4:46", + "nodeType": "YulLiteral", + "src": "16822:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16809:3:46", + "nodeType": "YulIdentifier", + "src": "16809:3:46" + }, + "nativeSrc": "16809:18:46", + "nodeType": "YulFunctionCall", + "src": "16809:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "16871:5:46", + "nodeType": "YulIdentifier", + "src": "16871:5:46" + }, + { + "name": "offset_1", + "nativeSrc": "16878:8:46", + "nodeType": "YulIdentifier", + "src": "16878:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16867:3:46", + "nodeType": "YulIdentifier", + "src": "16867:3:46" + }, + "nativeSrc": "16867:20:46", + "nodeType": "YulFunctionCall", + "src": "16867:20:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "16889:12:46", + "nodeType": "YulIdentifier", + "src": "16889:12:46" + }, + "nativeSrc": "16889:14:46", + "nodeType": "YulFunctionCall", + "src": "16889:14:46" + } + ], + "functionName": { + "name": "abi_decode_array_struct_Signature_dyn", + "nativeSrc": "16829:37:46", + "nodeType": "YulIdentifier", + "src": "16829:37:46" + }, + "nativeSrc": "16829:75:46", + "nodeType": "YulFunctionCall", + "src": "16829:75:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16802:6:46", + "nodeType": "YulIdentifier", + "src": "16802:6:46" + }, + "nativeSrc": "16802:103:46", + "nodeType": "YulFunctionCall", + "src": "16802:103:46" + }, + "nativeSrc": "16802:103:46", + "nodeType": "YulExpressionStatement", + "src": "16802:103:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "16925:7:46", + "nodeType": "YulIdentifier", + "src": "16925:7:46" + }, + { + "kind": "number", + "nativeSrc": "16934:2:46", + "nodeType": "YulLiteral", + "src": "16934:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16921:3:46", + "nodeType": "YulIdentifier", + "src": "16921:3:46" + }, + "nativeSrc": "16921:16:46", + "nodeType": "YulFunctionCall", + "src": "16921:16:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "16962:5:46", + "nodeType": "YulIdentifier", + "src": "16962:5:46" + }, + { + "kind": "number", + "nativeSrc": "16969:2:46", + "nodeType": "YulLiteral", + "src": "16969:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16958:3:46", + "nodeType": "YulIdentifier", + "src": "16958:3:46" + }, + "nativeSrc": "16958:14:46", + "nodeType": "YulFunctionCall", + "src": "16958:14:46" + } + ], + "functionName": { + "name": "abi_decode_address", + "nativeSrc": "16939:18:46", + "nodeType": "YulIdentifier", + "src": "16939:18:46" + }, + "nativeSrc": "16939:34:46", + "nodeType": "YulFunctionCall", + "src": "16939:34:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16914:6:46", + "nodeType": "YulIdentifier", + "src": "16914:6:46" + }, + "nativeSrc": "16914:60:46", + "nodeType": "YulFunctionCall", + "src": "16914:60:46" + }, + "nativeSrc": "16914:60:46", + "nodeType": "YulExpressionStatement", + "src": "16914:60:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "16994:7:46", + "nodeType": "YulIdentifier", + "src": "16994:7:46" + }, + { + "kind": "number", + "nativeSrc": "17003:3:46", + "nodeType": "YulLiteral", + "src": "17003:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16990:3:46", + "nodeType": "YulIdentifier", + "src": "16990:3:46" + }, + "nativeSrc": "16990:17:46", + "nodeType": "YulFunctionCall", + "src": "16990:17:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "17031:5:46", + "nodeType": "YulIdentifier", + "src": "17031:5:46" + }, + { + "kind": "number", + "nativeSrc": "17038:3:46", + "nodeType": "YulLiteral", + "src": "17038:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17027:3:46", + "nodeType": "YulIdentifier", + "src": "17027:3:46" + }, + "nativeSrc": "17027:15:46", + "nodeType": "YulFunctionCall", + "src": "17027:15:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "17009:17:46", + "nodeType": "YulIdentifier", + "src": "17009:17:46" + }, + "nativeSrc": "17009:34:46", + "nodeType": "YulFunctionCall", + "src": "17009:34:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16983:6:46", + "nodeType": "YulIdentifier", + "src": "16983:6:46" + }, + "nativeSrc": "16983:61:46", + "nodeType": "YulFunctionCall", + "src": "16983:61:46" + }, + "nativeSrc": "16983:61:46", + "nodeType": "YulExpressionStatement", + "src": "16983:61:46" + }, + { + "nativeSrc": "17053:20:46", + "nodeType": "YulAssignment", + "src": "17053:20:46", + "value": { + "name": "value_1", + "nativeSrc": "17066:7:46", + "nodeType": "YulIdentifier", + "src": "17066:7:46" + }, + "variableNames": [ + { + "name": "converted", + "nativeSrc": "17053:9:46", + "nodeType": "YulIdentifier", + "src": "17053:9:46" + } + ] + } + ] + }, + "name": "convert_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr_to_t_struct$_MultiDelegatedRevocationRequest_$2138_memory_ptr", + "nativeSrc": "15483:1596:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "15623:5:46", + "nodeType": "YulTypedName", + "src": "15623:5:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "converted", + "nativeSrc": "15633:9:46", + "nodeType": "YulTypedName", + "src": "15633:9:46", + "type": "" + } + ], + "src": "15483:1596:46" + }, + { + "body": { + "nativeSrc": "17116:152:46", + "nodeType": "YulBlock", + "src": "17116:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "17133:1:46", + "nodeType": "YulLiteral", + "src": "17133:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "17136:77:46", + "nodeType": "YulLiteral", + "src": "17136:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17126:6:46", + "nodeType": "YulIdentifier", + "src": "17126:6:46" + }, + "nativeSrc": "17126:88:46", + "nodeType": "YulFunctionCall", + "src": "17126:88:46" + }, + "nativeSrc": "17126:88:46", + "nodeType": "YulExpressionStatement", + "src": "17126:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "17230:1:46", + "nodeType": "YulLiteral", + "src": "17230:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "17233:4:46", + "nodeType": "YulLiteral", + "src": "17233:4:46", + "type": "", + "value": "0x11" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17223:6:46", + "nodeType": "YulIdentifier", + "src": "17223:6:46" + }, + "nativeSrc": "17223:15:46", + "nodeType": "YulFunctionCall", + "src": "17223:15:46" + }, + "nativeSrc": "17223:15:46", + "nodeType": "YulExpressionStatement", + "src": "17223:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "17254:1:46", + "nodeType": "YulLiteral", + "src": "17254:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "17257:4:46", + "nodeType": "YulLiteral", + "src": "17257:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "17247:6:46", + "nodeType": "YulIdentifier", + "src": "17247:6:46" + }, + "nativeSrc": "17247:15:46", + "nodeType": "YulFunctionCall", + "src": "17247:15:46" + }, + "nativeSrc": "17247:15:46", + "nodeType": "YulExpressionStatement", + "src": "17247:15:46" + } + ] + }, + "name": "panic_error_0x11", + "nativeSrc": "17084:184:46", + "nodeType": "YulFunctionDefinition", + "src": "17084:184:46" + }, + { + "body": { + "nativeSrc": "17322:79:46", + "nodeType": "YulBlock", + "src": "17322:79:46", + "statements": [ + { + "nativeSrc": "17332:17:46", + "nodeType": "YulAssignment", + "src": "17332:17:46", + "value": { + "arguments": [ + { + "name": "x", + "nativeSrc": "17344:1:46", + "nodeType": "YulIdentifier", + "src": "17344:1:46" + }, + { + "name": "y", + "nativeSrc": "17347:1:46", + "nodeType": "YulIdentifier", + "src": "17347:1:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "17340:3:46", + "nodeType": "YulIdentifier", + "src": "17340:3:46" + }, + "nativeSrc": "17340:9:46", + "nodeType": "YulFunctionCall", + "src": "17340:9:46" + }, + "variableNames": [ + { + "name": "diff", + "nativeSrc": "17332:4:46", + "nodeType": "YulIdentifier", + "src": "17332:4:46" + } + ] + }, + { + "body": { + "nativeSrc": "17373:22:46", + "nodeType": "YulBlock", + "src": "17373:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x11", + "nativeSrc": "17375:16:46", + "nodeType": "YulIdentifier", + "src": "17375:16:46" + }, + "nativeSrc": "17375:18:46", + "nodeType": "YulFunctionCall", + "src": "17375:18:46" + }, + "nativeSrc": "17375:18:46", + "nodeType": "YulExpressionStatement", + "src": "17375:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "diff", + "nativeSrc": "17364:4:46", + "nodeType": "YulIdentifier", + "src": "17364:4:46" + }, + { + "name": "x", + "nativeSrc": "17370:1:46", + "nodeType": "YulIdentifier", + "src": "17370:1:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "17361:2:46", + "nodeType": "YulIdentifier", + "src": "17361:2:46" + }, + "nativeSrc": "17361:11:46", + "nodeType": "YulFunctionCall", + "src": "17361:11:46" + }, + "nativeSrc": "17358:37:46", + "nodeType": "YulIf", + "src": "17358:37:46" + } + ] + }, + "name": "checked_sub_t_uint256", + "nativeSrc": "17273:128:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "x", + "nativeSrc": "17304:1:46", + "nodeType": "YulTypedName", + "src": "17304:1:46", + "type": "" + }, + { + "name": "y", + "nativeSrc": "17307:1:46", + "nodeType": "YulTypedName", + "src": "17307:1:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "diff", + "nativeSrc": "17313:4:46", + "nodeType": "YulTypedName", + "src": "17313:4:46", + "type": "" + } + ], + "src": "17273:128:46" + }, + { + "body": { + "nativeSrc": "17461:382:46", + "nodeType": "YulBlock", + "src": "17461:382:46", + "statements": [ + { + "nativeSrc": "17471:22:46", + "nodeType": "YulAssignment", + "src": "17471:22:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "17485:1:46", + "nodeType": "YulLiteral", + "src": "17485:1:46", + "type": "", + "value": "1" + }, + { + "name": "data", + "nativeSrc": "17488:4:46", + "nodeType": "YulIdentifier", + "src": "17488:4:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "17481:3:46", + "nodeType": "YulIdentifier", + "src": "17481:3:46" + }, + "nativeSrc": "17481:12:46", + "nodeType": "YulFunctionCall", + "src": "17481:12:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "17471:6:46", + "nodeType": "YulIdentifier", + "src": "17471:6:46" + } + ] + }, + { + "nativeSrc": "17502:38:46", + "nodeType": "YulVariableDeclaration", + "src": "17502:38:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "17532:4:46", + "nodeType": "YulIdentifier", + "src": "17532:4:46" + }, + { + "kind": "number", + "nativeSrc": "17538:1:46", + "nodeType": "YulLiteral", + "src": "17538:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17528:3:46", + "nodeType": "YulIdentifier", + "src": "17528:3:46" + }, + "nativeSrc": "17528:12:46", + "nodeType": "YulFunctionCall", + "src": "17528:12:46" + }, + "variables": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "17506:18:46", + "nodeType": "YulTypedName", + "src": "17506:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "17579:31:46", + "nodeType": "YulBlock", + "src": "17579:31:46", + "statements": [ + { + "nativeSrc": "17581:27:46", + "nodeType": "YulAssignment", + "src": "17581:27:46", + "value": { + "arguments": [ + { + "name": "length", + "nativeSrc": "17595:6:46", + "nodeType": "YulIdentifier", + "src": "17595:6:46" + }, + { + "kind": "number", + "nativeSrc": "17603:4:46", + "nodeType": "YulLiteral", + "src": "17603:4:46", + "type": "", + "value": "0x7f" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17591:3:46", + "nodeType": "YulIdentifier", + "src": "17591:3:46" + }, + "nativeSrc": "17591:17:46", + "nodeType": "YulFunctionCall", + "src": "17591:17:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "17581:6:46", + "nodeType": "YulIdentifier", + "src": "17581:6:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "17559:18:46", + "nodeType": "YulIdentifier", + "src": "17559:18:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "17552:6:46", + "nodeType": "YulIdentifier", + "src": "17552:6:46" + }, + "nativeSrc": "17552:26:46", + "nodeType": "YulFunctionCall", + "src": "17552:26:46" + }, + "nativeSrc": "17549:61:46", + "nodeType": "YulIf", + "src": "17549:61:46" + }, + { + "body": { + "nativeSrc": "17669:168:46", + "nodeType": "YulBlock", + "src": "17669:168:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "17690:1:46", + "nodeType": "YulLiteral", + "src": "17690:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "17693:77:46", + "nodeType": "YulLiteral", + "src": "17693:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17683:6:46", + "nodeType": "YulIdentifier", + "src": "17683:6:46" + }, + "nativeSrc": "17683:88:46", + "nodeType": "YulFunctionCall", + "src": "17683:88:46" + }, + "nativeSrc": "17683:88:46", + "nodeType": "YulExpressionStatement", + "src": "17683:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "17791:1:46", + "nodeType": "YulLiteral", + "src": "17791:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "17794:4:46", + "nodeType": "YulLiteral", + "src": "17794:4:46", + "type": "", + "value": "0x22" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17784:6:46", + "nodeType": "YulIdentifier", + "src": "17784:6:46" + }, + "nativeSrc": "17784:15:46", + "nodeType": "YulFunctionCall", + "src": "17784:15:46" + }, + "nativeSrc": "17784:15:46", + "nodeType": "YulExpressionStatement", + "src": "17784:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "17819:1:46", + "nodeType": "YulLiteral", + "src": "17819:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "17822:4:46", + "nodeType": "YulLiteral", + "src": "17822:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "17812:6:46", + "nodeType": "YulIdentifier", + "src": "17812:6:46" + }, + "nativeSrc": "17812:15:46", + "nodeType": "YulFunctionCall", + "src": "17812:15:46" + }, + "nativeSrc": "17812:15:46", + "nodeType": "YulExpressionStatement", + "src": "17812:15:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "17625:18:46", + "nodeType": "YulIdentifier", + "src": "17625:18:46" + }, + { + "arguments": [ + { + "name": "length", + "nativeSrc": "17648:6:46", + "nodeType": "YulIdentifier", + "src": "17648:6:46" + }, + { + "kind": "number", + "nativeSrc": "17656:2:46", + "nodeType": "YulLiteral", + "src": "17656:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "17645:2:46", + "nodeType": "YulIdentifier", + "src": "17645:2:46" + }, + "nativeSrc": "17645:14:46", + "nodeType": "YulFunctionCall", + "src": "17645:14:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "17622:2:46", + "nodeType": "YulIdentifier", + "src": "17622:2:46" + }, + "nativeSrc": "17622:38:46", + "nodeType": "YulFunctionCall", + "src": "17622:38:46" + }, + "nativeSrc": "17619:218:46", + "nodeType": "YulIf", + "src": "17619:218:46" + } + ] + }, + "name": "extract_byte_array_length", + "nativeSrc": "17406:437:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "data", + "nativeSrc": "17441:4:46", + "nodeType": "YulTypedName", + "src": "17441:4:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "length", + "nativeSrc": "17450:6:46", + "nodeType": "YulTypedName", + "src": "17450:6:46", + "type": "" + } + ], + "src": "17406:437:46" + }, + { + "body": { + "nativeSrc": "17890:76:46", + "nodeType": "YulBlock", + "src": "17890:76:46", + "statements": [ + { + "body": { + "nativeSrc": "17944:16:46", + "nodeType": "YulBlock", + "src": "17944:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "17953:1:46", + "nodeType": "YulLiteral", + "src": "17953:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "17956:1:46", + "nodeType": "YulLiteral", + "src": "17956:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "17946:6:46", + "nodeType": "YulIdentifier", + "src": "17946:6:46" + }, + "nativeSrc": "17946:12:46", + "nodeType": "YulFunctionCall", + "src": "17946:12:46" + }, + "nativeSrc": "17946:12:46", + "nodeType": "YulExpressionStatement", + "src": "17946:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "17913:5:46", + "nodeType": "YulIdentifier", + "src": "17913:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "17934:5:46", + "nodeType": "YulIdentifier", + "src": "17934:5:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "17927:6:46", + "nodeType": "YulIdentifier", + "src": "17927:6:46" + }, + "nativeSrc": "17927:13:46", + "nodeType": "YulFunctionCall", + "src": "17927:13:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "17920:6:46", + "nodeType": "YulIdentifier", + "src": "17920:6:46" + }, + "nativeSrc": "17920:21:46", + "nodeType": "YulFunctionCall", + "src": "17920:21:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "17910:2:46", + "nodeType": "YulIdentifier", + "src": "17910:2:46" + }, + "nativeSrc": "17910:32:46", + "nodeType": "YulFunctionCall", + "src": "17910:32:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "17903:6:46", + "nodeType": "YulIdentifier", + "src": "17903:6:46" + }, + "nativeSrc": "17903:40:46", + "nodeType": "YulFunctionCall", + "src": "17903:40:46" + }, + "nativeSrc": "17900:60:46", + "nodeType": "YulIf", + "src": "17900:60:46" + } + ] + }, + "name": "validator_revert_bool", + "nativeSrc": "17848:118:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "17879:5:46", + "nodeType": "YulTypedName", + "src": "17879:5:46", + "type": "" + } + ], + "src": "17848:118:46" + }, + { + "body": { + "nativeSrc": "18028:129:46", + "nodeType": "YulBlock", + "src": "18028:129:46", + "statements": [ + { + "body": { + "nativeSrc": "18072:22:46", + "nodeType": "YulBlock", + "src": "18072:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "18074:16:46", + "nodeType": "YulIdentifier", + "src": "18074:16:46" + }, + "nativeSrc": "18074:18:46", + "nodeType": "YulFunctionCall", + "src": "18074:18:46" + }, + "nativeSrc": "18074:18:46", + "nodeType": "YulExpressionStatement", + "src": "18074:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "18044:6:46", + "nodeType": "YulIdentifier", + "src": "18044:6:46" + }, + { + "kind": "number", + "nativeSrc": "18052:18:46", + "nodeType": "YulLiteral", + "src": "18052:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "18041:2:46", + "nodeType": "YulIdentifier", + "src": "18041:2:46" + }, + "nativeSrc": "18041:30:46", + "nodeType": "YulFunctionCall", + "src": "18041:30:46" + }, + "nativeSrc": "18038:56:46", + "nodeType": "YulIf", + "src": "18038:56:46" + }, + { + "nativeSrc": "18103:48:46", + "nodeType": "YulAssignment", + "src": "18103:48:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "18123:6:46", + "nodeType": "YulIdentifier", + "src": "18123:6:46" + }, + { + "kind": "number", + "nativeSrc": "18131:2:46", + "nodeType": "YulLiteral", + "src": "18131:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18119:3:46", + "nodeType": "YulIdentifier", + "src": "18119:3:46" + }, + "nativeSrc": "18119:15:46", + "nodeType": "YulFunctionCall", + "src": "18119:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "18140:2:46", + "nodeType": "YulLiteral", + "src": "18140:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "18136:3:46", + "nodeType": "YulIdentifier", + "src": "18136:3:46" + }, + "nativeSrc": "18136:7:46", + "nodeType": "YulFunctionCall", + "src": "18136:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18115:3:46", + "nodeType": "YulIdentifier", + "src": "18115:3:46" + }, + "nativeSrc": "18115:29:46", + "nodeType": "YulFunctionCall", + "src": "18115:29:46" + }, + { + "kind": "number", + "nativeSrc": "18146:4:46", + "nodeType": "YulLiteral", + "src": "18146:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18111:3:46", + "nodeType": "YulIdentifier", + "src": "18111:3:46" + }, + "nativeSrc": "18111:40:46", + "nodeType": "YulFunctionCall", + "src": "18111:40:46" + }, + "variableNames": [ + { + "name": "size", + "nativeSrc": "18103:4:46", + "nodeType": "YulIdentifier", + "src": "18103:4:46" + } + ] + } + ] + }, + "name": "array_allocation_size_bytes", + "nativeSrc": "17971:186:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "length", + "nativeSrc": "18008:6:46", + "nodeType": "YulTypedName", + "src": "18008:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "size", + "nativeSrc": "18019:4:46", + "nodeType": "YulTypedName", + "src": "18019:4:46", + "type": "" + } + ], + "src": "17971:186:46" + }, + { + "body": { + "nativeSrc": "18241:1232:46", + "nodeType": "YulBlock", + "src": "18241:1232:46", + "statements": [ + { + "body": { + "nativeSrc": "18285:16:46", + "nodeType": "YulBlock", + "src": "18285:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "18294:1:46", + "nodeType": "YulLiteral", + "src": "18294:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "18297:1:46", + "nodeType": "YulLiteral", + "src": "18297:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "18287:6:46", + "nodeType": "YulIdentifier", + "src": "18287:6:46" + }, + "nativeSrc": "18287:12:46", + "nodeType": "YulFunctionCall", + "src": "18287:12:46" + }, + "nativeSrc": "18287:12:46", + "nodeType": "YulExpressionStatement", + "src": "18287:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "end", + "nativeSrc": "18262:3:46", + "nodeType": "YulIdentifier", + "src": "18262:3:46" + }, + { + "name": "headStart", + "nativeSrc": "18267:9:46", + "nodeType": "YulIdentifier", + "src": "18267:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "18258:3:46", + "nodeType": "YulIdentifier", + "src": "18258:3:46" + }, + "nativeSrc": "18258:19:46", + "nodeType": "YulFunctionCall", + "src": "18258:19:46" + }, + { + "kind": "number", + "nativeSrc": "18279:4:46", + "nodeType": "YulLiteral", + "src": "18279:4:46", + "type": "", + "value": "0xc0" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "18254:3:46", + "nodeType": "YulIdentifier", + "src": "18254:3:46" + }, + "nativeSrc": "18254:30:46", + "nodeType": "YulFunctionCall", + "src": "18254:30:46" + }, + "nativeSrc": "18251:50:46", + "nodeType": "YulIf", + "src": "18251:50:46" + }, + { + "nativeSrc": "18310:31:46", + "nodeType": "YulAssignment", + "src": "18310:31:46", + "value": { + "arguments": [], + "functionName": { + "name": "allocate_memory_3981", + "nativeSrc": "18319:20:46", + "nodeType": "YulIdentifier", + "src": "18319:20:46" + }, + "nativeSrc": "18319:22:46", + "nodeType": "YulFunctionCall", + "src": "18319:22:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "18310:5:46", + "nodeType": "YulIdentifier", + "src": "18310:5:46" + } + ] + }, + { + "nativeSrc": "18350:38:46", + "nodeType": "YulVariableDeclaration", + "src": "18350:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18378:9:46", + "nodeType": "YulIdentifier", + "src": "18378:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "18365:12:46", + "nodeType": "YulIdentifier", + "src": "18365:12:46" + }, + "nativeSrc": "18365:23:46", + "nodeType": "YulFunctionCall", + "src": "18365:23:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "18354:7:46", + "nodeType": "YulTypedName", + "src": "18354:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "18422:7:46", + "nodeType": "YulIdentifier", + "src": "18422:7:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "18397:24:46", + "nodeType": "YulIdentifier", + "src": "18397:24:46" + }, + "nativeSrc": "18397:33:46", + "nodeType": "YulFunctionCall", + "src": "18397:33:46" + }, + "nativeSrc": "18397:33:46", + "nodeType": "YulExpressionStatement", + "src": "18397:33:46" + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "18446:5:46", + "nodeType": "YulIdentifier", + "src": "18446:5:46" + }, + { + "name": "value_1", + "nativeSrc": "18453:7:46", + "nodeType": "YulIdentifier", + "src": "18453:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "18439:6:46", + "nodeType": "YulIdentifier", + "src": "18439:6:46" + }, + "nativeSrc": "18439:22:46", + "nodeType": "YulFunctionCall", + "src": "18439:22:46" + }, + "nativeSrc": "18439:22:46", + "nodeType": "YulExpressionStatement", + "src": "18439:22:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "18481:5:46", + "nodeType": "YulIdentifier", + "src": "18481:5:46" + }, + { + "kind": "number", + "nativeSrc": "18488:2:46", + "nodeType": "YulLiteral", + "src": "18488:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18477:3:46", + "nodeType": "YulIdentifier", + "src": "18477:3:46" + }, + "nativeSrc": "18477:14:46", + "nodeType": "YulFunctionCall", + "src": "18477:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18515:9:46", + "nodeType": "YulIdentifier", + "src": "18515:9:46" + }, + { + "kind": "number", + "nativeSrc": "18526:2:46", + "nodeType": "YulLiteral", + "src": "18526:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18511:3:46", + "nodeType": "YulIdentifier", + "src": "18511:3:46" + }, + "nativeSrc": "18511:18:46", + "nodeType": "YulFunctionCall", + "src": "18511:18:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "18493:17:46", + "nodeType": "YulIdentifier", + "src": "18493:17:46" + }, + "nativeSrc": "18493:37:46", + "nodeType": "YulFunctionCall", + "src": "18493:37:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "18470:6:46", + "nodeType": "YulIdentifier", + "src": "18470:6:46" + }, + "nativeSrc": "18470:61:46", + "nodeType": "YulFunctionCall", + "src": "18470:61:46" + }, + "nativeSrc": "18470:61:46", + "nodeType": "YulExpressionStatement", + "src": "18470:61:46" + }, + { + "nativeSrc": "18540:47:46", + "nodeType": "YulVariableDeclaration", + "src": "18540:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18572:9:46", + "nodeType": "YulIdentifier", + "src": "18572:9:46" + }, + { + "kind": "number", + "nativeSrc": "18583:2:46", + "nodeType": "YulLiteral", + "src": "18583:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18568:3:46", + "nodeType": "YulIdentifier", + "src": "18568:3:46" + }, + "nativeSrc": "18568:18:46", + "nodeType": "YulFunctionCall", + "src": "18568:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "18555:12:46", + "nodeType": "YulIdentifier", + "src": "18555:12:46" + }, + "nativeSrc": "18555:32:46", + "nodeType": "YulFunctionCall", + "src": "18555:32:46" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "18544:7:46", + "nodeType": "YulTypedName", + "src": "18544:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_2", + "nativeSrc": "18618:7:46", + "nodeType": "YulIdentifier", + "src": "18618:7:46" + } + ], + "functionName": { + "name": "validator_revert_bool", + "nativeSrc": "18596:21:46", + "nodeType": "YulIdentifier", + "src": "18596:21:46" + }, + "nativeSrc": "18596:30:46", + "nodeType": "YulFunctionCall", + "src": "18596:30:46" + }, + "nativeSrc": "18596:30:46", + "nodeType": "YulExpressionStatement", + "src": "18596:30:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "18646:5:46", + "nodeType": "YulIdentifier", + "src": "18646:5:46" + }, + { + "kind": "number", + "nativeSrc": "18653:2:46", + "nodeType": "YulLiteral", + "src": "18653:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18642:3:46", + "nodeType": "YulIdentifier", + "src": "18642:3:46" + }, + "nativeSrc": "18642:14:46", + "nodeType": "YulFunctionCall", + "src": "18642:14:46" + }, + { + "name": "value_2", + "nativeSrc": "18658:7:46", + "nodeType": "YulIdentifier", + "src": "18658:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "18635:6:46", + "nodeType": "YulIdentifier", + "src": "18635:6:46" + }, + "nativeSrc": "18635:31:46", + "nodeType": "YulFunctionCall", + "src": "18635:31:46" + }, + "nativeSrc": "18635:31:46", + "nodeType": "YulExpressionStatement", + "src": "18635:31:46" + }, + { + "nativeSrc": "18675:16:46", + "nodeType": "YulVariableDeclaration", + "src": "18675:16:46", + "value": { + "kind": "number", + "nativeSrc": "18690:1:46", + "nodeType": "YulLiteral", + "src": "18690:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_3", + "nativeSrc": "18679:7:46", + "nodeType": "YulTypedName", + "src": "18679:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "18700:43:46", + "nodeType": "YulAssignment", + "src": "18700:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18728:9:46", + "nodeType": "YulIdentifier", + "src": "18728:9:46" + }, + { + "kind": "number", + "nativeSrc": "18739:2:46", + "nodeType": "YulLiteral", + "src": "18739:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18724:3:46", + "nodeType": "YulIdentifier", + "src": "18724:3:46" + }, + "nativeSrc": "18724:18:46", + "nodeType": "YulFunctionCall", + "src": "18724:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "18711:12:46", + "nodeType": "YulIdentifier", + "src": "18711:12:46" + }, + "nativeSrc": "18711:32:46", + "nodeType": "YulFunctionCall", + "src": "18711:32:46" + }, + "variableNames": [ + { + "name": "value_3", + "nativeSrc": "18700:7:46", + "nodeType": "YulIdentifier", + "src": "18700:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "18763:5:46", + "nodeType": "YulIdentifier", + "src": "18763:5:46" + }, + { + "kind": "number", + "nativeSrc": "18770:2:46", + "nodeType": "YulLiteral", + "src": "18770:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18759:3:46", + "nodeType": "YulIdentifier", + "src": "18759:3:46" + }, + "nativeSrc": "18759:14:46", + "nodeType": "YulFunctionCall", + "src": "18759:14:46" + }, + { + "name": "value_3", + "nativeSrc": "18775:7:46", + "nodeType": "YulIdentifier", + "src": "18775:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "18752:6:46", + "nodeType": "YulIdentifier", + "src": "18752:6:46" + }, + "nativeSrc": "18752:31:46", + "nodeType": "YulFunctionCall", + "src": "18752:31:46" + }, + "nativeSrc": "18752:31:46", + "nodeType": "YulExpressionStatement", + "src": "18752:31:46" + }, + { + "nativeSrc": "18792:47:46", + "nodeType": "YulVariableDeclaration", + "src": "18792:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18823:9:46", + "nodeType": "YulIdentifier", + "src": "18823:9:46" + }, + { + "kind": "number", + "nativeSrc": "18834:3:46", + "nodeType": "YulLiteral", + "src": "18834:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18819:3:46", + "nodeType": "YulIdentifier", + "src": "18819:3:46" + }, + "nativeSrc": "18819:19:46", + "nodeType": "YulFunctionCall", + "src": "18819:19:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "18806:12:46", + "nodeType": "YulIdentifier", + "src": "18806:12:46" + }, + "nativeSrc": "18806:33:46", + "nodeType": "YulFunctionCall", + "src": "18806:33:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "18796:6:46", + "nodeType": "YulTypedName", + "src": "18796:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "18882:16:46", + "nodeType": "YulBlock", + "src": "18882:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "18891:1:46", + "nodeType": "YulLiteral", + "src": "18891:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "18894:1:46", + "nodeType": "YulLiteral", + "src": "18894:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "18884:6:46", + "nodeType": "YulIdentifier", + "src": "18884:6:46" + }, + "nativeSrc": "18884:12:46", + "nodeType": "YulFunctionCall", + "src": "18884:12:46" + }, + "nativeSrc": "18884:12:46", + "nodeType": "YulExpressionStatement", + "src": "18884:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "18854:6:46", + "nodeType": "YulIdentifier", + "src": "18854:6:46" + }, + { + "kind": "number", + "nativeSrc": "18862:18:46", + "nodeType": "YulLiteral", + "src": "18862:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "18851:2:46", + "nodeType": "YulIdentifier", + "src": "18851:2:46" + }, + "nativeSrc": "18851:30:46", + "nodeType": "YulFunctionCall", + "src": "18851:30:46" + }, + "nativeSrc": "18848:50:46", + "nodeType": "YulIf", + "src": "18848:50:46" + }, + { + "nativeSrc": "18907:32:46", + "nodeType": "YulVariableDeclaration", + "src": "18907:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18921:9:46", + "nodeType": "YulIdentifier", + "src": "18921:9:46" + }, + { + "name": "offset", + "nativeSrc": "18932:6:46", + "nodeType": "YulIdentifier", + "src": "18932:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18917:3:46", + "nodeType": "YulIdentifier", + "src": "18917:3:46" + }, + "nativeSrc": "18917:22:46", + "nodeType": "YulFunctionCall", + "src": "18917:22:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "18911:2:46", + "nodeType": "YulTypedName", + "src": "18911:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "18983:16:46", + "nodeType": "YulBlock", + "src": "18983:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "18992:1:46", + "nodeType": "YulLiteral", + "src": "18992:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "18995:1:46", + "nodeType": "YulLiteral", + "src": "18995:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "18985:6:46", + "nodeType": "YulIdentifier", + "src": "18985:6:46" + }, + "nativeSrc": "18985:12:46", + "nodeType": "YulFunctionCall", + "src": "18985:12:46" + }, + "nativeSrc": "18985:12:46", + "nodeType": "YulExpressionStatement", + "src": "18985:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "18966:2:46", + "nodeType": "YulIdentifier", + "src": "18966:2:46" + }, + { + "kind": "number", + "nativeSrc": "18970:4:46", + "nodeType": "YulLiteral", + "src": "18970:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18962:3:46", + "nodeType": "YulIdentifier", + "src": "18962:3:46" + }, + "nativeSrc": "18962:13:46", + "nodeType": "YulFunctionCall", + "src": "18962:13:46" + }, + { + "name": "end", + "nativeSrc": "18977:3:46", + "nodeType": "YulIdentifier", + "src": "18977:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "18958:3:46", + "nodeType": "YulIdentifier", + "src": "18958:3:46" + }, + "nativeSrc": "18958:23:46", + "nodeType": "YulFunctionCall", + "src": "18958:23:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "18951:6:46", + "nodeType": "YulIdentifier", + "src": "18951:6:46" + }, + "nativeSrc": "18951:31:46", + "nodeType": "YulFunctionCall", + "src": "18951:31:46" + }, + "nativeSrc": "18948:51:46", + "nodeType": "YulIf", + "src": "18948:51:46" + }, + { + "nativeSrc": "19008:30:46", + "nodeType": "YulVariableDeclaration", + "src": "19008:30:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "19035:2:46", + "nodeType": "YulIdentifier", + "src": "19035:2:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "19022:12:46", + "nodeType": "YulIdentifier", + "src": "19022:12:46" + }, + "nativeSrc": "19022:16:46", + "nodeType": "YulFunctionCall", + "src": "19022:16:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "19012:6:46", + "nodeType": "YulTypedName", + "src": "19012:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "19047:65:46", + "nodeType": "YulVariableDeclaration", + "src": "19047:65:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "19104:6:46", + "nodeType": "YulIdentifier", + "src": "19104:6:46" + } + ], + "functionName": { + "name": "array_allocation_size_bytes", + "nativeSrc": "19076:27:46", + "nodeType": "YulIdentifier", + "src": "19076:27:46" + }, + "nativeSrc": "19076:35:46", + "nodeType": "YulFunctionCall", + "src": "19076:35:46" + } + ], + "functionName": { + "name": "allocate_memory", + "nativeSrc": "19060:15:46", + "nodeType": "YulIdentifier", + "src": "19060:15:46" + }, + "nativeSrc": "19060:52:46", + "nodeType": "YulFunctionCall", + "src": "19060:52:46" + }, + "variables": [ + { + "name": "array", + "nativeSrc": "19051:5:46", + "nodeType": "YulTypedName", + "src": "19051:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "array", + "nativeSrc": "19128:5:46", + "nodeType": "YulIdentifier", + "src": "19128:5:46" + }, + { + "name": "length", + "nativeSrc": "19135:6:46", + "nodeType": "YulIdentifier", + "src": "19135:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "19121:6:46", + "nodeType": "YulIdentifier", + "src": "19121:6:46" + }, + "nativeSrc": "19121:21:46", + "nodeType": "YulFunctionCall", + "src": "19121:21:46" + }, + "nativeSrc": "19121:21:46", + "nodeType": "YulExpressionStatement", + "src": "19121:21:46" + }, + { + "body": { + "nativeSrc": "19188:16:46", + "nodeType": "YulBlock", + "src": "19188:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "19197:1:46", + "nodeType": "YulLiteral", + "src": "19197:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "19200:1:46", + "nodeType": "YulLiteral", + "src": "19200:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "19190:6:46", + "nodeType": "YulIdentifier", + "src": "19190:6:46" + }, + "nativeSrc": "19190:12:46", + "nodeType": "YulFunctionCall", + "src": "19190:12:46" + }, + "nativeSrc": "19190:12:46", + "nodeType": "YulExpressionStatement", + "src": "19190:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "19165:2:46", + "nodeType": "YulIdentifier", + "src": "19165:2:46" + }, + { + "name": "length", + "nativeSrc": "19169:6:46", + "nodeType": "YulIdentifier", + "src": "19169:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19161:3:46", + "nodeType": "YulIdentifier", + "src": "19161:3:46" + }, + "nativeSrc": "19161:15:46", + "nodeType": "YulFunctionCall", + "src": "19161:15:46" + }, + { + "kind": "number", + "nativeSrc": "19178:2:46", + "nodeType": "YulLiteral", + "src": "19178:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19157:3:46", + "nodeType": "YulIdentifier", + "src": "19157:3:46" + }, + "nativeSrc": "19157:24:46", + "nodeType": "YulFunctionCall", + "src": "19157:24:46" + }, + { + "name": "end", + "nativeSrc": "19183:3:46", + "nodeType": "YulIdentifier", + "src": "19183:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "19154:2:46", + "nodeType": "YulIdentifier", + "src": "19154:2:46" + }, + "nativeSrc": "19154:33:46", + "nodeType": "YulFunctionCall", + "src": "19154:33:46" + }, + "nativeSrc": "19151:53:46", + "nodeType": "YulIf", + "src": "19151:53:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "array", + "nativeSrc": "19230:5:46", + "nodeType": "YulIdentifier", + "src": "19230:5:46" + }, + { + "kind": "number", + "nativeSrc": "19237:2:46", + "nodeType": "YulLiteral", + "src": "19237:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19226:3:46", + "nodeType": "YulIdentifier", + "src": "19226:3:46" + }, + "nativeSrc": "19226:14:46", + "nodeType": "YulFunctionCall", + "src": "19226:14:46" + }, + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "19246:2:46", + "nodeType": "YulIdentifier", + "src": "19246:2:46" + }, + { + "kind": "number", + "nativeSrc": "19250:2:46", + "nodeType": "YulLiteral", + "src": "19250:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19242:3:46", + "nodeType": "YulIdentifier", + "src": "19242:3:46" + }, + "nativeSrc": "19242:11:46", + "nodeType": "YulFunctionCall", + "src": "19242:11:46" + }, + { + "name": "length", + "nativeSrc": "19255:6:46", + "nodeType": "YulIdentifier", + "src": "19255:6:46" + } + ], + "functionName": { + "name": "calldatacopy", + "nativeSrc": "19213:12:46", + "nodeType": "YulIdentifier", + "src": "19213:12:46" + }, + "nativeSrc": "19213:49:46", + "nodeType": "YulFunctionCall", + "src": "19213:49:46" + }, + "nativeSrc": "19213:49:46", + "nodeType": "YulExpressionStatement", + "src": "19213:49:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "array", + "nativeSrc": "19286:5:46", + "nodeType": "YulIdentifier", + "src": "19286:5:46" + }, + { + "name": "length", + "nativeSrc": "19293:6:46", + "nodeType": "YulIdentifier", + "src": "19293:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19282:3:46", + "nodeType": "YulIdentifier", + "src": "19282:3:46" + }, + "nativeSrc": "19282:18:46", + "nodeType": "YulFunctionCall", + "src": "19282:18:46" + }, + { + "kind": "number", + "nativeSrc": "19302:2:46", + "nodeType": "YulLiteral", + "src": "19302:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19278:3:46", + "nodeType": "YulIdentifier", + "src": "19278:3:46" + }, + "nativeSrc": "19278:27:46", + "nodeType": "YulFunctionCall", + "src": "19278:27:46" + }, + { + "kind": "number", + "nativeSrc": "19307:1:46", + "nodeType": "YulLiteral", + "src": "19307:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "19271:6:46", + "nodeType": "YulIdentifier", + "src": "19271:6:46" + }, + "nativeSrc": "19271:38:46", + "nodeType": "YulFunctionCall", + "src": "19271:38:46" + }, + "nativeSrc": "19271:38:46", + "nodeType": "YulExpressionStatement", + "src": "19271:38:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "19329:5:46", + "nodeType": "YulIdentifier", + "src": "19329:5:46" + }, + { + "kind": "number", + "nativeSrc": "19336:3:46", + "nodeType": "YulLiteral", + "src": "19336:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19325:3:46", + "nodeType": "YulIdentifier", + "src": "19325:3:46" + }, + "nativeSrc": "19325:15:46", + "nodeType": "YulFunctionCall", + "src": "19325:15:46" + }, + { + "name": "array", + "nativeSrc": "19342:5:46", + "nodeType": "YulIdentifier", + "src": "19342:5:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "19318:6:46", + "nodeType": "YulIdentifier", + "src": "19318:6:46" + }, + "nativeSrc": "19318:30:46", + "nodeType": "YulFunctionCall", + "src": "19318:30:46" + }, + "nativeSrc": "19318:30:46", + "nodeType": "YulExpressionStatement", + "src": "19318:30:46" + }, + { + "nativeSrc": "19357:16:46", + "nodeType": "YulVariableDeclaration", + "src": "19357:16:46", + "value": { + "kind": "number", + "nativeSrc": "19372:1:46", + "nodeType": "YulLiteral", + "src": "19372:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_4", + "nativeSrc": "19361:7:46", + "nodeType": "YulTypedName", + "src": "19361:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "19382:44:46", + "nodeType": "YulAssignment", + "src": "19382:44:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "19410:9:46", + "nodeType": "YulIdentifier", + "src": "19410:9:46" + }, + { + "kind": "number", + "nativeSrc": "19421:3:46", + "nodeType": "YulLiteral", + "src": "19421:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19406:3:46", + "nodeType": "YulIdentifier", + "src": "19406:3:46" + }, + "nativeSrc": "19406:19:46", + "nodeType": "YulFunctionCall", + "src": "19406:19:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "19393:12:46", + "nodeType": "YulIdentifier", + "src": "19393:12:46" + }, + "nativeSrc": "19393:33:46", + "nodeType": "YulFunctionCall", + "src": "19393:33:46" + }, + "variableNames": [ + { + "name": "value_4", + "nativeSrc": "19382:7:46", + "nodeType": "YulIdentifier", + "src": "19382:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "19446:5:46", + "nodeType": "YulIdentifier", + "src": "19446:5:46" + }, + { + "kind": "number", + "nativeSrc": "19453:3:46", + "nodeType": "YulLiteral", + "src": "19453:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19442:3:46", + "nodeType": "YulIdentifier", + "src": "19442:3:46" + }, + "nativeSrc": "19442:15:46", + "nodeType": "YulFunctionCall", + "src": "19442:15:46" + }, + { + "name": "value_4", + "nativeSrc": "19459:7:46", + "nodeType": "YulIdentifier", + "src": "19459:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "19435:6:46", + "nodeType": "YulIdentifier", + "src": "19435:6:46" + }, + "nativeSrc": "19435:32:46", + "nodeType": "YulFunctionCall", + "src": "19435:32:46" + }, + "nativeSrc": "19435:32:46", + "nodeType": "YulExpressionStatement", + "src": "19435:32:46" + } + ] + }, + "name": "abi_decode_struct_AttestationRequestData", + "nativeSrc": "18162:1311:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "18212:9:46", + "nodeType": "YulTypedName", + "src": "18212:9:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "18223:3:46", + "nodeType": "YulTypedName", + "src": "18223:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "18231:5:46", + "nodeType": "YulTypedName", + "src": "18231:5:46", + "type": "" + } + ], + "src": "18162:1311:46" + }, + { + "body": { + "nativeSrc": "19634:771:46", + "nodeType": "YulBlock", + "src": "19634:771:46", + "statements": [ + { + "body": { + "nativeSrc": "19685:16:46", + "nodeType": "YulBlock", + "src": "19685:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "19694:1:46", + "nodeType": "YulLiteral", + "src": "19694:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "19697:1:46", + "nodeType": "YulLiteral", + "src": "19697:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "19687:6:46", + "nodeType": "YulIdentifier", + "src": "19687:6:46" + }, + "nativeSrc": "19687:12:46", + "nodeType": "YulFunctionCall", + "src": "19687:12:46" + }, + "nativeSrc": "19687:12:46", + "nodeType": "YulExpressionStatement", + "src": "19687:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "19655:12:46", + "nodeType": "YulIdentifier", + "src": "19655:12:46" + }, + "nativeSrc": "19655:14:46", + "nodeType": "YulFunctionCall", + "src": "19655:14:46" + }, + { + "name": "value", + "nativeSrc": "19671:5:46", + "nodeType": "YulIdentifier", + "src": "19671:5:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "19651:3:46", + "nodeType": "YulIdentifier", + "src": "19651:3:46" + }, + "nativeSrc": "19651:26:46", + "nodeType": "YulFunctionCall", + "src": "19651:26:46" + }, + { + "kind": "number", + "nativeSrc": "19679:4:46", + "nodeType": "YulLiteral", + "src": "19679:4:46", + "type": "", + "value": "0xe0" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "19647:3:46", + "nodeType": "YulIdentifier", + "src": "19647:3:46" + }, + "nativeSrc": "19647:37:46", + "nodeType": "YulFunctionCall", + "src": "19647:37:46" + }, + "nativeSrc": "19644:57:46", + "nodeType": "YulIf", + "src": "19644:57:46" + }, + { + "nativeSrc": "19710:37:46", + "nodeType": "YulVariableDeclaration", + "src": "19710:37:46", + "value": { + "arguments": [], + "functionName": { + "name": "allocate_memory_3980", + "nativeSrc": "19725:20:46", + "nodeType": "YulIdentifier", + "src": "19725:20:46" + }, + "nativeSrc": "19725:22:46", + "nodeType": "YulFunctionCall", + "src": "19725:22:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "19714:7:46", + "nodeType": "YulTypedName", + "src": "19714:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "19756:16:46", + "nodeType": "YulVariableDeclaration", + "src": "19756:16:46", + "value": { + "kind": "number", + "nativeSrc": "19771:1:46", + "nodeType": "YulLiteral", + "src": "19771:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "19760:7:46", + "nodeType": "YulTypedName", + "src": "19760:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "19781:30:46", + "nodeType": "YulAssignment", + "src": "19781:30:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "19805:5:46", + "nodeType": "YulIdentifier", + "src": "19805:5:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "19792:12:46", + "nodeType": "YulIdentifier", + "src": "19792:12:46" + }, + "nativeSrc": "19792:19:46", + "nodeType": "YulFunctionCall", + "src": "19792:19:46" + }, + "variableNames": [ + { + "name": "value_2", + "nativeSrc": "19781:7:46", + "nodeType": "YulIdentifier", + "src": "19781:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "19827:7:46", + "nodeType": "YulIdentifier", + "src": "19827:7:46" + }, + { + "name": "value_2", + "nativeSrc": "19836:7:46", + "nodeType": "YulIdentifier", + "src": "19836:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "19820:6:46", + "nodeType": "YulIdentifier", + "src": "19820:6:46" + }, + "nativeSrc": "19820:24:46", + "nodeType": "YulFunctionCall", + "src": "19820:24:46" + }, + "nativeSrc": "19820:24:46", + "nodeType": "YulExpressionStatement", + "src": "19820:24:46" + }, + { + "nativeSrc": "19853:42:46", + "nodeType": "YulVariableDeclaration", + "src": "19853:42:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "19884:5:46", + "nodeType": "YulIdentifier", + "src": "19884:5:46" + }, + { + "kind": "number", + "nativeSrc": "19891:2:46", + "nodeType": "YulLiteral", + "src": "19891:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19880:3:46", + "nodeType": "YulIdentifier", + "src": "19880:3:46" + }, + "nativeSrc": "19880:14:46", + "nodeType": "YulFunctionCall", + "src": "19880:14:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "19867:12:46", + "nodeType": "YulIdentifier", + "src": "19867:12:46" + }, + "nativeSrc": "19867:28:46", + "nodeType": "YulFunctionCall", + "src": "19867:28:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "19857:6:46", + "nodeType": "YulTypedName", + "src": "19857:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "19938:16:46", + "nodeType": "YulBlock", + "src": "19938:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "19947:1:46", + "nodeType": "YulLiteral", + "src": "19947:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "19950:1:46", + "nodeType": "YulLiteral", + "src": "19950:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "19940:6:46", + "nodeType": "YulIdentifier", + "src": "19940:6:46" + }, + "nativeSrc": "19940:12:46", + "nodeType": "YulFunctionCall", + "src": "19940:12:46" + }, + "nativeSrc": "19940:12:46", + "nodeType": "YulExpressionStatement", + "src": "19940:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "19910:6:46", + "nodeType": "YulIdentifier", + "src": "19910:6:46" + }, + { + "kind": "number", + "nativeSrc": "19918:18:46", + "nodeType": "YulLiteral", + "src": "19918:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "19907:2:46", + "nodeType": "YulIdentifier", + "src": "19907:2:46" + }, + "nativeSrc": "19907:30:46", + "nodeType": "YulFunctionCall", + "src": "19907:30:46" + }, + "nativeSrc": "19904:50:46", + "nodeType": "YulIf", + "src": "19904:50:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "19974:7:46", + "nodeType": "YulIdentifier", + "src": "19974:7:46" + }, + { + "kind": "number", + "nativeSrc": "19983:2:46", + "nodeType": "YulLiteral", + "src": "19983:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19970:3:46", + "nodeType": "YulIdentifier", + "src": "19970:3:46" + }, + "nativeSrc": "19970:16:46", + "nodeType": "YulFunctionCall", + "src": "19970:16:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "20033:5:46", + "nodeType": "YulIdentifier", + "src": "20033:5:46" + }, + { + "name": "offset", + "nativeSrc": "20040:6:46", + "nodeType": "YulIdentifier", + "src": "20040:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20029:3:46", + "nodeType": "YulIdentifier", + "src": "20029:3:46" + }, + "nativeSrc": "20029:18:46", + "nodeType": "YulFunctionCall", + "src": "20029:18:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "20049:12:46", + "nodeType": "YulIdentifier", + "src": "20049:12:46" + }, + "nativeSrc": "20049:14:46", + "nodeType": "YulFunctionCall", + "src": "20049:14:46" + } + ], + "functionName": { + "name": "abi_decode_struct_AttestationRequestData", + "nativeSrc": "19988:40:46", + "nodeType": "YulIdentifier", + "src": "19988:40:46" + }, + "nativeSrc": "19988:76:46", + "nodeType": "YulFunctionCall", + "src": "19988:76:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "19963:6:46", + "nodeType": "YulIdentifier", + "src": "19963:6:46" + }, + "nativeSrc": "19963:102:46", + "nodeType": "YulFunctionCall", + "src": "19963:102:46" + }, + "nativeSrc": "19963:102:46", + "nodeType": "YulExpressionStatement", + "src": "19963:102:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "20085:7:46", + "nodeType": "YulIdentifier", + "src": "20085:7:46" + }, + { + "kind": "number", + "nativeSrc": "20094:2:46", + "nodeType": "YulLiteral", + "src": "20094:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20081:3:46", + "nodeType": "YulIdentifier", + "src": "20081:3:46" + }, + "nativeSrc": "20081:16:46", + "nodeType": "YulFunctionCall", + "src": "20081:16:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "20131:5:46", + "nodeType": "YulIdentifier", + "src": "20131:5:46" + }, + { + "kind": "number", + "nativeSrc": "20138:2:46", + "nodeType": "YulLiteral", + "src": "20138:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20127:3:46", + "nodeType": "YulIdentifier", + "src": "20127:3:46" + }, + "nativeSrc": "20127:14:46", + "nodeType": "YulFunctionCall", + "src": "20127:14:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "20143:12:46", + "nodeType": "YulIdentifier", + "src": "20143:12:46" + }, + "nativeSrc": "20143:14:46", + "nodeType": "YulFunctionCall", + "src": "20143:14:46" + } + ], + "functionName": { + "name": "abi_decode_struct_Signature", + "nativeSrc": "20099:27:46", + "nodeType": "YulIdentifier", + "src": "20099:27:46" + }, + "nativeSrc": "20099:59:46", + "nodeType": "YulFunctionCall", + "src": "20099:59:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "20074:6:46", + "nodeType": "YulIdentifier", + "src": "20074:6:46" + }, + "nativeSrc": "20074:85:46", + "nodeType": "YulFunctionCall", + "src": "20074:85:46" + }, + "nativeSrc": "20074:85:46", + "nodeType": "YulExpressionStatement", + "src": "20074:85:46" + }, + { + "nativeSrc": "20168:45:46", + "nodeType": "YulVariableDeclaration", + "src": "20168:45:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "20200:5:46", + "nodeType": "YulIdentifier", + "src": "20200:5:46" + }, + { + "kind": "number", + "nativeSrc": "20207:4:46", + "nodeType": "YulLiteral", + "src": "20207:4:46", + "type": "", + "value": "0xa0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20196:3:46", + "nodeType": "YulIdentifier", + "src": "20196:3:46" + }, + "nativeSrc": "20196:16:46", + "nodeType": "YulFunctionCall", + "src": "20196:16:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "20183:12:46", + "nodeType": "YulIdentifier", + "src": "20183:12:46" + }, + "nativeSrc": "20183:30:46", + "nodeType": "YulFunctionCall", + "src": "20183:30:46" + }, + "variables": [ + { + "name": "value_3", + "nativeSrc": "20172:7:46", + "nodeType": "YulTypedName", + "src": "20172:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_3", + "nativeSrc": "20247:7:46", + "nodeType": "YulIdentifier", + "src": "20247:7:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "20222:24:46", + "nodeType": "YulIdentifier", + "src": "20222:24:46" + }, + "nativeSrc": "20222:33:46", + "nodeType": "YulFunctionCall", + "src": "20222:33:46" + }, + "nativeSrc": "20222:33:46", + "nodeType": "YulExpressionStatement", + "src": "20222:33:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "20275:7:46", + "nodeType": "YulIdentifier", + "src": "20275:7:46" + }, + { + "kind": "number", + "nativeSrc": "20284:4:46", + "nodeType": "YulLiteral", + "src": "20284:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20271:3:46", + "nodeType": "YulIdentifier", + "src": "20271:3:46" + }, + "nativeSrc": "20271:18:46", + "nodeType": "YulFunctionCall", + "src": "20271:18:46" + }, + { + "name": "value_3", + "nativeSrc": "20291:7:46", + "nodeType": "YulIdentifier", + "src": "20291:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "20264:6:46", + "nodeType": "YulIdentifier", + "src": "20264:6:46" + }, + "nativeSrc": "20264:35:46", + "nodeType": "YulFunctionCall", + "src": "20264:35:46" + }, + "nativeSrc": "20264:35:46", + "nodeType": "YulExpressionStatement", + "src": "20264:35:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "20319:7:46", + "nodeType": "YulIdentifier", + "src": "20319:7:46" + }, + { + "kind": "number", + "nativeSrc": "20328:4:46", + "nodeType": "YulLiteral", + "src": "20328:4:46", + "type": "", + "value": "0x80" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20315:3:46", + "nodeType": "YulIdentifier", + "src": "20315:3:46" + }, + "nativeSrc": "20315:18:46", + "nodeType": "YulFunctionCall", + "src": "20315:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "20357:5:46", + "nodeType": "YulIdentifier", + "src": "20357:5:46" + }, + { + "kind": "number", + "nativeSrc": "20364:3:46", + "nodeType": "YulLiteral", + "src": "20364:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20353:3:46", + "nodeType": "YulIdentifier", + "src": "20353:3:46" + }, + "nativeSrc": "20353:15:46", + "nodeType": "YulFunctionCall", + "src": "20353:15:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "20335:17:46", + "nodeType": "YulIdentifier", + "src": "20335:17:46" + }, + "nativeSrc": "20335:34:46", + "nodeType": "YulFunctionCall", + "src": "20335:34:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "20308:6:46", + "nodeType": "YulIdentifier", + "src": "20308:6:46" + }, + "nativeSrc": "20308:62:46", + "nodeType": "YulFunctionCall", + "src": "20308:62:46" + }, + "nativeSrc": "20308:62:46", + "nodeType": "YulExpressionStatement", + "src": "20308:62:46" + }, + { + "nativeSrc": "20379:20:46", + "nodeType": "YulAssignment", + "src": "20379:20:46", + "value": { + "name": "value_1", + "nativeSrc": "20392:7:46", + "nodeType": "YulIdentifier", + "src": "20392:7:46" + }, + "variableNames": [ + { + "name": "converted", + "nativeSrc": "20379:9:46", + "nodeType": "YulIdentifier", + "src": "20379:9:46" + } + ] + } + ] + }, + "name": "convert_t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr_to_t_struct$_DelegatedAttestationRequest_$2063_memory_ptr", + "nativeSrc": "19478:927:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "19610:5:46", + "nodeType": "YulTypedName", + "src": "19610:5:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "converted", + "nativeSrc": "19620:9:46", + "nodeType": "YulTypedName", + "src": "19620:9:46", + "type": "" + } + ], + "src": "19478:927:46" + }, + { + "body": { + "nativeSrc": "20527:223:46", + "nodeType": "YulBlock", + "src": "20527:223:46", + "statements": [ + { + "nativeSrc": "20537:51:46", + "nodeType": "YulVariableDeclaration", + "src": "20537:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "20576:11:46", + "nodeType": "YulIdentifier", + "src": "20576:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "20563:12:46", + "nodeType": "YulIdentifier", + "src": "20563:12:46" + }, + "nativeSrc": "20563:25:46", + "nodeType": "YulFunctionCall", + "src": "20563:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "20541:18:46", + "nodeType": "YulTypedName", + "src": "20541:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "20678:16:46", + "nodeType": "YulBlock", + "src": "20678:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "20687:1:46", + "nodeType": "YulLiteral", + "src": "20687:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "20690:1:46", + "nodeType": "YulLiteral", + "src": "20690:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "20680:6:46", + "nodeType": "YulIdentifier", + "src": "20680:6:46" + }, + "nativeSrc": "20680:12:46", + "nodeType": "YulFunctionCall", + "src": "20680:12:46" + }, + "nativeSrc": "20680:12:46", + "nodeType": "YulExpressionStatement", + "src": "20680:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "20611:18:46", + "nodeType": "YulIdentifier", + "src": "20611:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "20639:12:46", + "nodeType": "YulIdentifier", + "src": "20639:12:46" + }, + "nativeSrc": "20639:14:46", + "nodeType": "YulFunctionCall", + "src": "20639:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "20655:8:46", + "nodeType": "YulIdentifier", + "src": "20655:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "20635:3:46", + "nodeType": "YulIdentifier", + "src": "20635:3:46" + }, + "nativeSrc": "20635:29:46", + "nodeType": "YulFunctionCall", + "src": "20635:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "20670:3:46", + "nodeType": "YulLiteral", + "src": "20670:3:46", + "type": "", + "value": "190" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "20666:3:46", + "nodeType": "YulIdentifier", + "src": "20666:3:46" + }, + "nativeSrc": "20666:8:46", + "nodeType": "YulFunctionCall", + "src": "20666:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20631:3:46", + "nodeType": "YulIdentifier", + "src": "20631:3:46" + }, + "nativeSrc": "20631:44:46", + "nodeType": "YulFunctionCall", + "src": "20631:44:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "20607:3:46", + "nodeType": "YulIdentifier", + "src": "20607:3:46" + }, + "nativeSrc": "20607:69:46", + "nodeType": "YulFunctionCall", + "src": "20607:69:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "20600:6:46", + "nodeType": "YulIdentifier", + "src": "20600:6:46" + }, + "nativeSrc": "20600:77:46", + "nodeType": "YulFunctionCall", + "src": "20600:77:46" + }, + "nativeSrc": "20597:97:46", + "nodeType": "YulIf", + "src": "20597:97:46" + }, + { + "nativeSrc": "20703:41:46", + "nodeType": "YulAssignment", + "src": "20703:41:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "20715:8:46", + "nodeType": "YulIdentifier", + "src": "20715:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "20725:18:46", + "nodeType": "YulIdentifier", + "src": "20725:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20711:3:46", + "nodeType": "YulIdentifier", + "src": "20711:3:46" + }, + "nativeSrc": "20711:33:46", + "nodeType": "YulFunctionCall", + "src": "20711:33:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "20703:4:46", + "nodeType": "YulIdentifier", + "src": "20703:4:46" + } + ] + } + ] + }, + "name": "access_calldata_tail_t_struct$_AttestationRequestData_$2042_calldata_ptr", + "nativeSrc": "20410:340:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "20492:8:46", + "nodeType": "YulTypedName", + "src": "20492:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "20502:11:46", + "nodeType": "YulTypedName", + "src": "20502:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "20518:4:46", + "nodeType": "YulTypedName", + "src": "20518:4:46", + "type": "" + } + ], + "src": "20410:340:46" + }, + { + "body": { + "nativeSrc": "20901:92:46", + "nodeType": "YulBlock", + "src": "20901:92:46", + "statements": [ + { + "nativeSrc": "20911:76:46", + "nodeType": "YulAssignment", + "src": "20911:76:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "20965:5:46", + "nodeType": "YulIdentifier", + "src": "20965:5:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "20972:12:46", + "nodeType": "YulIdentifier", + "src": "20972:12:46" + }, + "nativeSrc": "20972:14:46", + "nodeType": "YulFunctionCall", + "src": "20972:14:46" + } + ], + "functionName": { + "name": "abi_decode_struct_AttestationRequestData", + "nativeSrc": "20924:40:46", + "nodeType": "YulIdentifier", + "src": "20924:40:46" + }, + "nativeSrc": "20924:63:46", + "nodeType": "YulFunctionCall", + "src": "20924:63:46" + }, + "variableNames": [ + { + "name": "converted", + "nativeSrc": "20911:9:46", + "nodeType": "YulIdentifier", + "src": "20911:9:46" + } + ] + } + ] + }, + "name": "convert_t_struct$_AttestationRequestData_$2042_calldata_ptr_to_t_struct$_AttestationRequestData_$2042_memory_ptr", + "nativeSrc": "20755:238:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "20877:5:46", + "nodeType": "YulTypedName", + "src": "20877:5:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "converted", + "nativeSrc": "20887:9:46", + "nodeType": "YulTypedName", + "src": "20887:9:46", + "type": "" + } + ], + "src": "20755:238:46" + }, + { + "body": { + "nativeSrc": "21116:222:46", + "nodeType": "YulBlock", + "src": "21116:222:46", + "statements": [ + { + "nativeSrc": "21126:51:46", + "nodeType": "YulVariableDeclaration", + "src": "21126:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "21165:11:46", + "nodeType": "YulIdentifier", + "src": "21165:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "21152:12:46", + "nodeType": "YulIdentifier", + "src": "21152:12:46" + }, + "nativeSrc": "21152:25:46", + "nodeType": "YulFunctionCall", + "src": "21152:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "21130:18:46", + "nodeType": "YulTypedName", + "src": "21130:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "21266:16:46", + "nodeType": "YulBlock", + "src": "21266:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "21275:1:46", + "nodeType": "YulLiteral", + "src": "21275:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "21278:1:46", + "nodeType": "YulLiteral", + "src": "21278:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "21268:6:46", + "nodeType": "YulIdentifier", + "src": "21268:6:46" + }, + "nativeSrc": "21268:12:46", + "nodeType": "YulFunctionCall", + "src": "21268:12:46" + }, + "nativeSrc": "21268:12:46", + "nodeType": "YulExpressionStatement", + "src": "21268:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "21200:18:46", + "nodeType": "YulIdentifier", + "src": "21200:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "21228:12:46", + "nodeType": "YulIdentifier", + "src": "21228:12:46" + }, + "nativeSrc": "21228:14:46", + "nodeType": "YulFunctionCall", + "src": "21228:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "21244:8:46", + "nodeType": "YulIdentifier", + "src": "21244:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "21224:3:46", + "nodeType": "YulIdentifier", + "src": "21224:3:46" + }, + "nativeSrc": "21224:29:46", + "nodeType": "YulFunctionCall", + "src": "21224:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "21259:2:46", + "nodeType": "YulLiteral", + "src": "21259:2:46", + "type": "", + "value": "62" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "21255:3:46", + "nodeType": "YulIdentifier", + "src": "21255:3:46" + }, + "nativeSrc": "21255:7:46", + "nodeType": "YulFunctionCall", + "src": "21255:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "21220:3:46", + "nodeType": "YulIdentifier", + "src": "21220:3:46" + }, + "nativeSrc": "21220:43:46", + "nodeType": "YulFunctionCall", + "src": "21220:43:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "21196:3:46", + "nodeType": "YulIdentifier", + "src": "21196:3:46" + }, + "nativeSrc": "21196:68:46", + "nodeType": "YulFunctionCall", + "src": "21196:68:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "21189:6:46", + "nodeType": "YulIdentifier", + "src": "21189:6:46" + }, + "nativeSrc": "21189:76:46", + "nodeType": "YulFunctionCall", + "src": "21189:76:46" + }, + "nativeSrc": "21186:96:46", + "nodeType": "YulIf", + "src": "21186:96:46" + }, + { + "nativeSrc": "21291:41:46", + "nodeType": "YulAssignment", + "src": "21291:41:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "21303:8:46", + "nodeType": "YulIdentifier", + "src": "21303:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "21313:18:46", + "nodeType": "YulIdentifier", + "src": "21313:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "21299:3:46", + "nodeType": "YulIdentifier", + "src": "21299:3:46" + }, + "nativeSrc": "21299:33:46", + "nodeType": "YulFunctionCall", + "src": "21299:33:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "21291:4:46", + "nodeType": "YulIdentifier", + "src": "21291:4:46" + } + ] + } + ] + }, + "name": "access_calldata_tail_t_struct$_MultiAttestationRequest_$2071_calldata_ptr", + "nativeSrc": "20998:340:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "21081:8:46", + "nodeType": "YulTypedName", + "src": "21081:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "21091:11:46", + "nodeType": "YulTypedName", + "src": "21091:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "21107:4:46", + "nodeType": "YulTypedName", + "src": "21107:4:46", + "type": "" + } + ], + "src": "20998:340:46" + }, + { + "body": { + "nativeSrc": "21495:435:46", + "nodeType": "YulBlock", + "src": "21495:435:46", + "statements": [ + { + "nativeSrc": "21505:51:46", + "nodeType": "YulVariableDeclaration", + "src": "21505:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "21544:11:46", + "nodeType": "YulIdentifier", + "src": "21544:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "21531:12:46", + "nodeType": "YulIdentifier", + "src": "21531:12:46" + }, + "nativeSrc": "21531:25:46", + "nodeType": "YulFunctionCall", + "src": "21531:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "21509:18:46", + "nodeType": "YulTypedName", + "src": "21509:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "21645:16:46", + "nodeType": "YulBlock", + "src": "21645:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "21654:1:46", + "nodeType": "YulLiteral", + "src": "21654:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "21657:1:46", + "nodeType": "YulLiteral", + "src": "21657:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "21647:6:46", + "nodeType": "YulIdentifier", + "src": "21647:6:46" + }, + "nativeSrc": "21647:12:46", + "nodeType": "YulFunctionCall", + "src": "21647:12:46" + }, + "nativeSrc": "21647:12:46", + "nodeType": "YulExpressionStatement", + "src": "21647:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "21579:18:46", + "nodeType": "YulIdentifier", + "src": "21579:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "21607:12:46", + "nodeType": "YulIdentifier", + "src": "21607:12:46" + }, + "nativeSrc": "21607:14:46", + "nodeType": "YulFunctionCall", + "src": "21607:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "21623:8:46", + "nodeType": "YulIdentifier", + "src": "21623:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "21603:3:46", + "nodeType": "YulIdentifier", + "src": "21603:3:46" + }, + "nativeSrc": "21603:29:46", + "nodeType": "YulFunctionCall", + "src": "21603:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "21638:2:46", + "nodeType": "YulLiteral", + "src": "21638:2:46", + "type": "", + "value": "30" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "21634:3:46", + "nodeType": "YulIdentifier", + "src": "21634:3:46" + }, + "nativeSrc": "21634:7:46", + "nodeType": "YulFunctionCall", + "src": "21634:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "21599:3:46", + "nodeType": "YulIdentifier", + "src": "21599:3:46" + }, + "nativeSrc": "21599:43:46", + "nodeType": "YulFunctionCall", + "src": "21599:43:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "21575:3:46", + "nodeType": "YulIdentifier", + "src": "21575:3:46" + }, + "nativeSrc": "21575:68:46", + "nodeType": "YulFunctionCall", + "src": "21575:68:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "21568:6:46", + "nodeType": "YulIdentifier", + "src": "21568:6:46" + }, + "nativeSrc": "21568:76:46", + "nodeType": "YulFunctionCall", + "src": "21568:76:46" + }, + "nativeSrc": "21565:96:46", + "nodeType": "YulIf", + "src": "21565:96:46" + }, + { + "nativeSrc": "21670:47:46", + "nodeType": "YulVariableDeclaration", + "src": "21670:47:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "21688:8:46", + "nodeType": "YulIdentifier", + "src": "21688:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "21698:18:46", + "nodeType": "YulIdentifier", + "src": "21698:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "21684:3:46", + "nodeType": "YulIdentifier", + "src": "21684:3:46" + }, + "nativeSrc": "21684:33:46", + "nodeType": "YulFunctionCall", + "src": "21684:33:46" + }, + "variables": [ + { + "name": "addr_1", + "nativeSrc": "21674:6:46", + "nodeType": "YulTypedName", + "src": "21674:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "21726:30:46", + "nodeType": "YulAssignment", + "src": "21726:30:46", + "value": { + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "21749:6:46", + "nodeType": "YulIdentifier", + "src": "21749:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "21736:12:46", + "nodeType": "YulIdentifier", + "src": "21736:12:46" + }, + "nativeSrc": "21736:20:46", + "nodeType": "YulFunctionCall", + "src": "21736:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "21726:6:46", + "nodeType": "YulIdentifier", + "src": "21726:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "21799:16:46", + "nodeType": "YulBlock", + "src": "21799:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "21808:1:46", + "nodeType": "YulLiteral", + "src": "21808:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "21811:1:46", + "nodeType": "YulLiteral", + "src": "21811:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "21801:6:46", + "nodeType": "YulIdentifier", + "src": "21801:6:46" + }, + "nativeSrc": "21801:12:46", + "nodeType": "YulFunctionCall", + "src": "21801:12:46" + }, + "nativeSrc": "21801:12:46", + "nodeType": "YulExpressionStatement", + "src": "21801:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "21771:6:46", + "nodeType": "YulIdentifier", + "src": "21771:6:46" + }, + { + "kind": "number", + "nativeSrc": "21779:18:46", + "nodeType": "YulLiteral", + "src": "21779:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "21768:2:46", + "nodeType": "YulIdentifier", + "src": "21768:2:46" + }, + "nativeSrc": "21768:30:46", + "nodeType": "YulFunctionCall", + "src": "21768:30:46" + }, + "nativeSrc": "21765:50:46", + "nodeType": "YulIf", + "src": "21765:50:46" + }, + { + "nativeSrc": "21824:25:46", + "nodeType": "YulAssignment", + "src": "21824:25:46", + "value": { + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "21836:6:46", + "nodeType": "YulIdentifier", + "src": "21836:6:46" + }, + { + "kind": "number", + "nativeSrc": "21844:4:46", + "nodeType": "YulLiteral", + "src": "21844:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "21832:3:46", + "nodeType": "YulIdentifier", + "src": "21832:3:46" + }, + "nativeSrc": "21832:17:46", + "nodeType": "YulFunctionCall", + "src": "21832:17:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "21824:4:46", + "nodeType": "YulIdentifier", + "src": "21824:4:46" + } + ] + }, + { + "body": { + "nativeSrc": "21908:16:46", + "nodeType": "YulBlock", + "src": "21908:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "21917:1:46", + "nodeType": "YulLiteral", + "src": "21917:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "21920:1:46", + "nodeType": "YulLiteral", + "src": "21920:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "21910:6:46", + "nodeType": "YulIdentifier", + "src": "21910:6:46" + }, + "nativeSrc": "21910:12:46", + "nodeType": "YulFunctionCall", + "src": "21910:12:46" + }, + "nativeSrc": "21910:12:46", + "nodeType": "YulExpressionStatement", + "src": "21910:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "addr", + "nativeSrc": "21865:4:46", + "nodeType": "YulIdentifier", + "src": "21865:4:46" + }, + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "21875:12:46", + "nodeType": "YulIdentifier", + "src": "21875:12:46" + }, + "nativeSrc": "21875:14:46", + "nodeType": "YulFunctionCall", + "src": "21875:14:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "21895:1:46", + "nodeType": "YulLiteral", + "src": "21895:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "21898:6:46", + "nodeType": "YulIdentifier", + "src": "21898:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "21891:3:46", + "nodeType": "YulIdentifier", + "src": "21891:3:46" + }, + "nativeSrc": "21891:14:46", + "nodeType": "YulFunctionCall", + "src": "21891:14:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "21871:3:46", + "nodeType": "YulIdentifier", + "src": "21871:3:46" + }, + "nativeSrc": "21871:35:46", + "nodeType": "YulFunctionCall", + "src": "21871:35:46" + } + ], + "functionName": { + "name": "sgt", + "nativeSrc": "21861:3:46", + "nodeType": "YulIdentifier", + "src": "21861:3:46" + }, + "nativeSrc": "21861:46:46", + "nodeType": "YulFunctionCall", + "src": "21861:46:46" + }, + "nativeSrc": "21858:66:46", + "nodeType": "YulIf", + "src": "21858:66:46" + } + ] + }, + "name": "access_calldata_tail_t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", + "nativeSrc": "21343:587:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "21452:8:46", + "nodeType": "YulTypedName", + "src": "21452:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "21462:11:46", + "nodeType": "YulTypedName", + "src": "21462:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "21478:4:46", + "nodeType": "YulTypedName", + "src": "21478:4:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "21484:6:46", + "nodeType": "YulTypedName", + "src": "21484:6:46", + "type": "" + } + ], + "src": "21343:587:46" + }, + { + "body": { + "nativeSrc": "22147:687:46", + "nodeType": "YulBlock", + "src": "22147:687:46", + "statements": [ + { + "nativeSrc": "22157:96:46", + "nodeType": "YulVariableDeclaration", + "src": "22157:96:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "22245:6:46", + "nodeType": "YulIdentifier", + "src": "22245:6:46" + } + ], + "functionName": { + "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", + "nativeSrc": "22184:60:46", + "nodeType": "YulIdentifier", + "src": "22184:60:46" + }, + "nativeSrc": "22184:68:46", + "nodeType": "YulFunctionCall", + "src": "22184:68:46" + } + ], + "functionName": { + "name": "allocate_memory", + "nativeSrc": "22168:15:46", + "nodeType": "YulIdentifier", + "src": "22168:15:46" + }, + "nativeSrc": "22168:85:46", + "nodeType": "YulFunctionCall", + "src": "22168:85:46" + }, + "variables": [ + { + "name": "dst", + "nativeSrc": "22161:3:46", + "nodeType": "YulTypedName", + "src": "22161:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "22262:16:46", + "nodeType": "YulVariableDeclaration", + "src": "22262:16:46", + "value": { + "name": "dst", + "nativeSrc": "22275:3:46", + "nodeType": "YulIdentifier", + "src": "22275:3:46" + }, + "variables": [ + { + "name": "array", + "nativeSrc": "22266:5:46", + "nodeType": "YulTypedName", + "src": "22266:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "22294:3:46", + "nodeType": "YulIdentifier", + "src": "22294:3:46" + }, + { + "name": "length", + "nativeSrc": "22299:6:46", + "nodeType": "YulIdentifier", + "src": "22299:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "22287:6:46", + "nodeType": "YulIdentifier", + "src": "22287:6:46" + }, + "nativeSrc": "22287:19:46", + "nodeType": "YulFunctionCall", + "src": "22287:19:46" + }, + "nativeSrc": "22287:19:46", + "nodeType": "YulExpressionStatement", + "src": "22287:19:46" + }, + { + "nativeSrc": "22315:21:46", + "nodeType": "YulAssignment", + "src": "22315:21:46", + "value": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "22326:3:46", + "nodeType": "YulIdentifier", + "src": "22326:3:46" + }, + { + "kind": "number", + "nativeSrc": "22331:4:46", + "nodeType": "YulLiteral", + "src": "22331:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22322:3:46", + "nodeType": "YulIdentifier", + "src": "22322:3:46" + }, + "nativeSrc": "22322:14:46", + "nodeType": "YulFunctionCall", + "src": "22322:14:46" + }, + "variableNames": [ + { + "name": "dst", + "nativeSrc": "22315:3:46", + "nodeType": "YulIdentifier", + "src": "22315:3:46" + } + ] + }, + { + "nativeSrc": "22345:40:46", + "nodeType": "YulVariableDeclaration", + "src": "22345:40:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "22363:5:46", + "nodeType": "YulIdentifier", + "src": "22363:5:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "22374:1:46", + "nodeType": "YulLiteral", + "src": "22374:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "22377:6:46", + "nodeType": "YulIdentifier", + "src": "22377:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "22370:3:46", + "nodeType": "YulIdentifier", + "src": "22370:3:46" + }, + "nativeSrc": "22370:14:46", + "nodeType": "YulFunctionCall", + "src": "22370:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22359:3:46", + "nodeType": "YulIdentifier", + "src": "22359:3:46" + }, + "nativeSrc": "22359:26:46", + "nodeType": "YulFunctionCall", + "src": "22359:26:46" + }, + "variables": [ + { + "name": "srcEnd", + "nativeSrc": "22349:6:46", + "nodeType": "YulTypedName", + "src": "22349:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "22424:16:46", + "nodeType": "YulBlock", + "src": "22424:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "22433:1:46", + "nodeType": "YulLiteral", + "src": "22433:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "22436:1:46", + "nodeType": "YulLiteral", + "src": "22436:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "22426:6:46", + "nodeType": "YulIdentifier", + "src": "22426:6:46" + }, + "nativeSrc": "22426:12:46", + "nodeType": "YulFunctionCall", + "src": "22426:12:46" + }, + "nativeSrc": "22426:12:46", + "nodeType": "YulExpressionStatement", + "src": "22426:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "srcEnd", + "nativeSrc": "22400:6:46", + "nodeType": "YulIdentifier", + "src": "22400:6:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "22408:12:46", + "nodeType": "YulIdentifier", + "src": "22408:12:46" + }, + "nativeSrc": "22408:14:46", + "nodeType": "YulFunctionCall", + "src": "22408:14:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "22397:2:46", + "nodeType": "YulIdentifier", + "src": "22397:2:46" + }, + "nativeSrc": "22397:26:46", + "nodeType": "YulFunctionCall", + "src": "22397:26:46" + }, + "nativeSrc": "22394:46:46", + "nodeType": "YulIf", + "src": "22394:46:46" + }, + { + "nativeSrc": "22449:16:46", + "nodeType": "YulVariableDeclaration", + "src": "22449:16:46", + "value": { + "name": "value", + "nativeSrc": "22460:5:46", + "nodeType": "YulIdentifier", + "src": "22460:5:46" + }, + "variables": [ + { + "name": "src", + "nativeSrc": "22453:3:46", + "nodeType": "YulTypedName", + "src": "22453:3:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "22532:269:46", + "nodeType": "YulBlock", + "src": "22532:269:46", + "statements": [ + { + "nativeSrc": "22546:36:46", + "nodeType": "YulVariableDeclaration", + "src": "22546:36:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "22578:3:46", + "nodeType": "YulIdentifier", + "src": "22578:3:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "22565:12:46", + "nodeType": "YulIdentifier", + "src": "22565:12:46" + }, + "nativeSrc": "22565:17:46", + "nodeType": "YulFunctionCall", + "src": "22565:17:46" + }, + "variables": [ + { + "name": "innerOffset", + "nativeSrc": "22550:11:46", + "nodeType": "YulTypedName", + "src": "22550:11:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "22634:16:46", + "nodeType": "YulBlock", + "src": "22634:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "22643:1:46", + "nodeType": "YulLiteral", + "src": "22643:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "22646:1:46", + "nodeType": "YulLiteral", + "src": "22646:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "22636:6:46", + "nodeType": "YulIdentifier", + "src": "22636:6:46" + }, + "nativeSrc": "22636:12:46", + "nodeType": "YulFunctionCall", + "src": "22636:12:46" + }, + "nativeSrc": "22636:12:46", + "nodeType": "YulExpressionStatement", + "src": "22636:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "innerOffset", + "nativeSrc": "22601:11:46", + "nodeType": "YulIdentifier", + "src": "22601:11:46" + }, + { + "kind": "number", + "nativeSrc": "22614:18:46", + "nodeType": "YulLiteral", + "src": "22614:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "22598:2:46", + "nodeType": "YulIdentifier", + "src": "22598:2:46" + }, + "nativeSrc": "22598:35:46", + "nodeType": "YulFunctionCall", + "src": "22598:35:46" + }, + "nativeSrc": "22595:55:46", + "nodeType": "YulIf", + "src": "22595:55:46" + }, + { + "expression": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "22670:3:46", + "nodeType": "YulIdentifier", + "src": "22670:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "22720:5:46", + "nodeType": "YulIdentifier", + "src": "22720:5:46" + }, + { + "name": "innerOffset", + "nativeSrc": "22727:11:46", + "nodeType": "YulIdentifier", + "src": "22727:11:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22716:3:46", + "nodeType": "YulIdentifier", + "src": "22716:3:46" + }, + "nativeSrc": "22716:23:46", + "nodeType": "YulFunctionCall", + "src": "22716:23:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "22741:12:46", + "nodeType": "YulIdentifier", + "src": "22741:12:46" + }, + "nativeSrc": "22741:14:46", + "nodeType": "YulFunctionCall", + "src": "22741:14:46" + } + ], + "functionName": { + "name": "abi_decode_struct_AttestationRequestData", + "nativeSrc": "22675:40:46", + "nodeType": "YulIdentifier", + "src": "22675:40:46" + }, + "nativeSrc": "22675:81:46", + "nodeType": "YulFunctionCall", + "src": "22675:81:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "22663:6:46", + "nodeType": "YulIdentifier", + "src": "22663:6:46" + }, + "nativeSrc": "22663:94:46", + "nodeType": "YulFunctionCall", + "src": "22663:94:46" + }, + "nativeSrc": "22663:94:46", + "nodeType": "YulExpressionStatement", + "src": "22663:94:46" + }, + { + "nativeSrc": "22770:21:46", + "nodeType": "YulAssignment", + "src": "22770:21:46", + "value": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "22781:3:46", + "nodeType": "YulIdentifier", + "src": "22781:3:46" + }, + { + "kind": "number", + "nativeSrc": "22786:4:46", + "nodeType": "YulLiteral", + "src": "22786:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22777:3:46", + "nodeType": "YulIdentifier", + "src": "22777:3:46" + }, + "nativeSrc": "22777:14:46", + "nodeType": "YulFunctionCall", + "src": "22777:14:46" + }, + "variableNames": [ + { + "name": "dst", + "nativeSrc": "22770:3:46", + "nodeType": "YulIdentifier", + "src": "22770:3:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "src", + "nativeSrc": "22485:3:46", + "nodeType": "YulIdentifier", + "src": "22485:3:46" + }, + { + "name": "srcEnd", + "nativeSrc": "22490:6:46", + "nodeType": "YulIdentifier", + "src": "22490:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "22482:2:46", + "nodeType": "YulIdentifier", + "src": "22482:2:46" + }, + "nativeSrc": "22482:15:46", + "nodeType": "YulFunctionCall", + "src": "22482:15:46" + }, + "nativeSrc": "22474:327:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "22498:25:46", + "nodeType": "YulBlock", + "src": "22498:25:46", + "statements": [ + { + "nativeSrc": "22500:21:46", + "nodeType": "YulAssignment", + "src": "22500:21:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "22511:3:46", + "nodeType": "YulIdentifier", + "src": "22511:3:46" + }, + { + "kind": "number", + "nativeSrc": "22516:4:46", + "nodeType": "YulLiteral", + "src": "22516:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22507:3:46", + "nodeType": "YulIdentifier", + "src": "22507:3:46" + }, + "nativeSrc": "22507:14:46", + "nodeType": "YulFunctionCall", + "src": "22507:14:46" + }, + "variableNames": [ + { + "name": "src", + "nativeSrc": "22500:3:46", + "nodeType": "YulIdentifier", + "src": "22500:3:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "22478:3:46", + "nodeType": "YulBlock", + "src": "22478:3:46", + "statements": [] + }, + "src": "22474:327:46" + }, + { + "nativeSrc": "22810:18:46", + "nodeType": "YulAssignment", + "src": "22810:18:46", + "value": { + "name": "array", + "nativeSrc": "22823:5:46", + "nodeType": "YulIdentifier", + "src": "22823:5:46" + }, + "variableNames": [ + { + "name": "converted", + "nativeSrc": "22810:9:46", + "nodeType": "YulIdentifier", + "src": "22810:9:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "22115:5:46", + "nodeType": "YulTypedName", + "src": "22115:5:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "22122:6:46", + "nodeType": "YulTypedName", + "src": "22122:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "converted", + "nativeSrc": "22133:9:46", + "nodeType": "YulTypedName", + "src": "22133:9:46", + "type": "" + } + ], + "src": "21935:899:46" + }, + { + "body": { + "nativeSrc": "22948:146:46", + "nodeType": "YulBlock", + "src": "22948:146:46", + "statements": [ + { + "body": { + "nativeSrc": "22994:16:46", + "nodeType": "YulBlock", + "src": "22994:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "23003:1:46", + "nodeType": "YulLiteral", + "src": "23003:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "23006:1:46", + "nodeType": "YulLiteral", + "src": "23006:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "22996:6:46", + "nodeType": "YulIdentifier", + "src": "22996:6:46" + }, + "nativeSrc": "22996:12:46", + "nodeType": "YulFunctionCall", + "src": "22996:12:46" + }, + "nativeSrc": "22996:12:46", + "nodeType": "YulExpressionStatement", + "src": "22996:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "22969:7:46", + "nodeType": "YulIdentifier", + "src": "22969:7:46" + }, + { + "name": "headStart", + "nativeSrc": "22978:9:46", + "nodeType": "YulIdentifier", + "src": "22978:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "22965:3:46", + "nodeType": "YulIdentifier", + "src": "22965:3:46" + }, + "nativeSrc": "22965:23:46", + "nodeType": "YulFunctionCall", + "src": "22965:23:46" + }, + { + "kind": "number", + "nativeSrc": "22990:2:46", + "nodeType": "YulLiteral", + "src": "22990:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "22961:3:46", + "nodeType": "YulIdentifier", + "src": "22961:3:46" + }, + "nativeSrc": "22961:32:46", + "nodeType": "YulFunctionCall", + "src": "22961:32:46" + }, + "nativeSrc": "22958:52:46", + "nodeType": "YulIf", + "src": "22958:52:46" + }, + { + "nativeSrc": "23019:69:46", + "nodeType": "YulAssignment", + "src": "23019:69:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "23069:9:46", + "nodeType": "YulIdentifier", + "src": "23069:9:46" + }, + { + "name": "dataEnd", + "nativeSrc": "23080:7:46", + "nodeType": "YulIdentifier", + "src": "23080:7:46" + } + ], + "functionName": { + "name": "abi_decode_struct_RevocationRequestData", + "nativeSrc": "23029:39:46", + "nodeType": "YulIdentifier", + "src": "23029:39:46" + }, + "nativeSrc": "23029:59:46", + "nodeType": "YulFunctionCall", + "src": "23029:59:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "23019:6:46", + "nodeType": "YulIdentifier", + "src": "23019:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_RevocationRequestData_$2093_memory_ptr", + "nativeSrc": "22839:255:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "22914:9:46", + "nodeType": "YulTypedName", + "src": "22914:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "22925:7:46", + "nodeType": "YulTypedName", + "src": "22925:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "22937:6:46", + "nodeType": "YulTypedName", + "src": "22937:6:46", + "type": "" + } + ], + "src": "22839:255:46" + }, + { + "body": { + "nativeSrc": "23216:222:46", + "nodeType": "YulBlock", + "src": "23216:222:46", + "statements": [ + { + "nativeSrc": "23226:51:46", + "nodeType": "YulVariableDeclaration", + "src": "23226:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "23265:11:46", + "nodeType": "YulIdentifier", + "src": "23265:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "23252:12:46", + "nodeType": "YulIdentifier", + "src": "23252:12:46" + }, + "nativeSrc": "23252:25:46", + "nodeType": "YulFunctionCall", + "src": "23252:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "23230:18:46", + "nodeType": "YulTypedName", + "src": "23230:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "23366:16:46", + "nodeType": "YulBlock", + "src": "23366:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "23375:1:46", + "nodeType": "YulLiteral", + "src": "23375:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "23378:1:46", + "nodeType": "YulLiteral", + "src": "23378:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "23368:6:46", + "nodeType": "YulIdentifier", + "src": "23368:6:46" + }, + "nativeSrc": "23368:12:46", + "nodeType": "YulFunctionCall", + "src": "23368:12:46" + }, + "nativeSrc": "23368:12:46", + "nodeType": "YulExpressionStatement", + "src": "23368:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "23300:18:46", + "nodeType": "YulIdentifier", + "src": "23300:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "23328:12:46", + "nodeType": "YulIdentifier", + "src": "23328:12:46" + }, + "nativeSrc": "23328:14:46", + "nodeType": "YulFunctionCall", + "src": "23328:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "23344:8:46", + "nodeType": "YulIdentifier", + "src": "23344:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "23324:3:46", + "nodeType": "YulIdentifier", + "src": "23324:3:46" + }, + "nativeSrc": "23324:29:46", + "nodeType": "YulFunctionCall", + "src": "23324:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "23359:2:46", + "nodeType": "YulLiteral", + "src": "23359:2:46", + "type": "", + "value": "62" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "23355:3:46", + "nodeType": "YulIdentifier", + "src": "23355:3:46" + }, + "nativeSrc": "23355:7:46", + "nodeType": "YulFunctionCall", + "src": "23355:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23320:3:46", + "nodeType": "YulIdentifier", + "src": "23320:3:46" + }, + "nativeSrc": "23320:43:46", + "nodeType": "YulFunctionCall", + "src": "23320:43:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "23296:3:46", + "nodeType": "YulIdentifier", + "src": "23296:3:46" + }, + "nativeSrc": "23296:68:46", + "nodeType": "YulFunctionCall", + "src": "23296:68:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "23289:6:46", + "nodeType": "YulIdentifier", + "src": "23289:6:46" + }, + "nativeSrc": "23289:76:46", + "nodeType": "YulFunctionCall", + "src": "23289:76:46" + }, + "nativeSrc": "23286:96:46", + "nodeType": "YulIf", + "src": "23286:96:46" + }, + { + "nativeSrc": "23391:41:46", + "nodeType": "YulAssignment", + "src": "23391:41:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "23403:8:46", + "nodeType": "YulIdentifier", + "src": "23403:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "23413:18:46", + "nodeType": "YulIdentifier", + "src": "23413:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23399:3:46", + "nodeType": "YulIdentifier", + "src": "23399:3:46" + }, + "nativeSrc": "23399:33:46", + "nodeType": "YulFunctionCall", + "src": "23399:33:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "23391:4:46", + "nodeType": "YulIdentifier", + "src": "23391:4:46" + } + ] + } + ] + }, + "name": "access_calldata_tail_t_struct$_MultiRevocationRequest_$2122_calldata_ptr", + "nativeSrc": "23099:339:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "23181:8:46", + "nodeType": "YulTypedName", + "src": "23181:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "23191:11:46", + "nodeType": "YulTypedName", + "src": "23191:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "23207:4:46", + "nodeType": "YulTypedName", + "src": "23207:4:46", + "type": "" + } + ], + "src": "23099:339:46" + }, + { + "body": { + "nativeSrc": "23594:435:46", + "nodeType": "YulBlock", + "src": "23594:435:46", + "statements": [ + { + "nativeSrc": "23604:51:46", + "nodeType": "YulVariableDeclaration", + "src": "23604:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "23643:11:46", + "nodeType": "YulIdentifier", + "src": "23643:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "23630:12:46", + "nodeType": "YulIdentifier", + "src": "23630:12:46" + }, + "nativeSrc": "23630:25:46", + "nodeType": "YulFunctionCall", + "src": "23630:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "23608:18:46", + "nodeType": "YulTypedName", + "src": "23608:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "23744:16:46", + "nodeType": "YulBlock", + "src": "23744:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "23753:1:46", + "nodeType": "YulLiteral", + "src": "23753:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "23756:1:46", + "nodeType": "YulLiteral", + "src": "23756:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "23746:6:46", + "nodeType": "YulIdentifier", + "src": "23746:6:46" + }, + "nativeSrc": "23746:12:46", + "nodeType": "YulFunctionCall", + "src": "23746:12:46" + }, + "nativeSrc": "23746:12:46", + "nodeType": "YulExpressionStatement", + "src": "23746:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "23678:18:46", + "nodeType": "YulIdentifier", + "src": "23678:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "23706:12:46", + "nodeType": "YulIdentifier", + "src": "23706:12:46" + }, + "nativeSrc": "23706:14:46", + "nodeType": "YulFunctionCall", + "src": "23706:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "23722:8:46", + "nodeType": "YulIdentifier", + "src": "23722:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "23702:3:46", + "nodeType": "YulIdentifier", + "src": "23702:3:46" + }, + "nativeSrc": "23702:29:46", + "nodeType": "YulFunctionCall", + "src": "23702:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "23737:2:46", + "nodeType": "YulLiteral", + "src": "23737:2:46", + "type": "", + "value": "30" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "23733:3:46", + "nodeType": "YulIdentifier", + "src": "23733:3:46" + }, + "nativeSrc": "23733:7:46", + "nodeType": "YulFunctionCall", + "src": "23733:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23698:3:46", + "nodeType": "YulIdentifier", + "src": "23698:3:46" + }, + "nativeSrc": "23698:43:46", + "nodeType": "YulFunctionCall", + "src": "23698:43:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "23674:3:46", + "nodeType": "YulIdentifier", + "src": "23674:3:46" + }, + "nativeSrc": "23674:68:46", + "nodeType": "YulFunctionCall", + "src": "23674:68:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "23667:6:46", + "nodeType": "YulIdentifier", + "src": "23667:6:46" + }, + "nativeSrc": "23667:76:46", + "nodeType": "YulFunctionCall", + "src": "23667:76:46" + }, + "nativeSrc": "23664:96:46", + "nodeType": "YulIf", + "src": "23664:96:46" + }, + { + "nativeSrc": "23769:47:46", + "nodeType": "YulVariableDeclaration", + "src": "23769:47:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "23787:8:46", + "nodeType": "YulIdentifier", + "src": "23787:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "23797:18:46", + "nodeType": "YulIdentifier", + "src": "23797:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23783:3:46", + "nodeType": "YulIdentifier", + "src": "23783:3:46" + }, + "nativeSrc": "23783:33:46", + "nodeType": "YulFunctionCall", + "src": "23783:33:46" + }, + "variables": [ + { + "name": "addr_1", + "nativeSrc": "23773:6:46", + "nodeType": "YulTypedName", + "src": "23773:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "23825:30:46", + "nodeType": "YulAssignment", + "src": "23825:30:46", + "value": { + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "23848:6:46", + "nodeType": "YulIdentifier", + "src": "23848:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "23835:12:46", + "nodeType": "YulIdentifier", + "src": "23835:12:46" + }, + "nativeSrc": "23835:20:46", + "nodeType": "YulFunctionCall", + "src": "23835:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "23825:6:46", + "nodeType": "YulIdentifier", + "src": "23825:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "23898:16:46", + "nodeType": "YulBlock", + "src": "23898:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "23907:1:46", + "nodeType": "YulLiteral", + "src": "23907:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "23910:1:46", + "nodeType": "YulLiteral", + "src": "23910:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "23900:6:46", + "nodeType": "YulIdentifier", + "src": "23900:6:46" + }, + "nativeSrc": "23900:12:46", + "nodeType": "YulFunctionCall", + "src": "23900:12:46" + }, + "nativeSrc": "23900:12:46", + "nodeType": "YulExpressionStatement", + "src": "23900:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "23870:6:46", + "nodeType": "YulIdentifier", + "src": "23870:6:46" + }, + { + "kind": "number", + "nativeSrc": "23878:18:46", + "nodeType": "YulLiteral", + "src": "23878:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "23867:2:46", + "nodeType": "YulIdentifier", + "src": "23867:2:46" + }, + "nativeSrc": "23867:30:46", + "nodeType": "YulFunctionCall", + "src": "23867:30:46" + }, + "nativeSrc": "23864:50:46", + "nodeType": "YulIf", + "src": "23864:50:46" + }, + { + "nativeSrc": "23923:25:46", + "nodeType": "YulAssignment", + "src": "23923:25:46", + "value": { + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "23935:6:46", + "nodeType": "YulIdentifier", + "src": "23935:6:46" + }, + { + "kind": "number", + "nativeSrc": "23943:4:46", + "nodeType": "YulLiteral", + "src": "23943:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23931:3:46", + "nodeType": "YulIdentifier", + "src": "23931:3:46" + }, + "nativeSrc": "23931:17:46", + "nodeType": "YulFunctionCall", + "src": "23931:17:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "23923:4:46", + "nodeType": "YulIdentifier", + "src": "23923:4:46" + } + ] + }, + { + "body": { + "nativeSrc": "24007:16:46", + "nodeType": "YulBlock", + "src": "24007:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "24016:1:46", + "nodeType": "YulLiteral", + "src": "24016:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "24019:1:46", + "nodeType": "YulLiteral", + "src": "24019:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "24009:6:46", + "nodeType": "YulIdentifier", + "src": "24009:6:46" + }, + "nativeSrc": "24009:12:46", + "nodeType": "YulFunctionCall", + "src": "24009:12:46" + }, + "nativeSrc": "24009:12:46", + "nodeType": "YulExpressionStatement", + "src": "24009:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "addr", + "nativeSrc": "23964:4:46", + "nodeType": "YulIdentifier", + "src": "23964:4:46" + }, + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "23974:12:46", + "nodeType": "YulIdentifier", + "src": "23974:12:46" + }, + "nativeSrc": "23974:14:46", + "nodeType": "YulFunctionCall", + "src": "23974:14:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "23994:1:46", + "nodeType": "YulLiteral", + "src": "23994:1:46", + "type": "", + "value": "6" + }, + { + "name": "length", + "nativeSrc": "23997:6:46", + "nodeType": "YulIdentifier", + "src": "23997:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "23990:3:46", + "nodeType": "YulIdentifier", + "src": "23990:3:46" + }, + "nativeSrc": "23990:14:46", + "nodeType": "YulFunctionCall", + "src": "23990:14:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "23970:3:46", + "nodeType": "YulIdentifier", + "src": "23970:3:46" + }, + "nativeSrc": "23970:35:46", + "nodeType": "YulFunctionCall", + "src": "23970:35:46" + } + ], + "functionName": { + "name": "sgt", + "nativeSrc": "23960:3:46", + "nodeType": "YulIdentifier", + "src": "23960:3:46" + }, + "nativeSrc": "23960:46:46", + "nodeType": "YulFunctionCall", + "src": "23960:46:46" + }, + "nativeSrc": "23957:66:46", + "nodeType": "YulIf", + "src": "23957:66:46" + } + ] + }, + "name": "access_calldata_tail_t_array$_t_struct$_RevocationRequestData_$2093_calldata_ptr_$dyn_calldata_ptr", + "nativeSrc": "23443:586:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "23551:8:46", + "nodeType": "YulTypedName", + "src": "23551:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "23561:11:46", + "nodeType": "YulTypedName", + "src": "23561:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "23577:4:46", + "nodeType": "YulTypedName", + "src": "23577:4:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "23583:6:46", + "nodeType": "YulTypedName", + "src": "23583:6:46", + "type": "" + } + ], + "src": "23443:586:46" + }, + { + "body": { + "nativeSrc": "24471:550:46", + "nodeType": "YulBlock", + "src": "24471:550:46", + "statements": [ + { + "nativeSrc": "24481:27:46", + "nodeType": "YulVariableDeclaration", + "src": "24481:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "24501:6:46", + "nodeType": "YulIdentifier", + "src": "24501:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "24495:5:46", + "nodeType": "YulIdentifier", + "src": "24495:5:46" + }, + "nativeSrc": "24495:13:46", + "nodeType": "YulFunctionCall", + "src": "24495:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "24485:6:46", + "nodeType": "YulTypedName", + "src": "24485:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "24556:6:46", + "nodeType": "YulIdentifier", + "src": "24556:6:46" + }, + { + "kind": "number", + "nativeSrc": "24564:4:46", + "nodeType": "YulLiteral", + "src": "24564:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24552:3:46", + "nodeType": "YulIdentifier", + "src": "24552:3:46" + }, + "nativeSrc": "24552:17:46", + "nodeType": "YulFunctionCall", + "src": "24552:17:46" + }, + { + "name": "pos", + "nativeSrc": "24571:3:46", + "nodeType": "YulIdentifier", + "src": "24571:3:46" + }, + { + "name": "length", + "nativeSrc": "24576:6:46", + "nodeType": "YulIdentifier", + "src": "24576:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "24517:34:46", + "nodeType": "YulIdentifier", + "src": "24517:34:46" + }, + "nativeSrc": "24517:66:46", + "nodeType": "YulFunctionCall", + "src": "24517:66:46" + }, + "nativeSrc": "24517:66:46", + "nodeType": "YulExpressionStatement", + "src": "24517:66:46" + }, + { + "nativeSrc": "24592:29:46", + "nodeType": "YulVariableDeclaration", + "src": "24592:29:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "24609:3:46", + "nodeType": "YulIdentifier", + "src": "24609:3:46" + }, + { + "name": "length", + "nativeSrc": "24614:6:46", + "nodeType": "YulIdentifier", + "src": "24614:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24605:3:46", + "nodeType": "YulIdentifier", + "src": "24605:3:46" + }, + "nativeSrc": "24605:16:46", + "nodeType": "YulFunctionCall", + "src": "24605:16:46" + }, + "variables": [ + { + "name": "end_1", + "nativeSrc": "24596:5:46", + "nodeType": "YulTypedName", + "src": "24596:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "24637:5:46", + "nodeType": "YulIdentifier", + "src": "24637:5:46" + }, + { + "hexValue": "2e", + "kind": "string", + "nativeSrc": "24644:3:46", + "nodeType": "YulLiteral", + "src": "24644:3:46", + "type": "", + "value": "." + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "24630:6:46", + "nodeType": "YulIdentifier", + "src": "24630:6:46" + }, + "nativeSrc": "24630:18:46", + "nodeType": "YulFunctionCall", + "src": "24630:18:46" + }, + "nativeSrc": "24630:18:46", + "nodeType": "YulExpressionStatement", + "src": "24630:18:46" + }, + { + "nativeSrc": "24657:29:46", + "nodeType": "YulVariableDeclaration", + "src": "24657:29:46", + "value": { + "arguments": [ + { + "name": "value1", + "nativeSrc": "24679:6:46", + "nodeType": "YulIdentifier", + "src": "24679:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "24673:5:46", + "nodeType": "YulIdentifier", + "src": "24673:5:46" + }, + "nativeSrc": "24673:13:46", + "nodeType": "YulFunctionCall", + "src": "24673:13:46" + }, + "variables": [ + { + "name": "length_1", + "nativeSrc": "24661:8:46", + "nodeType": "YulTypedName", + "src": "24661:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "24734:6:46", + "nodeType": "YulIdentifier", + "src": "24734:6:46" + }, + { + "kind": "number", + "nativeSrc": "24742:4:46", + "nodeType": "YulLiteral", + "src": "24742:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24730:3:46", + "nodeType": "YulIdentifier", + "src": "24730:3:46" + }, + "nativeSrc": "24730:17:46", + "nodeType": "YulFunctionCall", + "src": "24730:17:46" + }, + { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "24753:5:46", + "nodeType": "YulIdentifier", + "src": "24753:5:46" + }, + { + "kind": "number", + "nativeSrc": "24760:1:46", + "nodeType": "YulLiteral", + "src": "24760:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24749:3:46", + "nodeType": "YulIdentifier", + "src": "24749:3:46" + }, + "nativeSrc": "24749:13:46", + "nodeType": "YulFunctionCall", + "src": "24749:13:46" + }, + { + "name": "length_1", + "nativeSrc": "24764:8:46", + "nodeType": "YulIdentifier", + "src": "24764:8:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "24695:34:46", + "nodeType": "YulIdentifier", + "src": "24695:34:46" + }, + "nativeSrc": "24695:78:46", + "nodeType": "YulFunctionCall", + "src": "24695:78:46" + }, + "nativeSrc": "24695:78:46", + "nodeType": "YulExpressionStatement", + "src": "24695:78:46" + }, + { + "nativeSrc": "24782:30:46", + "nodeType": "YulVariableDeclaration", + "src": "24782:30:46", + "value": { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "24796:5:46", + "nodeType": "YulIdentifier", + "src": "24796:5:46" + }, + { + "name": "length_1", + "nativeSrc": "24803:8:46", + "nodeType": "YulIdentifier", + "src": "24803:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24792:3:46", + "nodeType": "YulIdentifier", + "src": "24792:3:46" + }, + "nativeSrc": "24792:20:46", + "nodeType": "YulFunctionCall", + "src": "24792:20:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "24786:2:46", + "nodeType": "YulTypedName", + "src": "24786:2:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "24832:2:46", + "nodeType": "YulIdentifier", + "src": "24832:2:46" + }, + { + "kind": "number", + "nativeSrc": "24836:1:46", + "nodeType": "YulLiteral", + "src": "24836:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24828:3:46", + "nodeType": "YulIdentifier", + "src": "24828:3:46" + }, + "nativeSrc": "24828:10:46", + "nodeType": "YulFunctionCall", + "src": "24828:10:46" + }, + { + "hexValue": "2e", + "kind": "string", + "nativeSrc": "24840:3:46", + "nodeType": "YulLiteral", + "src": "24840:3:46", + "type": "", + "value": "." + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "24821:6:46", + "nodeType": "YulIdentifier", + "src": "24821:6:46" + }, + "nativeSrc": "24821:23:46", + "nodeType": "YulFunctionCall", + "src": "24821:23:46" + }, + "nativeSrc": "24821:23:46", + "nodeType": "YulExpressionStatement", + "src": "24821:23:46" + }, + { + "nativeSrc": "24853:29:46", + "nodeType": "YulVariableDeclaration", + "src": "24853:29:46", + "value": { + "arguments": [ + { + "name": "value2", + "nativeSrc": "24875:6:46", + "nodeType": "YulIdentifier", + "src": "24875:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "24869:5:46", + "nodeType": "YulIdentifier", + "src": "24869:5:46" + }, + "nativeSrc": "24869:13:46", + "nodeType": "YulFunctionCall", + "src": "24869:13:46" + }, + "variables": [ + { + "name": "length_2", + "nativeSrc": "24857:8:46", + "nodeType": "YulTypedName", + "src": "24857:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "24930:6:46", + "nodeType": "YulIdentifier", + "src": "24930:6:46" + }, + { + "kind": "number", + "nativeSrc": "24938:4:46", + "nodeType": "YulLiteral", + "src": "24938:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24926:3:46", + "nodeType": "YulIdentifier", + "src": "24926:3:46" + }, + "nativeSrc": "24926:17:46", + "nodeType": "YulFunctionCall", + "src": "24926:17:46" + }, + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "24949:2:46", + "nodeType": "YulIdentifier", + "src": "24949:2:46" + }, + { + "kind": "number", + "nativeSrc": "24953:1:46", + "nodeType": "YulLiteral", + "src": "24953:1:46", + "type": "", + "value": "2" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24945:3:46", + "nodeType": "YulIdentifier", + "src": "24945:3:46" + }, + "nativeSrc": "24945:10:46", + "nodeType": "YulFunctionCall", + "src": "24945:10:46" + }, + { + "name": "length_2", + "nativeSrc": "24957:8:46", + "nodeType": "YulIdentifier", + "src": "24957:8:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "24891:34:46", + "nodeType": "YulIdentifier", + "src": "24891:34:46" + }, + "nativeSrc": "24891:75:46", + "nodeType": "YulFunctionCall", + "src": "24891:75:46" + }, + "nativeSrc": "24891:75:46", + "nodeType": "YulExpressionStatement", + "src": "24891:75:46" + }, + { + "nativeSrc": "24975:40:46", + "nodeType": "YulAssignment", + "src": "24975:40:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "24994:2:46", + "nodeType": "YulIdentifier", + "src": "24994:2:46" + }, + { + "name": "length_2", + "nativeSrc": "24998:8:46", + "nodeType": "YulIdentifier", + "src": "24998:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24990:3:46", + "nodeType": "YulIdentifier", + "src": "24990:3:46" + }, + "nativeSrc": "24990:17:46", + "nodeType": "YulFunctionCall", + "src": "24990:17:46" + }, + { + "kind": "number", + "nativeSrc": "25009:1:46", + "nodeType": "YulLiteral", + "src": "25009:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24986:3:46", + "nodeType": "YulIdentifier", + "src": "24986:3:46" + }, + "nativeSrc": "24986:25:46", + "nodeType": "YulFunctionCall", + "src": "24986:25:46" + }, + { + "kind": "number", + "nativeSrc": "25013:1:46", + "nodeType": "YulLiteral", + "src": "25013:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24982:3:46", + "nodeType": "YulIdentifier", + "src": "24982:3:46" + }, + "nativeSrc": "24982:33:46", + "nodeType": "YulFunctionCall", + "src": "24982:33:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "24975:3:46", + "nodeType": "YulIdentifier", + "src": "24975:3:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "24431:3:46", + "nodeType": "YulTypedName", + "src": "24431:3:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "24436:6:46", + "nodeType": "YulTypedName", + "src": "24436:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "24444:6:46", + "nodeType": "YulTypedName", + "src": "24444:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "24452:6:46", + "nodeType": "YulTypedName", + "src": "24452:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "24463:3:46", + "nodeType": "YulTypedName", + "src": "24463:3:46", + "type": "" + } + ], + "src": "24034:987:46" + }, + { + "body": { + "nativeSrc": "25155:119:46", + "nodeType": "YulBlock", + "src": "25155:119:46", + "statements": [ + { + "nativeSrc": "25165:26:46", + "nodeType": "YulAssignment", + "src": "25165:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "25177:9:46", + "nodeType": "YulIdentifier", + "src": "25177:9:46" + }, + { + "kind": "number", + "nativeSrc": "25188:2:46", + "nodeType": "YulLiteral", + "src": "25188:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25173:3:46", + "nodeType": "YulIdentifier", + "src": "25173:3:46" + }, + "nativeSrc": "25173:18:46", + "nodeType": "YulFunctionCall", + "src": "25173:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "25165:4:46", + "nodeType": "YulIdentifier", + "src": "25165:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "25207:9:46", + "nodeType": "YulIdentifier", + "src": "25207:9:46" + }, + { + "name": "value0", + "nativeSrc": "25218:6:46", + "nodeType": "YulIdentifier", + "src": "25218:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "25200:6:46", + "nodeType": "YulIdentifier", + "src": "25200:6:46" + }, + "nativeSrc": "25200:25:46", + "nodeType": "YulFunctionCall", + "src": "25200:25:46" + }, + "nativeSrc": "25200:25:46", + "nodeType": "YulExpressionStatement", + "src": "25200:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "25245:9:46", + "nodeType": "YulIdentifier", + "src": "25245:9:46" + }, + { + "kind": "number", + "nativeSrc": "25256:2:46", + "nodeType": "YulLiteral", + "src": "25256:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25241:3:46", + "nodeType": "YulIdentifier", + "src": "25241:3:46" + }, + "nativeSrc": "25241:18:46", + "nodeType": "YulFunctionCall", + "src": "25241:18:46" + }, + { + "name": "value1", + "nativeSrc": "25261:6:46", + "nodeType": "YulIdentifier", + "src": "25261:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "25234:6:46", + "nodeType": "YulIdentifier", + "src": "25234:6:46" + }, + "nativeSrc": "25234:34:46", + "nodeType": "YulFunctionCall", + "src": "25234:34:46" + }, + "nativeSrc": "25234:34:46", + "nodeType": "YulExpressionStatement", + "src": "25234:34:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed", + "nativeSrc": "25026:248:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "25116:9:46", + "nodeType": "YulTypedName", + "src": "25116:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "25127:6:46", + "nodeType": "YulTypedName", + "src": "25127:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "25135:6:46", + "nodeType": "YulTypedName", + "src": "25135:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "25146:4:46", + "nodeType": "YulTypedName", + "src": "25146:4:46", + "type": "" + } + ], + "src": "25026:248:46" + }, + { + "body": { + "nativeSrc": "25406:223:46", + "nodeType": "YulBlock", + "src": "25406:223:46", + "statements": [ + { + "nativeSrc": "25416:51:46", + "nodeType": "YulVariableDeclaration", + "src": "25416:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "25455:11:46", + "nodeType": "YulIdentifier", + "src": "25455:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "25442:12:46", + "nodeType": "YulIdentifier", + "src": "25442:12:46" + }, + "nativeSrc": "25442:25:46", + "nodeType": "YulFunctionCall", + "src": "25442:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "25420:18:46", + "nodeType": "YulTypedName", + "src": "25420:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "25557:16:46", + "nodeType": "YulBlock", + "src": "25557:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "25566:1:46", + "nodeType": "YulLiteral", + "src": "25566:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "25569:1:46", + "nodeType": "YulLiteral", + "src": "25569:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "25559:6:46", + "nodeType": "YulIdentifier", + "src": "25559:6:46" + }, + "nativeSrc": "25559:12:46", + "nodeType": "YulFunctionCall", + "src": "25559:12:46" + }, + "nativeSrc": "25559:12:46", + "nodeType": "YulExpressionStatement", + "src": "25559:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "25490:18:46", + "nodeType": "YulIdentifier", + "src": "25490:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "25518:12:46", + "nodeType": "YulIdentifier", + "src": "25518:12:46" + }, + "nativeSrc": "25518:14:46", + "nodeType": "YulFunctionCall", + "src": "25518:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "25534:8:46", + "nodeType": "YulIdentifier", + "src": "25534:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "25514:3:46", + "nodeType": "YulIdentifier", + "src": "25514:3:46" + }, + "nativeSrc": "25514:29:46", + "nodeType": "YulFunctionCall", + "src": "25514:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "25549:3:46", + "nodeType": "YulLiteral", + "src": "25549:3:46", + "type": "", + "value": "158" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "25545:3:46", + "nodeType": "YulIdentifier", + "src": "25545:3:46" + }, + "nativeSrc": "25545:8:46", + "nodeType": "YulFunctionCall", + "src": "25545:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25510:3:46", + "nodeType": "YulIdentifier", + "src": "25510:3:46" + }, + "nativeSrc": "25510:44:46", + "nodeType": "YulFunctionCall", + "src": "25510:44:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "25486:3:46", + "nodeType": "YulIdentifier", + "src": "25486:3:46" + }, + "nativeSrc": "25486:69:46", + "nodeType": "YulFunctionCall", + "src": "25486:69:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "25479:6:46", + "nodeType": "YulIdentifier", + "src": "25479:6:46" + }, + "nativeSrc": "25479:77:46", + "nodeType": "YulFunctionCall", + "src": "25479:77:46" + }, + "nativeSrc": "25476:97:46", + "nodeType": "YulIf", + "src": "25476:97:46" + }, + { + "nativeSrc": "25582:41:46", + "nodeType": "YulAssignment", + "src": "25582:41:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "25594:8:46", + "nodeType": "YulIdentifier", + "src": "25594:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "25604:18:46", + "nodeType": "YulIdentifier", + "src": "25604:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25590:3:46", + "nodeType": "YulIdentifier", + "src": "25590:3:46" + }, + "nativeSrc": "25590:33:46", + "nodeType": "YulFunctionCall", + "src": "25590:33:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "25582:4:46", + "nodeType": "YulIdentifier", + "src": "25582:4:46" + } + ] + } + ] + }, + "name": "access_calldata_tail_t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr", + "nativeSrc": "25279:350:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "25371:8:46", + "nodeType": "YulTypedName", + "src": "25371:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "25381:11:46", + "nodeType": "YulTypedName", + "src": "25381:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "25397:4:46", + "nodeType": "YulTypedName", + "src": "25397:4:46", + "type": "" + } + ], + "src": "25279:350:46" + }, + { + "body": { + "nativeSrc": "25771:438:46", + "nodeType": "YulBlock", + "src": "25771:438:46", + "statements": [ + { + "nativeSrc": "25781:51:46", + "nodeType": "YulVariableDeclaration", + "src": "25781:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "25820:11:46", + "nodeType": "YulIdentifier", + "src": "25820:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "25807:12:46", + "nodeType": "YulIdentifier", + "src": "25807:12:46" + }, + "nativeSrc": "25807:25:46", + "nodeType": "YulFunctionCall", + "src": "25807:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "25785:18:46", + "nodeType": "YulTypedName", + "src": "25785:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "25921:16:46", + "nodeType": "YulBlock", + "src": "25921:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "25930:1:46", + "nodeType": "YulLiteral", + "src": "25930:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "25933:1:46", + "nodeType": "YulLiteral", + "src": "25933:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "25923:6:46", + "nodeType": "YulIdentifier", + "src": "25923:6:46" + }, + "nativeSrc": "25923:12:46", + "nodeType": "YulFunctionCall", + "src": "25923:12:46" + }, + "nativeSrc": "25923:12:46", + "nodeType": "YulExpressionStatement", + "src": "25923:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "25855:18:46", + "nodeType": "YulIdentifier", + "src": "25855:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "25883:12:46", + "nodeType": "YulIdentifier", + "src": "25883:12:46" + }, + "nativeSrc": "25883:14:46", + "nodeType": "YulFunctionCall", + "src": "25883:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "25899:8:46", + "nodeType": "YulIdentifier", + "src": "25899:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "25879:3:46", + "nodeType": "YulIdentifier", + "src": "25879:3:46" + }, + "nativeSrc": "25879:29:46", + "nodeType": "YulFunctionCall", + "src": "25879:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "25914:2:46", + "nodeType": "YulLiteral", + "src": "25914:2:46", + "type": "", + "value": "30" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "25910:3:46", + "nodeType": "YulIdentifier", + "src": "25910:3:46" + }, + "nativeSrc": "25910:7:46", + "nodeType": "YulFunctionCall", + "src": "25910:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25875:3:46", + "nodeType": "YulIdentifier", + "src": "25875:3:46" + }, + "nativeSrc": "25875:43:46", + "nodeType": "YulFunctionCall", + "src": "25875:43:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "25851:3:46", + "nodeType": "YulIdentifier", + "src": "25851:3:46" + }, + "nativeSrc": "25851:68:46", + "nodeType": "YulFunctionCall", + "src": "25851:68:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "25844:6:46", + "nodeType": "YulIdentifier", + "src": "25844:6:46" + }, + "nativeSrc": "25844:76:46", + "nodeType": "YulFunctionCall", + "src": "25844:76:46" + }, + "nativeSrc": "25841:96:46", + "nodeType": "YulIf", + "src": "25841:96:46" + }, + { + "nativeSrc": "25946:47:46", + "nodeType": "YulVariableDeclaration", + "src": "25946:47:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "25964:8:46", + "nodeType": "YulIdentifier", + "src": "25964:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "25974:18:46", + "nodeType": "YulIdentifier", + "src": "25974:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25960:3:46", + "nodeType": "YulIdentifier", + "src": "25960:3:46" + }, + "nativeSrc": "25960:33:46", + "nodeType": "YulFunctionCall", + "src": "25960:33:46" + }, + "variables": [ + { + "name": "addr_1", + "nativeSrc": "25950:6:46", + "nodeType": "YulTypedName", + "src": "25950:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "26002:30:46", + "nodeType": "YulAssignment", + "src": "26002:30:46", + "value": { + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "26025:6:46", + "nodeType": "YulIdentifier", + "src": "26025:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "26012:12:46", + "nodeType": "YulIdentifier", + "src": "26012:12:46" + }, + "nativeSrc": "26012:20:46", + "nodeType": "YulFunctionCall", + "src": "26012:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "26002:6:46", + "nodeType": "YulIdentifier", + "src": "26002:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "26075:16:46", + "nodeType": "YulBlock", + "src": "26075:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "26084:1:46", + "nodeType": "YulLiteral", + "src": "26084:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "26087:1:46", + "nodeType": "YulLiteral", + "src": "26087:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "26077:6:46", + "nodeType": "YulIdentifier", + "src": "26077:6:46" + }, + "nativeSrc": "26077:12:46", + "nodeType": "YulFunctionCall", + "src": "26077:12:46" + }, + "nativeSrc": "26077:12:46", + "nodeType": "YulExpressionStatement", + "src": "26077:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "26047:6:46", + "nodeType": "YulIdentifier", + "src": "26047:6:46" + }, + { + "kind": "number", + "nativeSrc": "26055:18:46", + "nodeType": "YulLiteral", + "src": "26055:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "26044:2:46", + "nodeType": "YulIdentifier", + "src": "26044:2:46" + }, + "nativeSrc": "26044:30:46", + "nodeType": "YulFunctionCall", + "src": "26044:30:46" + }, + "nativeSrc": "26041:50:46", + "nodeType": "YulIf", + "src": "26041:50:46" + }, + { + "nativeSrc": "26100:25:46", + "nodeType": "YulAssignment", + "src": "26100:25:46", + "value": { + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "26112:6:46", + "nodeType": "YulIdentifier", + "src": "26112:6:46" + }, + { + "kind": "number", + "nativeSrc": "26120:4:46", + "nodeType": "YulLiteral", + "src": "26120:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "26108:3:46", + "nodeType": "YulIdentifier", + "src": "26108:3:46" + }, + "nativeSrc": "26108:17:46", + "nodeType": "YulFunctionCall", + "src": "26108:17:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "26100:4:46", + "nodeType": "YulIdentifier", + "src": "26100:4:46" + } + ] + }, + { + "body": { + "nativeSrc": "26187:16:46", + "nodeType": "YulBlock", + "src": "26187:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "26196:1:46", + "nodeType": "YulLiteral", + "src": "26196:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "26199:1:46", + "nodeType": "YulLiteral", + "src": "26199:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "26189:6:46", + "nodeType": "YulIdentifier", + "src": "26189:6:46" + }, + "nativeSrc": "26189:12:46", + "nodeType": "YulFunctionCall", + "src": "26189:12:46" + }, + "nativeSrc": "26189:12:46", + "nodeType": "YulExpressionStatement", + "src": "26189:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "addr", + "nativeSrc": "26141:4:46", + "nodeType": "YulIdentifier", + "src": "26141:4:46" + }, + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "26151:12:46", + "nodeType": "YulIdentifier", + "src": "26151:12:46" + }, + "nativeSrc": "26151:14:46", + "nodeType": "YulFunctionCall", + "src": "26151:14:46" + }, + { + "arguments": [ + { + "name": "length", + "nativeSrc": "26171:6:46", + "nodeType": "YulIdentifier", + "src": "26171:6:46" + }, + { + "kind": "number", + "nativeSrc": "26179:4:46", + "nodeType": "YulLiteral", + "src": "26179:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "mul", + "nativeSrc": "26167:3:46", + "nodeType": "YulIdentifier", + "src": "26167:3:46" + }, + "nativeSrc": "26167:17:46", + "nodeType": "YulFunctionCall", + "src": "26167:17:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "26147:3:46", + "nodeType": "YulIdentifier", + "src": "26147:3:46" + }, + "nativeSrc": "26147:38:46", + "nodeType": "YulFunctionCall", + "src": "26147:38:46" + } + ], + "functionName": { + "name": "sgt", + "nativeSrc": "26137:3:46", + "nodeType": "YulIdentifier", + "src": "26137:3:46" + }, + "nativeSrc": "26137:49:46", + "nodeType": "YulFunctionCall", + "src": "26137:49:46" + }, + "nativeSrc": "26134:69:46", + "nodeType": "YulIf", + "src": "26134:69:46" + } + ] + }, + "name": "access_calldata_tail_t_array$_t_struct$_Signature_$27_calldata_ptr_$dyn_calldata_ptr", + "nativeSrc": "25634:575:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "25728:8:46", + "nodeType": "YulTypedName", + "src": "25728:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "25738:11:46", + "nodeType": "YulTypedName", + "src": "25738:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "25754:4:46", + "nodeType": "YulTypedName", + "src": "25754:4:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "25760:6:46", + "nodeType": "YulTypedName", + "src": "25760:6:46", + "type": "" + } + ], + "src": "25634:575:46" + }, + { + "body": { + "nativeSrc": "26309:134:46", + "nodeType": "YulBlock", + "src": "26309:134:46", + "statements": [ + { + "body": { + "nativeSrc": "26355:16:46", + "nodeType": "YulBlock", + "src": "26355:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "26364:1:46", + "nodeType": "YulLiteral", + "src": "26364:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "26367:1:46", + "nodeType": "YulLiteral", + "src": "26367:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "26357:6:46", + "nodeType": "YulIdentifier", + "src": "26357:6:46" + }, + "nativeSrc": "26357:12:46", + "nodeType": "YulFunctionCall", + "src": "26357:12:46" + }, + "nativeSrc": "26357:12:46", + "nodeType": "YulExpressionStatement", + "src": "26357:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "26330:7:46", + "nodeType": "YulIdentifier", + "src": "26330:7:46" + }, + { + "name": "headStart", + "nativeSrc": "26339:9:46", + "nodeType": "YulIdentifier", + "src": "26339:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "26326:3:46", + "nodeType": "YulIdentifier", + "src": "26326:3:46" + }, + "nativeSrc": "26326:23:46", + "nodeType": "YulFunctionCall", + "src": "26326:23:46" + }, + { + "kind": "number", + "nativeSrc": "26351:2:46", + "nodeType": "YulLiteral", + "src": "26351:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "26322:3:46", + "nodeType": "YulIdentifier", + "src": "26322:3:46" + }, + "nativeSrc": "26322:32:46", + "nodeType": "YulFunctionCall", + "src": "26322:32:46" + }, + "nativeSrc": "26319:52:46", + "nodeType": "YulIf", + "src": "26319:52:46" + }, + { + "nativeSrc": "26380:57:46", + "nodeType": "YulAssignment", + "src": "26380:57:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "26418:9:46", + "nodeType": "YulIdentifier", + "src": "26418:9:46" + }, + { + "name": "dataEnd", + "nativeSrc": "26429:7:46", + "nodeType": "YulIdentifier", + "src": "26429:7:46" + } + ], + "functionName": { + "name": "abi_decode_struct_Signature", + "nativeSrc": "26390:27:46", + "nodeType": "YulIdentifier", + "src": "26390:27:46" + }, + "nativeSrc": "26390:47:46", + "nodeType": "YulFunctionCall", + "src": "26390:47:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "26380:6:46", + "nodeType": "YulIdentifier", + "src": "26380:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_Signature_$27_memory_ptr", + "nativeSrc": "26214:229:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "26275:9:46", + "nodeType": "YulTypedName", + "src": "26275:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "26286:7:46", + "nodeType": "YulTypedName", + "src": "26286:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "26298:6:46", + "nodeType": "YulTypedName", + "src": "26298:6:46", + "type": "" + } + ], + "src": "26214:229:46" + }, + { + "body": { + "nativeSrc": "26517:115:46", + "nodeType": "YulBlock", + "src": "26517:115:46", + "statements": [ + { + "body": { + "nativeSrc": "26563:16:46", + "nodeType": "YulBlock", + "src": "26563:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "26572:1:46", + "nodeType": "YulLiteral", + "src": "26572:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "26575:1:46", + "nodeType": "YulLiteral", + "src": "26575:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "26565:6:46", + "nodeType": "YulIdentifier", + "src": "26565:6:46" + }, + "nativeSrc": "26565:12:46", + "nodeType": "YulFunctionCall", + "src": "26565:12:46" + }, + "nativeSrc": "26565:12:46", + "nodeType": "YulExpressionStatement", + "src": "26565:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "26538:7:46", + "nodeType": "YulIdentifier", + "src": "26538:7:46" + }, + { + "name": "headStart", + "nativeSrc": "26547:9:46", + "nodeType": "YulIdentifier", + "src": "26547:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "26534:3:46", + "nodeType": "YulIdentifier", + "src": "26534:3:46" + }, + "nativeSrc": "26534:23:46", + "nodeType": "YulFunctionCall", + "src": "26534:23:46" + }, + { + "kind": "number", + "nativeSrc": "26559:2:46", + "nodeType": "YulLiteral", + "src": "26559:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "26530:3:46", + "nodeType": "YulIdentifier", + "src": "26530:3:46" + }, + "nativeSrc": "26530:32:46", + "nodeType": "YulFunctionCall", + "src": "26530:32:46" + }, + "nativeSrc": "26527:52:46", + "nodeType": "YulIf", + "src": "26527:52:46" + }, + { + "nativeSrc": "26588:38:46", + "nodeType": "YulAssignment", + "src": "26588:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "26616:9:46", + "nodeType": "YulIdentifier", + "src": "26616:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "26598:17:46", + "nodeType": "YulIdentifier", + "src": "26598:17:46" + }, + "nativeSrc": "26598:28:46", + "nodeType": "YulFunctionCall", + "src": "26598:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "26588:6:46", + "nodeType": "YulIdentifier", + "src": "26588:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64", + "nativeSrc": "26448:184:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "26483:9:46", + "nodeType": "YulTypedName", + "src": "26483:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "26494:7:46", + "nodeType": "YulTypedName", + "src": "26494:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "26506:6:46", + "nodeType": "YulTypedName", + "src": "26506:6:46", + "type": "" + } + ], + "src": "26448:184:46" + }, + { + "body": { + "nativeSrc": "26751:677:46", + "nodeType": "YulBlock", + "src": "26751:677:46", + "statements": [ + { + "nativeSrc": "26761:43:46", + "nodeType": "YulVariableDeclaration", + "src": "26761:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "26779:7:46", + "nodeType": "YulIdentifier", + "src": "26779:7:46" + }, + { + "name": "headStart", + "nativeSrc": "26788:9:46", + "nodeType": "YulIdentifier", + "src": "26788:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "26775:3:46", + "nodeType": "YulIdentifier", + "src": "26775:3:46" + }, + "nativeSrc": "26775:23:46", + "nodeType": "YulFunctionCall", + "src": "26775:23:46" + }, + { + "kind": "number", + "nativeSrc": "26800:3:46", + "nodeType": "YulLiteral", + "src": "26800:3:46", + "type": "", + "value": "256" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "26771:3:46", + "nodeType": "YulIdentifier", + "src": "26771:3:46" + }, + "nativeSrc": "26771:33:46", + "nodeType": "YulFunctionCall", + "src": "26771:33:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "26765:2:46", + "nodeType": "YulTypedName", + "src": "26765:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "26819:16:46", + "nodeType": "YulBlock", + "src": "26819:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "26828:1:46", + "nodeType": "YulLiteral", + "src": "26828:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "26831:1:46", + "nodeType": "YulLiteral", + "src": "26831:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "26821:6:46", + "nodeType": "YulIdentifier", + "src": "26821:6:46" + }, + "nativeSrc": "26821:12:46", + "nodeType": "YulFunctionCall", + "src": "26821:12:46" + }, + "nativeSrc": "26821:12:46", + "nodeType": "YulExpressionStatement", + "src": "26821:12:46" + } + ] + }, + "condition": { + "name": "_1", + "nativeSrc": "26816:2:46", + "nodeType": "YulIdentifier", + "src": "26816:2:46" + }, + "nativeSrc": "26813:22:46", + "nodeType": "YulIf", + "src": "26813:22:46" + }, + { + "nativeSrc": "26844:7:46", + "nodeType": "YulAssignment", + "src": "26844:7:46", + "value": { + "kind": "number", + "nativeSrc": "26850:1:46", + "nodeType": "YulLiteral", + "src": "26850:1:46", + "type": "", + "value": "0" + }, + "variableNames": [ + { + "name": "_1", + "nativeSrc": "26844:2:46", + "nodeType": "YulIdentifier", + "src": "26844:2:46" + } + ] + }, + { + "nativeSrc": "26860:35:46", + "nodeType": "YulVariableDeclaration", + "src": "26860:35:46", + "value": { + "arguments": [], + "functionName": { + "name": "allocate_memory_3980", + "nativeSrc": "26873:20:46", + "nodeType": "YulIdentifier", + "src": "26873:20:46" + }, + "nativeSrc": "26873:22:46", + "nodeType": "YulFunctionCall", + "src": "26873:22:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "26864:5:46", + "nodeType": "YulTypedName", + "src": "26864:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "26904:16:46", + "nodeType": "YulVariableDeclaration", + "src": "26904:16:46", + "value": { + "kind": "number", + "nativeSrc": "26919:1:46", + "nodeType": "YulLiteral", + "src": "26919:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "26908:7:46", + "nodeType": "YulTypedName", + "src": "26908:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "26929:34:46", + "nodeType": "YulAssignment", + "src": "26929:34:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "26953:9:46", + "nodeType": "YulIdentifier", + "src": "26953:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "26940:12:46", + "nodeType": "YulIdentifier", + "src": "26940:12:46" + }, + "nativeSrc": "26940:23:46", + "nodeType": "YulFunctionCall", + "src": "26940:23:46" + }, + "variableNames": [ + { + "name": "value_1", + "nativeSrc": "26929:7:46", + "nodeType": "YulIdentifier", + "src": "26929:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "26979:5:46", + "nodeType": "YulIdentifier", + "src": "26979:5:46" + }, + { + "name": "value_1", + "nativeSrc": "26986:7:46", + "nodeType": "YulIdentifier", + "src": "26986:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "26972:6:46", + "nodeType": "YulIdentifier", + "src": "26972:6:46" + }, + "nativeSrc": "26972:22:46", + "nodeType": "YulFunctionCall", + "src": "26972:22:46" + }, + "nativeSrc": "26972:22:46", + "nodeType": "YulExpressionStatement", + "src": "26972:22:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "27014:5:46", + "nodeType": "YulIdentifier", + "src": "27014:5:46" + }, + { + "kind": "number", + "nativeSrc": "27021:2:46", + "nodeType": "YulLiteral", + "src": "27021:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27010:3:46", + "nodeType": "YulIdentifier", + "src": "27010:3:46" + }, + "nativeSrc": "27010:14:46", + "nodeType": "YulFunctionCall", + "src": "27010:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27070:9:46", + "nodeType": "YulIdentifier", + "src": "27070:9:46" + }, + { + "kind": "number", + "nativeSrc": "27081:2:46", + "nodeType": "YulLiteral", + "src": "27081:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27066:3:46", + "nodeType": "YulIdentifier", + "src": "27066:3:46" + }, + "nativeSrc": "27066:18:46", + "nodeType": "YulFunctionCall", + "src": "27066:18:46" + }, + { + "name": "dataEnd", + "nativeSrc": "27086:7:46", + "nodeType": "YulIdentifier", + "src": "27086:7:46" + } + ], + "functionName": { + "name": "abi_decode_struct_RevocationRequestData", + "nativeSrc": "27026:39:46", + "nodeType": "YulIdentifier", + "src": "27026:39:46" + }, + "nativeSrc": "27026:68:46", + "nodeType": "YulFunctionCall", + "src": "27026:68:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27003:6:46", + "nodeType": "YulIdentifier", + "src": "27003:6:46" + }, + "nativeSrc": "27003:92:46", + "nodeType": "YulFunctionCall", + "src": "27003:92:46" + }, + "nativeSrc": "27003:92:46", + "nodeType": "YulExpressionStatement", + "src": "27003:92:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "27115:5:46", + "nodeType": "YulIdentifier", + "src": "27115:5:46" + }, + { + "kind": "number", + "nativeSrc": "27122:4:46", + "nodeType": "YulLiteral", + "src": "27122:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27111:3:46", + "nodeType": "YulIdentifier", + "src": "27111:3:46" + }, + "nativeSrc": "27111:16:46", + "nodeType": "YulFunctionCall", + "src": "27111:16:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27161:9:46", + "nodeType": "YulIdentifier", + "src": "27161:9:46" + }, + { + "kind": "number", + "nativeSrc": "27172:2:46", + "nodeType": "YulLiteral", + "src": "27172:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27157:3:46", + "nodeType": "YulIdentifier", + "src": "27157:3:46" + }, + "nativeSrc": "27157:18:46", + "nodeType": "YulFunctionCall", + "src": "27157:18:46" + }, + { + "name": "dataEnd", + "nativeSrc": "27177:7:46", + "nodeType": "YulIdentifier", + "src": "27177:7:46" + } + ], + "functionName": { + "name": "abi_decode_struct_Signature", + "nativeSrc": "27129:27:46", + "nodeType": "YulIdentifier", + "src": "27129:27:46" + }, + "nativeSrc": "27129:56:46", + "nodeType": "YulFunctionCall", + "src": "27129:56:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27104:6:46", + "nodeType": "YulIdentifier", + "src": "27104:6:46" + }, + "nativeSrc": "27104:82:46", + "nodeType": "YulFunctionCall", + "src": "27104:82:46" + }, + "nativeSrc": "27104:82:46", + "nodeType": "YulExpressionStatement", + "src": "27104:82:46" + }, + { + "nativeSrc": "27195:48:46", + "nodeType": "YulVariableDeclaration", + "src": "27195:48:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27227:9:46", + "nodeType": "YulIdentifier", + "src": "27227:9:46" + }, + { + "kind": "number", + "nativeSrc": "27238:3:46", + "nodeType": "YulLiteral", + "src": "27238:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27223:3:46", + "nodeType": "YulIdentifier", + "src": "27223:3:46" + }, + "nativeSrc": "27223:19:46", + "nodeType": "YulFunctionCall", + "src": "27223:19:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "27210:12:46", + "nodeType": "YulIdentifier", + "src": "27210:12:46" + }, + "nativeSrc": "27210:33:46", + "nodeType": "YulFunctionCall", + "src": "27210:33:46" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "27199:7:46", + "nodeType": "YulTypedName", + "src": "27199:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_2", + "nativeSrc": "27277:7:46", + "nodeType": "YulIdentifier", + "src": "27277:7:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "27252:24:46", + "nodeType": "YulIdentifier", + "src": "27252:24:46" + }, + "nativeSrc": "27252:33:46", + "nodeType": "YulFunctionCall", + "src": "27252:33:46" + }, + "nativeSrc": "27252:33:46", + "nodeType": "YulExpressionStatement", + "src": "27252:33:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "27305:5:46", + "nodeType": "YulIdentifier", + "src": "27305:5:46" + }, + { + "kind": "number", + "nativeSrc": "27312:2:46", + "nodeType": "YulLiteral", + "src": "27312:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27301:3:46", + "nodeType": "YulIdentifier", + "src": "27301:3:46" + }, + "nativeSrc": "27301:14:46", + "nodeType": "YulFunctionCall", + "src": "27301:14:46" + }, + { + "name": "value_2", + "nativeSrc": "27317:7:46", + "nodeType": "YulIdentifier", + "src": "27317:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27294:6:46", + "nodeType": "YulIdentifier", + "src": "27294:6:46" + }, + "nativeSrc": "27294:31:46", + "nodeType": "YulFunctionCall", + "src": "27294:31:46" + }, + "nativeSrc": "27294:31:46", + "nodeType": "YulExpressionStatement", + "src": "27294:31:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "27345:5:46", + "nodeType": "YulIdentifier", + "src": "27345:5:46" + }, + { + "kind": "number", + "nativeSrc": "27352:4:46", + "nodeType": "YulLiteral", + "src": "27352:4:46", + "type": "", + "value": "0x80" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27341:3:46", + "nodeType": "YulIdentifier", + "src": "27341:3:46" + }, + "nativeSrc": "27341:16:46", + "nodeType": "YulFunctionCall", + "src": "27341:16:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27381:9:46", + "nodeType": "YulIdentifier", + "src": "27381:9:46" + }, + { + "kind": "number", + "nativeSrc": "27392:3:46", + "nodeType": "YulLiteral", + "src": "27392:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27377:3:46", + "nodeType": "YulIdentifier", + "src": "27377:3:46" + }, + "nativeSrc": "27377:19:46", + "nodeType": "YulFunctionCall", + "src": "27377:19:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "27359:17:46", + "nodeType": "YulIdentifier", + "src": "27359:17:46" + }, + "nativeSrc": "27359:38:46", + "nodeType": "YulFunctionCall", + "src": "27359:38:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27334:6:46", + "nodeType": "YulIdentifier", + "src": "27334:6:46" + }, + "nativeSrc": "27334:64:46", + "nodeType": "YulFunctionCall", + "src": "27334:64:46" + }, + "nativeSrc": "27334:64:46", + "nodeType": "YulExpressionStatement", + "src": "27334:64:46" + }, + { + "nativeSrc": "27407:15:46", + "nodeType": "YulAssignment", + "src": "27407:15:46", + "value": { + "name": "value", + "nativeSrc": "27417:5:46", + "nodeType": "YulIdentifier", + "src": "27417:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "27407:6:46", + "nodeType": "YulIdentifier", + "src": "27407:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_DelegatedRevocationRequest_$2114_memory_ptr", + "nativeSrc": "26637:791:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "26717:9:46", + "nodeType": "YulTypedName", + "src": "26717:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "26728:7:46", + "nodeType": "YulTypedName", + "src": "26728:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "26740:6:46", + "nodeType": "YulTypedName", + "src": "26740:6:46", + "type": "" + } + ], + "src": "26637:791:46" + }, + { + "body": { + "nativeSrc": "27480:88:46", + "nodeType": "YulBlock", + "src": "27480:88:46", + "statements": [ + { + "body": { + "nativeSrc": "27511:22:46", + "nodeType": "YulBlock", + "src": "27511:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x11", + "nativeSrc": "27513:16:46", + "nodeType": "YulIdentifier", + "src": "27513:16:46" + }, + "nativeSrc": "27513:18:46", + "nodeType": "YulFunctionCall", + "src": "27513:18:46" + }, + "nativeSrc": "27513:18:46", + "nodeType": "YulExpressionStatement", + "src": "27513:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "value", + "nativeSrc": "27496:5:46", + "nodeType": "YulIdentifier", + "src": "27496:5:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "27507:1:46", + "nodeType": "YulLiteral", + "src": "27507:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "27503:3:46", + "nodeType": "YulIdentifier", + "src": "27503:3:46" + }, + "nativeSrc": "27503:6:46", + "nodeType": "YulFunctionCall", + "src": "27503:6:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "27493:2:46", + "nodeType": "YulIdentifier", + "src": "27493:2:46" + }, + "nativeSrc": "27493:17:46", + "nodeType": "YulFunctionCall", + "src": "27493:17:46" + }, + "nativeSrc": "27490:43:46", + "nodeType": "YulIf", + "src": "27490:43:46" + }, + { + "nativeSrc": "27542:20:46", + "nodeType": "YulAssignment", + "src": "27542:20:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "27553:5:46", + "nodeType": "YulIdentifier", + "src": "27553:5:46" + }, + { + "kind": "number", + "nativeSrc": "27560:1:46", + "nodeType": "YulLiteral", + "src": "27560:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27549:3:46", + "nodeType": "YulIdentifier", + "src": "27549:3:46" + }, + "nativeSrc": "27549:13:46", + "nodeType": "YulFunctionCall", + "src": "27549:13:46" + }, + "variableNames": [ + { + "name": "ret", + "nativeSrc": "27542:3:46", + "nodeType": "YulIdentifier", + "src": "27542:3:46" + } + ] + } + ] + }, + "name": "increment_t_uint256", + "nativeSrc": "27433:135:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "27462:5:46", + "nodeType": "YulTypedName", + "src": "27462:5:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "ret", + "nativeSrc": "27472:3:46", + "nodeType": "YulTypedName", + "src": "27472:3:46", + "type": "" + } + ], + "src": "27433:135:46" + }, + { + "body": { + "nativeSrc": "27840:412:46", + "nodeType": "YulBlock", + "src": "27840:412:46", + "statements": [ + { + "nativeSrc": "27850:27:46", + "nodeType": "YulAssignment", + "src": "27850:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27862:9:46", + "nodeType": "YulIdentifier", + "src": "27862:9:46" + }, + { + "kind": "number", + "nativeSrc": "27873:3:46", + "nodeType": "YulLiteral", + "src": "27873:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27858:3:46", + "nodeType": "YulIdentifier", + "src": "27858:3:46" + }, + "nativeSrc": "27858:19:46", + "nodeType": "YulFunctionCall", + "src": "27858:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "27850:4:46", + "nodeType": "YulIdentifier", + "src": "27850:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27893:9:46", + "nodeType": "YulIdentifier", + "src": "27893:9:46" + }, + { + "name": "value0", + "nativeSrc": "27904:6:46", + "nodeType": "YulIdentifier", + "src": "27904:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27886:6:46", + "nodeType": "YulIdentifier", + "src": "27886:6:46" + }, + "nativeSrc": "27886:25:46", + "nodeType": "YulFunctionCall", + "src": "27886:25:46" + }, + "nativeSrc": "27886:25:46", + "nodeType": "YulExpressionStatement", + "src": "27886:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27931:9:46", + "nodeType": "YulIdentifier", + "src": "27931:9:46" + }, + { + "kind": "number", + "nativeSrc": "27942:2:46", + "nodeType": "YulLiteral", + "src": "27942:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27927:3:46", + "nodeType": "YulIdentifier", + "src": "27927:3:46" + }, + "nativeSrc": "27927:18:46", + "nodeType": "YulFunctionCall", + "src": "27927:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "27951:6:46", + "nodeType": "YulIdentifier", + "src": "27951:6:46" + }, + { + "kind": "number", + "nativeSrc": "27959:42:46", + "nodeType": "YulLiteral", + "src": "27959:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "27947:3:46", + "nodeType": "YulIdentifier", + "src": "27947:3:46" + }, + "nativeSrc": "27947:55:46", + "nodeType": "YulFunctionCall", + "src": "27947:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27920:6:46", + "nodeType": "YulIdentifier", + "src": "27920:6:46" + }, + "nativeSrc": "27920:83:46", + "nodeType": "YulFunctionCall", + "src": "27920:83:46" + }, + "nativeSrc": "27920:83:46", + "nodeType": "YulExpressionStatement", + "src": "27920:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "28023:9:46", + "nodeType": "YulIdentifier", + "src": "28023:9:46" + }, + { + "kind": "number", + "nativeSrc": "28034:2:46", + "nodeType": "YulLiteral", + "src": "28034:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28019:3:46", + "nodeType": "YulIdentifier", + "src": "28019:3:46" + }, + "nativeSrc": "28019:18:46", + "nodeType": "YulFunctionCall", + "src": "28019:18:46" + }, + { + "name": "value2", + "nativeSrc": "28039:6:46", + "nodeType": "YulIdentifier", + "src": "28039:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28012:6:46", + "nodeType": "YulIdentifier", + "src": "28012:6:46" + }, + "nativeSrc": "28012:34:46", + "nodeType": "YulFunctionCall", + "src": "28012:34:46" + }, + "nativeSrc": "28012:34:46", + "nodeType": "YulExpressionStatement", + "src": "28012:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "28066:9:46", + "nodeType": "YulIdentifier", + "src": "28066:9:46" + }, + { + "kind": "number", + "nativeSrc": "28077:2:46", + "nodeType": "YulLiteral", + "src": "28077:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28062:3:46", + "nodeType": "YulIdentifier", + "src": "28062:3:46" + }, + "nativeSrc": "28062:18:46", + "nodeType": "YulFunctionCall", + "src": "28062:18:46" + }, + { + "name": "value3", + "nativeSrc": "28082:6:46", + "nodeType": "YulIdentifier", + "src": "28082:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28055:6:46", + "nodeType": "YulIdentifier", + "src": "28055:6:46" + }, + "nativeSrc": "28055:34:46", + "nodeType": "YulFunctionCall", + "src": "28055:34:46" + }, + "nativeSrc": "28055:34:46", + "nodeType": "YulExpressionStatement", + "src": "28055:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "28109:9:46", + "nodeType": "YulIdentifier", + "src": "28109:9:46" + }, + { + "kind": "number", + "nativeSrc": "28120:3:46", + "nodeType": "YulLiteral", + "src": "28120:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28105:3:46", + "nodeType": "YulIdentifier", + "src": "28105:3:46" + }, + "nativeSrc": "28105:19:46", + "nodeType": "YulFunctionCall", + "src": "28105:19:46" + }, + { + "name": "value4", + "nativeSrc": "28126:6:46", + "nodeType": "YulIdentifier", + "src": "28126:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28098:6:46", + "nodeType": "YulIdentifier", + "src": "28098:6:46" + }, + "nativeSrc": "28098:35:46", + "nodeType": "YulFunctionCall", + "src": "28098:35:46" + }, + "nativeSrc": "28098:35:46", + "nodeType": "YulExpressionStatement", + "src": "28098:35:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "28153:9:46", + "nodeType": "YulIdentifier", + "src": "28153:9:46" + }, + { + "kind": "number", + "nativeSrc": "28164:3:46", + "nodeType": "YulLiteral", + "src": "28164:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28149:3:46", + "nodeType": "YulIdentifier", + "src": "28149:3:46" + }, + "nativeSrc": "28149:19:46", + "nodeType": "YulFunctionCall", + "src": "28149:19:46" + }, + { + "name": "value5", + "nativeSrc": "28170:6:46", + "nodeType": "YulIdentifier", + "src": "28170:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28142:6:46", + "nodeType": "YulIdentifier", + "src": "28142:6:46" + }, + "nativeSrc": "28142:35:46", + "nodeType": "YulFunctionCall", + "src": "28142:35:46" + }, + "nativeSrc": "28142:35:46", + "nodeType": "YulExpressionStatement", + "src": "28142:35:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "28197:9:46", + "nodeType": "YulIdentifier", + "src": "28197:9:46" + }, + { + "kind": "number", + "nativeSrc": "28208:3:46", + "nodeType": "YulLiteral", + "src": "28208:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28193:3:46", + "nodeType": "YulIdentifier", + "src": "28193:3:46" + }, + "nativeSrc": "28193:19:46", + "nodeType": "YulFunctionCall", + "src": "28193:19:46" + }, + { + "arguments": [ + { + "name": "value6", + "nativeSrc": "28218:6:46", + "nodeType": "YulIdentifier", + "src": "28218:6:46" + }, + { + "kind": "number", + "nativeSrc": "28226:18:46", + "nodeType": "YulLiteral", + "src": "28226:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "28214:3:46", + "nodeType": "YulIdentifier", + "src": "28214:3:46" + }, + "nativeSrc": "28214:31:46", + "nodeType": "YulFunctionCall", + "src": "28214:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28186:6:46", + "nodeType": "YulIdentifier", + "src": "28186:6:46" + }, + "nativeSrc": "28186:60:46", + "nodeType": "YulFunctionCall", + "src": "28186:60:46" + }, + "nativeSrc": "28186:60:46", + "nodeType": "YulExpressionStatement", + "src": "28186:60:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "27761:9:46", + "nodeType": "YulTypedName", + "src": "27761:9:46", + "type": "" + }, + { + "name": "value6", + "nativeSrc": "27772:6:46", + "nodeType": "YulTypedName", + "src": "27772:6:46", + "type": "" + }, + { + "name": "value5", + "nativeSrc": "27780:6:46", + "nodeType": "YulTypedName", + "src": "27780:6:46", + "type": "" + }, + { + "name": "value4", + "nativeSrc": "27788:6:46", + "nodeType": "YulTypedName", + "src": "27788:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "27796:6:46", + "nodeType": "YulTypedName", + "src": "27796:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "27804:6:46", + "nodeType": "YulTypedName", + "src": "27804:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "27812:6:46", + "nodeType": "YulTypedName", + "src": "27812:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "27820:6:46", + "nodeType": "YulTypedName", + "src": "27820:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "27831:4:46", + "nodeType": "YulTypedName", + "src": "27831:4:46", + "type": "" + } + ], + "src": "27573:679:46" + }, + { + "body": { + "nativeSrc": "28428:220:46", + "nodeType": "YulBlock", + "src": "28428:220:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "28445:3:46", + "nodeType": "YulIdentifier", + "src": "28445:3:46" + }, + { + "name": "value0", + "nativeSrc": "28450:6:46", + "nodeType": "YulIdentifier", + "src": "28450:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28438:6:46", + "nodeType": "YulIdentifier", + "src": "28438:6:46" + }, + "nativeSrc": "28438:19:46", + "nodeType": "YulFunctionCall", + "src": "28438:19:46" + }, + "nativeSrc": "28438:19:46", + "nodeType": "YulExpressionStatement", + "src": "28438:19:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "28477:3:46", + "nodeType": "YulIdentifier", + "src": "28477:3:46" + }, + { + "kind": "number", + "nativeSrc": "28482:2:46", + "nodeType": "YulLiteral", + "src": "28482:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28473:3:46", + "nodeType": "YulIdentifier", + "src": "28473:3:46" + }, + "nativeSrc": "28473:12:46", + "nodeType": "YulFunctionCall", + "src": "28473:12:46" + }, + { + "name": "value1", + "nativeSrc": "28487:6:46", + "nodeType": "YulIdentifier", + "src": "28487:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28466:6:46", + "nodeType": "YulIdentifier", + "src": "28466:6:46" + }, + "nativeSrc": "28466:28:46", + "nodeType": "YulFunctionCall", + "src": "28466:28:46" + }, + "nativeSrc": "28466:28:46", + "nodeType": "YulExpressionStatement", + "src": "28466:28:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "28514:3:46", + "nodeType": "YulIdentifier", + "src": "28514:3:46" + }, + { + "kind": "number", + "nativeSrc": "28519:2:46", + "nodeType": "YulLiteral", + "src": "28519:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28510:3:46", + "nodeType": "YulIdentifier", + "src": "28510:3:46" + }, + "nativeSrc": "28510:12:46", + "nodeType": "YulFunctionCall", + "src": "28510:12:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "28532:3:46", + "nodeType": "YulLiteral", + "src": "28532:3:46", + "type": "", + "value": "248" + }, + { + "name": "value2", + "nativeSrc": "28537:6:46", + "nodeType": "YulIdentifier", + "src": "28537:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "28528:3:46", + "nodeType": "YulIdentifier", + "src": "28528:3:46" + }, + "nativeSrc": "28528:16:46", + "nodeType": "YulFunctionCall", + "src": "28528:16:46" + }, + { + "kind": "number", + "nativeSrc": "28546:66:46", + "nodeType": "YulLiteral", + "src": "28546:66:46", + "type": "", + "value": "0xff00000000000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "28524:3:46", + "nodeType": "YulIdentifier", + "src": "28524:3:46" + }, + "nativeSrc": "28524:89:46", + "nodeType": "YulFunctionCall", + "src": "28524:89:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28503:6:46", + "nodeType": "YulIdentifier", + "src": "28503:6:46" + }, + "nativeSrc": "28503:111:46", + "nodeType": "YulFunctionCall", + "src": "28503:111:46" + }, + "nativeSrc": "28503:111:46", + "nodeType": "YulExpressionStatement", + "src": "28503:111:46" + }, + { + "nativeSrc": "28623:19:46", + "nodeType": "YulAssignment", + "src": "28623:19:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "28634:3:46", + "nodeType": "YulIdentifier", + "src": "28634:3:46" + }, + { + "kind": "number", + "nativeSrc": "28639:2:46", + "nodeType": "YulLiteral", + "src": "28639:2:46", + "type": "", + "value": "65" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28630:3:46", + "nodeType": "YulIdentifier", + "src": "28630:3:46" + }, + "nativeSrc": "28630:12:46", + "nodeType": "YulFunctionCall", + "src": "28630:12:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "28623:3:46", + "nodeType": "YulIdentifier", + "src": "28623:3:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "28388:3:46", + "nodeType": "YulTypedName", + "src": "28388:3:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "28393:6:46", + "nodeType": "YulTypedName", + "src": "28393:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "28401:6:46", + "nodeType": "YulTypedName", + "src": "28401:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "28409:6:46", + "nodeType": "YulTypedName", + "src": "28409:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "28420:3:46", + "nodeType": "YulTypedName", + "src": "28420:3:46", + "type": "" + } + ], + "src": "28257:391:46" + }, + { + "body": { + "nativeSrc": "28764:1185:46", + "nodeType": "YulBlock", + "src": "28764:1185:46", + "statements": [ + { + "body": { + "nativeSrc": "28810:16:46", + "nodeType": "YulBlock", + "src": "28810:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "28819:1:46", + "nodeType": "YulLiteral", + "src": "28819:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "28822:1:46", + "nodeType": "YulLiteral", + "src": "28822:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "28812:6:46", + "nodeType": "YulIdentifier", + "src": "28812:6:46" + }, + "nativeSrc": "28812:12:46", + "nodeType": "YulFunctionCall", + "src": "28812:12:46" + }, + "nativeSrc": "28812:12:46", + "nodeType": "YulExpressionStatement", + "src": "28812:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "28785:7:46", + "nodeType": "YulIdentifier", + "src": "28785:7:46" + }, + { + "name": "headStart", + "nativeSrc": "28794:9:46", + "nodeType": "YulIdentifier", + "src": "28794:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "28781:3:46", + "nodeType": "YulIdentifier", + "src": "28781:3:46" + }, + "nativeSrc": "28781:23:46", + "nodeType": "YulFunctionCall", + "src": "28781:23:46" + }, + { + "kind": "number", + "nativeSrc": "28806:2:46", + "nodeType": "YulLiteral", + "src": "28806:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "28777:3:46", + "nodeType": "YulIdentifier", + "src": "28777:3:46" + }, + "nativeSrc": "28777:32:46", + "nodeType": "YulFunctionCall", + "src": "28777:32:46" + }, + "nativeSrc": "28774:52:46", + "nodeType": "YulIf", + "src": "28774:52:46" + }, + { + "nativeSrc": "28835:30:46", + "nodeType": "YulVariableDeclaration", + "src": "28835:30:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "28855:9:46", + "nodeType": "YulIdentifier", + "src": "28855:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "28849:5:46", + "nodeType": "YulIdentifier", + "src": "28849:5:46" + }, + "nativeSrc": "28849:16:46", + "nodeType": "YulFunctionCall", + "src": "28849:16:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "28839:6:46", + "nodeType": "YulTypedName", + "src": "28839:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "28908:16:46", + "nodeType": "YulBlock", + "src": "28908:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "28917:1:46", + "nodeType": "YulLiteral", + "src": "28917:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "28920:1:46", + "nodeType": "YulLiteral", + "src": "28920:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "28910:6:46", + "nodeType": "YulIdentifier", + "src": "28910:6:46" + }, + "nativeSrc": "28910:12:46", + "nodeType": "YulFunctionCall", + "src": "28910:12:46" + }, + "nativeSrc": "28910:12:46", + "nodeType": "YulExpressionStatement", + "src": "28910:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "28880:6:46", + "nodeType": "YulIdentifier", + "src": "28880:6:46" + }, + { + "kind": "number", + "nativeSrc": "28888:18:46", + "nodeType": "YulLiteral", + "src": "28888:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "28877:2:46", + "nodeType": "YulIdentifier", + "src": "28877:2:46" + }, + "nativeSrc": "28877:30:46", + "nodeType": "YulFunctionCall", + "src": "28877:30:46" + }, + "nativeSrc": "28874:50:46", + "nodeType": "YulIf", + "src": "28874:50:46" + }, + { + "nativeSrc": "28933:32:46", + "nodeType": "YulVariableDeclaration", + "src": "28933:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "28947:9:46", + "nodeType": "YulIdentifier", + "src": "28947:9:46" + }, + { + "name": "offset", + "nativeSrc": "28958:6:46", + "nodeType": "YulIdentifier", + "src": "28958:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28943:3:46", + "nodeType": "YulIdentifier", + "src": "28943:3:46" + }, + "nativeSrc": "28943:22:46", + "nodeType": "YulFunctionCall", + "src": "28943:22:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "28937:2:46", + "nodeType": "YulTypedName", + "src": "28937:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "29005:16:46", + "nodeType": "YulBlock", + "src": "29005:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "29014:1:46", + "nodeType": "YulLiteral", + "src": "29014:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "29017:1:46", + "nodeType": "YulLiteral", + "src": "29017:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "29007:6:46", + "nodeType": "YulIdentifier", + "src": "29007:6:46" + }, + "nativeSrc": "29007:12:46", + "nodeType": "YulFunctionCall", + "src": "29007:12:46" + }, + "nativeSrc": "29007:12:46", + "nodeType": "YulExpressionStatement", + "src": "29007:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "28985:7:46", + "nodeType": "YulIdentifier", + "src": "28985:7:46" + }, + { + "name": "_1", + "nativeSrc": "28994:2:46", + "nodeType": "YulIdentifier", + "src": "28994:2:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "28981:3:46", + "nodeType": "YulIdentifier", + "src": "28981:3:46" + }, + "nativeSrc": "28981:16:46", + "nodeType": "YulFunctionCall", + "src": "28981:16:46" + }, + { + "kind": "number", + "nativeSrc": "28999:4:46", + "nodeType": "YulLiteral", + "src": "28999:4:46", + "type": "", + "value": "0x80" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "28977:3:46", + "nodeType": "YulIdentifier", + "src": "28977:3:46" + }, + "nativeSrc": "28977:27:46", + "nodeType": "YulFunctionCall", + "src": "28977:27:46" + }, + "nativeSrc": "28974:47:46", + "nodeType": "YulIf", + "src": "28974:47:46" + }, + { + "nativeSrc": "29030:35:46", + "nodeType": "YulVariableDeclaration", + "src": "29030:35:46", + "value": { + "arguments": [], + "functionName": { + "name": "allocate_memory_3987", + "nativeSrc": "29043:20:46", + "nodeType": "YulIdentifier", + "src": "29043:20:46" + }, + "nativeSrc": "29043:22:46", + "nodeType": "YulFunctionCall", + "src": "29043:22:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "29034:5:46", + "nodeType": "YulTypedName", + "src": "29034:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "29074:16:46", + "nodeType": "YulVariableDeclaration", + "src": "29074:16:46", + "value": { + "kind": "number", + "nativeSrc": "29089:1:46", + "nodeType": "YulLiteral", + "src": "29089:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "29078:7:46", + "nodeType": "YulTypedName", + "src": "29078:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "29099:20:46", + "nodeType": "YulAssignment", + "src": "29099:20:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "29116:2:46", + "nodeType": "YulIdentifier", + "src": "29116:2:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "29110:5:46", + "nodeType": "YulIdentifier", + "src": "29110:5:46" + }, + "nativeSrc": "29110:9:46", + "nodeType": "YulFunctionCall", + "src": "29110:9:46" + }, + "variableNames": [ + { + "name": "value_1", + "nativeSrc": "29099:7:46", + "nodeType": "YulIdentifier", + "src": "29099:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "29135:5:46", + "nodeType": "YulIdentifier", + "src": "29135:5:46" + }, + { + "name": "value_1", + "nativeSrc": "29142:7:46", + "nodeType": "YulIdentifier", + "src": "29142:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "29128:6:46", + "nodeType": "YulIdentifier", + "src": "29128:6:46" + }, + "nativeSrc": "29128:22:46", + "nodeType": "YulFunctionCall", + "src": "29128:22:46" + }, + "nativeSrc": "29128:22:46", + "nodeType": "YulExpressionStatement", + "src": "29128:22:46" + }, + { + "nativeSrc": "29159:33:46", + "nodeType": "YulVariableDeclaration", + "src": "29159:33:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "29184:2:46", + "nodeType": "YulIdentifier", + "src": "29184:2:46" + }, + { + "kind": "number", + "nativeSrc": "29188:2:46", + "nodeType": "YulLiteral", + "src": "29188:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29180:3:46", + "nodeType": "YulIdentifier", + "src": "29180:3:46" + }, + "nativeSrc": "29180:11:46", + "nodeType": "YulFunctionCall", + "src": "29180:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "29174:5:46", + "nodeType": "YulIdentifier", + "src": "29174:5:46" + }, + "nativeSrc": "29174:18:46", + "nodeType": "YulFunctionCall", + "src": "29174:18:46" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "29163:7:46", + "nodeType": "YulTypedName", + "src": "29163:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_2", + "nativeSrc": "29226:7:46", + "nodeType": "YulIdentifier", + "src": "29226:7:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "29201:24:46", + "nodeType": "YulIdentifier", + "src": "29201:24:46" + }, + "nativeSrc": "29201:33:46", + "nodeType": "YulFunctionCall", + "src": "29201:33:46" + }, + "nativeSrc": "29201:33:46", + "nodeType": "YulExpressionStatement", + "src": "29201:33:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "29254:5:46", + "nodeType": "YulIdentifier", + "src": "29254:5:46" + }, + { + "kind": "number", + "nativeSrc": "29261:2:46", + "nodeType": "YulLiteral", + "src": "29261:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29250:3:46", + "nodeType": "YulIdentifier", + "src": "29250:3:46" + }, + "nativeSrc": "29250:14:46", + "nodeType": "YulFunctionCall", + "src": "29250:14:46" + }, + { + "name": "value_2", + "nativeSrc": "29266:7:46", + "nodeType": "YulIdentifier", + "src": "29266:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "29243:6:46", + "nodeType": "YulIdentifier", + "src": "29243:6:46" + }, + "nativeSrc": "29243:31:46", + "nodeType": "YulFunctionCall", + "src": "29243:31:46" + }, + "nativeSrc": "29243:31:46", + "nodeType": "YulExpressionStatement", + "src": "29243:31:46" + }, + { + "nativeSrc": "29283:33:46", + "nodeType": "YulVariableDeclaration", + "src": "29283:33:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "29308:2:46", + "nodeType": "YulIdentifier", + "src": "29308:2:46" + }, + { + "kind": "number", + "nativeSrc": "29312:2:46", + "nodeType": "YulLiteral", + "src": "29312:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29304:3:46", + "nodeType": "YulIdentifier", + "src": "29304:3:46" + }, + "nativeSrc": "29304:11:46", + "nodeType": "YulFunctionCall", + "src": "29304:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "29298:5:46", + "nodeType": "YulIdentifier", + "src": "29298:5:46" + }, + "nativeSrc": "29298:18:46", + "nodeType": "YulFunctionCall", + "src": "29298:18:46" + }, + "variables": [ + { + "name": "value_3", + "nativeSrc": "29287:7:46", + "nodeType": "YulTypedName", + "src": "29287:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_3", + "nativeSrc": "29347:7:46", + "nodeType": "YulIdentifier", + "src": "29347:7:46" + } + ], + "functionName": { + "name": "validator_revert_bool", + "nativeSrc": "29325:21:46", + "nodeType": "YulIdentifier", + "src": "29325:21:46" + }, + "nativeSrc": "29325:30:46", + "nodeType": "YulFunctionCall", + "src": "29325:30:46" + }, + "nativeSrc": "29325:30:46", + "nodeType": "YulExpressionStatement", + "src": "29325:30:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "29375:5:46", + "nodeType": "YulIdentifier", + "src": "29375:5:46" + }, + { + "kind": "number", + "nativeSrc": "29382:2:46", + "nodeType": "YulLiteral", + "src": "29382:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29371:3:46", + "nodeType": "YulIdentifier", + "src": "29371:3:46" + }, + "nativeSrc": "29371:14:46", + "nodeType": "YulFunctionCall", + "src": "29371:14:46" + }, + { + "name": "value_3", + "nativeSrc": "29387:7:46", + "nodeType": "YulIdentifier", + "src": "29387:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "29364:6:46", + "nodeType": "YulIdentifier", + "src": "29364:6:46" + }, + "nativeSrc": "29364:31:46", + "nodeType": "YulFunctionCall", + "src": "29364:31:46" + }, + "nativeSrc": "29364:31:46", + "nodeType": "YulExpressionStatement", + "src": "29364:31:46" + }, + { + "nativeSrc": "29404:34:46", + "nodeType": "YulVariableDeclaration", + "src": "29404:34:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "29430:2:46", + "nodeType": "YulIdentifier", + "src": "29430:2:46" + }, + { + "kind": "number", + "nativeSrc": "29434:2:46", + "nodeType": "YulLiteral", + "src": "29434:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29426:3:46", + "nodeType": "YulIdentifier", + "src": "29426:3:46" + }, + "nativeSrc": "29426:11:46", + "nodeType": "YulFunctionCall", + "src": "29426:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "29420:5:46", + "nodeType": "YulIdentifier", + "src": "29420:5:46" + }, + "nativeSrc": "29420:18:46", + "nodeType": "YulFunctionCall", + "src": "29420:18:46" + }, + "variables": [ + { + "name": "offset_1", + "nativeSrc": "29408:8:46", + "nodeType": "YulTypedName", + "src": "29408:8:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "29483:16:46", + "nodeType": "YulBlock", + "src": "29483:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "29492:1:46", + "nodeType": "YulLiteral", + "src": "29492:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "29495:1:46", + "nodeType": "YulLiteral", + "src": "29495:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "29485:6:46", + "nodeType": "YulIdentifier", + "src": "29485:6:46" + }, + "nativeSrc": "29485:12:46", + "nodeType": "YulFunctionCall", + "src": "29485:12:46" + }, + "nativeSrc": "29485:12:46", + "nodeType": "YulExpressionStatement", + "src": "29485:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset_1", + "nativeSrc": "29453:8:46", + "nodeType": "YulIdentifier", + "src": "29453:8:46" + }, + { + "kind": "number", + "nativeSrc": "29463:18:46", + "nodeType": "YulLiteral", + "src": "29463:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "29450:2:46", + "nodeType": "YulIdentifier", + "src": "29450:2:46" + }, + "nativeSrc": "29450:32:46", + "nodeType": "YulFunctionCall", + "src": "29450:32:46" + }, + "nativeSrc": "29447:52:46", + "nodeType": "YulIf", + "src": "29447:52:46" + }, + { + "nativeSrc": "29508:27:46", + "nodeType": "YulVariableDeclaration", + "src": "29508:27:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "29522:2:46", + "nodeType": "YulIdentifier", + "src": "29522:2:46" + }, + { + "name": "offset_1", + "nativeSrc": "29526:8:46", + "nodeType": "YulIdentifier", + "src": "29526:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29518:3:46", + "nodeType": "YulIdentifier", + "src": "29518:3:46" + }, + "nativeSrc": "29518:17:46", + "nodeType": "YulFunctionCall", + "src": "29518:17:46" + }, + "variables": [ + { + "name": "_2", + "nativeSrc": "29512:2:46", + "nodeType": "YulTypedName", + "src": "29512:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "29583:16:46", + "nodeType": "YulBlock", + "src": "29583:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "29592:1:46", + "nodeType": "YulLiteral", + "src": "29592:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "29595:1:46", + "nodeType": "YulLiteral", + "src": "29595:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "29585:6:46", + "nodeType": "YulIdentifier", + "src": "29585:6:46" + }, + "nativeSrc": "29585:12:46", + "nodeType": "YulFunctionCall", + "src": "29585:12:46" + }, + "nativeSrc": "29585:12:46", + "nodeType": "YulExpressionStatement", + "src": "29585:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_2", + "nativeSrc": "29562:2:46", + "nodeType": "YulIdentifier", + "src": "29562:2:46" + }, + { + "kind": "number", + "nativeSrc": "29566:4:46", + "nodeType": "YulLiteral", + "src": "29566:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29558:3:46", + "nodeType": "YulIdentifier", + "src": "29558:3:46" + }, + "nativeSrc": "29558:13:46", + "nodeType": "YulFunctionCall", + "src": "29558:13:46" + }, + { + "name": "dataEnd", + "nativeSrc": "29573:7:46", + "nodeType": "YulIdentifier", + "src": "29573:7:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "29554:3:46", + "nodeType": "YulIdentifier", + "src": "29554:3:46" + }, + "nativeSrc": "29554:27:46", + "nodeType": "YulFunctionCall", + "src": "29554:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "29547:6:46", + "nodeType": "YulIdentifier", + "src": "29547:6:46" + }, + "nativeSrc": "29547:35:46", + "nodeType": "YulFunctionCall", + "src": "29547:35:46" + }, + "nativeSrc": "29544:55:46", + "nodeType": "YulIf", + "src": "29544:55:46" + }, + { + "nativeSrc": "29608:23:46", + "nodeType": "YulVariableDeclaration", + "src": "29608:23:46", + "value": { + "arguments": [ + { + "name": "_2", + "nativeSrc": "29628:2:46", + "nodeType": "YulIdentifier", + "src": "29628:2:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "29622:5:46", + "nodeType": "YulIdentifier", + "src": "29622:5:46" + }, + "nativeSrc": "29622:9:46", + "nodeType": "YulFunctionCall", + "src": "29622:9:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "29612:6:46", + "nodeType": "YulTypedName", + "src": "29612:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "29640:65:46", + "nodeType": "YulVariableDeclaration", + "src": "29640:65:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "29697:6:46", + "nodeType": "YulIdentifier", + "src": "29697:6:46" + } + ], + "functionName": { + "name": "array_allocation_size_bytes", + "nativeSrc": "29669:27:46", + "nodeType": "YulIdentifier", + "src": "29669:27:46" + }, + "nativeSrc": "29669:35:46", + "nodeType": "YulFunctionCall", + "src": "29669:35:46" + } + ], + "functionName": { + "name": "allocate_memory", + "nativeSrc": "29653:15:46", + "nodeType": "YulIdentifier", + "src": "29653:15:46" + }, + "nativeSrc": "29653:52:46", + "nodeType": "YulFunctionCall", + "src": "29653:52:46" + }, + "variables": [ + { + "name": "array", + "nativeSrc": "29644:5:46", + "nodeType": "YulTypedName", + "src": "29644:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "array", + "nativeSrc": "29721:5:46", + "nodeType": "YulIdentifier", + "src": "29721:5:46" + }, + { + "name": "length", + "nativeSrc": "29728:6:46", + "nodeType": "YulIdentifier", + "src": "29728:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "29714:6:46", + "nodeType": "YulIdentifier", + "src": "29714:6:46" + }, + "nativeSrc": "29714:21:46", + "nodeType": "YulFunctionCall", + "src": "29714:21:46" + }, + "nativeSrc": "29714:21:46", + "nodeType": "YulExpressionStatement", + "src": "29714:21:46" + }, + { + "body": { + "nativeSrc": "29785:16:46", + "nodeType": "YulBlock", + "src": "29785:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "29794:1:46", + "nodeType": "YulLiteral", + "src": "29794:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "29797:1:46", + "nodeType": "YulLiteral", + "src": "29797:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "29787:6:46", + "nodeType": "YulIdentifier", + "src": "29787:6:46" + }, + "nativeSrc": "29787:12:46", + "nodeType": "YulFunctionCall", + "src": "29787:12:46" + }, + "nativeSrc": "29787:12:46", + "nodeType": "YulExpressionStatement", + "src": "29787:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_2", + "nativeSrc": "29758:2:46", + "nodeType": "YulIdentifier", + "src": "29758:2:46" + }, + { + "name": "length", + "nativeSrc": "29762:6:46", + "nodeType": "YulIdentifier", + "src": "29762:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29754:3:46", + "nodeType": "YulIdentifier", + "src": "29754:3:46" + }, + "nativeSrc": "29754:15:46", + "nodeType": "YulFunctionCall", + "src": "29754:15:46" + }, + { + "kind": "number", + "nativeSrc": "29771:2:46", + "nodeType": "YulLiteral", + "src": "29771:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29750:3:46", + "nodeType": "YulIdentifier", + "src": "29750:3:46" + }, + "nativeSrc": "29750:24:46", + "nodeType": "YulFunctionCall", + "src": "29750:24:46" + }, + { + "name": "dataEnd", + "nativeSrc": "29776:7:46", + "nodeType": "YulIdentifier", + "src": "29776:7:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "29747:2:46", + "nodeType": "YulIdentifier", + "src": "29747:2:46" + }, + "nativeSrc": "29747:37:46", + "nodeType": "YulFunctionCall", + "src": "29747:37:46" + }, + "nativeSrc": "29744:57:46", + "nodeType": "YulIf", + "src": "29744:57:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "_2", + "nativeSrc": "29849:2:46", + "nodeType": "YulIdentifier", + "src": "29849:2:46" + }, + { + "kind": "number", + "nativeSrc": "29853:2:46", + "nodeType": "YulLiteral", + "src": "29853:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29845:3:46", + "nodeType": "YulIdentifier", + "src": "29845:3:46" + }, + "nativeSrc": "29845:11:46", + "nodeType": "YulFunctionCall", + "src": "29845:11:46" + }, + { + "arguments": [ + { + "name": "array", + "nativeSrc": "29862:5:46", + "nodeType": "YulIdentifier", + "src": "29862:5:46" + }, + { + "kind": "number", + "nativeSrc": "29869:2:46", + "nodeType": "YulLiteral", + "src": "29869:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29858:3:46", + "nodeType": "YulIdentifier", + "src": "29858:3:46" + }, + "nativeSrc": "29858:14:46", + "nodeType": "YulFunctionCall", + "src": "29858:14:46" + }, + { + "name": "length", + "nativeSrc": "29874:6:46", + "nodeType": "YulIdentifier", + "src": "29874:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "29810:34:46", + "nodeType": "YulIdentifier", + "src": "29810:34:46" + }, + "nativeSrc": "29810:71:46", + "nodeType": "YulFunctionCall", + "src": "29810:71:46" + }, + "nativeSrc": "29810:71:46", + "nodeType": "YulExpressionStatement", + "src": "29810:71:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "29901:5:46", + "nodeType": "YulIdentifier", + "src": "29901:5:46" + }, + { + "kind": "number", + "nativeSrc": "29908:2:46", + "nodeType": "YulLiteral", + "src": "29908:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29897:3:46", + "nodeType": "YulIdentifier", + "src": "29897:3:46" + }, + "nativeSrc": "29897:14:46", + "nodeType": "YulFunctionCall", + "src": "29897:14:46" + }, + { + "name": "array", + "nativeSrc": "29913:5:46", + "nodeType": "YulIdentifier", + "src": "29913:5:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "29890:6:46", + "nodeType": "YulIdentifier", + "src": "29890:6:46" + }, + "nativeSrc": "29890:29:46", + "nodeType": "YulFunctionCall", + "src": "29890:29:46" + }, + "nativeSrc": "29890:29:46", + "nodeType": "YulExpressionStatement", + "src": "29890:29:46" + }, + { + "nativeSrc": "29928:15:46", + "nodeType": "YulAssignment", + "src": "29928:15:46", + "value": { + "name": "value", + "nativeSrc": "29938:5:46", + "nodeType": "YulIdentifier", + "src": "29938:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "29928:6:46", + "nodeType": "YulIdentifier", + "src": "29928:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_SchemaRecord_$2343_memory_ptr_fromMemory", + "nativeSrc": "28653:1296:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "28730:9:46", + "nodeType": "YulTypedName", + "src": "28730:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "28741:7:46", + "nodeType": "YulTypedName", + "src": "28741:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "28753:6:46", + "nodeType": "YulTypedName", + "src": "28753:6:46", + "type": "" + } + ], + "src": "28653:1296:46" + }, + { + "body": { + "nativeSrc": "30326:679:46", + "nodeType": "YulBlock", + "src": "30326:679:46", + "statements": [ + { + "nativeSrc": "30336:27:46", + "nodeType": "YulAssignment", + "src": "30336:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "30348:9:46", + "nodeType": "YulIdentifier", + "src": "30348:9:46" + }, + { + "kind": "number", + "nativeSrc": "30359:3:46", + "nodeType": "YulLiteral", + "src": "30359:3:46", + "type": "", + "value": "352" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "30344:3:46", + "nodeType": "YulIdentifier", + "src": "30344:3:46" + }, + "nativeSrc": "30344:19:46", + "nodeType": "YulFunctionCall", + "src": "30344:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "30336:4:46", + "nodeType": "YulIdentifier", + "src": "30336:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "30379:9:46", + "nodeType": "YulIdentifier", + "src": "30379:9:46" + }, + { + "name": "value0", + "nativeSrc": "30390:6:46", + "nodeType": "YulIdentifier", + "src": "30390:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "30372:6:46", + "nodeType": "YulIdentifier", + "src": "30372:6:46" + }, + "nativeSrc": "30372:25:46", + "nodeType": "YulFunctionCall", + "src": "30372:25:46" + }, + "nativeSrc": "30372:25:46", + "nodeType": "YulExpressionStatement", + "src": "30372:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "30417:9:46", + "nodeType": "YulIdentifier", + "src": "30417:9:46" + }, + { + "kind": "number", + "nativeSrc": "30428:2:46", + "nodeType": "YulLiteral", + "src": "30428:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "30413:3:46", + "nodeType": "YulIdentifier", + "src": "30413:3:46" + }, + "nativeSrc": "30413:18:46", + "nodeType": "YulFunctionCall", + "src": "30413:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "30437:6:46", + "nodeType": "YulIdentifier", + "src": "30437:6:46" + }, + { + "kind": "number", + "nativeSrc": "30445:42:46", + "nodeType": "YulLiteral", + "src": "30445:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "30433:3:46", + "nodeType": "YulIdentifier", + "src": "30433:3:46" + }, + "nativeSrc": "30433:55:46", + "nodeType": "YulFunctionCall", + "src": "30433:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "30406:6:46", + "nodeType": "YulIdentifier", + "src": "30406:6:46" + }, + "nativeSrc": "30406:83:46", + "nodeType": "YulFunctionCall", + "src": "30406:83:46" + }, + "nativeSrc": "30406:83:46", + "nodeType": "YulExpressionStatement", + "src": "30406:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "30509:9:46", + "nodeType": "YulIdentifier", + "src": "30509:9:46" + }, + { + "kind": "number", + "nativeSrc": "30520:2:46", + "nodeType": "YulLiteral", + "src": "30520:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "30505:3:46", + "nodeType": "YulIdentifier", + "src": "30505:3:46" + }, + "nativeSrc": "30505:18:46", + "nodeType": "YulFunctionCall", + "src": "30505:18:46" + }, + { + "name": "value2", + "nativeSrc": "30525:6:46", + "nodeType": "YulIdentifier", + "src": "30525:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "30498:6:46", + "nodeType": "YulIdentifier", + "src": "30498:6:46" + }, + "nativeSrc": "30498:34:46", + "nodeType": "YulFunctionCall", + "src": "30498:34:46" + }, + "nativeSrc": "30498:34:46", + "nodeType": "YulExpressionStatement", + "src": "30498:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "30552:9:46", + "nodeType": "YulIdentifier", + "src": "30552:9:46" + }, + { + "kind": "number", + "nativeSrc": "30563:2:46", + "nodeType": "YulLiteral", + "src": "30563:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "30548:3:46", + "nodeType": "YulIdentifier", + "src": "30548:3:46" + }, + "nativeSrc": "30548:18:46", + "nodeType": "YulFunctionCall", + "src": "30548:18:46" + }, + { + "arguments": [ + { + "name": "value3", + "nativeSrc": "30572:6:46", + "nodeType": "YulIdentifier", + "src": "30572:6:46" + }, + { + "kind": "number", + "nativeSrc": "30580:42:46", + "nodeType": "YulLiteral", + "src": "30580:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "30568:3:46", + "nodeType": "YulIdentifier", + "src": "30568:3:46" + }, + "nativeSrc": "30568:55:46", + "nodeType": "YulFunctionCall", + "src": "30568:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "30541:6:46", + "nodeType": "YulIdentifier", + "src": "30541:6:46" + }, + "nativeSrc": "30541:83:46", + "nodeType": "YulFunctionCall", + "src": "30541:83:46" + }, + "nativeSrc": "30541:83:46", + "nodeType": "YulExpressionStatement", + "src": "30541:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "30644:9:46", + "nodeType": "YulIdentifier", + "src": "30644:9:46" + }, + { + "kind": "number", + "nativeSrc": "30655:3:46", + "nodeType": "YulLiteral", + "src": "30655:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "30640:3:46", + "nodeType": "YulIdentifier", + "src": "30640:3:46" + }, + "nativeSrc": "30640:19:46", + "nodeType": "YulFunctionCall", + "src": "30640:19:46" + }, + { + "arguments": [ + { + "name": "value4", + "nativeSrc": "30665:6:46", + "nodeType": "YulIdentifier", + "src": "30665:6:46" + }, + { + "kind": "number", + "nativeSrc": "30673:18:46", + "nodeType": "YulLiteral", + "src": "30673:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "30661:3:46", + "nodeType": "YulIdentifier", + "src": "30661:3:46" + }, + "nativeSrc": "30661:31:46", + "nodeType": "YulFunctionCall", + "src": "30661:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "30633:6:46", + "nodeType": "YulIdentifier", + "src": "30633:6:46" + }, + "nativeSrc": "30633:60:46", + "nodeType": "YulFunctionCall", + "src": "30633:60:46" + }, + "nativeSrc": "30633:60:46", + "nodeType": "YulExpressionStatement", + "src": "30633:60:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "30713:9:46", + "nodeType": "YulIdentifier", + "src": "30713:9:46" + }, + { + "kind": "number", + "nativeSrc": "30724:3:46", + "nodeType": "YulLiteral", + "src": "30724:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "30709:3:46", + "nodeType": "YulIdentifier", + "src": "30709:3:46" + }, + "nativeSrc": "30709:19:46", + "nodeType": "YulFunctionCall", + "src": "30709:19:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value5", + "nativeSrc": "30744:6:46", + "nodeType": "YulIdentifier", + "src": "30744:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "30737:6:46", + "nodeType": "YulIdentifier", + "src": "30737:6:46" + }, + "nativeSrc": "30737:14:46", + "nodeType": "YulFunctionCall", + "src": "30737:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "30730:6:46", + "nodeType": "YulIdentifier", + "src": "30730:6:46" + }, + "nativeSrc": "30730:22:46", + "nodeType": "YulFunctionCall", + "src": "30730:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "30702:6:46", + "nodeType": "YulIdentifier", + "src": "30702:6:46" + }, + "nativeSrc": "30702:51:46", + "nodeType": "YulFunctionCall", + "src": "30702:51:46" + }, + "nativeSrc": "30702:51:46", + "nodeType": "YulExpressionStatement", + "src": "30702:51:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "30773:9:46", + "nodeType": "YulIdentifier", + "src": "30773:9:46" + }, + { + "kind": "number", + "nativeSrc": "30784:3:46", + "nodeType": "YulLiteral", + "src": "30784:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "30769:3:46", + "nodeType": "YulIdentifier", + "src": "30769:3:46" + }, + "nativeSrc": "30769:19:46", + "nodeType": "YulFunctionCall", + "src": "30769:19:46" + }, + { + "name": "value6", + "nativeSrc": "30790:6:46", + "nodeType": "YulIdentifier", + "src": "30790:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "30762:6:46", + "nodeType": "YulIdentifier", + "src": "30762:6:46" + }, + "nativeSrc": "30762:35:46", + "nodeType": "YulFunctionCall", + "src": "30762:35:46" + }, + "nativeSrc": "30762:35:46", + "nodeType": "YulExpressionStatement", + "src": "30762:35:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "30817:9:46", + "nodeType": "YulIdentifier", + "src": "30817:9:46" + }, + { + "kind": "number", + "nativeSrc": "30828:3:46", + "nodeType": "YulLiteral", + "src": "30828:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "30813:3:46", + "nodeType": "YulIdentifier", + "src": "30813:3:46" + }, + "nativeSrc": "30813:19:46", + "nodeType": "YulFunctionCall", + "src": "30813:19:46" + }, + { + "name": "value7", + "nativeSrc": "30834:6:46", + "nodeType": "YulIdentifier", + "src": "30834:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "30806:6:46", + "nodeType": "YulIdentifier", + "src": "30806:6:46" + }, + "nativeSrc": "30806:35:46", + "nodeType": "YulFunctionCall", + "src": "30806:35:46" + }, + "nativeSrc": "30806:35:46", + "nodeType": "YulExpressionStatement", + "src": "30806:35:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "30861:9:46", + "nodeType": "YulIdentifier", + "src": "30861:9:46" + }, + { + "kind": "number", + "nativeSrc": "30872:3:46", + "nodeType": "YulLiteral", + "src": "30872:3:46", + "type": "", + "value": "256" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "30857:3:46", + "nodeType": "YulIdentifier", + "src": "30857:3:46" + }, + "nativeSrc": "30857:19:46", + "nodeType": "YulFunctionCall", + "src": "30857:19:46" + }, + { + "name": "value8", + "nativeSrc": "30878:6:46", + "nodeType": "YulIdentifier", + "src": "30878:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "30850:6:46", + "nodeType": "YulIdentifier", + "src": "30850:6:46" + }, + "nativeSrc": "30850:35:46", + "nodeType": "YulFunctionCall", + "src": "30850:35:46" + }, + "nativeSrc": "30850:35:46", + "nodeType": "YulExpressionStatement", + "src": "30850:35:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "30905:9:46", + "nodeType": "YulIdentifier", + "src": "30905:9:46" + }, + { + "kind": "number", + "nativeSrc": "30916:3:46", + "nodeType": "YulLiteral", + "src": "30916:3:46", + "type": "", + "value": "288" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "30901:3:46", + "nodeType": "YulIdentifier", + "src": "30901:3:46" + }, + "nativeSrc": "30901:19:46", + "nodeType": "YulFunctionCall", + "src": "30901:19:46" + }, + { + "name": "value9", + "nativeSrc": "30922:6:46", + "nodeType": "YulIdentifier", + "src": "30922:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "30894:6:46", + "nodeType": "YulIdentifier", + "src": "30894:6:46" + }, + "nativeSrc": "30894:35:46", + "nodeType": "YulFunctionCall", + "src": "30894:35:46" + }, + "nativeSrc": "30894:35:46", + "nodeType": "YulExpressionStatement", + "src": "30894:35:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "30949:9:46", + "nodeType": "YulIdentifier", + "src": "30949:9:46" + }, + { + "kind": "number", + "nativeSrc": "30960:3:46", + "nodeType": "YulLiteral", + "src": "30960:3:46", + "type": "", + "value": "320" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "30945:3:46", + "nodeType": "YulIdentifier", + "src": "30945:3:46" + }, + "nativeSrc": "30945:19:46", + "nodeType": "YulFunctionCall", + "src": "30945:19:46" + }, + { + "arguments": [ + { + "name": "value10", + "nativeSrc": "30970:7:46", + "nodeType": "YulIdentifier", + "src": "30970:7:46" + }, + { + "kind": "number", + "nativeSrc": "30979:18:46", + "nodeType": "YulLiteral", + "src": "30979:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "30966:3:46", + "nodeType": "YulIdentifier", + "src": "30966:3:46" + }, + "nativeSrc": "30966:32:46", + "nodeType": "YulFunctionCall", + "src": "30966:32:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "30938:6:46", + "nodeType": "YulIdentifier", + "src": "30938:6:46" + }, + "nativeSrc": "30938:61:46", + "nodeType": "YulFunctionCall", + "src": "30938:61:46" + }, + "nativeSrc": "30938:61:46", + "nodeType": "YulExpressionStatement", + "src": "30938:61:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "30214:9:46", + "nodeType": "YulTypedName", + "src": "30214:9:46", + "type": "" + }, + { + "name": "value10", + "nativeSrc": "30225:7:46", + "nodeType": "YulTypedName", + "src": "30225:7:46", + "type": "" + }, + { + "name": "value9", + "nativeSrc": "30234:6:46", + "nodeType": "YulTypedName", + "src": "30234:6:46", + "type": "" + }, + { + "name": "value8", + "nativeSrc": "30242:6:46", + "nodeType": "YulTypedName", + "src": "30242:6:46", + "type": "" + }, + { + "name": "value7", + "nativeSrc": "30250:6:46", + "nodeType": "YulTypedName", + "src": "30250:6:46", + "type": "" + }, + { + "name": "value6", + "nativeSrc": "30258:6:46", + "nodeType": "YulTypedName", + "src": "30258:6:46", + "type": "" + }, + { + "name": "value5", + "nativeSrc": "30266:6:46", + "nodeType": "YulTypedName", + "src": "30266:6:46", + "type": "" + }, + { + "name": "value4", + "nativeSrc": "30274:6:46", + "nodeType": "YulTypedName", + "src": "30274:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "30282:6:46", + "nodeType": "YulTypedName", + "src": "30282:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "30290:6:46", + "nodeType": "YulTypedName", + "src": "30290:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "30298:6:46", + "nodeType": "YulTypedName", + "src": "30298:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "30306:6:46", + "nodeType": "YulTypedName", + "src": "30306:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "30317:4:46", + "nodeType": "YulTypedName", + "src": "30317:4:46", + "type": "" + } + ], + "src": "29954:1051:46" + }, + { + "body": { + "nativeSrc": "31065:65:46", + "nodeType": "YulBlock", + "src": "31065:65:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "31082:1:46", + "nodeType": "YulLiteral", + "src": "31082:1:46", + "type": "", + "value": "0" + }, + { + "name": "ptr", + "nativeSrc": "31085:3:46", + "nodeType": "YulIdentifier", + "src": "31085:3:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "31075:6:46", + "nodeType": "YulIdentifier", + "src": "31075:6:46" + }, + "nativeSrc": "31075:14:46", + "nodeType": "YulFunctionCall", + "src": "31075:14:46" + }, + "nativeSrc": "31075:14:46", + "nodeType": "YulExpressionStatement", + "src": "31075:14:46" + }, + { + "nativeSrc": "31098:26:46", + "nodeType": "YulAssignment", + "src": "31098:26:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "31116:1:46", + "nodeType": "YulLiteral", + "src": "31116:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "31119:4:46", + "nodeType": "YulLiteral", + "src": "31119:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "keccak256", + "nativeSrc": "31106:9:46", + "nodeType": "YulIdentifier", + "src": "31106:9:46" + }, + "nativeSrc": "31106:18:46", + "nodeType": "YulFunctionCall", + "src": "31106:18:46" + }, + "variableNames": [ + { + "name": "data", + "nativeSrc": "31098:4:46", + "nodeType": "YulIdentifier", + "src": "31098:4:46" + } + ] + } + ] + }, + "name": "array_dataslot_bytes_storage", + "nativeSrc": "31010:120:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "ptr", + "nativeSrc": "31048:3:46", + "nodeType": "YulTypedName", + "src": "31048:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "data", + "nativeSrc": "31056:4:46", + "nodeType": "YulTypedName", + "src": "31056:4:46", + "type": "" + } + ], + "src": "31010:120:46" + }, + { + "body": { + "nativeSrc": "31215:437:46", + "nodeType": "YulBlock", + "src": "31215:437:46", + "statements": [ + { + "body": { + "nativeSrc": "31248:398:46", + "nodeType": "YulBlock", + "src": "31248:398:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "31269:1:46", + "nodeType": "YulLiteral", + "src": "31269:1:46", + "type": "", + "value": "0" + }, + { + "name": "array", + "nativeSrc": "31272:5:46", + "nodeType": "YulIdentifier", + "src": "31272:5:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "31262:6:46", + "nodeType": "YulIdentifier", + "src": "31262:6:46" + }, + "nativeSrc": "31262:16:46", + "nodeType": "YulFunctionCall", + "src": "31262:16:46" + }, + "nativeSrc": "31262:16:46", + "nodeType": "YulExpressionStatement", + "src": "31262:16:46" + }, + { + "nativeSrc": "31291:30:46", + "nodeType": "YulVariableDeclaration", + "src": "31291:30:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "31313:1:46", + "nodeType": "YulLiteral", + "src": "31313:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "31316:4:46", + "nodeType": "YulLiteral", + "src": "31316:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "keccak256", + "nativeSrc": "31303:9:46", + "nodeType": "YulIdentifier", + "src": "31303:9:46" + }, + "nativeSrc": "31303:18:46", + "nodeType": "YulFunctionCall", + "src": "31303:18:46" + }, + "variables": [ + { + "name": "data", + "nativeSrc": "31295:4:46", + "nodeType": "YulTypedName", + "src": "31295:4:46", + "type": "" + } + ] + }, + { + "nativeSrc": "31334:57:46", + "nodeType": "YulVariableDeclaration", + "src": "31334:57:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "31357:4:46", + "nodeType": "YulIdentifier", + "src": "31357:4:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "31367:1:46", + "nodeType": "YulLiteral", + "src": "31367:1:46", + "type": "", + "value": "5" + }, + { + "arguments": [ + { + "name": "startIndex", + "nativeSrc": "31374:10:46", + "nodeType": "YulIdentifier", + "src": "31374:10:46" + }, + { + "kind": "number", + "nativeSrc": "31386:2:46", + "nodeType": "YulLiteral", + "src": "31386:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "31370:3:46", + "nodeType": "YulIdentifier", + "src": "31370:3:46" + }, + "nativeSrc": "31370:19:46", + "nodeType": "YulFunctionCall", + "src": "31370:19:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "31363:3:46", + "nodeType": "YulIdentifier", + "src": "31363:3:46" + }, + "nativeSrc": "31363:27:46", + "nodeType": "YulFunctionCall", + "src": "31363:27:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "31353:3:46", + "nodeType": "YulIdentifier", + "src": "31353:3:46" + }, + "nativeSrc": "31353:38:46", + "nodeType": "YulFunctionCall", + "src": "31353:38:46" + }, + "variables": [ + { + "name": "deleteStart", + "nativeSrc": "31338:11:46", + "nodeType": "YulTypedName", + "src": "31338:11:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "31428:23:46", + "nodeType": "YulBlock", + "src": "31428:23:46", + "statements": [ + { + "nativeSrc": "31430:19:46", + "nodeType": "YulAssignment", + "src": "31430:19:46", + "value": { + "name": "data", + "nativeSrc": "31445:4:46", + "nodeType": "YulIdentifier", + "src": "31445:4:46" + }, + "variableNames": [ + { + "name": "deleteStart", + "nativeSrc": "31430:11:46", + "nodeType": "YulIdentifier", + "src": "31430:11:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "startIndex", + "nativeSrc": "31410:10:46", + "nodeType": "YulIdentifier", + "src": "31410:10:46" + }, + { + "kind": "number", + "nativeSrc": "31422:4:46", + "nodeType": "YulLiteral", + "src": "31422:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "31407:2:46", + "nodeType": "YulIdentifier", + "src": "31407:2:46" + }, + "nativeSrc": "31407:20:46", + "nodeType": "YulFunctionCall", + "src": "31407:20:46" + }, + "nativeSrc": "31404:47:46", + "nodeType": "YulIf", + "src": "31404:47:46" + }, + { + "nativeSrc": "31464:41:46", + "nodeType": "YulVariableDeclaration", + "src": "31464:41:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "31478:4:46", + "nodeType": "YulIdentifier", + "src": "31478:4:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "31488:1:46", + "nodeType": "YulLiteral", + "src": "31488:1:46", + "type": "", + "value": "5" + }, + { + "arguments": [ + { + "name": "len", + "nativeSrc": "31495:3:46", + "nodeType": "YulIdentifier", + "src": "31495:3:46" + }, + { + "kind": "number", + "nativeSrc": "31500:2:46", + "nodeType": "YulLiteral", + "src": "31500:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "31491:3:46", + "nodeType": "YulIdentifier", + "src": "31491:3:46" + }, + "nativeSrc": "31491:12:46", + "nodeType": "YulFunctionCall", + "src": "31491:12:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "31484:3:46", + "nodeType": "YulIdentifier", + "src": "31484:3:46" + }, + "nativeSrc": "31484:20:46", + "nodeType": "YulFunctionCall", + "src": "31484:20:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "31474:3:46", + "nodeType": "YulIdentifier", + "src": "31474:3:46" + }, + "nativeSrc": "31474:31:46", + "nodeType": "YulFunctionCall", + "src": "31474:31:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "31468:2:46", + "nodeType": "YulTypedName", + "src": "31468:2:46", + "type": "" + } + ] + }, + { + "nativeSrc": "31518:24:46", + "nodeType": "YulVariableDeclaration", + "src": "31518:24:46", + "value": { + "name": "deleteStart", + "nativeSrc": "31531:11:46", + "nodeType": "YulIdentifier", + "src": "31531:11:46" + }, + "variables": [ + { + "name": "start", + "nativeSrc": "31522:5:46", + "nodeType": "YulTypedName", + "src": "31522:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "31616:20:46", + "nodeType": "YulBlock", + "src": "31616:20:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "start", + "nativeSrc": "31625:5:46", + "nodeType": "YulIdentifier", + "src": "31625:5:46" + }, + { + "kind": "number", + "nativeSrc": "31632:1:46", + "nodeType": "YulLiteral", + "src": "31632:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "31618:6:46", + "nodeType": "YulIdentifier", + "src": "31618:6:46" + }, + "nativeSrc": "31618:16:46", + "nodeType": "YulFunctionCall", + "src": "31618:16:46" + }, + "nativeSrc": "31618:16:46", + "nodeType": "YulExpressionStatement", + "src": "31618:16:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "start", + "nativeSrc": "31566:5:46", + "nodeType": "YulIdentifier", + "src": "31566:5:46" + }, + { + "name": "_1", + "nativeSrc": "31573:2:46", + "nodeType": "YulIdentifier", + "src": "31573:2:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "31563:2:46", + "nodeType": "YulIdentifier", + "src": "31563:2:46" + }, + "nativeSrc": "31563:13:46", + "nodeType": "YulFunctionCall", + "src": "31563:13:46" + }, + "nativeSrc": "31555:81:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "31577:26:46", + "nodeType": "YulBlock", + "src": "31577:26:46", + "statements": [ + { + "nativeSrc": "31579:22:46", + "nodeType": "YulAssignment", + "src": "31579:22:46", + "value": { + "arguments": [ + { + "name": "start", + "nativeSrc": "31592:5:46", + "nodeType": "YulIdentifier", + "src": "31592:5:46" + }, + { + "kind": "number", + "nativeSrc": "31599:1:46", + "nodeType": "YulLiteral", + "src": "31599:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "31588:3:46", + "nodeType": "YulIdentifier", + "src": "31588:3:46" + }, + "nativeSrc": "31588:13:46", + "nodeType": "YulFunctionCall", + "src": "31588:13:46" + }, + "variableNames": [ + { + "name": "start", + "nativeSrc": "31579:5:46", + "nodeType": "YulIdentifier", + "src": "31579:5:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "31559:3:46", + "nodeType": "YulBlock", + "src": "31559:3:46", + "statements": [] + }, + "src": "31555:81:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "len", + "nativeSrc": "31231:3:46", + "nodeType": "YulIdentifier", + "src": "31231:3:46" + }, + { + "kind": "number", + "nativeSrc": "31236:2:46", + "nodeType": "YulLiteral", + "src": "31236:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "31228:2:46", + "nodeType": "YulIdentifier", + "src": "31228:2:46" + }, + "nativeSrc": "31228:11:46", + "nodeType": "YulFunctionCall", + "src": "31228:11:46" + }, + "nativeSrc": "31225:421:46", + "nodeType": "YulIf", + "src": "31225:421:46" + } + ] + }, + "name": "clean_up_bytearray_end_slots_bytes_storage", + "nativeSrc": "31135:517:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "array", + "nativeSrc": "31187:5:46", + "nodeType": "YulTypedName", + "src": "31187:5:46", + "type": "" + }, + { + "name": "len", + "nativeSrc": "31194:3:46", + "nodeType": "YulTypedName", + "src": "31194:3:46", + "type": "" + }, + { + "name": "startIndex", + "nativeSrc": "31199:10:46", + "nodeType": "YulTypedName", + "src": "31199:10:46", + "type": "" + } + ], + "src": "31135:517:46" + }, + { + "body": { + "nativeSrc": "31742:81:46", + "nodeType": "YulBlock", + "src": "31742:81:46", + "statements": [ + { + "nativeSrc": "31752:65:46", + "nodeType": "YulAssignment", + "src": "31752:65:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "data", + "nativeSrc": "31767:4:46", + "nodeType": "YulIdentifier", + "src": "31767:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "31785:1:46", + "nodeType": "YulLiteral", + "src": "31785:1:46", + "type": "", + "value": "3" + }, + { + "name": "len", + "nativeSrc": "31788:3:46", + "nodeType": "YulIdentifier", + "src": "31788:3:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "31781:3:46", + "nodeType": "YulIdentifier", + "src": "31781:3:46" + }, + "nativeSrc": "31781:11:46", + "nodeType": "YulFunctionCall", + "src": "31781:11:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "31798:1:46", + "nodeType": "YulLiteral", + "src": "31798:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "31794:3:46", + "nodeType": "YulIdentifier", + "src": "31794:3:46" + }, + "nativeSrc": "31794:6:46", + "nodeType": "YulFunctionCall", + "src": "31794:6:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "31777:3:46", + "nodeType": "YulIdentifier", + "src": "31777:3:46" + }, + "nativeSrc": "31777:24:46", + "nodeType": "YulFunctionCall", + "src": "31777:24:46" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "31773:3:46", + "nodeType": "YulIdentifier", + "src": "31773:3:46" + }, + "nativeSrc": "31773:29:46", + "nodeType": "YulFunctionCall", + "src": "31773:29:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "31763:3:46", + "nodeType": "YulIdentifier", + "src": "31763:3:46" + }, + "nativeSrc": "31763:40:46", + "nodeType": "YulFunctionCall", + "src": "31763:40:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "31809:1:46", + "nodeType": "YulLiteral", + "src": "31809:1:46", + "type": "", + "value": "1" + }, + { + "name": "len", + "nativeSrc": "31812:3:46", + "nodeType": "YulIdentifier", + "src": "31812:3:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "31805:3:46", + "nodeType": "YulIdentifier", + "src": "31805:3:46" + }, + "nativeSrc": "31805:11:46", + "nodeType": "YulFunctionCall", + "src": "31805:11:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "31760:2:46", + "nodeType": "YulIdentifier", + "src": "31760:2:46" + }, + "nativeSrc": "31760:57:46", + "nodeType": "YulFunctionCall", + "src": "31760:57:46" + }, + "variableNames": [ + { + "name": "used", + "nativeSrc": "31752:4:46", + "nodeType": "YulIdentifier", + "src": "31752:4:46" + } + ] + } + ] + }, + "name": "extract_used_part_and_set_length_of_short_byte_array", + "nativeSrc": "31657:166:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "data", + "nativeSrc": "31719:4:46", + "nodeType": "YulTypedName", + "src": "31719:4:46", + "type": "" + }, + { + "name": "len", + "nativeSrc": "31725:3:46", + "nodeType": "YulTypedName", + "src": "31725:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "used", + "nativeSrc": "31733:4:46", + "nodeType": "YulTypedName", + "src": "31733:4:46", + "type": "" + } + ], + "src": "31657:166:46" + }, + { + "body": { + "nativeSrc": "31922:1201:46", + "nodeType": "YulBlock", + "src": "31922:1201:46", + "statements": [ + { + "nativeSrc": "31932:24:46", + "nodeType": "YulVariableDeclaration", + "src": "31932:24:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "31952:3:46", + "nodeType": "YulIdentifier", + "src": "31952:3:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "31946:5:46", + "nodeType": "YulIdentifier", + "src": "31946:5:46" + }, + "nativeSrc": "31946:10:46", + "nodeType": "YulFunctionCall", + "src": "31946:10:46" + }, + "variables": [ + { + "name": "newLen", + "nativeSrc": "31936:6:46", + "nodeType": "YulTypedName", + "src": "31936:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "31999:22:46", + "nodeType": "YulBlock", + "src": "31999:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "32001:16:46", + "nodeType": "YulIdentifier", + "src": "32001:16:46" + }, + "nativeSrc": "32001:18:46", + "nodeType": "YulFunctionCall", + "src": "32001:18:46" + }, + "nativeSrc": "32001:18:46", + "nodeType": "YulExpressionStatement", + "src": "32001:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "31971:6:46", + "nodeType": "YulIdentifier", + "src": "31971:6:46" + }, + { + "kind": "number", + "nativeSrc": "31979:18:46", + "nodeType": "YulLiteral", + "src": "31979:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "31968:2:46", + "nodeType": "YulIdentifier", + "src": "31968:2:46" + }, + "nativeSrc": "31968:30:46", + "nodeType": "YulFunctionCall", + "src": "31968:30:46" + }, + "nativeSrc": "31965:56:46", + "nodeType": "YulIf", + "src": "31965:56:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "32073:4:46", + "nodeType": "YulIdentifier", + "src": "32073:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "slot", + "nativeSrc": "32111:4:46", + "nodeType": "YulIdentifier", + "src": "32111:4:46" + } + ], + "functionName": { + "name": "sload", + "nativeSrc": "32105:5:46", + "nodeType": "YulIdentifier", + "src": "32105:5:46" + }, + "nativeSrc": "32105:11:46", + "nodeType": "YulFunctionCall", + "src": "32105:11:46" + } + ], + "functionName": { + "name": "extract_byte_array_length", + "nativeSrc": "32079:25:46", + "nodeType": "YulIdentifier", + "src": "32079:25:46" + }, + "nativeSrc": "32079:38:46", + "nodeType": "YulFunctionCall", + "src": "32079:38:46" + }, + { + "name": "newLen", + "nativeSrc": "32119:6:46", + "nodeType": "YulIdentifier", + "src": "32119:6:46" + } + ], + "functionName": { + "name": "clean_up_bytearray_end_slots_bytes_storage", + "nativeSrc": "32030:42:46", + "nodeType": "YulIdentifier", + "src": "32030:42:46" + }, + "nativeSrc": "32030:96:46", + "nodeType": "YulFunctionCall", + "src": "32030:96:46" + }, + "nativeSrc": "32030:96:46", + "nodeType": "YulExpressionStatement", + "src": "32030:96:46" + }, + { + "nativeSrc": "32135:18:46", + "nodeType": "YulVariableDeclaration", + "src": "32135:18:46", + "value": { + "kind": "number", + "nativeSrc": "32152:1:46", + "nodeType": "YulLiteral", + "src": "32152:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "srcOffset", + "nativeSrc": "32139:9:46", + "nodeType": "YulTypedName", + "src": "32139:9:46", + "type": "" + } + ] + }, + { + "nativeSrc": "32162:17:46", + "nodeType": "YulAssignment", + "src": "32162:17:46", + "value": { + "kind": "number", + "nativeSrc": "32175:4:46", + "nodeType": "YulLiteral", + "src": "32175:4:46", + "type": "", + "value": "0x20" + }, + "variableNames": [ + { + "name": "srcOffset", + "nativeSrc": "32162:9:46", + "nodeType": "YulIdentifier", + "src": "32162:9:46" + } + ] + }, + { + "cases": [ + { + "body": { + "nativeSrc": "32225:641:46", + "nodeType": "YulBlock", + "src": "32225:641:46", + "statements": [ + { + "nativeSrc": "32239:35:46", + "nodeType": "YulVariableDeclaration", + "src": "32239:35:46", + "value": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "32258:6:46", + "nodeType": "YulIdentifier", + "src": "32258:6:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "32270:2:46", + "nodeType": "YulLiteral", + "src": "32270:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "32266:3:46", + "nodeType": "YulIdentifier", + "src": "32266:3:46" + }, + "nativeSrc": "32266:7:46", + "nodeType": "YulFunctionCall", + "src": "32266:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "32254:3:46", + "nodeType": "YulIdentifier", + "src": "32254:3:46" + }, + "nativeSrc": "32254:20:46", + "nodeType": "YulFunctionCall", + "src": "32254:20:46" + }, + "variables": [ + { + "name": "loopEnd", + "nativeSrc": "32243:7:46", + "nodeType": "YulTypedName", + "src": "32243:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "32287:48:46", + "nodeType": "YulVariableDeclaration", + "src": "32287:48:46", + "value": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "32330:4:46", + "nodeType": "YulIdentifier", + "src": "32330:4:46" + } + ], + "functionName": { + "name": "array_dataslot_bytes_storage", + "nativeSrc": "32301:28:46", + "nodeType": "YulIdentifier", + "src": "32301:28:46" + }, + "nativeSrc": "32301:34:46", + "nodeType": "YulFunctionCall", + "src": "32301:34:46" + }, + "variables": [ + { + "name": "dstPtr", + "nativeSrc": "32291:6:46", + "nodeType": "YulTypedName", + "src": "32291:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "32348:10:46", + "nodeType": "YulVariableDeclaration", + "src": "32348:10:46", + "value": { + "kind": "number", + "nativeSrc": "32357:1:46", + "nodeType": "YulLiteral", + "src": "32357:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "32352:1:46", + "nodeType": "YulTypedName", + "src": "32352:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "32428:165:46", + "nodeType": "YulBlock", + "src": "32428:165:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "32453:6:46", + "nodeType": "YulIdentifier", + "src": "32453:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "32471:3:46", + "nodeType": "YulIdentifier", + "src": "32471:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "32476:9:46", + "nodeType": "YulIdentifier", + "src": "32476:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "32467:3:46", + "nodeType": "YulIdentifier", + "src": "32467:3:46" + }, + "nativeSrc": "32467:19:46", + "nodeType": "YulFunctionCall", + "src": "32467:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "32461:5:46", + "nodeType": "YulIdentifier", + "src": "32461:5:46" + }, + "nativeSrc": "32461:26:46", + "nodeType": "YulFunctionCall", + "src": "32461:26:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "32446:6:46", + "nodeType": "YulIdentifier", + "src": "32446:6:46" + }, + "nativeSrc": "32446:42:46", + "nodeType": "YulFunctionCall", + "src": "32446:42:46" + }, + "nativeSrc": "32446:42:46", + "nodeType": "YulExpressionStatement", + "src": "32446:42:46" + }, + { + "nativeSrc": "32505:24:46", + "nodeType": "YulAssignment", + "src": "32505:24:46", + "value": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "32519:6:46", + "nodeType": "YulIdentifier", + "src": "32519:6:46" + }, + { + "kind": "number", + "nativeSrc": "32527:1:46", + "nodeType": "YulLiteral", + "src": "32527:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "32515:3:46", + "nodeType": "YulIdentifier", + "src": "32515:3:46" + }, + "nativeSrc": "32515:14:46", + "nodeType": "YulFunctionCall", + "src": "32515:14:46" + }, + "variableNames": [ + { + "name": "dstPtr", + "nativeSrc": "32505:6:46", + "nodeType": "YulIdentifier", + "src": "32505:6:46" + } + ] + }, + { + "nativeSrc": "32546:33:46", + "nodeType": "YulAssignment", + "src": "32546:33:46", + "value": { + "arguments": [ + { + "name": "srcOffset", + "nativeSrc": "32563:9:46", + "nodeType": "YulIdentifier", + "src": "32563:9:46" + }, + { + "kind": "number", + "nativeSrc": "32574:4:46", + "nodeType": "YulLiteral", + "src": "32574:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "32559:3:46", + "nodeType": "YulIdentifier", + "src": "32559:3:46" + }, + "nativeSrc": "32559:20:46", + "nodeType": "YulFunctionCall", + "src": "32559:20:46" + }, + "variableNames": [ + { + "name": "srcOffset", + "nativeSrc": "32546:9:46", + "nodeType": "YulIdentifier", + "src": "32546:9:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "32382:1:46", + "nodeType": "YulIdentifier", + "src": "32382:1:46" + }, + { + "name": "loopEnd", + "nativeSrc": "32385:7:46", + "nodeType": "YulIdentifier", + "src": "32385:7:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "32379:2:46", + "nodeType": "YulIdentifier", + "src": "32379:2:46" + }, + "nativeSrc": "32379:14:46", + "nodeType": "YulFunctionCall", + "src": "32379:14:46" + }, + "nativeSrc": "32371:222:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "32394:21:46", + "nodeType": "YulBlock", + "src": "32394:21:46", + "statements": [ + { + "nativeSrc": "32396:17:46", + "nodeType": "YulAssignment", + "src": "32396:17:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "32405:1:46", + "nodeType": "YulIdentifier", + "src": "32405:1:46" + }, + { + "kind": "number", + "nativeSrc": "32408:4:46", + "nodeType": "YulLiteral", + "src": "32408:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "32401:3:46", + "nodeType": "YulIdentifier", + "src": "32401:3:46" + }, + "nativeSrc": "32401:12:46", + "nodeType": "YulFunctionCall", + "src": "32401:12:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "32396:1:46", + "nodeType": "YulIdentifier", + "src": "32396:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "32375:3:46", + "nodeType": "YulBlock", + "src": "32375:3:46", + "statements": [] + }, + "src": "32371:222:46" + }, + { + "body": { + "nativeSrc": "32641:166:46", + "nodeType": "YulBlock", + "src": "32641:166:46", + "statements": [ + { + "nativeSrc": "32659:43:46", + "nodeType": "YulVariableDeclaration", + "src": "32659:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "32686:3:46", + "nodeType": "YulIdentifier", + "src": "32686:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "32691:9:46", + "nodeType": "YulIdentifier", + "src": "32691:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "32682:3:46", + "nodeType": "YulIdentifier", + "src": "32682:3:46" + }, + "nativeSrc": "32682:19:46", + "nodeType": "YulFunctionCall", + "src": "32682:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "32676:5:46", + "nodeType": "YulIdentifier", + "src": "32676:5:46" + }, + "nativeSrc": "32676:26:46", + "nodeType": "YulFunctionCall", + "src": "32676:26:46" + }, + "variables": [ + { + "name": "lastValue", + "nativeSrc": "32663:9:46", + "nodeType": "YulTypedName", + "src": "32663:9:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "32726:6:46", + "nodeType": "YulIdentifier", + "src": "32726:6:46" + }, + { + "arguments": [ + { + "name": "lastValue", + "nativeSrc": "32738:9:46", + "nodeType": "YulIdentifier", + "src": "32738:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "32765:1:46", + "nodeType": "YulLiteral", + "src": "32765:1:46", + "type": "", + "value": "3" + }, + { + "name": "newLen", + "nativeSrc": "32768:6:46", + "nodeType": "YulIdentifier", + "src": "32768:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "32761:3:46", + "nodeType": "YulIdentifier", + "src": "32761:3:46" + }, + "nativeSrc": "32761:14:46", + "nodeType": "YulFunctionCall", + "src": "32761:14:46" + }, + { + "kind": "number", + "nativeSrc": "32777:3:46", + "nodeType": "YulLiteral", + "src": "32777:3:46", + "type": "", + "value": "248" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "32757:3:46", + "nodeType": "YulIdentifier", + "src": "32757:3:46" + }, + "nativeSrc": "32757:24:46", + "nodeType": "YulFunctionCall", + "src": "32757:24:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "32787:1:46", + "nodeType": "YulLiteral", + "src": "32787:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "32783:3:46", + "nodeType": "YulIdentifier", + "src": "32783:3:46" + }, + "nativeSrc": "32783:6:46", + "nodeType": "YulFunctionCall", + "src": "32783:6:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "32753:3:46", + "nodeType": "YulIdentifier", + "src": "32753:3:46" + }, + "nativeSrc": "32753:37:46", + "nodeType": "YulFunctionCall", + "src": "32753:37:46" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "32749:3:46", + "nodeType": "YulIdentifier", + "src": "32749:3:46" + }, + "nativeSrc": "32749:42:46", + "nodeType": "YulFunctionCall", + "src": "32749:42:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "32734:3:46", + "nodeType": "YulIdentifier", + "src": "32734:3:46" + }, + "nativeSrc": "32734:58:46", + "nodeType": "YulFunctionCall", + "src": "32734:58:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "32719:6:46", + "nodeType": "YulIdentifier", + "src": "32719:6:46" + }, + "nativeSrc": "32719:74:46", + "nodeType": "YulFunctionCall", + "src": "32719:74:46" + }, + "nativeSrc": "32719:74:46", + "nodeType": "YulExpressionStatement", + "src": "32719:74:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "loopEnd", + "nativeSrc": "32612:7:46", + "nodeType": "YulIdentifier", + "src": "32612:7:46" + }, + { + "name": "newLen", + "nativeSrc": "32621:6:46", + "nodeType": "YulIdentifier", + "src": "32621:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "32609:2:46", + "nodeType": "YulIdentifier", + "src": "32609:2:46" + }, + "nativeSrc": "32609:19:46", + "nodeType": "YulFunctionCall", + "src": "32609:19:46" + }, + "nativeSrc": "32606:201:46", + "nodeType": "YulIf", + "src": "32606:201:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "32827:4:46", + "nodeType": "YulIdentifier", + "src": "32827:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "32841:1:46", + "nodeType": "YulLiteral", + "src": "32841:1:46", + "type": "", + "value": "1" + }, + { + "name": "newLen", + "nativeSrc": "32844:6:46", + "nodeType": "YulIdentifier", + "src": "32844:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "32837:3:46", + "nodeType": "YulIdentifier", + "src": "32837:3:46" + }, + "nativeSrc": "32837:14:46", + "nodeType": "YulFunctionCall", + "src": "32837:14:46" + }, + { + "kind": "number", + "nativeSrc": "32853:1:46", + "nodeType": "YulLiteral", + "src": "32853:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "32833:3:46", + "nodeType": "YulIdentifier", + "src": "32833:3:46" + }, + "nativeSrc": "32833:22:46", + "nodeType": "YulFunctionCall", + "src": "32833:22:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "32820:6:46", + "nodeType": "YulIdentifier", + "src": "32820:6:46" + }, + "nativeSrc": "32820:36:46", + "nodeType": "YulFunctionCall", + "src": "32820:36:46" + }, + "nativeSrc": "32820:36:46", + "nodeType": "YulExpressionStatement", + "src": "32820:36:46" + } + ] + }, + "nativeSrc": "32218:648:46", + "nodeType": "YulCase", + "src": "32218:648:46", + "value": { + "kind": "number", + "nativeSrc": "32223:1:46", + "nodeType": "YulLiteral", + "src": "32223:1:46", + "type": "", + "value": "1" + } + }, + { + "body": { + "nativeSrc": "32883:234:46", + "nodeType": "YulBlock", + "src": "32883:234:46", + "statements": [ + { + "nativeSrc": "32897:14:46", + "nodeType": "YulVariableDeclaration", + "src": "32897:14:46", + "value": { + "kind": "number", + "nativeSrc": "32910:1:46", + "nodeType": "YulLiteral", + "src": "32910:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "32901:5:46", + "nodeType": "YulTypedName", + "src": "32901:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "32946:67:46", + "nodeType": "YulBlock", + "src": "32946:67:46", + "statements": [ + { + "nativeSrc": "32964:35:46", + "nodeType": "YulAssignment", + "src": "32964:35:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "32983:3:46", + "nodeType": "YulIdentifier", + "src": "32983:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "32988:9:46", + "nodeType": "YulIdentifier", + "src": "32988:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "32979:3:46", + "nodeType": "YulIdentifier", + "src": "32979:3:46" + }, + "nativeSrc": "32979:19:46", + "nodeType": "YulFunctionCall", + "src": "32979:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "32973:5:46", + "nodeType": "YulIdentifier", + "src": "32973:5:46" + }, + "nativeSrc": "32973:26:46", + "nodeType": "YulFunctionCall", + "src": "32973:26:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "32964:5:46", + "nodeType": "YulIdentifier", + "src": "32964:5:46" + } + ] + } + ] + }, + "condition": { + "name": "newLen", + "nativeSrc": "32927:6:46", + "nodeType": "YulIdentifier", + "src": "32927:6:46" + }, + "nativeSrc": "32924:89:46", + "nodeType": "YulIf", + "src": "32924:89:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "33033:4:46", + "nodeType": "YulIdentifier", + "src": "33033:4:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "33092:5:46", + "nodeType": "YulIdentifier", + "src": "33092:5:46" + }, + { + "name": "newLen", + "nativeSrc": "33099:6:46", + "nodeType": "YulIdentifier", + "src": "33099:6:46" + } + ], + "functionName": { + "name": "extract_used_part_and_set_length_of_short_byte_array", + "nativeSrc": "33039:52:46", + "nodeType": "YulIdentifier", + "src": "33039:52:46" + }, + "nativeSrc": "33039:67:46", + "nodeType": "YulFunctionCall", + "src": "33039:67:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "33026:6:46", + "nodeType": "YulIdentifier", + "src": "33026:6:46" + }, + "nativeSrc": "33026:81:46", + "nodeType": "YulFunctionCall", + "src": "33026:81:46" + }, + "nativeSrc": "33026:81:46", + "nodeType": "YulExpressionStatement", + "src": "33026:81:46" + } + ] + }, + "nativeSrc": "32875:242:46", + "nodeType": "YulCase", + "src": "32875:242:46", + "value": "default" + } + ], + "expression": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "32198:6:46", + "nodeType": "YulIdentifier", + "src": "32198:6:46" + }, + { + "kind": "number", + "nativeSrc": "32206:2:46", + "nodeType": "YulLiteral", + "src": "32206:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "32195:2:46", + "nodeType": "YulIdentifier", + "src": "32195:2:46" + }, + "nativeSrc": "32195:14:46", + "nodeType": "YulFunctionCall", + "src": "32195:14:46" + }, + "nativeSrc": "32188:929:46", + "nodeType": "YulSwitch", + "src": "32188:929:46" + } + ] + }, + "name": "copy_byte_array_to_storage_from_t_bytes_memory_ptr_to_t_bytes_storage", + "nativeSrc": "31828:1295:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "slot", + "nativeSrc": "31907:4:46", + "nodeType": "YulTypedName", + "src": "31907:4:46", + "type": "" + }, + { + "name": "src", + "nativeSrc": "31913:3:46", + "nodeType": "YulTypedName", + "src": "31913:3:46", + "type": "" + } + ], + "src": "31828:1295:46" + }, + { + "body": { + "nativeSrc": "33160:152:46", + "nodeType": "YulBlock", + "src": "33160:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "33177:1:46", + "nodeType": "YulLiteral", + "src": "33177:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "33180:77:46", + "nodeType": "YulLiteral", + "src": "33180:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "33170:6:46", + "nodeType": "YulIdentifier", + "src": "33170:6:46" + }, + "nativeSrc": "33170:88:46", + "nodeType": "YulFunctionCall", + "src": "33170:88:46" + }, + "nativeSrc": "33170:88:46", + "nodeType": "YulExpressionStatement", + "src": "33170:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "33274:1:46", + "nodeType": "YulLiteral", + "src": "33274:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "33277:4:46", + "nodeType": "YulLiteral", + "src": "33277:4:46", + "type": "", + "value": "0x12" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "33267:6:46", + "nodeType": "YulIdentifier", + "src": "33267:6:46" + }, + "nativeSrc": "33267:15:46", + "nodeType": "YulFunctionCall", + "src": "33267:15:46" + }, + "nativeSrc": "33267:15:46", + "nodeType": "YulExpressionStatement", + "src": "33267:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "33298:1:46", + "nodeType": "YulLiteral", + "src": "33298:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "33301:4:46", + "nodeType": "YulLiteral", + "src": "33301:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "33291:6:46", + "nodeType": "YulIdentifier", + "src": "33291:6:46" + }, + "nativeSrc": "33291:15:46", + "nodeType": "YulFunctionCall", + "src": "33291:15:46" + }, + "nativeSrc": "33291:15:46", + "nodeType": "YulExpressionStatement", + "src": "33291:15:46" + } + ] + }, + "name": "panic_error_0x12", + "nativeSrc": "33128:184:46", + "nodeType": "YulFunctionDefinition", + "src": "33128:184:46" + }, + { + "body": { + "nativeSrc": "33349:152:46", + "nodeType": "YulBlock", + "src": "33349:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "33366:1:46", + "nodeType": "YulLiteral", + "src": "33366:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "33369:77:46", + "nodeType": "YulLiteral", + "src": "33369:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "33359:6:46", + "nodeType": "YulIdentifier", + "src": "33359:6:46" + }, + "nativeSrc": "33359:88:46", + "nodeType": "YulFunctionCall", + "src": "33359:88:46" + }, + "nativeSrc": "33359:88:46", + "nodeType": "YulExpressionStatement", + "src": "33359:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "33463:1:46", + "nodeType": "YulLiteral", + "src": "33463:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "33466:4:46", + "nodeType": "YulLiteral", + "src": "33466:4:46", + "type": "", + "value": "0x21" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "33456:6:46", + "nodeType": "YulIdentifier", + "src": "33456:6:46" + }, + "nativeSrc": "33456:15:46", + "nodeType": "YulFunctionCall", + "src": "33456:15:46" + }, + "nativeSrc": "33456:15:46", + "nodeType": "YulExpressionStatement", + "src": "33456:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "33487:1:46", + "nodeType": "YulLiteral", + "src": "33487:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "33490:4:46", + "nodeType": "YulLiteral", + "src": "33490:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "33480:6:46", + "nodeType": "YulIdentifier", + "src": "33480:6:46" + }, + "nativeSrc": "33480:15:46", + "nodeType": "YulFunctionCall", + "src": "33480:15:46" + }, + "nativeSrc": "33480:15:46", + "nodeType": "YulExpressionStatement", + "src": "33480:15:46" + } + ] + }, + "name": "panic_error_0x21", + "nativeSrc": "33317:184:46", + "nodeType": "YulFunctionDefinition", + "src": "33317:184:46" + }, + { + "body": { + "nativeSrc": "33584:167:46", + "nodeType": "YulBlock", + "src": "33584:167:46", + "statements": [ + { + "body": { + "nativeSrc": "33630:16:46", + "nodeType": "YulBlock", + "src": "33630:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "33639:1:46", + "nodeType": "YulLiteral", + "src": "33639:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "33642:1:46", + "nodeType": "YulLiteral", + "src": "33642:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "33632:6:46", + "nodeType": "YulIdentifier", + "src": "33632:6:46" + }, + "nativeSrc": "33632:12:46", + "nodeType": "YulFunctionCall", + "src": "33632:12:46" + }, + "nativeSrc": "33632:12:46", + "nodeType": "YulExpressionStatement", + "src": "33632:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "33605:7:46", + "nodeType": "YulIdentifier", + "src": "33605:7:46" + }, + { + "name": "headStart", + "nativeSrc": "33614:9:46", + "nodeType": "YulIdentifier", + "src": "33614:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "33601:3:46", + "nodeType": "YulIdentifier", + "src": "33601:3:46" + }, + "nativeSrc": "33601:23:46", + "nodeType": "YulFunctionCall", + "src": "33601:23:46" + }, + { + "kind": "number", + "nativeSrc": "33626:2:46", + "nodeType": "YulLiteral", + "src": "33626:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "33597:3:46", + "nodeType": "YulIdentifier", + "src": "33597:3:46" + }, + "nativeSrc": "33597:32:46", + "nodeType": "YulFunctionCall", + "src": "33597:32:46" + }, + "nativeSrc": "33594:52:46", + "nodeType": "YulIf", + "src": "33594:52:46" + }, + { + "nativeSrc": "33655:29:46", + "nodeType": "YulVariableDeclaration", + "src": "33655:29:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "33674:9:46", + "nodeType": "YulIdentifier", + "src": "33674:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "33668:5:46", + "nodeType": "YulIdentifier", + "src": "33668:5:46" + }, + "nativeSrc": "33668:16:46", + "nodeType": "YulFunctionCall", + "src": "33668:16:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "33659:5:46", + "nodeType": "YulTypedName", + "src": "33659:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "33715:5:46", + "nodeType": "YulIdentifier", + "src": "33715:5:46" + } + ], + "functionName": { + "name": "validator_revert_bool", + "nativeSrc": "33693:21:46", + "nodeType": "YulIdentifier", + "src": "33693:21:46" + }, + "nativeSrc": "33693:28:46", + "nodeType": "YulFunctionCall", + "src": "33693:28:46" + }, + "nativeSrc": "33693:28:46", + "nodeType": "YulExpressionStatement", + "src": "33693:28:46" + }, + { + "nativeSrc": "33730:15:46", + "nodeType": "YulAssignment", + "src": "33730:15:46", + "value": { + "name": "value", + "nativeSrc": "33740:5:46", + "nodeType": "YulIdentifier", + "src": "33740:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "33730:6:46", + "nodeType": "YulIdentifier", + "src": "33730:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bool_fromMemory", + "nativeSrc": "33506:245:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "33550:9:46", + "nodeType": "YulTypedName", + "src": "33550:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "33561:7:46", + "nodeType": "YulTypedName", + "src": "33561:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "33573:6:46", + "nodeType": "YulTypedName", + "src": "33573:6:46", + "type": "" + } + ], + "src": "33506:245:46" + }, + { + "body": { + "nativeSrc": "34039:728:46", + "nodeType": "YulBlock", + "src": "34039:728:46", + "statements": [ + { + "nativeSrc": "34049:32:46", + "nodeType": "YulVariableDeclaration", + "src": "34049:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "34067:9:46", + "nodeType": "YulIdentifier", + "src": "34067:9:46" + }, + { + "kind": "number", + "nativeSrc": "34078:2:46", + "nodeType": "YulLiteral", + "src": "34078:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "34063:3:46", + "nodeType": "YulIdentifier", + "src": "34063:3:46" + }, + "nativeSrc": "34063:18:46", + "nodeType": "YulFunctionCall", + "src": "34063:18:46" + }, + "variables": [ + { + "name": "tail_1", + "nativeSrc": "34053:6:46", + "nodeType": "YulTypedName", + "src": "34053:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "34097:9:46", + "nodeType": "YulIdentifier", + "src": "34097:9:46" + }, + { + "kind": "number", + "nativeSrc": "34108:2:46", + "nodeType": "YulLiteral", + "src": "34108:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "34090:6:46", + "nodeType": "YulIdentifier", + "src": "34090:6:46" + }, + "nativeSrc": "34090:21:46", + "nodeType": "YulFunctionCall", + "src": "34090:21:46" + }, + "nativeSrc": "34090:21:46", + "nodeType": "YulExpressionStatement", + "src": "34090:21:46" + }, + { + "nativeSrc": "34120:17:46", + "nodeType": "YulVariableDeclaration", + "src": "34120:17:46", + "value": { + "name": "tail_1", + "nativeSrc": "34131:6:46", + "nodeType": "YulIdentifier", + "src": "34131:6:46" + }, + "variables": [ + { + "name": "pos", + "nativeSrc": "34124:3:46", + "nodeType": "YulTypedName", + "src": "34124:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "34146:27:46", + "nodeType": "YulVariableDeclaration", + "src": "34146:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "34166:6:46", + "nodeType": "YulIdentifier", + "src": "34166:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "34160:5:46", + "nodeType": "YulIdentifier", + "src": "34160:5:46" + }, + "nativeSrc": "34160:13:46", + "nodeType": "YulFunctionCall", + "src": "34160:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "34150:6:46", + "nodeType": "YulTypedName", + "src": "34150:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_1", + "nativeSrc": "34189:6:46", + "nodeType": "YulIdentifier", + "src": "34189:6:46" + }, + { + "name": "length", + "nativeSrc": "34197:6:46", + "nodeType": "YulIdentifier", + "src": "34197:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "34182:6:46", + "nodeType": "YulIdentifier", + "src": "34182:6:46" + }, + "nativeSrc": "34182:22:46", + "nodeType": "YulFunctionCall", + "src": "34182:22:46" + }, + "nativeSrc": "34182:22:46", + "nodeType": "YulExpressionStatement", + "src": "34182:22:46" + }, + { + "nativeSrc": "34213:25:46", + "nodeType": "YulAssignment", + "src": "34213:25:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "34224:9:46", + "nodeType": "YulIdentifier", + "src": "34224:9:46" + }, + { + "kind": "number", + "nativeSrc": "34235:2:46", + "nodeType": "YulLiteral", + "src": "34235:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "34220:3:46", + "nodeType": "YulIdentifier", + "src": "34220:3:46" + }, + "nativeSrc": "34220:18:46", + "nodeType": "YulFunctionCall", + "src": "34220:18:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "34213:3:46", + "nodeType": "YulIdentifier", + "src": "34213:3:46" + } + ] + }, + { + "nativeSrc": "34247:53:46", + "nodeType": "YulVariableDeclaration", + "src": "34247:53:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "34269:9:46", + "nodeType": "YulIdentifier", + "src": "34269:9:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "34284:1:46", + "nodeType": "YulLiteral", + "src": "34284:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "34287:6:46", + "nodeType": "YulIdentifier", + "src": "34287:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "34280:3:46", + "nodeType": "YulIdentifier", + "src": "34280:3:46" + }, + "nativeSrc": "34280:14:46", + "nodeType": "YulFunctionCall", + "src": "34280:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "34265:3:46", + "nodeType": "YulIdentifier", + "src": "34265:3:46" + }, + "nativeSrc": "34265:30:46", + "nodeType": "YulFunctionCall", + "src": "34265:30:46" + }, + { + "kind": "number", + "nativeSrc": "34297:2:46", + "nodeType": "YulLiteral", + "src": "34297:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "34261:3:46", + "nodeType": "YulIdentifier", + "src": "34261:3:46" + }, + "nativeSrc": "34261:39:46", + "nodeType": "YulFunctionCall", + "src": "34261:39:46" + }, + "variables": [ + { + "name": "tail_2", + "nativeSrc": "34251:6:46", + "nodeType": "YulTypedName", + "src": "34251:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "34309:31:46", + "nodeType": "YulVariableDeclaration", + "src": "34309:31:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "34327:6:46", + "nodeType": "YulIdentifier", + "src": "34327:6:46" + }, + { + "kind": "number", + "nativeSrc": "34335:4:46", + "nodeType": "YulLiteral", + "src": "34335:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "34323:3:46", + "nodeType": "YulIdentifier", + "src": "34323:3:46" + }, + "nativeSrc": "34323:17:46", + "nodeType": "YulFunctionCall", + "src": "34323:17:46" + }, + "variables": [ + { + "name": "srcPtr", + "nativeSrc": "34313:6:46", + "nodeType": "YulTypedName", + "src": "34313:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "34349:10:46", + "nodeType": "YulVariableDeclaration", + "src": "34349:10:46", + "value": { + "kind": "number", + "nativeSrc": "34358:1:46", + "nodeType": "YulLiteral", + "src": "34358:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "34353:1:46", + "nodeType": "YulTypedName", + "src": "34353:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "34417:222:46", + "nodeType": "YulBlock", + "src": "34417:222:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "34438:3:46", + "nodeType": "YulIdentifier", + "src": "34438:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "34451:6:46", + "nodeType": "YulIdentifier", + "src": "34451:6:46" + }, + { + "name": "headStart", + "nativeSrc": "34459:9:46", + "nodeType": "YulIdentifier", + "src": "34459:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "34447:3:46", + "nodeType": "YulIdentifier", + "src": "34447:3:46" + }, + "nativeSrc": "34447:22:46", + "nodeType": "YulFunctionCall", + "src": "34447:22:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "34475:2:46", + "nodeType": "YulLiteral", + "src": "34475:2:46", + "type": "", + "value": "95" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "34471:3:46", + "nodeType": "YulIdentifier", + "src": "34471:3:46" + }, + "nativeSrc": "34471:7:46", + "nodeType": "YulFunctionCall", + "src": "34471:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "34443:3:46", + "nodeType": "YulIdentifier", + "src": "34443:3:46" + }, + "nativeSrc": "34443:36:46", + "nodeType": "YulFunctionCall", + "src": "34443:36:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "34431:6:46", + "nodeType": "YulIdentifier", + "src": "34431:6:46" + }, + "nativeSrc": "34431:49:46", + "nodeType": "YulFunctionCall", + "src": "34431:49:46" + }, + "nativeSrc": "34431:49:46", + "nodeType": "YulExpressionStatement", + "src": "34431:49:46" + }, + { + "nativeSrc": "34493:62:46", + "nodeType": "YulAssignment", + "src": "34493:62:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "34539:6:46", + "nodeType": "YulIdentifier", + "src": "34539:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "34533:5:46", + "nodeType": "YulIdentifier", + "src": "34533:5:46" + }, + "nativeSrc": "34533:13:46", + "nodeType": "YulFunctionCall", + "src": "34533:13:46" + }, + { + "name": "tail_2", + "nativeSrc": "34548:6:46", + "nodeType": "YulIdentifier", + "src": "34548:6:46" + } + ], + "functionName": { + "name": "abi_encode_struct_Attestation", + "nativeSrc": "34503:29:46", + "nodeType": "YulIdentifier", + "src": "34503:29:46" + }, + "nativeSrc": "34503:52:46", + "nodeType": "YulFunctionCall", + "src": "34503:52:46" + }, + "variableNames": [ + { + "name": "tail_2", + "nativeSrc": "34493:6:46", + "nodeType": "YulIdentifier", + "src": "34493:6:46" + } + ] + }, + { + "nativeSrc": "34568:27:46", + "nodeType": "YulAssignment", + "src": "34568:27:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "34582:6:46", + "nodeType": "YulIdentifier", + "src": "34582:6:46" + }, + { + "kind": "number", + "nativeSrc": "34590:4:46", + "nodeType": "YulLiteral", + "src": "34590:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "34578:3:46", + "nodeType": "YulIdentifier", + "src": "34578:3:46" + }, + "nativeSrc": "34578:17:46", + "nodeType": "YulFunctionCall", + "src": "34578:17:46" + }, + "variableNames": [ + { + "name": "srcPtr", + "nativeSrc": "34568:6:46", + "nodeType": "YulIdentifier", + "src": "34568:6:46" + } + ] + }, + { + "nativeSrc": "34608:21:46", + "nodeType": "YulAssignment", + "src": "34608:21:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "34619:3:46", + "nodeType": "YulIdentifier", + "src": "34619:3:46" + }, + { + "kind": "number", + "nativeSrc": "34624:4:46", + "nodeType": "YulLiteral", + "src": "34624:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "34615:3:46", + "nodeType": "YulIdentifier", + "src": "34615:3:46" + }, + "nativeSrc": "34615:14:46", + "nodeType": "YulFunctionCall", + "src": "34615:14:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "34608:3:46", + "nodeType": "YulIdentifier", + "src": "34608:3:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "34379:1:46", + "nodeType": "YulIdentifier", + "src": "34379:1:46" + }, + { + "name": "length", + "nativeSrc": "34382:6:46", + "nodeType": "YulIdentifier", + "src": "34382:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "34376:2:46", + "nodeType": "YulIdentifier", + "src": "34376:2:46" + }, + "nativeSrc": "34376:13:46", + "nodeType": "YulFunctionCall", + "src": "34376:13:46" + }, + "nativeSrc": "34368:271:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "34390:18:46", + "nodeType": "YulBlock", + "src": "34390:18:46", + "statements": [ + { + "nativeSrc": "34392:14:46", + "nodeType": "YulAssignment", + "src": "34392:14:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "34401:1:46", + "nodeType": "YulIdentifier", + "src": "34401:1:46" + }, + { + "kind": "number", + "nativeSrc": "34404:1:46", + "nodeType": "YulLiteral", + "src": "34404:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "34397:3:46", + "nodeType": "YulIdentifier", + "src": "34397:3:46" + }, + "nativeSrc": "34397:9:46", + "nodeType": "YulFunctionCall", + "src": "34397:9:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "34392:1:46", + "nodeType": "YulIdentifier", + "src": "34392:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "34372:3:46", + "nodeType": "YulBlock", + "src": "34372:3:46", + "statements": [] + }, + "src": "34368:271:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "34659:9:46", + "nodeType": "YulIdentifier", + "src": "34659:9:46" + }, + { + "kind": "number", + "nativeSrc": "34670:4:46", + "nodeType": "YulLiteral", + "src": "34670:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "34655:3:46", + "nodeType": "YulIdentifier", + "src": "34655:3:46" + }, + "nativeSrc": "34655:20:46", + "nodeType": "YulFunctionCall", + "src": "34655:20:46" + }, + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "34681:6:46", + "nodeType": "YulIdentifier", + "src": "34681:6:46" + }, + { + "name": "headStart", + "nativeSrc": "34689:9:46", + "nodeType": "YulIdentifier", + "src": "34689:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "34677:3:46", + "nodeType": "YulIdentifier", + "src": "34677:3:46" + }, + "nativeSrc": "34677:22:46", + "nodeType": "YulFunctionCall", + "src": "34677:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "34648:6:46", + "nodeType": "YulIdentifier", + "src": "34648:6:46" + }, + "nativeSrc": "34648:52:46", + "nodeType": "YulFunctionCall", + "src": "34648:52:46" + }, + "nativeSrc": "34648:52:46", + "nodeType": "YulExpressionStatement", + "src": "34648:52:46" + }, + { + "nativeSrc": "34709:52:46", + "nodeType": "YulAssignment", + "src": "34709:52:46", + "value": { + "arguments": [ + { + "name": "value1", + "nativeSrc": "34746:6:46", + "nodeType": "YulIdentifier", + "src": "34746:6:46" + }, + { + "name": "tail_2", + "nativeSrc": "34754:6:46", + "nodeType": "YulIdentifier", + "src": "34754:6:46" + } + ], + "functionName": { + "name": "abi_encode_array_uint256_dyn", + "nativeSrc": "34717:28:46", + "nodeType": "YulIdentifier", + "src": "34717:28:46" + }, + "nativeSrc": "34717:44:46", + "nodeType": "YulFunctionCall", + "src": "34717:44:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "34709:4:46", + "nodeType": "YulIdentifier", + "src": "34709:4:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "34000:9:46", + "nodeType": "YulTypedName", + "src": "34000:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "34011:6:46", + "nodeType": "YulTypedName", + "src": "34011:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "34019:6:46", + "nodeType": "YulTypedName", + "src": "34019:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "34030:4:46", + "nodeType": "YulTypedName", + "src": "34030:4:46", + "type": "" + } + ], + "src": "33756:1011:46" + }, + { + "body": { + "nativeSrc": "34815:117:46", + "nodeType": "YulBlock", + "src": "34815:117:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "34832:3:46", + "nodeType": "YulIdentifier", + "src": "34832:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "34845:3:46", + "nodeType": "YulLiteral", + "src": "34845:3:46", + "type": "", + "value": "224" + }, + { + "name": "value", + "nativeSrc": "34850:5:46", + "nodeType": "YulIdentifier", + "src": "34850:5:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "34841:3:46", + "nodeType": "YulIdentifier", + "src": "34841:3:46" + }, + "nativeSrc": "34841:15:46", + "nodeType": "YulFunctionCall", + "src": "34841:15:46" + }, + { + "kind": "number", + "nativeSrc": "34858:66:46", + "nodeType": "YulLiteral", + "src": "34858:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "34837:3:46", + "nodeType": "YulIdentifier", + "src": "34837:3:46" + }, + "nativeSrc": "34837:88:46", + "nodeType": "YulFunctionCall", + "src": "34837:88:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "34825:6:46", + "nodeType": "YulIdentifier", + "src": "34825:6:46" + }, + "nativeSrc": "34825:101:46", + "nodeType": "YulFunctionCall", + "src": "34825:101:46" + }, + "nativeSrc": "34825:101:46", + "nodeType": "YulExpressionStatement", + "src": "34825:101:46" + } + ] + }, + "name": "abi_encode_uint32", + "nativeSrc": "34772:160:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "34799:5:46", + "nodeType": "YulTypedName", + "src": "34799:5:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "34806:3:46", + "nodeType": "YulTypedName", + "src": "34806:3:46", + "type": "" + } + ], + "src": "34772:160:46" + }, + { + "body": { + "nativeSrc": "35286:820:46", + "nodeType": "YulBlock", + "src": "35286:820:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "35303:3:46", + "nodeType": "YulIdentifier", + "src": "35303:3:46" + }, + { + "name": "value0", + "nativeSrc": "35308:6:46", + "nodeType": "YulIdentifier", + "src": "35308:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "35296:6:46", + "nodeType": "YulIdentifier", + "src": "35296:6:46" + }, + "nativeSrc": "35296:19:46", + "nodeType": "YulFunctionCall", + "src": "35296:19:46" + }, + "nativeSrc": "35296:19:46", + "nodeType": "YulExpressionStatement", + "src": "35296:19:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "35335:3:46", + "nodeType": "YulIdentifier", + "src": "35335:3:46" + }, + { + "kind": "number", + "nativeSrc": "35340:2:46", + "nodeType": "YulLiteral", + "src": "35340:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "35331:3:46", + "nodeType": "YulIdentifier", + "src": "35331:3:46" + }, + "nativeSrc": "35331:12:46", + "nodeType": "YulFunctionCall", + "src": "35331:12:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "35353:2:46", + "nodeType": "YulLiteral", + "src": "35353:2:46", + "type": "", + "value": "96" + }, + { + "name": "value1", + "nativeSrc": "35357:6:46", + "nodeType": "YulIdentifier", + "src": "35357:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "35349:3:46", + "nodeType": "YulIdentifier", + "src": "35349:3:46" + }, + "nativeSrc": "35349:15:46", + "nodeType": "YulFunctionCall", + "src": "35349:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "35370:26:46", + "nodeType": "YulLiteral", + "src": "35370:26:46", + "type": "", + "value": "0xffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "35366:3:46", + "nodeType": "YulIdentifier", + "src": "35366:3:46" + }, + "nativeSrc": "35366:31:46", + "nodeType": "YulFunctionCall", + "src": "35366:31:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "35345:3:46", + "nodeType": "YulIdentifier", + "src": "35345:3:46" + }, + "nativeSrc": "35345:53:46", + "nodeType": "YulFunctionCall", + "src": "35345:53:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "35324:6:46", + "nodeType": "YulIdentifier", + "src": "35324:6:46" + }, + "nativeSrc": "35324:75:46", + "nodeType": "YulFunctionCall", + "src": "35324:75:46" + }, + "nativeSrc": "35324:75:46", + "nodeType": "YulExpressionStatement", + "src": "35324:75:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "35419:3:46", + "nodeType": "YulIdentifier", + "src": "35419:3:46" + }, + { + "kind": "number", + "nativeSrc": "35424:2:46", + "nodeType": "YulLiteral", + "src": "35424:2:46", + "type": "", + "value": "52" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "35415:3:46", + "nodeType": "YulIdentifier", + "src": "35415:3:46" + }, + "nativeSrc": "35415:12:46", + "nodeType": "YulFunctionCall", + "src": "35415:12:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "35437:2:46", + "nodeType": "YulLiteral", + "src": "35437:2:46", + "type": "", + "value": "96" + }, + { + "name": "value2", + "nativeSrc": "35441:6:46", + "nodeType": "YulIdentifier", + "src": "35441:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "35433:3:46", + "nodeType": "YulIdentifier", + "src": "35433:3:46" + }, + "nativeSrc": "35433:15:46", + "nodeType": "YulFunctionCall", + "src": "35433:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "35454:26:46", + "nodeType": "YulLiteral", + "src": "35454:26:46", + "type": "", + "value": "0xffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "35450:3:46", + "nodeType": "YulIdentifier", + "src": "35450:3:46" + }, + "nativeSrc": "35450:31:46", + "nodeType": "YulFunctionCall", + "src": "35450:31:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "35429:3:46", + "nodeType": "YulIdentifier", + "src": "35429:3:46" + }, + "nativeSrc": "35429:53:46", + "nodeType": "YulFunctionCall", + "src": "35429:53:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "35408:6:46", + "nodeType": "YulIdentifier", + "src": "35408:6:46" + }, + "nativeSrc": "35408:75:46", + "nodeType": "YulFunctionCall", + "src": "35408:75:46" + }, + "nativeSrc": "35408:75:46", + "nodeType": "YulExpressionStatement", + "src": "35408:75:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "35503:3:46", + "nodeType": "YulIdentifier", + "src": "35503:3:46" + }, + { + "kind": "number", + "nativeSrc": "35508:2:46", + "nodeType": "YulLiteral", + "src": "35508:2:46", + "type": "", + "value": "72" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "35499:3:46", + "nodeType": "YulIdentifier", + "src": "35499:3:46" + }, + "nativeSrc": "35499:12:46", + "nodeType": "YulFunctionCall", + "src": "35499:12:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "35521:3:46", + "nodeType": "YulLiteral", + "src": "35521:3:46", + "type": "", + "value": "192" + }, + { + "name": "value3", + "nativeSrc": "35526:6:46", + "nodeType": "YulIdentifier", + "src": "35526:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "35517:3:46", + "nodeType": "YulIdentifier", + "src": "35517:3:46" + }, + "nativeSrc": "35517:16:46", + "nodeType": "YulFunctionCall", + "src": "35517:16:46" + }, + { + "kind": "number", + "nativeSrc": "35535:66:46", + "nodeType": "YulLiteral", + "src": "35535:66:46", + "type": "", + "value": "0xffffffffffffffff000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "35513:3:46", + "nodeType": "YulIdentifier", + "src": "35513:3:46" + }, + "nativeSrc": "35513:89:46", + "nodeType": "YulFunctionCall", + "src": "35513:89:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "35492:6:46", + "nodeType": "YulIdentifier", + "src": "35492:6:46" + }, + "nativeSrc": "35492:111:46", + "nodeType": "YulFunctionCall", + "src": "35492:111:46" + }, + "nativeSrc": "35492:111:46", + "nodeType": "YulExpressionStatement", + "src": "35492:111:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "35623:3:46", + "nodeType": "YulIdentifier", + "src": "35623:3:46" + }, + { + "kind": "number", + "nativeSrc": "35628:2:46", + "nodeType": "YulLiteral", + "src": "35628:2:46", + "type": "", + "value": "80" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "35619:3:46", + "nodeType": "YulIdentifier", + "src": "35619:3:46" + }, + "nativeSrc": "35619:12:46", + "nodeType": "YulFunctionCall", + "src": "35619:12:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "35641:3:46", + "nodeType": "YulLiteral", + "src": "35641:3:46", + "type": "", + "value": "192" + }, + { + "name": "value4", + "nativeSrc": "35646:6:46", + "nodeType": "YulIdentifier", + "src": "35646:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "35637:3:46", + "nodeType": "YulIdentifier", + "src": "35637:3:46" + }, + "nativeSrc": "35637:16:46", + "nodeType": "YulFunctionCall", + "src": "35637:16:46" + }, + { + "kind": "number", + "nativeSrc": "35655:66:46", + "nodeType": "YulLiteral", + "src": "35655:66:46", + "type": "", + "value": "0xffffffffffffffff000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "35633:3:46", + "nodeType": "YulIdentifier", + "src": "35633:3:46" + }, + "nativeSrc": "35633:89:46", + "nodeType": "YulFunctionCall", + "src": "35633:89:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "35612:6:46", + "nodeType": "YulIdentifier", + "src": "35612:6:46" + }, + "nativeSrc": "35612:111:46", + "nodeType": "YulFunctionCall", + "src": "35612:111:46" + }, + "nativeSrc": "35612:111:46", + "nodeType": "YulExpressionStatement", + "src": "35612:111:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "35743:3:46", + "nodeType": "YulIdentifier", + "src": "35743:3:46" + }, + { + "kind": "number", + "nativeSrc": "35748:2:46", + "nodeType": "YulLiteral", + "src": "35748:2:46", + "type": "", + "value": "88" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "35739:3:46", + "nodeType": "YulIdentifier", + "src": "35739:3:46" + }, + "nativeSrc": "35739:12:46", + "nodeType": "YulFunctionCall", + "src": "35739:12:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "35757:3:46", + "nodeType": "YulLiteral", + "src": "35757:3:46", + "type": "", + "value": "248" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value5", + "nativeSrc": "35776:6:46", + "nodeType": "YulIdentifier", + "src": "35776:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "35769:6:46", + "nodeType": "YulIdentifier", + "src": "35769:6:46" + }, + "nativeSrc": "35769:14:46", + "nodeType": "YulFunctionCall", + "src": "35769:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "35762:6:46", + "nodeType": "YulIdentifier", + "src": "35762:6:46" + }, + "nativeSrc": "35762:22:46", + "nodeType": "YulFunctionCall", + "src": "35762:22:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "35753:3:46", + "nodeType": "YulIdentifier", + "src": "35753:3:46" + }, + "nativeSrc": "35753:32:46", + "nodeType": "YulFunctionCall", + "src": "35753:32:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "35732:6:46", + "nodeType": "YulIdentifier", + "src": "35732:6:46" + }, + "nativeSrc": "35732:54:46", + "nodeType": "YulFunctionCall", + "src": "35732:54:46" + }, + "nativeSrc": "35732:54:46", + "nodeType": "YulExpressionStatement", + "src": "35732:54:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "35806:3:46", + "nodeType": "YulIdentifier", + "src": "35806:3:46" + }, + { + "kind": "number", + "nativeSrc": "35811:2:46", + "nodeType": "YulLiteral", + "src": "35811:2:46", + "type": "", + "value": "89" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "35802:3:46", + "nodeType": "YulIdentifier", + "src": "35802:3:46" + }, + "nativeSrc": "35802:12:46", + "nodeType": "YulFunctionCall", + "src": "35802:12:46" + }, + { + "name": "value6", + "nativeSrc": "35816:6:46", + "nodeType": "YulIdentifier", + "src": "35816:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "35795:6:46", + "nodeType": "YulIdentifier", + "src": "35795:6:46" + }, + "nativeSrc": "35795:28:46", + "nodeType": "YulFunctionCall", + "src": "35795:28:46" + }, + "nativeSrc": "35795:28:46", + "nodeType": "YulExpressionStatement", + "src": "35795:28:46" + }, + { + "nativeSrc": "35832:26:46", + "nodeType": "YulVariableDeclaration", + "src": "35832:26:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "35849:3:46", + "nodeType": "YulIdentifier", + "src": "35849:3:46" + }, + { + "kind": "number", + "nativeSrc": "35854:3:46", + "nodeType": "YulLiteral", + "src": "35854:3:46", + "type": "", + "value": "121" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "35845:3:46", + "nodeType": "YulIdentifier", + "src": "35845:3:46" + }, + "nativeSrc": "35845:13:46", + "nodeType": "YulFunctionCall", + "src": "35845:13:46" + }, + "variables": [ + { + "name": "pos_1", + "nativeSrc": "35836:5:46", + "nodeType": "YulTypedName", + "src": "35836:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "35867:14:46", + "nodeType": "YulVariableDeclaration", + "src": "35867:14:46", + "value": { + "kind": "number", + "nativeSrc": "35880:1:46", + "nodeType": "YulLiteral", + "src": "35880:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "end_1", + "nativeSrc": "35871:5:46", + "nodeType": "YulTypedName", + "src": "35871:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "35890:27:46", + "nodeType": "YulVariableDeclaration", + "src": "35890:27:46", + "value": { + "arguments": [ + { + "name": "value7", + "nativeSrc": "35910:6:46", + "nodeType": "YulIdentifier", + "src": "35910:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "35904:5:46", + "nodeType": "YulIdentifier", + "src": "35904:5:46" + }, + "nativeSrc": "35904:13:46", + "nodeType": "YulFunctionCall", + "src": "35904:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "35894:6:46", + "nodeType": "YulTypedName", + "src": "35894:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value7", + "nativeSrc": "35965:6:46", + "nodeType": "YulIdentifier", + "src": "35965:6:46" + }, + { + "kind": "number", + "nativeSrc": "35973:4:46", + "nodeType": "YulLiteral", + "src": "35973:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "35961:3:46", + "nodeType": "YulIdentifier", + "src": "35961:3:46" + }, + "nativeSrc": "35961:17:46", + "nodeType": "YulFunctionCall", + "src": "35961:17:46" + }, + { + "name": "pos_1", + "nativeSrc": "35980:5:46", + "nodeType": "YulIdentifier", + "src": "35980:5:46" + }, + { + "name": "length", + "nativeSrc": "35987:6:46", + "nodeType": "YulIdentifier", + "src": "35987:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "35926:34:46", + "nodeType": "YulIdentifier", + "src": "35926:34:46" + }, + "nativeSrc": "35926:68:46", + "nodeType": "YulFunctionCall", + "src": "35926:68:46" + }, + "nativeSrc": "35926:68:46", + "nodeType": "YulExpressionStatement", + "src": "35926:68:46" + }, + { + "nativeSrc": "36003:27:46", + "nodeType": "YulAssignment", + "src": "36003:27:46", + "value": { + "arguments": [ + { + "name": "pos_1", + "nativeSrc": "36016:5:46", + "nodeType": "YulIdentifier", + "src": "36016:5:46" + }, + { + "name": "length", + "nativeSrc": "36023:6:46", + "nodeType": "YulIdentifier", + "src": "36023:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "36012:3:46", + "nodeType": "YulIdentifier", + "src": "36012:3:46" + }, + "nativeSrc": "36012:18:46", + "nodeType": "YulFunctionCall", + "src": "36012:18:46" + }, + "variableNames": [ + { + "name": "end_1", + "nativeSrc": "36003:5:46", + "nodeType": "YulIdentifier", + "src": "36003:5:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value8", + "nativeSrc": "36057:6:46", + "nodeType": "YulIdentifier", + "src": "36057:6:46" + }, + { + "name": "end_1", + "nativeSrc": "36065:5:46", + "nodeType": "YulIdentifier", + "src": "36065:5:46" + } + ], + "functionName": { + "name": "abi_encode_uint32", + "nativeSrc": "36039:17:46", + "nodeType": "YulIdentifier", + "src": "36039:17:46" + }, + "nativeSrc": "36039:32:46", + "nodeType": "YulFunctionCall", + "src": "36039:32:46" + }, + "nativeSrc": "36039:32:46", + "nodeType": "YulExpressionStatement", + "src": "36039:32:46" + }, + { + "nativeSrc": "36080:20:46", + "nodeType": "YulAssignment", + "src": "36080:20:46", + "value": { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "36091:5:46", + "nodeType": "YulIdentifier", + "src": "36091:5:46" + }, + { + "kind": "number", + "nativeSrc": "36098:1:46", + "nodeType": "YulLiteral", + "src": "36098:1:46", + "type": "", + "value": "4" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "36087:3:46", + "nodeType": "YulIdentifier", + "src": "36087:3:46" + }, + "nativeSrc": "36087:13:46", + "nodeType": "YulFunctionCall", + "src": "36087:13:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "36080:3:46", + "nodeType": "YulIdentifier", + "src": "36080:3:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "35198:3:46", + "nodeType": "YulTypedName", + "src": "35198:3:46", + "type": "" + }, + { + "name": "value8", + "nativeSrc": "35203:6:46", + "nodeType": "YulTypedName", + "src": "35203:6:46", + "type": "" + }, + { + "name": "value7", + "nativeSrc": "35211:6:46", + "nodeType": "YulTypedName", + "src": "35211:6:46", + "type": "" + }, + { + "name": "value6", + "nativeSrc": "35219:6:46", + "nodeType": "YulTypedName", + "src": "35219:6:46", + "type": "" + }, + { + "name": "value5", + "nativeSrc": "35227:6:46", + "nodeType": "YulTypedName", + "src": "35227:6:46", + "type": "" + }, + { + "name": "value4", + "nativeSrc": "35235:6:46", + "nodeType": "YulTypedName", + "src": "35235:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "35243:6:46", + "nodeType": "YulTypedName", + "src": "35243:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "35251:6:46", + "nodeType": "YulTypedName", + "src": "35251:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "35259:6:46", + "nodeType": "YulTypedName", + "src": "35259:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "35267:6:46", + "nodeType": "YulTypedName", + "src": "35267:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "35278:3:46", + "nodeType": "YulTypedName", + "src": "35278:3:46", + "type": "" + } + ], + "src": "34937:1169:46" + }, + { + "body": { + "nativeSrc": "36324:299:46", + "nodeType": "YulBlock", + "src": "36324:299:46", + "statements": [ + { + "nativeSrc": "36334:27:46", + "nodeType": "YulAssignment", + "src": "36334:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "36346:9:46", + "nodeType": "YulIdentifier", + "src": "36346:9:46" + }, + { + "kind": "number", + "nativeSrc": "36357:3:46", + "nodeType": "YulLiteral", + "src": "36357:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "36342:3:46", + "nodeType": "YulIdentifier", + "src": "36342:3:46" + }, + "nativeSrc": "36342:19:46", + "nodeType": "YulFunctionCall", + "src": "36342:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "36334:4:46", + "nodeType": "YulIdentifier", + "src": "36334:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "36377:9:46", + "nodeType": "YulIdentifier", + "src": "36377:9:46" + }, + { + "name": "value0", + "nativeSrc": "36388:6:46", + "nodeType": "YulIdentifier", + "src": "36388:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "36370:6:46", + "nodeType": "YulIdentifier", + "src": "36370:6:46" + }, + "nativeSrc": "36370:25:46", + "nodeType": "YulFunctionCall", + "src": "36370:25:46" + }, + "nativeSrc": "36370:25:46", + "nodeType": "YulExpressionStatement", + "src": "36370:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "36415:9:46", + "nodeType": "YulIdentifier", + "src": "36415:9:46" + }, + { + "kind": "number", + "nativeSrc": "36426:2:46", + "nodeType": "YulLiteral", + "src": "36426:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "36411:3:46", + "nodeType": "YulIdentifier", + "src": "36411:3:46" + }, + "nativeSrc": "36411:18:46", + "nodeType": "YulFunctionCall", + "src": "36411:18:46" + }, + { + "name": "value1", + "nativeSrc": "36431:6:46", + "nodeType": "YulIdentifier", + "src": "36431:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "36404:6:46", + "nodeType": "YulIdentifier", + "src": "36404:6:46" + }, + "nativeSrc": "36404:34:46", + "nodeType": "YulFunctionCall", + "src": "36404:34:46" + }, + "nativeSrc": "36404:34:46", + "nodeType": "YulExpressionStatement", + "src": "36404:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "36458:9:46", + "nodeType": "YulIdentifier", + "src": "36458:9:46" + }, + { + "kind": "number", + "nativeSrc": "36469:2:46", + "nodeType": "YulLiteral", + "src": "36469:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "36454:3:46", + "nodeType": "YulIdentifier", + "src": "36454:3:46" + }, + "nativeSrc": "36454:18:46", + "nodeType": "YulFunctionCall", + "src": "36454:18:46" + }, + { + "name": "value2", + "nativeSrc": "36474:6:46", + "nodeType": "YulIdentifier", + "src": "36474:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "36447:6:46", + "nodeType": "YulIdentifier", + "src": "36447:6:46" + }, + "nativeSrc": "36447:34:46", + "nodeType": "YulFunctionCall", + "src": "36447:34:46" + }, + "nativeSrc": "36447:34:46", + "nodeType": "YulExpressionStatement", + "src": "36447:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "36501:9:46", + "nodeType": "YulIdentifier", + "src": "36501:9:46" + }, + { + "kind": "number", + "nativeSrc": "36512:2:46", + "nodeType": "YulLiteral", + "src": "36512:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "36497:3:46", + "nodeType": "YulIdentifier", + "src": "36497:3:46" + }, + "nativeSrc": "36497:18:46", + "nodeType": "YulFunctionCall", + "src": "36497:18:46" + }, + { + "name": "value3", + "nativeSrc": "36517:6:46", + "nodeType": "YulIdentifier", + "src": "36517:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "36490:6:46", + "nodeType": "YulIdentifier", + "src": "36490:6:46" + }, + "nativeSrc": "36490:34:46", + "nodeType": "YulFunctionCall", + "src": "36490:34:46" + }, + "nativeSrc": "36490:34:46", + "nodeType": "YulExpressionStatement", + "src": "36490:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "36544:9:46", + "nodeType": "YulIdentifier", + "src": "36544:9:46" + }, + { + "kind": "number", + "nativeSrc": "36555:3:46", + "nodeType": "YulLiteral", + "src": "36555:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "36540:3:46", + "nodeType": "YulIdentifier", + "src": "36540:3:46" + }, + "nativeSrc": "36540:19:46", + "nodeType": "YulFunctionCall", + "src": "36540:19:46" + }, + { + "arguments": [ + { + "name": "value4", + "nativeSrc": "36565:6:46", + "nodeType": "YulIdentifier", + "src": "36565:6:46" + }, + { + "kind": "number", + "nativeSrc": "36573:42:46", + "nodeType": "YulLiteral", + "src": "36573:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "36561:3:46", + "nodeType": "YulIdentifier", + "src": "36561:3:46" + }, + "nativeSrc": "36561:55:46", + "nodeType": "YulFunctionCall", + "src": "36561:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "36533:6:46", + "nodeType": "YulIdentifier", + "src": "36533:6:46" + }, + "nativeSrc": "36533:84:46", + "nodeType": "YulFunctionCall", + "src": "36533:84:46" + }, + "nativeSrc": "36533:84:46", + "nodeType": "YulExpressionStatement", + "src": "36533:84:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "36261:9:46", + "nodeType": "YulTypedName", + "src": "36261:9:46", + "type": "" + }, + { + "name": "value4", + "nativeSrc": "36272:6:46", + "nodeType": "YulTypedName", + "src": "36272:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "36280:6:46", + "nodeType": "YulTypedName", + "src": "36280:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "36288:6:46", + "nodeType": "YulTypedName", + "src": "36288:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "36296:6:46", + "nodeType": "YulTypedName", + "src": "36296:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "36304:6:46", + "nodeType": "YulTypedName", + "src": "36304:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "36315:4:46", + "nodeType": "YulTypedName", + "src": "36315:4:46", + "type": "" + } + ], + "src": "36111:512:46" + }, + { + "body": { + "nativeSrc": "36775:142:46", + "nodeType": "YulBlock", + "src": "36775:142:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "36792:9:46", + "nodeType": "YulIdentifier", + "src": "36792:9:46" + }, + { + "name": "value0", + "nativeSrc": "36803:6:46", + "nodeType": "YulIdentifier", + "src": "36803:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "36785:6:46", + "nodeType": "YulIdentifier", + "src": "36785:6:46" + }, + "nativeSrc": "36785:25:46", + "nodeType": "YulFunctionCall", + "src": "36785:25:46" + }, + "nativeSrc": "36785:25:46", + "nodeType": "YulExpressionStatement", + "src": "36785:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "36830:9:46", + "nodeType": "YulIdentifier", + "src": "36830:9:46" + }, + { + "kind": "number", + "nativeSrc": "36841:2:46", + "nodeType": "YulLiteral", + "src": "36841:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "36826:3:46", + "nodeType": "YulIdentifier", + "src": "36826:3:46" + }, + "nativeSrc": "36826:18:46", + "nodeType": "YulFunctionCall", + "src": "36826:18:46" + }, + { + "kind": "number", + "nativeSrc": "36846:2:46", + "nodeType": "YulLiteral", + "src": "36846:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "36819:6:46", + "nodeType": "YulIdentifier", + "src": "36819:6:46" + }, + "nativeSrc": "36819:30:46", + "nodeType": "YulFunctionCall", + "src": "36819:30:46" + }, + "nativeSrc": "36819:30:46", + "nodeType": "YulExpressionStatement", + "src": "36819:30:46" + }, + { + "nativeSrc": "36858:53:46", + "nodeType": "YulAssignment", + "src": "36858:53:46", + "value": { + "arguments": [ + { + "name": "value1", + "nativeSrc": "36884:6:46", + "nodeType": "YulIdentifier", + "src": "36884:6:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "36896:9:46", + "nodeType": "YulIdentifier", + "src": "36896:9:46" + }, + { + "kind": "number", + "nativeSrc": "36907:2:46", + "nodeType": "YulLiteral", + "src": "36907:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "36892:3:46", + "nodeType": "YulIdentifier", + "src": "36892:3:46" + }, + "nativeSrc": "36892:18:46", + "nodeType": "YulFunctionCall", + "src": "36892:18:46" + } + ], + "functionName": { + "name": "abi_encode_string", + "nativeSrc": "36866:17:46", + "nodeType": "YulIdentifier", + "src": "36866:17:46" + }, + "nativeSrc": "36866:45:46", + "nodeType": "YulFunctionCall", + "src": "36866:45:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "36858:4:46", + "nodeType": "YulIdentifier", + "src": "36858:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_bytes32_t_bytes_memory_ptr__to_t_bytes32_t_bytes_memory_ptr__fromStack_reversed", + "nativeSrc": "36628:289:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "36736:9:46", + "nodeType": "YulTypedName", + "src": "36736:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "36747:6:46", + "nodeType": "YulTypedName", + "src": "36747:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "36755:6:46", + "nodeType": "YulTypedName", + "src": "36755:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "36766:4:46", + "nodeType": "YulTypedName", + "src": "36766:4:46", + "type": "" + } + ], + "src": "36628:289:46" + }, + { + "body": { + "nativeSrc": "37059:150:46", + "nodeType": "YulBlock", + "src": "37059:150:46", + "statements": [ + { + "nativeSrc": "37069:27:46", + "nodeType": "YulVariableDeclaration", + "src": "37069:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "37089:6:46", + "nodeType": "YulIdentifier", + "src": "37089:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "37083:5:46", + "nodeType": "YulIdentifier", + "src": "37083:5:46" + }, + "nativeSrc": "37083:13:46", + "nodeType": "YulFunctionCall", + "src": "37083:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "37073:6:46", + "nodeType": "YulTypedName", + "src": "37073:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "37144:6:46", + "nodeType": "YulIdentifier", + "src": "37144:6:46" + }, + { + "kind": "number", + "nativeSrc": "37152:4:46", + "nodeType": "YulLiteral", + "src": "37152:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "37140:3:46", + "nodeType": "YulIdentifier", + "src": "37140:3:46" + }, + "nativeSrc": "37140:17:46", + "nodeType": "YulFunctionCall", + "src": "37140:17:46" + }, + { + "name": "pos", + "nativeSrc": "37159:3:46", + "nodeType": "YulIdentifier", + "src": "37159:3:46" + }, + { + "name": "length", + "nativeSrc": "37164:6:46", + "nodeType": "YulIdentifier", + "src": "37164:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "37105:34:46", + "nodeType": "YulIdentifier", + "src": "37105:34:46" + }, + "nativeSrc": "37105:66:46", + "nodeType": "YulFunctionCall", + "src": "37105:66:46" + }, + "nativeSrc": "37105:66:46", + "nodeType": "YulExpressionStatement", + "src": "37105:66:46" + }, + { + "nativeSrc": "37180:23:46", + "nodeType": "YulAssignment", + "src": "37180:23:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "37191:3:46", + "nodeType": "YulIdentifier", + "src": "37191:3:46" + }, + { + "name": "length", + "nativeSrc": "37196:6:46", + "nodeType": "YulIdentifier", + "src": "37196:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "37187:3:46", + "nodeType": "YulIdentifier", + "src": "37187:3:46" + }, + "nativeSrc": "37187:16:46", + "nodeType": "YulFunctionCall", + "src": "37187:16:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "37180:3:46", + "nodeType": "YulIdentifier", + "src": "37180:3:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", + "nativeSrc": "36922:287:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "37035:3:46", + "nodeType": "YulTypedName", + "src": "37035:3:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "37040:6:46", + "nodeType": "YulTypedName", + "src": "37040:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "37051:3:46", + "nodeType": "YulTypedName", + "src": "37051:3:46", + "type": "" + } + ], + "src": "36922:287:46" + }, + { + "body": { + "nativeSrc": "37295:149:46", + "nodeType": "YulBlock", + "src": "37295:149:46", + "statements": [ + { + "body": { + "nativeSrc": "37341:16:46", + "nodeType": "YulBlock", + "src": "37341:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "37350:1:46", + "nodeType": "YulLiteral", + "src": "37350:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "37353:1:46", + "nodeType": "YulLiteral", + "src": "37353:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "37343:6:46", + "nodeType": "YulIdentifier", + "src": "37343:6:46" + }, + "nativeSrc": "37343:12:46", + "nodeType": "YulFunctionCall", + "src": "37343:12:46" + }, + "nativeSrc": "37343:12:46", + "nodeType": "YulExpressionStatement", + "src": "37343:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "37316:7:46", + "nodeType": "YulIdentifier", + "src": "37316:7:46" + }, + { + "name": "headStart", + "nativeSrc": "37325:9:46", + "nodeType": "YulIdentifier", + "src": "37325:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "37312:3:46", + "nodeType": "YulIdentifier", + "src": "37312:3:46" + }, + "nativeSrc": "37312:23:46", + "nodeType": "YulFunctionCall", + "src": "37312:23:46" + }, + { + "kind": "number", + "nativeSrc": "37337:2:46", + "nodeType": "YulLiteral", + "src": "37337:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "37308:3:46", + "nodeType": "YulIdentifier", + "src": "37308:3:46" + }, + "nativeSrc": "37308:32:46", + "nodeType": "YulFunctionCall", + "src": "37308:32:46" + }, + "nativeSrc": "37305:52:46", + "nodeType": "YulIf", + "src": "37305:52:46" + }, + { + "nativeSrc": "37366:14:46", + "nodeType": "YulVariableDeclaration", + "src": "37366:14:46", + "value": { + "kind": "number", + "nativeSrc": "37379:1:46", + "nodeType": "YulLiteral", + "src": "37379:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "37370:5:46", + "nodeType": "YulTypedName", + "src": "37370:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "37389:25:46", + "nodeType": "YulAssignment", + "src": "37389:25:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "37404:9:46", + "nodeType": "YulIdentifier", + "src": "37404:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "37398:5:46", + "nodeType": "YulIdentifier", + "src": "37398:5:46" + }, + "nativeSrc": "37398:16:46", + "nodeType": "YulFunctionCall", + "src": "37398:16:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "37389:5:46", + "nodeType": "YulIdentifier", + "src": "37389:5:46" + } + ] + }, + { + "nativeSrc": "37423:15:46", + "nodeType": "YulAssignment", + "src": "37423:15:46", + "value": { + "name": "value", + "nativeSrc": "37433:5:46", + "nodeType": "YulIdentifier", + "src": "37433:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "37423:6:46", + "nodeType": "YulIdentifier", + "src": "37423:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes32_fromMemory", + "nativeSrc": "37214:230:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "37261:9:46", + "nodeType": "YulTypedName", + "src": "37261:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "37272:7:46", + "nodeType": "YulTypedName", + "src": "37272:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "37284:6:46", + "nodeType": "YulTypedName", + "src": "37284:6:46", + "type": "" + } + ], + "src": "37214:230:46" + }, + { + "body": { + "nativeSrc": "37630:217:46", + "nodeType": "YulBlock", + "src": "37630:217:46", + "statements": [ + { + "nativeSrc": "37640:27:46", + "nodeType": "YulAssignment", + "src": "37640:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "37652:9:46", + "nodeType": "YulIdentifier", + "src": "37652:9:46" + }, + { + "kind": "number", + "nativeSrc": "37663:3:46", + "nodeType": "YulLiteral", + "src": "37663:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "37648:3:46", + "nodeType": "YulIdentifier", + "src": "37648:3:46" + }, + "nativeSrc": "37648:19:46", + "nodeType": "YulFunctionCall", + "src": "37648:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "37640:4:46", + "nodeType": "YulIdentifier", + "src": "37640:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "37683:9:46", + "nodeType": "YulIdentifier", + "src": "37683:9:46" + }, + { + "name": "value0", + "nativeSrc": "37694:6:46", + "nodeType": "YulIdentifier", + "src": "37694:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "37676:6:46", + "nodeType": "YulIdentifier", + "src": "37676:6:46" + }, + "nativeSrc": "37676:25:46", + "nodeType": "YulFunctionCall", + "src": "37676:25:46" + }, + "nativeSrc": "37676:25:46", + "nodeType": "YulExpressionStatement", + "src": "37676:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "37721:9:46", + "nodeType": "YulIdentifier", + "src": "37721:9:46" + }, + { + "kind": "number", + "nativeSrc": "37732:2:46", + "nodeType": "YulLiteral", + "src": "37732:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "37717:3:46", + "nodeType": "YulIdentifier", + "src": "37717:3:46" + }, + "nativeSrc": "37717:18:46", + "nodeType": "YulFunctionCall", + "src": "37717:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "37741:6:46", + "nodeType": "YulIdentifier", + "src": "37741:6:46" + }, + { + "kind": "number", + "nativeSrc": "37749:4:46", + "nodeType": "YulLiteral", + "src": "37749:4:46", + "type": "", + "value": "0xff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "37737:3:46", + "nodeType": "YulIdentifier", + "src": "37737:3:46" + }, + "nativeSrc": "37737:17:46", + "nodeType": "YulFunctionCall", + "src": "37737:17:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "37710:6:46", + "nodeType": "YulIdentifier", + "src": "37710:6:46" + }, + "nativeSrc": "37710:45:46", + "nodeType": "YulFunctionCall", + "src": "37710:45:46" + }, + "nativeSrc": "37710:45:46", + "nodeType": "YulExpressionStatement", + "src": "37710:45:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "37775:9:46", + "nodeType": "YulIdentifier", + "src": "37775:9:46" + }, + { + "kind": "number", + "nativeSrc": "37786:2:46", + "nodeType": "YulLiteral", + "src": "37786:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "37771:3:46", + "nodeType": "YulIdentifier", + "src": "37771:3:46" + }, + "nativeSrc": "37771:18:46", + "nodeType": "YulFunctionCall", + "src": "37771:18:46" + }, + { + "name": "value2", + "nativeSrc": "37791:6:46", + "nodeType": "YulIdentifier", + "src": "37791:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "37764:6:46", + "nodeType": "YulIdentifier", + "src": "37764:6:46" + }, + "nativeSrc": "37764:34:46", + "nodeType": "YulFunctionCall", + "src": "37764:34:46" + }, + "nativeSrc": "37764:34:46", + "nodeType": "YulExpressionStatement", + "src": "37764:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "37818:9:46", + "nodeType": "YulIdentifier", + "src": "37818:9:46" + }, + { + "kind": "number", + "nativeSrc": "37829:2:46", + "nodeType": "YulLiteral", + "src": "37829:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "37814:3:46", + "nodeType": "YulIdentifier", + "src": "37814:3:46" + }, + "nativeSrc": "37814:18:46", + "nodeType": "YulFunctionCall", + "src": "37814:18:46" + }, + { + "name": "value3", + "nativeSrc": "37834:6:46", + "nodeType": "YulIdentifier", + "src": "37834:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "37807:6:46", + "nodeType": "YulIdentifier", + "src": "37807:6:46" + }, + "nativeSrc": "37807:34:46", + "nodeType": "YulFunctionCall", + "src": "37807:34:46" + }, + "nativeSrc": "37807:34:46", + "nodeType": "YulExpressionStatement", + "src": "37807:34:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "37575:9:46", + "nodeType": "YulTypedName", + "src": "37575:9:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "37586:6:46", + "nodeType": "YulTypedName", + "src": "37586:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "37594:6:46", + "nodeType": "YulTypedName", + "src": "37594:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "37602:6:46", + "nodeType": "YulTypedName", + "src": "37602:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "37610:6:46", + "nodeType": "YulTypedName", + "src": "37610:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "37621:4:46", + "nodeType": "YulTypedName", + "src": "37621:4:46", + "type": "" + } + ], + "src": "37449:398:46" + }, + { + "body": { + "nativeSrc": "38043:14:46", + "nodeType": "YulBlock", + "src": "38043:14:46", + "statements": [ + { + "nativeSrc": "38045:10:46", + "nodeType": "YulAssignment", + "src": "38045:10:46", + "value": { + "name": "pos", + "nativeSrc": "38052:3:46", + "nodeType": "YulIdentifier", + "src": "38052:3:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "38045:3:46", + "nodeType": "YulIdentifier", + "src": "38045:3:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_packed_t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", + "nativeSrc": "37852:205:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "38027:3:46", + "nodeType": "YulTypedName", + "src": "38027:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "38035:3:46", + "nodeType": "YulTypedName", + "src": "38035:3:46", + "type": "" + } + ], + "src": "37852:205:46" + } + ] + }, + "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_3980() -> 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_3981() -> 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_3987() -> 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_3980()\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_3981()\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_3980()\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_3980()\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_3987()\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_packed_t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos) -> end\n { end := pos }\n}", + "id": 46, + "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 + } + ], + "9187": [ + { + "length": 32, + "start": 9229 + } + ], + "9189": [ + { + "length": 32, + "start": 9187 + } + ], + "9191": [ + { + "length": 32, + "start": 9145 + } + ], + "9193": [ + { + "length": 32, + "start": 9310 + } + ], + "9195": [ + { + "length": 32, + "start": 9350 + } + ], + "9198": [ + { + "length": 32, + "start": 9049 + } + ], + "9201": [ + { + "length": 32, + "start": 9094 + } + ] + }, + "linkReferences": {}, + "object": "6080604052600436106101965760003560e01c806384b0196e116100e1578063cf190f341161008a578063e71ff36511610064578063e71ff365146104bf578063ed24911d146104df578063f10b5cc8146104f4578063f17325e71461053857600080fd5b8063cf190f341461042a578063d45c44351461044a578063e30bb5631461048057600080fd5b8063a6d4dbc7116100bb578063a6d4dbc714610398578063b469318d146103ab578063b83010d3146103f757600080fd5b806384b0196e146103305780639541152514610358578063a3112a641461036b57600080fd5b806344adc90e116101435780634d0030701161011d5780634d003070146102db57806354fd4d50146102fb57806379f7573a1461031057600080fd5b806344adc90e1461029557806346926267146102b55780634cb7e9e5146102c857600080fd5b806317d7de7c1161017457806317d7de7c1461022a5780632d0335ab1461024c5780633c0427151461028257600080fd5b80630eabf6601461019b57806312b11a17146101b057806313893f61146101f2575b600080fd5b6101ae6101a9366004613152565b61054b565b005b3480156101bc57600080fd5b507ffeb2925a02bae3dae48d424a0437a2b6ac939aa9230ddc55a1a76f065d9880765b6040519081526020015b60405180910390f35b3480156101fe57600080fd5b5061021261020d366004613152565b61069d565b6040516001600160401b0390911681526020016101e9565b34801561023657600080fd5b5061023f6106e2565b6040516101e991906131e3565b34801561025857600080fd5b506101df61026736600461321b565b6001600160a01b031660009081526003602052604090205490565b6101df610290366004613238565b610774565b6102a86102a3366004613152565b610859565b6040516101e99190613272565b6101ae6102c33660046132b5565b6109a2565b6101ae6102d6366004613152565b610a26565b3480156102e757600080fd5b506102126102f63660046132d0565b610aeb565b34801561030757600080fd5b5061023f610af8565b34801561031c57600080fd5b506101ae61032b3660046132d0565b610b9b565b34801561033c57600080fd5b50610345610c34565b6040516101e99796959493929190613325565b6102a8610366366004613152565b610c96565b34801561037757600080fd5b5061038b6103863660046132d0565b610ec3565b6040516101e9919061347d565b6101ae6103a6366004613490565b611059565b3480156103b757600080fd5b506102126103c63660046134a4565b6001600160a01b0391909116600090815260066020908152604080832093835292905220546001600160401b031690565b34801561040357600080fd5b507fb5d556f07587ec0f08cf386545cc4362c702a001650c2058002615ee5c9d1e756101df565b34801561043657600080fd5b506102126104453660046132d0565b6110fe565b34801561045657600080fd5b506102126104653660046132d0565b6000908152600560205260409020546001600160401b031690565b34801561048c57600080fd5b506104af61049b3660046132d0565b600090815260046020526040902054151590565b60405190151581526020016101e9565b3480156104cb57600080fd5b506102126104da366004613152565b61110c565b3480156104eb57600080fd5b506101df611144565b34801561050057600080fd5b506040516001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001681526020016101e9565b6101df6105463660046134d0565b611153565b348160005b81811015610696576000198201811460008686848181106105735761057361350a565b90506020028101906105859190613520565b61058e90613759565b60208101518051919250908015806105ab57508260400151518114155b156105c95760405163251f56a160e21b815260040160405180910390fd5b60005b8181101561065f576106576040518060a00160405280866000015181526020018584815181106105fe576105fe61350a565b60200260200101518152602001866040015184815181106106215761062161350a565b6020026020010151815260200186606001516001600160a01b0316815260200186608001516001600160401b03168152506111f3565b6001016105cc565b5061067583600001518385606001518a886113ce565b61067f908861386e565b96505050505061068f8160010190565b9050610550565b5050505050565b60004282825b818110156106d6576106ce338787848181106106c1576106c161350a565b90506020020135856118e5565b6001016106a3565b50909150505b92915050565b6060600280546106f190613881565b80601f016020809104026020016040519081016040528092919081815260200182805461071d90613881565b801561076a5780601f1061073f5761010080835404028352916020019161076a565b820191906000526020600020905b81548152906001019060200180831161074d57829003601f168201915b5050505050905090565b6000610787610782836139c2565b6119b1565b604080516001808252818301909252600091816020015b6040805160c081018252600080825260208083018290529282018190526060808301829052608083015260a0820152825260001990920191018161079e5790505090506107ee6020840184613a3c565b6107f790613a52565b8160008151811061080a5761080a61350a565b602090810291909101015261083383358261082b60c0870160a0880161321b565b346001611b05565b602001516000815181106108495761084961350a565b6020026020010151915050919050565b6060816000816001600160401b0381111561087657610876613540565b6040519080825280602002602001820160405280156108a957816020015b60608152602001906001900390816108945790505b509050600034815b8481101561098c5760001985018114368989848181106108d3576108d361350a565b90506020028101906108e59190613a5e565b90506108f46020820182613a74565b90506000036109165760405163251f56a160e21b815260040160405180910390fd5b600061093b823561092a6020850185613a74565b61093391613abd565b338887611b05565b805190915061094a908661386e565b945080602001518785815181106109635761096361350a565b6020026020010181905250806020015151860195505050506109858160010190565b90506108b1565b506109978383612121565b979650505050505050565b604080516001808252818301909252600091816020015b60408051808201909152600080825260208201528152602001906001900390816109b95790505090506109f436839003830160208401613b22565b81600081518110610a0757610a0761350a565b6020908102919091010152610a21823582333460016113ce565b505050565b348160005b81811015610696576000198201811436868684818110610a4d57610a4d61350a565b9050602002810190610a5f9190613a5e565b9050610acc8135610a736020840184613b3e565b808060200260200160405190810160405280939291908181526020016000905b82821015610abf57610ab060408302860136819003810190613b22565b81526020019060010190610a93565b50505050503388866113ce565b610ad6908661386e565b94505050610ae48160010190565b9050610a2b565b6000426106dc838261220a565b6060610b237f00000000000000000000000000000000000000000000000000000000000000006122b3565b610b4c7f00000000000000000000000000000000000000000000000000000000000000006122b3565b610b757f00000000000000000000000000000000000000000000000000000000000000006122b3565b604051602001610b8793929190613b87565b604051602081830303815290604052905090565b33600090815260036020526040902054808211610be4576040517f756688fe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360009081526003602090815260409182902084905581518381529081018490527f57b09af877df9068fd60a69d7b21f5576b8b38955812d6ae4ac52942f1e38fb7910160405180910390a15050565b600060608060008060006060610c48612352565b610c5061237f565b604080516000808252602082019092527f0f000000000000000000000000000000000000000000000000000000000000009b939a50919850469750309650945092509050565b6060816000816001600160401b03811115610cb357610cb3613540565b604051908082528060200260200182016040528015610ce657816020015b6060815260200190600190039081610cd15790505b509050600034815b8481101561098c576000198501811436898984818110610d1057610d1061350a565b9050602002810190610d229190613520565b9050366000610d346020840184613a74565b909250905080801580610d555750610d4f6040850185613be6565b90508114155b15610d735760405163251f56a160e21b815260040160405180910390fd5b60005b81811015610e4657610e3e6040518060a0016040528087600001358152602001868685818110610da857610da861350a565b9050602002810190610dba9190613a3c565b610dc390613a52565b8152602001610dd56040890189613be6565b85818110610de557610de561350a565b905060600201803603810190610dfb9190613c2e565b8152602001610e106080890160608a0161321b565b6001600160a01b03168152602001610e2e60a0890160808a01613c4a565b6001600160401b031690526119b1565b600101610d76565b506000610e6f8535610e588587613abd565b610e686080890160608a0161321b565b8b8a611b05565b8051909150610e7e908961386e565b975080602001518a8881518110610e9757610e9761350a565b602002602001018190525080602001515189019850505050505050610ebc8160010190565b9050610cee565b604080516101408101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e082018390526101008201929092526101208101919091526000828152600460208181526040928390208351610140810185528154815260018201549281019290925260028101546001600160401b038082169584019590955268010000000000000000810485166060840152600160801b90049093166080820152600383015460a0820152908201546001600160a01b0390811660c0830152600583015490811660e0830152600160a01b900460ff16151561010082015260068201805491929161012084019190610fd090613881565b80601f0160208091040260200160405190810160405280929190818152602001828054610ffc90613881565b80156110495780601f1061101e57610100808354040283529160200191611049565b820191906000526020600020905b81548152906001019060200180831161102c57829003601f168201915b5050505050815250509050919050565b61107061106b36839003830183613c65565b6111f3565b604080516001808252818301909252600091816020015b60408051808201909152600080825260208201528152602001906001900390816110875790505090506110c236839003830160208401613b22565b816000815181106110d5576110d561350a565b6020908102919091010152610a218235826110f660e0860160c0870161321b565b3460016113ce565b6000426106dc3384836118e5565b60004282825b818110156106d65761113c86868381811061112f5761112f61350a565b905060200201358461220a565b600101611112565b600061114e6123ac565b905090565b604080516001808252818301909252600091829190816020015b6040805160c081018252600080825260208083018290529282018190526060808301829052608083015260a0820152825260001990920191018161116d5790505090506111bd6020840184613a3c565b6111c690613a52565b816000815181106111d9576111d961350a565b602090810291909101015261083383358233346001611b05565b60808101516001600160401b0316158015906112245750426001600160401b031681608001516001600160401b0316105b1561124257604051631ab7da6b60e01b815260040160405180910390fd5b602080820151604080840151606085015185518451858701516001600160a01b03841660009081526003909852948720805496979496949561131c957fb5d556f07587ec0f08cf386545cc4362c702a001650c2058002615ee5c9d1e7595949392886112ad83613cd5565b909155506080808c01516040805160208101999099526001600160a01b039097169688019690965260608701949094529285019190915260a084015260c08301526001600160401b031660e0820152610100015b604051602081830303815290604052805190602001206124d7565b905061139284606001518284602001518560400151866000015160405160200161137e93929190928352602083019190915260f81b7fff0000000000000000000000000000000000000000000000000000000000000016604082015260410190565b60405160208183030381529060405261251f565b6113c8576040517f8baa579f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50505050565b6040516351753e3760e11b81526004810186905260009081906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a2ea7c6e90602401600060405180830381865afa158015611438573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526114609190810190613cee565b805190915061148257604051635f9bd90760e11b815260040160405180910390fd5b85516000816001600160401b0381111561149e5761149e613540565b60405190808252806020026020018201604052801561151f57816020015b60408051610140810182526000808252602080830182905292820181905260608083018290526080830182905260a0830182905260c0830182905260e0830182905261010083019190915261012082015282526000199092019101816114bc5790505b5090506000826001600160401b0381111561153c5761153c613540565b604051908082528060200260200182016040528015611565578160200160208202803683370190505b50905060005b838110156118c75760008a82815181106115875761158761350a565b60209081029190910181015180516000908152600490925260409091208054919250906115c75760405163c5723b5160e01b815260040160405180910390fd5b8c8160010154146115eb57604051635f9bd90760e11b815260040160405180910390fd5b60058101546001600160a01b038c8116911614611634576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6005810154600160a01b900460ff166116605760405163157bd4c360e01b815260040160405180910390fd5b6002810154600160801b90046001600160401b0316156116ac576040517f905e710700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b426002820180547fffffffffffffffff0000000000000000ffffffffffffffffffffffffffffffff8116600160801b6001600160401b03948516810291821793849055604080516101408101825287548152600188015460208201529386169286169290921791830191909152680100000000000000008304841660608301529091049091166080820152600382015460a082015260048201546001600160a01b0390811660c0830152600583015490811660e0830152600160a01b900460ff161515610100820152600682018054839161012084019161178c90613881565b80601f01602080910402602001604051908101604052809291908181526020018280546117b890613881565b80156118055780601f106117da57610100808354040283529160200191611805565b820191906000526020600020905b8154815290600101906020018083116117e857829003601f168201915b5050505050815250508584815181106118205761182061350a565b602002602001018190525081602001518484815181106118425761184261350a565b6020026020010181815250508c8b6001600160a01b031686858151811061186b5761186b61350a565b602002602001015160c001516001600160a01b03167ff930a6e2523c9cc298691873087a740550b8fc85a0680830414c148ed927f61585600001516040516118b591815260200190565b60405180910390a4505060010161156b565b506118d784838360018b8b612596565b9a9950505050505050505050565b6001600160a01b038316600090815260066020908152604080832085845291829052909120546001600160401b03161561194b576040517fec9d6eeb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600083815260208290526040808220805467ffffffffffffffff19166001600160401b0386169081179091559051909185916001600160a01b038816917f92a1f7a41a7c585a8b09e25b195e225b1d43248daca46b0faf9e0792777a222991a450505050565b60808101516001600160401b0316158015906119e25750426001600160401b031681608001516001600160401b0316105b15611a0057604051631ab7da6b60e01b815260040160405180910390fd5b6020808201516040808401516060808601518651855186880151868801519488015160808901518051908b012060a08a01516001600160a01b03871660009081526003909c52988b2080549a9b989a989961131c997ffeb2925a02bae3dae48d424a0437a2b6ac939aa9230ddc55a1a76f065d988076999493928c611a8483613cd5565b919050558e608001516040516020016113019b9a999897969594939291909a8b526001600160a01b03998a1660208c015260408b01989098529590971660608901526001600160401b03938416608089015291151560a088015260c087015260e0860152610100850193909352610120840152166101408201526101600190565b6040805180820190915260008152606060208201528451604080518082019091526000815260606020820152816001600160401b03811115611b4957611b49613540565b604051908082528060200260200182016040528015611b72578160200160208202803683370190505b5060208201526040516351753e3760e11b8152600481018990526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063a2ea7c6e90602401600060405180830381865afa158015611be0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611c089190810190613cee565b8051909150611c2a57604051635f9bd90760e11b815260040160405180910390fd5b6000836001600160401b03811115611c4457611c44613540565b604051908082528060200260200182016040528015611cc557816020015b60408051610140810182526000808252602080830182905292820181905260608083018290526080830182905260a0830182905260c0830182905260e083018290526101008301919091526101208201528252600019909201910181611c625790505b5090506000846001600160401b03811115611ce257611ce2613540565b604051908082528060200260200182016040528015611d0b578160200160208202803683370190505b50905060005b858110156121005760008b8281518110611d2d57611d2d61350a565b6020026020010151905060006001600160401b031681602001516001600160401b031614158015611d745750426001600160401b031681602001516001600160401b031611155b15611dab576040517f08e8b93700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8460400151158015611dbe575080604001515b15611ddc5760405163157bd4c360e01b815260040160405180910390fd5b60006040518061014001604052806000801b81526020018f8152602001611e004290565b6001600160401b0316815260200183602001516001600160401b0316815260200160006001600160401b031681526020018360600151815260200183600001516001600160a01b031681526020018d6001600160a01b0316815260200183604001511515815260200183608001518152509050600080600090505b611e858382612908565b60008181526004602052604090205490925015611ea457600101611e7b565b8183526000828152600460208181526040928390208651815590860151600182015591850151600283018054606088015160808901516001600160401b03908116600160801b027fffffffffffffffff0000000000000000ffffffffffffffffffffffffffffffff92821668010000000000000000027fffffffffffffffffffffffffffffffff000000000000000000000000000000009094169190951617919091171691909117905560a0850151600383015560c085015190820180546001600160a01b039283167fffffffffffffffffffffffff000000000000000000000000000000000000000090911617905560e08501516005830180546101008801511515600160a01b027fffffffffffffffffffffff00000000000000000000000000000000000000000090911692909316919091179190911790556101208401518491906006820190611ff79082613e11565b5050506060840151156120355760608401516000908152600460205260409020546120355760405163c5723b5160e01b815260040160405180910390fd5b828786815181106120485761204861350a565b60200260200101819052508360a0015186868151811061206a5761206a61350a565b602002602001018181525050818960200151868151811061208d5761208d61350a565b6020026020010181815250508f8e6001600160a01b031685600001516001600160a01b03167f8bf46bf4cfd674fa735a3d63ec1c9ad4153f033c290341f3a588b75685141b35856040516120e391815260200190565b60405180910390a4505050506120f98160010190565b9050611d11565b5061211083838360008c8c612596565b845250919998505050505050505050565b60606000826001600160401b0381111561213d5761213d613540565b604051908082528060200260200182016040528015612166578160200160208202803683370190505b508451909150600090815b818110156121ff57600087828151811061218d5761218d61350a565b6020026020010151905060008151905060005b818110156121eb578281815181106121ba576121ba61350a565b60200260200101518787815181106121d4576121d461350a565b6020908102919091010152600195860195016121a0565b5050506121f88160010190565b9050612171565b509195945050505050565b6000828152600560205260409020546001600160401b031615612259576040517f2e26794600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600082815260056020526040808220805467ffffffffffffffff19166001600160401b0385169081179091559051909184917f5aafceeb1c7ad58e4a84898bdee37c02c0fc46e7d24e6b60e8209449f183459f9190a35050565b606060006122c083612967565b60010190506000816001600160401b038111156122df576122df613540565b6040519080825280601f01601f191660200182016040528015612309576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461231357509392505050565b606061114e7f00000000000000000000000000000000000000000000000000000000000000006000612a49565b606061114e7f00000000000000000000000000000000000000000000000000000000000000006001612a49565b6000306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614801561240557507f000000000000000000000000000000000000000000000000000000000000000046145b1561242f57507f000000000000000000000000000000000000000000000000000000000000000090565b61114e604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201527f0000000000000000000000000000000000000000000000000000000000000000918101919091527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260009060c00160405160208183030381529060405280519060200120905090565b60006106dc6124e46123ac565b836040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b6000836001600160a01b03163b600003612581576000806125408585612af4565b509092509050600081600381111561255a5761255a613ecf565b1480156125785750856001600160a01b0316826001600160a01b0316145b9250505061258f565b61258c848484612b41565b90505b9392505050565b845160009060018190036125ee576125e688886000815181106125bb576125bb61350a565b6020026020010151886000815181106125d6576125d661350a565b6020026020010151888888612c31565b9150506128fe565b60208801516001600160a01b0381166126695760005b8281101561264e5787818151811061261e5761261e61350a565b602002602001015160001461264657604051631574f9f360e01b815260040160405180910390fd5b600101612604565b50831561265e5761265e85612ed1565b6000925050506128fe565b600080826001600160a01b031663ce46e0466040518163ffffffff1660e01b8152600401602060405180830381865afa1580156126aa573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126ce9190613ee5565b905060005b848110156127595760008a82815181106126ef576126ef61350a565b60200260200101519050806000036127075750612751565b8261272557604051631574f9f360e01b815260040160405180910390fd5b888111156127465760405163044044a560e21b815260040160405180910390fd5b978890039792909201915b6001016126d3565b508715612827576040517f88e5b2d90000000000000000000000000000000000000000000000000000000081526001600160a01b038416906388e5b2d99084906127a9908e908e90600401613f02565b60206040518083038185885af11580156127c7573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906127ec9190613ee5565b612822576040517fbf2f3a8b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6128e9565b6040517f91db0b7e0000000000000000000000000000000000000000000000000000000081526001600160a01b038416906391db0b7e908490612870908e908e90600401613f02565b60206040518083038185885af115801561288e573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906128b39190613ee5565b6128e9576040517fe8bee83900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b85156128f8576128f887612ed1565b50925050505b9695505050505050565b60208083015160c084015160e0850151604080870151606088015161010089015160a08a01516101208b0151945160009961294999989796918c9101613f7a565b60405160208183030381529060405280519060200120905092915050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106129b0577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106129dc576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106129fa57662386f26fc10000830492506010015b6305f5e1008310612a12576305f5e100830492506008015b6127108310612a2657612710830492506004015b60648310612a38576064830492506002015b600a83106106dc5760010192915050565b606060ff8314612a6357612a5c83612ee4565b90506106dc565b818054612a6f90613881565b80601f0160208091040260200160405190810160405280929190818152602001828054612a9b90613881565b8015612ae85780601f10612abd57610100808354040283529160200191612ae8565b820191906000526020600020905b815481529060010190602001808311612acb57829003601f168201915b505050505090506106dc565b60008060008351604103612b2e5760208401516040850151606086015160001a612b2088828585612f23565b955095509550505050612b3a565b50508151600091506002905b9250925092565b6000806000856001600160a01b03168585604051602401612b63929190614071565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16630b135d3f60e11b17905251612bad919061408a565b600060405180830381855afa9150503d8060008114612be8576040519150601f19603f3d011682016040523d82523d6000602084013e612bed565b606091505b5091509150818015612c0157506020815110155b80156128fe57508051630b135d3f60e11b90612c26908301602090810190840161409c565b149695505050505050565b60208601516000906001600160a01b038116612c7f578515612c6657604051631574f9f360e01b815260040160405180910390fd5b8215612c7557612c7584612ed1565b60009150506128fe565b8515612d2b57806001600160a01b031663ce46e0466040518163ffffffff1660e01b8152600401602060405180830381865afa158015612cc3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ce79190613ee5565b612d0457604051631574f9f360e01b815260040160405180910390fd5b83861115612d255760405163044044a560e21b815260040160405180910390fd5b85840393505b8415612df6576040517fe49617e10000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063e49617e1908890612d78908b9060040161347d565b60206040518083038185885af1158015612d96573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190612dbb9190613ee5565b612df1576040517fccf3bb2700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612eb6565b6040517fe60c35050000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063e60c3505908890612e3d908b9060040161347d565b60206040518083038185885af1158015612e5b573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190612e809190613ee5565b612eb6576040517fbd8ba84d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8215612ec557612ec584612ed1565b50939695505050505050565b8015612ee157612ee13382612ff2565b50565b60606000612ef1836130c6565b604080516020808252818301909252919250600091906020820181803683375050509182525060208101929092525090565b600080807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0841115612f5e5750600091506003905082612fe8565b604080516000808252602082018084528a905260ff891692820192909252606081018790526080810186905260019060a0016020604051602081039080840390855afa158015612fb2573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116612fde57506000925060019150829050612fe8565b9250600091508190505b9450945094915050565b80471015613039576040517fcf4791810000000000000000000000000000000000000000000000000000000081524760048201526024810182905260440160405180910390fd5b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114613086576040519150601f19603f3d011682016040523d82523d6000602084013e61308b565b606091505b5050905080610a21576040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600060ff8216601f8111156106dc576040517fb3512b0c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008083601f84011261311957600080fd5b5081356001600160401b0381111561313057600080fd5b6020830191508360208260051b850101111561314b57600080fd5b9250929050565b6000806020838503121561316557600080fd5b82356001600160401b0381111561317b57600080fd5b61318785828601613107565b90969095509350505050565b60005b838110156131ae578181015183820152602001613196565b50506000910152565b600081518084526131cf816020860160208601613193565b601f01601f19169290920160200192915050565b60208152600061258f60208301846131b7565b6001600160a01b0381168114612ee157600080fd5b8035613216816131f6565b919050565b60006020828403121561322d57600080fd5b813561258f816131f6565b60006020828403121561324a57600080fd5b81356001600160401b0381111561326057600080fd5b820160e0818503121561258f57600080fd5b602080825282518282018190526000918401906040840190835b818110156132aa57835183526020938401939092019160010161328c565b509095945050505050565b600060608284031280156132c857600080fd5b509092915050565b6000602082840312156132e257600080fd5b5035919050565b600081518084526020840193506020830160005b8281101561331b5781518652602095860195909101906001016132fd565b5093949350505050565b7fff000000000000000000000000000000000000000000000000000000000000008816815260e06020820152600061336060e08301896131b7565b828103604084015261337281896131b7565b90508660608401526001600160a01b03861660808401528460a084015282810360c08401526118d781856132e9565b8051825260208101516020830152600060408201516133cb60408501826001600160401b03169052565b5060608201516133e660608501826001600160401b03169052565b50608082015161340160808501826001600160401b03169052565b5060a082015160a084015260c082015161342660c08501826001600160a01b03169052565b5060e082015161344160e08501826001600160a01b03169052565b5061010082015161345761010085018215159052565b506101208201516101406101208501526134756101408501826131b7565b949350505050565b60208152600061258f60208301846133a1565b60006101008284031280156132c857600080fd5b600080604083850312156134b757600080fd5b82356134c2816131f6565b946020939093013593505050565b6000602082840312156134e257600080fd5b81356001600160401b038111156134f857600080fd5b82016040818503121561258f57600080fd5b634e487b7160e01b600052603260045260246000fd5b60008235609e1983360301811261353657600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b60405160a081016001600160401b038111828210171561357857613578613540565b60405290565b60405160c081016001600160401b038111828210171561357857613578613540565b604051608081016001600160401b038111828210171561357857613578613540565b604051601f8201601f191681016001600160401b03811182821017156135ea576135ea613540565b604052919050565b60006001600160401b0382111561360b5761360b613540565b5060051b60200190565b60006040828403121561362757600080fd5b604080519081016001600160401b038111828210171561364957613649613540565b604052823581526020928301359281019290925250919050565b60006060828403121561367557600080fd5b604051606081016001600160401b038111828210171561369757613697613540565b604052905080823560ff811681146136ae57600080fd5b815260208381013590820152604092830135920191909152919050565b600082601f8301126136dc57600080fd5b81356136ef6136ea826135f2565b6135c2565b8082825260208201915060206060840286010192508583111561371157600080fd5b602085015b83811015613738576137288782613663565b8352602090920191606001613716565b5095945050505050565b80356001600160401b038116811461321657600080fd5b600060a0823603121561376b57600080fd5b613773613556565b8235815260208301356001600160401b0381111561379057600080fd5b830136601f8201126137a157600080fd5b80356137af6136ea826135f2565b8082825260208201915060208360061b8501019250368311156137d157600080fd5b6020840193505b828410156137fd576137ea3685613615565b82526020820191506040840193506137d8565b602085015250505060408301356001600160401b0381111561381e57600080fd5b61382a368286016136cb565b60408301525061383c6060840161320b565b606082015261384d60808401613742565b608082015292915050565b634e487b7160e01b600052601160045260246000fd5b818103818111156106dc576106dc613858565b600181811c9082168061389557607f821691505b6020821081036138b557634e487b7160e01b600052602260045260246000fd5b50919050565b8015158114612ee157600080fd5b60006001600160401b038211156138e2576138e2613540565b50601f01601f191660200190565b600060c0828403121561390257600080fd5b61390a61357e565b90508135613917816131f6565b815261392560208301613742565b60208201526040820135613938816138bb565b60408201526060828101359082015260808201356001600160401b0381111561396057600080fd5b8201601f8101841361397157600080fd5b803561397f6136ea826138c9565b81815285602083850101111561399457600080fd5b8160208401602083013760009181016020019190915260808301525060a09182013591810191909152919050565b600060e082360312156139d457600080fd5b6139dc613556565b8235815260208301356001600160401b038111156139f957600080fd5b613a05368286016138f0565b602083015250613a183660408501613663565b604082015260a0830135613a2b816131f6565b606082015261384d60c08401613742565b6000823560be1983360301811261353657600080fd5b60006106dc36836138f0565b60008235603e1983360301811261353657600080fd5b6000808335601e19843603018112613a8b57600080fd5b8301803591506001600160401b03821115613aa557600080fd5b6020019150600581901b360382131561314b57600080fd5b6000613acb6136ea846135f2565b8381526020810190600585901b840136811115613ae757600080fd5b845b818110156132aa5780356001600160401b03811115613b0757600080fd5b613b13368289016138f0565b85525060209384019301613ae9565b600060408284031215613b3457600080fd5b61258f8383613615565b6000808335601e19843603018112613b5557600080fd5b8301803591506001600160401b03821115613b6f57600080fd5b6020019150600681901b360382131561314b57600080fd5b60008451613b99818460208901613193565b601760f91b9083019081528451613bb7816001840160208901613193565b601760f91b600192909101918201528351613bd9816002840160208801613193565b0160020195945050505050565b6000808335601e19843603018112613bfd57600080fd5b8301803591506001600160401b03821115613c1757600080fd5b602001915060608102360382131561314b57600080fd5b600060608284031215613c4057600080fd5b61258f8383613663565b600060208284031215613c5c57600080fd5b61258f82613742565b6000610100828403128015613c7957600080fd5b50613c82613556565b82358152613c938460208501613615565b6020820152613ca58460608501613663565b604082015260c0830135613cb8816131f6565b6060820152613cc960e08401613742565b60808201529392505050565b600060018201613ce757613ce7613858565b5060010190565b600060208284031215613d0057600080fd5b81516001600160401b03811115613d1657600080fd5b820160808185031215613d2857600080fd5b613d306135a0565b815181526020820151613d42816131f6565b60208201526040820151613d55816138bb565b604082015260608201516001600160401b03811115613d7357600080fd5b80830192505084601f830112613d8857600080fd5b8151613d966136ea826138c9565b818152866020838601011115613dab57600080fd5b613dbc826020830160208701613193565b606083015250949350505050565b601f821115610a2157806000526020600020601f840160051c81016020851015613df15750805b601f840160051c820191505b818110156106965760008155600101613dfd565b81516001600160401b03811115613e2a57613e2a613540565b613e3e81613e388454613881565b84613dca565b6020601f821160018114613e725760008315613e5a5750848201515b600019600385901b1c1916600184901b178455610696565b600084815260208120601f198516915b82811015613ea25787850151825560209485019460019092019101613e82565b5084821015613ec05786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b634e487b7160e01b600052602160045260246000fd5b600060208284031215613ef757600080fd5b815161258f816138bb565b6000604082016040835280855180835260608501915060608160051b86010192506020870160005b82811015613f5b57605f19878603018452613f468583516133a1565b94506020938401939190910190600101613f2a565b505050508281036020840152613f7181856132e9565b95945050505050565b8981526bffffffffffffffffffffffff198960601b1660208201526bffffffffffffffffffffffff198860601b1660348201527fffffffffffffffff0000000000000000000000000000000000000000000000008760c01b1660488201527fffffffffffffffff0000000000000000000000000000000000000000000000008660c01b16605082015284151560f81b60588201528360598201526000607982016000855161402c818460208a01613193565b8201905061405e818660e01b7fffffffff00000000000000000000000000000000000000000000000000000000169052565b6004019c9b505050505050505050505050565b82815260406020820152600061347560408301846131b7565b60008251613536818460208701613193565b6000602082840312156140ae57600080fd5b505191905056fea264697066735822122092735e7cc6b67da0969645748a12405bf3c286bdef4130b2a73b95072805d80464736f6c634300081a0033", + "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 0x3152 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 0x3152 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 0x31E3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x258 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1DF PUSH2 0x267 CALLDATASIZE PUSH1 0x4 PUSH2 0x321B 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 0x3238 JUMP JUMPDEST PUSH2 0x774 JUMP JUMPDEST PUSH2 0x2A8 PUSH2 0x2A3 CALLDATASIZE PUSH1 0x4 PUSH2 0x3152 JUMP JUMPDEST PUSH2 0x859 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E9 SWAP2 SWAP1 PUSH2 0x3272 JUMP JUMPDEST PUSH2 0x1AE PUSH2 0x2C3 CALLDATASIZE PUSH1 0x4 PUSH2 0x32B5 JUMP JUMPDEST PUSH2 0x9A2 JUMP JUMPDEST PUSH2 0x1AE PUSH2 0x2D6 CALLDATASIZE PUSH1 0x4 PUSH2 0x3152 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 0x32D0 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 0x32D0 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 0x3325 JUMP JUMPDEST PUSH2 0x2A8 PUSH2 0x366 CALLDATASIZE PUSH1 0x4 PUSH2 0x3152 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 0x32D0 JUMP JUMPDEST PUSH2 0xEC3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E9 SWAP2 SWAP1 PUSH2 0x347D JUMP JUMPDEST PUSH2 0x1AE PUSH2 0x3A6 CALLDATASIZE PUSH1 0x4 PUSH2 0x3490 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 0x34A4 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 0x32D0 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 0x32D0 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 0x32D0 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 0x3152 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 0x34D0 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 0x350A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x585 SWAP2 SWAP1 PUSH2 0x3520 JUMP JUMPDEST PUSH2 0x58E SWAP1 PUSH2 0x3759 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 0x350A 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 0x350A 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 0x386E 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 0x350A 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 0x3881 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 0x3881 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 0x39C2 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 0x3A3C JUMP JUMPDEST PUSH2 0x7F7 SWAP1 PUSH2 0x3A52 JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x80A JUMPI PUSH2 0x80A PUSH2 0x350A 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 0x321B 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 0x350A 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 0x3540 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 0x350A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x8E5 SWAP2 SWAP1 PUSH2 0x3A5E JUMP JUMPDEST SWAP1 POP PUSH2 0x8F4 PUSH1 0x20 DUP3 ADD DUP3 PUSH2 0x3A74 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 0x3A74 JUMP JUMPDEST PUSH2 0x933 SWAP2 PUSH2 0x3ABD JUMP JUMPDEST CALLER DUP9 DUP8 PUSH2 0x1B05 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0x94A SWAP1 DUP7 PUSH2 0x386E JUMP JUMPDEST SWAP5 POP DUP1 PUSH1 0x20 ADD MLOAD DUP8 DUP6 DUP2 MLOAD DUP2 LT PUSH2 0x963 JUMPI PUSH2 0x963 PUSH2 0x350A 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 0x3B22 JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0xA07 JUMPI PUSH2 0xA07 PUSH2 0x350A 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 0x350A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xA5F SWAP2 SWAP1 PUSH2 0x3A5E JUMP JUMPDEST SWAP1 POP PUSH2 0xACC DUP2 CALLDATALOAD PUSH2 0xA73 PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x3B3E 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 0x3B22 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 0x386E 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 0x3B87 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 0x3540 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 0x350A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xD22 SWAP2 SWAP1 PUSH2 0x3520 JUMP JUMPDEST SWAP1 POP CALLDATASIZE PUSH1 0x0 PUSH2 0xD34 PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x3A74 JUMP JUMPDEST SWAP1 SWAP3 POP SWAP1 POP DUP1 DUP1 ISZERO DUP1 PUSH2 0xD55 JUMPI POP PUSH2 0xD4F PUSH1 0x40 DUP6 ADD DUP6 PUSH2 0x3BE6 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 0x350A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xDBA SWAP2 SWAP1 PUSH2 0x3A3C JUMP JUMPDEST PUSH2 0xDC3 SWAP1 PUSH2 0x3A52 JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xDD5 PUSH1 0x40 DUP10 ADD DUP10 PUSH2 0x3BE6 JUMP JUMPDEST DUP6 DUP2 DUP2 LT PUSH2 0xDE5 JUMPI PUSH2 0xDE5 PUSH2 0x350A JUMP JUMPDEST SWAP1 POP PUSH1 0x60 MUL ADD DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xDFB SWAP2 SWAP1 PUSH2 0x3C2E JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xE10 PUSH1 0x80 DUP10 ADD PUSH1 0x60 DUP11 ADD PUSH2 0x321B 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 0x3C4A 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 0x3ABD JUMP JUMPDEST PUSH2 0xE68 PUSH1 0x80 DUP10 ADD PUSH1 0x60 DUP11 ADD PUSH2 0x321B JUMP JUMPDEST DUP12 DUP11 PUSH2 0x1B05 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0xE7E SWAP1 DUP10 PUSH2 0x386E JUMP JUMPDEST SWAP8 POP DUP1 PUSH1 0x20 ADD MLOAD DUP11 DUP9 DUP2 MLOAD DUP2 LT PUSH2 0xE97 JUMPI PUSH2 0xE97 PUSH2 0x350A 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 0x3881 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 0x3881 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 0x3C65 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 0x3B22 JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x10D5 JUMPI PUSH2 0x10D5 PUSH2 0x350A 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 0x321B 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 0x350A 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 0x3A3C JUMP JUMPDEST PUSH2 0x11C6 SWAP1 PUSH2 0x3A52 JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x11D9 JUMPI PUSH2 0x11D9 PUSH2 0x350A 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 0x3CD5 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 0x3CEE 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 0x3540 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 0x3540 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 0x350A 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 0x3881 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 0x3881 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 0x350A 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 0x350A 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 0x350A 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 0x2596 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 0x3CD5 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 0x3540 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 0x3CEE 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 0x3540 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 0x3540 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 0x350A 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 0x2908 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 0x3E11 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 0x350A 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 0x350A 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 0x350A 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 0x2596 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 0x3540 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 0x350A 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 0x350A JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP8 DUP8 DUP2 MLOAD DUP2 LT PUSH2 0x21D4 JUMPI PUSH2 0x21D4 PUSH2 0x350A 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 0x2967 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 0x3540 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 0x2A49 JUMP JUMPDEST PUSH1 0x60 PUSH2 0x114E PUSH32 0x0 PUSH1 0x1 PUSH2 0x2A49 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 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EXTCODESIZE PUSH1 0x0 SUB PUSH2 0x2581 JUMPI PUSH1 0x0 DUP1 PUSH2 0x2540 DUP6 DUP6 PUSH2 0x2AF4 JUMP JUMPDEST POP SWAP1 SWAP3 POP SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x3 DUP2 GT ISZERO PUSH2 0x255A JUMPI PUSH2 0x255A PUSH2 0x3ECF JUMP JUMPDEST EQ DUP1 ISZERO PUSH2 0x2578 JUMPI POP DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ JUMPDEST SWAP3 POP POP POP PUSH2 0x258F JUMP JUMPDEST PUSH2 0x258C DUP5 DUP5 DUP5 PUSH2 0x2B41 JUMP JUMPDEST SWAP1 POP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST DUP5 MLOAD PUSH1 0x0 SWAP1 PUSH1 0x1 DUP2 SWAP1 SUB PUSH2 0x25EE JUMPI PUSH2 0x25E6 DUP9 DUP9 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x25BB JUMPI PUSH2 0x25BB PUSH2 0x350A JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP9 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x25D6 JUMPI PUSH2 0x25D6 PUSH2 0x350A JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP9 DUP9 DUP9 PUSH2 0x2C31 JUMP JUMPDEST SWAP2 POP POP PUSH2 0x28FE JUMP JUMPDEST PUSH1 0x20 DUP9 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2669 JUMPI PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x264E JUMPI DUP8 DUP2 DUP2 MLOAD DUP2 LT PUSH2 0x261E JUMPI PUSH2 0x261E PUSH2 0x350A JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 EQ PUSH2 0x2646 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 0x2604 JUMP JUMPDEST POP DUP4 ISZERO PUSH2 0x265E JUMPI PUSH2 0x265E DUP6 PUSH2 0x2ED1 JUMP JUMPDEST PUSH1 0x0 SWAP3 POP POP POP PUSH2 0x28FE 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 0x26AA 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 0x26CE SWAP2 SWAP1 PUSH2 0x3EE5 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 JUMPDEST DUP5 DUP2 LT ISZERO PUSH2 0x2759 JUMPI PUSH1 0x0 DUP11 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x26EF JUMPI PUSH2 0x26EF PUSH2 0x350A JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 POP DUP1 PUSH1 0x0 SUB PUSH2 0x2707 JUMPI POP PUSH2 0x2751 JUMP JUMPDEST DUP3 PUSH2 0x2725 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 0x2746 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 0x26D3 JUMP JUMPDEST POP DUP8 ISZERO PUSH2 0x2827 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 0x27A9 SWAP1 DUP15 SWAP1 DUP15 SWAP1 PUSH1 0x4 ADD PUSH2 0x3F02 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x27C7 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 0x27EC SWAP2 SWAP1 PUSH2 0x3EE5 JUMP JUMPDEST PUSH2 0x2822 JUMPI PUSH1 0x40 MLOAD PUSH32 0xBF2F3A8B00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x28E9 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 0x2870 SWAP1 DUP15 SWAP1 DUP15 SWAP1 PUSH1 0x4 ADD PUSH2 0x3F02 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x288E 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 0x28B3 SWAP2 SWAP1 PUSH2 0x3EE5 JUMP JUMPDEST PUSH2 0x28E9 JUMPI PUSH1 0x40 MLOAD PUSH32 0xE8BEE83900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP6 ISZERO PUSH2 0x28F8 JUMPI PUSH2 0x28F8 DUP8 PUSH2 0x2ED1 JUMP JUMPDEST POP SWAP3 POP POP POP JUMPDEST SWAP7 SWAP6 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 0x2949 SWAP10 SWAP9 SWAP8 SWAP7 SWAP2 DUP13 SWAP2 ADD PUSH2 0x3F7A 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 0x29B0 JUMPI PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 DIV SWAP3 POP PUSH1 0x40 ADD JUMPDEST PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 LT PUSH2 0x29DC JUMPI PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 DIV SWAP3 POP PUSH1 0x20 ADD JUMPDEST PUSH7 0x2386F26FC10000 DUP4 LT PUSH2 0x29FA JUMPI PUSH7 0x2386F26FC10000 DUP4 DIV SWAP3 POP PUSH1 0x10 ADD JUMPDEST PUSH4 0x5F5E100 DUP4 LT PUSH2 0x2A12 JUMPI PUSH4 0x5F5E100 DUP4 DIV SWAP3 POP PUSH1 0x8 ADD JUMPDEST PUSH2 0x2710 DUP4 LT PUSH2 0x2A26 JUMPI PUSH2 0x2710 DUP4 DIV SWAP3 POP PUSH1 0x4 ADD JUMPDEST PUSH1 0x64 DUP4 LT PUSH2 0x2A38 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 0x2A63 JUMPI PUSH2 0x2A5C DUP4 PUSH2 0x2EE4 JUMP JUMPDEST SWAP1 POP PUSH2 0x6DC JUMP JUMPDEST DUP2 DUP1 SLOAD PUSH2 0x2A6F SWAP1 PUSH2 0x3881 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 0x2A9B SWAP1 PUSH2 0x3881 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2AE8 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x2ABD JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2AE8 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 0x2ACB 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 0x2B2E JUMPI PUSH1 0x20 DUP5 ADD MLOAD PUSH1 0x40 DUP6 ADD MLOAD PUSH1 0x60 DUP7 ADD MLOAD PUSH1 0x0 BYTE PUSH2 0x2B20 DUP9 DUP3 DUP6 DUP6 PUSH2 0x2F23 JUMP JUMPDEST SWAP6 POP SWAP6 POP SWAP6 POP POP POP POP PUSH2 0x2B3A 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 0x2B63 SWAP3 SWAP2 SWAP1 PUSH2 0x4071 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 0x2BAD SWAP2 SWAP1 PUSH2 0x408A JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS STATICCALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x2BE8 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 0x2BED JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP DUP2 DUP1 ISZERO PUSH2 0x2C01 JUMPI POP PUSH1 0x20 DUP2 MLOAD LT ISZERO JUMPDEST DUP1 ISZERO PUSH2 0x28FE JUMPI POP DUP1 MLOAD PUSH4 0xB135D3F PUSH1 0xE1 SHL SWAP1 PUSH2 0x2C26 SWAP1 DUP4 ADD PUSH1 0x20 SWAP1 DUP2 ADD SWAP1 DUP5 ADD PUSH2 0x409C 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 0x2C7F JUMPI DUP6 ISZERO PUSH2 0x2C66 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 0x2C75 JUMPI PUSH2 0x2C75 DUP5 PUSH2 0x2ED1 JUMP JUMPDEST PUSH1 0x0 SWAP2 POP POP PUSH2 0x28FE JUMP JUMPDEST DUP6 ISZERO PUSH2 0x2D2B 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 0x2CC3 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 0x2CE7 SWAP2 SWAP1 PUSH2 0x3EE5 JUMP JUMPDEST PUSH2 0x2D04 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 0x2D25 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 0x2DF6 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 0x2D78 SWAP1 DUP12 SWAP1 PUSH1 0x4 ADD PUSH2 0x347D JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2D96 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 0x2DBB SWAP2 SWAP1 PUSH2 0x3EE5 JUMP JUMPDEST PUSH2 0x2DF1 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCCF3BB2700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2EB6 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 0x2E3D SWAP1 DUP12 SWAP1 PUSH1 0x4 ADD PUSH2 0x347D JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2E5B 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 0x2E80 SWAP2 SWAP1 PUSH2 0x3EE5 JUMP JUMPDEST PUSH2 0x2EB6 JUMPI PUSH1 0x40 MLOAD PUSH32 0xBD8BA84D00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 ISZERO PUSH2 0x2EC5 JUMPI PUSH2 0x2EC5 DUP5 PUSH2 0x2ED1 JUMP JUMPDEST POP SWAP4 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2EE1 JUMPI PUSH2 0x2EE1 CALLER DUP3 PUSH2 0x2FF2 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0x2EF1 DUP4 PUSH2 0x30C6 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 0x2F5E JUMPI POP PUSH1 0x0 SWAP2 POP PUSH1 0x3 SWAP1 POP DUP3 PUSH2 0x2FE8 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 0x2FB2 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 0x2FDE JUMPI POP PUSH1 0x0 SWAP3 POP PUSH1 0x1 SWAP2 POP DUP3 SWAP1 POP PUSH2 0x2FE8 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 0x3039 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCF47918100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE SELFBALANCE PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x44 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 0x3086 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 0x308B JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP POP SWAP1 POP DUP1 PUSH2 0xA21 JUMPI PUSH1 0x40 MLOAD PUSH32 0xD6BDA27500000000000000000000000000000000000000000000000000000000 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 0x3119 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3130 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 0x314B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x3165 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x317B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3187 DUP6 DUP3 DUP7 ADD PUSH2 0x3107 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x31AE JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x3196 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH2 0x31CF DUP2 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP7 ADD PUSH2 0x3193 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 0x258F PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x31B7 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x2EE1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH2 0x3216 DUP2 PUSH2 0x31F6 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x322D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x258F DUP2 PUSH2 0x31F6 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x324A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3260 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0xE0 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x258F 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 0x32AA JUMPI DUP4 MLOAD DUP4 MSTORE PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x1 ADD PUSH2 0x328C JUMP JUMPDEST POP SWAP1 SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x32C8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP SWAP1 SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x32E2 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 0x331B JUMPI DUP2 MLOAD DUP7 MSTORE PUSH1 0x20 SWAP6 DUP7 ADD SWAP6 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x32FD 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 0x3360 PUSH1 0xE0 DUP4 ADD DUP10 PUSH2 0x31B7 JUMP JUMPDEST DUP3 DUP2 SUB PUSH1 0x40 DUP5 ADD MSTORE PUSH2 0x3372 DUP2 DUP10 PUSH2 0x31B7 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 0x32E9 JUMP JUMPDEST DUP1 MLOAD DUP3 MSTORE PUSH1 0x20 DUP2 ADD MLOAD PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x0 PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x33CB 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 0x33E6 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 0x3401 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 0x3426 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 0x3441 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 0x3457 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 0x3475 PUSH2 0x140 DUP6 ADD DUP3 PUSH2 0x31B7 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0x258F PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x33A1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x32C8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x34B7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x34C2 DUP2 PUSH2 0x31F6 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 0x34E2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x34F8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x40 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x258F 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 0x3536 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 0x3578 JUMPI PUSH2 0x3578 PUSH2 0x3540 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 0x3578 JUMPI PUSH2 0x3578 PUSH2 0x3540 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 0x3578 JUMPI PUSH2 0x3578 PUSH2 0x3540 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 0x35EA JUMPI PUSH2 0x35EA PUSH2 0x3540 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x360B JUMPI PUSH2 0x360B PUSH2 0x3540 JUMP JUMPDEST POP PUSH1 0x5 SHL PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3627 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 0x3649 JUMPI PUSH2 0x3649 PUSH2 0x3540 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 0x3675 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 0x3697 JUMPI PUSH2 0x3697 PUSH2 0x3540 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP1 POP DUP1 DUP3 CALLDATALOAD PUSH1 0xFF DUP2 AND DUP2 EQ PUSH2 0x36AE 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 0x36DC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x36EF PUSH2 0x36EA DUP3 PUSH2 0x35F2 JUMP JUMPDEST PUSH2 0x35C2 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 0x3711 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP6 ADD JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x3738 JUMPI PUSH2 0x3728 DUP8 DUP3 PUSH2 0x3663 JUMP JUMPDEST DUP4 MSTORE PUSH1 0x20 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x60 ADD PUSH2 0x3716 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 0x3216 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 CALLDATASIZE SUB SLT ISZERO PUSH2 0x376B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3773 PUSH2 0x3556 JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3790 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD CALLDATASIZE PUSH1 0x1F DUP3 ADD SLT PUSH2 0x37A1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH2 0x37AF PUSH2 0x36EA DUP3 PUSH2 0x35F2 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 0x37D1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD SWAP4 POP JUMPDEST DUP3 DUP5 LT ISZERO PUSH2 0x37FD JUMPI PUSH2 0x37EA CALLDATASIZE DUP6 PUSH2 0x3615 JUMP JUMPDEST DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x40 DUP5 ADD SWAP4 POP PUSH2 0x37D8 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 0x381E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x382A CALLDATASIZE DUP3 DUP7 ADD PUSH2 0x36CB JUMP JUMPDEST PUSH1 0x40 DUP4 ADD MSTORE POP PUSH2 0x383C PUSH1 0x60 DUP5 ADD PUSH2 0x320B JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x384D PUSH1 0x80 DUP5 ADD PUSH2 0x3742 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 0x3858 JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x3895 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x38B5 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 0x2EE1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x38E2 JUMPI PUSH2 0x38E2 PUSH2 0x3540 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 0x3902 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x390A PUSH2 0x357E JUMP JUMPDEST SWAP1 POP DUP2 CALLDATALOAD PUSH2 0x3917 DUP2 PUSH2 0x31F6 JUMP JUMPDEST DUP2 MSTORE PUSH2 0x3925 PUSH1 0x20 DUP4 ADD PUSH2 0x3742 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 DUP3 ADD CALLDATALOAD PUSH2 0x3938 DUP2 PUSH2 0x38BB 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 0x3960 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x1F DUP2 ADD DUP5 SGT PUSH2 0x3971 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH2 0x397F PUSH2 0x36EA DUP3 PUSH2 0x38C9 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP6 PUSH1 0x20 DUP4 DUP6 ADD ADD GT ISZERO PUSH2 0x3994 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 0x39D4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x39DC PUSH2 0x3556 JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x39F9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3A05 CALLDATASIZE DUP3 DUP7 ADD PUSH2 0x38F0 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP PUSH2 0x3A18 CALLDATASIZE PUSH1 0x40 DUP6 ADD PUSH2 0x3663 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0xA0 DUP4 ADD CALLDATALOAD PUSH2 0x3A2B DUP2 PUSH2 0x31F6 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x384D PUSH1 0xC0 DUP5 ADD PUSH2 0x3742 JUMP JUMPDEST PUSH1 0x0 DUP3 CALLDATALOAD PUSH1 0xBE NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x3536 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x6DC CALLDATASIZE DUP4 PUSH2 0x38F0 JUMP JUMPDEST PUSH1 0x0 DUP3 CALLDATALOAD PUSH1 0x3E NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x3536 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x3A8B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x3AA5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x5 DUP2 SWAP1 SHL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x314B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3ACB PUSH2 0x36EA DUP5 PUSH2 0x35F2 JUMP JUMPDEST DUP4 DUP2 MSTORE PUSH1 0x20 DUP2 ADD SWAP1 PUSH1 0x5 DUP6 SWAP1 SHL DUP5 ADD CALLDATASIZE DUP2 GT ISZERO PUSH2 0x3AE7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x32AA JUMPI DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3B07 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3B13 CALLDATASIZE DUP3 DUP10 ADD PUSH2 0x38F0 JUMP JUMPDEST DUP6 MSTORE POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 ADD PUSH2 0x3AE9 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3B34 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x258F DUP4 DUP4 PUSH2 0x3615 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x3B55 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x3B6F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x6 DUP2 SWAP1 SHL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x314B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0x3B99 DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0x3193 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL SWAP1 DUP4 ADD SWAP1 DUP2 MSTORE DUP5 MLOAD PUSH2 0x3BB7 DUP2 PUSH1 0x1 DUP5 ADD PUSH1 0x20 DUP10 ADD PUSH2 0x3193 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL PUSH1 0x1 SWAP3 SWAP1 SWAP2 ADD SWAP2 DUP3 ADD MSTORE DUP4 MLOAD PUSH2 0x3BD9 DUP2 PUSH1 0x2 DUP5 ADD PUSH1 0x20 DUP9 ADD PUSH2 0x3193 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 0x3BFD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x3C17 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x60 DUP2 MUL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x314B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3C40 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x258F DUP4 DUP4 PUSH2 0x3663 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3C5C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x258F DUP3 PUSH2 0x3742 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x3C79 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3C82 PUSH2 0x3556 JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH2 0x3C93 DUP5 PUSH1 0x20 DUP6 ADD PUSH2 0x3615 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH2 0x3CA5 DUP5 PUSH1 0x60 DUP6 ADD PUSH2 0x3663 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0xC0 DUP4 ADD CALLDATALOAD PUSH2 0x3CB8 DUP2 PUSH2 0x31F6 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x3CC9 PUSH1 0xE0 DUP5 ADD PUSH2 0x3742 JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 DUP3 ADD PUSH2 0x3CE7 JUMPI PUSH2 0x3CE7 PUSH2 0x3858 JUMP JUMPDEST POP PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3D00 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3D16 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x80 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x3D28 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3D30 PUSH2 0x35A0 JUMP JUMPDEST DUP2 MLOAD DUP2 MSTORE PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x3D42 DUP2 PUSH2 0x31F6 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x3D55 DUP2 PUSH2 0x38BB JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x60 DUP3 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3D73 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 DUP4 ADD SWAP3 POP POP DUP5 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x3D88 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x3D96 PUSH2 0x36EA DUP3 PUSH2 0x38C9 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP7 PUSH1 0x20 DUP4 DUP7 ADD ADD GT ISZERO PUSH2 0x3DAB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3DBC DUP3 PUSH1 0x20 DUP4 ADD PUSH1 0x20 DUP8 ADD PUSH2 0x3193 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 0x3DF1 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 0x3DFD JUMP JUMPDEST DUP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3E2A JUMPI PUSH2 0x3E2A PUSH2 0x3540 JUMP JUMPDEST PUSH2 0x3E3E DUP2 PUSH2 0x3E38 DUP5 SLOAD PUSH2 0x3881 JUMP JUMPDEST DUP5 PUSH2 0x3DCA JUMP JUMPDEST PUSH1 0x20 PUSH1 0x1F DUP3 GT PUSH1 0x1 DUP2 EQ PUSH2 0x3E72 JUMPI PUSH1 0x0 DUP4 ISZERO PUSH2 0x3E5A 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 0x3EA2 JUMPI DUP8 DUP6 ADD MLOAD DUP3 SSTORE PUSH1 0x20 SWAP5 DUP6 ADD SWAP5 PUSH1 0x1 SWAP1 SWAP3 ADD SWAP2 ADD PUSH2 0x3E82 JUMP JUMPDEST POP DUP5 DUP3 LT ISZERO PUSH2 0x3EC0 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 0x3EF7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x258F DUP2 PUSH2 0x38BB 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 0x3F5B JUMPI PUSH1 0x5F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE PUSH2 0x3F46 DUP6 DUP4 MLOAD PUSH2 0x33A1 JUMP JUMPDEST SWAP5 POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP2 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x3F2A JUMP JUMPDEST POP POP POP POP DUP3 DUP2 SUB PUSH1 0x20 DUP5 ADD MSTORE PUSH2 0x3F71 DUP2 DUP6 PUSH2 0x32E9 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 0x402C DUP2 DUP5 PUSH1 0x20 DUP11 ADD PUSH2 0x3193 JUMP JUMPDEST DUP3 ADD SWAP1 POP PUSH2 0x405E 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 0x3475 PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x31B7 JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x3536 DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x3193 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x40AE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP3 PUSH20 0x5E7CC6B67DA0969645748A12405BF3C286BDEF41 ADDRESS 0xB2 0xA7 EXTCODESIZE SWAP6 SMOD 0x28 SDIV 0xD8 DIV PUSH5 0x736F6C6343 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:46;;;1093:2;1078:18;2888:100:7;;;;;;;;14129:308:1;;;;;;;;;;-1:-1:-1;14129:308:1;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;1892:31:46;;;1874:50;;1862:2;1847:18;14129:308:1;1730:200:46;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:32:-;;;;;;;;;;;;;:::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:46;;10507:22;10489:41;;10477:2;10462:18;14928:117:1;10349:187:46;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:46;10711:74;;10699:2;10684:18;2687:108:1;10541:250:46;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:46;;;25241:18;;;25234:34;;;3795:58:7;;25173:18:46;3795:58:7;;;;;;;3609:251;3559:301;:::o;5144:557:32:-;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:32;;-1:-1:-1;5590:13:32;;-1:-1:-1;5625:4:32;;-1:-1:-1;5652:1:32;-1:-1:-1;5668:16:32;-1:-1:-1;5482:212:32;-1:-1:-1;5144:557:32: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:46;;;;-1:-1:-1;;;;;27947:55:46;;;27927:18;;;27920:83;;;;-1:-1:-1;28019:18:46;;28012:34;;;;28062:18;;;28055:34;;;;28105:19;;;28098:35;28149:19;;;28142:35;-1:-1:-1;;;;;28214:31:46;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:46;;;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:46;;;19408:7:1;;;;-1:-1:-1;;;;;19537:15:1;:25;;;;1078:18:46;;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:46;;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:46;;;-1:-1:-1;;;;;30433:55:46;;;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:46;;;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:46;;;16274:32:1;;16309:15;-1:-1:-1;;;;;16309:25:1;;;;1078:18:46;;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:46;;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:632:30:-;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:30;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;817:18:30;-1:-1:-1;794:41:30;-1:-1:-1;924:28:30;;;940:2;924:28;979:247;-1:-1:-1;;1010:5:30;1114:10;1109:2;1098:14;;1093:32;1010:5;1080:46;1170:2;1161:11;;;-1:-1:-1;1190:21:30;979:247;1190:21;-1:-1:-1;1246:6:30;637:632;-1:-1:-1;;;637:632:30:o;6021:126:32:-;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:32;3921:28;;:63;;;;;3970:14;3953:13;:31;3921:63;3917:184;;;-1:-1:-1;4007:22:32;;3845:262::o;3917:184::-;4067:23;4204:80;;;2079:95;4204:80;;;36370:25:46;4226:11:32;36411:18:46;;;36404:34;;;;4239:14:32;36454:18:46;;;36447:34;4255:13:32;36497:18:46;;;36490:34;4278:4:32;36540:19:46;;;36533:84;4168:7:32;;36342:19:46;;4204:80:32;;;;;;;;;;;;4194:91;;;;;;4187:98;;4113:179;;4917:176;4994:7;5020:66;5053:20;:18;:20::i;:::-;5075:10;3501:4:33;3495:11;3531:10;3519:23;;3571:4;3562:14;;3555:39;;;;3623:4;3614:14;;3607:34;3679:4;3664:20;;;3326:374;1041:429:34;1147:4;1167:6;-1:-1:-1;;;;;1167:18:34;;1189:1;1167:23;1163:301;;1207:17;1226:22;1254:33;1271:4;1277:9;1254:16;:33::i;:::-;-1:-1:-1;1206:81:34;;-1:-1:-1;1206:81:34;-1:-1:-1;1315:26:34;1308:3;:33;;;;;;;;:::i;:::-;;:56;;;;;1358:6;-1:-1:-1;;;;;1345:19:34;:9;-1:-1:-1;;;;;1345:19:34;;1308:56;1301:63;;;;;;1163:301;1402:51;1429:6;1437:4;1443:9;1402:26;:51::i;:::-;1395:58;;1163:301;1041:429;;;;;:::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;-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;25316:916:35:-;25369:7;;25453:8;25444:17;;25440:103;;25490:8;25481:17;;;-1:-1:-1;25526:2:35;25516:12;25440:103;25569:8;25560:5;:17;25556:103;;25606:8;25597:17;;;-1:-1:-1;25642:2:35;25632:12;25556:103;25685:8;25676:5;:17;25672:103;;25722:8;25713:17;;;-1:-1:-1;25758:2:35;25748:12;25672:103;25801:7;25792:5;:16;25788:100;;25837:7;25828:16;;;-1:-1:-1;25872:1:35;25862:11;25788:100;25914:7;25905:5;:16;25901:100;;25950:7;25941:16;;;-1:-1:-1;25985:1:35;25975:11;25901:100;26027:7;26018:5;:16;26014:100;;26063:7;26054:16;;;-1:-1:-1;26098:1:35;26088:11;26014:100;26140:7;26131:5;:16;26127:66;;26177:1;26167:11;26219:6;25316:916;-1:-1:-1;;25316:916:35:o;3358:267:28:-;3452:13;1390:66;3481:46;;3477:142;;3550:15;3559:5;3550:8;:15::i;:::-;3543:22;;;;3477:142;3603:5;3596:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2129:778:31;2232:17;2251:16;2269:14;2299:9;:16;2319:2;2299:22;2295:606;;2604:4;2589:20;;2583:27;2653:4;2638:20;;2632:27;2710:4;2695:20;;2689:27;2337:9;2681:36;2751:25;2762:4;2681:36;2583:27;2632;2751:10;:25::i;:::-;2744:32;;;;;;;;;;;2295:606;-1:-1:-1;;2872:16:31;;2823:1;;-1:-1:-1;2827:35:31;;2295:606;2129:778;;;;;:::o;1877:458:34:-;2020:4;2037:12;2051:19;2074:6;-1:-1:-1;;;;;2074:17:34;2148:4;2154:9;2105:60;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2105:60:34;;;;;;;;;;;;;;;;-1:-1:-1;;;2105:60:34;;;2074:101;;;2105:60;2074:101;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2036:139;;;;2193:7;:42;;;;;2233:2;2216:6;:13;:19;;2193:42;:134;;;;-1:-1:-1;2251:29:34;;-1:-1:-1;;;2292:34:34;2251:29;;;;;;;;;;;;:::i;:::-;:76;2185:143;1877:458;-1:-1:-1;;;;;;1877:458:34: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:378:28:-;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:28;;2300:14;;;;;;;;;-1:-1:-1;;;2363:16:28;;;-1:-1:-1;2408:4:28;2399:14;;2392:28;;;;-1:-1:-1;2363:16:28;2078:378::o;5203:1551:31:-;5329:17;;;6283:66;6270:79;;6266:164;;;-1:-1:-1;6381:1:31;;-1:-1:-1;6385:30:31;;-1:-1:-1;6417:1:31;6365:54;;6266:164;6541:24;;;6524:14;6541:24;;;;;;;;;37676:25:46;;;37749:4;37737:17;;37717:18;;;37710:45;;;;37771:18;;;37764:34;;;37814:18;;;37807:34;;;6541:24:31;;37648:19:46;;6541:24:31;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;6541:24:31;;-1:-1:-1;;6541:24:31;;;-1:-1:-1;;;;;;;6579:20:31;;6575:113;;-1:-1:-1;6631:1:31;;-1:-1:-1;6635:29:31;;-1:-1:-1;6631:1:31;;-1:-1:-1;6615:62:31;;6575:113;6706:6;-1:-1:-1;6714:20:31;;-1:-1:-1;6714:20:31;;-1:-1:-1;5203:1551:31;;;;;;;;;:::o;1290:349:23:-;1399:6;1375:21;:30;1371:125;;;1428:57;;;;;1455:21;1428:57;;;25200:25:46;25241:18;;;25234:34;;;25173:18;;1428:57:23;;;;;;;1371:125;1507:12;1525:9;-1:-1:-1;;;;;1525:14:23;1547:6;1525:33;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1506:52;;;1573:7;1568:65;;1603:19;;;;;;;;;;;;;;2528:245:28;2589:7;2661:4;2625:40;;2688:2;2679:11;;2675:69;;;2713:20;;;;;;;;;;;;;;14:407:46;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:46;;-1:-1:-1;;;;;254:30:46;;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:46;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:46;-1:-1:-1;;;;426:528:46: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:46;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:46;2409:39;;;;2450:4;2405:50;;2190:271;-1:-1:-1;;2190:271:46:o;2466:220::-;2615:2;2604:9;2597:21;2578:4;2635:45;2676:2;2665:9;2661:18;2653:6;2635:45;:::i;2691:154::-;-1:-1:-1;;;;;2770:5:46;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:46;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:46;;4360:611;-1:-1:-1;;;;;4360:611:46: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:46;;4976:240;-1:-1:-1;;4976:240:46: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:46;;5745:226;-1:-1:-1;5745:226:46: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:46;;6339:420;-1:-1:-1;;;;6339:420:46: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:46;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:46;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:46;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:46;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:46;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:46;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:46: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:46: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:46;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:46;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:46:o;11741:184::-;-1:-1:-1;;;11790:1:46;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:46;;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:46;;12358:22;;;12319:62;12316:88;;;12384:18;;:::i;12446:253::-;12518:2;12512:9;12560:4;12548:17;;-1:-1:-1;;;;;12580:34:46;;12616:22;;;12577:62;12574:88;;;12642:18;;:::i;12704:275::-;12775:2;12769:9;12840:2;12821:13;;-1:-1:-1;;12817:27:46;12805:40;;-1:-1:-1;;;;;12860:34:46;;12896:22;;;12857:62;12854:88;;;12922:18;;:::i;:::-;12958:2;12951:22;12704:275;;-1:-1:-1;12704:275:46:o;12984:204::-;13065:4;-1:-1:-1;;;;;13090:6:46;13087:30;13084:56;;;13120:18;;:::i;:::-;-1:-1:-1;13165:1:46;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:46;;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:46;13193:614;-1:-1:-1;13193:614:46: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:46;;14085:22;;;14046:62;14043:88;;;14111:18;;:::i;:::-;14147:2;14140:22;14180:6;-1:-1:-1;14180:6:46;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:46: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:46;14580:722;-1:-1:-1;;;;;14580:722:46:o;15307:171::-;15374:20;;-1:-1:-1;;;;;15423:30:46;;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:46;;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:46;16715:16;;16702:30;-1:-1:-1;;;;;16744:32:46;;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:46:o;17084:184::-;-1:-1:-1;;;17133:1:46;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:46;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:46;18041:30;18038:56;;;18074:18;;:::i;:::-;-1:-1:-1;18140:2:46;18119:15;-1:-1:-1;;18115:29:46;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:46;;18848:50;;;18894:1;18891;18884:12;18848:50;18917:22;;18970:4;18962:13;;18958:23;-1:-1:-1;18948:51:46;;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:46;19406:19;;;19393:33;19442:15;;;19435:32;;;;19329:5;18162:1311;-1:-1:-1;18162:1311:46: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:46;;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:46;;21765:50;;;21811:1;21808;21801:12;21765:50;21844:4;21832:17;;-1:-1:-1;21895:1:46;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:46;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:46;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:46;;23864:50;;;23910:1;23907;23900:12;23864:50;23943:4;23931:17;;-1:-1:-1;23994:1:46;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:46;;;24630:18;;;24673:13;;24695:78;24673:13;24760:1;24749:13;;24742:4;24730:17;;24695:78;:::i;:::-;-1:-1:-1;;;24836:1:46;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:46: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:46;;26041:50;;;26087:1;26084;26077:12;26041:50;26120:4;26108:17;;-1:-1:-1;26179:4:46;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:46;;:::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:46:o;27433:135::-;27472:3;27493:17;;;27490:43;;27513:18;;:::i;:::-;-1:-1:-1;27560:1:46;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:46;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:46;;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:46;28653:1296;-1:-1:-1;;;;28653:1296:46: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:46;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:46;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:46;;;32973:26;32924:89;-1:-1:-1;;31785:1:46;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:46;;;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:46;32761:14;;;32777:3;32757:24;32753:37;32749:42;32734:58;32719:74;;32606:201;-1:-1:-1;;;;32853:1:46;32837:14;;;32833:22;32820:36;;-1:-1:-1;31828:1295:46:o;33317:184::-;-1:-1:-1;;;33366:1:46;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:46;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:46: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:46;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:46: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:46;;37214:230;-1:-1:-1;37214:230:46: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\":[],\"name\":\"AlreadyRevoked\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"AlreadyRevokedOffchain\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"AlreadyTimestamped\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"DeadlineExpired\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FailedCall\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"needed\",\"type\":\"uint256\"}],\"name\":\"InsufficientBalance\",\"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\":{\"FailedCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}],\"InsufficientBalance(uint256,uint256)\":[{\"details\":\"The ETH balance of the account is not enough to perform the operation.\"}]},\"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\":\"0x4aaaf1c0737dd16e81f0d2b9833c549747a5ede6873bf1444bc72aa572d03e98\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eada27d7668eebaea16c3b890aa1b38ffc53965292e26c96f7c44834623f4710\",\"dweb:/ipfs/QmVSWuLtxyCqNbLyY89ptxkvsk4CLLKDQYigEne5Qj8k1L\"]},\"@openzeppelin/contracts/interfaces/IERC5267.sol\":{\"keccak256\":\"0x92aa1df62dc3d33f1656d63bede0923e0df0b706ad4137c8b10b0a8fe549fd92\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c5c0f29195ad64cbe556da8e257dac8f05f78c53f90323c0d2accf8e6922d33a\",\"dweb:/ipfs/QmQ61TED8uaCZwcbh8KkgRSsCav7x7HbcGHwHts3U4DmUP\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/ShortStrings.sol\":{\"keccak256\":\"0x7d94fa0af099a2172eb01f9c8a8a443cbe7e0e43654841563e4e09968efdb549\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://65e38fb76b6add407d4557753ae83dd1268e8261195dbe5c19a580d5ba6e4e9a\",\"dweb:/ipfs/QmTkGSJtaQrqjcyWM4AgemeEmKgtDydKPPVRajsUJRQSrK\"]},\"@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b\",\"dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x725209b582291bb83058e3078624b53d15a133f7401c30295e7f3704181d2aed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0564ddb19c6d870e27b789d8f985283d815267ad7224883c2d5243c8bacc7dc0\",\"dweb:/ipfs/QmeC953H4sj88ZRFdJNFdmpf7J9SksP1wK4jyMHLo66z49\"]},\"@openzeppelin/contracts/utils/cryptography/ECDSA.sol\":{\"keccak256\":\"0x69f54c02b7d81d505910ec198c11ed4c6a728418a868b906b4a0cf29946fda84\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8e25e4bdb7ae1f21d23bfee996e22736fc0ab44cfabedac82a757b1edc5623b9\",\"dweb:/ipfs/QmQdWQvB6JCP9ZMbzi8EvQ1PTETqkcTWrbcVurS7DKpa5n\"]},\"@openzeppelin/contracts/utils/cryptography/EIP712.sol\":{\"keccak256\":\"0x10eb97d047f8d84fe263a02bb4a656ac6674f6679d74532cc37546289e073a9d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3e41287d40b0c46982f1083d40d32de2761f009c5c51627fe79a7feb0ab1cf5c\",\"dweb:/ipfs/Qme7dbh6HX3ZvUJdbQAcVqXkmyXyfcLiUZRhhon3cU6K8p\"]},\"@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol\":{\"keccak256\":\"0x4515543bc4c78561f6bea83ecfdfc3dead55bd59858287d682045b11de1ae575\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://60601f91440125727244fffd2ba84da7caafecaae0fd887c7ccfec678e02b61e\",\"dweb:/ipfs/QmZnKPBtVDiQS9Dp8gZ4sa3ZeTrWVfqF7yuUd6Y8hwm1Rs\"]},\"@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol\":{\"keccak256\":\"0xbdc3bb48ccedb818cd75a6d74a16df55a822e9f6d3cc54c59f576f10aab67b5f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2284f25f2478f419d7781573b17a89d0e7c5589a865d55e2d6ed5163aee23aa8\",\"dweb:/ipfs/QmNsr2625APBQiNKpYnX5VcSnYgfUHR9Uzzp9pRXjoDqK7\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0xb1970fac7b64e6c09611e6691791e848d5e3fe410fa5899e7df2e0afd77a99e3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db5fbb3dddd8b7047465b62575d96231ba8a2774d37fb4737fbf23340fabbb03\",\"dweb:/ipfs/QmVUSvooZKEdEdap619tcJjTLcAuH6QBdZqAzWwnAXZAWJ\"]}},\"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": "60e0604052348015600f57600080fd5b506001608052600360a052600060c05260805160a05160c05161095b61004b600039600060fe0152600060d50152600060ac015261095b6000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c806354fd4d501461004657806360d7a27814610064578063a2ea7c6e14610085575b600080fd5b61004e6100a5565b60405161005b91906105f1565b60405180910390f35b610077610072366004610620565b610148565b60405190815260200161005b565b6100986100933660046106c1565b6102d4565b60405161005b91906106da565b60606100d07f00000000000000000000000000000000000000000000000000000000000000006103de565b6100f97f00000000000000000000000000000000000000000000000000000000000000006103de565b6101227f00000000000000000000000000000000000000000000000000000000000000006103de565b60405160200161013493929190610726565b604051602081830303815290604052905090565b60008060405180608001604052806000801b8152602001856001600160a01b03168152602001841515815260200187878080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920182905250939094525092935091506101bd90508261047e565b60008181526020819052604090205490915015610206576040517f23369fa600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b808252600081815260208181526040918290208451815590840151600182018054938601511515600160a01b027fffffffffffffffffffffff0000000000000000000000000000000000000000009094166001600160a01b039092169190911792909217909155606083015183919060028201906102849082610824565b50905050336001600160a01b0316817fd0b86852e21f9e5fa4bc3b0cff9757ffe243d50c4b43968a42202153d651ea5e846040516102c291906106da565b60405180910390a39695505050505050565b60408051608081018252600080825260208201819052918101919091526060808201526000828152602081815260409182902082516080810184528154815260018201546001600160a01b03811693820193909352600160a01b90920460ff161515928201929092526002820180549192916060840191906103559061079b565b80601f01602080910402602001604051908101604052809291908181526020018280546103819061079b565b80156103ce5780601f106103a3576101008083540402835291602001916103ce565b820191906000526020600020905b8154815290600101906020018083116103b157829003601f168201915b5050505050815250509050919050565b606060006103eb836104be565b600101905060008167ffffffffffffffff81111561040b5761040b610785565b6040519080825280601f01601f191660200182016040528015610435576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461043f57509392505050565b60008160600151826020015183604001516040516020016104a1939291906108e3565b604051602081830303815290604052805190602001209050919050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008310610507577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef81000000008310610533576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc10000831061055157662386f26fc10000830492506010015b6305f5e1008310610569576305f5e100830492506008015b612710831061057d57612710830492506004015b6064831061058f576064830492506002015b600a831061059b576001015b92915050565b60005b838110156105bc5781810151838201526020016105a4565b50506000910152565b600081518084526105dd8160208601602086016105a1565b601f01601f19169290920160200192915050565b60208152600061060460208301846105c5565b9392505050565b8035801515811461061b57600080fd5b919050565b6000806000806060858703121561063657600080fd5b843567ffffffffffffffff81111561064d57600080fd5b8501601f8101871361065e57600080fd5b803567ffffffffffffffff81111561067557600080fd5b87602082840101111561068757600080fd5b6020918201955093508501356001600160a01b03811681146106a857600080fd5b91506106b66040860161060b565b905092959194509250565b6000602082840312156106d357600080fd5b5035919050565b60208152815160208201526001600160a01b0360208301511660408201526040820151151560608201526000606083015160808084015261071e60a08401826105c5565b949350505050565b600084516107388184602089016105a1565b601760f91b90830190815284516107568160018401602089016105a1565b601760f91b6001929091019182015283516107788160028401602088016105a1565b0160020195945050505050565b634e487b7160e01b600052604160045260246000fd5b600181811c908216806107af57607f821691505b6020821081036107cf57634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561081f57806000526020600020601f840160051c810160208510156107fc5750805b601f840160051c820191505b8181101561081c5760008155600101610808565b50505b505050565b815167ffffffffffffffff81111561083e5761083e610785565b6108528161084c845461079b565b846107d5565b6020601f821160018114610886576000831561086e5750848201515b600019600385901b1c1916600184901b17845561081c565b600084815260208120601f198516915b828110156108b65787850151825560209485019460019092019101610896565b50848210156108d45786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b600084516108f58184602089016105a1565b60609490941b6bffffffffffffffffffffffff19169190930190815290151560f81b60148201526015019291505056fea2646970667358221220e5526f6135bf13f7de1b187e57dc09a592f60609e01020ef4606aee159ec6f6164736f6c634300081a0033", + "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 0xE5 MSTORE PUSH16 0x6135BF13F7DE1B187E57DC09A592F606 MULMOD 0xE0 LT KECCAK256 0xEF CHAINID MOD 0xAE 0xE1 MSIZE 0xEC PUSH16 0x6164736F6C634300081A003300000000 ", + "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_10953": { + "entryPoint": 1214, + "id": 10953, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@register_2484": { + "entryPoint": 328, + "id": 2484, + "parameterSlots": 4, + "returnSlots": 1 + }, + "@toString_8566": { + "entryPoint": 990, + "id": 8566, + "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:46", + "nodeType": "YulBlock", + "src": "0:7267:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "80:184:46", + "nodeType": "YulBlock", + "src": "80:184:46", + "statements": [ + { + "nativeSrc": "90:10:46", + "nodeType": "YulVariableDeclaration", + "src": "90:10:46", + "value": { + "kind": "number", + "nativeSrc": "99:1:46", + "nodeType": "YulLiteral", + "src": "99:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "94:1:46", + "nodeType": "YulTypedName", + "src": "94:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "159:63:46", + "nodeType": "YulBlock", + "src": "159:63:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "184:3:46", + "nodeType": "YulIdentifier", + "src": "184:3:46" + }, + { + "name": "i", + "nativeSrc": "189:1:46", + "nodeType": "YulIdentifier", + "src": "189:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "180:3:46", + "nodeType": "YulIdentifier", + "src": "180:3:46" + }, + "nativeSrc": "180:11:46", + "nodeType": "YulFunctionCall", + "src": "180:11:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "203:3:46", + "nodeType": "YulIdentifier", + "src": "203:3:46" + }, + { + "name": "i", + "nativeSrc": "208:1:46", + "nodeType": "YulIdentifier", + "src": "208:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "199:3:46", + "nodeType": "YulIdentifier", + "src": "199:3:46" + }, + "nativeSrc": "199:11:46", + "nodeType": "YulFunctionCall", + "src": "199:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "193:5:46", + "nodeType": "YulIdentifier", + "src": "193:5:46" + }, + "nativeSrc": "193:18:46", + "nodeType": "YulFunctionCall", + "src": "193:18:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "173:6:46", + "nodeType": "YulIdentifier", + "src": "173:6:46" + }, + "nativeSrc": "173:39:46", + "nodeType": "YulFunctionCall", + "src": "173:39:46" + }, + "nativeSrc": "173:39:46", + "nodeType": "YulExpressionStatement", + "src": "173:39:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "120:1:46", + "nodeType": "YulIdentifier", + "src": "120:1:46" + }, + { + "name": "length", + "nativeSrc": "123:6:46", + "nodeType": "YulIdentifier", + "src": "123:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "117:2:46", + "nodeType": "YulIdentifier", + "src": "117:2:46" + }, + "nativeSrc": "117:13:46", + "nodeType": "YulFunctionCall", + "src": "117:13:46" + }, + "nativeSrc": "109:113:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "131:19:46", + "nodeType": "YulBlock", + "src": "131:19:46", + "statements": [ + { + "nativeSrc": "133:15:46", + "nodeType": "YulAssignment", + "src": "133:15:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "142:1:46", + "nodeType": "YulIdentifier", + "src": "142:1:46" + }, + { + "kind": "number", + "nativeSrc": "145:2:46", + "nodeType": "YulLiteral", + "src": "145:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "138:3:46", + "nodeType": "YulIdentifier", + "src": "138:3:46" + }, + "nativeSrc": "138:10:46", + "nodeType": "YulFunctionCall", + "src": "138:10:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "133:1:46", + "nodeType": "YulIdentifier", + "src": "133:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "113:3:46", + "nodeType": "YulBlock", + "src": "113:3:46", + "statements": [] + }, + "src": "109:113:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "242:3:46", + "nodeType": "YulIdentifier", + "src": "242:3:46" + }, + { + "name": "length", + "nativeSrc": "247:6:46", + "nodeType": "YulIdentifier", + "src": "247:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "238:3:46", + "nodeType": "YulIdentifier", + "src": "238:3:46" + }, + "nativeSrc": "238:16:46", + "nodeType": "YulFunctionCall", + "src": "238:16:46" + }, + { + "kind": "number", + "nativeSrc": "256:1:46", + "nodeType": "YulLiteral", + "src": "256:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "231:6:46", + "nodeType": "YulIdentifier", + "src": "231:6:46" + }, + "nativeSrc": "231:27:46", + "nodeType": "YulFunctionCall", + "src": "231:27:46" + }, + "nativeSrc": "231:27:46", + "nodeType": "YulExpressionStatement", + "src": "231:27:46" + } + ] + }, + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "14:250:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "src", + "nativeSrc": "58:3:46", + "nodeType": "YulTypedName", + "src": "58:3:46", + "type": "" + }, + { + "name": "dst", + "nativeSrc": "63:3:46", + "nodeType": "YulTypedName", + "src": "63:3:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "68:6:46", + "nodeType": "YulTypedName", + "src": "68:6:46", + "type": "" + } + ], + "src": "14:250:46" + }, + { + "body": { + "nativeSrc": "319:221:46", + "nodeType": "YulBlock", + "src": "319:221:46", + "statements": [ + { + "nativeSrc": "329:26:46", + "nodeType": "YulVariableDeclaration", + "src": "329:26:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "349:5:46", + "nodeType": "YulIdentifier", + "src": "349:5:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "343:5:46", + "nodeType": "YulIdentifier", + "src": "343:5:46" + }, + "nativeSrc": "343:12:46", + "nodeType": "YulFunctionCall", + "src": "343:12:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "333:6:46", + "nodeType": "YulTypedName", + "src": "333:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "371:3:46", + "nodeType": "YulIdentifier", + "src": "371:3:46" + }, + { + "name": "length", + "nativeSrc": "376:6:46", + "nodeType": "YulIdentifier", + "src": "376:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "364:6:46", + "nodeType": "YulIdentifier", + "src": "364:6:46" + }, + "nativeSrc": "364:19:46", + "nodeType": "YulFunctionCall", + "src": "364:19:46" + }, + "nativeSrc": "364:19:46", + "nodeType": "YulExpressionStatement", + "src": "364:19:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "431:5:46", + "nodeType": "YulIdentifier", + "src": "431:5:46" + }, + { + "kind": "number", + "nativeSrc": "438:4:46", + "nodeType": "YulLiteral", + "src": "438:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "427:3:46", + "nodeType": "YulIdentifier", + "src": "427:3:46" + }, + "nativeSrc": "427:16:46", + "nodeType": "YulFunctionCall", + "src": "427:16:46" + }, + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "449:3:46", + "nodeType": "YulIdentifier", + "src": "449:3:46" + }, + { + "kind": "number", + "nativeSrc": "454:4:46", + "nodeType": "YulLiteral", + "src": "454:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "445:3:46", + "nodeType": "YulIdentifier", + "src": "445:3:46" + }, + "nativeSrc": "445:14:46", + "nodeType": "YulFunctionCall", + "src": "445:14:46" + }, + { + "name": "length", + "nativeSrc": "461:6:46", + "nodeType": "YulIdentifier", + "src": "461:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "392:34:46", + "nodeType": "YulIdentifier", + "src": "392:34:46" + }, + "nativeSrc": "392:76:46", + "nodeType": "YulFunctionCall", + "src": "392:76:46" + }, + "nativeSrc": "392:76:46", + "nodeType": "YulExpressionStatement", + "src": "392:76:46" + }, + { + "nativeSrc": "477:57:46", + "nodeType": "YulAssignment", + "src": "477:57:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "492:3:46", + "nodeType": "YulIdentifier", + "src": "492:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "505:6:46", + "nodeType": "YulIdentifier", + "src": "505:6:46" + }, + { + "kind": "number", + "nativeSrc": "513:2:46", + "nodeType": "YulLiteral", + "src": "513:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "501:3:46", + "nodeType": "YulIdentifier", + "src": "501:3:46" + }, + "nativeSrc": "501:15:46", + "nodeType": "YulFunctionCall", + "src": "501:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "522:2:46", + "nodeType": "YulLiteral", + "src": "522:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "518:3:46", + "nodeType": "YulIdentifier", + "src": "518:3:46" + }, + "nativeSrc": "518:7:46", + "nodeType": "YulFunctionCall", + "src": "518:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "497:3:46", + "nodeType": "YulIdentifier", + "src": "497:3:46" + }, + "nativeSrc": "497:29:46", + "nodeType": "YulFunctionCall", + "src": "497:29:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "488:3:46", + "nodeType": "YulIdentifier", + "src": "488:3:46" + }, + "nativeSrc": "488:39:46", + "nodeType": "YulFunctionCall", + "src": "488:39:46" + }, + { + "kind": "number", + "nativeSrc": "529:4:46", + "nodeType": "YulLiteral", + "src": "529:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "484:3:46", + "nodeType": "YulIdentifier", + "src": "484:3:46" + }, + "nativeSrc": "484:50:46", + "nodeType": "YulFunctionCall", + "src": "484:50:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "477:3:46", + "nodeType": "YulIdentifier", + "src": "477:3:46" + } + ] + } + ] + }, + "name": "abi_encode_string", + "nativeSrc": "269:271:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "296:5:46", + "nodeType": "YulTypedName", + "src": "296:5:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "303:3:46", + "nodeType": "YulTypedName", + "src": "303:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "311:3:46", + "nodeType": "YulTypedName", + "src": "311:3:46", + "type": "" + } + ], + "src": "269:271:46" + }, + { + "body": { + "nativeSrc": "666:99:46", + "nodeType": "YulBlock", + "src": "666:99:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "683:9:46", + "nodeType": "YulIdentifier", + "src": "683:9:46" + }, + { + "kind": "number", + "nativeSrc": "694:2:46", + "nodeType": "YulLiteral", + "src": "694:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "676:6:46", + "nodeType": "YulIdentifier", + "src": "676:6:46" + }, + "nativeSrc": "676:21:46", + "nodeType": "YulFunctionCall", + "src": "676:21:46" + }, + "nativeSrc": "676:21:46", + "nodeType": "YulExpressionStatement", + "src": "676:21:46" + }, + { + "nativeSrc": "706:53:46", + "nodeType": "YulAssignment", + "src": "706:53:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "732:6:46", + "nodeType": "YulIdentifier", + "src": "732:6:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "744:9:46", + "nodeType": "YulIdentifier", + "src": "744:9:46" + }, + { + "kind": "number", + "nativeSrc": "755:2:46", + "nodeType": "YulLiteral", + "src": "755:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "740:3:46", + "nodeType": "YulIdentifier", + "src": "740:3:46" + }, + "nativeSrc": "740:18:46", + "nodeType": "YulFunctionCall", + "src": "740:18:46" + } + ], + "functionName": { + "name": "abi_encode_string", + "nativeSrc": "714:17:46", + "nodeType": "YulIdentifier", + "src": "714:17:46" + }, + "nativeSrc": "714:45:46", + "nodeType": "YulFunctionCall", + "src": "714:45:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "706:4:46", + "nodeType": "YulIdentifier", + "src": "706:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed", + "nativeSrc": "545:220:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "635:9:46", + "nodeType": "YulTypedName", + "src": "635:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "646:6:46", + "nodeType": "YulTypedName", + "src": "646:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "657:4:46", + "nodeType": "YulTypedName", + "src": "657:4:46", + "type": "" + } + ], + "src": "545:220:46" + }, + { + "body": { + "nativeSrc": "816:114:46", + "nodeType": "YulBlock", + "src": "816:114:46", + "statements": [ + { + "nativeSrc": "826:29:46", + "nodeType": "YulAssignment", + "src": "826:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "848:6:46", + "nodeType": "YulIdentifier", + "src": "848:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "835:12:46", + "nodeType": "YulIdentifier", + "src": "835:12:46" + }, + "nativeSrc": "835:20:46", + "nodeType": "YulFunctionCall", + "src": "835:20:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "826:5:46", + "nodeType": "YulIdentifier", + "src": "826:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "908:16:46", + "nodeType": "YulBlock", + "src": "908:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "917:1:46", + "nodeType": "YulLiteral", + "src": "917:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "920:1:46", + "nodeType": "YulLiteral", + "src": "920:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "910:6:46", + "nodeType": "YulIdentifier", + "src": "910:6:46" + }, + "nativeSrc": "910:12:46", + "nodeType": "YulFunctionCall", + "src": "910:12:46" + }, + "nativeSrc": "910:12:46", + "nodeType": "YulExpressionStatement", + "src": "910:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "877:5:46", + "nodeType": "YulIdentifier", + "src": "877:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "898:5:46", + "nodeType": "YulIdentifier", + "src": "898:5:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "891:6:46", + "nodeType": "YulIdentifier", + "src": "891:6:46" + }, + "nativeSrc": "891:13:46", + "nodeType": "YulFunctionCall", + "src": "891:13:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "884:6:46", + "nodeType": "YulIdentifier", + "src": "884:6:46" + }, + "nativeSrc": "884:21:46", + "nodeType": "YulFunctionCall", + "src": "884:21:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "874:2:46", + "nodeType": "YulIdentifier", + "src": "874:2:46" + }, + "nativeSrc": "874:32:46", + "nodeType": "YulFunctionCall", + "src": "874:32:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "867:6:46", + "nodeType": "YulIdentifier", + "src": "867:6:46" + }, + "nativeSrc": "867:40:46", + "nodeType": "YulFunctionCall", + "src": "867:40:46" + }, + "nativeSrc": "864:60:46", + "nodeType": "YulIf", + "src": "864:60:46" + } + ] + }, + "name": "abi_decode_bool", + "nativeSrc": "770:160:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "795:6:46", + "nodeType": "YulTypedName", + "src": "795:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "806:5:46", + "nodeType": "YulTypedName", + "src": "806:5:46", + "type": "" + } + ], + "src": "770:160:46" + }, + { + "body": { + "nativeSrc": "1080:737:46", + "nodeType": "YulBlock", + "src": "1080:737:46", + "statements": [ + { + "body": { + "nativeSrc": "1126:16:46", + "nodeType": "YulBlock", + "src": "1126:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1135:1:46", + "nodeType": "YulLiteral", + "src": "1135:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1138:1:46", + "nodeType": "YulLiteral", + "src": "1138:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1128:6:46", + "nodeType": "YulIdentifier", + "src": "1128:6:46" + }, + "nativeSrc": "1128:12:46", + "nodeType": "YulFunctionCall", + "src": "1128:12:46" + }, + "nativeSrc": "1128:12:46", + "nodeType": "YulExpressionStatement", + "src": "1128:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "1101:7:46", + "nodeType": "YulIdentifier", + "src": "1101:7:46" + }, + { + "name": "headStart", + "nativeSrc": "1110:9:46", + "nodeType": "YulIdentifier", + "src": "1110:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "1097:3:46", + "nodeType": "YulIdentifier", + "src": "1097:3:46" + }, + "nativeSrc": "1097:23:46", + "nodeType": "YulFunctionCall", + "src": "1097:23:46" + }, + { + "kind": "number", + "nativeSrc": "1122:2:46", + "nodeType": "YulLiteral", + "src": "1122:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "1093:3:46", + "nodeType": "YulIdentifier", + "src": "1093:3:46" + }, + "nativeSrc": "1093:32:46", + "nodeType": "YulFunctionCall", + "src": "1093:32:46" + }, + "nativeSrc": "1090:52:46", + "nodeType": "YulIf", + "src": "1090:52:46" + }, + { + "nativeSrc": "1151:37:46", + "nodeType": "YulVariableDeclaration", + "src": "1151:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1178:9:46", + "nodeType": "YulIdentifier", + "src": "1178:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "1165:12:46", + "nodeType": "YulIdentifier", + "src": "1165:12:46" + }, + "nativeSrc": "1165:23:46", + "nodeType": "YulFunctionCall", + "src": "1165:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "1155:6:46", + "nodeType": "YulTypedName", + "src": "1155:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1231:16:46", + "nodeType": "YulBlock", + "src": "1231:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1240:1:46", + "nodeType": "YulLiteral", + "src": "1240:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1243:1:46", + "nodeType": "YulLiteral", + "src": "1243:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1233:6:46", + "nodeType": "YulIdentifier", + "src": "1233:6:46" + }, + "nativeSrc": "1233:12:46", + "nodeType": "YulFunctionCall", + "src": "1233:12:46" + }, + "nativeSrc": "1233:12:46", + "nodeType": "YulExpressionStatement", + "src": "1233:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "1203:6:46", + "nodeType": "YulIdentifier", + "src": "1203:6:46" + }, + { + "kind": "number", + "nativeSrc": "1211:18:46", + "nodeType": "YulLiteral", + "src": "1211:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1200:2:46", + "nodeType": "YulIdentifier", + "src": "1200:2:46" + }, + "nativeSrc": "1200:30:46", + "nodeType": "YulFunctionCall", + "src": "1200:30:46" + }, + "nativeSrc": "1197:50:46", + "nodeType": "YulIf", + "src": "1197:50:46" + }, + { + "nativeSrc": "1256:32:46", + "nodeType": "YulVariableDeclaration", + "src": "1256:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1270:9:46", + "nodeType": "YulIdentifier", + "src": "1270:9:46" + }, + { + "name": "offset", + "nativeSrc": "1281:6:46", + "nodeType": "YulIdentifier", + "src": "1281:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1266:3:46", + "nodeType": "YulIdentifier", + "src": "1266:3:46" + }, + "nativeSrc": "1266:22:46", + "nodeType": "YulFunctionCall", + "src": "1266:22:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "1260:2:46", + "nodeType": "YulTypedName", + "src": "1260:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1336:16:46", + "nodeType": "YulBlock", + "src": "1336:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1345:1:46", + "nodeType": "YulLiteral", + "src": "1345:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1348:1:46", + "nodeType": "YulLiteral", + "src": "1348:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1338:6:46", + "nodeType": "YulIdentifier", + "src": "1338:6:46" + }, + "nativeSrc": "1338:12:46", + "nodeType": "YulFunctionCall", + "src": "1338:12:46" + }, + "nativeSrc": "1338:12:46", + "nodeType": "YulExpressionStatement", + "src": "1338:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "1315:2:46", + "nodeType": "YulIdentifier", + "src": "1315:2:46" + }, + { + "kind": "number", + "nativeSrc": "1319:4:46", + "nodeType": "YulLiteral", + "src": "1319:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1311:3:46", + "nodeType": "YulIdentifier", + "src": "1311:3:46" + }, + "nativeSrc": "1311:13:46", + "nodeType": "YulFunctionCall", + "src": "1311:13:46" + }, + { + "name": "dataEnd", + "nativeSrc": "1326:7:46", + "nodeType": "YulIdentifier", + "src": "1326:7:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "1307:3:46", + "nodeType": "YulIdentifier", + "src": "1307:3:46" + }, + "nativeSrc": "1307:27:46", + "nodeType": "YulFunctionCall", + "src": "1307:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "1300:6:46", + "nodeType": "YulIdentifier", + "src": "1300:6:46" + }, + "nativeSrc": "1300:35:46", + "nodeType": "YulFunctionCall", + "src": "1300:35:46" + }, + "nativeSrc": "1297:55:46", + "nodeType": "YulIf", + "src": "1297:55:46" + }, + { + "nativeSrc": "1361:30:46", + "nodeType": "YulVariableDeclaration", + "src": "1361:30:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "1388:2:46", + "nodeType": "YulIdentifier", + "src": "1388:2:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "1375:12:46", + "nodeType": "YulIdentifier", + "src": "1375:12:46" + }, + "nativeSrc": "1375:16:46", + "nodeType": "YulFunctionCall", + "src": "1375:16:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "1365:6:46", + "nodeType": "YulTypedName", + "src": "1365:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1434:16:46", + "nodeType": "YulBlock", + "src": "1434:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1443:1:46", + "nodeType": "YulLiteral", + "src": "1443:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1446:1:46", + "nodeType": "YulLiteral", + "src": "1446:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1436:6:46", + "nodeType": "YulIdentifier", + "src": "1436:6:46" + }, + "nativeSrc": "1436:12:46", + "nodeType": "YulFunctionCall", + "src": "1436:12:46" + }, + "nativeSrc": "1436:12:46", + "nodeType": "YulExpressionStatement", + "src": "1436:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "1406:6:46", + "nodeType": "YulIdentifier", + "src": "1406:6:46" + }, + { + "kind": "number", + "nativeSrc": "1414:18:46", + "nodeType": "YulLiteral", + "src": "1414:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1403:2:46", + "nodeType": "YulIdentifier", + "src": "1403:2:46" + }, + "nativeSrc": "1403:30:46", + "nodeType": "YulFunctionCall", + "src": "1403:30:46" + }, + "nativeSrc": "1400:50:46", + "nodeType": "YulIf", + "src": "1400:50:46" + }, + { + "body": { + "nativeSrc": "1502:16:46", + "nodeType": "YulBlock", + "src": "1502:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1511:1:46", + "nodeType": "YulLiteral", + "src": "1511:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1514:1:46", + "nodeType": "YulLiteral", + "src": "1514:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1504:6:46", + "nodeType": "YulIdentifier", + "src": "1504:6:46" + }, + "nativeSrc": "1504:12:46", + "nodeType": "YulFunctionCall", + "src": "1504:12:46" + }, + "nativeSrc": "1504:12:46", + "nodeType": "YulExpressionStatement", + "src": "1504:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "1473:2:46", + "nodeType": "YulIdentifier", + "src": "1473:2:46" + }, + { + "name": "length", + "nativeSrc": "1477:6:46", + "nodeType": "YulIdentifier", + "src": "1477:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1469:3:46", + "nodeType": "YulIdentifier", + "src": "1469:3:46" + }, + "nativeSrc": "1469:15:46", + "nodeType": "YulFunctionCall", + "src": "1469:15:46" + }, + { + "kind": "number", + "nativeSrc": "1486:4:46", + "nodeType": "YulLiteral", + "src": "1486:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1465:3:46", + "nodeType": "YulIdentifier", + "src": "1465:3:46" + }, + "nativeSrc": "1465:26:46", + "nodeType": "YulFunctionCall", + "src": "1465:26:46" + }, + { + "name": "dataEnd", + "nativeSrc": "1493:7:46", + "nodeType": "YulIdentifier", + "src": "1493:7:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1462:2:46", + "nodeType": "YulIdentifier", + "src": "1462:2:46" + }, + "nativeSrc": "1462:39:46", + "nodeType": "YulFunctionCall", + "src": "1462:39:46" + }, + "nativeSrc": "1459:59:46", + "nodeType": "YulIf", + "src": "1459:59:46" + }, + { + "nativeSrc": "1527:23:46", + "nodeType": "YulAssignment", + "src": "1527:23:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "1541:2:46", + "nodeType": "YulIdentifier", + "src": "1541:2:46" + }, + { + "kind": "number", + "nativeSrc": "1545:4:46", + "nodeType": "YulLiteral", + "src": "1545:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1537:3:46", + "nodeType": "YulIdentifier", + "src": "1537:3:46" + }, + "nativeSrc": "1537:13:46", + "nodeType": "YulFunctionCall", + "src": "1537:13:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "1527:6:46", + "nodeType": "YulIdentifier", + "src": "1527:6:46" + } + ] + }, + { + "nativeSrc": "1559:16:46", + "nodeType": "YulAssignment", + "src": "1559:16:46", + "value": { + "name": "length", + "nativeSrc": "1569:6:46", + "nodeType": "YulIdentifier", + "src": "1569:6:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "1559:6:46", + "nodeType": "YulIdentifier", + "src": "1559:6:46" + } + ] + }, + { + "nativeSrc": "1584:47:46", + "nodeType": "YulVariableDeclaration", + "src": "1584:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1614:9:46", + "nodeType": "YulIdentifier", + "src": "1614:9:46" + }, + { + "kind": "number", + "nativeSrc": "1625:4:46", + "nodeType": "YulLiteral", + "src": "1625:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1610:3:46", + "nodeType": "YulIdentifier", + "src": "1610:3:46" + }, + "nativeSrc": "1610:20:46", + "nodeType": "YulFunctionCall", + "src": "1610:20:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "1597:12:46", + "nodeType": "YulIdentifier", + "src": "1597:12:46" + }, + "nativeSrc": "1597:34:46", + "nodeType": "YulFunctionCall", + "src": "1597:34:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "1588:5:46", + "nodeType": "YulTypedName", + "src": "1588:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1717:16:46", + "nodeType": "YulBlock", + "src": "1717:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1726:1:46", + "nodeType": "YulLiteral", + "src": "1726:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1729:1:46", + "nodeType": "YulLiteral", + "src": "1729:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1719:6:46", + "nodeType": "YulIdentifier", + "src": "1719:6:46" + }, + "nativeSrc": "1719:12:46", + "nodeType": "YulFunctionCall", + "src": "1719:12:46" + }, + "nativeSrc": "1719:12:46", + "nodeType": "YulExpressionStatement", + "src": "1719:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "1653:5:46", + "nodeType": "YulIdentifier", + "src": "1653:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "1664:5:46", + "nodeType": "YulIdentifier", + "src": "1664:5:46" + }, + { + "kind": "number", + "nativeSrc": "1671:42:46", + "nodeType": "YulLiteral", + "src": "1671:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1660:3:46", + "nodeType": "YulIdentifier", + "src": "1660:3:46" + }, + "nativeSrc": "1660:54:46", + "nodeType": "YulFunctionCall", + "src": "1660:54:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "1650:2:46", + "nodeType": "YulIdentifier", + "src": "1650:2:46" + }, + "nativeSrc": "1650:65:46", + "nodeType": "YulFunctionCall", + "src": "1650:65:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "1643:6:46", + "nodeType": "YulIdentifier", + "src": "1643:6:46" + }, + "nativeSrc": "1643:73:46", + "nodeType": "YulFunctionCall", + "src": "1643:73:46" + }, + "nativeSrc": "1640:93:46", + "nodeType": "YulIf", + "src": "1640:93:46" + }, + { + "nativeSrc": "1742:15:46", + "nodeType": "YulAssignment", + "src": "1742:15:46", + "value": { + "name": "value", + "nativeSrc": "1752:5:46", + "nodeType": "YulIdentifier", + "src": "1752:5:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "1742:6:46", + "nodeType": "YulIdentifier", + "src": "1742:6:46" + } + ] + }, + { + "nativeSrc": "1766:45:46", + "nodeType": "YulAssignment", + "src": "1766:45:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1796:9:46", + "nodeType": "YulIdentifier", + "src": "1796:9:46" + }, + { + "kind": "number", + "nativeSrc": "1807:2:46", + "nodeType": "YulLiteral", + "src": "1807:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1792:3:46", + "nodeType": "YulIdentifier", + "src": "1792:3:46" + }, + "nativeSrc": "1792:18:46", + "nodeType": "YulFunctionCall", + "src": "1792:18:46" + } + ], + "functionName": { + "name": "abi_decode_bool", + "nativeSrc": "1776:15:46", + "nodeType": "YulIdentifier", + "src": "1776:15:46" + }, + "nativeSrc": "1776:35:46", + "nodeType": "YulFunctionCall", + "src": "1776:35:46" + }, + "variableNames": [ + { + "name": "value3", + "nativeSrc": "1766:6:46", + "nodeType": "YulIdentifier", + "src": "1766:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_string_calldata_ptrt_contract$_ISchemaResolver_$3834t_bool", + "nativeSrc": "935:882:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1022:9:46", + "nodeType": "YulTypedName", + "src": "1022:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "1033:7:46", + "nodeType": "YulTypedName", + "src": "1033:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "1045:6:46", + "nodeType": "YulTypedName", + "src": "1045:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "1053:6:46", + "nodeType": "YulTypedName", + "src": "1053:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "1061:6:46", + "nodeType": "YulTypedName", + "src": "1061:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "1069:6:46", + "nodeType": "YulTypedName", + "src": "1069:6:46", + "type": "" + } + ], + "src": "935:882:46" + }, + { + "body": { + "nativeSrc": "1923:76:46", + "nodeType": "YulBlock", + "src": "1923:76:46", + "statements": [ + { + "nativeSrc": "1933:26:46", + "nodeType": "YulAssignment", + "src": "1933:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1945:9:46", + "nodeType": "YulIdentifier", + "src": "1945:9:46" + }, + { + "kind": "number", + "nativeSrc": "1956:2:46", + "nodeType": "YulLiteral", + "src": "1956:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1941:3:46", + "nodeType": "YulIdentifier", + "src": "1941:3:46" + }, + "nativeSrc": "1941:18:46", + "nodeType": "YulFunctionCall", + "src": "1941:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "1933:4:46", + "nodeType": "YulIdentifier", + "src": "1933:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1975:9:46", + "nodeType": "YulIdentifier", + "src": "1975:9:46" + }, + { + "name": "value0", + "nativeSrc": "1986:6:46", + "nodeType": "YulIdentifier", + "src": "1986:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1968:6:46", + "nodeType": "YulIdentifier", + "src": "1968:6:46" + }, + "nativeSrc": "1968:25:46", + "nodeType": "YulFunctionCall", + "src": "1968:25:46" + }, + "nativeSrc": "1968:25:46", + "nodeType": "YulExpressionStatement", + "src": "1968:25:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", + "nativeSrc": "1822:177:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1892:9:46", + "nodeType": "YulTypedName", + "src": "1892:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1903:6:46", + "nodeType": "YulTypedName", + "src": "1903:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "1914:4:46", + "nodeType": "YulTypedName", + "src": "1914:4:46", + "type": "" + } + ], + "src": "1822:177:46" + }, + { + "body": { + "nativeSrc": "2074:110:46", + "nodeType": "YulBlock", + "src": "2074:110:46", + "statements": [ + { + "body": { + "nativeSrc": "2120:16:46", + "nodeType": "YulBlock", + "src": "2120:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2129:1:46", + "nodeType": "YulLiteral", + "src": "2129:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2132:1:46", + "nodeType": "YulLiteral", + "src": "2132:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2122:6:46", + "nodeType": "YulIdentifier", + "src": "2122:6:46" + }, + "nativeSrc": "2122:12:46", + "nodeType": "YulFunctionCall", + "src": "2122:12:46" + }, + "nativeSrc": "2122:12:46", + "nodeType": "YulExpressionStatement", + "src": "2122:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "2095:7:46", + "nodeType": "YulIdentifier", + "src": "2095:7:46" + }, + { + "name": "headStart", + "nativeSrc": "2104:9:46", + "nodeType": "YulIdentifier", + "src": "2104:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "2091:3:46", + "nodeType": "YulIdentifier", + "src": "2091:3:46" + }, + "nativeSrc": "2091:23:46", + "nodeType": "YulFunctionCall", + "src": "2091:23:46" + }, + { + "kind": "number", + "nativeSrc": "2116:2:46", + "nodeType": "YulLiteral", + "src": "2116:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "2087:3:46", + "nodeType": "YulIdentifier", + "src": "2087:3:46" + }, + "nativeSrc": "2087:32:46", + "nodeType": "YulFunctionCall", + "src": "2087:32:46" + }, + "nativeSrc": "2084:52:46", + "nodeType": "YulIf", + "src": "2084:52:46" + }, + { + "nativeSrc": "2145:33:46", + "nodeType": "YulAssignment", + "src": "2145:33:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2168:9:46", + "nodeType": "YulIdentifier", + "src": "2168:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2155:12:46", + "nodeType": "YulIdentifier", + "src": "2155:12:46" + }, + "nativeSrc": "2155:23:46", + "nodeType": "YulFunctionCall", + "src": "2155:23:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "2145:6:46", + "nodeType": "YulIdentifier", + "src": "2145:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes32", + "nativeSrc": "2004:180:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2040:9:46", + "nodeType": "YulTypedName", + "src": "2040:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "2051:7:46", + "nodeType": "YulTypedName", + "src": "2051:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "2063:6:46", + "nodeType": "YulTypedName", + "src": "2063:6:46", + "type": "" + } + ], + "src": "2004:180:46" + }, + { + "body": { + "nativeSrc": "2350:433:46", + "nodeType": "YulBlock", + "src": "2350:433:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2367:9:46", + "nodeType": "YulIdentifier", + "src": "2367:9:46" + }, + { + "kind": "number", + "nativeSrc": "2378:2:46", + "nodeType": "YulLiteral", + "src": "2378:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2360:6:46", + "nodeType": "YulIdentifier", + "src": "2360:6:46" + }, + "nativeSrc": "2360:21:46", + "nodeType": "YulFunctionCall", + "src": "2360:21:46" + }, + "nativeSrc": "2360:21:46", + "nodeType": "YulExpressionStatement", + "src": "2360:21:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2401:9:46", + "nodeType": "YulIdentifier", + "src": "2401:9:46" + }, + { + "kind": "number", + "nativeSrc": "2412:2:46", + "nodeType": "YulLiteral", + "src": "2412:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2397:3:46", + "nodeType": "YulIdentifier", + "src": "2397:3:46" + }, + "nativeSrc": "2397:18:46", + "nodeType": "YulFunctionCall", + "src": "2397:18:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "2423:6:46", + "nodeType": "YulIdentifier", + "src": "2423:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2417:5:46", + "nodeType": "YulIdentifier", + "src": "2417:5:46" + }, + "nativeSrc": "2417:13:46", + "nodeType": "YulFunctionCall", + "src": "2417:13:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2390:6:46", + "nodeType": "YulIdentifier", + "src": "2390:6:46" + }, + "nativeSrc": "2390:41:46", + "nodeType": "YulFunctionCall", + "src": "2390:41:46" + }, + "nativeSrc": "2390:41:46", + "nodeType": "YulExpressionStatement", + "src": "2390:41:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2451:9:46", + "nodeType": "YulIdentifier", + "src": "2451:9:46" + }, + { + "kind": "number", + "nativeSrc": "2462:2:46", + "nodeType": "YulLiteral", + "src": "2462:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2447:3:46", + "nodeType": "YulIdentifier", + "src": "2447:3:46" + }, + "nativeSrc": "2447:18:46", + "nodeType": "YulFunctionCall", + "src": "2447:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "2481:6:46", + "nodeType": "YulIdentifier", + "src": "2481:6:46" + }, + { + "kind": "number", + "nativeSrc": "2489:2:46", + "nodeType": "YulLiteral", + "src": "2489:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2477:3:46", + "nodeType": "YulIdentifier", + "src": "2477:3:46" + }, + "nativeSrc": "2477:15:46", + "nodeType": "YulFunctionCall", + "src": "2477:15:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2471:5:46", + "nodeType": "YulIdentifier", + "src": "2471:5:46" + }, + "nativeSrc": "2471:22:46", + "nodeType": "YulFunctionCall", + "src": "2471:22:46" + }, + { + "kind": "number", + "nativeSrc": "2495:42:46", + "nodeType": "YulLiteral", + "src": "2495:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2467:3:46", + "nodeType": "YulIdentifier", + "src": "2467:3:46" + }, + "nativeSrc": "2467:71:46", + "nodeType": "YulFunctionCall", + "src": "2467:71:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2440:6:46", + "nodeType": "YulIdentifier", + "src": "2440:6:46" + }, + "nativeSrc": "2440:99:46", + "nodeType": "YulFunctionCall", + "src": "2440:99:46" + }, + "nativeSrc": "2440:99:46", + "nodeType": "YulExpressionStatement", + "src": "2440:99:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2559:9:46", + "nodeType": "YulIdentifier", + "src": "2559:9:46" + }, + { + "kind": "number", + "nativeSrc": "2570:2:46", + "nodeType": "YulLiteral", + "src": "2570:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2555:3:46", + "nodeType": "YulIdentifier", + "src": "2555:3:46" + }, + "nativeSrc": "2555:18:46", + "nodeType": "YulFunctionCall", + "src": "2555:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "2599:6:46", + "nodeType": "YulIdentifier", + "src": "2599:6:46" + }, + { + "kind": "number", + "nativeSrc": "2607:2:46", + "nodeType": "YulLiteral", + "src": "2607:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2595:3:46", + "nodeType": "YulIdentifier", + "src": "2595:3:46" + }, + "nativeSrc": "2595:15:46", + "nodeType": "YulFunctionCall", + "src": "2595:15:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2589:5:46", + "nodeType": "YulIdentifier", + "src": "2589:5:46" + }, + "nativeSrc": "2589:22:46", + "nodeType": "YulFunctionCall", + "src": "2589:22:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2582:6:46", + "nodeType": "YulIdentifier", + "src": "2582:6:46" + }, + "nativeSrc": "2582:30:46", + "nodeType": "YulFunctionCall", + "src": "2582:30:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2575:6:46", + "nodeType": "YulIdentifier", + "src": "2575:6:46" + }, + "nativeSrc": "2575:38:46", + "nodeType": "YulFunctionCall", + "src": "2575:38:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2548:6:46", + "nodeType": "YulIdentifier", + "src": "2548:6:46" + }, + "nativeSrc": "2548:66:46", + "nodeType": "YulFunctionCall", + "src": "2548:66:46" + }, + "nativeSrc": "2548:66:46", + "nodeType": "YulExpressionStatement", + "src": "2548:66:46" + }, + { + "nativeSrc": "2623:42:46", + "nodeType": "YulVariableDeclaration", + "src": "2623:42:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "2653:6:46", + "nodeType": "YulIdentifier", + "src": "2653:6:46" + }, + { + "kind": "number", + "nativeSrc": "2661:2:46", + "nodeType": "YulLiteral", + "src": "2661:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2649:3:46", + "nodeType": "YulIdentifier", + "src": "2649:3:46" + }, + "nativeSrc": "2649:15:46", + "nodeType": "YulFunctionCall", + "src": "2649:15:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2643:5:46", + "nodeType": "YulIdentifier", + "src": "2643:5:46" + }, + "nativeSrc": "2643:22:46", + "nodeType": "YulFunctionCall", + "src": "2643:22:46" + }, + "variables": [ + { + "name": "memberValue0", + "nativeSrc": "2627:12:46", + "nodeType": "YulTypedName", + "src": "2627:12:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2685:9:46", + "nodeType": "YulIdentifier", + "src": "2685:9:46" + }, + { + "kind": "number", + "nativeSrc": "2696:4:46", + "nodeType": "YulLiteral", + "src": "2696:4:46", + "type": "", + "value": "0x80" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2681:3:46", + "nodeType": "YulIdentifier", + "src": "2681:3:46" + }, + "nativeSrc": "2681:20:46", + "nodeType": "YulFunctionCall", + "src": "2681:20:46" + }, + { + "kind": "number", + "nativeSrc": "2703:4:46", + "nodeType": "YulLiteral", + "src": "2703:4:46", + "type": "", + "value": "0x80" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2674:6:46", + "nodeType": "YulIdentifier", + "src": "2674:6:46" + }, + "nativeSrc": "2674:34:46", + "nodeType": "YulFunctionCall", + "src": "2674:34:46" + }, + "nativeSrc": "2674:34:46", + "nodeType": "YulExpressionStatement", + "src": "2674:34:46" + }, + { + "nativeSrc": "2717:60:46", + "nodeType": "YulAssignment", + "src": "2717:60:46", + "value": { + "arguments": [ + { + "name": "memberValue0", + "nativeSrc": "2743:12:46", + "nodeType": "YulIdentifier", + "src": "2743:12:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2761:9:46", + "nodeType": "YulIdentifier", + "src": "2761:9:46" + }, + { + "kind": "number", + "nativeSrc": "2772:3:46", + "nodeType": "YulLiteral", + "src": "2772:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2757:3:46", + "nodeType": "YulIdentifier", + "src": "2757:3:46" + }, + "nativeSrc": "2757:19:46", + "nodeType": "YulFunctionCall", + "src": "2757:19:46" + } + ], + "functionName": { + "name": "abi_encode_string", + "nativeSrc": "2725:17:46", + "nodeType": "YulIdentifier", + "src": "2725:17:46" + }, + "nativeSrc": "2725:52:46", + "nodeType": "YulFunctionCall", + "src": "2725:52:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "2717:4:46", + "nodeType": "YulIdentifier", + "src": "2717:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_struct$_SchemaRecord_$2343_memory_ptr__to_t_struct$_SchemaRecord_$2343_memory_ptr__fromStack_reversed", + "nativeSrc": "2189:594:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2319:9:46", + "nodeType": "YulTypedName", + "src": "2319:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "2330:6:46", + "nodeType": "YulTypedName", + "src": "2330:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "2341:4:46", + "nodeType": "YulTypedName", + "src": "2341:4:46", + "type": "" + } + ], + "src": "2189:594:46" + }, + { + "body": { + "nativeSrc": "3225:550:46", + "nodeType": "YulBlock", + "src": "3225:550:46", + "statements": [ + { + "nativeSrc": "3235:27:46", + "nodeType": "YulVariableDeclaration", + "src": "3235:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "3255:6:46", + "nodeType": "YulIdentifier", + "src": "3255:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "3249:5:46", + "nodeType": "YulIdentifier", + "src": "3249:5:46" + }, + "nativeSrc": "3249:13:46", + "nodeType": "YulFunctionCall", + "src": "3249:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "3239:6:46", + "nodeType": "YulTypedName", + "src": "3239:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "3310:6:46", + "nodeType": "YulIdentifier", + "src": "3310:6:46" + }, + { + "kind": "number", + "nativeSrc": "3318:4:46", + "nodeType": "YulLiteral", + "src": "3318:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3306:3:46", + "nodeType": "YulIdentifier", + "src": "3306:3:46" + }, + "nativeSrc": "3306:17:46", + "nodeType": "YulFunctionCall", + "src": "3306:17:46" + }, + { + "name": "pos", + "nativeSrc": "3325:3:46", + "nodeType": "YulIdentifier", + "src": "3325:3:46" + }, + { + "name": "length", + "nativeSrc": "3330:6:46", + "nodeType": "YulIdentifier", + "src": "3330:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "3271:34:46", + "nodeType": "YulIdentifier", + "src": "3271:34:46" + }, + "nativeSrc": "3271:66:46", + "nodeType": "YulFunctionCall", + "src": "3271:66:46" + }, + "nativeSrc": "3271:66:46", + "nodeType": "YulExpressionStatement", + "src": "3271:66:46" + }, + { + "nativeSrc": "3346:29:46", + "nodeType": "YulVariableDeclaration", + "src": "3346:29:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "3363:3:46", + "nodeType": "YulIdentifier", + "src": "3363:3:46" + }, + { + "name": "length", + "nativeSrc": "3368:6:46", + "nodeType": "YulIdentifier", + "src": "3368:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3359:3:46", + "nodeType": "YulIdentifier", + "src": "3359:3:46" + }, + "nativeSrc": "3359:16:46", + "nodeType": "YulFunctionCall", + "src": "3359:16:46" + }, + "variables": [ + { + "name": "end_1", + "nativeSrc": "3350:5:46", + "nodeType": "YulTypedName", + "src": "3350:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "3391:5:46", + "nodeType": "YulIdentifier", + "src": "3391:5:46" + }, + { + "hexValue": "2e", + "kind": "string", + "nativeSrc": "3398:3:46", + "nodeType": "YulLiteral", + "src": "3398:3:46", + "type": "", + "value": "." + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3384:6:46", + "nodeType": "YulIdentifier", + "src": "3384:6:46" + }, + "nativeSrc": "3384:18:46", + "nodeType": "YulFunctionCall", + "src": "3384:18:46" + }, + "nativeSrc": "3384:18:46", + "nodeType": "YulExpressionStatement", + "src": "3384:18:46" + }, + { + "nativeSrc": "3411:29:46", + "nodeType": "YulVariableDeclaration", + "src": "3411:29:46", + "value": { + "arguments": [ + { + "name": "value1", + "nativeSrc": "3433:6:46", + "nodeType": "YulIdentifier", + "src": "3433:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "3427:5:46", + "nodeType": "YulIdentifier", + "src": "3427:5:46" + }, + "nativeSrc": "3427:13:46", + "nodeType": "YulFunctionCall", + "src": "3427:13:46" + }, + "variables": [ + { + "name": "length_1", + "nativeSrc": "3415:8:46", + "nodeType": "YulTypedName", + "src": "3415:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "3488:6:46", + "nodeType": "YulIdentifier", + "src": "3488:6:46" + }, + { + "kind": "number", + "nativeSrc": "3496:4:46", + "nodeType": "YulLiteral", + "src": "3496:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3484:3:46", + "nodeType": "YulIdentifier", + "src": "3484:3:46" + }, + "nativeSrc": "3484:17:46", + "nodeType": "YulFunctionCall", + "src": "3484:17:46" + }, + { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "3507:5:46", + "nodeType": "YulIdentifier", + "src": "3507:5:46" + }, + { + "kind": "number", + "nativeSrc": "3514:1:46", + "nodeType": "YulLiteral", + "src": "3514:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3503:3:46", + "nodeType": "YulIdentifier", + "src": "3503:3:46" + }, + "nativeSrc": "3503:13:46", + "nodeType": "YulFunctionCall", + "src": "3503:13:46" + }, + { + "name": "length_1", + "nativeSrc": "3518:8:46", + "nodeType": "YulIdentifier", + "src": "3518:8:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "3449:34:46", + "nodeType": "YulIdentifier", + "src": "3449:34:46" + }, + "nativeSrc": "3449:78:46", + "nodeType": "YulFunctionCall", + "src": "3449:78:46" + }, + "nativeSrc": "3449:78:46", + "nodeType": "YulExpressionStatement", + "src": "3449:78:46" + }, + { + "nativeSrc": "3536:30:46", + "nodeType": "YulVariableDeclaration", + "src": "3536:30:46", + "value": { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "3550:5:46", + "nodeType": "YulIdentifier", + "src": "3550:5:46" + }, + { + "name": "length_1", + "nativeSrc": "3557:8:46", + "nodeType": "YulIdentifier", + "src": "3557:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3546:3:46", + "nodeType": "YulIdentifier", + "src": "3546:3:46" + }, + "nativeSrc": "3546:20:46", + "nodeType": "YulFunctionCall", + "src": "3546:20:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "3540:2:46", + "nodeType": "YulTypedName", + "src": "3540:2:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "3586:2:46", + "nodeType": "YulIdentifier", + "src": "3586:2:46" + }, + { + "kind": "number", + "nativeSrc": "3590:1:46", + "nodeType": "YulLiteral", + "src": "3590:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3582:3:46", + "nodeType": "YulIdentifier", + "src": "3582:3:46" + }, + "nativeSrc": "3582:10:46", + "nodeType": "YulFunctionCall", + "src": "3582:10:46" + }, + { + "hexValue": "2e", + "kind": "string", + "nativeSrc": "3594:3:46", + "nodeType": "YulLiteral", + "src": "3594:3:46", + "type": "", + "value": "." + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3575:6:46", + "nodeType": "YulIdentifier", + "src": "3575:6:46" + }, + "nativeSrc": "3575:23:46", + "nodeType": "YulFunctionCall", + "src": "3575:23:46" + }, + "nativeSrc": "3575:23:46", + "nodeType": "YulExpressionStatement", + "src": "3575:23:46" + }, + { + "nativeSrc": "3607:29:46", + "nodeType": "YulVariableDeclaration", + "src": "3607:29:46", + "value": { + "arguments": [ + { + "name": "value2", + "nativeSrc": "3629:6:46", + "nodeType": "YulIdentifier", + "src": "3629:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "3623:5:46", + "nodeType": "YulIdentifier", + "src": "3623:5:46" + }, + "nativeSrc": "3623:13:46", + "nodeType": "YulFunctionCall", + "src": "3623:13:46" + }, + "variables": [ + { + "name": "length_2", + "nativeSrc": "3611:8:46", + "nodeType": "YulTypedName", + "src": "3611:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "3684:6:46", + "nodeType": "YulIdentifier", + "src": "3684:6:46" + }, + { + "kind": "number", + "nativeSrc": "3692:4:46", + "nodeType": "YulLiteral", + "src": "3692:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3680:3:46", + "nodeType": "YulIdentifier", + "src": "3680:3:46" + }, + "nativeSrc": "3680:17:46", + "nodeType": "YulFunctionCall", + "src": "3680:17:46" + }, + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "3703:2:46", + "nodeType": "YulIdentifier", + "src": "3703:2:46" + }, + { + "kind": "number", + "nativeSrc": "3707:1:46", + "nodeType": "YulLiteral", + "src": "3707:1:46", + "type": "", + "value": "2" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3699:3:46", + "nodeType": "YulIdentifier", + "src": "3699:3:46" + }, + "nativeSrc": "3699:10:46", + "nodeType": "YulFunctionCall", + "src": "3699:10:46" + }, + { + "name": "length_2", + "nativeSrc": "3711:8:46", + "nodeType": "YulIdentifier", + "src": "3711:8:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "3645:34:46", + "nodeType": "YulIdentifier", + "src": "3645:34:46" + }, + "nativeSrc": "3645:75:46", + "nodeType": "YulFunctionCall", + "src": "3645:75:46" + }, + "nativeSrc": "3645:75:46", + "nodeType": "YulExpressionStatement", + "src": "3645:75:46" + }, + { + "nativeSrc": "3729:40:46", + "nodeType": "YulAssignment", + "src": "3729:40:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "3748:2:46", + "nodeType": "YulIdentifier", + "src": "3748:2:46" + }, + { + "name": "length_2", + "nativeSrc": "3752:8:46", + "nodeType": "YulIdentifier", + "src": "3752:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3744:3:46", + "nodeType": "YulIdentifier", + "src": "3744:3:46" + }, + "nativeSrc": "3744:17:46", + "nodeType": "YulFunctionCall", + "src": "3744:17:46" + }, + { + "kind": "number", + "nativeSrc": "3763:1:46", + "nodeType": "YulLiteral", + "src": "3763:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3740:3:46", + "nodeType": "YulIdentifier", + "src": "3740:3:46" + }, + "nativeSrc": "3740:25:46", + "nodeType": "YulFunctionCall", + "src": "3740:25:46" + }, + { + "kind": "number", + "nativeSrc": "3767:1:46", + "nodeType": "YulLiteral", + "src": "3767:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3736:3:46", + "nodeType": "YulIdentifier", + "src": "3736:3:46" + }, + "nativeSrc": "3736:33:46", + "nodeType": "YulFunctionCall", + "src": "3736:33:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "3729:3:46", + "nodeType": "YulIdentifier", + "src": "3729:3:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "3185:3:46", + "nodeType": "YulTypedName", + "src": "3185:3:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "3190:6:46", + "nodeType": "YulTypedName", + "src": "3190:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "3198:6:46", + "nodeType": "YulTypedName", + "src": "3198:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "3206:6:46", + "nodeType": "YulTypedName", + "src": "3206:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "3217:3:46", + "nodeType": "YulTypedName", + "src": "3217:3:46", + "type": "" + } + ], + "src": "2788:987:46" + }, + { + "body": { + "nativeSrc": "3812:152:46", + "nodeType": "YulBlock", + "src": "3812:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3829:1:46", + "nodeType": "YulLiteral", + "src": "3829:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3832:77:46", + "nodeType": "YulLiteral", + "src": "3832:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3822:6:46", + "nodeType": "YulIdentifier", + "src": "3822:6:46" + }, + "nativeSrc": "3822:88:46", + "nodeType": "YulFunctionCall", + "src": "3822:88:46" + }, + "nativeSrc": "3822:88:46", + "nodeType": "YulExpressionStatement", + "src": "3822:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3926:1:46", + "nodeType": "YulLiteral", + "src": "3926:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "3929:4:46", + "nodeType": "YulLiteral", + "src": "3929:4:46", + "type": "", + "value": "0x41" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3919:6:46", + "nodeType": "YulIdentifier", + "src": "3919:6:46" + }, + "nativeSrc": "3919:15:46", + "nodeType": "YulFunctionCall", + "src": "3919:15:46" + }, + "nativeSrc": "3919:15:46", + "nodeType": "YulExpressionStatement", + "src": "3919:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3950:1:46", + "nodeType": "YulLiteral", + "src": "3950:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3953:4:46", + "nodeType": "YulLiteral", + "src": "3953:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3943:6:46", + "nodeType": "YulIdentifier", + "src": "3943:6:46" + }, + "nativeSrc": "3943:15:46", + "nodeType": "YulFunctionCall", + "src": "3943:15:46" + }, + "nativeSrc": "3943:15:46", + "nodeType": "YulExpressionStatement", + "src": "3943:15:46" + } + ] + }, + "name": "panic_error_0x41", + "nativeSrc": "3780:184:46", + "nodeType": "YulFunctionDefinition", + "src": "3780:184:46" + }, + { + "body": { + "nativeSrc": "4024:382:46", + "nodeType": "YulBlock", + "src": "4024:382:46", + "statements": [ + { + "nativeSrc": "4034:22:46", + "nodeType": "YulAssignment", + "src": "4034:22:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4048:1:46", + "nodeType": "YulLiteral", + "src": "4048:1:46", + "type": "", + "value": "1" + }, + { + "name": "data", + "nativeSrc": "4051:4:46", + "nodeType": "YulIdentifier", + "src": "4051:4:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "4044:3:46", + "nodeType": "YulIdentifier", + "src": "4044:3:46" + }, + "nativeSrc": "4044:12:46", + "nodeType": "YulFunctionCall", + "src": "4044:12:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "4034:6:46", + "nodeType": "YulIdentifier", + "src": "4034:6:46" + } + ] + }, + { + "nativeSrc": "4065:38:46", + "nodeType": "YulVariableDeclaration", + "src": "4065:38:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "4095:4:46", + "nodeType": "YulIdentifier", + "src": "4095:4:46" + }, + { + "kind": "number", + "nativeSrc": "4101:1:46", + "nodeType": "YulLiteral", + "src": "4101:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4091:3:46", + "nodeType": "YulIdentifier", + "src": "4091:3:46" + }, + "nativeSrc": "4091:12:46", + "nodeType": "YulFunctionCall", + "src": "4091:12:46" + }, + "variables": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "4069:18:46", + "nodeType": "YulTypedName", + "src": "4069:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "4142:31:46", + "nodeType": "YulBlock", + "src": "4142:31:46", + "statements": [ + { + "nativeSrc": "4144:27:46", + "nodeType": "YulAssignment", + "src": "4144:27:46", + "value": { + "arguments": [ + { + "name": "length", + "nativeSrc": "4158:6:46", + "nodeType": "YulIdentifier", + "src": "4158:6:46" + }, + { + "kind": "number", + "nativeSrc": "4166:4:46", + "nodeType": "YulLiteral", + "src": "4166:4:46", + "type": "", + "value": "0x7f" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4154:3:46", + "nodeType": "YulIdentifier", + "src": "4154:3:46" + }, + "nativeSrc": "4154:17:46", + "nodeType": "YulFunctionCall", + "src": "4154:17:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "4144:6:46", + "nodeType": "YulIdentifier", + "src": "4144:6:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "4122:18:46", + "nodeType": "YulIdentifier", + "src": "4122:18:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "4115:6:46", + "nodeType": "YulIdentifier", + "src": "4115:6:46" + }, + "nativeSrc": "4115:26:46", + "nodeType": "YulFunctionCall", + "src": "4115:26:46" + }, + "nativeSrc": "4112:61:46", + "nodeType": "YulIf", + "src": "4112:61:46" + }, + { + "body": { + "nativeSrc": "4232:168:46", + "nodeType": "YulBlock", + "src": "4232:168:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4253:1:46", + "nodeType": "YulLiteral", + "src": "4253:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4256:77:46", + "nodeType": "YulLiteral", + "src": "4256:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4246:6:46", + "nodeType": "YulIdentifier", + "src": "4246:6:46" + }, + "nativeSrc": "4246:88:46", + "nodeType": "YulFunctionCall", + "src": "4246:88:46" + }, + "nativeSrc": "4246:88:46", + "nodeType": "YulExpressionStatement", + "src": "4246:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4354:1:46", + "nodeType": "YulLiteral", + "src": "4354:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "4357:4:46", + "nodeType": "YulLiteral", + "src": "4357:4:46", + "type": "", + "value": "0x22" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4347:6:46", + "nodeType": "YulIdentifier", + "src": "4347:6:46" + }, + "nativeSrc": "4347:15:46", + "nodeType": "YulFunctionCall", + "src": "4347:15:46" + }, + "nativeSrc": "4347:15:46", + "nodeType": "YulExpressionStatement", + "src": "4347:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4382:1:46", + "nodeType": "YulLiteral", + "src": "4382:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4385:4:46", + "nodeType": "YulLiteral", + "src": "4385:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "4375:6:46", + "nodeType": "YulIdentifier", + "src": "4375:6:46" + }, + "nativeSrc": "4375:15:46", + "nodeType": "YulFunctionCall", + "src": "4375:15:46" + }, + "nativeSrc": "4375:15:46", + "nodeType": "YulExpressionStatement", + "src": "4375:15:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "4188:18:46", + "nodeType": "YulIdentifier", + "src": "4188:18:46" + }, + { + "arguments": [ + { + "name": "length", + "nativeSrc": "4211:6:46", + "nodeType": "YulIdentifier", + "src": "4211:6:46" + }, + { + "kind": "number", + "nativeSrc": "4219:2:46", + "nodeType": "YulLiteral", + "src": "4219:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "4208:2:46", + "nodeType": "YulIdentifier", + "src": "4208:2:46" + }, + "nativeSrc": "4208:14:46", + "nodeType": "YulFunctionCall", + "src": "4208:14:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "4185:2:46", + "nodeType": "YulIdentifier", + "src": "4185:2:46" + }, + "nativeSrc": "4185:38:46", + "nodeType": "YulFunctionCall", + "src": "4185:38:46" + }, + "nativeSrc": "4182:218:46", + "nodeType": "YulIf", + "src": "4182:218:46" + } + ] + }, + "name": "extract_byte_array_length", + "nativeSrc": "3969:437:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "data", + "nativeSrc": "4004:4:46", + "nodeType": "YulTypedName", + "src": "4004:4:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "length", + "nativeSrc": "4013:6:46", + "nodeType": "YulTypedName", + "src": "4013:6:46", + "type": "" + } + ], + "src": "3969:437:46" + }, + { + "body": { + "nativeSrc": "4467:65:46", + "nodeType": "YulBlock", + "src": "4467:65:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4484:1:46", + "nodeType": "YulLiteral", + "src": "4484:1:46", + "type": "", + "value": "0" + }, + { + "name": "ptr", + "nativeSrc": "4487:3:46", + "nodeType": "YulIdentifier", + "src": "4487:3:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4477:6:46", + "nodeType": "YulIdentifier", + "src": "4477:6:46" + }, + "nativeSrc": "4477:14:46", + "nodeType": "YulFunctionCall", + "src": "4477:14:46" + }, + "nativeSrc": "4477:14:46", + "nodeType": "YulExpressionStatement", + "src": "4477:14:46" + }, + { + "nativeSrc": "4500:26:46", + "nodeType": "YulAssignment", + "src": "4500:26:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4518:1:46", + "nodeType": "YulLiteral", + "src": "4518:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4521:4:46", + "nodeType": "YulLiteral", + "src": "4521:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "keccak256", + "nativeSrc": "4508:9:46", + "nodeType": "YulIdentifier", + "src": "4508:9:46" + }, + "nativeSrc": "4508:18:46", + "nodeType": "YulFunctionCall", + "src": "4508:18:46" + }, + "variableNames": [ + { + "name": "data", + "nativeSrc": "4500:4:46", + "nodeType": "YulIdentifier", + "src": "4500:4:46" + } + ] + } + ] + }, + "name": "array_dataslot_string_storage", + "nativeSrc": "4411:121:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "ptr", + "nativeSrc": "4450:3:46", + "nodeType": "YulTypedName", + "src": "4450:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "data", + "nativeSrc": "4458:4:46", + "nodeType": "YulTypedName", + "src": "4458:4:46", + "type": "" + } + ], + "src": "4411:121:46" + }, + { + "body": { + "nativeSrc": "4618:437:46", + "nodeType": "YulBlock", + "src": "4618:437:46", + "statements": [ + { + "body": { + "nativeSrc": "4651:398:46", + "nodeType": "YulBlock", + "src": "4651:398:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4672:1:46", + "nodeType": "YulLiteral", + "src": "4672:1:46", + "type": "", + "value": "0" + }, + { + "name": "array", + "nativeSrc": "4675:5:46", + "nodeType": "YulIdentifier", + "src": "4675:5:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4665:6:46", + "nodeType": "YulIdentifier", + "src": "4665:6:46" + }, + "nativeSrc": "4665:16:46", + "nodeType": "YulFunctionCall", + "src": "4665:16:46" + }, + "nativeSrc": "4665:16:46", + "nodeType": "YulExpressionStatement", + "src": "4665:16:46" + }, + { + "nativeSrc": "4694:30:46", + "nodeType": "YulVariableDeclaration", + "src": "4694:30:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4716:1:46", + "nodeType": "YulLiteral", + "src": "4716:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4719:4:46", + "nodeType": "YulLiteral", + "src": "4719:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "keccak256", + "nativeSrc": "4706:9:46", + "nodeType": "YulIdentifier", + "src": "4706:9:46" + }, + "nativeSrc": "4706:18:46", + "nodeType": "YulFunctionCall", + "src": "4706:18:46" + }, + "variables": [ + { + "name": "data", + "nativeSrc": "4698:4:46", + "nodeType": "YulTypedName", + "src": "4698:4:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4737:57:46", + "nodeType": "YulVariableDeclaration", + "src": "4737:57:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "4760:4:46", + "nodeType": "YulIdentifier", + "src": "4760:4:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4770:1:46", + "nodeType": "YulLiteral", + "src": "4770:1:46", + "type": "", + "value": "5" + }, + { + "arguments": [ + { + "name": "startIndex", + "nativeSrc": "4777:10:46", + "nodeType": "YulIdentifier", + "src": "4777:10:46" + }, + { + "kind": "number", + "nativeSrc": "4789:2:46", + "nodeType": "YulLiteral", + "src": "4789:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4773:3:46", + "nodeType": "YulIdentifier", + "src": "4773:3:46" + }, + "nativeSrc": "4773:19:46", + "nodeType": "YulFunctionCall", + "src": "4773:19:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "4766:3:46", + "nodeType": "YulIdentifier", + "src": "4766:3:46" + }, + "nativeSrc": "4766:27:46", + "nodeType": "YulFunctionCall", + "src": "4766:27:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4756:3:46", + "nodeType": "YulIdentifier", + "src": "4756:3:46" + }, + "nativeSrc": "4756:38:46", + "nodeType": "YulFunctionCall", + "src": "4756:38:46" + }, + "variables": [ + { + "name": "deleteStart", + "nativeSrc": "4741:11:46", + "nodeType": "YulTypedName", + "src": "4741:11:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "4831:23:46", + "nodeType": "YulBlock", + "src": "4831:23:46", + "statements": [ + { + "nativeSrc": "4833:19:46", + "nodeType": "YulAssignment", + "src": "4833:19:46", + "value": { + "name": "data", + "nativeSrc": "4848:4:46", + "nodeType": "YulIdentifier", + "src": "4848:4:46" + }, + "variableNames": [ + { + "name": "deleteStart", + "nativeSrc": "4833:11:46", + "nodeType": "YulIdentifier", + "src": "4833:11:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "startIndex", + "nativeSrc": "4813:10:46", + "nodeType": "YulIdentifier", + "src": "4813:10:46" + }, + { + "kind": "number", + "nativeSrc": "4825:4:46", + "nodeType": "YulLiteral", + "src": "4825:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "4810:2:46", + "nodeType": "YulIdentifier", + "src": "4810:2:46" + }, + "nativeSrc": "4810:20:46", + "nodeType": "YulFunctionCall", + "src": "4810:20:46" + }, + "nativeSrc": "4807:47:46", + "nodeType": "YulIf", + "src": "4807:47:46" + }, + { + "nativeSrc": "4867:41:46", + "nodeType": "YulVariableDeclaration", + "src": "4867:41:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "4881:4:46", + "nodeType": "YulIdentifier", + "src": "4881:4:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4891:1:46", + "nodeType": "YulLiteral", + "src": "4891:1:46", + "type": "", + "value": "5" + }, + { + "arguments": [ + { + "name": "len", + "nativeSrc": "4898:3:46", + "nodeType": "YulIdentifier", + "src": "4898:3:46" + }, + { + "kind": "number", + "nativeSrc": "4903:2:46", + "nodeType": "YulLiteral", + "src": "4903:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4894:3:46", + "nodeType": "YulIdentifier", + "src": "4894:3:46" + }, + "nativeSrc": "4894:12:46", + "nodeType": "YulFunctionCall", + "src": "4894:12:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "4887:3:46", + "nodeType": "YulIdentifier", + "src": "4887:3:46" + }, + "nativeSrc": "4887:20:46", + "nodeType": "YulFunctionCall", + "src": "4887:20:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4877:3:46", + "nodeType": "YulIdentifier", + "src": "4877:3:46" + }, + "nativeSrc": "4877:31:46", + "nodeType": "YulFunctionCall", + "src": "4877:31:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "4871:2:46", + "nodeType": "YulTypedName", + "src": "4871:2:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4921:24:46", + "nodeType": "YulVariableDeclaration", + "src": "4921:24:46", + "value": { + "name": "deleteStart", + "nativeSrc": "4934:11:46", + "nodeType": "YulIdentifier", + "src": "4934:11:46" + }, + "variables": [ + { + "name": "start", + "nativeSrc": "4925:5:46", + "nodeType": "YulTypedName", + "src": "4925:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "5019:20:46", + "nodeType": "YulBlock", + "src": "5019:20:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "start", + "nativeSrc": "5028:5:46", + "nodeType": "YulIdentifier", + "src": "5028:5:46" + }, + { + "kind": "number", + "nativeSrc": "5035:1:46", + "nodeType": "YulLiteral", + "src": "5035:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "5021:6:46", + "nodeType": "YulIdentifier", + "src": "5021:6:46" + }, + "nativeSrc": "5021:16:46", + "nodeType": "YulFunctionCall", + "src": "5021:16:46" + }, + "nativeSrc": "5021:16:46", + "nodeType": "YulExpressionStatement", + "src": "5021:16:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "start", + "nativeSrc": "4969:5:46", + "nodeType": "YulIdentifier", + "src": "4969:5:46" + }, + { + "name": "_1", + "nativeSrc": "4976:2:46", + "nodeType": "YulIdentifier", + "src": "4976:2:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "4966:2:46", + "nodeType": "YulIdentifier", + "src": "4966:2:46" + }, + "nativeSrc": "4966:13:46", + "nodeType": "YulFunctionCall", + "src": "4966:13:46" + }, + "nativeSrc": "4958:81:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "4980:26:46", + "nodeType": "YulBlock", + "src": "4980:26:46", + "statements": [ + { + "nativeSrc": "4982:22:46", + "nodeType": "YulAssignment", + "src": "4982:22:46", + "value": { + "arguments": [ + { + "name": "start", + "nativeSrc": "4995:5:46", + "nodeType": "YulIdentifier", + "src": "4995:5:46" + }, + { + "kind": "number", + "nativeSrc": "5002:1:46", + "nodeType": "YulLiteral", + "src": "5002:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4991:3:46", + "nodeType": "YulIdentifier", + "src": "4991:3:46" + }, + "nativeSrc": "4991:13:46", + "nodeType": "YulFunctionCall", + "src": "4991:13:46" + }, + "variableNames": [ + { + "name": "start", + "nativeSrc": "4982:5:46", + "nodeType": "YulIdentifier", + "src": "4982:5:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "4962:3:46", + "nodeType": "YulBlock", + "src": "4962:3:46", + "statements": [] + }, + "src": "4958:81:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "len", + "nativeSrc": "4634:3:46", + "nodeType": "YulIdentifier", + "src": "4634:3:46" + }, + { + "kind": "number", + "nativeSrc": "4639:2:46", + "nodeType": "YulLiteral", + "src": "4639:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "4631:2:46", + "nodeType": "YulIdentifier", + "src": "4631:2:46" + }, + "nativeSrc": "4631:11:46", + "nodeType": "YulFunctionCall", + "src": "4631:11:46" + }, + "nativeSrc": "4628:421:46", + "nodeType": "YulIf", + "src": "4628:421:46" + } + ] + }, + "name": "clean_up_bytearray_end_slots_string_storage", + "nativeSrc": "4537:518:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "array", + "nativeSrc": "4590:5:46", + "nodeType": "YulTypedName", + "src": "4590:5:46", + "type": "" + }, + { + "name": "len", + "nativeSrc": "4597:3:46", + "nodeType": "YulTypedName", + "src": "4597:3:46", + "type": "" + }, + { + "name": "startIndex", + "nativeSrc": "4602:10:46", + "nodeType": "YulTypedName", + "src": "4602:10:46", + "type": "" + } + ], + "src": "4537:518:46" + }, + { + "body": { + "nativeSrc": "5145:81:46", + "nodeType": "YulBlock", + "src": "5145:81:46", + "statements": [ + { + "nativeSrc": "5155:65:46", + "nodeType": "YulAssignment", + "src": "5155:65:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "data", + "nativeSrc": "5170:4:46", + "nodeType": "YulIdentifier", + "src": "5170:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5188:1:46", + "nodeType": "YulLiteral", + "src": "5188:1:46", + "type": "", + "value": "3" + }, + { + "name": "len", + "nativeSrc": "5191:3:46", + "nodeType": "YulIdentifier", + "src": "5191:3:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "5184:3:46", + "nodeType": "YulIdentifier", + "src": "5184:3:46" + }, + "nativeSrc": "5184:11:46", + "nodeType": "YulFunctionCall", + "src": "5184:11:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5201:1:46", + "nodeType": "YulLiteral", + "src": "5201:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "5197:3:46", + "nodeType": "YulIdentifier", + "src": "5197:3:46" + }, + "nativeSrc": "5197:6:46", + "nodeType": "YulFunctionCall", + "src": "5197:6:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "5180:3:46", + "nodeType": "YulIdentifier", + "src": "5180:3:46" + }, + "nativeSrc": "5180:24:46", + "nodeType": "YulFunctionCall", + "src": "5180:24:46" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "5176:3:46", + "nodeType": "YulIdentifier", + "src": "5176:3:46" + }, + "nativeSrc": "5176:29:46", + "nodeType": "YulFunctionCall", + "src": "5176:29:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "5166:3:46", + "nodeType": "YulIdentifier", + "src": "5166:3:46" + }, + "nativeSrc": "5166:40:46", + "nodeType": "YulFunctionCall", + "src": "5166:40:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5212:1:46", + "nodeType": "YulLiteral", + "src": "5212:1:46", + "type": "", + "value": "1" + }, + { + "name": "len", + "nativeSrc": "5215:3:46", + "nodeType": "YulIdentifier", + "src": "5215:3:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "5208:3:46", + "nodeType": "YulIdentifier", + "src": "5208:3:46" + }, + "nativeSrc": "5208:11:46", + "nodeType": "YulFunctionCall", + "src": "5208:11:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "5163:2:46", + "nodeType": "YulIdentifier", + "src": "5163:2:46" + }, + "nativeSrc": "5163:57:46", + "nodeType": "YulFunctionCall", + "src": "5163:57:46" + }, + "variableNames": [ + { + "name": "used", + "nativeSrc": "5155:4:46", + "nodeType": "YulIdentifier", + "src": "5155:4:46" + } + ] + } + ] + }, + "name": "extract_used_part_and_set_length_of_short_byte_array", + "nativeSrc": "5060:166:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "data", + "nativeSrc": "5122:4:46", + "nodeType": "YulTypedName", + "src": "5122:4:46", + "type": "" + }, + { + "name": "len", + "nativeSrc": "5128:3:46", + "nodeType": "YulTypedName", + "src": "5128:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "used", + "nativeSrc": "5136:4:46", + "nodeType": "YulTypedName", + "src": "5136:4:46", + "type": "" + } + ], + "src": "5060:166:46" + }, + { + "body": { + "nativeSrc": "5327:1203:46", + "nodeType": "YulBlock", + "src": "5327:1203:46", + "statements": [ + { + "nativeSrc": "5337:24:46", + "nodeType": "YulVariableDeclaration", + "src": "5337:24:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "5357:3:46", + "nodeType": "YulIdentifier", + "src": "5357:3:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "5351:5:46", + "nodeType": "YulIdentifier", + "src": "5351:5:46" + }, + "nativeSrc": "5351:10:46", + "nodeType": "YulFunctionCall", + "src": "5351:10:46" + }, + "variables": [ + { + "name": "newLen", + "nativeSrc": "5341:6:46", + "nodeType": "YulTypedName", + "src": "5341:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "5404:22:46", + "nodeType": "YulBlock", + "src": "5404:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "5406:16:46", + "nodeType": "YulIdentifier", + "src": "5406:16:46" + }, + "nativeSrc": "5406:18:46", + "nodeType": "YulFunctionCall", + "src": "5406:18:46" + }, + "nativeSrc": "5406:18:46", + "nodeType": "YulExpressionStatement", + "src": "5406:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "5376:6:46", + "nodeType": "YulIdentifier", + "src": "5376:6:46" + }, + { + "kind": "number", + "nativeSrc": "5384:18:46", + "nodeType": "YulLiteral", + "src": "5384:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "5373:2:46", + "nodeType": "YulIdentifier", + "src": "5373:2:46" + }, + "nativeSrc": "5373:30:46", + "nodeType": "YulFunctionCall", + "src": "5373:30:46" + }, + "nativeSrc": "5370:56:46", + "nodeType": "YulIf", + "src": "5370:56:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "5479:4:46", + "nodeType": "YulIdentifier", + "src": "5479:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "slot", + "nativeSrc": "5517:4:46", + "nodeType": "YulIdentifier", + "src": "5517:4:46" + } + ], + "functionName": { + "name": "sload", + "nativeSrc": "5511:5:46", + "nodeType": "YulIdentifier", + "src": "5511:5:46" + }, + "nativeSrc": "5511:11:46", + "nodeType": "YulFunctionCall", + "src": "5511:11:46" + } + ], + "functionName": { + "name": "extract_byte_array_length", + "nativeSrc": "5485:25:46", + "nodeType": "YulIdentifier", + "src": "5485:25:46" + }, + "nativeSrc": "5485:38:46", + "nodeType": "YulFunctionCall", + "src": "5485:38:46" + }, + { + "name": "newLen", + "nativeSrc": "5525:6:46", + "nodeType": "YulIdentifier", + "src": "5525:6:46" + } + ], + "functionName": { + "name": "clean_up_bytearray_end_slots_string_storage", + "nativeSrc": "5435:43:46", + "nodeType": "YulIdentifier", + "src": "5435:43:46" + }, + "nativeSrc": "5435:97:46", + "nodeType": "YulFunctionCall", + "src": "5435:97:46" + }, + "nativeSrc": "5435:97:46", + "nodeType": "YulExpressionStatement", + "src": "5435:97:46" + }, + { + "nativeSrc": "5541:18:46", + "nodeType": "YulVariableDeclaration", + "src": "5541:18:46", + "value": { + "kind": "number", + "nativeSrc": "5558:1:46", + "nodeType": "YulLiteral", + "src": "5558:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "srcOffset", + "nativeSrc": "5545:9:46", + "nodeType": "YulTypedName", + "src": "5545:9:46", + "type": "" + } + ] + }, + { + "nativeSrc": "5568:17:46", + "nodeType": "YulAssignment", + "src": "5568:17:46", + "value": { + "kind": "number", + "nativeSrc": "5581:4:46", + "nodeType": "YulLiteral", + "src": "5581:4:46", + "type": "", + "value": "0x20" + }, + "variableNames": [ + { + "name": "srcOffset", + "nativeSrc": "5568:9:46", + "nodeType": "YulIdentifier", + "src": "5568:9:46" + } + ] + }, + { + "cases": [ + { + "body": { + "nativeSrc": "5631:642:46", + "nodeType": "YulBlock", + "src": "5631:642:46", + "statements": [ + { + "nativeSrc": "5645:35:46", + "nodeType": "YulVariableDeclaration", + "src": "5645:35:46", + "value": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "5664:6:46", + "nodeType": "YulIdentifier", + "src": "5664:6:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5676:2:46", + "nodeType": "YulLiteral", + "src": "5676:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "5672:3:46", + "nodeType": "YulIdentifier", + "src": "5672:3:46" + }, + "nativeSrc": "5672:7:46", + "nodeType": "YulFunctionCall", + "src": "5672:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "5660:3:46", + "nodeType": "YulIdentifier", + "src": "5660:3:46" + }, + "nativeSrc": "5660:20:46", + "nodeType": "YulFunctionCall", + "src": "5660:20:46" + }, + "variables": [ + { + "name": "loopEnd", + "nativeSrc": "5649:7:46", + "nodeType": "YulTypedName", + "src": "5649:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "5693:49:46", + "nodeType": "YulVariableDeclaration", + "src": "5693:49:46", + "value": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "5737:4:46", + "nodeType": "YulIdentifier", + "src": "5737:4:46" + } + ], + "functionName": { + "name": "array_dataslot_string_storage", + "nativeSrc": "5707:29:46", + "nodeType": "YulIdentifier", + "src": "5707:29:46" + }, + "nativeSrc": "5707:35:46", + "nodeType": "YulFunctionCall", + "src": "5707:35:46" + }, + "variables": [ + { + "name": "dstPtr", + "nativeSrc": "5697:6:46", + "nodeType": "YulTypedName", + "src": "5697:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "5755:10:46", + "nodeType": "YulVariableDeclaration", + "src": "5755:10:46", + "value": { + "kind": "number", + "nativeSrc": "5764:1:46", + "nodeType": "YulLiteral", + "src": "5764:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "5759:1:46", + "nodeType": "YulTypedName", + "src": "5759:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "5835:165:46", + "nodeType": "YulBlock", + "src": "5835:165:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "5860:6:46", + "nodeType": "YulIdentifier", + "src": "5860:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "5878:3:46", + "nodeType": "YulIdentifier", + "src": "5878:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "5883:9:46", + "nodeType": "YulIdentifier", + "src": "5883:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5874:3:46", + "nodeType": "YulIdentifier", + "src": "5874:3:46" + }, + "nativeSrc": "5874:19:46", + "nodeType": "YulFunctionCall", + "src": "5874:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "5868:5:46", + "nodeType": "YulIdentifier", + "src": "5868:5:46" + }, + "nativeSrc": "5868:26:46", + "nodeType": "YulFunctionCall", + "src": "5868:26:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "5853:6:46", + "nodeType": "YulIdentifier", + "src": "5853:6:46" + }, + "nativeSrc": "5853:42:46", + "nodeType": "YulFunctionCall", + "src": "5853:42:46" + }, + "nativeSrc": "5853:42:46", + "nodeType": "YulExpressionStatement", + "src": "5853:42:46" + }, + { + "nativeSrc": "5912:24:46", + "nodeType": "YulAssignment", + "src": "5912:24:46", + "value": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "5926:6:46", + "nodeType": "YulIdentifier", + "src": "5926:6:46" + }, + { + "kind": "number", + "nativeSrc": "5934:1:46", + "nodeType": "YulLiteral", + "src": "5934:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5922:3:46", + "nodeType": "YulIdentifier", + "src": "5922:3:46" + }, + "nativeSrc": "5922:14:46", + "nodeType": "YulFunctionCall", + "src": "5922:14:46" + }, + "variableNames": [ + { + "name": "dstPtr", + "nativeSrc": "5912:6:46", + "nodeType": "YulIdentifier", + "src": "5912:6:46" + } + ] + }, + { + "nativeSrc": "5953:33:46", + "nodeType": "YulAssignment", + "src": "5953:33:46", + "value": { + "arguments": [ + { + "name": "srcOffset", + "nativeSrc": "5970:9:46", + "nodeType": "YulIdentifier", + "src": "5970:9:46" + }, + { + "kind": "number", + "nativeSrc": "5981:4:46", + "nodeType": "YulLiteral", + "src": "5981:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5966:3:46", + "nodeType": "YulIdentifier", + "src": "5966:3:46" + }, + "nativeSrc": "5966:20:46", + "nodeType": "YulFunctionCall", + "src": "5966:20:46" + }, + "variableNames": [ + { + "name": "srcOffset", + "nativeSrc": "5953:9:46", + "nodeType": "YulIdentifier", + "src": "5953:9:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "5789:1:46", + "nodeType": "YulIdentifier", + "src": "5789:1:46" + }, + { + "name": "loopEnd", + "nativeSrc": "5792:7:46", + "nodeType": "YulIdentifier", + "src": "5792:7:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "5786:2:46", + "nodeType": "YulIdentifier", + "src": "5786:2:46" + }, + "nativeSrc": "5786:14:46", + "nodeType": "YulFunctionCall", + "src": "5786:14:46" + }, + "nativeSrc": "5778:222:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "5801:21:46", + "nodeType": "YulBlock", + "src": "5801:21:46", + "statements": [ + { + "nativeSrc": "5803:17:46", + "nodeType": "YulAssignment", + "src": "5803:17:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "5812:1:46", + "nodeType": "YulIdentifier", + "src": "5812:1:46" + }, + { + "kind": "number", + "nativeSrc": "5815:4:46", + "nodeType": "YulLiteral", + "src": "5815:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5808:3:46", + "nodeType": "YulIdentifier", + "src": "5808:3:46" + }, + "nativeSrc": "5808:12:46", + "nodeType": "YulFunctionCall", + "src": "5808:12:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "5803:1:46", + "nodeType": "YulIdentifier", + "src": "5803:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "5782:3:46", + "nodeType": "YulBlock", + "src": "5782:3:46", + "statements": [] + }, + "src": "5778:222:46" + }, + { + "body": { + "nativeSrc": "6048:166:46", + "nodeType": "YulBlock", + "src": "6048:166:46", + "statements": [ + { + "nativeSrc": "6066:43:46", + "nodeType": "YulVariableDeclaration", + "src": "6066:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "6093:3:46", + "nodeType": "YulIdentifier", + "src": "6093:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "6098:9:46", + "nodeType": "YulIdentifier", + "src": "6098:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6089:3:46", + "nodeType": "YulIdentifier", + "src": "6089:3:46" + }, + "nativeSrc": "6089:19:46", + "nodeType": "YulFunctionCall", + "src": "6089:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "6083:5:46", + "nodeType": "YulIdentifier", + "src": "6083:5:46" + }, + "nativeSrc": "6083:26:46", + "nodeType": "YulFunctionCall", + "src": "6083:26:46" + }, + "variables": [ + { + "name": "lastValue", + "nativeSrc": "6070:9:46", + "nodeType": "YulTypedName", + "src": "6070:9:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "6133:6:46", + "nodeType": "YulIdentifier", + "src": "6133:6:46" + }, + { + "arguments": [ + { + "name": "lastValue", + "nativeSrc": "6145:9:46", + "nodeType": "YulIdentifier", + "src": "6145:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6172:1:46", + "nodeType": "YulLiteral", + "src": "6172:1:46", + "type": "", + "value": "3" + }, + { + "name": "newLen", + "nativeSrc": "6175:6:46", + "nodeType": "YulIdentifier", + "src": "6175:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "6168:3:46", + "nodeType": "YulIdentifier", + "src": "6168:3:46" + }, + "nativeSrc": "6168:14:46", + "nodeType": "YulFunctionCall", + "src": "6168:14:46" + }, + { + "kind": "number", + "nativeSrc": "6184:3:46", + "nodeType": "YulLiteral", + "src": "6184:3:46", + "type": "", + "value": "248" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "6164:3:46", + "nodeType": "YulIdentifier", + "src": "6164:3:46" + }, + "nativeSrc": "6164:24:46", + "nodeType": "YulFunctionCall", + "src": "6164:24:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6194:1:46", + "nodeType": "YulLiteral", + "src": "6194:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "6190:3:46", + "nodeType": "YulIdentifier", + "src": "6190:3:46" + }, + "nativeSrc": "6190:6:46", + "nodeType": "YulFunctionCall", + "src": "6190:6:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "6160:3:46", + "nodeType": "YulIdentifier", + "src": "6160:3:46" + }, + "nativeSrc": "6160:37:46", + "nodeType": "YulFunctionCall", + "src": "6160:37:46" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "6156:3:46", + "nodeType": "YulIdentifier", + "src": "6156:3:46" + }, + "nativeSrc": "6156:42:46", + "nodeType": "YulFunctionCall", + "src": "6156:42:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "6141:3:46", + "nodeType": "YulIdentifier", + "src": "6141:3:46" + }, + "nativeSrc": "6141:58:46", + "nodeType": "YulFunctionCall", + "src": "6141:58:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "6126:6:46", + "nodeType": "YulIdentifier", + "src": "6126:6:46" + }, + "nativeSrc": "6126:74:46", + "nodeType": "YulFunctionCall", + "src": "6126:74:46" + }, + "nativeSrc": "6126:74:46", + "nodeType": "YulExpressionStatement", + "src": "6126:74:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "loopEnd", + "nativeSrc": "6019:7:46", + "nodeType": "YulIdentifier", + "src": "6019:7:46" + }, + { + "name": "newLen", + "nativeSrc": "6028:6:46", + "nodeType": "YulIdentifier", + "src": "6028:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "6016:2:46", + "nodeType": "YulIdentifier", + "src": "6016:2:46" + }, + "nativeSrc": "6016:19:46", + "nodeType": "YulFunctionCall", + "src": "6016:19:46" + }, + "nativeSrc": "6013:201:46", + "nodeType": "YulIf", + "src": "6013:201:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "6234:4:46", + "nodeType": "YulIdentifier", + "src": "6234:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6248:1:46", + "nodeType": "YulLiteral", + "src": "6248:1:46", + "type": "", + "value": "1" + }, + { + "name": "newLen", + "nativeSrc": "6251:6:46", + "nodeType": "YulIdentifier", + "src": "6251:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "6244:3:46", + "nodeType": "YulIdentifier", + "src": "6244:3:46" + }, + "nativeSrc": "6244:14:46", + "nodeType": "YulFunctionCall", + "src": "6244:14:46" + }, + { + "kind": "number", + "nativeSrc": "6260:1:46", + "nodeType": "YulLiteral", + "src": "6260:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6240:3:46", + "nodeType": "YulIdentifier", + "src": "6240:3:46" + }, + "nativeSrc": "6240:22:46", + "nodeType": "YulFunctionCall", + "src": "6240:22:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "6227:6:46", + "nodeType": "YulIdentifier", + "src": "6227:6:46" + }, + "nativeSrc": "6227:36:46", + "nodeType": "YulFunctionCall", + "src": "6227:36:46" + }, + "nativeSrc": "6227:36:46", + "nodeType": "YulExpressionStatement", + "src": "6227:36:46" + } + ] + }, + "nativeSrc": "5624:649:46", + "nodeType": "YulCase", + "src": "5624:649:46", + "value": { + "kind": "number", + "nativeSrc": "5629:1:46", + "nodeType": "YulLiteral", + "src": "5629:1:46", + "type": "", + "value": "1" + } + }, + { + "body": { + "nativeSrc": "6290:234:46", + "nodeType": "YulBlock", + "src": "6290:234:46", + "statements": [ + { + "nativeSrc": "6304:14:46", + "nodeType": "YulVariableDeclaration", + "src": "6304:14:46", + "value": { + "kind": "number", + "nativeSrc": "6317:1:46", + "nodeType": "YulLiteral", + "src": "6317:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "6308:5:46", + "nodeType": "YulTypedName", + "src": "6308:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "6353:67:46", + "nodeType": "YulBlock", + "src": "6353:67:46", + "statements": [ + { + "nativeSrc": "6371:35:46", + "nodeType": "YulAssignment", + "src": "6371:35:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "6390:3:46", + "nodeType": "YulIdentifier", + "src": "6390:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "6395:9:46", + "nodeType": "YulIdentifier", + "src": "6395:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6386:3:46", + "nodeType": "YulIdentifier", + "src": "6386:3:46" + }, + "nativeSrc": "6386:19:46", + "nodeType": "YulFunctionCall", + "src": "6386:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "6380:5:46", + "nodeType": "YulIdentifier", + "src": "6380:5:46" + }, + "nativeSrc": "6380:26:46", + "nodeType": "YulFunctionCall", + "src": "6380:26:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "6371:5:46", + "nodeType": "YulIdentifier", + "src": "6371:5:46" + } + ] + } + ] + }, + "condition": { + "name": "newLen", + "nativeSrc": "6334:6:46", + "nodeType": "YulIdentifier", + "src": "6334:6:46" + }, + "nativeSrc": "6331:89:46", + "nodeType": "YulIf", + "src": "6331:89:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "6440:4:46", + "nodeType": "YulIdentifier", + "src": "6440:4:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "6499:5:46", + "nodeType": "YulIdentifier", + "src": "6499:5:46" + }, + { + "name": "newLen", + "nativeSrc": "6506:6:46", + "nodeType": "YulIdentifier", + "src": "6506:6:46" + } + ], + "functionName": { + "name": "extract_used_part_and_set_length_of_short_byte_array", + "nativeSrc": "6446:52:46", + "nodeType": "YulIdentifier", + "src": "6446:52:46" + }, + "nativeSrc": "6446:67:46", + "nodeType": "YulFunctionCall", + "src": "6446:67:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "6433:6:46", + "nodeType": "YulIdentifier", + "src": "6433:6:46" + }, + "nativeSrc": "6433:81:46", + "nodeType": "YulFunctionCall", + "src": "6433:81:46" + }, + "nativeSrc": "6433:81:46", + "nodeType": "YulExpressionStatement", + "src": "6433:81:46" + } + ] + }, + "nativeSrc": "6282:242:46", + "nodeType": "YulCase", + "src": "6282:242:46", + "value": "default" + } + ], + "expression": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "5604:6:46", + "nodeType": "YulIdentifier", + "src": "5604:6:46" + }, + { + "kind": "number", + "nativeSrc": "5612:2:46", + "nodeType": "YulLiteral", + "src": "5612:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "5601:2:46", + "nodeType": "YulIdentifier", + "src": "5601:2:46" + }, + "nativeSrc": "5601:14:46", + "nodeType": "YulFunctionCall", + "src": "5601:14:46" + }, + "nativeSrc": "5594:930:46", + "nodeType": "YulSwitch", + "src": "5594:930:46" + } + ] + }, + "name": "copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage", + "nativeSrc": "5231:1299:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "slot", + "nativeSrc": "5312:4:46", + "nodeType": "YulTypedName", + "src": "5312:4:46", + "type": "" + }, + { + "name": "src", + "nativeSrc": "5318:3:46", + "nodeType": "YulTypedName", + "src": "5318:3:46", + "type": "" + } + ], + "src": "5231:1299:46" + }, + { + "body": { + "nativeSrc": "6567:152:46", + "nodeType": "YulBlock", + "src": "6567:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6584:1:46", + "nodeType": "YulLiteral", + "src": "6584:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6587:77:46", + "nodeType": "YulLiteral", + "src": "6587:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6577:6:46", + "nodeType": "YulIdentifier", + "src": "6577:6:46" + }, + "nativeSrc": "6577:88:46", + "nodeType": "YulFunctionCall", + "src": "6577:88:46" + }, + "nativeSrc": "6577:88:46", + "nodeType": "YulExpressionStatement", + "src": "6577:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6681:1:46", + "nodeType": "YulLiteral", + "src": "6681:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "6684:4:46", + "nodeType": "YulLiteral", + "src": "6684:4:46", + "type": "", + "value": "0x12" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6674:6:46", + "nodeType": "YulIdentifier", + "src": "6674:6:46" + }, + "nativeSrc": "6674:15:46", + "nodeType": "YulFunctionCall", + "src": "6674:15:46" + }, + "nativeSrc": "6674:15:46", + "nodeType": "YulExpressionStatement", + "src": "6674:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6705:1:46", + "nodeType": "YulLiteral", + "src": "6705:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6708:4:46", + "nodeType": "YulLiteral", + "src": "6708:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6698:6:46", + "nodeType": "YulIdentifier", + "src": "6698:6:46" + }, + "nativeSrc": "6698:15:46", + "nodeType": "YulFunctionCall", + "src": "6698:15:46" + }, + "nativeSrc": "6698:15:46", + "nodeType": "YulExpressionStatement", + "src": "6698:15:46" + } + ] + }, + "name": "panic_error_0x12", + "nativeSrc": "6535:184:46", + "nodeType": "YulFunctionDefinition", + "src": "6535:184:46" + }, + { + "body": { + "nativeSrc": "6937:328:46", + "nodeType": "YulBlock", + "src": "6937:328:46", + "statements": [ + { + "nativeSrc": "6947:27:46", + "nodeType": "YulVariableDeclaration", + "src": "6947:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "6967:6:46", + "nodeType": "YulIdentifier", + "src": "6967:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "6961:5:46", + "nodeType": "YulIdentifier", + "src": "6961:5:46" + }, + "nativeSrc": "6961:13:46", + "nodeType": "YulFunctionCall", + "src": "6961:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "6951:6:46", + "nodeType": "YulTypedName", + "src": "6951:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "7022:6:46", + "nodeType": "YulIdentifier", + "src": "7022:6:46" + }, + { + "kind": "number", + "nativeSrc": "7030:4:46", + "nodeType": "YulLiteral", + "src": "7030:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7018:3:46", + "nodeType": "YulIdentifier", + "src": "7018:3:46" + }, + "nativeSrc": "7018:17:46", + "nodeType": "YulFunctionCall", + "src": "7018:17:46" + }, + { + "name": "pos", + "nativeSrc": "7037:3:46", + "nodeType": "YulIdentifier", + "src": "7037:3:46" + }, + { + "name": "length", + "nativeSrc": "7042:6:46", + "nodeType": "YulIdentifier", + "src": "7042:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "6983:34:46", + "nodeType": "YulIdentifier", + "src": "6983:34:46" + }, + "nativeSrc": "6983:66:46", + "nodeType": "YulFunctionCall", + "src": "6983:66:46" + }, + "nativeSrc": "6983:66:46", + "nodeType": "YulExpressionStatement", + "src": "6983:66:46" + }, + { + "nativeSrc": "7058:29:46", + "nodeType": "YulVariableDeclaration", + "src": "7058:29:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "7075:3:46", + "nodeType": "YulIdentifier", + "src": "7075:3:46" + }, + { + "name": "length", + "nativeSrc": "7080:6:46", + "nodeType": "YulIdentifier", + "src": "7080:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7071:3:46", + "nodeType": "YulIdentifier", + "src": "7071:3:46" + }, + "nativeSrc": "7071:16:46", + "nodeType": "YulFunctionCall", + "src": "7071:16:46" + }, + "variables": [ + { + "name": "end_1", + "nativeSrc": "7062:5:46", + "nodeType": "YulTypedName", + "src": "7062:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "7103:5:46", + "nodeType": "YulIdentifier", + "src": "7103:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7118:2:46", + "nodeType": "YulLiteral", + "src": "7118:2:46", + "type": "", + "value": "96" + }, + { + "name": "value1", + "nativeSrc": "7122:6:46", + "nodeType": "YulIdentifier", + "src": "7122:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "7114:3:46", + "nodeType": "YulIdentifier", + "src": "7114:3:46" + }, + "nativeSrc": "7114:15:46", + "nodeType": "YulFunctionCall", + "src": "7114:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7135:26:46", + "nodeType": "YulLiteral", + "src": "7135:26:46", + "type": "", + "value": "0xffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "7131:3:46", + "nodeType": "YulIdentifier", + "src": "7131:3:46" + }, + "nativeSrc": "7131:31:46", + "nodeType": "YulFunctionCall", + "src": "7131:31:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "7110:3:46", + "nodeType": "YulIdentifier", + "src": "7110:3:46" + }, + "nativeSrc": "7110:53:46", + "nodeType": "YulFunctionCall", + "src": "7110:53:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7096:6:46", + "nodeType": "YulIdentifier", + "src": "7096:6:46" + }, + "nativeSrc": "7096:68:46", + "nodeType": "YulFunctionCall", + "src": "7096:68:46" + }, + "nativeSrc": "7096:68:46", + "nodeType": "YulExpressionStatement", + "src": "7096:68:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "7184:5:46", + "nodeType": "YulIdentifier", + "src": "7184:5:46" + }, + { + "kind": "number", + "nativeSrc": "7191:2:46", + "nodeType": "YulLiteral", + "src": "7191:2:46", + "type": "", + "value": "20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7180:3:46", + "nodeType": "YulIdentifier", + "src": "7180:3:46" + }, + "nativeSrc": "7180:14:46", + "nodeType": "YulFunctionCall", + "src": "7180:14:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7200:3:46", + "nodeType": "YulLiteral", + "src": "7200:3:46", + "type": "", + "value": "248" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "7219:6:46", + "nodeType": "YulIdentifier", + "src": "7219:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "7212:6:46", + "nodeType": "YulIdentifier", + "src": "7212:6:46" + }, + "nativeSrc": "7212:14:46", + "nodeType": "YulFunctionCall", + "src": "7212:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "7205:6:46", + "nodeType": "YulIdentifier", + "src": "7205:6:46" + }, + "nativeSrc": "7205:22:46", + "nodeType": "YulFunctionCall", + "src": "7205:22:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "7196:3:46", + "nodeType": "YulIdentifier", + "src": "7196:3:46" + }, + "nativeSrc": "7196:32:46", + "nodeType": "YulFunctionCall", + "src": "7196:32:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7173:6:46", + "nodeType": "YulIdentifier", + "src": "7173:6:46" + }, + "nativeSrc": "7173:56:46", + "nodeType": "YulFunctionCall", + "src": "7173:56:46" + }, + "nativeSrc": "7173:56:46", + "nodeType": "YulExpressionStatement", + "src": "7173:56:46" + }, + { + "nativeSrc": "7238:21:46", + "nodeType": "YulAssignment", + "src": "7238:21:46", + "value": { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "7249:5:46", + "nodeType": "YulIdentifier", + "src": "7249:5:46" + }, + { + "kind": "number", + "nativeSrc": "7256:2:46", + "nodeType": "YulLiteral", + "src": "7256:2:46", + "type": "", + "value": "21" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7245:3:46", + "nodeType": "YulIdentifier", + "src": "7245:3:46" + }, + "nativeSrc": "7245:14:46", + "nodeType": "YulFunctionCall", + "src": "7245:14:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "7238:3:46", + "nodeType": "YulIdentifier", + "src": "7238:3:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "6897:3:46", + "nodeType": "YulTypedName", + "src": "6897:3:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "6902:6:46", + "nodeType": "YulTypedName", + "src": "6902:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "6910:6:46", + "nodeType": "YulTypedName", + "src": "6910:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "6918:6:46", + "nodeType": "YulTypedName", + "src": "6918:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "6929:3:46", + "nodeType": "YulTypedName", + "src": "6929:3:46", + "type": "" + } + ], + "src": "6724:541:46" + } + ] + }, + "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": 46, + "language": "Yul", + "name": "#utility.yul" + } + ], + "immutableReferences": { + "2532": [ + { + "length": 32, + "start": 172 + } + ], + "2534": [ + { + "length": 32, + "start": 213 + } + ], + "2536": [ + { + "length": 32, + "start": 254 + } + ] + }, + "linkReferences": {}, + "object": "608060405234801561001057600080fd5b50600436106100415760003560e01c806354fd4d501461004657806360d7a27814610064578063a2ea7c6e14610085575b600080fd5b61004e6100a5565b60405161005b91906105f1565b60405180910390f35b610077610072366004610620565b610148565b60405190815260200161005b565b6100986100933660046106c1565b6102d4565b60405161005b91906106da565b60606100d07f00000000000000000000000000000000000000000000000000000000000000006103de565b6100f97f00000000000000000000000000000000000000000000000000000000000000006103de565b6101227f00000000000000000000000000000000000000000000000000000000000000006103de565b60405160200161013493929190610726565b604051602081830303815290604052905090565b60008060405180608001604052806000801b8152602001856001600160a01b03168152602001841515815260200187878080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920182905250939094525092935091506101bd90508261047e565b60008181526020819052604090205490915015610206576040517f23369fa600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b808252600081815260208181526040918290208451815590840151600182018054938601511515600160a01b027fffffffffffffffffffffff0000000000000000000000000000000000000000009094166001600160a01b039092169190911792909217909155606083015183919060028201906102849082610824565b50905050336001600160a01b0316817fd0b86852e21f9e5fa4bc3b0cff9757ffe243d50c4b43968a42202153d651ea5e846040516102c291906106da565b60405180910390a39695505050505050565b60408051608081018252600080825260208201819052918101919091526060808201526000828152602081815260409182902082516080810184528154815260018201546001600160a01b03811693820193909352600160a01b90920460ff161515928201929092526002820180549192916060840191906103559061079b565b80601f01602080910402602001604051908101604052809291908181526020018280546103819061079b565b80156103ce5780601f106103a3576101008083540402835291602001916103ce565b820191906000526020600020905b8154815290600101906020018083116103b157829003601f168201915b5050505050815250509050919050565b606060006103eb836104be565b600101905060008167ffffffffffffffff81111561040b5761040b610785565b6040519080825280601f01601f191660200182016040528015610435576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461043f57509392505050565b60008160600151826020015183604001516040516020016104a1939291906108e3565b604051602081830303815290604052805190602001209050919050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008310610507577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef81000000008310610533576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc10000831061055157662386f26fc10000830492506010015b6305f5e1008310610569576305f5e100830492506008015b612710831061057d57612710830492506004015b6064831061058f576064830492506002015b600a831061059b576001015b92915050565b60005b838110156105bc5781810151838201526020016105a4565b50506000910152565b600081518084526105dd8160208601602086016105a1565b601f01601f19169290920160200192915050565b60208152600061060460208301846105c5565b9392505050565b8035801515811461061b57600080fd5b919050565b6000806000806060858703121561063657600080fd5b843567ffffffffffffffff81111561064d57600080fd5b8501601f8101871361065e57600080fd5b803567ffffffffffffffff81111561067557600080fd5b87602082840101111561068757600080fd5b6020918201955093508501356001600160a01b03811681146106a857600080fd5b91506106b66040860161060b565b905092959194509250565b6000602082840312156106d357600080fd5b5035919050565b60208152815160208201526001600160a01b0360208301511660408201526040820151151560608201526000606083015160808084015261071e60a08401826105c5565b949350505050565b600084516107388184602089016105a1565b601760f91b90830190815284516107568160018401602089016105a1565b601760f91b6001929091019182015283516107788160028401602088016105a1565b0160020195945050505050565b634e487b7160e01b600052604160045260246000fd5b600181811c908216806107af57607f821691505b6020821081036107cf57634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561081f57806000526020600020601f840160051c810160208510156107fc5750805b601f840160051c820191505b8181101561081c5760008155600101610808565b50505b505050565b815167ffffffffffffffff81111561083e5761083e610785565b6108528161084c845461079b565b846107d5565b6020601f821160018114610886576000831561086e5750848201515b600019600385901b1c1916600184901b17845561081c565b600084815260208120601f198516915b828110156108b65787850151825560209485019460019092019101610896565b50848210156108d45786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b600084516108f58184602089016105a1565b60609490941b6bffffffffffffffffffffffff19169190930190815290151560f81b60148201526015019291505056fea2646970667358221220e5526f6135bf13f7de1b187e57dc09a592f60609e01020ef4606aee159ec6f6164736f6c634300081a0033", + "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 0xE5 MSTORE PUSH16 0x6135BF13F7DE1B187E57DC09A592F606 MULMOD 0xE0 LT KECCAK256 0xEF CHAINID MOD 0xAE 0xE1 MSIZE 0xEC PUSH16 0x6164736F6C634300081A003300000000 ", + "sourceMap": "344:1436:5:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;945:235:6;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;693:598:5;;;;;;:::i;:::-;;:::i;:::-;;;1968:25:46;;;1956:2;1941:18;693:598:5;1822:177:46;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:632:30:-;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:30;-1:-1:-1;794:41:30;-1:-1:-1;924:28:30;;;940:2;924:28;979:247;-1:-1:-1;;1010:5:30;1114:10;1109:2;1098:14;;1093:32;1010:5;1080:46;1170:2;1161:11;;;-1:-1:-1;1190:21:30;979:247;1190:21;-1:-1:-1;1246:6:30;637:632;-1:-1:-1;;;637:632:30: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;25316:916:35:-;25369:7;;25453:8;25444:17;;25440:103;;25490:8;25481:17;;;-1:-1:-1;25526:2:35;25516:12;25440:103;25569:8;25560:5;:17;25556:103;;25606:8;25597:17;;;-1:-1:-1;25642:2:35;25632:12;25556:103;25685:8;25676:5;:17;25672:103;;25722:8;25713:17;;;-1:-1:-1;25758:2:35;25748:12;25672:103;25801:7;25792:5;:16;25788:100;;25837:7;25828:16;;;-1:-1:-1;25872:1:35;25862:11;25788:100;25914:7;25905:5;:16;25901:100;;25950:7;25941:16;;;-1:-1:-1;25985:1:35;25975:11;25901:100;26027:7;26018:5;:16;26014:100;;26063:7;26054:16;;;-1:-1:-1;26098:1:35;26088:11;26014:100;26140:7;26131:5;:16;26127:66;;26177:1;26167:11;26127:66;26219:6;25316:916;-1:-1:-1;;25316:916:35:o;14:250:46:-;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:46;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:46;488:39;;;;529:4;484:50;;269:271;-1:-1:-1;;269:271:46: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:46: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:46;;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:46;-1:-1:-1;1610:20:46;;1597:34;-1:-1:-1;;;;;1660:54:46;;1650:65;;1640:93;;1729:1;1726;1719:12;1640:93;1752:5;-1:-1:-1;1776:35:46;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:46;;2004:180;-1:-1:-1;2004:180:46: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:46;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:46: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:46;;;3384:18;;;3427:13;;3449:78;3427:13;3514:1;3503:13;;3496:4;3484:17;;3449:78;:::i;:::-;-1:-1:-1;;;3590:1:46;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:46:o;3780:184::-;-1:-1:-1;;;3829:1:46;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:46;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:46;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:46;;;6380:26;6331:89;-1:-1:-1;;5188:1:46;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:46;;;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:46;6168:14;;;6184:3;6164:24;6160:37;6156:42;6141:58;6126:74;;6013:201;-1:-1:-1;;;;6260:1:46;6244:14;;;6240:22;6227:36;;-1:-1:-1;5231:1299:46: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:46;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:46: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/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x725209b582291bb83058e3078624b53d15a133f7401c30295e7f3704181d2aed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0564ddb19c6d870e27b789d8f985283d815267ad7224883c2d5243c8bacc7dc0\",\"dweb:/ipfs/QmeC953H4sj88ZRFdJNFdmpf7J9SksP1wK4jyMHLo66z49\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0xb1970fac7b64e6c09611e6691791e848d5e3fe410fa5899e7df2e0afd77a99e3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db5fbb3dddd8b7047465b62575d96231ba8a2774d37fb4737fbf23340fabbb03\",\"dweb:/ipfs/QmVUSvooZKEdEdap619tcJjTLcAuH6QBdZqAzWwnAXZAWJ\"]}},\"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:46", + "nodeType": "YulBlock", + "src": "0:472:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "129:341:46", + "nodeType": "YulBlock", + "src": "129:341:46", + "statements": [ + { + "body": { + "nativeSrc": "175:16:46", + "nodeType": "YulBlock", + "src": "175:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "184:1:46", + "nodeType": "YulLiteral", + "src": "184:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "187:1:46", + "nodeType": "YulLiteral", + "src": "187:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "177:6:46", + "nodeType": "YulIdentifier", + "src": "177:6:46" + }, + "nativeSrc": "177:12:46", + "nodeType": "YulFunctionCall", + "src": "177:12:46" + }, + "nativeSrc": "177:12:46", + "nodeType": "YulExpressionStatement", + "src": "177:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "150:7:46", + "nodeType": "YulIdentifier", + "src": "150:7:46" + }, + { + "name": "headStart", + "nativeSrc": "159:9:46", + "nodeType": "YulIdentifier", + "src": "159:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "146:3:46", + "nodeType": "YulIdentifier", + "src": "146:3:46" + }, + "nativeSrc": "146:23:46", + "nodeType": "YulFunctionCall", + "src": "146:23:46" + }, + { + "kind": "number", + "nativeSrc": "171:2:46", + "nodeType": "YulLiteral", + "src": "171:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "142:3:46", + "nodeType": "YulIdentifier", + "src": "142:3:46" + }, + "nativeSrc": "142:32:46", + "nodeType": "YulFunctionCall", + "src": "142:32:46" + }, + "nativeSrc": "139:52:46", + "nodeType": "YulIf", + "src": "139:52:46" + }, + { + "nativeSrc": "200:14:46", + "nodeType": "YulVariableDeclaration", + "src": "200:14:46", + "value": { + "kind": "number", + "nativeSrc": "213:1:46", + "nodeType": "YulLiteral", + "src": "213:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "204:5:46", + "nodeType": "YulTypedName", + "src": "204:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "223:25:46", + "nodeType": "YulAssignment", + "src": "223:25:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "238:9:46", + "nodeType": "YulIdentifier", + "src": "238:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "232:5:46", + "nodeType": "YulIdentifier", + "src": "232:5:46" + }, + "nativeSrc": "232:16:46", + "nodeType": "YulFunctionCall", + "src": "232:16:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "223:5:46", + "nodeType": "YulIdentifier", + "src": "223:5:46" + } + ] + }, + { + "nativeSrc": "257:15:46", + "nodeType": "YulAssignment", + "src": "257:15:46", + "value": { + "name": "value", + "nativeSrc": "267:5:46", + "nodeType": "YulIdentifier", + "src": "267:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "257:6:46", + "nodeType": "YulIdentifier", + "src": "257:6:46" + } + ] + }, + { + "nativeSrc": "281:16:46", + "nodeType": "YulVariableDeclaration", + "src": "281:16:46", + "value": { + "kind": "number", + "nativeSrc": "296:1:46", + "nodeType": "YulLiteral", + "src": "296:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "285:7:46", + "nodeType": "YulTypedName", + "src": "285:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "306:36:46", + "nodeType": "YulAssignment", + "src": "306:36:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "327:9:46", + "nodeType": "YulIdentifier", + "src": "327:9:46" + }, + { + "kind": "number", + "nativeSrc": "338:2:46", + "nodeType": "YulLiteral", + "src": "338:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "323:3:46", + "nodeType": "YulIdentifier", + "src": "323:3:46" + }, + "nativeSrc": "323:18:46", + "nodeType": "YulFunctionCall", + "src": "323:18:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "317:5:46", + "nodeType": "YulIdentifier", + "src": "317:5:46" + }, + "nativeSrc": "317:25:46", + "nodeType": "YulFunctionCall", + "src": "317:25:46" + }, + "variableNames": [ + { + "name": "value_1", + "nativeSrc": "306:7:46", + "nodeType": "YulIdentifier", + "src": "306:7:46" + } + ] + }, + { + "nativeSrc": "351:17:46", + "nodeType": "YulAssignment", + "src": "351:17:46", + "value": { + "name": "value_1", + "nativeSrc": "361:7:46", + "nodeType": "YulIdentifier", + "src": "361:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "351:6:46", + "nodeType": "YulIdentifier", + "src": "351:6:46" + } + ] + }, + { + "nativeSrc": "377:16:46", + "nodeType": "YulVariableDeclaration", + "src": "377:16:46", + "value": { + "kind": "number", + "nativeSrc": "392:1:46", + "nodeType": "YulLiteral", + "src": "392:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "381:7:46", + "nodeType": "YulTypedName", + "src": "381:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "402:36:46", + "nodeType": "YulAssignment", + "src": "402:36:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "423:9:46", + "nodeType": "YulIdentifier", + "src": "423:9:46" + }, + { + "kind": "number", + "nativeSrc": "434:2:46", + "nodeType": "YulLiteral", + "src": "434:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "419:3:46", + "nodeType": "YulIdentifier", + "src": "419:3:46" + }, + "nativeSrc": "419:18:46", + "nodeType": "YulFunctionCall", + "src": "419:18:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "413:5:46", + "nodeType": "YulIdentifier", + "src": "413:5:46" + }, + "nativeSrc": "413:25:46", + "nodeType": "YulFunctionCall", + "src": "413:25:46" + }, + "variableNames": [ + { + "name": "value_2", + "nativeSrc": "402:7:46", + "nodeType": "YulIdentifier", + "src": "402:7:46" + } + ] + }, + { + "nativeSrc": "447:17:46", + "nodeType": "YulAssignment", + "src": "447:17:46", + "value": { + "name": "value_2", + "nativeSrc": "457:7:46", + "nodeType": "YulIdentifier", + "src": "457:7:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "447:6:46", + "nodeType": "YulIdentifier", + "src": "447:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint256t_uint256t_uint256_fromMemory", + "nativeSrc": "14:456:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "79:9:46", + "nodeType": "YulTypedName", + "src": "79:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "90:7:46", + "nodeType": "YulTypedName", + "src": "90:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "102:6:46", + "nodeType": "YulTypedName", + "src": "102:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "110:6:46", + "nodeType": "YulTypedName", + "src": "110:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "118:6:46", + "nodeType": "YulTypedName", + "src": "118:6:46", + "type": "" + } + ], + "src": "14:456:46" + } + ] + }, + "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": 46, + "language": "Yul", + "name": "#utility.yul" + } + ], + "linkReferences": {}, + "object": "60e0604052348015600f57600080fd5b50604051610424380380610424833981016040819052602c91603c565b60809290925260a05260c0526069565b600080600060608486031215605057600080fd5b5050815160208301516040909301519094929350919050565b60805160a05160c05161038f610095600039600060a701526000607e015260006055015261038f6000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c806354fd4d5014610030575b600080fd5b61003861004e565b6040516100459190610298565b60405180910390f35b60606100797f00000000000000000000000000000000000000000000000000000000000000006100f1565b6100a27f00000000000000000000000000000000000000000000000000000000000000006100f1565b6100cb7f00000000000000000000000000000000000000000000000000000000000000006100f1565b6040516020016100dd939291906102cb565b604051602081830303815290604052905090565b606060006100fe83610191565b600101905060008167ffffffffffffffff81111561011e5761011e61032a565b6040519080825280601f01601f191660200182016040528015610148576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461015257509392505050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106101da577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef81000000008310610206576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc10000831061022457662386f26fc10000830492506010015b6305f5e100831061023c576305f5e100830492506008015b612710831061025057612710830492506004015b60648310610262576064830492506002015b600a831061026e576001015b92915050565b60005b8381101561028f578181015183820152602001610277565b50506000910152565b60208152600082518060208401526102b7816040850160208701610274565b601f01601f19169190910160400192915050565b600084516102dd818460208901610274565b601760f91b90830190815284516102fb816001840160208901610274565b601760f91b60019290910191820152835161031d816002840160208801610274565b0160020195945050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fdfea2646970667358221220e5b7054fb8fe1a80ad41347812037ba82d1354ccce98bc953ffd93de6545d88e64736f6c634300081a0033", + "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 0xE5 0xB7 SDIV 0x4F 0xB8 INVALID BYTE DUP1 0xAD COINBASE CALLVALUE PUSH25 0x12037BA82D1354CCCE98BC953FFD93DE6545D88E64736F6C63 NUMBER STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "250:932:6:-:0;;;692:136;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;759:14;;;;;783;;807;;250:932;;14:456:46;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:46;;338:2;323:18;;317:25;434:2;419:18;;;413:25;232:16;;317:25;;-1:-1:-1;413:25:46;14:456;-1:-1:-1;14:456:46:o;:::-;250:932:6;;;;;;;;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": { + "@log10_10953": { + "entryPoint": 401, + "id": 10953, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@toString_8566": { + "entryPoint": 241, + "id": 8566, + "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:46", + "nodeType": "YulBlock", + "src": "0:2037:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "80:184:46", + "nodeType": "YulBlock", + "src": "80:184:46", + "statements": [ + { + "nativeSrc": "90:10:46", + "nodeType": "YulVariableDeclaration", + "src": "90:10:46", + "value": { + "kind": "number", + "nativeSrc": "99:1:46", + "nodeType": "YulLiteral", + "src": "99:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "94:1:46", + "nodeType": "YulTypedName", + "src": "94:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "159:63:46", + "nodeType": "YulBlock", + "src": "159:63:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "184:3:46", + "nodeType": "YulIdentifier", + "src": "184:3:46" + }, + { + "name": "i", + "nativeSrc": "189:1:46", + "nodeType": "YulIdentifier", + "src": "189:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "180:3:46", + "nodeType": "YulIdentifier", + "src": "180:3:46" + }, + "nativeSrc": "180:11:46", + "nodeType": "YulFunctionCall", + "src": "180:11:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "203:3:46", + "nodeType": "YulIdentifier", + "src": "203:3:46" + }, + { + "name": "i", + "nativeSrc": "208:1:46", + "nodeType": "YulIdentifier", + "src": "208:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "199:3:46", + "nodeType": "YulIdentifier", + "src": "199:3:46" + }, + "nativeSrc": "199:11:46", + "nodeType": "YulFunctionCall", + "src": "199:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "193:5:46", + "nodeType": "YulIdentifier", + "src": "193:5:46" + }, + "nativeSrc": "193:18:46", + "nodeType": "YulFunctionCall", + "src": "193:18:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "173:6:46", + "nodeType": "YulIdentifier", + "src": "173:6:46" + }, + "nativeSrc": "173:39:46", + "nodeType": "YulFunctionCall", + "src": "173:39:46" + }, + "nativeSrc": "173:39:46", + "nodeType": "YulExpressionStatement", + "src": "173:39:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "120:1:46", + "nodeType": "YulIdentifier", + "src": "120:1:46" + }, + { + "name": "length", + "nativeSrc": "123:6:46", + "nodeType": "YulIdentifier", + "src": "123:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "117:2:46", + "nodeType": "YulIdentifier", + "src": "117:2:46" + }, + "nativeSrc": "117:13:46", + "nodeType": "YulFunctionCall", + "src": "117:13:46" + }, + "nativeSrc": "109:113:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "131:19:46", + "nodeType": "YulBlock", + "src": "131:19:46", + "statements": [ + { + "nativeSrc": "133:15:46", + "nodeType": "YulAssignment", + "src": "133:15:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "142:1:46", + "nodeType": "YulIdentifier", + "src": "142:1:46" + }, + { + "kind": "number", + "nativeSrc": "145:2:46", + "nodeType": "YulLiteral", + "src": "145:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "138:3:46", + "nodeType": "YulIdentifier", + "src": "138:3:46" + }, + "nativeSrc": "138:10:46", + "nodeType": "YulFunctionCall", + "src": "138:10:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "133:1:46", + "nodeType": "YulIdentifier", + "src": "133:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "113:3:46", + "nodeType": "YulBlock", + "src": "113:3:46", + "statements": [] + }, + "src": "109:113:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "242:3:46", + "nodeType": "YulIdentifier", + "src": "242:3:46" + }, + { + "name": "length", + "nativeSrc": "247:6:46", + "nodeType": "YulIdentifier", + "src": "247:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "238:3:46", + "nodeType": "YulIdentifier", + "src": "238:3:46" + }, + "nativeSrc": "238:16:46", + "nodeType": "YulFunctionCall", + "src": "238:16:46" + }, + { + "kind": "number", + "nativeSrc": "256:1:46", + "nodeType": "YulLiteral", + "src": "256:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "231:6:46", + "nodeType": "YulIdentifier", + "src": "231:6:46" + }, + "nativeSrc": "231:27:46", + "nodeType": "YulFunctionCall", + "src": "231:27:46" + }, + "nativeSrc": "231:27:46", + "nodeType": "YulExpressionStatement", + "src": "231:27:46" + } + ] + }, + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "14:250:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "src", + "nativeSrc": "58:3:46", + "nodeType": "YulTypedName", + "src": "58:3:46", + "type": "" + }, + { + "name": "dst", + "nativeSrc": "63:3:46", + "nodeType": "YulTypedName", + "src": "63:3:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "68:6:46", + "nodeType": "YulTypedName", + "src": "68:6:46", + "type": "" + } + ], + "src": "14:250:46" + }, + { + "body": { + "nativeSrc": "390:275:46", + "nodeType": "YulBlock", + "src": "390:275:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "407:9:46", + "nodeType": "YulIdentifier", + "src": "407:9:46" + }, + { + "kind": "number", + "nativeSrc": "418:2:46", + "nodeType": "YulLiteral", + "src": "418:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "400:6:46", + "nodeType": "YulIdentifier", + "src": "400:6:46" + }, + "nativeSrc": "400:21:46", + "nodeType": "YulFunctionCall", + "src": "400:21:46" + }, + "nativeSrc": "400:21:46", + "nodeType": "YulExpressionStatement", + "src": "400:21:46" + }, + { + "nativeSrc": "430:27:46", + "nodeType": "YulVariableDeclaration", + "src": "430:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "450:6:46", + "nodeType": "YulIdentifier", + "src": "450:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "444:5:46", + "nodeType": "YulIdentifier", + "src": "444:5:46" + }, + "nativeSrc": "444:13:46", + "nodeType": "YulFunctionCall", + "src": "444:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "434:6:46", + "nodeType": "YulTypedName", + "src": "434:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "477:9:46", + "nodeType": "YulIdentifier", + "src": "477:9:46" + }, + { + "kind": "number", + "nativeSrc": "488:2:46", + "nodeType": "YulLiteral", + "src": "488:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "473:3:46", + "nodeType": "YulIdentifier", + "src": "473:3:46" + }, + "nativeSrc": "473:18:46", + "nodeType": "YulFunctionCall", + "src": "473:18:46" + }, + { + "name": "length", + "nativeSrc": "493:6:46", + "nodeType": "YulIdentifier", + "src": "493:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "466:6:46", + "nodeType": "YulIdentifier", + "src": "466:6:46" + }, + "nativeSrc": "466:34:46", + "nodeType": "YulFunctionCall", + "src": "466:34:46" + }, + "nativeSrc": "466:34:46", + "nodeType": "YulExpressionStatement", + "src": "466:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "548:6:46", + "nodeType": "YulIdentifier", + "src": "548:6:46" + }, + { + "kind": "number", + "nativeSrc": "556:2:46", + "nodeType": "YulLiteral", + "src": "556:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "544:3:46", + "nodeType": "YulIdentifier", + "src": "544:3:46" + }, + "nativeSrc": "544:15:46", + "nodeType": "YulFunctionCall", + "src": "544:15:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "565:9:46", + "nodeType": "YulIdentifier", + "src": "565:9:46" + }, + { + "kind": "number", + "nativeSrc": "576:2:46", + "nodeType": "YulLiteral", + "src": "576:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "561:3:46", + "nodeType": "YulIdentifier", + "src": "561:3:46" + }, + "nativeSrc": "561:18:46", + "nodeType": "YulFunctionCall", + "src": "561:18:46" + }, + { + "name": "length", + "nativeSrc": "581:6:46", + "nodeType": "YulIdentifier", + "src": "581:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "509:34:46", + "nodeType": "YulIdentifier", + "src": "509:34:46" + }, + "nativeSrc": "509:79:46", + "nodeType": "YulFunctionCall", + "src": "509:79:46" + }, + "nativeSrc": "509:79:46", + "nodeType": "YulExpressionStatement", + "src": "509:79:46" + }, + { + "nativeSrc": "597:62:46", + "nodeType": "YulAssignment", + "src": "597:62:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "613:9:46", + "nodeType": "YulIdentifier", + "src": "613:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "632:6:46", + "nodeType": "YulIdentifier", + "src": "632:6:46" + }, + { + "kind": "number", + "nativeSrc": "640:2:46", + "nodeType": "YulLiteral", + "src": "640:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "628:3:46", + "nodeType": "YulIdentifier", + "src": "628:3:46" + }, + "nativeSrc": "628:15:46", + "nodeType": "YulFunctionCall", + "src": "628:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "649:2:46", + "nodeType": "YulLiteral", + "src": "649:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "645:3:46", + "nodeType": "YulIdentifier", + "src": "645:3:46" + }, + "nativeSrc": "645:7:46", + "nodeType": "YulFunctionCall", + "src": "645:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "624:3:46", + "nodeType": "YulIdentifier", + "src": "624:3:46" + }, + "nativeSrc": "624:29:46", + "nodeType": "YulFunctionCall", + "src": "624:29:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "609:3:46", + "nodeType": "YulIdentifier", + "src": "609:3:46" + }, + "nativeSrc": "609:45:46", + "nodeType": "YulFunctionCall", + "src": "609:45:46" + }, + { + "kind": "number", + "nativeSrc": "656:2:46", + "nodeType": "YulLiteral", + "src": "656:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "605:3:46", + "nodeType": "YulIdentifier", + "src": "605:3:46" + }, + "nativeSrc": "605:54:46", + "nodeType": "YulFunctionCall", + "src": "605:54:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "597:4:46", + "nodeType": "YulIdentifier", + "src": "597:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed", + "nativeSrc": "269:396:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "359:9:46", + "nodeType": "YulTypedName", + "src": "359:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "370:6:46", + "nodeType": "YulTypedName", + "src": "370:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "381:4:46", + "nodeType": "YulTypedName", + "src": "381:4:46", + "type": "" + } + ], + "src": "269:396:46" + }, + { + "body": { + "nativeSrc": "1107:550:46", + "nodeType": "YulBlock", + "src": "1107:550:46", + "statements": [ + { + "nativeSrc": "1117:27:46", + "nodeType": "YulVariableDeclaration", + "src": "1117:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "1137:6:46", + "nodeType": "YulIdentifier", + "src": "1137:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "1131:5:46", + "nodeType": "YulIdentifier", + "src": "1131:5:46" + }, + "nativeSrc": "1131:13:46", + "nodeType": "YulFunctionCall", + "src": "1131:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "1121:6:46", + "nodeType": "YulTypedName", + "src": "1121:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "1192:6:46", + "nodeType": "YulIdentifier", + "src": "1192:6:46" + }, + { + "kind": "number", + "nativeSrc": "1200:4:46", + "nodeType": "YulLiteral", + "src": "1200:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1188:3:46", + "nodeType": "YulIdentifier", + "src": "1188:3:46" + }, + "nativeSrc": "1188:17:46", + "nodeType": "YulFunctionCall", + "src": "1188:17:46" + }, + { + "name": "pos", + "nativeSrc": "1207:3:46", + "nodeType": "YulIdentifier", + "src": "1207:3:46" + }, + { + "name": "length", + "nativeSrc": "1212:6:46", + "nodeType": "YulIdentifier", + "src": "1212:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "1153:34:46", + "nodeType": "YulIdentifier", + "src": "1153:34:46" + }, + "nativeSrc": "1153:66:46", + "nodeType": "YulFunctionCall", + "src": "1153:66:46" + }, + "nativeSrc": "1153:66:46", + "nodeType": "YulExpressionStatement", + "src": "1153:66:46" + }, + { + "nativeSrc": "1228:29:46", + "nodeType": "YulVariableDeclaration", + "src": "1228:29:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "1245:3:46", + "nodeType": "YulIdentifier", + "src": "1245:3:46" + }, + { + "name": "length", + "nativeSrc": "1250:6:46", + "nodeType": "YulIdentifier", + "src": "1250:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1241:3:46", + "nodeType": "YulIdentifier", + "src": "1241:3:46" + }, + "nativeSrc": "1241:16:46", + "nodeType": "YulFunctionCall", + "src": "1241:16:46" + }, + "variables": [ + { + "name": "end_1", + "nativeSrc": "1232:5:46", + "nodeType": "YulTypedName", + "src": "1232:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "1273:5:46", + "nodeType": "YulIdentifier", + "src": "1273:5:46" + }, + { + "hexValue": "2e", + "kind": "string", + "nativeSrc": "1280:3:46", + "nodeType": "YulLiteral", + "src": "1280:3:46", + "type": "", + "value": "." + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1266:6:46", + "nodeType": "YulIdentifier", + "src": "1266:6:46" + }, + "nativeSrc": "1266:18:46", + "nodeType": "YulFunctionCall", + "src": "1266:18:46" + }, + "nativeSrc": "1266:18:46", + "nodeType": "YulExpressionStatement", + "src": "1266:18:46" + }, + { + "nativeSrc": "1293:29:46", + "nodeType": "YulVariableDeclaration", + "src": "1293:29:46", + "value": { + "arguments": [ + { + "name": "value1", + "nativeSrc": "1315:6:46", + "nodeType": "YulIdentifier", + "src": "1315:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "1309:5:46", + "nodeType": "YulIdentifier", + "src": "1309:5:46" + }, + "nativeSrc": "1309:13:46", + "nodeType": "YulFunctionCall", + "src": "1309:13:46" + }, + "variables": [ + { + "name": "length_1", + "nativeSrc": "1297:8:46", + "nodeType": "YulTypedName", + "src": "1297:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "1370:6:46", + "nodeType": "YulIdentifier", + "src": "1370:6:46" + }, + { + "kind": "number", + "nativeSrc": "1378:4:46", + "nodeType": "YulLiteral", + "src": "1378:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1366:3:46", + "nodeType": "YulIdentifier", + "src": "1366:3:46" + }, + "nativeSrc": "1366:17:46", + "nodeType": "YulFunctionCall", + "src": "1366:17:46" + }, + { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "1389:5:46", + "nodeType": "YulIdentifier", + "src": "1389:5:46" + }, + { + "kind": "number", + "nativeSrc": "1396:1:46", + "nodeType": "YulLiteral", + "src": "1396:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1385:3:46", + "nodeType": "YulIdentifier", + "src": "1385:3:46" + }, + "nativeSrc": "1385:13:46", + "nodeType": "YulFunctionCall", + "src": "1385:13:46" + }, + { + "name": "length_1", + "nativeSrc": "1400:8:46", + "nodeType": "YulIdentifier", + "src": "1400:8:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "1331:34:46", + "nodeType": "YulIdentifier", + "src": "1331:34:46" + }, + "nativeSrc": "1331:78:46", + "nodeType": "YulFunctionCall", + "src": "1331:78:46" + }, + "nativeSrc": "1331:78:46", + "nodeType": "YulExpressionStatement", + "src": "1331:78:46" + }, + { + "nativeSrc": "1418:30:46", + "nodeType": "YulVariableDeclaration", + "src": "1418:30:46", + "value": { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "1432:5:46", + "nodeType": "YulIdentifier", + "src": "1432:5:46" + }, + { + "name": "length_1", + "nativeSrc": "1439:8:46", + "nodeType": "YulIdentifier", + "src": "1439:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1428:3:46", + "nodeType": "YulIdentifier", + "src": "1428:3:46" + }, + "nativeSrc": "1428:20:46", + "nodeType": "YulFunctionCall", + "src": "1428:20:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "1422:2:46", + "nodeType": "YulTypedName", + "src": "1422:2:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "1468:2:46", + "nodeType": "YulIdentifier", + "src": "1468:2:46" + }, + { + "kind": "number", + "nativeSrc": "1472:1:46", + "nodeType": "YulLiteral", + "src": "1472:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1464:3:46", + "nodeType": "YulIdentifier", + "src": "1464:3:46" + }, + "nativeSrc": "1464:10:46", + "nodeType": "YulFunctionCall", + "src": "1464:10:46" + }, + { + "hexValue": "2e", + "kind": "string", + "nativeSrc": "1476:3:46", + "nodeType": "YulLiteral", + "src": "1476:3:46", + "type": "", + "value": "." + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1457:6:46", + "nodeType": "YulIdentifier", + "src": "1457:6:46" + }, + "nativeSrc": "1457:23:46", + "nodeType": "YulFunctionCall", + "src": "1457:23:46" + }, + "nativeSrc": "1457:23:46", + "nodeType": "YulExpressionStatement", + "src": "1457:23:46" + }, + { + "nativeSrc": "1489:29:46", + "nodeType": "YulVariableDeclaration", + "src": "1489:29:46", + "value": { + "arguments": [ + { + "name": "value2", + "nativeSrc": "1511:6:46", + "nodeType": "YulIdentifier", + "src": "1511:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "1505:5:46", + "nodeType": "YulIdentifier", + "src": "1505:5:46" + }, + "nativeSrc": "1505:13:46", + "nodeType": "YulFunctionCall", + "src": "1505:13:46" + }, + "variables": [ + { + "name": "length_2", + "nativeSrc": "1493:8:46", + "nodeType": "YulTypedName", + "src": "1493:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "1566:6:46", + "nodeType": "YulIdentifier", + "src": "1566:6:46" + }, + { + "kind": "number", + "nativeSrc": "1574:4:46", + "nodeType": "YulLiteral", + "src": "1574:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1562:3:46", + "nodeType": "YulIdentifier", + "src": "1562:3:46" + }, + "nativeSrc": "1562:17:46", + "nodeType": "YulFunctionCall", + "src": "1562:17:46" + }, + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "1585:2:46", + "nodeType": "YulIdentifier", + "src": "1585:2:46" + }, + { + "kind": "number", + "nativeSrc": "1589:1:46", + "nodeType": "YulLiteral", + "src": "1589:1:46", + "type": "", + "value": "2" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1581:3:46", + "nodeType": "YulIdentifier", + "src": "1581:3:46" + }, + "nativeSrc": "1581:10:46", + "nodeType": "YulFunctionCall", + "src": "1581:10:46" + }, + { + "name": "length_2", + "nativeSrc": "1593:8:46", + "nodeType": "YulIdentifier", + "src": "1593:8:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "1527:34:46", + "nodeType": "YulIdentifier", + "src": "1527:34:46" + }, + "nativeSrc": "1527:75:46", + "nodeType": "YulFunctionCall", + "src": "1527:75:46" + }, + "nativeSrc": "1527:75:46", + "nodeType": "YulExpressionStatement", + "src": "1527:75:46" + }, + { + "nativeSrc": "1611:40:46", + "nodeType": "YulAssignment", + "src": "1611:40:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "1630:2:46", + "nodeType": "YulIdentifier", + "src": "1630:2:46" + }, + { + "name": "length_2", + "nativeSrc": "1634:8:46", + "nodeType": "YulIdentifier", + "src": "1634:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1626:3:46", + "nodeType": "YulIdentifier", + "src": "1626:3:46" + }, + "nativeSrc": "1626:17:46", + "nodeType": "YulFunctionCall", + "src": "1626:17:46" + }, + { + "kind": "number", + "nativeSrc": "1645:1:46", + "nodeType": "YulLiteral", + "src": "1645:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1622:3:46", + "nodeType": "YulIdentifier", + "src": "1622:3:46" + }, + "nativeSrc": "1622:25:46", + "nodeType": "YulFunctionCall", + "src": "1622:25:46" + }, + { + "kind": "number", + "nativeSrc": "1649:1:46", + "nodeType": "YulLiteral", + "src": "1649:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1618:3:46", + "nodeType": "YulIdentifier", + "src": "1618:3:46" + }, + "nativeSrc": "1618:33:46", + "nodeType": "YulFunctionCall", + "src": "1618:33:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "1611:3:46", + "nodeType": "YulIdentifier", + "src": "1611:3:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "1067:3:46", + "nodeType": "YulTypedName", + "src": "1067:3:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "1072:6:46", + "nodeType": "YulTypedName", + "src": "1072:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "1080:6:46", + "nodeType": "YulTypedName", + "src": "1080:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1088:6:46", + "nodeType": "YulTypedName", + "src": "1088:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "1099:3:46", + "nodeType": "YulTypedName", + "src": "1099:3:46", + "type": "" + } + ], + "src": "670:987:46" + }, + { + "body": { + "nativeSrc": "1694:152:46", + "nodeType": "YulBlock", + "src": "1694:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1711:1:46", + "nodeType": "YulLiteral", + "src": "1711:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1714:77:46", + "nodeType": "YulLiteral", + "src": "1714:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1704:6:46", + "nodeType": "YulIdentifier", + "src": "1704:6:46" + }, + "nativeSrc": "1704:88:46", + "nodeType": "YulFunctionCall", + "src": "1704:88:46" + }, + "nativeSrc": "1704:88:46", + "nodeType": "YulExpressionStatement", + "src": "1704:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1808:1:46", + "nodeType": "YulLiteral", + "src": "1808:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "1811:4:46", + "nodeType": "YulLiteral", + "src": "1811:4:46", + "type": "", + "value": "0x41" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1801:6:46", + "nodeType": "YulIdentifier", + "src": "1801:6:46" + }, + "nativeSrc": "1801:15:46", + "nodeType": "YulFunctionCall", + "src": "1801:15:46" + }, + "nativeSrc": "1801:15:46", + "nodeType": "YulExpressionStatement", + "src": "1801:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1832:1:46", + "nodeType": "YulLiteral", + "src": "1832:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1835:4:46", + "nodeType": "YulLiteral", + "src": "1835:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1825:6:46", + "nodeType": "YulIdentifier", + "src": "1825:6:46" + }, + "nativeSrc": "1825:15:46", + "nodeType": "YulFunctionCall", + "src": "1825:15:46" + }, + "nativeSrc": "1825:15:46", + "nodeType": "YulExpressionStatement", + "src": "1825:15:46" + } + ] + }, + "name": "panic_error_0x41", + "nativeSrc": "1662:184:46", + "nodeType": "YulFunctionDefinition", + "src": "1662:184:46" + }, + { + "body": { + "nativeSrc": "1883:152:46", + "nodeType": "YulBlock", + "src": "1883:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1900:1:46", + "nodeType": "YulLiteral", + "src": "1900:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1903:77:46", + "nodeType": "YulLiteral", + "src": "1903:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1893:6:46", + "nodeType": "YulIdentifier", + "src": "1893:6:46" + }, + "nativeSrc": "1893:88:46", + "nodeType": "YulFunctionCall", + "src": "1893:88:46" + }, + "nativeSrc": "1893:88:46", + "nodeType": "YulExpressionStatement", + "src": "1893:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1997:1:46", + "nodeType": "YulLiteral", + "src": "1997:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "2000:4:46", + "nodeType": "YulLiteral", + "src": "2000:4:46", + "type": "", + "value": "0x12" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1990:6:46", + "nodeType": "YulIdentifier", + "src": "1990:6:46" + }, + "nativeSrc": "1990:15:46", + "nodeType": "YulFunctionCall", + "src": "1990:15:46" + }, + "nativeSrc": "1990:15:46", + "nodeType": "YulExpressionStatement", + "src": "1990:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2021:1:46", + "nodeType": "YulLiteral", + "src": "2021:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2024:4:46", + "nodeType": "YulLiteral", + "src": "2024:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2014:6:46", + "nodeType": "YulIdentifier", + "src": "2014:6:46" + }, + "nativeSrc": "2014:15:46", + "nodeType": "YulFunctionCall", + "src": "2014:15:46" + }, + "nativeSrc": "2014:15:46", + "nodeType": "YulExpressionStatement", + "src": "2014:15:46" + } + ] + }, + "name": "panic_error_0x12", + "nativeSrc": "1851:184:46", + "nodeType": "YulFunctionDefinition", + "src": "1851:184:46" + } + ] + }, + "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": 46, + "language": "Yul", + "name": "#utility.yul" + } + ], + "immutableReferences": { + "2532": [ + { + "length": 32, + "start": 85 + } + ], + "2534": [ + { + "length": 32, + "start": 126 + } + ], + "2536": [ + { + "length": 32, + "start": 167 + } + ] + }, + "linkReferences": {}, + "object": "608060405234801561001057600080fd5b506004361061002b5760003560e01c806354fd4d5014610030575b600080fd5b61003861004e565b6040516100459190610298565b60405180910390f35b60606100797f00000000000000000000000000000000000000000000000000000000000000006100f1565b6100a27f00000000000000000000000000000000000000000000000000000000000000006100f1565b6100cb7f00000000000000000000000000000000000000000000000000000000000000006100f1565b6040516020016100dd939291906102cb565b604051602081830303815290604052905090565b606060006100fe83610191565b600101905060008167ffffffffffffffff81111561011e5761011e61032a565b6040519080825280601f01601f191660200182016040528015610148576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461015257509392505050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106101da577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef81000000008310610206576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc10000831061022457662386f26fc10000830492506010015b6305f5e100831061023c576305f5e100830492506008015b612710831061025057612710830492506004015b60648310610262576064830492506002015b600a831061026e576001015b92915050565b60005b8381101561028f578181015183820152602001610277565b50506000910152565b60208152600082518060208401526102b7816040850160208701610274565b601f01601f19169190910160400192915050565b600084516102dd818460208901610274565b601760f91b90830190815284516102fb816001840160208901610274565b601760f91b60019290910191820152835161031d816002840160208801610274565b0160020195945050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fdfea2646970667358221220e5b7054fb8fe1a80ad41347812037ba82d1354ccce98bc953ffd93de6545d88e64736f6c634300081a0033", + "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 0xE5 0xB7 SDIV 0x4F 0xB8 INVALID BYTE DUP1 0xAD COINBASE CALLVALUE PUSH25 0x12037BA82D1354CCCE98BC953FFD93DE6545D88E64736F6C63 NUMBER STOP ADDMOD BYTE STOP CALLER ", + "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:632:30:-;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:30;-1:-1:-1;794:41:30;-1:-1:-1;924:28:30;;;940:2;924:28;979:247;-1:-1:-1;;1010:5:30;1114:10;1109:2;1098:14;;1093:32;1010:5;1080:46;1170:2;1161:11;;;-1:-1:-1;1190:21:30;979:247;1190:21;-1:-1:-1;1246:6:30;637:632;-1:-1:-1;;;637:632:30:o;25316:916:35:-;25369:7;;25453:8;25444:17;;25440:103;;25490:8;25481:17;;;-1:-1:-1;25526:2:35;25516:12;25440:103;25569:8;25560:5;:17;25556:103;;25606:8;25597:17;;;-1:-1:-1;25642:2:35;25632:12;25556:103;25685:8;25676:5;:17;25672:103;;25722:8;25713:17;;;-1:-1:-1;25758:2:35;25748:12;25672:103;25801:7;25792:5;:16;25788:100;;25837:7;25828:16;;;-1:-1:-1;25872:1:35;25862:11;25788:100;25914:7;25905:5;:16;25901:100;;25950:7;25941:16;;;-1:-1:-1;25985:1:35;25975:11;25901:100;26027:7;26018:5;:16;26014:100;;26063:7;26054:16;;;-1:-1:-1;26098:1:35;26088:11;26014:100;26140:7;26131:5;:16;26127:66;;26177:1;26167:11;26127:66;26219:6;25316:916;-1:-1:-1;;25316:916:35:o;14:250:46:-;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:46;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:46;609:45;;;;656:2;605:54;;269:396;-1:-1:-1;;269:396:46: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:46;;;1266:18;;;1309:13;;1331:78;1309:13;1396:1;1385:13;;1378:4;1366:17;;1331:78;:::i;:::-;-1:-1:-1;;;1472:1:46;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:46: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/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x725209b582291bb83058e3078624b53d15a133f7401c30295e7f3704181d2aed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0564ddb19c6d870e27b789d8f985283d815267ad7224883c2d5243c8bacc7dc0\",\"dweb:/ipfs/QmeC953H4sj88ZRFdJNFdmpf7J9SksP1wK4jyMHLo66z49\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0xb1970fac7b64e6c09611e6691791e848d5e3fe410fa5899e7df2e0afd77a99e3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db5fbb3dddd8b7047465b62575d96231ba8a2774d37fb4737fbf23340fabbb03\",\"dweb:/ipfs/QmVUSvooZKEdEdap619tcJjTLcAuH6QBdZqAzWwnAXZAWJ\"]}},\"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\":\"0x4aaaf1c0737dd16e81f0d2b9833c549747a5ede6873bf1444bc72aa572d03e98\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eada27d7668eebaea16c3b890aa1b38ffc53965292e26c96f7c44834623f4710\",\"dweb:/ipfs/QmVSWuLtxyCqNbLyY89ptxkvsk4CLLKDQYigEne5Qj8k1L\"]},\"@openzeppelin/contracts/interfaces/IERC5267.sol\":{\"keccak256\":\"0x92aa1df62dc3d33f1656d63bede0923e0df0b706ad4137c8b10b0a8fe549fd92\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c5c0f29195ad64cbe556da8e257dac8f05f78c53f90323c0d2accf8e6922d33a\",\"dweb:/ipfs/QmQ61TED8uaCZwcbh8KkgRSsCav7x7HbcGHwHts3U4DmUP\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/ShortStrings.sol\":{\"keccak256\":\"0x7d94fa0af099a2172eb01f9c8a8a443cbe7e0e43654841563e4e09968efdb549\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://65e38fb76b6add407d4557753ae83dd1268e8261195dbe5c19a580d5ba6e4e9a\",\"dweb:/ipfs/QmTkGSJtaQrqjcyWM4AgemeEmKgtDydKPPVRajsUJRQSrK\"]},\"@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b\",\"dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x725209b582291bb83058e3078624b53d15a133f7401c30295e7f3704181d2aed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0564ddb19c6d870e27b789d8f985283d815267ad7224883c2d5243c8bacc7dc0\",\"dweb:/ipfs/QmeC953H4sj88ZRFdJNFdmpf7J9SksP1wK4jyMHLo66z49\"]},\"@openzeppelin/contracts/utils/cryptography/ECDSA.sol\":{\"keccak256\":\"0x69f54c02b7d81d505910ec198c11ed4c6a728418a868b906b4a0cf29946fda84\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8e25e4bdb7ae1f21d23bfee996e22736fc0ab44cfabedac82a757b1edc5623b9\",\"dweb:/ipfs/QmQdWQvB6JCP9ZMbzi8EvQ1PTETqkcTWrbcVurS7DKpa5n\"]},\"@openzeppelin/contracts/utils/cryptography/EIP712.sol\":{\"keccak256\":\"0x10eb97d047f8d84fe263a02bb4a656ac6674f6679d74532cc37546289e073a9d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3e41287d40b0c46982f1083d40d32de2761f009c5c51627fe79a7feb0ab1cf5c\",\"dweb:/ipfs/Qme7dbh6HX3ZvUJdbQAcVqXkmyXyfcLiUZRhhon3cU6K8p\"]},\"@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol\":{\"keccak256\":\"0x4515543bc4c78561f6bea83ecfdfc3dead55bd59858287d682045b11de1ae575\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://60601f91440125727244fffd2ba84da7caafecaae0fd887c7ccfec678e02b61e\",\"dweb:/ipfs/QmZnKPBtVDiQS9Dp8gZ4sa3ZeTrWVfqF7yuUd6Y8hwm1Rs\"]},\"@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol\":{\"keccak256\":\"0xbdc3bb48ccedb818cd75a6d74a16df55a822e9f6d3cc54c59f576f10aab67b5f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2284f25f2478f419d7781573b17a89d0e7c5589a865d55e2d6ed5163aee23aa8\",\"dweb:/ipfs/QmNsr2625APBQiNKpYnX5VcSnYgfUHR9Uzzp9pRXjoDqK7\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0xb1970fac7b64e6c09611e6691791e848d5e3fe410fa5899e7df2e0afd77a99e3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db5fbb3dddd8b7047465b62575d96231ba8a2774d37fb4737fbf23340fabbb03\",\"dweb:/ipfs/QmVUSvooZKEdEdap619tcJjTLcAuH6QBdZqAzWwnAXZAWJ\"]}},\"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 + }, + "@_9263": { + "entryPoint": null, + "id": 9263, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@_buildDomainSeparator_9310": { + "entryPoint": null, + "id": 9310, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@getStringSlot_8475": { + "entryPoint": null, + "id": 8475, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@toShortStringWithFallback_8315": { + "entryPoint": 349, + "id": 8315, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@toShortString_8217": { + "entryPoint": 400, + "id": 8217, + "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:46", + "nodeType": "YulBlock", + "src": "0:5205:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "46:95:46", + "nodeType": "YulBlock", + "src": "46:95:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "63:1:46", + "nodeType": "YulLiteral", + "src": "63:1:46", + "type": "", + "value": "0" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "70:3:46", + "nodeType": "YulLiteral", + "src": "70:3:46", + "type": "", + "value": "224" + }, + { + "kind": "number", + "nativeSrc": "75:10:46", + "nodeType": "YulLiteral", + "src": "75:10:46", + "type": "", + "value": "0x4e487b71" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "66:3:46", + "nodeType": "YulIdentifier", + "src": "66:3:46" + }, + "nativeSrc": "66:20:46", + "nodeType": "YulFunctionCall", + "src": "66:20:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "56:6:46", + "nodeType": "YulIdentifier", + "src": "56:6:46" + }, + "nativeSrc": "56:31:46", + "nodeType": "YulFunctionCall", + "src": "56:31:46" + }, + "nativeSrc": "56:31:46", + "nodeType": "YulExpressionStatement", + "src": "56:31:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "103:1:46", + "nodeType": "YulLiteral", + "src": "103:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "106:4:46", + "nodeType": "YulLiteral", + "src": "106:4:46", + "type": "", + "value": "0x41" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "96:6:46", + "nodeType": "YulIdentifier", + "src": "96:6:46" + }, + "nativeSrc": "96:15:46", + "nodeType": "YulFunctionCall", + "src": "96:15:46" + }, + "nativeSrc": "96:15:46", + "nodeType": "YulExpressionStatement", + "src": "96:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "127:1:46", + "nodeType": "YulLiteral", + "src": "127:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "130:4:46", + "nodeType": "YulLiteral", + "src": "130:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "120:6:46", + "nodeType": "YulIdentifier", + "src": "120:6:46" + }, + "nativeSrc": "120:15:46", + "nodeType": "YulFunctionCall", + "src": "120:15:46" + }, + "nativeSrc": "120:15:46", + "nodeType": "YulExpressionStatement", + "src": "120:15:46" + } + ] + }, + "name": "panic_error_0x41", + "nativeSrc": "14:127:46", + "nodeType": "YulFunctionDefinition", + "src": "14:127:46" + }, + { + "body": { + "nativeSrc": "212:184:46", + "nodeType": "YulBlock", + "src": "212:184:46", + "statements": [ + { + "nativeSrc": "222:10:46", + "nodeType": "YulVariableDeclaration", + "src": "222:10:46", + "value": { + "kind": "number", + "nativeSrc": "231:1:46", + "nodeType": "YulLiteral", + "src": "231:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "226:1:46", + "nodeType": "YulTypedName", + "src": "226:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "291:63:46", + "nodeType": "YulBlock", + "src": "291:63:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "316:3:46", + "nodeType": "YulIdentifier", + "src": "316:3:46" + }, + { + "name": "i", + "nativeSrc": "321:1:46", + "nodeType": "YulIdentifier", + "src": "321:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "312:3:46", + "nodeType": "YulIdentifier", + "src": "312:3:46" + }, + "nativeSrc": "312:11:46", + "nodeType": "YulFunctionCall", + "src": "312:11:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "335:3:46", + "nodeType": "YulIdentifier", + "src": "335:3:46" + }, + { + "name": "i", + "nativeSrc": "340:1:46", + "nodeType": "YulIdentifier", + "src": "340:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "331:3:46", + "nodeType": "YulIdentifier", + "src": "331:3:46" + }, + "nativeSrc": "331:11:46", + "nodeType": "YulFunctionCall", + "src": "331:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "325:5:46", + "nodeType": "YulIdentifier", + "src": "325:5:46" + }, + "nativeSrc": "325:18:46", + "nodeType": "YulFunctionCall", + "src": "325:18:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "305:6:46", + "nodeType": "YulIdentifier", + "src": "305:6:46" + }, + "nativeSrc": "305:39:46", + "nodeType": "YulFunctionCall", + "src": "305:39:46" + }, + "nativeSrc": "305:39:46", + "nodeType": "YulExpressionStatement", + "src": "305:39:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "252:1:46", + "nodeType": "YulIdentifier", + "src": "252:1:46" + }, + { + "name": "length", + "nativeSrc": "255:6:46", + "nodeType": "YulIdentifier", + "src": "255:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "249:2:46", + "nodeType": "YulIdentifier", + "src": "249:2:46" + }, + "nativeSrc": "249:13:46", + "nodeType": "YulFunctionCall", + "src": "249:13:46" + }, + "nativeSrc": "241:113:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "263:19:46", + "nodeType": "YulBlock", + "src": "263:19:46", + "statements": [ + { + "nativeSrc": "265:15:46", + "nodeType": "YulAssignment", + "src": "265:15:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "274:1:46", + "nodeType": "YulIdentifier", + "src": "274:1:46" + }, + { + "kind": "number", + "nativeSrc": "277:2:46", + "nodeType": "YulLiteral", + "src": "277:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "270:3:46", + "nodeType": "YulIdentifier", + "src": "270:3:46" + }, + "nativeSrc": "270:10:46", + "nodeType": "YulFunctionCall", + "src": "270:10:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "265:1:46", + "nodeType": "YulIdentifier", + "src": "265:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "245:3:46", + "nodeType": "YulBlock", + "src": "245:3:46", + "statements": [] + }, + "src": "241:113:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "374:3:46", + "nodeType": "YulIdentifier", + "src": "374:3:46" + }, + { + "name": "length", + "nativeSrc": "379:6:46", + "nodeType": "YulIdentifier", + "src": "379:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "370:3:46", + "nodeType": "YulIdentifier", + "src": "370:3:46" + }, + "nativeSrc": "370:16:46", + "nodeType": "YulFunctionCall", + "src": "370:16:46" + }, + { + "kind": "number", + "nativeSrc": "388:1:46", + "nodeType": "YulLiteral", + "src": "388:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "363:6:46", + "nodeType": "YulIdentifier", + "src": "363:6:46" + }, + "nativeSrc": "363:27:46", + "nodeType": "YulFunctionCall", + "src": "363:27:46" + }, + "nativeSrc": "363:27:46", + "nodeType": "YulExpressionStatement", + "src": "363:27:46" + } + ] + }, + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "146:250:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "src", + "nativeSrc": "190:3:46", + "nodeType": "YulTypedName", + "src": "190:3:46", + "type": "" + }, + { + "name": "dst", + "nativeSrc": "195:3:46", + "nodeType": "YulTypedName", + "src": "195:3:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "200:6:46", + "nodeType": "YulTypedName", + "src": "200:6:46", + "type": "" + } + ], + "src": "146:250:46" + }, + { + "body": { + "nativeSrc": "522:975:46", + "nodeType": "YulBlock", + "src": "522:975:46", + "statements": [ + { + "body": { + "nativeSrc": "568:16:46", + "nodeType": "YulBlock", + "src": "568:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "577:1:46", + "nodeType": "YulLiteral", + "src": "577:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "580:1:46", + "nodeType": "YulLiteral", + "src": "580:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "570:6:46", + "nodeType": "YulIdentifier", + "src": "570:6:46" + }, + "nativeSrc": "570:12:46", + "nodeType": "YulFunctionCall", + "src": "570:12:46" + }, + "nativeSrc": "570:12:46", + "nodeType": "YulExpressionStatement", + "src": "570:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "543:7:46", + "nodeType": "YulIdentifier", + "src": "543:7:46" + }, + { + "name": "headStart", + "nativeSrc": "552:9:46", + "nodeType": "YulIdentifier", + "src": "552:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "539:3:46", + "nodeType": "YulIdentifier", + "src": "539:3:46" + }, + "nativeSrc": "539:23:46", + "nodeType": "YulFunctionCall", + "src": "539:23:46" + }, + { + "kind": "number", + "nativeSrc": "564:2:46", + "nodeType": "YulLiteral", + "src": "564:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "535:3:46", + "nodeType": "YulIdentifier", + "src": "535:3:46" + }, + "nativeSrc": "535:32:46", + "nodeType": "YulFunctionCall", + "src": "535:32:46" + }, + "nativeSrc": "532:52:46", + "nodeType": "YulIf", + "src": "532:52:46" + }, + { + "nativeSrc": "593:29:46", + "nodeType": "YulVariableDeclaration", + "src": "593:29:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "612:9:46", + "nodeType": "YulIdentifier", + "src": "612:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "606:5:46", + "nodeType": "YulIdentifier", + "src": "606:5:46" + }, + "nativeSrc": "606:16:46", + "nodeType": "YulFunctionCall", + "src": "606:16:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "597:5:46", + "nodeType": "YulTypedName", + "src": "597:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "685:16:46", + "nodeType": "YulBlock", + "src": "685:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "694:1:46", + "nodeType": "YulLiteral", + "src": "694:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "697:1:46", + "nodeType": "YulLiteral", + "src": "697:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "687:6:46", + "nodeType": "YulIdentifier", + "src": "687:6:46" + }, + "nativeSrc": "687:12:46", + "nodeType": "YulFunctionCall", + "src": "687:12:46" + }, + "nativeSrc": "687:12:46", + "nodeType": "YulExpressionStatement", + "src": "687:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "644:5:46", + "nodeType": "YulIdentifier", + "src": "644:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "655:5:46", + "nodeType": "YulIdentifier", + "src": "655:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "670:3:46", + "nodeType": "YulLiteral", + "src": "670:3:46", + "type": "", + "value": "160" + }, + { + "kind": "number", + "nativeSrc": "675:1:46", + "nodeType": "YulLiteral", + "src": "675:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "666:3:46", + "nodeType": "YulIdentifier", + "src": "666:3:46" + }, + "nativeSrc": "666:11:46", + "nodeType": "YulFunctionCall", + "src": "666:11:46" + }, + { + "kind": "number", + "nativeSrc": "679:1:46", + "nodeType": "YulLiteral", + "src": "679:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "662:3:46", + "nodeType": "YulIdentifier", + "src": "662:3:46" + }, + "nativeSrc": "662:19:46", + "nodeType": "YulFunctionCall", + "src": "662:19:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "651:3:46", + "nodeType": "YulIdentifier", + "src": "651:3:46" + }, + "nativeSrc": "651:31:46", + "nodeType": "YulFunctionCall", + "src": "651:31:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "641:2:46", + "nodeType": "YulIdentifier", + "src": "641:2:46" + }, + "nativeSrc": "641:42:46", + "nodeType": "YulFunctionCall", + "src": "641:42:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "634:6:46", + "nodeType": "YulIdentifier", + "src": "634:6:46" + }, + "nativeSrc": "634:50:46", + "nodeType": "YulFunctionCall", + "src": "634:50:46" + }, + "nativeSrc": "631:70:46", + "nodeType": "YulIf", + "src": "631:70:46" + }, + { + "nativeSrc": "710:15:46", + "nodeType": "YulAssignment", + "src": "710:15:46", + "value": { + "name": "value", + "nativeSrc": "720:5:46", + "nodeType": "YulIdentifier", + "src": "720:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "710:6:46", + "nodeType": "YulIdentifier", + "src": "710:6:46" + } + ] + }, + { + "nativeSrc": "734:39:46", + "nodeType": "YulVariableDeclaration", + "src": "734:39:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "758:9:46", + "nodeType": "YulIdentifier", + "src": "758:9:46" + }, + { + "kind": "number", + "nativeSrc": "769:2:46", + "nodeType": "YulLiteral", + "src": "769:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "754:3:46", + "nodeType": "YulIdentifier", + "src": "754:3:46" + }, + "nativeSrc": "754:18:46", + "nodeType": "YulFunctionCall", + "src": "754:18:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "748:5:46", + "nodeType": "YulIdentifier", + "src": "748:5:46" + }, + "nativeSrc": "748:25:46", + "nodeType": "YulFunctionCall", + "src": "748:25:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "738:6:46", + "nodeType": "YulTypedName", + "src": "738:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "816:16:46", + "nodeType": "YulBlock", + "src": "816:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "825:1:46", + "nodeType": "YulLiteral", + "src": "825:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "828:1:46", + "nodeType": "YulLiteral", + "src": "828:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "818:6:46", + "nodeType": "YulIdentifier", + "src": "818:6:46" + }, + "nativeSrc": "818:12:46", + "nodeType": "YulFunctionCall", + "src": "818:12:46" + }, + "nativeSrc": "818:12:46", + "nodeType": "YulExpressionStatement", + "src": "818:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "788:6:46", + "nodeType": "YulIdentifier", + "src": "788:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "804:2:46", + "nodeType": "YulLiteral", + "src": "804:2:46", + "type": "", + "value": "64" + }, + { + "kind": "number", + "nativeSrc": "808:1:46", + "nodeType": "YulLiteral", + "src": "808:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "800:3:46", + "nodeType": "YulIdentifier", + "src": "800:3:46" + }, + "nativeSrc": "800:10:46", + "nodeType": "YulFunctionCall", + "src": "800:10:46" + }, + { + "kind": "number", + "nativeSrc": "812:1:46", + "nodeType": "YulLiteral", + "src": "812:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "796:3:46", + "nodeType": "YulIdentifier", + "src": "796:3:46" + }, + "nativeSrc": "796:18:46", + "nodeType": "YulFunctionCall", + "src": "796:18:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "785:2:46", + "nodeType": "YulIdentifier", + "src": "785:2:46" + }, + "nativeSrc": "785:30:46", + "nodeType": "YulFunctionCall", + "src": "785:30:46" + }, + "nativeSrc": "782:50:46", + "nodeType": "YulIf", + "src": "782:50:46" + }, + { + "nativeSrc": "841:32:46", + "nodeType": "YulVariableDeclaration", + "src": "841:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "855:9:46", + "nodeType": "YulIdentifier", + "src": "855:9:46" + }, + { + "name": "offset", + "nativeSrc": "866:6:46", + "nodeType": "YulIdentifier", + "src": "866:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "851:3:46", + "nodeType": "YulIdentifier", + "src": "851:3:46" + }, + "nativeSrc": "851:22:46", + "nodeType": "YulFunctionCall", + "src": "851:22:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "845:2:46", + "nodeType": "YulTypedName", + "src": "845:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "921:16:46", + "nodeType": "YulBlock", + "src": "921:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "930:1:46", + "nodeType": "YulLiteral", + "src": "930:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "933:1:46", + "nodeType": "YulLiteral", + "src": "933:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "923:6:46", + "nodeType": "YulIdentifier", + "src": "923:6:46" + }, + "nativeSrc": "923:12:46", + "nodeType": "YulFunctionCall", + "src": "923:12:46" + }, + "nativeSrc": "923:12:46", + "nodeType": "YulExpressionStatement", + "src": "923:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "900:2:46", + "nodeType": "YulIdentifier", + "src": "900:2:46" + }, + { + "kind": "number", + "nativeSrc": "904:4:46", + "nodeType": "YulLiteral", + "src": "904:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "896:3:46", + "nodeType": "YulIdentifier", + "src": "896:3:46" + }, + "nativeSrc": "896:13:46", + "nodeType": "YulFunctionCall", + "src": "896:13:46" + }, + { + "name": "dataEnd", + "nativeSrc": "911:7:46", + "nodeType": "YulIdentifier", + "src": "911:7:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "892:3:46", + "nodeType": "YulIdentifier", + "src": "892:3:46" + }, + "nativeSrc": "892:27:46", + "nodeType": "YulFunctionCall", + "src": "892:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "885:6:46", + "nodeType": "YulIdentifier", + "src": "885:6:46" + }, + "nativeSrc": "885:35:46", + "nodeType": "YulFunctionCall", + "src": "885:35:46" + }, + "nativeSrc": "882:55:46", + "nodeType": "YulIf", + "src": "882:55:46" + }, + { + "nativeSrc": "946:23:46", + "nodeType": "YulVariableDeclaration", + "src": "946:23:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "966:2:46", + "nodeType": "YulIdentifier", + "src": "966:2:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "960:5:46", + "nodeType": "YulIdentifier", + "src": "960:5:46" + }, + "nativeSrc": "960:9:46", + "nodeType": "YulFunctionCall", + "src": "960:9:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "950:6:46", + "nodeType": "YulTypedName", + "src": "950:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1012:22:46", + "nodeType": "YulBlock", + "src": "1012:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "1014:16:46", + "nodeType": "YulIdentifier", + "src": "1014:16:46" + }, + "nativeSrc": "1014:18:46", + "nodeType": "YulFunctionCall", + "src": "1014:18:46" + }, + "nativeSrc": "1014:18:46", + "nodeType": "YulExpressionStatement", + "src": "1014:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "984:6:46", + "nodeType": "YulIdentifier", + "src": "984:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1000:2:46", + "nodeType": "YulLiteral", + "src": "1000:2:46", + "type": "", + "value": "64" + }, + { + "kind": "number", + "nativeSrc": "1004:1:46", + "nodeType": "YulLiteral", + "src": "1004:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "996:3:46", + "nodeType": "YulIdentifier", + "src": "996:3:46" + }, + "nativeSrc": "996:10:46", + "nodeType": "YulFunctionCall", + "src": "996:10:46" + }, + { + "kind": "number", + "nativeSrc": "1008:1:46", + "nodeType": "YulLiteral", + "src": "1008:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "992:3:46", + "nodeType": "YulIdentifier", + "src": "992:3:46" + }, + "nativeSrc": "992:18:46", + "nodeType": "YulFunctionCall", + "src": "992:18:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "981:2:46", + "nodeType": "YulIdentifier", + "src": "981:2:46" + }, + "nativeSrc": "981:30:46", + "nodeType": "YulFunctionCall", + "src": "981:30:46" + }, + "nativeSrc": "978:56:46", + "nodeType": "YulIf", + "src": "978:56:46" + }, + { + "nativeSrc": "1043:23:46", + "nodeType": "YulVariableDeclaration", + "src": "1043:23:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1063:2:46", + "nodeType": "YulLiteral", + "src": "1063:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "1057:5:46", + "nodeType": "YulIdentifier", + "src": "1057:5:46" + }, + "nativeSrc": "1057:9:46", + "nodeType": "YulFunctionCall", + "src": "1057:9:46" + }, + "variables": [ + { + "name": "memPtr", + "nativeSrc": "1047:6:46", + "nodeType": "YulTypedName", + "src": "1047:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "1075:85:46", + "nodeType": "YulVariableDeclaration", + "src": "1075:85:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "1097:6:46", + "nodeType": "YulIdentifier", + "src": "1097:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "1121:6:46", + "nodeType": "YulIdentifier", + "src": "1121:6:46" + }, + { + "kind": "number", + "nativeSrc": "1129:4:46", + "nodeType": "YulLiteral", + "src": "1129:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1117:3:46", + "nodeType": "YulIdentifier", + "src": "1117:3:46" + }, + "nativeSrc": "1117:17:46", + "nodeType": "YulFunctionCall", + "src": "1117:17:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1140:2:46", + "nodeType": "YulLiteral", + "src": "1140:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "1136:3:46", + "nodeType": "YulIdentifier", + "src": "1136:3:46" + }, + "nativeSrc": "1136:7:46", + "nodeType": "YulFunctionCall", + "src": "1136:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1113:3:46", + "nodeType": "YulIdentifier", + "src": "1113:3:46" + }, + "nativeSrc": "1113:31:46", + "nodeType": "YulFunctionCall", + "src": "1113:31:46" + }, + { + "kind": "number", + "nativeSrc": "1146:2:46", + "nodeType": "YulLiteral", + "src": "1146:2:46", + "type": "", + "value": "63" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1109:3:46", + "nodeType": "YulIdentifier", + "src": "1109:3:46" + }, + "nativeSrc": "1109:40:46", + "nodeType": "YulFunctionCall", + "src": "1109:40:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1155:2:46", + "nodeType": "YulLiteral", + "src": "1155:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "1151:3:46", + "nodeType": "YulIdentifier", + "src": "1151:3:46" + }, + "nativeSrc": "1151:7:46", + "nodeType": "YulFunctionCall", + "src": "1151:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1105:3:46", + "nodeType": "YulIdentifier", + "src": "1105:3:46" + }, + "nativeSrc": "1105:54:46", + "nodeType": "YulFunctionCall", + "src": "1105:54:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1093:3:46", + "nodeType": "YulIdentifier", + "src": "1093:3:46" + }, + "nativeSrc": "1093:67:46", + "nodeType": "YulFunctionCall", + "src": "1093:67:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "1079:10:46", + "nodeType": "YulTypedName", + "src": "1079:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1235:22:46", + "nodeType": "YulBlock", + "src": "1235:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "1237:16:46", + "nodeType": "YulIdentifier", + "src": "1237:16:46" + }, + "nativeSrc": "1237:18:46", + "nodeType": "YulFunctionCall", + "src": "1237:18:46" + }, + "nativeSrc": "1237:18:46", + "nodeType": "YulExpressionStatement", + "src": "1237:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "1178:10:46", + "nodeType": "YulIdentifier", + "src": "1178:10:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1198:2:46", + "nodeType": "YulLiteral", + "src": "1198:2:46", + "type": "", + "value": "64" + }, + { + "kind": "number", + "nativeSrc": "1202:1:46", + "nodeType": "YulLiteral", + "src": "1202:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "1194:3:46", + "nodeType": "YulIdentifier", + "src": "1194:3:46" + }, + "nativeSrc": "1194:10:46", + "nodeType": "YulFunctionCall", + "src": "1194:10:46" + }, + { + "kind": "number", + "nativeSrc": "1206:1:46", + "nodeType": "YulLiteral", + "src": "1206:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "1190:3:46", + "nodeType": "YulIdentifier", + "src": "1190:3:46" + }, + "nativeSrc": "1190:18:46", + "nodeType": "YulFunctionCall", + "src": "1190:18:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1175:2:46", + "nodeType": "YulIdentifier", + "src": "1175:2:46" + }, + "nativeSrc": "1175:34:46", + "nodeType": "YulFunctionCall", + "src": "1175:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "1214:10:46", + "nodeType": "YulIdentifier", + "src": "1214:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "1226:6:46", + "nodeType": "YulIdentifier", + "src": "1226:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "1211:2:46", + "nodeType": "YulIdentifier", + "src": "1211:2:46" + }, + "nativeSrc": "1211:22:46", + "nodeType": "YulFunctionCall", + "src": "1211:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "1172:2:46", + "nodeType": "YulIdentifier", + "src": "1172:2:46" + }, + "nativeSrc": "1172:62:46", + "nodeType": "YulFunctionCall", + "src": "1172:62:46" + }, + "nativeSrc": "1169:88:46", + "nodeType": "YulIf", + "src": "1169:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1273:2:46", + "nodeType": "YulLiteral", + "src": "1273:2:46", + "type": "", + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "1277:10:46", + "nodeType": "YulIdentifier", + "src": "1277:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1266:6:46", + "nodeType": "YulIdentifier", + "src": "1266:6:46" + }, + "nativeSrc": "1266:22:46", + "nodeType": "YulFunctionCall", + "src": "1266:22:46" + }, + "nativeSrc": "1266:22:46", + "nodeType": "YulExpressionStatement", + "src": "1266:22:46" + }, + { + "expression": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "1304:6:46", + "nodeType": "YulIdentifier", + "src": "1304:6:46" + }, + { + "name": "length", + "nativeSrc": "1312:6:46", + "nodeType": "YulIdentifier", + "src": "1312:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1297:6:46", + "nodeType": "YulIdentifier", + "src": "1297:6:46" + }, + "nativeSrc": "1297:22:46", + "nodeType": "YulFunctionCall", + "src": "1297:22:46" + }, + "nativeSrc": "1297:22:46", + "nodeType": "YulExpressionStatement", + "src": "1297:22:46" + }, + { + "body": { + "nativeSrc": "1369:16:46", + "nodeType": "YulBlock", + "src": "1369:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1378:1:46", + "nodeType": "YulLiteral", + "src": "1378:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1381:1:46", + "nodeType": "YulLiteral", + "src": "1381:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1371:6:46", + "nodeType": "YulIdentifier", + "src": "1371:6:46" + }, + "nativeSrc": "1371:12:46", + "nodeType": "YulFunctionCall", + "src": "1371:12:46" + }, + "nativeSrc": "1371:12:46", + "nodeType": "YulExpressionStatement", + "src": "1371:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "1342:2:46", + "nodeType": "YulIdentifier", + "src": "1342:2:46" + }, + { + "name": "length", + "nativeSrc": "1346:6:46", + "nodeType": "YulIdentifier", + "src": "1346:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1338:3:46", + "nodeType": "YulIdentifier", + "src": "1338:3:46" + }, + "nativeSrc": "1338:15:46", + "nodeType": "YulFunctionCall", + "src": "1338:15:46" + }, + { + "kind": "number", + "nativeSrc": "1355:2:46", + "nodeType": "YulLiteral", + "src": "1355:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1334:3:46", + "nodeType": "YulIdentifier", + "src": "1334:3:46" + }, + "nativeSrc": "1334:24:46", + "nodeType": "YulFunctionCall", + "src": "1334:24:46" + }, + { + "name": "dataEnd", + "nativeSrc": "1360:7:46", + "nodeType": "YulIdentifier", + "src": "1360:7:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1331:2:46", + "nodeType": "YulIdentifier", + "src": "1331:2:46" + }, + "nativeSrc": "1331:37:46", + "nodeType": "YulFunctionCall", + "src": "1331:37:46" + }, + "nativeSrc": "1328:57:46", + "nodeType": "YulIf", + "src": "1328:57:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "1433:2:46", + "nodeType": "YulIdentifier", + "src": "1433:2:46" + }, + { + "kind": "number", + "nativeSrc": "1437:2:46", + "nodeType": "YulLiteral", + "src": "1437:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1429:3:46", + "nodeType": "YulIdentifier", + "src": "1429:3:46" + }, + "nativeSrc": "1429:11:46", + "nodeType": "YulFunctionCall", + "src": "1429:11:46" + }, + { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "1446:6:46", + "nodeType": "YulIdentifier", + "src": "1446:6:46" + }, + { + "kind": "number", + "nativeSrc": "1454:2:46", + "nodeType": "YulLiteral", + "src": "1454:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1442:3:46", + "nodeType": "YulIdentifier", + "src": "1442:3:46" + }, + "nativeSrc": "1442:15:46", + "nodeType": "YulFunctionCall", + "src": "1442:15:46" + }, + { + "name": "length", + "nativeSrc": "1459:6:46", + "nodeType": "YulIdentifier", + "src": "1459:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "1394:34:46", + "nodeType": "YulIdentifier", + "src": "1394:34:46" + }, + "nativeSrc": "1394:72:46", + "nodeType": "YulFunctionCall", + "src": "1394:72:46" + }, + "nativeSrc": "1394:72:46", + "nodeType": "YulExpressionStatement", + "src": "1394:72:46" + }, + { + "nativeSrc": "1475:16:46", + "nodeType": "YulAssignment", + "src": "1475:16:46", + "value": { + "name": "memPtr", + "nativeSrc": "1485:6:46", + "nodeType": "YulIdentifier", + "src": "1485:6:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "1475:6:46", + "nodeType": "YulIdentifier", + "src": "1475:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_contract$_IEAS_$2326t_string_memory_ptr_fromMemory", + "nativeSrc": "401:1096:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "480:9:46", + "nodeType": "YulTypedName", + "src": "480:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "491:7:46", + "nodeType": "YulTypedName", + "src": "491:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "503:6:46", + "nodeType": "YulTypedName", + "src": "503:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "511:6:46", + "nodeType": "YulTypedName", + "src": "511:6:46", + "type": "" + } + ], + "src": "401:1096:46" + }, + { + "body": { + "nativeSrc": "1557:325:46", + "nodeType": "YulBlock", + "src": "1557:325:46", + "statements": [ + { + "nativeSrc": "1567:22:46", + "nodeType": "YulAssignment", + "src": "1567:22:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1581:1:46", + "nodeType": "YulLiteral", + "src": "1581:1:46", + "type": "", + "value": "1" + }, + { + "name": "data", + "nativeSrc": "1584:4:46", + "nodeType": "YulIdentifier", + "src": "1584:4:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "1577:3:46", + "nodeType": "YulIdentifier", + "src": "1577:3:46" + }, + "nativeSrc": "1577:12:46", + "nodeType": "YulFunctionCall", + "src": "1577:12:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "1567:6:46", + "nodeType": "YulIdentifier", + "src": "1567:6:46" + } + ] + }, + { + "nativeSrc": "1598:38:46", + "nodeType": "YulVariableDeclaration", + "src": "1598:38:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "1628:4:46", + "nodeType": "YulIdentifier", + "src": "1628:4:46" + }, + { + "kind": "number", + "nativeSrc": "1634:1:46", + "nodeType": "YulLiteral", + "src": "1634:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1624:3:46", + "nodeType": "YulIdentifier", + "src": "1624:3:46" + }, + "nativeSrc": "1624:12:46", + "nodeType": "YulFunctionCall", + "src": "1624:12:46" + }, + "variables": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "1602:18:46", + "nodeType": "YulTypedName", + "src": "1602:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1675:31:46", + "nodeType": "YulBlock", + "src": "1675:31:46", + "statements": [ + { + "nativeSrc": "1677:27:46", + "nodeType": "YulAssignment", + "src": "1677:27:46", + "value": { + "arguments": [ + { + "name": "length", + "nativeSrc": "1691:6:46", + "nodeType": "YulIdentifier", + "src": "1691:6:46" + }, + { + "kind": "number", + "nativeSrc": "1699:4:46", + "nodeType": "YulLiteral", + "src": "1699:4:46", + "type": "", + "value": "0x7f" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1687:3:46", + "nodeType": "YulIdentifier", + "src": "1687:3:46" + }, + "nativeSrc": "1687:17:46", + "nodeType": "YulFunctionCall", + "src": "1687:17:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "1677:6:46", + "nodeType": "YulIdentifier", + "src": "1677:6:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "1655:18:46", + "nodeType": "YulIdentifier", + "src": "1655:18:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "1648:6:46", + "nodeType": "YulIdentifier", + "src": "1648:6:46" + }, + "nativeSrc": "1648:26:46", + "nodeType": "YulFunctionCall", + "src": "1648:26:46" + }, + "nativeSrc": "1645:61:46", + "nodeType": "YulIf", + "src": "1645:61:46" + }, + { + "body": { + "nativeSrc": "1765:111:46", + "nodeType": "YulBlock", + "src": "1765:111:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1786:1:46", + "nodeType": "YulLiteral", + "src": "1786:1:46", + "type": "", + "value": "0" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1793:3:46", + "nodeType": "YulLiteral", + "src": "1793:3:46", + "type": "", + "value": "224" + }, + { + "kind": "number", + "nativeSrc": "1798:10:46", + "nodeType": "YulLiteral", + "src": "1798:10:46", + "type": "", + "value": "0x4e487b71" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "1789:3:46", + "nodeType": "YulIdentifier", + "src": "1789:3:46" + }, + "nativeSrc": "1789:20:46", + "nodeType": "YulFunctionCall", + "src": "1789:20:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1779:6:46", + "nodeType": "YulIdentifier", + "src": "1779:6:46" + }, + "nativeSrc": "1779:31:46", + "nodeType": "YulFunctionCall", + "src": "1779:31:46" + }, + "nativeSrc": "1779:31:46", + "nodeType": "YulExpressionStatement", + "src": "1779:31:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1830:1:46", + "nodeType": "YulLiteral", + "src": "1830:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "1833:4:46", + "nodeType": "YulLiteral", + "src": "1833:4:46", + "type": "", + "value": "0x22" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1823:6:46", + "nodeType": "YulIdentifier", + "src": "1823:6:46" + }, + "nativeSrc": "1823:15:46", + "nodeType": "YulFunctionCall", + "src": "1823:15:46" + }, + "nativeSrc": "1823:15:46", + "nodeType": "YulExpressionStatement", + "src": "1823:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1858:1:46", + "nodeType": "YulLiteral", + "src": "1858:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1861:4:46", + "nodeType": "YulLiteral", + "src": "1861:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1851:6:46", + "nodeType": "YulIdentifier", + "src": "1851:6:46" + }, + "nativeSrc": "1851:15:46", + "nodeType": "YulFunctionCall", + "src": "1851:15:46" + }, + "nativeSrc": "1851:15:46", + "nodeType": "YulExpressionStatement", + "src": "1851:15:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "1721:18:46", + "nodeType": "YulIdentifier", + "src": "1721:18:46" + }, + { + "arguments": [ + { + "name": "length", + "nativeSrc": "1744:6:46", + "nodeType": "YulIdentifier", + "src": "1744:6:46" + }, + { + "kind": "number", + "nativeSrc": "1752:2:46", + "nodeType": "YulLiteral", + "src": "1752:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "1741:2:46", + "nodeType": "YulIdentifier", + "src": "1741:2:46" + }, + "nativeSrc": "1741:14:46", + "nodeType": "YulFunctionCall", + "src": "1741:14:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "1718:2:46", + "nodeType": "YulIdentifier", + "src": "1718:2:46" + }, + "nativeSrc": "1718:38:46", + "nodeType": "YulFunctionCall", + "src": "1718:38:46" + }, + "nativeSrc": "1715:161:46", + "nodeType": "YulIf", + "src": "1715:161:46" + } + ] + }, + "name": "extract_byte_array_length", + "nativeSrc": "1502:380:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "data", + "nativeSrc": "1537:4:46", + "nodeType": "YulTypedName", + "src": "1537:4:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "length", + "nativeSrc": "1546:6:46", + "nodeType": "YulTypedName", + "src": "1546:6:46", + "type": "" + } + ], + "src": "1502:380:46" + }, + { + "body": { + "nativeSrc": "1943:65:46", + "nodeType": "YulBlock", + "src": "1943:65:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1960:1:46", + "nodeType": "YulLiteral", + "src": "1960:1:46", + "type": "", + "value": "0" + }, + { + "name": "ptr", + "nativeSrc": "1963:3:46", + "nodeType": "YulIdentifier", + "src": "1963:3:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1953:6:46", + "nodeType": "YulIdentifier", + "src": "1953:6:46" + }, + "nativeSrc": "1953:14:46", + "nodeType": "YulFunctionCall", + "src": "1953:14:46" + }, + "nativeSrc": "1953:14:46", + "nodeType": "YulExpressionStatement", + "src": "1953:14:46" + }, + { + "nativeSrc": "1976:26:46", + "nodeType": "YulAssignment", + "src": "1976:26:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1994:1:46", + "nodeType": "YulLiteral", + "src": "1994:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1997:4:46", + "nodeType": "YulLiteral", + "src": "1997:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "keccak256", + "nativeSrc": "1984:9:46", + "nodeType": "YulIdentifier", + "src": "1984:9:46" + }, + "nativeSrc": "1984:18:46", + "nodeType": "YulFunctionCall", + "src": "1984:18:46" + }, + "variableNames": [ + { + "name": "data", + "nativeSrc": "1976:4:46", + "nodeType": "YulIdentifier", + "src": "1976:4:46" + } + ] + } + ] + }, + "name": "array_dataslot_string_storage", + "nativeSrc": "1887:121:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "ptr", + "nativeSrc": "1926:3:46", + "nodeType": "YulTypedName", + "src": "1926:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "data", + "nativeSrc": "1934:4:46", + "nodeType": "YulTypedName", + "src": "1934:4:46", + "type": "" + } + ], + "src": "1887:121:46" + }, + { + "body": { + "nativeSrc": "2094:437:46", + "nodeType": "YulBlock", + "src": "2094:437:46", + "statements": [ + { + "body": { + "nativeSrc": "2127:398:46", + "nodeType": "YulBlock", + "src": "2127:398:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2148:1:46", + "nodeType": "YulLiteral", + "src": "2148:1:46", + "type": "", + "value": "0" + }, + { + "name": "array", + "nativeSrc": "2151:5:46", + "nodeType": "YulIdentifier", + "src": "2151:5:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2141:6:46", + "nodeType": "YulIdentifier", + "src": "2141:6:46" + }, + "nativeSrc": "2141:16:46", + "nodeType": "YulFunctionCall", + "src": "2141:16:46" + }, + "nativeSrc": "2141:16:46", + "nodeType": "YulExpressionStatement", + "src": "2141:16:46" + }, + { + "nativeSrc": "2170:30:46", + "nodeType": "YulVariableDeclaration", + "src": "2170:30:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2192:1:46", + "nodeType": "YulLiteral", + "src": "2192:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2195:4:46", + "nodeType": "YulLiteral", + "src": "2195:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "keccak256", + "nativeSrc": "2182:9:46", + "nodeType": "YulIdentifier", + "src": "2182:9:46" + }, + "nativeSrc": "2182:18:46", + "nodeType": "YulFunctionCall", + "src": "2182:18:46" + }, + "variables": [ + { + "name": "data", + "nativeSrc": "2174:4:46", + "nodeType": "YulTypedName", + "src": "2174:4:46", + "type": "" + } + ] + }, + { + "nativeSrc": "2213:57:46", + "nodeType": "YulVariableDeclaration", + "src": "2213:57:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "2236:4:46", + "nodeType": "YulIdentifier", + "src": "2236:4:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2246:1:46", + "nodeType": "YulLiteral", + "src": "2246:1:46", + "type": "", + "value": "5" + }, + { + "arguments": [ + { + "name": "startIndex", + "nativeSrc": "2253:10:46", + "nodeType": "YulIdentifier", + "src": "2253:10:46" + }, + { + "kind": "number", + "nativeSrc": "2265:2:46", + "nodeType": "YulLiteral", + "src": "2265:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2249:3:46", + "nodeType": "YulIdentifier", + "src": "2249:3:46" + }, + "nativeSrc": "2249:19:46", + "nodeType": "YulFunctionCall", + "src": "2249:19:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "2242:3:46", + "nodeType": "YulIdentifier", + "src": "2242:3:46" + }, + "nativeSrc": "2242:27:46", + "nodeType": "YulFunctionCall", + "src": "2242:27:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2232:3:46", + "nodeType": "YulIdentifier", + "src": "2232:3:46" + }, + "nativeSrc": "2232:38:46", + "nodeType": "YulFunctionCall", + "src": "2232:38:46" + }, + "variables": [ + { + "name": "deleteStart", + "nativeSrc": "2217:11:46", + "nodeType": "YulTypedName", + "src": "2217:11:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2307:23:46", + "nodeType": "YulBlock", + "src": "2307:23:46", + "statements": [ + { + "nativeSrc": "2309:19:46", + "nodeType": "YulAssignment", + "src": "2309:19:46", + "value": { + "name": "data", + "nativeSrc": "2324:4:46", + "nodeType": "YulIdentifier", + "src": "2324:4:46" + }, + "variableNames": [ + { + "name": "deleteStart", + "nativeSrc": "2309:11:46", + "nodeType": "YulIdentifier", + "src": "2309:11:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "startIndex", + "nativeSrc": "2289:10:46", + "nodeType": "YulIdentifier", + "src": "2289:10:46" + }, + { + "kind": "number", + "nativeSrc": "2301:4:46", + "nodeType": "YulLiteral", + "src": "2301:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "2286:2:46", + "nodeType": "YulIdentifier", + "src": "2286:2:46" + }, + "nativeSrc": "2286:20:46", + "nodeType": "YulFunctionCall", + "src": "2286:20:46" + }, + "nativeSrc": "2283:47:46", + "nodeType": "YulIf", + "src": "2283:47:46" + }, + { + "nativeSrc": "2343:41:46", + "nodeType": "YulVariableDeclaration", + "src": "2343:41:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "2357:4:46", + "nodeType": "YulIdentifier", + "src": "2357:4:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2367:1:46", + "nodeType": "YulLiteral", + "src": "2367:1:46", + "type": "", + "value": "5" + }, + { + "arguments": [ + { + "name": "len", + "nativeSrc": "2374:3:46", + "nodeType": "YulIdentifier", + "src": "2374:3:46" + }, + { + "kind": "number", + "nativeSrc": "2379:2:46", + "nodeType": "YulLiteral", + "src": "2379:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2370:3:46", + "nodeType": "YulIdentifier", + "src": "2370:3:46" + }, + "nativeSrc": "2370:12:46", + "nodeType": "YulFunctionCall", + "src": "2370:12:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "2363:3:46", + "nodeType": "YulIdentifier", + "src": "2363:3:46" + }, + "nativeSrc": "2363:20:46", + "nodeType": "YulFunctionCall", + "src": "2363:20:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2353:3:46", + "nodeType": "YulIdentifier", + "src": "2353:3:46" + }, + "nativeSrc": "2353:31:46", + "nodeType": "YulFunctionCall", + "src": "2353:31:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "2347:2:46", + "nodeType": "YulTypedName", + "src": "2347:2:46", + "type": "" + } + ] + }, + { + "nativeSrc": "2397:24:46", + "nodeType": "YulVariableDeclaration", + "src": "2397:24:46", + "value": { + "name": "deleteStart", + "nativeSrc": "2410:11:46", + "nodeType": "YulIdentifier", + "src": "2410:11:46" + }, + "variables": [ + { + "name": "start", + "nativeSrc": "2401:5:46", + "nodeType": "YulTypedName", + "src": "2401:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2495:20:46", + "nodeType": "YulBlock", + "src": "2495:20:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "start", + "nativeSrc": "2504:5:46", + "nodeType": "YulIdentifier", + "src": "2504:5:46" + }, + { + "kind": "number", + "nativeSrc": "2511:1:46", + "nodeType": "YulLiteral", + "src": "2511:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "2497:6:46", + "nodeType": "YulIdentifier", + "src": "2497:6:46" + }, + "nativeSrc": "2497:16:46", + "nodeType": "YulFunctionCall", + "src": "2497:16:46" + }, + "nativeSrc": "2497:16:46", + "nodeType": "YulExpressionStatement", + "src": "2497:16:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "start", + "nativeSrc": "2445:5:46", + "nodeType": "YulIdentifier", + "src": "2445:5:46" + }, + { + "name": "_1", + "nativeSrc": "2452:2:46", + "nodeType": "YulIdentifier", + "src": "2452:2:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "2442:2:46", + "nodeType": "YulIdentifier", + "src": "2442:2:46" + }, + "nativeSrc": "2442:13:46", + "nodeType": "YulFunctionCall", + "src": "2442:13:46" + }, + "nativeSrc": "2434:81:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "2456:26:46", + "nodeType": "YulBlock", + "src": "2456:26:46", + "statements": [ + { + "nativeSrc": "2458:22:46", + "nodeType": "YulAssignment", + "src": "2458:22:46", + "value": { + "arguments": [ + { + "name": "start", + "nativeSrc": "2471:5:46", + "nodeType": "YulIdentifier", + "src": "2471:5:46" + }, + { + "kind": "number", + "nativeSrc": "2478:1:46", + "nodeType": "YulLiteral", + "src": "2478:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2467:3:46", + "nodeType": "YulIdentifier", + "src": "2467:3:46" + }, + "nativeSrc": "2467:13:46", + "nodeType": "YulFunctionCall", + "src": "2467:13:46" + }, + "variableNames": [ + { + "name": "start", + "nativeSrc": "2458:5:46", + "nodeType": "YulIdentifier", + "src": "2458:5:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "2438:3:46", + "nodeType": "YulBlock", + "src": "2438:3:46", + "statements": [] + }, + "src": "2434:81:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "len", + "nativeSrc": "2110:3:46", + "nodeType": "YulIdentifier", + "src": "2110:3:46" + }, + { + "kind": "number", + "nativeSrc": "2115:2:46", + "nodeType": "YulLiteral", + "src": "2115:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "2107:2:46", + "nodeType": "YulIdentifier", + "src": "2107:2:46" + }, + "nativeSrc": "2107:11:46", + "nodeType": "YulFunctionCall", + "src": "2107:11:46" + }, + "nativeSrc": "2104:421:46", + "nodeType": "YulIf", + "src": "2104:421:46" + } + ] + }, + "name": "clean_up_bytearray_end_slots_string_storage", + "nativeSrc": "2013:518:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "array", + "nativeSrc": "2066:5:46", + "nodeType": "YulTypedName", + "src": "2066:5:46", + "type": "" + }, + { + "name": "len", + "nativeSrc": "2073:3:46", + "nodeType": "YulTypedName", + "src": "2073:3:46", + "type": "" + }, + { + "name": "startIndex", + "nativeSrc": "2078:10:46", + "nodeType": "YulTypedName", + "src": "2078:10:46", + "type": "" + } + ], + "src": "2013:518:46" + }, + { + "body": { + "nativeSrc": "2621:81:46", + "nodeType": "YulBlock", + "src": "2621:81:46", + "statements": [ + { + "nativeSrc": "2631:65:46", + "nodeType": "YulAssignment", + "src": "2631:65:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "data", + "nativeSrc": "2646:4:46", + "nodeType": "YulIdentifier", + "src": "2646:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2664:1:46", + "nodeType": "YulLiteral", + "src": "2664:1:46", + "type": "", + "value": "3" + }, + { + "name": "len", + "nativeSrc": "2667:3:46", + "nodeType": "YulIdentifier", + "src": "2667:3:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "2660:3:46", + "nodeType": "YulIdentifier", + "src": "2660:3:46" + }, + "nativeSrc": "2660:11:46", + "nodeType": "YulFunctionCall", + "src": "2660:11:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2677:1:46", + "nodeType": "YulLiteral", + "src": "2677:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "2673:3:46", + "nodeType": "YulIdentifier", + "src": "2673:3:46" + }, + "nativeSrc": "2673:6:46", + "nodeType": "YulFunctionCall", + "src": "2673:6:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "2656:3:46", + "nodeType": "YulIdentifier", + "src": "2656:3:46" + }, + "nativeSrc": "2656:24:46", + "nodeType": "YulFunctionCall", + "src": "2656:24:46" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "2652:3:46", + "nodeType": "YulIdentifier", + "src": "2652:3:46" + }, + "nativeSrc": "2652:29:46", + "nodeType": "YulFunctionCall", + "src": "2652:29:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2642:3:46", + "nodeType": "YulIdentifier", + "src": "2642:3:46" + }, + "nativeSrc": "2642:40:46", + "nodeType": "YulFunctionCall", + "src": "2642:40:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2688:1:46", + "nodeType": "YulLiteral", + "src": "2688:1:46", + "type": "", + "value": "1" + }, + { + "name": "len", + "nativeSrc": "2691:3:46", + "nodeType": "YulIdentifier", + "src": "2691:3:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "2684:3:46", + "nodeType": "YulIdentifier", + "src": "2684:3:46" + }, + "nativeSrc": "2684:11:46", + "nodeType": "YulFunctionCall", + "src": "2684:11:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "2639:2:46", + "nodeType": "YulIdentifier", + "src": "2639:2:46" + }, + "nativeSrc": "2639:57:46", + "nodeType": "YulFunctionCall", + "src": "2639:57:46" + }, + "variableNames": [ + { + "name": "used", + "nativeSrc": "2631:4:46", + "nodeType": "YulIdentifier", + "src": "2631:4:46" + } + ] + } + ] + }, + "name": "extract_used_part_and_set_length_of_short_byte_array", + "nativeSrc": "2536:166:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "data", + "nativeSrc": "2598:4:46", + "nodeType": "YulTypedName", + "src": "2598:4:46", + "type": "" + }, + { + "name": "len", + "nativeSrc": "2604:3:46", + "nodeType": "YulTypedName", + "src": "2604:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "used", + "nativeSrc": "2612:4:46", + "nodeType": "YulTypedName", + "src": "2612:4:46", + "type": "" + } + ], + "src": "2536:166:46" + }, + { + "body": { + "nativeSrc": "2803:1203:46", + "nodeType": "YulBlock", + "src": "2803:1203:46", + "statements": [ + { + "nativeSrc": "2813:24:46", + "nodeType": "YulVariableDeclaration", + "src": "2813:24:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "2833:3:46", + "nodeType": "YulIdentifier", + "src": "2833:3:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2827:5:46", + "nodeType": "YulIdentifier", + "src": "2827:5:46" + }, + "nativeSrc": "2827:10:46", + "nodeType": "YulFunctionCall", + "src": "2827:10:46" + }, + "variables": [ + { + "name": "newLen", + "nativeSrc": "2817:6:46", + "nodeType": "YulTypedName", + "src": "2817:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2880:22:46", + "nodeType": "YulBlock", + "src": "2880:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "2882:16:46", + "nodeType": "YulIdentifier", + "src": "2882:16:46" + }, + "nativeSrc": "2882:18:46", + "nodeType": "YulFunctionCall", + "src": "2882:18:46" + }, + "nativeSrc": "2882:18:46", + "nodeType": "YulExpressionStatement", + "src": "2882:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "2852:6:46", + "nodeType": "YulIdentifier", + "src": "2852:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2868:2:46", + "nodeType": "YulLiteral", + "src": "2868:2:46", + "type": "", + "value": "64" + }, + { + "kind": "number", + "nativeSrc": "2872:1:46", + "nodeType": "YulLiteral", + "src": "2872:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "2864:3:46", + "nodeType": "YulIdentifier", + "src": "2864:3:46" + }, + "nativeSrc": "2864:10:46", + "nodeType": "YulFunctionCall", + "src": "2864:10:46" + }, + { + "kind": "number", + "nativeSrc": "2876:1:46", + "nodeType": "YulLiteral", + "src": "2876:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "2860:3:46", + "nodeType": "YulIdentifier", + "src": "2860:3:46" + }, + "nativeSrc": "2860:18:46", + "nodeType": "YulFunctionCall", + "src": "2860:18:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "2849:2:46", + "nodeType": "YulIdentifier", + "src": "2849:2:46" + }, + "nativeSrc": "2849:30:46", + "nodeType": "YulFunctionCall", + "src": "2849:30:46" + }, + "nativeSrc": "2846:56:46", + "nodeType": "YulIf", + "src": "2846:56:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "2955:4:46", + "nodeType": "YulIdentifier", + "src": "2955:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "slot", + "nativeSrc": "2993:4:46", + "nodeType": "YulIdentifier", + "src": "2993:4:46" + } + ], + "functionName": { + "name": "sload", + "nativeSrc": "2987:5:46", + "nodeType": "YulIdentifier", + "src": "2987:5:46" + }, + "nativeSrc": "2987:11:46", + "nodeType": "YulFunctionCall", + "src": "2987:11:46" + } + ], + "functionName": { + "name": "extract_byte_array_length", + "nativeSrc": "2961:25:46", + "nodeType": "YulIdentifier", + "src": "2961:25:46" + }, + "nativeSrc": "2961:38:46", + "nodeType": "YulFunctionCall", + "src": "2961:38:46" + }, + { + "name": "newLen", + "nativeSrc": "3001:6:46", + "nodeType": "YulIdentifier", + "src": "3001:6:46" + } + ], + "functionName": { + "name": "clean_up_bytearray_end_slots_string_storage", + "nativeSrc": "2911:43:46", + "nodeType": "YulIdentifier", + "src": "2911:43:46" + }, + "nativeSrc": "2911:97:46", + "nodeType": "YulFunctionCall", + "src": "2911:97:46" + }, + "nativeSrc": "2911:97:46", + "nodeType": "YulExpressionStatement", + "src": "2911:97:46" + }, + { + "nativeSrc": "3017:18:46", + "nodeType": "YulVariableDeclaration", + "src": "3017:18:46", + "value": { + "kind": "number", + "nativeSrc": "3034:1:46", + "nodeType": "YulLiteral", + "src": "3034:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "srcOffset", + "nativeSrc": "3021:9:46", + "nodeType": "YulTypedName", + "src": "3021:9:46", + "type": "" + } + ] + }, + { + "nativeSrc": "3044:17:46", + "nodeType": "YulAssignment", + "src": "3044:17:46", + "value": { + "kind": "number", + "nativeSrc": "3057:4:46", + "nodeType": "YulLiteral", + "src": "3057:4:46", + "type": "", + "value": "0x20" + }, + "variableNames": [ + { + "name": "srcOffset", + "nativeSrc": "3044:9:46", + "nodeType": "YulIdentifier", + "src": "3044:9:46" + } + ] + }, + { + "cases": [ + { + "body": { + "nativeSrc": "3107:642:46", + "nodeType": "YulBlock", + "src": "3107:642:46", + "statements": [ + { + "nativeSrc": "3121:35:46", + "nodeType": "YulVariableDeclaration", + "src": "3121:35:46", + "value": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "3140:6:46", + "nodeType": "YulIdentifier", + "src": "3140:6:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3152:2:46", + "nodeType": "YulLiteral", + "src": "3152:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "3148:3:46", + "nodeType": "YulIdentifier", + "src": "3148:3:46" + }, + "nativeSrc": "3148:7:46", + "nodeType": "YulFunctionCall", + "src": "3148:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "3136:3:46", + "nodeType": "YulIdentifier", + "src": "3136:3:46" + }, + "nativeSrc": "3136:20:46", + "nodeType": "YulFunctionCall", + "src": "3136:20:46" + }, + "variables": [ + { + "name": "loopEnd", + "nativeSrc": "3125:7:46", + "nodeType": "YulTypedName", + "src": "3125:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "3169:49:46", + "nodeType": "YulVariableDeclaration", + "src": "3169:49:46", + "value": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "3213:4:46", + "nodeType": "YulIdentifier", + "src": "3213:4:46" + } + ], + "functionName": { + "name": "array_dataslot_string_storage", + "nativeSrc": "3183:29:46", + "nodeType": "YulIdentifier", + "src": "3183:29:46" + }, + "nativeSrc": "3183:35:46", + "nodeType": "YulFunctionCall", + "src": "3183:35:46" + }, + "variables": [ + { + "name": "dstPtr", + "nativeSrc": "3173:6:46", + "nodeType": "YulTypedName", + "src": "3173:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "3231:10:46", + "nodeType": "YulVariableDeclaration", + "src": "3231:10:46", + "value": { + "kind": "number", + "nativeSrc": "3240:1:46", + "nodeType": "YulLiteral", + "src": "3240:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "3235:1:46", + "nodeType": "YulTypedName", + "src": "3235:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "3311:165:46", + "nodeType": "YulBlock", + "src": "3311:165:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "3336:6:46", + "nodeType": "YulIdentifier", + "src": "3336:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "3354:3:46", + "nodeType": "YulIdentifier", + "src": "3354:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "3359:9:46", + "nodeType": "YulIdentifier", + "src": "3359:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3350:3:46", + "nodeType": "YulIdentifier", + "src": "3350:3:46" + }, + "nativeSrc": "3350:19:46", + "nodeType": "YulFunctionCall", + "src": "3350:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "3344:5:46", + "nodeType": "YulIdentifier", + "src": "3344:5:46" + }, + "nativeSrc": "3344:26:46", + "nodeType": "YulFunctionCall", + "src": "3344:26:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "3329:6:46", + "nodeType": "YulIdentifier", + "src": "3329:6:46" + }, + "nativeSrc": "3329:42:46", + "nodeType": "YulFunctionCall", + "src": "3329:42:46" + }, + "nativeSrc": "3329:42:46", + "nodeType": "YulExpressionStatement", + "src": "3329:42:46" + }, + { + "nativeSrc": "3388:24:46", + "nodeType": "YulAssignment", + "src": "3388:24:46", + "value": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "3402:6:46", + "nodeType": "YulIdentifier", + "src": "3402:6:46" + }, + { + "kind": "number", + "nativeSrc": "3410:1:46", + "nodeType": "YulLiteral", + "src": "3410:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3398:3:46", + "nodeType": "YulIdentifier", + "src": "3398:3:46" + }, + "nativeSrc": "3398:14:46", + "nodeType": "YulFunctionCall", + "src": "3398:14:46" + }, + "variableNames": [ + { + "name": "dstPtr", + "nativeSrc": "3388:6:46", + "nodeType": "YulIdentifier", + "src": "3388:6:46" + } + ] + }, + { + "nativeSrc": "3429:33:46", + "nodeType": "YulAssignment", + "src": "3429:33:46", + "value": { + "arguments": [ + { + "name": "srcOffset", + "nativeSrc": "3446:9:46", + "nodeType": "YulIdentifier", + "src": "3446:9:46" + }, + { + "kind": "number", + "nativeSrc": "3457:4:46", + "nodeType": "YulLiteral", + "src": "3457:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3442:3:46", + "nodeType": "YulIdentifier", + "src": "3442:3:46" + }, + "nativeSrc": "3442:20:46", + "nodeType": "YulFunctionCall", + "src": "3442:20:46" + }, + "variableNames": [ + { + "name": "srcOffset", + "nativeSrc": "3429:9:46", + "nodeType": "YulIdentifier", + "src": "3429:9:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "3265:1:46", + "nodeType": "YulIdentifier", + "src": "3265:1:46" + }, + { + "name": "loopEnd", + "nativeSrc": "3268:7:46", + "nodeType": "YulIdentifier", + "src": "3268:7:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "3262:2:46", + "nodeType": "YulIdentifier", + "src": "3262:2:46" + }, + "nativeSrc": "3262:14:46", + "nodeType": "YulFunctionCall", + "src": "3262:14:46" + }, + "nativeSrc": "3254:222:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "3277:21:46", + "nodeType": "YulBlock", + "src": "3277:21:46", + "statements": [ + { + "nativeSrc": "3279:17:46", + "nodeType": "YulAssignment", + "src": "3279:17:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "3288:1:46", + "nodeType": "YulIdentifier", + "src": "3288:1:46" + }, + { + "kind": "number", + "nativeSrc": "3291:4:46", + "nodeType": "YulLiteral", + "src": "3291:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3284:3:46", + "nodeType": "YulIdentifier", + "src": "3284:3:46" + }, + "nativeSrc": "3284:12:46", + "nodeType": "YulFunctionCall", + "src": "3284:12:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "3279:1:46", + "nodeType": "YulIdentifier", + "src": "3279:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "3258:3:46", + "nodeType": "YulBlock", + "src": "3258:3:46", + "statements": [] + }, + "src": "3254:222:46" + }, + { + "body": { + "nativeSrc": "3524:166:46", + "nodeType": "YulBlock", + "src": "3524:166:46", + "statements": [ + { + "nativeSrc": "3542:43:46", + "nodeType": "YulVariableDeclaration", + "src": "3542:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "3569:3:46", + "nodeType": "YulIdentifier", + "src": "3569:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "3574:9:46", + "nodeType": "YulIdentifier", + "src": "3574:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3565:3:46", + "nodeType": "YulIdentifier", + "src": "3565:3:46" + }, + "nativeSrc": "3565:19:46", + "nodeType": "YulFunctionCall", + "src": "3565:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "3559:5:46", + "nodeType": "YulIdentifier", + "src": "3559:5:46" + }, + "nativeSrc": "3559:26:46", + "nodeType": "YulFunctionCall", + "src": "3559:26:46" + }, + "variables": [ + { + "name": "lastValue", + "nativeSrc": "3546:9:46", + "nodeType": "YulTypedName", + "src": "3546:9:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "3609:6:46", + "nodeType": "YulIdentifier", + "src": "3609:6:46" + }, + { + "arguments": [ + { + "name": "lastValue", + "nativeSrc": "3621:9:46", + "nodeType": "YulIdentifier", + "src": "3621:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3648:1:46", + "nodeType": "YulLiteral", + "src": "3648:1:46", + "type": "", + "value": "3" + }, + { + "name": "newLen", + "nativeSrc": "3651:6:46", + "nodeType": "YulIdentifier", + "src": "3651:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "3644:3:46", + "nodeType": "YulIdentifier", + "src": "3644:3:46" + }, + "nativeSrc": "3644:14:46", + "nodeType": "YulFunctionCall", + "src": "3644:14:46" + }, + { + "kind": "number", + "nativeSrc": "3660:3:46", + "nodeType": "YulLiteral", + "src": "3660:3:46", + "type": "", + "value": "248" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "3640:3:46", + "nodeType": "YulIdentifier", + "src": "3640:3:46" + }, + "nativeSrc": "3640:24:46", + "nodeType": "YulFunctionCall", + "src": "3640:24:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3670:1:46", + "nodeType": "YulLiteral", + "src": "3670:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "3666:3:46", + "nodeType": "YulIdentifier", + "src": "3666:3:46" + }, + "nativeSrc": "3666:6:46", + "nodeType": "YulFunctionCall", + "src": "3666:6:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "3636:3:46", + "nodeType": "YulIdentifier", + "src": "3636:3:46" + }, + "nativeSrc": "3636:37:46", + "nodeType": "YulFunctionCall", + "src": "3636:37:46" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "3632:3:46", + "nodeType": "YulIdentifier", + "src": "3632:3:46" + }, + "nativeSrc": "3632:42:46", + "nodeType": "YulFunctionCall", + "src": "3632:42:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "3617:3:46", + "nodeType": "YulIdentifier", + "src": "3617:3:46" + }, + "nativeSrc": "3617:58:46", + "nodeType": "YulFunctionCall", + "src": "3617:58:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "3602:6:46", + "nodeType": "YulIdentifier", + "src": "3602:6:46" + }, + "nativeSrc": "3602:74:46", + "nodeType": "YulFunctionCall", + "src": "3602:74:46" + }, + "nativeSrc": "3602:74:46", + "nodeType": "YulExpressionStatement", + "src": "3602:74:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "loopEnd", + "nativeSrc": "3495:7:46", + "nodeType": "YulIdentifier", + "src": "3495:7:46" + }, + { + "name": "newLen", + "nativeSrc": "3504:6:46", + "nodeType": "YulIdentifier", + "src": "3504:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "3492:2:46", + "nodeType": "YulIdentifier", + "src": "3492:2:46" + }, + "nativeSrc": "3492:19:46", + "nodeType": "YulFunctionCall", + "src": "3492:19:46" + }, + "nativeSrc": "3489:201:46", + "nodeType": "YulIf", + "src": "3489:201:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "3710:4:46", + "nodeType": "YulIdentifier", + "src": "3710:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3724:1:46", + "nodeType": "YulLiteral", + "src": "3724:1:46", + "type": "", + "value": "1" + }, + { + "name": "newLen", + "nativeSrc": "3727:6:46", + "nodeType": "YulIdentifier", + "src": "3727:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "3720:3:46", + "nodeType": "YulIdentifier", + "src": "3720:3:46" + }, + "nativeSrc": "3720:14:46", + "nodeType": "YulFunctionCall", + "src": "3720:14:46" + }, + { + "kind": "number", + "nativeSrc": "3736:1:46", + "nodeType": "YulLiteral", + "src": "3736:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3716:3:46", + "nodeType": "YulIdentifier", + "src": "3716:3:46" + }, + "nativeSrc": "3716:22:46", + "nodeType": "YulFunctionCall", + "src": "3716:22:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "3703:6:46", + "nodeType": "YulIdentifier", + "src": "3703:6:46" + }, + "nativeSrc": "3703:36:46", + "nodeType": "YulFunctionCall", + "src": "3703:36:46" + }, + "nativeSrc": "3703:36:46", + "nodeType": "YulExpressionStatement", + "src": "3703:36:46" + } + ] + }, + "nativeSrc": "3100:649:46", + "nodeType": "YulCase", + "src": "3100:649:46", + "value": { + "kind": "number", + "nativeSrc": "3105:1:46", + "nodeType": "YulLiteral", + "src": "3105:1:46", + "type": "", + "value": "1" + } + }, + { + "body": { + "nativeSrc": "3766:234:46", + "nodeType": "YulBlock", + "src": "3766:234:46", + "statements": [ + { + "nativeSrc": "3780:14:46", + "nodeType": "YulVariableDeclaration", + "src": "3780:14:46", + "value": { + "kind": "number", + "nativeSrc": "3793:1:46", + "nodeType": "YulLiteral", + "src": "3793:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "3784:5:46", + "nodeType": "YulTypedName", + "src": "3784:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "3829:67:46", + "nodeType": "YulBlock", + "src": "3829:67:46", + "statements": [ + { + "nativeSrc": "3847:35:46", + "nodeType": "YulAssignment", + "src": "3847:35:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "3866:3:46", + "nodeType": "YulIdentifier", + "src": "3866:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "3871:9:46", + "nodeType": "YulIdentifier", + "src": "3871:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3862:3:46", + "nodeType": "YulIdentifier", + "src": "3862:3:46" + }, + "nativeSrc": "3862:19:46", + "nodeType": "YulFunctionCall", + "src": "3862:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "3856:5:46", + "nodeType": "YulIdentifier", + "src": "3856:5:46" + }, + "nativeSrc": "3856:26:46", + "nodeType": "YulFunctionCall", + "src": "3856:26:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "3847:5:46", + "nodeType": "YulIdentifier", + "src": "3847:5:46" + } + ] + } + ] + }, + "condition": { + "name": "newLen", + "nativeSrc": "3810:6:46", + "nodeType": "YulIdentifier", + "src": "3810:6:46" + }, + "nativeSrc": "3807:89:46", + "nodeType": "YulIf", + "src": "3807:89:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "3916:4:46", + "nodeType": "YulIdentifier", + "src": "3916:4:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "3975:5:46", + "nodeType": "YulIdentifier", + "src": "3975:5:46" + }, + { + "name": "newLen", + "nativeSrc": "3982:6:46", + "nodeType": "YulIdentifier", + "src": "3982:6:46" + } + ], + "functionName": { + "name": "extract_used_part_and_set_length_of_short_byte_array", + "nativeSrc": "3922:52:46", + "nodeType": "YulIdentifier", + "src": "3922:52:46" + }, + "nativeSrc": "3922:67:46", + "nodeType": "YulFunctionCall", + "src": "3922:67:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "3909:6:46", + "nodeType": "YulIdentifier", + "src": "3909:6:46" + }, + "nativeSrc": "3909:81:46", + "nodeType": "YulFunctionCall", + "src": "3909:81:46" + }, + "nativeSrc": "3909:81:46", + "nodeType": "YulExpressionStatement", + "src": "3909:81:46" + } + ] + }, + "nativeSrc": "3758:242:46", + "nodeType": "YulCase", + "src": "3758:242:46", + "value": "default" + } + ], + "expression": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "3080:6:46", + "nodeType": "YulIdentifier", + "src": "3080:6:46" + }, + { + "kind": "number", + "nativeSrc": "3088:2:46", + "nodeType": "YulLiteral", + "src": "3088:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "3077:2:46", + "nodeType": "YulIdentifier", + "src": "3077:2:46" + }, + "nativeSrc": "3077:14:46", + "nodeType": "YulFunctionCall", + "src": "3077:14:46" + }, + "nativeSrc": "3070:930:46", + "nodeType": "YulSwitch", + "src": "3070:930:46" + } + ] + }, + "name": "copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage", + "nativeSrc": "2707:1299:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "slot", + "nativeSrc": "2788:4:46", + "nodeType": "YulTypedName", + "src": "2788:4:46", + "type": "" + }, + { + "name": "src", + "nativeSrc": "2794:3:46", + "nodeType": "YulTypedName", + "src": "2794:3:46", + "type": "" + } + ], + "src": "2707:1299:46" + }, + { + "body": { + "nativeSrc": "4224:276:46", + "nodeType": "YulBlock", + "src": "4224:276:46", + "statements": [ + { + "nativeSrc": "4234:27:46", + "nodeType": "YulAssignment", + "src": "4234:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4246:9:46", + "nodeType": "YulIdentifier", + "src": "4246:9:46" + }, + { + "kind": "number", + "nativeSrc": "4257:3:46", + "nodeType": "YulLiteral", + "src": "4257:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4242:3:46", + "nodeType": "YulIdentifier", + "src": "4242:3:46" + }, + "nativeSrc": "4242:19:46", + "nodeType": "YulFunctionCall", + "src": "4242:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "4234:4:46", + "nodeType": "YulIdentifier", + "src": "4234:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4277:9:46", + "nodeType": "YulIdentifier", + "src": "4277:9:46" + }, + { + "name": "value0", + "nativeSrc": "4288:6:46", + "nodeType": "YulIdentifier", + "src": "4288:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4270:6:46", + "nodeType": "YulIdentifier", + "src": "4270:6:46" + }, + "nativeSrc": "4270:25:46", + "nodeType": "YulFunctionCall", + "src": "4270:25:46" + }, + "nativeSrc": "4270:25:46", + "nodeType": "YulExpressionStatement", + "src": "4270:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4315:9:46", + "nodeType": "YulIdentifier", + "src": "4315:9:46" + }, + { + "kind": "number", + "nativeSrc": "4326:2:46", + "nodeType": "YulLiteral", + "src": "4326:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4311:3:46", + "nodeType": "YulIdentifier", + "src": "4311:3:46" + }, + "nativeSrc": "4311:18:46", + "nodeType": "YulFunctionCall", + "src": "4311:18:46" + }, + { + "name": "value1", + "nativeSrc": "4331:6:46", + "nodeType": "YulIdentifier", + "src": "4331:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4304:6:46", + "nodeType": "YulIdentifier", + "src": "4304:6:46" + }, + "nativeSrc": "4304:34:46", + "nodeType": "YulFunctionCall", + "src": "4304:34:46" + }, + "nativeSrc": "4304:34:46", + "nodeType": "YulExpressionStatement", + "src": "4304:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4358:9:46", + "nodeType": "YulIdentifier", + "src": "4358:9:46" + }, + { + "kind": "number", + "nativeSrc": "4369:2:46", + "nodeType": "YulLiteral", + "src": "4369:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4354:3:46", + "nodeType": "YulIdentifier", + "src": "4354:3:46" + }, + "nativeSrc": "4354:18:46", + "nodeType": "YulFunctionCall", + "src": "4354:18:46" + }, + { + "name": "value2", + "nativeSrc": "4374:6:46", + "nodeType": "YulIdentifier", + "src": "4374:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4347:6:46", + "nodeType": "YulIdentifier", + "src": "4347:6:46" + }, + "nativeSrc": "4347:34:46", + "nodeType": "YulFunctionCall", + "src": "4347:34:46" + }, + "nativeSrc": "4347:34:46", + "nodeType": "YulExpressionStatement", + "src": "4347:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4401:9:46", + "nodeType": "YulIdentifier", + "src": "4401:9:46" + }, + { + "kind": "number", + "nativeSrc": "4412:2:46", + "nodeType": "YulLiteral", + "src": "4412:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4397:3:46", + "nodeType": "YulIdentifier", + "src": "4397:3:46" + }, + "nativeSrc": "4397:18:46", + "nodeType": "YulFunctionCall", + "src": "4397:18:46" + }, + { + "name": "value3", + "nativeSrc": "4417:6:46", + "nodeType": "YulIdentifier", + "src": "4417:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4390:6:46", + "nodeType": "YulIdentifier", + "src": "4390:6:46" + }, + "nativeSrc": "4390:34:46", + "nodeType": "YulFunctionCall", + "src": "4390:34:46" + }, + "nativeSrc": "4390:34:46", + "nodeType": "YulExpressionStatement", + "src": "4390:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4444:9:46", + "nodeType": "YulIdentifier", + "src": "4444:9:46" + }, + { + "kind": "number", + "nativeSrc": "4455:3:46", + "nodeType": "YulLiteral", + "src": "4455:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4440:3:46", + "nodeType": "YulIdentifier", + "src": "4440:3:46" + }, + "nativeSrc": "4440:19:46", + "nodeType": "YulFunctionCall", + "src": "4440:19:46" + }, + { + "arguments": [ + { + "name": "value4", + "nativeSrc": "4465:6:46", + "nodeType": "YulIdentifier", + "src": "4465:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4481:3:46", + "nodeType": "YulLiteral", + "src": "4481:3:46", + "type": "", + "value": "160" + }, + { + "kind": "number", + "nativeSrc": "4486:1:46", + "nodeType": "YulLiteral", + "src": "4486:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "4477:3:46", + "nodeType": "YulIdentifier", + "src": "4477:3:46" + }, + "nativeSrc": "4477:11:46", + "nodeType": "YulFunctionCall", + "src": "4477:11:46" + }, + { + "kind": "number", + "nativeSrc": "4490:1:46", + "nodeType": "YulLiteral", + "src": "4490:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "4473:3:46", + "nodeType": "YulIdentifier", + "src": "4473:3:46" + }, + "nativeSrc": "4473:19:46", + "nodeType": "YulFunctionCall", + "src": "4473:19:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4461:3:46", + "nodeType": "YulIdentifier", + "src": "4461:3:46" + }, + "nativeSrc": "4461:32:46", + "nodeType": "YulFunctionCall", + "src": "4461:32:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4433:6:46", + "nodeType": "YulIdentifier", + "src": "4433:6:46" + }, + "nativeSrc": "4433:61:46", + "nodeType": "YulFunctionCall", + "src": "4433:61:46" + }, + "nativeSrc": "4433:61:46", + "nodeType": "YulExpressionStatement", + "src": "4433:61:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "4161:9:46", + "nodeType": "YulTypedName", + "src": "4161:9:46", + "type": "" + }, + { + "name": "value4", + "nativeSrc": "4172:6:46", + "nodeType": "YulTypedName", + "src": "4172:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "4180:6:46", + "nodeType": "YulTypedName", + "src": "4180:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "4188:6:46", + "nodeType": "YulTypedName", + "src": "4188:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "4196:6:46", + "nodeType": "YulTypedName", + "src": "4196:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "4204:6:46", + "nodeType": "YulTypedName", + "src": "4204:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "4215:4:46", + "nodeType": "YulTypedName", + "src": "4215:4:46", + "type": "" + } + ], + "src": "4011:489:46" + }, + { + "body": { + "nativeSrc": "4626:275:46", + "nodeType": "YulBlock", + "src": "4626:275:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4643:9:46", + "nodeType": "YulIdentifier", + "src": "4643:9:46" + }, + { + "kind": "number", + "nativeSrc": "4654:2:46", + "nodeType": "YulLiteral", + "src": "4654:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4636:6:46", + "nodeType": "YulIdentifier", + "src": "4636:6:46" + }, + "nativeSrc": "4636:21:46", + "nodeType": "YulFunctionCall", + "src": "4636:21:46" + }, + "nativeSrc": "4636:21:46", + "nodeType": "YulExpressionStatement", + "src": "4636:21:46" + }, + { + "nativeSrc": "4666:27:46", + "nodeType": "YulVariableDeclaration", + "src": "4666:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "4686:6:46", + "nodeType": "YulIdentifier", + "src": "4686:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4680:5:46", + "nodeType": "YulIdentifier", + "src": "4680:5:46" + }, + "nativeSrc": "4680:13:46", + "nodeType": "YulFunctionCall", + "src": "4680:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "4670:6:46", + "nodeType": "YulTypedName", + "src": "4670:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4713:9:46", + "nodeType": "YulIdentifier", + "src": "4713:9:46" + }, + { + "kind": "number", + "nativeSrc": "4724:2:46", + "nodeType": "YulLiteral", + "src": "4724:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4709:3:46", + "nodeType": "YulIdentifier", + "src": "4709:3:46" + }, + "nativeSrc": "4709:18:46", + "nodeType": "YulFunctionCall", + "src": "4709:18:46" + }, + { + "name": "length", + "nativeSrc": "4729:6:46", + "nodeType": "YulIdentifier", + "src": "4729:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4702:6:46", + "nodeType": "YulIdentifier", + "src": "4702:6:46" + }, + "nativeSrc": "4702:34:46", + "nodeType": "YulFunctionCall", + "src": "4702:34:46" + }, + "nativeSrc": "4702:34:46", + "nodeType": "YulExpressionStatement", + "src": "4702:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "4784:6:46", + "nodeType": "YulIdentifier", + "src": "4784:6:46" + }, + { + "kind": "number", + "nativeSrc": "4792:2:46", + "nodeType": "YulLiteral", + "src": "4792:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4780:3:46", + "nodeType": "YulIdentifier", + "src": "4780:3:46" + }, + "nativeSrc": "4780:15:46", + "nodeType": "YulFunctionCall", + "src": "4780:15:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4801:9:46", + "nodeType": "YulIdentifier", + "src": "4801:9:46" + }, + { + "kind": "number", + "nativeSrc": "4812:2:46", + "nodeType": "YulLiteral", + "src": "4812:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4797:3:46", + "nodeType": "YulIdentifier", + "src": "4797:3:46" + }, + "nativeSrc": "4797:18:46", + "nodeType": "YulFunctionCall", + "src": "4797:18:46" + }, + { + "name": "length", + "nativeSrc": "4817:6:46", + "nodeType": "YulIdentifier", + "src": "4817:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "4745:34:46", + "nodeType": "YulIdentifier", + "src": "4745:34:46" + }, + "nativeSrc": "4745:79:46", + "nodeType": "YulFunctionCall", + "src": "4745:79:46" + }, + "nativeSrc": "4745:79:46", + "nodeType": "YulExpressionStatement", + "src": "4745:79:46" + }, + { + "nativeSrc": "4833:62:46", + "nodeType": "YulAssignment", + "src": "4833:62:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4849:9:46", + "nodeType": "YulIdentifier", + "src": "4849:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "4868:6:46", + "nodeType": "YulIdentifier", + "src": "4868:6:46" + }, + { + "kind": "number", + "nativeSrc": "4876:2:46", + "nodeType": "YulLiteral", + "src": "4876:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4864:3:46", + "nodeType": "YulIdentifier", + "src": "4864:3:46" + }, + "nativeSrc": "4864:15:46", + "nodeType": "YulFunctionCall", + "src": "4864:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4885:2:46", + "nodeType": "YulLiteral", + "src": "4885:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "4881:3:46", + "nodeType": "YulIdentifier", + "src": "4881:3:46" + }, + "nativeSrc": "4881:7:46", + "nodeType": "YulFunctionCall", + "src": "4881:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4860:3:46", + "nodeType": "YulIdentifier", + "src": "4860:3:46" + }, + "nativeSrc": "4860:29:46", + "nodeType": "YulFunctionCall", + "src": "4860:29:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4845:3:46", + "nodeType": "YulIdentifier", + "src": "4845:3:46" + }, + "nativeSrc": "4845:45:46", + "nodeType": "YulFunctionCall", + "src": "4845:45:46" + }, + { + "kind": "number", + "nativeSrc": "4892:2:46", + "nodeType": "YulLiteral", + "src": "4892:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4841:3:46", + "nodeType": "YulIdentifier", + "src": "4841:3:46" + }, + "nativeSrc": "4841:54:46", + "nodeType": "YulFunctionCall", + "src": "4841:54:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "4833:4:46", + "nodeType": "YulIdentifier", + "src": "4833:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed", + "nativeSrc": "4505:396:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "4595:9:46", + "nodeType": "YulTypedName", + "src": "4595:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "4606:6:46", + "nodeType": "YulTypedName", + "src": "4606:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "4617:4:46", + "nodeType": "YulTypedName", + "src": "4617:4:46", + "type": "" + } + ], + "src": "4505:396:46" + }, + { + "body": { + "nativeSrc": "5000:203:46", + "nodeType": "YulBlock", + "src": "5000:203:46", + "statements": [ + { + "nativeSrc": "5010:26:46", + "nodeType": "YulVariableDeclaration", + "src": "5010:26:46", + "value": { + "arguments": [ + { + "name": "array", + "nativeSrc": "5030:5:46", + "nodeType": "YulIdentifier", + "src": "5030:5:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "5024:5:46", + "nodeType": "YulIdentifier", + "src": "5024:5:46" + }, + "nativeSrc": "5024:12:46", + "nodeType": "YulFunctionCall", + "src": "5024:12:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "5014:6:46", + "nodeType": "YulTypedName", + "src": "5014:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "5045:32:46", + "nodeType": "YulAssignment", + "src": "5045:32:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "array", + "nativeSrc": "5064:5:46", + "nodeType": "YulIdentifier", + "src": "5064:5:46" + }, + { + "kind": "number", + "nativeSrc": "5071:4:46", + "nodeType": "YulLiteral", + "src": "5071:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5060:3:46", + "nodeType": "YulIdentifier", + "src": "5060:3:46" + }, + "nativeSrc": "5060:16:46", + "nodeType": "YulFunctionCall", + "src": "5060:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "5054:5:46", + "nodeType": "YulIdentifier", + "src": "5054:5:46" + }, + "nativeSrc": "5054:23:46", + "nodeType": "YulFunctionCall", + "src": "5054:23:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "5045:5:46", + "nodeType": "YulIdentifier", + "src": "5045:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "5114:83:46", + "nodeType": "YulBlock", + "src": "5114:83:46", + "statements": [ + { + "nativeSrc": "5128:59:46", + "nodeType": "YulAssignment", + "src": "5128:59:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "5141:5:46", + "nodeType": "YulIdentifier", + "src": "5141:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5156:1:46", + "nodeType": "YulLiteral", + "src": "5156:1:46", + "type": "", + "value": "3" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5163:4:46", + "nodeType": "YulLiteral", + "src": "5163:4:46", + "type": "", + "value": "0x20" + }, + { + "name": "length", + "nativeSrc": "5169:6:46", + "nodeType": "YulIdentifier", + "src": "5169:6:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5159:3:46", + "nodeType": "YulIdentifier", + "src": "5159:3:46" + }, + "nativeSrc": "5159:17:46", + "nodeType": "YulFunctionCall", + "src": "5159:17:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "5152:3:46", + "nodeType": "YulIdentifier", + "src": "5152:3:46" + }, + "nativeSrc": "5152:25:46", + "nodeType": "YulFunctionCall", + "src": "5152:25:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5183:1:46", + "nodeType": "YulLiteral", + "src": "5183:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "5179:3:46", + "nodeType": "YulIdentifier", + "src": "5179:3:46" + }, + "nativeSrc": "5179:6:46", + "nodeType": "YulFunctionCall", + "src": "5179:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "5148:3:46", + "nodeType": "YulIdentifier", + "src": "5148:3:46" + }, + "nativeSrc": "5148:38:46", + "nodeType": "YulFunctionCall", + "src": "5148:38:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "5137:3:46", + "nodeType": "YulIdentifier", + "src": "5137:3:46" + }, + "nativeSrc": "5137:50:46", + "nodeType": "YulFunctionCall", + "src": "5137:50:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "5128:5:46", + "nodeType": "YulIdentifier", + "src": "5128:5:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "5092:6:46", + "nodeType": "YulIdentifier", + "src": "5092:6:46" + }, + { + "kind": "number", + "nativeSrc": "5100:4:46", + "nodeType": "YulLiteral", + "src": "5100:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "5089:2:46", + "nodeType": "YulIdentifier", + "src": "5089:2:46" + }, + "nativeSrc": "5089:16:46", + "nodeType": "YulFunctionCall", + "src": "5089:16:46" + }, + "nativeSrc": "5086:111:46", + "nodeType": "YulIf", + "src": "5086:111:46" + } + ] + }, + "name": "convert_bytes_to_fixedbytes_from_t_bytes_memory_ptr_to_t_bytes32", + "nativeSrc": "4906:297:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "array", + "nativeSrc": "4980:5:46", + "nodeType": "YulTypedName", + "src": "4980:5:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "4990:5:46", + "nodeType": "YulTypedName", + "src": "4990:5:46", + "type": "" + } + ], + "src": "4906:297:46" + } + ] + }, + "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": 46, + "language": "Yul", + "name": "#utility.yul" + } + ], + "linkReferences": {}, + "object": "6101e060405234801561001157600080fd5b5060405161292f38038061292f83398101604081905261003091610211565b6040805180820190915260058152640312e332e360dc1b60208201526001608052600360a052600060c081905282919061006b90839061015d565b6101805261007a81600161015d565b6101a05281516020808401919091206101405281519082012061016052466101005261010a6101405161016051604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201529081019290925260608201524660808201523060a082015260009060c00160405160208183030381529060405280519060200120905090565b60e052505030610120526001600160a01b03821661013b576040516341bc07ff60e11b815260040160405180910390fd5b6001600160a01b0382166101c0526002610155828261036e565b505050610483565b60006020835110156101795761017283610190565b905061018a565b81610184848261036e565b5060ff90505b92915050565b600080829050601f815111156101c4578260405163305a27a960e01b81526004016101bb919061042c565b60405180910390fd5b80516101cf8261045f565b179392505050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156102085781810151838201526020016101f0565b50506000910152565b6000806040838503121561022457600080fd5b82516001600160a01b038116811461023b57600080fd5b60208401519092506001600160401b0381111561025757600080fd5b8301601f8101851361026857600080fd5b80516001600160401b03811115610281576102816101d7565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102af576102af6101d7565b6040528181528282016020018710156102c757600080fd5b6102d88260208301602086016101ed565b8093505050509250929050565b600181811c908216806102f957607f821691505b60208210810361031957634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561036957806000526020600020601f840160051c810160208510156103465750805b601f840160051c820191505b818110156103665760008155600101610352565b50505b505050565b81516001600160401b03811115610387576103876101d7565b61039b8161039584546102e5565b8461031f565b6020601f8211600181146103cf57600083156103b75750848201515b600019600385901b1c1916600184901b178455610366565b600084815260208120601f198516915b828110156103ff57878501518255602094850194600190920191016103df565b508482101561041d5786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b602081526000825180602084015261044b8160408501602087016101ed565b601f01601f19169190910160400192915050565b805160208083015191908110156103195760001960209190910360031b1b16919050565b60805160a05160c05160e05161010051610120516101405161016051610180516101a0516101c05161240a610525600039600081816101ca015281816104840152818161059c015281816109ce0152610b6a015260006110990152600061106c0152600061119901526000611171015260006110cc015260006110f6015260006111200152600061070f015260006106e6015260006106bd015261240a6000f3fe6080604052600436106100c75760003560e01c806365c40b9c11610074578063a6d4dbc71161004e578063a6d4dbc714610236578063b83010d314610249578063ed24911d1461027c57600080fd5b806365c40b9c146101bb57806384b0196e146101ee578063954115251461021657600080fd5b806317d7de7c116100a557806317d7de7c146101715780633c0427151461019357806354fd4d50146101a657600080fd5b80630eabf660146100cc57806310d736d5146100e157806312b11a1714610134575b600080fd5b6100df6100da366004611785565b610291565b005b3480156100ed57600080fd5b506101176100fc3660046117c7565b6000908152600360205260409020546001600160a01b031690565b6040516001600160a01b0390911681526020015b60405180910390f35b34801561014057600080fd5b507fea02ffba7dcb45f6fc649714d23f315eef12e3b27f9a7735d8d8bf41eb2b1af15b60405190815260200161012b565b34801561017d57600080fd5b506101866104f3565b60405161012b9190611830565b6101636101a136600461184a565b610585565b3480156101b257600080fd5b506101866106b6565b3480156101c757600080fd5b507f0000000000000000000000000000000000000000000000000000000000000000610117565b3480156101fa57600080fd5b50610203610759565b60405161012b9796959493929190611885565b610229610224366004611785565b6107bb565b60405161012b9190611939565b6100df61024436600461197c565b610b51565b34801561025557600080fd5b507f78a69a78c1a55cdff5cbf949580b410778cd9e4d1ecbe6f06a7fa8dc2441b57d610163565b34801561028857600080fd5b50610163610c44565b8060008167ffffffffffffffff8111156102ad576102ad611998565b6040519080825280602002602001820160405280156102f357816020015b6040805180820190915260008152606060208201528152602001906001900390816102cb5790505b50905060005b82811015610453576000858583818110610315576103156119ae565b905060200281019061032791906119c4565b61033090611be8565b602081015180519192509080158061034d57508260400151518114155b1561036b5760405163251f56a160e21b815260040160405180910390fd5b60005b8181101561040857600083828151811061038a5761038a6119ae565b602002602001015190506103ff6040518060a0016040528087600001518152602001838152602001876040015185815181106103c8576103c86119ae565b6020026020010151815260200187606001516001600160a01b03168152602001876080015167ffffffffffffffff16815250610c53565b5060010161036e565b5060405180604001604052808460000151815260200183815250858581518110610434576104346119ae565b602002602001018190525050505061044c8160010190565b90506102f9565b506040517f4cb7e9e50000000000000000000000000000000000000000000000000000000081526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690634cb7e9e59034906104bb908590600401611ce9565b6000604051808303818588803b1580156104d457600080fd5b505af11580156104e8573d6000803e3d6000fd5b505050505050505050565b60606002805461050290611da2565b80601f016020809104026020016040519081016040528092919081815260200182805461052e90611da2565b801561057b5780601f106105505761010080835404028352916020019161057b565b820191906000526020600020905b81548152906001019060200180831161055e57829003601f168201915b5050505050905090565b600061059861059383611ee4565b610e3c565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663f17325e7346040518060400160405280876000013581526020018780602001906105ef9190611f5d565b6105f890611f73565b8152506040518363ffffffff1660e01b81526004016106179190611fe5565b60206040518083038185885af1158015610635573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061065a9190612012565b905061066c60c0840160a0850161202b565b600082815260036020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b039290921691909117905592915050565b60606106e17f0000000000000000000000000000000000000000000000000000000000000000610fc5565b61070a7f0000000000000000000000000000000000000000000000000000000000000000610fc5565b6107337f0000000000000000000000000000000000000000000000000000000000000000610fc5565b60405160200161074593929190612046565b604051602081830303815290604052905090565b60006060806000806000606061076d611065565b610775611092565b604080516000808252602082019092527f0f000000000000000000000000000000000000000000000000000000000000009b939a50919850469750309650945092509050565b60608160008167ffffffffffffffff8111156107d9576107d9611998565b60405190808252806020026020018201604052801561081f57816020015b6040805180820190915260008152606060208201528152602001906001900390816107f75790505b50905060005b828110156109c95736868683818110610840576108406119ae565b905060200281019061085291906119c4565b905036600061086460208401846120a5565b909250905080801580610885575061087f60408501856120ef565b90508114155b156108a35760405163251f56a160e21b815260040160405180910390fd5b60005b818110156109775761096f6040518060a00160405280876000013581526020018686858181106108d8576108d86119ae565b90506020028101906108ea9190611f5d565b6108f390611f73565b815260200161090560408901896120ef565b85818110610915576109156119ae565b90506060020180360381019061092b9190612138565b81526020016109406080890160608a0161202b565b6001600160a01b0316815260200161095e60a0890160808a01612154565b67ffffffffffffffff169052610e3c565b6001016108a6565b50604080518082019091528435815260208101610994848661216f565b8152508686815181106109a9576109a96119ae565b6020026020010181905250505050506109c28160010190565b9050610825565b5060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166344adc90e34846040518363ffffffff1660e01b8152600401610a1991906121d5565b60006040518083038185885af1158015610a37573d6000803e3d6000fd5b50505050506040513d6000823e601f3d908101601f19168201604052610a60919081019061228c565b90506000805b84811015610b435736888883818110610a8157610a816119ae565b9050602002810190610a9391906119c4565b9050366000610aa560208401846120a5565b90925090508060005b81811015610b2d57610ac6608086016060870161202b565b600360008a8a81518110610adc57610adc6119ae565b6020026020010151815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b03160217905550866001019650610b268160010190565b9050610aae565b5050505050610b3c8160010190565b9050610a66565b509093505050505b92915050565b610b68610b6336839003830183612322565b610c53565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663469262673460405180604001604052808560000135815260200185602001803603810190610bc19190612390565b90526040517fffffffff0000000000000000000000000000000000000000000000000000000060e085901b16815281516004820152602091820151805160248301529091015160448201526064016000604051808303818588803b158015610c2857600080fd5b505af1158015610c3c573d6000803e3d6000fd5b505050505050565b6000610c4e6110bf565b905090565b608081015167ffffffffffffffff1615801590610c8757504267ffffffffffffffff16816080015167ffffffffffffffff16105b15610ca557604051631ab7da6b60e01b815260040160405180910390fd5b6020808201518051600090815260039092526040909120546001600160a01b031680610cfd576040517fc5723b5100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b0381163314610d3f576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040830151610d4d816111ea565b606080850151855185516020808801516080808b0151604080517f78a69a78c1a55cdff5cbf949580b410778cd9e4d1ecbe6f06a7fa8dc2441b57d958101959095526001600160a01b0390971696840196909652958201939093529384015260a083015267ffffffffffffffff1660c0820152600090610de69060e0015b604051602081830303815290604052805190602001206112da565b905084606001516001600160a01b0316610e0e82846000015185602001518660400151611322565b6001600160a01b031614610e3557604051638baa579f60e01b815260040160405180910390fd5b5050505050565b608081015167ffffffffffffffff1615801590610e7057504267ffffffffffffffff16816080015167ffffffffffffffff16105b15610e8e57604051631ab7da6b60e01b815260040160405180910390fd5b60208101516040820151610ea1816111ea565b6000610f707fea02ffba7dcb45f6fc649714d23f315eef12e3b27f9a7735d8d8bf41eb2b1af160001b8560600151866000015186600001518760200151886040015189606001518a60800151805190602001208b60a001518d60800151604051602001610dcb9a99989796959493929190998a526001600160a01b0398891660208b015260408a019790975294909616606088015267ffffffffffffffff928316608088015290151560a087015260c086015260e0850193909352610100840152166101208201526101400190565b905083606001516001600160a01b0316610f9882846000015185602001518660400151611322565b6001600160a01b031614610fbf57604051638baa579f60e01b815260040160405180910390fd5b50505050565b60606000610fd283611350565b600101905060008167ffffffffffffffff811115610ff257610ff2611998565b6040519080825280601f01601f19166020018201604052801561101c576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461102657509392505050565b6060610c4e7f00000000000000000000000000000000000000000000000000000000000000006000611432565b6060610c4e7f00000000000000000000000000000000000000000000000000000000000000006001611432565b6000306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614801561111857507f000000000000000000000000000000000000000000000000000000000000000046145b1561114257507f000000000000000000000000000000000000000000000000000000000000000090565b610c4e604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201527f0000000000000000000000000000000000000000000000000000000000000000918101919091527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260009060c00160405160208183030381529060405280519060200120905090565b8051602080830151604080850151905160f89490941b7fff00000000000000000000000000000000000000000000000000000000000000169284019290925260218301526041820152600090606101604051602081830303815290604052905060048160405161125a91906123ac565b9081526040519081900360200190205460ff16156112a4576040517fcce9a82400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60016004826040516112b691906123ac565b908152604051908190036020019020805491151560ff199092169190911790555050565b6000610b4b6112e76110bf565b836040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b600080600080611334888888886114dd565b92509250925061134482826115ac565b50909695505050505050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008310611399577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106113c5576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106113e357662386f26fc10000830492506010015b6305f5e10083106113fb576305f5e100830492506008015b612710831061140f57612710830492506004015b60648310611421576064830492506002015b600a8310610b4b5760010192915050565b606060ff831461144c57611445836116b9565b9050610b4b565b81805461145890611da2565b80601f016020809104026020016040519081016040528092919081815260200182805461148490611da2565b80156114d15780601f106114a6576101008083540402835291602001916114d1565b820191906000526020600020905b8154815290600101906020018083116114b457829003601f168201915b50505050509050610b4b565b600080807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a084111561151857506000915060039050826115a2565b604080516000808252602082018084528a905260ff891692820192909252606081018790526080810186905260019060a0016020604051602081039080840390855afa15801561156c573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116611598575060009250600191508290506115a2565b9250600091508190505b9450945094915050565b60008260038111156115c0576115c06123be565b036115c9575050565b60018260038111156115dd576115dd6123be565b03611614576040517ff645eedf00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002826003811115611628576116286123be565b03611667576040517ffce698f7000000000000000000000000000000000000000000000000000000008152600481018290526024015b60405180910390fd5b600382600381111561167b5761167b6123be565b036116b5576040517fd78bce0c0000000000000000000000000000000000000000000000000000000081526004810182905260240161165e565b5050565b606060006116c6836116f8565b604080516020808252818301909252919250600091906020820181803683375050509182525060208101929092525090565b600060ff8216601f811115610b4b576040517fb3512b0c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008083601f84011261174b57600080fd5b50813567ffffffffffffffff81111561176357600080fd5b6020830191508360208260051b850101111561177e57600080fd5b9250929050565b6000806020838503121561179857600080fd5b823567ffffffffffffffff8111156117af57600080fd5b6117bb85828601611739565b90969095509350505050565b6000602082840312156117d957600080fd5b5035919050565b60005b838110156117fb5781810151838201526020016117e3565b50506000910152565b6000815180845261181c8160208601602086016117e0565b601f01601f19169290920160200192915050565b6020815260006118436020830184611804565b9392505050565b60006020828403121561185c57600080fd5b813567ffffffffffffffff81111561187357600080fd5b820160e0818503121561184357600080fd5b7fff000000000000000000000000000000000000000000000000000000000000008816815260e0602082015260006118c060e0830189611804565b82810360408401526118d28189611804565b606084018890526001600160a01b038716608085015260a0840186905283810360c08501528451808252602080870193509091019060005b8181101561192857835183526020938401939092019160010161190a565b50909b9a5050505050505050505050565b602080825282518282018190526000918401906040840190835b81811015611971578351835260209384019390920191600101611953565b509095945050505050565b600061010082840312801561199057600080fd5b509092915050565b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b60008235609e198336030181126119da57600080fd5b9190910192915050565b60405160a0810167ffffffffffffffff81118282101715611a0757611a07611998565b60405290565b60405160c0810167ffffffffffffffff81118282101715611a0757611a07611998565b604051601f8201601f1916810167ffffffffffffffff81118282101715611a5957611a59611998565b604052919050565b600067ffffffffffffffff821115611a7b57611a7b611998565b5060051b60200190565b600060408284031215611a9757600080fd5b6040805190810167ffffffffffffffff81118282101715611aba57611aba611998565b604052823581526020928301359281019290925250919050565b600060608284031215611ae657600080fd5b6040516060810167ffffffffffffffff81118282101715611b0957611b09611998565b604052905080823560ff81168114611b2057600080fd5b815260208381013590820152604092830135920191909152919050565b600082601f830112611b4e57600080fd5b8135611b61611b5c82611a61565b611a30565b80828252602082019150602060608402860101925085831115611b8357600080fd5b602085015b83811015611baa57611b9a8782611ad4565b8352602090920191606001611b88565b5095945050505050565b80356001600160a01b0381168114611bcb57600080fd5b919050565b803567ffffffffffffffff81168114611bcb57600080fd5b600060a08236031215611bfa57600080fd5b611c026119e4565b82358152602083013567ffffffffffffffff811115611c2057600080fd5b830136601f820112611c3157600080fd5b8035611c3f611b5c82611a61565b8082825260208201915060208360061b850101925036831115611c6157600080fd5b6020840193505b82841015611c8d57611c7a3685611a85565b8252602082019150604084019350611c68565b6020850152505050604083013567ffffffffffffffff811115611caf57600080fd5b611cbb36828601611b3d565b604083015250611ccd60608401611bb4565b6060820152611cde60808401611bd0565b608082015292915050565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015611d9657868503603f190184528151805186526020908101516040828801819052815190880181905291019060009060608801905b80831015611d7e57611d6782855180518252602090810151910152565b604082019150602084019350600183019250611d4a565b50965050506020938401939190910190600101611d11565b50929695505050505050565b600181811c90821680611db657607f821691505b602082108103611dd657634e487b7160e01b600052602260045260246000fd5b50919050565b600082601f830112611ded57600080fd5b813567ffffffffffffffff811115611e0757611e07611998565b611e1a601f8201601f1916602001611a30565b818152846020838601011115611e2f57600080fd5b816020850160208301376000918101602001919091529392505050565b600060c08284031215611e5e57600080fd5b611e66611a0d565b9050611e7182611bb4565b8152611e7f60208301611bd0565b602082015260408201358015158114611e9757600080fd5b604082015260608281013590820152608082013567ffffffffffffffff811115611ec057600080fd5b611ecc84828501611ddc565b60808301525060a09182013591810191909152919050565b600060e08236031215611ef657600080fd5b611efe6119e4565b82358152602083013567ffffffffffffffff811115611f1c57600080fd5b611f2836828601611e4c565b602083015250611f3b3660408501611ad4565b6040820152611f4c60a08401611bb4565b6060820152611cde60c08401611bd0565b6000823560be198336030181126119da57600080fd5b6000610b4b3683611e4c565b6001600160a01b03815116825267ffffffffffffffff6020820151166020830152604081015115156040830152606081015160608301526000608082015160c06080850152611fd160c0850182611804565b60a093840151949093019390935250919050565b60208152815160208201526000602083015160408084015261200a6060840182611f7f565b949350505050565b60006020828403121561202457600080fd5b5051919050565b60006020828403121561203d57600080fd5b61184382611bb4565b600084516120588184602089016117e0565b601760f91b90830190815284516120768160018401602089016117e0565b601760f91b6001929091019182015283516120988160028401602088016117e0565b0160020195945050505050565b6000808335601e198436030181126120bc57600080fd5b83018035915067ffffffffffffffff8211156120d757600080fd5b6020019150600581901b360382131561177e57600080fd5b6000808335601e1984360301811261210657600080fd5b83018035915067ffffffffffffffff82111561212157600080fd5b602001915060608102360382131561177e57600080fd5b60006060828403121561214a57600080fd5b6118438383611ad4565b60006020828403121561216657600080fd5b61184382611bd0565b600061217d611b5c84611a61565b8381526020810190600585901b84013681111561219957600080fd5b845b8181101561197157803567ffffffffffffffff8111156121ba57600080fd5b6121c636828901611e4c565b8552506020938401930161219b565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015611d9657603f19878603018452815180518652602090810151604082880181905281519088018190529101906060600582901b88018101919088019060005b8181101561227257605f198a850301835261225c848651611f7f565b6020958601959094509290920191600101612240565b5091975050506020948501949290920191506001016121fd565b60006020828403121561229e57600080fd5b815167ffffffffffffffff8111156122b557600080fd5b8201601f810184136122c657600080fd5b80516122d4611b5c82611a61565b8082825260208201915060208360051b8501019250868311156122f657600080fd5b6020840193505b828410156123185783518252602093840193909101906122fd565b9695505050505050565b600061010082840312801561233657600080fd5b5061233f6119e4565b823581526123508460208501611a85565b60208201526123628460608501611ad4565b604082015261237360c08401611bb4565b606082015261238460e08401611bd0565b60808201529392505050565b6000604082840312156123a257600080fd5b6118438383611a85565b600082516119da8184602087016117e0565b634e487b7160e01b600052602160045260246000fdfea26469706673582212209f1eb85edef0dbde8cc68df25c830cb762cea9fafe5905b8a3d3b600b15d9f7064736f6c634300081a0033", + "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 SWAP16 0x1E 0xB8 MCOPY 0xDE CREATE 0xDB 0xDE DUP13 0xC6 DUP14 CALLCODE TLOAD DUP4 0xC 0xB7 PUSH3 0xCEA9FA INVALID MSIZE SDIV 0xB8 LOG3 0xD3 0xB6 STOP 0xB1 TSTORE SWAP16 PUSH17 0x64736F6C634300081A0033000000000000 ", + "sourceMap": "2933:15312:8:-:0;;;4381:215;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;3328:431:32;;;;;;;;;;;;-1:-1:-1;;;3328:431:32;;;;4430:1:8;759:14:6;;4433:1:8;783:14:6;;-1:-1:-1;807:14:6;;;;4446:4:8;;3328:431:32;3401:45;;4446:4:8;;3401:30:32;: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:46;4311:18;;;4304:34;;;;4354:18;;;4347:34;4255:13:32;4397:18:46;;;4390:34;4278:4:32;4440:19:46;;;4433:61;4168:7:32;;4242:19:46;;4204:80:32;;;;;;;;;;;;4194:91;;;;;;4187:98;;4113:179;;3692:23;3667:48;;-1:-1:-1;;3747:4:32;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;;2887:340:28;2983:11;3032:2;3016:5;3010:19;:24;3006:215;;;3057:20;3071:5;3057:13;:20::i;:::-;3050:27;;;;3006:215;3134:5;3108:46;3149:5;3134;3108:46;:::i;:::-;-1:-1:-1;1390:66:28;;-1:-1:-1;3006:215:28;2887: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:28;;;;;;;;:::i;:::-;;;;;;;;1836:72;1974:11;;1957:13;1974:4;1957:13;:::i;:::-;1949:36;;1708:286;-1:-1:-1;;;1708:286:28:o;14:127:46:-;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:46;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:46;;641:42;;631:70;;697:1;694;687:12;631:70;769:2;754:18;;748:25;720:5;;-1:-1:-1;;;;;;785:30:46;;782:50;;;828:1;825;818:12;782:50;851:22;;904:4;896:13;;892:27;-1:-1:-1;882:55:46;;933:1;930;923:12;882:55;960:9;;-1:-1:-1;;;;;981:30:46;;978:56;;;1014:18;;:::i;:::-;1063:2;1057:9;1155:2;1117:17;;-1:-1:-1;;1113:31:46;;;1146:2;1109:40;1105:54;1093:67;;-1:-1:-1;;;;;1175:34:46;;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:46;;;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:46;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:46;;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:46;;;3856:26;3807:89;-1:-1:-1;;2664:1:46;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:46;;;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:46;3644:14;;;3660:3;3640:24;3636:37;3632:42;3617:58;3602:74;;3489:201;-1:-1:-1;;;;3736:1:46;3720:14;;;3716:22;3703:36;;-1:-1:-1;2707:1299:46: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:46;4845:45;;;;4892:2;4841:54;;4505:396;-1:-1:-1;;4505:396:46:o;4906:297::-;5024:12;;5071:4;5060:16;;;5054:23;;5024:12;5089:16;;5086:111;;;-1:-1:-1;;5163:4:46;5159:17;;;;5156:1;5152:25;5148:38;5137:50;;4906:297;-1:-1:-1;4906:297:46:o;:::-;2933:15312:8;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": { + "@_EIP712Name_9380": { + "entryPoint": 4197, + "id": 9380, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_EIP712Version_9392": { + "entryPoint": 4242, + "id": 9392, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_buildDomainSeparator_9310": { + "entryPoint": null, + "id": 9310, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_domainSeparatorV4_9289": { + "entryPoint": 4287, + "id": 9289, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_hashTypedDataV4_9326": { + "entryPoint": 4826, + "id": 9326, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_throwError_9165": { + "entryPoint": 5548, + "id": 9165, + "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_8275": { + "entryPoint": 5880, + "id": 8275, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@eip712Domain_9368": { + "entryPoint": 1881, + "id": 9368, + "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_10953": { + "entryPoint": 4944, + "id": 10953, + "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_9116": { + "entryPoint": 4898, + "id": 9116, + "parameterSlots": 4, + "returnSlots": 1 + }, + "@revokeByDelegation_3401": { + "entryPoint": 2897, + "id": 3401, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@toStringWithFallback_8342": { + "entryPoint": 5170, + "id": 8342, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@toString_8243": { + "entryPoint": 5817, + "id": 8243, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@toString_8566": { + "entryPoint": 4037, + "id": 8566, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@toTypedDataHash_9466": { + "entryPoint": null, + "id": 9466, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@tryRecover_9080": { + "entryPoint": 5341, + "id": 9080, + "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:46", + "nodeType": "YulBlock", + "src": "0:29757:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "143:283:46", + "nodeType": "YulBlock", + "src": "143:283:46", + "statements": [ + { + "body": { + "nativeSrc": "192:16:46", + "nodeType": "YulBlock", + "src": "192:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "201:1:46", + "nodeType": "YulLiteral", + "src": "201:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "204:1:46", + "nodeType": "YulLiteral", + "src": "204:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "194:6:46", + "nodeType": "YulIdentifier", + "src": "194:6:46" + }, + "nativeSrc": "194:12:46", + "nodeType": "YulFunctionCall", + "src": "194:12:46" + }, + "nativeSrc": "194:12:46", + "nodeType": "YulExpressionStatement", + "src": "194:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "171:6:46", + "nodeType": "YulIdentifier", + "src": "171:6:46" + }, + { + "kind": "number", + "nativeSrc": "179:4:46", + "nodeType": "YulLiteral", + "src": "179:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "167:3:46", + "nodeType": "YulIdentifier", + "src": "167:3:46" + }, + "nativeSrc": "167:17:46", + "nodeType": "YulFunctionCall", + "src": "167:17:46" + }, + { + "name": "end", + "nativeSrc": "186:3:46", + "nodeType": "YulIdentifier", + "src": "186:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "163:3:46", + "nodeType": "YulIdentifier", + "src": "163:3:46" + }, + "nativeSrc": "163:27:46", + "nodeType": "YulFunctionCall", + "src": "163:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "156:6:46", + "nodeType": "YulIdentifier", + "src": "156:6:46" + }, + "nativeSrc": "156:35:46", + "nodeType": "YulFunctionCall", + "src": "156:35:46" + }, + "nativeSrc": "153:55:46", + "nodeType": "YulIf", + "src": "153:55:46" + }, + { + "nativeSrc": "217:30:46", + "nodeType": "YulAssignment", + "src": "217:30:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "240:6:46", + "nodeType": "YulIdentifier", + "src": "240:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "227:12:46", + "nodeType": "YulIdentifier", + "src": "227:12:46" + }, + "nativeSrc": "227:20:46", + "nodeType": "YulFunctionCall", + "src": "227:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "217:6:46", + "nodeType": "YulIdentifier", + "src": "217:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "290:16:46", + "nodeType": "YulBlock", + "src": "290:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "299:1:46", + "nodeType": "YulLiteral", + "src": "299:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "302:1:46", + "nodeType": "YulLiteral", + "src": "302:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "292:6:46", + "nodeType": "YulIdentifier", + "src": "292:6:46" + }, + "nativeSrc": "292:12:46", + "nodeType": "YulFunctionCall", + "src": "292:12:46" + }, + "nativeSrc": "292:12:46", + "nodeType": "YulExpressionStatement", + "src": "292:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "262:6:46", + "nodeType": "YulIdentifier", + "src": "262:6:46" + }, + { + "kind": "number", + "nativeSrc": "270:18:46", + "nodeType": "YulLiteral", + "src": "270:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "259:2:46", + "nodeType": "YulIdentifier", + "src": "259:2:46" + }, + "nativeSrc": "259:30:46", + "nodeType": "YulFunctionCall", + "src": "259:30:46" + }, + "nativeSrc": "256:50:46", + "nodeType": "YulIf", + "src": "256:50:46" + }, + { + "nativeSrc": "315:29:46", + "nodeType": "YulAssignment", + "src": "315:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "331:6:46", + "nodeType": "YulIdentifier", + "src": "331:6:46" + }, + { + "kind": "number", + "nativeSrc": "339:4:46", + "nodeType": "YulLiteral", + "src": "339:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "327:3:46", + "nodeType": "YulIdentifier", + "src": "327:3:46" + }, + "nativeSrc": "327:17:46", + "nodeType": "YulFunctionCall", + "src": "327:17:46" + }, + "variableNames": [ + { + "name": "arrayPos", + "nativeSrc": "315:8:46", + "nodeType": "YulIdentifier", + "src": "315:8:46" + } + ] + }, + { + "body": { + "nativeSrc": "404:16:46", + "nodeType": "YulBlock", + "src": "404:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "413:1:46", + "nodeType": "YulLiteral", + "src": "413:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "416:1:46", + "nodeType": "YulLiteral", + "src": "416:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "406:6:46", + "nodeType": "YulIdentifier", + "src": "406:6:46" + }, + "nativeSrc": "406:12:46", + "nodeType": "YulFunctionCall", + "src": "406:12:46" + }, + "nativeSrc": "406:12:46", + "nodeType": "YulExpressionStatement", + "src": "406:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "367:6:46", + "nodeType": "YulIdentifier", + "src": "367:6:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "379:1:46", + "nodeType": "YulLiteral", + "src": "379:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "382:6:46", + "nodeType": "YulIdentifier", + "src": "382:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "375:3:46", + "nodeType": "YulIdentifier", + "src": "375:3:46" + }, + "nativeSrc": "375:14:46", + "nodeType": "YulFunctionCall", + "src": "375:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "363:3:46", + "nodeType": "YulIdentifier", + "src": "363:3:46" + }, + "nativeSrc": "363:27:46", + "nodeType": "YulFunctionCall", + "src": "363:27:46" + }, + { + "kind": "number", + "nativeSrc": "392:4:46", + "nodeType": "YulLiteral", + "src": "392:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "359:3:46", + "nodeType": "YulIdentifier", + "src": "359:3:46" + }, + "nativeSrc": "359:38:46", + "nodeType": "YulFunctionCall", + "src": "359:38:46" + }, + { + "name": "end", + "nativeSrc": "399:3:46", + "nodeType": "YulIdentifier", + "src": "399:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "356:2:46", + "nodeType": "YulIdentifier", + "src": "356:2:46" + }, + "nativeSrc": "356:47:46", + "nodeType": "YulFunctionCall", + "src": "356:47:46" + }, + "nativeSrc": "353:67:46", + "nodeType": "YulIf", + "src": "353:67:46" + } + ] + }, + "name": "abi_decode_array_struct_MultiDelegatedProxyRevocationRequest_calldata_dyn_calldata", + "nativeSrc": "14:412:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "106:6:46", + "nodeType": "YulTypedName", + "src": "106:6:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "114:3:46", + "nodeType": "YulTypedName", + "src": "114:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "arrayPos", + "nativeSrc": "122:8:46", + "nodeType": "YulTypedName", + "src": "122:8:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "132:6:46", + "nodeType": "YulTypedName", + "src": "132:6:46", + "type": "" + } + ], + "src": "14:412:46" + }, + { + "body": { + "nativeSrc": "592:377:46", + "nodeType": "YulBlock", + "src": "592:377:46", + "statements": [ + { + "body": { + "nativeSrc": "638:16:46", + "nodeType": "YulBlock", + "src": "638:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "647:1:46", + "nodeType": "YulLiteral", + "src": "647:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "650:1:46", + "nodeType": "YulLiteral", + "src": "650:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "640:6:46", + "nodeType": "YulIdentifier", + "src": "640:6:46" + }, + "nativeSrc": "640:12:46", + "nodeType": "YulFunctionCall", + "src": "640:12:46" + }, + "nativeSrc": "640:12:46", + "nodeType": "YulExpressionStatement", + "src": "640:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "613:7:46", + "nodeType": "YulIdentifier", + "src": "613:7:46" + }, + { + "name": "headStart", + "nativeSrc": "622:9:46", + "nodeType": "YulIdentifier", + "src": "622:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "609:3:46", + "nodeType": "YulIdentifier", + "src": "609:3:46" + }, + "nativeSrc": "609:23:46", + "nodeType": "YulFunctionCall", + "src": "609:23:46" + }, + { + "kind": "number", + "nativeSrc": "634:2:46", + "nodeType": "YulLiteral", + "src": "634:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "605:3:46", + "nodeType": "YulIdentifier", + "src": "605:3:46" + }, + "nativeSrc": "605:32:46", + "nodeType": "YulFunctionCall", + "src": "605:32:46" + }, + "nativeSrc": "602:52:46", + "nodeType": "YulIf", + "src": "602:52:46" + }, + { + "nativeSrc": "663:37:46", + "nodeType": "YulVariableDeclaration", + "src": "663:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "690:9:46", + "nodeType": "YulIdentifier", + "src": "690:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "677:12:46", + "nodeType": "YulIdentifier", + "src": "677:12:46" + }, + "nativeSrc": "677:23:46", + "nodeType": "YulFunctionCall", + "src": "677:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "667:6:46", + "nodeType": "YulTypedName", + "src": "667:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "743:16:46", + "nodeType": "YulBlock", + "src": "743:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "752:1:46", + "nodeType": "YulLiteral", + "src": "752:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "755:1:46", + "nodeType": "YulLiteral", + "src": "755:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "745:6:46", + "nodeType": "YulIdentifier", + "src": "745:6:46" + }, + "nativeSrc": "745:12:46", + "nodeType": "YulFunctionCall", + "src": "745:12:46" + }, + "nativeSrc": "745:12:46", + "nodeType": "YulExpressionStatement", + "src": "745:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "715:6:46", + "nodeType": "YulIdentifier", + "src": "715:6:46" + }, + { + "kind": "number", + "nativeSrc": "723:18:46", + "nodeType": "YulLiteral", + "src": "723:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "712:2:46", + "nodeType": "YulIdentifier", + "src": "712:2:46" + }, + "nativeSrc": "712:30:46", + "nodeType": "YulFunctionCall", + "src": "712:30:46" + }, + "nativeSrc": "709:50:46", + "nodeType": "YulIf", + "src": "709:50:46" + }, + { + "nativeSrc": "768:141:46", + "nodeType": "YulVariableDeclaration", + "src": "768:141:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "881:9:46", + "nodeType": "YulIdentifier", + "src": "881:9:46" + }, + { + "name": "offset", + "nativeSrc": "892:6:46", + "nodeType": "YulIdentifier", + "src": "892:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "877:3:46", + "nodeType": "YulIdentifier", + "src": "877:3:46" + }, + "nativeSrc": "877:22:46", + "nodeType": "YulFunctionCall", + "src": "877:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "901:7:46", + "nodeType": "YulIdentifier", + "src": "901:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_struct_MultiDelegatedProxyRevocationRequest_calldata_dyn_calldata", + "nativeSrc": "794:82:46", + "nodeType": "YulIdentifier", + "src": "794:82:46" + }, + "nativeSrc": "794:115:46", + "nodeType": "YulFunctionCall", + "src": "794:115:46" + }, + "variables": [ + { + "name": "value0_1", + "nativeSrc": "772:8:46", + "nodeType": "YulTypedName", + "src": "772:8:46", + "type": "" + }, + { + "name": "value1_1", + "nativeSrc": "782:8:46", + "nodeType": "YulTypedName", + "src": "782:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "918:18:46", + "nodeType": "YulAssignment", + "src": "918:18:46", + "value": { + "name": "value0_1", + "nativeSrc": "928:8:46", + "nodeType": "YulIdentifier", + "src": "928:8:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "918:6:46", + "nodeType": "YulIdentifier", + "src": "918:6:46" + } + ] + }, + { + "nativeSrc": "945:18:46", + "nodeType": "YulAssignment", + "src": "945:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "955:8:46", + "nodeType": "YulIdentifier", + "src": "955:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "945:6:46", + "nodeType": "YulIdentifier", + "src": "945:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_array$_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr_$dyn_calldata_ptr", + "nativeSrc": "431:538:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "550:9:46", + "nodeType": "YulTypedName", + "src": "550:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "561:7:46", + "nodeType": "YulTypedName", + "src": "561:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "573:6:46", + "nodeType": "YulTypedName", + "src": "573:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "581:6:46", + "nodeType": "YulTypedName", + "src": "581:6:46", + "type": "" + } + ], + "src": "431:538:46" + }, + { + "body": { + "nativeSrc": "1044:156:46", + "nodeType": "YulBlock", + "src": "1044:156:46", + "statements": [ + { + "body": { + "nativeSrc": "1090:16:46", + "nodeType": "YulBlock", + "src": "1090:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1099:1:46", + "nodeType": "YulLiteral", + "src": "1099:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1102:1:46", + "nodeType": "YulLiteral", + "src": "1102:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1092:6:46", + "nodeType": "YulIdentifier", + "src": "1092:6:46" + }, + "nativeSrc": "1092:12:46", + "nodeType": "YulFunctionCall", + "src": "1092:12:46" + }, + "nativeSrc": "1092:12:46", + "nodeType": "YulExpressionStatement", + "src": "1092:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "1065:7:46", + "nodeType": "YulIdentifier", + "src": "1065:7:46" + }, + { + "name": "headStart", + "nativeSrc": "1074:9:46", + "nodeType": "YulIdentifier", + "src": "1074:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "1061:3:46", + "nodeType": "YulIdentifier", + "src": "1061:3:46" + }, + "nativeSrc": "1061:23:46", + "nodeType": "YulFunctionCall", + "src": "1061:23:46" + }, + { + "kind": "number", + "nativeSrc": "1086:2:46", + "nodeType": "YulLiteral", + "src": "1086:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "1057:3:46", + "nodeType": "YulIdentifier", + "src": "1057:3:46" + }, + "nativeSrc": "1057:32:46", + "nodeType": "YulFunctionCall", + "src": "1057:32:46" + }, + "nativeSrc": "1054:52:46", + "nodeType": "YulIf", + "src": "1054:52:46" + }, + { + "nativeSrc": "1115:14:46", + "nodeType": "YulVariableDeclaration", + "src": "1115:14:46", + "value": { + "kind": "number", + "nativeSrc": "1128:1:46", + "nodeType": "YulLiteral", + "src": "1128:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "1119:5:46", + "nodeType": "YulTypedName", + "src": "1119:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "1138:32:46", + "nodeType": "YulAssignment", + "src": "1138:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1160:9:46", + "nodeType": "YulIdentifier", + "src": "1160:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "1147:12:46", + "nodeType": "YulIdentifier", + "src": "1147:12:46" + }, + "nativeSrc": "1147:23:46", + "nodeType": "YulFunctionCall", + "src": "1147:23:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "1138:5:46", + "nodeType": "YulIdentifier", + "src": "1138:5:46" + } + ] + }, + { + "nativeSrc": "1179:15:46", + "nodeType": "YulAssignment", + "src": "1179:15:46", + "value": { + "name": "value", + "nativeSrc": "1189:5:46", + "nodeType": "YulIdentifier", + "src": "1189:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "1179:6:46", + "nodeType": "YulIdentifier", + "src": "1179:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes32", + "nativeSrc": "974:226:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1010:9:46", + "nodeType": "YulTypedName", + "src": "1010:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "1021:7:46", + "nodeType": "YulTypedName", + "src": "1021:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "1033:6:46", + "nodeType": "YulTypedName", + "src": "1033:6:46", + "type": "" + } + ], + "src": "974:226:46" + }, + { + "body": { + "nativeSrc": "1306:125:46", + "nodeType": "YulBlock", + "src": "1306:125:46", + "statements": [ + { + "nativeSrc": "1316:26:46", + "nodeType": "YulAssignment", + "src": "1316:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1328:9:46", + "nodeType": "YulIdentifier", + "src": "1328:9:46" + }, + { + "kind": "number", + "nativeSrc": "1339:2:46", + "nodeType": "YulLiteral", + "src": "1339:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1324:3:46", + "nodeType": "YulIdentifier", + "src": "1324:3:46" + }, + "nativeSrc": "1324:18:46", + "nodeType": "YulFunctionCall", + "src": "1324:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "1316:4:46", + "nodeType": "YulIdentifier", + "src": "1316:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1358:9:46", + "nodeType": "YulIdentifier", + "src": "1358:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "1373:6:46", + "nodeType": "YulIdentifier", + "src": "1373:6:46" + }, + { + "kind": "number", + "nativeSrc": "1381:42:46", + "nodeType": "YulLiteral", + "src": "1381:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1369:3:46", + "nodeType": "YulIdentifier", + "src": "1369:3:46" + }, + "nativeSrc": "1369:55:46", + "nodeType": "YulFunctionCall", + "src": "1369:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1351:6:46", + "nodeType": "YulIdentifier", + "src": "1351:6:46" + }, + "nativeSrc": "1351:74:46", + "nodeType": "YulFunctionCall", + "src": "1351:74:46" + }, + "nativeSrc": "1351:74:46", + "nodeType": "YulExpressionStatement", + "src": "1351:74:46" + } + ] + }, + "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", + "nativeSrc": "1205:226:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1275:9:46", + "nodeType": "YulTypedName", + "src": "1275:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1286:6:46", + "nodeType": "YulTypedName", + "src": "1286:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "1297:4:46", + "nodeType": "YulTypedName", + "src": "1297:4:46", + "type": "" + } + ], + "src": "1205:226:46" + }, + { + "body": { + "nativeSrc": "1537:76:46", + "nodeType": "YulBlock", + "src": "1537:76:46", + "statements": [ + { + "nativeSrc": "1547:26:46", + "nodeType": "YulAssignment", + "src": "1547:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1559:9:46", + "nodeType": "YulIdentifier", + "src": "1559:9:46" + }, + { + "kind": "number", + "nativeSrc": "1570:2:46", + "nodeType": "YulLiteral", + "src": "1570:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1555:3:46", + "nodeType": "YulIdentifier", + "src": "1555:3:46" + }, + "nativeSrc": "1555:18:46", + "nodeType": "YulFunctionCall", + "src": "1555:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "1547:4:46", + "nodeType": "YulIdentifier", + "src": "1547:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1589:9:46", + "nodeType": "YulIdentifier", + "src": "1589:9:46" + }, + { + "name": "value0", + "nativeSrc": "1600:6:46", + "nodeType": "YulIdentifier", + "src": "1600:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1582:6:46", + "nodeType": "YulIdentifier", + "src": "1582:6:46" + }, + "nativeSrc": "1582:25:46", + "nodeType": "YulFunctionCall", + "src": "1582:25:46" + }, + "nativeSrc": "1582:25:46", + "nodeType": "YulExpressionStatement", + "src": "1582:25:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", + "nativeSrc": "1436:177:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1506:9:46", + "nodeType": "YulTypedName", + "src": "1506:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1517:6:46", + "nodeType": "YulTypedName", + "src": "1517:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "1528:4:46", + "nodeType": "YulTypedName", + "src": "1528:4:46", + "type": "" + } + ], + "src": "1436:177:46" + }, + { + "body": { + "nativeSrc": "1684:184:46", + "nodeType": "YulBlock", + "src": "1684:184:46", + "statements": [ + { + "nativeSrc": "1694:10:46", + "nodeType": "YulVariableDeclaration", + "src": "1694:10:46", + "value": { + "kind": "number", + "nativeSrc": "1703:1:46", + "nodeType": "YulLiteral", + "src": "1703:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "1698:1:46", + "nodeType": "YulTypedName", + "src": "1698:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1763:63:46", + "nodeType": "YulBlock", + "src": "1763:63:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "1788:3:46", + "nodeType": "YulIdentifier", + "src": "1788:3:46" + }, + { + "name": "i", + "nativeSrc": "1793:1:46", + "nodeType": "YulIdentifier", + "src": "1793:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1784:3:46", + "nodeType": "YulIdentifier", + "src": "1784:3:46" + }, + "nativeSrc": "1784:11:46", + "nodeType": "YulFunctionCall", + "src": "1784:11:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "1807:3:46", + "nodeType": "YulIdentifier", + "src": "1807:3:46" + }, + { + "name": "i", + "nativeSrc": "1812:1:46", + "nodeType": "YulIdentifier", + "src": "1812:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1803:3:46", + "nodeType": "YulIdentifier", + "src": "1803:3:46" + }, + "nativeSrc": "1803:11:46", + "nodeType": "YulFunctionCall", + "src": "1803:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "1797:5:46", + "nodeType": "YulIdentifier", + "src": "1797:5:46" + }, + "nativeSrc": "1797:18:46", + "nodeType": "YulFunctionCall", + "src": "1797:18:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1777:6:46", + "nodeType": "YulIdentifier", + "src": "1777:6:46" + }, + "nativeSrc": "1777:39:46", + "nodeType": "YulFunctionCall", + "src": "1777:39:46" + }, + "nativeSrc": "1777:39:46", + "nodeType": "YulExpressionStatement", + "src": "1777:39:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "1724:1:46", + "nodeType": "YulIdentifier", + "src": "1724:1:46" + }, + { + "name": "length", + "nativeSrc": "1727:6:46", + "nodeType": "YulIdentifier", + "src": "1727:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "1721:2:46", + "nodeType": "YulIdentifier", + "src": "1721:2:46" + }, + "nativeSrc": "1721:13:46", + "nodeType": "YulFunctionCall", + "src": "1721:13:46" + }, + "nativeSrc": "1713:113:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "1735:19:46", + "nodeType": "YulBlock", + "src": "1735:19:46", + "statements": [ + { + "nativeSrc": "1737:15:46", + "nodeType": "YulAssignment", + "src": "1737:15:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "1746:1:46", + "nodeType": "YulIdentifier", + "src": "1746:1:46" + }, + { + "kind": "number", + "nativeSrc": "1749:2:46", + "nodeType": "YulLiteral", + "src": "1749:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1742:3:46", + "nodeType": "YulIdentifier", + "src": "1742:3:46" + }, + "nativeSrc": "1742:10:46", + "nodeType": "YulFunctionCall", + "src": "1742:10:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "1737:1:46", + "nodeType": "YulIdentifier", + "src": "1737:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "1717:3:46", + "nodeType": "YulBlock", + "src": "1717:3:46", + "statements": [] + }, + "src": "1713:113:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "1846:3:46", + "nodeType": "YulIdentifier", + "src": "1846:3:46" + }, + { + "name": "length", + "nativeSrc": "1851:6:46", + "nodeType": "YulIdentifier", + "src": "1851:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1842:3:46", + "nodeType": "YulIdentifier", + "src": "1842:3:46" + }, + "nativeSrc": "1842:16:46", + "nodeType": "YulFunctionCall", + "src": "1842:16:46" + }, + { + "kind": "number", + "nativeSrc": "1860:1:46", + "nodeType": "YulLiteral", + "src": "1860:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1835:6:46", + "nodeType": "YulIdentifier", + "src": "1835:6:46" + }, + "nativeSrc": "1835:27:46", + "nodeType": "YulFunctionCall", + "src": "1835:27:46" + }, + "nativeSrc": "1835:27:46", + "nodeType": "YulExpressionStatement", + "src": "1835:27:46" + } + ] + }, + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "1618:250:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "src", + "nativeSrc": "1662:3:46", + "nodeType": "YulTypedName", + "src": "1662:3:46", + "type": "" + }, + { + "name": "dst", + "nativeSrc": "1667:3:46", + "nodeType": "YulTypedName", + "src": "1667:3:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "1672:6:46", + "nodeType": "YulTypedName", + "src": "1672:6:46", + "type": "" + } + ], + "src": "1618:250:46" + }, + { + "body": { + "nativeSrc": "1923:221:46", + "nodeType": "YulBlock", + "src": "1923:221:46", + "statements": [ + { + "nativeSrc": "1933:26:46", + "nodeType": "YulVariableDeclaration", + "src": "1933:26:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "1953:5:46", + "nodeType": "YulIdentifier", + "src": "1953:5:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "1947:5:46", + "nodeType": "YulIdentifier", + "src": "1947:5:46" + }, + "nativeSrc": "1947:12:46", + "nodeType": "YulFunctionCall", + "src": "1947:12:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "1937:6:46", + "nodeType": "YulTypedName", + "src": "1937:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "1975:3:46", + "nodeType": "YulIdentifier", + "src": "1975:3:46" + }, + { + "name": "length", + "nativeSrc": "1980:6:46", + "nodeType": "YulIdentifier", + "src": "1980:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1968:6:46", + "nodeType": "YulIdentifier", + "src": "1968:6:46" + }, + "nativeSrc": "1968:19:46", + "nodeType": "YulFunctionCall", + "src": "1968:19:46" + }, + "nativeSrc": "1968:19:46", + "nodeType": "YulExpressionStatement", + "src": "1968:19:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "2035:5:46", + "nodeType": "YulIdentifier", + "src": "2035:5:46" + }, + { + "kind": "number", + "nativeSrc": "2042:4:46", + "nodeType": "YulLiteral", + "src": "2042:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2031:3:46", + "nodeType": "YulIdentifier", + "src": "2031:3:46" + }, + "nativeSrc": "2031:16:46", + "nodeType": "YulFunctionCall", + "src": "2031:16:46" + }, + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "2053:3:46", + "nodeType": "YulIdentifier", + "src": "2053:3:46" + }, + { + "kind": "number", + "nativeSrc": "2058:4:46", + "nodeType": "YulLiteral", + "src": "2058:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2049:3:46", + "nodeType": "YulIdentifier", + "src": "2049:3:46" + }, + "nativeSrc": "2049:14:46", + "nodeType": "YulFunctionCall", + "src": "2049:14:46" + }, + { + "name": "length", + "nativeSrc": "2065:6:46", + "nodeType": "YulIdentifier", + "src": "2065:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "1996:34:46", + "nodeType": "YulIdentifier", + "src": "1996:34:46" + }, + "nativeSrc": "1996:76:46", + "nodeType": "YulFunctionCall", + "src": "1996:76:46" + }, + "nativeSrc": "1996:76:46", + "nodeType": "YulExpressionStatement", + "src": "1996:76:46" + }, + { + "nativeSrc": "2081:57:46", + "nodeType": "YulAssignment", + "src": "2081:57:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "2096:3:46", + "nodeType": "YulIdentifier", + "src": "2096:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "2109:6:46", + "nodeType": "YulIdentifier", + "src": "2109:6:46" + }, + { + "kind": "number", + "nativeSrc": "2117:2:46", + "nodeType": "YulLiteral", + "src": "2117:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2105:3:46", + "nodeType": "YulIdentifier", + "src": "2105:3:46" + }, + "nativeSrc": "2105:15:46", + "nodeType": "YulFunctionCall", + "src": "2105:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2126:2:46", + "nodeType": "YulLiteral", + "src": "2126:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "2122:3:46", + "nodeType": "YulIdentifier", + "src": "2122:3:46" + }, + "nativeSrc": "2122:7:46", + "nodeType": "YulFunctionCall", + "src": "2122:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2101:3:46", + "nodeType": "YulIdentifier", + "src": "2101:3:46" + }, + "nativeSrc": "2101:29:46", + "nodeType": "YulFunctionCall", + "src": "2101:29:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2092:3:46", + "nodeType": "YulIdentifier", + "src": "2092:3:46" + }, + "nativeSrc": "2092:39:46", + "nodeType": "YulFunctionCall", + "src": "2092:39:46" + }, + { + "kind": "number", + "nativeSrc": "2133:4:46", + "nodeType": "YulLiteral", + "src": "2133:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2088:3:46", + "nodeType": "YulIdentifier", + "src": "2088:3:46" + }, + "nativeSrc": "2088:50:46", + "nodeType": "YulFunctionCall", + "src": "2088:50:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "2081:3:46", + "nodeType": "YulIdentifier", + "src": "2081:3:46" + } + ] + } + ] + }, + "name": "abi_encode_string", + "nativeSrc": "1873:271:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "1900:5:46", + "nodeType": "YulTypedName", + "src": "1900:5:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "1907:3:46", + "nodeType": "YulTypedName", + "src": "1907:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "1915:3:46", + "nodeType": "YulTypedName", + "src": "1915:3:46", + "type": "" + } + ], + "src": "1873:271:46" + }, + { + "body": { + "nativeSrc": "2270:99:46", + "nodeType": "YulBlock", + "src": "2270:99:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2287:9:46", + "nodeType": "YulIdentifier", + "src": "2287:9:46" + }, + { + "kind": "number", + "nativeSrc": "2298:2:46", + "nodeType": "YulLiteral", + "src": "2298:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2280:6:46", + "nodeType": "YulIdentifier", + "src": "2280:6:46" + }, + "nativeSrc": "2280:21:46", + "nodeType": "YulFunctionCall", + "src": "2280:21:46" + }, + "nativeSrc": "2280:21:46", + "nodeType": "YulExpressionStatement", + "src": "2280:21:46" + }, + { + "nativeSrc": "2310:53:46", + "nodeType": "YulAssignment", + "src": "2310:53:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "2336:6:46", + "nodeType": "YulIdentifier", + "src": "2336:6:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2348:9:46", + "nodeType": "YulIdentifier", + "src": "2348:9:46" + }, + { + "kind": "number", + "nativeSrc": "2359:2:46", + "nodeType": "YulLiteral", + "src": "2359:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2344:3:46", + "nodeType": "YulIdentifier", + "src": "2344:3:46" + }, + "nativeSrc": "2344:18:46", + "nodeType": "YulFunctionCall", + "src": "2344:18:46" + } + ], + "functionName": { + "name": "abi_encode_string", + "nativeSrc": "2318:17:46", + "nodeType": "YulIdentifier", + "src": "2318:17:46" + }, + "nativeSrc": "2318:45:46", + "nodeType": "YulFunctionCall", + "src": "2318:45:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "2310:4:46", + "nodeType": "YulIdentifier", + "src": "2310:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed", + "nativeSrc": "2149:220:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2239:9:46", + "nodeType": "YulTypedName", + "src": "2239:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "2250:6:46", + "nodeType": "YulTypedName", + "src": "2250:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "2261:4:46", + "nodeType": "YulTypedName", + "src": "2261:4:46", + "type": "" + } + ], + "src": "2149:220:46" + }, + { + "body": { + "nativeSrc": "2496:290:46", + "nodeType": "YulBlock", + "src": "2496:290:46", + "statements": [ + { + "body": { + "nativeSrc": "2542:16:46", + "nodeType": "YulBlock", + "src": "2542:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2551:1:46", + "nodeType": "YulLiteral", + "src": "2551:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2554:1:46", + "nodeType": "YulLiteral", + "src": "2554:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2544:6:46", + "nodeType": "YulIdentifier", + "src": "2544:6:46" + }, + "nativeSrc": "2544:12:46", + "nodeType": "YulFunctionCall", + "src": "2544:12:46" + }, + "nativeSrc": "2544:12:46", + "nodeType": "YulExpressionStatement", + "src": "2544:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "2517:7:46", + "nodeType": "YulIdentifier", + "src": "2517:7:46" + }, + { + "name": "headStart", + "nativeSrc": "2526:9:46", + "nodeType": "YulIdentifier", + "src": "2526:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "2513:3:46", + "nodeType": "YulIdentifier", + "src": "2513:3:46" + }, + "nativeSrc": "2513:23:46", + "nodeType": "YulFunctionCall", + "src": "2513:23:46" + }, + { + "kind": "number", + "nativeSrc": "2538:2:46", + "nodeType": "YulLiteral", + "src": "2538:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "2509:3:46", + "nodeType": "YulIdentifier", + "src": "2509:3:46" + }, + "nativeSrc": "2509:32:46", + "nodeType": "YulFunctionCall", + "src": "2509:32:46" + }, + "nativeSrc": "2506:52:46", + "nodeType": "YulIf", + "src": "2506:52:46" + }, + { + "nativeSrc": "2567:37:46", + "nodeType": "YulVariableDeclaration", + "src": "2567:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2594:9:46", + "nodeType": "YulIdentifier", + "src": "2594:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2581:12:46", + "nodeType": "YulIdentifier", + "src": "2581:12:46" + }, + "nativeSrc": "2581:23:46", + "nodeType": "YulFunctionCall", + "src": "2581:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "2571:6:46", + "nodeType": "YulTypedName", + "src": "2571:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2647:16:46", + "nodeType": "YulBlock", + "src": "2647:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2656:1:46", + "nodeType": "YulLiteral", + "src": "2656:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2659:1:46", + "nodeType": "YulLiteral", + "src": "2659:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2649:6:46", + "nodeType": "YulIdentifier", + "src": "2649:6:46" + }, + "nativeSrc": "2649:12:46", + "nodeType": "YulFunctionCall", + "src": "2649:12:46" + }, + "nativeSrc": "2649:12:46", + "nodeType": "YulExpressionStatement", + "src": "2649:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "2619:6:46", + "nodeType": "YulIdentifier", + "src": "2619:6:46" + }, + { + "kind": "number", + "nativeSrc": "2627:18:46", + "nodeType": "YulLiteral", + "src": "2627:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "2616:2:46", + "nodeType": "YulIdentifier", + "src": "2616:2:46" + }, + "nativeSrc": "2616:30:46", + "nodeType": "YulFunctionCall", + "src": "2616:30:46" + }, + "nativeSrc": "2613:50:46", + "nodeType": "YulIf", + "src": "2613:50:46" + }, + { + "nativeSrc": "2672:32:46", + "nodeType": "YulVariableDeclaration", + "src": "2672:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2686:9:46", + "nodeType": "YulIdentifier", + "src": "2686:9:46" + }, + { + "name": "offset", + "nativeSrc": "2697:6:46", + "nodeType": "YulIdentifier", + "src": "2697:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2682:3:46", + "nodeType": "YulIdentifier", + "src": "2682:3:46" + }, + "nativeSrc": "2682:22:46", + "nodeType": "YulFunctionCall", + "src": "2682:22:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "2676:2:46", + "nodeType": "YulTypedName", + "src": "2676:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2743:16:46", + "nodeType": "YulBlock", + "src": "2743:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2752:1:46", + "nodeType": "YulLiteral", + "src": "2752:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2755:1:46", + "nodeType": "YulLiteral", + "src": "2755:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2745:6:46", + "nodeType": "YulIdentifier", + "src": "2745:6:46" + }, + "nativeSrc": "2745:12:46", + "nodeType": "YulFunctionCall", + "src": "2745:12:46" + }, + "nativeSrc": "2745:12:46", + "nodeType": "YulExpressionStatement", + "src": "2745:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "2724:7:46", + "nodeType": "YulIdentifier", + "src": "2724:7:46" + }, + { + "name": "_1", + "nativeSrc": "2733:2:46", + "nodeType": "YulIdentifier", + "src": "2733:2:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "2720:3:46", + "nodeType": "YulIdentifier", + "src": "2720:3:46" + }, + "nativeSrc": "2720:16:46", + "nodeType": "YulFunctionCall", + "src": "2720:16:46" + }, + { + "kind": "number", + "nativeSrc": "2738:3:46", + "nodeType": "YulLiteral", + "src": "2738:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "2716:3:46", + "nodeType": "YulIdentifier", + "src": "2716:3:46" + }, + "nativeSrc": "2716:26:46", + "nodeType": "YulFunctionCall", + "src": "2716:26:46" + }, + "nativeSrc": "2713:46:46", + "nodeType": "YulIf", + "src": "2713:46:46" + }, + { + "nativeSrc": "2768:12:46", + "nodeType": "YulAssignment", + "src": "2768:12:46", + "value": { + "name": "_1", + "nativeSrc": "2778:2:46", + "nodeType": "YulIdentifier", + "src": "2778:2:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "2768:6:46", + "nodeType": "YulIdentifier", + "src": "2768:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_DelegatedProxyAttestationRequest_$2962_calldata_ptr", + "nativeSrc": "2374:412:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2462:9:46", + "nodeType": "YulTypedName", + "src": "2462:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "2473:7:46", + "nodeType": "YulTypedName", + "src": "2473:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "2485:6:46", + "nodeType": "YulTypedName", + "src": "2485:6:46", + "type": "" + } + ], + "src": "2374:412:46" + }, + { + "body": { + "nativeSrc": "2905:125:46", + "nodeType": "YulBlock", + "src": "2905:125:46", + "statements": [ + { + "nativeSrc": "2915:26:46", + "nodeType": "YulAssignment", + "src": "2915:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2927:9:46", + "nodeType": "YulIdentifier", + "src": "2927:9:46" + }, + { + "kind": "number", + "nativeSrc": "2938:2:46", + "nodeType": "YulLiteral", + "src": "2938:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2923:3:46", + "nodeType": "YulIdentifier", + "src": "2923:3:46" + }, + "nativeSrc": "2923:18:46", + "nodeType": "YulFunctionCall", + "src": "2923:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "2915:4:46", + "nodeType": "YulIdentifier", + "src": "2915:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2957:9:46", + "nodeType": "YulIdentifier", + "src": "2957:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "2972:6:46", + "nodeType": "YulIdentifier", + "src": "2972:6:46" + }, + { + "kind": "number", + "nativeSrc": "2980:42:46", + "nodeType": "YulLiteral", + "src": "2980:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2968:3:46", + "nodeType": "YulIdentifier", + "src": "2968:3:46" + }, + "nativeSrc": "2968:55:46", + "nodeType": "YulFunctionCall", + "src": "2968:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2950:6:46", + "nodeType": "YulIdentifier", + "src": "2950:6:46" + }, + "nativeSrc": "2950:74:46", + "nodeType": "YulFunctionCall", + "src": "2950:74:46" + }, + "nativeSrc": "2950:74:46", + "nodeType": "YulExpressionStatement", + "src": "2950:74:46" + } + ] + }, + "name": "abi_encode_tuple_t_contract$_IEAS_$2326__to_t_address__fromStack_reversed", + "nativeSrc": "2791:239:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2874:9:46", + "nodeType": "YulTypedName", + "src": "2874:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "2885:6:46", + "nodeType": "YulTypedName", + "src": "2885:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "2896:4:46", + "nodeType": "YulTypedName", + "src": "2896:4:46", + "type": "" + } + ], + "src": "2791:239:46" + }, + { + "body": { + "nativeSrc": "3392:957:46", + "nodeType": "YulBlock", + "src": "3392:957:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3409:9:46", + "nodeType": "YulIdentifier", + "src": "3409:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "3424:6:46", + "nodeType": "YulIdentifier", + "src": "3424:6:46" + }, + { + "kind": "number", + "nativeSrc": "3432:66:46", + "nodeType": "YulLiteral", + "src": "3432:66:46", + "type": "", + "value": "0xff00000000000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "3420:3:46", + "nodeType": "YulIdentifier", + "src": "3420:3:46" + }, + "nativeSrc": "3420:79:46", + "nodeType": "YulFunctionCall", + "src": "3420:79:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3402:6:46", + "nodeType": "YulIdentifier", + "src": "3402:6:46" + }, + "nativeSrc": "3402:98:46", + "nodeType": "YulFunctionCall", + "src": "3402:98:46" + }, + "nativeSrc": "3402:98:46", + "nodeType": "YulExpressionStatement", + "src": "3402:98:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3520:9:46", + "nodeType": "YulIdentifier", + "src": "3520:9:46" + }, + { + "kind": "number", + "nativeSrc": "3531:2:46", + "nodeType": "YulLiteral", + "src": "3531:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3516:3:46", + "nodeType": "YulIdentifier", + "src": "3516:3:46" + }, + "nativeSrc": "3516:18:46", + "nodeType": "YulFunctionCall", + "src": "3516:18:46" + }, + { + "kind": "number", + "nativeSrc": "3536:3:46", + "nodeType": "YulLiteral", + "src": "3536:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3509:6:46", + "nodeType": "YulIdentifier", + "src": "3509:6:46" + }, + "nativeSrc": "3509:31:46", + "nodeType": "YulFunctionCall", + "src": "3509:31:46" + }, + "nativeSrc": "3509:31:46", + "nodeType": "YulExpressionStatement", + "src": "3509:31:46" + }, + { + "nativeSrc": "3549:60:46", + "nodeType": "YulVariableDeclaration", + "src": "3549:60:46", + "value": { + "arguments": [ + { + "name": "value1", + "nativeSrc": "3581:6:46", + "nodeType": "YulIdentifier", + "src": "3581:6:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3593:9:46", + "nodeType": "YulIdentifier", + "src": "3593:9:46" + }, + { + "kind": "number", + "nativeSrc": "3604:3:46", + "nodeType": "YulLiteral", + "src": "3604:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3589:3:46", + "nodeType": "YulIdentifier", + "src": "3589:3:46" + }, + "nativeSrc": "3589:19:46", + "nodeType": "YulFunctionCall", + "src": "3589:19:46" + } + ], + "functionName": { + "name": "abi_encode_string", + "nativeSrc": "3563:17:46", + "nodeType": "YulIdentifier", + "src": "3563:17:46" + }, + "nativeSrc": "3563:46:46", + "nodeType": "YulFunctionCall", + "src": "3563:46:46" + }, + "variables": [ + { + "name": "tail_1", + "nativeSrc": "3553:6:46", + "nodeType": "YulTypedName", + "src": "3553:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3629:9:46", + "nodeType": "YulIdentifier", + "src": "3629:9:46" + }, + { + "kind": "number", + "nativeSrc": "3640:2:46", + "nodeType": "YulLiteral", + "src": "3640:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3625:3:46", + "nodeType": "YulIdentifier", + "src": "3625:3:46" + }, + "nativeSrc": "3625:18:46", + "nodeType": "YulFunctionCall", + "src": "3625:18:46" + }, + { + "arguments": [ + { + "name": "tail_1", + "nativeSrc": "3649:6:46", + "nodeType": "YulIdentifier", + "src": "3649:6:46" + }, + { + "name": "headStart", + "nativeSrc": "3657:9:46", + "nodeType": "YulIdentifier", + "src": "3657:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3645:3:46", + "nodeType": "YulIdentifier", + "src": "3645:3:46" + }, + "nativeSrc": "3645:22:46", + "nodeType": "YulFunctionCall", + "src": "3645:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3618:6:46", + "nodeType": "YulIdentifier", + "src": "3618:6:46" + }, + "nativeSrc": "3618:50:46", + "nodeType": "YulFunctionCall", + "src": "3618:50:46" + }, + "nativeSrc": "3618:50:46", + "nodeType": "YulExpressionStatement", + "src": "3618:50:46" + }, + { + "nativeSrc": "3677:47:46", + "nodeType": "YulVariableDeclaration", + "src": "3677:47:46", + "value": { + "arguments": [ + { + "name": "value2", + "nativeSrc": "3709:6:46", + "nodeType": "YulIdentifier", + "src": "3709:6:46" + }, + { + "name": "tail_1", + "nativeSrc": "3717:6:46", + "nodeType": "YulIdentifier", + "src": "3717:6:46" + } + ], + "functionName": { + "name": "abi_encode_string", + "nativeSrc": "3691:17:46", + "nodeType": "YulIdentifier", + "src": "3691:17:46" + }, + "nativeSrc": "3691:33:46", + "nodeType": "YulFunctionCall", + "src": "3691:33:46" + }, + "variables": [ + { + "name": "tail_2", + "nativeSrc": "3681:6:46", + "nodeType": "YulTypedName", + "src": "3681:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3744:9:46", + "nodeType": "YulIdentifier", + "src": "3744:9:46" + }, + { + "kind": "number", + "nativeSrc": "3755:2:46", + "nodeType": "YulLiteral", + "src": "3755:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3740:3:46", + "nodeType": "YulIdentifier", + "src": "3740:3:46" + }, + "nativeSrc": "3740:18:46", + "nodeType": "YulFunctionCall", + "src": "3740:18:46" + }, + { + "name": "value3", + "nativeSrc": "3760:6:46", + "nodeType": "YulIdentifier", + "src": "3760:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3733:6:46", + "nodeType": "YulIdentifier", + "src": "3733:6:46" + }, + "nativeSrc": "3733:34:46", + "nodeType": "YulFunctionCall", + "src": "3733:34:46" + }, + "nativeSrc": "3733:34:46", + "nodeType": "YulExpressionStatement", + "src": "3733:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3787:9:46", + "nodeType": "YulIdentifier", + "src": "3787:9:46" + }, + { + "kind": "number", + "nativeSrc": "3798:3:46", + "nodeType": "YulLiteral", + "src": "3798:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3783:3:46", + "nodeType": "YulIdentifier", + "src": "3783:3:46" + }, + "nativeSrc": "3783:19:46", + "nodeType": "YulFunctionCall", + "src": "3783:19:46" + }, + { + "arguments": [ + { + "name": "value4", + "nativeSrc": "3808:6:46", + "nodeType": "YulIdentifier", + "src": "3808:6:46" + }, + { + "kind": "number", + "nativeSrc": "3816:42:46", + "nodeType": "YulLiteral", + "src": "3816:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "3804:3:46", + "nodeType": "YulIdentifier", + "src": "3804:3:46" + }, + "nativeSrc": "3804:55:46", + "nodeType": "YulFunctionCall", + "src": "3804:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3776:6:46", + "nodeType": "YulIdentifier", + "src": "3776:6:46" + }, + "nativeSrc": "3776:84:46", + "nodeType": "YulFunctionCall", + "src": "3776:84:46" + }, + "nativeSrc": "3776:84:46", + "nodeType": "YulExpressionStatement", + "src": "3776:84:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3880:9:46", + "nodeType": "YulIdentifier", + "src": "3880:9:46" + }, + { + "kind": "number", + "nativeSrc": "3891:3:46", + "nodeType": "YulLiteral", + "src": "3891:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3876:3:46", + "nodeType": "YulIdentifier", + "src": "3876:3:46" + }, + "nativeSrc": "3876:19:46", + "nodeType": "YulFunctionCall", + "src": "3876:19:46" + }, + { + "name": "value5", + "nativeSrc": "3897:6:46", + "nodeType": "YulIdentifier", + "src": "3897:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3869:6:46", + "nodeType": "YulIdentifier", + "src": "3869:6:46" + }, + "nativeSrc": "3869:35:46", + "nodeType": "YulFunctionCall", + "src": "3869:35:46" + }, + "nativeSrc": "3869:35:46", + "nodeType": "YulExpressionStatement", + "src": "3869:35:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3924:9:46", + "nodeType": "YulIdentifier", + "src": "3924:9:46" + }, + { + "kind": "number", + "nativeSrc": "3935:3:46", + "nodeType": "YulLiteral", + "src": "3935:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3920:3:46", + "nodeType": "YulIdentifier", + "src": "3920:3:46" + }, + "nativeSrc": "3920:19:46", + "nodeType": "YulFunctionCall", + "src": "3920:19:46" + }, + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "3945:6:46", + "nodeType": "YulIdentifier", + "src": "3945:6:46" + }, + { + "name": "headStart", + "nativeSrc": "3953:9:46", + "nodeType": "YulIdentifier", + "src": "3953:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3941:3:46", + "nodeType": "YulIdentifier", + "src": "3941:3:46" + }, + "nativeSrc": "3941:22:46", + "nodeType": "YulFunctionCall", + "src": "3941:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3913:6:46", + "nodeType": "YulIdentifier", + "src": "3913:6:46" + }, + "nativeSrc": "3913:51:46", + "nodeType": "YulFunctionCall", + "src": "3913:51:46" + }, + "nativeSrc": "3913:51:46", + "nodeType": "YulExpressionStatement", + "src": "3913:51:46" + }, + { + "nativeSrc": "3973:17:46", + "nodeType": "YulVariableDeclaration", + "src": "3973:17:46", + "value": { + "name": "tail_2", + "nativeSrc": "3984:6:46", + "nodeType": "YulIdentifier", + "src": "3984:6:46" + }, + "variables": [ + { + "name": "pos", + "nativeSrc": "3977:3:46", + "nodeType": "YulTypedName", + "src": "3977:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "3999:27:46", + "nodeType": "YulVariableDeclaration", + "src": "3999:27:46", + "value": { + "arguments": [ + { + "name": "value6", + "nativeSrc": "4019:6:46", + "nodeType": "YulIdentifier", + "src": "4019:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4013:5:46", + "nodeType": "YulIdentifier", + "src": "4013:5:46" + }, + "nativeSrc": "4013:13:46", + "nodeType": "YulFunctionCall", + "src": "4013:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "4003:6:46", + "nodeType": "YulTypedName", + "src": "4003:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "4042:6:46", + "nodeType": "YulIdentifier", + "src": "4042:6:46" + }, + { + "name": "length", + "nativeSrc": "4050:6:46", + "nodeType": "YulIdentifier", + "src": "4050:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4035:6:46", + "nodeType": "YulIdentifier", + "src": "4035:6:46" + }, + "nativeSrc": "4035:22:46", + "nodeType": "YulFunctionCall", + "src": "4035:22:46" + }, + "nativeSrc": "4035:22:46", + "nodeType": "YulExpressionStatement", + "src": "4035:22:46" + }, + { + "nativeSrc": "4066:22:46", + "nodeType": "YulAssignment", + "src": "4066:22:46", + "value": { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "4077:6:46", + "nodeType": "YulIdentifier", + "src": "4077:6:46" + }, + { + "kind": "number", + "nativeSrc": "4085:2:46", + "nodeType": "YulLiteral", + "src": "4085:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4073:3:46", + "nodeType": "YulIdentifier", + "src": "4073:3:46" + }, + "nativeSrc": "4073:15:46", + "nodeType": "YulFunctionCall", + "src": "4073:15:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "4066:3:46", + "nodeType": "YulIdentifier", + "src": "4066:3:46" + } + ] + }, + { + "nativeSrc": "4097:29:46", + "nodeType": "YulVariableDeclaration", + "src": "4097:29:46", + "value": { + "arguments": [ + { + "name": "value6", + "nativeSrc": "4115:6:46", + "nodeType": "YulIdentifier", + "src": "4115:6:46" + }, + { + "kind": "number", + "nativeSrc": "4123:2:46", + "nodeType": "YulLiteral", + "src": "4123:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4111:3:46", + "nodeType": "YulIdentifier", + "src": "4111:3:46" + }, + "nativeSrc": "4111:15:46", + "nodeType": "YulFunctionCall", + "src": "4111:15:46" + }, + "variables": [ + { + "name": "srcPtr", + "nativeSrc": "4101:6:46", + "nodeType": "YulTypedName", + "src": "4101:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4135:10:46", + "nodeType": "YulVariableDeclaration", + "src": "4135:10:46", + "value": { + "kind": "number", + "nativeSrc": "4144:1:46", + "nodeType": "YulLiteral", + "src": "4144:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "4139:1:46", + "nodeType": "YulTypedName", + "src": "4139:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "4203:120:46", + "nodeType": "YulBlock", + "src": "4203:120:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "4224:3:46", + "nodeType": "YulIdentifier", + "src": "4224:3:46" + }, + { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "4235:6:46", + "nodeType": "YulIdentifier", + "src": "4235:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4229:5:46", + "nodeType": "YulIdentifier", + "src": "4229:5:46" + }, + "nativeSrc": "4229:13:46", + "nodeType": "YulFunctionCall", + "src": "4229:13:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4217:6:46", + "nodeType": "YulIdentifier", + "src": "4217:6:46" + }, + "nativeSrc": "4217:26:46", + "nodeType": "YulFunctionCall", + "src": "4217:26:46" + }, + "nativeSrc": "4217:26:46", + "nodeType": "YulExpressionStatement", + "src": "4217:26:46" + }, + { + "nativeSrc": "4256:19:46", + "nodeType": "YulAssignment", + "src": "4256:19:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "4267:3:46", + "nodeType": "YulIdentifier", + "src": "4267:3:46" + }, + { + "kind": "number", + "nativeSrc": "4272:2:46", + "nodeType": "YulLiteral", + "src": "4272:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4263:3:46", + "nodeType": "YulIdentifier", + "src": "4263:3:46" + }, + "nativeSrc": "4263:12:46", + "nodeType": "YulFunctionCall", + "src": "4263:12:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "4256:3:46", + "nodeType": "YulIdentifier", + "src": "4256:3:46" + } + ] + }, + { + "nativeSrc": "4288:25:46", + "nodeType": "YulAssignment", + "src": "4288:25:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "4302:6:46", + "nodeType": "YulIdentifier", + "src": "4302:6:46" + }, + { + "kind": "number", + "nativeSrc": "4310:2:46", + "nodeType": "YulLiteral", + "src": "4310:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4298:3:46", + "nodeType": "YulIdentifier", + "src": "4298:3:46" + }, + "nativeSrc": "4298:15:46", + "nodeType": "YulFunctionCall", + "src": "4298:15:46" + }, + "variableNames": [ + { + "name": "srcPtr", + "nativeSrc": "4288:6:46", + "nodeType": "YulIdentifier", + "src": "4288:6:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "4165:1:46", + "nodeType": "YulIdentifier", + "src": "4165:1:46" + }, + { + "name": "length", + "nativeSrc": "4168:6:46", + "nodeType": "YulIdentifier", + "src": "4168:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "4162:2:46", + "nodeType": "YulIdentifier", + "src": "4162:2:46" + }, + "nativeSrc": "4162:13:46", + "nodeType": "YulFunctionCall", + "src": "4162:13:46" + }, + "nativeSrc": "4154:169:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "4176:18:46", + "nodeType": "YulBlock", + "src": "4176:18:46", + "statements": [ + { + "nativeSrc": "4178:14:46", + "nodeType": "YulAssignment", + "src": "4178:14:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "4187:1:46", + "nodeType": "YulIdentifier", + "src": "4187:1:46" + }, + { + "kind": "number", + "nativeSrc": "4190:1:46", + "nodeType": "YulLiteral", + "src": "4190:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4183:3:46", + "nodeType": "YulIdentifier", + "src": "4183:3:46" + }, + "nativeSrc": "4183:9:46", + "nodeType": "YulFunctionCall", + "src": "4183:9:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "4178:1:46", + "nodeType": "YulIdentifier", + "src": "4178:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "4158:3:46", + "nodeType": "YulBlock", + "src": "4158:3:46", + "statements": [] + }, + "src": "4154:169:46" + }, + { + "nativeSrc": "4332:11:46", + "nodeType": "YulAssignment", + "src": "4332:11:46", + "value": { + "name": "pos", + "nativeSrc": "4340:3:46", + "nodeType": "YulIdentifier", + "src": "4340:3:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "4332:4:46", + "nodeType": "YulIdentifier", + "src": "4332:4:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3313:9:46", + "nodeType": "YulTypedName", + "src": "3313:9:46", + "type": "" + }, + { + "name": "value6", + "nativeSrc": "3324:6:46", + "nodeType": "YulTypedName", + "src": "3324:6:46", + "type": "" + }, + { + "name": "value5", + "nativeSrc": "3332:6:46", + "nodeType": "YulTypedName", + "src": "3332:6:46", + "type": "" + }, + { + "name": "value4", + "nativeSrc": "3340:6:46", + "nodeType": "YulTypedName", + "src": "3340:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "3348:6:46", + "nodeType": "YulTypedName", + "src": "3348:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "3356:6:46", + "nodeType": "YulTypedName", + "src": "3356:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "3364:6:46", + "nodeType": "YulTypedName", + "src": "3364:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "3372:6:46", + "nodeType": "YulTypedName", + "src": "3372:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "3383:4:46", + "nodeType": "YulTypedName", + "src": "3383:4:46", + "type": "" + } + ], + "src": "3035:1314:46" + }, + { + "body": { + "nativeSrc": "4516:377:46", + "nodeType": "YulBlock", + "src": "4516:377:46", + "statements": [ + { + "body": { + "nativeSrc": "4562:16:46", + "nodeType": "YulBlock", + "src": "4562:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4571:1:46", + "nodeType": "YulLiteral", + "src": "4571:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4574:1:46", + "nodeType": "YulLiteral", + "src": "4574:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "4564:6:46", + "nodeType": "YulIdentifier", + "src": "4564:6:46" + }, + "nativeSrc": "4564:12:46", + "nodeType": "YulFunctionCall", + "src": "4564:12:46" + }, + "nativeSrc": "4564:12:46", + "nodeType": "YulExpressionStatement", + "src": "4564:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "4537:7:46", + "nodeType": "YulIdentifier", + "src": "4537:7:46" + }, + { + "name": "headStart", + "nativeSrc": "4546:9:46", + "nodeType": "YulIdentifier", + "src": "4546:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "4533:3:46", + "nodeType": "YulIdentifier", + "src": "4533:3:46" + }, + "nativeSrc": "4533:23:46", + "nodeType": "YulFunctionCall", + "src": "4533:23:46" + }, + { + "kind": "number", + "nativeSrc": "4558:2:46", + "nodeType": "YulLiteral", + "src": "4558:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "4529:3:46", + "nodeType": "YulIdentifier", + "src": "4529:3:46" + }, + "nativeSrc": "4529:32:46", + "nodeType": "YulFunctionCall", + "src": "4529:32:46" + }, + "nativeSrc": "4526:52:46", + "nodeType": "YulIf", + "src": "4526:52:46" + }, + { + "nativeSrc": "4587:37:46", + "nodeType": "YulVariableDeclaration", + "src": "4587:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4614:9:46", + "nodeType": "YulIdentifier", + "src": "4614:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "4601:12:46", + "nodeType": "YulIdentifier", + "src": "4601:12:46" + }, + "nativeSrc": "4601:23:46", + "nodeType": "YulFunctionCall", + "src": "4601:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "4591:6:46", + "nodeType": "YulTypedName", + "src": "4591:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "4667:16:46", + "nodeType": "YulBlock", + "src": "4667:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4676:1:46", + "nodeType": "YulLiteral", + "src": "4676:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4679:1:46", + "nodeType": "YulLiteral", + "src": "4679:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "4669:6:46", + "nodeType": "YulIdentifier", + "src": "4669:6:46" + }, + "nativeSrc": "4669:12:46", + "nodeType": "YulFunctionCall", + "src": "4669:12:46" + }, + "nativeSrc": "4669:12:46", + "nodeType": "YulExpressionStatement", + "src": "4669:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "4639:6:46", + "nodeType": "YulIdentifier", + "src": "4639:6:46" + }, + { + "kind": "number", + "nativeSrc": "4647:18:46", + "nodeType": "YulLiteral", + "src": "4647:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "4636:2:46", + "nodeType": "YulIdentifier", + "src": "4636:2:46" + }, + "nativeSrc": "4636:30:46", + "nodeType": "YulFunctionCall", + "src": "4636:30:46" + }, + "nativeSrc": "4633:50:46", + "nodeType": "YulIf", + "src": "4633:50:46" + }, + { + "nativeSrc": "4692:141:46", + "nodeType": "YulVariableDeclaration", + "src": "4692:141:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4805:9:46", + "nodeType": "YulIdentifier", + "src": "4805:9:46" + }, + { + "name": "offset", + "nativeSrc": "4816:6:46", + "nodeType": "YulIdentifier", + "src": "4816:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4801:3:46", + "nodeType": "YulIdentifier", + "src": "4801:3:46" + }, + "nativeSrc": "4801:22:46", + "nodeType": "YulFunctionCall", + "src": "4801:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "4825:7:46", + "nodeType": "YulIdentifier", + "src": "4825:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_struct_MultiDelegatedProxyRevocationRequest_calldata_dyn_calldata", + "nativeSrc": "4718:82:46", + "nodeType": "YulIdentifier", + "src": "4718:82:46" + }, + "nativeSrc": "4718:115:46", + "nodeType": "YulFunctionCall", + "src": "4718:115:46" + }, + "variables": [ + { + "name": "value0_1", + "nativeSrc": "4696:8:46", + "nodeType": "YulTypedName", + "src": "4696:8:46", + "type": "" + }, + { + "name": "value1_1", + "nativeSrc": "4706:8:46", + "nodeType": "YulTypedName", + "src": "4706:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4842:18:46", + "nodeType": "YulAssignment", + "src": "4842:18:46", + "value": { + "name": "value0_1", + "nativeSrc": "4852:8:46", + "nodeType": "YulIdentifier", + "src": "4852:8:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "4842:6:46", + "nodeType": "YulIdentifier", + "src": "4842:6:46" + } + ] + }, + { + "nativeSrc": "4869:18:46", + "nodeType": "YulAssignment", + "src": "4869:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "4879:8:46", + "nodeType": "YulIdentifier", + "src": "4879:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "4869:6:46", + "nodeType": "YulIdentifier", + "src": "4869:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_array$_t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr_$dyn_calldata_ptr", + "nativeSrc": "4354:539:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "4474:9:46", + "nodeType": "YulTypedName", + "src": "4474:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "4485:7:46", + "nodeType": "YulTypedName", + "src": "4485:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "4497:6:46", + "nodeType": "YulTypedName", + "src": "4497:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "4505:6:46", + "nodeType": "YulTypedName", + "src": "4505:6:46", + "type": "" + } + ], + "src": "4354:539:46" + }, + { + "body": { + "nativeSrc": "5049:460:46", + "nodeType": "YulBlock", + "src": "5049:460:46", + "statements": [ + { + "nativeSrc": "5059:32:46", + "nodeType": "YulVariableDeclaration", + "src": "5059:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5077:9:46", + "nodeType": "YulIdentifier", + "src": "5077:9:46" + }, + { + "kind": "number", + "nativeSrc": "5088:2:46", + "nodeType": "YulLiteral", + "src": "5088:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5073:3:46", + "nodeType": "YulIdentifier", + "src": "5073:3:46" + }, + "nativeSrc": "5073:18:46", + "nodeType": "YulFunctionCall", + "src": "5073:18:46" + }, + "variables": [ + { + "name": "tail_1", + "nativeSrc": "5063:6:46", + "nodeType": "YulTypedName", + "src": "5063:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5107:9:46", + "nodeType": "YulIdentifier", + "src": "5107:9:46" + }, + { + "kind": "number", + "nativeSrc": "5118:2:46", + "nodeType": "YulLiteral", + "src": "5118:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5100:6:46", + "nodeType": "YulIdentifier", + "src": "5100:6:46" + }, + "nativeSrc": "5100:21:46", + "nodeType": "YulFunctionCall", + "src": "5100:21:46" + }, + "nativeSrc": "5100:21:46", + "nodeType": "YulExpressionStatement", + "src": "5100:21:46" + }, + { + "nativeSrc": "5130:17:46", + "nodeType": "YulVariableDeclaration", + "src": "5130:17:46", + "value": { + "name": "tail_1", + "nativeSrc": "5141:6:46", + "nodeType": "YulIdentifier", + "src": "5141:6:46" + }, + "variables": [ + { + "name": "pos", + "nativeSrc": "5134:3:46", + "nodeType": "YulTypedName", + "src": "5134:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "5156:27:46", + "nodeType": "YulVariableDeclaration", + "src": "5156:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "5176:6:46", + "nodeType": "YulIdentifier", + "src": "5176:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "5170:5:46", + "nodeType": "YulIdentifier", + "src": "5170:5:46" + }, + "nativeSrc": "5170:13:46", + "nodeType": "YulFunctionCall", + "src": "5170:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "5160:6:46", + "nodeType": "YulTypedName", + "src": "5160:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_1", + "nativeSrc": "5199:6:46", + "nodeType": "YulIdentifier", + "src": "5199:6:46" + }, + { + "name": "length", + "nativeSrc": "5207:6:46", + "nodeType": "YulIdentifier", + "src": "5207:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5192:6:46", + "nodeType": "YulIdentifier", + "src": "5192:6:46" + }, + "nativeSrc": "5192:22:46", + "nodeType": "YulFunctionCall", + "src": "5192:22:46" + }, + "nativeSrc": "5192:22:46", + "nodeType": "YulExpressionStatement", + "src": "5192:22:46" + }, + { + "nativeSrc": "5223:25:46", + "nodeType": "YulAssignment", + "src": "5223:25:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5234:9:46", + "nodeType": "YulIdentifier", + "src": "5234:9:46" + }, + { + "kind": "number", + "nativeSrc": "5245:2:46", + "nodeType": "YulLiteral", + "src": "5245:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5230:3:46", + "nodeType": "YulIdentifier", + "src": "5230:3:46" + }, + "nativeSrc": "5230:18:46", + "nodeType": "YulFunctionCall", + "src": "5230:18:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "5223:3:46", + "nodeType": "YulIdentifier", + "src": "5223:3:46" + } + ] + }, + { + "nativeSrc": "5257:29:46", + "nodeType": "YulVariableDeclaration", + "src": "5257:29:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "5275:6:46", + "nodeType": "YulIdentifier", + "src": "5275:6:46" + }, + { + "kind": "number", + "nativeSrc": "5283:2:46", + "nodeType": "YulLiteral", + "src": "5283:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5271:3:46", + "nodeType": "YulIdentifier", + "src": "5271:3:46" + }, + "nativeSrc": "5271:15:46", + "nodeType": "YulFunctionCall", + "src": "5271:15:46" + }, + "variables": [ + { + "name": "srcPtr", + "nativeSrc": "5261:6:46", + "nodeType": "YulTypedName", + "src": "5261:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "5295:10:46", + "nodeType": "YulVariableDeclaration", + "src": "5295:10:46", + "value": { + "kind": "number", + "nativeSrc": "5304:1:46", + "nodeType": "YulLiteral", + "src": "5304:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "5299:1:46", + "nodeType": "YulTypedName", + "src": "5299:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "5363:120:46", + "nodeType": "YulBlock", + "src": "5363:120:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "5384:3:46", + "nodeType": "YulIdentifier", + "src": "5384:3:46" + }, + { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "5395:6:46", + "nodeType": "YulIdentifier", + "src": "5395:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "5389:5:46", + "nodeType": "YulIdentifier", + "src": "5389:5:46" + }, + "nativeSrc": "5389:13:46", + "nodeType": "YulFunctionCall", + "src": "5389:13:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5377:6:46", + "nodeType": "YulIdentifier", + "src": "5377:6:46" + }, + "nativeSrc": "5377:26:46", + "nodeType": "YulFunctionCall", + "src": "5377:26:46" + }, + "nativeSrc": "5377:26:46", + "nodeType": "YulExpressionStatement", + "src": "5377:26:46" + }, + { + "nativeSrc": "5416:19:46", + "nodeType": "YulAssignment", + "src": "5416:19:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "5427:3:46", + "nodeType": "YulIdentifier", + "src": "5427:3:46" + }, + { + "kind": "number", + "nativeSrc": "5432:2:46", + "nodeType": "YulLiteral", + "src": "5432:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5423:3:46", + "nodeType": "YulIdentifier", + "src": "5423:3:46" + }, + "nativeSrc": "5423:12:46", + "nodeType": "YulFunctionCall", + "src": "5423:12:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "5416:3:46", + "nodeType": "YulIdentifier", + "src": "5416:3:46" + } + ] + }, + { + "nativeSrc": "5448:25:46", + "nodeType": "YulAssignment", + "src": "5448:25:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "5462:6:46", + "nodeType": "YulIdentifier", + "src": "5462:6:46" + }, + { + "kind": "number", + "nativeSrc": "5470:2:46", + "nodeType": "YulLiteral", + "src": "5470:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5458:3:46", + "nodeType": "YulIdentifier", + "src": "5458:3:46" + }, + "nativeSrc": "5458:15:46", + "nodeType": "YulFunctionCall", + "src": "5458:15:46" + }, + "variableNames": [ + { + "name": "srcPtr", + "nativeSrc": "5448:6:46", + "nodeType": "YulIdentifier", + "src": "5448:6:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "5325:1:46", + "nodeType": "YulIdentifier", + "src": "5325:1:46" + }, + { + "name": "length", + "nativeSrc": "5328:6:46", + "nodeType": "YulIdentifier", + "src": "5328:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "5322:2:46", + "nodeType": "YulIdentifier", + "src": "5322:2:46" + }, + "nativeSrc": "5322:13:46", + "nodeType": "YulFunctionCall", + "src": "5322:13:46" + }, + "nativeSrc": "5314:169:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "5336:18:46", + "nodeType": "YulBlock", + "src": "5336:18:46", + "statements": [ + { + "nativeSrc": "5338:14:46", + "nodeType": "YulAssignment", + "src": "5338:14:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "5347:1:46", + "nodeType": "YulIdentifier", + "src": "5347:1:46" + }, + { + "kind": "number", + "nativeSrc": "5350:1:46", + "nodeType": "YulLiteral", + "src": "5350:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5343:3:46", + "nodeType": "YulIdentifier", + "src": "5343:3:46" + }, + "nativeSrc": "5343:9:46", + "nodeType": "YulFunctionCall", + "src": "5343:9:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "5338:1:46", + "nodeType": "YulIdentifier", + "src": "5338:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "5318:3:46", + "nodeType": "YulBlock", + "src": "5318:3:46", + "statements": [] + }, + "src": "5314:169:46" + }, + { + "nativeSrc": "5492:11:46", + "nodeType": "YulAssignment", + "src": "5492:11:46", + "value": { + "name": "pos", + "nativeSrc": "5500:3:46", + "nodeType": "YulIdentifier", + "src": "5500:3:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "5492:4:46", + "nodeType": "YulIdentifier", + "src": "5492:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_array$_t_bytes32_$dyn_memory_ptr__to_t_array$_t_bytes32_$dyn_memory_ptr__fromStack_reversed", + "nativeSrc": "4898:611:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5018:9:46", + "nodeType": "YulTypedName", + "src": "5018:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "5029:6:46", + "nodeType": "YulTypedName", + "src": "5029:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "5040:4:46", + "nodeType": "YulTypedName", + "src": "5040:4:46", + "type": "" + } + ], + "src": "4898:611:46" + }, + { + "body": { + "nativeSrc": "5635:134:46", + "nodeType": "YulBlock", + "src": "5635:134:46", + "statements": [ + { + "nativeSrc": "5645:43:46", + "nodeType": "YulVariableDeclaration", + "src": "5645:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5663:7:46", + "nodeType": "YulIdentifier", + "src": "5663:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5672:9:46", + "nodeType": "YulIdentifier", + "src": "5672:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5659:3:46", + "nodeType": "YulIdentifier", + "src": "5659:3:46" + }, + "nativeSrc": "5659:23:46", + "nodeType": "YulFunctionCall", + "src": "5659:23:46" + }, + { + "kind": "number", + "nativeSrc": "5684:3:46", + "nodeType": "YulLiteral", + "src": "5684:3:46", + "type": "", + "value": "256" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5655:3:46", + "nodeType": "YulIdentifier", + "src": "5655:3:46" + }, + "nativeSrc": "5655:33:46", + "nodeType": "YulFunctionCall", + "src": "5655:33:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "5649:2:46", + "nodeType": "YulTypedName", + "src": "5649:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "5703:16:46", + "nodeType": "YulBlock", + "src": "5703:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5712:1:46", + "nodeType": "YulLiteral", + "src": "5712:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5715:1:46", + "nodeType": "YulLiteral", + "src": "5715:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5705:6:46", + "nodeType": "YulIdentifier", + "src": "5705:6:46" + }, + "nativeSrc": "5705:12:46", + "nodeType": "YulFunctionCall", + "src": "5705:12:46" + }, + "nativeSrc": "5705:12:46", + "nodeType": "YulExpressionStatement", + "src": "5705:12:46" + } + ] + }, + "condition": { + "name": "_1", + "nativeSrc": "5700:2:46", + "nodeType": "YulIdentifier", + "src": "5700:2:46" + }, + "nativeSrc": "5697:22:46", + "nodeType": "YulIf", + "src": "5697:22:46" + }, + { + "nativeSrc": "5728:7:46", + "nodeType": "YulAssignment", + "src": "5728:7:46", + "value": { + "kind": "number", + "nativeSrc": "5734:1:46", + "nodeType": "YulLiteral", + "src": "5734:1:46", + "type": "", + "value": "0" + }, + "variableNames": [ + { + "name": "_1", + "nativeSrc": "5728:2:46", + "nodeType": "YulIdentifier", + "src": "5728:2:46" + } + ] + }, + { + "nativeSrc": "5744:19:46", + "nodeType": "YulAssignment", + "src": "5744:19:46", + "value": { + "name": "headStart", + "nativeSrc": "5754:9:46", + "nodeType": "YulIdentifier", + "src": "5754:9:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5744:6:46", + "nodeType": "YulIdentifier", + "src": "5744:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_DelegatedProxyRevocationRequest_$2992_calldata_ptr", + "nativeSrc": "5514:255:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5601:9:46", + "nodeType": "YulTypedName", + "src": "5601:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5612:7:46", + "nodeType": "YulTypedName", + "src": "5612:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5624:6:46", + "nodeType": "YulTypedName", + "src": "5624:6:46", + "type": "" + } + ], + "src": "5514:255:46" + }, + { + "body": { + "nativeSrc": "5806:152:46", + "nodeType": "YulBlock", + "src": "5806:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5823:1:46", + "nodeType": "YulLiteral", + "src": "5823:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5826:77:46", + "nodeType": "YulLiteral", + "src": "5826:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5816:6:46", + "nodeType": "YulIdentifier", + "src": "5816:6:46" + }, + "nativeSrc": "5816:88:46", + "nodeType": "YulFunctionCall", + "src": "5816:88:46" + }, + "nativeSrc": "5816:88:46", + "nodeType": "YulExpressionStatement", + "src": "5816:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5920:1:46", + "nodeType": "YulLiteral", + "src": "5920:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "5923:4:46", + "nodeType": "YulLiteral", + "src": "5923:4:46", + "type": "", + "value": "0x41" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5913:6:46", + "nodeType": "YulIdentifier", + "src": "5913:6:46" + }, + "nativeSrc": "5913:15:46", + "nodeType": "YulFunctionCall", + "src": "5913:15:46" + }, + "nativeSrc": "5913:15:46", + "nodeType": "YulExpressionStatement", + "src": "5913:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5944:1:46", + "nodeType": "YulLiteral", + "src": "5944:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5947:4:46", + "nodeType": "YulLiteral", + "src": "5947:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5937:6:46", + "nodeType": "YulIdentifier", + "src": "5937:6:46" + }, + "nativeSrc": "5937:15:46", + "nodeType": "YulFunctionCall", + "src": "5937:15:46" + }, + "nativeSrc": "5937:15:46", + "nodeType": "YulExpressionStatement", + "src": "5937:15:46" + } + ] + }, + "name": "panic_error_0x41", + "nativeSrc": "5774:184:46", + "nodeType": "YulFunctionDefinition", + "src": "5774:184:46" + }, + { + "body": { + "nativeSrc": "5995:152:46", + "nodeType": "YulBlock", + "src": "5995:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6012:1:46", + "nodeType": "YulLiteral", + "src": "6012:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6015:77:46", + "nodeType": "YulLiteral", + "src": "6015:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6005:6:46", + "nodeType": "YulIdentifier", + "src": "6005:6:46" + }, + "nativeSrc": "6005:88:46", + "nodeType": "YulFunctionCall", + "src": "6005:88:46" + }, + "nativeSrc": "6005:88:46", + "nodeType": "YulExpressionStatement", + "src": "6005:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6109:1:46", + "nodeType": "YulLiteral", + "src": "6109:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "6112:4:46", + "nodeType": "YulLiteral", + "src": "6112:4:46", + "type": "", + "value": "0x32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6102:6:46", + "nodeType": "YulIdentifier", + "src": "6102:6:46" + }, + "nativeSrc": "6102:15:46", + "nodeType": "YulFunctionCall", + "src": "6102:15:46" + }, + "nativeSrc": "6102:15:46", + "nodeType": "YulExpressionStatement", + "src": "6102:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6133:1:46", + "nodeType": "YulLiteral", + "src": "6133:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6136:4:46", + "nodeType": "YulLiteral", + "src": "6136:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6126:6:46", + "nodeType": "YulIdentifier", + "src": "6126:6:46" + }, + "nativeSrc": "6126:15:46", + "nodeType": "YulFunctionCall", + "src": "6126:15:46" + }, + "nativeSrc": "6126:15:46", + "nodeType": "YulExpressionStatement", + "src": "6126:15:46" + } + ] + }, + "name": "panic_error_0x32", + "nativeSrc": "5963:184:46", + "nodeType": "YulFunctionDefinition", + "src": "5963:184:46" + }, + { + "body": { + "nativeSrc": "6283:223:46", + "nodeType": "YulBlock", + "src": "6283:223:46", + "statements": [ + { + "nativeSrc": "6293:51:46", + "nodeType": "YulVariableDeclaration", + "src": "6293:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "6332:11:46", + "nodeType": "YulIdentifier", + "src": "6332:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "6319:12:46", + "nodeType": "YulIdentifier", + "src": "6319:12:46" + }, + "nativeSrc": "6319:25:46", + "nodeType": "YulFunctionCall", + "src": "6319:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "6297:18:46", + "nodeType": "YulTypedName", + "src": "6297:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "6434:16:46", + "nodeType": "YulBlock", + "src": "6434:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6443:1:46", + "nodeType": "YulLiteral", + "src": "6443:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6446:1:46", + "nodeType": "YulLiteral", + "src": "6446:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6436:6:46", + "nodeType": "YulIdentifier", + "src": "6436:6:46" + }, + "nativeSrc": "6436:12:46", + "nodeType": "YulFunctionCall", + "src": "6436:12:46" + }, + "nativeSrc": "6436:12:46", + "nodeType": "YulExpressionStatement", + "src": "6436:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "6367:18:46", + "nodeType": "YulIdentifier", + "src": "6367:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "6395:12:46", + "nodeType": "YulIdentifier", + "src": "6395:12:46" + }, + "nativeSrc": "6395:14:46", + "nodeType": "YulFunctionCall", + "src": "6395:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "6411:8:46", + "nodeType": "YulIdentifier", + "src": "6411:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "6391:3:46", + "nodeType": "YulIdentifier", + "src": "6391:3:46" + }, + "nativeSrc": "6391:29:46", + "nodeType": "YulFunctionCall", + "src": "6391:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6426:3:46", + "nodeType": "YulLiteral", + "src": "6426:3:46", + "type": "", + "value": "158" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "6422:3:46", + "nodeType": "YulIdentifier", + "src": "6422:3:46" + }, + "nativeSrc": "6422:8:46", + "nodeType": "YulFunctionCall", + "src": "6422:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6387:3:46", + "nodeType": "YulIdentifier", + "src": "6387:3:46" + }, + "nativeSrc": "6387:44:46", + "nodeType": "YulFunctionCall", + "src": "6387:44:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "6363:3:46", + "nodeType": "YulIdentifier", + "src": "6363:3:46" + }, + "nativeSrc": "6363:69:46", + "nodeType": "YulFunctionCall", + "src": "6363:69:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "6356:6:46", + "nodeType": "YulIdentifier", + "src": "6356:6:46" + }, + "nativeSrc": "6356:77:46", + "nodeType": "YulFunctionCall", + "src": "6356:77:46" + }, + "nativeSrc": "6353:97:46", + "nodeType": "YulIf", + "src": "6353:97:46" + }, + { + "nativeSrc": "6459:41:46", + "nodeType": "YulAssignment", + "src": "6459:41:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "6471:8:46", + "nodeType": "YulIdentifier", + "src": "6471:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "6481:18:46", + "nodeType": "YulIdentifier", + "src": "6481:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6467:3:46", + "nodeType": "YulIdentifier", + "src": "6467:3:46" + }, + "nativeSrc": "6467:33:46", + "nodeType": "YulFunctionCall", + "src": "6467:33:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "6459:4:46", + "nodeType": "YulIdentifier", + "src": "6459:4:46" + } + ] + } + ] + }, + "name": "access_calldata_tail_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr", + "nativeSrc": "6152:354:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "6248:8:46", + "nodeType": "YulTypedName", + "src": "6248:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "6258:11:46", + "nodeType": "YulTypedName", + "src": "6258:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "6274:4:46", + "nodeType": "YulTypedName", + "src": "6274:4:46", + "type": "" + } + ], + "src": "6152:354:46" + }, + { + "body": { + "nativeSrc": "6557:207:46", + "nodeType": "YulBlock", + "src": "6557:207:46", + "statements": [ + { + "nativeSrc": "6567:19:46", + "nodeType": "YulAssignment", + "src": "6567:19:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6583:2:46", + "nodeType": "YulLiteral", + "src": "6583:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "6577:5:46", + "nodeType": "YulIdentifier", + "src": "6577:5:46" + }, + "nativeSrc": "6577:9:46", + "nodeType": "YulFunctionCall", + "src": "6577:9:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "6567:6:46", + "nodeType": "YulIdentifier", + "src": "6567:6:46" + } + ] + }, + { + "nativeSrc": "6595:35:46", + "nodeType": "YulVariableDeclaration", + "src": "6595:35:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "6617:6:46", + "nodeType": "YulIdentifier", + "src": "6617:6:46" + }, + { + "kind": "number", + "nativeSrc": "6625:4:46", + "nodeType": "YulLiteral", + "src": "6625:4:46", + "type": "", + "value": "0xa0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6613:3:46", + "nodeType": "YulIdentifier", + "src": "6613:3:46" + }, + "nativeSrc": "6613:17:46", + "nodeType": "YulFunctionCall", + "src": "6613:17:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "6599:10:46", + "nodeType": "YulTypedName", + "src": "6599:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "6705:22:46", + "nodeType": "YulBlock", + "src": "6705:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "6707:16:46", + "nodeType": "YulIdentifier", + "src": "6707:16:46" + }, + "nativeSrc": "6707:18:46", + "nodeType": "YulFunctionCall", + "src": "6707:18:46" + }, + "nativeSrc": "6707:18:46", + "nodeType": "YulExpressionStatement", + "src": "6707:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "6648:10:46", + "nodeType": "YulIdentifier", + "src": "6648:10:46" + }, + { + "kind": "number", + "nativeSrc": "6660:18:46", + "nodeType": "YulLiteral", + "src": "6660:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "6645:2:46", + "nodeType": "YulIdentifier", + "src": "6645:2:46" + }, + "nativeSrc": "6645:34:46", + "nodeType": "YulFunctionCall", + "src": "6645:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "6684:10:46", + "nodeType": "YulIdentifier", + "src": "6684:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "6696:6:46", + "nodeType": "YulIdentifier", + "src": "6696:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "6681:2:46", + "nodeType": "YulIdentifier", + "src": "6681:2:46" + }, + "nativeSrc": "6681:22:46", + "nodeType": "YulFunctionCall", + "src": "6681:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "6642:2:46", + "nodeType": "YulIdentifier", + "src": "6642:2:46" + }, + "nativeSrc": "6642:62:46", + "nodeType": "YulFunctionCall", + "src": "6642:62:46" + }, + "nativeSrc": "6639:88:46", + "nodeType": "YulIf", + "src": "6639:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6743:2:46", + "nodeType": "YulLiteral", + "src": "6743:2:46", + "type": "", + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "6747:10:46", + "nodeType": "YulIdentifier", + "src": "6747:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6736:6:46", + "nodeType": "YulIdentifier", + "src": "6736:6:46" + }, + "nativeSrc": "6736:22:46", + "nodeType": "YulFunctionCall", + "src": "6736:22:46" + }, + "nativeSrc": "6736:22:46", + "nodeType": "YulExpressionStatement", + "src": "6736:22:46" + } + ] + }, + "name": "allocate_memory_4267", + "nativeSrc": "6511:253:46", + "nodeType": "YulFunctionDefinition", + "returnVariables": [ + { + "name": "memPtr", + "nativeSrc": "6546:6:46", + "nodeType": "YulTypedName", + "src": "6546:6:46", + "type": "" + } + ], + "src": "6511:253:46" + }, + { + "body": { + "nativeSrc": "6815:207:46", + "nodeType": "YulBlock", + "src": "6815:207:46", + "statements": [ + { + "nativeSrc": "6825:19:46", + "nodeType": "YulAssignment", + "src": "6825:19:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6841:2:46", + "nodeType": "YulLiteral", + "src": "6841:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "6835:5:46", + "nodeType": "YulIdentifier", + "src": "6835:5:46" + }, + "nativeSrc": "6835:9:46", + "nodeType": "YulFunctionCall", + "src": "6835:9:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "6825:6:46", + "nodeType": "YulIdentifier", + "src": "6825:6:46" + } + ] + }, + { + "nativeSrc": "6853:35:46", + "nodeType": "YulVariableDeclaration", + "src": "6853:35:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "6875:6:46", + "nodeType": "YulIdentifier", + "src": "6875:6:46" + }, + { + "kind": "number", + "nativeSrc": "6883:4:46", + "nodeType": "YulLiteral", + "src": "6883:4:46", + "type": "", + "value": "0xc0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6871:3:46", + "nodeType": "YulIdentifier", + "src": "6871:3:46" + }, + "nativeSrc": "6871:17:46", + "nodeType": "YulFunctionCall", + "src": "6871:17:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "6857:10:46", + "nodeType": "YulTypedName", + "src": "6857:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "6963:22:46", + "nodeType": "YulBlock", + "src": "6963:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "6965:16:46", + "nodeType": "YulIdentifier", + "src": "6965:16:46" + }, + "nativeSrc": "6965:18:46", + "nodeType": "YulFunctionCall", + "src": "6965:18:46" + }, + "nativeSrc": "6965:18:46", + "nodeType": "YulExpressionStatement", + "src": "6965:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "6906:10:46", + "nodeType": "YulIdentifier", + "src": "6906:10:46" + }, + { + "kind": "number", + "nativeSrc": "6918:18:46", + "nodeType": "YulLiteral", + "src": "6918:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "6903:2:46", + "nodeType": "YulIdentifier", + "src": "6903:2:46" + }, + "nativeSrc": "6903:34:46", + "nodeType": "YulFunctionCall", + "src": "6903:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "6942:10:46", + "nodeType": "YulIdentifier", + "src": "6942:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "6954:6:46", + "nodeType": "YulIdentifier", + "src": "6954:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "6939:2:46", + "nodeType": "YulIdentifier", + "src": "6939:2:46" + }, + "nativeSrc": "6939:22:46", + "nodeType": "YulFunctionCall", + "src": "6939:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "6900:2:46", + "nodeType": "YulIdentifier", + "src": "6900:2:46" + }, + "nativeSrc": "6900:62:46", + "nodeType": "YulFunctionCall", + "src": "6900:62:46" + }, + "nativeSrc": "6897:88:46", + "nodeType": "YulIf", + "src": "6897:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7001:2:46", + "nodeType": "YulLiteral", + "src": "7001:2:46", + "type": "", + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "7005:10:46", + "nodeType": "YulIdentifier", + "src": "7005:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6994:6:46", + "nodeType": "YulIdentifier", + "src": "6994:6:46" + }, + "nativeSrc": "6994:22:46", + "nodeType": "YulFunctionCall", + "src": "6994:22:46" + }, + "nativeSrc": "6994:22:46", + "nodeType": "YulExpressionStatement", + "src": "6994:22:46" + } + ] + }, + "name": "allocate_memory_4268", + "nativeSrc": "6769:253:46", + "nodeType": "YulFunctionDefinition", + "returnVariables": [ + { + "name": "memPtr", + "nativeSrc": "6804:6:46", + "nodeType": "YulTypedName", + "src": "6804:6:46", + "type": "" + } + ], + "src": "6769:253:46" + }, + { + "body": { + "nativeSrc": "7072:230:46", + "nodeType": "YulBlock", + "src": "7072:230:46", + "statements": [ + { + "nativeSrc": "7082:19:46", + "nodeType": "YulAssignment", + "src": "7082:19:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7098:2:46", + "nodeType": "YulLiteral", + "src": "7098:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "7092:5:46", + "nodeType": "YulIdentifier", + "src": "7092:5:46" + }, + "nativeSrc": "7092:9:46", + "nodeType": "YulFunctionCall", + "src": "7092:9:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "7082:6:46", + "nodeType": "YulIdentifier", + "src": "7082:6:46" + } + ] + }, + { + "nativeSrc": "7110:58:46", + "nodeType": "YulVariableDeclaration", + "src": "7110:58:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "7132:6:46", + "nodeType": "YulIdentifier", + "src": "7132:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "size", + "nativeSrc": "7148:4:46", + "nodeType": "YulIdentifier", + "src": "7148:4:46" + }, + { + "kind": "number", + "nativeSrc": "7154:2:46", + "nodeType": "YulLiteral", + "src": "7154:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7144:3:46", + "nodeType": "YulIdentifier", + "src": "7144:3:46" + }, + "nativeSrc": "7144:13:46", + "nodeType": "YulFunctionCall", + "src": "7144:13:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7163:2:46", + "nodeType": "YulLiteral", + "src": "7163:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "7159:3:46", + "nodeType": "YulIdentifier", + "src": "7159:3:46" + }, + "nativeSrc": "7159:7:46", + "nodeType": "YulFunctionCall", + "src": "7159:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "7140:3:46", + "nodeType": "YulIdentifier", + "src": "7140:3:46" + }, + "nativeSrc": "7140:27:46", + "nodeType": "YulFunctionCall", + "src": "7140:27:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7128:3:46", + "nodeType": "YulIdentifier", + "src": "7128:3:46" + }, + "nativeSrc": "7128:40:46", + "nodeType": "YulFunctionCall", + "src": "7128:40:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "7114:10:46", + "nodeType": "YulTypedName", + "src": "7114:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "7243:22:46", + "nodeType": "YulBlock", + "src": "7243:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "7245:16:46", + "nodeType": "YulIdentifier", + "src": "7245:16:46" + }, + "nativeSrc": "7245:18:46", + "nodeType": "YulFunctionCall", + "src": "7245:18:46" + }, + "nativeSrc": "7245:18:46", + "nodeType": "YulExpressionStatement", + "src": "7245:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "7186:10:46", + "nodeType": "YulIdentifier", + "src": "7186:10:46" + }, + { + "kind": "number", + "nativeSrc": "7198:18:46", + "nodeType": "YulLiteral", + "src": "7198:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "7183:2:46", + "nodeType": "YulIdentifier", + "src": "7183:2:46" + }, + "nativeSrc": "7183:34:46", + "nodeType": "YulFunctionCall", + "src": "7183:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "7222:10:46", + "nodeType": "YulIdentifier", + "src": "7222:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "7234:6:46", + "nodeType": "YulIdentifier", + "src": "7234:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "7219:2:46", + "nodeType": "YulIdentifier", + "src": "7219:2:46" + }, + "nativeSrc": "7219:22:46", + "nodeType": "YulFunctionCall", + "src": "7219:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "7180:2:46", + "nodeType": "YulIdentifier", + "src": "7180:2:46" + }, + "nativeSrc": "7180:62:46", + "nodeType": "YulFunctionCall", + "src": "7180:62:46" + }, + "nativeSrc": "7177:88:46", + "nodeType": "YulIf", + "src": "7177:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7281:2:46", + "nodeType": "YulLiteral", + "src": "7281:2:46", + "type": "", + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "7285:10:46", + "nodeType": "YulIdentifier", + "src": "7285:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7274:6:46", + "nodeType": "YulIdentifier", + "src": "7274:6:46" + }, + "nativeSrc": "7274:22:46", + "nodeType": "YulFunctionCall", + "src": "7274:22:46" + }, + "nativeSrc": "7274:22:46", + "nodeType": "YulExpressionStatement", + "src": "7274:22:46" + } + ] + }, + "name": "allocate_memory", + "nativeSrc": "7027:275:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "size", + "nativeSrc": "7052:4:46", + "nodeType": "YulTypedName", + "src": "7052:4:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "memPtr", + "nativeSrc": "7061:6:46", + "nodeType": "YulTypedName", + "src": "7061:6:46", + "type": "" + } + ], + "src": "7027:275:46" + }, + { + "body": { + "nativeSrc": "7397:114:46", + "nodeType": "YulBlock", + "src": "7397:114:46", + "statements": [ + { + "body": { + "nativeSrc": "7441:22:46", + "nodeType": "YulBlock", + "src": "7441:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "7443:16:46", + "nodeType": "YulIdentifier", + "src": "7443:16:46" + }, + "nativeSrc": "7443:18:46", + "nodeType": "YulFunctionCall", + "src": "7443:18:46" + }, + "nativeSrc": "7443:18:46", + "nodeType": "YulExpressionStatement", + "src": "7443:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "7413:6:46", + "nodeType": "YulIdentifier", + "src": "7413:6:46" + }, + { + "kind": "number", + "nativeSrc": "7421:18:46", + "nodeType": "YulLiteral", + "src": "7421:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "7410:2:46", + "nodeType": "YulIdentifier", + "src": "7410:2:46" + }, + "nativeSrc": "7410:30:46", + "nodeType": "YulFunctionCall", + "src": "7410:30:46" + }, + "nativeSrc": "7407:56:46", + "nodeType": "YulIf", + "src": "7407:56:46" + }, + { + "nativeSrc": "7472:33:46", + "nodeType": "YulAssignment", + "src": "7472:33:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7488:1:46", + "nodeType": "YulLiteral", + "src": "7488:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "7491:6:46", + "nodeType": "YulIdentifier", + "src": "7491:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "7484:3:46", + "nodeType": "YulIdentifier", + "src": "7484:3:46" + }, + "nativeSrc": "7484:14:46", + "nodeType": "YulFunctionCall", + "src": "7484:14:46" + }, + { + "kind": "number", + "nativeSrc": "7500:4:46", + "nodeType": "YulLiteral", + "src": "7500:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7480:3:46", + "nodeType": "YulIdentifier", + "src": "7480:3:46" + }, + "nativeSrc": "7480:25:46", + "nodeType": "YulFunctionCall", + "src": "7480:25:46" + }, + "variableNames": [ + { + "name": "size", + "nativeSrc": "7472:4:46", + "nodeType": "YulIdentifier", + "src": "7472:4:46" + } + ] + } + ] + }, + "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", + "nativeSrc": "7307:204:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "length", + "nativeSrc": "7377:6:46", + "nodeType": "YulTypedName", + "src": "7377:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "size", + "nativeSrc": "7388:4:46", + "nodeType": "YulTypedName", + "src": "7388:4:46", + "type": "" + } + ], + "src": "7307:204:46" + }, + { + "body": { + "nativeSrc": "7594:536:46", + "nodeType": "YulBlock", + "src": "7594:536:46", + "statements": [ + { + "body": { + "nativeSrc": "7638:16:46", + "nodeType": "YulBlock", + "src": "7638:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7647:1:46", + "nodeType": "YulLiteral", + "src": "7647:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "7650:1:46", + "nodeType": "YulLiteral", + "src": "7650:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "7640:6:46", + "nodeType": "YulIdentifier", + "src": "7640:6:46" + }, + "nativeSrc": "7640:12:46", + "nodeType": "YulFunctionCall", + "src": "7640:12:46" + }, + "nativeSrc": "7640:12:46", + "nodeType": "YulExpressionStatement", + "src": "7640:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "end", + "nativeSrc": "7615:3:46", + "nodeType": "YulIdentifier", + "src": "7615:3:46" + }, + { + "name": "headStart", + "nativeSrc": "7620:9:46", + "nodeType": "YulIdentifier", + "src": "7620:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "7611:3:46", + "nodeType": "YulIdentifier", + "src": "7611:3:46" + }, + "nativeSrc": "7611:19:46", + "nodeType": "YulFunctionCall", + "src": "7611:19:46" + }, + { + "kind": "number", + "nativeSrc": "7632:4:46", + "nodeType": "YulLiteral", + "src": "7632:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "7607:3:46", + "nodeType": "YulIdentifier", + "src": "7607:3:46" + }, + "nativeSrc": "7607:30:46", + "nodeType": "YulFunctionCall", + "src": "7607:30:46" + }, + "nativeSrc": "7604:50:46", + "nodeType": "YulIf", + "src": "7604:50:46" + }, + { + "nativeSrc": "7663:15:46", + "nodeType": "YulVariableDeclaration", + "src": "7663:15:46", + "value": { + "kind": "number", + "nativeSrc": "7677:1:46", + "nodeType": "YulLiteral", + "src": "7677:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "memPtr", + "nativeSrc": "7667:6:46", + "nodeType": "YulTypedName", + "src": "7667:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "7687:21:46", + "nodeType": "YulAssignment", + "src": "7687:21:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7703:4:46", + "nodeType": "YulLiteral", + "src": "7703:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "7697:5:46", + "nodeType": "YulIdentifier", + "src": "7697:5:46" + }, + "nativeSrc": "7697:11:46", + "nodeType": "YulFunctionCall", + "src": "7697:11:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "7687:6:46", + "nodeType": "YulIdentifier", + "src": "7687:6:46" + } + ] + }, + { + "nativeSrc": "7717:35:46", + "nodeType": "YulVariableDeclaration", + "src": "7717:35:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "7739:6:46", + "nodeType": "YulIdentifier", + "src": "7739:6:46" + }, + { + "kind": "number", + "nativeSrc": "7747:4:46", + "nodeType": "YulLiteral", + "src": "7747:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7735:3:46", + "nodeType": "YulIdentifier", + "src": "7735:3:46" + }, + "nativeSrc": "7735:17:46", + "nodeType": "YulFunctionCall", + "src": "7735:17:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "7721:10:46", + "nodeType": "YulTypedName", + "src": "7721:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "7827:22:46", + "nodeType": "YulBlock", + "src": "7827:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "7829:16:46", + "nodeType": "YulIdentifier", + "src": "7829:16:46" + }, + "nativeSrc": "7829:18:46", + "nodeType": "YulFunctionCall", + "src": "7829:18:46" + }, + "nativeSrc": "7829:18:46", + "nodeType": "YulExpressionStatement", + "src": "7829:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "7770:10:46", + "nodeType": "YulIdentifier", + "src": "7770:10:46" + }, + { + "kind": "number", + "nativeSrc": "7782:18:46", + "nodeType": "YulLiteral", + "src": "7782:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "7767:2:46", + "nodeType": "YulIdentifier", + "src": "7767:2:46" + }, + "nativeSrc": "7767:34:46", + "nodeType": "YulFunctionCall", + "src": "7767:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "7806:10:46", + "nodeType": "YulIdentifier", + "src": "7806:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "7818:6:46", + "nodeType": "YulIdentifier", + "src": "7818:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "7803:2:46", + "nodeType": "YulIdentifier", + "src": "7803:2:46" + }, + "nativeSrc": "7803:22:46", + "nodeType": "YulFunctionCall", + "src": "7803:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "7764:2:46", + "nodeType": "YulIdentifier", + "src": "7764:2:46" + }, + "nativeSrc": "7764:62:46", + "nodeType": "YulFunctionCall", + "src": "7764:62:46" + }, + "nativeSrc": "7761:88:46", + "nodeType": "YulIf", + "src": "7761:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7865:4:46", + "nodeType": "YulLiteral", + "src": "7865:4:46", + "type": "", + "value": "0x40" + }, + { + "name": "newFreePtr", + "nativeSrc": "7871:10:46", + "nodeType": "YulIdentifier", + "src": "7871:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7858:6:46", + "nodeType": "YulIdentifier", + "src": "7858:6:46" + }, + "nativeSrc": "7858:24:46", + "nodeType": "YulFunctionCall", + "src": "7858:24:46" + }, + "nativeSrc": "7858:24:46", + "nodeType": "YulExpressionStatement", + "src": "7858:24:46" + }, + { + "nativeSrc": "7891:15:46", + "nodeType": "YulAssignment", + "src": "7891:15:46", + "value": { + "name": "memPtr", + "nativeSrc": "7900:6:46", + "nodeType": "YulIdentifier", + "src": "7900:6:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "7891:5:46", + "nodeType": "YulIdentifier", + "src": "7891:5:46" + } + ] + }, + { + "nativeSrc": "7915:16:46", + "nodeType": "YulVariableDeclaration", + "src": "7915:16:46", + "value": { + "kind": "number", + "nativeSrc": "7930:1:46", + "nodeType": "YulLiteral", + "src": "7930:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "7919:7:46", + "nodeType": "YulTypedName", + "src": "7919:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "7940:34:46", + "nodeType": "YulAssignment", + "src": "7940:34:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7964:9:46", + "nodeType": "YulIdentifier", + "src": "7964:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "7951:12:46", + "nodeType": "YulIdentifier", + "src": "7951:12:46" + }, + "nativeSrc": "7951:23:46", + "nodeType": "YulFunctionCall", + "src": "7951:23:46" + }, + "variableNames": [ + { + "name": "value_1", + "nativeSrc": "7940:7:46", + "nodeType": "YulIdentifier", + "src": "7940:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "7990:6:46", + "nodeType": "YulIdentifier", + "src": "7990:6:46" + }, + { + "name": "value_1", + "nativeSrc": "7998:7:46", + "nodeType": "YulIdentifier", + "src": "7998:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7983:6:46", + "nodeType": "YulIdentifier", + "src": "7983:6:46" + }, + "nativeSrc": "7983:23:46", + "nodeType": "YulFunctionCall", + "src": "7983:23:46" + }, + "nativeSrc": "7983:23:46", + "nodeType": "YulExpressionStatement", + "src": "7983:23:46" + }, + { + "nativeSrc": "8015:16:46", + "nodeType": "YulVariableDeclaration", + "src": "8015:16:46", + "value": { + "kind": "number", + "nativeSrc": "8030:1:46", + "nodeType": "YulLiteral", + "src": "8030:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "8019:7:46", + "nodeType": "YulTypedName", + "src": "8019:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "8040:43:46", + "nodeType": "YulAssignment", + "src": "8040:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8068:9:46", + "nodeType": "YulIdentifier", + "src": "8068:9:46" + }, + { + "kind": "number", + "nativeSrc": "8079:2:46", + "nodeType": "YulLiteral", + "src": "8079:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8064:3:46", + "nodeType": "YulIdentifier", + "src": "8064:3:46" + }, + "nativeSrc": "8064:18:46", + "nodeType": "YulFunctionCall", + "src": "8064:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "8051:12:46", + "nodeType": "YulIdentifier", + "src": "8051:12:46" + }, + "nativeSrc": "8051:32:46", + "nodeType": "YulFunctionCall", + "src": "8051:32:46" + }, + "variableNames": [ + { + "name": "value_2", + "nativeSrc": "8040:7:46", + "nodeType": "YulIdentifier", + "src": "8040:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "8103:6:46", + "nodeType": "YulIdentifier", + "src": "8103:6:46" + }, + { + "kind": "number", + "nativeSrc": "8111:2:46", + "nodeType": "YulLiteral", + "src": "8111:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8099:3:46", + "nodeType": "YulIdentifier", + "src": "8099:3:46" + }, + "nativeSrc": "8099:15:46", + "nodeType": "YulFunctionCall", + "src": "8099:15:46" + }, + { + "name": "value_2", + "nativeSrc": "8116:7:46", + "nodeType": "YulIdentifier", + "src": "8116:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8092:6:46", + "nodeType": "YulIdentifier", + "src": "8092:6:46" + }, + "nativeSrc": "8092:32:46", + "nodeType": "YulFunctionCall", + "src": "8092:32:46" + }, + "nativeSrc": "8092:32:46", + "nodeType": "YulExpressionStatement", + "src": "8092:32:46" + } + ] + }, + "name": "abi_decode_struct_RevocationRequestData", + "nativeSrc": "7516:614:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "7565:9:46", + "nodeType": "YulTypedName", + "src": "7565:9:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "7576:3:46", + "nodeType": "YulTypedName", + "src": "7576:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "7584:5:46", + "nodeType": "YulTypedName", + "src": "7584:5:46", + "type": "" + } + ], + "src": "7516:614:46" + }, + { + "body": { + "nativeSrc": "8201:697:46", + "nodeType": "YulBlock", + "src": "8201:697:46", + "statements": [ + { + "body": { + "nativeSrc": "8245:16:46", + "nodeType": "YulBlock", + "src": "8245:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8254:1:46", + "nodeType": "YulLiteral", + "src": "8254:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "8257:1:46", + "nodeType": "YulLiteral", + "src": "8257:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "8247:6:46", + "nodeType": "YulIdentifier", + "src": "8247:6:46" + }, + "nativeSrc": "8247:12:46", + "nodeType": "YulFunctionCall", + "src": "8247:12:46" + }, + "nativeSrc": "8247:12:46", + "nodeType": "YulExpressionStatement", + "src": "8247:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "end", + "nativeSrc": "8222:3:46", + "nodeType": "YulIdentifier", + "src": "8222:3:46" + }, + { + "name": "headStart", + "nativeSrc": "8227:9:46", + "nodeType": "YulIdentifier", + "src": "8227:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "8218:3:46", + "nodeType": "YulIdentifier", + "src": "8218:3:46" + }, + "nativeSrc": "8218:19:46", + "nodeType": "YulFunctionCall", + "src": "8218:19:46" + }, + { + "kind": "number", + "nativeSrc": "8239:4:46", + "nodeType": "YulLiteral", + "src": "8239:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "8214:3:46", + "nodeType": "YulIdentifier", + "src": "8214:3:46" + }, + "nativeSrc": "8214:30:46", + "nodeType": "YulFunctionCall", + "src": "8214:30:46" + }, + "nativeSrc": "8211:50:46", + "nodeType": "YulIf", + "src": "8211:50:46" + }, + { + "nativeSrc": "8270:15:46", + "nodeType": "YulVariableDeclaration", + "src": "8270:15:46", + "value": { + "kind": "number", + "nativeSrc": "8284:1:46", + "nodeType": "YulLiteral", + "src": "8284:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "memPtr", + "nativeSrc": "8274:6:46", + "nodeType": "YulTypedName", + "src": "8274:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "8294:19:46", + "nodeType": "YulAssignment", + "src": "8294:19:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8310:2:46", + "nodeType": "YulLiteral", + "src": "8310:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "8304:5:46", + "nodeType": "YulIdentifier", + "src": "8304:5:46" + }, + "nativeSrc": "8304:9:46", + "nodeType": "YulFunctionCall", + "src": "8304:9:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "8294:6:46", + "nodeType": "YulIdentifier", + "src": "8294:6:46" + } + ] + }, + { + "nativeSrc": "8322:35:46", + "nodeType": "YulVariableDeclaration", + "src": "8322:35:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "8344:6:46", + "nodeType": "YulIdentifier", + "src": "8344:6:46" + }, + { + "kind": "number", + "nativeSrc": "8352:4:46", + "nodeType": "YulLiteral", + "src": "8352:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8340:3:46", + "nodeType": "YulIdentifier", + "src": "8340:3:46" + }, + "nativeSrc": "8340:17:46", + "nodeType": "YulFunctionCall", + "src": "8340:17:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "8326:10:46", + "nodeType": "YulTypedName", + "src": "8326:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "8432:22:46", + "nodeType": "YulBlock", + "src": "8432:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "8434:16:46", + "nodeType": "YulIdentifier", + "src": "8434:16:46" + }, + "nativeSrc": "8434:18:46", + "nodeType": "YulFunctionCall", + "src": "8434:18:46" + }, + "nativeSrc": "8434:18:46", + "nodeType": "YulExpressionStatement", + "src": "8434:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "8375:10:46", + "nodeType": "YulIdentifier", + "src": "8375:10:46" + }, + { + "kind": "number", + "nativeSrc": "8387:18:46", + "nodeType": "YulLiteral", + "src": "8387:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "8372:2:46", + "nodeType": "YulIdentifier", + "src": "8372:2:46" + }, + "nativeSrc": "8372:34:46", + "nodeType": "YulFunctionCall", + "src": "8372:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "8411:10:46", + "nodeType": "YulIdentifier", + "src": "8411:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "8423:6:46", + "nodeType": "YulIdentifier", + "src": "8423:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "8408:2:46", + "nodeType": "YulIdentifier", + "src": "8408:2:46" + }, + "nativeSrc": "8408:22:46", + "nodeType": "YulFunctionCall", + "src": "8408:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "8369:2:46", + "nodeType": "YulIdentifier", + "src": "8369:2:46" + }, + "nativeSrc": "8369:62:46", + "nodeType": "YulFunctionCall", + "src": "8369:62:46" + }, + "nativeSrc": "8366:88:46", + "nodeType": "YulIf", + "src": "8366:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8470:2:46", + "nodeType": "YulLiteral", + "src": "8470:2:46", + "type": "", + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "8474:10:46", + "nodeType": "YulIdentifier", + "src": "8474:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8463:6:46", + "nodeType": "YulIdentifier", + "src": "8463:6:46" + }, + "nativeSrc": "8463:22:46", + "nodeType": "YulFunctionCall", + "src": "8463:22:46" + }, + "nativeSrc": "8463:22:46", + "nodeType": "YulExpressionStatement", + "src": "8463:22:46" + }, + { + "nativeSrc": "8494:15:46", + "nodeType": "YulAssignment", + "src": "8494:15:46", + "value": { + "name": "memPtr", + "nativeSrc": "8503:6:46", + "nodeType": "YulIdentifier", + "src": "8503:6:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "8494:5:46", + "nodeType": "YulIdentifier", + "src": "8494:5:46" + } + ] + }, + { + "nativeSrc": "8518:38:46", + "nodeType": "YulVariableDeclaration", + "src": "8518:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8546:9:46", + "nodeType": "YulIdentifier", + "src": "8546:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "8533:12:46", + "nodeType": "YulIdentifier", + "src": "8533:12:46" + }, + "nativeSrc": "8533:23:46", + "nodeType": "YulFunctionCall", + "src": "8533:23:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "8522:7:46", + "nodeType": "YulTypedName", + "src": "8522:7:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "8608:16:46", + "nodeType": "YulBlock", + "src": "8608:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8617:1:46", + "nodeType": "YulLiteral", + "src": "8617:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "8620:1:46", + "nodeType": "YulLiteral", + "src": "8620:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "8610:6:46", + "nodeType": "YulIdentifier", + "src": "8610:6:46" + }, + "nativeSrc": "8610:12:46", + "nodeType": "YulFunctionCall", + "src": "8610:12:46" + }, + "nativeSrc": "8610:12:46", + "nodeType": "YulExpressionStatement", + "src": "8610:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "8578:7:46", + "nodeType": "YulIdentifier", + "src": "8578:7:46" + }, + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "8591:7:46", + "nodeType": "YulIdentifier", + "src": "8591:7:46" + }, + { + "kind": "number", + "nativeSrc": "8600:4:46", + "nodeType": "YulLiteral", + "src": "8600:4:46", + "type": "", + "value": "0xff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "8587:3:46", + "nodeType": "YulIdentifier", + "src": "8587:3:46" + }, + "nativeSrc": "8587:18:46", + "nodeType": "YulFunctionCall", + "src": "8587:18:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "8575:2:46", + "nodeType": "YulIdentifier", + "src": "8575:2:46" + }, + "nativeSrc": "8575:31:46", + "nodeType": "YulFunctionCall", + "src": "8575:31:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "8568:6:46", + "nodeType": "YulIdentifier", + "src": "8568:6:46" + }, + "nativeSrc": "8568:39:46", + "nodeType": "YulFunctionCall", + "src": "8568:39:46" + }, + "nativeSrc": "8565:59:46", + "nodeType": "YulIf", + "src": "8565:59:46" + }, + { + "expression": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "8640:6:46", + "nodeType": "YulIdentifier", + "src": "8640:6:46" + }, + { + "name": "value_1", + "nativeSrc": "8648:7:46", + "nodeType": "YulIdentifier", + "src": "8648:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8633:6:46", + "nodeType": "YulIdentifier", + "src": "8633:6:46" + }, + "nativeSrc": "8633:23:46", + "nodeType": "YulFunctionCall", + "src": "8633:23:46" + }, + "nativeSrc": "8633:23:46", + "nodeType": "YulExpressionStatement", + "src": "8633:23:46" + }, + { + "nativeSrc": "8665:16:46", + "nodeType": "YulVariableDeclaration", + "src": "8665:16:46", + "value": { + "kind": "number", + "nativeSrc": "8680:1:46", + "nodeType": "YulLiteral", + "src": "8680:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "8669:7:46", + "nodeType": "YulTypedName", + "src": "8669:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "8690:43:46", + "nodeType": "YulAssignment", + "src": "8690:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8718:9:46", + "nodeType": "YulIdentifier", + "src": "8718:9:46" + }, + { + "kind": "number", + "nativeSrc": "8729:2:46", + "nodeType": "YulLiteral", + "src": "8729:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8714:3:46", + "nodeType": "YulIdentifier", + "src": "8714:3:46" + }, + "nativeSrc": "8714:18:46", + "nodeType": "YulFunctionCall", + "src": "8714:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "8701:12:46", + "nodeType": "YulIdentifier", + "src": "8701:12:46" + }, + "nativeSrc": "8701:32:46", + "nodeType": "YulFunctionCall", + "src": "8701:32:46" + }, + "variableNames": [ + { + "name": "value_2", + "nativeSrc": "8690:7:46", + "nodeType": "YulIdentifier", + "src": "8690:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "8753:6:46", + "nodeType": "YulIdentifier", + "src": "8753:6:46" + }, + { + "kind": "number", + "nativeSrc": "8761:2:46", + "nodeType": "YulLiteral", + "src": "8761:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8749:3:46", + "nodeType": "YulIdentifier", + "src": "8749:3:46" + }, + "nativeSrc": "8749:15:46", + "nodeType": "YulFunctionCall", + "src": "8749:15:46" + }, + { + "name": "value_2", + "nativeSrc": "8766:7:46", + "nodeType": "YulIdentifier", + "src": "8766:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8742:6:46", + "nodeType": "YulIdentifier", + "src": "8742:6:46" + }, + "nativeSrc": "8742:32:46", + "nodeType": "YulFunctionCall", + "src": "8742:32:46" + }, + "nativeSrc": "8742:32:46", + "nodeType": "YulExpressionStatement", + "src": "8742:32:46" + }, + { + "nativeSrc": "8783:16:46", + "nodeType": "YulVariableDeclaration", + "src": "8783:16:46", + "value": { + "kind": "number", + "nativeSrc": "8798:1:46", + "nodeType": "YulLiteral", + "src": "8798:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_3", + "nativeSrc": "8787:7:46", + "nodeType": "YulTypedName", + "src": "8787:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "8808:43:46", + "nodeType": "YulAssignment", + "src": "8808:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8836:9:46", + "nodeType": "YulIdentifier", + "src": "8836:9:46" + }, + { + "kind": "number", + "nativeSrc": "8847:2:46", + "nodeType": "YulLiteral", + "src": "8847:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8832:3:46", + "nodeType": "YulIdentifier", + "src": "8832:3:46" + }, + "nativeSrc": "8832:18:46", + "nodeType": "YulFunctionCall", + "src": "8832:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "8819:12:46", + "nodeType": "YulIdentifier", + "src": "8819:12:46" + }, + "nativeSrc": "8819:32:46", + "nodeType": "YulFunctionCall", + "src": "8819:32:46" + }, + "variableNames": [ + { + "name": "value_3", + "nativeSrc": "8808:7:46", + "nodeType": "YulIdentifier", + "src": "8808:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "8871:6:46", + "nodeType": "YulIdentifier", + "src": "8871:6:46" + }, + { + "kind": "number", + "nativeSrc": "8879:2:46", + "nodeType": "YulLiteral", + "src": "8879:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8867:3:46", + "nodeType": "YulIdentifier", + "src": "8867:3:46" + }, + "nativeSrc": "8867:15:46", + "nodeType": "YulFunctionCall", + "src": "8867:15:46" + }, + { + "name": "value_3", + "nativeSrc": "8884:7:46", + "nodeType": "YulIdentifier", + "src": "8884:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8860:6:46", + "nodeType": "YulIdentifier", + "src": "8860:6:46" + }, + "nativeSrc": "8860:32:46", + "nodeType": "YulFunctionCall", + "src": "8860:32:46" + }, + "nativeSrc": "8860:32:46", + "nodeType": "YulExpressionStatement", + "src": "8860:32:46" + } + ] + }, + "name": "abi_decode_struct_Signature", + "nativeSrc": "8135:763:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "8172:9:46", + "nodeType": "YulTypedName", + "src": "8172:9:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "8183:3:46", + "nodeType": "YulTypedName", + "src": "8183:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "8191:5:46", + "nodeType": "YulTypedName", + "src": "8191:5:46", + "type": "" + } + ], + "src": "8135:763:46" + }, + { + "body": { + "nativeSrc": "8976:649:46", + "nodeType": "YulBlock", + "src": "8976:649:46", + "statements": [ + { + "body": { + "nativeSrc": "9025:16:46", + "nodeType": "YulBlock", + "src": "9025:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9034:1:46", + "nodeType": "YulLiteral", + "src": "9034:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "9037:1:46", + "nodeType": "YulLiteral", + "src": "9037:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "9027:6:46", + "nodeType": "YulIdentifier", + "src": "9027:6:46" + }, + "nativeSrc": "9027:12:46", + "nodeType": "YulFunctionCall", + "src": "9027:12:46" + }, + "nativeSrc": "9027:12:46", + "nodeType": "YulExpressionStatement", + "src": "9027:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "9004:6:46", + "nodeType": "YulIdentifier", + "src": "9004:6:46" + }, + { + "kind": "number", + "nativeSrc": "9012:4:46", + "nodeType": "YulLiteral", + "src": "9012:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9000:3:46", + "nodeType": "YulIdentifier", + "src": "9000:3:46" + }, + "nativeSrc": "9000:17:46", + "nodeType": "YulFunctionCall", + "src": "9000:17:46" + }, + { + "name": "end", + "nativeSrc": "9019:3:46", + "nodeType": "YulIdentifier", + "src": "9019:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "8996:3:46", + "nodeType": "YulIdentifier", + "src": "8996:3:46" + }, + "nativeSrc": "8996:27:46", + "nodeType": "YulFunctionCall", + "src": "8996:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "8989:6:46", + "nodeType": "YulIdentifier", + "src": "8989:6:46" + }, + "nativeSrc": "8989:35:46", + "nodeType": "YulFunctionCall", + "src": "8989:35:46" + }, + "nativeSrc": "8986:55:46", + "nodeType": "YulIf", + "src": "8986:55:46" + }, + { + "nativeSrc": "9050:34:46", + "nodeType": "YulVariableDeclaration", + "src": "9050:34:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "9077:6:46", + "nodeType": "YulIdentifier", + "src": "9077:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "9064:12:46", + "nodeType": "YulIdentifier", + "src": "9064:12:46" + }, + "nativeSrc": "9064:20:46", + "nodeType": "YulFunctionCall", + "src": "9064:20:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "9054:6:46", + "nodeType": "YulTypedName", + "src": "9054:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "9093:96:46", + "nodeType": "YulVariableDeclaration", + "src": "9093:96:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "9181:6:46", + "nodeType": "YulIdentifier", + "src": "9181:6:46" + } + ], + "functionName": { + "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", + "nativeSrc": "9120:60:46", + "nodeType": "YulIdentifier", + "src": "9120:60:46" + }, + "nativeSrc": "9120:68:46", + "nodeType": "YulFunctionCall", + "src": "9120:68:46" + } + ], + "functionName": { + "name": "allocate_memory", + "nativeSrc": "9104:15:46", + "nodeType": "YulIdentifier", + "src": "9104:15:46" + }, + "nativeSrc": "9104:85:46", + "nodeType": "YulFunctionCall", + "src": "9104:85:46" + }, + "variables": [ + { + "name": "dst", + "nativeSrc": "9097:3:46", + "nodeType": "YulTypedName", + "src": "9097:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "9198:18:46", + "nodeType": "YulVariableDeclaration", + "src": "9198:18:46", + "value": { + "name": "dst", + "nativeSrc": "9213:3:46", + "nodeType": "YulIdentifier", + "src": "9213:3:46" + }, + "variables": [ + { + "name": "array_1", + "nativeSrc": "9202:7:46", + "nodeType": "YulTypedName", + "src": "9202:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "9232:3:46", + "nodeType": "YulIdentifier", + "src": "9232:3:46" + }, + { + "name": "length", + "nativeSrc": "9237:6:46", + "nodeType": "YulIdentifier", + "src": "9237:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "9225:6:46", + "nodeType": "YulIdentifier", + "src": "9225:6:46" + }, + "nativeSrc": "9225:19:46", + "nodeType": "YulFunctionCall", + "src": "9225:19:46" + }, + "nativeSrc": "9225:19:46", + "nodeType": "YulExpressionStatement", + "src": "9225:19:46" + }, + { + "nativeSrc": "9253:21:46", + "nodeType": "YulAssignment", + "src": "9253:21:46", + "value": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "9264:3:46", + "nodeType": "YulIdentifier", + "src": "9264:3:46" + }, + { + "kind": "number", + "nativeSrc": "9269:4:46", + "nodeType": "YulLiteral", + "src": "9269:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9260:3:46", + "nodeType": "YulIdentifier", + "src": "9260:3:46" + }, + "nativeSrc": "9260:14:46", + "nodeType": "YulFunctionCall", + "src": "9260:14:46" + }, + "variableNames": [ + { + "name": "dst", + "nativeSrc": "9253:3:46", + "nodeType": "YulIdentifier", + "src": "9253:3:46" + } + ] + }, + { + "nativeSrc": "9283:55:46", + "nodeType": "YulVariableDeclaration", + "src": "9283:55:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "9305:6:46", + "nodeType": "YulIdentifier", + "src": "9305:6:46" + }, + { + "arguments": [ + { + "name": "length", + "nativeSrc": "9317:6:46", + "nodeType": "YulIdentifier", + "src": "9317:6:46" + }, + { + "kind": "number", + "nativeSrc": "9325:4:46", + "nodeType": "YulLiteral", + "src": "9325:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "mul", + "nativeSrc": "9313:3:46", + "nodeType": "YulIdentifier", + "src": "9313:3:46" + }, + "nativeSrc": "9313:17:46", + "nodeType": "YulFunctionCall", + "src": "9313:17:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9301:3:46", + "nodeType": "YulIdentifier", + "src": "9301:3:46" + }, + "nativeSrc": "9301:30:46", + "nodeType": "YulFunctionCall", + "src": "9301:30:46" + }, + { + "kind": "number", + "nativeSrc": "9333:4:46", + "nodeType": "YulLiteral", + "src": "9333:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9297:3:46", + "nodeType": "YulIdentifier", + "src": "9297:3:46" + }, + "nativeSrc": "9297:41:46", + "nodeType": "YulFunctionCall", + "src": "9297:41:46" + }, + "variables": [ + { + "name": "srcEnd", + "nativeSrc": "9287:6:46", + "nodeType": "YulTypedName", + "src": "9287:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "9366:16:46", + "nodeType": "YulBlock", + "src": "9366:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9375:1:46", + "nodeType": "YulLiteral", + "src": "9375:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "9378:1:46", + "nodeType": "YulLiteral", + "src": "9378:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "9368:6:46", + "nodeType": "YulIdentifier", + "src": "9368:6:46" + }, + "nativeSrc": "9368:12:46", + "nodeType": "YulFunctionCall", + "src": "9368:12:46" + }, + "nativeSrc": "9368:12:46", + "nodeType": "YulExpressionStatement", + "src": "9368:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "srcEnd", + "nativeSrc": "9353:6:46", + "nodeType": "YulIdentifier", + "src": "9353:6:46" + }, + { + "name": "end", + "nativeSrc": "9361:3:46", + "nodeType": "YulIdentifier", + "src": "9361:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "9350:2:46", + "nodeType": "YulIdentifier", + "src": "9350:2:46" + }, + "nativeSrc": "9350:15:46", + "nodeType": "YulFunctionCall", + "src": "9350:15:46" + }, + "nativeSrc": "9347:35:46", + "nodeType": "YulIf", + "src": "9347:35:46" + }, + { + "nativeSrc": "9391:28:46", + "nodeType": "YulVariableDeclaration", + "src": "9391:28:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "9406:6:46", + "nodeType": "YulIdentifier", + "src": "9406:6:46" + }, + { + "kind": "number", + "nativeSrc": "9414:4:46", + "nodeType": "YulLiteral", + "src": "9414:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9402:3:46", + "nodeType": "YulIdentifier", + "src": "9402:3:46" + }, + "nativeSrc": "9402:17:46", + "nodeType": "YulFunctionCall", + "src": "9402:17:46" + }, + "variables": [ + { + "name": "src", + "nativeSrc": "9395:3:46", + "nodeType": "YulTypedName", + "src": "9395:3:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "9486:108:46", + "nodeType": "YulBlock", + "src": "9486:108:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "9507:3:46", + "nodeType": "YulIdentifier", + "src": "9507:3:46" + }, + { + "arguments": [ + { + "name": "src", + "nativeSrc": "9540:3:46", + "nodeType": "YulIdentifier", + "src": "9540:3:46" + }, + { + "name": "end", + "nativeSrc": "9545:3:46", + "nodeType": "YulIdentifier", + "src": "9545:3:46" + } + ], + "functionName": { + "name": "abi_decode_struct_Signature", + "nativeSrc": "9512:27:46", + "nodeType": "YulIdentifier", + "src": "9512:27:46" + }, + "nativeSrc": "9512:37:46", + "nodeType": "YulFunctionCall", + "src": "9512:37:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "9500:6:46", + "nodeType": "YulIdentifier", + "src": "9500:6:46" + }, + "nativeSrc": "9500:50:46", + "nodeType": "YulFunctionCall", + "src": "9500:50:46" + }, + "nativeSrc": "9500:50:46", + "nodeType": "YulExpressionStatement", + "src": "9500:50:46" + }, + { + "nativeSrc": "9563:21:46", + "nodeType": "YulAssignment", + "src": "9563:21:46", + "value": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "9574:3:46", + "nodeType": "YulIdentifier", + "src": "9574:3:46" + }, + { + "kind": "number", + "nativeSrc": "9579:4:46", + "nodeType": "YulLiteral", + "src": "9579:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9570:3:46", + "nodeType": "YulIdentifier", + "src": "9570:3:46" + }, + "nativeSrc": "9570:14:46", + "nodeType": "YulFunctionCall", + "src": "9570:14:46" + }, + "variableNames": [ + { + "name": "dst", + "nativeSrc": "9563:3:46", + "nodeType": "YulIdentifier", + "src": "9563:3:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "src", + "nativeSrc": "9439:3:46", + "nodeType": "YulIdentifier", + "src": "9439:3:46" + }, + { + "name": "srcEnd", + "nativeSrc": "9444:6:46", + "nodeType": "YulIdentifier", + "src": "9444:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "9436:2:46", + "nodeType": "YulIdentifier", + "src": "9436:2:46" + }, + "nativeSrc": "9436:15:46", + "nodeType": "YulFunctionCall", + "src": "9436:15:46" + }, + "nativeSrc": "9428:166:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "9452:25:46", + "nodeType": "YulBlock", + "src": "9452:25:46", + "statements": [ + { + "nativeSrc": "9454:21:46", + "nodeType": "YulAssignment", + "src": "9454:21:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "9465:3:46", + "nodeType": "YulIdentifier", + "src": "9465:3:46" + }, + { + "kind": "number", + "nativeSrc": "9470:4:46", + "nodeType": "YulLiteral", + "src": "9470:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9461:3:46", + "nodeType": "YulIdentifier", + "src": "9461:3:46" + }, + "nativeSrc": "9461:14:46", + "nodeType": "YulFunctionCall", + "src": "9461:14:46" + }, + "variableNames": [ + { + "name": "src", + "nativeSrc": "9454:3:46", + "nodeType": "YulIdentifier", + "src": "9454:3:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "9432:3:46", + "nodeType": "YulBlock", + "src": "9432:3:46", + "statements": [] + }, + "src": "9428:166:46" + }, + { + "nativeSrc": "9603:16:46", + "nodeType": "YulAssignment", + "src": "9603:16:46", + "value": { + "name": "array_1", + "nativeSrc": "9612:7:46", + "nodeType": "YulIdentifier", + "src": "9612:7:46" + }, + "variableNames": [ + { + "name": "array", + "nativeSrc": "9603:5:46", + "nodeType": "YulIdentifier", + "src": "9603:5:46" + } + ] + } + ] + }, + "name": "abi_decode_array_struct_Signature_dyn", + "nativeSrc": "8903:722:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "8950:6:46", + "nodeType": "YulTypedName", + "src": "8950:6:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "8958:3:46", + "nodeType": "YulTypedName", + "src": "8958:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "array", + "nativeSrc": "8966:5:46", + "nodeType": "YulTypedName", + "src": "8966:5:46", + "type": "" + } + ], + "src": "8903:722:46" + }, + { + "body": { + "nativeSrc": "9679:147:46", + "nodeType": "YulBlock", + "src": "9679:147:46", + "statements": [ + { + "nativeSrc": "9689:29:46", + "nodeType": "YulAssignment", + "src": "9689:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "9711:6:46", + "nodeType": "YulIdentifier", + "src": "9711:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "9698:12:46", + "nodeType": "YulIdentifier", + "src": "9698:12:46" + }, + "nativeSrc": "9698:20:46", + "nodeType": "YulFunctionCall", + "src": "9698:20:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "9689:5:46", + "nodeType": "YulIdentifier", + "src": "9689:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "9804:16:46", + "nodeType": "YulBlock", + "src": "9804:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9813:1:46", + "nodeType": "YulLiteral", + "src": "9813:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "9816:1:46", + "nodeType": "YulLiteral", + "src": "9816:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "9806:6:46", + "nodeType": "YulIdentifier", + "src": "9806:6:46" + }, + "nativeSrc": "9806:12:46", + "nodeType": "YulFunctionCall", + "src": "9806:12:46" + }, + "nativeSrc": "9806:12:46", + "nodeType": "YulExpressionStatement", + "src": "9806:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "9740:5:46", + "nodeType": "YulIdentifier", + "src": "9740:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "9751:5:46", + "nodeType": "YulIdentifier", + "src": "9751:5:46" + }, + { + "kind": "number", + "nativeSrc": "9758:42:46", + "nodeType": "YulLiteral", + "src": "9758:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "9747:3:46", + "nodeType": "YulIdentifier", + "src": "9747:3:46" + }, + "nativeSrc": "9747:54:46", + "nodeType": "YulFunctionCall", + "src": "9747:54:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "9737:2:46", + "nodeType": "YulIdentifier", + "src": "9737:2:46" + }, + "nativeSrc": "9737:65:46", + "nodeType": "YulFunctionCall", + "src": "9737:65:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "9730:6:46", + "nodeType": "YulIdentifier", + "src": "9730:6:46" + }, + "nativeSrc": "9730:73:46", + "nodeType": "YulFunctionCall", + "src": "9730:73:46" + }, + "nativeSrc": "9727:93:46", + "nodeType": "YulIf", + "src": "9727:93:46" + } + ] + }, + "name": "abi_decode_address", + "nativeSrc": "9630:196:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "9658:6:46", + "nodeType": "YulTypedName", + "src": "9658:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "9669:5:46", + "nodeType": "YulTypedName", + "src": "9669:5:46", + "type": "" + } + ], + "src": "9630:196:46" + }, + { + "body": { + "nativeSrc": "9879:123:46", + "nodeType": "YulBlock", + "src": "9879:123:46", + "statements": [ + { + "nativeSrc": "9889:29:46", + "nodeType": "YulAssignment", + "src": "9889:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "9911:6:46", + "nodeType": "YulIdentifier", + "src": "9911:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "9898:12:46", + "nodeType": "YulIdentifier", + "src": "9898:12:46" + }, + "nativeSrc": "9898:20:46", + "nodeType": "YulFunctionCall", + "src": "9898:20:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "9889:5:46", + "nodeType": "YulIdentifier", + "src": "9889:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "9980:16:46", + "nodeType": "YulBlock", + "src": "9980:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9989:1:46", + "nodeType": "YulLiteral", + "src": "9989:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "9992:1:46", + "nodeType": "YulLiteral", + "src": "9992:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "9982:6:46", + "nodeType": "YulIdentifier", + "src": "9982:6:46" + }, + "nativeSrc": "9982:12:46", + "nodeType": "YulFunctionCall", + "src": "9982:12:46" + }, + "nativeSrc": "9982:12:46", + "nodeType": "YulExpressionStatement", + "src": "9982:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "9940:5:46", + "nodeType": "YulIdentifier", + "src": "9940:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "9951:5:46", + "nodeType": "YulIdentifier", + "src": "9951:5:46" + }, + { + "kind": "number", + "nativeSrc": "9958:18:46", + "nodeType": "YulLiteral", + "src": "9958:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "9947:3:46", + "nodeType": "YulIdentifier", + "src": "9947:3:46" + }, + "nativeSrc": "9947:30:46", + "nodeType": "YulFunctionCall", + "src": "9947:30:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "9937:2:46", + "nodeType": "YulIdentifier", + "src": "9937:2:46" + }, + "nativeSrc": "9937:41:46", + "nodeType": "YulFunctionCall", + "src": "9937:41:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "9930:6:46", + "nodeType": "YulIdentifier", + "src": "9930:6:46" + }, + "nativeSrc": "9930:49:46", + "nodeType": "YulFunctionCall", + "src": "9930:49:46" + }, + "nativeSrc": "9927:69:46", + "nodeType": "YulIf", + "src": "9927:69:46" + } + ] + }, + "name": "abi_decode_uint64", + "nativeSrc": "9831:171:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "9858:6:46", + "nodeType": "YulTypedName", + "src": "9858:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "9869:5:46", + "nodeType": "YulTypedName", + "src": "9869:5:46", + "type": "" + } + ], + "src": "9831:171:46" + }, + { + "body": { + "nativeSrc": "10181:1432:46", + "nodeType": "YulBlock", + "src": "10181:1432:46", + "statements": [ + { + "body": { + "nativeSrc": "10232:16:46", + "nodeType": "YulBlock", + "src": "10232:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10241:1:46", + "nodeType": "YulLiteral", + "src": "10241:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "10244:1:46", + "nodeType": "YulLiteral", + "src": "10244:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "10234:6:46", + "nodeType": "YulIdentifier", + "src": "10234:6:46" + }, + "nativeSrc": "10234:12:46", + "nodeType": "YulFunctionCall", + "src": "10234:12:46" + }, + "nativeSrc": "10234:12:46", + "nodeType": "YulExpressionStatement", + "src": "10234:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "10202:12:46", + "nodeType": "YulIdentifier", + "src": "10202:12:46" + }, + "nativeSrc": "10202:14:46", + "nodeType": "YulFunctionCall", + "src": "10202:14:46" + }, + { + "name": "value", + "nativeSrc": "10218:5:46", + "nodeType": "YulIdentifier", + "src": "10218:5:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "10198:3:46", + "nodeType": "YulIdentifier", + "src": "10198:3:46" + }, + "nativeSrc": "10198:26:46", + "nodeType": "YulFunctionCall", + "src": "10198:26:46" + }, + { + "kind": "number", + "nativeSrc": "10226:4:46", + "nodeType": "YulLiteral", + "src": "10226:4:46", + "type": "", + "value": "0xa0" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "10194:3:46", + "nodeType": "YulIdentifier", + "src": "10194:3:46" + }, + "nativeSrc": "10194:37:46", + "nodeType": "YulFunctionCall", + "src": "10194:37:46" + }, + "nativeSrc": "10191:57:46", + "nodeType": "YulIf", + "src": "10191:57:46" + }, + { + "nativeSrc": "10257:37:46", + "nodeType": "YulVariableDeclaration", + "src": "10257:37:46", + "value": { + "arguments": [], + "functionName": { + "name": "allocate_memory_4267", + "nativeSrc": "10272:20:46", + "nodeType": "YulIdentifier", + "src": "10272:20:46" + }, + "nativeSrc": "10272:22:46", + "nodeType": "YulFunctionCall", + "src": "10272:22:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "10261:7:46", + "nodeType": "YulTypedName", + "src": "10261:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "10303:16:46", + "nodeType": "YulVariableDeclaration", + "src": "10303:16:46", + "value": { + "kind": "number", + "nativeSrc": "10318:1:46", + "nodeType": "YulLiteral", + "src": "10318:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "10307:7:46", + "nodeType": "YulTypedName", + "src": "10307:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "10328:30:46", + "nodeType": "YulAssignment", + "src": "10328:30:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "10352:5:46", + "nodeType": "YulIdentifier", + "src": "10352:5:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "10339:12:46", + "nodeType": "YulIdentifier", + "src": "10339:12:46" + }, + "nativeSrc": "10339:19:46", + "nodeType": "YulFunctionCall", + "src": "10339:19:46" + }, + "variableNames": [ + { + "name": "value_2", + "nativeSrc": "10328:7:46", + "nodeType": "YulIdentifier", + "src": "10328:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "10374:7:46", + "nodeType": "YulIdentifier", + "src": "10374:7:46" + }, + { + "name": "value_2", + "nativeSrc": "10383:7:46", + "nodeType": "YulIdentifier", + "src": "10383:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10367:6:46", + "nodeType": "YulIdentifier", + "src": "10367:6:46" + }, + "nativeSrc": "10367:24:46", + "nodeType": "YulFunctionCall", + "src": "10367:24:46" + }, + "nativeSrc": "10367:24:46", + "nodeType": "YulExpressionStatement", + "src": "10367:24:46" + }, + { + "nativeSrc": "10400:42:46", + "nodeType": "YulVariableDeclaration", + "src": "10400:42:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "10431:5:46", + "nodeType": "YulIdentifier", + "src": "10431:5:46" + }, + { + "kind": "number", + "nativeSrc": "10438:2:46", + "nodeType": "YulLiteral", + "src": "10438:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10427:3:46", + "nodeType": "YulIdentifier", + "src": "10427:3:46" + }, + "nativeSrc": "10427:14:46", + "nodeType": "YulFunctionCall", + "src": "10427:14:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "10414:12:46", + "nodeType": "YulIdentifier", + "src": "10414:12:46" + }, + "nativeSrc": "10414:28:46", + "nodeType": "YulFunctionCall", + "src": "10414:28:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "10404:6:46", + "nodeType": "YulTypedName", + "src": "10404:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "10485:16:46", + "nodeType": "YulBlock", + "src": "10485:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10494:1:46", + "nodeType": "YulLiteral", + "src": "10494:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "10497:1:46", + "nodeType": "YulLiteral", + "src": "10497:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "10487:6:46", + "nodeType": "YulIdentifier", + "src": "10487:6:46" + }, + "nativeSrc": "10487:12:46", + "nodeType": "YulFunctionCall", + "src": "10487:12:46" + }, + "nativeSrc": "10487:12:46", + "nodeType": "YulExpressionStatement", + "src": "10487:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "10457:6:46", + "nodeType": "YulIdentifier", + "src": "10457:6:46" + }, + { + "kind": "number", + "nativeSrc": "10465:18:46", + "nodeType": "YulLiteral", + "src": "10465:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "10454:2:46", + "nodeType": "YulIdentifier", + "src": "10454:2:46" + }, + "nativeSrc": "10454:30:46", + "nodeType": "YulFunctionCall", + "src": "10454:30:46" + }, + "nativeSrc": "10451:50:46", + "nodeType": "YulIf", + "src": "10451:50:46" + }, + { + "nativeSrc": "10510:28:46", + "nodeType": "YulVariableDeclaration", + "src": "10510:28:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "10524:5:46", + "nodeType": "YulIdentifier", + "src": "10524:5:46" + }, + { + "name": "offset", + "nativeSrc": "10531:6:46", + "nodeType": "YulIdentifier", + "src": "10531:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10520:3:46", + "nodeType": "YulIdentifier", + "src": "10520:3:46" + }, + "nativeSrc": "10520:18:46", + "nodeType": "YulFunctionCall", + "src": "10520:18:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "10514:2:46", + "nodeType": "YulTypedName", + "src": "10514:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "10593:16:46", + "nodeType": "YulBlock", + "src": "10593:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10602:1:46", + "nodeType": "YulLiteral", + "src": "10602:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "10605:1:46", + "nodeType": "YulLiteral", + "src": "10605:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "10595:6:46", + "nodeType": "YulIdentifier", + "src": "10595:6:46" + }, + "nativeSrc": "10595:12:46", + "nodeType": "YulFunctionCall", + "src": "10595:12:46" + }, + "nativeSrc": "10595:12:46", + "nodeType": "YulExpressionStatement", + "src": "10595:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "10565:2:46", + "nodeType": "YulIdentifier", + "src": "10565:2:46" + }, + { + "kind": "number", + "nativeSrc": "10569:4:46", + "nodeType": "YulLiteral", + "src": "10569:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10561:3:46", + "nodeType": "YulIdentifier", + "src": "10561:3:46" + }, + "nativeSrc": "10561:13:46", + "nodeType": "YulFunctionCall", + "src": "10561:13:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "10576:12:46", + "nodeType": "YulIdentifier", + "src": "10576:12:46" + }, + "nativeSrc": "10576:14:46", + "nodeType": "YulFunctionCall", + "src": "10576:14:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "10557:3:46", + "nodeType": "YulIdentifier", + "src": "10557:3:46" + }, + "nativeSrc": "10557:34:46", + "nodeType": "YulFunctionCall", + "src": "10557:34:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "10550:6:46", + "nodeType": "YulIdentifier", + "src": "10550:6:46" + }, + "nativeSrc": "10550:42:46", + "nodeType": "YulFunctionCall", + "src": "10550:42:46" + }, + "nativeSrc": "10547:62:46", + "nodeType": "YulIf", + "src": "10547:62:46" + }, + { + "nativeSrc": "10618:30:46", + "nodeType": "YulVariableDeclaration", + "src": "10618:30:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "10645:2:46", + "nodeType": "YulIdentifier", + "src": "10645:2:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "10632:12:46", + "nodeType": "YulIdentifier", + "src": "10632:12:46" + }, + "nativeSrc": "10632:16:46", + "nodeType": "YulFunctionCall", + "src": "10632:16:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "10622:6:46", + "nodeType": "YulTypedName", + "src": "10622:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "10657:96:46", + "nodeType": "YulVariableDeclaration", + "src": "10657:96:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "10745:6:46", + "nodeType": "YulIdentifier", + "src": "10745:6:46" + } + ], + "functionName": { + "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", + "nativeSrc": "10684:60:46", + "nodeType": "YulIdentifier", + "src": "10684:60:46" + }, + "nativeSrc": "10684:68:46", + "nodeType": "YulFunctionCall", + "src": "10684:68:46" + } + ], + "functionName": { + "name": "allocate_memory", + "nativeSrc": "10668:15:46", + "nodeType": "YulIdentifier", + "src": "10668:15:46" + }, + "nativeSrc": "10668:85:46", + "nodeType": "YulFunctionCall", + "src": "10668:85:46" + }, + "variables": [ + { + "name": "dst", + "nativeSrc": "10661:3:46", + "nodeType": "YulTypedName", + "src": "10661:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "10762:16:46", + "nodeType": "YulVariableDeclaration", + "src": "10762:16:46", + "value": { + "name": "dst", + "nativeSrc": "10775:3:46", + "nodeType": "YulIdentifier", + "src": "10775:3:46" + }, + "variables": [ + { + "name": "array", + "nativeSrc": "10766:5:46", + "nodeType": "YulTypedName", + "src": "10766:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "10794:3:46", + "nodeType": "YulIdentifier", + "src": "10794:3:46" + }, + { + "name": "length", + "nativeSrc": "10799:6:46", + "nodeType": "YulIdentifier", + "src": "10799:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10787:6:46", + "nodeType": "YulIdentifier", + "src": "10787:6:46" + }, + "nativeSrc": "10787:19:46", + "nodeType": "YulFunctionCall", + "src": "10787:19:46" + }, + "nativeSrc": "10787:19:46", + "nodeType": "YulExpressionStatement", + "src": "10787:19:46" + }, + { + "nativeSrc": "10815:19:46", + "nodeType": "YulAssignment", + "src": "10815:19:46", + "value": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "10826:3:46", + "nodeType": "YulIdentifier", + "src": "10826:3:46" + }, + { + "kind": "number", + "nativeSrc": "10831:2:46", + "nodeType": "YulLiteral", + "src": "10831:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10822:3:46", + "nodeType": "YulIdentifier", + "src": "10822:3:46" + }, + "nativeSrc": "10822:12:46", + "nodeType": "YulFunctionCall", + "src": "10822:12:46" + }, + "variableNames": [ + { + "name": "dst", + "nativeSrc": "10815:3:46", + "nodeType": "YulIdentifier", + "src": "10815:3:46" + } + ] + }, + { + "nativeSrc": "10843:46:46", + "nodeType": "YulVariableDeclaration", + "src": "10843:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "10865:2:46", + "nodeType": "YulIdentifier", + "src": "10865:2:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10873:1:46", + "nodeType": "YulLiteral", + "src": "10873:1:46", + "type": "", + "value": "6" + }, + { + "name": "length", + "nativeSrc": "10876:6:46", + "nodeType": "YulIdentifier", + "src": "10876:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "10869:3:46", + "nodeType": "YulIdentifier", + "src": "10869:3:46" + }, + "nativeSrc": "10869:14:46", + "nodeType": "YulFunctionCall", + "src": "10869:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10861:3:46", + "nodeType": "YulIdentifier", + "src": "10861:3:46" + }, + "nativeSrc": "10861:23:46", + "nodeType": "YulFunctionCall", + "src": "10861:23:46" + }, + { + "kind": "number", + "nativeSrc": "10886:2:46", + "nodeType": "YulLiteral", + "src": "10886:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10857:3:46", + "nodeType": "YulIdentifier", + "src": "10857:3:46" + }, + "nativeSrc": "10857:32:46", + "nodeType": "YulFunctionCall", + "src": "10857:32:46" + }, + "variables": [ + { + "name": "srcEnd", + "nativeSrc": "10847:6:46", + "nodeType": "YulTypedName", + "src": "10847:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "10928:16:46", + "nodeType": "YulBlock", + "src": "10928:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10937:1:46", + "nodeType": "YulLiteral", + "src": "10937:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "10940:1:46", + "nodeType": "YulLiteral", + "src": "10940:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "10930:6:46", + "nodeType": "YulIdentifier", + "src": "10930:6:46" + }, + "nativeSrc": "10930:12:46", + "nodeType": "YulFunctionCall", + "src": "10930:12:46" + }, + "nativeSrc": "10930:12:46", + "nodeType": "YulExpressionStatement", + "src": "10930:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "srcEnd", + "nativeSrc": "10904:6:46", + "nodeType": "YulIdentifier", + "src": "10904:6:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "10912:12:46", + "nodeType": "YulIdentifier", + "src": "10912:12:46" + }, + "nativeSrc": "10912:14:46", + "nodeType": "YulFunctionCall", + "src": "10912:14:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "10901:2:46", + "nodeType": "YulIdentifier", + "src": "10901:2:46" + }, + "nativeSrc": "10901:26:46", + "nodeType": "YulFunctionCall", + "src": "10901:26:46" + }, + "nativeSrc": "10898:46:46", + "nodeType": "YulIf", + "src": "10898:46:46" + }, + { + "nativeSrc": "10953:22:46", + "nodeType": "YulVariableDeclaration", + "src": "10953:22:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "10968:2:46", + "nodeType": "YulIdentifier", + "src": "10968:2:46" + }, + { + "kind": "number", + "nativeSrc": "10972:2:46", + "nodeType": "YulLiteral", + "src": "10972:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10964:3:46", + "nodeType": "YulIdentifier", + "src": "10964:3:46" + }, + "nativeSrc": "10964:11:46", + "nodeType": "YulFunctionCall", + "src": "10964:11:46" + }, + "variables": [ + { + "name": "src", + "nativeSrc": "10957:3:46", + "nodeType": "YulTypedName", + "src": "10957:3:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "11042:129:46", + "nodeType": "YulBlock", + "src": "11042:129:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "11063:3:46", + "nodeType": "YulIdentifier", + "src": "11063:3:46" + }, + { + "arguments": [ + { + "name": "src", + "nativeSrc": "11108:3:46", + "nodeType": "YulIdentifier", + "src": "11108:3:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "11113:12:46", + "nodeType": "YulIdentifier", + "src": "11113:12:46" + }, + "nativeSrc": "11113:14:46", + "nodeType": "YulFunctionCall", + "src": "11113:14:46" + } + ], + "functionName": { + "name": "abi_decode_struct_RevocationRequestData", + "nativeSrc": "11068:39:46", + "nodeType": "YulIdentifier", + "src": "11068:39:46" + }, + "nativeSrc": "11068:60:46", + "nodeType": "YulFunctionCall", + "src": "11068:60:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11056:6:46", + "nodeType": "YulIdentifier", + "src": "11056:6:46" + }, + "nativeSrc": "11056:73:46", + "nodeType": "YulFunctionCall", + "src": "11056:73:46" + }, + "nativeSrc": "11056:73:46", + "nodeType": "YulExpressionStatement", + "src": "11056:73:46" + }, + { + "nativeSrc": "11142:19:46", + "nodeType": "YulAssignment", + "src": "11142:19:46", + "value": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "11153:3:46", + "nodeType": "YulIdentifier", + "src": "11153:3:46" + }, + { + "kind": "number", + "nativeSrc": "11158:2:46", + "nodeType": "YulLiteral", + "src": "11158:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11149:3:46", + "nodeType": "YulIdentifier", + "src": "11149:3:46" + }, + "nativeSrc": "11149:12:46", + "nodeType": "YulFunctionCall", + "src": "11149:12:46" + }, + "variableNames": [ + { + "name": "dst", + "nativeSrc": "11142:3:46", + "nodeType": "YulIdentifier", + "src": "11142:3:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "src", + "nativeSrc": "10995:3:46", + "nodeType": "YulIdentifier", + "src": "10995:3:46" + }, + { + "name": "srcEnd", + "nativeSrc": "11000:6:46", + "nodeType": "YulIdentifier", + "src": "11000:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "10992:2:46", + "nodeType": "YulIdentifier", + "src": "10992:2:46" + }, + "nativeSrc": "10992:15:46", + "nodeType": "YulFunctionCall", + "src": "10992:15:46" + }, + "nativeSrc": "10984:187:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "11008:25:46", + "nodeType": "YulBlock", + "src": "11008:25:46", + "statements": [ + { + "nativeSrc": "11010:21:46", + "nodeType": "YulAssignment", + "src": "11010:21:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "11021:3:46", + "nodeType": "YulIdentifier", + "src": "11021:3:46" + }, + { + "kind": "number", + "nativeSrc": "11026:4:46", + "nodeType": "YulLiteral", + "src": "11026:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11017:3:46", + "nodeType": "YulIdentifier", + "src": "11017:3:46" + }, + "nativeSrc": "11017:14:46", + "nodeType": "YulFunctionCall", + "src": "11017:14:46" + }, + "variableNames": [ + { + "name": "src", + "nativeSrc": "11010:3:46", + "nodeType": "YulIdentifier", + "src": "11010:3:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "10988:3:46", + "nodeType": "YulBlock", + "src": "10988:3:46", + "statements": [] + }, + "src": "10984:187:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "11191:7:46", + "nodeType": "YulIdentifier", + "src": "11191:7:46" + }, + { + "kind": "number", + "nativeSrc": "11200:2:46", + "nodeType": "YulLiteral", + "src": "11200:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11187:3:46", + "nodeType": "YulIdentifier", + "src": "11187:3:46" + }, + "nativeSrc": "11187:16:46", + "nodeType": "YulFunctionCall", + "src": "11187:16:46" + }, + { + "name": "array", + "nativeSrc": "11205:5:46", + "nodeType": "YulIdentifier", + "src": "11205:5:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11180:6:46", + "nodeType": "YulIdentifier", + "src": "11180:6:46" + }, + "nativeSrc": "11180:31:46", + "nodeType": "YulFunctionCall", + "src": "11180:31:46" + }, + "nativeSrc": "11180:31:46", + "nodeType": "YulExpressionStatement", + "src": "11180:31:46" + }, + { + "nativeSrc": "11220:46:46", + "nodeType": "YulVariableDeclaration", + "src": "11220:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "11253:5:46", + "nodeType": "YulIdentifier", + "src": "11253:5:46" + }, + { + "kind": "number", + "nativeSrc": "11260:4:46", + "nodeType": "YulLiteral", + "src": "11260:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11249:3:46", + "nodeType": "YulIdentifier", + "src": "11249:3:46" + }, + "nativeSrc": "11249:16:46", + "nodeType": "YulFunctionCall", + "src": "11249:16:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "11236:12:46", + "nodeType": "YulIdentifier", + "src": "11236:12:46" + }, + "nativeSrc": "11236:30:46", + "nodeType": "YulFunctionCall", + "src": "11236:30:46" + }, + "variables": [ + { + "name": "offset_1", + "nativeSrc": "11224:8:46", + "nodeType": "YulTypedName", + "src": "11224:8:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "11311:16:46", + "nodeType": "YulBlock", + "src": "11311:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11320:1:46", + "nodeType": "YulLiteral", + "src": "11320:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11323:1:46", + "nodeType": "YulLiteral", + "src": "11323:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "11313:6:46", + "nodeType": "YulIdentifier", + "src": "11313:6:46" + }, + "nativeSrc": "11313:12:46", + "nodeType": "YulFunctionCall", + "src": "11313:12:46" + }, + "nativeSrc": "11313:12:46", + "nodeType": "YulExpressionStatement", + "src": "11313:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset_1", + "nativeSrc": "11281:8:46", + "nodeType": "YulIdentifier", + "src": "11281:8:46" + }, + { + "kind": "number", + "nativeSrc": "11291:18:46", + "nodeType": "YulLiteral", + "src": "11291:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "11278:2:46", + "nodeType": "YulIdentifier", + "src": "11278:2:46" + }, + "nativeSrc": "11278:32:46", + "nodeType": "YulFunctionCall", + "src": "11278:32:46" + }, + "nativeSrc": "11275:52:46", + "nodeType": "YulIf", + "src": "11275:52:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "11347:7:46", + "nodeType": "YulIdentifier", + "src": "11347:7:46" + }, + { + "kind": "number", + "nativeSrc": "11356:4:46", + "nodeType": "YulLiteral", + "src": "11356:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11343:3:46", + "nodeType": "YulIdentifier", + "src": "11343:3:46" + }, + "nativeSrc": "11343:18:46", + "nodeType": "YulFunctionCall", + "src": "11343:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "11405:5:46", + "nodeType": "YulIdentifier", + "src": "11405:5:46" + }, + { + "name": "offset_1", + "nativeSrc": "11412:8:46", + "nodeType": "YulIdentifier", + "src": "11412:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11401:3:46", + "nodeType": "YulIdentifier", + "src": "11401:3:46" + }, + "nativeSrc": "11401:20:46", + "nodeType": "YulFunctionCall", + "src": "11401:20:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "11423:12:46", + "nodeType": "YulIdentifier", + "src": "11423:12:46" + }, + "nativeSrc": "11423:14:46", + "nodeType": "YulFunctionCall", + "src": "11423:14:46" + } + ], + "functionName": { + "name": "abi_decode_array_struct_Signature_dyn", + "nativeSrc": "11363:37:46", + "nodeType": "YulIdentifier", + "src": "11363:37:46" + }, + "nativeSrc": "11363:75:46", + "nodeType": "YulFunctionCall", + "src": "11363:75:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11336:6:46", + "nodeType": "YulIdentifier", + "src": "11336:6:46" + }, + "nativeSrc": "11336:103:46", + "nodeType": "YulFunctionCall", + "src": "11336:103:46" + }, + "nativeSrc": "11336:103:46", + "nodeType": "YulExpressionStatement", + "src": "11336:103:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "11459:7:46", + "nodeType": "YulIdentifier", + "src": "11459:7:46" + }, + { + "kind": "number", + "nativeSrc": "11468:2:46", + "nodeType": "YulLiteral", + "src": "11468:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11455:3:46", + "nodeType": "YulIdentifier", + "src": "11455:3:46" + }, + "nativeSrc": "11455:16:46", + "nodeType": "YulFunctionCall", + "src": "11455:16:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "11496:5:46", + "nodeType": "YulIdentifier", + "src": "11496:5:46" + }, + { + "kind": "number", + "nativeSrc": "11503:2:46", + "nodeType": "YulLiteral", + "src": "11503:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11492:3:46", + "nodeType": "YulIdentifier", + "src": "11492:3:46" + }, + "nativeSrc": "11492:14:46", + "nodeType": "YulFunctionCall", + "src": "11492:14:46" + } + ], + "functionName": { + "name": "abi_decode_address", + "nativeSrc": "11473:18:46", + "nodeType": "YulIdentifier", + "src": "11473:18:46" + }, + "nativeSrc": "11473:34:46", + "nodeType": "YulFunctionCall", + "src": "11473:34:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11448:6:46", + "nodeType": "YulIdentifier", + "src": "11448:6:46" + }, + "nativeSrc": "11448:60:46", + "nodeType": "YulFunctionCall", + "src": "11448:60:46" + }, + "nativeSrc": "11448:60:46", + "nodeType": "YulExpressionStatement", + "src": "11448:60:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "11528:7:46", + "nodeType": "YulIdentifier", + "src": "11528:7:46" + }, + { + "kind": "number", + "nativeSrc": "11537:3:46", + "nodeType": "YulLiteral", + "src": "11537:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11524:3:46", + "nodeType": "YulIdentifier", + "src": "11524:3:46" + }, + "nativeSrc": "11524:17:46", + "nodeType": "YulFunctionCall", + "src": "11524:17:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "11565:5:46", + "nodeType": "YulIdentifier", + "src": "11565:5:46" + }, + { + "kind": "number", + "nativeSrc": "11572:3:46", + "nodeType": "YulLiteral", + "src": "11572:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11561:3:46", + "nodeType": "YulIdentifier", + "src": "11561:3:46" + }, + "nativeSrc": "11561:15:46", + "nodeType": "YulFunctionCall", + "src": "11561:15:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "11543:17:46", + "nodeType": "YulIdentifier", + "src": "11543:17:46" + }, + "nativeSrc": "11543:34:46", + "nodeType": "YulFunctionCall", + "src": "11543:34:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11517:6:46", + "nodeType": "YulIdentifier", + "src": "11517:6:46" + }, + "nativeSrc": "11517:61:46", + "nodeType": "YulFunctionCall", + "src": "11517:61:46" + }, + "nativeSrc": "11517:61:46", + "nodeType": "YulExpressionStatement", + "src": "11517:61:46" + }, + { + "nativeSrc": "11587:20:46", + "nodeType": "YulAssignment", + "src": "11587:20:46", + "value": { + "name": "value_1", + "nativeSrc": "11600:7:46", + "nodeType": "YulIdentifier", + "src": "11600:7:46" + }, + "variableNames": [ + { + "name": "converted", + "nativeSrc": "11587:9:46", + "nodeType": "YulIdentifier", + "src": "11587:9:46" + } + ] + } + ] + }, + "name": "convert_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr_to_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_memory_ptr", + "nativeSrc": "10007:1606:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "10157:5:46", + "nodeType": "YulTypedName", + "src": "10157:5:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "converted", + "nativeSrc": "10167:9:46", + "nodeType": "YulTypedName", + "src": "10167:9:46", + "type": "" + } + ], + "src": "10007:1606:46" + }, + { + "body": { + "nativeSrc": "11683:97:46", + "nodeType": "YulBlock", + "src": "11683:97:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "11700:3:46", + "nodeType": "YulIdentifier", + "src": "11700:3:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "11711:5:46", + "nodeType": "YulIdentifier", + "src": "11711:5:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "11705:5:46", + "nodeType": "YulIdentifier", + "src": "11705:5:46" + }, + "nativeSrc": "11705:12:46", + "nodeType": "YulFunctionCall", + "src": "11705:12:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11693:6:46", + "nodeType": "YulIdentifier", + "src": "11693:6:46" + }, + "nativeSrc": "11693:25:46", + "nodeType": "YulFunctionCall", + "src": "11693:25:46" + }, + "nativeSrc": "11693:25:46", + "nodeType": "YulExpressionStatement", + "src": "11693:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "11738:3:46", + "nodeType": "YulIdentifier", + "src": "11738:3:46" + }, + { + "kind": "number", + "nativeSrc": "11743:4:46", + "nodeType": "YulLiteral", + "src": "11743:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11734:3:46", + "nodeType": "YulIdentifier", + "src": "11734:3:46" + }, + "nativeSrc": "11734:14:46", + "nodeType": "YulFunctionCall", + "src": "11734:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "11760:5:46", + "nodeType": "YulIdentifier", + "src": "11760:5:46" + }, + { + "kind": "number", + "nativeSrc": "11767:4:46", + "nodeType": "YulLiteral", + "src": "11767:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11756:3:46", + "nodeType": "YulIdentifier", + "src": "11756:3:46" + }, + "nativeSrc": "11756:16:46", + "nodeType": "YulFunctionCall", + "src": "11756:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "11750:5:46", + "nodeType": "YulIdentifier", + "src": "11750:5:46" + }, + "nativeSrc": "11750:23:46", + "nodeType": "YulFunctionCall", + "src": "11750:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11727:6:46", + "nodeType": "YulIdentifier", + "src": "11727:6:46" + }, + "nativeSrc": "11727:47:46", + "nodeType": "YulFunctionCall", + "src": "11727:47:46" + }, + "nativeSrc": "11727:47:46", + "nodeType": "YulExpressionStatement", + "src": "11727:47:46" + } + ] + }, + "name": "abi_encode_struct_RevocationRequestData", + "nativeSrc": "11618:162:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "11667:5:46", + "nodeType": "YulTypedName", + "src": "11667:5:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "11674:3:46", + "nodeType": "YulTypedName", + "src": "11674:3:46", + "type": "" + } + ], + "src": "11618:162:46" + }, + { + "body": { + "nativeSrc": "12016:1267:46", + "nodeType": "YulBlock", + "src": "12016:1267:46", + "statements": [ + { + "nativeSrc": "12026:32:46", + "nodeType": "YulVariableDeclaration", + "src": "12026:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12044:9:46", + "nodeType": "YulIdentifier", + "src": "12044:9:46" + }, + { + "kind": "number", + "nativeSrc": "12055:2:46", + "nodeType": "YulLiteral", + "src": "12055:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12040:3:46", + "nodeType": "YulIdentifier", + "src": "12040:3:46" + }, + "nativeSrc": "12040:18:46", + "nodeType": "YulFunctionCall", + "src": "12040:18:46" + }, + "variables": [ + { + "name": "tail_1", + "nativeSrc": "12030:6:46", + "nodeType": "YulTypedName", + "src": "12030:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12074:9:46", + "nodeType": "YulIdentifier", + "src": "12074:9:46" + }, + { + "kind": "number", + "nativeSrc": "12085:2:46", + "nodeType": "YulLiteral", + "src": "12085:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12067:6:46", + "nodeType": "YulIdentifier", + "src": "12067:6:46" + }, + "nativeSrc": "12067:21:46", + "nodeType": "YulFunctionCall", + "src": "12067:21:46" + }, + "nativeSrc": "12067:21:46", + "nodeType": "YulExpressionStatement", + "src": "12067:21:46" + }, + { + "nativeSrc": "12097:17:46", + "nodeType": "YulVariableDeclaration", + "src": "12097:17:46", + "value": { + "name": "tail_1", + "nativeSrc": "12108:6:46", + "nodeType": "YulIdentifier", + "src": "12108:6:46" + }, + "variables": [ + { + "name": "pos", + "nativeSrc": "12101:3:46", + "nodeType": "YulTypedName", + "src": "12101:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "12123:27:46", + "nodeType": "YulVariableDeclaration", + "src": "12123:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "12143:6:46", + "nodeType": "YulIdentifier", + "src": "12143:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "12137:5:46", + "nodeType": "YulIdentifier", + "src": "12137:5:46" + }, + "nativeSrc": "12137:13:46", + "nodeType": "YulFunctionCall", + "src": "12137:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "12127:6:46", + "nodeType": "YulTypedName", + "src": "12127:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_1", + "nativeSrc": "12166:6:46", + "nodeType": "YulIdentifier", + "src": "12166:6:46" + }, + { + "name": "length", + "nativeSrc": "12174:6:46", + "nodeType": "YulIdentifier", + "src": "12174:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12159:6:46", + "nodeType": "YulIdentifier", + "src": "12159:6:46" + }, + "nativeSrc": "12159:22:46", + "nodeType": "YulFunctionCall", + "src": "12159:22:46" + }, + "nativeSrc": "12159:22:46", + "nodeType": "YulExpressionStatement", + "src": "12159:22:46" + }, + { + "nativeSrc": "12190:25:46", + "nodeType": "YulAssignment", + "src": "12190:25:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12201:9:46", + "nodeType": "YulIdentifier", + "src": "12201:9:46" + }, + { + "kind": "number", + "nativeSrc": "12212:2:46", + "nodeType": "YulLiteral", + "src": "12212:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12197:3:46", + "nodeType": "YulIdentifier", + "src": "12197:3:46" + }, + "nativeSrc": "12197:18:46", + "nodeType": "YulFunctionCall", + "src": "12197:18:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "12190:3:46", + "nodeType": "YulIdentifier", + "src": "12190:3:46" + } + ] + }, + { + "nativeSrc": "12224:53:46", + "nodeType": "YulVariableDeclaration", + "src": "12224:53:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12246:9:46", + "nodeType": "YulIdentifier", + "src": "12246:9:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12261:1:46", + "nodeType": "YulLiteral", + "src": "12261:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "12264:6:46", + "nodeType": "YulIdentifier", + "src": "12264:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "12257:3:46", + "nodeType": "YulIdentifier", + "src": "12257:3:46" + }, + "nativeSrc": "12257:14:46", + "nodeType": "YulFunctionCall", + "src": "12257:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12242:3:46", + "nodeType": "YulIdentifier", + "src": "12242:3:46" + }, + "nativeSrc": "12242:30:46", + "nodeType": "YulFunctionCall", + "src": "12242:30:46" + }, + { + "kind": "number", + "nativeSrc": "12274:2:46", + "nodeType": "YulLiteral", + "src": "12274:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12238:3:46", + "nodeType": "YulIdentifier", + "src": "12238:3:46" + }, + "nativeSrc": "12238:39:46", + "nodeType": "YulFunctionCall", + "src": "12238:39:46" + }, + "variables": [ + { + "name": "tail_2", + "nativeSrc": "12228:6:46", + "nodeType": "YulTypedName", + "src": "12228:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "12286:29:46", + "nodeType": "YulVariableDeclaration", + "src": "12286:29:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "12304:6:46", + "nodeType": "YulIdentifier", + "src": "12304:6:46" + }, + { + "kind": "number", + "nativeSrc": "12312:2:46", + "nodeType": "YulLiteral", + "src": "12312:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12300:3:46", + "nodeType": "YulIdentifier", + "src": "12300:3:46" + }, + "nativeSrc": "12300:15:46", + "nodeType": "YulFunctionCall", + "src": "12300:15:46" + }, + "variables": [ + { + "name": "srcPtr", + "nativeSrc": "12290:6:46", + "nodeType": "YulTypedName", + "src": "12290:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "12324:10:46", + "nodeType": "YulVariableDeclaration", + "src": "12324:10:46", + "value": { + "kind": "number", + "nativeSrc": "12333:1:46", + "nodeType": "YulLiteral", + "src": "12333:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "12328:1:46", + "nodeType": "YulTypedName", + "src": "12328:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "12392:862:46", + "nodeType": "YulBlock", + "src": "12392:862:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "12413:3:46", + "nodeType": "YulIdentifier", + "src": "12413:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "12426:6:46", + "nodeType": "YulIdentifier", + "src": "12426:6:46" + }, + { + "name": "headStart", + "nativeSrc": "12434:9:46", + "nodeType": "YulIdentifier", + "src": "12434:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "12422:3:46", + "nodeType": "YulIdentifier", + "src": "12422:3:46" + }, + "nativeSrc": "12422:22:46", + "nodeType": "YulFunctionCall", + "src": "12422:22:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12450:2:46", + "nodeType": "YulLiteral", + "src": "12450:2:46", + "type": "", + "value": "63" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "12446:3:46", + "nodeType": "YulIdentifier", + "src": "12446:3:46" + }, + "nativeSrc": "12446:7:46", + "nodeType": "YulFunctionCall", + "src": "12446:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12418:3:46", + "nodeType": "YulIdentifier", + "src": "12418:3:46" + }, + "nativeSrc": "12418:36:46", + "nodeType": "YulFunctionCall", + "src": "12418:36:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12406:6:46", + "nodeType": "YulIdentifier", + "src": "12406:6:46" + }, + "nativeSrc": "12406:49:46", + "nodeType": "YulFunctionCall", + "src": "12406:49:46" + }, + "nativeSrc": "12406:49:46", + "nodeType": "YulExpressionStatement", + "src": "12406:49:46" + }, + { + "nativeSrc": "12468:23:46", + "nodeType": "YulVariableDeclaration", + "src": "12468:23:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "12484:6:46", + "nodeType": "YulIdentifier", + "src": "12484:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "12478:5:46", + "nodeType": "YulIdentifier", + "src": "12478:5:46" + }, + "nativeSrc": "12478:13:46", + "nodeType": "YulFunctionCall", + "src": "12478:13:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "12472:2:46", + "nodeType": "YulTypedName", + "src": "12472:2:46", + "type": "" + } + ] + }, + { + "nativeSrc": "12504:29:46", + "nodeType": "YulVariableDeclaration", + "src": "12504:29:46", + "value": { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "12522:6:46", + "nodeType": "YulIdentifier", + "src": "12522:6:46" + }, + { + "kind": "number", + "nativeSrc": "12530:2:46", + "nodeType": "YulLiteral", + "src": "12530:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12518:3:46", + "nodeType": "YulIdentifier", + "src": "12518:3:46" + }, + "nativeSrc": "12518:15:46", + "nodeType": "YulFunctionCall", + "src": "12518:15:46" + }, + "variables": [ + { + "name": "tail_3", + "nativeSrc": "12508:6:46", + "nodeType": "YulTypedName", + "src": "12508:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "12553:6:46", + "nodeType": "YulIdentifier", + "src": "12553:6:46" + }, + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "12567:2:46", + "nodeType": "YulIdentifier", + "src": "12567:2:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "12561:5:46", + "nodeType": "YulIdentifier", + "src": "12561:5:46" + }, + "nativeSrc": "12561:9:46", + "nodeType": "YulFunctionCall", + "src": "12561:9:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12546:6:46", + "nodeType": "YulIdentifier", + "src": "12546:6:46" + }, + "nativeSrc": "12546:25:46", + "nodeType": "YulFunctionCall", + "src": "12546:25:46" + }, + "nativeSrc": "12546:25:46", + "nodeType": "YulExpressionStatement", + "src": "12546:25:46" + }, + { + "nativeSrc": "12584:38:46", + "nodeType": "YulVariableDeclaration", + "src": "12584:38:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "12614:2:46", + "nodeType": "YulIdentifier", + "src": "12614:2:46" + }, + { + "kind": "number", + "nativeSrc": "12618:2:46", + "nodeType": "YulLiteral", + "src": "12618:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12610:3:46", + "nodeType": "YulIdentifier", + "src": "12610:3:46" + }, + "nativeSrc": "12610:11:46", + "nodeType": "YulFunctionCall", + "src": "12610:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "12604:5:46", + "nodeType": "YulIdentifier", + "src": "12604:5:46" + }, + "nativeSrc": "12604:18:46", + "nodeType": "YulFunctionCall", + "src": "12604:18:46" + }, + "variables": [ + { + "name": "memberValue0", + "nativeSrc": "12588:12:46", + "nodeType": "YulTypedName", + "src": "12588:12:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "12646:6:46", + "nodeType": "YulIdentifier", + "src": "12646:6:46" + }, + { + "kind": "number", + "nativeSrc": "12654:2:46", + "nodeType": "YulLiteral", + "src": "12654:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12642:3:46", + "nodeType": "YulIdentifier", + "src": "12642:3:46" + }, + "nativeSrc": "12642:15:46", + "nodeType": "YulFunctionCall", + "src": "12642:15:46" + }, + { + "kind": "number", + "nativeSrc": "12659:2:46", + "nodeType": "YulLiteral", + "src": "12659:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12635:6:46", + "nodeType": "YulIdentifier", + "src": "12635:6:46" + }, + "nativeSrc": "12635:27:46", + "nodeType": "YulFunctionCall", + "src": "12635:27:46" + }, + "nativeSrc": "12635:27:46", + "nodeType": "YulExpressionStatement", + "src": "12635:27:46" + }, + { + "nativeSrc": "12675:19:46", + "nodeType": "YulVariableDeclaration", + "src": "12675:19:46", + "value": { + "name": "tail_3", + "nativeSrc": "12688:6:46", + "nodeType": "YulIdentifier", + "src": "12688:6:46" + }, + "variables": [ + { + "name": "pos_1", + "nativeSrc": "12679:5:46", + "nodeType": "YulTypedName", + "src": "12679:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "12707:35:46", + "nodeType": "YulVariableDeclaration", + "src": "12707:35:46", + "value": { + "arguments": [ + { + "name": "memberValue0", + "nativeSrc": "12729:12:46", + "nodeType": "YulIdentifier", + "src": "12729:12:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "12723:5:46", + "nodeType": "YulIdentifier", + "src": "12723:5:46" + }, + "nativeSrc": "12723:19:46", + "nodeType": "YulFunctionCall", + "src": "12723:19:46" + }, + "variables": [ + { + "name": "length_1", + "nativeSrc": "12711:8:46", + "nodeType": "YulTypedName", + "src": "12711:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_3", + "nativeSrc": "12762:6:46", + "nodeType": "YulIdentifier", + "src": "12762:6:46" + }, + { + "name": "length_1", + "nativeSrc": "12770:8:46", + "nodeType": "YulIdentifier", + "src": "12770:8:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12755:6:46", + "nodeType": "YulIdentifier", + "src": "12755:6:46" + }, + "nativeSrc": "12755:24:46", + "nodeType": "YulFunctionCall", + "src": "12755:24:46" + }, + "nativeSrc": "12755:24:46", + "nodeType": "YulExpressionStatement", + "src": "12755:24:46" + }, + { + "nativeSrc": "12792:24:46", + "nodeType": "YulAssignment", + "src": "12792:24:46", + "value": { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "12805:6:46", + "nodeType": "YulIdentifier", + "src": "12805:6:46" + }, + { + "kind": "number", + "nativeSrc": "12813:2:46", + "nodeType": "YulLiteral", + "src": "12813:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12801:3:46", + "nodeType": "YulIdentifier", + "src": "12801:3:46" + }, + "nativeSrc": "12801:15:46", + "nodeType": "YulFunctionCall", + "src": "12801:15:46" + }, + "variableNames": [ + { + "name": "pos_1", + "nativeSrc": "12792:5:46", + "nodeType": "YulIdentifier", + "src": "12792:5:46" + } + ] + }, + { + "nativeSrc": "12829:37:46", + "nodeType": "YulVariableDeclaration", + "src": "12829:37:46", + "value": { + "arguments": [ + { + "name": "memberValue0", + "nativeSrc": "12849:12:46", + "nodeType": "YulIdentifier", + "src": "12849:12:46" + }, + { + "kind": "number", + "nativeSrc": "12863:2:46", + "nodeType": "YulLiteral", + "src": "12863:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12845:3:46", + "nodeType": "YulIdentifier", + "src": "12845:3:46" + }, + "nativeSrc": "12845:21:46", + "nodeType": "YulFunctionCall", + "src": "12845:21:46" + }, + "variables": [ + { + "name": "srcPtr_1", + "nativeSrc": "12833:8:46", + "nodeType": "YulTypedName", + "src": "12833:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "12879:12:46", + "nodeType": "YulVariableDeclaration", + "src": "12879:12:46", + "value": { + "kind": "number", + "nativeSrc": "12890:1:46", + "nodeType": "YulLiteral", + "src": "12890:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i_1", + "nativeSrc": "12883:3:46", + "nodeType": "YulTypedName", + "src": "12883:3:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "12965:181:46", + "nodeType": "YulBlock", + "src": "12965:181:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "srcPtr_1", + "nativeSrc": "13029:8:46", + "nodeType": "YulIdentifier", + "src": "13029:8:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "13023:5:46", + "nodeType": "YulIdentifier", + "src": "13023:5:46" + }, + "nativeSrc": "13023:15:46", + "nodeType": "YulFunctionCall", + "src": "13023:15:46" + }, + { + "name": "pos_1", + "nativeSrc": "13040:5:46", + "nodeType": "YulIdentifier", + "src": "13040:5:46" + } + ], + "functionName": { + "name": "abi_encode_struct_RevocationRequestData", + "nativeSrc": "12983:39:46", + "nodeType": "YulIdentifier", + "src": "12983:39:46" + }, + "nativeSrc": "12983:63:46", + "nodeType": "YulFunctionCall", + "src": "12983:63:46" + }, + "nativeSrc": "12983:63:46", + "nodeType": "YulExpressionStatement", + "src": "12983:63:46" + }, + { + "nativeSrc": "13063:23:46", + "nodeType": "YulAssignment", + "src": "13063:23:46", + "value": { + "arguments": [ + { + "name": "pos_1", + "nativeSrc": "13076:5:46", + "nodeType": "YulIdentifier", + "src": "13076:5:46" + }, + { + "kind": "number", + "nativeSrc": "13083:2:46", + "nodeType": "YulLiteral", + "src": "13083:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13072:3:46", + "nodeType": "YulIdentifier", + "src": "13072:3:46" + }, + "nativeSrc": "13072:14:46", + "nodeType": "YulFunctionCall", + "src": "13072:14:46" + }, + "variableNames": [ + { + "name": "pos_1", + "nativeSrc": "13063:5:46", + "nodeType": "YulIdentifier", + "src": "13063:5:46" + } + ] + }, + { + "nativeSrc": "13103:29:46", + "nodeType": "YulAssignment", + "src": "13103:29:46", + "value": { + "arguments": [ + { + "name": "srcPtr_1", + "nativeSrc": "13119:8:46", + "nodeType": "YulIdentifier", + "src": "13119:8:46" + }, + { + "kind": "number", + "nativeSrc": "13129:2:46", + "nodeType": "YulLiteral", + "src": "13129:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13115:3:46", + "nodeType": "YulIdentifier", + "src": "13115:3:46" + }, + "nativeSrc": "13115:17:46", + "nodeType": "YulFunctionCall", + "src": "13115:17:46" + }, + "variableNames": [ + { + "name": "srcPtr_1", + "nativeSrc": "13103:8:46", + "nodeType": "YulIdentifier", + "src": "13103:8:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i_1", + "nativeSrc": "12915:3:46", + "nodeType": "YulIdentifier", + "src": "12915:3:46" + }, + { + "name": "length_1", + "nativeSrc": "12920:8:46", + "nodeType": "YulIdentifier", + "src": "12920:8:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "12912:2:46", + "nodeType": "YulIdentifier", + "src": "12912:2:46" + }, + "nativeSrc": "12912:17:46", + "nodeType": "YulFunctionCall", + "src": "12912:17:46" + }, + "nativeSrc": "12904:242:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "12930:22:46", + "nodeType": "YulBlock", + "src": "12930:22:46", + "statements": [ + { + "nativeSrc": "12932:18:46", + "nodeType": "YulAssignment", + "src": "12932:18:46", + "value": { + "arguments": [ + { + "name": "i_1", + "nativeSrc": "12943:3:46", + "nodeType": "YulIdentifier", + "src": "12943:3:46" + }, + { + "kind": "number", + "nativeSrc": "12948:1:46", + "nodeType": "YulLiteral", + "src": "12948:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12939:3:46", + "nodeType": "YulIdentifier", + "src": "12939:3:46" + }, + "nativeSrc": "12939:11:46", + "nodeType": "YulFunctionCall", + "src": "12939:11:46" + }, + "variableNames": [ + { + "name": "i_1", + "nativeSrc": "12932:3:46", + "nodeType": "YulIdentifier", + "src": "12932:3:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "12908:3:46", + "nodeType": "YulBlock", + "src": "12908:3:46", + "statements": [] + }, + "src": "12904:242:46" + }, + { + "nativeSrc": "13159:15:46", + "nodeType": "YulAssignment", + "src": "13159:15:46", + "value": { + "name": "pos_1", + "nativeSrc": "13169:5:46", + "nodeType": "YulIdentifier", + "src": "13169:5:46" + }, + "variableNames": [ + { + "name": "tail_2", + "nativeSrc": "13159:6:46", + "nodeType": "YulIdentifier", + "src": "13159:6:46" + } + ] + }, + { + "nativeSrc": "13187:25:46", + "nodeType": "YulAssignment", + "src": "13187:25:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "13201:6:46", + "nodeType": "YulIdentifier", + "src": "13201:6:46" + }, + { + "kind": "number", + "nativeSrc": "13209:2:46", + "nodeType": "YulLiteral", + "src": "13209:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13197:3:46", + "nodeType": "YulIdentifier", + "src": "13197:3:46" + }, + "nativeSrc": "13197:15:46", + "nodeType": "YulFunctionCall", + "src": "13197:15:46" + }, + "variableNames": [ + { + "name": "srcPtr", + "nativeSrc": "13187:6:46", + "nodeType": "YulIdentifier", + "src": "13187:6:46" + } + ] + }, + { + "nativeSrc": "13225:19:46", + "nodeType": "YulAssignment", + "src": "13225:19:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "13236:3:46", + "nodeType": "YulIdentifier", + "src": "13236:3:46" + }, + { + "kind": "number", + "nativeSrc": "13241:2:46", + "nodeType": "YulLiteral", + "src": "13241:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13232:3:46", + "nodeType": "YulIdentifier", + "src": "13232:3:46" + }, + "nativeSrc": "13232:12:46", + "nodeType": "YulFunctionCall", + "src": "13232:12:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "13225:3:46", + "nodeType": "YulIdentifier", + "src": "13225:3:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "12354:1:46", + "nodeType": "YulIdentifier", + "src": "12354:1:46" + }, + { + "name": "length", + "nativeSrc": "12357:6:46", + "nodeType": "YulIdentifier", + "src": "12357:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "12351:2:46", + "nodeType": "YulIdentifier", + "src": "12351:2:46" + }, + "nativeSrc": "12351:13:46", + "nodeType": "YulFunctionCall", + "src": "12351:13:46" + }, + "nativeSrc": "12343:911:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "12365:18:46", + "nodeType": "YulBlock", + "src": "12365:18:46", + "statements": [ + { + "nativeSrc": "12367:14:46", + "nodeType": "YulAssignment", + "src": "12367:14:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "12376:1:46", + "nodeType": "YulIdentifier", + "src": "12376:1:46" + }, + { + "kind": "number", + "nativeSrc": "12379:1:46", + "nodeType": "YulLiteral", + "src": "12379:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12372:3:46", + "nodeType": "YulIdentifier", + "src": "12372:3:46" + }, + "nativeSrc": "12372:9:46", + "nodeType": "YulFunctionCall", + "src": "12372:9:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "12367:1:46", + "nodeType": "YulIdentifier", + "src": "12367:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "12347:3:46", + "nodeType": "YulBlock", + "src": "12347:3:46", + "statements": [] + }, + "src": "12343:911:46" + }, + { + "nativeSrc": "13263:14:46", + "nodeType": "YulAssignment", + "src": "13263:14:46", + "value": { + "name": "tail_2", + "nativeSrc": "13271:6:46", + "nodeType": "YulIdentifier", + "src": "13271:6:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "13263:4:46", + "nodeType": "YulIdentifier", + "src": "13263:4:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "11985:9:46", + "nodeType": "YulTypedName", + "src": "11985:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "11996:6:46", + "nodeType": "YulTypedName", + "src": "11996:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "12007:4:46", + "nodeType": "YulTypedName", + "src": "12007:4:46", + "type": "" + } + ], + "src": "11785:1498:46" + }, + { + "body": { + "nativeSrc": "13343:382:46", + "nodeType": "YulBlock", + "src": "13343:382:46", + "statements": [ + { + "nativeSrc": "13353:22:46", + "nodeType": "YulAssignment", + "src": "13353:22:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13367:1:46", + "nodeType": "YulLiteral", + "src": "13367:1:46", + "type": "", + "value": "1" + }, + { + "name": "data", + "nativeSrc": "13370:4:46", + "nodeType": "YulIdentifier", + "src": "13370:4:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "13363:3:46", + "nodeType": "YulIdentifier", + "src": "13363:3:46" + }, + "nativeSrc": "13363:12:46", + "nodeType": "YulFunctionCall", + "src": "13363:12:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "13353:6:46", + "nodeType": "YulIdentifier", + "src": "13353:6:46" + } + ] + }, + { + "nativeSrc": "13384:38:46", + "nodeType": "YulVariableDeclaration", + "src": "13384:38:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "13414:4:46", + "nodeType": "YulIdentifier", + "src": "13414:4:46" + }, + { + "kind": "number", + "nativeSrc": "13420:1:46", + "nodeType": "YulLiteral", + "src": "13420:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13410:3:46", + "nodeType": "YulIdentifier", + "src": "13410:3:46" + }, + "nativeSrc": "13410:12:46", + "nodeType": "YulFunctionCall", + "src": "13410:12:46" + }, + "variables": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "13388:18:46", + "nodeType": "YulTypedName", + "src": "13388:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "13461:31:46", + "nodeType": "YulBlock", + "src": "13461:31:46", + "statements": [ + { + "nativeSrc": "13463:27:46", + "nodeType": "YulAssignment", + "src": "13463:27:46", + "value": { + "arguments": [ + { + "name": "length", + "nativeSrc": "13477:6:46", + "nodeType": "YulIdentifier", + "src": "13477:6:46" + }, + { + "kind": "number", + "nativeSrc": "13485:4:46", + "nodeType": "YulLiteral", + "src": "13485:4:46", + "type": "", + "value": "0x7f" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13473:3:46", + "nodeType": "YulIdentifier", + "src": "13473:3:46" + }, + "nativeSrc": "13473:17:46", + "nodeType": "YulFunctionCall", + "src": "13473:17:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "13463:6:46", + "nodeType": "YulIdentifier", + "src": "13463:6:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "13441:18:46", + "nodeType": "YulIdentifier", + "src": "13441:18:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "13434:6:46", + "nodeType": "YulIdentifier", + "src": "13434:6:46" + }, + "nativeSrc": "13434:26:46", + "nodeType": "YulFunctionCall", + "src": "13434:26:46" + }, + "nativeSrc": "13431:61:46", + "nodeType": "YulIf", + "src": "13431:61:46" + }, + { + "body": { + "nativeSrc": "13551:168:46", + "nodeType": "YulBlock", + "src": "13551:168:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13572:1:46", + "nodeType": "YulLiteral", + "src": "13572:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "13575:77:46", + "nodeType": "YulLiteral", + "src": "13575:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13565:6:46", + "nodeType": "YulIdentifier", + "src": "13565:6:46" + }, + "nativeSrc": "13565:88:46", + "nodeType": "YulFunctionCall", + "src": "13565:88:46" + }, + "nativeSrc": "13565:88:46", + "nodeType": "YulExpressionStatement", + "src": "13565:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13673:1:46", + "nodeType": "YulLiteral", + "src": "13673:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "13676:4:46", + "nodeType": "YulLiteral", + "src": "13676:4:46", + "type": "", + "value": "0x22" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13666:6:46", + "nodeType": "YulIdentifier", + "src": "13666:6:46" + }, + "nativeSrc": "13666:15:46", + "nodeType": "YulFunctionCall", + "src": "13666:15:46" + }, + "nativeSrc": "13666:15:46", + "nodeType": "YulExpressionStatement", + "src": "13666:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13701:1:46", + "nodeType": "YulLiteral", + "src": "13701:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "13704:4:46", + "nodeType": "YulLiteral", + "src": "13704:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "13694:6:46", + "nodeType": "YulIdentifier", + "src": "13694:6:46" + }, + "nativeSrc": "13694:15:46", + "nodeType": "YulFunctionCall", + "src": "13694:15:46" + }, + "nativeSrc": "13694:15:46", + "nodeType": "YulExpressionStatement", + "src": "13694:15:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "13507:18:46", + "nodeType": "YulIdentifier", + "src": "13507:18:46" + }, + { + "arguments": [ + { + "name": "length", + "nativeSrc": "13530:6:46", + "nodeType": "YulIdentifier", + "src": "13530:6:46" + }, + { + "kind": "number", + "nativeSrc": "13538:2:46", + "nodeType": "YulLiteral", + "src": "13538:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "13527:2:46", + "nodeType": "YulIdentifier", + "src": "13527:2:46" + }, + "nativeSrc": "13527:14:46", + "nodeType": "YulFunctionCall", + "src": "13527:14:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "13504:2:46", + "nodeType": "YulIdentifier", + "src": "13504:2:46" + }, + "nativeSrc": "13504:38:46", + "nodeType": "YulFunctionCall", + "src": "13504:38:46" + }, + "nativeSrc": "13501:218:46", + "nodeType": "YulIf", + "src": "13501:218:46" + } + ] + }, + "name": "extract_byte_array_length", + "nativeSrc": "13288:437:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "data", + "nativeSrc": "13323:4:46", + "nodeType": "YulTypedName", + "src": "13323:4:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "length", + "nativeSrc": "13332:6:46", + "nodeType": "YulTypedName", + "src": "13332:6:46", + "type": "" + } + ], + "src": "13288:437:46" + }, + { + "body": { + "nativeSrc": "13782:506:46", + "nodeType": "YulBlock", + "src": "13782:506:46", + "statements": [ + { + "body": { + "nativeSrc": "13831:16:46", + "nodeType": "YulBlock", + "src": "13831:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13840:1:46", + "nodeType": "YulLiteral", + "src": "13840:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "13843:1:46", + "nodeType": "YulLiteral", + "src": "13843:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "13833:6:46", + "nodeType": "YulIdentifier", + "src": "13833:6:46" + }, + "nativeSrc": "13833:12:46", + "nodeType": "YulFunctionCall", + "src": "13833:12:46" + }, + "nativeSrc": "13833:12:46", + "nodeType": "YulExpressionStatement", + "src": "13833:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "13810:6:46", + "nodeType": "YulIdentifier", + "src": "13810:6:46" + }, + { + "kind": "number", + "nativeSrc": "13818:4:46", + "nodeType": "YulLiteral", + "src": "13818:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13806:3:46", + "nodeType": "YulIdentifier", + "src": "13806:3:46" + }, + "nativeSrc": "13806:17:46", + "nodeType": "YulFunctionCall", + "src": "13806:17:46" + }, + { + "name": "end", + "nativeSrc": "13825:3:46", + "nodeType": "YulIdentifier", + "src": "13825:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "13802:3:46", + "nodeType": "YulIdentifier", + "src": "13802:3:46" + }, + "nativeSrc": "13802:27:46", + "nodeType": "YulFunctionCall", + "src": "13802:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "13795:6:46", + "nodeType": "YulIdentifier", + "src": "13795:6:46" + }, + "nativeSrc": "13795:35:46", + "nodeType": "YulFunctionCall", + "src": "13795:35:46" + }, + "nativeSrc": "13792:55:46", + "nodeType": "YulIf", + "src": "13792:55:46" + }, + { + "nativeSrc": "13856:34:46", + "nodeType": "YulVariableDeclaration", + "src": "13856:34:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "13883:6:46", + "nodeType": "YulIdentifier", + "src": "13883:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "13870:12:46", + "nodeType": "YulIdentifier", + "src": "13870:12:46" + }, + "nativeSrc": "13870:20:46", + "nodeType": "YulFunctionCall", + "src": "13870:20:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "13860:6:46", + "nodeType": "YulTypedName", + "src": "13860:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "13933:22:46", + "nodeType": "YulBlock", + "src": "13933:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "13935:16:46", + "nodeType": "YulIdentifier", + "src": "13935:16:46" + }, + "nativeSrc": "13935:18:46", + "nodeType": "YulFunctionCall", + "src": "13935:18:46" + }, + "nativeSrc": "13935:18:46", + "nodeType": "YulExpressionStatement", + "src": "13935:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "13905:6:46", + "nodeType": "YulIdentifier", + "src": "13905:6:46" + }, + { + "kind": "number", + "nativeSrc": "13913:18:46", + "nodeType": "YulLiteral", + "src": "13913:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "13902:2:46", + "nodeType": "YulIdentifier", + "src": "13902:2:46" + }, + "nativeSrc": "13902:30:46", + "nodeType": "YulFunctionCall", + "src": "13902:30:46" + }, + "nativeSrc": "13899:56:46", + "nodeType": "YulIf", + "src": "13899:56:46" + }, + { + "nativeSrc": "13964:74:46", + "nodeType": "YulVariableDeclaration", + "src": "13964:74:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "14007:6:46", + "nodeType": "YulIdentifier", + "src": "14007:6:46" + }, + { + "kind": "number", + "nativeSrc": "14015:4:46", + "nodeType": "YulLiteral", + "src": "14015:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14003:3:46", + "nodeType": "YulIdentifier", + "src": "14003:3:46" + }, + "nativeSrc": "14003:17:46", + "nodeType": "YulFunctionCall", + "src": "14003:17:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14026:2:46", + "nodeType": "YulLiteral", + "src": "14026:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "14022:3:46", + "nodeType": "YulIdentifier", + "src": "14022:3:46" + }, + "nativeSrc": "14022:7:46", + "nodeType": "YulFunctionCall", + "src": "14022:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13999:3:46", + "nodeType": "YulIdentifier", + "src": "13999:3:46" + }, + "nativeSrc": "13999:31:46", + "nodeType": "YulFunctionCall", + "src": "13999:31:46" + }, + { + "kind": "number", + "nativeSrc": "14032:4:46", + "nodeType": "YulLiteral", + "src": "14032:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13995:3:46", + "nodeType": "YulIdentifier", + "src": "13995:3:46" + }, + "nativeSrc": "13995:42:46", + "nodeType": "YulFunctionCall", + "src": "13995:42:46" + } + ], + "functionName": { + "name": "allocate_memory", + "nativeSrc": "13979:15:46", + "nodeType": "YulIdentifier", + "src": "13979:15:46" + }, + "nativeSrc": "13979:59:46", + "nodeType": "YulFunctionCall", + "src": "13979:59:46" + }, + "variables": [ + { + "name": "array_1", + "nativeSrc": "13968:7:46", + "nodeType": "YulTypedName", + "src": "13968:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "array_1", + "nativeSrc": "14054:7:46", + "nodeType": "YulIdentifier", + "src": "14054:7:46" + }, + { + "name": "length", + "nativeSrc": "14063:6:46", + "nodeType": "YulIdentifier", + "src": "14063:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14047:6:46", + "nodeType": "YulIdentifier", + "src": "14047:6:46" + }, + "nativeSrc": "14047:23:46", + "nodeType": "YulFunctionCall", + "src": "14047:23:46" + }, + "nativeSrc": "14047:23:46", + "nodeType": "YulExpressionStatement", + "src": "14047:23:46" + }, + { + "body": { + "nativeSrc": "14122:16:46", + "nodeType": "YulBlock", + "src": "14122:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14131:1:46", + "nodeType": "YulLiteral", + "src": "14131:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14134:1:46", + "nodeType": "YulLiteral", + "src": "14134:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "14124:6:46", + "nodeType": "YulIdentifier", + "src": "14124:6:46" + }, + "nativeSrc": "14124:12:46", + "nodeType": "YulFunctionCall", + "src": "14124:12:46" + }, + "nativeSrc": "14124:12:46", + "nodeType": "YulExpressionStatement", + "src": "14124:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "14093:6:46", + "nodeType": "YulIdentifier", + "src": "14093:6:46" + }, + { + "name": "length", + "nativeSrc": "14101:6:46", + "nodeType": "YulIdentifier", + "src": "14101:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14089:3:46", + "nodeType": "YulIdentifier", + "src": "14089:3:46" + }, + "nativeSrc": "14089:19:46", + "nodeType": "YulFunctionCall", + "src": "14089:19:46" + }, + { + "kind": "number", + "nativeSrc": "14110:4:46", + "nodeType": "YulLiteral", + "src": "14110:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14085:3:46", + "nodeType": "YulIdentifier", + "src": "14085:3:46" + }, + "nativeSrc": "14085:30:46", + "nodeType": "YulFunctionCall", + "src": "14085:30:46" + }, + { + "name": "end", + "nativeSrc": "14117:3:46", + "nodeType": "YulIdentifier", + "src": "14117:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "14082:2:46", + "nodeType": "YulIdentifier", + "src": "14082:2:46" + }, + "nativeSrc": "14082:39:46", + "nodeType": "YulFunctionCall", + "src": "14082:39:46" + }, + "nativeSrc": "14079:59:46", + "nodeType": "YulIf", + "src": "14079:59:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "array_1", + "nativeSrc": "14164:7:46", + "nodeType": "YulIdentifier", + "src": "14164:7:46" + }, + { + "kind": "number", + "nativeSrc": "14173:4:46", + "nodeType": "YulLiteral", + "src": "14173:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14160:3:46", + "nodeType": "YulIdentifier", + "src": "14160:3:46" + }, + "nativeSrc": "14160:18:46", + "nodeType": "YulFunctionCall", + "src": "14160:18:46" + }, + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "14184:6:46", + "nodeType": "YulIdentifier", + "src": "14184:6:46" + }, + { + "kind": "number", + "nativeSrc": "14192:4:46", + "nodeType": "YulLiteral", + "src": "14192:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14180:3:46", + "nodeType": "YulIdentifier", + "src": "14180:3:46" + }, + "nativeSrc": "14180:17:46", + "nodeType": "YulFunctionCall", + "src": "14180:17:46" + }, + { + "name": "length", + "nativeSrc": "14199:6:46", + "nodeType": "YulIdentifier", + "src": "14199:6:46" + } + ], + "functionName": { + "name": "calldatacopy", + "nativeSrc": "14147:12:46", + "nodeType": "YulIdentifier", + "src": "14147:12:46" + }, + "nativeSrc": "14147:59:46", + "nodeType": "YulFunctionCall", + "src": "14147:59:46" + }, + "nativeSrc": "14147:59:46", + "nodeType": "YulExpressionStatement", + "src": "14147:59:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "array_1", + "nativeSrc": "14230:7:46", + "nodeType": "YulIdentifier", + "src": "14230:7:46" + }, + { + "name": "length", + "nativeSrc": "14239:6:46", + "nodeType": "YulIdentifier", + "src": "14239:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14226:3:46", + "nodeType": "YulIdentifier", + "src": "14226:3:46" + }, + "nativeSrc": "14226:20:46", + "nodeType": "YulFunctionCall", + "src": "14226:20:46" + }, + { + "kind": "number", + "nativeSrc": "14248:4:46", + "nodeType": "YulLiteral", + "src": "14248:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14222:3:46", + "nodeType": "YulIdentifier", + "src": "14222:3:46" + }, + "nativeSrc": "14222:31:46", + "nodeType": "YulFunctionCall", + "src": "14222:31:46" + }, + { + "kind": "number", + "nativeSrc": "14255:1:46", + "nodeType": "YulLiteral", + "src": "14255:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14215:6:46", + "nodeType": "YulIdentifier", + "src": "14215:6:46" + }, + "nativeSrc": "14215:42:46", + "nodeType": "YulFunctionCall", + "src": "14215:42:46" + }, + "nativeSrc": "14215:42:46", + "nodeType": "YulExpressionStatement", + "src": "14215:42:46" + }, + { + "nativeSrc": "14266:16:46", + "nodeType": "YulAssignment", + "src": "14266:16:46", + "value": { + "name": "array_1", + "nativeSrc": "14275:7:46", + "nodeType": "YulIdentifier", + "src": "14275:7:46" + }, + "variableNames": [ + { + "name": "array", + "nativeSrc": "14266:5:46", + "nodeType": "YulIdentifier", + "src": "14266:5:46" + } + ] + } + ] + }, + "name": "abi_decode_bytes", + "nativeSrc": "13730:558:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "13756:6:46", + "nodeType": "YulTypedName", + "src": "13756:6:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "13764:3:46", + "nodeType": "YulTypedName", + "src": "13764:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "array", + "nativeSrc": "13772:5:46", + "nodeType": "YulTypedName", + "src": "13772:5:46", + "type": "" + } + ], + "src": "13730:558:46" + }, + { + "body": { + "nativeSrc": "14372:828:46", + "nodeType": "YulBlock", + "src": "14372:828:46", + "statements": [ + { + "body": { + "nativeSrc": "14416:16:46", + "nodeType": "YulBlock", + "src": "14416:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14425:1:46", + "nodeType": "YulLiteral", + "src": "14425:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14428:1:46", + "nodeType": "YulLiteral", + "src": "14428:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "14418:6:46", + "nodeType": "YulIdentifier", + "src": "14418:6:46" + }, + "nativeSrc": "14418:12:46", + "nodeType": "YulFunctionCall", + "src": "14418:12:46" + }, + "nativeSrc": "14418:12:46", + "nodeType": "YulExpressionStatement", + "src": "14418:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "end", + "nativeSrc": "14393:3:46", + "nodeType": "YulIdentifier", + "src": "14393:3:46" + }, + { + "name": "headStart", + "nativeSrc": "14398:9:46", + "nodeType": "YulIdentifier", + "src": "14398:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "14389:3:46", + "nodeType": "YulIdentifier", + "src": "14389:3:46" + }, + "nativeSrc": "14389:19:46", + "nodeType": "YulFunctionCall", + "src": "14389:19:46" + }, + { + "kind": "number", + "nativeSrc": "14410:4:46", + "nodeType": "YulLiteral", + "src": "14410:4:46", + "type": "", + "value": "0xc0" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "14385:3:46", + "nodeType": "YulIdentifier", + "src": "14385:3:46" + }, + "nativeSrc": "14385:30:46", + "nodeType": "YulFunctionCall", + "src": "14385:30:46" + }, + "nativeSrc": "14382:50:46", + "nodeType": "YulIf", + "src": "14382:50:46" + }, + { + "nativeSrc": "14441:31:46", + "nodeType": "YulAssignment", + "src": "14441:31:46", + "value": { + "arguments": [], + "functionName": { + "name": "allocate_memory_4268", + "nativeSrc": "14450:20:46", + "nodeType": "YulIdentifier", + "src": "14450:20:46" + }, + "nativeSrc": "14450:22:46", + "nodeType": "YulFunctionCall", + "src": "14450:22:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "14441:5:46", + "nodeType": "YulIdentifier", + "src": "14441:5:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "14488:5:46", + "nodeType": "YulIdentifier", + "src": "14488:5:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14514:9:46", + "nodeType": "YulIdentifier", + "src": "14514:9:46" + } + ], + "functionName": { + "name": "abi_decode_address", + "nativeSrc": "14495:18:46", + "nodeType": "YulIdentifier", + "src": "14495:18:46" + }, + "nativeSrc": "14495:29:46", + "nodeType": "YulFunctionCall", + "src": "14495:29:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14481:6:46", + "nodeType": "YulIdentifier", + "src": "14481:6:46" + }, + "nativeSrc": "14481:44:46", + "nodeType": "YulFunctionCall", + "src": "14481:44:46" + }, + "nativeSrc": "14481:44:46", + "nodeType": "YulExpressionStatement", + "src": "14481:44:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "14545:5:46", + "nodeType": "YulIdentifier", + "src": "14545:5:46" + }, + { + "kind": "number", + "nativeSrc": "14552:2:46", + "nodeType": "YulLiteral", + "src": "14552:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14541:3:46", + "nodeType": "YulIdentifier", + "src": "14541:3:46" + }, + "nativeSrc": "14541:14:46", + "nodeType": "YulFunctionCall", + "src": "14541:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14579:9:46", + "nodeType": "YulIdentifier", + "src": "14579:9:46" + }, + { + "kind": "number", + "nativeSrc": "14590:2:46", + "nodeType": "YulLiteral", + "src": "14590:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14575:3:46", + "nodeType": "YulIdentifier", + "src": "14575:3:46" + }, + "nativeSrc": "14575:18:46", + "nodeType": "YulFunctionCall", + "src": "14575:18:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "14557:17:46", + "nodeType": "YulIdentifier", + "src": "14557:17:46" + }, + "nativeSrc": "14557:37:46", + "nodeType": "YulFunctionCall", + "src": "14557:37:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14534:6:46", + "nodeType": "YulIdentifier", + "src": "14534:6:46" + }, + "nativeSrc": "14534:61:46", + "nodeType": "YulFunctionCall", + "src": "14534:61:46" + }, + "nativeSrc": "14534:61:46", + "nodeType": "YulExpressionStatement", + "src": "14534:61:46" + }, + { + "nativeSrc": "14604:47:46", + "nodeType": "YulVariableDeclaration", + "src": "14604:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14636:9:46", + "nodeType": "YulIdentifier", + "src": "14636:9:46" + }, + { + "kind": "number", + "nativeSrc": "14647:2:46", + "nodeType": "YulLiteral", + "src": "14647:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14632:3:46", + "nodeType": "YulIdentifier", + "src": "14632:3:46" + }, + "nativeSrc": "14632:18:46", + "nodeType": "YulFunctionCall", + "src": "14632:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "14619:12:46", + "nodeType": "YulIdentifier", + "src": "14619:12:46" + }, + "nativeSrc": "14619:32:46", + "nodeType": "YulFunctionCall", + "src": "14619:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "14608:7:46", + "nodeType": "YulTypedName", + "src": "14608:7:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "14708:16:46", + "nodeType": "YulBlock", + "src": "14708:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14717:1:46", + "nodeType": "YulLiteral", + "src": "14717:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14720:1:46", + "nodeType": "YulLiteral", + "src": "14720:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "14710:6:46", + "nodeType": "YulIdentifier", + "src": "14710:6:46" + }, + "nativeSrc": "14710:12:46", + "nodeType": "YulFunctionCall", + "src": "14710:12:46" + }, + "nativeSrc": "14710:12:46", + "nodeType": "YulExpressionStatement", + "src": "14710:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "14673:7:46", + "nodeType": "YulIdentifier", + "src": "14673:7:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "14696:7:46", + "nodeType": "YulIdentifier", + "src": "14696:7:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "14689:6:46", + "nodeType": "YulIdentifier", + "src": "14689:6:46" + }, + "nativeSrc": "14689:15:46", + "nodeType": "YulFunctionCall", + "src": "14689:15:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "14682:6:46", + "nodeType": "YulIdentifier", + "src": "14682:6:46" + }, + "nativeSrc": "14682:23:46", + "nodeType": "YulFunctionCall", + "src": "14682:23:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "14670:2:46", + "nodeType": "YulIdentifier", + "src": "14670:2:46" + }, + "nativeSrc": "14670:36:46", + "nodeType": "YulFunctionCall", + "src": "14670:36:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "14663:6:46", + "nodeType": "YulIdentifier", + "src": "14663:6:46" + }, + "nativeSrc": "14663:44:46", + "nodeType": "YulFunctionCall", + "src": "14663:44:46" + }, + "nativeSrc": "14660:64:46", + "nodeType": "YulIf", + "src": "14660:64:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "14744:5:46", + "nodeType": "YulIdentifier", + "src": "14744:5:46" + }, + { + "kind": "number", + "nativeSrc": "14751:2:46", + "nodeType": "YulLiteral", + "src": "14751:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14740:3:46", + "nodeType": "YulIdentifier", + "src": "14740:3:46" + }, + "nativeSrc": "14740:14:46", + "nodeType": "YulFunctionCall", + "src": "14740:14:46" + }, + { + "name": "value_1", + "nativeSrc": "14756:7:46", + "nodeType": "YulIdentifier", + "src": "14756:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14733:6:46", + "nodeType": "YulIdentifier", + "src": "14733:6:46" + }, + "nativeSrc": "14733:31:46", + "nodeType": "YulFunctionCall", + "src": "14733:31:46" + }, + "nativeSrc": "14733:31:46", + "nodeType": "YulExpressionStatement", + "src": "14733:31:46" + }, + { + "nativeSrc": "14773:16:46", + "nodeType": "YulVariableDeclaration", + "src": "14773:16:46", + "value": { + "kind": "number", + "nativeSrc": "14788:1:46", + "nodeType": "YulLiteral", + "src": "14788:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "14777:7:46", + "nodeType": "YulTypedName", + "src": "14777:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "14798:43:46", + "nodeType": "YulAssignment", + "src": "14798:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14826:9:46", + "nodeType": "YulIdentifier", + "src": "14826:9:46" + }, + { + "kind": "number", + "nativeSrc": "14837:2:46", + "nodeType": "YulLiteral", + "src": "14837:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14822:3:46", + "nodeType": "YulIdentifier", + "src": "14822:3:46" + }, + "nativeSrc": "14822:18:46", + "nodeType": "YulFunctionCall", + "src": "14822:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "14809:12:46", + "nodeType": "YulIdentifier", + "src": "14809:12:46" + }, + "nativeSrc": "14809:32:46", + "nodeType": "YulFunctionCall", + "src": "14809:32:46" + }, + "variableNames": [ + { + "name": "value_2", + "nativeSrc": "14798:7:46", + "nodeType": "YulIdentifier", + "src": "14798:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "14861:5:46", + "nodeType": "YulIdentifier", + "src": "14861:5:46" + }, + { + "kind": "number", + "nativeSrc": "14868:2:46", + "nodeType": "YulLiteral", + "src": "14868:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14857:3:46", + "nodeType": "YulIdentifier", + "src": "14857:3:46" + }, + "nativeSrc": "14857:14:46", + "nodeType": "YulFunctionCall", + "src": "14857:14:46" + }, + { + "name": "value_2", + "nativeSrc": "14873:7:46", + "nodeType": "YulIdentifier", + "src": "14873:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14850:6:46", + "nodeType": "YulIdentifier", + "src": "14850:6:46" + }, + "nativeSrc": "14850:31:46", + "nodeType": "YulFunctionCall", + "src": "14850:31:46" + }, + "nativeSrc": "14850:31:46", + "nodeType": "YulExpressionStatement", + "src": "14850:31:46" + }, + { + "nativeSrc": "14890:47:46", + "nodeType": "YulVariableDeclaration", + "src": "14890:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14921:9:46", + "nodeType": "YulIdentifier", + "src": "14921:9:46" + }, + { + "kind": "number", + "nativeSrc": "14932:3:46", + "nodeType": "YulLiteral", + "src": "14932:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14917:3:46", + "nodeType": "YulIdentifier", + "src": "14917:3:46" + }, + "nativeSrc": "14917:19:46", + "nodeType": "YulFunctionCall", + "src": "14917:19:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "14904:12:46", + "nodeType": "YulIdentifier", + "src": "14904:12:46" + }, + "nativeSrc": "14904:33:46", + "nodeType": "YulFunctionCall", + "src": "14904:33:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "14894:6:46", + "nodeType": "YulTypedName", + "src": "14894:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "14980:16:46", + "nodeType": "YulBlock", + "src": "14980:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14989:1:46", + "nodeType": "YulLiteral", + "src": "14989:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14992:1:46", + "nodeType": "YulLiteral", + "src": "14992:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "14982:6:46", + "nodeType": "YulIdentifier", + "src": "14982:6:46" + }, + "nativeSrc": "14982:12:46", + "nodeType": "YulFunctionCall", + "src": "14982:12:46" + }, + "nativeSrc": "14982:12:46", + "nodeType": "YulExpressionStatement", + "src": "14982:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "14952:6:46", + "nodeType": "YulIdentifier", + "src": "14952:6:46" + }, + { + "kind": "number", + "nativeSrc": "14960:18:46", + "nodeType": "YulLiteral", + "src": "14960:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "14949:2:46", + "nodeType": "YulIdentifier", + "src": "14949:2:46" + }, + "nativeSrc": "14949:30:46", + "nodeType": "YulFunctionCall", + "src": "14949:30:46" + }, + "nativeSrc": "14946:50:46", + "nodeType": "YulIf", + "src": "14946:50:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "15016:5:46", + "nodeType": "YulIdentifier", + "src": "15016:5:46" + }, + { + "kind": "number", + "nativeSrc": "15023:3:46", + "nodeType": "YulLiteral", + "src": "15023:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15012:3:46", + "nodeType": "YulIdentifier", + "src": "15012:3:46" + }, + "nativeSrc": "15012:15:46", + "nodeType": "YulFunctionCall", + "src": "15012:15:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "15050:9:46", + "nodeType": "YulIdentifier", + "src": "15050:9:46" + }, + { + "name": "offset", + "nativeSrc": "15061:6:46", + "nodeType": "YulIdentifier", + "src": "15061:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15046:3:46", + "nodeType": "YulIdentifier", + "src": "15046:3:46" + }, + "nativeSrc": "15046:22:46", + "nodeType": "YulFunctionCall", + "src": "15046:22:46" + }, + { + "name": "end", + "nativeSrc": "15070:3:46", + "nodeType": "YulIdentifier", + "src": "15070:3:46" + } + ], + "functionName": { + "name": "abi_decode_bytes", + "nativeSrc": "15029:16:46", + "nodeType": "YulIdentifier", + "src": "15029:16:46" + }, + "nativeSrc": "15029:45:46", + "nodeType": "YulFunctionCall", + "src": "15029:45:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15005:6:46", + "nodeType": "YulIdentifier", + "src": "15005:6:46" + }, + "nativeSrc": "15005:70:46", + "nodeType": "YulFunctionCall", + "src": "15005:70:46" + }, + "nativeSrc": "15005:70:46", + "nodeType": "YulExpressionStatement", + "src": "15005:70:46" + }, + { + "nativeSrc": "15084:16:46", + "nodeType": "YulVariableDeclaration", + "src": "15084:16:46", + "value": { + "kind": "number", + "nativeSrc": "15099:1:46", + "nodeType": "YulLiteral", + "src": "15099:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_3", + "nativeSrc": "15088:7:46", + "nodeType": "YulTypedName", + "src": "15088:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "15109:44:46", + "nodeType": "YulAssignment", + "src": "15109:44:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "15137:9:46", + "nodeType": "YulIdentifier", + "src": "15137:9:46" + }, + { + "kind": "number", + "nativeSrc": "15148:3:46", + "nodeType": "YulLiteral", + "src": "15148:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15133:3:46", + "nodeType": "YulIdentifier", + "src": "15133:3:46" + }, + "nativeSrc": "15133:19:46", + "nodeType": "YulFunctionCall", + "src": "15133:19:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "15120:12:46", + "nodeType": "YulIdentifier", + "src": "15120:12:46" + }, + "nativeSrc": "15120:33:46", + "nodeType": "YulFunctionCall", + "src": "15120:33:46" + }, + "variableNames": [ + { + "name": "value_3", + "nativeSrc": "15109:7:46", + "nodeType": "YulIdentifier", + "src": "15109:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "15173:5:46", + "nodeType": "YulIdentifier", + "src": "15173:5:46" + }, + { + "kind": "number", + "nativeSrc": "15180:3:46", + "nodeType": "YulLiteral", + "src": "15180:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15169:3:46", + "nodeType": "YulIdentifier", + "src": "15169:3:46" + }, + "nativeSrc": "15169:15:46", + "nodeType": "YulFunctionCall", + "src": "15169:15:46" + }, + { + "name": "value_3", + "nativeSrc": "15186:7:46", + "nodeType": "YulIdentifier", + "src": "15186:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15162:6:46", + "nodeType": "YulIdentifier", + "src": "15162:6:46" + }, + "nativeSrc": "15162:32:46", + "nodeType": "YulFunctionCall", + "src": "15162:32:46" + }, + "nativeSrc": "15162:32:46", + "nodeType": "YulExpressionStatement", + "src": "15162:32:46" + } + ] + }, + "name": "abi_decode_struct_AttestationRequestData", + "nativeSrc": "14293:907:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "14343:9:46", + "nodeType": "YulTypedName", + "src": "14343:9:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "14354:3:46", + "nodeType": "YulTypedName", + "src": "14354:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "14362:5:46", + "nodeType": "YulTypedName", + "src": "14362:5:46", + "type": "" + } + ], + "src": "14293:907:46" + }, + { + "body": { + "nativeSrc": "15371:704:46", + "nodeType": "YulBlock", + "src": "15371:704:46", + "statements": [ + { + "body": { + "nativeSrc": "15422:16:46", + "nodeType": "YulBlock", + "src": "15422:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15431:1:46", + "nodeType": "YulLiteral", + "src": "15431:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15434:1:46", + "nodeType": "YulLiteral", + "src": "15434:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15424:6:46", + "nodeType": "YulIdentifier", + "src": "15424:6:46" + }, + "nativeSrc": "15424:12:46", + "nodeType": "YulFunctionCall", + "src": "15424:12:46" + }, + "nativeSrc": "15424:12:46", + "nodeType": "YulExpressionStatement", + "src": "15424:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "15392:12:46", + "nodeType": "YulIdentifier", + "src": "15392:12:46" + }, + "nativeSrc": "15392:14:46", + "nodeType": "YulFunctionCall", + "src": "15392:14:46" + }, + { + "name": "value", + "nativeSrc": "15408:5:46", + "nodeType": "YulIdentifier", + "src": "15408:5:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "15388:3:46", + "nodeType": "YulIdentifier", + "src": "15388:3:46" + }, + "nativeSrc": "15388:26:46", + "nodeType": "YulFunctionCall", + "src": "15388:26:46" + }, + { + "kind": "number", + "nativeSrc": "15416:4:46", + "nodeType": "YulLiteral", + "src": "15416:4:46", + "type": "", + "value": "0xe0" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "15384:3:46", + "nodeType": "YulIdentifier", + "src": "15384:3:46" + }, + "nativeSrc": "15384:37:46", + "nodeType": "YulFunctionCall", + "src": "15384:37:46" + }, + "nativeSrc": "15381:57:46", + "nodeType": "YulIf", + "src": "15381:57:46" + }, + { + "nativeSrc": "15447:37:46", + "nodeType": "YulVariableDeclaration", + "src": "15447:37:46", + "value": { + "arguments": [], + "functionName": { + "name": "allocate_memory_4267", + "nativeSrc": "15462:20:46", + "nodeType": "YulIdentifier", + "src": "15462:20:46" + }, + "nativeSrc": "15462:22:46", + "nodeType": "YulFunctionCall", + "src": "15462:22:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "15451:7:46", + "nodeType": "YulTypedName", + "src": "15451:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "15493:16:46", + "nodeType": "YulVariableDeclaration", + "src": "15493:16:46", + "value": { + "kind": "number", + "nativeSrc": "15508:1:46", + "nodeType": "YulLiteral", + "src": "15508:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "15497:7:46", + "nodeType": "YulTypedName", + "src": "15497:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "15518:30:46", + "nodeType": "YulAssignment", + "src": "15518:30:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "15542:5:46", + "nodeType": "YulIdentifier", + "src": "15542:5:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "15529:12:46", + "nodeType": "YulIdentifier", + "src": "15529:12:46" + }, + "nativeSrc": "15529:19:46", + "nodeType": "YulFunctionCall", + "src": "15529:19:46" + }, + "variableNames": [ + { + "name": "value_2", + "nativeSrc": "15518:7:46", + "nodeType": "YulIdentifier", + "src": "15518:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "15564:7:46", + "nodeType": "YulIdentifier", + "src": "15564:7:46" + }, + { + "name": "value_2", + "nativeSrc": "15573:7:46", + "nodeType": "YulIdentifier", + "src": "15573:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15557:6:46", + "nodeType": "YulIdentifier", + "src": "15557:6:46" + }, + "nativeSrc": "15557:24:46", + "nodeType": "YulFunctionCall", + "src": "15557:24:46" + }, + "nativeSrc": "15557:24:46", + "nodeType": "YulExpressionStatement", + "src": "15557:24:46" + }, + { + "nativeSrc": "15590:42:46", + "nodeType": "YulVariableDeclaration", + "src": "15590:42:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "15621:5:46", + "nodeType": "YulIdentifier", + "src": "15621:5:46" + }, + { + "kind": "number", + "nativeSrc": "15628:2:46", + "nodeType": "YulLiteral", + "src": "15628:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15617:3:46", + "nodeType": "YulIdentifier", + "src": "15617:3:46" + }, + "nativeSrc": "15617:14:46", + "nodeType": "YulFunctionCall", + "src": "15617:14:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "15604:12:46", + "nodeType": "YulIdentifier", + "src": "15604:12:46" + }, + "nativeSrc": "15604:28:46", + "nodeType": "YulFunctionCall", + "src": "15604:28:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "15594:6:46", + "nodeType": "YulTypedName", + "src": "15594:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "15675:16:46", + "nodeType": "YulBlock", + "src": "15675:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15684:1:46", + "nodeType": "YulLiteral", + "src": "15684:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15687:1:46", + "nodeType": "YulLiteral", + "src": "15687:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15677:6:46", + "nodeType": "YulIdentifier", + "src": "15677:6:46" + }, + "nativeSrc": "15677:12:46", + "nodeType": "YulFunctionCall", + "src": "15677:12:46" + }, + "nativeSrc": "15677:12:46", + "nodeType": "YulExpressionStatement", + "src": "15677:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "15647:6:46", + "nodeType": "YulIdentifier", + "src": "15647:6:46" + }, + { + "kind": "number", + "nativeSrc": "15655:18:46", + "nodeType": "YulLiteral", + "src": "15655:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "15644:2:46", + "nodeType": "YulIdentifier", + "src": "15644:2:46" + }, + "nativeSrc": "15644:30:46", + "nodeType": "YulFunctionCall", + "src": "15644:30:46" + }, + "nativeSrc": "15641:50:46", + "nodeType": "YulIf", + "src": "15641:50:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "15711:7:46", + "nodeType": "YulIdentifier", + "src": "15711:7:46" + }, + { + "kind": "number", + "nativeSrc": "15720:2:46", + "nodeType": "YulLiteral", + "src": "15720:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15707:3:46", + "nodeType": "YulIdentifier", + "src": "15707:3:46" + }, + "nativeSrc": "15707:16:46", + "nodeType": "YulFunctionCall", + "src": "15707:16:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "15770:5:46", + "nodeType": "YulIdentifier", + "src": "15770:5:46" + }, + { + "name": "offset", + "nativeSrc": "15777:6:46", + "nodeType": "YulIdentifier", + "src": "15777:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15766:3:46", + "nodeType": "YulIdentifier", + "src": "15766:3:46" + }, + "nativeSrc": "15766:18:46", + "nodeType": "YulFunctionCall", + "src": "15766:18:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "15786:12:46", + "nodeType": "YulIdentifier", + "src": "15786:12:46" + }, + "nativeSrc": "15786:14:46", + "nodeType": "YulFunctionCall", + "src": "15786:14:46" + } + ], + "functionName": { + "name": "abi_decode_struct_AttestationRequestData", + "nativeSrc": "15725:40:46", + "nodeType": "YulIdentifier", + "src": "15725:40:46" + }, + "nativeSrc": "15725:76:46", + "nodeType": "YulFunctionCall", + "src": "15725:76:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15700:6:46", + "nodeType": "YulIdentifier", + "src": "15700:6:46" + }, + "nativeSrc": "15700:102:46", + "nodeType": "YulFunctionCall", + "src": "15700:102:46" + }, + "nativeSrc": "15700:102:46", + "nodeType": "YulExpressionStatement", + "src": "15700:102:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "15822:7:46", + "nodeType": "YulIdentifier", + "src": "15822:7:46" + }, + { + "kind": "number", + "nativeSrc": "15831:2:46", + "nodeType": "YulLiteral", + "src": "15831:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15818:3:46", + "nodeType": "YulIdentifier", + "src": "15818:3:46" + }, + "nativeSrc": "15818:16:46", + "nodeType": "YulFunctionCall", + "src": "15818:16:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "15868:5:46", + "nodeType": "YulIdentifier", + "src": "15868:5:46" + }, + { + "kind": "number", + "nativeSrc": "15875:2:46", + "nodeType": "YulLiteral", + "src": "15875:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15864:3:46", + "nodeType": "YulIdentifier", + "src": "15864:3:46" + }, + "nativeSrc": "15864:14:46", + "nodeType": "YulFunctionCall", + "src": "15864:14:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "15880:12:46", + "nodeType": "YulIdentifier", + "src": "15880:12:46" + }, + "nativeSrc": "15880:14:46", + "nodeType": "YulFunctionCall", + "src": "15880:14:46" + } + ], + "functionName": { + "name": "abi_decode_struct_Signature", + "nativeSrc": "15836:27:46", + "nodeType": "YulIdentifier", + "src": "15836:27:46" + }, + "nativeSrc": "15836:59:46", + "nodeType": "YulFunctionCall", + "src": "15836:59:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15811:6:46", + "nodeType": "YulIdentifier", + "src": "15811:6:46" + }, + "nativeSrc": "15811:85:46", + "nodeType": "YulFunctionCall", + "src": "15811:85:46" + }, + "nativeSrc": "15811:85:46", + "nodeType": "YulExpressionStatement", + "src": "15811:85:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "15916:7:46", + "nodeType": "YulIdentifier", + "src": "15916:7:46" + }, + { + "kind": "number", + "nativeSrc": "15925:4:46", + "nodeType": "YulLiteral", + "src": "15925:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15912:3:46", + "nodeType": "YulIdentifier", + "src": "15912:3:46" + }, + "nativeSrc": "15912:18:46", + "nodeType": "YulFunctionCall", + "src": "15912:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "15955:5:46", + "nodeType": "YulIdentifier", + "src": "15955:5:46" + }, + { + "kind": "number", + "nativeSrc": "15962:4:46", + "nodeType": "YulLiteral", + "src": "15962:4:46", + "type": "", + "value": "0xa0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15951:3:46", + "nodeType": "YulIdentifier", + "src": "15951:3:46" + }, + "nativeSrc": "15951:16:46", + "nodeType": "YulFunctionCall", + "src": "15951:16:46" + } + ], + "functionName": { + "name": "abi_decode_address", + "nativeSrc": "15932:18:46", + "nodeType": "YulIdentifier", + "src": "15932:18:46" + }, + "nativeSrc": "15932:36:46", + "nodeType": "YulFunctionCall", + "src": "15932:36:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15905:6:46", + "nodeType": "YulIdentifier", + "src": "15905:6:46" + }, + "nativeSrc": "15905:64:46", + "nodeType": "YulFunctionCall", + "src": "15905:64:46" + }, + "nativeSrc": "15905:64:46", + "nodeType": "YulExpressionStatement", + "src": "15905:64:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "15989:7:46", + "nodeType": "YulIdentifier", + "src": "15989:7:46" + }, + { + "kind": "number", + "nativeSrc": "15998:4:46", + "nodeType": "YulLiteral", + "src": "15998:4:46", + "type": "", + "value": "0x80" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15985:3:46", + "nodeType": "YulIdentifier", + "src": "15985:3:46" + }, + "nativeSrc": "15985:18:46", + "nodeType": "YulFunctionCall", + "src": "15985:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "16027:5:46", + "nodeType": "YulIdentifier", + "src": "16027:5:46" + }, + { + "kind": "number", + "nativeSrc": "16034:3:46", + "nodeType": "YulLiteral", + "src": "16034:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16023:3:46", + "nodeType": "YulIdentifier", + "src": "16023:3:46" + }, + "nativeSrc": "16023:15:46", + "nodeType": "YulFunctionCall", + "src": "16023:15:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "16005:17:46", + "nodeType": "YulIdentifier", + "src": "16005:17:46" + }, + "nativeSrc": "16005:34:46", + "nodeType": "YulFunctionCall", + "src": "16005:34:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15978:6:46", + "nodeType": "YulIdentifier", + "src": "15978:6:46" + }, + "nativeSrc": "15978:62:46", + "nodeType": "YulFunctionCall", + "src": "15978:62:46" + }, + "nativeSrc": "15978:62:46", + "nodeType": "YulExpressionStatement", + "src": "15978:62:46" + }, + { + "nativeSrc": "16049:20:46", + "nodeType": "YulAssignment", + "src": "16049:20:46", + "value": { + "name": "value_1", + "nativeSrc": "16062:7:46", + "nodeType": "YulIdentifier", + "src": "16062:7:46" + }, + "variableNames": [ + { + "name": "converted", + "nativeSrc": "16049:9:46", + "nodeType": "YulIdentifier", + "src": "16049:9:46" + } + ] + } + ] + }, + "name": "convert_t_struct$_DelegatedProxyAttestationRequest_$2962_calldata_ptr_to_t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr", + "nativeSrc": "15205:870:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "15347:5:46", + "nodeType": "YulTypedName", + "src": "15347:5:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "converted", + "nativeSrc": "15357:9:46", + "nodeType": "YulTypedName", + "src": "15357:9:46", + "type": "" + } + ], + "src": "15205:870:46" + }, + { + "body": { + "nativeSrc": "16197:223:46", + "nodeType": "YulBlock", + "src": "16197:223:46", + "statements": [ + { + "nativeSrc": "16207:51:46", + "nodeType": "YulVariableDeclaration", + "src": "16207:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "16246:11:46", + "nodeType": "YulIdentifier", + "src": "16246:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "16233:12:46", + "nodeType": "YulIdentifier", + "src": "16233:12:46" + }, + "nativeSrc": "16233:25:46", + "nodeType": "YulFunctionCall", + "src": "16233:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "16211:18:46", + "nodeType": "YulTypedName", + "src": "16211:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "16348:16:46", + "nodeType": "YulBlock", + "src": "16348:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "16357:1:46", + "nodeType": "YulLiteral", + "src": "16357:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "16360:1:46", + "nodeType": "YulLiteral", + "src": "16360:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "16350:6:46", + "nodeType": "YulIdentifier", + "src": "16350:6:46" + }, + "nativeSrc": "16350:12:46", + "nodeType": "YulFunctionCall", + "src": "16350:12:46" + }, + "nativeSrc": "16350:12:46", + "nodeType": "YulExpressionStatement", + "src": "16350:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "16281:18:46", + "nodeType": "YulIdentifier", + "src": "16281:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "16309:12:46", + "nodeType": "YulIdentifier", + "src": "16309:12:46" + }, + "nativeSrc": "16309:14:46", + "nodeType": "YulFunctionCall", + "src": "16309:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "16325:8:46", + "nodeType": "YulIdentifier", + "src": "16325:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "16305:3:46", + "nodeType": "YulIdentifier", + "src": "16305:3:46" + }, + "nativeSrc": "16305:29:46", + "nodeType": "YulFunctionCall", + "src": "16305:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "16340:3:46", + "nodeType": "YulLiteral", + "src": "16340:3:46", + "type": "", + "value": "190" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "16336:3:46", + "nodeType": "YulIdentifier", + "src": "16336:3:46" + }, + "nativeSrc": "16336:8:46", + "nodeType": "YulFunctionCall", + "src": "16336:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16301:3:46", + "nodeType": "YulIdentifier", + "src": "16301:3:46" + }, + "nativeSrc": "16301:44:46", + "nodeType": "YulFunctionCall", + "src": "16301:44:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "16277:3:46", + "nodeType": "YulIdentifier", + "src": "16277:3:46" + }, + "nativeSrc": "16277:69:46", + "nodeType": "YulFunctionCall", + "src": "16277:69:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "16270:6:46", + "nodeType": "YulIdentifier", + "src": "16270:6:46" + }, + "nativeSrc": "16270:77:46", + "nodeType": "YulFunctionCall", + "src": "16270:77:46" + }, + "nativeSrc": "16267:97:46", + "nodeType": "YulIf", + "src": "16267:97:46" + }, + { + "nativeSrc": "16373:41:46", + "nodeType": "YulAssignment", + "src": "16373:41:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "16385:8:46", + "nodeType": "YulIdentifier", + "src": "16385:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "16395:18:46", + "nodeType": "YulIdentifier", + "src": "16395:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16381:3:46", + "nodeType": "YulIdentifier", + "src": "16381:3:46" + }, + "nativeSrc": "16381:33:46", + "nodeType": "YulFunctionCall", + "src": "16381:33:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "16373:4:46", + "nodeType": "YulIdentifier", + "src": "16373:4:46" + } + ] + } + ] + }, + "name": "access_calldata_tail_t_struct$_AttestationRequestData_$2042_calldata_ptr", + "nativeSrc": "16080:340:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "16162:8:46", + "nodeType": "YulTypedName", + "src": "16162:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "16172:11:46", + "nodeType": "YulTypedName", + "src": "16172:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "16188:4:46", + "nodeType": "YulTypedName", + "src": "16188:4:46", + "type": "" + } + ], + "src": "16080:340:46" + }, + { + "body": { + "nativeSrc": "16571:92:46", + "nodeType": "YulBlock", + "src": "16571:92:46", + "statements": [ + { + "nativeSrc": "16581:76:46", + "nodeType": "YulAssignment", + "src": "16581:76:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "16635:5:46", + "nodeType": "YulIdentifier", + "src": "16635:5:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "16642:12:46", + "nodeType": "YulIdentifier", + "src": "16642:12:46" + }, + "nativeSrc": "16642:14:46", + "nodeType": "YulFunctionCall", + "src": "16642:14:46" + } + ], + "functionName": { + "name": "abi_decode_struct_AttestationRequestData", + "nativeSrc": "16594:40:46", + "nodeType": "YulIdentifier", + "src": "16594:40:46" + }, + "nativeSrc": "16594:63:46", + "nodeType": "YulFunctionCall", + "src": "16594:63:46" + }, + "variableNames": [ + { + "name": "converted", + "nativeSrc": "16581:9:46", + "nodeType": "YulIdentifier", + "src": "16581:9:46" + } + ] + } + ] + }, + "name": "convert_t_struct$_AttestationRequestData_$2042_calldata_ptr_to_t_struct$_AttestationRequestData_$2042_memory_ptr", + "nativeSrc": "16425:238:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "16547:5:46", + "nodeType": "YulTypedName", + "src": "16547:5:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "converted", + "nativeSrc": "16557:9:46", + "nodeType": "YulTypedName", + "src": "16557:9:46", + "type": "" + } + ], + "src": "16425:238:46" + }, + { + "body": { + "nativeSrc": "16741:532:46", + "nodeType": "YulBlock", + "src": "16741:532:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "16758:3:46", + "nodeType": "YulIdentifier", + "src": "16758:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "16773:5:46", + "nodeType": "YulIdentifier", + "src": "16773:5:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "16767:5:46", + "nodeType": "YulIdentifier", + "src": "16767:5:46" + }, + "nativeSrc": "16767:12:46", + "nodeType": "YulFunctionCall", + "src": "16767:12:46" + }, + { + "kind": "number", + "nativeSrc": "16781:42:46", + "nodeType": "YulLiteral", + "src": "16781:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "16763:3:46", + "nodeType": "YulIdentifier", + "src": "16763:3:46" + }, + "nativeSrc": "16763:61:46", + "nodeType": "YulFunctionCall", + "src": "16763:61:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16751:6:46", + "nodeType": "YulIdentifier", + "src": "16751:6:46" + }, + "nativeSrc": "16751:74:46", + "nodeType": "YulFunctionCall", + "src": "16751:74:46" + }, + "nativeSrc": "16751:74:46", + "nodeType": "YulExpressionStatement", + "src": "16751:74:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "16845:3:46", + "nodeType": "YulIdentifier", + "src": "16845:3:46" + }, + { + "kind": "number", + "nativeSrc": "16850:4:46", + "nodeType": "YulLiteral", + "src": "16850:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16841:3:46", + "nodeType": "YulIdentifier", + "src": "16841:3:46" + }, + "nativeSrc": "16841:14:46", + "nodeType": "YulFunctionCall", + "src": "16841:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "16871:5:46", + "nodeType": "YulIdentifier", + "src": "16871:5:46" + }, + { + "kind": "number", + "nativeSrc": "16878:4:46", + "nodeType": "YulLiteral", + "src": "16878:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16867:3:46", + "nodeType": "YulIdentifier", + "src": "16867:3:46" + }, + "nativeSrc": "16867:16:46", + "nodeType": "YulFunctionCall", + "src": "16867:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "16861:5:46", + "nodeType": "YulIdentifier", + "src": "16861:5:46" + }, + "nativeSrc": "16861:23:46", + "nodeType": "YulFunctionCall", + "src": "16861:23:46" + }, + { + "kind": "number", + "nativeSrc": "16886:18:46", + "nodeType": "YulLiteral", + "src": "16886:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "16857:3:46", + "nodeType": "YulIdentifier", + "src": "16857:3:46" + }, + "nativeSrc": "16857:48:46", + "nodeType": "YulFunctionCall", + "src": "16857:48:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16834:6:46", + "nodeType": "YulIdentifier", + "src": "16834:6:46" + }, + "nativeSrc": "16834:72:46", + "nodeType": "YulFunctionCall", + "src": "16834:72:46" + }, + "nativeSrc": "16834:72:46", + "nodeType": "YulExpressionStatement", + "src": "16834:72:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "16926:3:46", + "nodeType": "YulIdentifier", + "src": "16926:3:46" + }, + { + "kind": "number", + "nativeSrc": "16931:4:46", + "nodeType": "YulLiteral", + "src": "16931:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16922:3:46", + "nodeType": "YulIdentifier", + "src": "16922:3:46" + }, + "nativeSrc": "16922:14:46", + "nodeType": "YulFunctionCall", + "src": "16922:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "16962:5:46", + "nodeType": "YulIdentifier", + "src": "16962:5:46" + }, + { + "kind": "number", + "nativeSrc": "16969:4:46", + "nodeType": "YulLiteral", + "src": "16969:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16958:3:46", + "nodeType": "YulIdentifier", + "src": "16958:3:46" + }, + "nativeSrc": "16958:16:46", + "nodeType": "YulFunctionCall", + "src": "16958:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "16952:5:46", + "nodeType": "YulIdentifier", + "src": "16952:5:46" + }, + "nativeSrc": "16952:23:46", + "nodeType": "YulFunctionCall", + "src": "16952:23:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "16945:6:46", + "nodeType": "YulIdentifier", + "src": "16945:6:46" + }, + "nativeSrc": "16945:31:46", + "nodeType": "YulFunctionCall", + "src": "16945:31:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "16938:6:46", + "nodeType": "YulIdentifier", + "src": "16938:6:46" + }, + "nativeSrc": "16938:39:46", + "nodeType": "YulFunctionCall", + "src": "16938:39:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16915:6:46", + "nodeType": "YulIdentifier", + "src": "16915:6:46" + }, + "nativeSrc": "16915:63:46", + "nodeType": "YulFunctionCall", + "src": "16915:63:46" + }, + "nativeSrc": "16915:63:46", + "nodeType": "YulExpressionStatement", + "src": "16915:63:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "16998:3:46", + "nodeType": "YulIdentifier", + "src": "16998:3:46" + }, + { + "kind": "number", + "nativeSrc": "17003:4:46", + "nodeType": "YulLiteral", + "src": "17003:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16994:3:46", + "nodeType": "YulIdentifier", + "src": "16994:3:46" + }, + "nativeSrc": "16994:14:46", + "nodeType": "YulFunctionCall", + "src": "16994:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "17020:5:46", + "nodeType": "YulIdentifier", + "src": "17020:5:46" + }, + { + "kind": "number", + "nativeSrc": "17027:4:46", + "nodeType": "YulLiteral", + "src": "17027:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17016:3:46", + "nodeType": "YulIdentifier", + "src": "17016:3:46" + }, + "nativeSrc": "17016:16:46", + "nodeType": "YulFunctionCall", + "src": "17016:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "17010:5:46", + "nodeType": "YulIdentifier", + "src": "17010:5:46" + }, + "nativeSrc": "17010:23:46", + "nodeType": "YulFunctionCall", + "src": "17010:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16987:6:46", + "nodeType": "YulIdentifier", + "src": "16987:6:46" + }, + "nativeSrc": "16987:47:46", + "nodeType": "YulFunctionCall", + "src": "16987:47:46" + }, + "nativeSrc": "16987:47:46", + "nodeType": "YulExpressionStatement", + "src": "16987:47:46" + }, + { + "nativeSrc": "17043:43:46", + "nodeType": "YulVariableDeclaration", + "src": "17043:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "17073:5:46", + "nodeType": "YulIdentifier", + "src": "17073:5:46" + }, + { + "kind": "number", + "nativeSrc": "17080:4:46", + "nodeType": "YulLiteral", + "src": "17080:4:46", + "type": "", + "value": "0x80" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17069:3:46", + "nodeType": "YulIdentifier", + "src": "17069:3:46" + }, + "nativeSrc": "17069:16:46", + "nodeType": "YulFunctionCall", + "src": "17069:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "17063:5:46", + "nodeType": "YulIdentifier", + "src": "17063:5:46" + }, + "nativeSrc": "17063:23:46", + "nodeType": "YulFunctionCall", + "src": "17063:23:46" + }, + "variables": [ + { + "name": "memberValue0", + "nativeSrc": "17047:12:46", + "nodeType": "YulTypedName", + "src": "17047:12:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "17106:3:46", + "nodeType": "YulIdentifier", + "src": "17106:3:46" + }, + { + "kind": "number", + "nativeSrc": "17111:4:46", + "nodeType": "YulLiteral", + "src": "17111:4:46", + "type": "", + "value": "0x80" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17102:3:46", + "nodeType": "YulIdentifier", + "src": "17102:3:46" + }, + "nativeSrc": "17102:14:46", + "nodeType": "YulFunctionCall", + "src": "17102:14:46" + }, + { + "kind": "number", + "nativeSrc": "17118:4:46", + "nodeType": "YulLiteral", + "src": "17118:4:46", + "type": "", + "value": "0xc0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17095:6:46", + "nodeType": "YulIdentifier", + "src": "17095:6:46" + }, + "nativeSrc": "17095:28:46", + "nodeType": "YulFunctionCall", + "src": "17095:28:46" + }, + "nativeSrc": "17095:28:46", + "nodeType": "YulExpressionStatement", + "src": "17095:28:46" + }, + { + "nativeSrc": "17132:59:46", + "nodeType": "YulVariableDeclaration", + "src": "17132:59:46", + "value": { + "arguments": [ + { + "name": "memberValue0", + "nativeSrc": "17162:12:46", + "nodeType": "YulIdentifier", + "src": "17162:12:46" + }, + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "17180:3:46", + "nodeType": "YulIdentifier", + "src": "17180:3:46" + }, + { + "kind": "number", + "nativeSrc": "17185:4:46", + "nodeType": "YulLiteral", + "src": "17185:4:46", + "type": "", + "value": "0xc0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17176:3:46", + "nodeType": "YulIdentifier", + "src": "17176:3:46" + }, + "nativeSrc": "17176:14:46", + "nodeType": "YulFunctionCall", + "src": "17176:14:46" + } + ], + "functionName": { + "name": "abi_encode_string", + "nativeSrc": "17144:17:46", + "nodeType": "YulIdentifier", + "src": "17144:17:46" + }, + "nativeSrc": "17144:47:46", + "nodeType": "YulFunctionCall", + "src": "17144:47:46" + }, + "variables": [ + { + "name": "tail", + "nativeSrc": "17136:4:46", + "nodeType": "YulTypedName", + "src": "17136:4:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "17211:3:46", + "nodeType": "YulIdentifier", + "src": "17211:3:46" + }, + { + "kind": "number", + "nativeSrc": "17216:4:46", + "nodeType": "YulLiteral", + "src": "17216:4:46", + "type": "", + "value": "0xa0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17207:3:46", + "nodeType": "YulIdentifier", + "src": "17207:3:46" + }, + "nativeSrc": "17207:14:46", + "nodeType": "YulFunctionCall", + "src": "17207:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "17233:5:46", + "nodeType": "YulIdentifier", + "src": "17233:5:46" + }, + { + "kind": "number", + "nativeSrc": "17240:4:46", + "nodeType": "YulLiteral", + "src": "17240:4:46", + "type": "", + "value": "0xa0" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17229:3:46", + "nodeType": "YulIdentifier", + "src": "17229:3:46" + }, + "nativeSrc": "17229:16:46", + "nodeType": "YulFunctionCall", + "src": "17229:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "17223:5:46", + "nodeType": "YulIdentifier", + "src": "17223:5:46" + }, + "nativeSrc": "17223:23:46", + "nodeType": "YulFunctionCall", + "src": "17223:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17200:6:46", + "nodeType": "YulIdentifier", + "src": "17200:6:46" + }, + "nativeSrc": "17200:47:46", + "nodeType": "YulFunctionCall", + "src": "17200:47:46" + }, + "nativeSrc": "17200:47:46", + "nodeType": "YulExpressionStatement", + "src": "17200:47:46" + }, + { + "nativeSrc": "17256:11:46", + "nodeType": "YulAssignment", + "src": "17256:11:46", + "value": { + "name": "tail", + "nativeSrc": "17263:4:46", + "nodeType": "YulIdentifier", + "src": "17263:4:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "17256:3:46", + "nodeType": "YulIdentifier", + "src": "17256:3:46" + } + ] + } + ] + }, + "name": "abi_encode_struct_AttestationRequestData", + "nativeSrc": "16668:605:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "16718:5:46", + "nodeType": "YulTypedName", + "src": "16718:5:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "16725:3:46", + "nodeType": "YulTypedName", + "src": "16725:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "16733:3:46", + "nodeType": "YulTypedName", + "src": "16733:3:46", + "type": "" + } + ], + "src": "16668:605:46" + }, + { + "body": { + "nativeSrc": "17451:272:46", + "nodeType": "YulBlock", + "src": "17451:272:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17468:9:46", + "nodeType": "YulIdentifier", + "src": "17468:9:46" + }, + { + "kind": "number", + "nativeSrc": "17479:2:46", + "nodeType": "YulLiteral", + "src": "17479:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17461:6:46", + "nodeType": "YulIdentifier", + "src": "17461:6:46" + }, + "nativeSrc": "17461:21:46", + "nodeType": "YulFunctionCall", + "src": "17461:21:46" + }, + "nativeSrc": "17461:21:46", + "nodeType": "YulExpressionStatement", + "src": "17461:21:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17502:9:46", + "nodeType": "YulIdentifier", + "src": "17502:9:46" + }, + { + "kind": "number", + "nativeSrc": "17513:2:46", + "nodeType": "YulLiteral", + "src": "17513:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17498:3:46", + "nodeType": "YulIdentifier", + "src": "17498:3:46" + }, + "nativeSrc": "17498:18:46", + "nodeType": "YulFunctionCall", + "src": "17498:18:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "17524:6:46", + "nodeType": "YulIdentifier", + "src": "17524:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "17518:5:46", + "nodeType": "YulIdentifier", + "src": "17518:5:46" + }, + "nativeSrc": "17518:13:46", + "nodeType": "YulFunctionCall", + "src": "17518:13:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17491:6:46", + "nodeType": "YulIdentifier", + "src": "17491:6:46" + }, + "nativeSrc": "17491:41:46", + "nodeType": "YulFunctionCall", + "src": "17491:41:46" + }, + "nativeSrc": "17491:41:46", + "nodeType": "YulExpressionStatement", + "src": "17491:41:46" + }, + { + "nativeSrc": "17541:42:46", + "nodeType": "YulVariableDeclaration", + "src": "17541:42:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "17571:6:46", + "nodeType": "YulIdentifier", + "src": "17571:6:46" + }, + { + "kind": "number", + "nativeSrc": "17579:2:46", + "nodeType": "YulLiteral", + "src": "17579:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17567:3:46", + "nodeType": "YulIdentifier", + "src": "17567:3:46" + }, + "nativeSrc": "17567:15:46", + "nodeType": "YulFunctionCall", + "src": "17567:15:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "17561:5:46", + "nodeType": "YulIdentifier", + "src": "17561:5:46" + }, + "nativeSrc": "17561:22:46", + "nodeType": "YulFunctionCall", + "src": "17561:22:46" + }, + "variables": [ + { + "name": "memberValue0", + "nativeSrc": "17545:12:46", + "nodeType": "YulTypedName", + "src": "17545:12:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17603:9:46", + "nodeType": "YulIdentifier", + "src": "17603:9:46" + }, + { + "kind": "number", + "nativeSrc": "17614:4:46", + "nodeType": "YulLiteral", + "src": "17614:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17599:3:46", + "nodeType": "YulIdentifier", + "src": "17599:3:46" + }, + "nativeSrc": "17599:20:46", + "nodeType": "YulFunctionCall", + "src": "17599:20:46" + }, + { + "kind": "number", + "nativeSrc": "17621:4:46", + "nodeType": "YulLiteral", + "src": "17621:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17592:6:46", + "nodeType": "YulIdentifier", + "src": "17592:6:46" + }, + "nativeSrc": "17592:34:46", + "nodeType": "YulFunctionCall", + "src": "17592:34:46" + }, + "nativeSrc": "17592:34:46", + "nodeType": "YulExpressionStatement", + "src": "17592:34:46" + }, + { + "nativeSrc": "17635:82:46", + "nodeType": "YulAssignment", + "src": "17635:82:46", + "value": { + "arguments": [ + { + "name": "memberValue0", + "nativeSrc": "17684:12:46", + "nodeType": "YulIdentifier", + "src": "17684:12:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17702:9:46", + "nodeType": "YulIdentifier", + "src": "17702:9:46" + }, + { + "kind": "number", + "nativeSrc": "17713:2:46", + "nodeType": "YulLiteral", + "src": "17713:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17698:3:46", + "nodeType": "YulIdentifier", + "src": "17698:3:46" + }, + "nativeSrc": "17698:18:46", + "nodeType": "YulFunctionCall", + "src": "17698:18:46" + } + ], + "functionName": { + "name": "abi_encode_struct_AttestationRequestData", + "nativeSrc": "17643:40:46", + "nodeType": "YulIdentifier", + "src": "17643:40:46" + }, + "nativeSrc": "17643:74:46", + "nodeType": "YulFunctionCall", + "src": "17643:74:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "17635:4:46", + "nodeType": "YulIdentifier", + "src": "17635:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_struct$_AttestationRequest_$2049_memory_ptr__to_t_struct$_AttestationRequest_$2049_memory_ptr__fromStack_reversed", + "nativeSrc": "17278:445:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "17420:9:46", + "nodeType": "YulTypedName", + "src": "17420:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "17431:6:46", + "nodeType": "YulTypedName", + "src": "17431:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "17442:4:46", + "nodeType": "YulTypedName", + "src": "17442:4:46", + "type": "" + } + ], + "src": "17278:445:46" + }, + { + "body": { + "nativeSrc": "17809:149:46", + "nodeType": "YulBlock", + "src": "17809:149:46", + "statements": [ + { + "body": { + "nativeSrc": "17855:16:46", + "nodeType": "YulBlock", + "src": "17855:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "17864:1:46", + "nodeType": "YulLiteral", + "src": "17864:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "17867:1:46", + "nodeType": "YulLiteral", + "src": "17867:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "17857:6:46", + "nodeType": "YulIdentifier", + "src": "17857:6:46" + }, + "nativeSrc": "17857:12:46", + "nodeType": "YulFunctionCall", + "src": "17857:12:46" + }, + "nativeSrc": "17857:12:46", + "nodeType": "YulExpressionStatement", + "src": "17857:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "17830:7:46", + "nodeType": "YulIdentifier", + "src": "17830:7:46" + }, + { + "name": "headStart", + "nativeSrc": "17839:9:46", + "nodeType": "YulIdentifier", + "src": "17839:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "17826:3:46", + "nodeType": "YulIdentifier", + "src": "17826:3:46" + }, + "nativeSrc": "17826:23:46", + "nodeType": "YulFunctionCall", + "src": "17826:23:46" + }, + { + "kind": "number", + "nativeSrc": "17851:2:46", + "nodeType": "YulLiteral", + "src": "17851:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "17822:3:46", + "nodeType": "YulIdentifier", + "src": "17822:3:46" + }, + "nativeSrc": "17822:32:46", + "nodeType": "YulFunctionCall", + "src": "17822:32:46" + }, + "nativeSrc": "17819:52:46", + "nodeType": "YulIf", + "src": "17819:52:46" + }, + { + "nativeSrc": "17880:14:46", + "nodeType": "YulVariableDeclaration", + "src": "17880:14:46", + "value": { + "kind": "number", + "nativeSrc": "17893:1:46", + "nodeType": "YulLiteral", + "src": "17893:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "17884:5:46", + "nodeType": "YulTypedName", + "src": "17884:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "17903:25:46", + "nodeType": "YulAssignment", + "src": "17903:25:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17918:9:46", + "nodeType": "YulIdentifier", + "src": "17918:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "17912:5:46", + "nodeType": "YulIdentifier", + "src": "17912:5:46" + }, + "nativeSrc": "17912:16:46", + "nodeType": "YulFunctionCall", + "src": "17912:16:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "17903:5:46", + "nodeType": "YulIdentifier", + "src": "17903:5:46" + } + ] + }, + { + "nativeSrc": "17937:15:46", + "nodeType": "YulAssignment", + "src": "17937:15:46", + "value": { + "name": "value", + "nativeSrc": "17947:5:46", + "nodeType": "YulIdentifier", + "src": "17947:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "17937:6:46", + "nodeType": "YulIdentifier", + "src": "17937:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes32_fromMemory", + "nativeSrc": "17728:230:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "17775:9:46", + "nodeType": "YulTypedName", + "src": "17775:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "17786:7:46", + "nodeType": "YulTypedName", + "src": "17786:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "17798:6:46", + "nodeType": "YulTypedName", + "src": "17798:6:46", + "type": "" + } + ], + "src": "17728:230:46" + }, + { + "body": { + "nativeSrc": "18033:116:46", + "nodeType": "YulBlock", + "src": "18033:116:46", + "statements": [ + { + "body": { + "nativeSrc": "18079:16:46", + "nodeType": "YulBlock", + "src": "18079:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "18088:1:46", + "nodeType": "YulLiteral", + "src": "18088:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "18091:1:46", + "nodeType": "YulLiteral", + "src": "18091:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "18081:6:46", + "nodeType": "YulIdentifier", + "src": "18081:6:46" + }, + "nativeSrc": "18081:12:46", + "nodeType": "YulFunctionCall", + "src": "18081:12:46" + }, + "nativeSrc": "18081:12:46", + "nodeType": "YulExpressionStatement", + "src": "18081:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "18054:7:46", + "nodeType": "YulIdentifier", + "src": "18054:7:46" + }, + { + "name": "headStart", + "nativeSrc": "18063:9:46", + "nodeType": "YulIdentifier", + "src": "18063:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "18050:3:46", + "nodeType": "YulIdentifier", + "src": "18050:3:46" + }, + "nativeSrc": "18050:23:46", + "nodeType": "YulFunctionCall", + "src": "18050:23:46" + }, + { + "kind": "number", + "nativeSrc": "18075:2:46", + "nodeType": "YulLiteral", + "src": "18075:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "18046:3:46", + "nodeType": "YulIdentifier", + "src": "18046:3:46" + }, + "nativeSrc": "18046:32:46", + "nodeType": "YulFunctionCall", + "src": "18046:32:46" + }, + "nativeSrc": "18043:52:46", + "nodeType": "YulIf", + "src": "18043:52:46" + }, + { + "nativeSrc": "18104:39:46", + "nodeType": "YulAssignment", + "src": "18104:39:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18133:9:46", + "nodeType": "YulIdentifier", + "src": "18133:9:46" + } + ], + "functionName": { + "name": "abi_decode_address", + "nativeSrc": "18114:18:46", + "nodeType": "YulIdentifier", + "src": "18114:18:46" + }, + "nativeSrc": "18114:29:46", + "nodeType": "YulFunctionCall", + "src": "18114:29:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "18104:6:46", + "nodeType": "YulIdentifier", + "src": "18104:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_address", + "nativeSrc": "17963:186:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "17999:9:46", + "nodeType": "YulTypedName", + "src": "17999:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "18010:7:46", + "nodeType": "YulTypedName", + "src": "18010:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "18022:6:46", + "nodeType": "YulTypedName", + "src": "18022:6:46", + "type": "" + } + ], + "src": "17963:186:46" + }, + { + "body": { + "nativeSrc": "18591:550:46", + "nodeType": "YulBlock", + "src": "18591:550:46", + "statements": [ + { + "nativeSrc": "18601:27:46", + "nodeType": "YulVariableDeclaration", + "src": "18601:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "18621:6:46", + "nodeType": "YulIdentifier", + "src": "18621:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "18615:5:46", + "nodeType": "YulIdentifier", + "src": "18615:5:46" + }, + "nativeSrc": "18615:13:46", + "nodeType": "YulFunctionCall", + "src": "18615:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "18605:6:46", + "nodeType": "YulTypedName", + "src": "18605:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "18676:6:46", + "nodeType": "YulIdentifier", + "src": "18676:6:46" + }, + { + "kind": "number", + "nativeSrc": "18684:4:46", + "nodeType": "YulLiteral", + "src": "18684:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18672:3:46", + "nodeType": "YulIdentifier", + "src": "18672:3:46" + }, + "nativeSrc": "18672:17:46", + "nodeType": "YulFunctionCall", + "src": "18672:17:46" + }, + { + "name": "pos", + "nativeSrc": "18691:3:46", + "nodeType": "YulIdentifier", + "src": "18691:3:46" + }, + { + "name": "length", + "nativeSrc": "18696:6:46", + "nodeType": "YulIdentifier", + "src": "18696:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "18637:34:46", + "nodeType": "YulIdentifier", + "src": "18637:34:46" + }, + "nativeSrc": "18637:66:46", + "nodeType": "YulFunctionCall", + "src": "18637:66:46" + }, + "nativeSrc": "18637:66:46", + "nodeType": "YulExpressionStatement", + "src": "18637:66:46" + }, + { + "nativeSrc": "18712:29:46", + "nodeType": "YulVariableDeclaration", + "src": "18712:29:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "18729:3:46", + "nodeType": "YulIdentifier", + "src": "18729:3:46" + }, + { + "name": "length", + "nativeSrc": "18734:6:46", + "nodeType": "YulIdentifier", + "src": "18734:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18725:3:46", + "nodeType": "YulIdentifier", + "src": "18725:3:46" + }, + "nativeSrc": "18725:16:46", + "nodeType": "YulFunctionCall", + "src": "18725:16:46" + }, + "variables": [ + { + "name": "end_1", + "nativeSrc": "18716:5:46", + "nodeType": "YulTypedName", + "src": "18716:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "18757:5:46", + "nodeType": "YulIdentifier", + "src": "18757:5:46" + }, + { + "hexValue": "2e", + "kind": "string", + "nativeSrc": "18764:3:46", + "nodeType": "YulLiteral", + "src": "18764:3:46", + "type": "", + "value": "." + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "18750:6:46", + "nodeType": "YulIdentifier", + "src": "18750:6:46" + }, + "nativeSrc": "18750:18:46", + "nodeType": "YulFunctionCall", + "src": "18750:18:46" + }, + "nativeSrc": "18750:18:46", + "nodeType": "YulExpressionStatement", + "src": "18750:18:46" + }, + { + "nativeSrc": "18777:29:46", + "nodeType": "YulVariableDeclaration", + "src": "18777:29:46", + "value": { + "arguments": [ + { + "name": "value1", + "nativeSrc": "18799:6:46", + "nodeType": "YulIdentifier", + "src": "18799:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "18793:5:46", + "nodeType": "YulIdentifier", + "src": "18793:5:46" + }, + "nativeSrc": "18793:13:46", + "nodeType": "YulFunctionCall", + "src": "18793:13:46" + }, + "variables": [ + { + "name": "length_1", + "nativeSrc": "18781:8:46", + "nodeType": "YulTypedName", + "src": "18781:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "18854:6:46", + "nodeType": "YulIdentifier", + "src": "18854:6:46" + }, + { + "kind": "number", + "nativeSrc": "18862:4:46", + "nodeType": "YulLiteral", + "src": "18862:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18850:3:46", + "nodeType": "YulIdentifier", + "src": "18850:3:46" + }, + "nativeSrc": "18850:17:46", + "nodeType": "YulFunctionCall", + "src": "18850:17:46" + }, + { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "18873:5:46", + "nodeType": "YulIdentifier", + "src": "18873:5:46" + }, + { + "kind": "number", + "nativeSrc": "18880:1:46", + "nodeType": "YulLiteral", + "src": "18880:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18869:3:46", + "nodeType": "YulIdentifier", + "src": "18869:3:46" + }, + "nativeSrc": "18869:13:46", + "nodeType": "YulFunctionCall", + "src": "18869:13:46" + }, + { + "name": "length_1", + "nativeSrc": "18884:8:46", + "nodeType": "YulIdentifier", + "src": "18884:8:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "18815:34:46", + "nodeType": "YulIdentifier", + "src": "18815:34:46" + }, + "nativeSrc": "18815:78:46", + "nodeType": "YulFunctionCall", + "src": "18815:78:46" + }, + "nativeSrc": "18815:78:46", + "nodeType": "YulExpressionStatement", + "src": "18815:78:46" + }, + { + "nativeSrc": "18902:30:46", + "nodeType": "YulVariableDeclaration", + "src": "18902:30:46", + "value": { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "18916:5:46", + "nodeType": "YulIdentifier", + "src": "18916:5:46" + }, + { + "name": "length_1", + "nativeSrc": "18923:8:46", + "nodeType": "YulIdentifier", + "src": "18923:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18912:3:46", + "nodeType": "YulIdentifier", + "src": "18912:3:46" + }, + "nativeSrc": "18912:20:46", + "nodeType": "YulFunctionCall", + "src": "18912:20:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "18906:2:46", + "nodeType": "YulTypedName", + "src": "18906:2:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "18952:2:46", + "nodeType": "YulIdentifier", + "src": "18952:2:46" + }, + { + "kind": "number", + "nativeSrc": "18956:1:46", + "nodeType": "YulLiteral", + "src": "18956:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18948:3:46", + "nodeType": "YulIdentifier", + "src": "18948:3:46" + }, + "nativeSrc": "18948:10:46", + "nodeType": "YulFunctionCall", + "src": "18948:10:46" + }, + { + "hexValue": "2e", + "kind": "string", + "nativeSrc": "18960:3:46", + "nodeType": "YulLiteral", + "src": "18960:3:46", + "type": "", + "value": "." + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "18941:6:46", + "nodeType": "YulIdentifier", + "src": "18941:6:46" + }, + "nativeSrc": "18941:23:46", + "nodeType": "YulFunctionCall", + "src": "18941:23:46" + }, + "nativeSrc": "18941:23:46", + "nodeType": "YulExpressionStatement", + "src": "18941:23:46" + }, + { + "nativeSrc": "18973:29:46", + "nodeType": "YulVariableDeclaration", + "src": "18973:29:46", + "value": { + "arguments": [ + { + "name": "value2", + "nativeSrc": "18995:6:46", + "nodeType": "YulIdentifier", + "src": "18995:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "18989:5:46", + "nodeType": "YulIdentifier", + "src": "18989:5:46" + }, + "nativeSrc": "18989:13:46", + "nodeType": "YulFunctionCall", + "src": "18989:13:46" + }, + "variables": [ + { + "name": "length_2", + "nativeSrc": "18977:8:46", + "nodeType": "YulTypedName", + "src": "18977:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "19050:6:46", + "nodeType": "YulIdentifier", + "src": "19050:6:46" + }, + { + "kind": "number", + "nativeSrc": "19058:4:46", + "nodeType": "YulLiteral", + "src": "19058:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19046:3:46", + "nodeType": "YulIdentifier", + "src": "19046:3:46" + }, + "nativeSrc": "19046:17:46", + "nodeType": "YulFunctionCall", + "src": "19046:17:46" + }, + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "19069:2:46", + "nodeType": "YulIdentifier", + "src": "19069:2:46" + }, + { + "kind": "number", + "nativeSrc": "19073:1:46", + "nodeType": "YulLiteral", + "src": "19073:1:46", + "type": "", + "value": "2" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19065:3:46", + "nodeType": "YulIdentifier", + "src": "19065:3:46" + }, + "nativeSrc": "19065:10:46", + "nodeType": "YulFunctionCall", + "src": "19065:10:46" + }, + { + "name": "length_2", + "nativeSrc": "19077:8:46", + "nodeType": "YulIdentifier", + "src": "19077:8:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "19011:34:46", + "nodeType": "YulIdentifier", + "src": "19011:34:46" + }, + "nativeSrc": "19011:75:46", + "nodeType": "YulFunctionCall", + "src": "19011:75:46" + }, + "nativeSrc": "19011:75:46", + "nodeType": "YulExpressionStatement", + "src": "19011:75:46" + }, + { + "nativeSrc": "19095:40:46", + "nodeType": "YulAssignment", + "src": "19095:40:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "19114:2:46", + "nodeType": "YulIdentifier", + "src": "19114:2:46" + }, + { + "name": "length_2", + "nativeSrc": "19118:8:46", + "nodeType": "YulIdentifier", + "src": "19118:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19110:3:46", + "nodeType": "YulIdentifier", + "src": "19110:3:46" + }, + "nativeSrc": "19110:17:46", + "nodeType": "YulFunctionCall", + "src": "19110:17:46" + }, + { + "kind": "number", + "nativeSrc": "19129:1:46", + "nodeType": "YulLiteral", + "src": "19129:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19106:3:46", + "nodeType": "YulIdentifier", + "src": "19106:3:46" + }, + "nativeSrc": "19106:25:46", + "nodeType": "YulFunctionCall", + "src": "19106:25:46" + }, + { + "kind": "number", + "nativeSrc": "19133:1:46", + "nodeType": "YulLiteral", + "src": "19133:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19102:3:46", + "nodeType": "YulIdentifier", + "src": "19102:3:46" + }, + "nativeSrc": "19102:33:46", + "nodeType": "YulFunctionCall", + "src": "19102:33:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "19095:3:46", + "nodeType": "YulIdentifier", + "src": "19095:3:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "18551:3:46", + "nodeType": "YulTypedName", + "src": "18551:3:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "18556:6:46", + "nodeType": "YulTypedName", + "src": "18556:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "18564:6:46", + "nodeType": "YulTypedName", + "src": "18564:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "18572:6:46", + "nodeType": "YulTypedName", + "src": "18572:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "18583:3:46", + "nodeType": "YulTypedName", + "src": "18583:3:46", + "type": "" + } + ], + "src": "18154:987:46" + }, + { + "body": { + "nativeSrc": "19278:223:46", + "nodeType": "YulBlock", + "src": "19278:223:46", + "statements": [ + { + "nativeSrc": "19288:51:46", + "nodeType": "YulVariableDeclaration", + "src": "19288:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "19327:11:46", + "nodeType": "YulIdentifier", + "src": "19327:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "19314:12:46", + "nodeType": "YulIdentifier", + "src": "19314:12:46" + }, + "nativeSrc": "19314:25:46", + "nodeType": "YulFunctionCall", + "src": "19314:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "19292:18:46", + "nodeType": "YulTypedName", + "src": "19292:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "19429:16:46", + "nodeType": "YulBlock", + "src": "19429:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "19438:1:46", + "nodeType": "YulLiteral", + "src": "19438:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "19441:1:46", + "nodeType": "YulLiteral", + "src": "19441:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "19431:6:46", + "nodeType": "YulIdentifier", + "src": "19431:6:46" + }, + "nativeSrc": "19431:12:46", + "nodeType": "YulFunctionCall", + "src": "19431:12:46" + }, + "nativeSrc": "19431:12:46", + "nodeType": "YulExpressionStatement", + "src": "19431:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "19362:18:46", + "nodeType": "YulIdentifier", + "src": "19362:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "19390:12:46", + "nodeType": "YulIdentifier", + "src": "19390:12:46" + }, + "nativeSrc": "19390:14:46", + "nodeType": "YulFunctionCall", + "src": "19390:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "19406:8:46", + "nodeType": "YulIdentifier", + "src": "19406:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "19386:3:46", + "nodeType": "YulIdentifier", + "src": "19386:3:46" + }, + "nativeSrc": "19386:29:46", + "nodeType": "YulFunctionCall", + "src": "19386:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "19421:3:46", + "nodeType": "YulLiteral", + "src": "19421:3:46", + "type": "", + "value": "158" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "19417:3:46", + "nodeType": "YulIdentifier", + "src": "19417:3:46" + }, + "nativeSrc": "19417:8:46", + "nodeType": "YulFunctionCall", + "src": "19417:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19382:3:46", + "nodeType": "YulIdentifier", + "src": "19382:3:46" + }, + "nativeSrc": "19382:44:46", + "nodeType": "YulFunctionCall", + "src": "19382:44:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "19358:3:46", + "nodeType": "YulIdentifier", + "src": "19358:3:46" + }, + "nativeSrc": "19358:69:46", + "nodeType": "YulFunctionCall", + "src": "19358:69:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "19351:6:46", + "nodeType": "YulIdentifier", + "src": "19351:6:46" + }, + "nativeSrc": "19351:77:46", + "nodeType": "YulFunctionCall", + "src": "19351:77:46" + }, + "nativeSrc": "19348:97:46", + "nodeType": "YulIf", + "src": "19348:97:46" + }, + { + "nativeSrc": "19454:41:46", + "nodeType": "YulAssignment", + "src": "19454:41:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "19466:8:46", + "nodeType": "YulIdentifier", + "src": "19466:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "19476:18:46", + "nodeType": "YulIdentifier", + "src": "19476:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19462:3:46", + "nodeType": "YulIdentifier", + "src": "19462:3:46" + }, + "nativeSrc": "19462:33:46", + "nodeType": "YulFunctionCall", + "src": "19462:33:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "19454:4:46", + "nodeType": "YulIdentifier", + "src": "19454:4:46" + } + ] + } + ] + }, + "name": "access_calldata_tail_t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", + "nativeSrc": "19146:355:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "19243:8:46", + "nodeType": "YulTypedName", + "src": "19243:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "19253:11:46", + "nodeType": "YulTypedName", + "src": "19253:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "19269:4:46", + "nodeType": "YulTypedName", + "src": "19269:4:46", + "type": "" + } + ], + "src": "19146:355:46" + }, + { + "body": { + "nativeSrc": "19658:435:46", + "nodeType": "YulBlock", + "src": "19658:435:46", + "statements": [ + { + "nativeSrc": "19668:51:46", + "nodeType": "YulVariableDeclaration", + "src": "19668:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "19707:11:46", + "nodeType": "YulIdentifier", + "src": "19707:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "19694:12:46", + "nodeType": "YulIdentifier", + "src": "19694:12:46" + }, + "nativeSrc": "19694:25:46", + "nodeType": "YulFunctionCall", + "src": "19694:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "19672:18:46", + "nodeType": "YulTypedName", + "src": "19672:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "19808:16:46", + "nodeType": "YulBlock", + "src": "19808:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "19817:1:46", + "nodeType": "YulLiteral", + "src": "19817:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "19820:1:46", + "nodeType": "YulLiteral", + "src": "19820:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "19810:6:46", + "nodeType": "YulIdentifier", + "src": "19810:6:46" + }, + "nativeSrc": "19810:12:46", + "nodeType": "YulFunctionCall", + "src": "19810:12:46" + }, + "nativeSrc": "19810:12:46", + "nodeType": "YulExpressionStatement", + "src": "19810:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "19742:18:46", + "nodeType": "YulIdentifier", + "src": "19742:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "19770:12:46", + "nodeType": "YulIdentifier", + "src": "19770:12:46" + }, + "nativeSrc": "19770:14:46", + "nodeType": "YulFunctionCall", + "src": "19770:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "19786:8:46", + "nodeType": "YulIdentifier", + "src": "19786:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "19766:3:46", + "nodeType": "YulIdentifier", + "src": "19766:3:46" + }, + "nativeSrc": "19766:29:46", + "nodeType": "YulFunctionCall", + "src": "19766:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "19801:2:46", + "nodeType": "YulLiteral", + "src": "19801:2:46", + "type": "", + "value": "30" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "19797:3:46", + "nodeType": "YulIdentifier", + "src": "19797:3:46" + }, + "nativeSrc": "19797:7:46", + "nodeType": "YulFunctionCall", + "src": "19797:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19762:3:46", + "nodeType": "YulIdentifier", + "src": "19762:3:46" + }, + "nativeSrc": "19762:43:46", + "nodeType": "YulFunctionCall", + "src": "19762:43:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "19738:3:46", + "nodeType": "YulIdentifier", + "src": "19738:3:46" + }, + "nativeSrc": "19738:68:46", + "nodeType": "YulFunctionCall", + "src": "19738:68:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "19731:6:46", + "nodeType": "YulIdentifier", + "src": "19731:6:46" + }, + "nativeSrc": "19731:76:46", + "nodeType": "YulFunctionCall", + "src": "19731:76:46" + }, + "nativeSrc": "19728:96:46", + "nodeType": "YulIf", + "src": "19728:96:46" + }, + { + "nativeSrc": "19833:47:46", + "nodeType": "YulVariableDeclaration", + "src": "19833:47:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "19851:8:46", + "nodeType": "YulIdentifier", + "src": "19851:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "19861:18:46", + "nodeType": "YulIdentifier", + "src": "19861:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19847:3:46", + "nodeType": "YulIdentifier", + "src": "19847:3:46" + }, + "nativeSrc": "19847:33:46", + "nodeType": "YulFunctionCall", + "src": "19847:33:46" + }, + "variables": [ + { + "name": "addr_1", + "nativeSrc": "19837:6:46", + "nodeType": "YulTypedName", + "src": "19837:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "19889:30:46", + "nodeType": "YulAssignment", + "src": "19889:30:46", + "value": { + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "19912:6:46", + "nodeType": "YulIdentifier", + "src": "19912:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "19899:12:46", + "nodeType": "YulIdentifier", + "src": "19899:12:46" + }, + "nativeSrc": "19899:20:46", + "nodeType": "YulFunctionCall", + "src": "19899:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "19889:6:46", + "nodeType": "YulIdentifier", + "src": "19889:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "19962:16:46", + "nodeType": "YulBlock", + "src": "19962:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "19971:1:46", + "nodeType": "YulLiteral", + "src": "19971:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "19974:1:46", + "nodeType": "YulLiteral", + "src": "19974:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "19964:6:46", + "nodeType": "YulIdentifier", + "src": "19964:6:46" + }, + "nativeSrc": "19964:12:46", + "nodeType": "YulFunctionCall", + "src": "19964:12:46" + }, + "nativeSrc": "19964:12:46", + "nodeType": "YulExpressionStatement", + "src": "19964:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "19934:6:46", + "nodeType": "YulIdentifier", + "src": "19934:6:46" + }, + { + "kind": "number", + "nativeSrc": "19942:18:46", + "nodeType": "YulLiteral", + "src": "19942:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "19931:2:46", + "nodeType": "YulIdentifier", + "src": "19931:2:46" + }, + "nativeSrc": "19931:30:46", + "nodeType": "YulFunctionCall", + "src": "19931:30:46" + }, + "nativeSrc": "19928:50:46", + "nodeType": "YulIf", + "src": "19928:50:46" + }, + { + "nativeSrc": "19987:25:46", + "nodeType": "YulAssignment", + "src": "19987:25:46", + "value": { + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "19999:6:46", + "nodeType": "YulIdentifier", + "src": "19999:6:46" + }, + { + "kind": "number", + "nativeSrc": "20007:4:46", + "nodeType": "YulLiteral", + "src": "20007:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19995:3:46", + "nodeType": "YulIdentifier", + "src": "19995:3:46" + }, + "nativeSrc": "19995:17:46", + "nodeType": "YulFunctionCall", + "src": "19995:17:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "19987:4:46", + "nodeType": "YulIdentifier", + "src": "19987:4:46" + } + ] + }, + { + "body": { + "nativeSrc": "20071:16:46", + "nodeType": "YulBlock", + "src": "20071:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "20080:1:46", + "nodeType": "YulLiteral", + "src": "20080:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "20083:1:46", + "nodeType": "YulLiteral", + "src": "20083:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "20073:6:46", + "nodeType": "YulIdentifier", + "src": "20073:6:46" + }, + "nativeSrc": "20073:12:46", + "nodeType": "YulFunctionCall", + "src": "20073:12:46" + }, + "nativeSrc": "20073:12:46", + "nodeType": "YulExpressionStatement", + "src": "20073:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "addr", + "nativeSrc": "20028:4:46", + "nodeType": "YulIdentifier", + "src": "20028:4:46" + }, + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "20038:12:46", + "nodeType": "YulIdentifier", + "src": "20038:12:46" + }, + "nativeSrc": "20038:14:46", + "nodeType": "YulFunctionCall", + "src": "20038:14:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "20058:1:46", + "nodeType": "YulLiteral", + "src": "20058:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "20061:6:46", + "nodeType": "YulIdentifier", + "src": "20061:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "20054:3:46", + "nodeType": "YulIdentifier", + "src": "20054:3:46" + }, + "nativeSrc": "20054:14:46", + "nodeType": "YulFunctionCall", + "src": "20054:14:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "20034:3:46", + "nodeType": "YulIdentifier", + "src": "20034:3:46" + }, + "nativeSrc": "20034:35:46", + "nodeType": "YulFunctionCall", + "src": "20034:35:46" + } + ], + "functionName": { + "name": "sgt", + "nativeSrc": "20024:3:46", + "nodeType": "YulIdentifier", + "src": "20024:3:46" + }, + "nativeSrc": "20024:46:46", + "nodeType": "YulFunctionCall", + "src": "20024:46:46" + }, + "nativeSrc": "20021:66:46", + "nodeType": "YulIf", + "src": "20021:66:46" + } + ] + }, + "name": "access_calldata_tail_t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", + "nativeSrc": "19506:587:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "19615:8:46", + "nodeType": "YulTypedName", + "src": "19615:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "19625:11:46", + "nodeType": "YulTypedName", + "src": "19625:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "19641:4:46", + "nodeType": "YulTypedName", + "src": "19641:4:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "19647:6:46", + "nodeType": "YulTypedName", + "src": "19647:6:46", + "type": "" + } + ], + "src": "19506:587:46" + }, + { + "body": { + "nativeSrc": "20235:438:46", + "nodeType": "YulBlock", + "src": "20235:438:46", + "statements": [ + { + "nativeSrc": "20245:51:46", + "nodeType": "YulVariableDeclaration", + "src": "20245:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "20284:11:46", + "nodeType": "YulIdentifier", + "src": "20284:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "20271:12:46", + "nodeType": "YulIdentifier", + "src": "20271:12:46" + }, + "nativeSrc": "20271:25:46", + "nodeType": "YulFunctionCall", + "src": "20271:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "20249:18:46", + "nodeType": "YulTypedName", + "src": "20249:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "20385:16:46", + "nodeType": "YulBlock", + "src": "20385:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "20394:1:46", + "nodeType": "YulLiteral", + "src": "20394:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "20397:1:46", + "nodeType": "YulLiteral", + "src": "20397:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "20387:6:46", + "nodeType": "YulIdentifier", + "src": "20387:6:46" + }, + "nativeSrc": "20387:12:46", + "nodeType": "YulFunctionCall", + "src": "20387:12:46" + }, + "nativeSrc": "20387:12:46", + "nodeType": "YulExpressionStatement", + "src": "20387:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "20319:18:46", + "nodeType": "YulIdentifier", + "src": "20319:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "20347:12:46", + "nodeType": "YulIdentifier", + "src": "20347:12:46" + }, + "nativeSrc": "20347:14:46", + "nodeType": "YulFunctionCall", + "src": "20347:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "20363:8:46", + "nodeType": "YulIdentifier", + "src": "20363:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "20343:3:46", + "nodeType": "YulIdentifier", + "src": "20343:3:46" + }, + "nativeSrc": "20343:29:46", + "nodeType": "YulFunctionCall", + "src": "20343:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "20378:2:46", + "nodeType": "YulLiteral", + "src": "20378:2:46", + "type": "", + "value": "30" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "20374:3:46", + "nodeType": "YulIdentifier", + "src": "20374:3:46" + }, + "nativeSrc": "20374:7:46", + "nodeType": "YulFunctionCall", + "src": "20374:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20339:3:46", + "nodeType": "YulIdentifier", + "src": "20339:3:46" + }, + "nativeSrc": "20339:43:46", + "nodeType": "YulFunctionCall", + "src": "20339:43:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "20315:3:46", + "nodeType": "YulIdentifier", + "src": "20315:3:46" + }, + "nativeSrc": "20315:68:46", + "nodeType": "YulFunctionCall", + "src": "20315:68:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "20308:6:46", + "nodeType": "YulIdentifier", + "src": "20308:6:46" + }, + "nativeSrc": "20308:76:46", + "nodeType": "YulFunctionCall", + "src": "20308:76:46" + }, + "nativeSrc": "20305:96:46", + "nodeType": "YulIf", + "src": "20305:96:46" + }, + { + "nativeSrc": "20410:47:46", + "nodeType": "YulVariableDeclaration", + "src": "20410:47:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "20428:8:46", + "nodeType": "YulIdentifier", + "src": "20428:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "20438:18:46", + "nodeType": "YulIdentifier", + "src": "20438:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20424:3:46", + "nodeType": "YulIdentifier", + "src": "20424:3:46" + }, + "nativeSrc": "20424:33:46", + "nodeType": "YulFunctionCall", + "src": "20424:33:46" + }, + "variables": [ + { + "name": "addr_1", + "nativeSrc": "20414:6:46", + "nodeType": "YulTypedName", + "src": "20414:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "20466:30:46", + "nodeType": "YulAssignment", + "src": "20466:30:46", + "value": { + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "20489:6:46", + "nodeType": "YulIdentifier", + "src": "20489:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "20476:12:46", + "nodeType": "YulIdentifier", + "src": "20476:12:46" + }, + "nativeSrc": "20476:20:46", + "nodeType": "YulFunctionCall", + "src": "20476:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "20466:6:46", + "nodeType": "YulIdentifier", + "src": "20466:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "20539:16:46", + "nodeType": "YulBlock", + "src": "20539:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "20548:1:46", + "nodeType": "YulLiteral", + "src": "20548:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "20551:1:46", + "nodeType": "YulLiteral", + "src": "20551:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "20541:6:46", + "nodeType": "YulIdentifier", + "src": "20541:6:46" + }, + "nativeSrc": "20541:12:46", + "nodeType": "YulFunctionCall", + "src": "20541:12:46" + }, + "nativeSrc": "20541:12:46", + "nodeType": "YulExpressionStatement", + "src": "20541:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "20511:6:46", + "nodeType": "YulIdentifier", + "src": "20511:6:46" + }, + { + "kind": "number", + "nativeSrc": "20519:18:46", + "nodeType": "YulLiteral", + "src": "20519:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "20508:2:46", + "nodeType": "YulIdentifier", + "src": "20508:2:46" + }, + "nativeSrc": "20508:30:46", + "nodeType": "YulFunctionCall", + "src": "20508:30:46" + }, + "nativeSrc": "20505:50:46", + "nodeType": "YulIf", + "src": "20505:50:46" + }, + { + "nativeSrc": "20564:25:46", + "nodeType": "YulAssignment", + "src": "20564:25:46", + "value": { + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "20576:6:46", + "nodeType": "YulIdentifier", + "src": "20576:6:46" + }, + { + "kind": "number", + "nativeSrc": "20584:4:46", + "nodeType": "YulLiteral", + "src": "20584:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20572:3:46", + "nodeType": "YulIdentifier", + "src": "20572:3:46" + }, + "nativeSrc": "20572:17:46", + "nodeType": "YulFunctionCall", + "src": "20572:17:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "20564:4:46", + "nodeType": "YulIdentifier", + "src": "20564:4:46" + } + ] + }, + { + "body": { + "nativeSrc": "20651:16:46", + "nodeType": "YulBlock", + "src": "20651:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "20660:1:46", + "nodeType": "YulLiteral", + "src": "20660:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "20663:1:46", + "nodeType": "YulLiteral", + "src": "20663:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "20653:6:46", + "nodeType": "YulIdentifier", + "src": "20653:6:46" + }, + "nativeSrc": "20653:12:46", + "nodeType": "YulFunctionCall", + "src": "20653:12:46" + }, + "nativeSrc": "20653:12:46", + "nodeType": "YulExpressionStatement", + "src": "20653:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "addr", + "nativeSrc": "20605:4:46", + "nodeType": "YulIdentifier", + "src": "20605:4:46" + }, + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "20615:12:46", + "nodeType": "YulIdentifier", + "src": "20615:12:46" + }, + "nativeSrc": "20615:14:46", + "nodeType": "YulFunctionCall", + "src": "20615:14:46" + }, + { + "arguments": [ + { + "name": "length", + "nativeSrc": "20635:6:46", + "nodeType": "YulIdentifier", + "src": "20635:6:46" + }, + { + "kind": "number", + "nativeSrc": "20643:4:46", + "nodeType": "YulLiteral", + "src": "20643:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "mul", + "nativeSrc": "20631:3:46", + "nodeType": "YulIdentifier", + "src": "20631:3:46" + }, + "nativeSrc": "20631:17:46", + "nodeType": "YulFunctionCall", + "src": "20631:17:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "20611:3:46", + "nodeType": "YulIdentifier", + "src": "20611:3:46" + }, + "nativeSrc": "20611:38:46", + "nodeType": "YulFunctionCall", + "src": "20611:38:46" + } + ], + "functionName": { + "name": "sgt", + "nativeSrc": "20601:3:46", + "nodeType": "YulIdentifier", + "src": "20601:3:46" + }, + "nativeSrc": "20601:49:46", + "nodeType": "YulFunctionCall", + "src": "20601:49:46" + }, + "nativeSrc": "20598:69:46", + "nodeType": "YulIf", + "src": "20598:69:46" + } + ] + }, + "name": "access_calldata_tail_t_array$_t_struct$_Signature_$27_calldata_ptr_$dyn_calldata_ptr", + "nativeSrc": "20098:575:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "20192:8:46", + "nodeType": "YulTypedName", + "src": "20192:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "20202:11:46", + "nodeType": "YulTypedName", + "src": "20202:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "20218:4:46", + "nodeType": "YulTypedName", + "src": "20218:4:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "20224:6:46", + "nodeType": "YulTypedName", + "src": "20224:6:46", + "type": "" + } + ], + "src": "20098:575:46" + }, + { + "body": { + "nativeSrc": "20773:134:46", + "nodeType": "YulBlock", + "src": "20773:134:46", + "statements": [ + { + "body": { + "nativeSrc": "20819:16:46", + "nodeType": "YulBlock", + "src": "20819:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "20828:1:46", + "nodeType": "YulLiteral", + "src": "20828:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "20831:1:46", + "nodeType": "YulLiteral", + "src": "20831:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "20821:6:46", + "nodeType": "YulIdentifier", + "src": "20821:6:46" + }, + "nativeSrc": "20821:12:46", + "nodeType": "YulFunctionCall", + "src": "20821:12:46" + }, + "nativeSrc": "20821:12:46", + "nodeType": "YulExpressionStatement", + "src": "20821:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "20794:7:46", + "nodeType": "YulIdentifier", + "src": "20794:7:46" + }, + { + "name": "headStart", + "nativeSrc": "20803:9:46", + "nodeType": "YulIdentifier", + "src": "20803:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "20790:3:46", + "nodeType": "YulIdentifier", + "src": "20790:3:46" + }, + "nativeSrc": "20790:23:46", + "nodeType": "YulFunctionCall", + "src": "20790:23:46" + }, + { + "kind": "number", + "nativeSrc": "20815:2:46", + "nodeType": "YulLiteral", + "src": "20815:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "20786:3:46", + "nodeType": "YulIdentifier", + "src": "20786:3:46" + }, + "nativeSrc": "20786:32:46", + "nodeType": "YulFunctionCall", + "src": "20786:32:46" + }, + "nativeSrc": "20783:52:46", + "nodeType": "YulIf", + "src": "20783:52:46" + }, + { + "nativeSrc": "20844:57:46", + "nodeType": "YulAssignment", + "src": "20844:57:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20882:9:46", + "nodeType": "YulIdentifier", + "src": "20882:9:46" + }, + { + "name": "dataEnd", + "nativeSrc": "20893:7:46", + "nodeType": "YulIdentifier", + "src": "20893:7:46" + } + ], + "functionName": { + "name": "abi_decode_struct_Signature", + "nativeSrc": "20854:27:46", + "nodeType": "YulIdentifier", + "src": "20854:27:46" + }, + "nativeSrc": "20854:47:46", + "nodeType": "YulFunctionCall", + "src": "20854:47:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "20844:6:46", + "nodeType": "YulIdentifier", + "src": "20844:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_Signature_$27_memory_ptr", + "nativeSrc": "20678:229:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "20739:9:46", + "nodeType": "YulTypedName", + "src": "20739:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "20750:7:46", + "nodeType": "YulTypedName", + "src": "20750:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "20762:6:46", + "nodeType": "YulTypedName", + "src": "20762:6:46", + "type": "" + } + ], + "src": "20678:229:46" + }, + { + "body": { + "nativeSrc": "20981:115:46", + "nodeType": "YulBlock", + "src": "20981:115:46", + "statements": [ + { + "body": { + "nativeSrc": "21027:16:46", + "nodeType": "YulBlock", + "src": "21027:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "21036:1:46", + "nodeType": "YulLiteral", + "src": "21036:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "21039:1:46", + "nodeType": "YulLiteral", + "src": "21039:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "21029:6:46", + "nodeType": "YulIdentifier", + "src": "21029:6:46" + }, + "nativeSrc": "21029:12:46", + "nodeType": "YulFunctionCall", + "src": "21029:12:46" + }, + "nativeSrc": "21029:12:46", + "nodeType": "YulExpressionStatement", + "src": "21029:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "21002:7:46", + "nodeType": "YulIdentifier", + "src": "21002:7:46" + }, + { + "name": "headStart", + "nativeSrc": "21011:9:46", + "nodeType": "YulIdentifier", + "src": "21011:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "20998:3:46", + "nodeType": "YulIdentifier", + "src": "20998:3:46" + }, + "nativeSrc": "20998:23:46", + "nodeType": "YulFunctionCall", + "src": "20998:23:46" + }, + { + "kind": "number", + "nativeSrc": "21023:2:46", + "nodeType": "YulLiteral", + "src": "21023:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "20994:3:46", + "nodeType": "YulIdentifier", + "src": "20994:3:46" + }, + "nativeSrc": "20994:32:46", + "nodeType": "YulFunctionCall", + "src": "20994:32:46" + }, + "nativeSrc": "20991:52:46", + "nodeType": "YulIf", + "src": "20991:52:46" + }, + { + "nativeSrc": "21052:38:46", + "nodeType": "YulAssignment", + "src": "21052:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "21080:9:46", + "nodeType": "YulIdentifier", + "src": "21080:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "21062:17:46", + "nodeType": "YulIdentifier", + "src": "21062:17:46" + }, + "nativeSrc": "21062:28:46", + "nodeType": "YulFunctionCall", + "src": "21062:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "21052:6:46", + "nodeType": "YulIdentifier", + "src": "21052:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64", + "nativeSrc": "20912:184:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "20947:9:46", + "nodeType": "YulTypedName", + "src": "20947:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "20958:7:46", + "nodeType": "YulTypedName", + "src": "20958:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "20970:6:46", + "nodeType": "YulTypedName", + "src": "20970:6:46", + "type": "" + } + ], + "src": "20912:184:46" + }, + { + "body": { + "nativeSrc": "21313:687:46", + "nodeType": "YulBlock", + "src": "21313:687:46", + "statements": [ + { + "nativeSrc": "21323:96:46", + "nodeType": "YulVariableDeclaration", + "src": "21323:96:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "21411:6:46", + "nodeType": "YulIdentifier", + "src": "21411:6:46" + } + ], + "functionName": { + "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", + "nativeSrc": "21350:60:46", + "nodeType": "YulIdentifier", + "src": "21350:60:46" + }, + "nativeSrc": "21350:68:46", + "nodeType": "YulFunctionCall", + "src": "21350:68:46" + } + ], + "functionName": { + "name": "allocate_memory", + "nativeSrc": "21334:15:46", + "nodeType": "YulIdentifier", + "src": "21334:15:46" + }, + "nativeSrc": "21334:85:46", + "nodeType": "YulFunctionCall", + "src": "21334:85:46" + }, + "variables": [ + { + "name": "dst", + "nativeSrc": "21327:3:46", + "nodeType": "YulTypedName", + "src": "21327:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "21428:16:46", + "nodeType": "YulVariableDeclaration", + "src": "21428:16:46", + "value": { + "name": "dst", + "nativeSrc": "21441:3:46", + "nodeType": "YulIdentifier", + "src": "21441:3:46" + }, + "variables": [ + { + "name": "array", + "nativeSrc": "21432:5:46", + "nodeType": "YulTypedName", + "src": "21432:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "21460:3:46", + "nodeType": "YulIdentifier", + "src": "21460:3:46" + }, + { + "name": "length", + "nativeSrc": "21465:6:46", + "nodeType": "YulIdentifier", + "src": "21465:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "21453:6:46", + "nodeType": "YulIdentifier", + "src": "21453:6:46" + }, + "nativeSrc": "21453:19:46", + "nodeType": "YulFunctionCall", + "src": "21453:19:46" + }, + "nativeSrc": "21453:19:46", + "nodeType": "YulExpressionStatement", + "src": "21453:19:46" + }, + { + "nativeSrc": "21481:21:46", + "nodeType": "YulAssignment", + "src": "21481:21:46", + "value": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "21492:3:46", + "nodeType": "YulIdentifier", + "src": "21492:3:46" + }, + { + "kind": "number", + "nativeSrc": "21497:4:46", + "nodeType": "YulLiteral", + "src": "21497:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "21488:3:46", + "nodeType": "YulIdentifier", + "src": "21488:3:46" + }, + "nativeSrc": "21488:14:46", + "nodeType": "YulFunctionCall", + "src": "21488:14:46" + }, + "variableNames": [ + { + "name": "dst", + "nativeSrc": "21481:3:46", + "nodeType": "YulIdentifier", + "src": "21481:3:46" + } + ] + }, + { + "nativeSrc": "21511:40:46", + "nodeType": "YulVariableDeclaration", + "src": "21511:40:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "21529:5:46", + "nodeType": "YulIdentifier", + "src": "21529:5:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "21540:1:46", + "nodeType": "YulLiteral", + "src": "21540:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "21543:6:46", + "nodeType": "YulIdentifier", + "src": "21543:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "21536:3:46", + "nodeType": "YulIdentifier", + "src": "21536:3:46" + }, + "nativeSrc": "21536:14:46", + "nodeType": "YulFunctionCall", + "src": "21536:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "21525:3:46", + "nodeType": "YulIdentifier", + "src": "21525:3:46" + }, + "nativeSrc": "21525:26:46", + "nodeType": "YulFunctionCall", + "src": "21525:26:46" + }, + "variables": [ + { + "name": "srcEnd", + "nativeSrc": "21515:6:46", + "nodeType": "YulTypedName", + "src": "21515:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "21590:16:46", + "nodeType": "YulBlock", + "src": "21590:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "21599:1:46", + "nodeType": "YulLiteral", + "src": "21599:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "21602:1:46", + "nodeType": "YulLiteral", + "src": "21602:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "21592:6:46", + "nodeType": "YulIdentifier", + "src": "21592:6:46" + }, + "nativeSrc": "21592:12:46", + "nodeType": "YulFunctionCall", + "src": "21592:12:46" + }, + "nativeSrc": "21592:12:46", + "nodeType": "YulExpressionStatement", + "src": "21592:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "srcEnd", + "nativeSrc": "21566:6:46", + "nodeType": "YulIdentifier", + "src": "21566:6:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "21574:12:46", + "nodeType": "YulIdentifier", + "src": "21574:12:46" + }, + "nativeSrc": "21574:14:46", + "nodeType": "YulFunctionCall", + "src": "21574:14:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "21563:2:46", + "nodeType": "YulIdentifier", + "src": "21563:2:46" + }, + "nativeSrc": "21563:26:46", + "nodeType": "YulFunctionCall", + "src": "21563:26:46" + }, + "nativeSrc": "21560:46:46", + "nodeType": "YulIf", + "src": "21560:46:46" + }, + { + "nativeSrc": "21615:16:46", + "nodeType": "YulVariableDeclaration", + "src": "21615:16:46", + "value": { + "name": "value", + "nativeSrc": "21626:5:46", + "nodeType": "YulIdentifier", + "src": "21626:5:46" + }, + "variables": [ + { + "name": "src", + "nativeSrc": "21619:3:46", + "nodeType": "YulTypedName", + "src": "21619:3:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "21698:269:46", + "nodeType": "YulBlock", + "src": "21698:269:46", + "statements": [ + { + "nativeSrc": "21712:36:46", + "nodeType": "YulVariableDeclaration", + "src": "21712:36:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "21744:3:46", + "nodeType": "YulIdentifier", + "src": "21744:3:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "21731:12:46", + "nodeType": "YulIdentifier", + "src": "21731:12:46" + }, + "nativeSrc": "21731:17:46", + "nodeType": "YulFunctionCall", + "src": "21731:17:46" + }, + "variables": [ + { + "name": "innerOffset", + "nativeSrc": "21716:11:46", + "nodeType": "YulTypedName", + "src": "21716:11:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "21800:16:46", + "nodeType": "YulBlock", + "src": "21800:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "21809:1:46", + "nodeType": "YulLiteral", + "src": "21809:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "21812:1:46", + "nodeType": "YulLiteral", + "src": "21812:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "21802:6:46", + "nodeType": "YulIdentifier", + "src": "21802:6:46" + }, + "nativeSrc": "21802:12:46", + "nodeType": "YulFunctionCall", + "src": "21802:12:46" + }, + "nativeSrc": "21802:12:46", + "nodeType": "YulExpressionStatement", + "src": "21802:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "innerOffset", + "nativeSrc": "21767:11:46", + "nodeType": "YulIdentifier", + "src": "21767:11:46" + }, + { + "kind": "number", + "nativeSrc": "21780:18:46", + "nodeType": "YulLiteral", + "src": "21780:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "21764:2:46", + "nodeType": "YulIdentifier", + "src": "21764:2:46" + }, + "nativeSrc": "21764:35:46", + "nodeType": "YulFunctionCall", + "src": "21764:35:46" + }, + "nativeSrc": "21761:55:46", + "nodeType": "YulIf", + "src": "21761:55:46" + }, + { + "expression": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "21836:3:46", + "nodeType": "YulIdentifier", + "src": "21836:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "21886:5:46", + "nodeType": "YulIdentifier", + "src": "21886:5:46" + }, + { + "name": "innerOffset", + "nativeSrc": "21893:11:46", + "nodeType": "YulIdentifier", + "src": "21893:11:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "21882:3:46", + "nodeType": "YulIdentifier", + "src": "21882:3:46" + }, + "nativeSrc": "21882:23:46", + "nodeType": "YulFunctionCall", + "src": "21882:23:46" + }, + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "21907:12:46", + "nodeType": "YulIdentifier", + "src": "21907:12:46" + }, + "nativeSrc": "21907:14:46", + "nodeType": "YulFunctionCall", + "src": "21907:14:46" + } + ], + "functionName": { + "name": "abi_decode_struct_AttestationRequestData", + "nativeSrc": "21841:40:46", + "nodeType": "YulIdentifier", + "src": "21841:40:46" + }, + "nativeSrc": "21841:81:46", + "nodeType": "YulFunctionCall", + "src": "21841:81:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "21829:6:46", + "nodeType": "YulIdentifier", + "src": "21829:6:46" + }, + "nativeSrc": "21829:94:46", + "nodeType": "YulFunctionCall", + "src": "21829:94:46" + }, + "nativeSrc": "21829:94:46", + "nodeType": "YulExpressionStatement", + "src": "21829:94:46" + }, + { + "nativeSrc": "21936:21:46", + "nodeType": "YulAssignment", + "src": "21936:21:46", + "value": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "21947:3:46", + "nodeType": "YulIdentifier", + "src": "21947:3:46" + }, + { + "kind": "number", + "nativeSrc": "21952:4:46", + "nodeType": "YulLiteral", + "src": "21952:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "21943:3:46", + "nodeType": "YulIdentifier", + "src": "21943:3:46" + }, + "nativeSrc": "21943:14:46", + "nodeType": "YulFunctionCall", + "src": "21943:14:46" + }, + "variableNames": [ + { + "name": "dst", + "nativeSrc": "21936:3:46", + "nodeType": "YulIdentifier", + "src": "21936:3:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "src", + "nativeSrc": "21651:3:46", + "nodeType": "YulIdentifier", + "src": "21651:3:46" + }, + { + "name": "srcEnd", + "nativeSrc": "21656:6:46", + "nodeType": "YulIdentifier", + "src": "21656:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "21648:2:46", + "nodeType": "YulIdentifier", + "src": "21648:2:46" + }, + "nativeSrc": "21648:15:46", + "nodeType": "YulFunctionCall", + "src": "21648:15:46" + }, + "nativeSrc": "21640:327:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "21664:25:46", + "nodeType": "YulBlock", + "src": "21664:25:46", + "statements": [ + { + "nativeSrc": "21666:21:46", + "nodeType": "YulAssignment", + "src": "21666:21:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "21677:3:46", + "nodeType": "YulIdentifier", + "src": "21677:3:46" + }, + { + "kind": "number", + "nativeSrc": "21682:4:46", + "nodeType": "YulLiteral", + "src": "21682:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "21673:3:46", + "nodeType": "YulIdentifier", + "src": "21673:3:46" + }, + "nativeSrc": "21673:14:46", + "nodeType": "YulFunctionCall", + "src": "21673:14:46" + }, + "variableNames": [ + { + "name": "src", + "nativeSrc": "21666:3:46", + "nodeType": "YulIdentifier", + "src": "21666:3:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "21644:3:46", + "nodeType": "YulBlock", + "src": "21644:3:46", + "statements": [] + }, + "src": "21640:327:46" + }, + { + "nativeSrc": "21976:18:46", + "nodeType": "YulAssignment", + "src": "21976:18:46", + "value": { + "name": "array", + "nativeSrc": "21989:5:46", + "nodeType": "YulIdentifier", + "src": "21989:5:46" + }, + "variableNames": [ + { + "name": "converted", + "nativeSrc": "21976:9:46", + "nodeType": "YulIdentifier", + "src": "21976:9:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "21281:5:46", + "nodeType": "YulTypedName", + "src": "21281:5:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "21288:6:46", + "nodeType": "YulTypedName", + "src": "21288:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "converted", + "nativeSrc": "21299:9:46", + "nodeType": "YulTypedName", + "src": "21299:9:46", + "type": "" + } + ], + "src": "21101:899:46" + }, + { + "body": { + "nativeSrc": "22238:1410:46", + "nodeType": "YulBlock", + "src": "22238:1410:46", + "statements": [ + { + "nativeSrc": "22248:32:46", + "nodeType": "YulVariableDeclaration", + "src": "22248:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "22266:9:46", + "nodeType": "YulIdentifier", + "src": "22266:9:46" + }, + { + "kind": "number", + "nativeSrc": "22277:2:46", + "nodeType": "YulLiteral", + "src": "22277:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22262:3:46", + "nodeType": "YulIdentifier", + "src": "22262:3:46" + }, + "nativeSrc": "22262:18:46", + "nodeType": "YulFunctionCall", + "src": "22262:18:46" + }, + "variables": [ + { + "name": "tail_1", + "nativeSrc": "22252:6:46", + "nodeType": "YulTypedName", + "src": "22252:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "22296:9:46", + "nodeType": "YulIdentifier", + "src": "22296:9:46" + }, + { + "kind": "number", + "nativeSrc": "22307:2:46", + "nodeType": "YulLiteral", + "src": "22307:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "22289:6:46", + "nodeType": "YulIdentifier", + "src": "22289:6:46" + }, + "nativeSrc": "22289:21:46", + "nodeType": "YulFunctionCall", + "src": "22289:21:46" + }, + "nativeSrc": "22289:21:46", + "nodeType": "YulExpressionStatement", + "src": "22289:21:46" + }, + { + "nativeSrc": "22319:17:46", + "nodeType": "YulVariableDeclaration", + "src": "22319:17:46", + "value": { + "name": "tail_1", + "nativeSrc": "22330:6:46", + "nodeType": "YulIdentifier", + "src": "22330:6:46" + }, + "variables": [ + { + "name": "pos", + "nativeSrc": "22323:3:46", + "nodeType": "YulTypedName", + "src": "22323:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "22345:27:46", + "nodeType": "YulVariableDeclaration", + "src": "22345:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "22365:6:46", + "nodeType": "YulIdentifier", + "src": "22365:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "22359:5:46", + "nodeType": "YulIdentifier", + "src": "22359:5:46" + }, + "nativeSrc": "22359:13:46", + "nodeType": "YulFunctionCall", + "src": "22359:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "22349:6:46", + "nodeType": "YulTypedName", + "src": "22349:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_1", + "nativeSrc": "22388:6:46", + "nodeType": "YulIdentifier", + "src": "22388:6:46" + }, + { + "name": "length", + "nativeSrc": "22396:6:46", + "nodeType": "YulIdentifier", + "src": "22396:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "22381:6:46", + "nodeType": "YulIdentifier", + "src": "22381:6:46" + }, + "nativeSrc": "22381:22:46", + "nodeType": "YulFunctionCall", + "src": "22381:22:46" + }, + "nativeSrc": "22381:22:46", + "nodeType": "YulExpressionStatement", + "src": "22381:22:46" + }, + { + "nativeSrc": "22412:25:46", + "nodeType": "YulAssignment", + "src": "22412:25:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "22423:9:46", + "nodeType": "YulIdentifier", + "src": "22423:9:46" + }, + { + "kind": "number", + "nativeSrc": "22434:2:46", + "nodeType": "YulLiteral", + "src": "22434:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22419:3:46", + "nodeType": "YulIdentifier", + "src": "22419:3:46" + }, + "nativeSrc": "22419:18:46", + "nodeType": "YulFunctionCall", + "src": "22419:18:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "22412:3:46", + "nodeType": "YulIdentifier", + "src": "22412:3:46" + } + ] + }, + { + "nativeSrc": "22446:53:46", + "nodeType": "YulVariableDeclaration", + "src": "22446:53:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "22468:9:46", + "nodeType": "YulIdentifier", + "src": "22468:9:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "22483:1:46", + "nodeType": "YulLiteral", + "src": "22483:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "22486:6:46", + "nodeType": "YulIdentifier", + "src": "22486:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "22479:3:46", + "nodeType": "YulIdentifier", + "src": "22479:3:46" + }, + "nativeSrc": "22479:14:46", + "nodeType": "YulFunctionCall", + "src": "22479:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22464:3:46", + "nodeType": "YulIdentifier", + "src": "22464:3:46" + }, + "nativeSrc": "22464:30:46", + "nodeType": "YulFunctionCall", + "src": "22464:30:46" + }, + { + "kind": "number", + "nativeSrc": "22496:2:46", + "nodeType": "YulLiteral", + "src": "22496:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22460:3:46", + "nodeType": "YulIdentifier", + "src": "22460:3:46" + }, + "nativeSrc": "22460:39:46", + "nodeType": "YulFunctionCall", + "src": "22460:39:46" + }, + "variables": [ + { + "name": "tail_2", + "nativeSrc": "22450:6:46", + "nodeType": "YulTypedName", + "src": "22450:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "22508:29:46", + "nodeType": "YulVariableDeclaration", + "src": "22508:29:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "22526:6:46", + "nodeType": "YulIdentifier", + "src": "22526:6:46" + }, + { + "kind": "number", + "nativeSrc": "22534:2:46", + "nodeType": "YulLiteral", + "src": "22534:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22522:3:46", + "nodeType": "YulIdentifier", + "src": "22522:3:46" + }, + "nativeSrc": "22522:15:46", + "nodeType": "YulFunctionCall", + "src": "22522:15:46" + }, + "variables": [ + { + "name": "srcPtr", + "nativeSrc": "22512:6:46", + "nodeType": "YulTypedName", + "src": "22512:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "22546:10:46", + "nodeType": "YulVariableDeclaration", + "src": "22546:10:46", + "value": { + "kind": "number", + "nativeSrc": "22555:1:46", + "nodeType": "YulLiteral", + "src": "22555:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "22550:1:46", + "nodeType": "YulTypedName", + "src": "22550:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "22614:1005:46", + "nodeType": "YulBlock", + "src": "22614:1005:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "22635:3:46", + "nodeType": "YulIdentifier", + "src": "22635:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "22648:6:46", + "nodeType": "YulIdentifier", + "src": "22648:6:46" + }, + { + "name": "headStart", + "nativeSrc": "22656:9:46", + "nodeType": "YulIdentifier", + "src": "22656:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "22644:3:46", + "nodeType": "YulIdentifier", + "src": "22644:3:46" + }, + "nativeSrc": "22644:22:46", + "nodeType": "YulFunctionCall", + "src": "22644:22:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "22672:2:46", + "nodeType": "YulLiteral", + "src": "22672:2:46", + "type": "", + "value": "63" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "22668:3:46", + "nodeType": "YulIdentifier", + "src": "22668:3:46" + }, + "nativeSrc": "22668:7:46", + "nodeType": "YulFunctionCall", + "src": "22668:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22640:3:46", + "nodeType": "YulIdentifier", + "src": "22640:3:46" + }, + "nativeSrc": "22640:36:46", + "nodeType": "YulFunctionCall", + "src": "22640:36:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "22628:6:46", + "nodeType": "YulIdentifier", + "src": "22628:6:46" + }, + "nativeSrc": "22628:49:46", + "nodeType": "YulFunctionCall", + "src": "22628:49:46" + }, + "nativeSrc": "22628:49:46", + "nodeType": "YulExpressionStatement", + "src": "22628:49:46" + }, + { + "nativeSrc": "22690:23:46", + "nodeType": "YulVariableDeclaration", + "src": "22690:23:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "22706:6:46", + "nodeType": "YulIdentifier", + "src": "22706:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "22700:5:46", + "nodeType": "YulIdentifier", + "src": "22700:5:46" + }, + "nativeSrc": "22700:13:46", + "nodeType": "YulFunctionCall", + "src": "22700:13:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "22694:2:46", + "nodeType": "YulTypedName", + "src": "22694:2:46", + "type": "" + } + ] + }, + { + "nativeSrc": "22726:29:46", + "nodeType": "YulVariableDeclaration", + "src": "22726:29:46", + "value": { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "22744:6:46", + "nodeType": "YulIdentifier", + "src": "22744:6:46" + }, + { + "kind": "number", + "nativeSrc": "22752:2:46", + "nodeType": "YulLiteral", + "src": "22752:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22740:3:46", + "nodeType": "YulIdentifier", + "src": "22740:3:46" + }, + "nativeSrc": "22740:15:46", + "nodeType": "YulFunctionCall", + "src": "22740:15:46" + }, + "variables": [ + { + "name": "tail_3", + "nativeSrc": "22730:6:46", + "nodeType": "YulTypedName", + "src": "22730:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "22775:6:46", + "nodeType": "YulIdentifier", + "src": "22775:6:46" + }, + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "22789:2:46", + "nodeType": "YulIdentifier", + "src": "22789:2:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "22783:5:46", + "nodeType": "YulIdentifier", + "src": "22783:5:46" + }, + "nativeSrc": "22783:9:46", + "nodeType": "YulFunctionCall", + "src": "22783:9:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "22768:6:46", + "nodeType": "YulIdentifier", + "src": "22768:6:46" + }, + "nativeSrc": "22768:25:46", + "nodeType": "YulFunctionCall", + "src": "22768:25:46" + }, + "nativeSrc": "22768:25:46", + "nodeType": "YulExpressionStatement", + "src": "22768:25:46" + }, + { + "nativeSrc": "22806:38:46", + "nodeType": "YulVariableDeclaration", + "src": "22806:38:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "22836:2:46", + "nodeType": "YulIdentifier", + "src": "22836:2:46" + }, + { + "kind": "number", + "nativeSrc": "22840:2:46", + "nodeType": "YulLiteral", + "src": "22840:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22832:3:46", + "nodeType": "YulIdentifier", + "src": "22832:3:46" + }, + "nativeSrc": "22832:11:46", + "nodeType": "YulFunctionCall", + "src": "22832:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "22826:5:46", + "nodeType": "YulIdentifier", + "src": "22826:5:46" + }, + "nativeSrc": "22826:18:46", + "nodeType": "YulFunctionCall", + "src": "22826:18:46" + }, + "variables": [ + { + "name": "memberValue0", + "nativeSrc": "22810:12:46", + "nodeType": "YulTypedName", + "src": "22810:12:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "22868:6:46", + "nodeType": "YulIdentifier", + "src": "22868:6:46" + }, + { + "kind": "number", + "nativeSrc": "22876:2:46", + "nodeType": "YulLiteral", + "src": "22876:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22864:3:46", + "nodeType": "YulIdentifier", + "src": "22864:3:46" + }, + "nativeSrc": "22864:15:46", + "nodeType": "YulFunctionCall", + "src": "22864:15:46" + }, + { + "kind": "number", + "nativeSrc": "22881:2:46", + "nodeType": "YulLiteral", + "src": "22881:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "22857:6:46", + "nodeType": "YulIdentifier", + "src": "22857:6:46" + }, + "nativeSrc": "22857:27:46", + "nodeType": "YulFunctionCall", + "src": "22857:27:46" + }, + "nativeSrc": "22857:27:46", + "nodeType": "YulExpressionStatement", + "src": "22857:27:46" + }, + { + "nativeSrc": "22897:19:46", + "nodeType": "YulVariableDeclaration", + "src": "22897:19:46", + "value": { + "name": "tail_3", + "nativeSrc": "22910:6:46", + "nodeType": "YulIdentifier", + "src": "22910:6:46" + }, + "variables": [ + { + "name": "pos_1", + "nativeSrc": "22901:5:46", + "nodeType": "YulTypedName", + "src": "22901:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "22929:35:46", + "nodeType": "YulVariableDeclaration", + "src": "22929:35:46", + "value": { + "arguments": [ + { + "name": "memberValue0", + "nativeSrc": "22951:12:46", + "nodeType": "YulIdentifier", + "src": "22951:12:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "22945:5:46", + "nodeType": "YulIdentifier", + "src": "22945:5:46" + }, + "nativeSrc": "22945:19:46", + "nodeType": "YulFunctionCall", + "src": "22945:19:46" + }, + "variables": [ + { + "name": "length_1", + "nativeSrc": "22933:8:46", + "nodeType": "YulTypedName", + "src": "22933:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_3", + "nativeSrc": "22984:6:46", + "nodeType": "YulIdentifier", + "src": "22984:6:46" + }, + { + "name": "length_1", + "nativeSrc": "22992:8:46", + "nodeType": "YulIdentifier", + "src": "22992:8:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "22977:6:46", + "nodeType": "YulIdentifier", + "src": "22977:6:46" + }, + "nativeSrc": "22977:24:46", + "nodeType": "YulFunctionCall", + "src": "22977:24:46" + }, + "nativeSrc": "22977:24:46", + "nodeType": "YulExpressionStatement", + "src": "22977:24:46" + }, + { + "nativeSrc": "23014:24:46", + "nodeType": "YulAssignment", + "src": "23014:24:46", + "value": { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "23027:6:46", + "nodeType": "YulIdentifier", + "src": "23027:6:46" + }, + { + "kind": "number", + "nativeSrc": "23035:2:46", + "nodeType": "YulLiteral", + "src": "23035:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23023:3:46", + "nodeType": "YulIdentifier", + "src": "23023:3:46" + }, + "nativeSrc": "23023:15:46", + "nodeType": "YulFunctionCall", + "src": "23023:15:46" + }, + "variableNames": [ + { + "name": "pos_1", + "nativeSrc": "23014:5:46", + "nodeType": "YulIdentifier", + "src": "23014:5:46" + } + ] + }, + { + "nativeSrc": "23051:52:46", + "nodeType": "YulVariableDeclaration", + "src": "23051:52:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "23073:6:46", + "nodeType": "YulIdentifier", + "src": "23073:6:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "23085:1:46", + "nodeType": "YulLiteral", + "src": "23085:1:46", + "type": "", + "value": "5" + }, + { + "name": "length_1", + "nativeSrc": "23088:8:46", + "nodeType": "YulIdentifier", + "src": "23088:8:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "23081:3:46", + "nodeType": "YulIdentifier", + "src": "23081:3:46" + }, + "nativeSrc": "23081:16:46", + "nodeType": "YulFunctionCall", + "src": "23081:16:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23069:3:46", + "nodeType": "YulIdentifier", + "src": "23069:3:46" + }, + "nativeSrc": "23069:29:46", + "nodeType": "YulFunctionCall", + "src": "23069:29:46" + }, + { + "kind": "number", + "nativeSrc": "23100:2:46", + "nodeType": "YulLiteral", + "src": "23100:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23065:3:46", + "nodeType": "YulIdentifier", + "src": "23065:3:46" + }, + "nativeSrc": "23065:38:46", + "nodeType": "YulFunctionCall", + "src": "23065:38:46" + }, + "variables": [ + { + "name": "tail_4", + "nativeSrc": "23055:6:46", + "nodeType": "YulTypedName", + "src": "23055:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "23116:37:46", + "nodeType": "YulVariableDeclaration", + "src": "23116:37:46", + "value": { + "arguments": [ + { + "name": "memberValue0", + "nativeSrc": "23136:12:46", + "nodeType": "YulIdentifier", + "src": "23136:12:46" + }, + { + "kind": "number", + "nativeSrc": "23150:2:46", + "nodeType": "YulLiteral", + "src": "23150:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23132:3:46", + "nodeType": "YulIdentifier", + "src": "23132:3:46" + }, + "nativeSrc": "23132:21:46", + "nodeType": "YulFunctionCall", + "src": "23132:21:46" + }, + "variables": [ + { + "name": "srcPtr_1", + "nativeSrc": "23120:8:46", + "nodeType": "YulTypedName", + "src": "23120:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "23166:12:46", + "nodeType": "YulVariableDeclaration", + "src": "23166:12:46", + "value": { + "kind": "number", + "nativeSrc": "23177:1:46", + "nodeType": "YulLiteral", + "src": "23177:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i_1", + "nativeSrc": "23170:3:46", + "nodeType": "YulTypedName", + "src": "23170:3:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "23252:258:46", + "nodeType": "YulBlock", + "src": "23252:258:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos_1", + "nativeSrc": "23277:5:46", + "nodeType": "YulIdentifier", + "src": "23277:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "tail_4", + "nativeSrc": "23292:6:46", + "nodeType": "YulIdentifier", + "src": "23292:6:46" + }, + { + "name": "tail_2", + "nativeSrc": "23300:6:46", + "nodeType": "YulIdentifier", + "src": "23300:6:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "23288:3:46", + "nodeType": "YulIdentifier", + "src": "23288:3:46" + }, + "nativeSrc": "23288:19:46", + "nodeType": "YulFunctionCall", + "src": "23288:19:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "23313:2:46", + "nodeType": "YulLiteral", + "src": "23313:2:46", + "type": "", + "value": "95" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "23309:3:46", + "nodeType": "YulIdentifier", + "src": "23309:3:46" + }, + "nativeSrc": "23309:7:46", + "nodeType": "YulFunctionCall", + "src": "23309:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23284:3:46", + "nodeType": "YulIdentifier", + "src": "23284:3:46" + }, + "nativeSrc": "23284:33:46", + "nodeType": "YulFunctionCall", + "src": "23284:33:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "23270:6:46", + "nodeType": "YulIdentifier", + "src": "23270:6:46" + }, + "nativeSrc": "23270:48:46", + "nodeType": "YulFunctionCall", + "src": "23270:48:46" + }, + "nativeSrc": "23270:48:46", + "nodeType": "YulExpressionStatement", + "src": "23270:48:46" + }, + { + "nativeSrc": "23335:75:46", + "nodeType": "YulAssignment", + "src": "23335:75:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "srcPtr_1", + "nativeSrc": "23392:8:46", + "nodeType": "YulIdentifier", + "src": "23392:8:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "23386:5:46", + "nodeType": "YulIdentifier", + "src": "23386:5:46" + }, + "nativeSrc": "23386:15:46", + "nodeType": "YulFunctionCall", + "src": "23386:15:46" + }, + { + "name": "tail_4", + "nativeSrc": "23403:6:46", + "nodeType": "YulIdentifier", + "src": "23403:6:46" + } + ], + "functionName": { + "name": "abi_encode_struct_AttestationRequestData", + "nativeSrc": "23345:40:46", + "nodeType": "YulIdentifier", + "src": "23345:40:46" + }, + "nativeSrc": "23345:65:46", + "nodeType": "YulFunctionCall", + "src": "23345:65:46" + }, + "variableNames": [ + { + "name": "tail_4", + "nativeSrc": "23335:6:46", + "nodeType": "YulIdentifier", + "src": "23335:6:46" + } + ] + }, + { + "nativeSrc": "23427:29:46", + "nodeType": "YulAssignment", + "src": "23427:29:46", + "value": { + "arguments": [ + { + "name": "srcPtr_1", + "nativeSrc": "23443:8:46", + "nodeType": "YulIdentifier", + "src": "23443:8:46" + }, + { + "kind": "number", + "nativeSrc": "23453:2:46", + "nodeType": "YulLiteral", + "src": "23453:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23439:3:46", + "nodeType": "YulIdentifier", + "src": "23439:3:46" + }, + "nativeSrc": "23439:17:46", + "nodeType": "YulFunctionCall", + "src": "23439:17:46" + }, + "variableNames": [ + { + "name": "srcPtr_1", + "nativeSrc": "23427:8:46", + "nodeType": "YulIdentifier", + "src": "23427:8:46" + } + ] + }, + { + "nativeSrc": "23473:23:46", + "nodeType": "YulAssignment", + "src": "23473:23:46", + "value": { + "arguments": [ + { + "name": "pos_1", + "nativeSrc": "23486:5:46", + "nodeType": "YulIdentifier", + "src": "23486:5:46" + }, + { + "kind": "number", + "nativeSrc": "23493:2:46", + "nodeType": "YulLiteral", + "src": "23493:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23482:3:46", + "nodeType": "YulIdentifier", + "src": "23482:3:46" + }, + "nativeSrc": "23482:14:46", + "nodeType": "YulFunctionCall", + "src": "23482:14:46" + }, + "variableNames": [ + { + "name": "pos_1", + "nativeSrc": "23473:5:46", + "nodeType": "YulIdentifier", + "src": "23473:5:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i_1", + "nativeSrc": "23202:3:46", + "nodeType": "YulIdentifier", + "src": "23202:3:46" + }, + { + "name": "length_1", + "nativeSrc": "23207:8:46", + "nodeType": "YulIdentifier", + "src": "23207:8:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "23199:2:46", + "nodeType": "YulIdentifier", + "src": "23199:2:46" + }, + "nativeSrc": "23199:17:46", + "nodeType": "YulFunctionCall", + "src": "23199:17:46" + }, + "nativeSrc": "23191:319:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "23217:22:46", + "nodeType": "YulBlock", + "src": "23217:22:46", + "statements": [ + { + "nativeSrc": "23219:18:46", + "nodeType": "YulAssignment", + "src": "23219:18:46", + "value": { + "arguments": [ + { + "name": "i_1", + "nativeSrc": "23230:3:46", + "nodeType": "YulIdentifier", + "src": "23230:3:46" + }, + { + "kind": "number", + "nativeSrc": "23235:1:46", + "nodeType": "YulLiteral", + "src": "23235:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23226:3:46", + "nodeType": "YulIdentifier", + "src": "23226:3:46" + }, + "nativeSrc": "23226:11:46", + "nodeType": "YulFunctionCall", + "src": "23226:11:46" + }, + "variableNames": [ + { + "name": "i_1", + "nativeSrc": "23219:3:46", + "nodeType": "YulIdentifier", + "src": "23219:3:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "23195:3:46", + "nodeType": "YulBlock", + "src": "23195:3:46", + "statements": [] + }, + "src": "23191:319:46" + }, + { + "nativeSrc": "23523:16:46", + "nodeType": "YulAssignment", + "src": "23523:16:46", + "value": { + "name": "tail_4", + "nativeSrc": "23533:6:46", + "nodeType": "YulIdentifier", + "src": "23533:6:46" + }, + "variableNames": [ + { + "name": "tail_2", + "nativeSrc": "23523:6:46", + "nodeType": "YulIdentifier", + "src": "23523:6:46" + } + ] + }, + { + "nativeSrc": "23552:25:46", + "nodeType": "YulAssignment", + "src": "23552:25:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "23566:6:46", + "nodeType": "YulIdentifier", + "src": "23566:6:46" + }, + { + "kind": "number", + "nativeSrc": "23574:2:46", + "nodeType": "YulLiteral", + "src": "23574:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23562:3:46", + "nodeType": "YulIdentifier", + "src": "23562:3:46" + }, + "nativeSrc": "23562:15:46", + "nodeType": "YulFunctionCall", + "src": "23562:15:46" + }, + "variableNames": [ + { + "name": "srcPtr", + "nativeSrc": "23552:6:46", + "nodeType": "YulIdentifier", + "src": "23552:6:46" + } + ] + }, + { + "nativeSrc": "23590:19:46", + "nodeType": "YulAssignment", + "src": "23590:19:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "23601:3:46", + "nodeType": "YulIdentifier", + "src": "23601:3:46" + }, + { + "kind": "number", + "nativeSrc": "23606:2:46", + "nodeType": "YulLiteral", + "src": "23606:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23597:3:46", + "nodeType": "YulIdentifier", + "src": "23597:3:46" + }, + "nativeSrc": "23597:12:46", + "nodeType": "YulFunctionCall", + "src": "23597:12:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "23590:3:46", + "nodeType": "YulIdentifier", + "src": "23590:3:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "22576:1:46", + "nodeType": "YulIdentifier", + "src": "22576:1:46" + }, + { + "name": "length", + "nativeSrc": "22579:6:46", + "nodeType": "YulIdentifier", + "src": "22579:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "22573:2:46", + "nodeType": "YulIdentifier", + "src": "22573:2:46" + }, + "nativeSrc": "22573:13:46", + "nodeType": "YulFunctionCall", + "src": "22573:13:46" + }, + "nativeSrc": "22565:1054:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "22587:18:46", + "nodeType": "YulBlock", + "src": "22587:18:46", + "statements": [ + { + "nativeSrc": "22589:14:46", + "nodeType": "YulAssignment", + "src": "22589:14:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "22598:1:46", + "nodeType": "YulIdentifier", + "src": "22598:1:46" + }, + { + "kind": "number", + "nativeSrc": "22601:1:46", + "nodeType": "YulLiteral", + "src": "22601:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "22594:3:46", + "nodeType": "YulIdentifier", + "src": "22594:3:46" + }, + "nativeSrc": "22594:9:46", + "nodeType": "YulFunctionCall", + "src": "22594:9:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "22589:1:46", + "nodeType": "YulIdentifier", + "src": "22589:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "22569:3:46", + "nodeType": "YulBlock", + "src": "22569:3:46", + "statements": [] + }, + "src": "22565:1054:46" + }, + { + "nativeSrc": "23628:14:46", + "nodeType": "YulAssignment", + "src": "23628:14:46", + "value": { + "name": "tail_2", + "nativeSrc": "23636:6:46", + "nodeType": "YulIdentifier", + "src": "23636:6:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "23628:4:46", + "nodeType": "YulIdentifier", + "src": "23628:4:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "22207:9:46", + "nodeType": "YulTypedName", + "src": "22207:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "22218:6:46", + "nodeType": "YulTypedName", + "src": "22218:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "22229:4:46", + "nodeType": "YulTypedName", + "src": "22229:4:46", + "type": "" + } + ], + "src": "22005:1643:46" + }, + { + "body": { + "nativeSrc": "23759:845:46", + "nodeType": "YulBlock", + "src": "23759:845:46", + "statements": [ + { + "body": { + "nativeSrc": "23805:16:46", + "nodeType": "YulBlock", + "src": "23805:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "23814:1:46", + "nodeType": "YulLiteral", + "src": "23814:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "23817:1:46", + "nodeType": "YulLiteral", + "src": "23817:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "23807:6:46", + "nodeType": "YulIdentifier", + "src": "23807:6:46" + }, + "nativeSrc": "23807:12:46", + "nodeType": "YulFunctionCall", + "src": "23807:12:46" + }, + "nativeSrc": "23807:12:46", + "nodeType": "YulExpressionStatement", + "src": "23807:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "23780:7:46", + "nodeType": "YulIdentifier", + "src": "23780:7:46" + }, + { + "name": "headStart", + "nativeSrc": "23789:9:46", + "nodeType": "YulIdentifier", + "src": "23789:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "23776:3:46", + "nodeType": "YulIdentifier", + "src": "23776:3:46" + }, + "nativeSrc": "23776:23:46", + "nodeType": "YulFunctionCall", + "src": "23776:23:46" + }, + { + "kind": "number", + "nativeSrc": "23801:2:46", + "nodeType": "YulLiteral", + "src": "23801:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "23772:3:46", + "nodeType": "YulIdentifier", + "src": "23772:3:46" + }, + "nativeSrc": "23772:32:46", + "nodeType": "YulFunctionCall", + "src": "23772:32:46" + }, + "nativeSrc": "23769:52:46", + "nodeType": "YulIf", + "src": "23769:52:46" + }, + { + "nativeSrc": "23830:30:46", + "nodeType": "YulVariableDeclaration", + "src": "23830:30:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "23850:9:46", + "nodeType": "YulIdentifier", + "src": "23850:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "23844:5:46", + "nodeType": "YulIdentifier", + "src": "23844:5:46" + }, + "nativeSrc": "23844:16:46", + "nodeType": "YulFunctionCall", + "src": "23844:16:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "23834:6:46", + "nodeType": "YulTypedName", + "src": "23834:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "23903:16:46", + "nodeType": "YulBlock", + "src": "23903:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "23912:1:46", + "nodeType": "YulLiteral", + "src": "23912:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "23915:1:46", + "nodeType": "YulLiteral", + "src": "23915:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "23905:6:46", + "nodeType": "YulIdentifier", + "src": "23905:6:46" + }, + "nativeSrc": "23905:12:46", + "nodeType": "YulFunctionCall", + "src": "23905:12:46" + }, + "nativeSrc": "23905:12:46", + "nodeType": "YulExpressionStatement", + "src": "23905:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "23875:6:46", + "nodeType": "YulIdentifier", + "src": "23875:6:46" + }, + { + "kind": "number", + "nativeSrc": "23883:18:46", + "nodeType": "YulLiteral", + "src": "23883:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "23872:2:46", + "nodeType": "YulIdentifier", + "src": "23872:2:46" + }, + "nativeSrc": "23872:30:46", + "nodeType": "YulFunctionCall", + "src": "23872:30:46" + }, + "nativeSrc": "23869:50:46", + "nodeType": "YulIf", + "src": "23869:50:46" + }, + { + "nativeSrc": "23928:32:46", + "nodeType": "YulVariableDeclaration", + "src": "23928:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "23942:9:46", + "nodeType": "YulIdentifier", + "src": "23942:9:46" + }, + { + "name": "offset", + "nativeSrc": "23953:6:46", + "nodeType": "YulIdentifier", + "src": "23953:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23938:3:46", + "nodeType": "YulIdentifier", + "src": "23938:3:46" + }, + "nativeSrc": "23938:22:46", + "nodeType": "YulFunctionCall", + "src": "23938:22:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "23932:2:46", + "nodeType": "YulTypedName", + "src": "23932:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "24008:16:46", + "nodeType": "YulBlock", + "src": "24008:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "24017:1:46", + "nodeType": "YulLiteral", + "src": "24017:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "24020:1:46", + "nodeType": "YulLiteral", + "src": "24020:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "24010:6:46", + "nodeType": "YulIdentifier", + "src": "24010:6:46" + }, + "nativeSrc": "24010:12:46", + "nodeType": "YulFunctionCall", + "src": "24010:12:46" + }, + "nativeSrc": "24010:12:46", + "nodeType": "YulExpressionStatement", + "src": "24010:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "23987:2:46", + "nodeType": "YulIdentifier", + "src": "23987:2:46" + }, + { + "kind": "number", + "nativeSrc": "23991:4:46", + "nodeType": "YulLiteral", + "src": "23991:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "23983:3:46", + "nodeType": "YulIdentifier", + "src": "23983:3:46" + }, + "nativeSrc": "23983:13:46", + "nodeType": "YulFunctionCall", + "src": "23983:13:46" + }, + { + "name": "dataEnd", + "nativeSrc": "23998:7:46", + "nodeType": "YulIdentifier", + "src": "23998:7:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "23979:3:46", + "nodeType": "YulIdentifier", + "src": "23979:3:46" + }, + "nativeSrc": "23979:27:46", + "nodeType": "YulFunctionCall", + "src": "23979:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "23972:6:46", + "nodeType": "YulIdentifier", + "src": "23972:6:46" + }, + "nativeSrc": "23972:35:46", + "nodeType": "YulFunctionCall", + "src": "23972:35:46" + }, + "nativeSrc": "23969:55:46", + "nodeType": "YulIf", + "src": "23969:55:46" + }, + { + "nativeSrc": "24033:23:46", + "nodeType": "YulVariableDeclaration", + "src": "24033:23:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "24053:2:46", + "nodeType": "YulIdentifier", + "src": "24053:2:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "24047:5:46", + "nodeType": "YulIdentifier", + "src": "24047:5:46" + }, + "nativeSrc": "24047:9:46", + "nodeType": "YulFunctionCall", + "src": "24047:9:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "24037:6:46", + "nodeType": "YulTypedName", + "src": "24037:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "24065:96:46", + "nodeType": "YulVariableDeclaration", + "src": "24065:96:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "24153:6:46", + "nodeType": "YulIdentifier", + "src": "24153:6:46" + } + ], + "functionName": { + "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", + "nativeSrc": "24092:60:46", + "nodeType": "YulIdentifier", + "src": "24092:60:46" + }, + "nativeSrc": "24092:68:46", + "nodeType": "YulFunctionCall", + "src": "24092:68:46" + } + ], + "functionName": { + "name": "allocate_memory", + "nativeSrc": "24076:15:46", + "nodeType": "YulIdentifier", + "src": "24076:15:46" + }, + "nativeSrc": "24076:85:46", + "nodeType": "YulFunctionCall", + "src": "24076:85:46" + }, + "variables": [ + { + "name": "dst", + "nativeSrc": "24069:3:46", + "nodeType": "YulTypedName", + "src": "24069:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "24170:16:46", + "nodeType": "YulVariableDeclaration", + "src": "24170:16:46", + "value": { + "name": "dst", + "nativeSrc": "24183:3:46", + "nodeType": "YulIdentifier", + "src": "24183:3:46" + }, + "variables": [ + { + "name": "array", + "nativeSrc": "24174:5:46", + "nodeType": "YulTypedName", + "src": "24174:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "24202:3:46", + "nodeType": "YulIdentifier", + "src": "24202:3:46" + }, + { + "name": "length", + "nativeSrc": "24207:6:46", + "nodeType": "YulIdentifier", + "src": "24207:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "24195:6:46", + "nodeType": "YulIdentifier", + "src": "24195:6:46" + }, + "nativeSrc": "24195:19:46", + "nodeType": "YulFunctionCall", + "src": "24195:19:46" + }, + "nativeSrc": "24195:19:46", + "nodeType": "YulExpressionStatement", + "src": "24195:19:46" + }, + { + "nativeSrc": "24223:19:46", + "nodeType": "YulAssignment", + "src": "24223:19:46", + "value": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "24234:3:46", + "nodeType": "YulIdentifier", + "src": "24234:3:46" + }, + { + "kind": "number", + "nativeSrc": "24239:2:46", + "nodeType": "YulLiteral", + "src": "24239:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24230:3:46", + "nodeType": "YulIdentifier", + "src": "24230:3:46" + }, + "nativeSrc": "24230:12:46", + "nodeType": "YulFunctionCall", + "src": "24230:12:46" + }, + "variableNames": [ + { + "name": "dst", + "nativeSrc": "24223:3:46", + "nodeType": "YulIdentifier", + "src": "24223:3:46" + } + ] + }, + { + "nativeSrc": "24251:46:46", + "nodeType": "YulVariableDeclaration", + "src": "24251:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "24273:2:46", + "nodeType": "YulIdentifier", + "src": "24273:2:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "24281:1:46", + "nodeType": "YulLiteral", + "src": "24281:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "24284:6:46", + "nodeType": "YulIdentifier", + "src": "24284:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "24277:3:46", + "nodeType": "YulIdentifier", + "src": "24277:3:46" + }, + "nativeSrc": "24277:14:46", + "nodeType": "YulFunctionCall", + "src": "24277:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24269:3:46", + "nodeType": "YulIdentifier", + "src": "24269:3:46" + }, + "nativeSrc": "24269:23:46", + "nodeType": "YulFunctionCall", + "src": "24269:23:46" + }, + { + "kind": "number", + "nativeSrc": "24294:2:46", + "nodeType": "YulLiteral", + "src": "24294:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24265:3:46", + "nodeType": "YulIdentifier", + "src": "24265:3:46" + }, + "nativeSrc": "24265:32:46", + "nodeType": "YulFunctionCall", + "src": "24265:32:46" + }, + "variables": [ + { + "name": "srcEnd", + "nativeSrc": "24255:6:46", + "nodeType": "YulTypedName", + "src": "24255:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "24329:16:46", + "nodeType": "YulBlock", + "src": "24329:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "24338:1:46", + "nodeType": "YulLiteral", + "src": "24338:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "24341:1:46", + "nodeType": "YulLiteral", + "src": "24341:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "24331:6:46", + "nodeType": "YulIdentifier", + "src": "24331:6:46" + }, + "nativeSrc": "24331:12:46", + "nodeType": "YulFunctionCall", + "src": "24331:12:46" + }, + "nativeSrc": "24331:12:46", + "nodeType": "YulExpressionStatement", + "src": "24331:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "srcEnd", + "nativeSrc": "24312:6:46", + "nodeType": "YulIdentifier", + "src": "24312:6:46" + }, + { + "name": "dataEnd", + "nativeSrc": "24320:7:46", + "nodeType": "YulIdentifier", + "src": "24320:7:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "24309:2:46", + "nodeType": "YulIdentifier", + "src": "24309:2:46" + }, + "nativeSrc": "24309:19:46", + "nodeType": "YulFunctionCall", + "src": "24309:19:46" + }, + "nativeSrc": "24306:39:46", + "nodeType": "YulIf", + "src": "24306:39:46" + }, + { + "nativeSrc": "24354:22:46", + "nodeType": "YulVariableDeclaration", + "src": "24354:22:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "24369:2:46", + "nodeType": "YulIdentifier", + "src": "24369:2:46" + }, + { + "kind": "number", + "nativeSrc": "24373:2:46", + "nodeType": "YulLiteral", + "src": "24373:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24365:3:46", + "nodeType": "YulIdentifier", + "src": "24365:3:46" + }, + "nativeSrc": "24365:11:46", + "nodeType": "YulFunctionCall", + "src": "24365:11:46" + }, + "variables": [ + { + "name": "src", + "nativeSrc": "24358:3:46", + "nodeType": "YulTypedName", + "src": "24358:3:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "24441:133:46", + "nodeType": "YulBlock", + "src": "24441:133:46", + "statements": [ + { + "nativeSrc": "24455:14:46", + "nodeType": "YulVariableDeclaration", + "src": "24455:14:46", + "value": { + "kind": "number", + "nativeSrc": "24468:1:46", + "nodeType": "YulLiteral", + "src": "24468:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "24459:5:46", + "nodeType": "YulTypedName", + "src": "24459:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "24482:19:46", + "nodeType": "YulAssignment", + "src": "24482:19:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "24497:3:46", + "nodeType": "YulIdentifier", + "src": "24497:3:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "24491:5:46", + "nodeType": "YulIdentifier", + "src": "24491:5:46" + }, + "nativeSrc": "24491:10:46", + "nodeType": "YulFunctionCall", + "src": "24491:10:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "24482:5:46", + "nodeType": "YulIdentifier", + "src": "24482:5:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "24521:3:46", + "nodeType": "YulIdentifier", + "src": "24521:3:46" + }, + { + "name": "value", + "nativeSrc": "24526:5:46", + "nodeType": "YulIdentifier", + "src": "24526:5:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "24514:6:46", + "nodeType": "YulIdentifier", + "src": "24514:6:46" + }, + "nativeSrc": "24514:18:46", + "nodeType": "YulFunctionCall", + "src": "24514:18:46" + }, + "nativeSrc": "24514:18:46", + "nodeType": "YulExpressionStatement", + "src": "24514:18:46" + }, + { + "nativeSrc": "24545:19:46", + "nodeType": "YulAssignment", + "src": "24545:19:46", + "value": { + "arguments": [ + { + "name": "dst", + "nativeSrc": "24556:3:46", + "nodeType": "YulIdentifier", + "src": "24556:3:46" + }, + { + "kind": "number", + "nativeSrc": "24561:2:46", + "nodeType": "YulLiteral", + "src": "24561:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24552:3:46", + "nodeType": "YulIdentifier", + "src": "24552:3:46" + }, + "nativeSrc": "24552:12:46", + "nodeType": "YulFunctionCall", + "src": "24552:12:46" + }, + "variableNames": [ + { + "name": "dst", + "nativeSrc": "24545:3:46", + "nodeType": "YulIdentifier", + "src": "24545:3:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "src", + "nativeSrc": "24396:3:46", + "nodeType": "YulIdentifier", + "src": "24396:3:46" + }, + { + "name": "srcEnd", + "nativeSrc": "24401:6:46", + "nodeType": "YulIdentifier", + "src": "24401:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "24393:2:46", + "nodeType": "YulIdentifier", + "src": "24393:2:46" + }, + "nativeSrc": "24393:15:46", + "nodeType": "YulFunctionCall", + "src": "24393:15:46" + }, + "nativeSrc": "24385:189:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "24409:23:46", + "nodeType": "YulBlock", + "src": "24409:23:46", + "statements": [ + { + "nativeSrc": "24411:19:46", + "nodeType": "YulAssignment", + "src": "24411:19:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "24422:3:46", + "nodeType": "YulIdentifier", + "src": "24422:3:46" + }, + { + "kind": "number", + "nativeSrc": "24427:2:46", + "nodeType": "YulLiteral", + "src": "24427:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24418:3:46", + "nodeType": "YulIdentifier", + "src": "24418:3:46" + }, + "nativeSrc": "24418:12:46", + "nodeType": "YulFunctionCall", + "src": "24418:12:46" + }, + "variableNames": [ + { + "name": "src", + "nativeSrc": "24411:3:46", + "nodeType": "YulIdentifier", + "src": "24411:3:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "24389:3:46", + "nodeType": "YulBlock", + "src": "24389:3:46", + "statements": [] + }, + "src": "24385:189:46" + }, + { + "nativeSrc": "24583:15:46", + "nodeType": "YulAssignment", + "src": "24583:15:46", + "value": { + "name": "array", + "nativeSrc": "24593:5:46", + "nodeType": "YulIdentifier", + "src": "24593:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "24583:6:46", + "nodeType": "YulIdentifier", + "src": "24583:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_array$_t_bytes32_$dyn_memory_ptr_fromMemory", + "nativeSrc": "23653:951:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "23725:9:46", + "nodeType": "YulTypedName", + "src": "23725:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "23736:7:46", + "nodeType": "YulTypedName", + "src": "23736:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "23748:6:46", + "nodeType": "YulTypedName", + "src": "23748:6:46", + "type": "" + } + ], + "src": "23653:951:46" + }, + { + "body": { + "nativeSrc": "24728:610:46", + "nodeType": "YulBlock", + "src": "24728:610:46", + "statements": [ + { + "nativeSrc": "24738:43:46", + "nodeType": "YulVariableDeclaration", + "src": "24738:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "24756:7:46", + "nodeType": "YulIdentifier", + "src": "24756:7:46" + }, + { + "name": "headStart", + "nativeSrc": "24765:9:46", + "nodeType": "YulIdentifier", + "src": "24765:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "24752:3:46", + "nodeType": "YulIdentifier", + "src": "24752:3:46" + }, + "nativeSrc": "24752:23:46", + "nodeType": "YulFunctionCall", + "src": "24752:23:46" + }, + { + "kind": "number", + "nativeSrc": "24777:3:46", + "nodeType": "YulLiteral", + "src": "24777:3:46", + "type": "", + "value": "256" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "24748:3:46", + "nodeType": "YulIdentifier", + "src": "24748:3:46" + }, + "nativeSrc": "24748:33:46", + "nodeType": "YulFunctionCall", + "src": "24748:33:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "24742:2:46", + "nodeType": "YulTypedName", + "src": "24742:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "24796:16:46", + "nodeType": "YulBlock", + "src": "24796:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "24805:1:46", + "nodeType": "YulLiteral", + "src": "24805:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "24808:1:46", + "nodeType": "YulLiteral", + "src": "24808:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "24798:6:46", + "nodeType": "YulIdentifier", + "src": "24798:6:46" + }, + "nativeSrc": "24798:12:46", + "nodeType": "YulFunctionCall", + "src": "24798:12:46" + }, + "nativeSrc": "24798:12:46", + "nodeType": "YulExpressionStatement", + "src": "24798:12:46" + } + ] + }, + "condition": { + "name": "_1", + "nativeSrc": "24793:2:46", + "nodeType": "YulIdentifier", + "src": "24793:2:46" + }, + "nativeSrc": "24790:22:46", + "nodeType": "YulIf", + "src": "24790:22:46" + }, + { + "nativeSrc": "24821:7:46", + "nodeType": "YulAssignment", + "src": "24821:7:46", + "value": { + "kind": "number", + "nativeSrc": "24827:1:46", + "nodeType": "YulLiteral", + "src": "24827:1:46", + "type": "", + "value": "0" + }, + "variableNames": [ + { + "name": "_1", + "nativeSrc": "24821:2:46", + "nodeType": "YulIdentifier", + "src": "24821:2:46" + } + ] + }, + { + "nativeSrc": "24837:35:46", + "nodeType": "YulVariableDeclaration", + "src": "24837:35:46", + "value": { + "arguments": [], + "functionName": { + "name": "allocate_memory_4267", + "nativeSrc": "24850:20:46", + "nodeType": "YulIdentifier", + "src": "24850:20:46" + }, + "nativeSrc": "24850:22:46", + "nodeType": "YulFunctionCall", + "src": "24850:22:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "24841:5:46", + "nodeType": "YulTypedName", + "src": "24841:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "24881:16:46", + "nodeType": "YulVariableDeclaration", + "src": "24881:16:46", + "value": { + "kind": "number", + "nativeSrc": "24896:1:46", + "nodeType": "YulLiteral", + "src": "24896:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "24885:7:46", + "nodeType": "YulTypedName", + "src": "24885:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "24906:34:46", + "nodeType": "YulAssignment", + "src": "24906:34:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "24930:9:46", + "nodeType": "YulIdentifier", + "src": "24930:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "24917:12:46", + "nodeType": "YulIdentifier", + "src": "24917:12:46" + }, + "nativeSrc": "24917:23:46", + "nodeType": "YulFunctionCall", + "src": "24917:23:46" + }, + "variableNames": [ + { + "name": "value_1", + "nativeSrc": "24906:7:46", + "nodeType": "YulIdentifier", + "src": "24906:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "24956:5:46", + "nodeType": "YulIdentifier", + "src": "24956:5:46" + }, + { + "name": "value_1", + "nativeSrc": "24963:7:46", + "nodeType": "YulIdentifier", + "src": "24963:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "24949:6:46", + "nodeType": "YulIdentifier", + "src": "24949:6:46" + }, + "nativeSrc": "24949:22:46", + "nodeType": "YulFunctionCall", + "src": "24949:22:46" + }, + "nativeSrc": "24949:22:46", + "nodeType": "YulExpressionStatement", + "src": "24949:22:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "24991:5:46", + "nodeType": "YulIdentifier", + "src": "24991:5:46" + }, + { + "kind": "number", + "nativeSrc": "24998:2:46", + "nodeType": "YulLiteral", + "src": "24998:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "24987:3:46", + "nodeType": "YulIdentifier", + "src": "24987:3:46" + }, + "nativeSrc": "24987:14:46", + "nodeType": "YulFunctionCall", + "src": "24987:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "25047:9:46", + "nodeType": "YulIdentifier", + "src": "25047:9:46" + }, + { + "kind": "number", + "nativeSrc": "25058:2:46", + "nodeType": "YulLiteral", + "src": "25058:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25043:3:46", + "nodeType": "YulIdentifier", + "src": "25043:3:46" + }, + "nativeSrc": "25043:18:46", + "nodeType": "YulFunctionCall", + "src": "25043:18:46" + }, + { + "name": "dataEnd", + "nativeSrc": "25063:7:46", + "nodeType": "YulIdentifier", + "src": "25063:7:46" + } + ], + "functionName": { + "name": "abi_decode_struct_RevocationRequestData", + "nativeSrc": "25003:39:46", + "nodeType": "YulIdentifier", + "src": "25003:39:46" + }, + "nativeSrc": "25003:68:46", + "nodeType": "YulFunctionCall", + "src": "25003:68:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "24980:6:46", + "nodeType": "YulIdentifier", + "src": "24980:6:46" + }, + "nativeSrc": "24980:92:46", + "nodeType": "YulFunctionCall", + "src": "24980:92:46" + }, + "nativeSrc": "24980:92:46", + "nodeType": "YulExpressionStatement", + "src": "24980:92:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "25092:5:46", + "nodeType": "YulIdentifier", + "src": "25092:5:46" + }, + { + "kind": "number", + "nativeSrc": "25099:4:46", + "nodeType": "YulLiteral", + "src": "25099:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25088:3:46", + "nodeType": "YulIdentifier", + "src": "25088:3:46" + }, + "nativeSrc": "25088:16:46", + "nodeType": "YulFunctionCall", + "src": "25088:16:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "25138:9:46", + "nodeType": "YulIdentifier", + "src": "25138:9:46" + }, + { + "kind": "number", + "nativeSrc": "25149:2:46", + "nodeType": "YulLiteral", + "src": "25149:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25134:3:46", + "nodeType": "YulIdentifier", + "src": "25134:3:46" + }, + "nativeSrc": "25134:18:46", + "nodeType": "YulFunctionCall", + "src": "25134:18:46" + }, + { + "name": "dataEnd", + "nativeSrc": "25154:7:46", + "nodeType": "YulIdentifier", + "src": "25154:7:46" + } + ], + "functionName": { + "name": "abi_decode_struct_Signature", + "nativeSrc": "25106:27:46", + "nodeType": "YulIdentifier", + "src": "25106:27:46" + }, + "nativeSrc": "25106:56:46", + "nodeType": "YulFunctionCall", + "src": "25106:56:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "25081:6:46", + "nodeType": "YulIdentifier", + "src": "25081:6:46" + }, + "nativeSrc": "25081:82:46", + "nodeType": "YulFunctionCall", + "src": "25081:82:46" + }, + "nativeSrc": "25081:82:46", + "nodeType": "YulExpressionStatement", + "src": "25081:82:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "25183:5:46", + "nodeType": "YulIdentifier", + "src": "25183:5:46" + }, + { + "kind": "number", + "nativeSrc": "25190:2:46", + "nodeType": "YulLiteral", + "src": "25190:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25179:3:46", + "nodeType": "YulIdentifier", + "src": "25179:3:46" + }, + "nativeSrc": "25179:14:46", + "nodeType": "YulFunctionCall", + "src": "25179:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "25218:9:46", + "nodeType": "YulIdentifier", + "src": "25218:9:46" + }, + { + "kind": "number", + "nativeSrc": "25229:3:46", + "nodeType": "YulLiteral", + "src": "25229:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25214:3:46", + "nodeType": "YulIdentifier", + "src": "25214:3:46" + }, + "nativeSrc": "25214:19:46", + "nodeType": "YulFunctionCall", + "src": "25214:19:46" + } + ], + "functionName": { + "name": "abi_decode_address", + "nativeSrc": "25195:18:46", + "nodeType": "YulIdentifier", + "src": "25195:18:46" + }, + "nativeSrc": "25195:39:46", + "nodeType": "YulFunctionCall", + "src": "25195:39:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "25172:6:46", + "nodeType": "YulIdentifier", + "src": "25172:6:46" + }, + "nativeSrc": "25172:63:46", + "nodeType": "YulFunctionCall", + "src": "25172:63:46" + }, + "nativeSrc": "25172:63:46", + "nodeType": "YulExpressionStatement", + "src": "25172:63:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "25255:5:46", + "nodeType": "YulIdentifier", + "src": "25255:5:46" + }, + { + "kind": "number", + "nativeSrc": "25262:4:46", + "nodeType": "YulLiteral", + "src": "25262:4:46", + "type": "", + "value": "0x80" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25251:3:46", + "nodeType": "YulIdentifier", + "src": "25251:3:46" + }, + "nativeSrc": "25251:16:46", + "nodeType": "YulFunctionCall", + "src": "25251:16:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "25291:9:46", + "nodeType": "YulIdentifier", + "src": "25291:9:46" + }, + { + "kind": "number", + "nativeSrc": "25302:3:46", + "nodeType": "YulLiteral", + "src": "25302:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25287:3:46", + "nodeType": "YulIdentifier", + "src": "25287:3:46" + }, + "nativeSrc": "25287:19:46", + "nodeType": "YulFunctionCall", + "src": "25287:19:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "25269:17:46", + "nodeType": "YulIdentifier", + "src": "25269:17:46" + }, + "nativeSrc": "25269:38:46", + "nodeType": "YulFunctionCall", + "src": "25269:38:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "25244:6:46", + "nodeType": "YulIdentifier", + "src": "25244:6:46" + }, + "nativeSrc": "25244:64:46", + "nodeType": "YulFunctionCall", + "src": "25244:64:46" + }, + "nativeSrc": "25244:64:46", + "nodeType": "YulExpressionStatement", + "src": "25244:64:46" + }, + { + "nativeSrc": "25317:15:46", + "nodeType": "YulAssignment", + "src": "25317:15:46", + "value": { + "name": "value", + "nativeSrc": "25327:5:46", + "nodeType": "YulIdentifier", + "src": "25327:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "25317:6:46", + "nodeType": "YulIdentifier", + "src": "25317:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr", + "nativeSrc": "24609:729:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "24694:9:46", + "nodeType": "YulTypedName", + "src": "24694:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "24705:7:46", + "nodeType": "YulTypedName", + "src": "24705:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "24717:6:46", + "nodeType": "YulTypedName", + "src": "24717:6:46", + "type": "" + } + ], + "src": "24609:729:46" + }, + { + "body": { + "nativeSrc": "25452:146:46", + "nodeType": "YulBlock", + "src": "25452:146:46", + "statements": [ + { + "body": { + "nativeSrc": "25498:16:46", + "nodeType": "YulBlock", + "src": "25498:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "25507:1:46", + "nodeType": "YulLiteral", + "src": "25507:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "25510:1:46", + "nodeType": "YulLiteral", + "src": "25510:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "25500:6:46", + "nodeType": "YulIdentifier", + "src": "25500:6:46" + }, + "nativeSrc": "25500:12:46", + "nodeType": "YulFunctionCall", + "src": "25500:12:46" + }, + "nativeSrc": "25500:12:46", + "nodeType": "YulExpressionStatement", + "src": "25500:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "25473:7:46", + "nodeType": "YulIdentifier", + "src": "25473:7:46" + }, + { + "name": "headStart", + "nativeSrc": "25482:9:46", + "nodeType": "YulIdentifier", + "src": "25482:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "25469:3:46", + "nodeType": "YulIdentifier", + "src": "25469:3:46" + }, + "nativeSrc": "25469:23:46", + "nodeType": "YulFunctionCall", + "src": "25469:23:46" + }, + { + "kind": "number", + "nativeSrc": "25494:2:46", + "nodeType": "YulLiteral", + "src": "25494:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "25465:3:46", + "nodeType": "YulIdentifier", + "src": "25465:3:46" + }, + "nativeSrc": "25465:32:46", + "nodeType": "YulFunctionCall", + "src": "25465:32:46" + }, + "nativeSrc": "25462:52:46", + "nodeType": "YulIf", + "src": "25462:52:46" + }, + { + "nativeSrc": "25523:69:46", + "nodeType": "YulAssignment", + "src": "25523:69:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "25573:9:46", + "nodeType": "YulIdentifier", + "src": "25573:9:46" + }, + { + "name": "dataEnd", + "nativeSrc": "25584:7:46", + "nodeType": "YulIdentifier", + "src": "25584:7:46" + } + ], + "functionName": { + "name": "abi_decode_struct_RevocationRequestData", + "nativeSrc": "25533:39:46", + "nodeType": "YulIdentifier", + "src": "25533:39:46" + }, + "nativeSrc": "25533:59:46", + "nodeType": "YulFunctionCall", + "src": "25533:59:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "25523:6:46", + "nodeType": "YulIdentifier", + "src": "25523:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_RevocationRequestData_$2093_memory_ptr", + "nativeSrc": "25343:255:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "25418:9:46", + "nodeType": "YulTypedName", + "src": "25418:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "25429:7:46", + "nodeType": "YulTypedName", + "src": "25429:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "25441:6:46", + "nodeType": "YulTypedName", + "src": "25441:6:46", + "type": "" + } + ], + "src": "25343:255:46" + }, + { + "body": { + "nativeSrc": "25774:220:46", + "nodeType": "YulBlock", + "src": "25774:220:46", + "statements": [ + { + "nativeSrc": "25784:26:46", + "nodeType": "YulAssignment", + "src": "25784:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "25796:9:46", + "nodeType": "YulIdentifier", + "src": "25796:9:46" + }, + { + "kind": "number", + "nativeSrc": "25807:2:46", + "nodeType": "YulLiteral", + "src": "25807:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25792:3:46", + "nodeType": "YulIdentifier", + "src": "25792:3:46" + }, + "nativeSrc": "25792:18:46", + "nodeType": "YulFunctionCall", + "src": "25792:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "25784:4:46", + "nodeType": "YulIdentifier", + "src": "25784:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "25826:9:46", + "nodeType": "YulIdentifier", + "src": "25826:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "25843:6:46", + "nodeType": "YulIdentifier", + "src": "25843:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "25837:5:46", + "nodeType": "YulIdentifier", + "src": "25837:5:46" + }, + "nativeSrc": "25837:13:46", + "nodeType": "YulFunctionCall", + "src": "25837:13:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "25819:6:46", + "nodeType": "YulIdentifier", + "src": "25819:6:46" + }, + "nativeSrc": "25819:32:46", + "nodeType": "YulFunctionCall", + "src": "25819:32:46" + }, + "nativeSrc": "25819:32:46", + "nodeType": "YulExpressionStatement", + "src": "25819:32:46" + }, + { + "nativeSrc": "25860:44:46", + "nodeType": "YulVariableDeclaration", + "src": "25860:44:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "25890:6:46", + "nodeType": "YulIdentifier", + "src": "25890:6:46" + }, + { + "kind": "number", + "nativeSrc": "25898:4:46", + "nodeType": "YulLiteral", + "src": "25898:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25886:3:46", + "nodeType": "YulIdentifier", + "src": "25886:3:46" + }, + "nativeSrc": "25886:17:46", + "nodeType": "YulFunctionCall", + "src": "25886:17:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "25880:5:46", + "nodeType": "YulIdentifier", + "src": "25880:5:46" + }, + "nativeSrc": "25880:24:46", + "nodeType": "YulFunctionCall", + "src": "25880:24:46" + }, + "variables": [ + { + "name": "memberValue0", + "nativeSrc": "25864:12:46", + "nodeType": "YulTypedName", + "src": "25864:12:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "memberValue0", + "nativeSrc": "25953:12:46", + "nodeType": "YulIdentifier", + "src": "25953:12:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "25971:9:46", + "nodeType": "YulIdentifier", + "src": "25971:9:46" + }, + { + "kind": "number", + "nativeSrc": "25982:4:46", + "nodeType": "YulLiteral", + "src": "25982:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "25967:3:46", + "nodeType": "YulIdentifier", + "src": "25967:3:46" + }, + "nativeSrc": "25967:20:46", + "nodeType": "YulFunctionCall", + "src": "25967:20:46" + } + ], + "functionName": { + "name": "abi_encode_struct_RevocationRequestData", + "nativeSrc": "25913:39:46", + "nodeType": "YulIdentifier", + "src": "25913:39:46" + }, + "nativeSrc": "25913:75:46", + "nodeType": "YulFunctionCall", + "src": "25913:75:46" + }, + "nativeSrc": "25913:75:46", + "nodeType": "YulExpressionStatement", + "src": "25913:75:46" + } + ] + }, + "name": "abi_encode_tuple_t_struct$_RevocationRequest_$2100_memory_ptr__to_t_struct$_RevocationRequest_$2100_memory_ptr__fromStack_reversed", + "nativeSrc": "25603:391:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "25743:9:46", + "nodeType": "YulTypedName", + "src": "25743:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "25754:6:46", + "nodeType": "YulTypedName", + "src": "25754:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "25765:4:46", + "nodeType": "YulTypedName", + "src": "25765:4:46", + "type": "" + } + ], + "src": "25603:391:46" + }, + { + "body": { + "nativeSrc": "26238:368:46", + "nodeType": "YulBlock", + "src": "26238:368:46", + "statements": [ + { + "nativeSrc": "26248:27:46", + "nodeType": "YulAssignment", + "src": "26248:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "26260:9:46", + "nodeType": "YulIdentifier", + "src": "26260:9:46" + }, + { + "kind": "number", + "nativeSrc": "26271:3:46", + "nodeType": "YulLiteral", + "src": "26271:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "26256:3:46", + "nodeType": "YulIdentifier", + "src": "26256:3:46" + }, + "nativeSrc": "26256:19:46", + "nodeType": "YulFunctionCall", + "src": "26256:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "26248:4:46", + "nodeType": "YulIdentifier", + "src": "26248:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "26291:9:46", + "nodeType": "YulIdentifier", + "src": "26291:9:46" + }, + { + "name": "value0", + "nativeSrc": "26302:6:46", + "nodeType": "YulIdentifier", + "src": "26302:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "26284:6:46", + "nodeType": "YulIdentifier", + "src": "26284:6:46" + }, + "nativeSrc": "26284:25:46", + "nodeType": "YulFunctionCall", + "src": "26284:25:46" + }, + "nativeSrc": "26284:25:46", + "nodeType": "YulExpressionStatement", + "src": "26284:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "26329:9:46", + "nodeType": "YulIdentifier", + "src": "26329:9:46" + }, + { + "kind": "number", + "nativeSrc": "26340:2:46", + "nodeType": "YulLiteral", + "src": "26340:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "26325:3:46", + "nodeType": "YulIdentifier", + "src": "26325:3:46" + }, + "nativeSrc": "26325:18:46", + "nodeType": "YulFunctionCall", + "src": "26325:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "26349:6:46", + "nodeType": "YulIdentifier", + "src": "26349:6:46" + }, + { + "kind": "number", + "nativeSrc": "26357:42:46", + "nodeType": "YulLiteral", + "src": "26357:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "26345:3:46", + "nodeType": "YulIdentifier", + "src": "26345:3:46" + }, + "nativeSrc": "26345:55:46", + "nodeType": "YulFunctionCall", + "src": "26345:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "26318:6:46", + "nodeType": "YulIdentifier", + "src": "26318:6:46" + }, + "nativeSrc": "26318:83:46", + "nodeType": "YulFunctionCall", + "src": "26318:83:46" + }, + "nativeSrc": "26318:83:46", + "nodeType": "YulExpressionStatement", + "src": "26318:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "26421:9:46", + "nodeType": "YulIdentifier", + "src": "26421:9:46" + }, + { + "kind": "number", + "nativeSrc": "26432:2:46", + "nodeType": "YulLiteral", + "src": "26432:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "26417:3:46", + "nodeType": "YulIdentifier", + "src": "26417:3:46" + }, + "nativeSrc": "26417:18:46", + "nodeType": "YulFunctionCall", + "src": "26417:18:46" + }, + { + "name": "value2", + "nativeSrc": "26437:6:46", + "nodeType": "YulIdentifier", + "src": "26437:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "26410:6:46", + "nodeType": "YulIdentifier", + "src": "26410:6:46" + }, + "nativeSrc": "26410:34:46", + "nodeType": "YulFunctionCall", + "src": "26410:34:46" + }, + "nativeSrc": "26410:34:46", + "nodeType": "YulExpressionStatement", + "src": "26410:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "26464:9:46", + "nodeType": "YulIdentifier", + "src": "26464:9:46" + }, + { + "kind": "number", + "nativeSrc": "26475:2:46", + "nodeType": "YulLiteral", + "src": "26475:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "26460:3:46", + "nodeType": "YulIdentifier", + "src": "26460:3:46" + }, + "nativeSrc": "26460:18:46", + "nodeType": "YulFunctionCall", + "src": "26460:18:46" + }, + { + "name": "value3", + "nativeSrc": "26480:6:46", + "nodeType": "YulIdentifier", + "src": "26480:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "26453:6:46", + "nodeType": "YulIdentifier", + "src": "26453:6:46" + }, + "nativeSrc": "26453:34:46", + "nodeType": "YulFunctionCall", + "src": "26453:34:46" + }, + "nativeSrc": "26453:34:46", + "nodeType": "YulExpressionStatement", + "src": "26453:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "26507:9:46", + "nodeType": "YulIdentifier", + "src": "26507:9:46" + }, + { + "kind": "number", + "nativeSrc": "26518:3:46", + "nodeType": "YulLiteral", + "src": "26518:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "26503:3:46", + "nodeType": "YulIdentifier", + "src": "26503:3:46" + }, + "nativeSrc": "26503:19:46", + "nodeType": "YulFunctionCall", + "src": "26503:19:46" + }, + { + "name": "value4", + "nativeSrc": "26524:6:46", + "nodeType": "YulIdentifier", + "src": "26524:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "26496:6:46", + "nodeType": "YulIdentifier", + "src": "26496:6:46" + }, + "nativeSrc": "26496:35:46", + "nodeType": "YulFunctionCall", + "src": "26496:35:46" + }, + "nativeSrc": "26496:35:46", + "nodeType": "YulExpressionStatement", + "src": "26496:35:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "26551:9:46", + "nodeType": "YulIdentifier", + "src": "26551:9:46" + }, + { + "kind": "number", + "nativeSrc": "26562:3:46", + "nodeType": "YulLiteral", + "src": "26562:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "26547:3:46", + "nodeType": "YulIdentifier", + "src": "26547:3:46" + }, + "nativeSrc": "26547:19:46", + "nodeType": "YulFunctionCall", + "src": "26547:19:46" + }, + { + "arguments": [ + { + "name": "value5", + "nativeSrc": "26572:6:46", + "nodeType": "YulIdentifier", + "src": "26572:6:46" + }, + { + "kind": "number", + "nativeSrc": "26580:18:46", + "nodeType": "YulLiteral", + "src": "26580:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "26568:3:46", + "nodeType": "YulIdentifier", + "src": "26568:3:46" + }, + "nativeSrc": "26568:31:46", + "nodeType": "YulFunctionCall", + "src": "26568:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "26540:6:46", + "nodeType": "YulIdentifier", + "src": "26540:6:46" + }, + "nativeSrc": "26540:60:46", + "nodeType": "YulFunctionCall", + "src": "26540:60:46" + }, + "nativeSrc": "26540:60:46", + "nodeType": "YulExpressionStatement", + "src": "26540:60:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "26167:9:46", + "nodeType": "YulTypedName", + "src": "26167:9:46", + "type": "" + }, + { + "name": "value5", + "nativeSrc": "26178:6:46", + "nodeType": "YulTypedName", + "src": "26178:6:46", + "type": "" + }, + { + "name": "value4", + "nativeSrc": "26186:6:46", + "nodeType": "YulTypedName", + "src": "26186:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "26194:6:46", + "nodeType": "YulTypedName", + "src": "26194:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "26202:6:46", + "nodeType": "YulTypedName", + "src": "26202:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "26210:6:46", + "nodeType": "YulTypedName", + "src": "26210:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "26218:6:46", + "nodeType": "YulTypedName", + "src": "26218:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "26229:4:46", + "nodeType": "YulTypedName", + "src": "26229:4:46", + "type": "" + } + ], + "src": "25999:607:46" + }, + { + "body": { + "nativeSrc": "26954:634:46", + "nodeType": "YulBlock", + "src": "26954:634:46", + "statements": [ + { + "nativeSrc": "26964:27:46", + "nodeType": "YulAssignment", + "src": "26964:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "26976:9:46", + "nodeType": "YulIdentifier", + "src": "26976:9:46" + }, + { + "kind": "number", + "nativeSrc": "26987:3:46", + "nodeType": "YulLiteral", + "src": "26987:3:46", + "type": "", + "value": "320" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "26972:3:46", + "nodeType": "YulIdentifier", + "src": "26972:3:46" + }, + "nativeSrc": "26972:19:46", + "nodeType": "YulFunctionCall", + "src": "26972:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "26964:4:46", + "nodeType": "YulIdentifier", + "src": "26964:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27007:9:46", + "nodeType": "YulIdentifier", + "src": "27007:9:46" + }, + { + "name": "value0", + "nativeSrc": "27018:6:46", + "nodeType": "YulIdentifier", + "src": "27018:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27000:6:46", + "nodeType": "YulIdentifier", + "src": "27000:6:46" + }, + "nativeSrc": "27000:25:46", + "nodeType": "YulFunctionCall", + "src": "27000:25:46" + }, + "nativeSrc": "27000:25:46", + "nodeType": "YulExpressionStatement", + "src": "27000:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27045:9:46", + "nodeType": "YulIdentifier", + "src": "27045:9:46" + }, + { + "kind": "number", + "nativeSrc": "27056:2:46", + "nodeType": "YulLiteral", + "src": "27056:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27041:3:46", + "nodeType": "YulIdentifier", + "src": "27041:3:46" + }, + "nativeSrc": "27041:18:46", + "nodeType": "YulFunctionCall", + "src": "27041:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "27065:6:46", + "nodeType": "YulIdentifier", + "src": "27065:6:46" + }, + { + "kind": "number", + "nativeSrc": "27073:42:46", + "nodeType": "YulLiteral", + "src": "27073:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "27061:3:46", + "nodeType": "YulIdentifier", + "src": "27061:3:46" + }, + "nativeSrc": "27061:55:46", + "nodeType": "YulFunctionCall", + "src": "27061:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27034:6:46", + "nodeType": "YulIdentifier", + "src": "27034:6:46" + }, + "nativeSrc": "27034:83:46", + "nodeType": "YulFunctionCall", + "src": "27034:83:46" + }, + "nativeSrc": "27034:83:46", + "nodeType": "YulExpressionStatement", + "src": "27034:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27137:9:46", + "nodeType": "YulIdentifier", + "src": "27137:9:46" + }, + { + "kind": "number", + "nativeSrc": "27148:2:46", + "nodeType": "YulLiteral", + "src": "27148:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27133:3:46", + "nodeType": "YulIdentifier", + "src": "27133:3:46" + }, + "nativeSrc": "27133:18:46", + "nodeType": "YulFunctionCall", + "src": "27133:18:46" + }, + { + "name": "value2", + "nativeSrc": "27153:6:46", + "nodeType": "YulIdentifier", + "src": "27153:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27126:6:46", + "nodeType": "YulIdentifier", + "src": "27126:6:46" + }, + "nativeSrc": "27126:34:46", + "nodeType": "YulFunctionCall", + "src": "27126:34:46" + }, + "nativeSrc": "27126:34:46", + "nodeType": "YulExpressionStatement", + "src": "27126:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27180:9:46", + "nodeType": "YulIdentifier", + "src": "27180:9:46" + }, + { + "kind": "number", + "nativeSrc": "27191:2:46", + "nodeType": "YulLiteral", + "src": "27191:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27176:3:46", + "nodeType": "YulIdentifier", + "src": "27176:3:46" + }, + "nativeSrc": "27176:18:46", + "nodeType": "YulFunctionCall", + "src": "27176:18:46" + }, + { + "arguments": [ + { + "name": "value3", + "nativeSrc": "27200:6:46", + "nodeType": "YulIdentifier", + "src": "27200:6:46" + }, + { + "kind": "number", + "nativeSrc": "27208:42:46", + "nodeType": "YulLiteral", + "src": "27208:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "27196:3:46", + "nodeType": "YulIdentifier", + "src": "27196:3:46" + }, + "nativeSrc": "27196:55:46", + "nodeType": "YulFunctionCall", + "src": "27196:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27169:6:46", + "nodeType": "YulIdentifier", + "src": "27169:6:46" + }, + "nativeSrc": "27169:83:46", + "nodeType": "YulFunctionCall", + "src": "27169:83:46" + }, + "nativeSrc": "27169:83:46", + "nodeType": "YulExpressionStatement", + "src": "27169:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27272:9:46", + "nodeType": "YulIdentifier", + "src": "27272:9:46" + }, + { + "kind": "number", + "nativeSrc": "27283:3:46", + "nodeType": "YulLiteral", + "src": "27283:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27268:3:46", + "nodeType": "YulIdentifier", + "src": "27268:3:46" + }, + "nativeSrc": "27268:19:46", + "nodeType": "YulFunctionCall", + "src": "27268:19:46" + }, + { + "arguments": [ + { + "name": "value4", + "nativeSrc": "27293:6:46", + "nodeType": "YulIdentifier", + "src": "27293:6:46" + }, + { + "kind": "number", + "nativeSrc": "27301:18:46", + "nodeType": "YulLiteral", + "src": "27301:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "27289:3:46", + "nodeType": "YulIdentifier", + "src": "27289:3:46" + }, + "nativeSrc": "27289:31:46", + "nodeType": "YulFunctionCall", + "src": "27289:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27261:6:46", + "nodeType": "YulIdentifier", + "src": "27261:6:46" + }, + "nativeSrc": "27261:60:46", + "nodeType": "YulFunctionCall", + "src": "27261:60:46" + }, + "nativeSrc": "27261:60:46", + "nodeType": "YulExpressionStatement", + "src": "27261:60:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27341:9:46", + "nodeType": "YulIdentifier", + "src": "27341:9:46" + }, + { + "kind": "number", + "nativeSrc": "27352:3:46", + "nodeType": "YulLiteral", + "src": "27352:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27337:3:46", + "nodeType": "YulIdentifier", + "src": "27337:3:46" + }, + "nativeSrc": "27337:19:46", + "nodeType": "YulFunctionCall", + "src": "27337:19:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value5", + "nativeSrc": "27372:6:46", + "nodeType": "YulIdentifier", + "src": "27372:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "27365:6:46", + "nodeType": "YulIdentifier", + "src": "27365:6:46" + }, + "nativeSrc": "27365:14:46", + "nodeType": "YulFunctionCall", + "src": "27365:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "27358:6:46", + "nodeType": "YulIdentifier", + "src": "27358:6:46" + }, + "nativeSrc": "27358:22:46", + "nodeType": "YulFunctionCall", + "src": "27358:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27330:6:46", + "nodeType": "YulIdentifier", + "src": "27330:6:46" + }, + "nativeSrc": "27330:51:46", + "nodeType": "YulFunctionCall", + "src": "27330:51:46" + }, + "nativeSrc": "27330:51:46", + "nodeType": "YulExpressionStatement", + "src": "27330:51:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27401:9:46", + "nodeType": "YulIdentifier", + "src": "27401:9:46" + }, + { + "kind": "number", + "nativeSrc": "27412:3:46", + "nodeType": "YulLiteral", + "src": "27412:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27397:3:46", + "nodeType": "YulIdentifier", + "src": "27397:3:46" + }, + "nativeSrc": "27397:19:46", + "nodeType": "YulFunctionCall", + "src": "27397:19:46" + }, + { + "name": "value6", + "nativeSrc": "27418:6:46", + "nodeType": "YulIdentifier", + "src": "27418:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27390:6:46", + "nodeType": "YulIdentifier", + "src": "27390:6:46" + }, + "nativeSrc": "27390:35:46", + "nodeType": "YulFunctionCall", + "src": "27390:35:46" + }, + "nativeSrc": "27390:35:46", + "nodeType": "YulExpressionStatement", + "src": "27390:35:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27445:9:46", + "nodeType": "YulIdentifier", + "src": "27445:9:46" + }, + { + "kind": "number", + "nativeSrc": "27456:3:46", + "nodeType": "YulLiteral", + "src": "27456:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27441:3:46", + "nodeType": "YulIdentifier", + "src": "27441:3:46" + }, + "nativeSrc": "27441:19:46", + "nodeType": "YulFunctionCall", + "src": "27441:19:46" + }, + { + "name": "value7", + "nativeSrc": "27462:6:46", + "nodeType": "YulIdentifier", + "src": "27462:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27434:6:46", + "nodeType": "YulIdentifier", + "src": "27434:6:46" + }, + "nativeSrc": "27434:35:46", + "nodeType": "YulFunctionCall", + "src": "27434:35:46" + }, + "nativeSrc": "27434:35:46", + "nodeType": "YulExpressionStatement", + "src": "27434:35:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27489:9:46", + "nodeType": "YulIdentifier", + "src": "27489:9:46" + }, + { + "kind": "number", + "nativeSrc": "27500:3:46", + "nodeType": "YulLiteral", + "src": "27500:3:46", + "type": "", + "value": "256" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27485:3:46", + "nodeType": "YulIdentifier", + "src": "27485:3:46" + }, + "nativeSrc": "27485:19:46", + "nodeType": "YulFunctionCall", + "src": "27485:19:46" + }, + { + "name": "value8", + "nativeSrc": "27506:6:46", + "nodeType": "YulIdentifier", + "src": "27506:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27478:6:46", + "nodeType": "YulIdentifier", + "src": "27478:6:46" + }, + "nativeSrc": "27478:35:46", + "nodeType": "YulFunctionCall", + "src": "27478:35:46" + }, + "nativeSrc": "27478:35:46", + "nodeType": "YulExpressionStatement", + "src": "27478:35:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "27533:9:46", + "nodeType": "YulIdentifier", + "src": "27533:9:46" + }, + { + "kind": "number", + "nativeSrc": "27544:3:46", + "nodeType": "YulLiteral", + "src": "27544:3:46", + "type": "", + "value": "288" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "27529:3:46", + "nodeType": "YulIdentifier", + "src": "27529:3:46" + }, + "nativeSrc": "27529:19:46", + "nodeType": "YulFunctionCall", + "src": "27529:19:46" + }, + { + "arguments": [ + { + "name": "value9", + "nativeSrc": "27554:6:46", + "nodeType": "YulIdentifier", + "src": "27554:6:46" + }, + { + "kind": "number", + "nativeSrc": "27562:18:46", + "nodeType": "YulLiteral", + "src": "27562:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "27550:3:46", + "nodeType": "YulIdentifier", + "src": "27550:3:46" + }, + "nativeSrc": "27550:31:46", + "nodeType": "YulFunctionCall", + "src": "27550:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27522:6:46", + "nodeType": "YulIdentifier", + "src": "27522:6:46" + }, + "nativeSrc": "27522:60:46", + "nodeType": "YulFunctionCall", + "src": "27522:60:46" + }, + "nativeSrc": "27522:60:46", + "nodeType": "YulExpressionStatement", + "src": "27522:60:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "26851:9:46", + "nodeType": "YulTypedName", + "src": "26851:9:46", + "type": "" + }, + { + "name": "value9", + "nativeSrc": "26862:6:46", + "nodeType": "YulTypedName", + "src": "26862:6:46", + "type": "" + }, + { + "name": "value8", + "nativeSrc": "26870:6:46", + "nodeType": "YulTypedName", + "src": "26870:6:46", + "type": "" + }, + { + "name": "value7", + "nativeSrc": "26878:6:46", + "nodeType": "YulTypedName", + "src": "26878:6:46", + "type": "" + }, + { + "name": "value6", + "nativeSrc": "26886:6:46", + "nodeType": "YulTypedName", + "src": "26886:6:46", + "type": "" + }, + { + "name": "value5", + "nativeSrc": "26894:6:46", + "nodeType": "YulTypedName", + "src": "26894:6:46", + "type": "" + }, + { + "name": "value4", + "nativeSrc": "26902:6:46", + "nodeType": "YulTypedName", + "src": "26902:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "26910:6:46", + "nodeType": "YulTypedName", + "src": "26910:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "26918:6:46", + "nodeType": "YulTypedName", + "src": "26918:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "26926:6:46", + "nodeType": "YulTypedName", + "src": "26926:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "26934:6:46", + "nodeType": "YulTypedName", + "src": "26934:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "26945:4:46", + "nodeType": "YulTypedName", + "src": "26945:4:46", + "type": "" + } + ], + "src": "26611:977:46" + }, + { + "body": { + "nativeSrc": "27625:152:46", + "nodeType": "YulBlock", + "src": "27625:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "27642:1:46", + "nodeType": "YulLiteral", + "src": "27642:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "27645:77:46", + "nodeType": "YulLiteral", + "src": "27645:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27635:6:46", + "nodeType": "YulIdentifier", + "src": "27635:6:46" + }, + "nativeSrc": "27635:88:46", + "nodeType": "YulFunctionCall", + "src": "27635:88:46" + }, + "nativeSrc": "27635:88:46", + "nodeType": "YulExpressionStatement", + "src": "27635:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "27739:1:46", + "nodeType": "YulLiteral", + "src": "27739:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "27742:4:46", + "nodeType": "YulLiteral", + "src": "27742:4:46", + "type": "", + "value": "0x12" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27732:6:46", + "nodeType": "YulIdentifier", + "src": "27732:6:46" + }, + "nativeSrc": "27732:15:46", + "nodeType": "YulFunctionCall", + "src": "27732:15:46" + }, + "nativeSrc": "27732:15:46", + "nodeType": "YulExpressionStatement", + "src": "27732:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "27763:1:46", + "nodeType": "YulLiteral", + "src": "27763:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "27766:4:46", + "nodeType": "YulLiteral", + "src": "27766:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "27756:6:46", + "nodeType": "YulIdentifier", + "src": "27756:6:46" + }, + "nativeSrc": "27756:15:46", + "nodeType": "YulFunctionCall", + "src": "27756:15:46" + }, + "nativeSrc": "27756:15:46", + "nodeType": "YulExpressionStatement", + "src": "27756:15:46" + } + ] + }, + "name": "panic_error_0x12", + "nativeSrc": "27593:184:46", + "nodeType": "YulFunctionDefinition", + "src": "27593:184:46" + }, + { + "body": { + "nativeSrc": "27953:219:46", + "nodeType": "YulBlock", + "src": "27953:219:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "27970:3:46", + "nodeType": "YulIdentifier", + "src": "27970:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "27983:3:46", + "nodeType": "YulLiteral", + "src": "27983:3:46", + "type": "", + "value": "248" + }, + { + "name": "value0", + "nativeSrc": "27988:6:46", + "nodeType": "YulIdentifier", + "src": "27988:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "27979:3:46", + "nodeType": "YulIdentifier", + "src": "27979:3:46" + }, + "nativeSrc": "27979:16:46", + "nodeType": "YulFunctionCall", + "src": "27979:16:46" + }, + { + "kind": "number", + "nativeSrc": "27997:66:46", + "nodeType": "YulLiteral", + "src": "27997:66:46", + "type": "", + "value": "0xff00000000000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "27975:3:46", + "nodeType": "YulIdentifier", + "src": "27975:3:46" + }, + "nativeSrc": "27975:89:46", + "nodeType": "YulFunctionCall", + "src": "27975:89:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "27963:6:46", + "nodeType": "YulIdentifier", + "src": "27963:6:46" + }, + "nativeSrc": "27963:102:46", + "nodeType": "YulFunctionCall", + "src": "27963:102:46" + }, + "nativeSrc": "27963:102:46", + "nodeType": "YulExpressionStatement", + "src": "27963:102:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "28085:3:46", + "nodeType": "YulIdentifier", + "src": "28085:3:46" + }, + { + "kind": "number", + "nativeSrc": "28090:1:46", + "nodeType": "YulLiteral", + "src": "28090:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28081:3:46", + "nodeType": "YulIdentifier", + "src": "28081:3:46" + }, + "nativeSrc": "28081:11:46", + "nodeType": "YulFunctionCall", + "src": "28081:11:46" + }, + { + "name": "value1", + "nativeSrc": "28094:6:46", + "nodeType": "YulIdentifier", + "src": "28094:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28074:6:46", + "nodeType": "YulIdentifier", + "src": "28074:6:46" + }, + "nativeSrc": "28074:27:46", + "nodeType": "YulFunctionCall", + "src": "28074:27:46" + }, + "nativeSrc": "28074:27:46", + "nodeType": "YulExpressionStatement", + "src": "28074:27:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "28121:3:46", + "nodeType": "YulIdentifier", + "src": "28121:3:46" + }, + { + "kind": "number", + "nativeSrc": "28126:2:46", + "nodeType": "YulLiteral", + "src": "28126:2:46", + "type": "", + "value": "33" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28117:3:46", + "nodeType": "YulIdentifier", + "src": "28117:3:46" + }, + "nativeSrc": "28117:12:46", + "nodeType": "YulFunctionCall", + "src": "28117:12:46" + }, + { + "name": "value2", + "nativeSrc": "28131:6:46", + "nodeType": "YulIdentifier", + "src": "28131:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28110:6:46", + "nodeType": "YulIdentifier", + "src": "28110:6:46" + }, + "nativeSrc": "28110:28:46", + "nodeType": "YulFunctionCall", + "src": "28110:28:46" + }, + "nativeSrc": "28110:28:46", + "nodeType": "YulExpressionStatement", + "src": "28110:28:46" + }, + { + "nativeSrc": "28147:19:46", + "nodeType": "YulAssignment", + "src": "28147:19:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "28158:3:46", + "nodeType": "YulIdentifier", + "src": "28158:3:46" + }, + { + "kind": "number", + "nativeSrc": "28163:2:46", + "nodeType": "YulLiteral", + "src": "28163:2:46", + "type": "", + "value": "65" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28154:3:46", + "nodeType": "YulIdentifier", + "src": "28154:3:46" + }, + "nativeSrc": "28154:12:46", + "nodeType": "YulFunctionCall", + "src": "28154:12:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "28147:3:46", + "nodeType": "YulIdentifier", + "src": "28147:3:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "27913:3:46", + "nodeType": "YulTypedName", + "src": "27913:3:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "27918:6:46", + "nodeType": "YulTypedName", + "src": "27918:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "27926:6:46", + "nodeType": "YulTypedName", + "src": "27926:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "27934:6:46", + "nodeType": "YulTypedName", + "src": "27934:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "27945:3:46", + "nodeType": "YulTypedName", + "src": "27945:3:46", + "type": "" + } + ], + "src": "27782:390:46" + }, + { + "body": { + "nativeSrc": "28314:150:46", + "nodeType": "YulBlock", + "src": "28314:150:46", + "statements": [ + { + "nativeSrc": "28324:27:46", + "nodeType": "YulVariableDeclaration", + "src": "28324:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "28344:6:46", + "nodeType": "YulIdentifier", + "src": "28344:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "28338:5:46", + "nodeType": "YulIdentifier", + "src": "28338:5:46" + }, + "nativeSrc": "28338:13:46", + "nodeType": "YulFunctionCall", + "src": "28338:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "28328:6:46", + "nodeType": "YulTypedName", + "src": "28328:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "28399:6:46", + "nodeType": "YulIdentifier", + "src": "28399:6:46" + }, + { + "kind": "number", + "nativeSrc": "28407:4:46", + "nodeType": "YulLiteral", + "src": "28407:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28395:3:46", + "nodeType": "YulIdentifier", + "src": "28395:3:46" + }, + "nativeSrc": "28395:17:46", + "nodeType": "YulFunctionCall", + "src": "28395:17:46" + }, + { + "name": "pos", + "nativeSrc": "28414:3:46", + "nodeType": "YulIdentifier", + "src": "28414:3:46" + }, + { + "name": "length", + "nativeSrc": "28419:6:46", + "nodeType": "YulIdentifier", + "src": "28419:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "28360:34:46", + "nodeType": "YulIdentifier", + "src": "28360:34:46" + }, + "nativeSrc": "28360:66:46", + "nodeType": "YulFunctionCall", + "src": "28360:66:46" + }, + "nativeSrc": "28360:66:46", + "nodeType": "YulExpressionStatement", + "src": "28360:66:46" + }, + { + "nativeSrc": "28435:23:46", + "nodeType": "YulAssignment", + "src": "28435:23:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "28446:3:46", + "nodeType": "YulIdentifier", + "src": "28446:3:46" + }, + { + "name": "length", + "nativeSrc": "28451:6:46", + "nodeType": "YulIdentifier", + "src": "28451:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28442:3:46", + "nodeType": "YulIdentifier", + "src": "28442:3:46" + }, + "nativeSrc": "28442:16:46", + "nodeType": "YulFunctionCall", + "src": "28442:16:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "28435:3:46", + "nodeType": "YulIdentifier", + "src": "28435:3:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", + "nativeSrc": "28177:287:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "28290:3:46", + "nodeType": "YulTypedName", + "src": "28290:3:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "28295:6:46", + "nodeType": "YulTypedName", + "src": "28295:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "28306:3:46", + "nodeType": "YulTypedName", + "src": "28306:3:46", + "type": "" + } + ], + "src": "28177:287:46" + }, + { + "body": { + "nativeSrc": "28682:299:46", + "nodeType": "YulBlock", + "src": "28682:299:46", + "statements": [ + { + "nativeSrc": "28692:27:46", + "nodeType": "YulAssignment", + "src": "28692:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "28704:9:46", + "nodeType": "YulIdentifier", + "src": "28704:9:46" + }, + { + "kind": "number", + "nativeSrc": "28715:3:46", + "nodeType": "YulLiteral", + "src": "28715:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28700:3:46", + "nodeType": "YulIdentifier", + "src": "28700:3:46" + }, + "nativeSrc": "28700:19:46", + "nodeType": "YulFunctionCall", + "src": "28700:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "28692:4:46", + "nodeType": "YulIdentifier", + "src": "28692:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "28735:9:46", + "nodeType": "YulIdentifier", + "src": "28735:9:46" + }, + { + "name": "value0", + "nativeSrc": "28746:6:46", + "nodeType": "YulIdentifier", + "src": "28746:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28728:6:46", + "nodeType": "YulIdentifier", + "src": "28728:6:46" + }, + "nativeSrc": "28728:25:46", + "nodeType": "YulFunctionCall", + "src": "28728:25:46" + }, + "nativeSrc": "28728:25:46", + "nodeType": "YulExpressionStatement", + "src": "28728:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "28773:9:46", + "nodeType": "YulIdentifier", + "src": "28773:9:46" + }, + { + "kind": "number", + "nativeSrc": "28784:2:46", + "nodeType": "YulLiteral", + "src": "28784:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28769:3:46", + "nodeType": "YulIdentifier", + "src": "28769:3:46" + }, + "nativeSrc": "28769:18:46", + "nodeType": "YulFunctionCall", + "src": "28769:18:46" + }, + { + "name": "value1", + "nativeSrc": "28789:6:46", + "nodeType": "YulIdentifier", + "src": "28789:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28762:6:46", + "nodeType": "YulIdentifier", + "src": "28762:6:46" + }, + "nativeSrc": "28762:34:46", + "nodeType": "YulFunctionCall", + "src": "28762:34:46" + }, + "nativeSrc": "28762:34:46", + "nodeType": "YulExpressionStatement", + "src": "28762:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "28816:9:46", + "nodeType": "YulIdentifier", + "src": "28816:9:46" + }, + { + "kind": "number", + "nativeSrc": "28827:2:46", + "nodeType": "YulLiteral", + "src": "28827:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28812:3:46", + "nodeType": "YulIdentifier", + "src": "28812:3:46" + }, + "nativeSrc": "28812:18:46", + "nodeType": "YulFunctionCall", + "src": "28812:18:46" + }, + { + "name": "value2", + "nativeSrc": "28832:6:46", + "nodeType": "YulIdentifier", + "src": "28832:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28805:6:46", + "nodeType": "YulIdentifier", + "src": "28805:6:46" + }, + "nativeSrc": "28805:34:46", + "nodeType": "YulFunctionCall", + "src": "28805:34:46" + }, + "nativeSrc": "28805:34:46", + "nodeType": "YulExpressionStatement", + "src": "28805:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "28859:9:46", + "nodeType": "YulIdentifier", + "src": "28859:9:46" + }, + { + "kind": "number", + "nativeSrc": "28870:2:46", + "nodeType": "YulLiteral", + "src": "28870:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28855:3:46", + "nodeType": "YulIdentifier", + "src": "28855:3:46" + }, + "nativeSrc": "28855:18:46", + "nodeType": "YulFunctionCall", + "src": "28855:18:46" + }, + { + "name": "value3", + "nativeSrc": "28875:6:46", + "nodeType": "YulIdentifier", + "src": "28875:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28848:6:46", + "nodeType": "YulIdentifier", + "src": "28848:6:46" + }, + "nativeSrc": "28848:34:46", + "nodeType": "YulFunctionCall", + "src": "28848:34:46" + }, + "nativeSrc": "28848:34:46", + "nodeType": "YulExpressionStatement", + "src": "28848:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "28902:9:46", + "nodeType": "YulIdentifier", + "src": "28902:9:46" + }, + { + "kind": "number", + "nativeSrc": "28913:3:46", + "nodeType": "YulLiteral", + "src": "28913:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "28898:3:46", + "nodeType": "YulIdentifier", + "src": "28898:3:46" + }, + "nativeSrc": "28898:19:46", + "nodeType": "YulFunctionCall", + "src": "28898:19:46" + }, + { + "arguments": [ + { + "name": "value4", + "nativeSrc": "28923:6:46", + "nodeType": "YulIdentifier", + "src": "28923:6:46" + }, + { + "kind": "number", + "nativeSrc": "28931:42:46", + "nodeType": "YulLiteral", + "src": "28931:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "28919:3:46", + "nodeType": "YulIdentifier", + "src": "28919:3:46" + }, + "nativeSrc": "28919:55:46", + "nodeType": "YulFunctionCall", + "src": "28919:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "28891:6:46", + "nodeType": "YulIdentifier", + "src": "28891:6:46" + }, + "nativeSrc": "28891:84:46", + "nodeType": "YulFunctionCall", + "src": "28891:84:46" + }, + "nativeSrc": "28891:84:46", + "nodeType": "YulExpressionStatement", + "src": "28891:84:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "28619:9:46", + "nodeType": "YulTypedName", + "src": "28619:9:46", + "type": "" + }, + { + "name": "value4", + "nativeSrc": "28630:6:46", + "nodeType": "YulTypedName", + "src": "28630:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "28638:6:46", + "nodeType": "YulTypedName", + "src": "28638:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "28646:6:46", + "nodeType": "YulTypedName", + "src": "28646:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "28654:6:46", + "nodeType": "YulTypedName", + "src": "28654:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "28662:6:46", + "nodeType": "YulTypedName", + "src": "28662:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "28673:4:46", + "nodeType": "YulTypedName", + "src": "28673:4:46", + "type": "" + } + ], + "src": "28469:512:46" + }, + { + "body": { + "nativeSrc": "29167:217:46", + "nodeType": "YulBlock", + "src": "29167:217:46", + "statements": [ + { + "nativeSrc": "29177:27:46", + "nodeType": "YulAssignment", + "src": "29177:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "29189:9:46", + "nodeType": "YulIdentifier", + "src": "29189:9:46" + }, + { + "kind": "number", + "nativeSrc": "29200:3:46", + "nodeType": "YulLiteral", + "src": "29200:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29185:3:46", + "nodeType": "YulIdentifier", + "src": "29185:3:46" + }, + "nativeSrc": "29185:19:46", + "nodeType": "YulFunctionCall", + "src": "29185:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "29177:4:46", + "nodeType": "YulIdentifier", + "src": "29177:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "29220:9:46", + "nodeType": "YulIdentifier", + "src": "29220:9:46" + }, + { + "name": "value0", + "nativeSrc": "29231:6:46", + "nodeType": "YulIdentifier", + "src": "29231:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "29213:6:46", + "nodeType": "YulIdentifier", + "src": "29213:6:46" + }, + "nativeSrc": "29213:25:46", + "nodeType": "YulFunctionCall", + "src": "29213:25:46" + }, + "nativeSrc": "29213:25:46", + "nodeType": "YulExpressionStatement", + "src": "29213:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "29258:9:46", + "nodeType": "YulIdentifier", + "src": "29258:9:46" + }, + { + "kind": "number", + "nativeSrc": "29269:2:46", + "nodeType": "YulLiteral", + "src": "29269:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29254:3:46", + "nodeType": "YulIdentifier", + "src": "29254:3:46" + }, + "nativeSrc": "29254:18:46", + "nodeType": "YulFunctionCall", + "src": "29254:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "29278:6:46", + "nodeType": "YulIdentifier", + "src": "29278:6:46" + }, + { + "kind": "number", + "nativeSrc": "29286:4:46", + "nodeType": "YulLiteral", + "src": "29286:4:46", + "type": "", + "value": "0xff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "29274:3:46", + "nodeType": "YulIdentifier", + "src": "29274:3:46" + }, + "nativeSrc": "29274:17:46", + "nodeType": "YulFunctionCall", + "src": "29274:17:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "29247:6:46", + "nodeType": "YulIdentifier", + "src": "29247:6:46" + }, + "nativeSrc": "29247:45:46", + "nodeType": "YulFunctionCall", + "src": "29247:45:46" + }, + "nativeSrc": "29247:45:46", + "nodeType": "YulExpressionStatement", + "src": "29247:45:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "29312:9:46", + "nodeType": "YulIdentifier", + "src": "29312:9:46" + }, + { + "kind": "number", + "nativeSrc": "29323:2:46", + "nodeType": "YulLiteral", + "src": "29323:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29308:3:46", + "nodeType": "YulIdentifier", + "src": "29308:3:46" + }, + "nativeSrc": "29308:18:46", + "nodeType": "YulFunctionCall", + "src": "29308:18:46" + }, + { + "name": "value2", + "nativeSrc": "29328:6:46", + "nodeType": "YulIdentifier", + "src": "29328:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "29301:6:46", + "nodeType": "YulIdentifier", + "src": "29301:6:46" + }, + "nativeSrc": "29301:34:46", + "nodeType": "YulFunctionCall", + "src": "29301:34:46" + }, + "nativeSrc": "29301:34:46", + "nodeType": "YulExpressionStatement", + "src": "29301:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "29355:9:46", + "nodeType": "YulIdentifier", + "src": "29355:9:46" + }, + { + "kind": "number", + "nativeSrc": "29366:2:46", + "nodeType": "YulLiteral", + "src": "29366:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29351:3:46", + "nodeType": "YulIdentifier", + "src": "29351:3:46" + }, + "nativeSrc": "29351:18:46", + "nodeType": "YulFunctionCall", + "src": "29351:18:46" + }, + { + "name": "value3", + "nativeSrc": "29371:6:46", + "nodeType": "YulIdentifier", + "src": "29371:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "29344:6:46", + "nodeType": "YulIdentifier", + "src": "29344:6:46" + }, + "nativeSrc": "29344:34:46", + "nodeType": "YulFunctionCall", + "src": "29344:34:46" + }, + "nativeSrc": "29344:34:46", + "nodeType": "YulExpressionStatement", + "src": "29344:34:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "29112:9:46", + "nodeType": "YulTypedName", + "src": "29112:9:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "29123:6:46", + "nodeType": "YulTypedName", + "src": "29123:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "29131:6:46", + "nodeType": "YulTypedName", + "src": "29131:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "29139:6:46", + "nodeType": "YulTypedName", + "src": "29139:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "29147:6:46", + "nodeType": "YulTypedName", + "src": "29147:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "29158:4:46", + "nodeType": "YulTypedName", + "src": "29158:4:46", + "type": "" + } + ], + "src": "28986:398:46" + }, + { + "body": { + "nativeSrc": "29421:152:46", + "nodeType": "YulBlock", + "src": "29421:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "29438:1:46", + "nodeType": "YulLiteral", + "src": "29438:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "29441:77:46", + "nodeType": "YulLiteral", + "src": "29441:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "29431:6:46", + "nodeType": "YulIdentifier", + "src": "29431:6:46" + }, + "nativeSrc": "29431:88:46", + "nodeType": "YulFunctionCall", + "src": "29431:88:46" + }, + "nativeSrc": "29431:88:46", + "nodeType": "YulExpressionStatement", + "src": "29431:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "29535:1:46", + "nodeType": "YulLiteral", + "src": "29535:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "29538:4:46", + "nodeType": "YulLiteral", + "src": "29538:4:46", + "type": "", + "value": "0x21" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "29528:6:46", + "nodeType": "YulIdentifier", + "src": "29528:6:46" + }, + "nativeSrc": "29528:15:46", + "nodeType": "YulFunctionCall", + "src": "29528:15:46" + }, + "nativeSrc": "29528:15:46", + "nodeType": "YulExpressionStatement", + "src": "29528:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "29559:1:46", + "nodeType": "YulLiteral", + "src": "29559:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "29562:4:46", + "nodeType": "YulLiteral", + "src": "29562:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "29552:6:46", + "nodeType": "YulIdentifier", + "src": "29552:6:46" + }, + "nativeSrc": "29552:15:46", + "nodeType": "YulFunctionCall", + "src": "29552:15:46" + }, + "nativeSrc": "29552:15:46", + "nodeType": "YulExpressionStatement", + "src": "29552:15:46" + } + ] + }, + "name": "panic_error_0x21", + "nativeSrc": "29389:184:46", + "nodeType": "YulFunctionDefinition", + "src": "29389:184:46" + }, + { + "body": { + "nativeSrc": "29679:76:46", + "nodeType": "YulBlock", + "src": "29679:76:46", + "statements": [ + { + "nativeSrc": "29689:26:46", + "nodeType": "YulAssignment", + "src": "29689:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "29701:9:46", + "nodeType": "YulIdentifier", + "src": "29701:9:46" + }, + { + "kind": "number", + "nativeSrc": "29712:2:46", + "nodeType": "YulLiteral", + "src": "29712:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "29697:3:46", + "nodeType": "YulIdentifier", + "src": "29697:3:46" + }, + "nativeSrc": "29697:18:46", + "nodeType": "YulFunctionCall", + "src": "29697:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "29689:4:46", + "nodeType": "YulIdentifier", + "src": "29689:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "29731:9:46", + "nodeType": "YulIdentifier", + "src": "29731:9:46" + }, + { + "name": "value0", + "nativeSrc": "29742:6:46", + "nodeType": "YulIdentifier", + "src": "29742:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "29724:6:46", + "nodeType": "YulIdentifier", + "src": "29724:6:46" + }, + "nativeSrc": "29724:25:46", + "nodeType": "YulFunctionCall", + "src": "29724:25:46" + }, + "nativeSrc": "29724:25:46", + "nodeType": "YulExpressionStatement", + "src": "29724:25:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed", + "nativeSrc": "29578:177:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "29648:9:46", + "nodeType": "YulTypedName", + "src": "29648:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "29659:6:46", + "nodeType": "YulTypedName", + "src": "29659:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "29670:4:46", + "nodeType": "YulTypedName", + "src": "29670:4:46", + "type": "" + } + ], + "src": "29578:177:46" + } + ] + }, + "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": 46, + "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 + } + ], + "9187": [ + { + "length": 32, + "start": 4384 + } + ], + "9189": [ + { + "length": 32, + "start": 4342 + } + ], + "9191": [ + { + "length": 32, + "start": 4300 + } + ], + "9193": [ + { + "length": 32, + "start": 4465 + } + ], + "9195": [ + { + "length": 32, + "start": 4505 + } + ], + "9198": [ + { + "length": 32, + "start": 4204 + } + ], + "9201": [ + { + "length": 32, + "start": 4249 + } + ] + }, + "linkReferences": {}, + "object": "6080604052600436106100c75760003560e01c806365c40b9c11610074578063a6d4dbc71161004e578063a6d4dbc714610236578063b83010d314610249578063ed24911d1461027c57600080fd5b806365c40b9c146101bb57806384b0196e146101ee578063954115251461021657600080fd5b806317d7de7c116100a557806317d7de7c146101715780633c0427151461019357806354fd4d50146101a657600080fd5b80630eabf660146100cc57806310d736d5146100e157806312b11a1714610134575b600080fd5b6100df6100da366004611785565b610291565b005b3480156100ed57600080fd5b506101176100fc3660046117c7565b6000908152600360205260409020546001600160a01b031690565b6040516001600160a01b0390911681526020015b60405180910390f35b34801561014057600080fd5b507fea02ffba7dcb45f6fc649714d23f315eef12e3b27f9a7735d8d8bf41eb2b1af15b60405190815260200161012b565b34801561017d57600080fd5b506101866104f3565b60405161012b9190611830565b6101636101a136600461184a565b610585565b3480156101b257600080fd5b506101866106b6565b3480156101c757600080fd5b507f0000000000000000000000000000000000000000000000000000000000000000610117565b3480156101fa57600080fd5b50610203610759565b60405161012b9796959493929190611885565b610229610224366004611785565b6107bb565b60405161012b9190611939565b6100df61024436600461197c565b610b51565b34801561025557600080fd5b507f78a69a78c1a55cdff5cbf949580b410778cd9e4d1ecbe6f06a7fa8dc2441b57d610163565b34801561028857600080fd5b50610163610c44565b8060008167ffffffffffffffff8111156102ad576102ad611998565b6040519080825280602002602001820160405280156102f357816020015b6040805180820190915260008152606060208201528152602001906001900390816102cb5790505b50905060005b82811015610453576000858583818110610315576103156119ae565b905060200281019061032791906119c4565b61033090611be8565b602081015180519192509080158061034d57508260400151518114155b1561036b5760405163251f56a160e21b815260040160405180910390fd5b60005b8181101561040857600083828151811061038a5761038a6119ae565b602002602001015190506103ff6040518060a0016040528087600001518152602001838152602001876040015185815181106103c8576103c86119ae565b6020026020010151815260200187606001516001600160a01b03168152602001876080015167ffffffffffffffff16815250610c53565b5060010161036e565b5060405180604001604052808460000151815260200183815250858581518110610434576104346119ae565b602002602001018190525050505061044c8160010190565b90506102f9565b506040517f4cb7e9e50000000000000000000000000000000000000000000000000000000081526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690634cb7e9e59034906104bb908590600401611ce9565b6000604051808303818588803b1580156104d457600080fd5b505af11580156104e8573d6000803e3d6000fd5b505050505050505050565b60606002805461050290611da2565b80601f016020809104026020016040519081016040528092919081815260200182805461052e90611da2565b801561057b5780601f106105505761010080835404028352916020019161057b565b820191906000526020600020905b81548152906001019060200180831161055e57829003601f168201915b5050505050905090565b600061059861059383611ee4565b610e3c565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663f17325e7346040518060400160405280876000013581526020018780602001906105ef9190611f5d565b6105f890611f73565b8152506040518363ffffffff1660e01b81526004016106179190611fe5565b60206040518083038185885af1158015610635573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061065a9190612012565b905061066c60c0840160a0850161202b565b600082815260036020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b039290921691909117905592915050565b60606106e17f0000000000000000000000000000000000000000000000000000000000000000610fc5565b61070a7f0000000000000000000000000000000000000000000000000000000000000000610fc5565b6107337f0000000000000000000000000000000000000000000000000000000000000000610fc5565b60405160200161074593929190612046565b604051602081830303815290604052905090565b60006060806000806000606061076d611065565b610775611092565b604080516000808252602082019092527f0f000000000000000000000000000000000000000000000000000000000000009b939a50919850469750309650945092509050565b60608160008167ffffffffffffffff8111156107d9576107d9611998565b60405190808252806020026020018201604052801561081f57816020015b6040805180820190915260008152606060208201528152602001906001900390816107f75790505b50905060005b828110156109c95736868683818110610840576108406119ae565b905060200281019061085291906119c4565b905036600061086460208401846120a5565b909250905080801580610885575061087f60408501856120ef565b90508114155b156108a35760405163251f56a160e21b815260040160405180910390fd5b60005b818110156109775761096f6040518060a00160405280876000013581526020018686858181106108d8576108d86119ae565b90506020028101906108ea9190611f5d565b6108f390611f73565b815260200161090560408901896120ef565b85818110610915576109156119ae565b90506060020180360381019061092b9190612138565b81526020016109406080890160608a0161202b565b6001600160a01b0316815260200161095e60a0890160808a01612154565b67ffffffffffffffff169052610e3c565b6001016108a6565b50604080518082019091528435815260208101610994848661216f565b8152508686815181106109a9576109a96119ae565b6020026020010181905250505050506109c28160010190565b9050610825565b5060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166344adc90e34846040518363ffffffff1660e01b8152600401610a1991906121d5565b60006040518083038185885af1158015610a37573d6000803e3d6000fd5b50505050506040513d6000823e601f3d908101601f19168201604052610a60919081019061228c565b90506000805b84811015610b435736888883818110610a8157610a816119ae565b9050602002810190610a9391906119c4565b9050366000610aa560208401846120a5565b90925090508060005b81811015610b2d57610ac6608086016060870161202b565b600360008a8a81518110610adc57610adc6119ae565b6020026020010151815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b03160217905550866001019650610b268160010190565b9050610aae565b5050505050610b3c8160010190565b9050610a66565b509093505050505b92915050565b610b68610b6336839003830183612322565b610c53565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663469262673460405180604001604052808560000135815260200185602001803603810190610bc19190612390565b90526040517fffffffff0000000000000000000000000000000000000000000000000000000060e085901b16815281516004820152602091820151805160248301529091015160448201526064016000604051808303818588803b158015610c2857600080fd5b505af1158015610c3c573d6000803e3d6000fd5b505050505050565b6000610c4e6110bf565b905090565b608081015167ffffffffffffffff1615801590610c8757504267ffffffffffffffff16816080015167ffffffffffffffff16105b15610ca557604051631ab7da6b60e01b815260040160405180910390fd5b6020808201518051600090815260039092526040909120546001600160a01b031680610cfd576040517fc5723b5100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b0381163314610d3f576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040830151610d4d816111ea565b606080850151855185516020808801516080808b0151604080517f78a69a78c1a55cdff5cbf949580b410778cd9e4d1ecbe6f06a7fa8dc2441b57d958101959095526001600160a01b0390971696840196909652958201939093529384015260a083015267ffffffffffffffff1660c0820152600090610de69060e0015b604051602081830303815290604052805190602001206112da565b905084606001516001600160a01b0316610e0e82846000015185602001518660400151611322565b6001600160a01b031614610e3557604051638baa579f60e01b815260040160405180910390fd5b5050505050565b608081015167ffffffffffffffff1615801590610e7057504267ffffffffffffffff16816080015167ffffffffffffffff16105b15610e8e57604051631ab7da6b60e01b815260040160405180910390fd5b60208101516040820151610ea1816111ea565b6000610f707fea02ffba7dcb45f6fc649714d23f315eef12e3b27f9a7735d8d8bf41eb2b1af160001b8560600151866000015186600001518760200151886040015189606001518a60800151805190602001208b60a001518d60800151604051602001610dcb9a99989796959493929190998a526001600160a01b0398891660208b015260408a019790975294909616606088015267ffffffffffffffff928316608088015290151560a087015260c086015260e0850193909352610100840152166101208201526101400190565b905083606001516001600160a01b0316610f9882846000015185602001518660400151611322565b6001600160a01b031614610fbf57604051638baa579f60e01b815260040160405180910390fd5b50505050565b60606000610fd283611350565b600101905060008167ffffffffffffffff811115610ff257610ff2611998565b6040519080825280601f01601f19166020018201604052801561101c576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461102657509392505050565b6060610c4e7f00000000000000000000000000000000000000000000000000000000000000006000611432565b6060610c4e7f00000000000000000000000000000000000000000000000000000000000000006001611432565b6000306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614801561111857507f000000000000000000000000000000000000000000000000000000000000000046145b1561114257507f000000000000000000000000000000000000000000000000000000000000000090565b610c4e604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201527f0000000000000000000000000000000000000000000000000000000000000000918101919091527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260009060c00160405160208183030381529060405280519060200120905090565b8051602080830151604080850151905160f89490941b7fff00000000000000000000000000000000000000000000000000000000000000169284019290925260218301526041820152600090606101604051602081830303815290604052905060048160405161125a91906123ac565b9081526040519081900360200190205460ff16156112a4576040517fcce9a82400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60016004826040516112b691906123ac565b908152604051908190036020019020805491151560ff199092169190911790555050565b6000610b4b6112e76110bf565b836040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b600080600080611334888888886114dd565b92509250925061134482826115ac565b50909695505050505050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008310611399577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106113c5576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106113e357662386f26fc10000830492506010015b6305f5e10083106113fb576305f5e100830492506008015b612710831061140f57612710830492506004015b60648310611421576064830492506002015b600a8310610b4b5760010192915050565b606060ff831461144c57611445836116b9565b9050610b4b565b81805461145890611da2565b80601f016020809104026020016040519081016040528092919081815260200182805461148490611da2565b80156114d15780601f106114a6576101008083540402835291602001916114d1565b820191906000526020600020905b8154815290600101906020018083116114b457829003601f168201915b50505050509050610b4b565b600080807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a084111561151857506000915060039050826115a2565b604080516000808252602082018084528a905260ff891692820192909252606081018790526080810186905260019060a0016020604051602081039080840390855afa15801561156c573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116611598575060009250600191508290506115a2565b9250600091508190505b9450945094915050565b60008260038111156115c0576115c06123be565b036115c9575050565b60018260038111156115dd576115dd6123be565b03611614576040517ff645eedf00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002826003811115611628576116286123be565b03611667576040517ffce698f7000000000000000000000000000000000000000000000000000000008152600481018290526024015b60405180910390fd5b600382600381111561167b5761167b6123be565b036116b5576040517fd78bce0c0000000000000000000000000000000000000000000000000000000081526004810182905260240161165e565b5050565b606060006116c6836116f8565b604080516020808252818301909252919250600091906020820181803683375050509182525060208101929092525090565b600060ff8216601f811115610b4b576040517fb3512b0c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008083601f84011261174b57600080fd5b50813567ffffffffffffffff81111561176357600080fd5b6020830191508360208260051b850101111561177e57600080fd5b9250929050565b6000806020838503121561179857600080fd5b823567ffffffffffffffff8111156117af57600080fd5b6117bb85828601611739565b90969095509350505050565b6000602082840312156117d957600080fd5b5035919050565b60005b838110156117fb5781810151838201526020016117e3565b50506000910152565b6000815180845261181c8160208601602086016117e0565b601f01601f19169290920160200192915050565b6020815260006118436020830184611804565b9392505050565b60006020828403121561185c57600080fd5b813567ffffffffffffffff81111561187357600080fd5b820160e0818503121561184357600080fd5b7fff000000000000000000000000000000000000000000000000000000000000008816815260e0602082015260006118c060e0830189611804565b82810360408401526118d28189611804565b606084018890526001600160a01b038716608085015260a0840186905283810360c08501528451808252602080870193509091019060005b8181101561192857835183526020938401939092019160010161190a565b50909b9a5050505050505050505050565b602080825282518282018190526000918401906040840190835b81811015611971578351835260209384019390920191600101611953565b509095945050505050565b600061010082840312801561199057600080fd5b509092915050565b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b60008235609e198336030181126119da57600080fd5b9190910192915050565b60405160a0810167ffffffffffffffff81118282101715611a0757611a07611998565b60405290565b60405160c0810167ffffffffffffffff81118282101715611a0757611a07611998565b604051601f8201601f1916810167ffffffffffffffff81118282101715611a5957611a59611998565b604052919050565b600067ffffffffffffffff821115611a7b57611a7b611998565b5060051b60200190565b600060408284031215611a9757600080fd5b6040805190810167ffffffffffffffff81118282101715611aba57611aba611998565b604052823581526020928301359281019290925250919050565b600060608284031215611ae657600080fd5b6040516060810167ffffffffffffffff81118282101715611b0957611b09611998565b604052905080823560ff81168114611b2057600080fd5b815260208381013590820152604092830135920191909152919050565b600082601f830112611b4e57600080fd5b8135611b61611b5c82611a61565b611a30565b80828252602082019150602060608402860101925085831115611b8357600080fd5b602085015b83811015611baa57611b9a8782611ad4565b8352602090920191606001611b88565b5095945050505050565b80356001600160a01b0381168114611bcb57600080fd5b919050565b803567ffffffffffffffff81168114611bcb57600080fd5b600060a08236031215611bfa57600080fd5b611c026119e4565b82358152602083013567ffffffffffffffff811115611c2057600080fd5b830136601f820112611c3157600080fd5b8035611c3f611b5c82611a61565b8082825260208201915060208360061b850101925036831115611c6157600080fd5b6020840193505b82841015611c8d57611c7a3685611a85565b8252602082019150604084019350611c68565b6020850152505050604083013567ffffffffffffffff811115611caf57600080fd5b611cbb36828601611b3d565b604083015250611ccd60608401611bb4565b6060820152611cde60808401611bd0565b608082015292915050565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015611d9657868503603f190184528151805186526020908101516040828801819052815190880181905291019060009060608801905b80831015611d7e57611d6782855180518252602090810151910152565b604082019150602084019350600183019250611d4a565b50965050506020938401939190910190600101611d11565b50929695505050505050565b600181811c90821680611db657607f821691505b602082108103611dd657634e487b7160e01b600052602260045260246000fd5b50919050565b600082601f830112611ded57600080fd5b813567ffffffffffffffff811115611e0757611e07611998565b611e1a601f8201601f1916602001611a30565b818152846020838601011115611e2f57600080fd5b816020850160208301376000918101602001919091529392505050565b600060c08284031215611e5e57600080fd5b611e66611a0d565b9050611e7182611bb4565b8152611e7f60208301611bd0565b602082015260408201358015158114611e9757600080fd5b604082015260608281013590820152608082013567ffffffffffffffff811115611ec057600080fd5b611ecc84828501611ddc565b60808301525060a09182013591810191909152919050565b600060e08236031215611ef657600080fd5b611efe6119e4565b82358152602083013567ffffffffffffffff811115611f1c57600080fd5b611f2836828601611e4c565b602083015250611f3b3660408501611ad4565b6040820152611f4c60a08401611bb4565b6060820152611cde60c08401611bd0565b6000823560be198336030181126119da57600080fd5b6000610b4b3683611e4c565b6001600160a01b03815116825267ffffffffffffffff6020820151166020830152604081015115156040830152606081015160608301526000608082015160c06080850152611fd160c0850182611804565b60a093840151949093019390935250919050565b60208152815160208201526000602083015160408084015261200a6060840182611f7f565b949350505050565b60006020828403121561202457600080fd5b5051919050565b60006020828403121561203d57600080fd5b61184382611bb4565b600084516120588184602089016117e0565b601760f91b90830190815284516120768160018401602089016117e0565b601760f91b6001929091019182015283516120988160028401602088016117e0565b0160020195945050505050565b6000808335601e198436030181126120bc57600080fd5b83018035915067ffffffffffffffff8211156120d757600080fd5b6020019150600581901b360382131561177e57600080fd5b6000808335601e1984360301811261210657600080fd5b83018035915067ffffffffffffffff82111561212157600080fd5b602001915060608102360382131561177e57600080fd5b60006060828403121561214a57600080fd5b6118438383611ad4565b60006020828403121561216657600080fd5b61184382611bd0565b600061217d611b5c84611a61565b8381526020810190600585901b84013681111561219957600080fd5b845b8181101561197157803567ffffffffffffffff8111156121ba57600080fd5b6121c636828901611e4c565b8552506020938401930161219b565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015611d9657603f19878603018452815180518652602090810151604082880181905281519088018190529101906060600582901b88018101919088019060005b8181101561227257605f198a850301835261225c848651611f7f565b6020958601959094509290920191600101612240565b5091975050506020948501949290920191506001016121fd565b60006020828403121561229e57600080fd5b815167ffffffffffffffff8111156122b557600080fd5b8201601f810184136122c657600080fd5b80516122d4611b5c82611a61565b8082825260208201915060208360051b8501019250868311156122f657600080fd5b6020840193505b828410156123185783518252602093840193909101906122fd565b9695505050505050565b600061010082840312801561233657600080fd5b5061233f6119e4565b823581526123508460208501611a85565b60208201526123628460608501611ad4565b604082015261237360c08401611bb4565b606082015261238460e08401611bd0565b60808201529392505050565b6000604082840312156123a257600080fd5b6118438383611a85565b600082516119da8184602087016117e0565b634e487b7160e01b600052602160045260246000fdfea26469706673582212209f1eb85edef0dbde8cc68df25c830cb762cea9fafe5905b8a3d3b600b15d9f7064736f6c634300081a0033", + "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 SWAP16 0x1E 0xB8 MCOPY 0xDE CREATE 0xDB 0xDE DUP13 0xC6 DUP14 CALLCODE TLOAD DUP4 0xC 0xB7 PUSH3 0xCEA9FA INVALID MSIZE SDIV 0xB8 LOG3 0xD3 0xB6 STOP 0xB1 TSTORE SWAP16 PUSH17 0x64736F6C634300081A0033000000000000 ", + "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:46;;;1351:74;;1339:2;1324:18;5455:105:8;;;;;;;;4998:106;;;;;;;;;;-1:-1:-1;3322:66:8;4998:106;;;1582:25:46;;;1570:2;1555:18;4998:106:8;1436:177:46;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:32;;;;;;;;;;;;;:::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:32:-;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:32;;-1:-1:-1;5590:13:32;;-1:-1:-1;5625:4:32;;-1:-1:-1;5652:1:32;-1:-1:-1;5668:16:32;-1:-1:-1;5482:212:32;-1:-1:-1;5144:557:32: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:46;;12000:146:8;;;25819:32:46;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:46;;;;-1:-1:-1;;;;;26345:55:46;;;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:46;;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:46;;;-1:-1:-1;;;;;27061:55:46;;;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:632:30:-;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:30;-1:-1:-1;794:41:30;-1:-1:-1;924:28:30;;;940:2;924:28;979:247;-1:-1:-1;;1010:5:30;1114:10;1109:2;1098:14;;1093:32;1010:5;1080:46;1170:2;1161:11;;;-1:-1:-1;1190:21:30;979:247;1190:21;-1:-1:-1;1246:6:30;637:632;-1:-1:-1;;;637:632:30:o;6021:126:32:-;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:32;3921:28;;:63;;;;;3970:14;3953:13;:31;3921:63;3917:184;;;-1:-1:-1;4007:22:32;;3845:262::o;3917:184::-;4067:23;4204:80;;;2079:95;4204:80;;;28728:25:46;4226:11:32;28769:18:46;;;28762:34;;;;4239:14:32;28812:18:46;;;28805:34;4255:13:32;28855:18:46;;;28848:34;4278:4:32;28898:19:46;;;28891:84;4168:7:32;;28700:19:46;;4204:80:32;;;;;;;;;;;;4194:91;;;;;;4187:98;;4113:179;;17677:309:8;17804:11;;17817;;;;;17830;;;;;17787:55;;27983:3:46;27979:16;;;;27997:66;27975:89;17787:55:8;;;27963:102:46;;;;28081:11;;;28074:27;28117:12;;;28110:28;-1:-1:-1;;28154:12:46;;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:32:-;4994:7;5020:66;5053:20;:18;:20::i;:::-;5075:10;3501:4:33;3495:11;3531:10;3519:23;;3571:4;3562:14;;3555:39;;;;3623:4;3614:14;;3607:34;3679:4;3664:20;;;3326:374;6887:260:31;6972:7;6992:17;7011:18;7031:16;7051:25;7062:4;7068:1;7071;7074;7051:10;:25::i;:::-;6991:85;;;;;;7086:28;7098:5;7105:8;7086:11;:28::i;:::-;-1:-1:-1;7131:9:31;;6887:260;-1:-1:-1;;;;;;6887:260:31:o;25316:916:35:-;25369:7;;25453:8;25444:17;;25440:103;;25490:8;25481:17;;;-1:-1:-1;25526:2:35;25516:12;25440:103;25569:8;25560:5;:17;25556:103;;25606:8;25597:17;;;-1:-1:-1;25642:2:35;25632:12;25556:103;25685:8;25676:5;:17;25672:103;;25722:8;25713:17;;;-1:-1:-1;25758:2:35;25748:12;25672:103;25801:7;25792:5;:16;25788:100;;25837:7;25828:16;;;-1:-1:-1;25872:1:35;25862:11;25788:100;25914:7;25905:5;:16;25901:100;;25950:7;25941:16;;;-1:-1:-1;25985:1:35;25975:11;25901:100;26027:7;26018:5;:16;26014:100;;26063:7;26054:16;;;-1:-1:-1;26098:1:35;26088:11;26014:100;26140:7;26131:5;:16;26127:66;;26177:1;26167:11;26219:6;25316:916;-1:-1:-1;;25316:916:35:o;3358:267:28:-;3452:13;1390:66;3481:46;;3477:142;;3550:15;3559:5;3550:8;:15::i;:::-;3543:22;;;;3477:142;3603:5;3596:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5203:1551:31;5329:17;;;6283:66;6270:79;;6266:164;;;-1:-1:-1;6381:1:31;;-1:-1:-1;6385:30:31;;-1:-1:-1;6417:1:31;6365:54;;6266:164;6541:24;;;6524:14;6541:24;;;;;;;;;29213:25:46;;;29286:4;29274:17;;29254:18;;;29247:45;;;;29308:18;;;29301:34;;;29351:18;;;29344:34;;;6541:24:31;;29185:19:46;;6541:24:31;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;6541:24:31;;-1:-1:-1;;6541:24:31;;;-1:-1:-1;;;;;;;6579:20:31;;6575:113;;-1:-1:-1;6631:1:31;;-1:-1:-1;6635:29:31;;-1:-1:-1;6631:1:31;;-1:-1:-1;6615:62:31;;6575:113;6706:6;-1:-1:-1;6714:20:31;;-1:-1:-1;6714:20:31;;-1:-1:-1;5203:1551:31;;;;;;;;;:::o;7280:532::-;7375:20;7366:5;:29;;;;;;;;:::i;:::-;;7362:444;;7280:532;;:::o;7362:444::-;7471:29;7462:5;:38;;;;;;;;:::i;:::-;;7458:348;;7523:23;;;;;;;;;;;;;;7458:348;7576:35;7567:5;:44;;;;;;;;:::i;:::-;;7563:243;;7634:46;;;;;;;;1582:25:46;;;1555:18;;7634:46:31;;;;;;;;7563:243;7710:30;7701:5;:39;;;;;;;;:::i;:::-;;7697:109;;7763:32;;;;;;;;1582:25:46;;;1555:18;;7763:32:31;1436:177:46;7697:109:31;7280:532;;:::o;2078:378:28:-;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:28;;2300:14;;;;;;;;;-1:-1:-1;;;2363:16:28;;;-1:-1:-1;2408:4:28;2399:14;;2392:28;;;;-1:-1:-1;2363:16:28;2078:378::o;2528:245::-;2589:7;2661:4;2625:40;;2688:2;2679:11;;2675:69;;;2713:20;;;;;;;;;;;;;;14:412:46;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:46;;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:46;-1:-1:-1;;;;431:538:46: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:46;;974:226;-1:-1:-1;974:226:46: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:46;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:46;2092:39;;;;2133:4;2088:50;;1873:271;-1:-1:-1;;1873:271:46: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:46: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:46;;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:46;;;;-1:-1:-1;4154:169:46;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:46;;3035:1314;-1:-1:-1;;;;;;;;;;;3035:1314:46: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:46;;4898:611;-1:-1:-1;;;;;4898:611:46: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:46;;5514:255;-1:-1:-1;;5514:255:46:o;5774:184::-;-1:-1:-1;;;5823:1:46;5816:88;5923:4;5920:1;5913:15;5947:4;5944:1;5937:15;5963:184;-1:-1:-1;;;6012:1:46;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:46: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:46;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:46:o;7307:204::-;7388:4;7421:18;7413:6;7410:30;7407:56;;;7443:18;;:::i;:::-;-1:-1:-1;7488:1:46;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:46;7516:614;-1:-1:-1;7516:614:46: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:46;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:46: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:46;8903:722;-1:-1:-1;;;;;8903:722:46:o;9630:196::-;9698:20;;-1:-1:-1;;;;;9747:54:46;;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:46;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:46: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:46;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:46;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:46;-1:-1:-1;;;13209:2:46;13232:12;;;;13197:15;;;;;12379:1;12372:9;12343:911;;;-1:-1:-1;13271:6:46;;11785:1498;-1:-1:-1;;;;;;11785:1498:46: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:46;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:46;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:46: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:46;15133:19;;;15120:33;15169:15;;;15162:32;;;;15016:5;14293:907;-1:-1:-1;14293:907:46: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:46;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:46;16668:605;-1:-1:-1;16668:605:46: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:46: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:46;;17728:230;-1:-1:-1;17728:230:46: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:46;;;18750:18;;;18793:13;;18815:78;18793:13;18880:1;18869:13;;18862:4;18850:17;;18815:78;:::i;:::-;-1:-1:-1;;;18956:1:46;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:46: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:46;19931:30;;19928:50;;;19974:1;19971;19964:12;19928:50;20007:4;19995:17;;-1:-1:-1;20058:1:46;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:46;20508:30;;20505:50;;;20551:1;20548;20541:12;20505:50;20584:4;20572:17;;-1:-1:-1;20643:4:46;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:46;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:46;;;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:46;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:46;;;;;23235:1;23226:11;23191:319;;;-1:-1:-1;23533:6:46;;-1:-1:-1;;;23574:2:46;23597:12;;;;23562:15;;;;;-1:-1:-1;22601:1:46;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:46;;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:46: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:46;;:::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:46: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:46;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/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/ShortStrings.sol\":{\"keccak256\":\"0x7d94fa0af099a2172eb01f9c8a8a443cbe7e0e43654841563e4e09968efdb549\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://65e38fb76b6add407d4557753ae83dd1268e8261195dbe5c19a580d5ba6e4e9a\",\"dweb:/ipfs/QmTkGSJtaQrqjcyWM4AgemeEmKgtDydKPPVRajsUJRQSrK\"]},\"@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b\",\"dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x725209b582291bb83058e3078624b53d15a133f7401c30295e7f3704181d2aed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0564ddb19c6d870e27b789d8f985283d815267ad7224883c2d5243c8bacc7dc0\",\"dweb:/ipfs/QmeC953H4sj88ZRFdJNFdmpf7J9SksP1wK4jyMHLo66z49\"]},\"@openzeppelin/contracts/utils/cryptography/ECDSA.sol\":{\"keccak256\":\"0x69f54c02b7d81d505910ec198c11ed4c6a728418a868b906b4a0cf29946fda84\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8e25e4bdb7ae1f21d23bfee996e22736fc0ab44cfabedac82a757b1edc5623b9\",\"dweb:/ipfs/QmQdWQvB6JCP9ZMbzi8EvQ1PTETqkcTWrbcVurS7DKpa5n\"]},\"@openzeppelin/contracts/utils/cryptography/EIP712.sol\":{\"keccak256\":\"0x10eb97d047f8d84fe263a02bb4a656ac6674f6679d74532cc37546289e073a9d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3e41287d40b0c46982f1083d40d32de2761f009c5c51627fe79a7feb0ab1cf5c\",\"dweb:/ipfs/Qme7dbh6HX3ZvUJdbQAcVqXkmyXyfcLiUZRhhon3cU6K8p\"]},\"@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol\":{\"keccak256\":\"0x4515543bc4c78561f6bea83ecfdfc3dead55bd59858287d682045b11de1ae575\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://60601f91440125727244fffd2ba84da7caafecaae0fd887c7ccfec678e02b61e\",\"dweb:/ipfs/QmZnKPBtVDiQS9Dp8gZ4sa3ZeTrWVfqF7yuUd6Y8hwm1Rs\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0xb1970fac7b64e6c09611e6691791e848d5e3fe410fa5899e7df2e0afd77a99e3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db5fbb3dddd8b7047465b62575d96231ba8a2774d37fb4737fbf23340fabbb03\",\"dweb:/ipfs/QmVUSvooZKEdEdap619tcJjTLcAuH6QBdZqAzWwnAXZAWJ\"]}},\"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/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x725209b582291bb83058e3078624b53d15a133f7401c30295e7f3704181d2aed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0564ddb19c6d870e27b789d8f985283d815267ad7224883c2d5243c8bacc7dc0\",\"dweb:/ipfs/QmeC953H4sj88ZRFdJNFdmpf7J9SksP1wK4jyMHLo66z49\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0xb1970fac7b64e6c09611e6691791e848d5e3fe410fa5899e7df2e0afd77a99e3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db5fbb3dddd8b7047465b62575d96231ba8a2774d37fb4737fbf23340fabbb03\",\"dweb:/ipfs/QmVUSvooZKEdEdap619tcJjTLcAuH6QBdZqAzWwnAXZAWJ\"]}},\"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\":\"0x89017bb026363fdc9fdc4b7c995aaf83e4c5af5c022eafa2e96352f843297373\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://dff6e61ba53c87ad06cbdddb9ff36dec215a41beff91746a80f4a9a32d37f447\",\"dweb:/ipfs/QmUm6hznJTihCTaRx7TXHXKbgyuDEEgehyRzi7TAs8GLvB\"]},\"@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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@openzeppelin/contracts/access/manager/IAuthority.sol\":{\"keccak256\":\"0x4cc0766bd7fb7b3bafb70afa2a93b6e313a0baec7a35ad1b57505be7861c1030\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85871c47ac00d10664b858ef71ecd8b9787c1d313e544ab2c57210c520a3c06c\",\"dweb:/ipfs/QmUMTwojLzURuHftQLzAVuDmib9roj4KwcHCkg3LhZ2AdH\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]}},\"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": "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": [], + "name": "FailedCall", + "type": "error" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "balance", + "type": "uint256" + }, + { + "internalType": "uint256", + "name": "needed", + "type": "uint256" + } + ], + "name": "InsufficientBalance", + "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": "initialAdmin", + "type": "address" + } + ], + "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": "6080604052348015600f57600080fd5b506132228061001f6000396000f3fe6080604052600436106101fe5760003560e01c80636d5115bd1161011d578063b7009613116100b0578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c614610750578063f801a69814610770578063fe0776f5146107aa57600080fd5b8063d1f856ee14610710578063d22b59891461073057600080fd5b8063b70096131461067e578063b7d2b162146106ba578063c4d66de8146106da578063cc1b6c81146106fa57600080fd5b8063a166aa89116100ec578063a166aa89146105a3578063a64d95ce14610603578063abd9bd2a14610623578063ac9650d81461065157600080fd5b80636d5115bd1461052e57806375b238fc1461054e578063853551b81461056357806394c7d7ee1461058357600080fd5b806330cae187116101955780634665096d116101645780634665096d1461047c5780634c1da1e21461049257806352962952146104b2578063530dd456146104d257600080fd5b806330cae187146103ad5780633adc277a146103cd5780633ca7c02a146104045780634136a33c1461042057600080fd5b806318ff183c116101d157806318ff183c146103005780631cff79cd1461032057806325c471a0146103335780633078f1141461035357600080fd5b806308d6122d146102035780630b0a93ba1461022557806312be8727146102ab578063167bd395146102e0575b600080fd5b34801561020f57600080fd5b5061022361021e366004612a5c565b6107ca565b005b34801561023157600080fd5b5061028d610240366004612ac3565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101546801000000000000000090041690565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102b757600080fd5b506102cb6102c6366004612ac3565b61081d565b60405163ffffffff90911681526020016102a2565b3480156102ec57600080fd5b506102236102fb366004612ade565b610889565b34801561030c57600080fd5b5061022361031b366004612b1c565b61089f565b6102cb61032e366004612b8c565b61091f565b34801561033f57600080fd5b5061022361034e366004612bf5565b610abe565b34801561035f57600080fd5b5061037361036e366004612c3a565b610ae0565b6040516102a2949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b3480156103b957600080fd5b506102236103c8366004612c56565b610b78565b3480156103d957600080fd5b506103ed6103e8366004612c89565b610b8a565b60405165ffffffffffff90911681526020016102a2565b34801561041057600080fd5b5061028d67ffffffffffffffff81565b34801561042c57600080fd5b506102cb61043b366004612c89565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561048857600080fd5b5062093a806102cb565b34801561049e57600080fd5b506102cb6104ad366004612ca2565b610bee565b3480156104be57600080fd5b506102236104cd366004612c56565b610c2b565b3480156104de57600080fd5b5061028d6104ed366004612ac3565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b34801561053a57600080fd5b5061028d610549366004612cd5565b610c3d565b34801561055a57600080fd5b5061028d600081565b34801561056f57600080fd5b5061022361057e366004612d03565b610c89565b34801561058f57600080fd5b5061022361059e366004612b8c565b610d24565b3480156105af57600080fd5b506105f36105be366004612ca2565b6001600160a01b031660009081526000805160206131cd8339815191526020526040902060010154600160701b900460ff1690565b60405190151581526020016102a2565b34801561060f57600080fd5b5061022361061e366004612d21565b610e02565b34801561062f57600080fd5b5061064361063e366004612d4b565b610e14565b6040519081526020016102a2565b34801561065d57600080fd5b5061067161066c366004612db0565b610e4d565b6040516102a29190612e16565b34801561068a57600080fd5b5061069e610699366004612e96565b610f35565b60408051921515835263ffffffff9091166020830152016102a2565b3480156106c657600080fd5b506102236106d5366004612c3a565b611042565b3480156106e657600080fd5b506102236106f5366004612ca2565b611059565b34801561070657600080fd5b50620697806102cb565b34801561071c57600080fd5b5061069e61072b366004612c3a565b611195565b34801561073c57600080fd5b5061022361074b366004612ee1565b611213565b34801561075c57600080fd5b506102cb61076b366004612d4b565b611225565b34801561077c57600080fd5b5061079061078b366004612eff565b6113af565b6040805192835263ffffffff9091166020830152016102a2565b3480156107b657600080fd5b506102236107c5366004612c3a565b61155c565b6107d261159e565b60005b828110156108165761080e858585848181106107f3576107f3612f72565b90506020020160208101906108089190612f88565b84611633565b6001016107d5565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206131cd8339815191529061088290600160801b90046001600160701b03166116c9565b9392505050565b61089161159e565b61089b82826116e8565b5050565b6108a761159e565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b15801561090357600080fd5b505af1158015610917573d6000803e3d6000fd5b505050505050565b60006000805160206131cd83398151915233828061093f8389898961176a565b9150915081158015610955575063ffffffff8116155b156109c157828861096689896117bd565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b60006109cf848a8a8a610e14565b9050600063ffffffff83161515806109f657506109eb82610b8a565b65ffffffffffff1615155b15610a0757610a04826117d5565b90505b6003860154610a5c8b610a1a8c8c6117bd565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610aa68b8b8b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525034925061193c915050565b50600390960195909555509293505050509392505050565b610ac661159e565b610ada8383610ad48661081d565b846119f9565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff81169291829182916000805160206131cd83398151915291610b6990660100000000000090046001600160701b0316611c84565b979a9199509750945050505050565b610b8061159e565b61089b8282611ca7565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131cd8339815191529065ffffffffffff16610bd981611d60565b610be35780610be6565b60005b949350505050565b6001600160a01b03811660009081526000805160206131cd83398151915260208190526040822060010154610882906001600160701b03166116c9565b610c3361159e565b61089b8282611d8f565b6001600160a01b03821660009081526000805160206131cd833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b610c9161159e565b67ffffffffffffffff83161580610cb1575067ffffffffffffffff838116145b15610cdb5760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610d17929190612fce565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610d7e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610da29190612fe2565b6001600160e01b03191614610dee576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024016109b8565b610816610dfd85838686610e14565b6117d5565b610e0a61159e565b61089b8282611e6a565b600084848484604051602001610e2d9493929190612fff565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff811115610e7857610e78613071565b604051908082528060200260200182016040528015610eab57816020015b6060815260200190600190039081610e965790505b50915060005b83811015610f2d57610f0830868684818110610ecf57610ecf612f72565b9050602002810190610ee19190613087565b85604051602001610ef4939291906130ce565b604051602081830303815290604052611fac565b838281518110610f1a57610f1a612f72565b6020908102919091010152600101610eb1565b505092915050565b600080610f71846001600160a01b031660009081526000805160206131cd8339815191526020526040902060010154600160701b900460ff1690565b15610f815750600090508061103a565b306001600160a01b03861603610ffc57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061103a565b60006110088585610c3d565b90506000806110178389611195565b915091508161102857600080611032565b63ffffffff811615815b945094505050505b935093915050565b61104a61159e565b6110548282612022565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff166000811580156110a45750825b905060008267ffffffffffffffff1660011480156110c15750303b155b9050811580156110cf575080155b15611106576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561113a57845468ff00000000000000001916680100000000000000001785555b61114386612136565b831561091757845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60008067fffffffffffffffe1967ffffffffffffffff8516016111be575060019050600061120c565b6000806111cb8686610ae0565b5050915091508165ffffffffffff1660001415801561120157506111ed61214a565b65ffffffffffff168265ffffffffffff1611155b9350915061120c9050565b9250929050565b61121b61159e565b61089b828261215a565b60006000805160206131cd833981519152338261124286866117bd565b9050600061125289898989610e14565b600081815260028601602052604081205491925065ffffffffffff90911690036112925760405163060a299b60e41b8152600481018290526024016109b8565b826001600160a01b0316896001600160a01b0316146113475760006112b8600085611195565b50905060006112d36112cd6102408c87610c3d565b86611195565b509050811580156112e2575080155b15611344576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b0319851660648201526084016109b8565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b6000806000805160206131cd83398151915233826113cf828a8a8a61176a565b91505060008163ffffffff166113e361214a565b6113ed91906130f5565b905063ffffffff82161580611424575060008765ffffffffffff1611801561142457508065ffffffffffff168765ffffffffffff16105b1561143557828a6109668b8b6117bd565b61144f8765ffffffffffff168265ffffffffffff16612229565b965061145d838b8b8b610e14565b955061146886612239565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e604051611547959493929190613113565b60405180910390a35050505094509492505050565b6001600160a01b038116331461104a576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b336000806115ad8382366122ce565b9150915081611054578063ffffffff166000036116235760006115d0813661241a565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff8216602482015290925060440190506109b8565b610ada610dfd8430600036610e14565b60006000805160206131cd8339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b6000806116de836001600160701b0316611c84565b5090949350505050565b6001600160a01b03821660008181526000805160206131cd833981519152602081815260409283902060010180546eff00000000000000000000000000001916600160701b8715159081029190911790915592519283529092917f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb1389101610d17565b600080306001600160a01b03861603611791576117888685856122ce565b915091506117b4565b600483106117ad576117a8868661069987876117bd565b611788565b5060009050805b94509492505050565b60006117cc6004828486613047565b6108829161315e565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131cd8339815191529065ffffffffffff8116906601000000000000900463ffffffff168184036118505760405163060a299b60e41b8152600481018690526024016109b8565b61185861214a565b65ffffffffffff168265ffffffffffff1611156118a4576040517f18cb6b7a000000000000000000000000000000000000000000000000000000008152600481018690526024016109b8565b6118ad82611d60565b156118e7576040517f78a5d6e4000000000000000000000000000000000000000000000000000000008152600481018690526024016109b8565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b606081471015611981576040517fcf479181000000000000000000000000000000000000000000000000000000008152476004820152602481018390526044016109b8565b600080856001600160a01b0316848660405161199d9190613194565b60006040518083038185875af1925050503d80600081146119da576040519150601f19603f3d011682016040523d82523d6000602084013e6119df565b606091505b50915091506119ef868383612725565b9695505050505050565b60006000805160206131cd83398151915267ffffffffffffffff861667fffffffffffffffe1901611a495760405163061c6a4360e21b815267ffffffffffffffff871660048201526024016109b8565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611b51578563ffffffff16611a9861214a565b611aa291906130f5565b905060405180604001604052808265ffffffffffff168152602001611ad08763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611c14565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611ba19166010000000000009091046001600160701b031690879061279a565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611c9a84611c9561214a565b612844565b9250925092509193909250565b6000805160206131cd83398151915267ffffffffffffffff83161580611cd6575067ffffffffffffffff838116145b15611d005760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611d6a61214a565b65ffffffffffff16611d7f62093a80846130f5565b65ffffffffffff16111592915050565b6000805160206131cd83398151915267ffffffffffffffff83161580611dbe575067ffffffffffffffff838116145b15611de85760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff1668010000000000000000958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b6000805160206131cd83398151915267ffffffffffffffff831667fffffffffffffffe1901611eb85760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b67ffffffffffffffff831660009081526001828101602052604082200154611ef490600160801b90046001600160701b0316846206978061279a565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b4890611f9e908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051611fc99190613194565b600060405180830381855af49150503d8060008114612004576040519150601f19603f3d011682016040523d82523d6000602084013e612009565b606091505b5091509150612019858383612725565b95945050505050565b60006000805160206131cd83398151915267ffffffffffffffff841667fffffffffffffffe19016120725760405163061c6a4360e21b815267ffffffffffffffff851660048201526024016109b8565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff1690036120ba576000915050610c83565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b61213e612891565b612147816128fa565b50565b600061215542612953565b905090565b6001600160a01b03821660009081526000805160206131cd8339815191526020819052604082206001015490919061219f906001600160701b0316846206978061279a565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c9101611f9e565b6000828218828411028218610882565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206131cd8339815191529065ffffffffffff168015801590612294575061229281611d60565b155b15611054576040517f813e9459000000000000000000000000000000000000000000000000000000008152600481018490526024016109b8565b60008060048310156122e55750600090508061103a565b306001600160a01b0386160361236857610ff13061230386866117bd565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b6000806000612377878761241a565b925092509250821580156123b157503060009081526000805160206131cd8339815191526020526040902060010154600160701b900460ff165b156123c5576000809450945050505061103a565b6000806123d2848b611195565b91509150816123ec5760008096509650505050505061103a565b6124028363ffffffff168263ffffffff16612229565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156124355750600091508190508061271e565b600061244186866117bd565b90506001600160e01b031981167f853551b80000000000000000000000000000000000000000000000000000000014806124a457506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b806124d857506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b8061250c57506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b8061254057506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b156125565760016000809350935093505061271e565b6001600160e01b031981167f18ff183c0000000000000000000000000000000000000000000000000000000014806125b757506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b806125eb57506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b1561262d57600061260060246004888a613047565b81019061260d9190612ca2565b9050600061261a82610bee565b6001965060009550935061271e92505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061268e57506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156127085760006126a360246004888a613047565b8101906126b09190612ac3565b905060016126f98267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b6000945094509450505061271e565b60006127143083610c3d565b6000935093509350505b9250925092565b60608261273a57612735826129a3565b610882565b815115801561275157506001600160a01b0384163b155b15612793576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b03851660048201526024016109b8565b5080610882565b60008060006127b1866001600160701b03166116c9565b905060006127ee8563ffffffff168763ffffffff168463ffffffff16116127d95760006127e3565b6127e388856131b0565b63ffffffff16612229565b90508063ffffffff166127ff61214a565b61280991906130f5565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b69ffffffffffffffffffff602083901c166001600160701b03831665ffffffffffff604085901c811690841681111561287f57828282612884565b816000805b9250925092509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff166128f8576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b612902612891565b6001600160a01b038116612945576040517f0813ada2000000000000000000000000000000000000000000000000000000008152600060048201526024016109b8565b61089b6000826000806119f9565b600065ffffffffffff82111561299f576040517f6dfcc65000000000000000000000000000000000000000000000000000000000815260306004820152602481018390526044016109b8565b5090565b8051156129b35780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116811461214757600080fd5b60008083601f840112612a0c57600080fd5b50813567ffffffffffffffff811115612a2457600080fd5b6020830191508360208260051b850101111561120c57600080fd5b803567ffffffffffffffff81168114612a5757600080fd5b919050565b60008060008060608587031215612a7257600080fd5b8435612a7d816129e5565b9350602085013567ffffffffffffffff811115612a9957600080fd5b612aa5878288016129fa565b9094509250612ab8905060408601612a3f565b905092959194509250565b600060208284031215612ad557600080fd5b61088282612a3f565b60008060408385031215612af157600080fd5b8235612afc816129e5565b915060208301358015158114612b1157600080fd5b809150509250929050565b60008060408385031215612b2f57600080fd5b8235612b3a816129e5565b91506020830135612b11816129e5565b60008083601f840112612b5c57600080fd5b50813567ffffffffffffffff811115612b7457600080fd5b60208301915083602082850101111561120c57600080fd5b600080600060408486031215612ba157600080fd5b8335612bac816129e5565b9250602084013567ffffffffffffffff811115612bc857600080fd5b612bd486828701612b4a565b9497909650939450505050565b803563ffffffff81168114612a5757600080fd5b600080600060608486031215612c0a57600080fd5b612c1384612a3f565b92506020840135612c23816129e5565b9150612c3160408501612be1565b90509250925092565b60008060408385031215612c4d57600080fd5b612b3a83612a3f565b60008060408385031215612c6957600080fd5b612c7283612a3f565b9150612c8060208401612a3f565b90509250929050565b600060208284031215612c9b57600080fd5b5035919050565b600060208284031215612cb457600080fd5b8135610882816129e5565b6001600160e01b03198116811461214757600080fd5b60008060408385031215612ce857600080fd5b8235612cf3816129e5565b91506020830135612b1181612cbf565b600080600060408486031215612d1857600080fd5b612bac84612a3f565b60008060408385031215612d3457600080fd5b612d3d83612a3f565b9150612c8060208401612be1565b60008060008060608587031215612d6157600080fd5b8435612d6c816129e5565b93506020850135612d7c816129e5565b9250604085013567ffffffffffffffff811115612d9857600080fd5b612da487828801612b4a565b95989497509550505050565b60008060208385031215612dc357600080fd5b823567ffffffffffffffff811115612dda57600080fd5b612de6858286016129fa565b90969095509350505050565b60005b83811015612e0d578181015183820152602001612df5565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015612e8a57603f1987860301845281518051808752612e67816020890160208501612df2565b601f01601f19169590950160209081019550938401939190910190600101612e3e565b50929695505050505050565b600080600060608486031215612eab57600080fd5b8335612eb6816129e5565b92506020840135612ec6816129e5565b91506040840135612ed681612cbf565b809150509250925092565b60008060408385031215612ef457600080fd5b8235612d3d816129e5565b60008060008060608587031215612f1557600080fd5b8435612f20816129e5565b9350602085013567ffffffffffffffff811115612f3c57600080fd5b612f4887828801612b4a565b909450925050604085013565ffffffffffff81168114612f6757600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b600060208284031215612f9a57600080fd5b813561088281612cbf565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610be6602083018486612fa5565b600060208284031215612ff457600080fd5b815161088281612cbf565b6001600160a01b03851681526001600160a01b03841660208201526060604082015260006119ef606083018486612fa5565b634e487b7160e01b600052601160045260246000fd5b6000808585111561305757600080fd5b8386111561306457600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e1984360301811261309e57600080fd5b83018035915067ffffffffffffffff8211156130b957600080fd5b60200191503681900382131561120c57600080fd5b8284823760008382016000815283516130eb818360208801612df2565b0195945050505050565b65ffffffffffff8181168382160190811115610c8357610c83613031565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b0384166040820152608060608201526000613153608083018486612fa5565b979650505050505050565b80356001600160e01b0319811690600484101561318d576001600160e01b0319808560040360031b1b82161691505b5092915050565b600082516131a6818460208701612df2565b9190910192915050565b63ffffffff8281168282160390811115610c8357610c8361303156fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a264697066735822122065619a47eb664643a4ce521f2c7328138f325724c75f248263988401a189742c64736f6c634300081a0033", + "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3222 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 0xB7009613 GT PUSH2 0xB0 JUMPI DUP1 PUSH4 0xD1F856EE GT PUSH2 0x7F JUMPI DUP1 PUSH4 0xD6BB62C6 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xD6BB62C6 EQ PUSH2 0x750 JUMPI DUP1 PUSH4 0xF801A698 EQ PUSH2 0x770 JUMPI DUP1 PUSH4 0xFE0776F5 EQ PUSH2 0x7AA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD1F856EE EQ PUSH2 0x710 JUMPI DUP1 PUSH4 0xD22B5989 EQ PUSH2 0x730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB7009613 EQ PUSH2 0x67E JUMPI DUP1 PUSH4 0xB7D2B162 EQ PUSH2 0x6BA JUMPI DUP1 PUSH4 0xC4D66DE8 EQ PUSH2 0x6DA JUMPI DUP1 PUSH4 0xCC1B6C81 EQ PUSH2 0x6FA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xA166AA89 GT PUSH2 0xEC JUMPI DUP1 PUSH4 0xA166AA89 EQ PUSH2 0x5A3 JUMPI DUP1 PUSH4 0xA64D95CE EQ PUSH2 0x603 JUMPI DUP1 PUSH4 0xABD9BD2A EQ PUSH2 0x623 JUMPI DUP1 PUSH4 0xAC9650D8 EQ PUSH2 0x651 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x6D5115BD EQ PUSH2 0x52E JUMPI DUP1 PUSH4 0x75B238FC EQ PUSH2 0x54E JUMPI DUP1 PUSH4 0x853551B8 EQ PUSH2 0x563 JUMPI DUP1 PUSH4 0x94C7D7EE EQ PUSH2 0x583 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 0x2A5C JUMP JUMPDEST PUSH2 0x7CA JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x231 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH2 0x240 CALLDATASIZE PUSH1 0x4 PUSH2 0x2AC3 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 0x2AC3 JUMP JUMPDEST PUSH2 0x81D 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 0x2ADE JUMP JUMPDEST PUSH2 0x889 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x30C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x31B CALLDATASIZE PUSH1 0x4 PUSH2 0x2B1C JUMP JUMPDEST PUSH2 0x89F JUMP JUMPDEST PUSH2 0x2CB PUSH2 0x32E CALLDATASIZE PUSH1 0x4 PUSH2 0x2B8C JUMP JUMPDEST PUSH2 0x91F JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x33F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x34E CALLDATASIZE PUSH1 0x4 PUSH2 0x2BF5 JUMP JUMPDEST PUSH2 0xABE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x35F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x373 PUSH2 0x36E CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0xAE0 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 0x2C56 JUMP JUMPDEST PUSH2 0xB78 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3D9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3ED PUSH2 0x3E8 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C89 JUMP JUMPDEST PUSH2 0xB8A 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 0x2C89 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 0x2CA2 JUMP JUMPDEST PUSH2 0xBEE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x4CD CALLDATASIZE PUSH1 0x4 PUSH2 0x2C56 JUMP JUMPDEST PUSH2 0xC2B JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4DE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH2 0x4ED CALLDATASIZE PUSH1 0x4 PUSH2 0x2AC3 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 0x2CD5 JUMP JUMPDEST PUSH2 0xC3D 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 0x57E CALLDATASIZE PUSH1 0x4 PUSH2 0x2D03 JUMP JUMPDEST PUSH2 0xC89 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x58F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x59E CALLDATASIZE PUSH1 0x4 PUSH2 0x2B8C JUMP JUMPDEST PUSH2 0xD24 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5AF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x5F3 PUSH2 0x5BE CALLDATASIZE PUSH1 0x4 PUSH2 0x2CA2 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0x60F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x61E CALLDATASIZE PUSH1 0x4 PUSH2 0x2D21 JUMP JUMPDEST PUSH2 0xE02 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x62F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x643 PUSH2 0x63E CALLDATASIZE PUSH1 0x4 PUSH2 0x2D4B JUMP JUMPDEST PUSH2 0xE14 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x65D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x671 PUSH2 0x66C CALLDATASIZE PUSH1 0x4 PUSH2 0x2DB0 JUMP JUMPDEST PUSH2 0xE4D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2A2 SWAP2 SWAP1 PUSH2 0x2E16 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x68A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x69E PUSH2 0x699 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E96 JUMP JUMPDEST PUSH2 0xF35 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 0x6C6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x6D5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0x1042 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6E6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x6F5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CA2 JUMP JUMPDEST PUSH2 0x1059 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x706 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x69780 PUSH2 0x2CB JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x71C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x69E PUSH2 0x72B CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0x1195 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x73C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x74B CALLDATASIZE PUSH1 0x4 PUSH2 0x2EE1 JUMP JUMPDEST PUSH2 0x1213 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x75C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2CB PUSH2 0x76B CALLDATASIZE PUSH1 0x4 PUSH2 0x2D4B JUMP JUMPDEST PUSH2 0x1225 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x77C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x790 PUSH2 0x78B CALLDATASIZE PUSH1 0x4 PUSH2 0x2EFF JUMP JUMPDEST PUSH2 0x13AF 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 0x7B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x7C5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0x155C JUMP JUMPDEST PUSH2 0x7D2 PUSH2 0x159E JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x816 JUMPI PUSH2 0x80E DUP6 DUP6 DUP6 DUP5 DUP2 DUP2 LT PUSH2 0x7F3 JUMPI PUSH2 0x7F3 PUSH2 0x2F72 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD PUSH1 0x20 DUP2 ADD SWAP1 PUSH2 0x808 SWAP2 SWAP1 PUSH2 0x2F88 JUMP JUMPDEST DUP5 PUSH2 0x1633 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x7D5 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH2 0x882 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16C9 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x891 PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x16E8 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH2 0x8A7 PUSH2 0x159E 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 0x903 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x917 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 DUP1 PUSH2 0x93F DUP4 DUP10 DUP10 DUP10 PUSH2 0x176A JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x955 JUMPI POP PUSH4 0xFFFFFFFF DUP2 AND ISZERO JUMPDEST ISZERO PUSH2 0x9C1 JUMPI DUP3 DUP9 PUSH2 0x966 DUP10 DUP10 PUSH2 0x17BD 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 0x9CF DUP5 DUP11 DUP11 DUP11 PUSH2 0xE14 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH4 0xFFFFFFFF DUP4 AND ISZERO ISZERO DUP1 PUSH2 0x9F6 JUMPI POP PUSH2 0x9EB DUP3 PUSH2 0xB8A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND ISZERO ISZERO JUMPDEST ISZERO PUSH2 0xA07 JUMPI PUSH2 0xA04 DUP3 PUSH2 0x17D5 JUMP JUMPDEST SWAP1 POP JUMPDEST PUSH1 0x3 DUP7 ADD SLOAD PUSH2 0xA5C DUP12 PUSH2 0xA1A DUP13 DUP13 PUSH2 0x17BD 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 0xAA6 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 0x193C 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 0xAC6 PUSH2 0x159E JUMP JUMPDEST PUSH2 0xADA DUP4 DUP4 PUSH2 0xAD4 DUP7 PUSH2 0x81D JUMP JUMPDEST DUP5 PUSH2 0x19F9 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP2 PUSH2 0xB69 SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1C84 JUMP JUMPDEST SWAP8 SWAP11 SWAP2 SWAP10 POP SWAP8 POP SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xB80 PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x1CA7 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0xBD9 DUP2 PUSH2 0x1D60 JUMP JUMPDEST PUSH2 0xBE3 JUMPI DUP1 PUSH2 0xBE6 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH2 0x882 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16C9 JUMP JUMPDEST PUSH2 0xC33 PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x1D8F JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0xC91 PUSH2 0x159E JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0xCB1 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0xCDB JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH32 0x1256F5B5ECB89CAEC12DB449738F2FBCD1BA5806CF38F35413F4E5C15BF6A450 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0xD17 SWAP3 SWAP2 SWAP1 PUSH2 0x2FCE 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 0xD7E 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 0xDA2 SWAP2 SWAP1 PUSH2 0x2FE2 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND EQ PUSH2 0xDEE 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 0x9B8 JUMP JUMPDEST PUSH2 0x816 PUSH2 0xDFD DUP6 DUP4 DUP7 DUP7 PUSH2 0xE14 JUMP JUMPDEST PUSH2 0x17D5 JUMP JUMPDEST PUSH2 0xE0A PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x1E6A JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 DUP5 DUP5 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xE2D SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2FFF 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 0xE78 JUMPI PUSH2 0xE78 PUSH2 0x3071 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0xEAB JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0xE96 JUMPI SWAP1 POP JUMPDEST POP SWAP2 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xF2D JUMPI PUSH2 0xF08 ADDRESS DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0xECF JUMPI PUSH2 0xECF PUSH2 0x2F72 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xEE1 SWAP2 SWAP1 PUSH2 0x3087 JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xEF4 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x30CE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x1FAC JUMP JUMPDEST DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0xF1A JUMPI PUSH2 0xF1A PUSH2 0x2F72 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0xEB1 JUMP JUMPDEST POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0xF71 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0xF81 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x103A JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0xFFC 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 0x103A JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1008 DUP6 DUP6 PUSH2 0xC3D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 PUSH2 0x1017 DUP4 DUP10 PUSH2 0x1195 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1028 JUMPI PUSH1 0x0 DUP1 PUSH2 0x1032 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 0x104A PUSH2 0x159E JUMP JUMPDEST PUSH2 0x1054 DUP3 DUP3 PUSH2 0x2022 JUMP JUMPDEST POP 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 0x10A4 JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0x10C1 JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x10CF JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x1106 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 0x113A JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH9 0x10000000000000000 OR DUP6 SSTORE JUMPDEST PUSH2 0x1143 DUP7 PUSH2 0x2136 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x917 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 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH8 0xFFFFFFFFFFFFFFFE NOT PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND ADD PUSH2 0x11BE JUMPI POP PUSH1 0x1 SWAP1 POP PUSH1 0x0 PUSH2 0x120C JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x11CB DUP7 DUP7 PUSH2 0xAE0 JUMP JUMPDEST POP POP SWAP2 POP SWAP2 POP DUP2 PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x0 EQ ISZERO DUP1 ISZERO PUSH2 0x1201 JUMPI POP PUSH2 0x11ED PUSH2 0x214A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO JUMPDEST SWAP4 POP SWAP2 POP PUSH2 0x120C SWAP1 POP JUMP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x121B PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x215A JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x1242 DUP7 DUP7 PUSH2 0x17BD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x1252 DUP10 DUP10 DUP10 DUP10 PUSH2 0xE14 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 0x1292 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x1347 JUMPI PUSH1 0x0 PUSH2 0x12B8 PUSH1 0x0 DUP6 PUSH2 0x1195 JUMP JUMPDEST POP SWAP1 POP PUSH1 0x0 PUSH2 0x12D3 PUSH2 0x12CD PUSH2 0x240 DUP13 DUP8 PUSH2 0xC3D JUMP JUMPDEST DUP7 PUSH2 0x1195 JUMP JUMPDEST POP SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x12E2 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x1344 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 0x9B8 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x13CF DUP3 DUP11 DUP11 DUP11 PUSH2 0x176A JUMP JUMPDEST SWAP2 POP POP PUSH1 0x0 DUP2 PUSH4 0xFFFFFFFF AND PUSH2 0x13E3 PUSH2 0x214A JUMP JUMPDEST PUSH2 0x13ED SWAP2 SWAP1 PUSH2 0x30F5 JUMP JUMPDEST SWAP1 POP PUSH4 0xFFFFFFFF DUP3 AND ISZERO DUP1 PUSH2 0x1424 JUMPI POP PUSH1 0x0 DUP8 PUSH6 0xFFFFFFFFFFFF AND GT DUP1 ISZERO PUSH2 0x1424 JUMPI POP DUP1 PUSH6 0xFFFFFFFFFFFF AND DUP8 PUSH6 0xFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0x1435 JUMPI DUP3 DUP11 PUSH2 0x966 DUP12 DUP12 PUSH2 0x17BD JUMP JUMPDEST PUSH2 0x144F DUP8 PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x2229 JUMP JUMPDEST SWAP7 POP PUSH2 0x145D DUP4 DUP12 DUP12 DUP12 PUSH2 0xE14 JUMP JUMPDEST SWAP6 POP PUSH2 0x1468 DUP7 PUSH2 0x2239 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 0x1547 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3113 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 0x104A 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 0x15AD DUP4 DUP3 CALLDATASIZE PUSH2 0x22CE JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1054 JUMPI DUP1 PUSH4 0xFFFFFFFF AND PUSH1 0x0 SUB PUSH2 0x1623 JUMPI PUSH1 0x0 PUSH2 0x15D0 DUP2 CALLDATASIZE PUSH2 0x241A 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 0x9B8 JUMP JUMPDEST PUSH2 0xADA PUSH2 0xDFD DUP5 ADDRESS PUSH1 0x0 CALLDATASIZE PUSH2 0xE14 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0x16DE DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1C84 JUMP JUMPDEST POP SWAP1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH15 0xFF0000000000000000000000000000 NOT AND PUSH1 0x1 PUSH1 0x70 SHL DUP8 ISZERO ISZERO SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 OR SWAP1 SWAP2 SSTORE SWAP3 MLOAD SWAP3 DUP4 MSTORE SWAP1 SWAP3 SWAP2 PUSH32 0x90D4E7BB7E5D933792B3562E1741306F8BE94837E1348DACEF9B6F1DF56EB138 SWAP2 ADD PUSH2 0xD17 JUMP JUMPDEST PUSH1 0x0 DUP1 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x1791 JUMPI PUSH2 0x1788 DUP7 DUP6 DUP6 PUSH2 0x22CE JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x17B4 JUMP JUMPDEST PUSH1 0x4 DUP4 LT PUSH2 0x17AD JUMPI PUSH2 0x17A8 DUP7 DUP7 PUSH2 0x699 DUP8 DUP8 PUSH2 0x17BD JUMP JUMPDEST PUSH2 0x1788 JUMP JUMPDEST POP PUSH1 0x0 SWAP1 POP DUP1 JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x17CC PUSH1 0x4 DUP3 DUP5 DUP7 PUSH2 0x3047 JUMP JUMPDEST PUSH2 0x882 SWAP2 PUSH2 0x315E JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 DUP5 SUB PUSH2 0x1850 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH2 0x1858 PUSH2 0x214A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO PUSH2 0x18A4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x18CB6B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH2 0x18AD DUP3 PUSH2 0x1D60 JUMP JUMPDEST ISZERO PUSH2 0x18E7 JUMPI PUSH1 0x40 MLOAD PUSH32 0x78A5D6E400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1981 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCF47918100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE SELFBALANCE PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x44 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 DUP7 PUSH1 0x40 MLOAD PUSH2 0x199D SWAP2 SWAP1 PUSH2 0x3194 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 0x19DA 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 0x19DF JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x19EF DUP7 DUP4 DUP4 PUSH2 0x2725 JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1A49 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1B51 JUMPI DUP6 PUSH4 0xFFFFFFFF AND PUSH2 0x1A98 PUSH2 0x214A JUMP JUMPDEST PUSH2 0x1AA2 SWAP2 SWAP1 PUSH2 0x30F5 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 0x1AD0 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 0x1C14 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 0x1BA1 SWAP2 PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND SWAP1 DUP8 SWAP1 PUSH2 0x279A 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 0x1C9A DUP5 PUSH2 0x1C95 PUSH2 0x214A JUMP JUMPDEST PUSH2 0x2844 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP2 SWAP4 SWAP1 SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1CD6 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1D00 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1D6A PUSH2 0x214A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x1D7F PUSH3 0x93A80 DUP5 PUSH2 0x30F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND GT ISZERO SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1DBE JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1DE8 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1EB8 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1EF4 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x279A 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 0x1F9E 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 0x1FC9 SWAP2 SWAP1 PUSH2 0x3194 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x2004 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 0x2009 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x2019 DUP6 DUP4 DUP4 PUSH2 0x2725 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2072 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x20BA JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0xC83 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 PUSH2 0x213E PUSH2 0x2891 JUMP JUMPDEST PUSH2 0x2147 DUP2 PUSH2 0x28FA JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2155 TIMESTAMP PUSH2 0x2953 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD SWAP1 SWAP2 SWAP1 PUSH2 0x219F SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x279A 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 0x1F9E JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 XOR DUP3 DUP5 GT MUL DUP3 XOR PUSH2 0x882 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x2294 JUMPI POP PUSH2 0x2292 DUP2 PUSH2 0x1D60 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x1054 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813E945900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x4 DUP4 LT ISZERO PUSH2 0x22E5 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x103A JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x2368 JUMPI PUSH2 0xFF1 ADDRESS PUSH2 0x2303 DUP7 DUP7 PUSH2 0x17BD 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 0x2377 DUP8 DUP8 PUSH2 0x241A JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP DUP3 ISZERO DUP1 ISZERO PUSH2 0x23B1 JUMPI POP ADDRESS PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 JUMPDEST ISZERO PUSH2 0x23C5 JUMPI PUSH1 0x0 DUP1 SWAP5 POP SWAP5 POP POP POP POP PUSH2 0x103A JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x23D2 DUP5 DUP12 PUSH2 0x1195 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x23EC JUMPI PUSH1 0x0 DUP1 SWAP7 POP SWAP7 POP POP POP POP POP POP PUSH2 0x103A JUMP JUMPDEST PUSH2 0x2402 DUP4 PUSH4 0xFFFFFFFF AND DUP3 PUSH4 0xFFFFFFFF AND PUSH2 0x2229 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 0x2435 JUMPI POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP DUP1 PUSH2 0x271E JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2441 DUP7 DUP7 PUSH2 0x17BD JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x853551B800000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x24A4 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x30CAE18700000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x24D8 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x5296295200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x250C JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xA64D95CE00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2540 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xD22B598900000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2556 JUMPI PUSH1 0x1 PUSH1 0x0 DUP1 SWAP4 POP SWAP4 POP SWAP4 POP POP PUSH2 0x271E JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x18FF183C00000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x25B7 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x167BD39500000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x25EB JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x8D6122D00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x262D JUMPI PUSH1 0x0 PUSH2 0x2600 PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x3047 JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x260D SWAP2 SWAP1 PUSH2 0x2CA2 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x261A DUP3 PUSH2 0xBEE JUMP JUMPDEST PUSH1 0x1 SWAP7 POP PUSH1 0x0 SWAP6 POP SWAP4 POP PUSH2 0x271E SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x25C471A000000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x268E JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xB7D2B16200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2708 JUMPI PUSH1 0x0 PUSH2 0x26A3 PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x3047 JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x26B0 SWAP2 SWAP1 PUSH2 0x2AC3 JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH2 0x26F9 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 0x271E JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2714 ADDRESS DUP4 PUSH2 0xC3D JUMP JUMPDEST PUSH1 0x0 SWAP4 POP SWAP4 POP SWAP4 POP POP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x60 DUP3 PUSH2 0x273A JUMPI PUSH2 0x2735 DUP3 PUSH2 0x29A3 JUMP JUMPDEST PUSH2 0x882 JUMP JUMPDEST DUP2 MLOAD ISZERO DUP1 ISZERO PUSH2 0x2751 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND EXTCODESIZE ISZERO JUMPDEST ISZERO PUSH2 0x2793 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 0x9B8 JUMP JUMPDEST POP DUP1 PUSH2 0x882 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x27B1 DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16C9 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x27EE DUP6 PUSH4 0xFFFFFFFF AND DUP8 PUSH4 0xFFFFFFFF AND DUP5 PUSH4 0xFFFFFFFF AND GT PUSH2 0x27D9 JUMPI PUSH1 0x0 PUSH2 0x27E3 JUMP JUMPDEST PUSH2 0x27E3 DUP9 DUP6 PUSH2 0x31B0 JUMP JUMPDEST PUSH4 0xFFFFFFFF AND PUSH2 0x2229 JUMP JUMPDEST SWAP1 POP DUP1 PUSH4 0xFFFFFFFF AND PUSH2 0x27FF PUSH2 0x214A JUMP JUMPDEST PUSH2 0x2809 SWAP2 SWAP1 PUSH2 0x30F5 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 PUSH10 0xFFFFFFFFFFFFFFFFFFFF PUSH1 0x20 DUP4 SWAP1 SHR AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB DUP4 AND PUSH6 0xFFFFFFFFFFFF PUSH1 0x40 DUP6 SWAP1 SHR DUP2 AND SWAP1 DUP5 AND DUP2 GT ISZERO PUSH2 0x287F JUMPI DUP3 DUP3 DUP3 PUSH2 0x2884 JUMP JUMPDEST DUP2 PUSH1 0x0 DUP1 JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 SLOAD PUSH9 0x10000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x28F8 JUMPI PUSH1 0x40 MLOAD PUSH32 0xD7E6BCF800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2902 PUSH2 0x2891 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2945 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813ADA200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x0 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH2 0x89B PUSH1 0x0 DUP3 PUSH1 0x0 DUP1 PUSH2 0x19F9 JUMP JUMPDEST PUSH1 0x0 PUSH6 0xFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x299F 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 0x9B8 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST DUP1 MLOAD ISZERO PUSH2 0x29B3 JUMPI DUP1 MLOAD DUP1 DUP3 PUSH1 0x20 ADD REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xD6BDA27500000000000000000000000000000000000000000000000000000000 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 0x2147 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2A0C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2A24 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 0x120C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2A57 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 0x2A72 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2A7D DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2A99 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2AA5 DUP8 DUP3 DUP9 ADD PUSH2 0x29FA JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0x2AB8 SWAP1 POP PUSH1 0x40 DUP7 ADD PUSH2 0x2A3F JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2AD5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x882 DUP3 PUSH2 0x2A3F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2AF1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2AFC DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x2B11 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 0x2B2F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2B3A DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2B11 DUP2 PUSH2 0x29E5 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2B5C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2B74 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x120C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2BA1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2BAC DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BC8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2BD4 DUP7 DUP3 DUP8 ADD PUSH2 0x2B4A JUMP JUMPDEST SWAP5 SWAP8 SWAP1 SWAP7 POP SWAP4 SWAP5 POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2A57 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2C0A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C13 DUP5 PUSH2 0x2A3F JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2C23 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2C31 PUSH1 0x40 DUP6 ADD PUSH2 0x2BE1 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C4D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2B3A DUP4 PUSH2 0x2A3F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C69 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C72 DUP4 PUSH2 0x2A3F JUMP JUMPDEST SWAP2 POP PUSH2 0x2C80 PUSH1 0x20 DUP5 ADD PUSH2 0x2A3F JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2C9B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CB4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x882 DUP2 PUSH2 0x29E5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND DUP2 EQ PUSH2 0x2147 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2CE8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CF3 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2B11 DUP2 PUSH2 0x2CBF JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2D18 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2BAC DUP5 PUSH2 0x2A3F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2D34 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D3D DUP4 PUSH2 0x2A3F JUMP JUMPDEST SWAP2 POP PUSH2 0x2C80 PUSH1 0x20 DUP5 ADD PUSH2 0x2BE1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2D61 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2D6C DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH2 0x2D7C DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D98 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DA4 DUP8 DUP3 DUP9 ADD PUSH2 0x2B4A 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 0x2DC3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2DDA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DE6 DUP6 DUP3 DUP7 ADD PUSH2 0x29FA JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2E0D JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x2DF5 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 0x2E8A JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP1 DUP8 MSTORE PUSH2 0x2E67 DUP2 PUSH1 0x20 DUP10 ADD PUSH1 0x20 DUP6 ADD PUSH2 0x2DF2 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 0x2E3E 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 0x2EAB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2EB6 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2EC6 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x2ED6 DUP2 PUSH2 0x2CBF JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EF4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2D3D DUP2 PUSH2 0x29E5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2F15 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2F20 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F3C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F48 DUP8 DUP3 DUP9 ADD PUSH2 0x2B4A JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2F67 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 0x2F9A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x882 DUP2 PUSH2 0x2CBF 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 0xBE6 PUSH1 0x20 DUP4 ADD DUP5 DUP7 PUSH2 0x2FA5 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2FF4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x882 DUP2 PUSH2 0x2CBF 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 0x19EF PUSH1 0x60 DUP4 ADD DUP5 DUP7 PUSH2 0x2FA5 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 0x3057 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x3064 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 0x309E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x30B9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x120C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 DUP5 DUP3 CALLDATACOPY PUSH1 0x0 DUP4 DUP3 ADD PUSH1 0x0 DUP2 MSTORE DUP4 MLOAD PUSH2 0x30EB DUP2 DUP4 PUSH1 0x20 DUP9 ADD PUSH2 0x2DF2 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 0xC83 JUMPI PUSH2 0xC83 PUSH2 0x3031 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 0x3153 PUSH1 0x80 DUP4 ADD DUP5 DUP7 PUSH2 0x2FA5 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 0x318D 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 0x31A6 DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x2DF2 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 0xC83 JUMPI PUSH2 0xC83 PUSH2 0x3031 JUMP INVALID BLOCKHASH 0xC6 0xC8 0xC2 DUP8 DUP10 DUP6 EXTCODECOPY PUSH31 0xFD823AB20824BBD71718A8A5915E855F6F288C9A26AD00A264697066735822 SLT KECCAK256 PUSH6 0x619A47EB6646 NUMBER LOG4 0xCE MSTORE 0x1F 0x2C PUSH20 0x28138F325724C75F248263988401A189742C6473 PUSH16 0x6C634300081A00330000000000000000 ", + "sourceMap": "3961:28723:12:-:0;;;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": { + "@ADMIN_ROLE_4480": { + "entryPoint": null, + "id": 4480, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@PUBLIC_ROLE_4488": { + "entryPoint": null, + "id": 4488, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@__AccessManager_init_4550": { + "entryPoint": 8502, + "id": 4550, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@__AccessManager_init_unchained_4580": { + "entryPoint": 10490, + "id": 4580, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_canCallExtended_6346": { + "entryPoint": 5994, + "id": 6346, + "parameterSlots": 4, + "returnSlots": 2 + }, + "@_canCallSelf_6448": { + "entryPoint": 8910, + "id": 6448, + "parameterSlots": 3, + "returnSlots": 2 + }, + "@_checkAuthorized_6148": { + "entryPoint": 5534, + "id": 6148, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@_checkInitializing_6704": { + "entryPoint": 10385, + "id": 6704, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@_checkNotScheduled_5723": { + "entryPoint": 8761, + "id": 5723, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_checkSelector_6508": { + "entryPoint": 6077, + "id": 6508, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@_consumeScheduledOp_6054": { + "entryPoint": 6101, + "id": 6054, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_contextSuffixLength_6827": { + "entryPoint": null, + "id": 6827, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_getAccessManagerStorage_4518": { + "entryPoint": null, + "id": 4518, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_getAdminRestrictions_6301": { + "entryPoint": 9242, + "id": 6301, + "parameterSlots": 2, + "returnSlots": 3 + }, + "@_getFullAt_13180": { + "entryPoint": 10308, + "id": 13180, + "parameterSlots": 2, + "returnSlots": 3 + }, + "@_getInitializableStorage_6781": { + "entryPoint": null, + "id": 6781, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_grantRole_5145": { + "entryPoint": 6649, + "id": 5145, + "parameterSlots": 4, + "returnSlots": 1 + }, + "@_hashExecutionId_6527": { + "entryPoint": null, + "id": 6527, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@_isExecuting_6473": { + "entryPoint": null, + "id": 6473, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@_isExpired_6491": { + "entryPoint": 7520, + "id": 6491, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_isInitializing_6772": { + "entryPoint": null, + "id": 6772, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_msgData_6819": { + "entryPoint": null, + "id": 6819, + "parameterSlots": 0, + "returnSlots": 2 + }, + "@_msgSender_6810": { + "entryPoint": null, + "id": 6810, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_revert_7983": { + "entryPoint": 10659, + "id": 7983, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_revokeRole_5201": { + "entryPoint": 8226, + "id": 5201, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@_setGrantDelay_5338": { + "entryPoint": 7786, + "id": 5338, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@_setRoleAdmin_5243": { + "entryPoint": 7335, + "id": 5243, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@_setRoleGuardian_5285": { + "entryPoint": 7567, + "id": 5285, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@_setTargetAdminDelay_5467": { + "entryPoint": 8538, + "id": 5467, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@_setTargetClosed_5512": { + "entryPoint": 5864, + "id": 5512, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@_setTargetFunctionRole_5407": { + "entryPoint": 5683, + "id": 5407, + "parameterSlots": 3, + "returnSlots": 0 + }, + "@canCall_4647": { + "entryPoint": 3893, + "id": 4647, + "parameterSlots": 3, + "returnSlots": 2 + }, + "@cancel_5943": { + "entryPoint": 4645, + "id": 5943, + "parameterSlots": 4, + "returnSlots": 1 + }, + "@consumeScheduledOp_5980": { + "entryPoint": 3364, + "id": 5980, + "parameterSlots": 3, + "returnSlots": 0 + }, + "@execute_5832": { + "entryPoint": 2335, + "id": 5832, + "parameterSlots": 3, + "returnSlots": 1 + }, + "@expiration_4656": { + "entryPoint": null, + "id": 4656, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@functionCallWithValue_7849": { + "entryPoint": 6460, + "id": 7849, + "parameterSlots": 3, + "returnSlots": 1 + }, + "@functionDelegateCall_7901": { + "entryPoint": 8108, + "id": 7901, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@getAccess_4854": { + "entryPoint": 2784, + "id": 4854, + "parameterSlots": 2, + "returnSlots": 4 + }, + "@getFull_13200": { + "entryPoint": 7300, + "id": 13200, + "parameterSlots": 1, + "returnSlots": 3 + }, + "@getNonce_5563": { + "entryPoint": null, + "id": 5563, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@getRoleAdmin_4755": { + "entryPoint": null, + "id": 4755, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@getRoleGrantDelay_4799": { + "entryPoint": 2077, + "id": 4799, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@getRoleGuardian_4776": { + "entryPoint": null, + "id": 4776, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@getSchedule_5542": { + "entryPoint": 2954, + "id": 5542, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@getTargetAdminDelay_4734": { + "entryPoint": 3054, + "id": 4734, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@getTargetFunctionRole_4711": { + "entryPoint": 3133, + "id": 4711, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@get_13218": { + "entryPoint": 5833, + "id": 13218, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@grantRole_4949": { + "entryPoint": 2750, + "id": 4949, + "parameterSlots": 3, + "returnSlots": 0 + }, + "@hasRole_4898": { + "entryPoint": 4501, + "id": 4898, + "parameterSlots": 2, + "returnSlots": 2 + }, + "@hashOperation_6076": { + "entryPoint": 3604, + "id": 6076, + "parameterSlots": 4, + "returnSlots": 1 + }, + "@initialize_4538": { + "entryPoint": 4185, + "id": 4538, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@isTargetClosed_4686": { + "entryPoint": null, + "id": 4686, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@labelRole_4927": { + "entryPoint": 3209, + "id": 4927, + "parameterSlots": 3, + "returnSlots": 0 + }, + "@max_9791": { + "entryPoint": 8745, + "id": 9791, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@minSetback_4665": { + "entryPoint": null, + "id": 4665, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@multicall_6930": { + "entryPoint": 3661, + "id": 6930, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@pack_13363": { + "entryPoint": null, + "id": 13363, + "parameterSlots": 3, + "returnSlots": 1 + }, + "@renounceRole_4988": { + "entryPoint": 5468, + "id": 4988, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@revokeRole_4965": { + "entryPoint": 4162, + "id": 4965, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@schedule_5688": { + "entryPoint": 5039, + "id": 5688, + "parameterSlots": 4, + "returnSlots": 2 + }, + "@setGrantDelay_5036": { + "entryPoint": 3586, + "id": 5036, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@setRoleAdmin_5004": { + "entryPoint": 2936, + "id": 5004, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@setRoleGuardian_5020": { + "entryPoint": 3115, + "id": 5020, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@setTargetAdminDelay_5423": { + "entryPoint": 4627, + "id": 5423, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@setTargetClosed_5483": { + "entryPoint": 2185, + "id": 5483, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@setTargetFunctionRole_5373": { + "entryPoint": 1994, + "id": 5373, + "parameterSlots": 4, + "returnSlots": 0 + }, + "@ternary_9772": { + "entryPoint": null, + "id": 9772, + "parameterSlots": 3, + "returnSlots": 1 + }, + "@timestamp_13112": { + "entryPoint": 8522, + "id": 13112, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@toDelay_13142": { + "entryPoint": null, + "id": 13142, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@toUint48_11936": { + "entryPoint": 10579, + "id": 11936, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@toUint_12945": { + "entryPoint": null, + "id": 12945, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@unpack_13325": { + "entryPoint": null, + "id": 13325, + "parameterSlots": 1, + "returnSlots": 3 + }, + "@updateAuthority_6094": { + "entryPoint": 2207, + "id": 6094, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@verifyCallResultFromTarget_7941": { + "entryPoint": 10021, + "id": 7941, + "parameterSlots": 3, + "returnSlots": 1 + }, + "@withUpdate_13274": { + "entryPoint": 10138, + "id": 13274, + "parameterSlots": 3, + "returnSlots": 2 + }, + "abi_decode_array_bytes4_dyn_calldata": { + "entryPoint": 10746, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_bytes_calldata": { + "entryPoint": 11082, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_address": { + "entryPoint": 11426, + "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": 11036, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_addresst_addresst_bytes4": { + "entryPoint": 11926, + "id": null, + "parameterSlots": 2, + "returnSlots": 3 + }, + "abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr": { + "entryPoint": 11595, + "id": null, + "parameterSlots": 2, + "returnSlots": 4 + }, + "abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64": { + "entryPoint": 10844, + "id": null, + "parameterSlots": 2, + "returnSlots": 4 + }, + "abi_decode_tuple_t_addresst_bool": { + "entryPoint": 10974, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_addresst_bytes4": { + "entryPoint": 11477, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_addresst_bytes_calldata_ptr": { + "entryPoint": 11148, + "id": null, + "parameterSlots": 2, + "returnSlots": 3 + }, + "abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48": { + "entryPoint": 12031, + "id": null, + "parameterSlots": 2, + "returnSlots": 4 + }, + "abi_decode_tuple_t_addresst_uint32": { + "entryPoint": 12001, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr": { + "entryPoint": 11696, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_bytes32": { + "entryPoint": 11401, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_bytes4": { + "entryPoint": 12168, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_bytes4_fromMemory": { + "entryPoint": 12258, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_uint64": { + "entryPoint": 10947, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_uint64t_address": { + "entryPoint": 11322, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_uint64t_addresst_uint32": { + "entryPoint": 11253, + "id": null, + "parameterSlots": 2, + "returnSlots": 3 + }, + "abi_decode_tuple_t_uint64t_string_calldata_ptr": { + "entryPoint": 11523, + "id": null, + "parameterSlots": 2, + "returnSlots": 3 + }, + "abi_decode_tuple_t_uint64t_uint32": { + "entryPoint": 11553, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_uint64t_uint64": { + "entryPoint": 11350, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_uint32": { + "entryPoint": 11233, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "abi_decode_uint64": { + "entryPoint": 10815, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "abi_encode_string_calldata": { + "entryPoint": 12197, + "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": 12494, + "id": null, + "parameterSlots": 4, + "returnSlots": 1 + }, + "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": { + "entryPoint": 12692, + "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": 12287, + "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": 11798, + "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": 12238, + "id": null, + "parameterSlots": 3, + "returnSlots": 1 + }, + "abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed": { + "entryPoint": null, + "id": null, + "parameterSlots": 3, + "returnSlots": 1 + }, + "abi_encode_tuple_t_uint32__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": 12563, + "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": 12423, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "calldata_array_index_range_access_t_bytes_calldata_ptr": { + "entryPoint": 12359, + "id": null, + "parameterSlots": 4, + "returnSlots": 2 + }, + "checked_add_t_uint48": { + "entryPoint": 12533, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "checked_sub_t_uint256": { + "entryPoint": null, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "checked_sub_t_uint32": { + "entryPoint": 12720, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4": { + "entryPoint": 12638, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "copy_memory_to_memory_with_cleanup": { + "entryPoint": 11762, + "id": null, + "parameterSlots": 3, + "returnSlots": 0 + }, + "panic_error_0x11": { + "entryPoint": 12337, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "panic_error_0x32": { + "entryPoint": 12146, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "panic_error_0x41": { + "entryPoint": 12401, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "validator_revert_address": { + "entryPoint": 10725, + "id": null, + "parameterSlots": 1, + "returnSlots": 0 + }, + "validator_revert_bytes4": { + "entryPoint": 11455, + "id": null, + "parameterSlots": 1, + "returnSlots": 0 + } + }, + "generatedSources": [ + { + "ast": { + "nativeSrc": "0:21317:46", + "nodeType": "YulBlock", + "src": "0:21317:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "59:109:46", + "nodeType": "YulBlock", + "src": "59:109:46", + "statements": [ + { + "body": { + "nativeSrc": "146:16:46", + "nodeType": "YulBlock", + "src": "146:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "155:1:46", + "nodeType": "YulLiteral", + "src": "155:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "158:1:46", + "nodeType": "YulLiteral", + "src": "158:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "148:6:46", + "nodeType": "YulIdentifier", + "src": "148:6:46" + }, + "nativeSrc": "148:12:46", + "nodeType": "YulFunctionCall", + "src": "148:12:46" + }, + "nativeSrc": "148:12:46", + "nodeType": "YulExpressionStatement", + "src": "148:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "82:5:46", + "nodeType": "YulIdentifier", + "src": "82:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "93:5:46", + "nodeType": "YulIdentifier", + "src": "93:5:46" + }, + { + "kind": "number", + "nativeSrc": "100:42:46", + "nodeType": "YulLiteral", + "src": "100:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "89:3:46", + "nodeType": "YulIdentifier", + "src": "89:3:46" + }, + "nativeSrc": "89:54:46", + "nodeType": "YulFunctionCall", + "src": "89:54:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "79:2:46", + "nodeType": "YulIdentifier", + "src": "79:2:46" + }, + "nativeSrc": "79:65:46", + "nodeType": "YulFunctionCall", + "src": "79:65:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "72:6:46", + "nodeType": "YulIdentifier", + "src": "72:6:46" + }, + "nativeSrc": "72:73:46", + "nodeType": "YulFunctionCall", + "src": "72:73:46" + }, + "nativeSrc": "69:93:46", + "nodeType": "YulIf", + "src": "69:93:46" + } + ] + }, + "name": "validator_revert_address", + "nativeSrc": "14:154:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "48:5:46", + "nodeType": "YulTypedName", + "src": "48:5:46", + "type": "" + } + ], + "src": "14:154:46" + }, + { + "body": { + "nativeSrc": "256:283:46", + "nodeType": "YulBlock", + "src": "256:283:46", + "statements": [ + { + "body": { + "nativeSrc": "305:16:46", + "nodeType": "YulBlock", + "src": "305:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "314:1:46", + "nodeType": "YulLiteral", + "src": "314:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "317:1:46", + "nodeType": "YulLiteral", + "src": "317:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "307:6:46", + "nodeType": "YulIdentifier", + "src": "307:6:46" + }, + "nativeSrc": "307:12:46", + "nodeType": "YulFunctionCall", + "src": "307:12:46" + }, + "nativeSrc": "307:12:46", + "nodeType": "YulExpressionStatement", + "src": "307:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "284:6:46", + "nodeType": "YulIdentifier", + "src": "284:6:46" + }, + { + "kind": "number", + "nativeSrc": "292:4:46", + "nodeType": "YulLiteral", + "src": "292:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "280:3:46", + "nodeType": "YulIdentifier", + "src": "280:3:46" + }, + "nativeSrc": "280:17:46", + "nodeType": "YulFunctionCall", + "src": "280:17:46" + }, + { + "name": "end", + "nativeSrc": "299:3:46", + "nodeType": "YulIdentifier", + "src": "299:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "276:3:46", + "nodeType": "YulIdentifier", + "src": "276:3:46" + }, + "nativeSrc": "276:27:46", + "nodeType": "YulFunctionCall", + "src": "276:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "269:6:46", + "nodeType": "YulIdentifier", + "src": "269:6:46" + }, + "nativeSrc": "269:35:46", + "nodeType": "YulFunctionCall", + "src": "269:35:46" + }, + "nativeSrc": "266:55:46", + "nodeType": "YulIf", + "src": "266:55:46" + }, + { + "nativeSrc": "330:30:46", + "nodeType": "YulAssignment", + "src": "330:30:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "353:6:46", + "nodeType": "YulIdentifier", + "src": "353:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "340:12:46", + "nodeType": "YulIdentifier", + "src": "340:12:46" + }, + "nativeSrc": "340:20:46", + "nodeType": "YulFunctionCall", + "src": "340:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "330:6:46", + "nodeType": "YulIdentifier", + "src": "330:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "403:16:46", + "nodeType": "YulBlock", + "src": "403:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "412:1:46", + "nodeType": "YulLiteral", + "src": "412:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "415:1:46", + "nodeType": "YulLiteral", + "src": "415:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "405:6:46", + "nodeType": "YulIdentifier", + "src": "405:6:46" + }, + "nativeSrc": "405:12:46", + "nodeType": "YulFunctionCall", + "src": "405:12:46" + }, + "nativeSrc": "405:12:46", + "nodeType": "YulExpressionStatement", + "src": "405:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "375:6:46", + "nodeType": "YulIdentifier", + "src": "375:6:46" + }, + { + "kind": "number", + "nativeSrc": "383:18:46", + "nodeType": "YulLiteral", + "src": "383:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "372:2:46", + "nodeType": "YulIdentifier", + "src": "372:2:46" + }, + "nativeSrc": "372:30:46", + "nodeType": "YulFunctionCall", + "src": "372:30:46" + }, + "nativeSrc": "369:50:46", + "nodeType": "YulIf", + "src": "369:50:46" + }, + { + "nativeSrc": "428:29:46", + "nodeType": "YulAssignment", + "src": "428:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "444:6:46", + "nodeType": "YulIdentifier", + "src": "444:6:46" + }, + { + "kind": "number", + "nativeSrc": "452:4:46", + "nodeType": "YulLiteral", + "src": "452:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "440:3:46", + "nodeType": "YulIdentifier", + "src": "440:3:46" + }, + "nativeSrc": "440:17:46", + "nodeType": "YulFunctionCall", + "src": "440:17:46" + }, + "variableNames": [ + { + "name": "arrayPos", + "nativeSrc": "428:8:46", + "nodeType": "YulIdentifier", + "src": "428:8:46" + } + ] + }, + { + "body": { + "nativeSrc": "517:16:46", + "nodeType": "YulBlock", + "src": "517:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "526:1:46", + "nodeType": "YulLiteral", + "src": "526:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "529:1:46", + "nodeType": "YulLiteral", + "src": "529:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "519:6:46", + "nodeType": "YulIdentifier", + "src": "519:6:46" + }, + "nativeSrc": "519:12:46", + "nodeType": "YulFunctionCall", + "src": "519:12:46" + }, + "nativeSrc": "519:12:46", + "nodeType": "YulExpressionStatement", + "src": "519:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "480:6:46", + "nodeType": "YulIdentifier", + "src": "480:6:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "492:1:46", + "nodeType": "YulLiteral", + "src": "492:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "495:6:46", + "nodeType": "YulIdentifier", + "src": "495:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "488:3:46", + "nodeType": "YulIdentifier", + "src": "488:3:46" + }, + "nativeSrc": "488:14:46", + "nodeType": "YulFunctionCall", + "src": "488:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "476:3:46", + "nodeType": "YulIdentifier", + "src": "476:3:46" + }, + "nativeSrc": "476:27:46", + "nodeType": "YulFunctionCall", + "src": "476:27:46" + }, + { + "kind": "number", + "nativeSrc": "505:4:46", + "nodeType": "YulLiteral", + "src": "505:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "472:3:46", + "nodeType": "YulIdentifier", + "src": "472:3:46" + }, + "nativeSrc": "472:38:46", + "nodeType": "YulFunctionCall", + "src": "472:38:46" + }, + { + "name": "end", + "nativeSrc": "512:3:46", + "nodeType": "YulIdentifier", + "src": "512:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "469:2:46", + "nodeType": "YulIdentifier", + "src": "469:2:46" + }, + "nativeSrc": "469:47:46", + "nodeType": "YulFunctionCall", + "src": "469:47:46" + }, + "nativeSrc": "466:67:46", + "nodeType": "YulIf", + "src": "466:67:46" + } + ] + }, + "name": "abi_decode_array_bytes4_dyn_calldata", + "nativeSrc": "173:366:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "219:6:46", + "nodeType": "YulTypedName", + "src": "219:6:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "227:3:46", + "nodeType": "YulTypedName", + "src": "227:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "arrayPos", + "nativeSrc": "235:8:46", + "nodeType": "YulTypedName", + "src": "235:8:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "245:6:46", + "nodeType": "YulTypedName", + "src": "245:6:46", + "type": "" + } + ], + "src": "173:366:46" + }, + { + "body": { + "nativeSrc": "592:123:46", + "nodeType": "YulBlock", + "src": "592:123:46", + "statements": [ + { + "nativeSrc": "602:29:46", + "nodeType": "YulAssignment", + "src": "602:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "624:6:46", + "nodeType": "YulIdentifier", + "src": "624:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "611:12:46", + "nodeType": "YulIdentifier", + "src": "611:12:46" + }, + "nativeSrc": "611:20:46", + "nodeType": "YulFunctionCall", + "src": "611:20:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "602:5:46", + "nodeType": "YulIdentifier", + "src": "602:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "693:16:46", + "nodeType": "YulBlock", + "src": "693:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "702:1:46", + "nodeType": "YulLiteral", + "src": "702:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "705:1:46", + "nodeType": "YulLiteral", + "src": "705:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "695:6:46", + "nodeType": "YulIdentifier", + "src": "695:6:46" + }, + "nativeSrc": "695:12:46", + "nodeType": "YulFunctionCall", + "src": "695:12:46" + }, + "nativeSrc": "695:12:46", + "nodeType": "YulExpressionStatement", + "src": "695:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "653:5:46", + "nodeType": "YulIdentifier", + "src": "653:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "664:5:46", + "nodeType": "YulIdentifier", + "src": "664:5:46" + }, + { + "kind": "number", + "nativeSrc": "671:18:46", + "nodeType": "YulLiteral", + "src": "671:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "660:3:46", + "nodeType": "YulIdentifier", + "src": "660:3:46" + }, + "nativeSrc": "660:30:46", + "nodeType": "YulFunctionCall", + "src": "660:30:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "650:2:46", + "nodeType": "YulIdentifier", + "src": "650:2:46" + }, + "nativeSrc": "650:41:46", + "nodeType": "YulFunctionCall", + "src": "650:41:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "643:6:46", + "nodeType": "YulIdentifier", + "src": "643:6:46" + }, + "nativeSrc": "643:49:46", + "nodeType": "YulFunctionCall", + "src": "643:49:46" + }, + "nativeSrc": "640:69:46", + "nodeType": "YulIf", + "src": "640:69:46" + } + ] + }, + "name": "abi_decode_uint64", + "nativeSrc": "544:171:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "571:6:46", + "nodeType": "YulTypedName", + "src": "571:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "582:5:46", + "nodeType": "YulTypedName", + "src": "582:5:46", + "type": "" + } + ], + "src": "544:171:46" + }, + { + "body": { + "nativeSrc": "857:505:46", + "nodeType": "YulBlock", + "src": "857:505:46", + "statements": [ + { + "body": { + "nativeSrc": "903:16:46", + "nodeType": "YulBlock", + "src": "903:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "912:1:46", + "nodeType": "YulLiteral", + "src": "912:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "915:1:46", + "nodeType": "YulLiteral", + "src": "915:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "905:6:46", + "nodeType": "YulIdentifier", + "src": "905:6:46" + }, + "nativeSrc": "905:12:46", + "nodeType": "YulFunctionCall", + "src": "905:12:46" + }, + "nativeSrc": "905:12:46", + "nodeType": "YulExpressionStatement", + "src": "905:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "878:7:46", + "nodeType": "YulIdentifier", + "src": "878:7:46" + }, + { + "name": "headStart", + "nativeSrc": "887:9:46", + "nodeType": "YulIdentifier", + "src": "887:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "874:3:46", + "nodeType": "YulIdentifier", + "src": "874:3:46" + }, + "nativeSrc": "874:23:46", + "nodeType": "YulFunctionCall", + "src": "874:23:46" + }, + { + "kind": "number", + "nativeSrc": "899:2:46", + "nodeType": "YulLiteral", + "src": "899:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "870:3:46", + "nodeType": "YulIdentifier", + "src": "870:3:46" + }, + "nativeSrc": "870:32:46", + "nodeType": "YulFunctionCall", + "src": "870:32:46" + }, + "nativeSrc": "867:52:46", + "nodeType": "YulIf", + "src": "867:52:46" + }, + { + "nativeSrc": "928:36:46", + "nodeType": "YulVariableDeclaration", + "src": "928:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "954:9:46", + "nodeType": "YulIdentifier", + "src": "954:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "941:12:46", + "nodeType": "YulIdentifier", + "src": "941:12:46" + }, + "nativeSrc": "941:23:46", + "nodeType": "YulFunctionCall", + "src": "941:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "932:5:46", + "nodeType": "YulTypedName", + "src": "932:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "998:5:46", + "nodeType": "YulIdentifier", + "src": "998:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "973:24:46", + "nodeType": "YulIdentifier", + "src": "973:24:46" + }, + "nativeSrc": "973:31:46", + "nodeType": "YulFunctionCall", + "src": "973:31:46" + }, + "nativeSrc": "973:31:46", + "nodeType": "YulExpressionStatement", + "src": "973:31:46" + }, + { + "nativeSrc": "1013:15:46", + "nodeType": "YulAssignment", + "src": "1013:15:46", + "value": { + "name": "value", + "nativeSrc": "1023:5:46", + "nodeType": "YulIdentifier", + "src": "1023:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "1013:6:46", + "nodeType": "YulIdentifier", + "src": "1013:6:46" + } + ] + }, + { + "nativeSrc": "1037:46:46", + "nodeType": "YulVariableDeclaration", + "src": "1037:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1068:9:46", + "nodeType": "YulIdentifier", + "src": "1068:9:46" + }, + { + "kind": "number", + "nativeSrc": "1079:2:46", + "nodeType": "YulLiteral", + "src": "1079:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1064:3:46", + "nodeType": "YulIdentifier", + "src": "1064:3:46" + }, + "nativeSrc": "1064:18:46", + "nodeType": "YulFunctionCall", + "src": "1064:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "1051:12:46", + "nodeType": "YulIdentifier", + "src": "1051:12:46" + }, + "nativeSrc": "1051:32:46", + "nodeType": "YulFunctionCall", + "src": "1051:32:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "1041:6:46", + "nodeType": "YulTypedName", + "src": "1041:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1126:16:46", + "nodeType": "YulBlock", + "src": "1126:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1135:1:46", + "nodeType": "YulLiteral", + "src": "1135:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1138:1:46", + "nodeType": "YulLiteral", + "src": "1138:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1128:6:46", + "nodeType": "YulIdentifier", + "src": "1128:6:46" + }, + "nativeSrc": "1128:12:46", + "nodeType": "YulFunctionCall", + "src": "1128:12:46" + }, + "nativeSrc": "1128:12:46", + "nodeType": "YulExpressionStatement", + "src": "1128:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "1098:6:46", + "nodeType": "YulIdentifier", + "src": "1098:6:46" + }, + { + "kind": "number", + "nativeSrc": "1106:18:46", + "nodeType": "YulLiteral", + "src": "1106:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1095:2:46", + "nodeType": "YulIdentifier", + "src": "1095:2:46" + }, + "nativeSrc": "1095:30:46", + "nodeType": "YulFunctionCall", + "src": "1095:30:46" + }, + "nativeSrc": "1092:50:46", + "nodeType": "YulIf", + "src": "1092:50:46" + }, + { + "nativeSrc": "1151:95:46", + "nodeType": "YulVariableDeclaration", + "src": "1151:95:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1218:9:46", + "nodeType": "YulIdentifier", + "src": "1218:9:46" + }, + { + "name": "offset", + "nativeSrc": "1229:6:46", + "nodeType": "YulIdentifier", + "src": "1229:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1214:3:46", + "nodeType": "YulIdentifier", + "src": "1214:3:46" + }, + "nativeSrc": "1214:22:46", + "nodeType": "YulFunctionCall", + "src": "1214:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "1238:7:46", + "nodeType": "YulIdentifier", + "src": "1238:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_bytes4_dyn_calldata", + "nativeSrc": "1177:36:46", + "nodeType": "YulIdentifier", + "src": "1177:36:46" + }, + "nativeSrc": "1177:69:46", + "nodeType": "YulFunctionCall", + "src": "1177:69:46" + }, + "variables": [ + { + "name": "value1_1", + "nativeSrc": "1155:8:46", + "nodeType": "YulTypedName", + "src": "1155:8:46", + "type": "" + }, + { + "name": "value2_1", + "nativeSrc": "1165:8:46", + "nodeType": "YulTypedName", + "src": "1165:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "1255:18:46", + "nodeType": "YulAssignment", + "src": "1255:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "1265:8:46", + "nodeType": "YulIdentifier", + "src": "1265:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "1255:6:46", + "nodeType": "YulIdentifier", + "src": "1255:6:46" + } + ] + }, + { + "nativeSrc": "1282:18:46", + "nodeType": "YulAssignment", + "src": "1282:18:46", + "value": { + "name": "value2_1", + "nativeSrc": "1292:8:46", + "nodeType": "YulIdentifier", + "src": "1292:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "1282:6:46", + "nodeType": "YulIdentifier", + "src": "1282:6:46" + } + ] + }, + { + "nativeSrc": "1309:47:46", + "nodeType": "YulAssignment", + "src": "1309:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1341:9:46", + "nodeType": "YulIdentifier", + "src": "1341:9:46" + }, + { + "kind": "number", + "nativeSrc": "1352:2:46", + "nodeType": "YulLiteral", + "src": "1352:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1337:3:46", + "nodeType": "YulIdentifier", + "src": "1337:3:46" + }, + "nativeSrc": "1337:18:46", + "nodeType": "YulFunctionCall", + "src": "1337:18:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "1319:17:46", + "nodeType": "YulIdentifier", + "src": "1319:17:46" + }, + "nativeSrc": "1319:37:46", + "nodeType": "YulFunctionCall", + "src": "1319:37:46" + }, + "variableNames": [ + { + "name": "value3", + "nativeSrc": "1309:6:46", + "nodeType": "YulIdentifier", + "src": "1309:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64", + "nativeSrc": "720:642:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "799:9:46", + "nodeType": "YulTypedName", + "src": "799:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "810:7:46", + "nodeType": "YulTypedName", + "src": "810:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "822:6:46", + "nodeType": "YulTypedName", + "src": "822:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "830:6:46", + "nodeType": "YulTypedName", + "src": "830:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "838:6:46", + "nodeType": "YulTypedName", + "src": "838:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "846:6:46", + "nodeType": "YulTypedName", + "src": "846:6:46", + "type": "" + } + ], + "src": "720:642:46" + }, + { + "body": { + "nativeSrc": "1436:115:46", + "nodeType": "YulBlock", + "src": "1436:115:46", + "statements": [ + { + "body": { + "nativeSrc": "1482:16:46", + "nodeType": "YulBlock", + "src": "1482:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1491:1:46", + "nodeType": "YulLiteral", + "src": "1491:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1494:1:46", + "nodeType": "YulLiteral", + "src": "1494:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1484:6:46", + "nodeType": "YulIdentifier", + "src": "1484:6:46" + }, + "nativeSrc": "1484:12:46", + "nodeType": "YulFunctionCall", + "src": "1484:12:46" + }, + "nativeSrc": "1484:12:46", + "nodeType": "YulExpressionStatement", + "src": "1484:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "1457:7:46", + "nodeType": "YulIdentifier", + "src": "1457:7:46" + }, + { + "name": "headStart", + "nativeSrc": "1466:9:46", + "nodeType": "YulIdentifier", + "src": "1466:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "1453:3:46", + "nodeType": "YulIdentifier", + "src": "1453:3:46" + }, + "nativeSrc": "1453:23:46", + "nodeType": "YulFunctionCall", + "src": "1453:23:46" + }, + { + "kind": "number", + "nativeSrc": "1478:2:46", + "nodeType": "YulLiteral", + "src": "1478:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "1449:3:46", + "nodeType": "YulIdentifier", + "src": "1449:3:46" + }, + "nativeSrc": "1449:32:46", + "nodeType": "YulFunctionCall", + "src": "1449:32:46" + }, + "nativeSrc": "1446:52:46", + "nodeType": "YulIf", + "src": "1446:52:46" + }, + { + "nativeSrc": "1507:38:46", + "nodeType": "YulAssignment", + "src": "1507:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1535:9:46", + "nodeType": "YulIdentifier", + "src": "1535:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "1517:17:46", + "nodeType": "YulIdentifier", + "src": "1517:17:46" + }, + "nativeSrc": "1517:28:46", + "nodeType": "YulFunctionCall", + "src": "1517:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "1507:6:46", + "nodeType": "YulIdentifier", + "src": "1507:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64", + "nativeSrc": "1367:184:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1402:9:46", + "nodeType": "YulTypedName", + "src": "1402:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "1413:7:46", + "nodeType": "YulTypedName", + "src": "1413:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "1425:6:46", + "nodeType": "YulTypedName", + "src": "1425:6:46", + "type": "" + } + ], + "src": "1367:184:46" + }, + { + "body": { + "nativeSrc": "1655:101:46", + "nodeType": "YulBlock", + "src": "1655:101:46", + "statements": [ + { + "nativeSrc": "1665:26:46", + "nodeType": "YulAssignment", + "src": "1665:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1677:9:46", + "nodeType": "YulIdentifier", + "src": "1677:9:46" + }, + { + "kind": "number", + "nativeSrc": "1688:2:46", + "nodeType": "YulLiteral", + "src": "1688:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1673:3:46", + "nodeType": "YulIdentifier", + "src": "1673:3:46" + }, + "nativeSrc": "1673:18:46", + "nodeType": "YulFunctionCall", + "src": "1673:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "1665:4:46", + "nodeType": "YulIdentifier", + "src": "1665:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1707:9:46", + "nodeType": "YulIdentifier", + "src": "1707:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "1722:6:46", + "nodeType": "YulIdentifier", + "src": "1722:6:46" + }, + { + "kind": "number", + "nativeSrc": "1730:18:46", + "nodeType": "YulLiteral", + "src": "1730:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1718:3:46", + "nodeType": "YulIdentifier", + "src": "1718:3:46" + }, + "nativeSrc": "1718:31:46", + "nodeType": "YulFunctionCall", + "src": "1718:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1700:6:46", + "nodeType": "YulIdentifier", + "src": "1700:6:46" + }, + "nativeSrc": "1700:50:46", + "nodeType": "YulFunctionCall", + "src": "1700:50:46" + }, + "nativeSrc": "1700:50:46", + "nodeType": "YulExpressionStatement", + "src": "1700:50:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed", + "nativeSrc": "1556:200:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1624:9:46", + "nodeType": "YulTypedName", + "src": "1624:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1635:6:46", + "nodeType": "YulTypedName", + "src": "1635:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "1646:4:46", + "nodeType": "YulTypedName", + "src": "1646:4:46", + "type": "" + } + ], + "src": "1556:200:46" + }, + { + "body": { + "nativeSrc": "1860:93:46", + "nodeType": "YulBlock", + "src": "1860:93:46", + "statements": [ + { + "nativeSrc": "1870:26:46", + "nodeType": "YulAssignment", + "src": "1870:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1882:9:46", + "nodeType": "YulIdentifier", + "src": "1882:9:46" + }, + { + "kind": "number", + "nativeSrc": "1893:2:46", + "nodeType": "YulLiteral", + "src": "1893:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1878:3:46", + "nodeType": "YulIdentifier", + "src": "1878:3:46" + }, + "nativeSrc": "1878:18:46", + "nodeType": "YulFunctionCall", + "src": "1878:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "1870:4:46", + "nodeType": "YulIdentifier", + "src": "1870:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1912:9:46", + "nodeType": "YulIdentifier", + "src": "1912:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "1927:6:46", + "nodeType": "YulIdentifier", + "src": "1927:6:46" + }, + { + "kind": "number", + "nativeSrc": "1935:10:46", + "nodeType": "YulLiteral", + "src": "1935:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1923:3:46", + "nodeType": "YulIdentifier", + "src": "1923:3:46" + }, + "nativeSrc": "1923:23:46", + "nodeType": "YulFunctionCall", + "src": "1923:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1905:6:46", + "nodeType": "YulIdentifier", + "src": "1905:6:46" + }, + "nativeSrc": "1905:42:46", + "nodeType": "YulFunctionCall", + "src": "1905:42:46" + }, + "nativeSrc": "1905:42:46", + "nodeType": "YulExpressionStatement", + "src": "1905:42:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed", + "nativeSrc": "1761:192:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1829:9:46", + "nodeType": "YulTypedName", + "src": "1829:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1840:6:46", + "nodeType": "YulTypedName", + "src": "1840:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "1851:4:46", + "nodeType": "YulTypedName", + "src": "1851:4:46", + "type": "" + } + ], + "src": "1761:192:46" + }, + { + "body": { + "nativeSrc": "2042:332:46", + "nodeType": "YulBlock", + "src": "2042:332:46", + "statements": [ + { + "body": { + "nativeSrc": "2088:16:46", + "nodeType": "YulBlock", + "src": "2088:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2097:1:46", + "nodeType": "YulLiteral", + "src": "2097:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2100:1:46", + "nodeType": "YulLiteral", + "src": "2100:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2090:6:46", + "nodeType": "YulIdentifier", + "src": "2090:6:46" + }, + "nativeSrc": "2090:12:46", + "nodeType": "YulFunctionCall", + "src": "2090:12:46" + }, + "nativeSrc": "2090:12:46", + "nodeType": "YulExpressionStatement", + "src": "2090:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "2063:7:46", + "nodeType": "YulIdentifier", + "src": "2063:7:46" + }, + { + "name": "headStart", + "nativeSrc": "2072:9:46", + "nodeType": "YulIdentifier", + "src": "2072:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "2059:3:46", + "nodeType": "YulIdentifier", + "src": "2059:3:46" + }, + "nativeSrc": "2059:23:46", + "nodeType": "YulFunctionCall", + "src": "2059:23:46" + }, + { + "kind": "number", + "nativeSrc": "2084:2:46", + "nodeType": "YulLiteral", + "src": "2084:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "2055:3:46", + "nodeType": "YulIdentifier", + "src": "2055:3:46" + }, + "nativeSrc": "2055:32:46", + "nodeType": "YulFunctionCall", + "src": "2055:32:46" + }, + "nativeSrc": "2052:52:46", + "nodeType": "YulIf", + "src": "2052:52:46" + }, + { + "nativeSrc": "2113:36:46", + "nodeType": "YulVariableDeclaration", + "src": "2113:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2139:9:46", + "nodeType": "YulIdentifier", + "src": "2139:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2126:12:46", + "nodeType": "YulIdentifier", + "src": "2126:12:46" + }, + "nativeSrc": "2126:23:46", + "nodeType": "YulFunctionCall", + "src": "2126:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "2117:5:46", + "nodeType": "YulTypedName", + "src": "2117:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "2183:5:46", + "nodeType": "YulIdentifier", + "src": "2183:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "2158:24:46", + "nodeType": "YulIdentifier", + "src": "2158:24:46" + }, + "nativeSrc": "2158:31:46", + "nodeType": "YulFunctionCall", + "src": "2158:31:46" + }, + "nativeSrc": "2158:31:46", + "nodeType": "YulExpressionStatement", + "src": "2158:31:46" + }, + { + "nativeSrc": "2198:15:46", + "nodeType": "YulAssignment", + "src": "2198:15:46", + "value": { + "name": "value", + "nativeSrc": "2208:5:46", + "nodeType": "YulIdentifier", + "src": "2208:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "2198:6:46", + "nodeType": "YulIdentifier", + "src": "2198:6:46" + } + ] + }, + { + "nativeSrc": "2222:47:46", + "nodeType": "YulVariableDeclaration", + "src": "2222:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2254:9:46", + "nodeType": "YulIdentifier", + "src": "2254:9:46" + }, + { + "kind": "number", + "nativeSrc": "2265:2:46", + "nodeType": "YulLiteral", + "src": "2265:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2250:3:46", + "nodeType": "YulIdentifier", + "src": "2250:3:46" + }, + "nativeSrc": "2250:18:46", + "nodeType": "YulFunctionCall", + "src": "2250:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2237:12:46", + "nodeType": "YulIdentifier", + "src": "2237:12:46" + }, + "nativeSrc": "2237:32:46", + "nodeType": "YulFunctionCall", + "src": "2237:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "2226:7:46", + "nodeType": "YulTypedName", + "src": "2226:7:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2326:16:46", + "nodeType": "YulBlock", + "src": "2326:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2335:1:46", + "nodeType": "YulLiteral", + "src": "2335:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2338:1:46", + "nodeType": "YulLiteral", + "src": "2338:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2328:6:46", + "nodeType": "YulIdentifier", + "src": "2328:6:46" + }, + "nativeSrc": "2328:12:46", + "nodeType": "YulFunctionCall", + "src": "2328:12:46" + }, + "nativeSrc": "2328:12:46", + "nodeType": "YulExpressionStatement", + "src": "2328:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "2291:7:46", + "nodeType": "YulIdentifier", + "src": "2291:7:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "2314:7:46", + "nodeType": "YulIdentifier", + "src": "2314:7:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2307:6:46", + "nodeType": "YulIdentifier", + "src": "2307:6:46" + }, + "nativeSrc": "2307:15:46", + "nodeType": "YulFunctionCall", + "src": "2307:15:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2300:6:46", + "nodeType": "YulIdentifier", + "src": "2300:6:46" + }, + "nativeSrc": "2300:23:46", + "nodeType": "YulFunctionCall", + "src": "2300:23:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "2288:2:46", + "nodeType": "YulIdentifier", + "src": "2288:2:46" + }, + "nativeSrc": "2288:36:46", + "nodeType": "YulFunctionCall", + "src": "2288:36:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2281:6:46", + "nodeType": "YulIdentifier", + "src": "2281:6:46" + }, + "nativeSrc": "2281:44:46", + "nodeType": "YulFunctionCall", + "src": "2281:44:46" + }, + "nativeSrc": "2278:64:46", + "nodeType": "YulIf", + "src": "2278:64:46" + }, + { + "nativeSrc": "2351:17:46", + "nodeType": "YulAssignment", + "src": "2351:17:46", + "value": { + "name": "value_1", + "nativeSrc": "2361:7:46", + "nodeType": "YulIdentifier", + "src": "2361:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "2351:6:46", + "nodeType": "YulIdentifier", + "src": "2351:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_bool", + "nativeSrc": "1958:416:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2000:9:46", + "nodeType": "YulTypedName", + "src": "2000:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "2011:7:46", + "nodeType": "YulTypedName", + "src": "2011:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "2023:6:46", + "nodeType": "YulTypedName", + "src": "2023:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "2031:6:46", + "nodeType": "YulTypedName", + "src": "2031:6:46", + "type": "" + } + ], + "src": "1958:416:46" + }, + { + "body": { + "nativeSrc": "2466:301:46", + "nodeType": "YulBlock", + "src": "2466:301:46", + "statements": [ + { + "body": { + "nativeSrc": "2512:16:46", + "nodeType": "YulBlock", + "src": "2512:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2521:1:46", + "nodeType": "YulLiteral", + "src": "2521:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2524:1:46", + "nodeType": "YulLiteral", + "src": "2524:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2514:6:46", + "nodeType": "YulIdentifier", + "src": "2514:6:46" + }, + "nativeSrc": "2514:12:46", + "nodeType": "YulFunctionCall", + "src": "2514:12:46" + }, + "nativeSrc": "2514:12:46", + "nodeType": "YulExpressionStatement", + "src": "2514:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "2487:7:46", + "nodeType": "YulIdentifier", + "src": "2487:7:46" + }, + { + "name": "headStart", + "nativeSrc": "2496:9:46", + "nodeType": "YulIdentifier", + "src": "2496:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "2483:3:46", + "nodeType": "YulIdentifier", + "src": "2483:3:46" + }, + "nativeSrc": "2483:23:46", + "nodeType": "YulFunctionCall", + "src": "2483:23:46" + }, + { + "kind": "number", + "nativeSrc": "2508:2:46", + "nodeType": "YulLiteral", + "src": "2508:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "2479:3:46", + "nodeType": "YulIdentifier", + "src": "2479:3:46" + }, + "nativeSrc": "2479:32:46", + "nodeType": "YulFunctionCall", + "src": "2479:32:46" + }, + "nativeSrc": "2476:52:46", + "nodeType": "YulIf", + "src": "2476:52:46" + }, + { + "nativeSrc": "2537:36:46", + "nodeType": "YulVariableDeclaration", + "src": "2537:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2563:9:46", + "nodeType": "YulIdentifier", + "src": "2563:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2550:12:46", + "nodeType": "YulIdentifier", + "src": "2550:12:46" + }, + "nativeSrc": "2550:23:46", + "nodeType": "YulFunctionCall", + "src": "2550:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "2541:5:46", + "nodeType": "YulTypedName", + "src": "2541:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "2607:5:46", + "nodeType": "YulIdentifier", + "src": "2607:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "2582:24:46", + "nodeType": "YulIdentifier", + "src": "2582:24:46" + }, + "nativeSrc": "2582:31:46", + "nodeType": "YulFunctionCall", + "src": "2582:31:46" + }, + "nativeSrc": "2582:31:46", + "nodeType": "YulExpressionStatement", + "src": "2582:31:46" + }, + { + "nativeSrc": "2622:15:46", + "nodeType": "YulAssignment", + "src": "2622:15:46", + "value": { + "name": "value", + "nativeSrc": "2632:5:46", + "nodeType": "YulIdentifier", + "src": "2632:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "2622:6:46", + "nodeType": "YulIdentifier", + "src": "2622:6:46" + } + ] + }, + { + "nativeSrc": "2646:47:46", + "nodeType": "YulVariableDeclaration", + "src": "2646:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2678:9:46", + "nodeType": "YulIdentifier", + "src": "2678:9:46" + }, + { + "kind": "number", + "nativeSrc": "2689:2:46", + "nodeType": "YulLiteral", + "src": "2689:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2674:3:46", + "nodeType": "YulIdentifier", + "src": "2674:3:46" + }, + "nativeSrc": "2674:18:46", + "nodeType": "YulFunctionCall", + "src": "2674:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2661:12:46", + "nodeType": "YulIdentifier", + "src": "2661:12:46" + }, + "nativeSrc": "2661:32:46", + "nodeType": "YulFunctionCall", + "src": "2661:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "2650:7:46", + "nodeType": "YulTypedName", + "src": "2650:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "2727:7:46", + "nodeType": "YulIdentifier", + "src": "2727:7:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "2702:24:46", + "nodeType": "YulIdentifier", + "src": "2702:24:46" + }, + "nativeSrc": "2702:33:46", + "nodeType": "YulFunctionCall", + "src": "2702:33:46" + }, + "nativeSrc": "2702:33:46", + "nodeType": "YulExpressionStatement", + "src": "2702:33:46" + }, + { + "nativeSrc": "2744:17:46", + "nodeType": "YulAssignment", + "src": "2744:17:46", + "value": { + "name": "value_1", + "nativeSrc": "2754:7:46", + "nodeType": "YulIdentifier", + "src": "2754:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "2744:6:46", + "nodeType": "YulIdentifier", + "src": "2744:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_address", + "nativeSrc": "2379:388:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2424:9:46", + "nodeType": "YulTypedName", + "src": "2424:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "2435:7:46", + "nodeType": "YulTypedName", + "src": "2435:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "2447:6:46", + "nodeType": "YulTypedName", + "src": "2447:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "2455:6:46", + "nodeType": "YulTypedName", + "src": "2455:6:46", + "type": "" + } + ], + "src": "2379:388:46" + }, + { + "body": { + "nativeSrc": "2844:275:46", + "nodeType": "YulBlock", + "src": "2844:275:46", + "statements": [ + { + "body": { + "nativeSrc": "2893:16:46", + "nodeType": "YulBlock", + "src": "2893:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2902:1:46", + "nodeType": "YulLiteral", + "src": "2902:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2905:1:46", + "nodeType": "YulLiteral", + "src": "2905:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2895:6:46", + "nodeType": "YulIdentifier", + "src": "2895:6:46" + }, + "nativeSrc": "2895:12:46", + "nodeType": "YulFunctionCall", + "src": "2895:12:46" + }, + "nativeSrc": "2895:12:46", + "nodeType": "YulExpressionStatement", + "src": "2895:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "2872:6:46", + "nodeType": "YulIdentifier", + "src": "2872:6:46" + }, + { + "kind": "number", + "nativeSrc": "2880:4:46", + "nodeType": "YulLiteral", + "src": "2880:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2868:3:46", + "nodeType": "YulIdentifier", + "src": "2868:3:46" + }, + "nativeSrc": "2868:17:46", + "nodeType": "YulFunctionCall", + "src": "2868:17:46" + }, + { + "name": "end", + "nativeSrc": "2887:3:46", + "nodeType": "YulIdentifier", + "src": "2887:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "2864:3:46", + "nodeType": "YulIdentifier", + "src": "2864:3:46" + }, + "nativeSrc": "2864:27:46", + "nodeType": "YulFunctionCall", + "src": "2864:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2857:6:46", + "nodeType": "YulIdentifier", + "src": "2857:6:46" + }, + "nativeSrc": "2857:35:46", + "nodeType": "YulFunctionCall", + "src": "2857:35:46" + }, + "nativeSrc": "2854:55:46", + "nodeType": "YulIf", + "src": "2854:55:46" + }, + { + "nativeSrc": "2918:30:46", + "nodeType": "YulAssignment", + "src": "2918:30:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "2941:6:46", + "nodeType": "YulIdentifier", + "src": "2941:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2928:12:46", + "nodeType": "YulIdentifier", + "src": "2928:12:46" + }, + "nativeSrc": "2928:20:46", + "nodeType": "YulFunctionCall", + "src": "2928:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "2918:6:46", + "nodeType": "YulIdentifier", + "src": "2918:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "2991:16:46", + "nodeType": "YulBlock", + "src": "2991:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3000:1:46", + "nodeType": "YulLiteral", + "src": "3000:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3003:1:46", + "nodeType": "YulLiteral", + "src": "3003:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2993:6:46", + "nodeType": "YulIdentifier", + "src": "2993:6:46" + }, + "nativeSrc": "2993:12:46", + "nodeType": "YulFunctionCall", + "src": "2993:12:46" + }, + "nativeSrc": "2993:12:46", + "nodeType": "YulExpressionStatement", + "src": "2993:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "2963:6:46", + "nodeType": "YulIdentifier", + "src": "2963:6:46" + }, + { + "kind": "number", + "nativeSrc": "2971:18:46", + "nodeType": "YulLiteral", + "src": "2971:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "2960:2:46", + "nodeType": "YulIdentifier", + "src": "2960:2:46" + }, + "nativeSrc": "2960:30:46", + "nodeType": "YulFunctionCall", + "src": "2960:30:46" + }, + "nativeSrc": "2957:50:46", + "nodeType": "YulIf", + "src": "2957:50:46" + }, + { + "nativeSrc": "3016:29:46", + "nodeType": "YulAssignment", + "src": "3016:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3032:6:46", + "nodeType": "YulIdentifier", + "src": "3032:6:46" + }, + { + "kind": "number", + "nativeSrc": "3040:4:46", + "nodeType": "YulLiteral", + "src": "3040:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3028:3:46", + "nodeType": "YulIdentifier", + "src": "3028:3:46" + }, + "nativeSrc": "3028:17:46", + "nodeType": "YulFunctionCall", + "src": "3028:17:46" + }, + "variableNames": [ + { + "name": "arrayPos", + "nativeSrc": "3016:8:46", + "nodeType": "YulIdentifier", + "src": "3016:8:46" + } + ] + }, + { + "body": { + "nativeSrc": "3097:16:46", + "nodeType": "YulBlock", + "src": "3097:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3106:1:46", + "nodeType": "YulLiteral", + "src": "3106:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3109:1:46", + "nodeType": "YulLiteral", + "src": "3109:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3099:6:46", + "nodeType": "YulIdentifier", + "src": "3099:6:46" + }, + "nativeSrc": "3099:12:46", + "nodeType": "YulFunctionCall", + "src": "3099:12:46" + }, + "nativeSrc": "3099:12:46", + "nodeType": "YulExpressionStatement", + "src": "3099:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3068:6:46", + "nodeType": "YulIdentifier", + "src": "3068:6:46" + }, + { + "name": "length", + "nativeSrc": "3076:6:46", + "nodeType": "YulIdentifier", + "src": "3076:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3064:3:46", + "nodeType": "YulIdentifier", + "src": "3064:3:46" + }, + "nativeSrc": "3064:19:46", + "nodeType": "YulFunctionCall", + "src": "3064:19:46" + }, + { + "kind": "number", + "nativeSrc": "3085:4:46", + "nodeType": "YulLiteral", + "src": "3085:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3060:3:46", + "nodeType": "YulIdentifier", + "src": "3060:3:46" + }, + "nativeSrc": "3060:30:46", + "nodeType": "YulFunctionCall", + "src": "3060:30:46" + }, + { + "name": "end", + "nativeSrc": "3092:3:46", + "nodeType": "YulIdentifier", + "src": "3092:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "3057:2:46", + "nodeType": "YulIdentifier", + "src": "3057:2:46" + }, + "nativeSrc": "3057:39:46", + "nodeType": "YulFunctionCall", + "src": "3057:39:46" + }, + "nativeSrc": "3054:59:46", + "nodeType": "YulIf", + "src": "3054:59:46" + } + ] + }, + "name": "abi_decode_bytes_calldata", + "nativeSrc": "2772:347:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "2807:6:46", + "nodeType": "YulTypedName", + "src": "2807:6:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "2815:3:46", + "nodeType": "YulTypedName", + "src": "2815:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "arrayPos", + "nativeSrc": "2823:8:46", + "nodeType": "YulTypedName", + "src": "2823:8:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "2833:6:46", + "nodeType": "YulTypedName", + "src": "2833:6:46", + "type": "" + } + ], + "src": "2772:347:46" + }, + { + "body": { + "nativeSrc": "3230:438:46", + "nodeType": "YulBlock", + "src": "3230:438:46", + "statements": [ + { + "body": { + "nativeSrc": "3276:16:46", + "nodeType": "YulBlock", + "src": "3276:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3285:1:46", + "nodeType": "YulLiteral", + "src": "3285:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3288:1:46", + "nodeType": "YulLiteral", + "src": "3288:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3278:6:46", + "nodeType": "YulIdentifier", + "src": "3278:6:46" + }, + "nativeSrc": "3278:12:46", + "nodeType": "YulFunctionCall", + "src": "3278:12:46" + }, + "nativeSrc": "3278:12:46", + "nodeType": "YulExpressionStatement", + "src": "3278:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "3251:7:46", + "nodeType": "YulIdentifier", + "src": "3251:7:46" + }, + { + "name": "headStart", + "nativeSrc": "3260:9:46", + "nodeType": "YulIdentifier", + "src": "3260:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3247:3:46", + "nodeType": "YulIdentifier", + "src": "3247:3:46" + }, + "nativeSrc": "3247:23:46", + "nodeType": "YulFunctionCall", + "src": "3247:23:46" + }, + { + "kind": "number", + "nativeSrc": "3272:2:46", + "nodeType": "YulLiteral", + "src": "3272:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3243:3:46", + "nodeType": "YulIdentifier", + "src": "3243:3:46" + }, + "nativeSrc": "3243:32:46", + "nodeType": "YulFunctionCall", + "src": "3243:32:46" + }, + "nativeSrc": "3240:52:46", + "nodeType": "YulIf", + "src": "3240:52:46" + }, + { + "nativeSrc": "3301:36:46", + "nodeType": "YulVariableDeclaration", + "src": "3301:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3327:9:46", + "nodeType": "YulIdentifier", + "src": "3327:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "3314:12:46", + "nodeType": "YulIdentifier", + "src": "3314:12:46" + }, + "nativeSrc": "3314:23:46", + "nodeType": "YulFunctionCall", + "src": "3314:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "3305:5:46", + "nodeType": "YulTypedName", + "src": "3305:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "3371:5:46", + "nodeType": "YulIdentifier", + "src": "3371:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "3346:24:46", + "nodeType": "YulIdentifier", + "src": "3346:24:46" + }, + "nativeSrc": "3346:31:46", + "nodeType": "YulFunctionCall", + "src": "3346:31:46" + }, + "nativeSrc": "3346:31:46", + "nodeType": "YulExpressionStatement", + "src": "3346:31:46" + }, + { + "nativeSrc": "3386:15:46", + "nodeType": "YulAssignment", + "src": "3386:15:46", + "value": { + "name": "value", + "nativeSrc": "3396:5:46", + "nodeType": "YulIdentifier", + "src": "3396:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "3386:6:46", + "nodeType": "YulIdentifier", + "src": "3386:6:46" + } + ] + }, + { + "nativeSrc": "3410:46:46", + "nodeType": "YulVariableDeclaration", + "src": "3410:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3441:9:46", + "nodeType": "YulIdentifier", + "src": "3441:9:46" + }, + { + "kind": "number", + "nativeSrc": "3452:2:46", + "nodeType": "YulLiteral", + "src": "3452:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3437:3:46", + "nodeType": "YulIdentifier", + "src": "3437:3:46" + }, + "nativeSrc": "3437:18:46", + "nodeType": "YulFunctionCall", + "src": "3437:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "3424:12:46", + "nodeType": "YulIdentifier", + "src": "3424:12:46" + }, + "nativeSrc": "3424:32:46", + "nodeType": "YulFunctionCall", + "src": "3424:32:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "3414:6:46", + "nodeType": "YulTypedName", + "src": "3414:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "3499:16:46", + "nodeType": "YulBlock", + "src": "3499:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3508:1:46", + "nodeType": "YulLiteral", + "src": "3508:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3511:1:46", + "nodeType": "YulLiteral", + "src": "3511:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3501:6:46", + "nodeType": "YulIdentifier", + "src": "3501:6:46" + }, + "nativeSrc": "3501:12:46", + "nodeType": "YulFunctionCall", + "src": "3501:12:46" + }, + "nativeSrc": "3501:12:46", + "nodeType": "YulExpressionStatement", + "src": "3501:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3471:6:46", + "nodeType": "YulIdentifier", + "src": "3471:6:46" + }, + { + "kind": "number", + "nativeSrc": "3479:18:46", + "nodeType": "YulLiteral", + "src": "3479:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "3468:2:46", + "nodeType": "YulIdentifier", + "src": "3468:2:46" + }, + "nativeSrc": "3468:30:46", + "nodeType": "YulFunctionCall", + "src": "3468:30:46" + }, + "nativeSrc": "3465:50:46", + "nodeType": "YulIf", + "src": "3465:50:46" + }, + { + "nativeSrc": "3524:84:46", + "nodeType": "YulVariableDeclaration", + "src": "3524:84:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3580:9:46", + "nodeType": "YulIdentifier", + "src": "3580:9:46" + }, + { + "name": "offset", + "nativeSrc": "3591:6:46", + "nodeType": "YulIdentifier", + "src": "3591:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3576:3:46", + "nodeType": "YulIdentifier", + "src": "3576:3:46" + }, + "nativeSrc": "3576:22:46", + "nodeType": "YulFunctionCall", + "src": "3576:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "3600:7:46", + "nodeType": "YulIdentifier", + "src": "3600:7:46" + } + ], + "functionName": { + "name": "abi_decode_bytes_calldata", + "nativeSrc": "3550:25:46", + "nodeType": "YulIdentifier", + "src": "3550:25:46" + }, + "nativeSrc": "3550:58:46", + "nodeType": "YulFunctionCall", + "src": "3550:58:46" + }, + "variables": [ + { + "name": "value1_1", + "nativeSrc": "3528:8:46", + "nodeType": "YulTypedName", + "src": "3528:8:46", + "type": "" + }, + { + "name": "value2_1", + "nativeSrc": "3538:8:46", + "nodeType": "YulTypedName", + "src": "3538:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "3617:18:46", + "nodeType": "YulAssignment", + "src": "3617:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "3627:8:46", + "nodeType": "YulIdentifier", + "src": "3627:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "3617:6:46", + "nodeType": "YulIdentifier", + "src": "3617:6:46" + } + ] + }, + { + "nativeSrc": "3644:18:46", + "nodeType": "YulAssignment", + "src": "3644:18:46", + "value": { + "name": "value2_1", + "nativeSrc": "3654:8:46", + "nodeType": "YulIdentifier", + "src": "3654:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "3644:6:46", + "nodeType": "YulIdentifier", + "src": "3644:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptr", + "nativeSrc": "3124:544:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3180:9:46", + "nodeType": "YulTypedName", + "src": "3180:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "3191:7:46", + "nodeType": "YulTypedName", + "src": "3191:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "3203:6:46", + "nodeType": "YulTypedName", + "src": "3203:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "3211:6:46", + "nodeType": "YulTypedName", + "src": "3211:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "3219:6:46", + "nodeType": "YulTypedName", + "src": "3219:6:46", + "type": "" + } + ], + "src": "3124:544:46" + }, + { + "body": { + "nativeSrc": "3721:115:46", + "nodeType": "YulBlock", + "src": "3721:115:46", + "statements": [ + { + "nativeSrc": "3731:29:46", + "nodeType": "YulAssignment", + "src": "3731:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3753:6:46", + "nodeType": "YulIdentifier", + "src": "3753:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "3740:12:46", + "nodeType": "YulIdentifier", + "src": "3740:12:46" + }, + "nativeSrc": "3740:20:46", + "nodeType": "YulFunctionCall", + "src": "3740:20:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "3731:5:46", + "nodeType": "YulIdentifier", + "src": "3731:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "3814:16:46", + "nodeType": "YulBlock", + "src": "3814:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3823:1:46", + "nodeType": "YulLiteral", + "src": "3823:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3826:1:46", + "nodeType": "YulLiteral", + "src": "3826:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3816:6:46", + "nodeType": "YulIdentifier", + "src": "3816:6:46" + }, + "nativeSrc": "3816:12:46", + "nodeType": "YulFunctionCall", + "src": "3816:12:46" + }, + "nativeSrc": "3816:12:46", + "nodeType": "YulExpressionStatement", + "src": "3816:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "3782:5:46", + "nodeType": "YulIdentifier", + "src": "3782:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "3793:5:46", + "nodeType": "YulIdentifier", + "src": "3793:5:46" + }, + { + "kind": "number", + "nativeSrc": "3800:10:46", + "nodeType": "YulLiteral", + "src": "3800:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "3789:3:46", + "nodeType": "YulIdentifier", + "src": "3789:3:46" + }, + "nativeSrc": "3789:22:46", + "nodeType": "YulFunctionCall", + "src": "3789:22:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "3779:2:46", + "nodeType": "YulIdentifier", + "src": "3779:2:46" + }, + "nativeSrc": "3779:33:46", + "nodeType": "YulFunctionCall", + "src": "3779:33:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "3772:6:46", + "nodeType": "YulIdentifier", + "src": "3772:6:46" + }, + "nativeSrc": "3772:41:46", + "nodeType": "YulFunctionCall", + "src": "3772:41:46" + }, + "nativeSrc": "3769:61:46", + "nodeType": "YulIf", + "src": "3769:61:46" + } + ] + }, + "name": "abi_decode_uint32", + "nativeSrc": "3673:163:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "3700:6:46", + "nodeType": "YulTypedName", + "src": "3700:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "3711:5:46", + "nodeType": "YulTypedName", + "src": "3711:5:46", + "type": "" + } + ], + "src": "3673:163:46" + }, + { + "body": { + "nativeSrc": "3943:289:46", + "nodeType": "YulBlock", + "src": "3943:289:46", + "statements": [ + { + "body": { + "nativeSrc": "3989:16:46", + "nodeType": "YulBlock", + "src": "3989:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3998:1:46", + "nodeType": "YulLiteral", + "src": "3998:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4001:1:46", + "nodeType": "YulLiteral", + "src": "4001:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3991:6:46", + "nodeType": "YulIdentifier", + "src": "3991:6:46" + }, + "nativeSrc": "3991:12:46", + "nodeType": "YulFunctionCall", + "src": "3991:12:46" + }, + "nativeSrc": "3991:12:46", + "nodeType": "YulExpressionStatement", + "src": "3991:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "3964:7:46", + "nodeType": "YulIdentifier", + "src": "3964:7:46" + }, + { + "name": "headStart", + "nativeSrc": "3973:9:46", + "nodeType": "YulIdentifier", + "src": "3973:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3960:3:46", + "nodeType": "YulIdentifier", + "src": "3960:3:46" + }, + "nativeSrc": "3960:23:46", + "nodeType": "YulFunctionCall", + "src": "3960:23:46" + }, + { + "kind": "number", + "nativeSrc": "3985:2:46", + "nodeType": "YulLiteral", + "src": "3985:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3956:3:46", + "nodeType": "YulIdentifier", + "src": "3956:3:46" + }, + "nativeSrc": "3956:32:46", + "nodeType": "YulFunctionCall", + "src": "3956:32:46" + }, + "nativeSrc": "3953:52:46", + "nodeType": "YulIf", + "src": "3953:52:46" + }, + { + "nativeSrc": "4014:38:46", + "nodeType": "YulAssignment", + "src": "4014:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4042:9:46", + "nodeType": "YulIdentifier", + "src": "4042:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "4024:17:46", + "nodeType": "YulIdentifier", + "src": "4024:17:46" + }, + "nativeSrc": "4024:28:46", + "nodeType": "YulFunctionCall", + "src": "4024:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "4014:6:46", + "nodeType": "YulIdentifier", + "src": "4014:6:46" + } + ] + }, + { + "nativeSrc": "4061:45:46", + "nodeType": "YulVariableDeclaration", + "src": "4061:45:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4091:9:46", + "nodeType": "YulIdentifier", + "src": "4091:9:46" + }, + { + "kind": "number", + "nativeSrc": "4102:2:46", + "nodeType": "YulLiteral", + "src": "4102:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4087:3:46", + "nodeType": "YulIdentifier", + "src": "4087:3:46" + }, + "nativeSrc": "4087:18:46", + "nodeType": "YulFunctionCall", + "src": "4087:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "4074:12:46", + "nodeType": "YulIdentifier", + "src": "4074:12:46" + }, + "nativeSrc": "4074:32:46", + "nodeType": "YulFunctionCall", + "src": "4074:32:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "4065:5:46", + "nodeType": "YulTypedName", + "src": "4065:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "4140:5:46", + "nodeType": "YulIdentifier", + "src": "4140:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "4115:24:46", + "nodeType": "YulIdentifier", + "src": "4115:24:46" + }, + "nativeSrc": "4115:31:46", + "nodeType": "YulFunctionCall", + "src": "4115:31:46" + }, + "nativeSrc": "4115:31:46", + "nodeType": "YulExpressionStatement", + "src": "4115:31:46" + }, + { + "nativeSrc": "4155:15:46", + "nodeType": "YulAssignment", + "src": "4155:15:46", + "value": { + "name": "value", + "nativeSrc": "4165:5:46", + "nodeType": "YulIdentifier", + "src": "4165:5:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "4155:6:46", + "nodeType": "YulIdentifier", + "src": "4155:6:46" + } + ] + }, + { + "nativeSrc": "4179:47:46", + "nodeType": "YulAssignment", + "src": "4179:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4211:9:46", + "nodeType": "YulIdentifier", + "src": "4211:9:46" + }, + { + "kind": "number", + "nativeSrc": "4222:2:46", + "nodeType": "YulLiteral", + "src": "4222:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4207:3:46", + "nodeType": "YulIdentifier", + "src": "4207:3:46" + }, + "nativeSrc": "4207:18:46", + "nodeType": "YulFunctionCall", + "src": "4207:18:46" + } + ], + "functionName": { + "name": "abi_decode_uint32", + "nativeSrc": "4189:17:46", + "nodeType": "YulIdentifier", + "src": "4189:17:46" + }, + "nativeSrc": "4189:37:46", + "nodeType": "YulFunctionCall", + "src": "4189:37:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "4179:6:46", + "nodeType": "YulIdentifier", + "src": "4179:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64t_addresst_uint32", + "nativeSrc": "3841:391:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3893:9:46", + "nodeType": "YulTypedName", + "src": "3893:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "3904:7:46", + "nodeType": "YulTypedName", + "src": "3904:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "3916:6:46", + "nodeType": "YulTypedName", + "src": "3916:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "3924:6:46", + "nodeType": "YulTypedName", + "src": "3924:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "3932:6:46", + "nodeType": "YulTypedName", + "src": "3932:6:46", + "type": "" + } + ], + "src": "3841:391:46" + }, + { + "body": { + "nativeSrc": "4323:233:46", + "nodeType": "YulBlock", + "src": "4323:233:46", + "statements": [ + { + "body": { + "nativeSrc": "4369:16:46", + "nodeType": "YulBlock", + "src": "4369:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4378:1:46", + "nodeType": "YulLiteral", + "src": "4378:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4381:1:46", + "nodeType": "YulLiteral", + "src": "4381:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "4371:6:46", + "nodeType": "YulIdentifier", + "src": "4371:6:46" + }, + "nativeSrc": "4371:12:46", + "nodeType": "YulFunctionCall", + "src": "4371:12:46" + }, + "nativeSrc": "4371:12:46", + "nodeType": "YulExpressionStatement", + "src": "4371:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "4344:7:46", + "nodeType": "YulIdentifier", + "src": "4344:7:46" + }, + { + "name": "headStart", + "nativeSrc": "4353:9:46", + "nodeType": "YulIdentifier", + "src": "4353:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "4340:3:46", + "nodeType": "YulIdentifier", + "src": "4340:3:46" + }, + "nativeSrc": "4340:23:46", + "nodeType": "YulFunctionCall", + "src": "4340:23:46" + }, + { + "kind": "number", + "nativeSrc": "4365:2:46", + "nodeType": "YulLiteral", + "src": "4365:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "4336:3:46", + "nodeType": "YulIdentifier", + "src": "4336:3:46" + }, + "nativeSrc": "4336:32:46", + "nodeType": "YulFunctionCall", + "src": "4336:32:46" + }, + "nativeSrc": "4333:52:46", + "nodeType": "YulIf", + "src": "4333:52:46" + }, + { + "nativeSrc": "4394:38:46", + "nodeType": "YulAssignment", + "src": "4394:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4422:9:46", + "nodeType": "YulIdentifier", + "src": "4422:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "4404:17:46", + "nodeType": "YulIdentifier", + "src": "4404:17:46" + }, + "nativeSrc": "4404:28:46", + "nodeType": "YulFunctionCall", + "src": "4404:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "4394:6:46", + "nodeType": "YulIdentifier", + "src": "4394:6:46" + } + ] + }, + { + "nativeSrc": "4441:45:46", + "nodeType": "YulVariableDeclaration", + "src": "4441:45:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4471:9:46", + "nodeType": "YulIdentifier", + "src": "4471:9:46" + }, + { + "kind": "number", + "nativeSrc": "4482:2:46", + "nodeType": "YulLiteral", + "src": "4482:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4467:3:46", + "nodeType": "YulIdentifier", + "src": "4467:3:46" + }, + "nativeSrc": "4467:18:46", + "nodeType": "YulFunctionCall", + "src": "4467:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "4454:12:46", + "nodeType": "YulIdentifier", + "src": "4454:12:46" + }, + "nativeSrc": "4454:32:46", + "nodeType": "YulFunctionCall", + "src": "4454:32:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "4445:5:46", + "nodeType": "YulTypedName", + "src": "4445:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "4520:5:46", + "nodeType": "YulIdentifier", + "src": "4520:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "4495:24:46", + "nodeType": "YulIdentifier", + "src": "4495:24:46" + }, + "nativeSrc": "4495:31:46", + "nodeType": "YulFunctionCall", + "src": "4495:31:46" + }, + "nativeSrc": "4495:31:46", + "nodeType": "YulExpressionStatement", + "src": "4495:31:46" + }, + { + "nativeSrc": "4535:15:46", + "nodeType": "YulAssignment", + "src": "4535:15:46", + "value": { + "name": "value", + "nativeSrc": "4545:5:46", + "nodeType": "YulIdentifier", + "src": "4545:5:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "4535:6:46", + "nodeType": "YulIdentifier", + "src": "4535:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64t_address", + "nativeSrc": "4237:319:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "4281:9:46", + "nodeType": "YulTypedName", + "src": "4281:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "4292:7:46", + "nodeType": "YulTypedName", + "src": "4292:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "4304:6:46", + "nodeType": "YulTypedName", + "src": "4304:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "4312:6:46", + "nodeType": "YulTypedName", + "src": "4312:6:46", + "type": "" + } + ], + "src": "4237:319:46" + }, + { + "body": { + "nativeSrc": "4738:282:46", + "nodeType": "YulBlock", + "src": "4738:282:46", + "statements": [ + { + "nativeSrc": "4748:27:46", + "nodeType": "YulAssignment", + "src": "4748:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4760:9:46", + "nodeType": "YulIdentifier", + "src": "4760:9:46" + }, + { + "kind": "number", + "nativeSrc": "4771:3:46", + "nodeType": "YulLiteral", + "src": "4771:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4756:3:46", + "nodeType": "YulIdentifier", + "src": "4756:3:46" + }, + "nativeSrc": "4756:19:46", + "nodeType": "YulFunctionCall", + "src": "4756:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "4748:4:46", + "nodeType": "YulIdentifier", + "src": "4748:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4791:9:46", + "nodeType": "YulIdentifier", + "src": "4791:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "4806:6:46", + "nodeType": "YulIdentifier", + "src": "4806:6:46" + }, + { + "kind": "number", + "nativeSrc": "4814:14:46", + "nodeType": "YulLiteral", + "src": "4814:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4802:3:46", + "nodeType": "YulIdentifier", + "src": "4802:3:46" + }, + "nativeSrc": "4802:27:46", + "nodeType": "YulFunctionCall", + "src": "4802:27:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4784:6:46", + "nodeType": "YulIdentifier", + "src": "4784:6:46" + }, + "nativeSrc": "4784:46:46", + "nodeType": "YulFunctionCall", + "src": "4784:46:46" + }, + "nativeSrc": "4784:46:46", + "nodeType": "YulExpressionStatement", + "src": "4784:46:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4850:9:46", + "nodeType": "YulIdentifier", + "src": "4850:9:46" + }, + { + "kind": "number", + "nativeSrc": "4861:2:46", + "nodeType": "YulLiteral", + "src": "4861:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4846:3:46", + "nodeType": "YulIdentifier", + "src": "4846:3:46" + }, + "nativeSrc": "4846:18:46", + "nodeType": "YulFunctionCall", + "src": "4846:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "4870:6:46", + "nodeType": "YulIdentifier", + "src": "4870:6:46" + }, + { + "kind": "number", + "nativeSrc": "4878:10:46", + "nodeType": "YulLiteral", + "src": "4878:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4866:3:46", + "nodeType": "YulIdentifier", + "src": "4866:3:46" + }, + "nativeSrc": "4866:23:46", + "nodeType": "YulFunctionCall", + "src": "4866:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4839:6:46", + "nodeType": "YulIdentifier", + "src": "4839:6:46" + }, + "nativeSrc": "4839:51:46", + "nodeType": "YulFunctionCall", + "src": "4839:51:46" + }, + "nativeSrc": "4839:51:46", + "nodeType": "YulExpressionStatement", + "src": "4839:51:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4910:9:46", + "nodeType": "YulIdentifier", + "src": "4910:9:46" + }, + { + "kind": "number", + "nativeSrc": "4921:2:46", + "nodeType": "YulLiteral", + "src": "4921:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4906:3:46", + "nodeType": "YulIdentifier", + "src": "4906:3:46" + }, + "nativeSrc": "4906:18:46", + "nodeType": "YulFunctionCall", + "src": "4906:18:46" + }, + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "4930:6:46", + "nodeType": "YulIdentifier", + "src": "4930:6:46" + }, + { + "kind": "number", + "nativeSrc": "4938:10:46", + "nodeType": "YulLiteral", + "src": "4938:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4926:3:46", + "nodeType": "YulIdentifier", + "src": "4926:3:46" + }, + "nativeSrc": "4926:23:46", + "nodeType": "YulFunctionCall", + "src": "4926:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4899:6:46", + "nodeType": "YulIdentifier", + "src": "4899:6:46" + }, + "nativeSrc": "4899:51:46", + "nodeType": "YulFunctionCall", + "src": "4899:51:46" + }, + "nativeSrc": "4899:51:46", + "nodeType": "YulExpressionStatement", + "src": "4899:51:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4970:9:46", + "nodeType": "YulIdentifier", + "src": "4970:9:46" + }, + { + "kind": "number", + "nativeSrc": "4981:2:46", + "nodeType": "YulLiteral", + "src": "4981:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4966:3:46", + "nodeType": "YulIdentifier", + "src": "4966:3:46" + }, + "nativeSrc": "4966:18:46", + "nodeType": "YulFunctionCall", + "src": "4966:18:46" + }, + { + "arguments": [ + { + "name": "value3", + "nativeSrc": "4990:6:46", + "nodeType": "YulIdentifier", + "src": "4990:6:46" + }, + { + "kind": "number", + "nativeSrc": "4998:14:46", + "nodeType": "YulLiteral", + "src": "4998:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4986:3:46", + "nodeType": "YulIdentifier", + "src": "4986:3:46" + }, + "nativeSrc": "4986:27:46", + "nodeType": "YulFunctionCall", + "src": "4986:27:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4959:6:46", + "nodeType": "YulIdentifier", + "src": "4959:6:46" + }, + "nativeSrc": "4959:55:46", + "nodeType": "YulFunctionCall", + "src": "4959:55:46" + }, + "nativeSrc": "4959:55:46", + "nodeType": "YulExpressionStatement", + "src": "4959:55:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "4683:9:46", + "nodeType": "YulTypedName", + "src": "4683:9:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "4694:6:46", + "nodeType": "YulTypedName", + "src": "4694:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "4702:6:46", + "nodeType": "YulTypedName", + "src": "4702:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "4710:6:46", + "nodeType": "YulTypedName", + "src": "4710:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "4718:6:46", + "nodeType": "YulTypedName", + "src": "4718:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "4729:4:46", + "nodeType": "YulTypedName", + "src": "4729:4:46", + "type": "" + } + ], + "src": "4561:459:46" + }, + { + "body": { + "nativeSrc": "5110:171:46", + "nodeType": "YulBlock", + "src": "5110:171:46", + "statements": [ + { + "body": { + "nativeSrc": "5156:16:46", + "nodeType": "YulBlock", + "src": "5156:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5165:1:46", + "nodeType": "YulLiteral", + "src": "5165:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5168:1:46", + "nodeType": "YulLiteral", + "src": "5168:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5158:6:46", + "nodeType": "YulIdentifier", + "src": "5158:6:46" + }, + "nativeSrc": "5158:12:46", + "nodeType": "YulFunctionCall", + "src": "5158:12:46" + }, + "nativeSrc": "5158:12:46", + "nodeType": "YulExpressionStatement", + "src": "5158:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5131:7:46", + "nodeType": "YulIdentifier", + "src": "5131:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5140:9:46", + "nodeType": "YulIdentifier", + "src": "5140:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5127:3:46", + "nodeType": "YulIdentifier", + "src": "5127:3:46" + }, + "nativeSrc": "5127:23:46", + "nodeType": "YulFunctionCall", + "src": "5127:23:46" + }, + { + "kind": "number", + "nativeSrc": "5152:2:46", + "nodeType": "YulLiteral", + "src": "5152:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5123:3:46", + "nodeType": "YulIdentifier", + "src": "5123:3:46" + }, + "nativeSrc": "5123:32:46", + "nodeType": "YulFunctionCall", + "src": "5123:32:46" + }, + "nativeSrc": "5120:52:46", + "nodeType": "YulIf", + "src": "5120:52:46" + }, + { + "nativeSrc": "5181:38:46", + "nodeType": "YulAssignment", + "src": "5181:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5209:9:46", + "nodeType": "YulIdentifier", + "src": "5209:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "5191:17:46", + "nodeType": "YulIdentifier", + "src": "5191:17:46" + }, + "nativeSrc": "5191:28:46", + "nodeType": "YulFunctionCall", + "src": "5191:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5181:6:46", + "nodeType": "YulIdentifier", + "src": "5181:6:46" + } + ] + }, + { + "nativeSrc": "5228:47:46", + "nodeType": "YulAssignment", + "src": "5228:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5260:9:46", + "nodeType": "YulIdentifier", + "src": "5260:9:46" + }, + { + "kind": "number", + "nativeSrc": "5271:2:46", + "nodeType": "YulLiteral", + "src": "5271:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5256:3:46", + "nodeType": "YulIdentifier", + "src": "5256:3:46" + }, + "nativeSrc": "5256:18:46", + "nodeType": "YulFunctionCall", + "src": "5256:18:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "5238:17:46", + "nodeType": "YulIdentifier", + "src": "5238:17:46" + }, + "nativeSrc": "5238:37:46", + "nodeType": "YulFunctionCall", + "src": "5238:37:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "5228:6:46", + "nodeType": "YulIdentifier", + "src": "5228:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64t_uint64", + "nativeSrc": "5025:256:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5068:9:46", + "nodeType": "YulTypedName", + "src": "5068:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5079:7:46", + "nodeType": "YulTypedName", + "src": "5079:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5091:6:46", + "nodeType": "YulTypedName", + "src": "5091:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "5099:6:46", + "nodeType": "YulTypedName", + "src": "5099:6:46", + "type": "" + } + ], + "src": "5025:256:46" + }, + { + "body": { + "nativeSrc": "5356:110:46", + "nodeType": "YulBlock", + "src": "5356:110:46", + "statements": [ + { + "body": { + "nativeSrc": "5402:16:46", + "nodeType": "YulBlock", + "src": "5402:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5411:1:46", + "nodeType": "YulLiteral", + "src": "5411:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5414:1:46", + "nodeType": "YulLiteral", + "src": "5414:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5404:6:46", + "nodeType": "YulIdentifier", + "src": "5404:6:46" + }, + "nativeSrc": "5404:12:46", + "nodeType": "YulFunctionCall", + "src": "5404:12:46" + }, + "nativeSrc": "5404:12:46", + "nodeType": "YulExpressionStatement", + "src": "5404:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5377:7:46", + "nodeType": "YulIdentifier", + "src": "5377:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5386:9:46", + "nodeType": "YulIdentifier", + "src": "5386:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5373:3:46", + "nodeType": "YulIdentifier", + "src": "5373:3:46" + }, + "nativeSrc": "5373:23:46", + "nodeType": "YulFunctionCall", + "src": "5373:23:46" + }, + { + "kind": "number", + "nativeSrc": "5398:2:46", + "nodeType": "YulLiteral", + "src": "5398:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5369:3:46", + "nodeType": "YulIdentifier", + "src": "5369:3:46" + }, + "nativeSrc": "5369:32:46", + "nodeType": "YulFunctionCall", + "src": "5369:32:46" + }, + "nativeSrc": "5366:52:46", + "nodeType": "YulIf", + "src": "5366:52:46" + }, + { + "nativeSrc": "5427:33:46", + "nodeType": "YulAssignment", + "src": "5427:33:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5450:9:46", + "nodeType": "YulIdentifier", + "src": "5450:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "5437:12:46", + "nodeType": "YulIdentifier", + "src": "5437:12:46" + }, + "nativeSrc": "5437:23:46", + "nodeType": "YulFunctionCall", + "src": "5437:23:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5427:6:46", + "nodeType": "YulIdentifier", + "src": "5427:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes32", + "nativeSrc": "5286:180:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5322:9:46", + "nodeType": "YulTypedName", + "src": "5322:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5333:7:46", + "nodeType": "YulTypedName", + "src": "5333:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5345:6:46", + "nodeType": "YulTypedName", + "src": "5345:6:46", + "type": "" + } + ], + "src": "5286:180:46" + }, + { + "body": { + "nativeSrc": "5570:97:46", + "nodeType": "YulBlock", + "src": "5570:97:46", + "statements": [ + { + "nativeSrc": "5580:26:46", + "nodeType": "YulAssignment", + "src": "5580:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5592:9:46", + "nodeType": "YulIdentifier", + "src": "5592:9:46" + }, + { + "kind": "number", + "nativeSrc": "5603:2:46", + "nodeType": "YulLiteral", + "src": "5603:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5588:3:46", + "nodeType": "YulIdentifier", + "src": "5588:3:46" + }, + "nativeSrc": "5588:18:46", + "nodeType": "YulFunctionCall", + "src": "5588:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "5580:4:46", + "nodeType": "YulIdentifier", + "src": "5580:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5622:9:46", + "nodeType": "YulIdentifier", + "src": "5622:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "5637:6:46", + "nodeType": "YulIdentifier", + "src": "5637:6:46" + }, + { + "kind": "number", + "nativeSrc": "5645:14:46", + "nodeType": "YulLiteral", + "src": "5645:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "5633:3:46", + "nodeType": "YulIdentifier", + "src": "5633:3:46" + }, + "nativeSrc": "5633:27:46", + "nodeType": "YulFunctionCall", + "src": "5633:27:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5615:6:46", + "nodeType": "YulIdentifier", + "src": "5615:6:46" + }, + "nativeSrc": "5615:46:46", + "nodeType": "YulFunctionCall", + "src": "5615:46:46" + }, + "nativeSrc": "5615:46:46", + "nodeType": "YulExpressionStatement", + "src": "5615:46:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint48__to_t_uint48__fromStack_reversed", + "nativeSrc": "5471:196:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5539:9:46", + "nodeType": "YulTypedName", + "src": "5539:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "5550:6:46", + "nodeType": "YulTypedName", + "src": "5550:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "5561:4:46", + "nodeType": "YulTypedName", + "src": "5561:4:46", + "type": "" + } + ], + "src": "5471:196:46" + }, + { + "body": { + "nativeSrc": "5742:177:46", + "nodeType": "YulBlock", + "src": "5742:177:46", + "statements": [ + { + "body": { + "nativeSrc": "5788:16:46", + "nodeType": "YulBlock", + "src": "5788:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5797:1:46", + "nodeType": "YulLiteral", + "src": "5797:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5800:1:46", + "nodeType": "YulLiteral", + "src": "5800:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5790:6:46", + "nodeType": "YulIdentifier", + "src": "5790:6:46" + }, + "nativeSrc": "5790:12:46", + "nodeType": "YulFunctionCall", + "src": "5790:12:46" + }, + "nativeSrc": "5790:12:46", + "nodeType": "YulExpressionStatement", + "src": "5790:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5763:7:46", + "nodeType": "YulIdentifier", + "src": "5763:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5772:9:46", + "nodeType": "YulIdentifier", + "src": "5772:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5759:3:46", + "nodeType": "YulIdentifier", + "src": "5759:3:46" + }, + "nativeSrc": "5759:23:46", + "nodeType": "YulFunctionCall", + "src": "5759:23:46" + }, + { + "kind": "number", + "nativeSrc": "5784:2:46", + "nodeType": "YulLiteral", + "src": "5784:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5755:3:46", + "nodeType": "YulIdentifier", + "src": "5755:3:46" + }, + "nativeSrc": "5755:32:46", + "nodeType": "YulFunctionCall", + "src": "5755:32:46" + }, + "nativeSrc": "5752:52:46", + "nodeType": "YulIf", + "src": "5752:52:46" + }, + { + "nativeSrc": "5813:36:46", + "nodeType": "YulVariableDeclaration", + "src": "5813:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5839:9:46", + "nodeType": "YulIdentifier", + "src": "5839:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "5826:12:46", + "nodeType": "YulIdentifier", + "src": "5826:12:46" + }, + "nativeSrc": "5826:23:46", + "nodeType": "YulFunctionCall", + "src": "5826:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "5817:5:46", + "nodeType": "YulTypedName", + "src": "5817:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "5883:5:46", + "nodeType": "YulIdentifier", + "src": "5883:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "5858:24:46", + "nodeType": "YulIdentifier", + "src": "5858:24:46" + }, + "nativeSrc": "5858:31:46", + "nodeType": "YulFunctionCall", + "src": "5858:31:46" + }, + "nativeSrc": "5858:31:46", + "nodeType": "YulExpressionStatement", + "src": "5858:31:46" + }, + { + "nativeSrc": "5898:15:46", + "nodeType": "YulAssignment", + "src": "5898:15:46", + "value": { + "name": "value", + "nativeSrc": "5908:5:46", + "nodeType": "YulIdentifier", + "src": "5908:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5898:6:46", + "nodeType": "YulIdentifier", + "src": "5898:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_address", + "nativeSrc": "5672:247:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5708:9:46", + "nodeType": "YulTypedName", + "src": "5708:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5719:7:46", + "nodeType": "YulTypedName", + "src": "5719:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5731:6:46", + "nodeType": "YulTypedName", + "src": "5731:6:46", + "type": "" + } + ], + "src": "5672:247:46" + }, + { + "body": { + "nativeSrc": "5968:133:46", + "nodeType": "YulBlock", + "src": "5968:133:46", + "statements": [ + { + "body": { + "nativeSrc": "6079:16:46", + "nodeType": "YulBlock", + "src": "6079:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6088:1:46", + "nodeType": "YulLiteral", + "src": "6088:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6091:1:46", + "nodeType": "YulLiteral", + "src": "6091:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6081:6:46", + "nodeType": "YulIdentifier", + "src": "6081:6:46" + }, + "nativeSrc": "6081:12:46", + "nodeType": "YulFunctionCall", + "src": "6081:12:46" + }, + "nativeSrc": "6081:12:46", + "nodeType": "YulExpressionStatement", + "src": "6081:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "5991:5:46", + "nodeType": "YulIdentifier", + "src": "5991:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "6002:5:46", + "nodeType": "YulIdentifier", + "src": "6002:5:46" + }, + { + "kind": "number", + "nativeSrc": "6009:66:46", + "nodeType": "YulLiteral", + "src": "6009:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "5998:3:46", + "nodeType": "YulIdentifier", + "src": "5998:3:46" + }, + "nativeSrc": "5998:78:46", + "nodeType": "YulFunctionCall", + "src": "5998:78:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "5988:2:46", + "nodeType": "YulIdentifier", + "src": "5988:2:46" + }, + "nativeSrc": "5988:89:46", + "nodeType": "YulFunctionCall", + "src": "5988:89:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "5981:6:46", + "nodeType": "YulIdentifier", + "src": "5981:6:46" + }, + "nativeSrc": "5981:97:46", + "nodeType": "YulFunctionCall", + "src": "5981:97:46" + }, + "nativeSrc": "5978:117:46", + "nodeType": "YulIf", + "src": "5978:117:46" + } + ] + }, + "name": "validator_revert_bytes4", + "nativeSrc": "5924:177:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "5957:5:46", + "nodeType": "YulTypedName", + "src": "5957:5:46", + "type": "" + } + ], + "src": "5924:177:46" + }, + { + "body": { + "nativeSrc": "6192:300:46", + "nodeType": "YulBlock", + "src": "6192:300:46", + "statements": [ + { + "body": { + "nativeSrc": "6238:16:46", + "nodeType": "YulBlock", + "src": "6238:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6247:1:46", + "nodeType": "YulLiteral", + "src": "6247:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6250:1:46", + "nodeType": "YulLiteral", + "src": "6250:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6240:6:46", + "nodeType": "YulIdentifier", + "src": "6240:6:46" + }, + "nativeSrc": "6240:12:46", + "nodeType": "YulFunctionCall", + "src": "6240:12:46" + }, + "nativeSrc": "6240:12:46", + "nodeType": "YulExpressionStatement", + "src": "6240:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "6213:7:46", + "nodeType": "YulIdentifier", + "src": "6213:7:46" + }, + { + "name": "headStart", + "nativeSrc": "6222:9:46", + "nodeType": "YulIdentifier", + "src": "6222:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "6209:3:46", + "nodeType": "YulIdentifier", + "src": "6209:3:46" + }, + "nativeSrc": "6209:23:46", + "nodeType": "YulFunctionCall", + "src": "6209:23:46" + }, + { + "kind": "number", + "nativeSrc": "6234:2:46", + "nodeType": "YulLiteral", + "src": "6234:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "6205:3:46", + "nodeType": "YulIdentifier", + "src": "6205:3:46" + }, + "nativeSrc": "6205:32:46", + "nodeType": "YulFunctionCall", + "src": "6205:32:46" + }, + "nativeSrc": "6202:52:46", + "nodeType": "YulIf", + "src": "6202:52:46" + }, + { + "nativeSrc": "6263:36:46", + "nodeType": "YulVariableDeclaration", + "src": "6263:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6289:9:46", + "nodeType": "YulIdentifier", + "src": "6289:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "6276:12:46", + "nodeType": "YulIdentifier", + "src": "6276:12:46" + }, + "nativeSrc": "6276:23:46", + "nodeType": "YulFunctionCall", + "src": "6276:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "6267:5:46", + "nodeType": "YulTypedName", + "src": "6267:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "6333:5:46", + "nodeType": "YulIdentifier", + "src": "6333:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "6308:24:46", + "nodeType": "YulIdentifier", + "src": "6308:24:46" + }, + "nativeSrc": "6308:31:46", + "nodeType": "YulFunctionCall", + "src": "6308:31:46" + }, + "nativeSrc": "6308:31:46", + "nodeType": "YulExpressionStatement", + "src": "6308:31:46" + }, + { + "nativeSrc": "6348:15:46", + "nodeType": "YulAssignment", + "src": "6348:15:46", + "value": { + "name": "value", + "nativeSrc": "6358:5:46", + "nodeType": "YulIdentifier", + "src": "6358:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "6348:6:46", + "nodeType": "YulIdentifier", + "src": "6348:6:46" + } + ] + }, + { + "nativeSrc": "6372:47:46", + "nodeType": "YulVariableDeclaration", + "src": "6372:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6404:9:46", + "nodeType": "YulIdentifier", + "src": "6404:9:46" + }, + { + "kind": "number", + "nativeSrc": "6415:2:46", + "nodeType": "YulLiteral", + "src": "6415:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6400:3:46", + "nodeType": "YulIdentifier", + "src": "6400:3:46" + }, + "nativeSrc": "6400:18:46", + "nodeType": "YulFunctionCall", + "src": "6400:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "6387:12:46", + "nodeType": "YulIdentifier", + "src": "6387:12:46" + }, + "nativeSrc": "6387:32:46", + "nodeType": "YulFunctionCall", + "src": "6387:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "6376:7:46", + "nodeType": "YulTypedName", + "src": "6376:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "6452:7:46", + "nodeType": "YulIdentifier", + "src": "6452:7:46" + } + ], + "functionName": { + "name": "validator_revert_bytes4", + "nativeSrc": "6428:23:46", + "nodeType": "YulIdentifier", + "src": "6428:23:46" + }, + "nativeSrc": "6428:32:46", + "nodeType": "YulFunctionCall", + "src": "6428:32:46" + }, + "nativeSrc": "6428:32:46", + "nodeType": "YulExpressionStatement", + "src": "6428:32:46" + }, + { + "nativeSrc": "6469:17:46", + "nodeType": "YulAssignment", + "src": "6469:17:46", + "value": { + "name": "value_1", + "nativeSrc": "6479:7:46", + "nodeType": "YulIdentifier", + "src": "6479:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "6469:6:46", + "nodeType": "YulIdentifier", + "src": "6469:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_bytes4", + "nativeSrc": "6106:386:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "6150:9:46", + "nodeType": "YulTypedName", + "src": "6150:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "6161:7:46", + "nodeType": "YulTypedName", + "src": "6161:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "6173:6:46", + "nodeType": "YulTypedName", + "src": "6173:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "6181:6:46", + "nodeType": "YulTypedName", + "src": "6181:6:46", + "type": "" + } + ], + "src": "6106:386:46" + }, + { + "body": { + "nativeSrc": "6603:376:46", + "nodeType": "YulBlock", + "src": "6603:376:46", + "statements": [ + { + "body": { + "nativeSrc": "6649:16:46", + "nodeType": "YulBlock", + "src": "6649:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6658:1:46", + "nodeType": "YulLiteral", + "src": "6658:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6661:1:46", + "nodeType": "YulLiteral", + "src": "6661:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6651:6:46", + "nodeType": "YulIdentifier", + "src": "6651:6:46" + }, + "nativeSrc": "6651:12:46", + "nodeType": "YulFunctionCall", + "src": "6651:12:46" + }, + "nativeSrc": "6651:12:46", + "nodeType": "YulExpressionStatement", + "src": "6651:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "6624:7:46", + "nodeType": "YulIdentifier", + "src": "6624:7:46" + }, + { + "name": "headStart", + "nativeSrc": "6633:9:46", + "nodeType": "YulIdentifier", + "src": "6633:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "6620:3:46", + "nodeType": "YulIdentifier", + "src": "6620:3:46" + }, + "nativeSrc": "6620:23:46", + "nodeType": "YulFunctionCall", + "src": "6620:23:46" + }, + { + "kind": "number", + "nativeSrc": "6645:2:46", + "nodeType": "YulLiteral", + "src": "6645:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "6616:3:46", + "nodeType": "YulIdentifier", + "src": "6616:3:46" + }, + "nativeSrc": "6616:32:46", + "nodeType": "YulFunctionCall", + "src": "6616:32:46" + }, + "nativeSrc": "6613:52:46", + "nodeType": "YulIf", + "src": "6613:52:46" + }, + { + "nativeSrc": "6674:38:46", + "nodeType": "YulAssignment", + "src": "6674:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6702:9:46", + "nodeType": "YulIdentifier", + "src": "6702:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "6684:17:46", + "nodeType": "YulIdentifier", + "src": "6684:17:46" + }, + "nativeSrc": "6684:28:46", + "nodeType": "YulFunctionCall", + "src": "6684:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "6674:6:46", + "nodeType": "YulIdentifier", + "src": "6674:6:46" + } + ] + }, + { + "nativeSrc": "6721:46:46", + "nodeType": "YulVariableDeclaration", + "src": "6721:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6752:9:46", + "nodeType": "YulIdentifier", + "src": "6752:9:46" + }, + { + "kind": "number", + "nativeSrc": "6763:2:46", + "nodeType": "YulLiteral", + "src": "6763:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6748:3:46", + "nodeType": "YulIdentifier", + "src": "6748:3:46" + }, + "nativeSrc": "6748:18:46", + "nodeType": "YulFunctionCall", + "src": "6748:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "6735:12:46", + "nodeType": "YulIdentifier", + "src": "6735:12:46" + }, + "nativeSrc": "6735:32:46", + "nodeType": "YulFunctionCall", + "src": "6735:32:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "6725:6:46", + "nodeType": "YulTypedName", + "src": "6725:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "6810:16:46", + "nodeType": "YulBlock", + "src": "6810:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6819:1:46", + "nodeType": "YulLiteral", + "src": "6819:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6822:1:46", + "nodeType": "YulLiteral", + "src": "6822:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6812:6:46", + "nodeType": "YulIdentifier", + "src": "6812:6:46" + }, + "nativeSrc": "6812:12:46", + "nodeType": "YulFunctionCall", + "src": "6812:12:46" + }, + "nativeSrc": "6812:12:46", + "nodeType": "YulExpressionStatement", + "src": "6812:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "6782:6:46", + "nodeType": "YulIdentifier", + "src": "6782:6:46" + }, + { + "kind": "number", + "nativeSrc": "6790:18:46", + "nodeType": "YulLiteral", + "src": "6790:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "6779:2:46", + "nodeType": "YulIdentifier", + "src": "6779:2:46" + }, + "nativeSrc": "6779:30:46", + "nodeType": "YulFunctionCall", + "src": "6779:30:46" + }, + "nativeSrc": "6776:50:46", + "nodeType": "YulIf", + "src": "6776:50:46" + }, + { + "nativeSrc": "6835:84:46", + "nodeType": "YulVariableDeclaration", + "src": "6835:84:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6891:9:46", + "nodeType": "YulIdentifier", + "src": "6891:9:46" + }, + { + "name": "offset", + "nativeSrc": "6902:6:46", + "nodeType": "YulIdentifier", + "src": "6902:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6887:3:46", + "nodeType": "YulIdentifier", + "src": "6887:3:46" + }, + "nativeSrc": "6887:22:46", + "nodeType": "YulFunctionCall", + "src": "6887:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "6911:7:46", + "nodeType": "YulIdentifier", + "src": "6911:7:46" + } + ], + "functionName": { + "name": "abi_decode_bytes_calldata", + "nativeSrc": "6861:25:46", + "nodeType": "YulIdentifier", + "src": "6861:25:46" + }, + "nativeSrc": "6861:58:46", + "nodeType": "YulFunctionCall", + "src": "6861:58:46" + }, + "variables": [ + { + "name": "value1_1", + "nativeSrc": "6839:8:46", + "nodeType": "YulTypedName", + "src": "6839:8:46", + "type": "" + }, + { + "name": "value2_1", + "nativeSrc": "6849:8:46", + "nodeType": "YulTypedName", + "src": "6849:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "6928:18:46", + "nodeType": "YulAssignment", + "src": "6928:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "6938:8:46", + "nodeType": "YulIdentifier", + "src": "6938:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "6928:6:46", + "nodeType": "YulIdentifier", + "src": "6928:6:46" + } + ] + }, + { + "nativeSrc": "6955:18:46", + "nodeType": "YulAssignment", + "src": "6955:18:46", + "value": { + "name": "value2_1", + "nativeSrc": "6965:8:46", + "nodeType": "YulIdentifier", + "src": "6965:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "6955:6:46", + "nodeType": "YulIdentifier", + "src": "6955:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64t_string_calldata_ptr", + "nativeSrc": "6497:482:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "6553:9:46", + "nodeType": "YulTypedName", + "src": "6553:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "6564:7:46", + "nodeType": "YulTypedName", + "src": "6564:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "6576:6:46", + "nodeType": "YulTypedName", + "src": "6576:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "6584:6:46", + "nodeType": "YulTypedName", + "src": "6584:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "6592:6:46", + "nodeType": "YulTypedName", + "src": "6592:6:46", + "type": "" + } + ], + "src": "6497:482:46" + }, + { + "body": { + "nativeSrc": "7079:92:46", + "nodeType": "YulBlock", + "src": "7079:92:46", + "statements": [ + { + "nativeSrc": "7089:26:46", + "nodeType": "YulAssignment", + "src": "7089:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7101:9:46", + "nodeType": "YulIdentifier", + "src": "7101:9:46" + }, + { + "kind": "number", + "nativeSrc": "7112:2:46", + "nodeType": "YulLiteral", + "src": "7112:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7097:3:46", + "nodeType": "YulIdentifier", + "src": "7097:3:46" + }, + "nativeSrc": "7097:18:46", + "nodeType": "YulFunctionCall", + "src": "7097:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "7089:4:46", + "nodeType": "YulIdentifier", + "src": "7089:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7131:9:46", + "nodeType": "YulIdentifier", + "src": "7131:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "7156:6:46", + "nodeType": "YulIdentifier", + "src": "7156:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "7149:6:46", + "nodeType": "YulIdentifier", + "src": "7149:6:46" + }, + "nativeSrc": "7149:14:46", + "nodeType": "YulFunctionCall", + "src": "7149:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "7142:6:46", + "nodeType": "YulIdentifier", + "src": "7142:6:46" + }, + "nativeSrc": "7142:22:46", + "nodeType": "YulFunctionCall", + "src": "7142:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7124:6:46", + "nodeType": "YulIdentifier", + "src": "7124:6:46" + }, + "nativeSrc": "7124:41:46", + "nodeType": "YulFunctionCall", + "src": "7124:41:46" + }, + "nativeSrc": "7124:41:46", + "nodeType": "YulExpressionStatement", + "src": "7124:41:46" + } + ] + }, + "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", + "nativeSrc": "6984:187:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "7048:9:46", + "nodeType": "YulTypedName", + "src": "7048:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "7059:6:46", + "nodeType": "YulTypedName", + "src": "7059:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "7070:4:46", + "nodeType": "YulTypedName", + "src": "7070:4:46", + "type": "" + } + ], + "src": "6984:187:46" + }, + { + "body": { + "nativeSrc": "7261:171:46", + "nodeType": "YulBlock", + "src": "7261:171:46", + "statements": [ + { + "body": { + "nativeSrc": "7307:16:46", + "nodeType": "YulBlock", + "src": "7307:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7316:1:46", + "nodeType": "YulLiteral", + "src": "7316:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "7319:1:46", + "nodeType": "YulLiteral", + "src": "7319:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "7309:6:46", + "nodeType": "YulIdentifier", + "src": "7309:6:46" + }, + "nativeSrc": "7309:12:46", + "nodeType": "YulFunctionCall", + "src": "7309:12:46" + }, + "nativeSrc": "7309:12:46", + "nodeType": "YulExpressionStatement", + "src": "7309:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "7282:7:46", + "nodeType": "YulIdentifier", + "src": "7282:7:46" + }, + { + "name": "headStart", + "nativeSrc": "7291:9:46", + "nodeType": "YulIdentifier", + "src": "7291:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "7278:3:46", + "nodeType": "YulIdentifier", + "src": "7278:3:46" + }, + "nativeSrc": "7278:23:46", + "nodeType": "YulFunctionCall", + "src": "7278:23:46" + }, + { + "kind": "number", + "nativeSrc": "7303:2:46", + "nodeType": "YulLiteral", + "src": "7303:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "7274:3:46", + "nodeType": "YulIdentifier", + "src": "7274:3:46" + }, + "nativeSrc": "7274:32:46", + "nodeType": "YulFunctionCall", + "src": "7274:32:46" + }, + "nativeSrc": "7271:52:46", + "nodeType": "YulIf", + "src": "7271:52:46" + }, + { + "nativeSrc": "7332:38:46", + "nodeType": "YulAssignment", + "src": "7332:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7360:9:46", + "nodeType": "YulIdentifier", + "src": "7360:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "7342:17:46", + "nodeType": "YulIdentifier", + "src": "7342:17:46" + }, + "nativeSrc": "7342:28:46", + "nodeType": "YulFunctionCall", + "src": "7342:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "7332:6:46", + "nodeType": "YulIdentifier", + "src": "7332:6:46" + } + ] + }, + { + "nativeSrc": "7379:47:46", + "nodeType": "YulAssignment", + "src": "7379:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7411:9:46", + "nodeType": "YulIdentifier", + "src": "7411:9:46" + }, + { + "kind": "number", + "nativeSrc": "7422:2:46", + "nodeType": "YulLiteral", + "src": "7422:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7407:3:46", + "nodeType": "YulIdentifier", + "src": "7407:3:46" + }, + "nativeSrc": "7407:18:46", + "nodeType": "YulFunctionCall", + "src": "7407:18:46" + } + ], + "functionName": { + "name": "abi_decode_uint32", + "nativeSrc": "7389:17:46", + "nodeType": "YulIdentifier", + "src": "7389:17:46" + }, + "nativeSrc": "7389:37:46", + "nodeType": "YulFunctionCall", + "src": "7389:37:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "7379:6:46", + "nodeType": "YulIdentifier", + "src": "7379:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64t_uint32", + "nativeSrc": "7176:256:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "7219:9:46", + "nodeType": "YulTypedName", + "src": "7219:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "7230:7:46", + "nodeType": "YulTypedName", + "src": "7230:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "7242:6:46", + "nodeType": "YulTypedName", + "src": "7242:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "7250:6:46", + "nodeType": "YulTypedName", + "src": "7250:6:46", + "type": "" + } + ], + "src": "7176:256:46" + }, + { + "body": { + "nativeSrc": "7560:562:46", + "nodeType": "YulBlock", + "src": "7560:562:46", + "statements": [ + { + "body": { + "nativeSrc": "7606:16:46", + "nodeType": "YulBlock", + "src": "7606:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7615:1:46", + "nodeType": "YulLiteral", + "src": "7615:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "7618:1:46", + "nodeType": "YulLiteral", + "src": "7618:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "7608:6:46", + "nodeType": "YulIdentifier", + "src": "7608:6:46" + }, + "nativeSrc": "7608:12:46", + "nodeType": "YulFunctionCall", + "src": "7608:12:46" + }, + "nativeSrc": "7608:12:46", + "nodeType": "YulExpressionStatement", + "src": "7608:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "7581:7:46", + "nodeType": "YulIdentifier", + "src": "7581:7:46" + }, + { + "name": "headStart", + "nativeSrc": "7590:9:46", + "nodeType": "YulIdentifier", + "src": "7590:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "7577:3:46", + "nodeType": "YulIdentifier", + "src": "7577:3:46" + }, + "nativeSrc": "7577:23:46", + "nodeType": "YulFunctionCall", + "src": "7577:23:46" + }, + { + "kind": "number", + "nativeSrc": "7602:2:46", + "nodeType": "YulLiteral", + "src": "7602:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "7573:3:46", + "nodeType": "YulIdentifier", + "src": "7573:3:46" + }, + "nativeSrc": "7573:32:46", + "nodeType": "YulFunctionCall", + "src": "7573:32:46" + }, + "nativeSrc": "7570:52:46", + "nodeType": "YulIf", + "src": "7570:52:46" + }, + { + "nativeSrc": "7631:36:46", + "nodeType": "YulVariableDeclaration", + "src": "7631:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7657:9:46", + "nodeType": "YulIdentifier", + "src": "7657:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "7644:12:46", + "nodeType": "YulIdentifier", + "src": "7644:12:46" + }, + "nativeSrc": "7644:23:46", + "nodeType": "YulFunctionCall", + "src": "7644:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "7635:5:46", + "nodeType": "YulTypedName", + "src": "7635:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "7701:5:46", + "nodeType": "YulIdentifier", + "src": "7701:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "7676:24:46", + "nodeType": "YulIdentifier", + "src": "7676:24:46" + }, + "nativeSrc": "7676:31:46", + "nodeType": "YulFunctionCall", + "src": "7676:31:46" + }, + "nativeSrc": "7676:31:46", + "nodeType": "YulExpressionStatement", + "src": "7676:31:46" + }, + { + "nativeSrc": "7716:15:46", + "nodeType": "YulAssignment", + "src": "7716:15:46", + "value": { + "name": "value", + "nativeSrc": "7726:5:46", + "nodeType": "YulIdentifier", + "src": "7726:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "7716:6:46", + "nodeType": "YulIdentifier", + "src": "7716:6:46" + } + ] + }, + { + "nativeSrc": "7740:47:46", + "nodeType": "YulVariableDeclaration", + "src": "7740:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7772:9:46", + "nodeType": "YulIdentifier", + "src": "7772:9:46" + }, + { + "kind": "number", + "nativeSrc": "7783:2:46", + "nodeType": "YulLiteral", + "src": "7783:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7768:3:46", + "nodeType": "YulIdentifier", + "src": "7768:3:46" + }, + "nativeSrc": "7768:18:46", + "nodeType": "YulFunctionCall", + "src": "7768:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "7755:12:46", + "nodeType": "YulIdentifier", + "src": "7755:12:46" + }, + "nativeSrc": "7755:32:46", + "nodeType": "YulFunctionCall", + "src": "7755:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "7744:7:46", + "nodeType": "YulTypedName", + "src": "7744:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "7821:7:46", + "nodeType": "YulIdentifier", + "src": "7821:7:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "7796:24:46", + "nodeType": "YulIdentifier", + "src": "7796:24:46" + }, + "nativeSrc": "7796:33:46", + "nodeType": "YulFunctionCall", + "src": "7796:33:46" + }, + "nativeSrc": "7796:33:46", + "nodeType": "YulExpressionStatement", + "src": "7796:33:46" + }, + { + "nativeSrc": "7838:17:46", + "nodeType": "YulAssignment", + "src": "7838:17:46", + "value": { + "name": "value_1", + "nativeSrc": "7848:7:46", + "nodeType": "YulIdentifier", + "src": "7848:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "7838:6:46", + "nodeType": "YulIdentifier", + "src": "7838:6:46" + } + ] + }, + { + "nativeSrc": "7864:46:46", + "nodeType": "YulVariableDeclaration", + "src": "7864:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7895:9:46", + "nodeType": "YulIdentifier", + "src": "7895:9:46" + }, + { + "kind": "number", + "nativeSrc": "7906:2:46", + "nodeType": "YulLiteral", + "src": "7906:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7891:3:46", + "nodeType": "YulIdentifier", + "src": "7891:3:46" + }, + "nativeSrc": "7891:18:46", + "nodeType": "YulFunctionCall", + "src": "7891:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "7878:12:46", + "nodeType": "YulIdentifier", + "src": "7878:12:46" + }, + "nativeSrc": "7878:32:46", + "nodeType": "YulFunctionCall", + "src": "7878:32:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "7868:6:46", + "nodeType": "YulTypedName", + "src": "7868:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "7953:16:46", + "nodeType": "YulBlock", + "src": "7953:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7962:1:46", + "nodeType": "YulLiteral", + "src": "7962:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "7965:1:46", + "nodeType": "YulLiteral", + "src": "7965:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "7955:6:46", + "nodeType": "YulIdentifier", + "src": "7955:6:46" + }, + "nativeSrc": "7955:12:46", + "nodeType": "YulFunctionCall", + "src": "7955:12:46" + }, + "nativeSrc": "7955:12:46", + "nodeType": "YulExpressionStatement", + "src": "7955:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "7925:6:46", + "nodeType": "YulIdentifier", + "src": "7925:6:46" + }, + { + "kind": "number", + "nativeSrc": "7933:18:46", + "nodeType": "YulLiteral", + "src": "7933:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "7922:2:46", + "nodeType": "YulIdentifier", + "src": "7922:2:46" + }, + "nativeSrc": "7922:30:46", + "nodeType": "YulFunctionCall", + "src": "7922:30:46" + }, + "nativeSrc": "7919:50:46", + "nodeType": "YulIf", + "src": "7919:50:46" + }, + { + "nativeSrc": "7978:84:46", + "nodeType": "YulVariableDeclaration", + "src": "7978:84:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8034:9:46", + "nodeType": "YulIdentifier", + "src": "8034:9:46" + }, + { + "name": "offset", + "nativeSrc": "8045:6:46", + "nodeType": "YulIdentifier", + "src": "8045:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8030:3:46", + "nodeType": "YulIdentifier", + "src": "8030:3:46" + }, + "nativeSrc": "8030:22:46", + "nodeType": "YulFunctionCall", + "src": "8030:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "8054:7:46", + "nodeType": "YulIdentifier", + "src": "8054:7:46" + } + ], + "functionName": { + "name": "abi_decode_bytes_calldata", + "nativeSrc": "8004:25:46", + "nodeType": "YulIdentifier", + "src": "8004:25:46" + }, + "nativeSrc": "8004:58:46", + "nodeType": "YulFunctionCall", + "src": "8004:58:46" + }, + "variables": [ + { + "name": "value2_1", + "nativeSrc": "7982:8:46", + "nodeType": "YulTypedName", + "src": "7982:8:46", + "type": "" + }, + { + "name": "value3_1", + "nativeSrc": "7992:8:46", + "nodeType": "YulTypedName", + "src": "7992:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "8071:18:46", + "nodeType": "YulAssignment", + "src": "8071:18:46", + "value": { + "name": "value2_1", + "nativeSrc": "8081:8:46", + "nodeType": "YulIdentifier", + "src": "8081:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "8071:6:46", + "nodeType": "YulIdentifier", + "src": "8071:6:46" + } + ] + }, + { + "nativeSrc": "8098:18:46", + "nodeType": "YulAssignment", + "src": "8098:18:46", + "value": { + "name": "value3_1", + "nativeSrc": "8108:8:46", + "nodeType": "YulIdentifier", + "src": "8108:8:46" + }, + "variableNames": [ + { + "name": "value3", + "nativeSrc": "8098:6:46", + "nodeType": "YulIdentifier", + "src": "8098:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr", + "nativeSrc": "7437:685:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "7502:9:46", + "nodeType": "YulTypedName", + "src": "7502:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "7513:7:46", + "nodeType": "YulTypedName", + "src": "7513:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "7525:6:46", + "nodeType": "YulTypedName", + "src": "7525:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "7533:6:46", + "nodeType": "YulTypedName", + "src": "7533:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "7541:6:46", + "nodeType": "YulTypedName", + "src": "7541:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "7549:6:46", + "nodeType": "YulTypedName", + "src": "7549:6:46", + "type": "" + } + ], + "src": "7437:685:46" + }, + { + "body": { + "nativeSrc": "8228:76:46", + "nodeType": "YulBlock", + "src": "8228:76:46", + "statements": [ + { + "nativeSrc": "8238:26:46", + "nodeType": "YulAssignment", + "src": "8238:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8250:9:46", + "nodeType": "YulIdentifier", + "src": "8250:9:46" + }, + { + "kind": "number", + "nativeSrc": "8261:2:46", + "nodeType": "YulLiteral", + "src": "8261:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8246:3:46", + "nodeType": "YulIdentifier", + "src": "8246:3:46" + }, + "nativeSrc": "8246:18:46", + "nodeType": "YulFunctionCall", + "src": "8246:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "8238:4:46", + "nodeType": "YulIdentifier", + "src": "8238:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8280:9:46", + "nodeType": "YulIdentifier", + "src": "8280:9:46" + }, + { + "name": "value0", + "nativeSrc": "8291:6:46", + "nodeType": "YulIdentifier", + "src": "8291:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8273:6:46", + "nodeType": "YulIdentifier", + "src": "8273:6:46" + }, + "nativeSrc": "8273:25:46", + "nodeType": "YulFunctionCall", + "src": "8273:25:46" + }, + "nativeSrc": "8273:25:46", + "nodeType": "YulExpressionStatement", + "src": "8273:25:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", + "nativeSrc": "8127:177:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "8197:9:46", + "nodeType": "YulTypedName", + "src": "8197:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "8208:6:46", + "nodeType": "YulTypedName", + "src": "8208:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "8219:4:46", + "nodeType": "YulTypedName", + "src": "8219:4:46", + "type": "" + } + ], + "src": "8127:177:46" + }, + { + "body": { + "nativeSrc": "8425:331:46", + "nodeType": "YulBlock", + "src": "8425:331:46", + "statements": [ + { + "body": { + "nativeSrc": "8471:16:46", + "nodeType": "YulBlock", + "src": "8471:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8480:1:46", + "nodeType": "YulLiteral", + "src": "8480:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "8483:1:46", + "nodeType": "YulLiteral", + "src": "8483:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "8473:6:46", + "nodeType": "YulIdentifier", + "src": "8473:6:46" + }, + "nativeSrc": "8473:12:46", + "nodeType": "YulFunctionCall", + "src": "8473:12:46" + }, + "nativeSrc": "8473:12:46", + "nodeType": "YulExpressionStatement", + "src": "8473:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "8446:7:46", + "nodeType": "YulIdentifier", + "src": "8446:7:46" + }, + { + "name": "headStart", + "nativeSrc": "8455:9:46", + "nodeType": "YulIdentifier", + "src": "8455:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "8442:3:46", + "nodeType": "YulIdentifier", + "src": "8442:3:46" + }, + "nativeSrc": "8442:23:46", + "nodeType": "YulFunctionCall", + "src": "8442:23:46" + }, + { + "kind": "number", + "nativeSrc": "8467:2:46", + "nodeType": "YulLiteral", + "src": "8467:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "8438:3:46", + "nodeType": "YulIdentifier", + "src": "8438:3:46" + }, + "nativeSrc": "8438:32:46", + "nodeType": "YulFunctionCall", + "src": "8438:32:46" + }, + "nativeSrc": "8435:52:46", + "nodeType": "YulIf", + "src": "8435:52:46" + }, + { + "nativeSrc": "8496:37:46", + "nodeType": "YulVariableDeclaration", + "src": "8496:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8523:9:46", + "nodeType": "YulIdentifier", + "src": "8523:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "8510:12:46", + "nodeType": "YulIdentifier", + "src": "8510:12:46" + }, + "nativeSrc": "8510:23:46", + "nodeType": "YulFunctionCall", + "src": "8510:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "8500:6:46", + "nodeType": "YulTypedName", + "src": "8500:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "8576:16:46", + "nodeType": "YulBlock", + "src": "8576:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8585:1:46", + "nodeType": "YulLiteral", + "src": "8585:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "8588:1:46", + "nodeType": "YulLiteral", + "src": "8588:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "8578:6:46", + "nodeType": "YulIdentifier", + "src": "8578:6:46" + }, + "nativeSrc": "8578:12:46", + "nodeType": "YulFunctionCall", + "src": "8578:12:46" + }, + "nativeSrc": "8578:12:46", + "nodeType": "YulExpressionStatement", + "src": "8578:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "8548:6:46", + "nodeType": "YulIdentifier", + "src": "8548:6:46" + }, + { + "kind": "number", + "nativeSrc": "8556:18:46", + "nodeType": "YulLiteral", + "src": "8556:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "8545:2:46", + "nodeType": "YulIdentifier", + "src": "8545:2:46" + }, + "nativeSrc": "8545:30:46", + "nodeType": "YulFunctionCall", + "src": "8545:30:46" + }, + "nativeSrc": "8542:50:46", + "nodeType": "YulIf", + "src": "8542:50:46" + }, + { + "nativeSrc": "8601:95:46", + "nodeType": "YulVariableDeclaration", + "src": "8601:95:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8668:9:46", + "nodeType": "YulIdentifier", + "src": "8668:9:46" + }, + { + "name": "offset", + "nativeSrc": "8679:6:46", + "nodeType": "YulIdentifier", + "src": "8679:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8664:3:46", + "nodeType": "YulIdentifier", + "src": "8664:3:46" + }, + "nativeSrc": "8664:22:46", + "nodeType": "YulFunctionCall", + "src": "8664:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "8688:7:46", + "nodeType": "YulIdentifier", + "src": "8688:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_bytes4_dyn_calldata", + "nativeSrc": "8627:36:46", + "nodeType": "YulIdentifier", + "src": "8627:36:46" + }, + "nativeSrc": "8627:69:46", + "nodeType": "YulFunctionCall", + "src": "8627:69:46" + }, + "variables": [ + { + "name": "value0_1", + "nativeSrc": "8605:8:46", + "nodeType": "YulTypedName", + "src": "8605:8:46", + "type": "" + }, + { + "name": "value1_1", + "nativeSrc": "8615:8:46", + "nodeType": "YulTypedName", + "src": "8615:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "8705:18:46", + "nodeType": "YulAssignment", + "src": "8705:18:46", + "value": { + "name": "value0_1", + "nativeSrc": "8715:8:46", + "nodeType": "YulIdentifier", + "src": "8715:8:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "8705:6:46", + "nodeType": "YulIdentifier", + "src": "8705:6:46" + } + ] + }, + { + "nativeSrc": "8732:18:46", + "nodeType": "YulAssignment", + "src": "8732:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "8742:8:46", + "nodeType": "YulIdentifier", + "src": "8742:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "8732:6:46", + "nodeType": "YulIdentifier", + "src": "8732:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", + "nativeSrc": "8309:447:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "8383:9:46", + "nodeType": "YulTypedName", + "src": "8383:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "8394:7:46", + "nodeType": "YulTypedName", + "src": "8394:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "8406:6:46", + "nodeType": "YulTypedName", + "src": "8406:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "8414:6:46", + "nodeType": "YulTypedName", + "src": "8414:6:46", + "type": "" + } + ], + "src": "8309:447:46" + }, + { + "body": { + "nativeSrc": "8827:184:46", + "nodeType": "YulBlock", + "src": "8827:184:46", + "statements": [ + { + "nativeSrc": "8837:10:46", + "nodeType": "YulVariableDeclaration", + "src": "8837:10:46", + "value": { + "kind": "number", + "nativeSrc": "8846:1:46", + "nodeType": "YulLiteral", + "src": "8846:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "8841:1:46", + "nodeType": "YulTypedName", + "src": "8841:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "8906:63:46", + "nodeType": "YulBlock", + "src": "8906:63:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "8931:3:46", + "nodeType": "YulIdentifier", + "src": "8931:3:46" + }, + { + "name": "i", + "nativeSrc": "8936:1:46", + "nodeType": "YulIdentifier", + "src": "8936:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8927:3:46", + "nodeType": "YulIdentifier", + "src": "8927:3:46" + }, + "nativeSrc": "8927:11:46", + "nodeType": "YulFunctionCall", + "src": "8927:11:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "8950:3:46", + "nodeType": "YulIdentifier", + "src": "8950:3:46" + }, + { + "name": "i", + "nativeSrc": "8955:1:46", + "nodeType": "YulIdentifier", + "src": "8955:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8946:3:46", + "nodeType": "YulIdentifier", + "src": "8946:3:46" + }, + "nativeSrc": "8946:11:46", + "nodeType": "YulFunctionCall", + "src": "8946:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "8940:5:46", + "nodeType": "YulIdentifier", + "src": "8940:5:46" + }, + "nativeSrc": "8940:18:46", + "nodeType": "YulFunctionCall", + "src": "8940:18:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8920:6:46", + "nodeType": "YulIdentifier", + "src": "8920:6:46" + }, + "nativeSrc": "8920:39:46", + "nodeType": "YulFunctionCall", + "src": "8920:39:46" + }, + "nativeSrc": "8920:39:46", + "nodeType": "YulExpressionStatement", + "src": "8920:39:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "8867:1:46", + "nodeType": "YulIdentifier", + "src": "8867:1:46" + }, + { + "name": "length", + "nativeSrc": "8870:6:46", + "nodeType": "YulIdentifier", + "src": "8870:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "8864:2:46", + "nodeType": "YulIdentifier", + "src": "8864:2:46" + }, + "nativeSrc": "8864:13:46", + "nodeType": "YulFunctionCall", + "src": "8864:13:46" + }, + "nativeSrc": "8856:113:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "8878:19:46", + "nodeType": "YulBlock", + "src": "8878:19:46", + "statements": [ + { + "nativeSrc": "8880:15:46", + "nodeType": "YulAssignment", + "src": "8880:15:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "8889:1:46", + "nodeType": "YulIdentifier", + "src": "8889:1:46" + }, + { + "kind": "number", + "nativeSrc": "8892:2:46", + "nodeType": "YulLiteral", + "src": "8892:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8885:3:46", + "nodeType": "YulIdentifier", + "src": "8885:3:46" + }, + "nativeSrc": "8885:10:46", + "nodeType": "YulFunctionCall", + "src": "8885:10:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "8880:1:46", + "nodeType": "YulIdentifier", + "src": "8880:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "8860:3:46", + "nodeType": "YulBlock", + "src": "8860:3:46", + "statements": [] + }, + "src": "8856:113:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "8989:3:46", + "nodeType": "YulIdentifier", + "src": "8989:3:46" + }, + { + "name": "length", + "nativeSrc": "8994:6:46", + "nodeType": "YulIdentifier", + "src": "8994:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8985:3:46", + "nodeType": "YulIdentifier", + "src": "8985:3:46" + }, + "nativeSrc": "8985:16:46", + "nodeType": "YulFunctionCall", + "src": "8985:16:46" + }, + { + "kind": "number", + "nativeSrc": "9003:1:46", + "nodeType": "YulLiteral", + "src": "9003:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8978:6:46", + "nodeType": "YulIdentifier", + "src": "8978:6:46" + }, + "nativeSrc": "8978:27:46", + "nodeType": "YulFunctionCall", + "src": "8978:27:46" + }, + "nativeSrc": "8978:27:46", + "nodeType": "YulExpressionStatement", + "src": "8978:27:46" + } + ] + }, + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "8761:250:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "src", + "nativeSrc": "8805:3:46", + "nodeType": "YulTypedName", + "src": "8805:3:46", + "type": "" + }, + { + "name": "dst", + "nativeSrc": "8810:3:46", + "nodeType": "YulTypedName", + "src": "8810:3:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "8815:6:46", + "nodeType": "YulTypedName", + "src": "8815:6:46", + "type": "" + } + ], + "src": "8761:250:46" + }, + { + "body": { + "nativeSrc": "9185:822:46", + "nodeType": "YulBlock", + "src": "9185:822:46", + "statements": [ + { + "nativeSrc": "9195:32:46", + "nodeType": "YulVariableDeclaration", + "src": "9195:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "9213:9:46", + "nodeType": "YulIdentifier", + "src": "9213:9:46" + }, + { + "kind": "number", + "nativeSrc": "9224:2:46", + "nodeType": "YulLiteral", + "src": "9224:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9209:3:46", + "nodeType": "YulIdentifier", + "src": "9209:3:46" + }, + "nativeSrc": "9209:18:46", + "nodeType": "YulFunctionCall", + "src": "9209:18:46" + }, + "variables": [ + { + "name": "tail_1", + "nativeSrc": "9199:6:46", + "nodeType": "YulTypedName", + "src": "9199:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "9243:9:46", + "nodeType": "YulIdentifier", + "src": "9243:9:46" + }, + { + "kind": "number", + "nativeSrc": "9254:2:46", + "nodeType": "YulLiteral", + "src": "9254:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "9236:6:46", + "nodeType": "YulIdentifier", + "src": "9236:6:46" + }, + "nativeSrc": "9236:21:46", + "nodeType": "YulFunctionCall", + "src": "9236:21:46" + }, + "nativeSrc": "9236:21:46", + "nodeType": "YulExpressionStatement", + "src": "9236:21:46" + }, + { + "nativeSrc": "9266:17:46", + "nodeType": "YulVariableDeclaration", + "src": "9266:17:46", + "value": { + "name": "tail_1", + "nativeSrc": "9277:6:46", + "nodeType": "YulIdentifier", + "src": "9277:6:46" + }, + "variables": [ + { + "name": "pos", + "nativeSrc": "9270:3:46", + "nodeType": "YulTypedName", + "src": "9270:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "9292:27:46", + "nodeType": "YulVariableDeclaration", + "src": "9292:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "9312:6:46", + "nodeType": "YulIdentifier", + "src": "9312:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "9306:5:46", + "nodeType": "YulIdentifier", + "src": "9306:5:46" + }, + "nativeSrc": "9306:13:46", + "nodeType": "YulFunctionCall", + "src": "9306:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "9296:6:46", + "nodeType": "YulTypedName", + "src": "9296:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_1", + "nativeSrc": "9335:6:46", + "nodeType": "YulIdentifier", + "src": "9335:6:46" + }, + { + "name": "length", + "nativeSrc": "9343:6:46", + "nodeType": "YulIdentifier", + "src": "9343:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "9328:6:46", + "nodeType": "YulIdentifier", + "src": "9328:6:46" + }, + "nativeSrc": "9328:22:46", + "nodeType": "YulFunctionCall", + "src": "9328:22:46" + }, + "nativeSrc": "9328:22:46", + "nodeType": "YulExpressionStatement", + "src": "9328:22:46" + }, + { + "nativeSrc": "9359:25:46", + "nodeType": "YulAssignment", + "src": "9359:25:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "9370:9:46", + "nodeType": "YulIdentifier", + "src": "9370:9:46" + }, + { + "kind": "number", + "nativeSrc": "9381:2:46", + "nodeType": "YulLiteral", + "src": "9381:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9366:3:46", + "nodeType": "YulIdentifier", + "src": "9366:3:46" + }, + "nativeSrc": "9366:18:46", + "nodeType": "YulFunctionCall", + "src": "9366:18:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "9359:3:46", + "nodeType": "YulIdentifier", + "src": "9359:3:46" + } + ] + }, + { + "nativeSrc": "9393:53:46", + "nodeType": "YulVariableDeclaration", + "src": "9393:53:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "9415:9:46", + "nodeType": "YulIdentifier", + "src": "9415:9:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9430:1:46", + "nodeType": "YulLiteral", + "src": "9430:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "9433:6:46", + "nodeType": "YulIdentifier", + "src": "9433:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "9426:3:46", + "nodeType": "YulIdentifier", + "src": "9426:3:46" + }, + "nativeSrc": "9426:14:46", + "nodeType": "YulFunctionCall", + "src": "9426:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9411:3:46", + "nodeType": "YulIdentifier", + "src": "9411:3:46" + }, + "nativeSrc": "9411:30:46", + "nodeType": "YulFunctionCall", + "src": "9411:30:46" + }, + { + "kind": "number", + "nativeSrc": "9443:2:46", + "nodeType": "YulLiteral", + "src": "9443:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9407:3:46", + "nodeType": "YulIdentifier", + "src": "9407:3:46" + }, + "nativeSrc": "9407:39:46", + "nodeType": "YulFunctionCall", + "src": "9407:39:46" + }, + "variables": [ + { + "name": "tail_2", + "nativeSrc": "9397:6:46", + "nodeType": "YulTypedName", + "src": "9397:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "9455:29:46", + "nodeType": "YulVariableDeclaration", + "src": "9455:29:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "9473:6:46", + "nodeType": "YulIdentifier", + "src": "9473:6:46" + }, + { + "kind": "number", + "nativeSrc": "9481:2:46", + "nodeType": "YulLiteral", + "src": "9481:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9469:3:46", + "nodeType": "YulIdentifier", + "src": "9469:3:46" + }, + "nativeSrc": "9469:15:46", + "nodeType": "YulFunctionCall", + "src": "9469:15:46" + }, + "variables": [ + { + "name": "srcPtr", + "nativeSrc": "9459:6:46", + "nodeType": "YulTypedName", + "src": "9459:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "9493:10:46", + "nodeType": "YulVariableDeclaration", + "src": "9493:10:46", + "value": { + "kind": "number", + "nativeSrc": "9502:1:46", + "nodeType": "YulLiteral", + "src": "9502:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "9497:1:46", + "nodeType": "YulTypedName", + "src": "9497:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "9561:417:46", + "nodeType": "YulBlock", + "src": "9561:417:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "9582:3:46", + "nodeType": "YulIdentifier", + "src": "9582:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "9595:6:46", + "nodeType": "YulIdentifier", + "src": "9595:6:46" + }, + { + "name": "headStart", + "nativeSrc": "9603:9:46", + "nodeType": "YulIdentifier", + "src": "9603:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "9591:3:46", + "nodeType": "YulIdentifier", + "src": "9591:3:46" + }, + "nativeSrc": "9591:22:46", + "nodeType": "YulFunctionCall", + "src": "9591:22:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9619:2:46", + "nodeType": "YulLiteral", + "src": "9619:2:46", + "type": "", + "value": "63" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "9615:3:46", + "nodeType": "YulIdentifier", + "src": "9615:3:46" + }, + "nativeSrc": "9615:7:46", + "nodeType": "YulFunctionCall", + "src": "9615:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9587:3:46", + "nodeType": "YulIdentifier", + "src": "9587:3:46" + }, + "nativeSrc": "9587:36:46", + "nodeType": "YulFunctionCall", + "src": "9587:36:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "9575:6:46", + "nodeType": "YulIdentifier", + "src": "9575:6:46" + }, + "nativeSrc": "9575:49:46", + "nodeType": "YulFunctionCall", + "src": "9575:49:46" + }, + "nativeSrc": "9575:49:46", + "nodeType": "YulExpressionStatement", + "src": "9575:49:46" + }, + { + "nativeSrc": "9637:23:46", + "nodeType": "YulVariableDeclaration", + "src": "9637:23:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "9653:6:46", + "nodeType": "YulIdentifier", + "src": "9653:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "9647:5:46", + "nodeType": "YulIdentifier", + "src": "9647:5:46" + }, + "nativeSrc": "9647:13:46", + "nodeType": "YulFunctionCall", + "src": "9647:13:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "9641:2:46", + "nodeType": "YulTypedName", + "src": "9641:2:46", + "type": "" + } + ] + }, + { + "nativeSrc": "9673:25:46", + "nodeType": "YulVariableDeclaration", + "src": "9673:25:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "9695:2:46", + "nodeType": "YulIdentifier", + "src": "9695:2:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "9689:5:46", + "nodeType": "YulIdentifier", + "src": "9689:5:46" + }, + "nativeSrc": "9689:9:46", + "nodeType": "YulFunctionCall", + "src": "9689:9:46" + }, + "variables": [ + { + "name": "length_1", + "nativeSrc": "9677:8:46", + "nodeType": "YulTypedName", + "src": "9677:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "9718:6:46", + "nodeType": "YulIdentifier", + "src": "9718:6:46" + }, + { + "name": "length_1", + "nativeSrc": "9726:8:46", + "nodeType": "YulIdentifier", + "src": "9726:8:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "9711:6:46", + "nodeType": "YulIdentifier", + "src": "9711:6:46" + }, + "nativeSrc": "9711:24:46", + "nodeType": "YulFunctionCall", + "src": "9711:24:46" + }, + "nativeSrc": "9711:24:46", + "nodeType": "YulExpressionStatement", + "src": "9711:24:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "9787:2:46", + "nodeType": "YulIdentifier", + "src": "9787:2:46" + }, + { + "kind": "number", + "nativeSrc": "9791:2:46", + "nodeType": "YulLiteral", + "src": "9791:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9783:3:46", + "nodeType": "YulIdentifier", + "src": "9783:3:46" + }, + "nativeSrc": "9783:11:46", + "nodeType": "YulFunctionCall", + "src": "9783:11:46" + }, + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "9800:6:46", + "nodeType": "YulIdentifier", + "src": "9800:6:46" + }, + { + "kind": "number", + "nativeSrc": "9808:2:46", + "nodeType": "YulLiteral", + "src": "9808:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9796:3:46", + "nodeType": "YulIdentifier", + "src": "9796:3:46" + }, + "nativeSrc": "9796:15:46", + "nodeType": "YulFunctionCall", + "src": "9796:15:46" + }, + { + "name": "length_1", + "nativeSrc": "9813:8:46", + "nodeType": "YulIdentifier", + "src": "9813:8:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "9748:34:46", + "nodeType": "YulIdentifier", + "src": "9748:34:46" + }, + "nativeSrc": "9748:74:46", + "nodeType": "YulFunctionCall", + "src": "9748:74:46" + }, + "nativeSrc": "9748:74:46", + "nodeType": "YulExpressionStatement", + "src": "9748:74:46" + }, + { + "nativeSrc": "9835:63:46", + "nodeType": "YulAssignment", + "src": "9835:63:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "9853:6:46", + "nodeType": "YulIdentifier", + "src": "9853:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "length_1", + "nativeSrc": "9869:8:46", + "nodeType": "YulIdentifier", + "src": "9869:8:46" + }, + { + "kind": "number", + "nativeSrc": "9879:2:46", + "nodeType": "YulLiteral", + "src": "9879:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9865:3:46", + "nodeType": "YulIdentifier", + "src": "9865:3:46" + }, + "nativeSrc": "9865:17:46", + "nodeType": "YulFunctionCall", + "src": "9865:17:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9888:2:46", + "nodeType": "YulLiteral", + "src": "9888:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "9884:3:46", + "nodeType": "YulIdentifier", + "src": "9884:3:46" + }, + "nativeSrc": "9884:7:46", + "nodeType": "YulFunctionCall", + "src": "9884:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "9861:3:46", + "nodeType": "YulIdentifier", + "src": "9861:3:46" + }, + "nativeSrc": "9861:31:46", + "nodeType": "YulFunctionCall", + "src": "9861:31:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9849:3:46", + "nodeType": "YulIdentifier", + "src": "9849:3:46" + }, + "nativeSrc": "9849:44:46", + "nodeType": "YulFunctionCall", + "src": "9849:44:46" + }, + { + "kind": "number", + "nativeSrc": "9895:2:46", + "nodeType": "YulLiteral", + "src": "9895:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9845:3:46", + "nodeType": "YulIdentifier", + "src": "9845:3:46" + }, + "nativeSrc": "9845:53:46", + "nodeType": "YulFunctionCall", + "src": "9845:53:46" + }, + "variableNames": [ + { + "name": "tail_2", + "nativeSrc": "9835:6:46", + "nodeType": "YulIdentifier", + "src": "9835:6:46" + } + ] + }, + { + "nativeSrc": "9911:25:46", + "nodeType": "YulAssignment", + "src": "9911:25:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "9925:6:46", + "nodeType": "YulIdentifier", + "src": "9925:6:46" + }, + { + "kind": "number", + "nativeSrc": "9933:2:46", + "nodeType": "YulLiteral", + "src": "9933:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9921:3:46", + "nodeType": "YulIdentifier", + "src": "9921:3:46" + }, + "nativeSrc": "9921:15:46", + "nodeType": "YulFunctionCall", + "src": "9921:15:46" + }, + "variableNames": [ + { + "name": "srcPtr", + "nativeSrc": "9911:6:46", + "nodeType": "YulIdentifier", + "src": "9911:6:46" + } + ] + }, + { + "nativeSrc": "9949:19:46", + "nodeType": "YulAssignment", + "src": "9949:19:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "9960:3:46", + "nodeType": "YulIdentifier", + "src": "9960:3:46" + }, + { + "kind": "number", + "nativeSrc": "9965:2:46", + "nodeType": "YulLiteral", + "src": "9965:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9956:3:46", + "nodeType": "YulIdentifier", + "src": "9956:3:46" + }, + "nativeSrc": "9956:12:46", + "nodeType": "YulFunctionCall", + "src": "9956:12:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "9949:3:46", + "nodeType": "YulIdentifier", + "src": "9949:3:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "9523:1:46", + "nodeType": "YulIdentifier", + "src": "9523:1:46" + }, + { + "name": "length", + "nativeSrc": "9526:6:46", + "nodeType": "YulIdentifier", + "src": "9526:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "9520:2:46", + "nodeType": "YulIdentifier", + "src": "9520:2:46" + }, + "nativeSrc": "9520:13:46", + "nodeType": "YulFunctionCall", + "src": "9520:13:46" + }, + "nativeSrc": "9512:466:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "9534:18:46", + "nodeType": "YulBlock", + "src": "9534:18:46", + "statements": [ + { + "nativeSrc": "9536:14:46", + "nodeType": "YulAssignment", + "src": "9536:14:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "9545:1:46", + "nodeType": "YulIdentifier", + "src": "9545:1:46" + }, + { + "kind": "number", + "nativeSrc": "9548:1:46", + "nodeType": "YulLiteral", + "src": "9548:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9541:3:46", + "nodeType": "YulIdentifier", + "src": "9541:3:46" + }, + "nativeSrc": "9541:9:46", + "nodeType": "YulFunctionCall", + "src": "9541:9:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "9536:1:46", + "nodeType": "YulIdentifier", + "src": "9536:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "9516:3:46", + "nodeType": "YulBlock", + "src": "9516:3:46", + "statements": [] + }, + "src": "9512:466:46" + }, + { + "nativeSrc": "9987:14:46", + "nodeType": "YulAssignment", + "src": "9987:14:46", + "value": { + "name": "tail_2", + "nativeSrc": "9995:6:46", + "nodeType": "YulIdentifier", + "src": "9995:6:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "9987:4:46", + "nodeType": "YulIdentifier", + "src": "9987:4:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "9154:9:46", + "nodeType": "YulTypedName", + "src": "9154:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "9165:6:46", + "nodeType": "YulTypedName", + "src": "9165:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "9176:4:46", + "nodeType": "YulTypedName", + "src": "9176:4:46", + "type": "" + } + ], + "src": "9016:991:46" + }, + { + "body": { + "nativeSrc": "10115:424:46", + "nodeType": "YulBlock", + "src": "10115:424:46", + "statements": [ + { + "body": { + "nativeSrc": "10161:16:46", + "nodeType": "YulBlock", + "src": "10161:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10170:1:46", + "nodeType": "YulLiteral", + "src": "10170:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "10173:1:46", + "nodeType": "YulLiteral", + "src": "10173:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "10163:6:46", + "nodeType": "YulIdentifier", + "src": "10163:6:46" + }, + "nativeSrc": "10163:12:46", + "nodeType": "YulFunctionCall", + "src": "10163:12:46" + }, + "nativeSrc": "10163:12:46", + "nodeType": "YulExpressionStatement", + "src": "10163:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "10136:7:46", + "nodeType": "YulIdentifier", + "src": "10136:7:46" + }, + { + "name": "headStart", + "nativeSrc": "10145:9:46", + "nodeType": "YulIdentifier", + "src": "10145:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "10132:3:46", + "nodeType": "YulIdentifier", + "src": "10132:3:46" + }, + "nativeSrc": "10132:23:46", + "nodeType": "YulFunctionCall", + "src": "10132:23:46" + }, + { + "kind": "number", + "nativeSrc": "10157:2:46", + "nodeType": "YulLiteral", + "src": "10157:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "10128:3:46", + "nodeType": "YulIdentifier", + "src": "10128:3:46" + }, + "nativeSrc": "10128:32:46", + "nodeType": "YulFunctionCall", + "src": "10128:32:46" + }, + "nativeSrc": "10125:52:46", + "nodeType": "YulIf", + "src": "10125:52:46" + }, + { + "nativeSrc": "10186:36:46", + "nodeType": "YulVariableDeclaration", + "src": "10186:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10212:9:46", + "nodeType": "YulIdentifier", + "src": "10212:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "10199:12:46", + "nodeType": "YulIdentifier", + "src": "10199:12:46" + }, + "nativeSrc": "10199:23:46", + "nodeType": "YulFunctionCall", + "src": "10199:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "10190:5:46", + "nodeType": "YulTypedName", + "src": "10190:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "10256:5:46", + "nodeType": "YulIdentifier", + "src": "10256:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "10231:24:46", + "nodeType": "YulIdentifier", + "src": "10231:24:46" + }, + "nativeSrc": "10231:31:46", + "nodeType": "YulFunctionCall", + "src": "10231:31:46" + }, + "nativeSrc": "10231:31:46", + "nodeType": "YulExpressionStatement", + "src": "10231:31:46" + }, + { + "nativeSrc": "10271:15:46", + "nodeType": "YulAssignment", + "src": "10271:15:46", + "value": { + "name": "value", + "nativeSrc": "10281:5:46", + "nodeType": "YulIdentifier", + "src": "10281:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "10271:6:46", + "nodeType": "YulIdentifier", + "src": "10271:6:46" + } + ] + }, + { + "nativeSrc": "10295:47:46", + "nodeType": "YulVariableDeclaration", + "src": "10295:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10327:9:46", + "nodeType": "YulIdentifier", + "src": "10327:9:46" + }, + { + "kind": "number", + "nativeSrc": "10338:2:46", + "nodeType": "YulLiteral", + "src": "10338:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10323:3:46", + "nodeType": "YulIdentifier", + "src": "10323:3:46" + }, + "nativeSrc": "10323:18:46", + "nodeType": "YulFunctionCall", + "src": "10323:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "10310:12:46", + "nodeType": "YulIdentifier", + "src": "10310:12:46" + }, + "nativeSrc": "10310:32:46", + "nodeType": "YulFunctionCall", + "src": "10310:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "10299:7:46", + "nodeType": "YulTypedName", + "src": "10299:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "10376:7:46", + "nodeType": "YulIdentifier", + "src": "10376:7:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "10351:24:46", + "nodeType": "YulIdentifier", + "src": "10351:24:46" + }, + "nativeSrc": "10351:33:46", + "nodeType": "YulFunctionCall", + "src": "10351:33:46" + }, + "nativeSrc": "10351:33:46", + "nodeType": "YulExpressionStatement", + "src": "10351:33:46" + }, + { + "nativeSrc": "10393:17:46", + "nodeType": "YulAssignment", + "src": "10393:17:46", + "value": { + "name": "value_1", + "nativeSrc": "10403:7:46", + "nodeType": "YulIdentifier", + "src": "10403:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "10393:6:46", + "nodeType": "YulIdentifier", + "src": "10393:6:46" + } + ] + }, + { + "nativeSrc": "10419:47:46", + "nodeType": "YulVariableDeclaration", + "src": "10419:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10451:9:46", + "nodeType": "YulIdentifier", + "src": "10451:9:46" + }, + { + "kind": "number", + "nativeSrc": "10462:2:46", + "nodeType": "YulLiteral", + "src": "10462:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10447:3:46", + "nodeType": "YulIdentifier", + "src": "10447:3:46" + }, + "nativeSrc": "10447:18:46", + "nodeType": "YulFunctionCall", + "src": "10447:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "10434:12:46", + "nodeType": "YulIdentifier", + "src": "10434:12:46" + }, + "nativeSrc": "10434:32:46", + "nodeType": "YulFunctionCall", + "src": "10434:32:46" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "10423:7:46", + "nodeType": "YulTypedName", + "src": "10423:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_2", + "nativeSrc": "10499:7:46", + "nodeType": "YulIdentifier", + "src": "10499:7:46" + } + ], + "functionName": { + "name": "validator_revert_bytes4", + "nativeSrc": "10475:23:46", + "nodeType": "YulIdentifier", + "src": "10475:23:46" + }, + "nativeSrc": "10475:32:46", + "nodeType": "YulFunctionCall", + "src": "10475:32:46" + }, + "nativeSrc": "10475:32:46", + "nodeType": "YulExpressionStatement", + "src": "10475:32:46" + }, + { + "nativeSrc": "10516:17:46", + "nodeType": "YulAssignment", + "src": "10516:17:46", + "value": { + "name": "value_2", + "nativeSrc": "10526:7:46", + "nodeType": "YulIdentifier", + "src": "10526:7:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "10516:6:46", + "nodeType": "YulIdentifier", + "src": "10516:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_addresst_bytes4", + "nativeSrc": "10012:527:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "10065:9:46", + "nodeType": "YulTypedName", + "src": "10065:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "10076:7:46", + "nodeType": "YulTypedName", + "src": "10076:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "10088:6:46", + "nodeType": "YulTypedName", + "src": "10088:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "10096:6:46", + "nodeType": "YulTypedName", + "src": "10096:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "10104:6:46", + "nodeType": "YulTypedName", + "src": "10104:6:46", + "type": "" + } + ], + "src": "10012:527:46" + }, + { + "body": { + "nativeSrc": "10665:152:46", + "nodeType": "YulBlock", + "src": "10665:152:46", + "statements": [ + { + "nativeSrc": "10675:26:46", + "nodeType": "YulAssignment", + "src": "10675:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10687:9:46", + "nodeType": "YulIdentifier", + "src": "10687:9:46" + }, + { + "kind": "number", + "nativeSrc": "10698:2:46", + "nodeType": "YulLiteral", + "src": "10698:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10683:3:46", + "nodeType": "YulIdentifier", + "src": "10683:3:46" + }, + "nativeSrc": "10683:18:46", + "nodeType": "YulFunctionCall", + "src": "10683:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "10675:4:46", + "nodeType": "YulIdentifier", + "src": "10675:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10717:9:46", + "nodeType": "YulIdentifier", + "src": "10717:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "10742:6:46", + "nodeType": "YulIdentifier", + "src": "10742:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "10735:6:46", + "nodeType": "YulIdentifier", + "src": "10735:6:46" + }, + "nativeSrc": "10735:14:46", + "nodeType": "YulFunctionCall", + "src": "10735:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "10728:6:46", + "nodeType": "YulIdentifier", + "src": "10728:6:46" + }, + "nativeSrc": "10728:22:46", + "nodeType": "YulFunctionCall", + "src": "10728:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10710:6:46", + "nodeType": "YulIdentifier", + "src": "10710:6:46" + }, + "nativeSrc": "10710:41:46", + "nodeType": "YulFunctionCall", + "src": "10710:41:46" + }, + "nativeSrc": "10710:41:46", + "nodeType": "YulExpressionStatement", + "src": "10710:41:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10771:9:46", + "nodeType": "YulIdentifier", + "src": "10771:9:46" + }, + { + "kind": "number", + "nativeSrc": "10782:2:46", + "nodeType": "YulLiteral", + "src": "10782:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10767:3:46", + "nodeType": "YulIdentifier", + "src": "10767:3:46" + }, + "nativeSrc": "10767:18:46", + "nodeType": "YulFunctionCall", + "src": "10767:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "10791:6:46", + "nodeType": "YulIdentifier", + "src": "10791:6:46" + }, + { + "kind": "number", + "nativeSrc": "10799:10:46", + "nodeType": "YulLiteral", + "src": "10799:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "10787:3:46", + "nodeType": "YulIdentifier", + "src": "10787:3:46" + }, + "nativeSrc": "10787:23:46", + "nodeType": "YulFunctionCall", + "src": "10787:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10760:6:46", + "nodeType": "YulIdentifier", + "src": "10760:6:46" + }, + "nativeSrc": "10760:51:46", + "nodeType": "YulFunctionCall", + "src": "10760:51:46" + }, + "nativeSrc": "10760:51:46", + "nodeType": "YulExpressionStatement", + "src": "10760:51:46" + } + ] + }, + "name": "abi_encode_tuple_t_bool_t_uint32__to_t_bool_t_uint32__fromStack_reversed", + "nativeSrc": "10544:273:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "10626:9:46", + "nodeType": "YulTypedName", + "src": "10626:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "10637:6:46", + "nodeType": "YulTypedName", + "src": "10637:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "10645:6:46", + "nodeType": "YulTypedName", + "src": "10645:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "10656:4:46", + "nodeType": "YulTypedName", + "src": "10656:4:46", + "type": "" + } + ], + "src": "10544:273:46" + }, + { + "body": { + "nativeSrc": "10908:233:46", + "nodeType": "YulBlock", + "src": "10908:233:46", + "statements": [ + { + "body": { + "nativeSrc": "10954:16:46", + "nodeType": "YulBlock", + "src": "10954:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10963:1:46", + "nodeType": "YulLiteral", + "src": "10963:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "10966:1:46", + "nodeType": "YulLiteral", + "src": "10966:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "10956:6:46", + "nodeType": "YulIdentifier", + "src": "10956:6:46" + }, + "nativeSrc": "10956:12:46", + "nodeType": "YulFunctionCall", + "src": "10956:12:46" + }, + "nativeSrc": "10956:12:46", + "nodeType": "YulExpressionStatement", + "src": "10956:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "10929:7:46", + "nodeType": "YulIdentifier", + "src": "10929:7:46" + }, + { + "name": "headStart", + "nativeSrc": "10938:9:46", + "nodeType": "YulIdentifier", + "src": "10938:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "10925:3:46", + "nodeType": "YulIdentifier", + "src": "10925:3:46" + }, + "nativeSrc": "10925:23:46", + "nodeType": "YulFunctionCall", + "src": "10925:23:46" + }, + { + "kind": "number", + "nativeSrc": "10950:2:46", + "nodeType": "YulLiteral", + "src": "10950:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "10921:3:46", + "nodeType": "YulIdentifier", + "src": "10921:3:46" + }, + "nativeSrc": "10921:32:46", + "nodeType": "YulFunctionCall", + "src": "10921:32:46" + }, + "nativeSrc": "10918:52:46", + "nodeType": "YulIf", + "src": "10918:52:46" + }, + { + "nativeSrc": "10979:36:46", + "nodeType": "YulVariableDeclaration", + "src": "10979:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11005:9:46", + "nodeType": "YulIdentifier", + "src": "11005:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "10992:12:46", + "nodeType": "YulIdentifier", + "src": "10992:12:46" + }, + "nativeSrc": "10992:23:46", + "nodeType": "YulFunctionCall", + "src": "10992:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "10983:5:46", + "nodeType": "YulTypedName", + "src": "10983:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "11049:5:46", + "nodeType": "YulIdentifier", + "src": "11049:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "11024:24:46", + "nodeType": "YulIdentifier", + "src": "11024:24:46" + }, + "nativeSrc": "11024:31:46", + "nodeType": "YulFunctionCall", + "src": "11024:31:46" + }, + "nativeSrc": "11024:31:46", + "nodeType": "YulExpressionStatement", + "src": "11024:31:46" + }, + { + "nativeSrc": "11064:15:46", + "nodeType": "YulAssignment", + "src": "11064:15:46", + "value": { + "name": "value", + "nativeSrc": "11074:5:46", + "nodeType": "YulIdentifier", + "src": "11074:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "11064:6:46", + "nodeType": "YulIdentifier", + "src": "11064:6:46" + } + ] + }, + { + "nativeSrc": "11088:47:46", + "nodeType": "YulAssignment", + "src": "11088:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11120:9:46", + "nodeType": "YulIdentifier", + "src": "11120:9:46" + }, + { + "kind": "number", + "nativeSrc": "11131:2:46", + "nodeType": "YulLiteral", + "src": "11131:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11116:3:46", + "nodeType": "YulIdentifier", + "src": "11116:3:46" + }, + "nativeSrc": "11116:18:46", + "nodeType": "YulFunctionCall", + "src": "11116:18:46" + } + ], + "functionName": { + "name": "abi_decode_uint32", + "nativeSrc": "11098:17:46", + "nodeType": "YulIdentifier", + "src": "11098:17:46" + }, + "nativeSrc": "11098:37:46", + "nodeType": "YulFunctionCall", + "src": "11098:37:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "11088:6:46", + "nodeType": "YulIdentifier", + "src": "11088:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_uint32", + "nativeSrc": "10822:319:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "10866:9:46", + "nodeType": "YulTypedName", + "src": "10866:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "10877:7:46", + "nodeType": "YulTypedName", + "src": "10877:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "10889:6:46", + "nodeType": "YulTypedName", + "src": "10889:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "10897:6:46", + "nodeType": "YulTypedName", + "src": "10897:6:46", + "type": "" + } + ], + "src": "10822:319:46" + }, + { + "body": { + "nativeSrc": "11268:598:46", + "nodeType": "YulBlock", + "src": "11268:598:46", + "statements": [ + { + "body": { + "nativeSrc": "11314:16:46", + "nodeType": "YulBlock", + "src": "11314:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11323:1:46", + "nodeType": "YulLiteral", + "src": "11323:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11326:1:46", + "nodeType": "YulLiteral", + "src": "11326:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "11316:6:46", + "nodeType": "YulIdentifier", + "src": "11316:6:46" + }, + "nativeSrc": "11316:12:46", + "nodeType": "YulFunctionCall", + "src": "11316:12:46" + }, + "nativeSrc": "11316:12:46", + "nodeType": "YulExpressionStatement", + "src": "11316:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "11289:7:46", + "nodeType": "YulIdentifier", + "src": "11289:7:46" + }, + { + "name": "headStart", + "nativeSrc": "11298:9:46", + "nodeType": "YulIdentifier", + "src": "11298:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "11285:3:46", + "nodeType": "YulIdentifier", + "src": "11285:3:46" + }, + "nativeSrc": "11285:23:46", + "nodeType": "YulFunctionCall", + "src": "11285:23:46" + }, + { + "kind": "number", + "nativeSrc": "11310:2:46", + "nodeType": "YulLiteral", + "src": "11310:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "11281:3:46", + "nodeType": "YulIdentifier", + "src": "11281:3:46" + }, + "nativeSrc": "11281:32:46", + "nodeType": "YulFunctionCall", + "src": "11281:32:46" + }, + "nativeSrc": "11278:52:46", + "nodeType": "YulIf", + "src": "11278:52:46" + }, + { + "nativeSrc": "11339:36:46", + "nodeType": "YulVariableDeclaration", + "src": "11339:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11365:9:46", + "nodeType": "YulIdentifier", + "src": "11365:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "11352:12:46", + "nodeType": "YulIdentifier", + "src": "11352:12:46" + }, + "nativeSrc": "11352:23:46", + "nodeType": "YulFunctionCall", + "src": "11352:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "11343:5:46", + "nodeType": "YulTypedName", + "src": "11343:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "11409:5:46", + "nodeType": "YulIdentifier", + "src": "11409:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "11384:24:46", + "nodeType": "YulIdentifier", + "src": "11384:24:46" + }, + "nativeSrc": "11384:31:46", + "nodeType": "YulFunctionCall", + "src": "11384:31:46" + }, + "nativeSrc": "11384:31:46", + "nodeType": "YulExpressionStatement", + "src": "11384:31:46" + }, + { + "nativeSrc": "11424:15:46", + "nodeType": "YulAssignment", + "src": "11424:15:46", + "value": { + "name": "value", + "nativeSrc": "11434:5:46", + "nodeType": "YulIdentifier", + "src": "11434:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "11424:6:46", + "nodeType": "YulIdentifier", + "src": "11424:6:46" + } + ] + }, + { + "nativeSrc": "11448:46:46", + "nodeType": "YulVariableDeclaration", + "src": "11448:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11479:9:46", + "nodeType": "YulIdentifier", + "src": "11479:9:46" + }, + { + "kind": "number", + "nativeSrc": "11490:2:46", + "nodeType": "YulLiteral", + "src": "11490:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11475:3:46", + "nodeType": "YulIdentifier", + "src": "11475:3:46" + }, + "nativeSrc": "11475:18:46", + "nodeType": "YulFunctionCall", + "src": "11475:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "11462:12:46", + "nodeType": "YulIdentifier", + "src": "11462:12:46" + }, + "nativeSrc": "11462:32:46", + "nodeType": "YulFunctionCall", + "src": "11462:32:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "11452:6:46", + "nodeType": "YulTypedName", + "src": "11452:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "11537:16:46", + "nodeType": "YulBlock", + "src": "11537:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11546:1:46", + "nodeType": "YulLiteral", + "src": "11546:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11549:1:46", + "nodeType": "YulLiteral", + "src": "11549:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "11539:6:46", + "nodeType": "YulIdentifier", + "src": "11539:6:46" + }, + "nativeSrc": "11539:12:46", + "nodeType": "YulFunctionCall", + "src": "11539:12:46" + }, + "nativeSrc": "11539:12:46", + "nodeType": "YulExpressionStatement", + "src": "11539:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "11509:6:46", + "nodeType": "YulIdentifier", + "src": "11509:6:46" + }, + { + "kind": "number", + "nativeSrc": "11517:18:46", + "nodeType": "YulLiteral", + "src": "11517:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "11506:2:46", + "nodeType": "YulIdentifier", + "src": "11506:2:46" + }, + "nativeSrc": "11506:30:46", + "nodeType": "YulFunctionCall", + "src": "11506:30:46" + }, + "nativeSrc": "11503:50:46", + "nodeType": "YulIf", + "src": "11503:50:46" + }, + { + "nativeSrc": "11562:84:46", + "nodeType": "YulVariableDeclaration", + "src": "11562:84:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11618:9:46", + "nodeType": "YulIdentifier", + "src": "11618:9:46" + }, + { + "name": "offset", + "nativeSrc": "11629:6:46", + "nodeType": "YulIdentifier", + "src": "11629:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11614:3:46", + "nodeType": "YulIdentifier", + "src": "11614:3:46" + }, + "nativeSrc": "11614:22:46", + "nodeType": "YulFunctionCall", + "src": "11614:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "11638:7:46", + "nodeType": "YulIdentifier", + "src": "11638:7:46" + } + ], + "functionName": { + "name": "abi_decode_bytes_calldata", + "nativeSrc": "11588:25:46", + "nodeType": "YulIdentifier", + "src": "11588:25:46" + }, + "nativeSrc": "11588:58:46", + "nodeType": "YulFunctionCall", + "src": "11588:58:46" + }, + "variables": [ + { + "name": "value1_1", + "nativeSrc": "11566:8:46", + "nodeType": "YulTypedName", + "src": "11566:8:46", + "type": "" + }, + { + "name": "value2_1", + "nativeSrc": "11576:8:46", + "nodeType": "YulTypedName", + "src": "11576:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "11655:18:46", + "nodeType": "YulAssignment", + "src": "11655:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "11665:8:46", + "nodeType": "YulIdentifier", + "src": "11665:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "11655:6:46", + "nodeType": "YulIdentifier", + "src": "11655:6:46" + } + ] + }, + { + "nativeSrc": "11682:18:46", + "nodeType": "YulAssignment", + "src": "11682:18:46", + "value": { + "name": "value2_1", + "nativeSrc": "11692:8:46", + "nodeType": "YulIdentifier", + "src": "11692:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "11682:6:46", + "nodeType": "YulIdentifier", + "src": "11682:6:46" + } + ] + }, + { + "nativeSrc": "11709:47:46", + "nodeType": "YulVariableDeclaration", + "src": "11709:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11741:9:46", + "nodeType": "YulIdentifier", + "src": "11741:9:46" + }, + { + "kind": "number", + "nativeSrc": "11752:2:46", + "nodeType": "YulLiteral", + "src": "11752:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11737:3:46", + "nodeType": "YulIdentifier", + "src": "11737:3:46" + }, + "nativeSrc": "11737:18:46", + "nodeType": "YulFunctionCall", + "src": "11737:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "11724:12:46", + "nodeType": "YulIdentifier", + "src": "11724:12:46" + }, + "nativeSrc": "11724:32:46", + "nodeType": "YulFunctionCall", + "src": "11724:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "11713:7:46", + "nodeType": "YulTypedName", + "src": "11713:7:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "11818:16:46", + "nodeType": "YulBlock", + "src": "11818:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11827:1:46", + "nodeType": "YulLiteral", + "src": "11827:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11830:1:46", + "nodeType": "YulLiteral", + "src": "11830:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "11820:6:46", + "nodeType": "YulIdentifier", + "src": "11820:6:46" + }, + "nativeSrc": "11820:12:46", + "nodeType": "YulFunctionCall", + "src": "11820:12:46" + }, + "nativeSrc": "11820:12:46", + "nodeType": "YulExpressionStatement", + "src": "11820:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "11778:7:46", + "nodeType": "YulIdentifier", + "src": "11778:7:46" + }, + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "11791:7:46", + "nodeType": "YulIdentifier", + "src": "11791:7:46" + }, + { + "kind": "number", + "nativeSrc": "11800:14:46", + "nodeType": "YulLiteral", + "src": "11800:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "11787:3:46", + "nodeType": "YulIdentifier", + "src": "11787:3:46" + }, + "nativeSrc": "11787:28:46", + "nodeType": "YulFunctionCall", + "src": "11787:28:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "11775:2:46", + "nodeType": "YulIdentifier", + "src": "11775:2:46" + }, + "nativeSrc": "11775:41:46", + "nodeType": "YulFunctionCall", + "src": "11775:41:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "11768:6:46", + "nodeType": "YulIdentifier", + "src": "11768:6:46" + }, + "nativeSrc": "11768:49:46", + "nodeType": "YulFunctionCall", + "src": "11768:49:46" + }, + "nativeSrc": "11765:69:46", + "nodeType": "YulIf", + "src": "11765:69:46" + }, + { + "nativeSrc": "11843:17:46", + "nodeType": "YulAssignment", + "src": "11843:17:46", + "value": { + "name": "value_1", + "nativeSrc": "11853:7:46", + "nodeType": "YulIdentifier", + "src": "11853:7:46" + }, + "variableNames": [ + { + "name": "value3", + "nativeSrc": "11843:6:46", + "nodeType": "YulIdentifier", + "src": "11843:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48", + "nativeSrc": "11146:720:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "11210:9:46", + "nodeType": "YulTypedName", + "src": "11210:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "11221:7:46", + "nodeType": "YulTypedName", + "src": "11221:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "11233:6:46", + "nodeType": "YulTypedName", + "src": "11233:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "11241:6:46", + "nodeType": "YulTypedName", + "src": "11241:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "11249:6:46", + "nodeType": "YulTypedName", + "src": "11249:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "11257:6:46", + "nodeType": "YulTypedName", + "src": "11257:6:46", + "type": "" + } + ], + "src": "11146:720:46" + }, + { + "body": { + "nativeSrc": "11998:136:46", + "nodeType": "YulBlock", + "src": "11998:136:46", + "statements": [ + { + "nativeSrc": "12008:26:46", + "nodeType": "YulAssignment", + "src": "12008:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12020:9:46", + "nodeType": "YulIdentifier", + "src": "12020:9:46" + }, + { + "kind": "number", + "nativeSrc": "12031:2:46", + "nodeType": "YulLiteral", + "src": "12031:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12016:3:46", + "nodeType": "YulIdentifier", + "src": "12016:3:46" + }, + "nativeSrc": "12016:18:46", + "nodeType": "YulFunctionCall", + "src": "12016:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "12008:4:46", + "nodeType": "YulIdentifier", + "src": "12008:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12050:9:46", + "nodeType": "YulIdentifier", + "src": "12050:9:46" + }, + { + "name": "value0", + "nativeSrc": "12061:6:46", + "nodeType": "YulIdentifier", + "src": "12061:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12043:6:46", + "nodeType": "YulIdentifier", + "src": "12043:6:46" + }, + "nativeSrc": "12043:25:46", + "nodeType": "YulFunctionCall", + "src": "12043:25:46" + }, + "nativeSrc": "12043:25:46", + "nodeType": "YulExpressionStatement", + "src": "12043:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12088:9:46", + "nodeType": "YulIdentifier", + "src": "12088:9:46" + }, + { + "kind": "number", + "nativeSrc": "12099:2:46", + "nodeType": "YulLiteral", + "src": "12099:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12084:3:46", + "nodeType": "YulIdentifier", + "src": "12084:3:46" + }, + "nativeSrc": "12084:18:46", + "nodeType": "YulFunctionCall", + "src": "12084:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "12108:6:46", + "nodeType": "YulIdentifier", + "src": "12108:6:46" + }, + { + "kind": "number", + "nativeSrc": "12116:10:46", + "nodeType": "YulLiteral", + "src": "12116:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "12104:3:46", + "nodeType": "YulIdentifier", + "src": "12104:3:46" + }, + "nativeSrc": "12104:23:46", + "nodeType": "YulFunctionCall", + "src": "12104:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12077:6:46", + "nodeType": "YulIdentifier", + "src": "12077:6:46" + }, + "nativeSrc": "12077:51:46", + "nodeType": "YulFunctionCall", + "src": "12077:51:46" + }, + "nativeSrc": "12077:51:46", + "nodeType": "YulExpressionStatement", + "src": "12077:51:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes32_t_uint32__to_t_bytes32_t_uint32__fromStack_reversed", + "nativeSrc": "11871:263:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "11959:9:46", + "nodeType": "YulTypedName", + "src": "11959:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "11970:6:46", + "nodeType": "YulTypedName", + "src": "11970:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "11978:6:46", + "nodeType": "YulTypedName", + "src": "11978:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "11989:4:46", + "nodeType": "YulTypedName", + "src": "11989:4:46", + "type": "" + } + ], + "src": "11871:263:46" + }, + { + "body": { + "nativeSrc": "12171:152:46", + "nodeType": "YulBlock", + "src": "12171:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12188:1:46", + "nodeType": "YulLiteral", + "src": "12188:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "12191:77:46", + "nodeType": "YulLiteral", + "src": "12191:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12181:6:46", + "nodeType": "YulIdentifier", + "src": "12181:6:46" + }, + "nativeSrc": "12181:88:46", + "nodeType": "YulFunctionCall", + "src": "12181:88:46" + }, + "nativeSrc": "12181:88:46", + "nodeType": "YulExpressionStatement", + "src": "12181:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12285:1:46", + "nodeType": "YulLiteral", + "src": "12285:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "12288:4:46", + "nodeType": "YulLiteral", + "src": "12288:4:46", + "type": "", + "value": "0x32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12278:6:46", + "nodeType": "YulIdentifier", + "src": "12278:6:46" + }, + "nativeSrc": "12278:15:46", + "nodeType": "YulFunctionCall", + "src": "12278:15:46" + }, + "nativeSrc": "12278:15:46", + "nodeType": "YulExpressionStatement", + "src": "12278:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12309:1:46", + "nodeType": "YulLiteral", + "src": "12309:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "12312:4:46", + "nodeType": "YulLiteral", + "src": "12312:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "12302:6:46", + "nodeType": "YulIdentifier", + "src": "12302:6:46" + }, + "nativeSrc": "12302:15:46", + "nodeType": "YulFunctionCall", + "src": "12302:15:46" + }, + "nativeSrc": "12302:15:46", + "nodeType": "YulExpressionStatement", + "src": "12302:15:46" + } + ] + }, + "name": "panic_error_0x32", + "nativeSrc": "12139:184:46", + "nodeType": "YulFunctionDefinition", + "src": "12139:184:46" + }, + { + "body": { + "nativeSrc": "12397:176:46", + "nodeType": "YulBlock", + "src": "12397:176:46", + "statements": [ + { + "body": { + "nativeSrc": "12443:16:46", + "nodeType": "YulBlock", + "src": "12443:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12452:1:46", + "nodeType": "YulLiteral", + "src": "12452:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "12455:1:46", + "nodeType": "YulLiteral", + "src": "12455:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "12445:6:46", + "nodeType": "YulIdentifier", + "src": "12445:6:46" + }, + "nativeSrc": "12445:12:46", + "nodeType": "YulFunctionCall", + "src": "12445:12:46" + }, + "nativeSrc": "12445:12:46", + "nodeType": "YulExpressionStatement", + "src": "12445:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "12418:7:46", + "nodeType": "YulIdentifier", + "src": "12418:7:46" + }, + { + "name": "headStart", + "nativeSrc": "12427:9:46", + "nodeType": "YulIdentifier", + "src": "12427:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "12414:3:46", + "nodeType": "YulIdentifier", + "src": "12414:3:46" + }, + "nativeSrc": "12414:23:46", + "nodeType": "YulFunctionCall", + "src": "12414:23:46" + }, + { + "kind": "number", + "nativeSrc": "12439:2:46", + "nodeType": "YulLiteral", + "src": "12439:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "12410:3:46", + "nodeType": "YulIdentifier", + "src": "12410:3:46" + }, + "nativeSrc": "12410:32:46", + "nodeType": "YulFunctionCall", + "src": "12410:32:46" + }, + "nativeSrc": "12407:52:46", + "nodeType": "YulIf", + "src": "12407:52:46" + }, + { + "nativeSrc": "12468:36:46", + "nodeType": "YulVariableDeclaration", + "src": "12468:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12494:9:46", + "nodeType": "YulIdentifier", + "src": "12494:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "12481:12:46", + "nodeType": "YulIdentifier", + "src": "12481:12:46" + }, + "nativeSrc": "12481:23:46", + "nodeType": "YulFunctionCall", + "src": "12481:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "12472:5:46", + "nodeType": "YulTypedName", + "src": "12472:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "12537:5:46", + "nodeType": "YulIdentifier", + "src": "12537:5:46" + } + ], + "functionName": { + "name": "validator_revert_bytes4", + "nativeSrc": "12513:23:46", + "nodeType": "YulIdentifier", + "src": "12513:23:46" + }, + "nativeSrc": "12513:30:46", + "nodeType": "YulFunctionCall", + "src": "12513:30:46" + }, + "nativeSrc": "12513:30:46", + "nodeType": "YulExpressionStatement", + "src": "12513:30:46" + }, + { + "nativeSrc": "12552:15:46", + "nodeType": "YulAssignment", + "src": "12552:15:46", + "value": { + "name": "value", + "nativeSrc": "12562:5:46", + "nodeType": "YulIdentifier", + "src": "12562:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "12552:6:46", + "nodeType": "YulIdentifier", + "src": "12552:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes4", + "nativeSrc": "12328:245:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "12363:9:46", + "nodeType": "YulTypedName", + "src": "12363:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "12374:7:46", + "nodeType": "YulTypedName", + "src": "12374:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "12386:6:46", + "nodeType": "YulTypedName", + "src": "12386:6:46", + "type": "" + } + ], + "src": "12328:245:46" + }, + { + "body": { + "nativeSrc": "12679:125:46", + "nodeType": "YulBlock", + "src": "12679:125:46", + "statements": [ + { + "nativeSrc": "12689:26:46", + "nodeType": "YulAssignment", + "src": "12689:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12701:9:46", + "nodeType": "YulIdentifier", + "src": "12701:9:46" + }, + { + "kind": "number", + "nativeSrc": "12712:2:46", + "nodeType": "YulLiteral", + "src": "12712:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12697:3:46", + "nodeType": "YulIdentifier", + "src": "12697:3:46" + }, + "nativeSrc": "12697:18:46", + "nodeType": "YulFunctionCall", + "src": "12697:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "12689:4:46", + "nodeType": "YulIdentifier", + "src": "12689:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12731:9:46", + "nodeType": "YulIdentifier", + "src": "12731:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "12746:6:46", + "nodeType": "YulIdentifier", + "src": "12746:6:46" + }, + { + "kind": "number", + "nativeSrc": "12754:42:46", + "nodeType": "YulLiteral", + "src": "12754:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "12742:3:46", + "nodeType": "YulIdentifier", + "src": "12742:3:46" + }, + "nativeSrc": "12742:55:46", + "nodeType": "YulFunctionCall", + "src": "12742:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12724:6:46", + "nodeType": "YulIdentifier", + "src": "12724:6:46" + }, + "nativeSrc": "12724:74:46", + "nodeType": "YulFunctionCall", + "src": "12724:74:46" + }, + "nativeSrc": "12724:74:46", + "nodeType": "YulExpressionStatement", + "src": "12724:74:46" + } + ] + }, + "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", + "nativeSrc": "12578:226:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "12648:9:46", + "nodeType": "YulTypedName", + "src": "12648:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "12659:6:46", + "nodeType": "YulTypedName", + "src": "12659:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "12670:4:46", + "nodeType": "YulTypedName", + "src": "12670:4:46", + "type": "" + } + ], + "src": "12578:226:46" + }, + { + "body": { + "nativeSrc": "12964:333:46", + "nodeType": "YulBlock", + "src": "12964:333:46", + "statements": [ + { + "nativeSrc": "12974:26:46", + "nodeType": "YulAssignment", + "src": "12974:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12986:9:46", + "nodeType": "YulIdentifier", + "src": "12986:9:46" + }, + { + "kind": "number", + "nativeSrc": "12997:2:46", + "nodeType": "YulLiteral", + "src": "12997:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12982:3:46", + "nodeType": "YulIdentifier", + "src": "12982:3:46" + }, + "nativeSrc": "12982:18:46", + "nodeType": "YulFunctionCall", + "src": "12982:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "12974:4:46", + "nodeType": "YulIdentifier", + "src": "12974:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13016:9:46", + "nodeType": "YulIdentifier", + "src": "13016:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "13031:6:46", + "nodeType": "YulIdentifier", + "src": "13031:6:46" + }, + { + "kind": "number", + "nativeSrc": "13039:42:46", + "nodeType": "YulLiteral", + "src": "13039:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13027:3:46", + "nodeType": "YulIdentifier", + "src": "13027:3:46" + }, + "nativeSrc": "13027:55:46", + "nodeType": "YulFunctionCall", + "src": "13027:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13009:6:46", + "nodeType": "YulIdentifier", + "src": "13009:6:46" + }, + "nativeSrc": "13009:74:46", + "nodeType": "YulFunctionCall", + "src": "13009:74:46" + }, + "nativeSrc": "13009:74:46", + "nodeType": "YulExpressionStatement", + "src": "13009:74:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13103:9:46", + "nodeType": "YulIdentifier", + "src": "13103:9:46" + }, + { + "kind": "number", + "nativeSrc": "13114:2:46", + "nodeType": "YulLiteral", + "src": "13114:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13099:3:46", + "nodeType": "YulIdentifier", + "src": "13099:3:46" + }, + "nativeSrc": "13099:18:46", + "nodeType": "YulFunctionCall", + "src": "13099:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "13123:6:46", + "nodeType": "YulIdentifier", + "src": "13123:6:46" + }, + { + "kind": "number", + "nativeSrc": "13131:42:46", + "nodeType": "YulLiteral", + "src": "13131:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13119:3:46", + "nodeType": "YulIdentifier", + "src": "13119:3:46" + }, + "nativeSrc": "13119:55:46", + "nodeType": "YulFunctionCall", + "src": "13119:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13092:6:46", + "nodeType": "YulIdentifier", + "src": "13092:6:46" + }, + "nativeSrc": "13092:83:46", + "nodeType": "YulFunctionCall", + "src": "13092:83:46" + }, + "nativeSrc": "13092:83:46", + "nodeType": "YulExpressionStatement", + "src": "13092:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13195:9:46", + "nodeType": "YulIdentifier", + "src": "13195:9:46" + }, + { + "kind": "number", + "nativeSrc": "13206:2:46", + "nodeType": "YulLiteral", + "src": "13206:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13191:3:46", + "nodeType": "YulIdentifier", + "src": "13191:3:46" + }, + "nativeSrc": "13191:18:46", + "nodeType": "YulFunctionCall", + "src": "13191:18:46" + }, + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "13215:6:46", + "nodeType": "YulIdentifier", + "src": "13215:6:46" + }, + { + "kind": "number", + "nativeSrc": "13223:66:46", + "nodeType": "YulLiteral", + "src": "13223:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13211:3:46", + "nodeType": "YulIdentifier", + "src": "13211:3:46" + }, + "nativeSrc": "13211:79:46", + "nodeType": "YulFunctionCall", + "src": "13211:79:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13184:6:46", + "nodeType": "YulIdentifier", + "src": "13184:6:46" + }, + "nativeSrc": "13184:107:46", + "nodeType": "YulFunctionCall", + "src": "13184:107:46" + }, + "nativeSrc": "13184:107:46", + "nodeType": "YulExpressionStatement", + "src": "13184:107:46" + } + ] + }, + "name": "abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed", + "nativeSrc": "12809:488:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "12917:9:46", + "nodeType": "YulTypedName", + "src": "12917:9:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "12928:6:46", + "nodeType": "YulTypedName", + "src": "12928:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "12936:6:46", + "nodeType": "YulTypedName", + "src": "12936:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "12944:6:46", + "nodeType": "YulTypedName", + "src": "12944:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "12955:4:46", + "nodeType": "YulTypedName", + "src": "12955:4:46", + "type": "" + } + ], + "src": "12809:488:46" + }, + { + "body": { + "nativeSrc": "13369:200:46", + "nodeType": "YulBlock", + "src": "13369:200:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "13386:3:46", + "nodeType": "YulIdentifier", + "src": "13386:3:46" + }, + { + "name": "length", + "nativeSrc": "13391:6:46", + "nodeType": "YulIdentifier", + "src": "13391:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13379:6:46", + "nodeType": "YulIdentifier", + "src": "13379:6:46" + }, + "nativeSrc": "13379:19:46", + "nodeType": "YulFunctionCall", + "src": "13379:19:46" + }, + "nativeSrc": "13379:19:46", + "nodeType": "YulExpressionStatement", + "src": "13379:19:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "13424:3:46", + "nodeType": "YulIdentifier", + "src": "13424:3:46" + }, + { + "kind": "number", + "nativeSrc": "13429:4:46", + "nodeType": "YulLiteral", + "src": "13429:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13420:3:46", + "nodeType": "YulIdentifier", + "src": "13420:3:46" + }, + "nativeSrc": "13420:14:46", + "nodeType": "YulFunctionCall", + "src": "13420:14:46" + }, + { + "name": "start", + "nativeSrc": "13436:5:46", + "nodeType": "YulIdentifier", + "src": "13436:5:46" + }, + { + "name": "length", + "nativeSrc": "13443:6:46", + "nodeType": "YulIdentifier", + "src": "13443:6:46" + } + ], + "functionName": { + "name": "calldatacopy", + "nativeSrc": "13407:12:46", + "nodeType": "YulIdentifier", + "src": "13407:12:46" + }, + "nativeSrc": "13407:43:46", + "nodeType": "YulFunctionCall", + "src": "13407:43:46" + }, + "nativeSrc": "13407:43:46", + "nodeType": "YulExpressionStatement", + "src": "13407:43:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "13474:3:46", + "nodeType": "YulIdentifier", + "src": "13474:3:46" + }, + { + "name": "length", + "nativeSrc": "13479:6:46", + "nodeType": "YulIdentifier", + "src": "13479:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13470:3:46", + "nodeType": "YulIdentifier", + "src": "13470:3:46" + }, + "nativeSrc": "13470:16:46", + "nodeType": "YulFunctionCall", + "src": "13470:16:46" + }, + { + "kind": "number", + "nativeSrc": "13488:4:46", + "nodeType": "YulLiteral", + "src": "13488:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13466:3:46", + "nodeType": "YulIdentifier", + "src": "13466:3:46" + }, + "nativeSrc": "13466:27:46", + "nodeType": "YulFunctionCall", + "src": "13466:27:46" + }, + { + "kind": "number", + "nativeSrc": "13495:1:46", + "nodeType": "YulLiteral", + "src": "13495:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13459:6:46", + "nodeType": "YulIdentifier", + "src": "13459:6:46" + }, + "nativeSrc": "13459:38:46", + "nodeType": "YulFunctionCall", + "src": "13459:38:46" + }, + "nativeSrc": "13459:38:46", + "nodeType": "YulExpressionStatement", + "src": "13459:38:46" + }, + { + "nativeSrc": "13506:57:46", + "nodeType": "YulAssignment", + "src": "13506:57:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "13521:3:46", + "nodeType": "YulIdentifier", + "src": "13521:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "13534:6:46", + "nodeType": "YulIdentifier", + "src": "13534:6:46" + }, + { + "kind": "number", + "nativeSrc": "13542:2:46", + "nodeType": "YulLiteral", + "src": "13542:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13530:3:46", + "nodeType": "YulIdentifier", + "src": "13530:3:46" + }, + "nativeSrc": "13530:15:46", + "nodeType": "YulFunctionCall", + "src": "13530:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13551:2:46", + "nodeType": "YulLiteral", + "src": "13551:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "13547:3:46", + "nodeType": "YulIdentifier", + "src": "13547:3:46" + }, + "nativeSrc": "13547:7:46", + "nodeType": "YulFunctionCall", + "src": "13547:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13526:3:46", + "nodeType": "YulIdentifier", + "src": "13526:3:46" + }, + "nativeSrc": "13526:29:46", + "nodeType": "YulFunctionCall", + "src": "13526:29:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13517:3:46", + "nodeType": "YulIdentifier", + "src": "13517:3:46" + }, + "nativeSrc": "13517:39:46", + "nodeType": "YulFunctionCall", + "src": "13517:39:46" + }, + { + "kind": "number", + "nativeSrc": "13558:4:46", + "nodeType": "YulLiteral", + "src": "13558:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13513:3:46", + "nodeType": "YulIdentifier", + "src": "13513:3:46" + }, + "nativeSrc": "13513:50:46", + "nodeType": "YulFunctionCall", + "src": "13513:50:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "13506:3:46", + "nodeType": "YulIdentifier", + "src": "13506:3:46" + } + ] + } + ] + }, + "name": "abi_encode_string_calldata", + "nativeSrc": "13302:267:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "start", + "nativeSrc": "13338:5:46", + "nodeType": "YulTypedName", + "src": "13338:5:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "13345:6:46", + "nodeType": "YulTypedName", + "src": "13345:6:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "13353:3:46", + "nodeType": "YulTypedName", + "src": "13353:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "13361:3:46", + "nodeType": "YulTypedName", + "src": "13361:3:46", + "type": "" + } + ], + "src": "13302:267:46" + }, + { + "body": { + "nativeSrc": "13705:116:46", + "nodeType": "YulBlock", + "src": "13705:116:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13722:9:46", + "nodeType": "YulIdentifier", + "src": "13722:9:46" + }, + { + "kind": "number", + "nativeSrc": "13733:2:46", + "nodeType": "YulLiteral", + "src": "13733:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13715:6:46", + "nodeType": "YulIdentifier", + "src": "13715:6:46" + }, + "nativeSrc": "13715:21:46", + "nodeType": "YulFunctionCall", + "src": "13715:21:46" + }, + "nativeSrc": "13715:21:46", + "nodeType": "YulExpressionStatement", + "src": "13715:21:46" + }, + { + "nativeSrc": "13745:70:46", + "nodeType": "YulAssignment", + "src": "13745:70:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "13780:6:46", + "nodeType": "YulIdentifier", + "src": "13780:6:46" + }, + { + "name": "value1", + "nativeSrc": "13788:6:46", + "nodeType": "YulIdentifier", + "src": "13788:6:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13800:9:46", + "nodeType": "YulIdentifier", + "src": "13800:9:46" + }, + { + "kind": "number", + "nativeSrc": "13811:2:46", + "nodeType": "YulLiteral", + "src": "13811:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13796:3:46", + "nodeType": "YulIdentifier", + "src": "13796:3:46" + }, + "nativeSrc": "13796:18:46", + "nodeType": "YulFunctionCall", + "src": "13796:18:46" + } + ], + "functionName": { + "name": "abi_encode_string_calldata", + "nativeSrc": "13753:26:46", + "nodeType": "YulIdentifier", + "src": "13753:26:46" + }, + "nativeSrc": "13753:62:46", + "nodeType": "YulFunctionCall", + "src": "13753:62:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "13745:4:46", + "nodeType": "YulIdentifier", + "src": "13745:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_string_calldata_ptr__to_t_string_memory_ptr__fromStack_reversed", + "nativeSrc": "13574:247:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "13666:9:46", + "nodeType": "YulTypedName", + "src": "13666:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "13677:6:46", + "nodeType": "YulTypedName", + "src": "13677:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "13685:6:46", + "nodeType": "YulTypedName", + "src": "13685:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "13696:4:46", + "nodeType": "YulTypedName", + "src": "13696:4:46", + "type": "" + } + ], + "src": "13574:247:46" + }, + { + "body": { + "nativeSrc": "13906:169:46", + "nodeType": "YulBlock", + "src": "13906:169:46", + "statements": [ + { + "body": { + "nativeSrc": "13952:16:46", + "nodeType": "YulBlock", + "src": "13952:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13961:1:46", + "nodeType": "YulLiteral", + "src": "13961:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "13964:1:46", + "nodeType": "YulLiteral", + "src": "13964:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "13954:6:46", + "nodeType": "YulIdentifier", + "src": "13954:6:46" + }, + "nativeSrc": "13954:12:46", + "nodeType": "YulFunctionCall", + "src": "13954:12:46" + }, + "nativeSrc": "13954:12:46", + "nodeType": "YulExpressionStatement", + "src": "13954:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "13927:7:46", + "nodeType": "YulIdentifier", + "src": "13927:7:46" + }, + { + "name": "headStart", + "nativeSrc": "13936:9:46", + "nodeType": "YulIdentifier", + "src": "13936:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "13923:3:46", + "nodeType": "YulIdentifier", + "src": "13923:3:46" + }, + "nativeSrc": "13923:23:46", + "nodeType": "YulFunctionCall", + "src": "13923:23:46" + }, + { + "kind": "number", + "nativeSrc": "13948:2:46", + "nodeType": "YulLiteral", + "src": "13948:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "13919:3:46", + "nodeType": "YulIdentifier", + "src": "13919:3:46" + }, + "nativeSrc": "13919:32:46", + "nodeType": "YulFunctionCall", + "src": "13919:32:46" + }, + "nativeSrc": "13916:52:46", + "nodeType": "YulIf", + "src": "13916:52:46" + }, + { + "nativeSrc": "13977:29:46", + "nodeType": "YulVariableDeclaration", + "src": "13977:29:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13996:9:46", + "nodeType": "YulIdentifier", + "src": "13996:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "13990:5:46", + "nodeType": "YulIdentifier", + "src": "13990:5:46" + }, + "nativeSrc": "13990:16:46", + "nodeType": "YulFunctionCall", + "src": "13990:16:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "13981:5:46", + "nodeType": "YulTypedName", + "src": "13981:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "14039:5:46", + "nodeType": "YulIdentifier", + "src": "14039:5:46" + } + ], + "functionName": { + "name": "validator_revert_bytes4", + "nativeSrc": "14015:23:46", + "nodeType": "YulIdentifier", + "src": "14015:23:46" + }, + "nativeSrc": "14015:30:46", + "nodeType": "YulFunctionCall", + "src": "14015:30:46" + }, + "nativeSrc": "14015:30:46", + "nodeType": "YulExpressionStatement", + "src": "14015:30:46" + }, + { + "nativeSrc": "14054:15:46", + "nodeType": "YulAssignment", + "src": "14054:15:46", + "value": { + "name": "value", + "nativeSrc": "14064:5:46", + "nodeType": "YulIdentifier", + "src": "14064:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "14054:6:46", + "nodeType": "YulIdentifier", + "src": "14054:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes4_fromMemory", + "nativeSrc": "13826:249:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "13872:9:46", + "nodeType": "YulTypedName", + "src": "13872:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "13883:7:46", + "nodeType": "YulTypedName", + "src": "13883:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "13895:6:46", + "nodeType": "YulTypedName", + "src": "13895:6:46", + "type": "" + } + ], + "src": "13826:249:46" + }, + { + "body": { + "nativeSrc": "14265:300:46", + "nodeType": "YulBlock", + "src": "14265:300:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14282:9:46", + "nodeType": "YulIdentifier", + "src": "14282:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "14297:6:46", + "nodeType": "YulIdentifier", + "src": "14297:6:46" + }, + { + "kind": "number", + "nativeSrc": "14305:42:46", + "nodeType": "YulLiteral", + "src": "14305:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "14293:3:46", + "nodeType": "YulIdentifier", + "src": "14293:3:46" + }, + "nativeSrc": "14293:55:46", + "nodeType": "YulFunctionCall", + "src": "14293:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14275:6:46", + "nodeType": "YulIdentifier", + "src": "14275:6:46" + }, + "nativeSrc": "14275:74:46", + "nodeType": "YulFunctionCall", + "src": "14275:74:46" + }, + "nativeSrc": "14275:74:46", + "nodeType": "YulExpressionStatement", + "src": "14275:74:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14369:9:46", + "nodeType": "YulIdentifier", + "src": "14369:9:46" + }, + { + "kind": "number", + "nativeSrc": "14380:2:46", + "nodeType": "YulLiteral", + "src": "14380:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14365:3:46", + "nodeType": "YulIdentifier", + "src": "14365:3:46" + }, + "nativeSrc": "14365:18:46", + "nodeType": "YulFunctionCall", + "src": "14365:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "14389:6:46", + "nodeType": "YulIdentifier", + "src": "14389:6:46" + }, + { + "kind": "number", + "nativeSrc": "14397:42:46", + "nodeType": "YulLiteral", + "src": "14397:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "14385:3:46", + "nodeType": "YulIdentifier", + "src": "14385:3:46" + }, + "nativeSrc": "14385:55:46", + "nodeType": "YulFunctionCall", + "src": "14385:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14358:6:46", + "nodeType": "YulIdentifier", + "src": "14358:6:46" + }, + "nativeSrc": "14358:83:46", + "nodeType": "YulFunctionCall", + "src": "14358:83:46" + }, + "nativeSrc": "14358:83:46", + "nodeType": "YulExpressionStatement", + "src": "14358:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14461:9:46", + "nodeType": "YulIdentifier", + "src": "14461:9:46" + }, + { + "kind": "number", + "nativeSrc": "14472:2:46", + "nodeType": "YulLiteral", + "src": "14472:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14457:3:46", + "nodeType": "YulIdentifier", + "src": "14457:3:46" + }, + "nativeSrc": "14457:18:46", + "nodeType": "YulFunctionCall", + "src": "14457:18:46" + }, + { + "kind": "number", + "nativeSrc": "14477:2:46", + "nodeType": "YulLiteral", + "src": "14477:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14450:6:46", + "nodeType": "YulIdentifier", + "src": "14450:6:46" + }, + "nativeSrc": "14450:30:46", + "nodeType": "YulFunctionCall", + "src": "14450:30:46" + }, + "nativeSrc": "14450:30:46", + "nodeType": "YulExpressionStatement", + "src": "14450:30:46" + }, + { + "nativeSrc": "14489:70:46", + "nodeType": "YulAssignment", + "src": "14489:70:46", + "value": { + "arguments": [ + { + "name": "value2", + "nativeSrc": "14524:6:46", + "nodeType": "YulIdentifier", + "src": "14524:6:46" + }, + { + "name": "value3", + "nativeSrc": "14532:6:46", + "nodeType": "YulIdentifier", + "src": "14532:6:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14544:9:46", + "nodeType": "YulIdentifier", + "src": "14544:9:46" + }, + { + "kind": "number", + "nativeSrc": "14555:2:46", + "nodeType": "YulLiteral", + "src": "14555:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14540:3:46", + "nodeType": "YulIdentifier", + "src": "14540:3:46" + }, + "nativeSrc": "14540:18:46", + "nodeType": "YulFunctionCall", + "src": "14540:18:46" + } + ], + "functionName": { + "name": "abi_encode_string_calldata", + "nativeSrc": "14497:26:46", + "nodeType": "YulIdentifier", + "src": "14497:26:46" + }, + "nativeSrc": "14497:62:46", + "nodeType": "YulFunctionCall", + "src": "14497:62:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "14489:4:46", + "nodeType": "YulIdentifier", + "src": "14489:4:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "14210:9:46", + "nodeType": "YulTypedName", + "src": "14210:9:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "14221:6:46", + "nodeType": "YulTypedName", + "src": "14221:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "14229:6:46", + "nodeType": "YulTypedName", + "src": "14229:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "14237:6:46", + "nodeType": "YulTypedName", + "src": "14237:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "14245:6:46", + "nodeType": "YulTypedName", + "src": "14245:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "14256:4:46", + "nodeType": "YulTypedName", + "src": "14256:4:46", + "type": "" + } + ], + "src": "14080:485:46" + }, + { + "body": { + "nativeSrc": "14602:152:46", + "nodeType": "YulBlock", + "src": "14602:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14619:1:46", + "nodeType": "YulLiteral", + "src": "14619:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14622:77:46", + "nodeType": "YulLiteral", + "src": "14622:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14612:6:46", + "nodeType": "YulIdentifier", + "src": "14612:6:46" + }, + "nativeSrc": "14612:88:46", + "nodeType": "YulFunctionCall", + "src": "14612:88:46" + }, + "nativeSrc": "14612:88:46", + "nodeType": "YulExpressionStatement", + "src": "14612:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14716:1:46", + "nodeType": "YulLiteral", + "src": "14716:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "14719:4:46", + "nodeType": "YulLiteral", + "src": "14719:4:46", + "type": "", + "value": "0x11" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14709:6:46", + "nodeType": "YulIdentifier", + "src": "14709:6:46" + }, + "nativeSrc": "14709:15:46", + "nodeType": "YulFunctionCall", + "src": "14709:15:46" + }, + "nativeSrc": "14709:15:46", + "nodeType": "YulExpressionStatement", + "src": "14709:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14740:1:46", + "nodeType": "YulLiteral", + "src": "14740:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14743:4:46", + "nodeType": "YulLiteral", + "src": "14743:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "14733:6:46", + "nodeType": "YulIdentifier", + "src": "14733:6:46" + }, + "nativeSrc": "14733:15:46", + "nodeType": "YulFunctionCall", + "src": "14733:15:46" + }, + "nativeSrc": "14733:15:46", + "nodeType": "YulExpressionStatement", + "src": "14733:15:46" + } + ] + }, + "name": "panic_error_0x11", + "nativeSrc": "14570:184:46", + "nodeType": "YulFunctionDefinition", + "src": "14570:184:46" + }, + { + "body": { + "nativeSrc": "14808:79:46", + "nodeType": "YulBlock", + "src": "14808:79:46", + "statements": [ + { + "nativeSrc": "14818:17:46", + "nodeType": "YulAssignment", + "src": "14818:17:46", + "value": { + "arguments": [ + { + "name": "x", + "nativeSrc": "14830:1:46", + "nodeType": "YulIdentifier", + "src": "14830:1:46" + }, + { + "name": "y", + "nativeSrc": "14833:1:46", + "nodeType": "YulIdentifier", + "src": "14833:1:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "14826:3:46", + "nodeType": "YulIdentifier", + "src": "14826:3:46" + }, + "nativeSrc": "14826:9:46", + "nodeType": "YulFunctionCall", + "src": "14826:9:46" + }, + "variableNames": [ + { + "name": "diff", + "nativeSrc": "14818:4:46", + "nodeType": "YulIdentifier", + "src": "14818:4:46" + } + ] + }, + { + "body": { + "nativeSrc": "14859:22:46", + "nodeType": "YulBlock", + "src": "14859:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x11", + "nativeSrc": "14861:16:46", + "nodeType": "YulIdentifier", + "src": "14861:16:46" + }, + "nativeSrc": "14861:18:46", + "nodeType": "YulFunctionCall", + "src": "14861:18:46" + }, + "nativeSrc": "14861:18:46", + "nodeType": "YulExpressionStatement", + "src": "14861:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "diff", + "nativeSrc": "14850:4:46", + "nodeType": "YulIdentifier", + "src": "14850:4:46" + }, + { + "name": "x", + "nativeSrc": "14856:1:46", + "nodeType": "YulIdentifier", + "src": "14856:1:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "14847:2:46", + "nodeType": "YulIdentifier", + "src": "14847:2:46" + }, + "nativeSrc": "14847:11:46", + "nodeType": "YulFunctionCall", + "src": "14847:11:46" + }, + "nativeSrc": "14844:37:46", + "nodeType": "YulIf", + "src": "14844:37:46" + } + ] + }, + "name": "checked_sub_t_uint256", + "nativeSrc": "14759:128:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "x", + "nativeSrc": "14790:1:46", + "nodeType": "YulTypedName", + "src": "14790:1:46", + "type": "" + }, + { + "name": "y", + "nativeSrc": "14793:1:46", + "nodeType": "YulTypedName", + "src": "14793:1:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "diff", + "nativeSrc": "14799:4:46", + "nodeType": "YulTypedName", + "src": "14799:4:46", + "type": "" + } + ], + "src": "14759:128:46" + }, + { + "body": { + "nativeSrc": "15022:201:46", + "nodeType": "YulBlock", + "src": "15022:201:46", + "statements": [ + { + "body": { + "nativeSrc": "15060:16:46", + "nodeType": "YulBlock", + "src": "15060:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15069:1:46", + "nodeType": "YulLiteral", + "src": "15069:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15072:1:46", + "nodeType": "YulLiteral", + "src": "15072:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15062:6:46", + "nodeType": "YulIdentifier", + "src": "15062:6:46" + }, + "nativeSrc": "15062:12:46", + "nodeType": "YulFunctionCall", + "src": "15062:12:46" + }, + "nativeSrc": "15062:12:46", + "nodeType": "YulExpressionStatement", + "src": "15062:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "startIndex", + "nativeSrc": "15038:10:46", + "nodeType": "YulIdentifier", + "src": "15038:10:46" + }, + { + "name": "endIndex", + "nativeSrc": "15050:8:46", + "nodeType": "YulIdentifier", + "src": "15050:8:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "15035:2:46", + "nodeType": "YulIdentifier", + "src": "15035:2:46" + }, + "nativeSrc": "15035:24:46", + "nodeType": "YulFunctionCall", + "src": "15035:24:46" + }, + "nativeSrc": "15032:44:46", + "nodeType": "YulIf", + "src": "15032:44:46" + }, + { + "body": { + "nativeSrc": "15109:16:46", + "nodeType": "YulBlock", + "src": "15109:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15118:1:46", + "nodeType": "YulLiteral", + "src": "15118:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15121:1:46", + "nodeType": "YulLiteral", + "src": "15121:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15111:6:46", + "nodeType": "YulIdentifier", + "src": "15111:6:46" + }, + "nativeSrc": "15111:12:46", + "nodeType": "YulFunctionCall", + "src": "15111:12:46" + }, + "nativeSrc": "15111:12:46", + "nodeType": "YulExpressionStatement", + "src": "15111:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "endIndex", + "nativeSrc": "15091:8:46", + "nodeType": "YulIdentifier", + "src": "15091:8:46" + }, + { + "name": "length", + "nativeSrc": "15101:6:46", + "nodeType": "YulIdentifier", + "src": "15101:6:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "15088:2:46", + "nodeType": "YulIdentifier", + "src": "15088:2:46" + }, + "nativeSrc": "15088:20:46", + "nodeType": "YulFunctionCall", + "src": "15088:20:46" + }, + "nativeSrc": "15085:40:46", + "nodeType": "YulIf", + "src": "15085:40:46" + }, + { + "nativeSrc": "15134:36:46", + "nodeType": "YulAssignment", + "src": "15134:36:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "15151:6:46", + "nodeType": "YulIdentifier", + "src": "15151:6:46" + }, + { + "name": "startIndex", + "nativeSrc": "15159:10:46", + "nodeType": "YulIdentifier", + "src": "15159:10:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15147:3:46", + "nodeType": "YulIdentifier", + "src": "15147:3:46" + }, + "nativeSrc": "15147:23:46", + "nodeType": "YulFunctionCall", + "src": "15147:23:46" + }, + "variableNames": [ + { + "name": "offsetOut", + "nativeSrc": "15134:9:46", + "nodeType": "YulIdentifier", + "src": "15134:9:46" + } + ] + }, + { + "nativeSrc": "15179:38:46", + "nodeType": "YulAssignment", + "src": "15179:38:46", + "value": { + "arguments": [ + { + "name": "endIndex", + "nativeSrc": "15196:8:46", + "nodeType": "YulIdentifier", + "src": "15196:8:46" + }, + { + "name": "startIndex", + "nativeSrc": "15206:10:46", + "nodeType": "YulIdentifier", + "src": "15206:10:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "15192:3:46", + "nodeType": "YulIdentifier", + "src": "15192:3:46" + }, + "nativeSrc": "15192:25:46", + "nodeType": "YulFunctionCall", + "src": "15192:25:46" + }, + "variableNames": [ + { + "name": "lengthOut", + "nativeSrc": "15179:9:46", + "nodeType": "YulIdentifier", + "src": "15179:9:46" + } + ] + } + ] + }, + "name": "calldata_array_index_range_access_t_bytes_calldata_ptr", + "nativeSrc": "14892:331:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "14956:6:46", + "nodeType": "YulTypedName", + "src": "14956:6:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "14964:6:46", + "nodeType": "YulTypedName", + "src": "14964:6:46", + "type": "" + }, + { + "name": "startIndex", + "nativeSrc": "14972:10:46", + "nodeType": "YulTypedName", + "src": "14972:10:46", + "type": "" + }, + { + "name": "endIndex", + "nativeSrc": "14984:8:46", + "nodeType": "YulTypedName", + "src": "14984:8:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "offsetOut", + "nativeSrc": "14997:9:46", + "nodeType": "YulTypedName", + "src": "14997:9:46", + "type": "" + }, + { + "name": "lengthOut", + "nativeSrc": "15008:9:46", + "nodeType": "YulTypedName", + "src": "15008:9:46", + "type": "" + } + ], + "src": "14892:331:46" + }, + { + "body": { + "nativeSrc": "15260:152:46", + "nodeType": "YulBlock", + "src": "15260:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15277:1:46", + "nodeType": "YulLiteral", + "src": "15277:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15280:77:46", + "nodeType": "YulLiteral", + "src": "15280:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15270:6:46", + "nodeType": "YulIdentifier", + "src": "15270:6:46" + }, + "nativeSrc": "15270:88:46", + "nodeType": "YulFunctionCall", + "src": "15270:88:46" + }, + "nativeSrc": "15270:88:46", + "nodeType": "YulExpressionStatement", + "src": "15270:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15374:1:46", + "nodeType": "YulLiteral", + "src": "15374:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "15377:4:46", + "nodeType": "YulLiteral", + "src": "15377:4:46", + "type": "", + "value": "0x41" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15367:6:46", + "nodeType": "YulIdentifier", + "src": "15367:6:46" + }, + "nativeSrc": "15367:15:46", + "nodeType": "YulFunctionCall", + "src": "15367:15:46" + }, + "nativeSrc": "15367:15:46", + "nodeType": "YulExpressionStatement", + "src": "15367:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15398:1:46", + "nodeType": "YulLiteral", + "src": "15398:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15401:4:46", + "nodeType": "YulLiteral", + "src": "15401:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15391:6:46", + "nodeType": "YulIdentifier", + "src": "15391:6:46" + }, + "nativeSrc": "15391:15:46", + "nodeType": "YulFunctionCall", + "src": "15391:15:46" + }, + "nativeSrc": "15391:15:46", + "nodeType": "YulExpressionStatement", + "src": "15391:15:46" + } + ] + }, + "name": "panic_error_0x41", + "nativeSrc": "15228:184:46", + "nodeType": "YulFunctionDefinition", + "src": "15228:184:46" + }, + { + "body": { + "nativeSrc": "15511:427:46", + "nodeType": "YulBlock", + "src": "15511:427:46", + "statements": [ + { + "nativeSrc": "15521:51:46", + "nodeType": "YulVariableDeclaration", + "src": "15521:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "15560:11:46", + "nodeType": "YulIdentifier", + "src": "15560:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "15547:12:46", + "nodeType": "YulIdentifier", + "src": "15547:12:46" + }, + "nativeSrc": "15547:25:46", + "nodeType": "YulFunctionCall", + "src": "15547:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "15525:18:46", + "nodeType": "YulTypedName", + "src": "15525:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "15661:16:46", + "nodeType": "YulBlock", + "src": "15661:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15670:1:46", + "nodeType": "YulLiteral", + "src": "15670:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15673:1:46", + "nodeType": "YulLiteral", + "src": "15673:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15663:6:46", + "nodeType": "YulIdentifier", + "src": "15663:6:46" + }, + "nativeSrc": "15663:12:46", + "nodeType": "YulFunctionCall", + "src": "15663:12:46" + }, + "nativeSrc": "15663:12:46", + "nodeType": "YulExpressionStatement", + "src": "15663:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "15595:18:46", + "nodeType": "YulIdentifier", + "src": "15595:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "15623:12:46", + "nodeType": "YulIdentifier", + "src": "15623:12:46" + }, + "nativeSrc": "15623:14:46", + "nodeType": "YulFunctionCall", + "src": "15623:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "15639:8:46", + "nodeType": "YulIdentifier", + "src": "15639:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "15619:3:46", + "nodeType": "YulIdentifier", + "src": "15619:3:46" + }, + "nativeSrc": "15619:29:46", + "nodeType": "YulFunctionCall", + "src": "15619:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15654:2:46", + "nodeType": "YulLiteral", + "src": "15654:2:46", + "type": "", + "value": "30" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "15650:3:46", + "nodeType": "YulIdentifier", + "src": "15650:3:46" + }, + "nativeSrc": "15650:7:46", + "nodeType": "YulFunctionCall", + "src": "15650:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15615:3:46", + "nodeType": "YulIdentifier", + "src": "15615:3:46" + }, + "nativeSrc": "15615:43:46", + "nodeType": "YulFunctionCall", + "src": "15615:43:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "15591:3:46", + "nodeType": "YulIdentifier", + "src": "15591:3:46" + }, + "nativeSrc": "15591:68:46", + "nodeType": "YulFunctionCall", + "src": "15591:68:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "15584:6:46", + "nodeType": "YulIdentifier", + "src": "15584:6:46" + }, + "nativeSrc": "15584:76:46", + "nodeType": "YulFunctionCall", + "src": "15584:76:46" + }, + "nativeSrc": "15581:96:46", + "nodeType": "YulIf", + "src": "15581:96:46" + }, + { + "nativeSrc": "15686:47:46", + "nodeType": "YulVariableDeclaration", + "src": "15686:47:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "15704:8:46", + "nodeType": "YulIdentifier", + "src": "15704:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "15714:18:46", + "nodeType": "YulIdentifier", + "src": "15714:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15700:3:46", + "nodeType": "YulIdentifier", + "src": "15700:3:46" + }, + "nativeSrc": "15700:33:46", + "nodeType": "YulFunctionCall", + "src": "15700:33:46" + }, + "variables": [ + { + "name": "addr_1", + "nativeSrc": "15690:6:46", + "nodeType": "YulTypedName", + "src": "15690:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "15742:30:46", + "nodeType": "YulAssignment", + "src": "15742:30:46", + "value": { + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "15765:6:46", + "nodeType": "YulIdentifier", + "src": "15765:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "15752:12:46", + "nodeType": "YulIdentifier", + "src": "15752:12:46" + }, + "nativeSrc": "15752:20:46", + "nodeType": "YulFunctionCall", + "src": "15752:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "15742:6:46", + "nodeType": "YulIdentifier", + "src": "15742:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "15815:16:46", + "nodeType": "YulBlock", + "src": "15815:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15824:1:46", + "nodeType": "YulLiteral", + "src": "15824:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15827:1:46", + "nodeType": "YulLiteral", + "src": "15827:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15817:6:46", + "nodeType": "YulIdentifier", + "src": "15817:6:46" + }, + "nativeSrc": "15817:12:46", + "nodeType": "YulFunctionCall", + "src": "15817:12:46" + }, + "nativeSrc": "15817:12:46", + "nodeType": "YulExpressionStatement", + "src": "15817:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "15787:6:46", + "nodeType": "YulIdentifier", + "src": "15787:6:46" + }, + { + "kind": "number", + "nativeSrc": "15795:18:46", + "nodeType": "YulLiteral", + "src": "15795:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "15784:2:46", + "nodeType": "YulIdentifier", + "src": "15784:2:46" + }, + "nativeSrc": "15784:30:46", + "nodeType": "YulFunctionCall", + "src": "15784:30:46" + }, + "nativeSrc": "15781:50:46", + "nodeType": "YulIf", + "src": "15781:50:46" + }, + { + "nativeSrc": "15840:25:46", + "nodeType": "YulAssignment", + "src": "15840:25:46", + "value": { + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "15852:6:46", + "nodeType": "YulIdentifier", + "src": "15852:6:46" + }, + { + "kind": "number", + "nativeSrc": "15860:4:46", + "nodeType": "YulLiteral", + "src": "15860:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15848:3:46", + "nodeType": "YulIdentifier", + "src": "15848:3:46" + }, + "nativeSrc": "15848:17:46", + "nodeType": "YulFunctionCall", + "src": "15848:17:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "15840:4:46", + "nodeType": "YulIdentifier", + "src": "15840:4:46" + } + ] + }, + { + "body": { + "nativeSrc": "15916:16:46", + "nodeType": "YulBlock", + "src": "15916:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15925:1:46", + "nodeType": "YulLiteral", + "src": "15925:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15928:1:46", + "nodeType": "YulLiteral", + "src": "15928:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15918:6:46", + "nodeType": "YulIdentifier", + "src": "15918:6:46" + }, + "nativeSrc": "15918:12:46", + "nodeType": "YulFunctionCall", + "src": "15918:12:46" + }, + "nativeSrc": "15918:12:46", + "nodeType": "YulExpressionStatement", + "src": "15918:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "addr", + "nativeSrc": "15881:4:46", + "nodeType": "YulIdentifier", + "src": "15881:4:46" + }, + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "15891:12:46", + "nodeType": "YulIdentifier", + "src": "15891:12:46" + }, + "nativeSrc": "15891:14:46", + "nodeType": "YulFunctionCall", + "src": "15891:14:46" + }, + { + "name": "length", + "nativeSrc": "15907:6:46", + "nodeType": "YulIdentifier", + "src": "15907:6:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "15887:3:46", + "nodeType": "YulIdentifier", + "src": "15887:3:46" + }, + "nativeSrc": "15887:27:46", + "nodeType": "YulFunctionCall", + "src": "15887:27:46" + } + ], + "functionName": { + "name": "sgt", + "nativeSrc": "15877:3:46", + "nodeType": "YulIdentifier", + "src": "15877:3:46" + }, + "nativeSrc": "15877:38:46", + "nodeType": "YulFunctionCall", + "src": "15877:38:46" + }, + "nativeSrc": "15874:58:46", + "nodeType": "YulIf", + "src": "15874:58:46" + } + ] + }, + "name": "access_calldata_tail_t_bytes_calldata_ptr", + "nativeSrc": "15417:521:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "15468:8:46", + "nodeType": "YulTypedName", + "src": "15468:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "15478:11:46", + "nodeType": "YulTypedName", + "src": "15478:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "15494:4:46", + "nodeType": "YulTypedName", + "src": "15494:4:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "15500:6:46", + "nodeType": "YulTypedName", + "src": "15500:6:46", + "type": "" + } + ], + "src": "15417:521:46" + }, + { + "body": { + "nativeSrc": "16136:247:46", + "nodeType": "YulBlock", + "src": "16136:247:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "16159:3:46", + "nodeType": "YulIdentifier", + "src": "16159:3:46" + }, + { + "name": "value0", + "nativeSrc": "16164:6:46", + "nodeType": "YulIdentifier", + "src": "16164:6:46" + }, + { + "name": "value1", + "nativeSrc": "16172:6:46", + "nodeType": "YulIdentifier", + "src": "16172:6:46" + } + ], + "functionName": { + "name": "calldatacopy", + "nativeSrc": "16146:12:46", + "nodeType": "YulIdentifier", + "src": "16146:12:46" + }, + "nativeSrc": "16146:33:46", + "nodeType": "YulFunctionCall", + "src": "16146:33:46" + }, + "nativeSrc": "16146:33:46", + "nodeType": "YulExpressionStatement", + "src": "16146:33:46" + }, + { + "nativeSrc": "16188:26:46", + "nodeType": "YulVariableDeclaration", + "src": "16188:26:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "16202:3:46", + "nodeType": "YulIdentifier", + "src": "16202:3:46" + }, + { + "name": "value1", + "nativeSrc": "16207:6:46", + "nodeType": "YulIdentifier", + "src": "16207:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16198:3:46", + "nodeType": "YulIdentifier", + "src": "16198:3:46" + }, + "nativeSrc": "16198:16:46", + "nodeType": "YulFunctionCall", + "src": "16198:16:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "16192:2:46", + "nodeType": "YulTypedName", + "src": "16192:2:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "16230:2:46", + "nodeType": "YulIdentifier", + "src": "16230:2:46" + }, + { + "kind": "number", + "nativeSrc": "16234:1:46", + "nodeType": "YulLiteral", + "src": "16234:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16223:6:46", + "nodeType": "YulIdentifier", + "src": "16223:6:46" + }, + "nativeSrc": "16223:13:46", + "nodeType": "YulFunctionCall", + "src": "16223:13:46" + }, + "nativeSrc": "16223:13:46", + "nodeType": "YulExpressionStatement", + "src": "16223:13:46" + }, + { + "nativeSrc": "16245:27:46", + "nodeType": "YulVariableDeclaration", + "src": "16245:27:46", + "value": { + "arguments": [ + { + "name": "value2", + "nativeSrc": "16265:6:46", + "nodeType": "YulIdentifier", + "src": "16265:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "16259:5:46", + "nodeType": "YulIdentifier", + "src": "16259:5:46" + }, + "nativeSrc": "16259:13:46", + "nodeType": "YulFunctionCall", + "src": "16259:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "16249:6:46", + "nodeType": "YulTypedName", + "src": "16249:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "16320:6:46", + "nodeType": "YulIdentifier", + "src": "16320:6:46" + }, + { + "kind": "number", + "nativeSrc": "16328:4:46", + "nodeType": "YulLiteral", + "src": "16328:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16316:3:46", + "nodeType": "YulIdentifier", + "src": "16316:3:46" + }, + "nativeSrc": "16316:17:46", + "nodeType": "YulFunctionCall", + "src": "16316:17:46" + }, + { + "name": "_1", + "nativeSrc": "16335:2:46", + "nodeType": "YulIdentifier", + "src": "16335:2:46" + }, + { + "name": "length", + "nativeSrc": "16339:6:46", + "nodeType": "YulIdentifier", + "src": "16339:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "16281:34:46", + "nodeType": "YulIdentifier", + "src": "16281:34:46" + }, + "nativeSrc": "16281:65:46", + "nodeType": "YulFunctionCall", + "src": "16281:65:46" + }, + "nativeSrc": "16281:65:46", + "nodeType": "YulExpressionStatement", + "src": "16281:65:46" + }, + { + "nativeSrc": "16355:22:46", + "nodeType": "YulAssignment", + "src": "16355:22:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "16366:2:46", + "nodeType": "YulIdentifier", + "src": "16366:2:46" + }, + { + "name": "length", + "nativeSrc": "16370:6:46", + "nodeType": "YulIdentifier", + "src": "16370:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16362:3:46", + "nodeType": "YulIdentifier", + "src": "16362:3:46" + }, + "nativeSrc": "16362:15:46", + "nodeType": "YulFunctionCall", + "src": "16362:15:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "16355:3:46", + "nodeType": "YulIdentifier", + "src": "16355:3:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "16096:3:46", + "nodeType": "YulTypedName", + "src": "16096:3:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "16101:6:46", + "nodeType": "YulTypedName", + "src": "16101:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "16109:6:46", + "nodeType": "YulTypedName", + "src": "16109:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "16117:6:46", + "nodeType": "YulTypedName", + "src": "16117:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "16128:3:46", + "nodeType": "YulTypedName", + "src": "16128:3:46", + "type": "" + } + ], + "src": "15943:440:46" + }, + { + "body": { + "nativeSrc": "16496:101:46", + "nodeType": "YulBlock", + "src": "16496:101:46", + "statements": [ + { + "nativeSrc": "16506:26:46", + "nodeType": "YulAssignment", + "src": "16506:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "16518:9:46", + "nodeType": "YulIdentifier", + "src": "16518:9:46" + }, + { + "kind": "number", + "nativeSrc": "16529:2:46", + "nodeType": "YulLiteral", + "src": "16529:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16514:3:46", + "nodeType": "YulIdentifier", + "src": "16514:3:46" + }, + "nativeSrc": "16514:18:46", + "nodeType": "YulFunctionCall", + "src": "16514:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "16506:4:46", + "nodeType": "YulIdentifier", + "src": "16506:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "16548:9:46", + "nodeType": "YulIdentifier", + "src": "16548:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "16563:6:46", + "nodeType": "YulIdentifier", + "src": "16563:6:46" + }, + { + "kind": "number", + "nativeSrc": "16571:18:46", + "nodeType": "YulLiteral", + "src": "16571:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "16559:3:46", + "nodeType": "YulIdentifier", + "src": "16559:3:46" + }, + "nativeSrc": "16559:31:46", + "nodeType": "YulFunctionCall", + "src": "16559:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16541:6:46", + "nodeType": "YulIdentifier", + "src": "16541:6:46" + }, + "nativeSrc": "16541:50:46", + "nodeType": "YulFunctionCall", + "src": "16541:50:46" + }, + "nativeSrc": "16541:50:46", + "nodeType": "YulExpressionStatement", + "src": "16541:50:46" + } + ] + }, + "name": "abi_encode_tuple_t_rational_1_by_1__to_t_uint64__fromStack_reversed", + "nativeSrc": "16388:209:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "16465:9:46", + "nodeType": "YulTypedName", + "src": "16465:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "16476:6:46", + "nodeType": "YulTypedName", + "src": "16476:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "16487:4:46", + "nodeType": "YulTypedName", + "src": "16487:4:46", + "type": "" + } + ], + "src": "16388:209:46" + }, + { + "body": { + "nativeSrc": "16785:426:46", + "nodeType": "YulBlock", + "src": "16785:426:46", + "statements": [ + { + "nativeSrc": "16795:27:46", + "nodeType": "YulAssignment", + "src": "16795:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "16807:9:46", + "nodeType": "YulIdentifier", + "src": "16807:9:46" + }, + { + "kind": "number", + "nativeSrc": "16818:3:46", + "nodeType": "YulLiteral", + "src": "16818:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16803:3:46", + "nodeType": "YulIdentifier", + "src": "16803:3:46" + }, + "nativeSrc": "16803:19:46", + "nodeType": "YulFunctionCall", + "src": "16803:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "16795:4:46", + "nodeType": "YulIdentifier", + "src": "16795:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "16838:9:46", + "nodeType": "YulIdentifier", + "src": "16838:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "16853:6:46", + "nodeType": "YulIdentifier", + "src": "16853:6:46" + }, + { + "kind": "number", + "nativeSrc": "16861:42:46", + "nodeType": "YulLiteral", + "src": "16861:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "16849:3:46", + "nodeType": "YulIdentifier", + "src": "16849:3:46" + }, + "nativeSrc": "16849:55:46", + "nodeType": "YulFunctionCall", + "src": "16849:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16831:6:46", + "nodeType": "YulIdentifier", + "src": "16831:6:46" + }, + "nativeSrc": "16831:74:46", + "nodeType": "YulFunctionCall", + "src": "16831:74:46" + }, + "nativeSrc": "16831:74:46", + "nodeType": "YulExpressionStatement", + "src": "16831:74:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "16925:9:46", + "nodeType": "YulIdentifier", + "src": "16925:9:46" + }, + { + "kind": "number", + "nativeSrc": "16936:2:46", + "nodeType": "YulLiteral", + "src": "16936:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16921:3:46", + "nodeType": "YulIdentifier", + "src": "16921:3:46" + }, + "nativeSrc": "16921:18:46", + "nodeType": "YulFunctionCall", + "src": "16921:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "16945:6:46", + "nodeType": "YulIdentifier", + "src": "16945:6:46" + }, + { + "kind": "number", + "nativeSrc": "16953:42:46", + "nodeType": "YulLiteral", + "src": "16953:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "16941:3:46", + "nodeType": "YulIdentifier", + "src": "16941:3:46" + }, + "nativeSrc": "16941:55:46", + "nodeType": "YulFunctionCall", + "src": "16941:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16914:6:46", + "nodeType": "YulIdentifier", + "src": "16914:6:46" + }, + "nativeSrc": "16914:83:46", + "nodeType": "YulFunctionCall", + "src": "16914:83:46" + }, + "nativeSrc": "16914:83:46", + "nodeType": "YulExpressionStatement", + "src": "16914:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17017:9:46", + "nodeType": "YulIdentifier", + "src": "17017:9:46" + }, + { + "kind": "number", + "nativeSrc": "17028:2:46", + "nodeType": "YulLiteral", + "src": "17028:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17013:3:46", + "nodeType": "YulIdentifier", + "src": "17013:3:46" + }, + "nativeSrc": "17013:18:46", + "nodeType": "YulFunctionCall", + "src": "17013:18:46" + }, + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "17037:6:46", + "nodeType": "YulIdentifier", + "src": "17037:6:46" + }, + { + "kind": "number", + "nativeSrc": "17045:42:46", + "nodeType": "YulLiteral", + "src": "17045:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17033:3:46", + "nodeType": "YulIdentifier", + "src": "17033:3:46" + }, + "nativeSrc": "17033:55:46", + "nodeType": "YulFunctionCall", + "src": "17033:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17006:6:46", + "nodeType": "YulIdentifier", + "src": "17006:6:46" + }, + "nativeSrc": "17006:83:46", + "nodeType": "YulFunctionCall", + "src": "17006:83:46" + }, + "nativeSrc": "17006:83:46", + "nodeType": "YulExpressionStatement", + "src": "17006:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17109:9:46", + "nodeType": "YulIdentifier", + "src": "17109:9:46" + }, + { + "kind": "number", + "nativeSrc": "17120:2:46", + "nodeType": "YulLiteral", + "src": "17120:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17105:3:46", + "nodeType": "YulIdentifier", + "src": "17105:3:46" + }, + "nativeSrc": "17105:18:46", + "nodeType": "YulFunctionCall", + "src": "17105:18:46" + }, + { + "arguments": [ + { + "name": "value3", + "nativeSrc": "17129:6:46", + "nodeType": "YulIdentifier", + "src": "17129:6:46" + }, + { + "kind": "number", + "nativeSrc": "17137:66:46", + "nodeType": "YulLiteral", + "src": "17137:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17125:3:46", + "nodeType": "YulIdentifier", + "src": "17125:3:46" + }, + "nativeSrc": "17125:79:46", + "nodeType": "YulFunctionCall", + "src": "17125:79:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17098:6:46", + "nodeType": "YulIdentifier", + "src": "17098:6:46" + }, + "nativeSrc": "17098:107:46", + "nodeType": "YulFunctionCall", + "src": "17098:107:46" + }, + "nativeSrc": "17098:107:46", + "nodeType": "YulExpressionStatement", + "src": "17098:107:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "16730:9:46", + "nodeType": "YulTypedName", + "src": "16730:9:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "16741:6:46", + "nodeType": "YulTypedName", + "src": "16741:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "16749:6:46", + "nodeType": "YulTypedName", + "src": "16749:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "16757:6:46", + "nodeType": "YulTypedName", + "src": "16757:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "16765:6:46", + "nodeType": "YulTypedName", + "src": "16765:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "16776:4:46", + "nodeType": "YulTypedName", + "src": "16776:4:46", + "type": "" + } + ], + "src": "16602:609:46" + }, + { + "body": { + "nativeSrc": "17263:132:46", + "nodeType": "YulBlock", + "src": "17263:132:46", + "statements": [ + { + "nativeSrc": "17273:58:46", + "nodeType": "YulAssignment", + "src": "17273:58:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "x", + "nativeSrc": "17288:1:46", + "nodeType": "YulIdentifier", + "src": "17288:1:46" + }, + { + "kind": "number", + "nativeSrc": "17291:14:46", + "nodeType": "YulLiteral", + "src": "17291:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17284:3:46", + "nodeType": "YulIdentifier", + "src": "17284:3:46" + }, + "nativeSrc": "17284:22:46", + "nodeType": "YulFunctionCall", + "src": "17284:22:46" + }, + { + "arguments": [ + { + "name": "y", + "nativeSrc": "17312:1:46", + "nodeType": "YulIdentifier", + "src": "17312:1:46" + }, + { + "kind": "number", + "nativeSrc": "17315:14:46", + "nodeType": "YulLiteral", + "src": "17315:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17308:3:46", + "nodeType": "YulIdentifier", + "src": "17308:3:46" + }, + "nativeSrc": "17308:22:46", + "nodeType": "YulFunctionCall", + "src": "17308:22:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17280:3:46", + "nodeType": "YulIdentifier", + "src": "17280:3:46" + }, + "nativeSrc": "17280:51:46", + "nodeType": "YulFunctionCall", + "src": "17280:51:46" + }, + "variableNames": [ + { + "name": "sum", + "nativeSrc": "17273:3:46", + "nodeType": "YulIdentifier", + "src": "17273:3:46" + } + ] + }, + { + "body": { + "nativeSrc": "17367:22:46", + "nodeType": "YulBlock", + "src": "17367:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x11", + "nativeSrc": "17369:16:46", + "nodeType": "YulIdentifier", + "src": "17369:16:46" + }, + "nativeSrc": "17369:18:46", + "nodeType": "YulFunctionCall", + "src": "17369:18:46" + }, + "nativeSrc": "17369:18:46", + "nodeType": "YulExpressionStatement", + "src": "17369:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "sum", + "nativeSrc": "17346:3:46", + "nodeType": "YulIdentifier", + "src": "17346:3:46" + }, + { + "kind": "number", + "nativeSrc": "17351:14:46", + "nodeType": "YulLiteral", + "src": "17351:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "17343:2:46", + "nodeType": "YulIdentifier", + "src": "17343:2:46" + }, + "nativeSrc": "17343:23:46", + "nodeType": "YulFunctionCall", + "src": "17343:23:46" + }, + "nativeSrc": "17340:49:46", + "nodeType": "YulIf", + "src": "17340:49:46" + } + ] + }, + "name": "checked_add_t_uint48", + "nativeSrc": "17216:179:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "x", + "nativeSrc": "17246:1:46", + "nodeType": "YulTypedName", + "src": "17246:1:46", + "type": "" + }, + { + "name": "y", + "nativeSrc": "17249:1:46", + "nodeType": "YulTypedName", + "src": "17249:1:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "sum", + "nativeSrc": "17255:3:46", + "nodeType": "YulTypedName", + "src": "17255:3:46", + "type": "" + } + ], + "src": "17216:179:46" + }, + { + "body": { + "nativeSrc": "17611:366:46", + "nodeType": "YulBlock", + "src": "17611:366:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17628:9:46", + "nodeType": "YulIdentifier", + "src": "17628:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "17643:6:46", + "nodeType": "YulIdentifier", + "src": "17643:6:46" + }, + { + "kind": "number", + "nativeSrc": "17651:14:46", + "nodeType": "YulLiteral", + "src": "17651:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17639:3:46", + "nodeType": "YulIdentifier", + "src": "17639:3:46" + }, + "nativeSrc": "17639:27:46", + "nodeType": "YulFunctionCall", + "src": "17639:27:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17621:6:46", + "nodeType": "YulIdentifier", + "src": "17621:6:46" + }, + "nativeSrc": "17621:46:46", + "nodeType": "YulFunctionCall", + "src": "17621:46:46" + }, + "nativeSrc": "17621:46:46", + "nodeType": "YulExpressionStatement", + "src": "17621:46:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17687:9:46", + "nodeType": "YulIdentifier", + "src": "17687:9:46" + }, + { + "kind": "number", + "nativeSrc": "17698:2:46", + "nodeType": "YulLiteral", + "src": "17698:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17683:3:46", + "nodeType": "YulIdentifier", + "src": "17683:3:46" + }, + "nativeSrc": "17683:18:46", + "nodeType": "YulFunctionCall", + "src": "17683:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "17707:6:46", + "nodeType": "YulIdentifier", + "src": "17707:6:46" + }, + { + "kind": "number", + "nativeSrc": "17715:42:46", + "nodeType": "YulLiteral", + "src": "17715:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17703:3:46", + "nodeType": "YulIdentifier", + "src": "17703:3:46" + }, + "nativeSrc": "17703:55:46", + "nodeType": "YulFunctionCall", + "src": "17703:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17676:6:46", + "nodeType": "YulIdentifier", + "src": "17676:6:46" + }, + "nativeSrc": "17676:83:46", + "nodeType": "YulFunctionCall", + "src": "17676:83:46" + }, + "nativeSrc": "17676:83:46", + "nodeType": "YulExpressionStatement", + "src": "17676:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17779:9:46", + "nodeType": "YulIdentifier", + "src": "17779:9:46" + }, + { + "kind": "number", + "nativeSrc": "17790:2:46", + "nodeType": "YulLiteral", + "src": "17790:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17775:3:46", + "nodeType": "YulIdentifier", + "src": "17775:3:46" + }, + "nativeSrc": "17775:18:46", + "nodeType": "YulFunctionCall", + "src": "17775:18:46" + }, + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "17799:6:46", + "nodeType": "YulIdentifier", + "src": "17799:6:46" + }, + { + "kind": "number", + "nativeSrc": "17807:42:46", + "nodeType": "YulLiteral", + "src": "17807:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17795:3:46", + "nodeType": "YulIdentifier", + "src": "17795:3:46" + }, + "nativeSrc": "17795:55:46", + "nodeType": "YulFunctionCall", + "src": "17795:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17768:6:46", + "nodeType": "YulIdentifier", + "src": "17768:6:46" + }, + "nativeSrc": "17768:83:46", + "nodeType": "YulFunctionCall", + "src": "17768:83:46" + }, + "nativeSrc": "17768:83:46", + "nodeType": "YulExpressionStatement", + "src": "17768:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17871:9:46", + "nodeType": "YulIdentifier", + "src": "17871:9:46" + }, + { + "kind": "number", + "nativeSrc": "17882:2:46", + "nodeType": "YulLiteral", + "src": "17882:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17867:3:46", + "nodeType": "YulIdentifier", + "src": "17867:3:46" + }, + "nativeSrc": "17867:18:46", + "nodeType": "YulFunctionCall", + "src": "17867:18:46" + }, + { + "kind": "number", + "nativeSrc": "17887:3:46", + "nodeType": "YulLiteral", + "src": "17887:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17860:6:46", + "nodeType": "YulIdentifier", + "src": "17860:6:46" + }, + "nativeSrc": "17860:31:46", + "nodeType": "YulFunctionCall", + "src": "17860:31:46" + }, + "nativeSrc": "17860:31:46", + "nodeType": "YulExpressionStatement", + "src": "17860:31:46" + }, + { + "nativeSrc": "17900:71:46", + "nodeType": "YulAssignment", + "src": "17900:71:46", + "value": { + "arguments": [ + { + "name": "value3", + "nativeSrc": "17935:6:46", + "nodeType": "YulIdentifier", + "src": "17935:6:46" + }, + { + "name": "value4", + "nativeSrc": "17943:6:46", + "nodeType": "YulIdentifier", + "src": "17943:6:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17955:9:46", + "nodeType": "YulIdentifier", + "src": "17955:9:46" + }, + { + "kind": "number", + "nativeSrc": "17966:3:46", + "nodeType": "YulLiteral", + "src": "17966:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17951:3:46", + "nodeType": "YulIdentifier", + "src": "17951:3:46" + }, + "nativeSrc": "17951:19:46", + "nodeType": "YulFunctionCall", + "src": "17951:19:46" + } + ], + "functionName": { + "name": "abi_encode_string_calldata", + "nativeSrc": "17908:26:46", + "nodeType": "YulIdentifier", + "src": "17908:26:46" + }, + "nativeSrc": "17908:63:46", + "nodeType": "YulFunctionCall", + "src": "17908:63:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "17900:4:46", + "nodeType": "YulIdentifier", + "src": "17900:4:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "17548:9:46", + "nodeType": "YulTypedName", + "src": "17548:9:46", + "type": "" + }, + { + "name": "value4", + "nativeSrc": "17559:6:46", + "nodeType": "YulTypedName", + "src": "17559:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "17567:6:46", + "nodeType": "YulTypedName", + "src": "17567:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "17575:6:46", + "nodeType": "YulTypedName", + "src": "17575:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "17583:6:46", + "nodeType": "YulTypedName", + "src": "17583:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "17591:6:46", + "nodeType": "YulTypedName", + "src": "17591:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "17602:4:46", + "nodeType": "YulTypedName", + "src": "17602:4:46", + "type": "" + } + ], + "src": "17400:577:46" + }, + { + "body": { + "nativeSrc": "18109:193:46", + "nodeType": "YulBlock", + "src": "18109:193:46", + "statements": [ + { + "nativeSrc": "18119:26:46", + "nodeType": "YulAssignment", + "src": "18119:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18131:9:46", + "nodeType": "YulIdentifier", + "src": "18131:9:46" + }, + { + "kind": "number", + "nativeSrc": "18142:2:46", + "nodeType": "YulLiteral", + "src": "18142:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18127:3:46", + "nodeType": "YulIdentifier", + "src": "18127:3:46" + }, + "nativeSrc": "18127:18:46", + "nodeType": "YulFunctionCall", + "src": "18127:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "18119:4:46", + "nodeType": "YulIdentifier", + "src": "18119:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18161:9:46", + "nodeType": "YulIdentifier", + "src": "18161:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "18176:6:46", + "nodeType": "YulIdentifier", + "src": "18176:6:46" + }, + { + "kind": "number", + "nativeSrc": "18184:42:46", + "nodeType": "YulLiteral", + "src": "18184:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18172:3:46", + "nodeType": "YulIdentifier", + "src": "18172:3:46" + }, + "nativeSrc": "18172:55:46", + "nodeType": "YulFunctionCall", + "src": "18172:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "18154:6:46", + "nodeType": "YulIdentifier", + "src": "18154:6:46" + }, + "nativeSrc": "18154:74:46", + "nodeType": "YulFunctionCall", + "src": "18154:74:46" + }, + "nativeSrc": "18154:74:46", + "nodeType": "YulExpressionStatement", + "src": "18154:74:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18248:9:46", + "nodeType": "YulIdentifier", + "src": "18248:9:46" + }, + { + "kind": "number", + "nativeSrc": "18259:2:46", + "nodeType": "YulLiteral", + "src": "18259:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18244:3:46", + "nodeType": "YulIdentifier", + "src": "18244:3:46" + }, + "nativeSrc": "18244:18:46", + "nodeType": "YulFunctionCall", + "src": "18244:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "18268:6:46", + "nodeType": "YulIdentifier", + "src": "18268:6:46" + }, + { + "kind": "number", + "nativeSrc": "18276:18:46", + "nodeType": "YulLiteral", + "src": "18276:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18264:3:46", + "nodeType": "YulIdentifier", + "src": "18264:3:46" + }, + "nativeSrc": "18264:31:46", + "nodeType": "YulFunctionCall", + "src": "18264:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "18237:6:46", + "nodeType": "YulIdentifier", + "src": "18237:6:46" + }, + "nativeSrc": "18237:59:46", + "nodeType": "YulFunctionCall", + "src": "18237:59:46" + }, + "nativeSrc": "18237:59:46", + "nodeType": "YulExpressionStatement", + "src": "18237:59:46" + } + ] + }, + "name": "abi_encode_tuple_t_address_t_uint64__to_t_address_t_uint64__fromStack_reversed", + "nativeSrc": "17982:320:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "18070:9:46", + "nodeType": "YulTypedName", + "src": "18070:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "18081:6:46", + "nodeType": "YulTypedName", + "src": "18081:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "18089:6:46", + "nodeType": "YulTypedName", + "src": "18089:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "18100:4:46", + "nodeType": "YulTypedName", + "src": "18100:4:46", + "type": "" + } + ], + "src": "17982:320:46" + }, + { + "body": { + "nativeSrc": "18406:149:46", + "nodeType": "YulBlock", + "src": "18406:149:46", + "statements": [ + { + "nativeSrc": "18416:26:46", + "nodeType": "YulAssignment", + "src": "18416:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18428:9:46", + "nodeType": "YulIdentifier", + "src": "18428:9:46" + }, + { + "kind": "number", + "nativeSrc": "18439:2:46", + "nodeType": "YulLiteral", + "src": "18439:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18424:3:46", + "nodeType": "YulIdentifier", + "src": "18424:3:46" + }, + "nativeSrc": "18424:18:46", + "nodeType": "YulFunctionCall", + "src": "18424:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "18416:4:46", + "nodeType": "YulIdentifier", + "src": "18416:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18458:9:46", + "nodeType": "YulIdentifier", + "src": "18458:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "18473:6:46", + "nodeType": "YulIdentifier", + "src": "18473:6:46" + }, + { + "kind": "number", + "nativeSrc": "18481:66:46", + "nodeType": "YulLiteral", + "src": "18481:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18469:3:46", + "nodeType": "YulIdentifier", + "src": "18469:3:46" + }, + "nativeSrc": "18469:79:46", + "nodeType": "YulFunctionCall", + "src": "18469:79:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "18451:6:46", + "nodeType": "YulIdentifier", + "src": "18451:6:46" + }, + "nativeSrc": "18451:98:46", + "nodeType": "YulFunctionCall", + "src": "18451:98:46" + }, + "nativeSrc": "18451:98:46", + "nodeType": "YulExpressionStatement", + "src": "18451:98:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", + "nativeSrc": "18307:248:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "18375:9:46", + "nodeType": "YulTypedName", + "src": "18375:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "18386:6:46", + "nodeType": "YulTypedName", + "src": "18386:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "18397:4:46", + "nodeType": "YulTypedName", + "src": "18397:4:46", + "type": "" + } + ], + "src": "18307:248:46" + }, + { + "body": { + "nativeSrc": "18660:376:46", + "nodeType": "YulBlock", + "src": "18660:376:46", + "statements": [ + { + "nativeSrc": "18670:29:46", + "nodeType": "YulVariableDeclaration", + "src": "18670:29:46", + "value": { + "arguments": [ + { + "name": "array", + "nativeSrc": "18693:5:46", + "nodeType": "YulIdentifier", + "src": "18693:5:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "18680:12:46", + "nodeType": "YulIdentifier", + "src": "18680:12:46" + }, + "nativeSrc": "18680:19:46", + "nodeType": "YulFunctionCall", + "src": "18680:19:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "18674:2:46", + "nodeType": "YulTypedName", + "src": "18674:2:46", + "type": "" + } + ] + }, + { + "nativeSrc": "18708:84:46", + "nodeType": "YulAssignment", + "src": "18708:84:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "18721:2:46", + "nodeType": "YulIdentifier", + "src": "18721:2:46" + }, + { + "kind": "number", + "nativeSrc": "18725:66:46", + "nodeType": "YulLiteral", + "src": "18725:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18717:3:46", + "nodeType": "YulIdentifier", + "src": "18717:3:46" + }, + "nativeSrc": "18717:75:46", + "nodeType": "YulFunctionCall", + "src": "18717:75:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "18708:5:46", + "nodeType": "YulIdentifier", + "src": "18708:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "18823:207:46", + "nodeType": "YulBlock", + "src": "18823:207:46", + "statements": [ + { + "nativeSrc": "18837:183:46", + "nodeType": "YulAssignment", + "src": "18837:183:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "18854:2:46", + "nodeType": "YulIdentifier", + "src": "18854:2:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "18866:1:46", + "nodeType": "YulLiteral", + "src": "18866:1:46", + "type": "", + "value": "3" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "18873:1:46", + "nodeType": "YulLiteral", + "src": "18873:1:46", + "type": "", + "value": "4" + }, + { + "name": "len", + "nativeSrc": "18876:3:46", + "nodeType": "YulIdentifier", + "src": "18876:3:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "18869:3:46", + "nodeType": "YulIdentifier", + "src": "18869:3:46" + }, + "nativeSrc": "18869:11:46", + "nodeType": "YulFunctionCall", + "src": "18869:11:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "18862:3:46", + "nodeType": "YulIdentifier", + "src": "18862:3:46" + }, + "nativeSrc": "18862:19:46", + "nodeType": "YulFunctionCall", + "src": "18862:19:46" + }, + { + "kind": "number", + "nativeSrc": "18883:66:46", + "nodeType": "YulLiteral", + "src": "18883:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "18858:3:46", + "nodeType": "YulIdentifier", + "src": "18858:3:46" + }, + "nativeSrc": "18858:92:46", + "nodeType": "YulFunctionCall", + "src": "18858:92:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18850:3:46", + "nodeType": "YulIdentifier", + "src": "18850:3:46" + }, + "nativeSrc": "18850:101:46", + "nodeType": "YulFunctionCall", + "src": "18850:101:46" + }, + { + "kind": "number", + "nativeSrc": "18953:66:46", + "nodeType": "YulLiteral", + "src": "18953:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18846:3:46", + "nodeType": "YulIdentifier", + "src": "18846:3:46" + }, + "nativeSrc": "18846:174:46", + "nodeType": "YulFunctionCall", + "src": "18846:174:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "18837:5:46", + "nodeType": "YulIdentifier", + "src": "18837:5:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "len", + "nativeSrc": "18807:3:46", + "nodeType": "YulIdentifier", + "src": "18807:3:46" + }, + { + "kind": "number", + "nativeSrc": "18812:1:46", + "nodeType": "YulLiteral", + "src": "18812:1:46", + "type": "", + "value": "4" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "18804:2:46", + "nodeType": "YulIdentifier", + "src": "18804:2:46" + }, + "nativeSrc": "18804:10:46", + "nodeType": "YulFunctionCall", + "src": "18804:10:46" + }, + "nativeSrc": "18801:229:46", + "nodeType": "YulIf", + "src": "18801:229:46" + } + ] + }, + "name": "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4", + "nativeSrc": "18560:476:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "array", + "nativeSrc": "18635:5:46", + "nodeType": "YulTypedName", + "src": "18635:5:46", + "type": "" + }, + { + "name": "len", + "nativeSrc": "18642:3:46", + "nodeType": "YulTypedName", + "src": "18642:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "18650:5:46", + "nodeType": "YulTypedName", + "src": "18650:5:46", + "type": "" + } + ], + "src": "18560:476:46" + }, + { + "body": { + "nativeSrc": "19168:241:46", + "nodeType": "YulBlock", + "src": "19168:241:46", + "statements": [ + { + "nativeSrc": "19178:26:46", + "nodeType": "YulAssignment", + "src": "19178:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "19190:9:46", + "nodeType": "YulIdentifier", + "src": "19190:9:46" + }, + { + "kind": "number", + "nativeSrc": "19201:2:46", + "nodeType": "YulLiteral", + "src": "19201:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19186:3:46", + "nodeType": "YulIdentifier", + "src": "19186:3:46" + }, + "nativeSrc": "19186:18:46", + "nodeType": "YulFunctionCall", + "src": "19186:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "19178:4:46", + "nodeType": "YulIdentifier", + "src": "19178:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "19220:9:46", + "nodeType": "YulIdentifier", + "src": "19220:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "19235:6:46", + "nodeType": "YulIdentifier", + "src": "19235:6:46" + }, + { + "kind": "number", + "nativeSrc": "19243:42:46", + "nodeType": "YulLiteral", + "src": "19243:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "19231:3:46", + "nodeType": "YulIdentifier", + "src": "19231:3:46" + }, + "nativeSrc": "19231:55:46", + "nodeType": "YulFunctionCall", + "src": "19231:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "19213:6:46", + "nodeType": "YulIdentifier", + "src": "19213:6:46" + }, + "nativeSrc": "19213:74:46", + "nodeType": "YulFunctionCall", + "src": "19213:74:46" + }, + "nativeSrc": "19213:74:46", + "nodeType": "YulExpressionStatement", + "src": "19213:74:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "19307:9:46", + "nodeType": "YulIdentifier", + "src": "19307:9:46" + }, + { + "kind": "number", + "nativeSrc": "19318:2:46", + "nodeType": "YulLiteral", + "src": "19318:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19303:3:46", + "nodeType": "YulIdentifier", + "src": "19303:3:46" + }, + "nativeSrc": "19303:18:46", + "nodeType": "YulFunctionCall", + "src": "19303:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "19327:6:46", + "nodeType": "YulIdentifier", + "src": "19327:6:46" + }, + { + "kind": "number", + "nativeSrc": "19335:66:46", + "nodeType": "YulLiteral", + "src": "19335:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "19323:3:46", + "nodeType": "YulIdentifier", + "src": "19323:3:46" + }, + "nativeSrc": "19323:79:46", + "nodeType": "YulFunctionCall", + "src": "19323:79:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "19296:6:46", + "nodeType": "YulIdentifier", + "src": "19296:6:46" + }, + "nativeSrc": "19296:107:46", + "nodeType": "YulFunctionCall", + "src": "19296:107:46" + }, + "nativeSrc": "19296:107:46", + "nodeType": "YulExpressionStatement", + "src": "19296:107:46" + } + ] + }, + "name": "abi_encode_tuple_t_address_t_bytes4__to_t_address_t_bytes4__fromStack_reversed", + "nativeSrc": "19041:368:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "19129:9:46", + "nodeType": "YulTypedName", + "src": "19129:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "19140:6:46", + "nodeType": "YulTypedName", + "src": "19140:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "19148:6:46", + "nodeType": "YulTypedName", + "src": "19148:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "19159:4:46", + "nodeType": "YulTypedName", + "src": "19159:4:46", + "type": "" + } + ], + "src": "19041:368:46" + }, + { + "body": { + "nativeSrc": "19543:119:46", + "nodeType": "YulBlock", + "src": "19543:119:46", + "statements": [ + { + "nativeSrc": "19553:26:46", + "nodeType": "YulAssignment", + "src": "19553:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "19565:9:46", + "nodeType": "YulIdentifier", + "src": "19565:9:46" + }, + { + "kind": "number", + "nativeSrc": "19576:2:46", + "nodeType": "YulLiteral", + "src": "19576:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19561:3:46", + "nodeType": "YulIdentifier", + "src": "19561:3:46" + }, + "nativeSrc": "19561:18:46", + "nodeType": "YulFunctionCall", + "src": "19561:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "19553:4:46", + "nodeType": "YulIdentifier", + "src": "19553:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "19595:9:46", + "nodeType": "YulIdentifier", + "src": "19595:9:46" + }, + { + "name": "value0", + "nativeSrc": "19606:6:46", + "nodeType": "YulIdentifier", + "src": "19606:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "19588:6:46", + "nodeType": "YulIdentifier", + "src": "19588:6:46" + }, + "nativeSrc": "19588:25:46", + "nodeType": "YulFunctionCall", + "src": "19588:25:46" + }, + "nativeSrc": "19588:25:46", + "nodeType": "YulExpressionStatement", + "src": "19588:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "19633:9:46", + "nodeType": "YulIdentifier", + "src": "19633:9:46" + }, + { + "kind": "number", + "nativeSrc": "19644:2:46", + "nodeType": "YulLiteral", + "src": "19644:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19629:3:46", + "nodeType": "YulIdentifier", + "src": "19629:3:46" + }, + "nativeSrc": "19629:18:46", + "nodeType": "YulFunctionCall", + "src": "19629:18:46" + }, + { + "name": "value1", + "nativeSrc": "19649:6:46", + "nodeType": "YulIdentifier", + "src": "19649:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "19622:6:46", + "nodeType": "YulIdentifier", + "src": "19622:6:46" + }, + "nativeSrc": "19622:34:46", + "nodeType": "YulFunctionCall", + "src": "19622:34:46" + }, + "nativeSrc": "19622:34:46", + "nodeType": "YulExpressionStatement", + "src": "19622:34:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed", + "nativeSrc": "19414:248:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "19504:9:46", + "nodeType": "YulTypedName", + "src": "19504:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "19515:6:46", + "nodeType": "YulTypedName", + "src": "19515:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "19523:6:46", + "nodeType": "YulTypedName", + "src": "19523:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "19534:4:46", + "nodeType": "YulTypedName", + "src": "19534:4:46", + "type": "" + } + ], + "src": "19414:248:46" + }, + { + "body": { + "nativeSrc": "19804:150:46", + "nodeType": "YulBlock", + "src": "19804:150:46", + "statements": [ + { + "nativeSrc": "19814:27:46", + "nodeType": "YulVariableDeclaration", + "src": "19814:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "19834:6:46", + "nodeType": "YulIdentifier", + "src": "19834:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "19828:5:46", + "nodeType": "YulIdentifier", + "src": "19828:5:46" + }, + "nativeSrc": "19828:13:46", + "nodeType": "YulFunctionCall", + "src": "19828:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "19818:6:46", + "nodeType": "YulTypedName", + "src": "19818:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "19889:6:46", + "nodeType": "YulIdentifier", + "src": "19889:6:46" + }, + { + "kind": "number", + "nativeSrc": "19897:4:46", + "nodeType": "YulLiteral", + "src": "19897:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19885:3:46", + "nodeType": "YulIdentifier", + "src": "19885:3:46" + }, + "nativeSrc": "19885:17:46", + "nodeType": "YulFunctionCall", + "src": "19885:17:46" + }, + { + "name": "pos", + "nativeSrc": "19904:3:46", + "nodeType": "YulIdentifier", + "src": "19904:3:46" + }, + { + "name": "length", + "nativeSrc": "19909:6:46", + "nodeType": "YulIdentifier", + "src": "19909:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "19850:34:46", + "nodeType": "YulIdentifier", + "src": "19850:34:46" + }, + "nativeSrc": "19850:66:46", + "nodeType": "YulFunctionCall", + "src": "19850:66:46" + }, + "nativeSrc": "19850:66:46", + "nodeType": "YulExpressionStatement", + "src": "19850:66:46" + }, + { + "nativeSrc": "19925:23:46", + "nodeType": "YulAssignment", + "src": "19925:23:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "19936:3:46", + "nodeType": "YulIdentifier", + "src": "19936:3:46" + }, + { + "name": "length", + "nativeSrc": "19941:6:46", + "nodeType": "YulIdentifier", + "src": "19941:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19932:3:46", + "nodeType": "YulIdentifier", + "src": "19932:3:46" + }, + "nativeSrc": "19932:16:46", + "nodeType": "YulFunctionCall", + "src": "19932:16:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "19925:3:46", + "nodeType": "YulIdentifier", + "src": "19925:3:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", + "nativeSrc": "19667:287:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "19780:3:46", + "nodeType": "YulTypedName", + "src": "19780:3:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "19785:6:46", + "nodeType": "YulTypedName", + "src": "19785:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "19796:3:46", + "nodeType": "YulTypedName", + "src": "19796:3:46", + "type": "" + } + ], + "src": "19667:287:46" + }, + { + "body": { + "nativeSrc": "20106:216:46", + "nodeType": "YulBlock", + "src": "20106:216:46", + "statements": [ + { + "nativeSrc": "20116:26:46", + "nodeType": "YulAssignment", + "src": "20116:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20128:9:46", + "nodeType": "YulIdentifier", + "src": "20128:9:46" + }, + { + "kind": "number", + "nativeSrc": "20139:2:46", + "nodeType": "YulLiteral", + "src": "20139:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20124:3:46", + "nodeType": "YulIdentifier", + "src": "20124:3:46" + }, + "nativeSrc": "20124:18:46", + "nodeType": "YulFunctionCall", + "src": "20124:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "20116:4:46", + "nodeType": "YulIdentifier", + "src": "20116:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20158:9:46", + "nodeType": "YulIdentifier", + "src": "20158:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "20173:6:46", + "nodeType": "YulIdentifier", + "src": "20173:6:46" + }, + { + "kind": "number", + "nativeSrc": "20181:10:46", + "nodeType": "YulLiteral", + "src": "20181:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20169:3:46", + "nodeType": "YulIdentifier", + "src": "20169:3:46" + }, + "nativeSrc": "20169:23:46", + "nodeType": "YulFunctionCall", + "src": "20169:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "20151:6:46", + "nodeType": "YulIdentifier", + "src": "20151:6:46" + }, + "nativeSrc": "20151:42:46", + "nodeType": "YulFunctionCall", + "src": "20151:42:46" + }, + "nativeSrc": "20151:42:46", + "nodeType": "YulExpressionStatement", + "src": "20151:42:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20213:9:46", + "nodeType": "YulIdentifier", + "src": "20213:9:46" + }, + { + "kind": "number", + "nativeSrc": "20224:2:46", + "nodeType": "YulLiteral", + "src": "20224:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20209:3:46", + "nodeType": "YulIdentifier", + "src": "20209:3:46" + }, + "nativeSrc": "20209:18:46", + "nodeType": "YulFunctionCall", + "src": "20209:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "20233:6:46", + "nodeType": "YulIdentifier", + "src": "20233:6:46" + }, + { + "kind": "number", + "nativeSrc": "20241:14:46", + "nodeType": "YulLiteral", + "src": "20241:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20229:3:46", + "nodeType": "YulIdentifier", + "src": "20229:3:46" + }, + "nativeSrc": "20229:27:46", + "nodeType": "YulFunctionCall", + "src": "20229:27:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "20202:6:46", + "nodeType": "YulIdentifier", + "src": "20202:6:46" + }, + "nativeSrc": "20202:55:46", + "nodeType": "YulFunctionCall", + "src": "20202:55:46" + }, + "nativeSrc": "20202:55:46", + "nodeType": "YulExpressionStatement", + "src": "20202:55:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20277:9:46", + "nodeType": "YulIdentifier", + "src": "20277:9:46" + }, + { + "kind": "number", + "nativeSrc": "20288:2:46", + "nodeType": "YulLiteral", + "src": "20288:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20273:3:46", + "nodeType": "YulIdentifier", + "src": "20273:3:46" + }, + "nativeSrc": "20273:18:46", + "nodeType": "YulFunctionCall", + "src": "20273:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "20307:6:46", + "nodeType": "YulIdentifier", + "src": "20307:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "20300:6:46", + "nodeType": "YulIdentifier", + "src": "20300:6:46" + }, + "nativeSrc": "20300:14:46", + "nodeType": "YulFunctionCall", + "src": "20300:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "20293:6:46", + "nodeType": "YulIdentifier", + "src": "20293:6:46" + }, + "nativeSrc": "20293:22:46", + "nodeType": "YulFunctionCall", + "src": "20293:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "20266:6:46", + "nodeType": "YulIdentifier", + "src": "20266:6:46" + }, + "nativeSrc": "20266:50:46", + "nodeType": "YulFunctionCall", + "src": "20266:50:46" + }, + "nativeSrc": "20266:50:46", + "nodeType": "YulExpressionStatement", + "src": "20266:50:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint32_t_uint48_t_bool__to_t_uint32_t_uint48_t_bool__fromStack_reversed", + "nativeSrc": "19959:363:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "20059:9:46", + "nodeType": "YulTypedName", + "src": "20059:9:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "20070:6:46", + "nodeType": "YulTypedName", + "src": "20070:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "20078:6:46", + "nodeType": "YulTypedName", + "src": "20078:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "20086:6:46", + "nodeType": "YulTypedName", + "src": "20086:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "20097:4:46", + "nodeType": "YulTypedName", + "src": "20097:4:46", + "type": "" + } + ], + "src": "19959:363:46" + }, + { + "body": { + "nativeSrc": "20452:157:46", + "nodeType": "YulBlock", + "src": "20452:157:46", + "statements": [ + { + "nativeSrc": "20462:26:46", + "nodeType": "YulAssignment", + "src": "20462:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20474:9:46", + "nodeType": "YulIdentifier", + "src": "20474:9:46" + }, + { + "kind": "number", + "nativeSrc": "20485:2:46", + "nodeType": "YulLiteral", + "src": "20485:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20470:3:46", + "nodeType": "YulIdentifier", + "src": "20470:3:46" + }, + "nativeSrc": "20470:18:46", + "nodeType": "YulFunctionCall", + "src": "20470:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "20462:4:46", + "nodeType": "YulIdentifier", + "src": "20462:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20504:9:46", + "nodeType": "YulIdentifier", + "src": "20504:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "20519:6:46", + "nodeType": "YulIdentifier", + "src": "20519:6:46" + }, + { + "kind": "number", + "nativeSrc": "20527:10:46", + "nodeType": "YulLiteral", + "src": "20527:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20515:3:46", + "nodeType": "YulIdentifier", + "src": "20515:3:46" + }, + "nativeSrc": "20515:23:46", + "nodeType": "YulFunctionCall", + "src": "20515:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "20497:6:46", + "nodeType": "YulIdentifier", + "src": "20497:6:46" + }, + "nativeSrc": "20497:42:46", + "nodeType": "YulFunctionCall", + "src": "20497:42:46" + }, + "nativeSrc": "20497:42:46", + "nodeType": "YulExpressionStatement", + "src": "20497:42:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20559:9:46", + "nodeType": "YulIdentifier", + "src": "20559:9:46" + }, + { + "kind": "number", + "nativeSrc": "20570:2:46", + "nodeType": "YulLiteral", + "src": "20570:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20555:3:46", + "nodeType": "YulIdentifier", + "src": "20555:3:46" + }, + "nativeSrc": "20555:18:46", + "nodeType": "YulFunctionCall", + "src": "20555:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "20579:6:46", + "nodeType": "YulIdentifier", + "src": "20579:6:46" + }, + { + "kind": "number", + "nativeSrc": "20587:14:46", + "nodeType": "YulLiteral", + "src": "20587:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20575:3:46", + "nodeType": "YulIdentifier", + "src": "20575:3:46" + }, + "nativeSrc": "20575:27:46", + "nodeType": "YulFunctionCall", + "src": "20575:27:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "20548:6:46", + "nodeType": "YulIdentifier", + "src": "20548:6:46" + }, + "nativeSrc": "20548:55:46", + "nodeType": "YulFunctionCall", + "src": "20548:55:46" + }, + "nativeSrc": "20548:55:46", + "nodeType": "YulExpressionStatement", + "src": "20548:55:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint32_t_uint48__to_t_uint32_t_uint48__fromStack_reversed", + "nativeSrc": "20327:282:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "20413:9:46", + "nodeType": "YulTypedName", + "src": "20413:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "20424:6:46", + "nodeType": "YulTypedName", + "src": "20424:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "20432:6:46", + "nodeType": "YulTypedName", + "src": "20432:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "20443:4:46", + "nodeType": "YulTypedName", + "src": "20443:4:46", + "type": "" + } + ], + "src": "20327:282:46" + }, + { + "body": { + "nativeSrc": "20692:177:46", + "nodeType": "YulBlock", + "src": "20692:177:46", + "statements": [ + { + "body": { + "nativeSrc": "20738:16:46", + "nodeType": "YulBlock", + "src": "20738:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "20747:1:46", + "nodeType": "YulLiteral", + "src": "20747:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "20750:1:46", + "nodeType": "YulLiteral", + "src": "20750:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "20740:6:46", + "nodeType": "YulIdentifier", + "src": "20740:6:46" + }, + "nativeSrc": "20740:12:46", + "nodeType": "YulFunctionCall", + "src": "20740:12:46" + }, + "nativeSrc": "20740:12:46", + "nodeType": "YulExpressionStatement", + "src": "20740:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "20713:7:46", + "nodeType": "YulIdentifier", + "src": "20713:7:46" + }, + { + "name": "headStart", + "nativeSrc": "20722:9:46", + "nodeType": "YulIdentifier", + "src": "20722:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "20709:3:46", + "nodeType": "YulIdentifier", + "src": "20709:3:46" + }, + "nativeSrc": "20709:23:46", + "nodeType": "YulFunctionCall", + "src": "20709:23:46" + }, + { + "kind": "number", + "nativeSrc": "20734:2:46", + "nodeType": "YulLiteral", + "src": "20734:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "20705:3:46", + "nodeType": "YulIdentifier", + "src": "20705:3:46" + }, + "nativeSrc": "20705:32:46", + "nodeType": "YulFunctionCall", + "src": "20705:32:46" + }, + "nativeSrc": "20702:52:46", + "nodeType": "YulIf", + "src": "20702:52:46" + }, + { + "nativeSrc": "20763:36:46", + "nodeType": "YulVariableDeclaration", + "src": "20763:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20789:9:46", + "nodeType": "YulIdentifier", + "src": "20789:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "20776:12:46", + "nodeType": "YulIdentifier", + "src": "20776:12:46" + }, + "nativeSrc": "20776:23:46", + "nodeType": "YulFunctionCall", + "src": "20776:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "20767:5:46", + "nodeType": "YulTypedName", + "src": "20767:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "20833:5:46", + "nodeType": "YulIdentifier", + "src": "20833:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "20808:24:46", + "nodeType": "YulIdentifier", + "src": "20808:24:46" + }, + "nativeSrc": "20808:31:46", + "nodeType": "YulFunctionCall", + "src": "20808:31:46" + }, + "nativeSrc": "20808:31:46", + "nodeType": "YulExpressionStatement", + "src": "20808:31:46" + }, + { + "nativeSrc": "20848:15:46", + "nodeType": "YulAssignment", + "src": "20848:15:46", + "value": { + "name": "value", + "nativeSrc": "20858:5:46", + "nodeType": "YulIdentifier", + "src": "20858:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "20848:6:46", + "nodeType": "YulIdentifier", + "src": "20848:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_address_payable", + "nativeSrc": "20614:255:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "20658:9:46", + "nodeType": "YulTypedName", + "src": "20658:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "20669:7:46", + "nodeType": "YulTypedName", + "src": "20669:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "20681:6:46", + "nodeType": "YulTypedName", + "src": "20681:6:46", + "type": "" + } + ], + "src": "20614:255:46" + }, + { + "body": { + "nativeSrc": "20922:122:46", + "nodeType": "YulBlock", + "src": "20922:122:46", + "statements": [ + { + "nativeSrc": "20932:51:46", + "nodeType": "YulAssignment", + "src": "20932:51:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "x", + "nativeSrc": "20948:1:46", + "nodeType": "YulIdentifier", + "src": "20948:1:46" + }, + { + "kind": "number", + "nativeSrc": "20951:10:46", + "nodeType": "YulLiteral", + "src": "20951:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20944:3:46", + "nodeType": "YulIdentifier", + "src": "20944:3:46" + }, + "nativeSrc": "20944:18:46", + "nodeType": "YulFunctionCall", + "src": "20944:18:46" + }, + { + "arguments": [ + { + "name": "y", + "nativeSrc": "20968:1:46", + "nodeType": "YulIdentifier", + "src": "20968:1:46" + }, + { + "kind": "number", + "nativeSrc": "20971:10:46", + "nodeType": "YulLiteral", + "src": "20971:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20964:3:46", + "nodeType": "YulIdentifier", + "src": "20964:3:46" + }, + "nativeSrc": "20964:18:46", + "nodeType": "YulFunctionCall", + "src": "20964:18:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "20940:3:46", + "nodeType": "YulIdentifier", + "src": "20940:3:46" + }, + "nativeSrc": "20940:43:46", + "nodeType": "YulFunctionCall", + "src": "20940:43:46" + }, + "variableNames": [ + { + "name": "diff", + "nativeSrc": "20932:4:46", + "nodeType": "YulIdentifier", + "src": "20932:4:46" + } + ] + }, + { + "body": { + "nativeSrc": "21016:22:46", + "nodeType": "YulBlock", + "src": "21016:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x11", + "nativeSrc": "21018:16:46", + "nodeType": "YulIdentifier", + "src": "21018:16:46" + }, + "nativeSrc": "21018:18:46", + "nodeType": "YulFunctionCall", + "src": "21018:18:46" + }, + "nativeSrc": "21018:18:46", + "nodeType": "YulExpressionStatement", + "src": "21018:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "diff", + "nativeSrc": "20998:4:46", + "nodeType": "YulIdentifier", + "src": "20998:4:46" + }, + { + "kind": "number", + "nativeSrc": "21004:10:46", + "nodeType": "YulLiteral", + "src": "21004:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "20995:2:46", + "nodeType": "YulIdentifier", + "src": "20995:2:46" + }, + "nativeSrc": "20995:20:46", + "nodeType": "YulFunctionCall", + "src": "20995:20:46" + }, + "nativeSrc": "20992:46:46", + "nodeType": "YulIf", + "src": "20992:46:46" + } + ] + }, + "name": "checked_sub_t_uint32", + "nativeSrc": "20874:170:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "x", + "nativeSrc": "20904:1:46", + "nodeType": "YulTypedName", + "src": "20904:1:46", + "type": "" + }, + { + "name": "y", + "nativeSrc": "20907:1:46", + "nodeType": "YulTypedName", + "src": "20907:1:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "diff", + "nativeSrc": "20913:4:46", + "nodeType": "YulTypedName", + "src": "20913:4:46", + "type": "" + } + ], + "src": "20874:170:46" + }, + { + "body": { + "nativeSrc": "21185:130:46", + "nodeType": "YulBlock", + "src": "21185:130:46", + "statements": [ + { + "nativeSrc": "21195:26:46", + "nodeType": "YulAssignment", + "src": "21195:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "21207:9:46", + "nodeType": "YulIdentifier", + "src": "21207:9:46" + }, + { + "kind": "number", + "nativeSrc": "21218:2:46", + "nodeType": "YulLiteral", + "src": "21218:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "21203:3:46", + "nodeType": "YulIdentifier", + "src": "21203:3:46" + }, + "nativeSrc": "21203:18:46", + "nodeType": "YulFunctionCall", + "src": "21203:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "21195:4:46", + "nodeType": "YulIdentifier", + "src": "21195:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "21237:9:46", + "nodeType": "YulIdentifier", + "src": "21237:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "21252:6:46", + "nodeType": "YulIdentifier", + "src": "21252:6:46" + }, + { + "kind": "number", + "nativeSrc": "21260:4:46", + "nodeType": "YulLiteral", + "src": "21260:4:46", + "type": "", + "value": "0xff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "21248:3:46", + "nodeType": "YulIdentifier", + "src": "21248:3:46" + }, + "nativeSrc": "21248:17:46", + "nodeType": "YulFunctionCall", + "src": "21248:17:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "21230:6:46", + "nodeType": "YulIdentifier", + "src": "21230:6:46" + }, + "nativeSrc": "21230:36:46", + "nodeType": "YulFunctionCall", + "src": "21230:36:46" + }, + "nativeSrc": "21230:36:46", + "nodeType": "YulExpressionStatement", + "src": "21230:36:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "21286:9:46", + "nodeType": "YulIdentifier", + "src": "21286:9:46" + }, + { + "kind": "number", + "nativeSrc": "21297:2:46", + "nodeType": "YulLiteral", + "src": "21297:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "21282:3:46", + "nodeType": "YulIdentifier", + "src": "21282:3:46" + }, + "nativeSrc": "21282:18:46", + "nodeType": "YulFunctionCall", + "src": "21282:18:46" + }, + { + "name": "value1", + "nativeSrc": "21302:6:46", + "nodeType": "YulIdentifier", + "src": "21302:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "21275:6:46", + "nodeType": "YulIdentifier", + "src": "21275:6:46" + }, + "nativeSrc": "21275:34:46", + "nodeType": "YulFunctionCall", + "src": "21275:34:46" + }, + "nativeSrc": "21275:34:46", + "nodeType": "YulExpressionStatement", + "src": "21275:34:46" + } + ] + }, + "name": "abi_encode_tuple_t_rational_48_by_1_t_uint256__to_t_uint8_t_uint256__fromStack_reversed", + "nativeSrc": "21049:266:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "21146:9:46", + "nodeType": "YulTypedName", + "src": "21146:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "21157:6:46", + "nodeType": "YulTypedName", + "src": "21157:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "21165:6:46", + "nodeType": "YulTypedName", + "src": "21165:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "21176:4:46", + "nodeType": "YulTypedName", + "src": "21176:4:46", + "type": "" + } + ], + "src": "21049:266:46" + } + ] + }, + "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_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_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_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_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": 46, + "language": "Yul", + "name": "#utility.yul" + } + ], + "immutableReferences": {}, + "linkReferences": {}, + "object": "6080604052600436106101fe5760003560e01c80636d5115bd1161011d578063b7009613116100b0578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c614610750578063f801a69814610770578063fe0776f5146107aa57600080fd5b8063d1f856ee14610710578063d22b59891461073057600080fd5b8063b70096131461067e578063b7d2b162146106ba578063c4d66de8146106da578063cc1b6c81146106fa57600080fd5b8063a166aa89116100ec578063a166aa89146105a3578063a64d95ce14610603578063abd9bd2a14610623578063ac9650d81461065157600080fd5b80636d5115bd1461052e57806375b238fc1461054e578063853551b81461056357806394c7d7ee1461058357600080fd5b806330cae187116101955780634665096d116101645780634665096d1461047c5780634c1da1e21461049257806352962952146104b2578063530dd456146104d257600080fd5b806330cae187146103ad5780633adc277a146103cd5780633ca7c02a146104045780634136a33c1461042057600080fd5b806318ff183c116101d157806318ff183c146103005780631cff79cd1461032057806325c471a0146103335780633078f1141461035357600080fd5b806308d6122d146102035780630b0a93ba1461022557806312be8727146102ab578063167bd395146102e0575b600080fd5b34801561020f57600080fd5b5061022361021e366004612a5c565b6107ca565b005b34801561023157600080fd5b5061028d610240366004612ac3565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101546801000000000000000090041690565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102b757600080fd5b506102cb6102c6366004612ac3565b61081d565b60405163ffffffff90911681526020016102a2565b3480156102ec57600080fd5b506102236102fb366004612ade565b610889565b34801561030c57600080fd5b5061022361031b366004612b1c565b61089f565b6102cb61032e366004612b8c565b61091f565b34801561033f57600080fd5b5061022361034e366004612bf5565b610abe565b34801561035f57600080fd5b5061037361036e366004612c3a565b610ae0565b6040516102a2949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b3480156103b957600080fd5b506102236103c8366004612c56565b610b78565b3480156103d957600080fd5b506103ed6103e8366004612c89565b610b8a565b60405165ffffffffffff90911681526020016102a2565b34801561041057600080fd5b5061028d67ffffffffffffffff81565b34801561042c57600080fd5b506102cb61043b366004612c89565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561048857600080fd5b5062093a806102cb565b34801561049e57600080fd5b506102cb6104ad366004612ca2565b610bee565b3480156104be57600080fd5b506102236104cd366004612c56565b610c2b565b3480156104de57600080fd5b5061028d6104ed366004612ac3565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b34801561053a57600080fd5b5061028d610549366004612cd5565b610c3d565b34801561055a57600080fd5b5061028d600081565b34801561056f57600080fd5b5061022361057e366004612d03565b610c89565b34801561058f57600080fd5b5061022361059e366004612b8c565b610d24565b3480156105af57600080fd5b506105f36105be366004612ca2565b6001600160a01b031660009081526000805160206131cd8339815191526020526040902060010154600160701b900460ff1690565b60405190151581526020016102a2565b34801561060f57600080fd5b5061022361061e366004612d21565b610e02565b34801561062f57600080fd5b5061064361063e366004612d4b565b610e14565b6040519081526020016102a2565b34801561065d57600080fd5b5061067161066c366004612db0565b610e4d565b6040516102a29190612e16565b34801561068a57600080fd5b5061069e610699366004612e96565b610f35565b60408051921515835263ffffffff9091166020830152016102a2565b3480156106c657600080fd5b506102236106d5366004612c3a565b611042565b3480156106e657600080fd5b506102236106f5366004612ca2565b611059565b34801561070657600080fd5b50620697806102cb565b34801561071c57600080fd5b5061069e61072b366004612c3a565b611195565b34801561073c57600080fd5b5061022361074b366004612ee1565b611213565b34801561075c57600080fd5b506102cb61076b366004612d4b565b611225565b34801561077c57600080fd5b5061079061078b366004612eff565b6113af565b6040805192835263ffffffff9091166020830152016102a2565b3480156107b657600080fd5b506102236107c5366004612c3a565b61155c565b6107d261159e565b60005b828110156108165761080e858585848181106107f3576107f3612f72565b90506020020160208101906108089190612f88565b84611633565b6001016107d5565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206131cd8339815191529061088290600160801b90046001600160701b03166116c9565b9392505050565b61089161159e565b61089b82826116e8565b5050565b6108a761159e565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b15801561090357600080fd5b505af1158015610917573d6000803e3d6000fd5b505050505050565b60006000805160206131cd83398151915233828061093f8389898961176a565b9150915081158015610955575063ffffffff8116155b156109c157828861096689896117bd565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b60006109cf848a8a8a610e14565b9050600063ffffffff83161515806109f657506109eb82610b8a565b65ffffffffffff1615155b15610a0757610a04826117d5565b90505b6003860154610a5c8b610a1a8c8c6117bd565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610aa68b8b8b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525034925061193c915050565b50600390960195909555509293505050509392505050565b610ac661159e565b610ada8383610ad48661081d565b846119f9565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff81169291829182916000805160206131cd83398151915291610b6990660100000000000090046001600160701b0316611c84565b979a9199509750945050505050565b610b8061159e565b61089b8282611ca7565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131cd8339815191529065ffffffffffff16610bd981611d60565b610be35780610be6565b60005b949350505050565b6001600160a01b03811660009081526000805160206131cd83398151915260208190526040822060010154610882906001600160701b03166116c9565b610c3361159e565b61089b8282611d8f565b6001600160a01b03821660009081526000805160206131cd833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b610c9161159e565b67ffffffffffffffff83161580610cb1575067ffffffffffffffff838116145b15610cdb5760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610d17929190612fce565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610d7e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610da29190612fe2565b6001600160e01b03191614610dee576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024016109b8565b610816610dfd85838686610e14565b6117d5565b610e0a61159e565b61089b8282611e6a565b600084848484604051602001610e2d9493929190612fff565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff811115610e7857610e78613071565b604051908082528060200260200182016040528015610eab57816020015b6060815260200190600190039081610e965790505b50915060005b83811015610f2d57610f0830868684818110610ecf57610ecf612f72565b9050602002810190610ee19190613087565b85604051602001610ef4939291906130ce565b604051602081830303815290604052611fac565b838281518110610f1a57610f1a612f72565b6020908102919091010152600101610eb1565b505092915050565b600080610f71846001600160a01b031660009081526000805160206131cd8339815191526020526040902060010154600160701b900460ff1690565b15610f815750600090508061103a565b306001600160a01b03861603610ffc57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061103a565b60006110088585610c3d565b90506000806110178389611195565b915091508161102857600080611032565b63ffffffff811615815b945094505050505b935093915050565b61104a61159e565b6110548282612022565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff166000811580156110a45750825b905060008267ffffffffffffffff1660011480156110c15750303b155b9050811580156110cf575080155b15611106576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561113a57845468ff00000000000000001916680100000000000000001785555b61114386612136565b831561091757845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60008067fffffffffffffffe1967ffffffffffffffff8516016111be575060019050600061120c565b6000806111cb8686610ae0565b5050915091508165ffffffffffff1660001415801561120157506111ed61214a565b65ffffffffffff168265ffffffffffff1611155b9350915061120c9050565b9250929050565b61121b61159e565b61089b828261215a565b60006000805160206131cd833981519152338261124286866117bd565b9050600061125289898989610e14565b600081815260028601602052604081205491925065ffffffffffff90911690036112925760405163060a299b60e41b8152600481018290526024016109b8565b826001600160a01b0316896001600160a01b0316146113475760006112b8600085611195565b50905060006112d36112cd6102408c87610c3d565b86611195565b509050811580156112e2575080155b15611344576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b0319851660648201526084016109b8565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b6000806000805160206131cd83398151915233826113cf828a8a8a61176a565b91505060008163ffffffff166113e361214a565b6113ed91906130f5565b905063ffffffff82161580611424575060008765ffffffffffff1611801561142457508065ffffffffffff168765ffffffffffff16105b1561143557828a6109668b8b6117bd565b61144f8765ffffffffffff168265ffffffffffff16612229565b965061145d838b8b8b610e14565b955061146886612239565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e604051611547959493929190613113565b60405180910390a35050505094509492505050565b6001600160a01b038116331461104a576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b336000806115ad8382366122ce565b9150915081611054578063ffffffff166000036116235760006115d0813661241a565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff8216602482015290925060440190506109b8565b610ada610dfd8430600036610e14565b60006000805160206131cd8339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b6000806116de836001600160701b0316611c84565b5090949350505050565b6001600160a01b03821660008181526000805160206131cd833981519152602081815260409283902060010180546eff00000000000000000000000000001916600160701b8715159081029190911790915592519283529092917f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb1389101610d17565b600080306001600160a01b03861603611791576117888685856122ce565b915091506117b4565b600483106117ad576117a8868661069987876117bd565b611788565b5060009050805b94509492505050565b60006117cc6004828486613047565b6108829161315e565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131cd8339815191529065ffffffffffff8116906601000000000000900463ffffffff168184036118505760405163060a299b60e41b8152600481018690526024016109b8565b61185861214a565b65ffffffffffff168265ffffffffffff1611156118a4576040517f18cb6b7a000000000000000000000000000000000000000000000000000000008152600481018690526024016109b8565b6118ad82611d60565b156118e7576040517f78a5d6e4000000000000000000000000000000000000000000000000000000008152600481018690526024016109b8565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b606081471015611981576040517fcf479181000000000000000000000000000000000000000000000000000000008152476004820152602481018390526044016109b8565b600080856001600160a01b0316848660405161199d9190613194565b60006040518083038185875af1925050503d80600081146119da576040519150601f19603f3d011682016040523d82523d6000602084013e6119df565b606091505b50915091506119ef868383612725565b9695505050505050565b60006000805160206131cd83398151915267ffffffffffffffff861667fffffffffffffffe1901611a495760405163061c6a4360e21b815267ffffffffffffffff871660048201526024016109b8565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611b51578563ffffffff16611a9861214a565b611aa291906130f5565b905060405180604001604052808265ffffffffffff168152602001611ad08763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611c14565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611ba19166010000000000009091046001600160701b031690879061279a565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611c9a84611c9561214a565b612844565b9250925092509193909250565b6000805160206131cd83398151915267ffffffffffffffff83161580611cd6575067ffffffffffffffff838116145b15611d005760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611d6a61214a565b65ffffffffffff16611d7f62093a80846130f5565b65ffffffffffff16111592915050565b6000805160206131cd83398151915267ffffffffffffffff83161580611dbe575067ffffffffffffffff838116145b15611de85760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff1668010000000000000000958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b6000805160206131cd83398151915267ffffffffffffffff831667fffffffffffffffe1901611eb85760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109b8565b67ffffffffffffffff831660009081526001828101602052604082200154611ef490600160801b90046001600160701b0316846206978061279a565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b4890611f9e908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051611fc99190613194565b600060405180830381855af49150503d8060008114612004576040519150601f19603f3d011682016040523d82523d6000602084013e612009565b606091505b5091509150612019858383612725565b95945050505050565b60006000805160206131cd83398151915267ffffffffffffffff841667fffffffffffffffe19016120725760405163061c6a4360e21b815267ffffffffffffffff851660048201526024016109b8565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff1690036120ba576000915050610c83565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b61213e612891565b612147816128fa565b50565b600061215542612953565b905090565b6001600160a01b03821660009081526000805160206131cd8339815191526020819052604082206001015490919061219f906001600160701b0316846206978061279a565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c9101611f9e565b6000828218828411028218610882565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206131cd8339815191529065ffffffffffff168015801590612294575061229281611d60565b155b15611054576040517f813e9459000000000000000000000000000000000000000000000000000000008152600481018490526024016109b8565b60008060048310156122e55750600090508061103a565b306001600160a01b0386160361236857610ff13061230386866117bd565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b6000806000612377878761241a565b925092509250821580156123b157503060009081526000805160206131cd8339815191526020526040902060010154600160701b900460ff165b156123c5576000809450945050505061103a565b6000806123d2848b611195565b91509150816123ec5760008096509650505050505061103a565b6124028363ffffffff168263ffffffff16612229565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156124355750600091508190508061271e565b600061244186866117bd565b90506001600160e01b031981167f853551b80000000000000000000000000000000000000000000000000000000014806124a457506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b806124d857506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b8061250c57506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b8061254057506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b156125565760016000809350935093505061271e565b6001600160e01b031981167f18ff183c0000000000000000000000000000000000000000000000000000000014806125b757506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b806125eb57506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b1561262d57600061260060246004888a613047565b81019061260d9190612ca2565b9050600061261a82610bee565b6001965060009550935061271e92505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061268e57506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156127085760006126a360246004888a613047565b8101906126b09190612ac3565b905060016126f98267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b6000945094509450505061271e565b60006127143083610c3d565b6000935093509350505b9250925092565b60608261273a57612735826129a3565b610882565b815115801561275157506001600160a01b0384163b155b15612793576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b03851660048201526024016109b8565b5080610882565b60008060006127b1866001600160701b03166116c9565b905060006127ee8563ffffffff168763ffffffff168463ffffffff16116127d95760006127e3565b6127e388856131b0565b63ffffffff16612229565b90508063ffffffff166127ff61214a565b61280991906130f5565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b69ffffffffffffffffffff602083901c166001600160701b03831665ffffffffffff604085901c811690841681111561287f57828282612884565b816000805b9250925092509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff166128f8576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b612902612891565b6001600160a01b038116612945576040517f0813ada2000000000000000000000000000000000000000000000000000000008152600060048201526024016109b8565b61089b6000826000806119f9565b600065ffffffffffff82111561299f576040517f6dfcc65000000000000000000000000000000000000000000000000000000000815260306004820152602481018390526044016109b8565b5090565b8051156129b35780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116811461214757600080fd5b60008083601f840112612a0c57600080fd5b50813567ffffffffffffffff811115612a2457600080fd5b6020830191508360208260051b850101111561120c57600080fd5b803567ffffffffffffffff81168114612a5757600080fd5b919050565b60008060008060608587031215612a7257600080fd5b8435612a7d816129e5565b9350602085013567ffffffffffffffff811115612a9957600080fd5b612aa5878288016129fa565b9094509250612ab8905060408601612a3f565b905092959194509250565b600060208284031215612ad557600080fd5b61088282612a3f565b60008060408385031215612af157600080fd5b8235612afc816129e5565b915060208301358015158114612b1157600080fd5b809150509250929050565b60008060408385031215612b2f57600080fd5b8235612b3a816129e5565b91506020830135612b11816129e5565b60008083601f840112612b5c57600080fd5b50813567ffffffffffffffff811115612b7457600080fd5b60208301915083602082850101111561120c57600080fd5b600080600060408486031215612ba157600080fd5b8335612bac816129e5565b9250602084013567ffffffffffffffff811115612bc857600080fd5b612bd486828701612b4a565b9497909650939450505050565b803563ffffffff81168114612a5757600080fd5b600080600060608486031215612c0a57600080fd5b612c1384612a3f565b92506020840135612c23816129e5565b9150612c3160408501612be1565b90509250925092565b60008060408385031215612c4d57600080fd5b612b3a83612a3f565b60008060408385031215612c6957600080fd5b612c7283612a3f565b9150612c8060208401612a3f565b90509250929050565b600060208284031215612c9b57600080fd5b5035919050565b600060208284031215612cb457600080fd5b8135610882816129e5565b6001600160e01b03198116811461214757600080fd5b60008060408385031215612ce857600080fd5b8235612cf3816129e5565b91506020830135612b1181612cbf565b600080600060408486031215612d1857600080fd5b612bac84612a3f565b60008060408385031215612d3457600080fd5b612d3d83612a3f565b9150612c8060208401612be1565b60008060008060608587031215612d6157600080fd5b8435612d6c816129e5565b93506020850135612d7c816129e5565b9250604085013567ffffffffffffffff811115612d9857600080fd5b612da487828801612b4a565b95989497509550505050565b60008060208385031215612dc357600080fd5b823567ffffffffffffffff811115612dda57600080fd5b612de6858286016129fa565b90969095509350505050565b60005b83811015612e0d578181015183820152602001612df5565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015612e8a57603f1987860301845281518051808752612e67816020890160208501612df2565b601f01601f19169590950160209081019550938401939190910190600101612e3e565b50929695505050505050565b600080600060608486031215612eab57600080fd5b8335612eb6816129e5565b92506020840135612ec6816129e5565b91506040840135612ed681612cbf565b809150509250925092565b60008060408385031215612ef457600080fd5b8235612d3d816129e5565b60008060008060608587031215612f1557600080fd5b8435612f20816129e5565b9350602085013567ffffffffffffffff811115612f3c57600080fd5b612f4887828801612b4a565b909450925050604085013565ffffffffffff81168114612f6757600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b600060208284031215612f9a57600080fd5b813561088281612cbf565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610be6602083018486612fa5565b600060208284031215612ff457600080fd5b815161088281612cbf565b6001600160a01b03851681526001600160a01b03841660208201526060604082015260006119ef606083018486612fa5565b634e487b7160e01b600052601160045260246000fd5b6000808585111561305757600080fd5b8386111561306457600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e1984360301811261309e57600080fd5b83018035915067ffffffffffffffff8211156130b957600080fd5b60200191503681900382131561120c57600080fd5b8284823760008382016000815283516130eb818360208801612df2565b0195945050505050565b65ffffffffffff8181168382160190811115610c8357610c83613031565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b0384166040820152608060608201526000613153608083018486612fa5565b979650505050505050565b80356001600160e01b0319811690600484101561318d576001600160e01b0319808560040360031b1b82161691505b5092915050565b600082516131a6818460208701612df2565b9190910192915050565b63ffffffff8281168282160390811115610c8357610c8361303156fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a264697066735822122065619a47eb664643a4ce521f2c7328138f325724c75f248263988401a189742c64736f6c634300081a0033", + "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 0xB7009613 GT PUSH2 0xB0 JUMPI DUP1 PUSH4 0xD1F856EE GT PUSH2 0x7F JUMPI DUP1 PUSH4 0xD6BB62C6 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xD6BB62C6 EQ PUSH2 0x750 JUMPI DUP1 PUSH4 0xF801A698 EQ PUSH2 0x770 JUMPI DUP1 PUSH4 0xFE0776F5 EQ PUSH2 0x7AA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD1F856EE EQ PUSH2 0x710 JUMPI DUP1 PUSH4 0xD22B5989 EQ PUSH2 0x730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB7009613 EQ PUSH2 0x67E JUMPI DUP1 PUSH4 0xB7D2B162 EQ PUSH2 0x6BA JUMPI DUP1 PUSH4 0xC4D66DE8 EQ PUSH2 0x6DA JUMPI DUP1 PUSH4 0xCC1B6C81 EQ PUSH2 0x6FA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xA166AA89 GT PUSH2 0xEC JUMPI DUP1 PUSH4 0xA166AA89 EQ PUSH2 0x5A3 JUMPI DUP1 PUSH4 0xA64D95CE EQ PUSH2 0x603 JUMPI DUP1 PUSH4 0xABD9BD2A EQ PUSH2 0x623 JUMPI DUP1 PUSH4 0xAC9650D8 EQ PUSH2 0x651 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x6D5115BD EQ PUSH2 0x52E JUMPI DUP1 PUSH4 0x75B238FC EQ PUSH2 0x54E JUMPI DUP1 PUSH4 0x853551B8 EQ PUSH2 0x563 JUMPI DUP1 PUSH4 0x94C7D7EE EQ PUSH2 0x583 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 0x2A5C JUMP JUMPDEST PUSH2 0x7CA JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x231 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH2 0x240 CALLDATASIZE PUSH1 0x4 PUSH2 0x2AC3 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 0x2AC3 JUMP JUMPDEST PUSH2 0x81D 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 0x2ADE JUMP JUMPDEST PUSH2 0x889 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x30C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x31B CALLDATASIZE PUSH1 0x4 PUSH2 0x2B1C JUMP JUMPDEST PUSH2 0x89F JUMP JUMPDEST PUSH2 0x2CB PUSH2 0x32E CALLDATASIZE PUSH1 0x4 PUSH2 0x2B8C JUMP JUMPDEST PUSH2 0x91F JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x33F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x34E CALLDATASIZE PUSH1 0x4 PUSH2 0x2BF5 JUMP JUMPDEST PUSH2 0xABE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x35F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x373 PUSH2 0x36E CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0xAE0 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 0x2C56 JUMP JUMPDEST PUSH2 0xB78 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3D9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3ED PUSH2 0x3E8 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C89 JUMP JUMPDEST PUSH2 0xB8A 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 0x2C89 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 0x2CA2 JUMP JUMPDEST PUSH2 0xBEE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x4CD CALLDATASIZE PUSH1 0x4 PUSH2 0x2C56 JUMP JUMPDEST PUSH2 0xC2B JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4DE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH2 0x4ED CALLDATASIZE PUSH1 0x4 PUSH2 0x2AC3 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 0x2CD5 JUMP JUMPDEST PUSH2 0xC3D 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 0x57E CALLDATASIZE PUSH1 0x4 PUSH2 0x2D03 JUMP JUMPDEST PUSH2 0xC89 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x58F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x59E CALLDATASIZE PUSH1 0x4 PUSH2 0x2B8C JUMP JUMPDEST PUSH2 0xD24 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5AF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x5F3 PUSH2 0x5BE CALLDATASIZE PUSH1 0x4 PUSH2 0x2CA2 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0x60F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x61E CALLDATASIZE PUSH1 0x4 PUSH2 0x2D21 JUMP JUMPDEST PUSH2 0xE02 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x62F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x643 PUSH2 0x63E CALLDATASIZE PUSH1 0x4 PUSH2 0x2D4B JUMP JUMPDEST PUSH2 0xE14 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x65D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x671 PUSH2 0x66C CALLDATASIZE PUSH1 0x4 PUSH2 0x2DB0 JUMP JUMPDEST PUSH2 0xE4D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2A2 SWAP2 SWAP1 PUSH2 0x2E16 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x68A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x69E PUSH2 0x699 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E96 JUMP JUMPDEST PUSH2 0xF35 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 0x6C6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x6D5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0x1042 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6E6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x6F5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CA2 JUMP JUMPDEST PUSH2 0x1059 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x706 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x69780 PUSH2 0x2CB JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x71C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x69E PUSH2 0x72B CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0x1195 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x73C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x74B CALLDATASIZE PUSH1 0x4 PUSH2 0x2EE1 JUMP JUMPDEST PUSH2 0x1213 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x75C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2CB PUSH2 0x76B CALLDATASIZE PUSH1 0x4 PUSH2 0x2D4B JUMP JUMPDEST PUSH2 0x1225 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x77C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x790 PUSH2 0x78B CALLDATASIZE PUSH1 0x4 PUSH2 0x2EFF JUMP JUMPDEST PUSH2 0x13AF 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 0x7B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x7C5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C3A JUMP JUMPDEST PUSH2 0x155C JUMP JUMPDEST PUSH2 0x7D2 PUSH2 0x159E JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x816 JUMPI PUSH2 0x80E DUP6 DUP6 DUP6 DUP5 DUP2 DUP2 LT PUSH2 0x7F3 JUMPI PUSH2 0x7F3 PUSH2 0x2F72 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD PUSH1 0x20 DUP2 ADD SWAP1 PUSH2 0x808 SWAP2 SWAP1 PUSH2 0x2F88 JUMP JUMPDEST DUP5 PUSH2 0x1633 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x7D5 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH2 0x882 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16C9 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x891 PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x16E8 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH2 0x8A7 PUSH2 0x159E 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 0x903 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x917 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 DUP1 PUSH2 0x93F DUP4 DUP10 DUP10 DUP10 PUSH2 0x176A JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x955 JUMPI POP PUSH4 0xFFFFFFFF DUP2 AND ISZERO JUMPDEST ISZERO PUSH2 0x9C1 JUMPI DUP3 DUP9 PUSH2 0x966 DUP10 DUP10 PUSH2 0x17BD 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 0x9CF DUP5 DUP11 DUP11 DUP11 PUSH2 0xE14 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH4 0xFFFFFFFF DUP4 AND ISZERO ISZERO DUP1 PUSH2 0x9F6 JUMPI POP PUSH2 0x9EB DUP3 PUSH2 0xB8A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND ISZERO ISZERO JUMPDEST ISZERO PUSH2 0xA07 JUMPI PUSH2 0xA04 DUP3 PUSH2 0x17D5 JUMP JUMPDEST SWAP1 POP JUMPDEST PUSH1 0x3 DUP7 ADD SLOAD PUSH2 0xA5C DUP12 PUSH2 0xA1A DUP13 DUP13 PUSH2 0x17BD 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 0xAA6 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 0x193C 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 0xAC6 PUSH2 0x159E JUMP JUMPDEST PUSH2 0xADA DUP4 DUP4 PUSH2 0xAD4 DUP7 PUSH2 0x81D JUMP JUMPDEST DUP5 PUSH2 0x19F9 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP2 PUSH2 0xB69 SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1C84 JUMP JUMPDEST SWAP8 SWAP11 SWAP2 SWAP10 POP SWAP8 POP SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xB80 PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x1CA7 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0xBD9 DUP2 PUSH2 0x1D60 JUMP JUMPDEST PUSH2 0xBE3 JUMPI DUP1 PUSH2 0xBE6 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH2 0x882 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16C9 JUMP JUMPDEST PUSH2 0xC33 PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x1D8F JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0xC91 PUSH2 0x159E JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0xCB1 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0xCDB JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH32 0x1256F5B5ECB89CAEC12DB449738F2FBCD1BA5806CF38F35413F4E5C15BF6A450 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0xD17 SWAP3 SWAP2 SWAP1 PUSH2 0x2FCE 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 0xD7E 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 0xDA2 SWAP2 SWAP1 PUSH2 0x2FE2 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND EQ PUSH2 0xDEE 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 0x9B8 JUMP JUMPDEST PUSH2 0x816 PUSH2 0xDFD DUP6 DUP4 DUP7 DUP7 PUSH2 0xE14 JUMP JUMPDEST PUSH2 0x17D5 JUMP JUMPDEST PUSH2 0xE0A PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x1E6A JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 DUP5 DUP5 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xE2D SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2FFF 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 0xE78 JUMPI PUSH2 0xE78 PUSH2 0x3071 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0xEAB JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0xE96 JUMPI SWAP1 POP JUMPDEST POP SWAP2 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xF2D JUMPI PUSH2 0xF08 ADDRESS DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0xECF JUMPI PUSH2 0xECF PUSH2 0x2F72 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xEE1 SWAP2 SWAP1 PUSH2 0x3087 JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xEF4 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x30CE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x1FAC JUMP JUMPDEST DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0xF1A JUMPI PUSH2 0xF1A PUSH2 0x2F72 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0xEB1 JUMP JUMPDEST POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0xF71 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0xF81 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x103A JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0xFFC 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 0x103A JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1008 DUP6 DUP6 PUSH2 0xC3D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 PUSH2 0x1017 DUP4 DUP10 PUSH2 0x1195 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1028 JUMPI PUSH1 0x0 DUP1 PUSH2 0x1032 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 0x104A PUSH2 0x159E JUMP JUMPDEST PUSH2 0x1054 DUP3 DUP3 PUSH2 0x2022 JUMP JUMPDEST POP 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 0x10A4 JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0x10C1 JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x10CF JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x1106 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 0x113A JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH9 0x10000000000000000 OR DUP6 SSTORE JUMPDEST PUSH2 0x1143 DUP7 PUSH2 0x2136 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x917 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 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH8 0xFFFFFFFFFFFFFFFE NOT PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND ADD PUSH2 0x11BE JUMPI POP PUSH1 0x1 SWAP1 POP PUSH1 0x0 PUSH2 0x120C JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x11CB DUP7 DUP7 PUSH2 0xAE0 JUMP JUMPDEST POP POP SWAP2 POP SWAP2 POP DUP2 PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x0 EQ ISZERO DUP1 ISZERO PUSH2 0x1201 JUMPI POP PUSH2 0x11ED PUSH2 0x214A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO JUMPDEST SWAP4 POP SWAP2 POP PUSH2 0x120C SWAP1 POP JUMP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x121B PUSH2 0x159E JUMP JUMPDEST PUSH2 0x89B DUP3 DUP3 PUSH2 0x215A JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x1242 DUP7 DUP7 PUSH2 0x17BD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x1252 DUP10 DUP10 DUP10 DUP10 PUSH2 0xE14 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 0x1292 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x1347 JUMPI PUSH1 0x0 PUSH2 0x12B8 PUSH1 0x0 DUP6 PUSH2 0x1195 JUMP JUMPDEST POP SWAP1 POP PUSH1 0x0 PUSH2 0x12D3 PUSH2 0x12CD PUSH2 0x240 DUP13 DUP8 PUSH2 0xC3D JUMP JUMPDEST DUP7 PUSH2 0x1195 JUMP JUMPDEST POP SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x12E2 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x1344 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 0x9B8 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x13CF DUP3 DUP11 DUP11 DUP11 PUSH2 0x176A JUMP JUMPDEST SWAP2 POP POP PUSH1 0x0 DUP2 PUSH4 0xFFFFFFFF AND PUSH2 0x13E3 PUSH2 0x214A JUMP JUMPDEST PUSH2 0x13ED SWAP2 SWAP1 PUSH2 0x30F5 JUMP JUMPDEST SWAP1 POP PUSH4 0xFFFFFFFF DUP3 AND ISZERO DUP1 PUSH2 0x1424 JUMPI POP PUSH1 0x0 DUP8 PUSH6 0xFFFFFFFFFFFF AND GT DUP1 ISZERO PUSH2 0x1424 JUMPI POP DUP1 PUSH6 0xFFFFFFFFFFFF AND DUP8 PUSH6 0xFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0x1435 JUMPI DUP3 DUP11 PUSH2 0x966 DUP12 DUP12 PUSH2 0x17BD JUMP JUMPDEST PUSH2 0x144F DUP8 PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x2229 JUMP JUMPDEST SWAP7 POP PUSH2 0x145D DUP4 DUP12 DUP12 DUP12 PUSH2 0xE14 JUMP JUMPDEST SWAP6 POP PUSH2 0x1468 DUP7 PUSH2 0x2239 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 0x1547 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3113 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 0x104A 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 0x15AD DUP4 DUP3 CALLDATASIZE PUSH2 0x22CE JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1054 JUMPI DUP1 PUSH4 0xFFFFFFFF AND PUSH1 0x0 SUB PUSH2 0x1623 JUMPI PUSH1 0x0 PUSH2 0x15D0 DUP2 CALLDATASIZE PUSH2 0x241A 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 0x9B8 JUMP JUMPDEST PUSH2 0xADA PUSH2 0xDFD DUP5 ADDRESS PUSH1 0x0 CALLDATASIZE PUSH2 0xE14 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 0x16DE DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1C84 JUMP JUMPDEST POP SWAP1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH15 0xFF0000000000000000000000000000 NOT AND PUSH1 0x1 PUSH1 0x70 SHL DUP8 ISZERO ISZERO SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 OR SWAP1 SWAP2 SSTORE SWAP3 MLOAD SWAP3 DUP4 MSTORE SWAP1 SWAP3 SWAP2 PUSH32 0x90D4E7BB7E5D933792B3562E1741306F8BE94837E1348DACEF9B6F1DF56EB138 SWAP2 ADD PUSH2 0xD17 JUMP JUMPDEST PUSH1 0x0 DUP1 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x1791 JUMPI PUSH2 0x1788 DUP7 DUP6 DUP6 PUSH2 0x22CE JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x17B4 JUMP JUMPDEST PUSH1 0x4 DUP4 LT PUSH2 0x17AD JUMPI PUSH2 0x17A8 DUP7 DUP7 PUSH2 0x699 DUP8 DUP8 PUSH2 0x17BD JUMP JUMPDEST PUSH2 0x1788 JUMP JUMPDEST POP PUSH1 0x0 SWAP1 POP DUP1 JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x17CC PUSH1 0x4 DUP3 DUP5 DUP7 PUSH2 0x3047 JUMP JUMPDEST PUSH2 0x882 SWAP2 PUSH2 0x315E JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 DUP5 SUB PUSH2 0x1850 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH2 0x1858 PUSH2 0x214A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO PUSH2 0x18A4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x18CB6B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH2 0x18AD DUP3 PUSH2 0x1D60 JUMP JUMPDEST ISZERO PUSH2 0x18E7 JUMPI PUSH1 0x40 MLOAD PUSH32 0x78A5D6E400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1981 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCF47918100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE SELFBALANCE PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x44 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 DUP7 PUSH1 0x40 MLOAD PUSH2 0x199D SWAP2 SWAP1 PUSH2 0x3194 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 0x19DA 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 0x19DF JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x19EF DUP7 DUP4 DUP4 PUSH2 0x2725 JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1A49 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1B51 JUMPI DUP6 PUSH4 0xFFFFFFFF AND PUSH2 0x1A98 PUSH2 0x214A JUMP JUMPDEST PUSH2 0x1AA2 SWAP2 SWAP1 PUSH2 0x30F5 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 0x1AD0 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 0x1C14 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 0x1BA1 SWAP2 PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND SWAP1 DUP8 SWAP1 PUSH2 0x279A 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 0x1C9A DUP5 PUSH2 0x1C95 PUSH2 0x214A JUMP JUMPDEST PUSH2 0x2844 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP2 SWAP4 SWAP1 SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1CD6 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1D00 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1D6A PUSH2 0x214A JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x1D7F PUSH3 0x93A80 DUP5 PUSH2 0x30F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND GT ISZERO SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1DBE JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1DE8 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1EB8 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x1EF4 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x279A 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 0x1F9E 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 0x1FC9 SWAP2 SWAP1 PUSH2 0x3194 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x2004 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 0x2009 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x2019 DUP6 DUP4 DUP4 PUSH2 0x2725 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2072 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 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 0x20BA JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0xC83 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 PUSH2 0x213E PUSH2 0x2891 JUMP JUMPDEST PUSH2 0x2147 DUP2 PUSH2 0x28FA JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2155 TIMESTAMP PUSH2 0x2953 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 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD SWAP1 SWAP2 SWAP1 PUSH2 0x219F SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x279A 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 0x1F9E JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 XOR DUP3 DUP5 GT MUL DUP3 XOR PUSH2 0x882 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x2294 JUMPI POP PUSH2 0x2292 DUP2 PUSH2 0x1D60 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x1054 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813E945900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x4 DUP4 LT ISZERO PUSH2 0x22E5 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x103A JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x2368 JUMPI PUSH2 0xFF1 ADDRESS PUSH2 0x2303 DUP7 DUP7 PUSH2 0x17BD 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 0x2377 DUP8 DUP8 PUSH2 0x241A JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP DUP3 ISZERO DUP1 ISZERO PUSH2 0x23B1 JUMPI POP ADDRESS PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31CD 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 JUMPDEST ISZERO PUSH2 0x23C5 JUMPI PUSH1 0x0 DUP1 SWAP5 POP SWAP5 POP POP POP POP PUSH2 0x103A JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x23D2 DUP5 DUP12 PUSH2 0x1195 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x23EC JUMPI PUSH1 0x0 DUP1 SWAP7 POP SWAP7 POP POP POP POP POP POP PUSH2 0x103A JUMP JUMPDEST PUSH2 0x2402 DUP4 PUSH4 0xFFFFFFFF AND DUP3 PUSH4 0xFFFFFFFF AND PUSH2 0x2229 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 0x2435 JUMPI POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP DUP1 PUSH2 0x271E JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2441 DUP7 DUP7 PUSH2 0x17BD JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x853551B800000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x24A4 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x30CAE18700000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x24D8 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x5296295200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x250C JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xA64D95CE00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2540 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xD22B598900000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2556 JUMPI PUSH1 0x1 PUSH1 0x0 DUP1 SWAP4 POP SWAP4 POP SWAP4 POP POP PUSH2 0x271E JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x18FF183C00000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x25B7 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x167BD39500000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x25EB JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x8D6122D00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x262D JUMPI PUSH1 0x0 PUSH2 0x2600 PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x3047 JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x260D SWAP2 SWAP1 PUSH2 0x2CA2 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x261A DUP3 PUSH2 0xBEE JUMP JUMPDEST PUSH1 0x1 SWAP7 POP PUSH1 0x0 SWAP6 POP SWAP4 POP PUSH2 0x271E SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x25C471A000000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x268E JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xB7D2B16200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2708 JUMPI PUSH1 0x0 PUSH2 0x26A3 PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x3047 JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x26B0 SWAP2 SWAP1 PUSH2 0x2AC3 JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH2 0x26F9 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 0x271E JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2714 ADDRESS DUP4 PUSH2 0xC3D JUMP JUMPDEST PUSH1 0x0 SWAP4 POP SWAP4 POP SWAP4 POP POP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x60 DUP3 PUSH2 0x273A JUMPI PUSH2 0x2735 DUP3 PUSH2 0x29A3 JUMP JUMPDEST PUSH2 0x882 JUMP JUMPDEST DUP2 MLOAD ISZERO DUP1 ISZERO PUSH2 0x2751 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND EXTCODESIZE ISZERO JUMPDEST ISZERO PUSH2 0x2793 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 0x9B8 JUMP JUMPDEST POP DUP1 PUSH2 0x882 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x27B1 DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16C9 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x27EE DUP6 PUSH4 0xFFFFFFFF AND DUP8 PUSH4 0xFFFFFFFF AND DUP5 PUSH4 0xFFFFFFFF AND GT PUSH2 0x27D9 JUMPI PUSH1 0x0 PUSH2 0x27E3 JUMP JUMPDEST PUSH2 0x27E3 DUP9 DUP6 PUSH2 0x31B0 JUMP JUMPDEST PUSH4 0xFFFFFFFF AND PUSH2 0x2229 JUMP JUMPDEST SWAP1 POP DUP1 PUSH4 0xFFFFFFFF AND PUSH2 0x27FF PUSH2 0x214A JUMP JUMPDEST PUSH2 0x2809 SWAP2 SWAP1 PUSH2 0x30F5 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 PUSH10 0xFFFFFFFFFFFFFFFFFFFF PUSH1 0x20 DUP4 SWAP1 SHR AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB DUP4 AND PUSH6 0xFFFFFFFFFFFF PUSH1 0x40 DUP6 SWAP1 SHR DUP2 AND SWAP1 DUP5 AND DUP2 GT ISZERO PUSH2 0x287F JUMPI DUP3 DUP3 DUP3 PUSH2 0x2884 JUMP JUMPDEST DUP2 PUSH1 0x0 DUP1 JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 SLOAD PUSH9 0x10000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x28F8 JUMPI PUSH1 0x40 MLOAD PUSH32 0xD7E6BCF800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2902 PUSH2 0x2891 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2945 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813ADA200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x0 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9B8 JUMP JUMPDEST PUSH2 0x89B PUSH1 0x0 DUP3 PUSH1 0x0 DUP1 PUSH2 0x19F9 JUMP JUMPDEST PUSH1 0x0 PUSH6 0xFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x299F 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 0x9B8 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST DUP1 MLOAD ISZERO PUSH2 0x29B3 JUMPI DUP1 MLOAD DUP1 DUP3 PUSH1 0x20 ADD REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xD6BDA27500000000000000000000000000000000000000000000000000000000 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 0x2147 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2A0C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2A24 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 0x120C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2A57 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 0x2A72 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2A7D DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2A99 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2AA5 DUP8 DUP3 DUP9 ADD PUSH2 0x29FA JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0x2AB8 SWAP1 POP PUSH1 0x40 DUP7 ADD PUSH2 0x2A3F JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2AD5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x882 DUP3 PUSH2 0x2A3F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2AF1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2AFC DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x2B11 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 0x2B2F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2B3A DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2B11 DUP2 PUSH2 0x29E5 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2B5C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2B74 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x120C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2BA1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2BAC DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BC8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2BD4 DUP7 DUP3 DUP8 ADD PUSH2 0x2B4A JUMP JUMPDEST SWAP5 SWAP8 SWAP1 SWAP7 POP SWAP4 SWAP5 POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2A57 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2C0A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C13 DUP5 PUSH2 0x2A3F JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2C23 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2C31 PUSH1 0x40 DUP6 ADD PUSH2 0x2BE1 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C4D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2B3A DUP4 PUSH2 0x2A3F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C69 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C72 DUP4 PUSH2 0x2A3F JUMP JUMPDEST SWAP2 POP PUSH2 0x2C80 PUSH1 0x20 DUP5 ADD PUSH2 0x2A3F JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2C9B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CB4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x882 DUP2 PUSH2 0x29E5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND DUP2 EQ PUSH2 0x2147 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2CE8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CF3 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2B11 DUP2 PUSH2 0x2CBF JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2D18 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2BAC DUP5 PUSH2 0x2A3F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2D34 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D3D DUP4 PUSH2 0x2A3F JUMP JUMPDEST SWAP2 POP PUSH2 0x2C80 PUSH1 0x20 DUP5 ADD PUSH2 0x2BE1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2D61 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2D6C DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH2 0x2D7C DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D98 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DA4 DUP8 DUP3 DUP9 ADD PUSH2 0x2B4A 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 0x2DC3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2DDA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DE6 DUP6 DUP3 DUP7 ADD PUSH2 0x29FA JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2E0D JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x2DF5 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 0x2E8A JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP1 DUP8 MSTORE PUSH2 0x2E67 DUP2 PUSH1 0x20 DUP10 ADD PUSH1 0x20 DUP6 ADD PUSH2 0x2DF2 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 0x2E3E 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 0x2EAB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2EB6 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2EC6 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x2ED6 DUP2 PUSH2 0x2CBF JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EF4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2D3D DUP2 PUSH2 0x29E5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2F15 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2F20 DUP2 PUSH2 0x29E5 JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F3C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F48 DUP8 DUP3 DUP9 ADD PUSH2 0x2B4A JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2F67 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 0x2F9A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x882 DUP2 PUSH2 0x2CBF 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 0xBE6 PUSH1 0x20 DUP4 ADD DUP5 DUP7 PUSH2 0x2FA5 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2FF4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x882 DUP2 PUSH2 0x2CBF 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 0x19EF PUSH1 0x60 DUP4 ADD DUP5 DUP7 PUSH2 0x2FA5 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 0x3057 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x3064 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 0x309E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x30B9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x120C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 DUP5 DUP3 CALLDATACOPY PUSH1 0x0 DUP4 DUP3 ADD PUSH1 0x0 DUP2 MSTORE DUP4 MLOAD PUSH2 0x30EB DUP2 DUP4 PUSH1 0x20 DUP9 ADD PUSH2 0x2DF2 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 0xC83 JUMPI PUSH2 0xC83 PUSH2 0x3031 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 0x3153 PUSH1 0x80 DUP4 ADD DUP5 DUP7 PUSH2 0x2FA5 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 0x318D 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 0x31A6 DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x2DF2 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 0xC83 JUMPI PUSH2 0xC83 PUSH2 0x3031 JUMP INVALID BLOCKHASH 0xC6 0xC8 0xC2 DUP8 DUP10 DUP6 EXTCODECOPY PUSH31 0xFD823AB20824BBD71718A8A5915E855F6F288C9A26AD00A264697066735822 SLT KECCAK256 PUSH6 0x619A47EB6646 NUMBER LOG4 0xCE MSTORE 0x1F 0x2C PUSH20 0x28138F325724C75F248263988401A189742C6473 PUSH16 0x6C634300081A00330000000000000000 ", + "sourceMap": "3961:28723:12:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17159:291;;;;;;;;;;-1:-1:-1;17159:291:12;;;;;:::i;:::-;;:::i;:::-;;9966:195;;;;;;;;;;-1:-1:-1;9966:195:12;;;;;:::i;:::-;10129:16;;;;10035:6;10129:16;;;:8;:16;;;;;:8;:25;;;;;;;9966:195;;;;1730:18:46;1718:31;;;1700:50;;1688:2;1673:18;9966:195:12;;;;;;;;10202:205;;;;;;;;;;-1:-1:-1;10202:205:12;;;;;:::i;:::-;;:::i;:::-;;;1935:10:46;1923:23;;;1905:42;;1893:2;1878:18;10202:205:12;1761:192:46;18772:133:12;;;;;;;;;;-1:-1:-1;18772:133:12;;;;;:::i;:::-;;:::i;26523:159::-;;;;;;;;;;-1:-1:-1;26523:159:12;;;;;:::i;:::-;;:::i;22245:1313::-;;;;;;:::i;:::-;;:::i;11843:191::-;;;;;;;;;;-1:-1:-1;11843:191:12;;;;;:::i;:::-;;:::i;10448:479::-;;;;;;;;;;-1:-1:-1;10448:479:12;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;4814:14:46;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;12531:126:12;;;;;;;;;;-1:-1:-1;12531:126:12;;;;;:::i;:::-;;:::i;19471:255::-;;;;;;;;;;-1:-1:-1;19471:255:12;;;;;:::i;:::-;;:::i;:::-;;;5645:14:46;5633:27;;;5615:46;;5603:2;5588:18;19471:255:12;5471:196:46;5865:53:12;;;;;;;;;;;;5902:16;5865:53;;19767:182;;;;;;;;;;-1:-1:-1;19767:182:12;;;;;:::i;:::-;19826:6;19920:16;;;:12;:16;;;;;:22;;;;;;;19767:182;8714:90;;;;;;;;;;-1:-1:-1;8790:7:12;8714:90;;9485:210;;;;;;;;;;-1:-1:-1;9485:210:12;;;;;:::i;:::-;;:::i;12698:138::-;;;;;;;;;;-1:-1:-1;12698:138:12;;;;;:::i;:::-;;:::i;9736:189::-;;;;;;;;;;-1:-1:-1;9736:189:12;;;;;:::i;:::-;9896:16;;;;9802:6;9896:16;;;:8;:16;;;;;:8;:22;;;;9736:189;9209:235;;;;;;;;;;-1:-1:-1;9209:235:12;;;;;:::i;:::-;;:::i;5684:52::-;;;;;;;;;;;;5720:16;5684:52;;11546:256;;;;;;;;;;-1:-1:-1;11546:256:12;;;;;:::i;:::-;;:::i;24823:376::-;;;;;;;;;;-1:-1:-1;24823:376:12;;;;;:::i;:::-;;:::i;8975:193::-;;;;;;;;;;-1:-1:-1;8975:193:12;;;;;:::i;:::-;-1:-1:-1;;;;;9136:18:12;9044:4;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:12;;;;;:25;;;-1:-1:-1;;;9136:25:12;;;;;8975:193;;;;7149:14:46;;7142:22;7124:41;;7112:2;7097:18;8975:193:12;6984:187:46;12877:134:12;;;;;;;;;;-1:-1:-1;12877:134:12;;;;;:::i;:::-;;:::i;26181:181::-;;;;;;;;;;-1:-1:-1;26181:181:12;;;;;:::i;:::-;;:::i;:::-;;;8273:25:46;;;8261:2;8246:18;26181:181:12;8127:177:46;1502:484:15;;;;;;;;;;-1:-1:-1;1502:484:15;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;7871:802:12:-;;;;;;;;;;-1:-1:-1;7871:802:12;;;;;:::i;:::-;;:::i;:::-;;;;10735:14:46;;10728:22;10710:41;;10799:10;10787:23;;;10782:2;10767:18;;10760:51;10683:18;7871:802:12;10544:273:46;12075:127:12;;;;;;;;;;-1:-1:-1;12075:127:12;;;;;:::i;:::-;;:::i;7103:120::-;;;;;;;;;;-1:-1:-1;7103:120:12;;;;;:::i;:::-;;:::i;8845:89::-;;;;;;;;;;-1:-1:-1;8921:6:12;8845:89;;10968:418;;;;;;;;;;-1:-1:-1;10968:418:12;;;;;:::i;:::-;;:::i;17949:147::-;;;;;;;;;;-1:-1:-1;17949:147:12;;;;;:::i;:::-;;:::i;23599:1183::-;;;;;;;;;;-1:-1:-1;23599:1183:12;;;;;:::i;:::-;;:::i;19990:1448::-;;;;;;;;;;-1:-1:-1;19990:1448:12;;;;;:::i;:::-;;:::i;:::-;;;;12043:25:46;;;12116:10;12104:23;;;12099:2;12084:18;;12077:51;12016:18;19990:1448:12;11871:263:46;12243:247:12;;;;;;;;;;-1:-1:-1;12243:247:12;;;;;:::i;:::-;;:::i;17159:291::-;7061:18;:16;:18::i;:::-;17325:9:::1;17320:124;17340:20:::0;;::::1;17320:124;;;17381:52;17404:6;17412:9;;17422:1;17412:12;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;17426:6;17381:22;:52::i;:::-;17362:3;;17320:124;;;;17159:291:::0;;;;:::o;10202:205::-;10367:16;;;10273:6;10367:16;;;:8;:16;;;;;:8;:27;;-1:-1:-1;;;;;;;;;;;6793:28:12;10367:33;;-1:-1:-1;;;10367:27:12;;-1:-1:-1;;;;;10367:27:12;:31;:33::i;:::-;10360:40;10202:205;-1:-1:-1;;;10202:205:12:o;18772:133::-;7061:18;:16;:18::i;:::-;18866:32:::1;18883:6;18891;18866:16;:32::i;:::-;18772:133:::0;;:::o;26523:159::-;7061:18;:16;:18::i;:::-;26626:49:::1;::::0;;;;-1:-1:-1;;;;;12742:55:46;;;26626:49:12::1;::::0;::::1;12724:74:46::0;26626:35:12;::::1;::::0;::::1;::::0;12697:18:46;;26626:49:12::1;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;26523:159:::0;;:::o;22245:1313::-;22331:6;-1:-1:-1;;;;;;;;;;;966:10:14;22331:6:12;;22573:38;966:10:14;22598:6:12;22606:4;;22573:16;:38::i;:::-;22538:73;;;;22672:9;22671:10;:26;;;;-1:-1:-1;22685:12:12;;;;22671:26;22667:131;;;22750:6;22758;22766:20;22781:4;;22766:14;:20::i;:::-;22720:67;;;;;-1:-1:-1;;;;;13027:55:46;;;22720:67:12;;;13009:74:46;13119:55;;;;13099:18;;;13092:83;-1:-1:-1;;;;;;13211:79:46;13191:18;;;13184:107;12982:18;;22720:67:12;;;;;;;;22667:131;22808:19;22830:35;22844:6;22852;22860:4;;22830:13;:35::i;:::-;22808:57;-1:-1:-1;22875:12:12;23067;;;;;;:45;;;23083:24;23095:11;23083;:24::i;:::-;:29;;;;23067:45;23063:116;;;23136:32;23156:11;23136:19;:32::i;:::-;23128:40;;23063:116;23271:14;;;;23312:46;23329:6;23337:20;23352:4;;23337:14;:20::i;:::-;32646:28;;;-1:-1:-1;;;;;19231:55:46;;;;32646:28:12;;;;19213:74:46;;;;-1:-1:-1;;;;;;19323:79:46;;;;19303:18;;;19296:107;32646:28:12;;;;;;;;;19186:18:46;;;;32646:28:12;;32636:39;;;;;;32529:153;23312:46;23295:1;:14;;:63;;;;23393:54;23423:6;23431:4;;23393:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;23437:9:12;;-1:-1:-1;23393:29:12;;-1:-1:-1;;23393:54:12:i;:::-;-1:-1:-1;23494:14:12;;;;:34;;;;-1:-1:-1;23546:5:12;;-1:-1:-1;;;;22245:1313:12;;;;;:::o;11843:191::-;7061:18;:16;:18::i;:::-;11957:70:::1;11968:6;11976:7;11985:25;12003:6;11985:17;:25::i;:::-;12012:14;11957:10;:70::i;:::-;;11843:191:::0;;;:::o;10448:479::-;10724:16;;;10550:12;10724:16;;;:8;:16;;;;;;;;-1:-1:-1;;;;;10724:33:12;;;;;;;;;10776:12;;;;;;10550;;;;;-1:-1:-1;;;;;;;;;;;6793:28:12;10837:22;;:12;;;-1:-1:-1;;;;;10837:12:12;:20;:22::i;:::-;10448:479;;10798:61;;-1:-1:-1;10798:61:12;-1:-1:-1;10448:479:12;-1:-1:-1;;;;;10448:479:12:o;12531:126::-;7061:18;:16;:18::i;:::-;12622:28:::1;12636:6;12644:5;12622:13;:28::i;19471:255::-:0;19533:6;19639:16;;;:12;:16;;;;;:26;-1:-1:-1;;;;;;;;;;;6793:28:12;19639:26;;19682:21;19639:26;19682:10;:21::i;:::-;:37;;19710:9;19682:37;;;19706:1;19682:37;19675:44;19471:255;-1:-1:-1;;;;19471:255:12:o;9485:210::-;-1:-1:-1;;;;;9653:18:12;;9559:6;9653:18;;;-1:-1:-1;;;;;;;;;;;9653:18:12;;;;;;;:29;;;:35;;-1:-1:-1;;;;;9653:29:12;:33;:35::i;12698:138::-;7061:18;:16;:18::i;:::-;12795:34:::1;12812:6;12820:8;12795:16;:34::i;9209:235::-:0;-1:-1:-1;;;;;9396:18:12;;9302:6;9396:18;;;-1:-1:-1;;;;;;;;;;;9396:18:12;;;;;;;;-1:-1:-1;;;;;;9396:41:12;;;;;;;;;;;;9209:235;;;;;:::o;11546:256::-;7061:18;:16;:18::i;:::-;11647:20:::1;::::0;::::1;::::0;;:45:::1;;-1:-1:-1::0;5902:16:12::1;11671:21:::0;;::::1;;11647:45;11643:114;;;11715:31;::::0;-1:-1:-1;;;11715:31:12;;1730:18:46;1718:31;;11715::12::1;::::0;::::1;1700:50:46::0;1673:18;;11715:31:12::1;1556:200:46::0;11643:114:12::1;11781:6;11771:24;;;11789:5;;11771:24;;;;;;;:::i;:::-;;;;;;;;11546:256:::0;;;:::o;24823:376::-;24956:47;;;25007:46;24956:47;;;;;966:10:14;;25007:46:12;966:10:14;;25007:46:12;;24956:47;;;;;;;;;;;;;;;966:10:14;24956:47:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;;24956:97:12;;24952:175;;25076:40;;;;;-1:-1:-1;;;;;12742:55:46;;25076:40:12;;;12724:74:46;12697:18;;25076:40:12;12578:226:46;24952:175:12;25136:56;25156:35;25170:6;25178;25186:4;;25156:13;:35::i;:::-;25136:19;:56::i;12877:134::-;7061:18;:16;:18::i;:::-;12972:32:::1;12987:6;12995:8;12972:14;:32::i;26181:181::-:0;26286:7;26333:6;26341;26349:4;;26322:32;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;26312:43;;;;;;26305:50;;26181: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;7871:802:12:-;7996:14;8012:12;8040:22;8055:6;-1:-1:-1;;;;;9136:18:12;9044:4;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:12;;;;;:25;;;-1:-1:-1;;;9136:25:12;;;;;8975:193;8040:22;8036:631;;;-1:-1:-1;8086:5:12;;-1:-1:-1;8086:5:12;8078:17;;8036:631;8134:4;-1:-1:-1;;;;;8116:23:12;;;8112:555;;32646:28;;;-1:-1:-1;;;;;19231:55:46;;32646:28:12;;;;19213:74:46;;;;-1:-1:-1;;;;;;19323:79:46;;19303:18;;;19296:107;32646:28:12;;;;;;;;;19186:18:46;;;;32646:28:12;;;32636:39;;;;;31932:14;;:52;8382:30;8414:1;8374:42;;;;;;8112:555;8447:13;8463:39;8485:6;8493:8;8463:21;:39::i;:::-;8447:55;;8517:13;8532:19;8555:23;8563:6;8571;8555:7;:23::i;:::-;8516:62;;;;8599:8;:57;;8647:5;8654:1;8599:57;;;8611:17;;;;:12;8599:57;8592:64;;;;;;;8112:555;7871:802;;;;;;:::o;12075:127::-;7061:18;:16;:18::i;:::-;12167:28:::1;12179:6;12187:7;12167:11;:28::i;:::-;;12075:127:::0;;:::o;7103:120::-;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;7182:34:12::1;7203:12;7182:20;:34::i;:::-;5070:14:13::0;5066:101;;;5100:23;;-1:-1:-1;;5100:23:13;;;5142:14;;-1:-1:-1;1700:50:46;;5142:14:13;;1688:2:46;1673:18;5142:14:13;;;;;;;4092:1081;;;;;7103:120:12;:::o;10968:418::-;11068:13;;-1:-1:-1;;5902:16:12;11120:21;;;11116:264;;-1:-1:-1;11165:4:12;;-1:-1:-1;11171:1:12;11157:16;;11116:264;11205:19;11226;11253:26;11263:6;11271:7;11253:9;:26::i;:::-;11204:75;;;;;;11301:12;:17;;11317:1;11301:17;;:53;;;;;11338:16;:14;:16::i;:::-;11322:32;;:12;:32;;;;11301:53;11293:76;-1:-1:-1;11356:12:12;-1:-1:-1;11293:76:12;;-1:-1:-1;11293:76:12;11116:264;10968:418;;;;;:::o;17949:147::-;7061:18;:16;:18::i;:::-;18051:38:::1;18072:6;18080:8;18051:20;:38::i;23599:1183::-:0;23692:6;-1:-1:-1;;;;;;;;;;;966:10:14;23692:6:12;23839:20;23854:4;;23839:14;:20::i;:::-;23821:38;;23870:19;23892:35;23906:6;23914;23922:4;;23892:13;:35::i;:::-;23941:25;;;;:12;;;:25;;;;;:35;23870:57;;-1:-1:-1;23941:35:12;;;;:40;;23937:616;;24004:38;;-1:-1:-1;;;24004:38:12;;;;;8273:25:46;;;8246:18;;24004:38:12;8127:177:46;23937:616:12;24073:9;-1:-1:-1;;;;;24063:19:12;:6;-1:-1:-1;;;;;24063:19:12;;24059:494;;24232:12;24250:30;5720:16;24270:9;24250:7;:30::i;:::-;24231:49;;;24295:15;24316:76;24324:56;24340:39;24362:6;24370:8;24340:21;:39::i;24324:56::-;24382:9;24316:7;:76::i;:::-;24294:98;;;24411:7;24410:8;:23;;;;;24423:10;24422:11;24410:23;24406:137;;;24460:68;;;;;-1:-1:-1;;;;;16849:55:46;;;24460:68:12;;;16831:74:46;16941:55;;;16921:18;;;16914:83;17033:55;;17013:18;;;17006:83;-1:-1:-1;;;;;;17125:79:46;;17105:18;;;17098:107;16803:19;;24460:68:12;16602:609:46;24406:137:12;24084:469;;24059:494;24570:25;;;;:12;;;:25;;;;;;24563:42;;-1:-1:-1;;24563:42:12;;;;;24715:37;;24669:31;;;;;;;;;24570:25;;24715:37;;;24770:5;23599:1183;-1:-1:-1;;;;;;;;;23599:1183:12:o;19990:1448::-;20112:19;;-1:-1:-1;;;;;;;;;;;966:10:14;20112:19:12;20367:38;966:10:14;20392:6:12;20400:4;;20367:16;:38::i;:::-;20346:59;;;20416:14;20452:7;20433:26;;:16;:14;:16::i;:::-;:26;;;;:::i;:::-;20416:43;-1:-1:-1;20566:12:12;;;;;:44;;;20590:1;20583:4;:8;;;:26;;;;;20602:7;20595:14;;:4;:14;;;20583:26;20562:149;;;20663:6;20671;20679:20;20694:4;;20679:14;:20::i;20562:149::-;20783:23;20792:4;20783:23;;20798:7;20783:23;;:8;:23::i;:::-;20769:38;;20927:35;20941:6;20949;20957:4;;20927:13;:35::i;:::-;20913:49;;20973:31;20992:11;20973:18;:31::i;:::-;21126:1;:12;;:25;21139:11;21126:25;;;;;;;;;;;:31;;;;;;;;;;;;21160:1;21126:35;21118:43;;21219:4;21181:1;:12;;:25;21194:11;21181:25;;;;;;;;;;;:35;;;:42;;;;;;;;;;;;;;;;;;21267:5;21233:1;:12;;:25;21246:11;21233:25;;;;;;;;;;;:31;;;:39;;;;;;;;;;;;;;;;;;21319:5;21287:66;;21306:11;21287:66;21326:4;21332:6;21340;21348:4;;21287:66;;;;;;;;;;:::i;:::-;;;;;;;;20147:1291;;;;19990:1448;;;;;;;:::o;12243:247::-;-1:-1:-1;;;;;12337:34:12;;966:10:14;12337:34:12;12333:102;;12394:30;;;;;;;;;;;;;;27036:503;966:10:14;27082:14:12;;27154:32;966:10:14;27082:14:12;1040::14;27154:12:12;:32::i;:::-;27121:65;;;;27201:9;27196:337;;27230:5;:10;;27239:1;27230:10;27226:297;;27263:19;27288:33;27263:19;1040:14:14;27288:21:12;:33::i;:::-;-1:-1:-1;27346:54:12;;;;;-1:-1:-1;;;;;18172:55:46;;27346:54:12;;;18154:74:46;18276:18;18264:31;;18244:18;;;18237:59;27260:61:12;;-1:-1:-1;18127:18:46;;;-1:-1:-1;27346:54:12;17982:320:46;27226:297:12;27439:69;27459:48;27473:6;27489:4;1040:14:14;;26181:181:12;:::i;17609:299::-;17716:30;-1:-1:-1;;;;;;;;;;;;;;;;17785:18:12;;:10;:18;;;;;;;;;;;-1:-1:-1;;;;;;17785:41:12;;;;;;;;;;;;:50;;-1:-1:-1;;17785:50:12;;;;;;;;;;17850:51;;18451:98:46;;;17785:18:12;;-1:-1:-1;17850:51:12;;18424:18:46;17850:51:12;;;;;;;17706:202;17609:299;;;:::o;3609:130:38:-;3657:6;3676:12;3696:14;:4;-1:-1:-1;;;;;3696:12:38;;:14::i;:::-;-1:-1:-1;3675:35:38;;3609:130;-1:-1:-1;;;;3609:130:38:o;19075:235:12:-;-1:-1:-1;;;;;19226:18:12;;19157:30;19226:18;;;-1:-1:-1;;;;;;;;;;;19226:18:12;;;;;;;;;:25;;:34;;-1:-1:-1;;19226:34:12;-1:-1:-1;;;19226:34:12;;;;;;;;;;;;;19275:28;;7124:41:46;;;6793:28:12;;19226:18;19275:28;;7097:18:46;19275:28:12;6984:187:46;30054:378:12;30185:14;;30247:4;-1:-1:-1;;;;;30229:23:12;;;30225:201;;30275:26;30288:6;30296:4;;30275:12;:26::i;:::-;30268:33;;;;;;30225:201;30353:1;30339:15;;:76;;30370:45;30378:6;30386;30394:20;30409:4;;30394:14;:20::i;30370:45::-;30339:76;;;-1:-1:-1;30358:5:12;;-1:-1:-1;30358:5:12;30225:201;30054:378;;;;;;;:::o;32339:116::-;32406:6;32438:9;32445:1;32406:6;32438:4;;:9;:::i;:::-;32431:17;;;:::i;25389:751::-;25465:6;25571:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6793:28:12;25571:35;;;;25631:31;;;;;25677:14;;;25673:294;;25714:38;;-1:-1:-1;;;25714:38:12;;;;;8273:25:46;;;8246:18;;25714:38:12;8127:177:46;25673:294:12;25785:16;:14;:16::i;:::-;25773:28;;:9;:28;;;25769:198;;;25824:34;;;;;;;;8273:25:46;;;8246:18;;25824:34:12;8127:177:46;25769:198:12;25879:21;25890:9;25879:10;:21::i;:::-;25875:92;;;25923:33;;;;;;;;8273:25:46;;;8246:18;;25923:33:12;8127:177:46;25875:92:12;25984:25;;;;:12;;;:25;;;;;;25977:42;;-1:-1:-1;;25977:42:12;;;26073:37;;;;;25997:11;;26073:37;;25984:25;26073:37;26128:5;25389:751;-1:-1:-1;;;;25389:751:12:o;2959:407:23:-;3058:12;3110:5;3086:21;:29;3082:123;;;3138:56;;;;;3165:21;3138:56;;;19588:25:46;19629:18;;;19622:34;;;19561:18;;3138:56:23;19414:248:46;3082:123:23;3215:12;3229:23;3256:6;-1:-1:-1;;;;;3256:11:23;3275:5;3282:4;3256:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3214:73;;;;3304:55;3331:6;3339:7;3348:10;3304:26;:55::i;:::-;3297:62;2959:407;-1:-1:-1;;;;;;2959:407:23:o;13188:1138:12:-;13346:4;-1:-1:-1;;;;;;;;;;;5902:16:12;13435:21;;-1:-1:-1;;13435:21:12;13431:90;;13479:31;;-1:-1:-1;;;13479:31:12;;1730:18:46;1718:31;;13479::12;;;1700:50:46;1673:18;;13479:31:12;1556:200:46;13431:90:12;13548:16;;;13531:14;13548:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13548:33:12;;;;;;;;;:39;;;:44;;13625:591;;;;13681:10;13662:29;;:16;:14;:16::i;:::-;:29;;;;:::i;:::-;13654:37;;13741:55;;;;;;;;13756:5;13741:55;;;;;;13770:24;:14;:22;;2589:20:38;;;2508:108;13770:24:12;-1:-1:-1;;;;;13741:55:12;;;;;;13705:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13705:33:12;;;;;;;;;:91;;;;;;;;;;;;;;-1:-1:-1;;13705:91:12;;;;;;;;;;;;;;13625:591;;;14090:16;;;14190:1;14090:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14090:33:12;;;;;;;;;:39;:115;;:39;;;;-1:-1:-1;;;;;14090:39:12;;14158:14;;14090:50;:115::i;:::-;14040:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14040:33:12;;;;;;;;;14039:166;;-1:-1:-1;;;;;14039:166:12;;;;;;;;;;;;;;;;;-1:-1:-1;13625:591:12;14231:62;;;20181:10:46;20169:23;;20151:42;;20241:14;20229:27;;20224:2;20209:18;;20202:55;20300:14;;20293:22;20273:18;;;20266:50;14231:62:12;;-1:-1:-1;;;;;14231:62:12;;;;;;;;;;;;20139:2:46;14231:62:12;;;-1:-1:-1;14310:9:12;13188:1138;-1:-1:-1;;;;;;13188:1138:12:o;3393:159:38:-;3445:18;3465:17;3484:13;3516:29;3527:4;3533:11;:9;:11::i;:::-;3516:10;:29::i;:::-;3509:36;;;;;;3393:159;;;;;:::o;15355:356:12:-;-1:-1:-1;;;;;;;;;;;15507:20:12;;;;;:45;;-1:-1:-1;5902:16:12;15531:21;;;;15507:45;15503:114;;;15575:31;;-1:-1:-1;;;15575:31:12;;1730:18:46;1718:31;;15575::12;;;1700:50:46;1673:18;;15575:31:12;1556:200:46;15503:114:12;15627:16;;;;;;;;:8;;;;:16;;;;;;:22;;;:30;;-1:-1:-1;;15627:30:12;;;;;;;;;15673:31;;;15627:16;15673:31;15424:287;15355:356;;:::o;32095:134::-;32155:4;32206:16;:14;:16::i;:::-;32178:44;;:24;8790:7;32178:9;:24;:::i;:::-;:44;;;;;32095:134;-1:-1:-1;;32095:134:12:o;16030:374::-;-1:-1:-1;;;;;;;;;;;16188:20:12;;;;;:45;;-1:-1:-1;5902:16:12;16212:21;;;;16188:45;16184:114;;;16256:31;;-1:-1:-1;;;16256:31:12;;1730:18:46;1718:31;;16256::12;;;1700:50:46;1673:18;;16256:31:12;1556:200:46;16184:114:12;16308:16;;;;;;;;:8;;;;:16;;;;;;:25;;;:36;;;;;;;;;;;;;;16360:37;;;16308:16;16360:37;16105:299;16030:374;;:::o;16551:447::-;-1:-1:-1;;;;;;;;;;;5902:16:12;16707:21;;-1:-1:-1;;16707:21:12;16703:90;;16751:31;;-1:-1:-1;;;16751:31:12;;1730:18:46;1718:31;;16751::12;;;1700:50:46;1673:18;;16751:31:12;1556:200:46;16703:90:12;16866:16;;;16803:13;16866:16;;;:8;;;;:16;;;;;:27;;:62;;-1:-1:-1;;;16866:27:12;;-1:-1:-1;;;;;16866:27:12;16905:8;8921:6;16866:38;:62::i;:::-;16827:16;;;;;;;:8;;;;:16;;;;;;;:27;16826:102;;-1:-1:-1;;;;;16826:102:12;;;-1:-1:-1;;;16826:102:12;;;;;;;;;;;;16944:47;;16826:102;;-1:-1:-1;16944:47:12;;;;16974:8;;16826:102;;20527:10:46;20515:23;;;;20497:42;;20587:14;20575:27;20570:2;20555:18;;20548:55;20485:2;20470:18;;20327:282;16944:47:12;;;;;;;;16624:374;;16551:447;;:::o;3900:253:23:-;3983:12;4008;4022:23;4049:6;-1:-1:-1;;;;;4049:19:23;4069:4;4049:25;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4007:67;;;;4091:55;4118:6;4126:7;4135:10;4091:26;:55::i;:::-;4084:62;3900:253;-1:-1:-1;;;;;3900:253:23:o;14587:473:12:-;14666:4;-1:-1:-1;;;;;;;;;;;5902:16:12;14755:21;;-1:-1:-1;;14755:21:12;14751:90;;14799:31;;-1:-1:-1;;;14799:31:12;;1730:18:46;1718:31;;14799::12;;;1700:50:46;1673:18;;14799:31:12;1556:200:46;14751:90:12;14855:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14855:33:12;;;;;;;;;:39;;;:44;;14851:87;;14922:5;14915:12;;;;;14851:87;14955:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14955:33:12;;;;;;;;;;14948:40;;-1:-1:-1;;14948:40:12;;;15004:28;14955:33;;:16;15004:28;;;-1:-1:-1;15049:4:12;;14587:473;-1:-1:-1;;;14587:473:12:o;7228:139::-;6931:20:13;:18;:20::i;:::-;7316:44:12::1;7347:12;7316:30;:44::i;:::-;7228:139:::0;:::o;750:110:38:-;794:6;819:34;837:15;819:17;:34::i;:::-;812:41;;750:110;:::o;18251:360:12:-;-1:-1:-1;;;;;18475:18:12;;18341:30;18475:18;;;-1:-1:-1;;;;;;;;;;;18475:18:12;;;;;;;:29;;;6793:28;;18341:30;18475:64;;-1:-1:-1;;;;;18475:29:12;18516:8;8921:6;18475:40;:64::i;:::-;-1:-1:-1;;;;;18434:18:12;;:10;:18;;;;;;;;;;;;:29;;18433:106;;-1:-1:-1;;18433:106:12;-1:-1:-1;;;;;18433:106:12;;;;;;;;;;;18555:49;;20527:10:46;20515:23;;20497:42;;20587:14;20575:27;;20555:18;;;20548:55;;;;18433:106:12;;-1:-1:-1;18434:18:12;18555:49;;20470:18:46;18555:49:12;20327:282:46;3189:111:35;3247:7;3066:5;;;3281;;;3065:36;3060:42;;3273:20;2825:294;21632:343:12;21704:30;21796:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6793:28:12;21796:35;;21845:18;;;;;:48;;;21868:25;21879:13;21868:10;:25::i;:::-;21867:26;21845:48;21841:128;;;21916:42;;;;;;;;8273:25:46;;;8246:18;;21916:42:12;8127:177:46;30536:1107:12;30617:14;;30675:1;30661:15;;30657:63;;;-1:-1:-1;30700:5:12;;-1:-1:-1;30700:5:12;30692:17;;30657:63;30752:4;-1:-1:-1;;;;;30734:23:12;;;30730:334;;31000:49;31021:4;31028:20;31043:4;;31028:14;:20::i;:::-;32646:28;;;-1:-1:-1;;;;;19231:55:46;;;;32646:28:12;;;;19213:74:46;;;;-1:-1:-1;;;;;;19323:79:46;;;;19303:18;;;19296:107;32646:28:12;;;;;;;;;19186:18:46;;;;32646:28:12;;32636:39;;;;;31932:14;;:52;;31763:228;30730:334;31075:20;31097:13;31112:21;31137:27;31159:4;;31137:21;:27::i;:::-;31074:90;;;;;;31245:15;31244:16;:49;;;;-1:-1:-1;31287:4:12;9044;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:12;;;;;:25;;;-1:-1:-1;;;9136:25:12;;;;31264:29;31240:97;;;31317:5;31324:1;31309:17;;;;;;;;;31240:97;31348:11;31361:21;31386:23;31394:6;31402;31386:7;:23::i;:::-;31347:62;;;;31424:6;31419:55;;31454:5;31461:1;31446:17;;;;;;;;;;;31419:55;31559:40;31568:14;31559:40;;31584:14;31559:40;;:8;:40::i;:::-;31618:10;;;;;;;-1:-1:-1;30536:1107:12;-1:-1:-1;;;;;;;;;30536:1107:12:o;27945:1678::-;28033:20;;;28126:1;28112:15;;28108:66;;;-1:-1:-1;28151:5:12;;-1:-1:-1;28151:5:12;;-1:-1:-1;28151:5:12;28143:20;;28108:66;28184:15;28202:20;28217:4;;28202:14;:20::i;:::-;28184:38;-1:-1:-1;;;;;;;28342:35:12;;28354:23;28342:35;;:89;;-1:-1:-1;;;;;;;28393:38:12;;28405:26;28393:38;28342:89;:146;;;-1:-1:-1;;;;;;;28447:41:12;;28459:29;28447:41;28342:146;:201;;;-1:-1:-1;;;;;;;28504:39:12;;28516:27;28504:39;28342:201;:262;;;-1:-1:-1;;;;;;;28559:45:12;;28571:33;28559:45;28342:262;28325:343;;;28637:4;5720:16;28655:1;28629:28;;;;;;;;;28325:343;-1:-1:-1;;;;;;28775:41:12;;28787:29;28775:41;;:98;;-1:-1:-1;;;;;;;28832:41:12;;28844:29;28832:41;28775:98;:161;;;-1:-1:-1;;;;;;;28889:47:12;;28901:35;28889:47;28775:161;28758:414;;;29004:14;29032:15;29042:4;29037;29032;;:15;:::i;:::-;29021:38;;;;;;;:::i;:::-;29004:55;;29073:12;29088:27;29108:6;29088:19;:27::i;:::-;29137:4;;-1:-1:-1;5720:16:12;;-1:-1:-1;29073:42:12;-1:-1:-1;29129:32:12;;-1:-1:-1;;;29129:32:12;28758:414;-1:-1:-1;;;;;;29291:35:12;;29303:23;29291:35;;:75;;-1:-1:-1;;;;;;;29330:36:12;;29342:24;29330:36;29291:75;29287:254;;;29425:13;29452:15;29462:4;29457;29452;;:15;:::i;:::-;29441:37;;;;;;;:::i;:::-;29425:53;;29500:4;29506:20;29519:6;9896:16;;;;9802:6;9896:16;;;:8;:16;;;;;:8;:22;;;;9736:189;29506:20;29528:1;29492:38;;;;;;;;;;29287:254;29559:5;29566:46;29596:4;29603:8;29566:21;:46::i;:::-;29614:1;29551:65;;;;;;;27945:1678;;;;;;:::o;4421:582:23:-;4565:12;4594:7;4589:408;;4617:19;4625:10;4617:7;:19::i;:::-;4589:408;;;4841:17;;:22;:49;;;;-1:-1:-1;;;;;;4867:18:23;;;:23;4841:49;4837:119;;;4917:24;;;;;-1:-1:-1;;;;;12742:55:46;;4917:24:23;;;12724:74:46;12697:18;;4917:24:23;12578:226:46;4837:119:23;-1:-1:-1;4976:10:23;4969:17;;4033:390:38;4154:18;4174:13;4199:12;4214:10;:4;-1:-1:-1;;;;;4214:8:38;;:10::i;:::-;4199:25;;4234:14;4258:61;4267:10;4258:61;;4287:8;4279:16;;:5;:16;;;:39;;4317:1;4279:39;;;4298:16;4306:8;4298:5;:16;:::i;:::-;4258:61;;:8;:61::i;:::-;4234:86;;4353:7;4339:21;;:11;:9;:11::i;:::-;:21;;;;:::i;:::-;4330:30;-1:-1:-1;5126:19:38;;;5120:2;5096:26;;;;;5089:2;5070:21;;;;;5069:54;:76;4370:46;;;;4033:390;;;;;;:::o;2868:307::-;4764:9;4771:2;4764:9;;;;-1:-1:-1;;;;;3062:11:38;;4800:9;4807:2;4800:9;;;;;;3092:19;;;;;:76;;3136:11;3149:10;3161:6;3092:76;;;3115:10;3127:1;3130;3092:76;3085:83;;;;;;2868:307;;;;;:::o;7084:141:13:-;8870:21;8560:40;;;;;;7146:73;;7191:17;;;;;;;;;;;;;;7146:73;7084:141::o;7373:337:12:-;6931:20:13;:18;:20::i;:::-;-1:-1:-1;;;;;7475:26:12;::::1;7471:108;;7524:44;::::0;::::1;::::0;;7565:1:::1;7524:44;::::0;::::1;12724:74:46::0;12697:18;;7524:44:12::1;12578:226:46::0;7471:108:12::1;7661:42;5720:16;7684:12;7698:1;7701::::0;7661:10:::1;:42::i;14296:213:36:-:0;14352:6;14382:16;14374:24;;14370:103;;;14421:41;;;;;14452:2;14421:41;;;21230:36:46;21282:18;;;21275:34;;;21203:18;;14421:41:36;21049:266:46;14370:103:36;-1:-1:-1;14496:5:36;14296:213::o;5543:487:23:-;5674:17;;:21;5670:354;;5871:10;5865:17;5927:15;5914:10;5910:2;5906:19;5899:44;5670:354;5994:19;;;;;;;;;;;;;;14:154:46;-1:-1:-1;;;;;93:5:46;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:46;;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:46;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:46;-1:-1:-1;1319:37:46;;-1:-1:-1;1352:2:46;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:46;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:46;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:46;;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:46;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:46;;-1:-1:-1;;;;3124:544:46: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:46;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:46;;5286:180;-1:-1:-1;5286:180:46: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:46;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:46;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:46;7768:18;;7755:32;7796:33;7755:32;7796:33;:::i;:::-;7848:7;-1:-1:-1;7906:2:46;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:46;-1:-1:-1;;;;7437:685:46: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:46;-1:-1:-1;;;;8309:447:46: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:46;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:46;9849:44;;;;9895:2;9845:53;;;;-1:-1:-1;9956:12:46;;;;9921:15;;;;;9548:1;9541:9;9512:466;;;-1:-1:-1;9995:6:46;;9016:991;-1:-1:-1;;;;;;9016:991:46: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:46;10323:18;;10310:32;10351:33;10310:32;10351:33;:::i;:::-;10403:7;-1:-1:-1;10462:2:46;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:46;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:46;-1:-1:-1;;11752:2:46;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:46;;-1:-1:-1;;11146:720:46:o;12139:184::-;-1:-1:-1;;;12188:1:46;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:46;13470:16;;;13488:4;13466:27;;;13459:38;;;;13551:2;13530:15;;;-1:-1:-1;;13526:29:46;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:46;14293:55;14282:9;14275:74;-1:-1:-1;;;;;14389:6:46;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:46;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:46;;;15192:25;;;;;-1:-1:-1;14892:331:46:o;15228:184::-;-1:-1:-1;;;15277:1:46;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:46;15784:30;;15781:50;;;15827:1;15824;15817:12;15781:50;15860:4;15848:17;;-1:-1:-1;15891:14:46;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:46: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:46;17703:55;17698:2;17687:9;17683:18;17676:83;-1:-1:-1;;;;;17799:6:46;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:46:o;18560:476::-;18680:19;;-1:-1:-1;;;;;;18717:75:46;;;18812:1;18804:10;;18801:229;;;-1:-1:-1;;;;;;18883:66:46;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;19667:287::-;19796:3;19834:6;19828:13;19850:66;19909:6;19904:3;19897:4;19889:6;19885:17;19850:66;:::i;:::-;19932:16;;;;;19667:287;-1:-1:-1;;19667:287:46:o;20874:170::-;20971:10;20964:18;;;20944;;;20940:43;;20995:20;;20992:46;;;21018: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(address)": "c4d66de8", + "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\":\"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\":[],\"name\":\"FailedCall\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"needed\",\"type\":\"uint256\"}],\"name\":\"InsufficientBalance\",\"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\":\"initialAdmin\",\"type\":\"address\"}],\"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\":{\"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).\"}],\"FailedCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}],\"InsufficientBalance(uint256,uint256)\":[{\"details\":\"The ETH balance of the account is not enough to perform the operation.\"}],\"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 the admin functions in the manager itself. These are defined by the {AccessManager} documentation.\"},\"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. NOTE: When the manager itself is closed, admin functions are still accessible to avoid locking the contract.\"},\"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. Closing the manager itself won't disable access to admin methods to avoid locking the 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\"}},\"stateVariables\":{\"ADMIN_ROLE\":{\"details\":\"The identifier of the admin role. Required to perform most configuration operations including other roles' management and target restrictions.\"},\"PUBLIC_ROLE\":{\"details\":\"The identifier of the public role. Automatically granted to all addresses with no delay.\"}},\"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\":\"0xc36716750a9095416ede9775ee8ae19f13794406a297c0dccd6146268bd36d74\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://595c9227d490558d1666e32609ac6677ba4fff7187cb539c3bb2c9a3e8b63b27\",\"dweb:/ipfs/QmZgoM4Rj7NuY8pfQ9pCvpKTrk5ZJ6Sdbf8XMsSVsvwMk5\"]},\"@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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]}},\"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": "FailedCall", + "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\":\"FailedCall\",\"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).\"}],\"FailedCall()\":[{\"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\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]}},\"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\":\"0x66d7e2083b868c0db6faf826bb47b65692443aff077b5b1b6b99ae56024a4fb2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://025f50a3d1835093bca29152c51ae121fceea850c66479c5601bae2a5b6f4b62\",\"dweb:/ipfs/QmSdPMjAgnk2JJBnpmSt9nCodye7agj5hBc75Zd8cPJ8dX\"]},\"@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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@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/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]}},\"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": "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": "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": "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": "", + "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\":\"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\":\"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\":\"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\":{\"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 the admin functions in the manager itself. These are defined by the {AccessManager} documentation.\"},\"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. NOTE: When the manager itself is closed, admin functions are still accessible to avoid locking the contract.\"},\"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. Closing the manager itself won't disable access to admin methods to avoid locking the 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/IAccessManager.sol\":{\"keccak256\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]}},\"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 ERC-1271 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\":\"0x4aaaf1c0737dd16e81f0d2b9833c549747a5ede6873bf1444bc72aa572d03e98\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eada27d7668eebaea16c3b890aa1b38ffc53965292e26c96f7c44834623f4710\",\"dweb:/ipfs/QmVSWuLtxyCqNbLyY89ptxkvsk4CLLKDQYigEne5Qj8k1L\"]}},\"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" + } + ], + "evm": { + "bytecode": { + "functionDebugData": {}, + "generatedSources": [], + "linkReferences": {}, + "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122095ca41d362a07d13a3844ef4d5444f69364b8a8a67afe60d9cce194a3bb5968e64736f6c634300081a0033", + "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 SWAP6 0xCA COINBASE 0xD3 PUSH3 0xA07D13 LOG3 DUP5 0x4E DELEGATECALL 0xD5 PREVRANDAO 0x4F PUSH10 0x364B8A8A67AFE60D9CCE NOT BLOBBASEFEE EXTCODESIZE 0xB5 SWAP7 DUP15 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "233:5799:23:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;233:5799:23;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": {}, + "generatedSources": [], + "immutableReferences": {}, + "linkReferences": {}, + "object": "73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122095ca41d362a07d13a3844ef4d5444f69364b8a8a67afe60d9cce194a3bb5968e64736f6c634300081a0033", + "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP6 0xCA COINBASE 0xD3 PUSH3 0xA07D13 LOG3 DUP5 0x4E DELEGATECALL 0xD5 PREVRANDAO 0x4F PUSH10 0x364B8A8A67AFE60D9CCE NOT BLOBBASEFEE EXTCODESIZE 0xB5 SWAP7 DUP15 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "233:5799: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\"}],\"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).\"}]},\"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\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]}},\"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/Errors.sol": { + "Errors": { + "abi": [ + { + "inputs": [], + "name": "FailedCall", + "type": "error" + }, + { + "inputs": [], + "name": "FailedDeployment", + "type": "error" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "balance", + "type": "uint256" + }, + { + "internalType": "uint256", + "name": "needed", + "type": "uint256" + } + ], + "name": "InsufficientBalance", + "type": "error" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "", + "type": "address" + } + ], + "name": "MissingPrecompile", + "type": "error" + } + ], + "evm": { + "bytecode": { + "functionDebugData": {}, + "generatedSources": [], + "linkReferences": {}, + "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212205b1ce6c65f815bf1cb04f86af745a7be06b696cb328f5bbe28a418e6a91b36d264736f6c634300081a0033", + "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 SHR 0xE6 0xC6 PUSH0 DUP2 JUMPDEST CALL 0xCB DIV 0xF8 PUSH11 0xF745A7BE06B696CB328F5B 0xBE 0x28 LOG4 XOR 0xE6 0xA9 SHL CALLDATASIZE 0xD2 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "411:484:25:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;411:484:25;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": {}, + "generatedSources": [], + "immutableReferences": {}, + "linkReferences": {}, + "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212205b1ce6c65f815bf1cb04f86af745a7be06b696cb328f5bbe28a418e6a91b36d264736f6c634300081a0033", + "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 JUMPDEST SHR 0xE6 0xC6 PUSH0 DUP2 JUMPDEST CALL 0xCB DIV 0xF8 PUSH11 0xF745A7BE06B696CB328F5B 0xBE 0x28 LOG4 XOR 0xE6 0xA9 SHL CALLDATASIZE 0xD2 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "411:484:25:-:0;;;;;;;;" + }, + "methodIdentifiers": {} + }, + "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"FailedCall\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FailedDeployment\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"needed\",\"type\":\"uint256\"}],\"name\":\"InsufficientBalance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"MissingPrecompile\",\"type\":\"error\"}],\"devdoc\":{\"details\":\"Collection of common custom errors used in multiple contracts IMPORTANT: Backwards compatibility is not guaranteed in future versions of the library. It is recommended to avoid relying on the error API for critical functionality. _Available since v5.1._\",\"errors\":{\"FailedCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}],\"FailedDeployment()\":[{\"details\":\"The deployment failed.\"}],\"InsufficientBalance(uint256,uint256)\":[{\"details\":\"The ETH balance of the account is not enough to perform the operation.\"}],\"MissingPrecompile(address)\":[{\"details\":\"A necessary precompile is missing.\"}]},\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/Errors.sol\":\"Errors\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]}},\"version\":1}" + } + }, + "@openzeppelin/contracts/utils/Panic.sol": { + "Panic": { + "abi": [], + "evm": { + "bytecode": { + "functionDebugData": {}, + "generatedSources": [], + "linkReferences": {}, + "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212200f13c945e02352c58c5d5204473f3b21f5e295c8825ffc7a836cb0834ac8ba9564736f6c634300081a0033", + "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 0xF SGT 0xC9 GASLIMIT 0xE0 0x23 MSTORE 0xC5 DUP13 TSTORE MSTORE DIV SELFBALANCE EXTCODEHASH EXTCODESIZE 0x21 CREATE2 0xE2 SWAP6 0xC8 DUP3 PUSH0 0xFC PUSH27 0x836CB0834AC8BA9564736F6C634300081A00330000000000000000 ", + "sourceMap": "657:1315:26:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;657:1315:26;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": {}, + "generatedSources": [], + "immutableReferences": {}, + "linkReferences": {}, + "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212200f13c945e02352c58c5d5204473f3b21f5e295c8825ffc7a836cb0834ac8ba9564736f6c634300081a0033", + "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xF SGT 0xC9 GASLIMIT 0xE0 0x23 MSTORE 0xC5 DUP13 TSTORE MSTORE DIV SELFBALANCE EXTCODEHASH EXTCODESIZE 0x21 CREATE2 0xE2 SWAP6 0xC8 DUP3 PUSH0 0xFC PUSH27 0x836CB0834AC8BA9564736F6C634300081A00330000000000000000 ", + "sourceMap": "657:1315:26:-:0;;;;;;;;" + }, + "methodIdentifiers": {} + }, + "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Helper library for emitting standardized panic codes. ```solidity contract Example { using Panic for uint256; // Use any of the declared internal constants function foo() { Panic.GENERIC.panic(); } // Alternatively function foo() { Panic.panic(Panic.GENERIC); } } ``` Follows the list from https://github.com/ethereum/solidity/blob/v0.8.24/libsolutil/ErrorCodes.h[libsolutil]. _Available since v5.1._\",\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"ARRAY_OUT_OF_BOUNDS\":{\"details\":\"array out of bounds access\"},\"ASSERT\":{\"details\":\"used by the assert() builtin\"},\"DIVISION_BY_ZERO\":{\"details\":\"division or modulo by zero\"},\"EMPTY_ARRAY_POP\":{\"details\":\"empty array pop\"},\"ENUM_CONVERSION_ERROR\":{\"details\":\"enum conversion error\"},\"GENERIC\":{\"details\":\"generic / unspecified error\"},\"INVALID_INTERNAL_FUNCTION\":{\"details\":\"calling invalid internal function\"},\"RESOURCE_ERROR\":{\"details\":\"resource error (too large allocation or too large array)\"},\"STORAGE_ENCODING_ERROR\":{\"details\":\"invalid encoding in storage\"},\"UNDER_OVERFLOW\":{\"details\":\"arithmetic underflow or overflow\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/Panic.sol\":\"Panic\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]}},\"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 EIP-1153 (transient storage) is available on the chain you're deploying at, consider using {ReentrancyGuardTransient} instead. 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\":\"0x11a5a79827df29e915a12740caf62fe21ebe27c08c9ae3e09abe9ee3ba3866d3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3cf0c69ab827e3251db9ee6a50647d62c90ba580a4d7bbff21f2bea39e7b2f4a\",\"dweb:/ipfs/QmZiKwtKU1SBX4RGfQtY7PZfiapbbu6SZ9vizGQD9UHjRA\"]}},\"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": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212203277c58cd2e7499a395191adc10171d18750eb0b25f7e6f2a5cc4b01e70b8afd64736f6c634300081a0033", + "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 ORIGIN PUSH24 0xC58CD2E7499A395191ADC10171D18750EB0B25F7E6F2A5CC 0x4B ADD 0xE7 SIGNEXTEND DUP11 REVERT PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "1255:3026:28:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;1255:3026:28;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": {}, + "generatedSources": [], + "immutableReferences": {}, + "linkReferences": {}, + "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212203277c58cd2e7499a395191adc10171d18750eb0b25f7e6f2a5cc4b01e70b8afd64736f6c634300081a0033", + "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 ORIGIN PUSH24 0xC58CD2E7499A395191ADC10171D18750EB0B25F7E6F2A5CC 0x4B ADD 0xE7 SIGNEXTEND DUP11 REVERT PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "1255:3026:28:-: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\":\"0x7d94fa0af099a2172eb01f9c8a8a443cbe7e0e43654841563e4e09968efdb549\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://65e38fb76b6add407d4557753ae83dd1268e8261195dbe5c19a580d5ba6e4e9a\",\"dweb:/ipfs/QmTkGSJtaQrqjcyWM4AgemeEmKgtDydKPPVRajsUJRQSrK\"]},\"@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b\",\"dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM\"]}},\"version\":1}" + } + }, + "@openzeppelin/contracts/utils/StorageSlot.sol": { + "StorageSlot": { + "abi": [], + "evm": { + "bytecode": { + "functionDebugData": {}, + "generatedSources": [], + "linkReferences": {}, + "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a8189473800cedbfec890f26883aaec767f256a0947f0ed8235cc235534a7c1364736f6c634300081a0033", + "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 0xA8 XOR SWAP5 PUSH20 0x800CEDBFEC890F26883AAEC767F256A0947F0ED8 0x23 TLOAD 0xC2 CALLDATALOAD MSTORE8 BLOBBASEFEE PUSH29 0x1364736F6C634300081A00330000000000000000000000000000000000 ", + "sourceMap": "1407:2774:29:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;1407:2774:29;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": {}, + "generatedSources": [], + "immutableReferences": {}, + "linkReferences": {}, + "object": "73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a8189473800cedbfec890f26883aaec767f256a0947f0ed8235cc235534a7c1364736f6c634300081a0033", + "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xA8 XOR SWAP5 PUSH20 0x800CEDBFEC890F26883AAEC767F256A0947F0ED8 0x23 TLOAD 0xC2 CALLDATALOAD MSTORE8 BLOBBASEFEE PUSH29 0x1364736F6C634300081A00330000000000000000000000000000000000 ", + "sourceMap": "1407:2774:29:-: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 ERC-1967 implementation slot: ```solidity contract ERC1967 { // Define the slot. Alternatively, use the SlotDerivation library to derive the slot. 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; } } ``` TIP: Consider using this library along with {SlotDerivation}.\",\"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\":\"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b\",\"dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM\"]}},\"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": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122099c62c0c009d86530183797a5755d58dc0abc53b0e3c2239f6e2312aa852330564736f6c634300081a0033", + "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 SWAP10 0xC6 0x2C 0xC STOP SWAP14 DUP7 MSTORE8 ADD DUP4 PUSH26 0x7A5755D58DC0ABC53B0E3C2239F6E2312AA852330564736F6C63 NUMBER STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "251:3680:30:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;251:3680:30;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": {}, + "generatedSources": [], + "immutableReferences": {}, + "linkReferences": {}, + "object": "73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122099c62c0c009d86530183797a5755d58dc0abc53b0e3c2239f6e2312aa852330564736f6c634300081a0033", + "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP10 0xC6 0x2C 0xC STOP SWAP14 DUP7 MSTORE8 ADD DUP4 PUSH26 0x7A5755D58DC0ABC53B0E3C2239F6E2312AA852330564736F6C63 NUMBER STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "251:3680:30:-: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/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x725209b582291bb83058e3078624b53d15a133f7401c30295e7f3704181d2aed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0564ddb19c6d870e27b789d8f985283d815267ad7224883c2d5243c8bacc7dc0\",\"dweb:/ipfs/QmeC953H4sj88ZRFdJNFdmpf7J9SksP1wK4jyMHLo66z49\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0xb1970fac7b64e6c09611e6691791e848d5e3fe410fa5899e7df2e0afd77a99e3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db5fbb3dddd8b7047465b62575d96231ba8a2774d37fb4737fbf23340fabbb03\",\"dweb:/ipfs/QmVUSvooZKEdEdap619tcJjTLcAuH6QBdZqAzWwnAXZAWJ\"]}},\"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": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220528712952ccce96bd523e886d87dd7f5452f0b484dfdd68ead750ce9e87843bd64736f6c634300081a0033", + "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 MSTORE DUP8 SLT SWAP6 0x2C 0xCC 0xE9 PUSH12 0xD523E886D87DD7F5452F0B48 0x4D REVERT 0xD6 DUP15 0xAD PUSH22 0xCE9E87843BD64736F6C634300081A00330000000000 ", + "sourceMap": "344:7470:31:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;344:7470:31;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": {}, + "generatedSources": [], + "immutableReferences": {}, + "linkReferences": {}, + "object": "73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220528712952ccce96bd523e886d87dd7f5452f0b484dfdd68ead750ce9e87843bd64736f6c634300081a0033", + "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 MSTORE DUP8 SLT SWAP6 0x2C 0xCC 0xE9 PUSH12 0xD523E886D87DD7F5452F0B48 0x4D REVERT 0xD6 DUP15 0xAD PUSH22 0xCE9E87843BD64736F6C634300081A00330000000000 ", + "sourceMap": "344:7470:31:-: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\":\"0x69f54c02b7d81d505910ec198c11ed4c6a728418a868b906b4a0cf29946fda84\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8e25e4bdb7ae1f21d23bfee996e22736fc0ab44cfabedac82a757b1edc5623b9\",\"dweb:/ipfs/QmQdWQvB6JCP9ZMbzi8EvQ1PTETqkcTWrbcVurS7DKpa5n\"]}},\"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/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/ShortStrings.sol\":{\"keccak256\":\"0x7d94fa0af099a2172eb01f9c8a8a443cbe7e0e43654841563e4e09968efdb549\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://65e38fb76b6add407d4557753ae83dd1268e8261195dbe5c19a580d5ba6e4e9a\",\"dweb:/ipfs/QmTkGSJtaQrqjcyWM4AgemeEmKgtDydKPPVRajsUJRQSrK\"]},\"@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b\",\"dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x725209b582291bb83058e3078624b53d15a133f7401c30295e7f3704181d2aed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0564ddb19c6d870e27b789d8f985283d815267ad7224883c2d5243c8bacc7dc0\",\"dweb:/ipfs/QmeC953H4sj88ZRFdJNFdmpf7J9SksP1wK4jyMHLo66z49\"]},\"@openzeppelin/contracts/utils/cryptography/EIP712.sol\":{\"keccak256\":\"0x10eb97d047f8d84fe263a02bb4a656ac6674f6679d74532cc37546289e073a9d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3e41287d40b0c46982f1083d40d32de2761f009c5c51627fe79a7feb0ab1cf5c\",\"dweb:/ipfs/Qme7dbh6HX3ZvUJdbQAcVqXkmyXyfcLiUZRhhon3cU6K8p\"]},\"@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol\":{\"keccak256\":\"0x4515543bc4c78561f6bea83ecfdfc3dead55bd59858287d682045b11de1ae575\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://60601f91440125727244fffd2ba84da7caafecaae0fd887c7ccfec678e02b61e\",\"dweb:/ipfs/QmZnKPBtVDiQS9Dp8gZ4sa3ZeTrWVfqF7yuUd6Y8hwm1Rs\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0xb1970fac7b64e6c09611e6691791e848d5e3fe410fa5899e7df2e0afd77a99e3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db5fbb3dddd8b7047465b62575d96231ba8a2774d37fb4737fbf23340fabbb03\",\"dweb:/ipfs/QmVUSvooZKEdEdap619tcJjTLcAuH6QBdZqAzWwnAXZAWJ\"]}},\"version\":1}" + } + }, + "@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol": { + "MessageHashUtils": { + "abi": [], + "evm": { + "bytecode": { + "functionDebugData": {}, + "generatedSources": [], + "linkReferences": {}, + "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206941017dfbbe9bba8119a8827cd9deddc0c28756ea9586d459f223fdd8f0692264736f6c634300081a0033", + "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 PUSH10 0x41017DFBBE9BBA8119A8 DUP3 PUSH29 0xD9DEDDC0C28756EA9586D459F223FDD8F0692264736F6C634300081A00 CALLER ", + "sourceMap": "521:3181:33:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;521:3181:33;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": {}, + "generatedSources": [], + "immutableReferences": {}, + "linkReferences": {}, + "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206941017dfbbe9bba8119a8827cd9deddc0c28756ea9586d459f223fdd8f0692264736f6c634300081a0033", + "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH10 0x41017DFBBE9BBA8119A8 DUP3 PUSH29 0xD9DEDDC0C28756EA9586D459F223FDD8F0692264736F6C634300081A00 CALLER ", + "sourceMap": "521:3181:33:-: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[ERC-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/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x725209b582291bb83058e3078624b53d15a133f7401c30295e7f3704181d2aed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0564ddb19c6d870e27b789d8f985283d815267ad7224883c2d5243c8bacc7dc0\",\"dweb:/ipfs/QmeC953H4sj88ZRFdJNFdmpf7J9SksP1wK4jyMHLo66z49\"]},\"@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol\":{\"keccak256\":\"0x4515543bc4c78561f6bea83ecfdfc3dead55bd59858287d682045b11de1ae575\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://60601f91440125727244fffd2ba84da7caafecaae0fd887c7ccfec678e02b61e\",\"dweb:/ipfs/QmZnKPBtVDiQS9Dp8gZ4sa3ZeTrWVfqF7yuUd6Y8hwm1Rs\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0xb1970fac7b64e6c09611e6691791e848d5e3fe410fa5899e7df2e0afd77a99e3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db5fbb3dddd8b7047465b62575d96231ba8a2774d37fb4737fbf23340fabbb03\",\"dweb:/ipfs/QmVUSvooZKEdEdap619tcJjTLcAuH6QBdZqAzWwnAXZAWJ\"]}},\"version\":1}" + } + }, + "@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol": { + "SignatureChecker": { + "abi": [], + "evm": { + "bytecode": { + "functionDebugData": {}, + "generatedSources": [], + "linkReferences": {}, + "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220189a9d202354f4aad3c4b599df803b646fdbe02798789b3f9bd732f1e452db6c64736f6c634300081a0033", + "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 XOR SWAP11 SWAP14 KECCAK256 0x23 SLOAD DELEGATECALL 0xAA 0xD3 0xC4 0xB5 SWAP10 0xDF DUP1 EXTCODESIZE PUSH5 0x6FDBE02798 PUSH25 0x9B3F9BD732F1E452DB6C64736F6C634300081A003300000000 ", + "sourceMap": "532:1805:34:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;532:1805:34;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": {}, + "generatedSources": [], + "immutableReferences": {}, + "linkReferences": {}, + "object": "73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220189a9d202354f4aad3c4b599df803b646fdbe02798789b3f9bd732f1e452db6c64736f6c634300081a0033", + "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 XOR SWAP11 SWAP14 KECCAK256 0x23 SLOAD DELEGATECALL 0xAA 0xD3 0xC4 0xB5 SWAP10 0xDF DUP1 EXTCODESIZE PUSH5 0x6FDBE02798 PUSH25 0x9B3F9BD732F1E452DB6C64736F6C634300081A003300000000 ", + "sourceMap": "532:1805:34:-: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 ERC-1271 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\":\"0x4aaaf1c0737dd16e81f0d2b9833c549747a5ede6873bf1444bc72aa572d03e98\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eada27d7668eebaea16c3b890aa1b38ffc53965292e26c96f7c44834623f4710\",\"dweb:/ipfs/QmVSWuLtxyCqNbLyY89ptxkvsk4CLLKDQYigEne5Qj8k1L\"]},\"@openzeppelin/contracts/utils/cryptography/ECDSA.sol\":{\"keccak256\":\"0x69f54c02b7d81d505910ec198c11ed4c6a728418a868b906b4a0cf29946fda84\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8e25e4bdb7ae1f21d23bfee996e22736fc0ab44cfabedac82a757b1edc5623b9\",\"dweb:/ipfs/QmQdWQvB6JCP9ZMbzi8EvQ1PTETqkcTWrbcVurS7DKpa5n\"]},\"@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol\":{\"keccak256\":\"0xbdc3bb48ccedb818cd75a6d74a16df55a822e9f6d3cc54c59f576f10aab67b5f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2284f25f2478f419d7781573b17a89d0e7c5589a865d55e2d6ed5163aee23aa8\",\"dweb:/ipfs/QmNsr2625APBQiNKpYnX5VcSnYgfUHR9Uzzp9pRXjoDqK7\"]}},\"version\":1}" + } + }, + "@openzeppelin/contracts/utils/math/Math.sol": { + "Math": { + "abi": [], + "evm": { + "bytecode": { + "functionDebugData": {}, + "generatedSources": [], + "linkReferences": {}, + "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209980d8333efc4f416e3594ec7f5ed9eb817d1daa4a15f96acd8068f43ba6a11c64736f6c634300081a0033", + "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 SWAP10 DUP1 0xD8 CALLER RETURNDATACOPY 0xFC 0x4F COINBASE PUSH15 0x3594EC7F5ED9EB817D1DAA4A15F96A 0xCD DUP1 PUSH9 0xF43BA6A11C64736F6C PUSH4 0x4300081A STOP CALLER ", + "sourceMap": "281:28026:35:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;281:28026:35;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": {}, + "generatedSources": [], + "immutableReferences": {}, + "linkReferences": {}, + "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209980d8333efc4f416e3594ec7f5ed9eb817d1daa4a15f96acd8068f43ba6a11c64736f6c634300081a0033", + "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP10 DUP1 0xD8 CALLER RETURNDATACOPY 0xFC 0x4F COINBASE PUSH15 0x3594EC7F5ED9EB817D1DAA4A15F96A 0xCD DUP1 PUSH9 0xF43BA6A11C64736F6C PUSH4 0x4300081A STOP CALLER ", + "sourceMap": "281:28026:35:-:0;;;;;;;;" + }, + "methodIdentifiers": {} + }, + "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Standard math utilities missing in the Solidity language.\",\"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/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]}},\"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": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e8781b83307640e85e584cc76b3b3dedd4b091b0a277846f85035bfe33f833d564736f6c634300081a0033", + "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 0xE8 PUSH25 0x1B83307640E85E584CC76B3B3DEDD4B091B0A277846F85035B INVALID CALLER 0xF8 CALLER 0xD5 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "769:34173:36:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;769:34173:36;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": {}, + "generatedSources": [], + "immutableReferences": {}, + "linkReferences": {}, + "object": "73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e8781b83307640e85e584cc76b3b3dedd4b091b0a277846f85035bfe33f833d564736f6c634300081a0033", + "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xE8 PUSH25 0x1B83307640E85E584CC76B3B3DEDD4B091B0A277846F85035B INVALID CALLER 0xF8 CALLER 0xD5 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "769:34173:36:-: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/bool 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\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]}},\"version\":1}" + } + }, + "@openzeppelin/contracts/utils/math/SignedMath.sol": { + "SignedMath": { + "abi": [], + "evm": { + "bytecode": { + "functionDebugData": {}, + "generatedSources": [], + "linkReferences": {}, + "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220782d80247018a4af79c53cd33ccdb075085cf73e804f0cff9656f07ead70b05164736f6c634300081a0033", + "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 PUSH25 0x2D80247018A4AF79C53CD33CCDB075085CF73E804F0CFF9656 CREATE PUSH31 0xAD70B05164736F6C634300081A003300000000000000000000000000000000 ", + "sourceMap": "258:2354:37:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;258:2354:37;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": {}, + "generatedSources": [], + "immutableReferences": {}, + "linkReferences": {}, + "object": "73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220782d80247018a4af79c53cd33ccdb075085cf73e804f0cff9656f07ead70b05164736f6c634300081a0033", + "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH25 0x2D80247018A4AF79C53CD33CCDB075085CF73E804F0CFF9656 CREATE PUSH31 0xAD70B05164736F6C634300081A003300000000000000000000000000000000 ", + "sourceMap": "258:2354:37:-: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/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0xb1970fac7b64e6c09611e6691791e848d5e3fe410fa5899e7df2e0afd77a99e3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db5fbb3dddd8b7047465b62575d96231ba8a2774d37fb4737fbf23340fabbb03\",\"dweb:/ipfs/QmVUSvooZKEdEdap619tcJjTLcAuH6QBdZqAzWwnAXZAWJ\"]}},\"version\":1}" + } + }, + "@openzeppelin/contracts/utils/types/Time.sol": { + "Time": { + "abi": [], + "evm": { + "bytecode": { + "functionDebugData": {}, + "generatedSources": [], + "linkReferences": {}, + "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212207e8687b64713742efba2e60427f15d682c5a3c40b5306463bfa90576d5c0977f64736f6c634300081a0033", + "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 PUSH31 0x8687B64713742EFBA2E60427F15D682C5A3C40B5306463BFA90576D5C0977F PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "640:4515:38:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;640:4515:38;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": {}, + "generatedSources": [], + "immutableReferences": {}, + "linkReferences": {}, + "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212207e8687b64713742efba2e60427f15d682c5a3c40b5306463bfa90576d5c0977f64736f6c634300081a0033", + "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH31 0x8687B64713742EFBA2E60427F15D682C5A3C40B5306463BFA90576D5C0977F PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "640:4515:38:-: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/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]}},\"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": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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.ApplicationDto", + "name": "dto", + "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": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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.ApplicationDto", + "name": "dto", + "type": "tuple" + } + ], + "name": "updateApplication", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "evm": { + "bytecode": { + "functionDebugData": { + "@_13397": { + "entryPoint": null, + "id": 13397, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_6963": { + "entryPoint": null, + "id": 6963, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_8110": { + "entryPoint": null, + "id": 8110, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@_setAuthority_7053": { + "entryPoint": 62, + "id": 7053, + "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:46", + "nodeType": "YulBlock", + "src": "0:514:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "95:209:46", + "nodeType": "YulBlock", + "src": "95:209:46", + "statements": [ + { + "body": { + "nativeSrc": "141:16:46", + "nodeType": "YulBlock", + "src": "141:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "150:1:46", + "nodeType": "YulLiteral", + "src": "150:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "153:1:46", + "nodeType": "YulLiteral", + "src": "153:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "143:6:46", + "nodeType": "YulIdentifier", + "src": "143:6:46" + }, + "nativeSrc": "143:12:46", + "nodeType": "YulFunctionCall", + "src": "143:12:46" + }, + "nativeSrc": "143:12:46", + "nodeType": "YulExpressionStatement", + "src": "143:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "116:7:46", + "nodeType": "YulIdentifier", + "src": "116:7:46" + }, + { + "name": "headStart", + "nativeSrc": "125:9:46", + "nodeType": "YulIdentifier", + "src": "125:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "112:3:46", + "nodeType": "YulIdentifier", + "src": "112:3:46" + }, + "nativeSrc": "112:23:46", + "nodeType": "YulFunctionCall", + "src": "112:23:46" + }, + { + "kind": "number", + "nativeSrc": "137:2:46", + "nodeType": "YulLiteral", + "src": "137:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "108:3:46", + "nodeType": "YulIdentifier", + "src": "108:3:46" + }, + "nativeSrc": "108:32:46", + "nodeType": "YulFunctionCall", + "src": "108:32:46" + }, + "nativeSrc": "105:52:46", + "nodeType": "YulIf", + "src": "105:52:46" + }, + { + "nativeSrc": "166:29:46", + "nodeType": "YulVariableDeclaration", + "src": "166:29:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "185:9:46", + "nodeType": "YulIdentifier", + "src": "185:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "179:5:46", + "nodeType": "YulIdentifier", + "src": "179:5:46" + }, + "nativeSrc": "179:16:46", + "nodeType": "YulFunctionCall", + "src": "179:16:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "170:5:46", + "nodeType": "YulTypedName", + "src": "170:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "258:16:46", + "nodeType": "YulBlock", + "src": "258:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "267:1:46", + "nodeType": "YulLiteral", + "src": "267:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "270:1:46", + "nodeType": "YulLiteral", + "src": "270:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "260:6:46", + "nodeType": "YulIdentifier", + "src": "260:6:46" + }, + "nativeSrc": "260:12:46", + "nodeType": "YulFunctionCall", + "src": "260:12:46" + }, + "nativeSrc": "260:12:46", + "nodeType": "YulExpressionStatement", + "src": "260:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "217:5:46", + "nodeType": "YulIdentifier", + "src": "217:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "228:5:46", + "nodeType": "YulIdentifier", + "src": "228:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "243:3:46", + "nodeType": "YulLiteral", + "src": "243:3:46", + "type": "", + "value": "160" + }, + { + "kind": "number", + "nativeSrc": "248:1:46", + "nodeType": "YulLiteral", + "src": "248:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "239:3:46", + "nodeType": "YulIdentifier", + "src": "239:3:46" + }, + "nativeSrc": "239:11:46", + "nodeType": "YulFunctionCall", + "src": "239:11:46" + }, + { + "kind": "number", + "nativeSrc": "252:1:46", + "nodeType": "YulLiteral", + "src": "252:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "235:3:46", + "nodeType": "YulIdentifier", + "src": "235:3:46" + }, + "nativeSrc": "235:19:46", + "nodeType": "YulFunctionCall", + "src": "235:19:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "224:3:46", + "nodeType": "YulIdentifier", + "src": "224:3:46" + }, + "nativeSrc": "224:31:46", + "nodeType": "YulFunctionCall", + "src": "224:31:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "214:2:46", + "nodeType": "YulIdentifier", + "src": "214:2:46" + }, + "nativeSrc": "214:42:46", + "nodeType": "YulFunctionCall", + "src": "214:42:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "207:6:46", + "nodeType": "YulIdentifier", + "src": "207:6:46" + }, + "nativeSrc": "207:50:46", + "nodeType": "YulFunctionCall", + "src": "207:50:46" + }, + "nativeSrc": "204:70:46", + "nodeType": "YulIf", + "src": "204:70:46" + }, + { + "nativeSrc": "283:15:46", + "nodeType": "YulAssignment", + "src": "283:15:46", + "value": { + "name": "value", + "nativeSrc": "293:5:46", + "nodeType": "YulIdentifier", + "src": "293:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "283:6:46", + "nodeType": "YulIdentifier", + "src": "283:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_address_fromMemory", + "nativeSrc": "14:290:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "61:9:46", + "nodeType": "YulTypedName", + "src": "61:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "72:7:46", + "nodeType": "YulTypedName", + "src": "72:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "84:6:46", + "nodeType": "YulTypedName", + "src": "84:6:46", + "type": "" + } + ], + "src": "14:290:46" + }, + { + "body": { + "nativeSrc": "410:102:46", + "nodeType": "YulBlock", + "src": "410:102:46", + "statements": [ + { + "nativeSrc": "420:26:46", + "nodeType": "YulAssignment", + "src": "420:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "432:9:46", + "nodeType": "YulIdentifier", + "src": "432:9:46" + }, + { + "kind": "number", + "nativeSrc": "443:2:46", + "nodeType": "YulLiteral", + "src": "443:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "428:3:46", + "nodeType": "YulIdentifier", + "src": "428:3:46" + }, + "nativeSrc": "428:18:46", + "nodeType": "YulFunctionCall", + "src": "428:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "420:4:46", + "nodeType": "YulIdentifier", + "src": "420:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "462:9:46", + "nodeType": "YulIdentifier", + "src": "462:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "477:6:46", + "nodeType": "YulIdentifier", + "src": "477:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "493:3:46", + "nodeType": "YulLiteral", + "src": "493:3:46", + "type": "", + "value": "160" + }, + { + "kind": "number", + "nativeSrc": "498:1:46", + "nodeType": "YulLiteral", + "src": "498:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "489:3:46", + "nodeType": "YulIdentifier", + "src": "489:3:46" + }, + "nativeSrc": "489:11:46", + "nodeType": "YulFunctionCall", + "src": "489:11:46" + }, + { + "kind": "number", + "nativeSrc": "502:1:46", + "nodeType": "YulLiteral", + "src": "502:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "485:3:46", + "nodeType": "YulIdentifier", + "src": "485:3:46" + }, + "nativeSrc": "485:19:46", + "nodeType": "YulFunctionCall", + "src": "485:19:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "473:3:46", + "nodeType": "YulIdentifier", + "src": "473:3:46" + }, + "nativeSrc": "473:32:46", + "nodeType": "YulFunctionCall", + "src": "473:32:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "455:6:46", + "nodeType": "YulIdentifier", + "src": "455:6:46" + }, + "nativeSrc": "455:51:46", + "nodeType": "YulFunctionCall", + "src": "455:51:46" + }, + "nativeSrc": "455:51:46", + "nodeType": "YulExpressionStatement", + "src": "455:51:46" + } + ] + }, + "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", + "nativeSrc": "309:203:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "379:9:46", + "nodeType": "YulTypedName", + "src": "379:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "390:6:46", + "nodeType": "YulTypedName", + "src": "390:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "401:4:46", + "nodeType": "YulTypedName", + "src": "401:4:46", + "type": "" + } + ], + "src": "309:203:46" + } + ] + }, + "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": 46, + "language": "Yul", + "name": "#utility.yul" + } + ], + "linkReferences": {}, + "object": "6080604052348015600f57600080fd5b50604051611615380380611615833981016040819052602c916092565b80603481603e565b50506001805560c0565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006020828403121560a357600080fd5b81516001600160a01b038116811460b957600080fd5b9392505050565b611546806100cf6000396000f3fe608060405234801561001057600080fd5b50600436106100a35760003560e01c80637a9e5e4b11610076578063bf7e214f1161005b578063bf7e214f1461014d578063cec9d7da14610168578063ecdfe9b41461017957600080fd5b80637a9e5e4b146101195780638fb360371461012c57600080fd5b80631f2f4bfd146100a857806336112a14146100d157806341702a16146100e65780637823c1e314610106575b600080fd5b6100bb6100b6366004610e94565b61018c565b6040516100c89190610f22565b60405180910390f35b6100e46100df36600461107e565b6102fb565b005b6100f96100f43660046110bb565b6104ac565b6040516100c891906110dd565b6100e4610114366004610e94565b610744565b6100e4610127366004611142565b610871565b610134610904565b6040516001600160e01b031990911681526020016100c8565b6000546040516001600160a01b0390911681526020016100c8565b6004546040519081526020016100c8565b6100e461018736600461115d565b610941565b6101b96040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b600082815260026020819052604090912001546001600160a01b03166102265760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f7420657869737400000000000060448201526064015b60405180910390fd5b600260008381526020019081526020016000206040518060600160405290816000820154815260200160018201805461025e906111a4565b80601f016020809104026020016040519081016040528092919081815260200182805461028a906111a4565b80156102d75780601f106102ac576101008083540402835291602001916102d7565b820191906000526020600020905b8154815290600101906020018083116102ba57829003601f168201915b5050509183525050600291909101546001600160a01b031660209091015292915050565b610303610b4f565b610310335b600036610b92565b6020808201516001600160a01b031660009081526003909152604090205460ff16156103a45760405162461bcd60e51b815260206004820152602c60248201527f4164647265737320616c7265616479207573656420666f7220616e6f7468657260448201527f206170706c69636174696f6e0000000000000000000000000000000000000000606482015260840161021d565b6004805490819060006103b6836111de565b90915550506040805160608101825282815283516020808301918252858101516001600160a01b031683850152600085815260029091529290922081518155915190918291600182019061040a9082611251565b506040918201516002918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b039283161790558383015116600090815260036020908152838220805460ff191660011790558582529190915281902090517f6aa6784e182c2b55186dd7a4a54b2b311415146b5e10241d3015c6f4f2f317709161049691859190611310565b60405180910390a150506104a960018055565b50565b606060008267ffffffffffffffff8111156104c9576104c9610f3c565b60405190808252806020026020018201604052801561052757816020015b6105146040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b8152602001906001900390816104e75790505b5090506000845b848210801561053e575060045481105b1561067357600081815260026020819052604090912001546001600160a01b03161561066157600260008281526020019081526020016000206040518060600160405290816000820154815260200160018201805461059c906111a4565b80601f01602080910402602001604051908101604052809291908181526020018280546105c8906111a4565b80156106155780601f106105ea57610100808354040283529160200191610615565b820191906000526020600020905b8154815290600101906020018083116105f857829003601f168201915b5050509183525050600291909101546001600160a01b03166020909101528351849084908110610647576106476113d4565b6020026020010181905250818061065d906111de565b9250505b8061066b816111de565b91505061052e565b60008267ffffffffffffffff81111561068e5761068e610f3c565b6040519080825280602002602001820160405280156106ec57816020015b6106d96040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b8152602001906001900390816106ac5790505b50905060005b838110156107395784818151811061070c5761070c6113d4565b6020026020010151828281518110610726576107266113d4565b60209081029190910101526001016106f2565b509695505050505050565b61074c610b4f565b61075533610308565b600081815260026020819052604090912001546001600160a01b03166107bd5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f74206578697374000000000000604482015260640161021d565b6000818152600260208181526040808420808401546001600160a01b0316855260038352818520805460ff1916905593859052919052517f1e6f9fdb36c7f3979c3d49fa0390d328e704f0e49c2c1c48aa0c0ccc831e87569161082291849190611310565b60405180910390a16000818152600260205260408120818155906108496001830182610e46565b50600201805473ffffffffffffffffffffffffffffffffffffffff191690556104a960018055565b60005433906001600160a01b031681146108a85760405162d1953b60e31b81526001600160a01b038216600482015260240161021d565b816001600160a01b03163b6000036108f7576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161021d565b61090082610cab565b5050565b60008054600160a01b900460ff1661091c5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b610949610b4f565b61095233610308565b600082815260026020819052604090912001546001600160a01b03166109ba5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f74206578697374000000000000604482015260640161021d565b6020808201516001600160a01b031660009081526003909152604090205460ff161580610a0a5750602080820151600084815260029283905260409020909101546001600160a01b039081169116145b610a7c5760405162461bcd60e51b815260206004820152602360248201527f4163636f756e74207573656420627920616e6f74686572206170706c6963617460448201527f696f6e0000000000000000000000000000000000000000000000000000000000606482015260840161021d565b6040805160608101825283815282516020808301918252848101516001600160a01b03168385015260008681526002909152929092208151815591519091906001820190610aca9082611251565b506040918201516002918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b03909216919091179055600084815260209190915281902090517f36856bfccc17ac92d527e8f941bbf8a8195c32e49bac06a5ab66fd1e67cf82d091610b3e91859190611310565b60405180910390a161090060018055565b600260015403610b8b576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002600155565b600080610bc8610baa6000546001600160a01b031690565b8630610bba60046000898b6113ea565b610bc391611414565b610d0c565b9150915081610ca45763ffffffff811615610c81576000805460ff60a01b198116600160a01b179091556040517f94c7d7ee0000000000000000000000000000000000000000000000000000000081526001600160a01b03909116906394c7d7ee90610c3c9088908890889060040161144a565b600060405180830381600087803b158015610c5657600080fd5b505af1158015610c6a573d6000803e3d6000fd5b50506000805460ff60a01b1916905550610ca49050565b60405162d1953b60e31b81526001600160a01b038616600482015260240161021d565b5050505050565b6000805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb70096130000000000000000000000000000000000000000000000000000000017905251610da99190611489565b600060405180830381855afa9150503d8060008114610de4576040519150601f19603f3d011682016040523d82523d6000602084013e610de9565b606091505b50915091508115610e3b576040815110610e1b5780806020019051810190610e1191906114b5565b9094509250610e3b565b6020815110610e3b5780806020019051810190610e3891906114f5565b93505b505094509492505050565b508054610e52906111a4565b6000825580601f10610e62575050565b601f0160209004906000526020600020908101906104a991905b80821115610e905760008155600101610e7c565b5090565b600060208284031215610ea657600080fd5b5035919050565b60005b83811015610ec8578181015183820152602001610eb0565b50506000910152565b8051825260006020820151606060208501528051806060860152610efc816080870160208501610ead565b6040938401516001600160a01b0316938501939093525050601f01601f19160160800190565b602081526000610f356020830184610ed1565b9392505050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610f7557610f75610f3c565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715610fa457610fa4610f3c565b604052919050565b80356001600160a01b0381168114610fc357600080fd5b919050565b600060408284031215610fda57600080fd5b610fe2610f52565b9050813567ffffffffffffffff811115610ffb57600080fd5b8201601f8101841361100c57600080fd5b803567ffffffffffffffff81111561102657611026610f3c565b611039601f8201601f1916602001610f7b565b81815285602083850101111561104e57600080fd5b8160208401602083013760006020838301015280845250505061107360208301610fac565b602082015292915050565b60006020828403121561109057600080fd5b813567ffffffffffffffff8111156110a757600080fd5b6110b384828501610fc8565b949350505050565b600080604083850312156110ce57600080fd5b50508035926020909101359150565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561113657603f19878603018452611121858351610ed1565b94506020938401939190910190600101611105565b50929695505050505050565b60006020828403121561115457600080fd5b610f3582610fac565b6000806040838503121561117057600080fd5b82359150602083013567ffffffffffffffff81111561118e57600080fd5b61119a85828601610fc8565b9150509250929050565b600181811c908216806111b857607f821691505b6020821081036111d857634e487b7160e01b600052602260045260246000fd5b50919050565b6000600182016111fe57634e487b7160e01b600052601160045260246000fd5b5060010190565b601f82111561124c57806000526020600020601f840160051c8101602085101561122c5750805b601f840160051c820191505b81811015610ca45760008155600101611238565b505050565b815167ffffffffffffffff81111561126b5761126b610f3c565b61127f8161127984546111a4565b84611205565b6020601f8211600181146112b3576000831561129b5750848201515b600019600385901b1c1916600184901b178455610ca4565b600084815260208120601f198516915b828110156112e357878501518255602094850194600190920191016112c3565b50848210156113015786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b82815260406020820152815460408201526000600183016060808401526000815461133a816111a4565b8060a087015260018216600081146113595760018114611375576113a9565b60ff19831660c088015260c082151560051b88010193506113a9565b84600052602060002060005b838110156113a057815489820160c00152600190910190602001611381565b880160c0019450505b50505060028501546001600160a01b03166001600160a01b0381166080860152915095945050505050565b634e487b7160e01b600052603260045260246000fd5b600080858511156113fa57600080fd5b8386111561140757600080fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611443576001600160e01b0319808560040360031b1b82161691505b5092915050565b6001600160a01b038416815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000825161149b818460208701610ead565b9190910192915050565b80518015158114610fc357600080fd5b600080604083850312156114c857600080fd5b6114d1836114a5565b9150602083015163ffffffff811681146114ea57600080fd5b809150509250929050565b60006020828403121561150757600080fd5b610f35826114a556fea26469706673582212203b7e79da061a8b5e30ac550ce6a14de19dc3dcff8dcfe42e248e717f21718b1564736f6c634300081a0033", + "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0x1615 CODESIZE SUB DUP1 PUSH2 0x1615 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 0x1546 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 0xE94 JUMP JUMPDEST PUSH2 0x18C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xC8 SWAP2 SWAP1 PUSH2 0xF22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xE4 PUSH2 0xDF CALLDATASIZE PUSH1 0x4 PUSH2 0x107E JUMP JUMPDEST PUSH2 0x2FB JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF9 PUSH2 0xF4 CALLDATASIZE PUSH1 0x4 PUSH2 0x10BB JUMP JUMPDEST PUSH2 0x4AC JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xC8 SWAP2 SWAP1 PUSH2 0x10DD JUMP JUMPDEST PUSH2 0xE4 PUSH2 0x114 CALLDATASIZE PUSH1 0x4 PUSH2 0xE94 JUMP JUMPDEST PUSH2 0x744 JUMP JUMPDEST PUSH2 0xE4 PUSH2 0x127 CALLDATASIZE PUSH1 0x4 PUSH2 0x1142 JUMP JUMPDEST PUSH2 0x871 JUMP JUMPDEST PUSH2 0x134 PUSH2 0x904 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 0x115D JUMP JUMPDEST PUSH2 0x941 JUMP JUMPDEST PUSH2 0x1B9 PUSH1 0x40 MLOAD DUP1 PUSH1 0x60 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 SWAP1 SWAP2 KECCAK256 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x226 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 0x2 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x60 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD DUP1 SLOAD PUSH2 0x25E SWAP1 PUSH2 0x11A4 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 0x28A SWAP1 PUSH2 0x11A4 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2D7 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x2AC JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2D7 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 0x2BA JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP SWAP2 DUP4 MSTORE POP POP PUSH1 0x2 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 0x303 PUSH2 0xB4F JUMP JUMPDEST PUSH2 0x310 CALLER JUMPDEST PUSH1 0x0 CALLDATASIZE PUSH2 0xB92 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 0x3A4 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 0x21D JUMP JUMPDEST PUSH1 0x4 DUP1 SLOAD SWAP1 DUP2 SWAP1 PUSH1 0x0 PUSH2 0x3B6 DUP4 PUSH2 0x11DE JUMP JUMPDEST SWAP1 SWAP2 SSTORE POP POP PUSH1 0x40 DUP1 MLOAD PUSH1 0x60 DUP2 ADD DUP3 MSTORE DUP3 DUP2 MSTORE DUP4 MLOAD PUSH1 0x20 DUP1 DUP4 ADD SWAP2 DUP3 MSTORE DUP6 DUP2 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP4 DUP6 ADD MSTORE PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x2 SWAP1 SWAP2 MSTORE SWAP3 SWAP1 SWAP3 KECCAK256 DUP2 MLOAD DUP2 SSTORE SWAP2 MLOAD SWAP1 SWAP2 DUP3 SWAP2 PUSH1 0x1 DUP3 ADD SWAP1 PUSH2 0x40A SWAP1 DUP3 PUSH2 0x1251 JUMP JUMPDEST POP PUSH1 0x40 SWAP2 DUP3 ADD MLOAD PUSH1 0x2 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 PUSH1 0x20 SWAP1 DUP2 MSTORE DUP4 DUP3 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND PUSH1 0x1 OR SWAP1 SSTORE DUP6 DUP3 MSTORE SWAP2 SWAP1 SWAP2 MSTORE DUP2 SWAP1 KECCAK256 SWAP1 MLOAD PUSH32 0x6AA6784E182C2B55186DD7A4A54B2B311415146B5E10241D3015C6F4F2F31770 SWAP2 PUSH2 0x496 SWAP2 DUP6 SWAP2 SWAP1 PUSH2 0x1310 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP PUSH2 0x4A9 PUSH1 0x1 DUP1 SSTORE JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x4C9 JUMPI PUSH2 0x4C9 PUSH2 0xF3C JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x527 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH2 0x514 PUSH1 0x40 MLOAD DUP1 PUSH1 0x60 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x4E7 JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 DUP5 JUMPDEST DUP5 DUP3 LT DUP1 ISZERO PUSH2 0x53E JUMPI POP PUSH1 0x4 SLOAD DUP2 LT JUMPDEST ISZERO PUSH2 0x673 JUMPI PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 SWAP1 SWAP2 KECCAK256 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND ISZERO PUSH2 0x661 JUMPI PUSH1 0x2 PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x60 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD DUP1 SLOAD PUSH2 0x59C SWAP1 PUSH2 0x11A4 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 0x5C8 SWAP1 PUSH2 0x11A4 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x615 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x5EA JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x615 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 0x5F8 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP SWAP2 DUP4 MSTORE POP POP PUSH1 0x2 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 0x647 JUMPI PUSH2 0x647 PUSH2 0x13D4 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP DUP2 DUP1 PUSH2 0x65D SWAP1 PUSH2 0x11DE JUMP JUMPDEST SWAP3 POP POP JUMPDEST DUP1 PUSH2 0x66B DUP2 PUSH2 0x11DE JUMP JUMPDEST SWAP2 POP POP PUSH2 0x52E JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x68E JUMPI PUSH2 0x68E PUSH2 0xF3C JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x6EC JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH2 0x6D9 PUSH1 0x40 MLOAD DUP1 PUSH1 0x60 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x6AC JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x739 JUMPI DUP5 DUP2 DUP2 MLOAD DUP2 LT PUSH2 0x70C JUMPI PUSH2 0x70C PUSH2 0x13D4 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x726 JUMPI PUSH2 0x726 PUSH2 0x13D4 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0x6F2 JUMP JUMPDEST POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x74C PUSH2 0xB4F JUMP JUMPDEST PUSH2 0x755 CALLER PUSH2 0x308 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 SWAP1 SWAP2 KECCAK256 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x7BD 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 0x21D JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 DUP1 DUP5 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 0x1E6F9FDB36C7F3979C3D49FA0390D328E704F0E49C2C1C48AA0C0CCC831E8756 SWAP2 PUSH2 0x822 SWAP2 DUP5 SWAP2 SWAP1 PUSH2 0x1310 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 DUP2 DUP2 SSTORE SWAP1 PUSH2 0x849 PUSH1 0x1 DUP4 ADD DUP3 PUSH2 0xE46 JUMP JUMPDEST POP PUSH1 0x2 ADD DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND SWAP1 SSTORE PUSH2 0x4A9 PUSH1 0x1 DUP1 SSTORE JUMP JUMPDEST PUSH1 0x0 SLOAD CALLER SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 EQ PUSH2 0x8A8 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 0x21D JUMP JUMPDEST DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EXTCODESIZE PUSH1 0x0 SUB PUSH2 0x8F7 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 0x21D JUMP JUMPDEST PUSH2 0x900 DUP3 PUSH2 0xCAB JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH1 0x1 PUSH1 0xA0 SHL SWAP1 DIV PUSH1 0xFF AND PUSH2 0x91C JUMPI POP PUSH1 0x0 SWAP1 JUMP JUMPDEST POP PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 SWAP1 JUMP JUMPDEST PUSH2 0x949 PUSH2 0xB4F JUMP JUMPDEST PUSH2 0x952 CALLER PUSH2 0x308 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 SWAP1 SWAP2 KECCAK256 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x9BA 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 0x21D 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 0xA0A JUMPI POP PUSH1 0x20 DUP1 DUP3 ADD MLOAD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x2 SWAP3 DUP4 SWAP1 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SWAP1 SWAP2 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 DUP2 AND SWAP2 AND EQ JUMPDEST PUSH2 0xA7C 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 0x21D JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x60 DUP2 ADD DUP3 MSTORE DUP4 DUP2 MSTORE DUP3 MLOAD PUSH1 0x20 DUP1 DUP4 ADD SWAP2 DUP3 MSTORE DUP5 DUP2 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP4 DUP6 ADD MSTORE PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x2 SWAP1 SWAP2 MSTORE SWAP3 SWAP1 SWAP3 KECCAK256 DUP2 MLOAD DUP2 SSTORE SWAP2 MLOAD SWAP1 SWAP2 SWAP1 PUSH1 0x1 DUP3 ADD SWAP1 PUSH2 0xACA SWAP1 DUP3 PUSH2 0x1251 JUMP JUMPDEST POP PUSH1 0x40 SWAP2 DUP3 ADD MLOAD PUSH1 0x2 SWAP2 DUP3 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 DUP5 DUP2 MSTORE PUSH1 0x20 SWAP2 SWAP1 SWAP2 MSTORE DUP2 SWAP1 KECCAK256 SWAP1 MLOAD PUSH32 0x36856BFCCC17AC92D527E8F941BBF8A8195C32E49BAC06A5AB66FD1E67CF82D0 SWAP2 PUSH2 0xB3E SWAP2 DUP6 SWAP2 SWAP1 PUSH2 0x1310 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH2 0x900 PUSH1 0x1 DUP1 SSTORE JUMP JUMPDEST PUSH1 0x2 PUSH1 0x1 SLOAD SUB PUSH2 0xB8B 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 0xBC8 PUSH2 0xBAA PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST DUP7 ADDRESS PUSH2 0xBBA PUSH1 0x4 PUSH1 0x0 DUP10 DUP12 PUSH2 0x13EA JUMP JUMPDEST PUSH2 0xBC3 SWAP2 PUSH2 0x1414 JUMP JUMPDEST PUSH2 0xD0C JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0xCA4 JUMPI PUSH4 0xFFFFFFFF DUP2 AND ISZERO PUSH2 0xC81 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 0xC3C SWAP1 DUP9 SWAP1 DUP9 SWAP1 DUP9 SWAP1 PUSH1 0x4 ADD PUSH2 0x144A JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xC56 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0xC6A 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 0xCA4 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 0x21D 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 0xDA9 SWAP2 SWAP1 PUSH2 0x1489 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS STATICCALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0xDE4 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 0xDE9 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP DUP2 ISZERO PUSH2 0xE3B JUMPI PUSH1 0x40 DUP2 MLOAD LT PUSH2 0xE1B JUMPI DUP1 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0xE11 SWAP2 SWAP1 PUSH2 0x14B5 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0xE3B JUMP JUMPDEST PUSH1 0x20 DUP2 MLOAD LT PUSH2 0xE3B JUMPI DUP1 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0xE38 SWAP2 SWAP1 PUSH2 0x14F5 JUMP JUMPDEST SWAP4 POP JUMPDEST POP POP SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST POP DUP1 SLOAD PUSH2 0xE52 SWAP1 PUSH2 0x11A4 JUMP JUMPDEST PUSH1 0x0 DUP3 SSTORE DUP1 PUSH1 0x1F LT PUSH2 0xE62 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 0x4A9 SWAP2 SWAP1 JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0xE90 JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0xE7C JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xEA6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xEC8 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0xEB0 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST DUP1 MLOAD DUP3 MSTORE PUSH1 0x0 PUSH1 0x20 DUP3 ADD MLOAD PUSH1 0x60 PUSH1 0x20 DUP6 ADD MSTORE DUP1 MLOAD DUP1 PUSH1 0x60 DUP7 ADD MSTORE PUSH2 0xEFC DUP2 PUSH1 0x80 DUP8 ADD PUSH1 0x20 DUP6 ADD PUSH2 0xEAD JUMP JUMPDEST PUSH1 0x40 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 0x80 ADD SWAP1 JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0xF35 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0xED1 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 0xF75 JUMPI PUSH2 0xF75 PUSH2 0xF3C 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 0xFA4 JUMPI PUSH2 0xFA4 PUSH2 0xF3C 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 0xFC3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xFDA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xFE2 PUSH2 0xF52 JUMP JUMPDEST SWAP1 POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xFFB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x1F DUP2 ADD DUP5 SGT PUSH2 0x100C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1026 JUMPI PUSH2 0x1026 PUSH2 0xF3C JUMP JUMPDEST PUSH2 0x1039 PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD PUSH2 0xF7B JUMP JUMPDEST DUP2 DUP2 MSTORE DUP6 PUSH1 0x20 DUP4 DUP6 ADD ADD GT ISZERO PUSH2 0x104E 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 0x1073 PUSH1 0x20 DUP4 ADD PUSH2 0xFAC JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1090 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x10A7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x10B3 DUP5 DUP3 DUP6 ADD PUSH2 0xFC8 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x10CE 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 0x1136 JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE PUSH2 0x1121 DUP6 DUP4 MLOAD PUSH2 0xED1 JUMP JUMPDEST SWAP5 POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP2 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x1105 JUMP JUMPDEST POP SWAP3 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1154 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xF35 DUP3 PUSH2 0xFAC JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1170 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x118E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x119A DUP6 DUP3 DUP7 ADD PUSH2 0xFC8 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x11B8 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x11D8 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 PUSH1 0x1 DUP3 ADD PUSH2 0x11FE 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 PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x124C 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 0x122C JUMPI POP DUP1 JUMPDEST PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP3 ADD SWAP2 POP JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xCA4 JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0x1238 JUMP JUMPDEST POP POP POP JUMP JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x126B JUMPI PUSH2 0x126B PUSH2 0xF3C JUMP JUMPDEST PUSH2 0x127F DUP2 PUSH2 0x1279 DUP5 SLOAD PUSH2 0x11A4 JUMP JUMPDEST DUP5 PUSH2 0x1205 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x1F DUP3 GT PUSH1 0x1 DUP2 EQ PUSH2 0x12B3 JUMPI PUSH1 0x0 DUP4 ISZERO PUSH2 0x129B 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 0xCA4 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 DUP2 KECCAK256 PUSH1 0x1F NOT DUP6 AND SWAP2 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x12E3 JUMPI DUP8 DUP6 ADD MLOAD DUP3 SSTORE PUSH1 0x20 SWAP5 DUP6 ADD SWAP5 PUSH1 0x1 SWAP1 SWAP3 ADD SWAP2 ADD PUSH2 0x12C3 JUMP JUMPDEST POP DUP5 DUP3 LT ISZERO PUSH2 0x1301 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 DUP2 SLOAD PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x0 PUSH1 0x1 DUP4 ADD PUSH1 0x60 DUP1 DUP5 ADD MSTORE PUSH1 0x0 DUP2 SLOAD PUSH2 0x133A DUP2 PUSH2 0x11A4 JUMP JUMPDEST DUP1 PUSH1 0xA0 DUP8 ADD MSTORE PUSH1 0x1 DUP3 AND PUSH1 0x0 DUP2 EQ PUSH2 0x1359 JUMPI PUSH1 0x1 DUP2 EQ PUSH2 0x1375 JUMPI PUSH2 0x13A9 JUMP JUMPDEST PUSH1 0xFF NOT DUP4 AND PUSH1 0xC0 DUP9 ADD MSTORE PUSH1 0xC0 DUP3 ISZERO ISZERO PUSH1 0x5 SHL DUP9 ADD ADD SWAP4 POP PUSH2 0x13A9 JUMP JUMPDEST DUP5 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x13A0 JUMPI DUP2 SLOAD DUP10 DUP3 ADD PUSH1 0xC0 ADD MSTORE PUSH1 0x1 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x20 ADD PUSH2 0x1381 JUMP JUMPDEST DUP9 ADD PUSH1 0xC0 ADD SWAP5 POP POP JUMPDEST POP POP POP PUSH1 0x2 DUP6 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x80 DUP7 ADD MSTORE SWAP2 POP 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 DUP1 DUP6 DUP6 GT ISZERO PUSH2 0x13FA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x1407 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 0x1443 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 0x149B DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0xEAD JUMP JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST DUP1 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0xFC3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x14C8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x14D1 DUP4 PUSH2 0x14A5 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD MLOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x14EA 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 0x1507 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xF35 DUP3 PUSH2 0x14A5 JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 EXTCODESIZE PUSH31 0x79DA061A8B5E30AC550CE6A14DE19DC3DCFF8DCFE42E248E717F21718B1564 PUSH20 0x6F6C634300081A00330000000000000000000000 ", + "sourceMap": "283:2987:39:-:0;;;535:72;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;587:16;1190:31:16;587:16:39;1190:13:16;:31::i;:::-;-1:-1:-1;;1857:1:27;2061:21;;283:2987:39;;3804:149:16;3876:10;:25;;-1:-1:-1;;;;;;3876:25:16;-1:-1:-1;;;;;3876:25:16;;;;;;;;3916:30;;455:51:46;;;3916:30:16;;443:2:46;428:18;3916:30:16;;;;;;;3804:149;:::o;14:290:46:-;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:46;;214:42;;204:70;;270:1;267;260:12;204:70;293:5;14:290;-1:-1:-1;;;14:290:46:o;309:203::-;283:2987:39;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": { + "@_checkCanCall_7115": { + "entryPoint": 2962, + "id": 7115, + "parameterSlots": 3, + "returnSlots": 0 + }, + "@_msgData_8005": { + "entryPoint": null, + "id": 8005, + "parameterSlots": 0, + "returnSlots": 2 + }, + "@_msgSender_7996": { + "entryPoint": null, + "id": 7996, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_nonReentrantAfter_8145": { + "entryPoint": null, + "id": 8145, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@_nonReentrantBefore_8137": { + "entryPoint": 2895, + "id": 8137, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@_setAuthority_7053": { + "entryPoint": 3243, + "id": 7053, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@applicationExists_13415": { + "entryPoint": null, + "id": 13415, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@authority_6984": { + "entryPoint": null, + "id": 6984, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@canCallWithDelay_7197": { + "entryPoint": 3340, + "id": 7197, + "parameterSlots": 4, + "returnSlots": 2 + }, + "@createApplication_13481": { + "entryPoint": 763, + "id": 13481, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@deleteApplication_13575": { + "entryPoint": 1860, + "id": 13575, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@getApplication_13595": { + "entryPoint": 396, + "id": 13595, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@getApplications_13689": { + "entryPoint": 1196, + "id": 13689, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@getNextApplicationId_13423": { + "entryPoint": null, + "id": 13423, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@isConsumingScheduledOp_7038": { + "entryPoint": 2308, + "id": 7038, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@setAuthority_7021": { + "entryPoint": 2161, + "id": 7021, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@updateApplication_13537": { + "entryPoint": 2369, + "id": 13537, + "parameterSlots": 2, + "returnSlots": 0 + }, + "abi_decode_address": { + "entryPoint": 4012, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "abi_decode_bool_fromMemory": { + "entryPoint": 5285, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "abi_decode_struct_ApplicationDto": { + "entryPoint": 4040, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_address": { + "entryPoint": 4418, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_bool_fromMemory": { + "entryPoint": 5365, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_boolt_uint32_fromMemory": { + "entryPoint": 5301, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_struct$_ApplicationDto_$13697_memory_ptr": { + "entryPoint": 4222, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_uint256": { + "entryPoint": 3732, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_uint256t_struct$_ApplicationDto_$13697_memory_ptr": { + "entryPoint": 4445, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_uint256t_uint256": { + "entryPoint": 4283, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_encode_address": { + "entryPoint": null, + "id": null, + "parameterSlots": 2, + "returnSlots": 0 + }, + "abi_encode_struct_Application": { + "entryPoint": 3793, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": { + "entryPoint": 5257, + "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": 5194, + "id": null, + "parameterSlots": 4, + "returnSlots": 1 + }, + "abi_encode_tuple_t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr__fromStack_reversed": { + "entryPoint": 4317, + "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_$13704_memory_ptr__to_t_struct$_Application_$13704_memory_ptr__fromStack_reversed": { + "entryPoint": 3874, + "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_$13704_storage__to_t_uint256_t_struct$_Application_$13704_memory_ptr__fromStack_reversed": { + "entryPoint": 4880, + "id": null, + "parameterSlots": 3, + "returnSlots": 1 + }, + "allocate_memory": { + "entryPoint": 3963, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "allocate_memory_1954": { + "entryPoint": 3922, + "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": 5098, + "id": null, + "parameterSlots": 4, + "returnSlots": 2 + }, + "clean_up_bytearray_end_slots_string_storage": { + "entryPoint": 4613, + "id": null, + "parameterSlots": 3, + "returnSlots": 0 + }, + "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4": { + "entryPoint": 5140, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage": { + "entryPoint": 4689, + "id": null, + "parameterSlots": 2, + "returnSlots": 0 + }, + "copy_memory_to_memory_with_cleanup": { + "entryPoint": 3757, + "id": null, + "parameterSlots": 3, + "returnSlots": 0 + }, + "extract_byte_array_length": { + "entryPoint": 4516, + "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": 4574, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "panic_error_0x32": { + "entryPoint": 5076, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "panic_error_0x41": { + "entryPoint": 3900, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + } + }, + "generatedSources": [ + { + "ast": { + "nativeSrc": "0:14732:46", + "nodeType": "YulBlock", + "src": "0:14732:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "84:156:46", + "nodeType": "YulBlock", + "src": "84:156:46", + "statements": [ + { + "body": { + "nativeSrc": "130:16:46", + "nodeType": "YulBlock", + "src": "130:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "139:1:46", + "nodeType": "YulLiteral", + "src": "139:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "142:1:46", + "nodeType": "YulLiteral", + "src": "142:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "132:6:46", + "nodeType": "YulIdentifier", + "src": "132:6:46" + }, + "nativeSrc": "132:12:46", + "nodeType": "YulFunctionCall", + "src": "132:12:46" + }, + "nativeSrc": "132:12:46", + "nodeType": "YulExpressionStatement", + "src": "132:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "105:7:46", + "nodeType": "YulIdentifier", + "src": "105:7:46" + }, + { + "name": "headStart", + "nativeSrc": "114:9:46", + "nodeType": "YulIdentifier", + "src": "114:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "101:3:46", + "nodeType": "YulIdentifier", + "src": "101:3:46" + }, + "nativeSrc": "101:23:46", + "nodeType": "YulFunctionCall", + "src": "101:23:46" + }, + { + "kind": "number", + "nativeSrc": "126:2:46", + "nodeType": "YulLiteral", + "src": "126:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "97:3:46", + "nodeType": "YulIdentifier", + "src": "97:3:46" + }, + "nativeSrc": "97:32:46", + "nodeType": "YulFunctionCall", + "src": "97:32:46" + }, + "nativeSrc": "94:52:46", + "nodeType": "YulIf", + "src": "94:52:46" + }, + { + "nativeSrc": "155:14:46", + "nodeType": "YulVariableDeclaration", + "src": "155:14:46", + "value": { + "kind": "number", + "nativeSrc": "168:1:46", + "nodeType": "YulLiteral", + "src": "168:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "159:5:46", + "nodeType": "YulTypedName", + "src": "159:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "178:32:46", + "nodeType": "YulAssignment", + "src": "178:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "200:9:46", + "nodeType": "YulIdentifier", + "src": "200:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "187:12:46", + "nodeType": "YulIdentifier", + "src": "187:12:46" + }, + "nativeSrc": "187:23:46", + "nodeType": "YulFunctionCall", + "src": "187:23:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "178:5:46", + "nodeType": "YulIdentifier", + "src": "178:5:46" + } + ] + }, + { + "nativeSrc": "219:15:46", + "nodeType": "YulAssignment", + "src": "219:15:46", + "value": { + "name": "value", + "nativeSrc": "229:5:46", + "nodeType": "YulIdentifier", + "src": "229:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "219:6:46", + "nodeType": "YulIdentifier", + "src": "219:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint256", + "nativeSrc": "14:226:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "50:9:46", + "nodeType": "YulTypedName", + "src": "50:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "61:7:46", + "nodeType": "YulTypedName", + "src": "61:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "73:6:46", + "nodeType": "YulTypedName", + "src": "73:6:46", + "type": "" + } + ], + "src": "14:226:46" + }, + { + "body": { + "nativeSrc": "311:184:46", + "nodeType": "YulBlock", + "src": "311:184:46", + "statements": [ + { + "nativeSrc": "321:10:46", + "nodeType": "YulVariableDeclaration", + "src": "321:10:46", + "value": { + "kind": "number", + "nativeSrc": "330:1:46", + "nodeType": "YulLiteral", + "src": "330:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "325:1:46", + "nodeType": "YulTypedName", + "src": "325:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "390:63:46", + "nodeType": "YulBlock", + "src": "390:63:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "415:3:46", + "nodeType": "YulIdentifier", + "src": "415:3:46" + }, + { + "name": "i", + "nativeSrc": "420:1:46", + "nodeType": "YulIdentifier", + "src": "420:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "411:3:46", + "nodeType": "YulIdentifier", + "src": "411:3:46" + }, + "nativeSrc": "411:11:46", + "nodeType": "YulFunctionCall", + "src": "411:11:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "434:3:46", + "nodeType": "YulIdentifier", + "src": "434:3:46" + }, + { + "name": "i", + "nativeSrc": "439:1:46", + "nodeType": "YulIdentifier", + "src": "439:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "430:3:46", + "nodeType": "YulIdentifier", + "src": "430:3:46" + }, + "nativeSrc": "430:11:46", + "nodeType": "YulFunctionCall", + "src": "430:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "424:5:46", + "nodeType": "YulIdentifier", + "src": "424:5:46" + }, + "nativeSrc": "424:18:46", + "nodeType": "YulFunctionCall", + "src": "424:18:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "404:6:46", + "nodeType": "YulIdentifier", + "src": "404:6:46" + }, + "nativeSrc": "404:39:46", + "nodeType": "YulFunctionCall", + "src": "404:39:46" + }, + "nativeSrc": "404:39:46", + "nodeType": "YulExpressionStatement", + "src": "404:39:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "351:1:46", + "nodeType": "YulIdentifier", + "src": "351:1:46" + }, + { + "name": "length", + "nativeSrc": "354:6:46", + "nodeType": "YulIdentifier", + "src": "354:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "348:2:46", + "nodeType": "YulIdentifier", + "src": "348:2:46" + }, + "nativeSrc": "348:13:46", + "nodeType": "YulFunctionCall", + "src": "348:13:46" + }, + "nativeSrc": "340:113:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "362:19:46", + "nodeType": "YulBlock", + "src": "362:19:46", + "statements": [ + { + "nativeSrc": "364:15:46", + "nodeType": "YulAssignment", + "src": "364:15:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "373:1:46", + "nodeType": "YulIdentifier", + "src": "373:1:46" + }, + { + "kind": "number", + "nativeSrc": "376:2:46", + "nodeType": "YulLiteral", + "src": "376:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "369:3:46", + "nodeType": "YulIdentifier", + "src": "369:3:46" + }, + "nativeSrc": "369:10:46", + "nodeType": "YulFunctionCall", + "src": "369:10:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "364:1:46", + "nodeType": "YulIdentifier", + "src": "364:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "344:3:46", + "nodeType": "YulBlock", + "src": "344:3:46", + "statements": [] + }, + "src": "340:113:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "473:3:46", + "nodeType": "YulIdentifier", + "src": "473:3:46" + }, + { + "name": "length", + "nativeSrc": "478:6:46", + "nodeType": "YulIdentifier", + "src": "478:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "469:3:46", + "nodeType": "YulIdentifier", + "src": "469:3:46" + }, + "nativeSrc": "469:16:46", + "nodeType": "YulFunctionCall", + "src": "469:16:46" + }, + { + "kind": "number", + "nativeSrc": "487:1:46", + "nodeType": "YulLiteral", + "src": "487:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "462:6:46", + "nodeType": "YulIdentifier", + "src": "462:6:46" + }, + "nativeSrc": "462:27:46", + "nodeType": "YulFunctionCall", + "src": "462:27:46" + }, + "nativeSrc": "462:27:46", + "nodeType": "YulExpressionStatement", + "src": "462:27:46" + } + ] + }, + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "245:250:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "src", + "nativeSrc": "289:3:46", + "nodeType": "YulTypedName", + "src": "289:3:46", + "type": "" + }, + { + "name": "dst", + "nativeSrc": "294:3:46", + "nodeType": "YulTypedName", + "src": "294:3:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "299:6:46", + "nodeType": "YulTypedName", + "src": "299:6:46", + "type": "" + } + ], + "src": "245:250:46" + }, + { + "body": { + "nativeSrc": "544:83:46", + "nodeType": "YulBlock", + "src": "544:83:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "561:3:46", + "nodeType": "YulIdentifier", + "src": "561:3:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "570:5:46", + "nodeType": "YulIdentifier", + "src": "570:5:46" + }, + { + "kind": "number", + "nativeSrc": "577:42:46", + "nodeType": "YulLiteral", + "src": "577:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "566:3:46", + "nodeType": "YulIdentifier", + "src": "566:3:46" + }, + "nativeSrc": "566:54:46", + "nodeType": "YulFunctionCall", + "src": "566:54:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "554:6:46", + "nodeType": "YulIdentifier", + "src": "554:6:46" + }, + "nativeSrc": "554:67:46", + "nodeType": "YulFunctionCall", + "src": "554:67:46" + }, + "nativeSrc": "554:67:46", + "nodeType": "YulExpressionStatement", + "src": "554:67:46" + } + ] + }, + "name": "abi_encode_address", + "nativeSrc": "500:127:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "528:5:46", + "nodeType": "YulTypedName", + "src": "528:5:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "535:3:46", + "nodeType": "YulTypedName", + "src": "535:3:46", + "type": "" + } + ], + "src": "500:127:46" + }, + { + "body": { + "nativeSrc": "694:472:46", + "nodeType": "YulBlock", + "src": "694:472:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "711:3:46", + "nodeType": "YulIdentifier", + "src": "711:3:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "722:5:46", + "nodeType": "YulIdentifier", + "src": "722:5:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "716:5:46", + "nodeType": "YulIdentifier", + "src": "716:5:46" + }, + "nativeSrc": "716:12:46", + "nodeType": "YulFunctionCall", + "src": "716:12:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "704:6:46", + "nodeType": "YulIdentifier", + "src": "704:6:46" + }, + "nativeSrc": "704:25:46", + "nodeType": "YulFunctionCall", + "src": "704:25:46" + }, + "nativeSrc": "704:25:46", + "nodeType": "YulExpressionStatement", + "src": "704:25:46" + }, + { + "nativeSrc": "738:43:46", + "nodeType": "YulVariableDeclaration", + "src": "738:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "768:5:46", + "nodeType": "YulIdentifier", + "src": "768:5:46" + }, + { + "kind": "number", + "nativeSrc": "775:4:46", + "nodeType": "YulLiteral", + "src": "775:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "764:3:46", + "nodeType": "YulIdentifier", + "src": "764:3:46" + }, + "nativeSrc": "764:16:46", + "nodeType": "YulFunctionCall", + "src": "764:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "758:5:46", + "nodeType": "YulIdentifier", + "src": "758:5:46" + }, + "nativeSrc": "758:23:46", + "nodeType": "YulFunctionCall", + "src": "758:23:46" + }, + "variables": [ + { + "name": "memberValue0", + "nativeSrc": "742:12:46", + "nodeType": "YulTypedName", + "src": "742:12:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "801:3:46", + "nodeType": "YulIdentifier", + "src": "801:3:46" + }, + { + "kind": "number", + "nativeSrc": "806:4:46", + "nodeType": "YulLiteral", + "src": "806:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "797:3:46", + "nodeType": "YulIdentifier", + "src": "797:3:46" + }, + "nativeSrc": "797:14:46", + "nodeType": "YulFunctionCall", + "src": "797:14:46" + }, + { + "kind": "number", + "nativeSrc": "813:4:46", + "nodeType": "YulLiteral", + "src": "813:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "790:6:46", + "nodeType": "YulIdentifier", + "src": "790:6:46" + }, + "nativeSrc": "790:28:46", + "nodeType": "YulFunctionCall", + "src": "790:28:46" + }, + "nativeSrc": "790:28:46", + "nodeType": "YulExpressionStatement", + "src": "790:28:46" + }, + { + "nativeSrc": "827:33:46", + "nodeType": "YulVariableDeclaration", + "src": "827:33:46", + "value": { + "arguments": [ + { + "name": "memberValue0", + "nativeSrc": "847:12:46", + "nodeType": "YulIdentifier", + "src": "847:12:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "841:5:46", + "nodeType": "YulIdentifier", + "src": "841:5:46" + }, + "nativeSrc": "841:19:46", + "nodeType": "YulFunctionCall", + "src": "841:19:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "831:6:46", + "nodeType": "YulTypedName", + "src": "831:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "880:3:46", + "nodeType": "YulIdentifier", + "src": "880:3:46" + }, + { + "kind": "number", + "nativeSrc": "885:4:46", + "nodeType": "YulLiteral", + "src": "885:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "876:3:46", + "nodeType": "YulIdentifier", + "src": "876:3:46" + }, + "nativeSrc": "876:14:46", + "nodeType": "YulFunctionCall", + "src": "876:14:46" + }, + { + "name": "length", + "nativeSrc": "892:6:46", + "nodeType": "YulIdentifier", + "src": "892:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "869:6:46", + "nodeType": "YulIdentifier", + "src": "869:6:46" + }, + "nativeSrc": "869:30:46", + "nodeType": "YulFunctionCall", + "src": "869:30:46" + }, + "nativeSrc": "869:30:46", + "nodeType": "YulExpressionStatement", + "src": "869:30:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "memberValue0", + "nativeSrc": "947:12:46", + "nodeType": "YulIdentifier", + "src": "947:12:46" + }, + { + "kind": "number", + "nativeSrc": "961:4:46", + "nodeType": "YulLiteral", + "src": "961:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "943:3:46", + "nodeType": "YulIdentifier", + "src": "943:3:46" + }, + "nativeSrc": "943:23:46", + "nodeType": "YulFunctionCall", + "src": "943:23:46" + }, + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "972:3:46", + "nodeType": "YulIdentifier", + "src": "972:3:46" + }, + { + "kind": "number", + "nativeSrc": "977:3:46", + "nodeType": "YulLiteral", + "src": "977:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "968:3:46", + "nodeType": "YulIdentifier", + "src": "968:3:46" + }, + "nativeSrc": "968:13:46", + "nodeType": "YulFunctionCall", + "src": "968:13:46" + }, + { + "name": "length", + "nativeSrc": "983:6:46", + "nodeType": "YulIdentifier", + "src": "983:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "908:34:46", + "nodeType": "YulIdentifier", + "src": "908:34:46" + }, + "nativeSrc": "908:82:46", + "nodeType": "YulFunctionCall", + "src": "908:82:46" + }, + "nativeSrc": "908:82:46", + "nodeType": "YulExpressionStatement", + "src": "908:82:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "1010:3:46", + "nodeType": "YulIdentifier", + "src": "1010:3:46" + }, + { + "kind": "number", + "nativeSrc": "1015:4:46", + "nodeType": "YulLiteral", + "src": "1015:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1006:3:46", + "nodeType": "YulIdentifier", + "src": "1006:3:46" + }, + "nativeSrc": "1006:14:46", + "nodeType": "YulFunctionCall", + "src": "1006:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "1036:5:46", + "nodeType": "YulIdentifier", + "src": "1036:5:46" + }, + { + "kind": "number", + "nativeSrc": "1043:4:46", + "nodeType": "YulLiteral", + "src": "1043:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1032:3:46", + "nodeType": "YulIdentifier", + "src": "1032:3:46" + }, + "nativeSrc": "1032:16:46", + "nodeType": "YulFunctionCall", + "src": "1032:16:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "1026:5:46", + "nodeType": "YulIdentifier", + "src": "1026:5:46" + }, + "nativeSrc": "1026:23:46", + "nodeType": "YulFunctionCall", + "src": "1026:23:46" + }, + { + "kind": "number", + "nativeSrc": "1051:42:46", + "nodeType": "YulLiteral", + "src": "1051:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1022:3:46", + "nodeType": "YulIdentifier", + "src": "1022:3:46" + }, + "nativeSrc": "1022:72:46", + "nodeType": "YulFunctionCall", + "src": "1022:72:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "999:6:46", + "nodeType": "YulIdentifier", + "src": "999:6:46" + }, + "nativeSrc": "999:96:46", + "nodeType": "YulFunctionCall", + "src": "999:96:46" + }, + "nativeSrc": "999:96:46", + "nodeType": "YulExpressionStatement", + "src": "999:96:46" + }, + { + "nativeSrc": "1104:56:46", + "nodeType": "YulAssignment", + "src": "1104:56:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "1119:3:46", + "nodeType": "YulIdentifier", + "src": "1119:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "1132:6:46", + "nodeType": "YulIdentifier", + "src": "1132:6:46" + }, + { + "kind": "number", + "nativeSrc": "1140:2:46", + "nodeType": "YulLiteral", + "src": "1140:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1128:3:46", + "nodeType": "YulIdentifier", + "src": "1128:3:46" + }, + "nativeSrc": "1128:15:46", + "nodeType": "YulFunctionCall", + "src": "1128:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1149:2:46", + "nodeType": "YulLiteral", + "src": "1149:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "1145:3:46", + "nodeType": "YulIdentifier", + "src": "1145:3:46" + }, + "nativeSrc": "1145:7:46", + "nodeType": "YulFunctionCall", + "src": "1145:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1124:3:46", + "nodeType": "YulIdentifier", + "src": "1124:3:46" + }, + "nativeSrc": "1124:29:46", + "nodeType": "YulFunctionCall", + "src": "1124:29:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1115:3:46", + "nodeType": "YulIdentifier", + "src": "1115:3:46" + }, + "nativeSrc": "1115:39:46", + "nodeType": "YulFunctionCall", + "src": "1115:39:46" + }, + { + "kind": "number", + "nativeSrc": "1156:3:46", + "nodeType": "YulLiteral", + "src": "1156:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1111:3:46", + "nodeType": "YulIdentifier", + "src": "1111:3:46" + }, + "nativeSrc": "1111:49:46", + "nodeType": "YulFunctionCall", + "src": "1111:49:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "1104:3:46", + "nodeType": "YulIdentifier", + "src": "1104:3:46" + } + ] + } + ] + }, + "name": "abi_encode_struct_Application", + "nativeSrc": "632:534:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "671:5:46", + "nodeType": "YulTypedName", + "src": "671:5:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "678:3:46", + "nodeType": "YulTypedName", + "src": "678:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "686:3:46", + "nodeType": "YulTypedName", + "src": "686:3:46", + "type": "" + } + ], + "src": "632:534:46" + }, + { + "body": { + "nativeSrc": "1332:111:46", + "nodeType": "YulBlock", + "src": "1332:111:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1349:9:46", + "nodeType": "YulIdentifier", + "src": "1349:9:46" + }, + { + "kind": "number", + "nativeSrc": "1360:2:46", + "nodeType": "YulLiteral", + "src": "1360:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1342:6:46", + "nodeType": "YulIdentifier", + "src": "1342:6:46" + }, + "nativeSrc": "1342:21:46", + "nodeType": "YulFunctionCall", + "src": "1342:21:46" + }, + "nativeSrc": "1342:21:46", + "nodeType": "YulExpressionStatement", + "src": "1342:21:46" + }, + { + "nativeSrc": "1372:65:46", + "nodeType": "YulAssignment", + "src": "1372:65:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "1410:6:46", + "nodeType": "YulIdentifier", + "src": "1410:6:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1422:9:46", + "nodeType": "YulIdentifier", + "src": "1422:9:46" + }, + { + "kind": "number", + "nativeSrc": "1433:2:46", + "nodeType": "YulLiteral", + "src": "1433:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1418:3:46", + "nodeType": "YulIdentifier", + "src": "1418:3:46" + }, + "nativeSrc": "1418:18:46", + "nodeType": "YulFunctionCall", + "src": "1418:18:46" + } + ], + "functionName": { + "name": "abi_encode_struct_Application", + "nativeSrc": "1380:29:46", + "nodeType": "YulIdentifier", + "src": "1380:29:46" + }, + "nativeSrc": "1380:57:46", + "nodeType": "YulFunctionCall", + "src": "1380:57:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "1372:4:46", + "nodeType": "YulIdentifier", + "src": "1372:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_struct$_Application_$13704_memory_ptr__to_t_struct$_Application_$13704_memory_ptr__fromStack_reversed", + "nativeSrc": "1171:272:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1301:9:46", + "nodeType": "YulTypedName", + "src": "1301:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1312:6:46", + "nodeType": "YulTypedName", + "src": "1312:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "1323:4:46", + "nodeType": "YulTypedName", + "src": "1323:4:46", + "type": "" + } + ], + "src": "1171:272:46" + }, + { + "body": { + "nativeSrc": "1480:152:46", + "nodeType": "YulBlock", + "src": "1480:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1497:1:46", + "nodeType": "YulLiteral", + "src": "1497:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1500:77:46", + "nodeType": "YulLiteral", + "src": "1500:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1490:6:46", + "nodeType": "YulIdentifier", + "src": "1490:6:46" + }, + "nativeSrc": "1490:88:46", + "nodeType": "YulFunctionCall", + "src": "1490:88:46" + }, + "nativeSrc": "1490:88:46", + "nodeType": "YulExpressionStatement", + "src": "1490:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1594:1:46", + "nodeType": "YulLiteral", + "src": "1594:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "1597:4:46", + "nodeType": "YulLiteral", + "src": "1597:4:46", + "type": "", + "value": "0x41" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1587:6:46", + "nodeType": "YulIdentifier", + "src": "1587:6:46" + }, + "nativeSrc": "1587:15:46", + "nodeType": "YulFunctionCall", + "src": "1587:15:46" + }, + "nativeSrc": "1587:15:46", + "nodeType": "YulExpressionStatement", + "src": "1587:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1618:1:46", + "nodeType": "YulLiteral", + "src": "1618:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1621:4:46", + "nodeType": "YulLiteral", + "src": "1621:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1611:6:46", + "nodeType": "YulIdentifier", + "src": "1611:6:46" + }, + "nativeSrc": "1611:15:46", + "nodeType": "YulFunctionCall", + "src": "1611:15:46" + }, + "nativeSrc": "1611:15:46", + "nodeType": "YulExpressionStatement", + "src": "1611:15:46" + } + ] + }, + "name": "panic_error_0x41", + "nativeSrc": "1448:184:46", + "nodeType": "YulFunctionDefinition", + "src": "1448:184:46" + }, + { + "body": { + "nativeSrc": "1683:211:46", + "nodeType": "YulBlock", + "src": "1683:211:46", + "statements": [ + { + "nativeSrc": "1693:21:46", + "nodeType": "YulAssignment", + "src": "1693:21:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1709:4:46", + "nodeType": "YulLiteral", + "src": "1709:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "1703:5:46", + "nodeType": "YulIdentifier", + "src": "1703:5:46" + }, + "nativeSrc": "1703:11:46", + "nodeType": "YulFunctionCall", + "src": "1703:11:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "1693:6:46", + "nodeType": "YulIdentifier", + "src": "1693:6:46" + } + ] + }, + { + "nativeSrc": "1723:35:46", + "nodeType": "YulVariableDeclaration", + "src": "1723:35:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "1745:6:46", + "nodeType": "YulIdentifier", + "src": "1745:6:46" + }, + { + "kind": "number", + "nativeSrc": "1753:4:46", + "nodeType": "YulLiteral", + "src": "1753:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1741:3:46", + "nodeType": "YulIdentifier", + "src": "1741:3:46" + }, + "nativeSrc": "1741:17:46", + "nodeType": "YulFunctionCall", + "src": "1741:17:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "1727:10:46", + "nodeType": "YulTypedName", + "src": "1727:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1833:22:46", + "nodeType": "YulBlock", + "src": "1833:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "1835:16:46", + "nodeType": "YulIdentifier", + "src": "1835:16:46" + }, + "nativeSrc": "1835:18:46", + "nodeType": "YulFunctionCall", + "src": "1835:18:46" + }, + "nativeSrc": "1835:18:46", + "nodeType": "YulExpressionStatement", + "src": "1835:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "1776:10:46", + "nodeType": "YulIdentifier", + "src": "1776:10:46" + }, + { + "kind": "number", + "nativeSrc": "1788:18:46", + "nodeType": "YulLiteral", + "src": "1788:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1773:2:46", + "nodeType": "YulIdentifier", + "src": "1773:2:46" + }, + "nativeSrc": "1773:34:46", + "nodeType": "YulFunctionCall", + "src": "1773:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "1812:10:46", + "nodeType": "YulIdentifier", + "src": "1812:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "1824:6:46", + "nodeType": "YulIdentifier", + "src": "1824:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "1809:2:46", + "nodeType": "YulIdentifier", + "src": "1809:2:46" + }, + "nativeSrc": "1809:22:46", + "nodeType": "YulFunctionCall", + "src": "1809:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "1770:2:46", + "nodeType": "YulIdentifier", + "src": "1770:2:46" + }, + "nativeSrc": "1770:62:46", + "nodeType": "YulFunctionCall", + "src": "1770:62:46" + }, + "nativeSrc": "1767:88:46", + "nodeType": "YulIf", + "src": "1767:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1871:4:46", + "nodeType": "YulLiteral", + "src": "1871:4:46", + "type": "", + "value": "0x40" + }, + { + "name": "newFreePtr", + "nativeSrc": "1877:10:46", + "nodeType": "YulIdentifier", + "src": "1877:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1864:6:46", + "nodeType": "YulIdentifier", + "src": "1864:6:46" + }, + "nativeSrc": "1864:24:46", + "nodeType": "YulFunctionCall", + "src": "1864:24:46" + }, + "nativeSrc": "1864:24:46", + "nodeType": "YulExpressionStatement", + "src": "1864:24:46" + } + ] + }, + "name": "allocate_memory_1954", + "nativeSrc": "1637:257:46", + "nodeType": "YulFunctionDefinition", + "returnVariables": [ + { + "name": "memPtr", + "nativeSrc": "1672:6:46", + "nodeType": "YulTypedName", + "src": "1672:6:46", + "type": "" + } + ], + "src": "1637:257:46" + }, + { + "body": { + "nativeSrc": "1944:230:46", + "nodeType": "YulBlock", + "src": "1944:230:46", + "statements": [ + { + "nativeSrc": "1954:19:46", + "nodeType": "YulAssignment", + "src": "1954:19:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1970:2:46", + "nodeType": "YulLiteral", + "src": "1970:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "1964:5:46", + "nodeType": "YulIdentifier", + "src": "1964:5:46" + }, + "nativeSrc": "1964:9:46", + "nodeType": "YulFunctionCall", + "src": "1964:9:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "1954:6:46", + "nodeType": "YulIdentifier", + "src": "1954:6:46" + } + ] + }, + { + "nativeSrc": "1982:58:46", + "nodeType": "YulVariableDeclaration", + "src": "1982:58:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "2004:6:46", + "nodeType": "YulIdentifier", + "src": "2004:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "size", + "nativeSrc": "2020:4:46", + "nodeType": "YulIdentifier", + "src": "2020:4:46" + }, + { + "kind": "number", + "nativeSrc": "2026:2:46", + "nodeType": "YulLiteral", + "src": "2026:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2016:3:46", + "nodeType": "YulIdentifier", + "src": "2016:3:46" + }, + "nativeSrc": "2016:13:46", + "nodeType": "YulFunctionCall", + "src": "2016:13:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2035:2:46", + "nodeType": "YulLiteral", + "src": "2035:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "2031:3:46", + "nodeType": "YulIdentifier", + "src": "2031:3:46" + }, + "nativeSrc": "2031:7:46", + "nodeType": "YulFunctionCall", + "src": "2031:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2012:3:46", + "nodeType": "YulIdentifier", + "src": "2012:3:46" + }, + "nativeSrc": "2012:27:46", + "nodeType": "YulFunctionCall", + "src": "2012:27:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2000:3:46", + "nodeType": "YulIdentifier", + "src": "2000:3:46" + }, + "nativeSrc": "2000:40:46", + "nodeType": "YulFunctionCall", + "src": "2000:40:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "1986:10:46", + "nodeType": "YulTypedName", + "src": "1986:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2115:22:46", + "nodeType": "YulBlock", + "src": "2115:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "2117:16:46", + "nodeType": "YulIdentifier", + "src": "2117:16:46" + }, + "nativeSrc": "2117:18:46", + "nodeType": "YulFunctionCall", + "src": "2117:18:46" + }, + "nativeSrc": "2117:18:46", + "nodeType": "YulExpressionStatement", + "src": "2117:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "2058:10:46", + "nodeType": "YulIdentifier", + "src": "2058:10:46" + }, + { + "kind": "number", + "nativeSrc": "2070:18:46", + "nodeType": "YulLiteral", + "src": "2070:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "2055:2:46", + "nodeType": "YulIdentifier", + "src": "2055:2:46" + }, + "nativeSrc": "2055:34:46", + "nodeType": "YulFunctionCall", + "src": "2055:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "2094:10:46", + "nodeType": "YulIdentifier", + "src": "2094:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "2106:6:46", + "nodeType": "YulIdentifier", + "src": "2106:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "2091:2:46", + "nodeType": "YulIdentifier", + "src": "2091:2:46" + }, + "nativeSrc": "2091:22:46", + "nodeType": "YulFunctionCall", + "src": "2091:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "2052:2:46", + "nodeType": "YulIdentifier", + "src": "2052:2:46" + }, + "nativeSrc": "2052:62:46", + "nodeType": "YulFunctionCall", + "src": "2052:62:46" + }, + "nativeSrc": "2049:88:46", + "nodeType": "YulIf", + "src": "2049:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2153:2:46", + "nodeType": "YulLiteral", + "src": "2153:2:46", + "type": "", + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "2157:10:46", + "nodeType": "YulIdentifier", + "src": "2157:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2146:6:46", + "nodeType": "YulIdentifier", + "src": "2146:6:46" + }, + "nativeSrc": "2146:22:46", + "nodeType": "YulFunctionCall", + "src": "2146:22:46" + }, + "nativeSrc": "2146:22:46", + "nodeType": "YulExpressionStatement", + "src": "2146:22:46" + } + ] + }, + "name": "allocate_memory", + "nativeSrc": "1899:275:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "size", + "nativeSrc": "1924:4:46", + "nodeType": "YulTypedName", + "src": "1924:4:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "memPtr", + "nativeSrc": "1933:6:46", + "nodeType": "YulTypedName", + "src": "1933:6:46", + "type": "" + } + ], + "src": "1899:275:46" + }, + { + "body": { + "nativeSrc": "2228:147:46", + "nodeType": "YulBlock", + "src": "2228:147:46", + "statements": [ + { + "nativeSrc": "2238:29:46", + "nodeType": "YulAssignment", + "src": "2238:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "2260:6:46", + "nodeType": "YulIdentifier", + "src": "2260:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2247:12:46", + "nodeType": "YulIdentifier", + "src": "2247:12:46" + }, + "nativeSrc": "2247:20:46", + "nodeType": "YulFunctionCall", + "src": "2247:20:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "2238:5:46", + "nodeType": "YulIdentifier", + "src": "2238:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "2353:16:46", + "nodeType": "YulBlock", + "src": "2353:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2362:1:46", + "nodeType": "YulLiteral", + "src": "2362:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2365:1:46", + "nodeType": "YulLiteral", + "src": "2365:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2355:6:46", + "nodeType": "YulIdentifier", + "src": "2355:6:46" + }, + "nativeSrc": "2355:12:46", + "nodeType": "YulFunctionCall", + "src": "2355:12:46" + }, + "nativeSrc": "2355:12:46", + "nodeType": "YulExpressionStatement", + "src": "2355:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "2289:5:46", + "nodeType": "YulIdentifier", + "src": "2289:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "2300:5:46", + "nodeType": "YulIdentifier", + "src": "2300:5:46" + }, + { + "kind": "number", + "nativeSrc": "2307:42:46", + "nodeType": "YulLiteral", + "src": "2307:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2296:3:46", + "nodeType": "YulIdentifier", + "src": "2296:3:46" + }, + "nativeSrc": "2296:54:46", + "nodeType": "YulFunctionCall", + "src": "2296:54:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "2286:2:46", + "nodeType": "YulIdentifier", + "src": "2286:2:46" + }, + "nativeSrc": "2286:65:46", + "nodeType": "YulFunctionCall", + "src": "2286:65:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2279:6:46", + "nodeType": "YulIdentifier", + "src": "2279:6:46" + }, + "nativeSrc": "2279:73:46", + "nodeType": "YulFunctionCall", + "src": "2279:73:46" + }, + "nativeSrc": "2276:93:46", + "nodeType": "YulIf", + "src": "2276:93:46" + } + ] + }, + "name": "abi_decode_address", + "nativeSrc": "2179:196:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "2207:6:46", + "nodeType": "YulTypedName", + "src": "2207:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "2218:5:46", + "nodeType": "YulTypedName", + "src": "2218:5:46", + "type": "" + } + ], + "src": "2179:196:46" + }, + { + "body": { + "nativeSrc": "2451:806:46", + "nodeType": "YulBlock", + "src": "2451:806:46", + "statements": [ + { + "body": { + "nativeSrc": "2495:16:46", + "nodeType": "YulBlock", + "src": "2495:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2504:1:46", + "nodeType": "YulLiteral", + "src": "2504:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2507:1:46", + "nodeType": "YulLiteral", + "src": "2507:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2497:6:46", + "nodeType": "YulIdentifier", + "src": "2497:6:46" + }, + "nativeSrc": "2497:12:46", + "nodeType": "YulFunctionCall", + "src": "2497:12:46" + }, + "nativeSrc": "2497:12:46", + "nodeType": "YulExpressionStatement", + "src": "2497:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "end", + "nativeSrc": "2472:3:46", + "nodeType": "YulIdentifier", + "src": "2472:3:46" + }, + { + "name": "headStart", + "nativeSrc": "2477:9:46", + "nodeType": "YulIdentifier", + "src": "2477:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "2468:3:46", + "nodeType": "YulIdentifier", + "src": "2468:3:46" + }, + "nativeSrc": "2468:19:46", + "nodeType": "YulFunctionCall", + "src": "2468:19:46" + }, + { + "kind": "number", + "nativeSrc": "2489:4:46", + "nodeType": "YulLiteral", + "src": "2489:4:46", + "type": "", + "value": "0x40" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "2464:3:46", + "nodeType": "YulIdentifier", + "src": "2464:3:46" + }, + "nativeSrc": "2464:30:46", + "nodeType": "YulFunctionCall", + "src": "2464:30:46" + }, + "nativeSrc": "2461:50:46", + "nodeType": "YulIf", + "src": "2461:50:46" + }, + { + "nativeSrc": "2520:31:46", + "nodeType": "YulAssignment", + "src": "2520:31:46", + "value": { + "arguments": [], + "functionName": { + "name": "allocate_memory_1954", + "nativeSrc": "2529:20:46", + "nodeType": "YulIdentifier", + "src": "2529:20:46" + }, + "nativeSrc": "2529:22:46", + "nodeType": "YulFunctionCall", + "src": "2529:22:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "2520:5:46", + "nodeType": "YulIdentifier", + "src": "2520:5:46" + } + ] + }, + { + "nativeSrc": "2560:37:46", + "nodeType": "YulVariableDeclaration", + "src": "2560:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2587:9:46", + "nodeType": "YulIdentifier", + "src": "2587:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2574:12:46", + "nodeType": "YulIdentifier", + "src": "2574:12:46" + }, + "nativeSrc": "2574:23:46", + "nodeType": "YulFunctionCall", + "src": "2574:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "2564:6:46", + "nodeType": "YulTypedName", + "src": "2564:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2640:16:46", + "nodeType": "YulBlock", + "src": "2640:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2649:1:46", + "nodeType": "YulLiteral", + "src": "2649:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2652:1:46", + "nodeType": "YulLiteral", + "src": "2652:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2642:6:46", + "nodeType": "YulIdentifier", + "src": "2642:6:46" + }, + "nativeSrc": "2642:12:46", + "nodeType": "YulFunctionCall", + "src": "2642:12:46" + }, + "nativeSrc": "2642:12:46", + "nodeType": "YulExpressionStatement", + "src": "2642:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "2612:6:46", + "nodeType": "YulIdentifier", + "src": "2612:6:46" + }, + { + "kind": "number", + "nativeSrc": "2620:18:46", + "nodeType": "YulLiteral", + "src": "2620:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "2609:2:46", + "nodeType": "YulIdentifier", + "src": "2609:2:46" + }, + "nativeSrc": "2609:30:46", + "nodeType": "YulFunctionCall", + "src": "2609:30:46" + }, + "nativeSrc": "2606:50:46", + "nodeType": "YulIf", + "src": "2606:50:46" + }, + { + "nativeSrc": "2665:32:46", + "nodeType": "YulVariableDeclaration", + "src": "2665:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2679:9:46", + "nodeType": "YulIdentifier", + "src": "2679:9:46" + }, + { + "name": "offset", + "nativeSrc": "2690:6:46", + "nodeType": "YulIdentifier", + "src": "2690:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2675:3:46", + "nodeType": "YulIdentifier", + "src": "2675:3:46" + }, + "nativeSrc": "2675:22:46", + "nodeType": "YulFunctionCall", + "src": "2675:22:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "2669:2:46", + "nodeType": "YulTypedName", + "src": "2669:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2741:16:46", + "nodeType": "YulBlock", + "src": "2741:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2750:1:46", + "nodeType": "YulLiteral", + "src": "2750:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2753:1:46", + "nodeType": "YulLiteral", + "src": "2753:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2743:6:46", + "nodeType": "YulIdentifier", + "src": "2743:6:46" + }, + "nativeSrc": "2743:12:46", + "nodeType": "YulFunctionCall", + "src": "2743:12:46" + }, + "nativeSrc": "2743:12:46", + "nodeType": "YulExpressionStatement", + "src": "2743:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "2724:2:46", + "nodeType": "YulIdentifier", + "src": "2724:2:46" + }, + { + "kind": "number", + "nativeSrc": "2728:4:46", + "nodeType": "YulLiteral", + "src": "2728:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2720:3:46", + "nodeType": "YulIdentifier", + "src": "2720:3:46" + }, + "nativeSrc": "2720:13:46", + "nodeType": "YulFunctionCall", + "src": "2720:13:46" + }, + { + "name": "end", + "nativeSrc": "2735:3:46", + "nodeType": "YulIdentifier", + "src": "2735:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "2716:3:46", + "nodeType": "YulIdentifier", + "src": "2716:3:46" + }, + "nativeSrc": "2716:23:46", + "nodeType": "YulFunctionCall", + "src": "2716:23:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2709:6:46", + "nodeType": "YulIdentifier", + "src": "2709:6:46" + }, + "nativeSrc": "2709:31:46", + "nodeType": "YulFunctionCall", + "src": "2709:31:46" + }, + "nativeSrc": "2706:51:46", + "nodeType": "YulIf", + "src": "2706:51:46" + }, + { + "nativeSrc": "2766:30:46", + "nodeType": "YulVariableDeclaration", + "src": "2766:30:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "2793:2:46", + "nodeType": "YulIdentifier", + "src": "2793:2:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2780:12:46", + "nodeType": "YulIdentifier", + "src": "2780:12:46" + }, + "nativeSrc": "2780:16:46", + "nodeType": "YulFunctionCall", + "src": "2780:16:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "2770:6:46", + "nodeType": "YulTypedName", + "src": "2770:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2839:22:46", + "nodeType": "YulBlock", + "src": "2839:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "2841:16:46", + "nodeType": "YulIdentifier", + "src": "2841:16:46" + }, + "nativeSrc": "2841:18:46", + "nodeType": "YulFunctionCall", + "src": "2841:18:46" + }, + "nativeSrc": "2841:18:46", + "nodeType": "YulExpressionStatement", + "src": "2841:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "2811:6:46", + "nodeType": "YulIdentifier", + "src": "2811:6:46" + }, + { + "kind": "number", + "nativeSrc": "2819:18:46", + "nodeType": "YulLiteral", + "src": "2819:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "2808:2:46", + "nodeType": "YulIdentifier", + "src": "2808:2:46" + }, + "nativeSrc": "2808:30:46", + "nodeType": "YulFunctionCall", + "src": "2808:30:46" + }, + "nativeSrc": "2805:56:46", + "nodeType": "YulIf", + "src": "2805:56:46" + }, + { + "nativeSrc": "2870:72:46", + "nodeType": "YulVariableDeclaration", + "src": "2870:72:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "2911:6:46", + "nodeType": "YulIdentifier", + "src": "2911:6:46" + }, + { + "kind": "number", + "nativeSrc": "2919:4:46", + "nodeType": "YulLiteral", + "src": "2919:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2907:3:46", + "nodeType": "YulIdentifier", + "src": "2907:3:46" + }, + "nativeSrc": "2907:17:46", + "nodeType": "YulFunctionCall", + "src": "2907:17:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2930:2:46", + "nodeType": "YulLiteral", + "src": "2930:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "2926:3:46", + "nodeType": "YulIdentifier", + "src": "2926:3:46" + }, + "nativeSrc": "2926:7:46", + "nodeType": "YulFunctionCall", + "src": "2926:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2903:3:46", + "nodeType": "YulIdentifier", + "src": "2903:3:46" + }, + "nativeSrc": "2903:31:46", + "nodeType": "YulFunctionCall", + "src": "2903:31:46" + }, + { + "kind": "number", + "nativeSrc": "2936:4:46", + "nodeType": "YulLiteral", + "src": "2936:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2899:3:46", + "nodeType": "YulIdentifier", + "src": "2899:3:46" + }, + "nativeSrc": "2899:42:46", + "nodeType": "YulFunctionCall", + "src": "2899:42:46" + } + ], + "functionName": { + "name": "allocate_memory", + "nativeSrc": "2883:15:46", + "nodeType": "YulIdentifier", + "src": "2883:15:46" + }, + "nativeSrc": "2883:59:46", + "nodeType": "YulFunctionCall", + "src": "2883:59:46" + }, + "variables": [ + { + "name": "array", + "nativeSrc": "2874:5:46", + "nodeType": "YulTypedName", + "src": "2874:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "array", + "nativeSrc": "2958:5:46", + "nodeType": "YulIdentifier", + "src": "2958:5:46" + }, + { + "name": "length", + "nativeSrc": "2965:6:46", + "nodeType": "YulIdentifier", + "src": "2965:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2951:6:46", + "nodeType": "YulIdentifier", + "src": "2951:6:46" + }, + "nativeSrc": "2951:21:46", + "nodeType": "YulFunctionCall", + "src": "2951:21:46" + }, + "nativeSrc": "2951:21:46", + "nodeType": "YulExpressionStatement", + "src": "2951:21:46" + }, + { + "body": { + "nativeSrc": "3020:16:46", + "nodeType": "YulBlock", + "src": "3020:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3029:1:46", + "nodeType": "YulLiteral", + "src": "3029:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3032:1:46", + "nodeType": "YulLiteral", + "src": "3032:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3022:6:46", + "nodeType": "YulIdentifier", + "src": "3022:6:46" + }, + "nativeSrc": "3022:12:46", + "nodeType": "YulFunctionCall", + "src": "3022:12:46" + }, + "nativeSrc": "3022:12:46", + "nodeType": "YulExpressionStatement", + "src": "3022:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "2995:2:46", + "nodeType": "YulIdentifier", + "src": "2995:2:46" + }, + { + "name": "length", + "nativeSrc": "2999:6:46", + "nodeType": "YulIdentifier", + "src": "2999:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2991:3:46", + "nodeType": "YulIdentifier", + "src": "2991:3:46" + }, + "nativeSrc": "2991:15:46", + "nodeType": "YulFunctionCall", + "src": "2991:15:46" + }, + { + "kind": "number", + "nativeSrc": "3008:4:46", + "nodeType": "YulLiteral", + "src": "3008:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2987:3:46", + "nodeType": "YulIdentifier", + "src": "2987:3:46" + }, + "nativeSrc": "2987:26:46", + "nodeType": "YulFunctionCall", + "src": "2987:26:46" + }, + { + "name": "end", + "nativeSrc": "3015:3:46", + "nodeType": "YulIdentifier", + "src": "3015:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "2984:2:46", + "nodeType": "YulIdentifier", + "src": "2984:2:46" + }, + "nativeSrc": "2984:35:46", + "nodeType": "YulFunctionCall", + "src": "2984:35:46" + }, + "nativeSrc": "2981:55:46", + "nodeType": "YulIf", + "src": "2981:55:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "array", + "nativeSrc": "3062:5:46", + "nodeType": "YulIdentifier", + "src": "3062:5:46" + }, + { + "kind": "number", + "nativeSrc": "3069:4:46", + "nodeType": "YulLiteral", + "src": "3069:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3058:3:46", + "nodeType": "YulIdentifier", + "src": "3058:3:46" + }, + "nativeSrc": "3058:16:46", + "nodeType": "YulFunctionCall", + "src": "3058:16:46" + }, + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "3080:2:46", + "nodeType": "YulIdentifier", + "src": "3080:2:46" + }, + { + "kind": "number", + "nativeSrc": "3084:4:46", + "nodeType": "YulLiteral", + "src": "3084:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3076:3:46", + "nodeType": "YulIdentifier", + "src": "3076:3:46" + }, + "nativeSrc": "3076:13:46", + "nodeType": "YulFunctionCall", + "src": "3076:13:46" + }, + { + "name": "length", + "nativeSrc": "3091:6:46", + "nodeType": "YulIdentifier", + "src": "3091:6:46" + } + ], + "functionName": { + "name": "calldatacopy", + "nativeSrc": "3045:12:46", + "nodeType": "YulIdentifier", + "src": "3045:12:46" + }, + "nativeSrc": "3045:53:46", + "nodeType": "YulFunctionCall", + "src": "3045:53:46" + }, + "nativeSrc": "3045:53:46", + "nodeType": "YulExpressionStatement", + "src": "3045:53:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "array", + "nativeSrc": "3122:5:46", + "nodeType": "YulIdentifier", + "src": "3122:5:46" + }, + { + "name": "length", + "nativeSrc": "3129:6:46", + "nodeType": "YulIdentifier", + "src": "3129:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3118:3:46", + "nodeType": "YulIdentifier", + "src": "3118:3:46" + }, + "nativeSrc": "3118:18:46", + "nodeType": "YulFunctionCall", + "src": "3118:18:46" + }, + { + "kind": "number", + "nativeSrc": "3138:4:46", + "nodeType": "YulLiteral", + "src": "3138:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3114:3:46", + "nodeType": "YulIdentifier", + "src": "3114:3:46" + }, + "nativeSrc": "3114:29:46", + "nodeType": "YulFunctionCall", + "src": "3114:29:46" + }, + { + "kind": "number", + "nativeSrc": "3145:1:46", + "nodeType": "YulLiteral", + "src": "3145:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3107:6:46", + "nodeType": "YulIdentifier", + "src": "3107:6:46" + }, + "nativeSrc": "3107:40:46", + "nodeType": "YulFunctionCall", + "src": "3107:40:46" + }, + "nativeSrc": "3107:40:46", + "nodeType": "YulExpressionStatement", + "src": "3107:40:46" + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "3163:5:46", + "nodeType": "YulIdentifier", + "src": "3163:5:46" + }, + { + "name": "array", + "nativeSrc": "3170:5:46", + "nodeType": "YulIdentifier", + "src": "3170:5:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3156:6:46", + "nodeType": "YulIdentifier", + "src": "3156:6:46" + }, + "nativeSrc": "3156:20:46", + "nodeType": "YulFunctionCall", + "src": "3156:20:46" + }, + "nativeSrc": "3156:20:46", + "nodeType": "YulExpressionStatement", + "src": "3156:20:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "3196:5:46", + "nodeType": "YulIdentifier", + "src": "3196:5:46" + }, + { + "kind": "number", + "nativeSrc": "3203:4:46", + "nodeType": "YulLiteral", + "src": "3203:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3192:3:46", + "nodeType": "YulIdentifier", + "src": "3192:3:46" + }, + "nativeSrc": "3192:16:46", + "nodeType": "YulFunctionCall", + "src": "3192:16:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3233:9:46", + "nodeType": "YulIdentifier", + "src": "3233:9:46" + }, + { + "kind": "number", + "nativeSrc": "3244:4:46", + "nodeType": "YulLiteral", + "src": "3244:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3229:3:46", + "nodeType": "YulIdentifier", + "src": "3229:3:46" + }, + "nativeSrc": "3229:20:46", + "nodeType": "YulFunctionCall", + "src": "3229:20:46" + } + ], + "functionName": { + "name": "abi_decode_address", + "nativeSrc": "3210:18:46", + "nodeType": "YulIdentifier", + "src": "3210:18:46" + }, + "nativeSrc": "3210:40:46", + "nodeType": "YulFunctionCall", + "src": "3210:40:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3185:6:46", + "nodeType": "YulIdentifier", + "src": "3185:6:46" + }, + "nativeSrc": "3185:66:46", + "nodeType": "YulFunctionCall", + "src": "3185:66:46" + }, + "nativeSrc": "3185:66:46", + "nodeType": "YulExpressionStatement", + "src": "3185:66:46" + } + ] + }, + "name": "abi_decode_struct_ApplicationDto", + "nativeSrc": "2380:877:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2422:9:46", + "nodeType": "YulTypedName", + "src": "2422:9:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "2433:3:46", + "nodeType": "YulTypedName", + "src": "2433:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "2441:5:46", + "nodeType": "YulTypedName", + "src": "2441:5:46", + "type": "" + } + ], + "src": "2380:877:46" + }, + { + "body": { + "nativeSrc": "3365:257:46", + "nodeType": "YulBlock", + "src": "3365:257:46", + "statements": [ + { + "body": { + "nativeSrc": "3411:16:46", + "nodeType": "YulBlock", + "src": "3411:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3420:1:46", + "nodeType": "YulLiteral", + "src": "3420:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3423:1:46", + "nodeType": "YulLiteral", + "src": "3423:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3413:6:46", + "nodeType": "YulIdentifier", + "src": "3413:6:46" + }, + "nativeSrc": "3413:12:46", + "nodeType": "YulFunctionCall", + "src": "3413:12:46" + }, + "nativeSrc": "3413:12:46", + "nodeType": "YulExpressionStatement", + "src": "3413:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "3386:7:46", + "nodeType": "YulIdentifier", + "src": "3386:7:46" + }, + { + "name": "headStart", + "nativeSrc": "3395:9:46", + "nodeType": "YulIdentifier", + "src": "3395:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3382:3:46", + "nodeType": "YulIdentifier", + "src": "3382:3:46" + }, + "nativeSrc": "3382:23:46", + "nodeType": "YulFunctionCall", + "src": "3382:23:46" + }, + { + "kind": "number", + "nativeSrc": "3407:2:46", + "nodeType": "YulLiteral", + "src": "3407:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3378:3:46", + "nodeType": "YulIdentifier", + "src": "3378:3:46" + }, + "nativeSrc": "3378:32:46", + "nodeType": "YulFunctionCall", + "src": "3378:32:46" + }, + "nativeSrc": "3375:52:46", + "nodeType": "YulIf", + "src": "3375:52:46" + }, + { + "nativeSrc": "3436:37:46", + "nodeType": "YulVariableDeclaration", + "src": "3436:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3463:9:46", + "nodeType": "YulIdentifier", + "src": "3463:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "3450:12:46", + "nodeType": "YulIdentifier", + "src": "3450:12:46" + }, + "nativeSrc": "3450:23:46", + "nodeType": "YulFunctionCall", + "src": "3450:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "3440:6:46", + "nodeType": "YulTypedName", + "src": "3440:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "3516:16:46", + "nodeType": "YulBlock", + "src": "3516:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3525:1:46", + "nodeType": "YulLiteral", + "src": "3525:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3528:1:46", + "nodeType": "YulLiteral", + "src": "3528:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3518:6:46", + "nodeType": "YulIdentifier", + "src": "3518:6:46" + }, + "nativeSrc": "3518:12:46", + "nodeType": "YulFunctionCall", + "src": "3518:12:46" + }, + "nativeSrc": "3518:12:46", + "nodeType": "YulExpressionStatement", + "src": "3518:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3488:6:46", + "nodeType": "YulIdentifier", + "src": "3488:6:46" + }, + { + "kind": "number", + "nativeSrc": "3496:18:46", + "nodeType": "YulLiteral", + "src": "3496:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "3485:2:46", + "nodeType": "YulIdentifier", + "src": "3485:2:46" + }, + "nativeSrc": "3485:30:46", + "nodeType": "YulFunctionCall", + "src": "3485:30:46" + }, + "nativeSrc": "3482:50:46", + "nodeType": "YulIf", + "src": "3482:50:46" + }, + { + "nativeSrc": "3541:75:46", + "nodeType": "YulAssignment", + "src": "3541:75:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3588:9:46", + "nodeType": "YulIdentifier", + "src": "3588:9:46" + }, + { + "name": "offset", + "nativeSrc": "3599:6:46", + "nodeType": "YulIdentifier", + "src": "3599:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3584:3:46", + "nodeType": "YulIdentifier", + "src": "3584:3:46" + }, + "nativeSrc": "3584:22:46", + "nodeType": "YulFunctionCall", + "src": "3584:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "3608:7:46", + "nodeType": "YulIdentifier", + "src": "3608:7:46" + } + ], + "functionName": { + "name": "abi_decode_struct_ApplicationDto", + "nativeSrc": "3551:32:46", + "nodeType": "YulIdentifier", + "src": "3551:32:46" + }, + "nativeSrc": "3551:65:46", + "nodeType": "YulFunctionCall", + "src": "3551:65:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "3541:6:46", + "nodeType": "YulIdentifier", + "src": "3541:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_ApplicationDto_$13697_memory_ptr", + "nativeSrc": "3262:360:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3331:9:46", + "nodeType": "YulTypedName", + "src": "3331:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "3342:7:46", + "nodeType": "YulTypedName", + "src": "3342:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "3354:6:46", + "nodeType": "YulTypedName", + "src": "3354:6:46", + "type": "" + } + ], + "src": "3262:360:46" + }, + { + "body": { + "nativeSrc": "3714:259:46", + "nodeType": "YulBlock", + "src": "3714:259:46", + "statements": [ + { + "body": { + "nativeSrc": "3760:16:46", + "nodeType": "YulBlock", + "src": "3760:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3769:1:46", + "nodeType": "YulLiteral", + "src": "3769:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3772:1:46", + "nodeType": "YulLiteral", + "src": "3772:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3762:6:46", + "nodeType": "YulIdentifier", + "src": "3762:6:46" + }, + "nativeSrc": "3762:12:46", + "nodeType": "YulFunctionCall", + "src": "3762:12:46" + }, + "nativeSrc": "3762:12:46", + "nodeType": "YulExpressionStatement", + "src": "3762:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "3735:7:46", + "nodeType": "YulIdentifier", + "src": "3735:7:46" + }, + { + "name": "headStart", + "nativeSrc": "3744:9:46", + "nodeType": "YulIdentifier", + "src": "3744:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3731:3:46", + "nodeType": "YulIdentifier", + "src": "3731:3:46" + }, + "nativeSrc": "3731:23:46", + "nodeType": "YulFunctionCall", + "src": "3731:23:46" + }, + { + "kind": "number", + "nativeSrc": "3756:2:46", + "nodeType": "YulLiteral", + "src": "3756:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3727:3:46", + "nodeType": "YulIdentifier", + "src": "3727:3:46" + }, + "nativeSrc": "3727:32:46", + "nodeType": "YulFunctionCall", + "src": "3727:32:46" + }, + "nativeSrc": "3724:52:46", + "nodeType": "YulIf", + "src": "3724:52:46" + }, + { + "nativeSrc": "3785:14:46", + "nodeType": "YulVariableDeclaration", + "src": "3785:14:46", + "value": { + "kind": "number", + "nativeSrc": "3798:1:46", + "nodeType": "YulLiteral", + "src": "3798:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "3789:5:46", + "nodeType": "YulTypedName", + "src": "3789:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "3808:32:46", + "nodeType": "YulAssignment", + "src": "3808:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3830:9:46", + "nodeType": "YulIdentifier", + "src": "3830:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "3817:12:46", + "nodeType": "YulIdentifier", + "src": "3817:12:46" + }, + "nativeSrc": "3817:23:46", + "nodeType": "YulFunctionCall", + "src": "3817:23:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "3808:5:46", + "nodeType": "YulIdentifier", + "src": "3808:5:46" + } + ] + }, + { + "nativeSrc": "3849:15:46", + "nodeType": "YulAssignment", + "src": "3849:15:46", + "value": { + "name": "value", + "nativeSrc": "3859:5:46", + "nodeType": "YulIdentifier", + "src": "3859:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "3849:6:46", + "nodeType": "YulIdentifier", + "src": "3849:6:46" + } + ] + }, + { + "nativeSrc": "3873:16:46", + "nodeType": "YulVariableDeclaration", + "src": "3873:16:46", + "value": { + "kind": "number", + "nativeSrc": "3888:1:46", + "nodeType": "YulLiteral", + "src": "3888:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "3877:7:46", + "nodeType": "YulTypedName", + "src": "3877:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "3898:43:46", + "nodeType": "YulAssignment", + "src": "3898:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3926:9:46", + "nodeType": "YulIdentifier", + "src": "3926:9:46" + }, + { + "kind": "number", + "nativeSrc": "3937:2:46", + "nodeType": "YulLiteral", + "src": "3937:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3922:3:46", + "nodeType": "YulIdentifier", + "src": "3922:3:46" + }, + "nativeSrc": "3922:18:46", + "nodeType": "YulFunctionCall", + "src": "3922:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "3909:12:46", + "nodeType": "YulIdentifier", + "src": "3909:12:46" + }, + "nativeSrc": "3909:32:46", + "nodeType": "YulFunctionCall", + "src": "3909:32:46" + }, + "variableNames": [ + { + "name": "value_1", + "nativeSrc": "3898:7:46", + "nodeType": "YulIdentifier", + "src": "3898:7:46" + } + ] + }, + { + "nativeSrc": "3950:17:46", + "nodeType": "YulAssignment", + "src": "3950:17:46", + "value": { + "name": "value_1", + "nativeSrc": "3960:7:46", + "nodeType": "YulIdentifier", + "src": "3960:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "3950:6:46", + "nodeType": "YulIdentifier", + "src": "3950:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint256t_uint256", + "nativeSrc": "3627:346:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3672:9:46", + "nodeType": "YulTypedName", + "src": "3672:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "3683:7:46", + "nodeType": "YulTypedName", + "src": "3683:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "3695:6:46", + "nodeType": "YulTypedName", + "src": "3695:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "3703:6:46", + "nodeType": "YulTypedName", + "src": "3703:6:46", + "type": "" + } + ], + "src": "3627:346:46" + }, + { + "body": { + "nativeSrc": "4189:623:46", + "nodeType": "YulBlock", + "src": "4189:623:46", + "statements": [ + { + "nativeSrc": "4199:32:46", + "nodeType": "YulVariableDeclaration", + "src": "4199:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4217:9:46", + "nodeType": "YulIdentifier", + "src": "4217:9:46" + }, + { + "kind": "number", + "nativeSrc": "4228:2:46", + "nodeType": "YulLiteral", + "src": "4228:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4213:3:46", + "nodeType": "YulIdentifier", + "src": "4213:3:46" + }, + "nativeSrc": "4213:18:46", + "nodeType": "YulFunctionCall", + "src": "4213:18:46" + }, + "variables": [ + { + "name": "tail_1", + "nativeSrc": "4203:6:46", + "nodeType": "YulTypedName", + "src": "4203:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4247:9:46", + "nodeType": "YulIdentifier", + "src": "4247:9:46" + }, + { + "kind": "number", + "nativeSrc": "4258:2:46", + "nodeType": "YulLiteral", + "src": "4258:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4240:6:46", + "nodeType": "YulIdentifier", + "src": "4240:6:46" + }, + "nativeSrc": "4240:21:46", + "nodeType": "YulFunctionCall", + "src": "4240:21:46" + }, + "nativeSrc": "4240:21:46", + "nodeType": "YulExpressionStatement", + "src": "4240:21:46" + }, + { + "nativeSrc": "4270:17:46", + "nodeType": "YulVariableDeclaration", + "src": "4270:17:46", + "value": { + "name": "tail_1", + "nativeSrc": "4281:6:46", + "nodeType": "YulIdentifier", + "src": "4281:6:46" + }, + "variables": [ + { + "name": "pos", + "nativeSrc": "4274:3:46", + "nodeType": "YulTypedName", + "src": "4274:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4296:27:46", + "nodeType": "YulVariableDeclaration", + "src": "4296:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "4316:6:46", + "nodeType": "YulIdentifier", + "src": "4316:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4310:5:46", + "nodeType": "YulIdentifier", + "src": "4310:5:46" + }, + "nativeSrc": "4310:13:46", + "nodeType": "YulFunctionCall", + "src": "4310:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "4300:6:46", + "nodeType": "YulTypedName", + "src": "4300:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_1", + "nativeSrc": "4339:6:46", + "nodeType": "YulIdentifier", + "src": "4339:6:46" + }, + { + "name": "length", + "nativeSrc": "4347:6:46", + "nodeType": "YulIdentifier", + "src": "4347:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4332:6:46", + "nodeType": "YulIdentifier", + "src": "4332:6:46" + }, + "nativeSrc": "4332:22:46", + "nodeType": "YulFunctionCall", + "src": "4332:22:46" + }, + "nativeSrc": "4332:22:46", + "nodeType": "YulExpressionStatement", + "src": "4332:22:46" + }, + { + "nativeSrc": "4363:25:46", + "nodeType": "YulAssignment", + "src": "4363:25:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4374:9:46", + "nodeType": "YulIdentifier", + "src": "4374:9:46" + }, + { + "kind": "number", + "nativeSrc": "4385:2:46", + "nodeType": "YulLiteral", + "src": "4385:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4370:3:46", + "nodeType": "YulIdentifier", + "src": "4370:3:46" + }, + "nativeSrc": "4370:18:46", + "nodeType": "YulFunctionCall", + "src": "4370:18:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "4363:3:46", + "nodeType": "YulIdentifier", + "src": "4363:3:46" + } + ] + }, + { + "nativeSrc": "4397:53:46", + "nodeType": "YulVariableDeclaration", + "src": "4397:53:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4419:9:46", + "nodeType": "YulIdentifier", + "src": "4419:9:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4434:1:46", + "nodeType": "YulLiteral", + "src": "4434:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "4437:6:46", + "nodeType": "YulIdentifier", + "src": "4437:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "4430:3:46", + "nodeType": "YulIdentifier", + "src": "4430:3:46" + }, + "nativeSrc": "4430:14:46", + "nodeType": "YulFunctionCall", + "src": "4430:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4415:3:46", + "nodeType": "YulIdentifier", + "src": "4415:3:46" + }, + "nativeSrc": "4415:30:46", + "nodeType": "YulFunctionCall", + "src": "4415:30:46" + }, + { + "kind": "number", + "nativeSrc": "4447:2:46", + "nodeType": "YulLiteral", + "src": "4447:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4411:3:46", + "nodeType": "YulIdentifier", + "src": "4411:3:46" + }, + "nativeSrc": "4411:39:46", + "nodeType": "YulFunctionCall", + "src": "4411:39:46" + }, + "variables": [ + { + "name": "tail_2", + "nativeSrc": "4401:6:46", + "nodeType": "YulTypedName", + "src": "4401:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4459:29:46", + "nodeType": "YulVariableDeclaration", + "src": "4459:29:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "4477:6:46", + "nodeType": "YulIdentifier", + "src": "4477:6:46" + }, + { + "kind": "number", + "nativeSrc": "4485:2:46", + "nodeType": "YulLiteral", + "src": "4485:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4473:3:46", + "nodeType": "YulIdentifier", + "src": "4473:3:46" + }, + "nativeSrc": "4473:15:46", + "nodeType": "YulFunctionCall", + "src": "4473:15:46" + }, + "variables": [ + { + "name": "srcPtr", + "nativeSrc": "4463:6:46", + "nodeType": "YulTypedName", + "src": "4463:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4497:10:46", + "nodeType": "YulVariableDeclaration", + "src": "4497:10:46", + "value": { + "kind": "number", + "nativeSrc": "4506:1:46", + "nodeType": "YulLiteral", + "src": "4506:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "4501:1:46", + "nodeType": "YulTypedName", + "src": "4501:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "4565:218:46", + "nodeType": "YulBlock", + "src": "4565:218:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "4586:3:46", + "nodeType": "YulIdentifier", + "src": "4586:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "4599:6:46", + "nodeType": "YulIdentifier", + "src": "4599:6:46" + }, + { + "name": "headStart", + "nativeSrc": "4607:9:46", + "nodeType": "YulIdentifier", + "src": "4607:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "4595:3:46", + "nodeType": "YulIdentifier", + "src": "4595:3:46" + }, + "nativeSrc": "4595:22:46", + "nodeType": "YulFunctionCall", + "src": "4595:22:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4623:2:46", + "nodeType": "YulLiteral", + "src": "4623:2:46", + "type": "", + "value": "63" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "4619:3:46", + "nodeType": "YulIdentifier", + "src": "4619:3:46" + }, + "nativeSrc": "4619:7:46", + "nodeType": "YulFunctionCall", + "src": "4619:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4591:3:46", + "nodeType": "YulIdentifier", + "src": "4591:3:46" + }, + "nativeSrc": "4591:36:46", + "nodeType": "YulFunctionCall", + "src": "4591:36:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4579:6:46", + "nodeType": "YulIdentifier", + "src": "4579:6:46" + }, + "nativeSrc": "4579:49:46", + "nodeType": "YulFunctionCall", + "src": "4579:49:46" + }, + "nativeSrc": "4579:49:46", + "nodeType": "YulExpressionStatement", + "src": "4579:49:46" + }, + { + "nativeSrc": "4641:62:46", + "nodeType": "YulAssignment", + "src": "4641:62:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "4687:6:46", + "nodeType": "YulIdentifier", + "src": "4687:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4681:5:46", + "nodeType": "YulIdentifier", + "src": "4681:5:46" + }, + "nativeSrc": "4681:13:46", + "nodeType": "YulFunctionCall", + "src": "4681:13:46" + }, + { + "name": "tail_2", + "nativeSrc": "4696:6:46", + "nodeType": "YulIdentifier", + "src": "4696:6:46" + } + ], + "functionName": { + "name": "abi_encode_struct_Application", + "nativeSrc": "4651:29:46", + "nodeType": "YulIdentifier", + "src": "4651:29:46" + }, + "nativeSrc": "4651:52:46", + "nodeType": "YulFunctionCall", + "src": "4651:52:46" + }, + "variableNames": [ + { + "name": "tail_2", + "nativeSrc": "4641:6:46", + "nodeType": "YulIdentifier", + "src": "4641:6:46" + } + ] + }, + { + "nativeSrc": "4716:25:46", + "nodeType": "YulAssignment", + "src": "4716:25:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "4730:6:46", + "nodeType": "YulIdentifier", + "src": "4730:6:46" + }, + { + "kind": "number", + "nativeSrc": "4738:2:46", + "nodeType": "YulLiteral", + "src": "4738:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4726:3:46", + "nodeType": "YulIdentifier", + "src": "4726:3:46" + }, + "nativeSrc": "4726:15:46", + "nodeType": "YulFunctionCall", + "src": "4726:15:46" + }, + "variableNames": [ + { + "name": "srcPtr", + "nativeSrc": "4716:6:46", + "nodeType": "YulIdentifier", + "src": "4716:6:46" + } + ] + }, + { + "nativeSrc": "4754:19:46", + "nodeType": "YulAssignment", + "src": "4754:19:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "4765:3:46", + "nodeType": "YulIdentifier", + "src": "4765:3:46" + }, + { + "kind": "number", + "nativeSrc": "4770:2:46", + "nodeType": "YulLiteral", + "src": "4770:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4761:3:46", + "nodeType": "YulIdentifier", + "src": "4761:3:46" + }, + "nativeSrc": "4761:12:46", + "nodeType": "YulFunctionCall", + "src": "4761:12:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "4754:3:46", + "nodeType": "YulIdentifier", + "src": "4754:3:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "4527:1:46", + "nodeType": "YulIdentifier", + "src": "4527:1:46" + }, + { + "name": "length", + "nativeSrc": "4530:6:46", + "nodeType": "YulIdentifier", + "src": "4530:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "4524:2:46", + "nodeType": "YulIdentifier", + "src": "4524:2:46" + }, + "nativeSrc": "4524:13:46", + "nodeType": "YulFunctionCall", + "src": "4524:13:46" + }, + "nativeSrc": "4516:267:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "4538:18:46", + "nodeType": "YulBlock", + "src": "4538:18:46", + "statements": [ + { + "nativeSrc": "4540:14:46", + "nodeType": "YulAssignment", + "src": "4540:14:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "4549:1:46", + "nodeType": "YulIdentifier", + "src": "4549:1:46" + }, + { + "kind": "number", + "nativeSrc": "4552:1:46", + "nodeType": "YulLiteral", + "src": "4552:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4545:3:46", + "nodeType": "YulIdentifier", + "src": "4545:3:46" + }, + "nativeSrc": "4545:9:46", + "nodeType": "YulFunctionCall", + "src": "4545:9:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "4540:1:46", + "nodeType": "YulIdentifier", + "src": "4540:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "4520:3:46", + "nodeType": "YulBlock", + "src": "4520:3:46", + "statements": [] + }, + "src": "4516:267:46" + }, + { + "nativeSrc": "4792:14:46", + "nodeType": "YulAssignment", + "src": "4792:14:46", + "value": { + "name": "tail_2", + "nativeSrc": "4800:6:46", + "nodeType": "YulIdentifier", + "src": "4800:6:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "4792:4:46", + "nodeType": "YulIdentifier", + "src": "4792:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Application_$13704_memory_ptr_$dyn_memory_ptr__fromStack_reversed", + "nativeSrc": "3978:834:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "4158:9:46", + "nodeType": "YulTypedName", + "src": "4158:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "4169:6:46", + "nodeType": "YulTypedName", + "src": "4169:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "4180:4:46", + "nodeType": "YulTypedName", + "src": "4180:4:46", + "type": "" + } + ], + "src": "3978:834:46" + }, + { + "body": { + "nativeSrc": "4887:116:46", + "nodeType": "YulBlock", + "src": "4887:116:46", + "statements": [ + { + "body": { + "nativeSrc": "4933:16:46", + "nodeType": "YulBlock", + "src": "4933:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4942:1:46", + "nodeType": "YulLiteral", + "src": "4942:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4945:1:46", + "nodeType": "YulLiteral", + "src": "4945:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "4935:6:46", + "nodeType": "YulIdentifier", + "src": "4935:6:46" + }, + "nativeSrc": "4935:12:46", + "nodeType": "YulFunctionCall", + "src": "4935:12:46" + }, + "nativeSrc": "4935:12:46", + "nodeType": "YulExpressionStatement", + "src": "4935:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "4908:7:46", + "nodeType": "YulIdentifier", + "src": "4908:7:46" + }, + { + "name": "headStart", + "nativeSrc": "4917:9:46", + "nodeType": "YulIdentifier", + "src": "4917:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "4904:3:46", + "nodeType": "YulIdentifier", + "src": "4904:3:46" + }, + "nativeSrc": "4904:23:46", + "nodeType": "YulFunctionCall", + "src": "4904:23:46" + }, + { + "kind": "number", + "nativeSrc": "4929:2:46", + "nodeType": "YulLiteral", + "src": "4929:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "4900:3:46", + "nodeType": "YulIdentifier", + "src": "4900:3:46" + }, + "nativeSrc": "4900:32:46", + "nodeType": "YulFunctionCall", + "src": "4900:32:46" + }, + "nativeSrc": "4897:52:46", + "nodeType": "YulIf", + "src": "4897:52:46" + }, + { + "nativeSrc": "4958:39:46", + "nodeType": "YulAssignment", + "src": "4958:39:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4987:9:46", + "nodeType": "YulIdentifier", + "src": "4987:9:46" + } + ], + "functionName": { + "name": "abi_decode_address", + "nativeSrc": "4968:18:46", + "nodeType": "YulIdentifier", + "src": "4968:18:46" + }, + "nativeSrc": "4968:29:46", + "nodeType": "YulFunctionCall", + "src": "4968:29:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "4958:6:46", + "nodeType": "YulIdentifier", + "src": "4958:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_address", + "nativeSrc": "4817:186:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "4853:9:46", + "nodeType": "YulTypedName", + "src": "4853:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "4864:7:46", + "nodeType": "YulTypedName", + "src": "4864:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "4876:6:46", + "nodeType": "YulTypedName", + "src": "4876:6:46", + "type": "" + } + ], + "src": "4817:186:46" + }, + { + "body": { + "nativeSrc": "5107:149:46", + "nodeType": "YulBlock", + "src": "5107:149:46", + "statements": [ + { + "nativeSrc": "5117:26:46", + "nodeType": "YulAssignment", + "src": "5117:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5129:9:46", + "nodeType": "YulIdentifier", + "src": "5129:9:46" + }, + { + "kind": "number", + "nativeSrc": "5140:2:46", + "nodeType": "YulLiteral", + "src": "5140:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5125:3:46", + "nodeType": "YulIdentifier", + "src": "5125:3:46" + }, + "nativeSrc": "5125:18:46", + "nodeType": "YulFunctionCall", + "src": "5125:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "5117:4:46", + "nodeType": "YulIdentifier", + "src": "5117:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5159:9:46", + "nodeType": "YulIdentifier", + "src": "5159:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "5174:6:46", + "nodeType": "YulIdentifier", + "src": "5174:6:46" + }, + { + "kind": "number", + "nativeSrc": "5182:66:46", + "nodeType": "YulLiteral", + "src": "5182:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "5170:3:46", + "nodeType": "YulIdentifier", + "src": "5170:3:46" + }, + "nativeSrc": "5170:79:46", + "nodeType": "YulFunctionCall", + "src": "5170:79:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5152:6:46", + "nodeType": "YulIdentifier", + "src": "5152:6:46" + }, + "nativeSrc": "5152:98:46", + "nodeType": "YulFunctionCall", + "src": "5152:98:46" + }, + "nativeSrc": "5152:98:46", + "nodeType": "YulExpressionStatement", + "src": "5152:98:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", + "nativeSrc": "5008:248:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5076:9:46", + "nodeType": "YulTypedName", + "src": "5076:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "5087:6:46", + "nodeType": "YulTypedName", + "src": "5087:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "5098:4:46", + "nodeType": "YulTypedName", + "src": "5098:4:46", + "type": "" + } + ], + "src": "5008:248:46" + }, + { + "body": { + "nativeSrc": "5362:125:46", + "nodeType": "YulBlock", + "src": "5362:125:46", + "statements": [ + { + "nativeSrc": "5372:26:46", + "nodeType": "YulAssignment", + "src": "5372:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5384:9:46", + "nodeType": "YulIdentifier", + "src": "5384:9:46" + }, + { + "kind": "number", + "nativeSrc": "5395:2:46", + "nodeType": "YulLiteral", + "src": "5395:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5380:3:46", + "nodeType": "YulIdentifier", + "src": "5380:3:46" + }, + "nativeSrc": "5380:18:46", + "nodeType": "YulFunctionCall", + "src": "5380:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "5372:4:46", + "nodeType": "YulIdentifier", + "src": "5372:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5414:9:46", + "nodeType": "YulIdentifier", + "src": "5414:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "5429:6:46", + "nodeType": "YulIdentifier", + "src": "5429:6:46" + }, + { + "kind": "number", + "nativeSrc": "5437:42:46", + "nodeType": "YulLiteral", + "src": "5437:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "5425:3:46", + "nodeType": "YulIdentifier", + "src": "5425:3:46" + }, + "nativeSrc": "5425:55:46", + "nodeType": "YulFunctionCall", + "src": "5425:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5407:6:46", + "nodeType": "YulIdentifier", + "src": "5407:6:46" + }, + "nativeSrc": "5407:74:46", + "nodeType": "YulFunctionCall", + "src": "5407:74:46" + }, + "nativeSrc": "5407:74:46", + "nodeType": "YulExpressionStatement", + "src": "5407:74:46" + } + ] + }, + "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", + "nativeSrc": "5261:226:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5331:9:46", + "nodeType": "YulTypedName", + "src": "5331:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "5342:6:46", + "nodeType": "YulTypedName", + "src": "5342:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "5353:4:46", + "nodeType": "YulTypedName", + "src": "5353:4:46", + "type": "" + } + ], + "src": "5261:226:46" + }, + { + "body": { + "nativeSrc": "5593:76:46", + "nodeType": "YulBlock", + "src": "5593:76:46", + "statements": [ + { + "nativeSrc": "5603:26:46", + "nodeType": "YulAssignment", + "src": "5603:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5615:9:46", + "nodeType": "YulIdentifier", + "src": "5615:9:46" + }, + { + "kind": "number", + "nativeSrc": "5626:2:46", + "nodeType": "YulLiteral", + "src": "5626:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5611:3:46", + "nodeType": "YulIdentifier", + "src": "5611:3:46" + }, + "nativeSrc": "5611:18:46", + "nodeType": "YulFunctionCall", + "src": "5611:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "5603:4:46", + "nodeType": "YulIdentifier", + "src": "5603:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5645:9:46", + "nodeType": "YulIdentifier", + "src": "5645:9:46" + }, + { + "name": "value0", + "nativeSrc": "5656:6:46", + "nodeType": "YulIdentifier", + "src": "5656:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5638:6:46", + "nodeType": "YulIdentifier", + "src": "5638:6:46" + }, + "nativeSrc": "5638:25:46", + "nodeType": "YulFunctionCall", + "src": "5638:25:46" + }, + "nativeSrc": "5638:25:46", + "nodeType": "YulExpressionStatement", + "src": "5638:25:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed", + "nativeSrc": "5492:177:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5562:9:46", + "nodeType": "YulTypedName", + "src": "5562:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "5573:6:46", + "nodeType": "YulTypedName", + "src": "5573:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "5584:4:46", + "nodeType": "YulTypedName", + "src": "5584:4:46", + "type": "" + } + ], + "src": "5492:177:46" + }, + { + "body": { + "nativeSrc": "5794:354:46", + "nodeType": "YulBlock", + "src": "5794:354:46", + "statements": [ + { + "body": { + "nativeSrc": "5840:16:46", + "nodeType": "YulBlock", + "src": "5840:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5849:1:46", + "nodeType": "YulLiteral", + "src": "5849:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5852:1:46", + "nodeType": "YulLiteral", + "src": "5852:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5842:6:46", + "nodeType": "YulIdentifier", + "src": "5842:6:46" + }, + "nativeSrc": "5842:12:46", + "nodeType": "YulFunctionCall", + "src": "5842:12:46" + }, + "nativeSrc": "5842:12:46", + "nodeType": "YulExpressionStatement", + "src": "5842:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5815:7:46", + "nodeType": "YulIdentifier", + "src": "5815:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5824:9:46", + "nodeType": "YulIdentifier", + "src": "5824:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5811:3:46", + "nodeType": "YulIdentifier", + "src": "5811:3:46" + }, + "nativeSrc": "5811:23:46", + "nodeType": "YulFunctionCall", + "src": "5811:23:46" + }, + { + "kind": "number", + "nativeSrc": "5836:2:46", + "nodeType": "YulLiteral", + "src": "5836:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5807:3:46", + "nodeType": "YulIdentifier", + "src": "5807:3:46" + }, + "nativeSrc": "5807:32:46", + "nodeType": "YulFunctionCall", + "src": "5807:32:46" + }, + "nativeSrc": "5804:52:46", + "nodeType": "YulIf", + "src": "5804:52:46" + }, + { + "nativeSrc": "5865:14:46", + "nodeType": "YulVariableDeclaration", + "src": "5865:14:46", + "value": { + "kind": "number", + "nativeSrc": "5878:1:46", + "nodeType": "YulLiteral", + "src": "5878:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "5869:5:46", + "nodeType": "YulTypedName", + "src": "5869:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "5888:32:46", + "nodeType": "YulAssignment", + "src": "5888:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5910:9:46", + "nodeType": "YulIdentifier", + "src": "5910:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "5897:12:46", + "nodeType": "YulIdentifier", + "src": "5897:12:46" + }, + "nativeSrc": "5897:23:46", + "nodeType": "YulFunctionCall", + "src": "5897:23:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "5888:5:46", + "nodeType": "YulIdentifier", + "src": "5888:5:46" + } + ] + }, + { + "nativeSrc": "5929:15:46", + "nodeType": "YulAssignment", + "src": "5929:15:46", + "value": { + "name": "value", + "nativeSrc": "5939:5:46", + "nodeType": "YulIdentifier", + "src": "5939:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5929:6:46", + "nodeType": "YulIdentifier", + "src": "5929:6:46" + } + ] + }, + { + "nativeSrc": "5953:46:46", + "nodeType": "YulVariableDeclaration", + "src": "5953:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5984:9:46", + "nodeType": "YulIdentifier", + "src": "5984:9:46" + }, + { + "kind": "number", + "nativeSrc": "5995:2:46", + "nodeType": "YulLiteral", + "src": "5995:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5980:3:46", + "nodeType": "YulIdentifier", + "src": "5980:3:46" + }, + "nativeSrc": "5980:18:46", + "nodeType": "YulFunctionCall", + "src": "5980:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "5967:12:46", + "nodeType": "YulIdentifier", + "src": "5967:12:46" + }, + "nativeSrc": "5967:32:46", + "nodeType": "YulFunctionCall", + "src": "5967:32:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "5957:6:46", + "nodeType": "YulTypedName", + "src": "5957:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "6042:16:46", + "nodeType": "YulBlock", + "src": "6042:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6051:1:46", + "nodeType": "YulLiteral", + "src": "6051:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6054:1:46", + "nodeType": "YulLiteral", + "src": "6054:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6044:6:46", + "nodeType": "YulIdentifier", + "src": "6044:6:46" + }, + "nativeSrc": "6044:12:46", + "nodeType": "YulFunctionCall", + "src": "6044:12:46" + }, + "nativeSrc": "6044:12:46", + "nodeType": "YulExpressionStatement", + "src": "6044:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "6014:6:46", + "nodeType": "YulIdentifier", + "src": "6014:6:46" + }, + { + "kind": "number", + "nativeSrc": "6022:18:46", + "nodeType": "YulLiteral", + "src": "6022:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "6011:2:46", + "nodeType": "YulIdentifier", + "src": "6011:2:46" + }, + "nativeSrc": "6011:30:46", + "nodeType": "YulFunctionCall", + "src": "6011:30:46" + }, + "nativeSrc": "6008:50:46", + "nodeType": "YulIf", + "src": "6008:50:46" + }, + { + "nativeSrc": "6067:75:46", + "nodeType": "YulAssignment", + "src": "6067:75:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6114:9:46", + "nodeType": "YulIdentifier", + "src": "6114:9:46" + }, + { + "name": "offset", + "nativeSrc": "6125:6:46", + "nodeType": "YulIdentifier", + "src": "6125:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6110:3:46", + "nodeType": "YulIdentifier", + "src": "6110:3:46" + }, + "nativeSrc": "6110:22:46", + "nodeType": "YulFunctionCall", + "src": "6110:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "6134:7:46", + "nodeType": "YulIdentifier", + "src": "6134:7:46" + } + ], + "functionName": { + "name": "abi_decode_struct_ApplicationDto", + "nativeSrc": "6077:32:46", + "nodeType": "YulIdentifier", + "src": "6077:32:46" + }, + "nativeSrc": "6077:65:46", + "nodeType": "YulFunctionCall", + "src": "6077:65:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "6067:6:46", + "nodeType": "YulIdentifier", + "src": "6067:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint256t_struct$_ApplicationDto_$13697_memory_ptr", + "nativeSrc": "5674:474:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5752:9:46", + "nodeType": "YulTypedName", + "src": "5752:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5763:7:46", + "nodeType": "YulTypedName", + "src": "5763:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5775:6:46", + "nodeType": "YulTypedName", + "src": "5775:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "5783:6:46", + "nodeType": "YulTypedName", + "src": "5783:6:46", + "type": "" + } + ], + "src": "5674:474:46" + }, + { + "body": { + "nativeSrc": "6327:176:46", + "nodeType": "YulBlock", + "src": "6327:176:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6344:9:46", + "nodeType": "YulIdentifier", + "src": "6344:9:46" + }, + { + "kind": "number", + "nativeSrc": "6355:2:46", + "nodeType": "YulLiteral", + "src": "6355:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6337:6:46", + "nodeType": "YulIdentifier", + "src": "6337:6:46" + }, + "nativeSrc": "6337:21:46", + "nodeType": "YulFunctionCall", + "src": "6337:21:46" + }, + "nativeSrc": "6337:21:46", + "nodeType": "YulExpressionStatement", + "src": "6337:21:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6378:9:46", + "nodeType": "YulIdentifier", + "src": "6378:9:46" + }, + { + "kind": "number", + "nativeSrc": "6389:2:46", + "nodeType": "YulLiteral", + "src": "6389:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6374:3:46", + "nodeType": "YulIdentifier", + "src": "6374:3:46" + }, + "nativeSrc": "6374:18:46", + "nodeType": "YulFunctionCall", + "src": "6374:18:46" + }, + { + "kind": "number", + "nativeSrc": "6394:2:46", + "nodeType": "YulLiteral", + "src": "6394:2:46", + "type": "", + "value": "26" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6367:6:46", + "nodeType": "YulIdentifier", + "src": "6367:6:46" + }, + "nativeSrc": "6367:30:46", + "nodeType": "YulFunctionCall", + "src": "6367:30:46" + }, + "nativeSrc": "6367:30:46", + "nodeType": "YulExpressionStatement", + "src": "6367:30:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6417:9:46", + "nodeType": "YulIdentifier", + "src": "6417:9:46" + }, + { + "kind": "number", + "nativeSrc": "6428:2:46", + "nodeType": "YulLiteral", + "src": "6428:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6413:3:46", + "nodeType": "YulIdentifier", + "src": "6413:3:46" + }, + "nativeSrc": "6413:18:46", + "nodeType": "YulFunctionCall", + "src": "6413:18:46" + }, + { + "hexValue": "4170706c69636174696f6e20646f6573206e6f74206578697374", + "kind": "string", + "nativeSrc": "6433:28:46", + "nodeType": "YulLiteral", + "src": "6433:28:46", + "type": "", + "value": "Application does not exist" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6406:6:46", + "nodeType": "YulIdentifier", + "src": "6406:6:46" + }, + "nativeSrc": "6406:56:46", + "nodeType": "YulFunctionCall", + "src": "6406:56:46" + }, + "nativeSrc": "6406:56:46", + "nodeType": "YulExpressionStatement", + "src": "6406:56:46" + }, + { + "nativeSrc": "6471:26:46", + "nodeType": "YulAssignment", + "src": "6471:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6483:9:46", + "nodeType": "YulIdentifier", + "src": "6483:9:46" + }, + { + "kind": "number", + "nativeSrc": "6494:2:46", + "nodeType": "YulLiteral", + "src": "6494:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6479:3:46", + "nodeType": "YulIdentifier", + "src": "6479:3:46" + }, + "nativeSrc": "6479:18:46", + "nodeType": "YulFunctionCall", + "src": "6479:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "6471:4:46", + "nodeType": "YulIdentifier", + "src": "6471:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_stringliteral_7e7246bbeef53eee678db9d4e37569f55445370ffc727d5e7654d2e980269a7d__to_t_string_memory_ptr__fromStack_reversed", + "nativeSrc": "6153:350:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "6304:9:46", + "nodeType": "YulTypedName", + "src": "6304:9:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "6318:4:46", + "nodeType": "YulTypedName", + "src": "6318:4:46", + "type": "" + } + ], + "src": "6153:350:46" + }, + { + "body": { + "nativeSrc": "6563:382:46", + "nodeType": "YulBlock", + "src": "6563:382:46", + "statements": [ + { + "nativeSrc": "6573:22:46", + "nodeType": "YulAssignment", + "src": "6573:22:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6587:1:46", + "nodeType": "YulLiteral", + "src": "6587:1:46", + "type": "", + "value": "1" + }, + { + "name": "data", + "nativeSrc": "6590:4:46", + "nodeType": "YulIdentifier", + "src": "6590:4:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "6583:3:46", + "nodeType": "YulIdentifier", + "src": "6583:3:46" + }, + "nativeSrc": "6583:12:46", + "nodeType": "YulFunctionCall", + "src": "6583:12:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "6573:6:46", + "nodeType": "YulIdentifier", + "src": "6573:6:46" + } + ] + }, + { + "nativeSrc": "6604:38:46", + "nodeType": "YulVariableDeclaration", + "src": "6604:38:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "6634:4:46", + "nodeType": "YulIdentifier", + "src": "6634:4:46" + }, + { + "kind": "number", + "nativeSrc": "6640:1:46", + "nodeType": "YulLiteral", + "src": "6640:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "6630:3:46", + "nodeType": "YulIdentifier", + "src": "6630:3:46" + }, + "nativeSrc": "6630:12:46", + "nodeType": "YulFunctionCall", + "src": "6630:12:46" + }, + "variables": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "6608:18:46", + "nodeType": "YulTypedName", + "src": "6608:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "6681:31:46", + "nodeType": "YulBlock", + "src": "6681:31:46", + "statements": [ + { + "nativeSrc": "6683:27:46", + "nodeType": "YulAssignment", + "src": "6683:27:46", + "value": { + "arguments": [ + { + "name": "length", + "nativeSrc": "6697:6:46", + "nodeType": "YulIdentifier", + "src": "6697:6:46" + }, + { + "kind": "number", + "nativeSrc": "6705:4:46", + "nodeType": "YulLiteral", + "src": "6705:4:46", + "type": "", + "value": "0x7f" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "6693:3:46", + "nodeType": "YulIdentifier", + "src": "6693:3:46" + }, + "nativeSrc": "6693:17:46", + "nodeType": "YulFunctionCall", + "src": "6693:17:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "6683:6:46", + "nodeType": "YulIdentifier", + "src": "6683:6:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "6661:18:46", + "nodeType": "YulIdentifier", + "src": "6661:18:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "6654:6:46", + "nodeType": "YulIdentifier", + "src": "6654:6:46" + }, + "nativeSrc": "6654:26:46", + "nodeType": "YulFunctionCall", + "src": "6654:26:46" + }, + "nativeSrc": "6651:61:46", + "nodeType": "YulIf", + "src": "6651:61:46" + }, + { + "body": { + "nativeSrc": "6771:168:46", + "nodeType": "YulBlock", + "src": "6771:168:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6792:1:46", + "nodeType": "YulLiteral", + "src": "6792:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6795:77:46", + "nodeType": "YulLiteral", + "src": "6795:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6785:6:46", + "nodeType": "YulIdentifier", + "src": "6785:6:46" + }, + "nativeSrc": "6785:88:46", + "nodeType": "YulFunctionCall", + "src": "6785:88:46" + }, + "nativeSrc": "6785:88:46", + "nodeType": "YulExpressionStatement", + "src": "6785:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6893:1:46", + "nodeType": "YulLiteral", + "src": "6893:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "6896:4:46", + "nodeType": "YulLiteral", + "src": "6896:4:46", + "type": "", + "value": "0x22" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6886:6:46", + "nodeType": "YulIdentifier", + "src": "6886:6:46" + }, + "nativeSrc": "6886:15:46", + "nodeType": "YulFunctionCall", + "src": "6886:15:46" + }, + "nativeSrc": "6886:15:46", + "nodeType": "YulExpressionStatement", + "src": "6886:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6921:1:46", + "nodeType": "YulLiteral", + "src": "6921:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6924:4:46", + "nodeType": "YulLiteral", + "src": "6924:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6914:6:46", + "nodeType": "YulIdentifier", + "src": "6914:6:46" + }, + "nativeSrc": "6914:15:46", + "nodeType": "YulFunctionCall", + "src": "6914:15:46" + }, + "nativeSrc": "6914:15:46", + "nodeType": "YulExpressionStatement", + "src": "6914:15:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "outOfPlaceEncoding", + "nativeSrc": "6727:18:46", + "nodeType": "YulIdentifier", + "src": "6727:18:46" + }, + { + "arguments": [ + { + "name": "length", + "nativeSrc": "6750:6:46", + "nodeType": "YulIdentifier", + "src": "6750:6:46" + }, + { + "kind": "number", + "nativeSrc": "6758:2:46", + "nodeType": "YulLiteral", + "src": "6758:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "6747:2:46", + "nodeType": "YulIdentifier", + "src": "6747:2:46" + }, + "nativeSrc": "6747:14:46", + "nodeType": "YulFunctionCall", + "src": "6747:14:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "6724:2:46", + "nodeType": "YulIdentifier", + "src": "6724:2:46" + }, + "nativeSrc": "6724:38:46", + "nodeType": "YulFunctionCall", + "src": "6724:38:46" + }, + "nativeSrc": "6721:218:46", + "nodeType": "YulIf", + "src": "6721:218:46" + } + ] + }, + "name": "extract_byte_array_length", + "nativeSrc": "6508:437:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "data", + "nativeSrc": "6543:4:46", + "nodeType": "YulTypedName", + "src": "6543:4:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "length", + "nativeSrc": "6552:6:46", + "nodeType": "YulTypedName", + "src": "6552:6:46", + "type": "" + } + ], + "src": "6508:437:46" + }, + { + "body": { + "nativeSrc": "7124:234:46", + "nodeType": "YulBlock", + "src": "7124:234:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7141:9:46", + "nodeType": "YulIdentifier", + "src": "7141:9:46" + }, + { + "kind": "number", + "nativeSrc": "7152:2:46", + "nodeType": "YulLiteral", + "src": "7152:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7134:6:46", + "nodeType": "YulIdentifier", + "src": "7134:6:46" + }, + "nativeSrc": "7134:21:46", + "nodeType": "YulFunctionCall", + "src": "7134:21:46" + }, + "nativeSrc": "7134:21:46", + "nodeType": "YulExpressionStatement", + "src": "7134:21:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7175:9:46", + "nodeType": "YulIdentifier", + "src": "7175:9:46" + }, + { + "kind": "number", + "nativeSrc": "7186:2:46", + "nodeType": "YulLiteral", + "src": "7186:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7171:3:46", + "nodeType": "YulIdentifier", + "src": "7171:3:46" + }, + "nativeSrc": "7171:18:46", + "nodeType": "YulFunctionCall", + "src": "7171:18:46" + }, + { + "kind": "number", + "nativeSrc": "7191:2:46", + "nodeType": "YulLiteral", + "src": "7191:2:46", + "type": "", + "value": "44" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7164:6:46", + "nodeType": "YulIdentifier", + "src": "7164:6:46" + }, + "nativeSrc": "7164:30:46", + "nodeType": "YulFunctionCall", + "src": "7164:30:46" + }, + "nativeSrc": "7164:30:46", + "nodeType": "YulExpressionStatement", + "src": "7164:30:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7214:9:46", + "nodeType": "YulIdentifier", + "src": "7214:9:46" + }, + { + "kind": "number", + "nativeSrc": "7225:2:46", + "nodeType": "YulLiteral", + "src": "7225:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7210:3:46", + "nodeType": "YulIdentifier", + "src": "7210:3:46" + }, + "nativeSrc": "7210:18:46", + "nodeType": "YulFunctionCall", + "src": "7210:18:46" + }, + { + "hexValue": "4164647265737320616c7265616479207573656420666f7220616e6f74686572", + "kind": "string", + "nativeSrc": "7230:34:46", + "nodeType": "YulLiteral", + "src": "7230:34:46", + "type": "", + "value": "Address already used for another" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7203:6:46", + "nodeType": "YulIdentifier", + "src": "7203:6:46" + }, + "nativeSrc": "7203:62:46", + "nodeType": "YulFunctionCall", + "src": "7203:62:46" + }, + "nativeSrc": "7203:62:46", + "nodeType": "YulExpressionStatement", + "src": "7203:62:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7285:9:46", + "nodeType": "YulIdentifier", + "src": "7285:9:46" + }, + { + "kind": "number", + "nativeSrc": "7296:2:46", + "nodeType": "YulLiteral", + "src": "7296:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7281:3:46", + "nodeType": "YulIdentifier", + "src": "7281:3:46" + }, + "nativeSrc": "7281:18:46", + "nodeType": "YulFunctionCall", + "src": "7281:18:46" + }, + { + "hexValue": "206170706c69636174696f6e", + "kind": "string", + "nativeSrc": "7301:14:46", + "nodeType": "YulLiteral", + "src": "7301:14:46", + "type": "", + "value": " application" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7274:6:46", + "nodeType": "YulIdentifier", + "src": "7274:6:46" + }, + "nativeSrc": "7274:42:46", + "nodeType": "YulFunctionCall", + "src": "7274:42:46" + }, + "nativeSrc": "7274:42:46", + "nodeType": "YulExpressionStatement", + "src": "7274:42:46" + }, + { + "nativeSrc": "7325:27:46", + "nodeType": "YulAssignment", + "src": "7325:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7337:9:46", + "nodeType": "YulIdentifier", + "src": "7337:9:46" + }, + { + "kind": "number", + "nativeSrc": "7348:3:46", + "nodeType": "YulLiteral", + "src": "7348:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7333:3:46", + "nodeType": "YulIdentifier", + "src": "7333:3:46" + }, + "nativeSrc": "7333:19:46", + "nodeType": "YulFunctionCall", + "src": "7333:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "7325:4:46", + "nodeType": "YulIdentifier", + "src": "7325:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_stringliteral_27f118f88721369707ed28aa74b13885d0dea3fcb2da89936c114f5e48ee602b__to_t_string_memory_ptr__fromStack_reversed", + "nativeSrc": "6950:408:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "7101:9:46", + "nodeType": "YulTypedName", + "src": "7101:9:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "7115:4:46", + "nodeType": "YulTypedName", + "src": "7115:4:46", + "type": "" + } + ], + "src": "6950:408:46" + }, + { + "body": { + "nativeSrc": "7410:242:46", + "nodeType": "YulBlock", + "src": "7410:242:46", + "statements": [ + { + "body": { + "nativeSrc": "7449:168:46", + "nodeType": "YulBlock", + "src": "7449:168:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7470:1:46", + "nodeType": "YulLiteral", + "src": "7470:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "7473:77:46", + "nodeType": "YulLiteral", + "src": "7473:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7463:6:46", + "nodeType": "YulIdentifier", + "src": "7463:6:46" + }, + "nativeSrc": "7463:88:46", + "nodeType": "YulFunctionCall", + "src": "7463:88:46" + }, + "nativeSrc": "7463:88:46", + "nodeType": "YulExpressionStatement", + "src": "7463:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7571:1:46", + "nodeType": "YulLiteral", + "src": "7571:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "7574:4:46", + "nodeType": "YulLiteral", + "src": "7574:4:46", + "type": "", + "value": "0x11" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7564:6:46", + "nodeType": "YulIdentifier", + "src": "7564:6:46" + }, + "nativeSrc": "7564:15:46", + "nodeType": "YulFunctionCall", + "src": "7564:15:46" + }, + "nativeSrc": "7564:15:46", + "nodeType": "YulExpressionStatement", + "src": "7564:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7599:1:46", + "nodeType": "YulLiteral", + "src": "7599:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "7602:4:46", + "nodeType": "YulLiteral", + "src": "7602:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "7592:6:46", + "nodeType": "YulIdentifier", + "src": "7592:6:46" + }, + "nativeSrc": "7592:15:46", + "nodeType": "YulFunctionCall", + "src": "7592:15:46" + }, + "nativeSrc": "7592:15:46", + "nodeType": "YulExpressionStatement", + "src": "7592:15:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "value", + "nativeSrc": "7426:5:46", + "nodeType": "YulIdentifier", + "src": "7426:5:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7437:1:46", + "nodeType": "YulLiteral", + "src": "7437:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "7433:3:46", + "nodeType": "YulIdentifier", + "src": "7433:3:46" + }, + "nativeSrc": "7433:6:46", + "nodeType": "YulFunctionCall", + "src": "7433:6:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "7423:2:46", + "nodeType": "YulIdentifier", + "src": "7423:2:46" + }, + "nativeSrc": "7423:17:46", + "nodeType": "YulFunctionCall", + "src": "7423:17:46" + }, + "nativeSrc": "7420:197:46", + "nodeType": "YulIf", + "src": "7420:197:46" + }, + { + "nativeSrc": "7626:20:46", + "nodeType": "YulAssignment", + "src": "7626:20:46", + "value": { + "arguments": [ + { + "name": "value", + "nativeSrc": "7637:5:46", + "nodeType": "YulIdentifier", + "src": "7637:5:46" + }, + { + "kind": "number", + "nativeSrc": "7644:1:46", + "nodeType": "YulLiteral", + "src": "7644:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7633:3:46", + "nodeType": "YulIdentifier", + "src": "7633:3:46" + }, + "nativeSrc": "7633:13:46", + "nodeType": "YulFunctionCall", + "src": "7633:13:46" + }, + "variableNames": [ + { + "name": "ret", + "nativeSrc": "7626:3:46", + "nodeType": "YulIdentifier", + "src": "7626:3:46" + } + ] + } + ] + }, + "name": "increment_t_uint256", + "nativeSrc": "7363:289:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "7392:5:46", + "nodeType": "YulTypedName", + "src": "7392:5:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "ret", + "nativeSrc": "7402:3:46", + "nodeType": "YulTypedName", + "src": "7402:3:46", + "type": "" + } + ], + "src": "7363:289:46" + }, + { + "body": { + "nativeSrc": "7713:65:46", + "nodeType": "YulBlock", + "src": "7713:65:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7730:1:46", + "nodeType": "YulLiteral", + "src": "7730:1:46", + "type": "", + "value": "0" + }, + { + "name": "ptr", + "nativeSrc": "7733:3:46", + "nodeType": "YulIdentifier", + "src": "7733:3:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7723:6:46", + "nodeType": "YulIdentifier", + "src": "7723:6:46" + }, + "nativeSrc": "7723:14:46", + "nodeType": "YulFunctionCall", + "src": "7723:14:46" + }, + "nativeSrc": "7723:14:46", + "nodeType": "YulExpressionStatement", + "src": "7723:14:46" + }, + { + "nativeSrc": "7746:26:46", + "nodeType": "YulAssignment", + "src": "7746:26:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7764:1:46", + "nodeType": "YulLiteral", + "src": "7764:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "7767:4:46", + "nodeType": "YulLiteral", + "src": "7767:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "keccak256", + "nativeSrc": "7754:9:46", + "nodeType": "YulIdentifier", + "src": "7754:9:46" + }, + "nativeSrc": "7754:18:46", + "nodeType": "YulFunctionCall", + "src": "7754:18:46" + }, + "variableNames": [ + { + "name": "data", + "nativeSrc": "7746:4:46", + "nodeType": "YulIdentifier", + "src": "7746:4:46" + } + ] + } + ] + }, + "name": "array_dataslot_string_storage", + "nativeSrc": "7657:121:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "ptr", + "nativeSrc": "7696:3:46", + "nodeType": "YulTypedName", + "src": "7696:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "data", + "nativeSrc": "7704:4:46", + "nodeType": "YulTypedName", + "src": "7704:4:46", + "type": "" + } + ], + "src": "7657:121:46" + }, + { + "body": { + "nativeSrc": "7864:437:46", + "nodeType": "YulBlock", + "src": "7864:437:46", + "statements": [ + { + "body": { + "nativeSrc": "7897:398:46", + "nodeType": "YulBlock", + "src": "7897:398:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7918:1:46", + "nodeType": "YulLiteral", + "src": "7918:1:46", + "type": "", + "value": "0" + }, + { + "name": "array", + "nativeSrc": "7921:5:46", + "nodeType": "YulIdentifier", + "src": "7921:5:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7911:6:46", + "nodeType": "YulIdentifier", + "src": "7911:6:46" + }, + "nativeSrc": "7911:16:46", + "nodeType": "YulFunctionCall", + "src": "7911:16:46" + }, + "nativeSrc": "7911:16:46", + "nodeType": "YulExpressionStatement", + "src": "7911:16:46" + }, + { + "nativeSrc": "7940:30:46", + "nodeType": "YulVariableDeclaration", + "src": "7940:30:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7962:1:46", + "nodeType": "YulLiteral", + "src": "7962:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "7965:4:46", + "nodeType": "YulLiteral", + "src": "7965:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "keccak256", + "nativeSrc": "7952:9:46", + "nodeType": "YulIdentifier", + "src": "7952:9:46" + }, + "nativeSrc": "7952:18:46", + "nodeType": "YulFunctionCall", + "src": "7952:18:46" + }, + "variables": [ + { + "name": "data", + "nativeSrc": "7944:4:46", + "nodeType": "YulTypedName", + "src": "7944:4:46", + "type": "" + } + ] + }, + { + "nativeSrc": "7983:57:46", + "nodeType": "YulVariableDeclaration", + "src": "7983:57:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "8006:4:46", + "nodeType": "YulIdentifier", + "src": "8006:4:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8016:1:46", + "nodeType": "YulLiteral", + "src": "8016:1:46", + "type": "", + "value": "5" + }, + { + "arguments": [ + { + "name": "startIndex", + "nativeSrc": "8023:10:46", + "nodeType": "YulIdentifier", + "src": "8023:10:46" + }, + { + "kind": "number", + "nativeSrc": "8035:2:46", + "nodeType": "YulLiteral", + "src": "8035:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8019:3:46", + "nodeType": "YulIdentifier", + "src": "8019:3:46" + }, + "nativeSrc": "8019:19:46", + "nodeType": "YulFunctionCall", + "src": "8019:19:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "8012:3:46", + "nodeType": "YulIdentifier", + "src": "8012:3:46" + }, + "nativeSrc": "8012:27:46", + "nodeType": "YulFunctionCall", + "src": "8012:27:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8002:3:46", + "nodeType": "YulIdentifier", + "src": "8002:3:46" + }, + "nativeSrc": "8002:38:46", + "nodeType": "YulFunctionCall", + "src": "8002:38:46" + }, + "variables": [ + { + "name": "deleteStart", + "nativeSrc": "7987:11:46", + "nodeType": "YulTypedName", + "src": "7987:11:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "8077:23:46", + "nodeType": "YulBlock", + "src": "8077:23:46", + "statements": [ + { + "nativeSrc": "8079:19:46", + "nodeType": "YulAssignment", + "src": "8079:19:46", + "value": { + "name": "data", + "nativeSrc": "8094:4:46", + "nodeType": "YulIdentifier", + "src": "8094:4:46" + }, + "variableNames": [ + { + "name": "deleteStart", + "nativeSrc": "8079:11:46", + "nodeType": "YulIdentifier", + "src": "8079:11:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "startIndex", + "nativeSrc": "8059:10:46", + "nodeType": "YulIdentifier", + "src": "8059:10:46" + }, + { + "kind": "number", + "nativeSrc": "8071:4:46", + "nodeType": "YulLiteral", + "src": "8071:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "8056:2:46", + "nodeType": "YulIdentifier", + "src": "8056:2:46" + }, + "nativeSrc": "8056:20:46", + "nodeType": "YulFunctionCall", + "src": "8056:20:46" + }, + "nativeSrc": "8053:47:46", + "nodeType": "YulIf", + "src": "8053:47:46" + }, + { + "nativeSrc": "8113:41:46", + "nodeType": "YulVariableDeclaration", + "src": "8113:41:46", + "value": { + "arguments": [ + { + "name": "data", + "nativeSrc": "8127:4:46", + "nodeType": "YulIdentifier", + "src": "8127:4:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8137:1:46", + "nodeType": "YulLiteral", + "src": "8137:1:46", + "type": "", + "value": "5" + }, + { + "arguments": [ + { + "name": "len", + "nativeSrc": "8144:3:46", + "nodeType": "YulIdentifier", + "src": "8144:3:46" + }, + { + "kind": "number", + "nativeSrc": "8149:2:46", + "nodeType": "YulLiteral", + "src": "8149:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8140:3:46", + "nodeType": "YulIdentifier", + "src": "8140:3:46" + }, + "nativeSrc": "8140:12:46", + "nodeType": "YulFunctionCall", + "src": "8140:12:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "8133:3:46", + "nodeType": "YulIdentifier", + "src": "8133:3:46" + }, + "nativeSrc": "8133:20:46", + "nodeType": "YulFunctionCall", + "src": "8133:20:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8123:3:46", + "nodeType": "YulIdentifier", + "src": "8123:3:46" + }, + "nativeSrc": "8123:31:46", + "nodeType": "YulFunctionCall", + "src": "8123:31:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "8117:2:46", + "nodeType": "YulTypedName", + "src": "8117:2:46", + "type": "" + } + ] + }, + { + "nativeSrc": "8167:24:46", + "nodeType": "YulVariableDeclaration", + "src": "8167:24:46", + "value": { + "name": "deleteStart", + "nativeSrc": "8180:11:46", + "nodeType": "YulIdentifier", + "src": "8180:11:46" + }, + "variables": [ + { + "name": "start", + "nativeSrc": "8171:5:46", + "nodeType": "YulTypedName", + "src": "8171:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "8265:20:46", + "nodeType": "YulBlock", + "src": "8265:20:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "start", + "nativeSrc": "8274:5:46", + "nodeType": "YulIdentifier", + "src": "8274:5:46" + }, + { + "kind": "number", + "nativeSrc": "8281:1:46", + "nodeType": "YulLiteral", + "src": "8281:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "8267:6:46", + "nodeType": "YulIdentifier", + "src": "8267:6:46" + }, + "nativeSrc": "8267:16:46", + "nodeType": "YulFunctionCall", + "src": "8267:16:46" + }, + "nativeSrc": "8267:16:46", + "nodeType": "YulExpressionStatement", + "src": "8267:16:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "start", + "nativeSrc": "8215:5:46", + "nodeType": "YulIdentifier", + "src": "8215:5:46" + }, + { + "name": "_1", + "nativeSrc": "8222:2:46", + "nodeType": "YulIdentifier", + "src": "8222:2:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "8212:2:46", + "nodeType": "YulIdentifier", + "src": "8212:2:46" + }, + "nativeSrc": "8212:13:46", + "nodeType": "YulFunctionCall", + "src": "8212:13:46" + }, + "nativeSrc": "8204:81:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "8226:26:46", + "nodeType": "YulBlock", + "src": "8226:26:46", + "statements": [ + { + "nativeSrc": "8228:22:46", + "nodeType": "YulAssignment", + "src": "8228:22:46", + "value": { + "arguments": [ + { + "name": "start", + "nativeSrc": "8241:5:46", + "nodeType": "YulIdentifier", + "src": "8241:5:46" + }, + { + "kind": "number", + "nativeSrc": "8248:1:46", + "nodeType": "YulLiteral", + "src": "8248:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8237:3:46", + "nodeType": "YulIdentifier", + "src": "8237:3:46" + }, + "nativeSrc": "8237:13:46", + "nodeType": "YulFunctionCall", + "src": "8237:13:46" + }, + "variableNames": [ + { + "name": "start", + "nativeSrc": "8228:5:46", + "nodeType": "YulIdentifier", + "src": "8228:5:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "8208:3:46", + "nodeType": "YulBlock", + "src": "8208:3:46", + "statements": [] + }, + "src": "8204:81:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "len", + "nativeSrc": "7880:3:46", + "nodeType": "YulIdentifier", + "src": "7880:3:46" + }, + { + "kind": "number", + "nativeSrc": "7885:2:46", + "nodeType": "YulLiteral", + "src": "7885:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "7877:2:46", + "nodeType": "YulIdentifier", + "src": "7877:2:46" + }, + "nativeSrc": "7877:11:46", + "nodeType": "YulFunctionCall", + "src": "7877:11:46" + }, + "nativeSrc": "7874:421:46", + "nodeType": "YulIf", + "src": "7874:421:46" + } + ] + }, + "name": "clean_up_bytearray_end_slots_string_storage", + "nativeSrc": "7783:518:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "array", + "nativeSrc": "7836:5:46", + "nodeType": "YulTypedName", + "src": "7836:5:46", + "type": "" + }, + { + "name": "len", + "nativeSrc": "7843:3:46", + "nodeType": "YulTypedName", + "src": "7843:3:46", + "type": "" + }, + { + "name": "startIndex", + "nativeSrc": "7848:10:46", + "nodeType": "YulTypedName", + "src": "7848:10:46", + "type": "" + } + ], + "src": "7783:518:46" + }, + { + "body": { + "nativeSrc": "8391:81:46", + "nodeType": "YulBlock", + "src": "8391:81:46", + "statements": [ + { + "nativeSrc": "8401:65:46", + "nodeType": "YulAssignment", + "src": "8401:65:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "data", + "nativeSrc": "8416:4:46", + "nodeType": "YulIdentifier", + "src": "8416:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8434:1:46", + "nodeType": "YulLiteral", + "src": "8434:1:46", + "type": "", + "value": "3" + }, + { + "name": "len", + "nativeSrc": "8437:3:46", + "nodeType": "YulIdentifier", + "src": "8437:3:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "8430:3:46", + "nodeType": "YulIdentifier", + "src": "8430:3:46" + }, + "nativeSrc": "8430:11:46", + "nodeType": "YulFunctionCall", + "src": "8430:11:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8447:1:46", + "nodeType": "YulLiteral", + "src": "8447:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "8443:3:46", + "nodeType": "YulIdentifier", + "src": "8443:3:46" + }, + "nativeSrc": "8443:6:46", + "nodeType": "YulFunctionCall", + "src": "8443:6:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "8426:3:46", + "nodeType": "YulIdentifier", + "src": "8426:3:46" + }, + "nativeSrc": "8426:24:46", + "nodeType": "YulFunctionCall", + "src": "8426:24:46" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "8422:3:46", + "nodeType": "YulIdentifier", + "src": "8422:3:46" + }, + "nativeSrc": "8422:29:46", + "nodeType": "YulFunctionCall", + "src": "8422:29:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "8412:3:46", + "nodeType": "YulIdentifier", + "src": "8412:3:46" + }, + "nativeSrc": "8412:40:46", + "nodeType": "YulFunctionCall", + "src": "8412:40:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8458:1:46", + "nodeType": "YulLiteral", + "src": "8458:1:46", + "type": "", + "value": "1" + }, + { + "name": "len", + "nativeSrc": "8461:3:46", + "nodeType": "YulIdentifier", + "src": "8461:3:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "8454:3:46", + "nodeType": "YulIdentifier", + "src": "8454:3:46" + }, + "nativeSrc": "8454:11:46", + "nodeType": "YulFunctionCall", + "src": "8454:11:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "8409:2:46", + "nodeType": "YulIdentifier", + "src": "8409:2:46" + }, + "nativeSrc": "8409:57:46", + "nodeType": "YulFunctionCall", + "src": "8409:57:46" + }, + "variableNames": [ + { + "name": "used", + "nativeSrc": "8401:4:46", + "nodeType": "YulIdentifier", + "src": "8401:4:46" + } + ] + } + ] + }, + "name": "extract_used_part_and_set_length_of_short_byte_array", + "nativeSrc": "8306:166:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "data", + "nativeSrc": "8368:4:46", + "nodeType": "YulTypedName", + "src": "8368:4:46", + "type": "" + }, + { + "name": "len", + "nativeSrc": "8374:3:46", + "nodeType": "YulTypedName", + "src": "8374:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "used", + "nativeSrc": "8382:4:46", + "nodeType": "YulTypedName", + "src": "8382:4:46", + "type": "" + } + ], + "src": "8306:166:46" + }, + { + "body": { + "nativeSrc": "8573:1203:46", + "nodeType": "YulBlock", + "src": "8573:1203:46", + "statements": [ + { + "nativeSrc": "8583:24:46", + "nodeType": "YulVariableDeclaration", + "src": "8583:24:46", + "value": { + "arguments": [ + { + "name": "src", + "nativeSrc": "8603:3:46", + "nodeType": "YulIdentifier", + "src": "8603:3:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "8597:5:46", + "nodeType": "YulIdentifier", + "src": "8597:5:46" + }, + "nativeSrc": "8597:10:46", + "nodeType": "YulFunctionCall", + "src": "8597:10:46" + }, + "variables": [ + { + "name": "newLen", + "nativeSrc": "8587:6:46", + "nodeType": "YulTypedName", + "src": "8587:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "8650:22:46", + "nodeType": "YulBlock", + "src": "8650:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "8652:16:46", + "nodeType": "YulIdentifier", + "src": "8652:16:46" + }, + "nativeSrc": "8652:18:46", + "nodeType": "YulFunctionCall", + "src": "8652:18:46" + }, + "nativeSrc": "8652:18:46", + "nodeType": "YulExpressionStatement", + "src": "8652:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "8622:6:46", + "nodeType": "YulIdentifier", + "src": "8622:6:46" + }, + { + "kind": "number", + "nativeSrc": "8630:18:46", + "nodeType": "YulLiteral", + "src": "8630:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "8619:2:46", + "nodeType": "YulIdentifier", + "src": "8619:2:46" + }, + "nativeSrc": "8619:30:46", + "nodeType": "YulFunctionCall", + "src": "8619:30:46" + }, + "nativeSrc": "8616:56:46", + "nodeType": "YulIf", + "src": "8616:56:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "8725:4:46", + "nodeType": "YulIdentifier", + "src": "8725:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "slot", + "nativeSrc": "8763:4:46", + "nodeType": "YulIdentifier", + "src": "8763:4:46" + } + ], + "functionName": { + "name": "sload", + "nativeSrc": "8757:5:46", + "nodeType": "YulIdentifier", + "src": "8757:5:46" + }, + "nativeSrc": "8757:11:46", + "nodeType": "YulFunctionCall", + "src": "8757:11:46" + } + ], + "functionName": { + "name": "extract_byte_array_length", + "nativeSrc": "8731:25:46", + "nodeType": "YulIdentifier", + "src": "8731:25:46" + }, + "nativeSrc": "8731:38:46", + "nodeType": "YulFunctionCall", + "src": "8731:38:46" + }, + { + "name": "newLen", + "nativeSrc": "8771:6:46", + "nodeType": "YulIdentifier", + "src": "8771:6:46" + } + ], + "functionName": { + "name": "clean_up_bytearray_end_slots_string_storage", + "nativeSrc": "8681:43:46", + "nodeType": "YulIdentifier", + "src": "8681:43:46" + }, + "nativeSrc": "8681:97:46", + "nodeType": "YulFunctionCall", + "src": "8681:97:46" + }, + "nativeSrc": "8681:97:46", + "nodeType": "YulExpressionStatement", + "src": "8681:97:46" + }, + { + "nativeSrc": "8787:18:46", + "nodeType": "YulVariableDeclaration", + "src": "8787:18:46", + "value": { + "kind": "number", + "nativeSrc": "8804:1:46", + "nodeType": "YulLiteral", + "src": "8804:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "srcOffset", + "nativeSrc": "8791:9:46", + "nodeType": "YulTypedName", + "src": "8791:9:46", + "type": "" + } + ] + }, + { + "nativeSrc": "8814:17:46", + "nodeType": "YulAssignment", + "src": "8814:17:46", + "value": { + "kind": "number", + "nativeSrc": "8827:4:46", + "nodeType": "YulLiteral", + "src": "8827:4:46", + "type": "", + "value": "0x20" + }, + "variableNames": [ + { + "name": "srcOffset", + "nativeSrc": "8814:9:46", + "nodeType": "YulIdentifier", + "src": "8814:9:46" + } + ] + }, + { + "cases": [ + { + "body": { + "nativeSrc": "8877:642:46", + "nodeType": "YulBlock", + "src": "8877:642:46", + "statements": [ + { + "nativeSrc": "8891:35:46", + "nodeType": "YulVariableDeclaration", + "src": "8891:35:46", + "value": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "8910:6:46", + "nodeType": "YulIdentifier", + "src": "8910:6:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8922:2:46", + "nodeType": "YulLiteral", + "src": "8922:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "8918:3:46", + "nodeType": "YulIdentifier", + "src": "8918:3:46" + }, + "nativeSrc": "8918:7:46", + "nodeType": "YulFunctionCall", + "src": "8918:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "8906:3:46", + "nodeType": "YulIdentifier", + "src": "8906:3:46" + }, + "nativeSrc": "8906:20:46", + "nodeType": "YulFunctionCall", + "src": "8906:20:46" + }, + "variables": [ + { + "name": "loopEnd", + "nativeSrc": "8895:7:46", + "nodeType": "YulTypedName", + "src": "8895:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "8939:49:46", + "nodeType": "YulVariableDeclaration", + "src": "8939:49:46", + "value": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "8983:4:46", + "nodeType": "YulIdentifier", + "src": "8983:4:46" + } + ], + "functionName": { + "name": "array_dataslot_string_storage", + "nativeSrc": "8953:29:46", + "nodeType": "YulIdentifier", + "src": "8953:29:46" + }, + "nativeSrc": "8953:35:46", + "nodeType": "YulFunctionCall", + "src": "8953:35:46" + }, + "variables": [ + { + "name": "dstPtr", + "nativeSrc": "8943:6:46", + "nodeType": "YulTypedName", + "src": "8943:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "9001:10:46", + "nodeType": "YulVariableDeclaration", + "src": "9001:10:46", + "value": { + "kind": "number", + "nativeSrc": "9010:1:46", + "nodeType": "YulLiteral", + "src": "9010:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "9005:1:46", + "nodeType": "YulTypedName", + "src": "9005:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "9081:165:46", + "nodeType": "YulBlock", + "src": "9081:165:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "9106:6:46", + "nodeType": "YulIdentifier", + "src": "9106:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "9124:3:46", + "nodeType": "YulIdentifier", + "src": "9124:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "9129:9:46", + "nodeType": "YulIdentifier", + "src": "9129:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9120:3:46", + "nodeType": "YulIdentifier", + "src": "9120:3:46" + }, + "nativeSrc": "9120:19:46", + "nodeType": "YulFunctionCall", + "src": "9120:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "9114:5:46", + "nodeType": "YulIdentifier", + "src": "9114:5:46" + }, + "nativeSrc": "9114:26:46", + "nodeType": "YulFunctionCall", + "src": "9114:26:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "9099:6:46", + "nodeType": "YulIdentifier", + "src": "9099:6:46" + }, + "nativeSrc": "9099:42:46", + "nodeType": "YulFunctionCall", + "src": "9099:42:46" + }, + "nativeSrc": "9099:42:46", + "nodeType": "YulExpressionStatement", + "src": "9099:42:46" + }, + { + "nativeSrc": "9158:24:46", + "nodeType": "YulAssignment", + "src": "9158:24:46", + "value": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "9172:6:46", + "nodeType": "YulIdentifier", + "src": "9172:6:46" + }, + { + "kind": "number", + "nativeSrc": "9180:1:46", + "nodeType": "YulLiteral", + "src": "9180:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9168:3:46", + "nodeType": "YulIdentifier", + "src": "9168:3:46" + }, + "nativeSrc": "9168:14:46", + "nodeType": "YulFunctionCall", + "src": "9168:14:46" + }, + "variableNames": [ + { + "name": "dstPtr", + "nativeSrc": "9158:6:46", + "nodeType": "YulIdentifier", + "src": "9158:6:46" + } + ] + }, + { + "nativeSrc": "9199:33:46", + "nodeType": "YulAssignment", + "src": "9199:33:46", + "value": { + "arguments": [ + { + "name": "srcOffset", + "nativeSrc": "9216:9:46", + "nodeType": "YulIdentifier", + "src": "9216:9:46" + }, + { + "kind": "number", + "nativeSrc": "9227:4:46", + "nodeType": "YulLiteral", + "src": "9227:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9212:3:46", + "nodeType": "YulIdentifier", + "src": "9212:3:46" + }, + "nativeSrc": "9212:20:46", + "nodeType": "YulFunctionCall", + "src": "9212:20:46" + }, + "variableNames": [ + { + "name": "srcOffset", + "nativeSrc": "9199:9:46", + "nodeType": "YulIdentifier", + "src": "9199:9:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "9035:1:46", + "nodeType": "YulIdentifier", + "src": "9035:1:46" + }, + { + "name": "loopEnd", + "nativeSrc": "9038:7:46", + "nodeType": "YulIdentifier", + "src": "9038:7:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "9032:2:46", + "nodeType": "YulIdentifier", + "src": "9032:2:46" + }, + "nativeSrc": "9032:14:46", + "nodeType": "YulFunctionCall", + "src": "9032:14:46" + }, + "nativeSrc": "9024:222:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "9047:21:46", + "nodeType": "YulBlock", + "src": "9047:21:46", + "statements": [ + { + "nativeSrc": "9049:17:46", + "nodeType": "YulAssignment", + "src": "9049:17:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "9058:1:46", + "nodeType": "YulIdentifier", + "src": "9058:1:46" + }, + { + "kind": "number", + "nativeSrc": "9061:4:46", + "nodeType": "YulLiteral", + "src": "9061:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9054:3:46", + "nodeType": "YulIdentifier", + "src": "9054:3:46" + }, + "nativeSrc": "9054:12:46", + "nodeType": "YulFunctionCall", + "src": "9054:12:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "9049:1:46", + "nodeType": "YulIdentifier", + "src": "9049:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "9028:3:46", + "nodeType": "YulBlock", + "src": "9028:3:46", + "statements": [] + }, + "src": "9024:222:46" + }, + { + "body": { + "nativeSrc": "9294:166:46", + "nodeType": "YulBlock", + "src": "9294:166:46", + "statements": [ + { + "nativeSrc": "9312:43:46", + "nodeType": "YulVariableDeclaration", + "src": "9312:43:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "9339:3:46", + "nodeType": "YulIdentifier", + "src": "9339:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "9344:9:46", + "nodeType": "YulIdentifier", + "src": "9344:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9335:3:46", + "nodeType": "YulIdentifier", + "src": "9335:3:46" + }, + "nativeSrc": "9335:19:46", + "nodeType": "YulFunctionCall", + "src": "9335:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "9329:5:46", + "nodeType": "YulIdentifier", + "src": "9329:5:46" + }, + "nativeSrc": "9329:26:46", + "nodeType": "YulFunctionCall", + "src": "9329:26:46" + }, + "variables": [ + { + "name": "lastValue", + "nativeSrc": "9316:9:46", + "nodeType": "YulTypedName", + "src": "9316:9:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "dstPtr", + "nativeSrc": "9379:6:46", + "nodeType": "YulIdentifier", + "src": "9379:6:46" + }, + { + "arguments": [ + { + "name": "lastValue", + "nativeSrc": "9391:9:46", + "nodeType": "YulIdentifier", + "src": "9391:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9418:1:46", + "nodeType": "YulLiteral", + "src": "9418:1:46", + "type": "", + "value": "3" + }, + { + "name": "newLen", + "nativeSrc": "9421:6:46", + "nodeType": "YulIdentifier", + "src": "9421:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "9414:3:46", + "nodeType": "YulIdentifier", + "src": "9414:3:46" + }, + "nativeSrc": "9414:14:46", + "nodeType": "YulFunctionCall", + "src": "9414:14:46" + }, + { + "kind": "number", + "nativeSrc": "9430:3:46", + "nodeType": "YulLiteral", + "src": "9430:3:46", + "type": "", + "value": "248" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "9410:3:46", + "nodeType": "YulIdentifier", + "src": "9410:3:46" + }, + "nativeSrc": "9410:24:46", + "nodeType": "YulFunctionCall", + "src": "9410:24:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9440:1:46", + "nodeType": "YulLiteral", + "src": "9440:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "9436:3:46", + "nodeType": "YulIdentifier", + "src": "9436:3:46" + }, + "nativeSrc": "9436:6:46", + "nodeType": "YulFunctionCall", + "src": "9436:6:46" + } + ], + "functionName": { + "name": "shr", + "nativeSrc": "9406:3:46", + "nodeType": "YulIdentifier", + "src": "9406:3:46" + }, + "nativeSrc": "9406:37:46", + "nodeType": "YulFunctionCall", + "src": "9406:37:46" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "9402:3:46", + "nodeType": "YulIdentifier", + "src": "9402:3:46" + }, + "nativeSrc": "9402:42:46", + "nodeType": "YulFunctionCall", + "src": "9402:42:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "9387:3:46", + "nodeType": "YulIdentifier", + "src": "9387:3:46" + }, + "nativeSrc": "9387:58:46", + "nodeType": "YulFunctionCall", + "src": "9387:58:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "9372:6:46", + "nodeType": "YulIdentifier", + "src": "9372:6:46" + }, + "nativeSrc": "9372:74:46", + "nodeType": "YulFunctionCall", + "src": "9372:74:46" + }, + "nativeSrc": "9372:74:46", + "nodeType": "YulExpressionStatement", + "src": "9372:74:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "loopEnd", + "nativeSrc": "9265:7:46", + "nodeType": "YulIdentifier", + "src": "9265:7:46" + }, + { + "name": "newLen", + "nativeSrc": "9274:6:46", + "nodeType": "YulIdentifier", + "src": "9274:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "9262:2:46", + "nodeType": "YulIdentifier", + "src": "9262:2:46" + }, + "nativeSrc": "9262:19:46", + "nodeType": "YulFunctionCall", + "src": "9262:19:46" + }, + "nativeSrc": "9259:201:46", + "nodeType": "YulIf", + "src": "9259:201:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "9480:4:46", + "nodeType": "YulIdentifier", + "src": "9480:4:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9494:1:46", + "nodeType": "YulLiteral", + "src": "9494:1:46", + "type": "", + "value": "1" + }, + { + "name": "newLen", + "nativeSrc": "9497:6:46", + "nodeType": "YulIdentifier", + "src": "9497:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "9490:3:46", + "nodeType": "YulIdentifier", + "src": "9490:3:46" + }, + "nativeSrc": "9490:14:46", + "nodeType": "YulFunctionCall", + "src": "9490:14:46" + }, + { + "kind": "number", + "nativeSrc": "9506:1:46", + "nodeType": "YulLiteral", + "src": "9506:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9486:3:46", + "nodeType": "YulIdentifier", + "src": "9486:3:46" + }, + "nativeSrc": "9486:22:46", + "nodeType": "YulFunctionCall", + "src": "9486:22:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "9473:6:46", + "nodeType": "YulIdentifier", + "src": "9473:6:46" + }, + "nativeSrc": "9473:36:46", + "nodeType": "YulFunctionCall", + "src": "9473:36:46" + }, + "nativeSrc": "9473:36:46", + "nodeType": "YulExpressionStatement", + "src": "9473:36:46" + } + ] + }, + "nativeSrc": "8870:649:46", + "nodeType": "YulCase", + "src": "8870:649:46", + "value": { + "kind": "number", + "nativeSrc": "8875:1:46", + "nodeType": "YulLiteral", + "src": "8875:1:46", + "type": "", + "value": "1" + } + }, + { + "body": { + "nativeSrc": "9536:234:46", + "nodeType": "YulBlock", + "src": "9536:234:46", + "statements": [ + { + "nativeSrc": "9550:14:46", + "nodeType": "YulVariableDeclaration", + "src": "9550:14:46", + "value": { + "kind": "number", + "nativeSrc": "9563:1:46", + "nodeType": "YulLiteral", + "src": "9563:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "9554:5:46", + "nodeType": "YulTypedName", + "src": "9554:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "9599:67:46", + "nodeType": "YulBlock", + "src": "9599:67:46", + "statements": [ + { + "nativeSrc": "9617:35:46", + "nodeType": "YulAssignment", + "src": "9617:35:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "9636:3:46", + "nodeType": "YulIdentifier", + "src": "9636:3:46" + }, + { + "name": "srcOffset", + "nativeSrc": "9641:9:46", + "nodeType": "YulIdentifier", + "src": "9641:9:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9632:3:46", + "nodeType": "YulIdentifier", + "src": "9632:3:46" + }, + "nativeSrc": "9632:19:46", + "nodeType": "YulFunctionCall", + "src": "9632:19:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "9626:5:46", + "nodeType": "YulIdentifier", + "src": "9626:5:46" + }, + "nativeSrc": "9626:26:46", + "nodeType": "YulFunctionCall", + "src": "9626:26:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "9617:5:46", + "nodeType": "YulIdentifier", + "src": "9617:5:46" + } + ] + } + ] + }, + "condition": { + "name": "newLen", + "nativeSrc": "9580:6:46", + "nodeType": "YulIdentifier", + "src": "9580:6:46" + }, + "nativeSrc": "9577:89:46", + "nodeType": "YulIf", + "src": "9577:89:46" + }, + { + "expression": { + "arguments": [ + { + "name": "slot", + "nativeSrc": "9686:4:46", + "nodeType": "YulIdentifier", + "src": "9686:4:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "9745:5:46", + "nodeType": "YulIdentifier", + "src": "9745:5:46" + }, + { + "name": "newLen", + "nativeSrc": "9752:6:46", + "nodeType": "YulIdentifier", + "src": "9752:6:46" + } + ], + "functionName": { + "name": "extract_used_part_and_set_length_of_short_byte_array", + "nativeSrc": "9692:52:46", + "nodeType": "YulIdentifier", + "src": "9692:52:46" + }, + "nativeSrc": "9692:67:46", + "nodeType": "YulFunctionCall", + "src": "9692:67:46" + } + ], + "functionName": { + "name": "sstore", + "nativeSrc": "9679:6:46", + "nodeType": "YulIdentifier", + "src": "9679:6:46" + }, + "nativeSrc": "9679:81:46", + "nodeType": "YulFunctionCall", + "src": "9679:81:46" + }, + "nativeSrc": "9679:81:46", + "nodeType": "YulExpressionStatement", + "src": "9679:81:46" + } + ] + }, + "nativeSrc": "9528:242:46", + "nodeType": "YulCase", + "src": "9528:242:46", + "value": "default" + } + ], + "expression": { + "arguments": [ + { + "name": "newLen", + "nativeSrc": "8850:6:46", + "nodeType": "YulIdentifier", + "src": "8850:6:46" + }, + { + "kind": "number", + "nativeSrc": "8858:2:46", + "nodeType": "YulLiteral", + "src": "8858:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "8847:2:46", + "nodeType": "YulIdentifier", + "src": "8847:2:46" + }, + "nativeSrc": "8847:14:46", + "nodeType": "YulFunctionCall", + "src": "8847:14:46" + }, + "nativeSrc": "8840:930:46", + "nodeType": "YulSwitch", + "src": "8840:930:46" + } + ] + }, + "name": "copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage", + "nativeSrc": "8477:1299:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "slot", + "nativeSrc": "8558:4:46", + "nodeType": "YulTypedName", + "src": "8558:4:46", + "type": "" + }, + { + "name": "src", + "nativeSrc": "8564:3:46", + "nodeType": "YulTypedName", + "src": "8564:3:46", + "type": "" + } + ], + "src": "8477:1299:46" + }, + { + "body": { + "nativeSrc": "9858:84:46", + "nodeType": "YulBlock", + "src": "9858:84:46", + "statements": [ + { + "nativeSrc": "9868:68:46", + "nodeType": "YulAssignment", + "src": "9868:68:46", + "value": { + "arguments": [ + { + "name": "slot_value", + "nativeSrc": "9881:10:46", + "nodeType": "YulIdentifier", + "src": "9881:10:46" + }, + { + "kind": "number", + "nativeSrc": "9893:42:46", + "nodeType": "YulLiteral", + "src": "9893:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "9877:3:46", + "nodeType": "YulIdentifier", + "src": "9877:3:46" + }, + "nativeSrc": "9877:59:46", + "nodeType": "YulFunctionCall", + "src": "9877:59:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "9868:5:46", + "nodeType": "YulIdentifier", + "src": "9868:5:46" + } + ] + } + ] + }, + "name": "extract_from_storage_value_offsett_address", + "nativeSrc": "9781:161:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "slot_value", + "nativeSrc": "9833:10:46", + "nodeType": "YulTypedName", + "src": "9833:10:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "9848:5:46", + "nodeType": "YulTypedName", + "src": "9848:5:46", + "type": "" + } + ], + "src": "9781:161:46" + }, + { + "body": { + "nativeSrc": "10133:1149:46", + "nodeType": "YulBlock", + "src": "10133:1149:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10150:9:46", + "nodeType": "YulIdentifier", + "src": "10150:9:46" + }, + { + "name": "value0", + "nativeSrc": "10161:6:46", + "nodeType": "YulIdentifier", + "src": "10161:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10143:6:46", + "nodeType": "YulIdentifier", + "src": "10143:6:46" + }, + "nativeSrc": "10143:25:46", + "nodeType": "YulFunctionCall", + "src": "10143:25:46" + }, + "nativeSrc": "10143:25:46", + "nodeType": "YulExpressionStatement", + "src": "10143:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10188:9:46", + "nodeType": "YulIdentifier", + "src": "10188:9:46" + }, + { + "kind": "number", + "nativeSrc": "10199:2:46", + "nodeType": "YulLiteral", + "src": "10199:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10184:3:46", + "nodeType": "YulIdentifier", + "src": "10184:3:46" + }, + "nativeSrc": "10184:18:46", + "nodeType": "YulFunctionCall", + "src": "10184:18:46" + }, + { + "kind": "number", + "nativeSrc": "10204:2:46", + "nodeType": "YulLiteral", + "src": "10204:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10177:6:46", + "nodeType": "YulIdentifier", + "src": "10177:6:46" + }, + "nativeSrc": "10177:30:46", + "nodeType": "YulFunctionCall", + "src": "10177:30:46" + }, + "nativeSrc": "10177:30:46", + "nodeType": "YulExpressionStatement", + "src": "10177:30:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10227:9:46", + "nodeType": "YulIdentifier", + "src": "10227:9:46" + }, + { + "kind": "number", + "nativeSrc": "10238:2:46", + "nodeType": "YulLiteral", + "src": "10238:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10223:3:46", + "nodeType": "YulIdentifier", + "src": "10223:3:46" + }, + "nativeSrc": "10223:18:46", + "nodeType": "YulFunctionCall", + "src": "10223:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "10249:6:46", + "nodeType": "YulIdentifier", + "src": "10249:6:46" + } + ], + "functionName": { + "name": "sload", + "nativeSrc": "10243:5:46", + "nodeType": "YulIdentifier", + "src": "10243:5:46" + }, + "nativeSrc": "10243:13:46", + "nodeType": "YulFunctionCall", + "src": "10243:13:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10216:6:46", + "nodeType": "YulIdentifier", + "src": "10216:6:46" + }, + "nativeSrc": "10216:41:46", + "nodeType": "YulFunctionCall", + "src": "10216:41:46" + }, + "nativeSrc": "10216:41:46", + "nodeType": "YulExpressionStatement", + "src": "10216:41:46" + }, + { + "nativeSrc": "10266:37:46", + "nodeType": "YulVariableDeclaration", + "src": "10266:37:46", + "value": { + "arguments": [ + { + "name": "value1", + "nativeSrc": "10290:6:46", + "nodeType": "YulIdentifier", + "src": "10290:6:46" + }, + { + "kind": "number", + "nativeSrc": "10298:4:46", + "nodeType": "YulLiteral", + "src": "10298:4:46", + "type": "", + "value": "0x01" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10286:3:46", + "nodeType": "YulIdentifier", + "src": "10286:3:46" + }, + "nativeSrc": "10286:17:46", + "nodeType": "YulFunctionCall", + "src": "10286:17:46" + }, + "variables": [ + { + "name": "memberValue0", + "nativeSrc": "10270:12:46", + "nodeType": "YulTypedName", + "src": "10270:12:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10323:9:46", + "nodeType": "YulIdentifier", + "src": "10323:9:46" + }, + { + "kind": "number", + "nativeSrc": "10334:4:46", + "nodeType": "YulLiteral", + "src": "10334:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10319:3:46", + "nodeType": "YulIdentifier", + "src": "10319:3:46" + }, + "nativeSrc": "10319:20:46", + "nodeType": "YulFunctionCall", + "src": "10319:20:46" + }, + { + "kind": "number", + "nativeSrc": "10341:4:46", + "nodeType": "YulLiteral", + "src": "10341:4:46", + "type": "", + "value": "0x60" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10312:6:46", + "nodeType": "YulIdentifier", + "src": "10312:6:46" + }, + "nativeSrc": "10312:34:46", + "nodeType": "YulFunctionCall", + "src": "10312:34:46" + }, + "nativeSrc": "10312:34:46", + "nodeType": "YulExpressionStatement", + "src": "10312:34:46" + }, + { + "nativeSrc": "10355:12:46", + "nodeType": "YulVariableDeclaration", + "src": "10355:12:46", + "value": { + "kind": "number", + "nativeSrc": "10366:1:46", + "nodeType": "YulLiteral", + "src": "10366:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "ret", + "nativeSrc": "10359:3:46", + "nodeType": "YulTypedName", + "src": "10359:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "10376:36:46", + "nodeType": "YulVariableDeclaration", + "src": "10376:36:46", + "value": { + "arguments": [ + { + "name": "memberValue0", + "nativeSrc": "10399:12:46", + "nodeType": "YulIdentifier", + "src": "10399:12:46" + } + ], + "functionName": { + "name": "sload", + "nativeSrc": "10393:5:46", + "nodeType": "YulIdentifier", + "src": "10393:5:46" + }, + "nativeSrc": "10393:19:46", + "nodeType": "YulFunctionCall", + "src": "10393:19:46" + }, + "variables": [ + { + "name": "slotValue", + "nativeSrc": "10380:9:46", + "nodeType": "YulTypedName", + "src": "10380:9:46", + "type": "" + } + ] + }, + { + "nativeSrc": "10421:50:46", + "nodeType": "YulVariableDeclaration", + "src": "10421:50:46", + "value": { + "arguments": [ + { + "name": "slotValue", + "nativeSrc": "10461:9:46", + "nodeType": "YulIdentifier", + "src": "10461:9:46" + } + ], + "functionName": { + "name": "extract_byte_array_length", + "nativeSrc": "10435:25:46", + "nodeType": "YulIdentifier", + "src": "10435:25:46" + }, + "nativeSrc": "10435:36:46", + "nodeType": "YulFunctionCall", + "src": "10435:36:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "10425:6:46", + "nodeType": "YulTypedName", + "src": "10425:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10491:9:46", + "nodeType": "YulIdentifier", + "src": "10491:9:46" + }, + { + "kind": "number", + "nativeSrc": "10502:3:46", + "nodeType": "YulLiteral", + "src": "10502:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10487:3:46", + "nodeType": "YulIdentifier", + "src": "10487:3:46" + }, + "nativeSrc": "10487:19:46", + "nodeType": "YulFunctionCall", + "src": "10487:19:46" + }, + { + "name": "length", + "nativeSrc": "10508:6:46", + "nodeType": "YulIdentifier", + "src": "10508:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10480:6:46", + "nodeType": "YulIdentifier", + "src": "10480:6:46" + }, + "nativeSrc": "10480:35:46", + "nodeType": "YulFunctionCall", + "src": "10480:35:46" + }, + "nativeSrc": "10480:35:46", + "nodeType": "YulExpressionStatement", + "src": "10480:35:46" + }, + { + "cases": [ + { + "body": { + "nativeSrc": "10567:153:46", + "nodeType": "YulBlock", + "src": "10567:153:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10592:9:46", + "nodeType": "YulIdentifier", + "src": "10592:9:46" + }, + { + "kind": "number", + "nativeSrc": "10603:3:46", + "nodeType": "YulLiteral", + "src": "10603:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10588:3:46", + "nodeType": "YulIdentifier", + "src": "10588:3:46" + }, + "nativeSrc": "10588:19:46", + "nodeType": "YulFunctionCall", + "src": "10588:19:46" + }, + { + "arguments": [ + { + "name": "slotValue", + "nativeSrc": "10613:9:46", + "nodeType": "YulIdentifier", + "src": "10613:9:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10628:3:46", + "nodeType": "YulLiteral", + "src": "10628:3:46", + "type": "", + "value": "255" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "10624:3:46", + "nodeType": "YulIdentifier", + "src": "10624:3:46" + }, + "nativeSrc": "10624:8:46", + "nodeType": "YulFunctionCall", + "src": "10624:8:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "10609:3:46", + "nodeType": "YulIdentifier", + "src": "10609:3:46" + }, + "nativeSrc": "10609:24:46", + "nodeType": "YulFunctionCall", + "src": "10609:24:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10581:6:46", + "nodeType": "YulIdentifier", + "src": "10581:6:46" + }, + "nativeSrc": "10581:53:46", + "nodeType": "YulFunctionCall", + "src": "10581:53:46" + }, + "nativeSrc": "10581:53:46", + "nodeType": "YulExpressionStatement", + "src": "10581:53:46" + }, + { + "nativeSrc": "10647:63:46", + "nodeType": "YulAssignment", + "src": "10647:63:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10662:9:46", + "nodeType": "YulIdentifier", + "src": "10662:9:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10677:1:46", + "nodeType": "YulLiteral", + "src": "10677:1:46", + "type": "", + "value": "5" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "10694:6:46", + "nodeType": "YulIdentifier", + "src": "10694:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "10687:6:46", + "nodeType": "YulIdentifier", + "src": "10687:6:46" + }, + "nativeSrc": "10687:14:46", + "nodeType": "YulFunctionCall", + "src": "10687:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "10680:6:46", + "nodeType": "YulIdentifier", + "src": "10680:6:46" + }, + "nativeSrc": "10680:22:46", + "nodeType": "YulFunctionCall", + "src": "10680:22:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "10673:3:46", + "nodeType": "YulIdentifier", + "src": "10673:3:46" + }, + "nativeSrc": "10673:30:46", + "nodeType": "YulFunctionCall", + "src": "10673:30:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10658:3:46", + "nodeType": "YulIdentifier", + "src": "10658:3:46" + }, + "nativeSrc": "10658:46:46", + "nodeType": "YulFunctionCall", + "src": "10658:46:46" + }, + { + "kind": "number", + "nativeSrc": "10706:3:46", + "nodeType": "YulLiteral", + "src": "10706:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10654:3:46", + "nodeType": "YulIdentifier", + "src": "10654:3:46" + }, + "nativeSrc": "10654:56:46", + "nodeType": "YulFunctionCall", + "src": "10654:56:46" + }, + "variableNames": [ + { + "name": "ret", + "nativeSrc": "10647:3:46", + "nodeType": "YulIdentifier", + "src": "10647:3:46" + } + ] + } + ] + }, + "nativeSrc": "10560:160:46", + "nodeType": "YulCase", + "src": "10560:160:46", + "value": { + "kind": "number", + "nativeSrc": "10565:1:46", + "nodeType": "YulLiteral", + "src": "10565:1:46", + "type": "", + "value": "0" + } + }, + { + "body": { + "nativeSrc": "10736:357:46", + "nodeType": "YulBlock", + "src": "10736:357:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10757:1:46", + "nodeType": "YulLiteral", + "src": "10757:1:46", + "type": "", + "value": "0" + }, + { + "name": "memberValue0", + "nativeSrc": "10760:12:46", + "nodeType": "YulIdentifier", + "src": "10760:12:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10750:6:46", + "nodeType": "YulIdentifier", + "src": "10750:6:46" + }, + "nativeSrc": "10750:23:46", + "nodeType": "YulFunctionCall", + "src": "10750:23:46" + }, + "nativeSrc": "10750:23:46", + "nodeType": "YulExpressionStatement", + "src": "10750:23:46" + }, + { + "nativeSrc": "10786:31:46", + "nodeType": "YulVariableDeclaration", + "src": "10786:31:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10811:1:46", + "nodeType": "YulLiteral", + "src": "10811:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "10814:2:46", + "nodeType": "YulLiteral", + "src": "10814:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "keccak256", + "nativeSrc": "10801:9:46", + "nodeType": "YulIdentifier", + "src": "10801:9:46" + }, + "nativeSrc": "10801:16:46", + "nodeType": "YulFunctionCall", + "src": "10801:16:46" + }, + "variables": [ + { + "name": "dataPos", + "nativeSrc": "10790:7:46", + "nodeType": "YulTypedName", + "src": "10790:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "10830:10:46", + "nodeType": "YulVariableDeclaration", + "src": "10830:10:46", + "value": { + "kind": "number", + "nativeSrc": "10839:1:46", + "nodeType": "YulLiteral", + "src": "10839:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "10834:1:46", + "nodeType": "YulTypedName", + "src": "10834:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "10907:129:46", + "nodeType": "YulBlock", + "src": "10907:129:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10940:9:46", + "nodeType": "YulIdentifier", + "src": "10940:9:46" + }, + { + "name": "i", + "nativeSrc": "10951:1:46", + "nodeType": "YulIdentifier", + "src": "10951:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10936:3:46", + "nodeType": "YulIdentifier", + "src": "10936:3:46" + }, + "nativeSrc": "10936:17:46", + "nodeType": "YulFunctionCall", + "src": "10936:17:46" + }, + { + "kind": "number", + "nativeSrc": "10955:3:46", + "nodeType": "YulLiteral", + "src": "10955:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10932:3:46", + "nodeType": "YulIdentifier", + "src": "10932:3:46" + }, + "nativeSrc": "10932:27:46", + "nodeType": "YulFunctionCall", + "src": "10932:27:46" + }, + { + "arguments": [ + { + "name": "dataPos", + "nativeSrc": "10967:7:46", + "nodeType": "YulIdentifier", + "src": "10967:7:46" + } + ], + "functionName": { + "name": "sload", + "nativeSrc": "10961:5:46", + "nodeType": "YulIdentifier", + "src": "10961:5:46" + }, + "nativeSrc": "10961:14:46", + "nodeType": "YulFunctionCall", + "src": "10961:14:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10925:6:46", + "nodeType": "YulIdentifier", + "src": "10925:6:46" + }, + "nativeSrc": "10925:51:46", + "nodeType": "YulFunctionCall", + "src": "10925:51:46" + }, + "nativeSrc": "10925:51:46", + "nodeType": "YulExpressionStatement", + "src": "10925:51:46" + }, + { + "nativeSrc": "10993:29:46", + "nodeType": "YulAssignment", + "src": "10993:29:46", + "value": { + "arguments": [ + { + "name": "dataPos", + "nativeSrc": "11008:7:46", + "nodeType": "YulIdentifier", + "src": "11008:7:46" + }, + { + "kind": "number", + "nativeSrc": "11017:4:46", + "nodeType": "YulLiteral", + "src": "11017:4:46", + "type": "", + "value": "0x01" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11004:3:46", + "nodeType": "YulIdentifier", + "src": "11004:3:46" + }, + "nativeSrc": "11004:18:46", + "nodeType": "YulFunctionCall", + "src": "11004:18:46" + }, + "variableNames": [ + { + "name": "dataPos", + "nativeSrc": "10993:7:46", + "nodeType": "YulIdentifier", + "src": "10993:7:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "10864:1:46", + "nodeType": "YulIdentifier", + "src": "10864:1:46" + }, + { + "name": "length", + "nativeSrc": "10867:6:46", + "nodeType": "YulIdentifier", + "src": "10867:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "10861:2:46", + "nodeType": "YulIdentifier", + "src": "10861:2:46" + }, + "nativeSrc": "10861:13:46", + "nodeType": "YulFunctionCall", + "src": "10861:13:46" + }, + "nativeSrc": "10853:183:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "10875:19:46", + "nodeType": "YulBlock", + "src": "10875:19:46", + "statements": [ + { + "nativeSrc": "10877:15:46", + "nodeType": "YulAssignment", + "src": "10877:15:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "10886:1:46", + "nodeType": "YulIdentifier", + "src": "10886:1:46" + }, + { + "kind": "number", + "nativeSrc": "10889:2:46", + "nodeType": "YulLiteral", + "src": "10889:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10882:3:46", + "nodeType": "YulIdentifier", + "src": "10882:3:46" + }, + "nativeSrc": "10882:10:46", + "nodeType": "YulFunctionCall", + "src": "10882:10:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "10877:1:46", + "nodeType": "YulIdentifier", + "src": "10877:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "10857:3:46", + "nodeType": "YulBlock", + "src": "10857:3:46", + "statements": [] + }, + "src": "10853:183:46" + }, + { + "nativeSrc": "11049:34:46", + "nodeType": "YulAssignment", + "src": "11049:34:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11064:9:46", + "nodeType": "YulIdentifier", + "src": "11064:9:46" + }, + { + "name": "i", + "nativeSrc": "11075:1:46", + "nodeType": "YulIdentifier", + "src": "11075:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11060:3:46", + "nodeType": "YulIdentifier", + "src": "11060:3:46" + }, + "nativeSrc": "11060:17:46", + "nodeType": "YulFunctionCall", + "src": "11060:17:46" + }, + { + "kind": "number", + "nativeSrc": "11079:3:46", + "nodeType": "YulLiteral", + "src": "11079:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11056:3:46", + "nodeType": "YulIdentifier", + "src": "11056:3:46" + }, + "nativeSrc": "11056:27:46", + "nodeType": "YulFunctionCall", + "src": "11056:27:46" + }, + "variableNames": [ + { + "name": "ret", + "nativeSrc": "11049:3:46", + "nodeType": "YulIdentifier", + "src": "11049:3:46" + } + ] + } + ] + }, + "nativeSrc": "10729:364:46", + "nodeType": "YulCase", + "src": "10729:364:46", + "value": { + "kind": "number", + "nativeSrc": "10734:1:46", + "nodeType": "YulLiteral", + "src": "10734:1:46", + "type": "", + "value": "1" + } + } + ], + "expression": { + "arguments": [ + { + "name": "slotValue", + "nativeSrc": "10535:9:46", + "nodeType": "YulIdentifier", + "src": "10535:9:46" + }, + { + "kind": "number", + "nativeSrc": "10546:4:46", + "nodeType": "YulLiteral", + "src": "10546:4:46", + "type": "", + "value": "0x01" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "10531:3:46", + "nodeType": "YulIdentifier", + "src": "10531:3:46" + }, + "nativeSrc": "10531:20:46", + "nodeType": "YulFunctionCall", + "src": "10531:20:46" + }, + "nativeSrc": "10524:569:46", + "nodeType": "YulSwitch", + "src": "10524:569:46" + }, + { + "nativeSrc": "11102:90:46", + "nodeType": "YulVariableDeclaration", + "src": "11102:90:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "11177:6:46", + "nodeType": "YulIdentifier", + "src": "11177:6:46" + }, + { + "kind": "number", + "nativeSrc": "11185:4:46", + "nodeType": "YulLiteral", + "src": "11185:4:46", + "type": "", + "value": "0x02" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11173:3:46", + "nodeType": "YulIdentifier", + "src": "11173:3:46" + }, + "nativeSrc": "11173:17:46", + "nodeType": "YulFunctionCall", + "src": "11173:17:46" + } + ], + "functionName": { + "name": "sload", + "nativeSrc": "11167:5:46", + "nodeType": "YulIdentifier", + "src": "11167:5:46" + }, + "nativeSrc": "11167:24:46", + "nodeType": "YulFunctionCall", + "src": "11167:24:46" + } + ], + "functionName": { + "name": "extract_from_storage_value_offsett_address", + "nativeSrc": "11124:42:46", + "nodeType": "YulIdentifier", + "src": "11124:42:46" + }, + "nativeSrc": "11124:68:46", + "nodeType": "YulFunctionCall", + "src": "11124:68:46" + }, + "variables": [ + { + "name": "memberValue0_1", + "nativeSrc": "11106:14:46", + "nodeType": "YulTypedName", + "src": "11106:14:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "memberValue0_1", + "nativeSrc": "11220:14:46", + "nodeType": "YulIdentifier", + "src": "11220:14:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11240:9:46", + "nodeType": "YulIdentifier", + "src": "11240:9:46" + }, + { + "kind": "number", + "nativeSrc": "11251:3:46", + "nodeType": "YulLiteral", + "src": "11251:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11236:3:46", + "nodeType": "YulIdentifier", + "src": "11236:3:46" + }, + "nativeSrc": "11236:19:46", + "nodeType": "YulFunctionCall", + "src": "11236:19:46" + } + ], + "functionName": { + "name": "abi_encode_address", + "nativeSrc": "11201:18:46", + "nodeType": "YulIdentifier", + "src": "11201:18:46" + }, + "nativeSrc": "11201:55:46", + "nodeType": "YulFunctionCall", + "src": "11201:55:46" + }, + "nativeSrc": "11201:55:46", + "nodeType": "YulExpressionStatement", + "src": "11201:55:46" + }, + { + "nativeSrc": "11265:11:46", + "nodeType": "YulAssignment", + "src": "11265:11:46", + "value": { + "name": "ret", + "nativeSrc": "11273:3:46", + "nodeType": "YulIdentifier", + "src": "11273:3:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "11265:4:46", + "nodeType": "YulIdentifier", + "src": "11265:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_uint256_t_struct$_Application_$13704_storage__to_t_uint256_t_struct$_Application_$13704_memory_ptr__fromStack_reversed", + "nativeSrc": "9947:1335:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "10094:9:46", + "nodeType": "YulTypedName", + "src": "10094:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "10105:6:46", + "nodeType": "YulTypedName", + "src": "10105:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "10113:6:46", + "nodeType": "YulTypedName", + "src": "10113:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "10124:4:46", + "nodeType": "YulTypedName", + "src": "10124:4:46", + "type": "" + } + ], + "src": "9947:1335:46" + }, + { + "body": { + "nativeSrc": "11319:152:46", + "nodeType": "YulBlock", + "src": "11319:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11336:1:46", + "nodeType": "YulLiteral", + "src": "11336:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11339:77:46", + "nodeType": "YulLiteral", + "src": "11339:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11329:6:46", + "nodeType": "YulIdentifier", + "src": "11329:6:46" + }, + "nativeSrc": "11329:88:46", + "nodeType": "YulFunctionCall", + "src": "11329:88:46" + }, + "nativeSrc": "11329:88:46", + "nodeType": "YulExpressionStatement", + "src": "11329:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11433:1:46", + "nodeType": "YulLiteral", + "src": "11433:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "11436:4:46", + "nodeType": "YulLiteral", + "src": "11436:4:46", + "type": "", + "value": "0x32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11426:6:46", + "nodeType": "YulIdentifier", + "src": "11426:6:46" + }, + "nativeSrc": "11426:15:46", + "nodeType": "YulFunctionCall", + "src": "11426:15:46" + }, + "nativeSrc": "11426:15:46", + "nodeType": "YulExpressionStatement", + "src": "11426:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11457:1:46", + "nodeType": "YulLiteral", + "src": "11457:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11460:4:46", + "nodeType": "YulLiteral", + "src": "11460:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "11450:6:46", + "nodeType": "YulIdentifier", + "src": "11450:6:46" + }, + "nativeSrc": "11450:15:46", + "nodeType": "YulFunctionCall", + "src": "11450:15:46" + }, + "nativeSrc": "11450:15:46", + "nodeType": "YulExpressionStatement", + "src": "11450:15:46" + } + ] + }, + "name": "panic_error_0x32", + "nativeSrc": "11287:184:46", + "nodeType": "YulFunctionDefinition", + "src": "11287:184:46" + }, + { + "body": { + "nativeSrc": "11650:225:46", + "nodeType": "YulBlock", + "src": "11650:225:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11667:9:46", + "nodeType": "YulIdentifier", + "src": "11667:9:46" + }, + { + "kind": "number", + "nativeSrc": "11678:2:46", + "nodeType": "YulLiteral", + "src": "11678:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11660:6:46", + "nodeType": "YulIdentifier", + "src": "11660:6:46" + }, + "nativeSrc": "11660:21:46", + "nodeType": "YulFunctionCall", + "src": "11660:21:46" + }, + "nativeSrc": "11660:21:46", + "nodeType": "YulExpressionStatement", + "src": "11660:21:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11701:9:46", + "nodeType": "YulIdentifier", + "src": "11701:9:46" + }, + { + "kind": "number", + "nativeSrc": "11712:2:46", + "nodeType": "YulLiteral", + "src": "11712:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11697:3:46", + "nodeType": "YulIdentifier", + "src": "11697:3:46" + }, + "nativeSrc": "11697:18:46", + "nodeType": "YulFunctionCall", + "src": "11697:18:46" + }, + { + "kind": "number", + "nativeSrc": "11717:2:46", + "nodeType": "YulLiteral", + "src": "11717:2:46", + "type": "", + "value": "35" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11690:6:46", + "nodeType": "YulIdentifier", + "src": "11690:6:46" + }, + "nativeSrc": "11690:30:46", + "nodeType": "YulFunctionCall", + "src": "11690:30:46" + }, + "nativeSrc": "11690:30:46", + "nodeType": "YulExpressionStatement", + "src": "11690:30:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11740:9:46", + "nodeType": "YulIdentifier", + "src": "11740:9:46" + }, + { + "kind": "number", + "nativeSrc": "11751:2:46", + "nodeType": "YulLiteral", + "src": "11751:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11736:3:46", + "nodeType": "YulIdentifier", + "src": "11736:3:46" + }, + "nativeSrc": "11736:18:46", + "nodeType": "YulFunctionCall", + "src": "11736:18:46" + }, + { + "hexValue": "4163636f756e74207573656420627920616e6f74686572206170706c69636174", + "kind": "string", + "nativeSrc": "11756:34:46", + "nodeType": "YulLiteral", + "src": "11756:34:46", + "type": "", + "value": "Account used by another applicat" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11729:6:46", + "nodeType": "YulIdentifier", + "src": "11729:6:46" + }, + "nativeSrc": "11729:62:46", + "nodeType": "YulFunctionCall", + "src": "11729:62:46" + }, + "nativeSrc": "11729:62:46", + "nodeType": "YulExpressionStatement", + "src": "11729:62:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11811:9:46", + "nodeType": "YulIdentifier", + "src": "11811:9:46" + }, + { + "kind": "number", + "nativeSrc": "11822:2:46", + "nodeType": "YulLiteral", + "src": "11822:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11807:3:46", + "nodeType": "YulIdentifier", + "src": "11807:3:46" + }, + "nativeSrc": "11807:18:46", + "nodeType": "YulFunctionCall", + "src": "11807:18:46" + }, + { + "hexValue": "696f6e", + "kind": "string", + "nativeSrc": "11827:5:46", + "nodeType": "YulLiteral", + "src": "11827:5:46", + "type": "", + "value": "ion" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "11800:6:46", + "nodeType": "YulIdentifier", + "src": "11800:6:46" + }, + "nativeSrc": "11800:33:46", + "nodeType": "YulFunctionCall", + "src": "11800:33:46" + }, + "nativeSrc": "11800:33:46", + "nodeType": "YulExpressionStatement", + "src": "11800:33:46" + }, + { + "nativeSrc": "11842:27:46", + "nodeType": "YulAssignment", + "src": "11842:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11854:9:46", + "nodeType": "YulIdentifier", + "src": "11854:9:46" + }, + { + "kind": "number", + "nativeSrc": "11865:3:46", + "nodeType": "YulLiteral", + "src": "11865:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11850:3:46", + "nodeType": "YulIdentifier", + "src": "11850:3:46" + }, + "nativeSrc": "11850:19:46", + "nodeType": "YulFunctionCall", + "src": "11850:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "11842:4:46", + "nodeType": "YulIdentifier", + "src": "11842:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_stringliteral_12f113d02e6209dcb2610af68ed2d4379c26d10f355777e0cf4b832d071bb7ca__to_t_string_memory_ptr__fromStack_reversed", + "nativeSrc": "11476:399:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "11627:9:46", + "nodeType": "YulTypedName", + "src": "11627:9:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "11641:4:46", + "nodeType": "YulTypedName", + "src": "11641:4:46", + "type": "" + } + ], + "src": "11476:399:46" + }, + { + "body": { + "nativeSrc": "12010:201:46", + "nodeType": "YulBlock", + "src": "12010:201:46", + "statements": [ + { + "body": { + "nativeSrc": "12048:16:46", + "nodeType": "YulBlock", + "src": "12048:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12057:1:46", + "nodeType": "YulLiteral", + "src": "12057:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "12060:1:46", + "nodeType": "YulLiteral", + "src": "12060:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "12050:6:46", + "nodeType": "YulIdentifier", + "src": "12050:6:46" + }, + "nativeSrc": "12050:12:46", + "nodeType": "YulFunctionCall", + "src": "12050:12:46" + }, + "nativeSrc": "12050:12:46", + "nodeType": "YulExpressionStatement", + "src": "12050:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "startIndex", + "nativeSrc": "12026:10:46", + "nodeType": "YulIdentifier", + "src": "12026:10:46" + }, + { + "name": "endIndex", + "nativeSrc": "12038:8:46", + "nodeType": "YulIdentifier", + "src": "12038:8:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "12023:2:46", + "nodeType": "YulIdentifier", + "src": "12023:2:46" + }, + "nativeSrc": "12023:24:46", + "nodeType": "YulFunctionCall", + "src": "12023:24:46" + }, + "nativeSrc": "12020:44:46", + "nodeType": "YulIf", + "src": "12020:44:46" + }, + { + "body": { + "nativeSrc": "12097:16:46", + "nodeType": "YulBlock", + "src": "12097:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12106:1:46", + "nodeType": "YulLiteral", + "src": "12106:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "12109:1:46", + "nodeType": "YulLiteral", + "src": "12109:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "12099:6:46", + "nodeType": "YulIdentifier", + "src": "12099:6:46" + }, + "nativeSrc": "12099:12:46", + "nodeType": "YulFunctionCall", + "src": "12099:12:46" + }, + "nativeSrc": "12099:12:46", + "nodeType": "YulExpressionStatement", + "src": "12099:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "endIndex", + "nativeSrc": "12079:8:46", + "nodeType": "YulIdentifier", + "src": "12079:8:46" + }, + { + "name": "length", + "nativeSrc": "12089:6:46", + "nodeType": "YulIdentifier", + "src": "12089:6:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "12076:2:46", + "nodeType": "YulIdentifier", + "src": "12076:2:46" + }, + "nativeSrc": "12076:20:46", + "nodeType": "YulFunctionCall", + "src": "12076:20:46" + }, + "nativeSrc": "12073:40:46", + "nodeType": "YulIf", + "src": "12073:40:46" + }, + { + "nativeSrc": "12122:36:46", + "nodeType": "YulAssignment", + "src": "12122:36:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "12139:6:46", + "nodeType": "YulIdentifier", + "src": "12139:6:46" + }, + { + "name": "startIndex", + "nativeSrc": "12147:10:46", + "nodeType": "YulIdentifier", + "src": "12147:10:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12135:3:46", + "nodeType": "YulIdentifier", + "src": "12135:3:46" + }, + "nativeSrc": "12135:23:46", + "nodeType": "YulFunctionCall", + "src": "12135:23:46" + }, + "variableNames": [ + { + "name": "offsetOut", + "nativeSrc": "12122:9:46", + "nodeType": "YulIdentifier", + "src": "12122:9:46" + } + ] + }, + { + "nativeSrc": "12167:38:46", + "nodeType": "YulAssignment", + "src": "12167:38:46", + "value": { + "arguments": [ + { + "name": "endIndex", + "nativeSrc": "12184:8:46", + "nodeType": "YulIdentifier", + "src": "12184:8:46" + }, + { + "name": "startIndex", + "nativeSrc": "12194:10:46", + "nodeType": "YulIdentifier", + "src": "12194:10:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "12180:3:46", + "nodeType": "YulIdentifier", + "src": "12180:3:46" + }, + "nativeSrc": "12180:25:46", + "nodeType": "YulFunctionCall", + "src": "12180:25:46" + }, + "variableNames": [ + { + "name": "lengthOut", + "nativeSrc": "12167:9:46", + "nodeType": "YulIdentifier", + "src": "12167:9:46" + } + ] + } + ] + }, + "name": "calldata_array_index_range_access_t_bytes_calldata_ptr", + "nativeSrc": "11880:331:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "11944:6:46", + "nodeType": "YulTypedName", + "src": "11944:6:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "11952:6:46", + "nodeType": "YulTypedName", + "src": "11952:6:46", + "type": "" + }, + { + "name": "startIndex", + "nativeSrc": "11960:10:46", + "nodeType": "YulTypedName", + "src": "11960:10:46", + "type": "" + }, + { + "name": "endIndex", + "nativeSrc": "11972:8:46", + "nodeType": "YulTypedName", + "src": "11972:8:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "offsetOut", + "nativeSrc": "11985:9:46", + "nodeType": "YulTypedName", + "src": "11985:9:46", + "type": "" + }, + { + "name": "lengthOut", + "nativeSrc": "11996:9:46", + "nodeType": "YulTypedName", + "src": "11996:9:46", + "type": "" + } + ], + "src": "11880:331:46" + }, + { + "body": { + "nativeSrc": "12316:376:46", + "nodeType": "YulBlock", + "src": "12316:376:46", + "statements": [ + { + "nativeSrc": "12326:29:46", + "nodeType": "YulVariableDeclaration", + "src": "12326:29:46", + "value": { + "arguments": [ + { + "name": "array", + "nativeSrc": "12349:5:46", + "nodeType": "YulIdentifier", + "src": "12349:5:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "12336:12:46", + "nodeType": "YulIdentifier", + "src": "12336:12:46" + }, + "nativeSrc": "12336:19:46", + "nodeType": "YulFunctionCall", + "src": "12336:19:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "12330:2:46", + "nodeType": "YulTypedName", + "src": "12330:2:46", + "type": "" + } + ] + }, + { + "nativeSrc": "12364:84:46", + "nodeType": "YulAssignment", + "src": "12364:84:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "12377:2:46", + "nodeType": "YulIdentifier", + "src": "12377:2:46" + }, + { + "kind": "number", + "nativeSrc": "12381:66:46", + "nodeType": "YulLiteral", + "src": "12381:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "12373:3:46", + "nodeType": "YulIdentifier", + "src": "12373:3:46" + }, + "nativeSrc": "12373:75:46", + "nodeType": "YulFunctionCall", + "src": "12373:75:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "12364:5:46", + "nodeType": "YulIdentifier", + "src": "12364:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "12479:207:46", + "nodeType": "YulBlock", + "src": "12479:207:46", + "statements": [ + { + "nativeSrc": "12493:183:46", + "nodeType": "YulAssignment", + "src": "12493:183:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "12510:2:46", + "nodeType": "YulIdentifier", + "src": "12510:2:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12522:1:46", + "nodeType": "YulLiteral", + "src": "12522:1:46", + "type": "", + "value": "3" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12529:1:46", + "nodeType": "YulLiteral", + "src": "12529:1:46", + "type": "", + "value": "4" + }, + { + "name": "len", + "nativeSrc": "12532:3:46", + "nodeType": "YulIdentifier", + "src": "12532:3:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "12525:3:46", + "nodeType": "YulIdentifier", + "src": "12525:3:46" + }, + "nativeSrc": "12525:11:46", + "nodeType": "YulFunctionCall", + "src": "12525:11:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "12518:3:46", + "nodeType": "YulIdentifier", + "src": "12518:3:46" + }, + "nativeSrc": "12518:19:46", + "nodeType": "YulFunctionCall", + "src": "12518:19:46" + }, + { + "kind": "number", + "nativeSrc": "12539:66:46", + "nodeType": "YulLiteral", + "src": "12539:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "12514:3:46", + "nodeType": "YulIdentifier", + "src": "12514:3:46" + }, + "nativeSrc": "12514:92:46", + "nodeType": "YulFunctionCall", + "src": "12514:92:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "12506:3:46", + "nodeType": "YulIdentifier", + "src": "12506:3:46" + }, + "nativeSrc": "12506:101:46", + "nodeType": "YulFunctionCall", + "src": "12506:101:46" + }, + { + "kind": "number", + "nativeSrc": "12609:66:46", + "nodeType": "YulLiteral", + "src": "12609:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "12502:3:46", + "nodeType": "YulIdentifier", + "src": "12502:3:46" + }, + "nativeSrc": "12502:174:46", + "nodeType": "YulFunctionCall", + "src": "12502:174:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "12493:5:46", + "nodeType": "YulIdentifier", + "src": "12493:5:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "len", + "nativeSrc": "12463:3:46", + "nodeType": "YulIdentifier", + "src": "12463:3:46" + }, + { + "kind": "number", + "nativeSrc": "12468:1:46", + "nodeType": "YulLiteral", + "src": "12468:1:46", + "type": "", + "value": "4" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "12460:2:46", + "nodeType": "YulIdentifier", + "src": "12460:2:46" + }, + "nativeSrc": "12460:10:46", + "nodeType": "YulFunctionCall", + "src": "12460:10:46" + }, + "nativeSrc": "12457:229:46", + "nodeType": "YulIf", + "src": "12457:229:46" + } + ] + }, + "name": "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4", + "nativeSrc": "12216:476:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "array", + "nativeSrc": "12291:5:46", + "nodeType": "YulTypedName", + "src": "12291:5:46", + "type": "" + }, + { + "name": "len", + "nativeSrc": "12298:3:46", + "nodeType": "YulTypedName", + "src": "12298:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "12306:5:46", + "nodeType": "YulTypedName", + "src": "12306:5:46", + "type": "" + } + ], + "src": "12216:476:46" + }, + { + "body": { + "nativeSrc": "12854:351:46", + "nodeType": "YulBlock", + "src": "12854:351:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12871:9:46", + "nodeType": "YulIdentifier", + "src": "12871:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "12886:6:46", + "nodeType": "YulIdentifier", + "src": "12886:6:46" + }, + { + "kind": "number", + "nativeSrc": "12894:42:46", + "nodeType": "YulLiteral", + "src": "12894:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "12882:3:46", + "nodeType": "YulIdentifier", + "src": "12882:3:46" + }, + "nativeSrc": "12882:55:46", + "nodeType": "YulFunctionCall", + "src": "12882:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12864:6:46", + "nodeType": "YulIdentifier", + "src": "12864:6:46" + }, + "nativeSrc": "12864:74:46", + "nodeType": "YulFunctionCall", + "src": "12864:74:46" + }, + "nativeSrc": "12864:74:46", + "nodeType": "YulExpressionStatement", + "src": "12864:74:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12958:9:46", + "nodeType": "YulIdentifier", + "src": "12958:9:46" + }, + { + "kind": "number", + "nativeSrc": "12969:2:46", + "nodeType": "YulLiteral", + "src": "12969:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12954:3:46", + "nodeType": "YulIdentifier", + "src": "12954:3:46" + }, + "nativeSrc": "12954:18:46", + "nodeType": "YulFunctionCall", + "src": "12954:18:46" + }, + { + "kind": "number", + "nativeSrc": "12974:2:46", + "nodeType": "YulLiteral", + "src": "12974:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12947:6:46", + "nodeType": "YulIdentifier", + "src": "12947:6:46" + }, + "nativeSrc": "12947:30:46", + "nodeType": "YulFunctionCall", + "src": "12947:30:46" + }, + "nativeSrc": "12947:30:46", + "nodeType": "YulExpressionStatement", + "src": "12947:30:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12997:9:46", + "nodeType": "YulIdentifier", + "src": "12997:9:46" + }, + { + "kind": "number", + "nativeSrc": "13008:2:46", + "nodeType": "YulLiteral", + "src": "13008:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12993:3:46", + "nodeType": "YulIdentifier", + "src": "12993:3:46" + }, + "nativeSrc": "12993:18:46", + "nodeType": "YulFunctionCall", + "src": "12993:18:46" + }, + { + "name": "value2", + "nativeSrc": "13013:6:46", + "nodeType": "YulIdentifier", + "src": "13013:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12986:6:46", + "nodeType": "YulIdentifier", + "src": "12986:6:46" + }, + "nativeSrc": "12986:34:46", + "nodeType": "YulFunctionCall", + "src": "12986:34:46" + }, + "nativeSrc": "12986:34:46", + "nodeType": "YulExpressionStatement", + "src": "12986:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13046:9:46", + "nodeType": "YulIdentifier", + "src": "13046:9:46" + }, + { + "kind": "number", + "nativeSrc": "13057:2:46", + "nodeType": "YulLiteral", + "src": "13057:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13042:3:46", + "nodeType": "YulIdentifier", + "src": "13042:3:46" + }, + "nativeSrc": "13042:18:46", + "nodeType": "YulFunctionCall", + "src": "13042:18:46" + }, + { + "name": "value1", + "nativeSrc": "13062:6:46", + "nodeType": "YulIdentifier", + "src": "13062:6:46" + }, + { + "name": "value2", + "nativeSrc": "13070:6:46", + "nodeType": "YulIdentifier", + "src": "13070:6:46" + } + ], + "functionName": { + "name": "calldatacopy", + "nativeSrc": "13029:12:46", + "nodeType": "YulIdentifier", + "src": "13029:12:46" + }, + "nativeSrc": "13029:48:46", + "nodeType": "YulFunctionCall", + "src": "13029:48:46" + }, + "nativeSrc": "13029:48:46", + "nodeType": "YulExpressionStatement", + "src": "13029:48:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13101:9:46", + "nodeType": "YulIdentifier", + "src": "13101:9:46" + }, + { + "name": "value2", + "nativeSrc": "13112:6:46", + "nodeType": "YulIdentifier", + "src": "13112:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13097:3:46", + "nodeType": "YulIdentifier", + "src": "13097:3:46" + }, + "nativeSrc": "13097:22:46", + "nodeType": "YulFunctionCall", + "src": "13097:22:46" + }, + { + "kind": "number", + "nativeSrc": "13121:2:46", + "nodeType": "YulLiteral", + "src": "13121:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13093:3:46", + "nodeType": "YulIdentifier", + "src": "13093:3:46" + }, + "nativeSrc": "13093:31:46", + "nodeType": "YulFunctionCall", + "src": "13093:31:46" + }, + { + "kind": "number", + "nativeSrc": "13126:1:46", + "nodeType": "YulLiteral", + "src": "13126:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13086:6:46", + "nodeType": "YulIdentifier", + "src": "13086:6:46" + }, + "nativeSrc": "13086:42:46", + "nodeType": "YulFunctionCall", + "src": "13086:42:46" + }, + "nativeSrc": "13086:42:46", + "nodeType": "YulExpressionStatement", + "src": "13086:42:46" + }, + { + "nativeSrc": "13137:62:46", + "nodeType": "YulAssignment", + "src": "13137:62:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13153:9:46", + "nodeType": "YulIdentifier", + "src": "13153:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "13172:6:46", + "nodeType": "YulIdentifier", + "src": "13172:6:46" + }, + { + "kind": "number", + "nativeSrc": "13180:2:46", + "nodeType": "YulLiteral", + "src": "13180:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13168:3:46", + "nodeType": "YulIdentifier", + "src": "13168:3:46" + }, + "nativeSrc": "13168:15:46", + "nodeType": "YulFunctionCall", + "src": "13168:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13189:2:46", + "nodeType": "YulLiteral", + "src": "13189:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "13185:3:46", + "nodeType": "YulIdentifier", + "src": "13185:3:46" + }, + "nativeSrc": "13185:7:46", + "nodeType": "YulFunctionCall", + "src": "13185:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13164:3:46", + "nodeType": "YulIdentifier", + "src": "13164:3:46" + }, + "nativeSrc": "13164:29:46", + "nodeType": "YulFunctionCall", + "src": "13164:29:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13149:3:46", + "nodeType": "YulIdentifier", + "src": "13149:3:46" + }, + "nativeSrc": "13149:45:46", + "nodeType": "YulFunctionCall", + "src": "13149:45:46" + }, + { + "kind": "number", + "nativeSrc": "13196:2:46", + "nodeType": "YulLiteral", + "src": "13196:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13145:3:46", + "nodeType": "YulIdentifier", + "src": "13145:3:46" + }, + "nativeSrc": "13145:54:46", + "nodeType": "YulFunctionCall", + "src": "13145:54:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "13137:4:46", + "nodeType": "YulIdentifier", + "src": "13137:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_address_t_bytes_calldata_ptr__to_t_address_t_bytes_memory_ptr__fromStack_reversed", + "nativeSrc": "12697:508:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "12807:9:46", + "nodeType": "YulTypedName", + "src": "12807:9:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "12818:6:46", + "nodeType": "YulTypedName", + "src": "12818:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "12826:6:46", + "nodeType": "YulTypedName", + "src": "12826:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "12834:6:46", + "nodeType": "YulTypedName", + "src": "12834:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "12845:4:46", + "nodeType": "YulTypedName", + "src": "12845:4:46", + "type": "" + } + ], + "src": "12697:508:46" + }, + { + "body": { + "nativeSrc": "13365:333:46", + "nodeType": "YulBlock", + "src": "13365:333:46", + "statements": [ + { + "nativeSrc": "13375:26:46", + "nodeType": "YulAssignment", + "src": "13375:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13387:9:46", + "nodeType": "YulIdentifier", + "src": "13387:9:46" + }, + { + "kind": "number", + "nativeSrc": "13398:2:46", + "nodeType": "YulLiteral", + "src": "13398:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13383:3:46", + "nodeType": "YulIdentifier", + "src": "13383:3:46" + }, + "nativeSrc": "13383:18:46", + "nodeType": "YulFunctionCall", + "src": "13383:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "13375:4:46", + "nodeType": "YulIdentifier", + "src": "13375:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13417:9:46", + "nodeType": "YulIdentifier", + "src": "13417:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "13432:6:46", + "nodeType": "YulIdentifier", + "src": "13432:6:46" + }, + { + "kind": "number", + "nativeSrc": "13440:42:46", + "nodeType": "YulLiteral", + "src": "13440:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13428:3:46", + "nodeType": "YulIdentifier", + "src": "13428:3:46" + }, + "nativeSrc": "13428:55:46", + "nodeType": "YulFunctionCall", + "src": "13428:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13410:6:46", + "nodeType": "YulIdentifier", + "src": "13410:6:46" + }, + "nativeSrc": "13410:74:46", + "nodeType": "YulFunctionCall", + "src": "13410:74:46" + }, + "nativeSrc": "13410:74:46", + "nodeType": "YulExpressionStatement", + "src": "13410:74:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13504:9:46", + "nodeType": "YulIdentifier", + "src": "13504:9:46" + }, + { + "kind": "number", + "nativeSrc": "13515:2:46", + "nodeType": "YulLiteral", + "src": "13515:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13500:3:46", + "nodeType": "YulIdentifier", + "src": "13500:3:46" + }, + "nativeSrc": "13500:18:46", + "nodeType": "YulFunctionCall", + "src": "13500:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "13524:6:46", + "nodeType": "YulIdentifier", + "src": "13524:6:46" + }, + { + "kind": "number", + "nativeSrc": "13532:42:46", + "nodeType": "YulLiteral", + "src": "13532:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13520:3:46", + "nodeType": "YulIdentifier", + "src": "13520:3:46" + }, + "nativeSrc": "13520:55:46", + "nodeType": "YulFunctionCall", + "src": "13520:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13493:6:46", + "nodeType": "YulIdentifier", + "src": "13493:6:46" + }, + "nativeSrc": "13493:83:46", + "nodeType": "YulFunctionCall", + "src": "13493:83:46" + }, + "nativeSrc": "13493:83:46", + "nodeType": "YulExpressionStatement", + "src": "13493:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13596:9:46", + "nodeType": "YulIdentifier", + "src": "13596:9:46" + }, + { + "kind": "number", + "nativeSrc": "13607:2:46", + "nodeType": "YulLiteral", + "src": "13607:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13592:3:46", + "nodeType": "YulIdentifier", + "src": "13592:3:46" + }, + "nativeSrc": "13592:18:46", + "nodeType": "YulFunctionCall", + "src": "13592:18:46" + }, + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "13616:6:46", + "nodeType": "YulIdentifier", + "src": "13616:6:46" + }, + { + "kind": "number", + "nativeSrc": "13624:66:46", + "nodeType": "YulLiteral", + "src": "13624:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13612:3:46", + "nodeType": "YulIdentifier", + "src": "13612:3:46" + }, + "nativeSrc": "13612:79:46", + "nodeType": "YulFunctionCall", + "src": "13612:79:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13585:6:46", + "nodeType": "YulIdentifier", + "src": "13585:6:46" + }, + "nativeSrc": "13585:107:46", + "nodeType": "YulFunctionCall", + "src": "13585:107:46" + }, + "nativeSrc": "13585:107:46", + "nodeType": "YulExpressionStatement", + "src": "13585:107:46" + } + ] + }, + "name": "abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed", + "nativeSrc": "13210:488:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "13318:9:46", + "nodeType": "YulTypedName", + "src": "13318:9:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "13329:6:46", + "nodeType": "YulTypedName", + "src": "13329:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "13337:6:46", + "nodeType": "YulTypedName", + "src": "13337:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "13345:6:46", + "nodeType": "YulTypedName", + "src": "13345:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "13356:4:46", + "nodeType": "YulTypedName", + "src": "13356:4:46", + "type": "" + } + ], + "src": "13210:488:46" + }, + { + "body": { + "nativeSrc": "13840:150:46", + "nodeType": "YulBlock", + "src": "13840:150:46", + "statements": [ + { + "nativeSrc": "13850:27:46", + "nodeType": "YulVariableDeclaration", + "src": "13850:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "13870:6:46", + "nodeType": "YulIdentifier", + "src": "13870:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "13864:5:46", + "nodeType": "YulIdentifier", + "src": "13864:5:46" + }, + "nativeSrc": "13864:13:46", + "nodeType": "YulFunctionCall", + "src": "13864:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "13854:6:46", + "nodeType": "YulTypedName", + "src": "13854:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "13925:6:46", + "nodeType": "YulIdentifier", + "src": "13925:6:46" + }, + { + "kind": "number", + "nativeSrc": "13933:4:46", + "nodeType": "YulLiteral", + "src": "13933:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13921:3:46", + "nodeType": "YulIdentifier", + "src": "13921:3:46" + }, + "nativeSrc": "13921:17:46", + "nodeType": "YulFunctionCall", + "src": "13921:17:46" + }, + { + "name": "pos", + "nativeSrc": "13940:3:46", + "nodeType": "YulIdentifier", + "src": "13940:3:46" + }, + { + "name": "length", + "nativeSrc": "13945:6:46", + "nodeType": "YulIdentifier", + "src": "13945:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "13886:34:46", + "nodeType": "YulIdentifier", + "src": "13886:34:46" + }, + "nativeSrc": "13886:66:46", + "nodeType": "YulFunctionCall", + "src": "13886:66:46" + }, + "nativeSrc": "13886:66:46", + "nodeType": "YulExpressionStatement", + "src": "13886:66:46" + }, + { + "nativeSrc": "13961:23:46", + "nodeType": "YulAssignment", + "src": "13961:23:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "13972:3:46", + "nodeType": "YulIdentifier", + "src": "13972:3:46" + }, + { + "name": "length", + "nativeSrc": "13977:6:46", + "nodeType": "YulIdentifier", + "src": "13977:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13968:3:46", + "nodeType": "YulIdentifier", + "src": "13968:3:46" + }, + "nativeSrc": "13968:16:46", + "nodeType": "YulFunctionCall", + "src": "13968:16:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "13961:3:46", + "nodeType": "YulIdentifier", + "src": "13961:3:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", + "nativeSrc": "13703:287:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "13816:3:46", + "nodeType": "YulTypedName", + "src": "13816:3:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "13821:6:46", + "nodeType": "YulTypedName", + "src": "13821:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "13832:3:46", + "nodeType": "YulTypedName", + "src": "13832:3:46", + "type": "" + } + ], + "src": "13703:287:46" + }, + { + "body": { + "nativeSrc": "14052:107:46", + "nodeType": "YulBlock", + "src": "14052:107:46", + "statements": [ + { + "nativeSrc": "14062:22:46", + "nodeType": "YulAssignment", + "src": "14062:22:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "14077:6:46", + "nodeType": "YulIdentifier", + "src": "14077:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "14071:5:46", + "nodeType": "YulIdentifier", + "src": "14071:5:46" + }, + "nativeSrc": "14071:13:46", + "nodeType": "YulFunctionCall", + "src": "14071:13:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "14062:5:46", + "nodeType": "YulIdentifier", + "src": "14062:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "14137:16:46", + "nodeType": "YulBlock", + "src": "14137:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14146:1:46", + "nodeType": "YulLiteral", + "src": "14146:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14149:1:46", + "nodeType": "YulLiteral", + "src": "14149:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "14139:6:46", + "nodeType": "YulIdentifier", + "src": "14139:6:46" + }, + "nativeSrc": "14139:12:46", + "nodeType": "YulFunctionCall", + "src": "14139:12:46" + }, + "nativeSrc": "14139:12:46", + "nodeType": "YulExpressionStatement", + "src": "14139:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "14106:5:46", + "nodeType": "YulIdentifier", + "src": "14106:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "14127:5:46", + "nodeType": "YulIdentifier", + "src": "14127:5:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "14120:6:46", + "nodeType": "YulIdentifier", + "src": "14120:6:46" + }, + "nativeSrc": "14120:13:46", + "nodeType": "YulFunctionCall", + "src": "14120:13:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "14113:6:46", + "nodeType": "YulIdentifier", + "src": "14113:6:46" + }, + "nativeSrc": "14113:21:46", + "nodeType": "YulFunctionCall", + "src": "14113:21:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "14103:2:46", + "nodeType": "YulIdentifier", + "src": "14103:2:46" + }, + "nativeSrc": "14103:32:46", + "nodeType": "YulFunctionCall", + "src": "14103:32:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "14096:6:46", + "nodeType": "YulIdentifier", + "src": "14096:6:46" + }, + "nativeSrc": "14096:40:46", + "nodeType": "YulFunctionCall", + "src": "14096:40:46" + }, + "nativeSrc": "14093:60:46", + "nodeType": "YulIf", + "src": "14093:60:46" + } + ] + }, + "name": "abi_decode_bool_fromMemory", + "nativeSrc": "13995:164:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "14031:6:46", + "nodeType": "YulTypedName", + "src": "14031:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "14042:5:46", + "nodeType": "YulTypedName", + "src": "14042:5:46", + "type": "" + } + ], + "src": "13995:164:46" + }, + { + "body": { + "nativeSrc": "14258:265:46", + "nodeType": "YulBlock", + "src": "14258:265:46", + "statements": [ + { + "body": { + "nativeSrc": "14304:16:46", + "nodeType": "YulBlock", + "src": "14304:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14313:1:46", + "nodeType": "YulLiteral", + "src": "14313:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14316:1:46", + "nodeType": "YulLiteral", + "src": "14316:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "14306:6:46", + "nodeType": "YulIdentifier", + "src": "14306:6:46" + }, + "nativeSrc": "14306:12:46", + "nodeType": "YulFunctionCall", + "src": "14306:12:46" + }, + "nativeSrc": "14306:12:46", + "nodeType": "YulExpressionStatement", + "src": "14306:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "14279:7:46", + "nodeType": "YulIdentifier", + "src": "14279:7:46" + }, + { + "name": "headStart", + "nativeSrc": "14288:9:46", + "nodeType": "YulIdentifier", + "src": "14288:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "14275:3:46", + "nodeType": "YulIdentifier", + "src": "14275:3:46" + }, + "nativeSrc": "14275:23:46", + "nodeType": "YulFunctionCall", + "src": "14275:23:46" + }, + { + "kind": "number", + "nativeSrc": "14300:2:46", + "nodeType": "YulLiteral", + "src": "14300:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "14271:3:46", + "nodeType": "YulIdentifier", + "src": "14271:3:46" + }, + "nativeSrc": "14271:32:46", + "nodeType": "YulFunctionCall", + "src": "14271:32:46" + }, + "nativeSrc": "14268:52:46", + "nodeType": "YulIf", + "src": "14268:52:46" + }, + { + "nativeSrc": "14329:47:46", + "nodeType": "YulAssignment", + "src": "14329:47:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14366:9:46", + "nodeType": "YulIdentifier", + "src": "14366:9:46" + } + ], + "functionName": { + "name": "abi_decode_bool_fromMemory", + "nativeSrc": "14339:26:46", + "nodeType": "YulIdentifier", + "src": "14339:26:46" + }, + "nativeSrc": "14339:37:46", + "nodeType": "YulFunctionCall", + "src": "14339:37:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "14329:6:46", + "nodeType": "YulIdentifier", + "src": "14329:6:46" + } + ] + }, + { + "nativeSrc": "14385:38:46", + "nodeType": "YulVariableDeclaration", + "src": "14385:38:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14408:9:46", + "nodeType": "YulIdentifier", + "src": "14408:9:46" + }, + { + "kind": "number", + "nativeSrc": "14419:2:46", + "nodeType": "YulLiteral", + "src": "14419:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14404:3:46", + "nodeType": "YulIdentifier", + "src": "14404:3:46" + }, + "nativeSrc": "14404:18:46", + "nodeType": "YulFunctionCall", + "src": "14404:18:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "14398:5:46", + "nodeType": "YulIdentifier", + "src": "14398:5:46" + }, + "nativeSrc": "14398:25:46", + "nodeType": "YulFunctionCall", + "src": "14398:25:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "14389:5:46", + "nodeType": "YulTypedName", + "src": "14389:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "14477:16:46", + "nodeType": "YulBlock", + "src": "14477:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14486:1:46", + "nodeType": "YulLiteral", + "src": "14486:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14489:1:46", + "nodeType": "YulLiteral", + "src": "14489:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "14479:6:46", + "nodeType": "YulIdentifier", + "src": "14479:6:46" + }, + "nativeSrc": "14479:12:46", + "nodeType": "YulFunctionCall", + "src": "14479:12:46" + }, + "nativeSrc": "14479:12:46", + "nodeType": "YulExpressionStatement", + "src": "14479:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "14445:5:46", + "nodeType": "YulIdentifier", + "src": "14445:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "14456:5:46", + "nodeType": "YulIdentifier", + "src": "14456:5:46" + }, + { + "kind": "number", + "nativeSrc": "14463:10:46", + "nodeType": "YulLiteral", + "src": "14463:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "14452:3:46", + "nodeType": "YulIdentifier", + "src": "14452:3:46" + }, + "nativeSrc": "14452:22:46", + "nodeType": "YulFunctionCall", + "src": "14452:22:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "14442:2:46", + "nodeType": "YulIdentifier", + "src": "14442:2:46" + }, + "nativeSrc": "14442:33:46", + "nodeType": "YulFunctionCall", + "src": "14442:33:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "14435:6:46", + "nodeType": "YulIdentifier", + "src": "14435:6:46" + }, + "nativeSrc": "14435:41:46", + "nodeType": "YulFunctionCall", + "src": "14435:41:46" + }, + "nativeSrc": "14432:61:46", + "nodeType": "YulIf", + "src": "14432:61:46" + }, + { + "nativeSrc": "14502:15:46", + "nodeType": "YulAssignment", + "src": "14502:15:46", + "value": { + "name": "value", + "nativeSrc": "14512:5:46", + "nodeType": "YulIdentifier", + "src": "14512:5:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "14502:6:46", + "nodeType": "YulIdentifier", + "src": "14502:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_boolt_uint32_fromMemory", + "nativeSrc": "14164:359:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "14216:9:46", + "nodeType": "YulTypedName", + "src": "14216:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "14227:7:46", + "nodeType": "YulTypedName", + "src": "14227:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "14239:6:46", + "nodeType": "YulTypedName", + "src": "14239:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "14247:6:46", + "nodeType": "YulTypedName", + "src": "14247:6:46", + "type": "" + } + ], + "src": "14164:359:46" + }, + { + "body": { + "nativeSrc": "14606:124:46", + "nodeType": "YulBlock", + "src": "14606:124:46", + "statements": [ + { + "body": { + "nativeSrc": "14652:16:46", + "nodeType": "YulBlock", + "src": "14652:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14661:1:46", + "nodeType": "YulLiteral", + "src": "14661:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14664:1:46", + "nodeType": "YulLiteral", + "src": "14664:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "14654:6:46", + "nodeType": "YulIdentifier", + "src": "14654:6:46" + }, + "nativeSrc": "14654:12:46", + "nodeType": "YulFunctionCall", + "src": "14654:12:46" + }, + "nativeSrc": "14654:12:46", + "nodeType": "YulExpressionStatement", + "src": "14654:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "14627:7:46", + "nodeType": "YulIdentifier", + "src": "14627:7:46" + }, + { + "name": "headStart", + "nativeSrc": "14636:9:46", + "nodeType": "YulIdentifier", + "src": "14636:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "14623:3:46", + "nodeType": "YulIdentifier", + "src": "14623:3:46" + }, + "nativeSrc": "14623:23:46", + "nodeType": "YulFunctionCall", + "src": "14623:23:46" + }, + { + "kind": "number", + "nativeSrc": "14648:2:46", + "nodeType": "YulLiteral", + "src": "14648:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "14619:3:46", + "nodeType": "YulIdentifier", + "src": "14619:3:46" + }, + "nativeSrc": "14619:32:46", + "nodeType": "YulFunctionCall", + "src": "14619:32:46" + }, + "nativeSrc": "14616:52:46", + "nodeType": "YulIf", + "src": "14616:52:46" + }, + { + "nativeSrc": "14677:47:46", + "nodeType": "YulAssignment", + "src": "14677:47:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14714:9:46", + "nodeType": "YulIdentifier", + "src": "14714:9:46" + } + ], + "functionName": { + "name": "abi_decode_bool_fromMemory", + "nativeSrc": "14687:26:46", + "nodeType": "YulIdentifier", + "src": "14687:26:46" + }, + "nativeSrc": "14687:37:46", + "nodeType": "YulFunctionCall", + "src": "14687:37:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "14677:6:46", + "nodeType": "YulIdentifier", + "src": "14677:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bool_fromMemory", + "nativeSrc": "14528:202:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "14572:9:46", + "nodeType": "YulTypedName", + "src": "14572:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "14583:7:46", + "nodeType": "YulTypedName", + "src": "14583:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "14595:6:46", + "nodeType": "YulTypedName", + "src": "14595:6:46", + "type": "" + } + ], + "src": "14528:202:46" + } + ] + }, + "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 mstore(pos, mload(value))\n let memberValue0 := mload(add(value, 0x20))\n mstore(add(pos, 0x20), 0x60)\n let length := mload(memberValue0)\n mstore(add(pos, 0x60), length)\n copy_memory_to_memory_with_cleanup(add(memberValue0, 0x20), add(pos, 128), length)\n mstore(add(pos, 0x40), and(mload(add(value, 0x40)), 0xffffffffffffffffffffffffffffffffffffffff))\n end := add(add(pos, and(add(length, 31), not(31))), 128)\n }\n function abi_encode_tuple_t_struct$_Application_$13704_memory_ptr__to_t_struct$_Application_$13704_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_1954() -> 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_ApplicationDto(headStart, end) -> value\n {\n if slt(sub(end, headStart), 0x40) { revert(0, 0) }\n value := allocate_memory_1954()\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$_ApplicationDto_$13697_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_ApplicationDto(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_$13704_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Application_$13704_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$_ApplicationDto_$13697_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_ApplicationDto(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 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 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_$13704_storage__to_t_uint256_t_struct$_Application_$13704_memory_ptr__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, value0)\n mstore(add(headStart, 32), 64)\n mstore(add(headStart, 64), sload(value1))\n let memberValue0 := add(value1, 0x01)\n mstore(add(headStart, 0x60), 0x60)\n let ret := 0\n let slotValue := sload(memberValue0)\n let length := extract_byte_array_length(slotValue)\n mstore(add(headStart, 160), length)\n switch and(slotValue, 0x01)\n case 0 {\n mstore(add(headStart, 192), and(slotValue, not(255)))\n ret := add(add(headStart, shl(5, iszero(iszero(length)))), 192)\n }\n case 1 {\n mstore(0, memberValue0)\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), 192), sload(dataPos))\n dataPos := add(dataPos, 0x01)\n }\n ret := add(add(headStart, i), 192)\n }\n let memberValue0_1 := extract_from_storage_value_offsett_address(sload(add(value1, 0x02)))\n abi_encode_address(memberValue0_1, add(headStart, 128))\n tail := ret\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": 46, + "language": "Yul", + "name": "#utility.yul" + } + ], + "immutableReferences": {}, + "linkReferences": {}, + "object": "608060405234801561001057600080fd5b50600436106100a35760003560e01c80637a9e5e4b11610076578063bf7e214f1161005b578063bf7e214f1461014d578063cec9d7da14610168578063ecdfe9b41461017957600080fd5b80637a9e5e4b146101195780638fb360371461012c57600080fd5b80631f2f4bfd146100a857806336112a14146100d157806341702a16146100e65780637823c1e314610106575b600080fd5b6100bb6100b6366004610e94565b61018c565b6040516100c89190610f22565b60405180910390f35b6100e46100df36600461107e565b6102fb565b005b6100f96100f43660046110bb565b6104ac565b6040516100c891906110dd565b6100e4610114366004610e94565b610744565b6100e4610127366004611142565b610871565b610134610904565b6040516001600160e01b031990911681526020016100c8565b6000546040516001600160a01b0390911681526020016100c8565b6004546040519081526020016100c8565b6100e461018736600461115d565b610941565b6101b96040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b600082815260026020819052604090912001546001600160a01b03166102265760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f7420657869737400000000000060448201526064015b60405180910390fd5b600260008381526020019081526020016000206040518060600160405290816000820154815260200160018201805461025e906111a4565b80601f016020809104026020016040519081016040528092919081815260200182805461028a906111a4565b80156102d75780601f106102ac576101008083540402835291602001916102d7565b820191906000526020600020905b8154815290600101906020018083116102ba57829003601f168201915b5050509183525050600291909101546001600160a01b031660209091015292915050565b610303610b4f565b610310335b600036610b92565b6020808201516001600160a01b031660009081526003909152604090205460ff16156103a45760405162461bcd60e51b815260206004820152602c60248201527f4164647265737320616c7265616479207573656420666f7220616e6f7468657260448201527f206170706c69636174696f6e0000000000000000000000000000000000000000606482015260840161021d565b6004805490819060006103b6836111de565b90915550506040805160608101825282815283516020808301918252858101516001600160a01b031683850152600085815260029091529290922081518155915190918291600182019061040a9082611251565b506040918201516002918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b039283161790558383015116600090815260036020908152838220805460ff191660011790558582529190915281902090517f6aa6784e182c2b55186dd7a4a54b2b311415146b5e10241d3015c6f4f2f317709161049691859190611310565b60405180910390a150506104a960018055565b50565b606060008267ffffffffffffffff8111156104c9576104c9610f3c565b60405190808252806020026020018201604052801561052757816020015b6105146040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b8152602001906001900390816104e75790505b5090506000845b848210801561053e575060045481105b1561067357600081815260026020819052604090912001546001600160a01b03161561066157600260008281526020019081526020016000206040518060600160405290816000820154815260200160018201805461059c906111a4565b80601f01602080910402602001604051908101604052809291908181526020018280546105c8906111a4565b80156106155780601f106105ea57610100808354040283529160200191610615565b820191906000526020600020905b8154815290600101906020018083116105f857829003601f168201915b5050509183525050600291909101546001600160a01b03166020909101528351849084908110610647576106476113d4565b6020026020010181905250818061065d906111de565b9250505b8061066b816111de565b91505061052e565b60008267ffffffffffffffff81111561068e5761068e610f3c565b6040519080825280602002602001820160405280156106ec57816020015b6106d96040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b8152602001906001900390816106ac5790505b50905060005b838110156107395784818151811061070c5761070c6113d4565b6020026020010151828281518110610726576107266113d4565b60209081029190910101526001016106f2565b509695505050505050565b61074c610b4f565b61075533610308565b600081815260026020819052604090912001546001600160a01b03166107bd5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f74206578697374000000000000604482015260640161021d565b6000818152600260208181526040808420808401546001600160a01b0316855260038352818520805460ff1916905593859052919052517f1e6f9fdb36c7f3979c3d49fa0390d328e704f0e49c2c1c48aa0c0ccc831e87569161082291849190611310565b60405180910390a16000818152600260205260408120818155906108496001830182610e46565b50600201805473ffffffffffffffffffffffffffffffffffffffff191690556104a960018055565b60005433906001600160a01b031681146108a85760405162d1953b60e31b81526001600160a01b038216600482015260240161021d565b816001600160a01b03163b6000036108f7576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161021d565b61090082610cab565b5050565b60008054600160a01b900460ff1661091c5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b610949610b4f565b61095233610308565b600082815260026020819052604090912001546001600160a01b03166109ba5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f74206578697374000000000000604482015260640161021d565b6020808201516001600160a01b031660009081526003909152604090205460ff161580610a0a5750602080820151600084815260029283905260409020909101546001600160a01b039081169116145b610a7c5760405162461bcd60e51b815260206004820152602360248201527f4163636f756e74207573656420627920616e6f74686572206170706c6963617460448201527f696f6e0000000000000000000000000000000000000000000000000000000000606482015260840161021d565b6040805160608101825283815282516020808301918252848101516001600160a01b03168385015260008681526002909152929092208151815591519091906001820190610aca9082611251565b506040918201516002918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b03909216919091179055600084815260209190915281902090517f36856bfccc17ac92d527e8f941bbf8a8195c32e49bac06a5ab66fd1e67cf82d091610b3e91859190611310565b60405180910390a161090060018055565b600260015403610b8b576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002600155565b600080610bc8610baa6000546001600160a01b031690565b8630610bba60046000898b6113ea565b610bc391611414565b610d0c565b9150915081610ca45763ffffffff811615610c81576000805460ff60a01b198116600160a01b179091556040517f94c7d7ee0000000000000000000000000000000000000000000000000000000081526001600160a01b03909116906394c7d7ee90610c3c9088908890889060040161144a565b600060405180830381600087803b158015610c5657600080fd5b505af1158015610c6a573d6000803e3d6000fd5b50506000805460ff60a01b1916905550610ca49050565b60405162d1953b60e31b81526001600160a01b038616600482015260240161021d565b5050505050565b6000805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb70096130000000000000000000000000000000000000000000000000000000017905251610da99190611489565b600060405180830381855afa9150503d8060008114610de4576040519150601f19603f3d011682016040523d82523d6000602084013e610de9565b606091505b50915091508115610e3b576040815110610e1b5780806020019051810190610e1191906114b5565b9094509250610e3b565b6020815110610e3b5780806020019051810190610e3891906114f5565b93505b505094509492505050565b508054610e52906111a4565b6000825580601f10610e62575050565b601f0160209004906000526020600020908101906104a991905b80821115610e905760008155600101610e7c565b5090565b600060208284031215610ea657600080fd5b5035919050565b60005b83811015610ec8578181015183820152602001610eb0565b50506000910152565b8051825260006020820151606060208501528051806060860152610efc816080870160208501610ead565b6040938401516001600160a01b0316938501939093525050601f01601f19160160800190565b602081526000610f356020830184610ed1565b9392505050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610f7557610f75610f3c565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715610fa457610fa4610f3c565b604052919050565b80356001600160a01b0381168114610fc357600080fd5b919050565b600060408284031215610fda57600080fd5b610fe2610f52565b9050813567ffffffffffffffff811115610ffb57600080fd5b8201601f8101841361100c57600080fd5b803567ffffffffffffffff81111561102657611026610f3c565b611039601f8201601f1916602001610f7b565b81815285602083850101111561104e57600080fd5b8160208401602083013760006020838301015280845250505061107360208301610fac565b602082015292915050565b60006020828403121561109057600080fd5b813567ffffffffffffffff8111156110a757600080fd5b6110b384828501610fc8565b949350505050565b600080604083850312156110ce57600080fd5b50508035926020909101359150565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561113657603f19878603018452611121858351610ed1565b94506020938401939190910190600101611105565b50929695505050505050565b60006020828403121561115457600080fd5b610f3582610fac565b6000806040838503121561117057600080fd5b82359150602083013567ffffffffffffffff81111561118e57600080fd5b61119a85828601610fc8565b9150509250929050565b600181811c908216806111b857607f821691505b6020821081036111d857634e487b7160e01b600052602260045260246000fd5b50919050565b6000600182016111fe57634e487b7160e01b600052601160045260246000fd5b5060010190565b601f82111561124c57806000526020600020601f840160051c8101602085101561122c5750805b601f840160051c820191505b81811015610ca45760008155600101611238565b505050565b815167ffffffffffffffff81111561126b5761126b610f3c565b61127f8161127984546111a4565b84611205565b6020601f8211600181146112b3576000831561129b5750848201515b600019600385901b1c1916600184901b178455610ca4565b600084815260208120601f198516915b828110156112e357878501518255602094850194600190920191016112c3565b50848210156113015786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b82815260406020820152815460408201526000600183016060808401526000815461133a816111a4565b8060a087015260018216600081146113595760018114611375576113a9565b60ff19831660c088015260c082151560051b88010193506113a9565b84600052602060002060005b838110156113a057815489820160c00152600190910190602001611381565b880160c0019450505b50505060028501546001600160a01b03166001600160a01b0381166080860152915095945050505050565b634e487b7160e01b600052603260045260246000fd5b600080858511156113fa57600080fd5b8386111561140757600080fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611443576001600160e01b0319808560040360031b1b82161691505b5092915050565b6001600160a01b038416815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000825161149b818460208701610ead565b9190910192915050565b80518015158114610fc357600080fd5b600080604083850312156114c857600080fd5b6114d1836114a5565b9150602083015163ffffffff811681146114ea57600080fd5b809150509250929050565b60006020828403121561150757600080fd5b610f35826114a556fea26469706673582212203b7e79da061a8b5e30ac550ce6a14de19dc3dcff8dcfe42e248e717f21718b1564736f6c634300081a0033", + "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 0xE94 JUMP JUMPDEST PUSH2 0x18C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xC8 SWAP2 SWAP1 PUSH2 0xF22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xE4 PUSH2 0xDF CALLDATASIZE PUSH1 0x4 PUSH2 0x107E JUMP JUMPDEST PUSH2 0x2FB JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF9 PUSH2 0xF4 CALLDATASIZE PUSH1 0x4 PUSH2 0x10BB JUMP JUMPDEST PUSH2 0x4AC JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xC8 SWAP2 SWAP1 PUSH2 0x10DD JUMP JUMPDEST PUSH2 0xE4 PUSH2 0x114 CALLDATASIZE PUSH1 0x4 PUSH2 0xE94 JUMP JUMPDEST PUSH2 0x744 JUMP JUMPDEST PUSH2 0xE4 PUSH2 0x127 CALLDATASIZE PUSH1 0x4 PUSH2 0x1142 JUMP JUMPDEST PUSH2 0x871 JUMP JUMPDEST PUSH2 0x134 PUSH2 0x904 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 0x115D JUMP JUMPDEST PUSH2 0x941 JUMP JUMPDEST PUSH2 0x1B9 PUSH1 0x40 MLOAD DUP1 PUSH1 0x60 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 SWAP1 SWAP2 KECCAK256 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x226 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 0x2 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x60 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD DUP1 SLOAD PUSH2 0x25E SWAP1 PUSH2 0x11A4 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 0x28A SWAP1 PUSH2 0x11A4 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2D7 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x2AC JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2D7 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 0x2BA JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP SWAP2 DUP4 MSTORE POP POP PUSH1 0x2 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 0x303 PUSH2 0xB4F JUMP JUMPDEST PUSH2 0x310 CALLER JUMPDEST PUSH1 0x0 CALLDATASIZE PUSH2 0xB92 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 0x3A4 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 0x21D JUMP JUMPDEST PUSH1 0x4 DUP1 SLOAD SWAP1 DUP2 SWAP1 PUSH1 0x0 PUSH2 0x3B6 DUP4 PUSH2 0x11DE JUMP JUMPDEST SWAP1 SWAP2 SSTORE POP POP PUSH1 0x40 DUP1 MLOAD PUSH1 0x60 DUP2 ADD DUP3 MSTORE DUP3 DUP2 MSTORE DUP4 MLOAD PUSH1 0x20 DUP1 DUP4 ADD SWAP2 DUP3 MSTORE DUP6 DUP2 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP4 DUP6 ADD MSTORE PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x2 SWAP1 SWAP2 MSTORE SWAP3 SWAP1 SWAP3 KECCAK256 DUP2 MLOAD DUP2 SSTORE SWAP2 MLOAD SWAP1 SWAP2 DUP3 SWAP2 PUSH1 0x1 DUP3 ADD SWAP1 PUSH2 0x40A SWAP1 DUP3 PUSH2 0x1251 JUMP JUMPDEST POP PUSH1 0x40 SWAP2 DUP3 ADD MLOAD PUSH1 0x2 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 PUSH1 0x20 SWAP1 DUP2 MSTORE DUP4 DUP3 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND PUSH1 0x1 OR SWAP1 SSTORE DUP6 DUP3 MSTORE SWAP2 SWAP1 SWAP2 MSTORE DUP2 SWAP1 KECCAK256 SWAP1 MLOAD PUSH32 0x6AA6784E182C2B55186DD7A4A54B2B311415146B5E10241D3015C6F4F2F31770 SWAP2 PUSH2 0x496 SWAP2 DUP6 SWAP2 SWAP1 PUSH2 0x1310 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP PUSH2 0x4A9 PUSH1 0x1 DUP1 SSTORE JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x4C9 JUMPI PUSH2 0x4C9 PUSH2 0xF3C JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x527 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH2 0x514 PUSH1 0x40 MLOAD DUP1 PUSH1 0x60 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x4E7 JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 DUP5 JUMPDEST DUP5 DUP3 LT DUP1 ISZERO PUSH2 0x53E JUMPI POP PUSH1 0x4 SLOAD DUP2 LT JUMPDEST ISZERO PUSH2 0x673 JUMPI PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 SWAP1 SWAP2 KECCAK256 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND ISZERO PUSH2 0x661 JUMPI PUSH1 0x2 PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x60 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD DUP1 SLOAD PUSH2 0x59C SWAP1 PUSH2 0x11A4 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 0x5C8 SWAP1 PUSH2 0x11A4 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x615 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x5EA JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x615 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 0x5F8 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP SWAP2 DUP4 MSTORE POP POP PUSH1 0x2 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 0x647 JUMPI PUSH2 0x647 PUSH2 0x13D4 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP DUP2 DUP1 PUSH2 0x65D SWAP1 PUSH2 0x11DE JUMP JUMPDEST SWAP3 POP POP JUMPDEST DUP1 PUSH2 0x66B DUP2 PUSH2 0x11DE JUMP JUMPDEST SWAP2 POP POP PUSH2 0x52E JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x68E JUMPI PUSH2 0x68E PUSH2 0xF3C JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x6EC JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH2 0x6D9 PUSH1 0x40 MLOAD DUP1 PUSH1 0x60 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x6AC JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x739 JUMPI DUP5 DUP2 DUP2 MLOAD DUP2 LT PUSH2 0x70C JUMPI PUSH2 0x70C PUSH2 0x13D4 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x726 JUMPI PUSH2 0x726 PUSH2 0x13D4 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0x6F2 JUMP JUMPDEST POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x74C PUSH2 0xB4F JUMP JUMPDEST PUSH2 0x755 CALLER PUSH2 0x308 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 SWAP1 SWAP2 KECCAK256 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x7BD 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 0x21D JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 DUP1 DUP5 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 0x1E6F9FDB36C7F3979C3D49FA0390D328E704F0E49C2C1C48AA0C0CCC831E8756 SWAP2 PUSH2 0x822 SWAP2 DUP5 SWAP2 SWAP1 PUSH2 0x1310 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 DUP2 DUP2 SSTORE SWAP1 PUSH2 0x849 PUSH1 0x1 DUP4 ADD DUP3 PUSH2 0xE46 JUMP JUMPDEST POP PUSH1 0x2 ADD DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND SWAP1 SSTORE PUSH2 0x4A9 PUSH1 0x1 DUP1 SSTORE JUMP JUMPDEST PUSH1 0x0 SLOAD CALLER SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 EQ PUSH2 0x8A8 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 0x21D JUMP JUMPDEST DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EXTCODESIZE PUSH1 0x0 SUB PUSH2 0x8F7 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 0x21D JUMP JUMPDEST PUSH2 0x900 DUP3 PUSH2 0xCAB JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH1 0x1 PUSH1 0xA0 SHL SWAP1 DIV PUSH1 0xFF AND PUSH2 0x91C JUMPI POP PUSH1 0x0 SWAP1 JUMP JUMPDEST POP PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 SWAP1 JUMP JUMPDEST PUSH2 0x949 PUSH2 0xB4F JUMP JUMPDEST PUSH2 0x952 CALLER PUSH2 0x308 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 SWAP1 SWAP2 KECCAK256 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x9BA 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 0x21D 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 0xA0A JUMPI POP PUSH1 0x20 DUP1 DUP3 ADD MLOAD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x2 SWAP3 DUP4 SWAP1 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SWAP1 SWAP2 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 DUP2 AND SWAP2 AND EQ JUMPDEST PUSH2 0xA7C 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 0x21D JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x60 DUP2 ADD DUP3 MSTORE DUP4 DUP2 MSTORE DUP3 MLOAD PUSH1 0x20 DUP1 DUP4 ADD SWAP2 DUP3 MSTORE DUP5 DUP2 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP4 DUP6 ADD MSTORE PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x2 SWAP1 SWAP2 MSTORE SWAP3 SWAP1 SWAP3 KECCAK256 DUP2 MLOAD DUP2 SSTORE SWAP2 MLOAD SWAP1 SWAP2 SWAP1 PUSH1 0x1 DUP3 ADD SWAP1 PUSH2 0xACA SWAP1 DUP3 PUSH2 0x1251 JUMP JUMPDEST POP PUSH1 0x40 SWAP2 DUP3 ADD MLOAD PUSH1 0x2 SWAP2 DUP3 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 DUP5 DUP2 MSTORE PUSH1 0x20 SWAP2 SWAP1 SWAP2 MSTORE DUP2 SWAP1 KECCAK256 SWAP1 MLOAD PUSH32 0x36856BFCCC17AC92D527E8F941BBF8A8195C32E49BAC06A5AB66FD1E67CF82D0 SWAP2 PUSH2 0xB3E SWAP2 DUP6 SWAP2 SWAP1 PUSH2 0x1310 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH2 0x900 PUSH1 0x1 DUP1 SSTORE JUMP JUMPDEST PUSH1 0x2 PUSH1 0x1 SLOAD SUB PUSH2 0xB8B 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 0xBC8 PUSH2 0xBAA PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST DUP7 ADDRESS PUSH2 0xBBA PUSH1 0x4 PUSH1 0x0 DUP10 DUP12 PUSH2 0x13EA JUMP JUMPDEST PUSH2 0xBC3 SWAP2 PUSH2 0x1414 JUMP JUMPDEST PUSH2 0xD0C JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0xCA4 JUMPI PUSH4 0xFFFFFFFF DUP2 AND ISZERO PUSH2 0xC81 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 0xC3C SWAP1 DUP9 SWAP1 DUP9 SWAP1 DUP9 SWAP1 PUSH1 0x4 ADD PUSH2 0x144A JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xC56 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0xC6A 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 0xCA4 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 0x21D 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 0xDA9 SWAP2 SWAP1 PUSH2 0x1489 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS STATICCALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0xDE4 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 0xDE9 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP DUP2 ISZERO PUSH2 0xE3B JUMPI PUSH1 0x40 DUP2 MLOAD LT PUSH2 0xE1B JUMPI DUP1 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0xE11 SWAP2 SWAP1 PUSH2 0x14B5 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0xE3B JUMP JUMPDEST PUSH1 0x20 DUP2 MLOAD LT PUSH2 0xE3B JUMPI DUP1 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0xE38 SWAP2 SWAP1 PUSH2 0x14F5 JUMP JUMPDEST SWAP4 POP JUMPDEST POP POP SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST POP DUP1 SLOAD PUSH2 0xE52 SWAP1 PUSH2 0x11A4 JUMP JUMPDEST PUSH1 0x0 DUP3 SSTORE DUP1 PUSH1 0x1F LT PUSH2 0xE62 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 0x4A9 SWAP2 SWAP1 JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0xE90 JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0xE7C JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xEA6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xEC8 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0xEB0 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST DUP1 MLOAD DUP3 MSTORE PUSH1 0x0 PUSH1 0x20 DUP3 ADD MLOAD PUSH1 0x60 PUSH1 0x20 DUP6 ADD MSTORE DUP1 MLOAD DUP1 PUSH1 0x60 DUP7 ADD MSTORE PUSH2 0xEFC DUP2 PUSH1 0x80 DUP8 ADD PUSH1 0x20 DUP6 ADD PUSH2 0xEAD JUMP JUMPDEST PUSH1 0x40 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 0x80 ADD SWAP1 JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0xF35 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0xED1 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 0xF75 JUMPI PUSH2 0xF75 PUSH2 0xF3C 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 0xFA4 JUMPI PUSH2 0xFA4 PUSH2 0xF3C 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 0xFC3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xFDA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xFE2 PUSH2 0xF52 JUMP JUMPDEST SWAP1 POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xFFB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x1F DUP2 ADD DUP5 SGT PUSH2 0x100C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1026 JUMPI PUSH2 0x1026 PUSH2 0xF3C JUMP JUMPDEST PUSH2 0x1039 PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD PUSH2 0xF7B JUMP JUMPDEST DUP2 DUP2 MSTORE DUP6 PUSH1 0x20 DUP4 DUP6 ADD ADD GT ISZERO PUSH2 0x104E 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 0x1073 PUSH1 0x20 DUP4 ADD PUSH2 0xFAC JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1090 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x10A7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x10B3 DUP5 DUP3 DUP6 ADD PUSH2 0xFC8 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x10CE 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 0x1136 JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE PUSH2 0x1121 DUP6 DUP4 MLOAD PUSH2 0xED1 JUMP JUMPDEST SWAP5 POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP2 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x1105 JUMP JUMPDEST POP SWAP3 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1154 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xF35 DUP3 PUSH2 0xFAC JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1170 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x118E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x119A DUP6 DUP3 DUP7 ADD PUSH2 0xFC8 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x11B8 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x11D8 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 PUSH1 0x1 DUP3 ADD PUSH2 0x11FE 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 PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x124C 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 0x122C JUMPI POP DUP1 JUMPDEST PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP3 ADD SWAP2 POP JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xCA4 JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0x1238 JUMP JUMPDEST POP POP POP JUMP JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x126B JUMPI PUSH2 0x126B PUSH2 0xF3C JUMP JUMPDEST PUSH2 0x127F DUP2 PUSH2 0x1279 DUP5 SLOAD PUSH2 0x11A4 JUMP JUMPDEST DUP5 PUSH2 0x1205 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x1F DUP3 GT PUSH1 0x1 DUP2 EQ PUSH2 0x12B3 JUMPI PUSH1 0x0 DUP4 ISZERO PUSH2 0x129B 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 0xCA4 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 DUP2 KECCAK256 PUSH1 0x1F NOT DUP6 AND SWAP2 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x12E3 JUMPI DUP8 DUP6 ADD MLOAD DUP3 SSTORE PUSH1 0x20 SWAP5 DUP6 ADD SWAP5 PUSH1 0x1 SWAP1 SWAP3 ADD SWAP2 ADD PUSH2 0x12C3 JUMP JUMPDEST POP DUP5 DUP3 LT ISZERO PUSH2 0x1301 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 DUP2 SLOAD PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x0 PUSH1 0x1 DUP4 ADD PUSH1 0x60 DUP1 DUP5 ADD MSTORE PUSH1 0x0 DUP2 SLOAD PUSH2 0x133A DUP2 PUSH2 0x11A4 JUMP JUMPDEST DUP1 PUSH1 0xA0 DUP8 ADD MSTORE PUSH1 0x1 DUP3 AND PUSH1 0x0 DUP2 EQ PUSH2 0x1359 JUMPI PUSH1 0x1 DUP2 EQ PUSH2 0x1375 JUMPI PUSH2 0x13A9 JUMP JUMPDEST PUSH1 0xFF NOT DUP4 AND PUSH1 0xC0 DUP9 ADD MSTORE PUSH1 0xC0 DUP3 ISZERO ISZERO PUSH1 0x5 SHL DUP9 ADD ADD SWAP4 POP PUSH2 0x13A9 JUMP JUMPDEST DUP5 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x13A0 JUMPI DUP2 SLOAD DUP10 DUP3 ADD PUSH1 0xC0 ADD MSTORE PUSH1 0x1 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x20 ADD PUSH2 0x1381 JUMP JUMPDEST DUP9 ADD PUSH1 0xC0 ADD SWAP5 POP POP JUMPDEST POP POP POP PUSH1 0x2 DUP6 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x80 DUP7 ADD MSTORE SWAP2 POP 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 DUP1 DUP6 DUP6 GT ISZERO PUSH2 0x13FA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x1407 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 0x1443 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 0x149B DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0xEAD JUMP JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST DUP1 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0xFC3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x14C8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x14D1 DUP4 PUSH2 0x14A5 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD MLOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x14EA 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 0x1507 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xF35 DUP3 PUSH2 0x14A5 JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 EXTCODESIZE PUSH31 0x79DA061A8B5E30AC550CE6A14DE19DC3DCFF8DCFE42E248E717F21718B1564 PUSH20 0x6F6C634300081A00330000000000000000000000 ", + "sourceMap": "283:2987:39:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2376:205;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;864:618;;;;;;:::i;:::-;;:::i;:::-;;2589:678;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;2074:294::-;;;;;;:::i;:::-;;:::i;3057:362:16:-;;;;;;:::i;:::-;;:::i;3460:156::-;;;:::i;:::-;;;-1:-1:-1;;;;;;5170:79:46;;;5152:98;;5140:2;5125:18;3460:156:16;5008:248:46;2923:93:16;2973:7;2999:10;2923:93;;-1:-1:-1;;;;;2999:10:16;;;5407:74:46;;5395:2;5380:18;2923:93:16;5261:226:46;752:104:39;831:17;;752:104;;5638:25:46;;;5626:2;5611:18;752:104:39;5492:177:46;1490:576:39;;;;;;:::i;:::-;;:::i;2376:205::-;2448:18;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2448:18:39;674:4;698:16;;;:12;:16;;;;;;;;:24;;-1:-1:-1;;;;;698:24:39;2479:60;;;;-1:-1:-1;;;2479:60:39;;6355:2:46;2479:60:39;;;6337:21:46;6394:2;6374:18;;;6367:30;6433:28;6413:18;;;6406:56;6479:18;;2479:60:39;;;;;;;;;2557:12;:16;2570:2;2557:16;;;;;;;;;;;2550:23;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;2550:23:39;;;-1:-1:-1;;2550:23:39;;;;;;-1:-1:-1;;;;;2550:23:39;;;;;;;2376:205;-1:-1:-1;;2376:205:39:o;864:618::-;2500:21:27;:19;:21::i;:::-;2825:39:16::1;735:10:24::0;2839:12:16::1;809:14:24::0;;2825:13:16::1;:39::i;:::-;1013:11:39::2;::::0;;::::2;::::0;-1:-1:-1;;;;;1001:24:39::2;;::::0;;;:11:::2;:24:::0;;;;;;;::::2;;1000:25;978:119;;;::::0;-1:-1:-1;;;978:119:39;;7152:2:46;978:119:39::2;::::0;::::2;7134:21:46::0;7191:2;7171:18;;;7164:30;7230:34;7210:18;;;7203:62;7301:14;7281:18;;;7274:42;7333:19;;978:119:39::2;6950:408:46::0;978:119:39::2;1118:17;::::0;;;;;1108:7:::2;1146:19;1118:17:::0;1146:19:::2;:::i;:::-;::::0;;;-1:-1:-1;;1212:109:39::2;::::0;;::::2;::::0;::::2;::::0;;;;;1266:8;;1212:109:::2;::::0;;::::2;::::0;;;1298:11;;::::2;::::0;-1:-1:-1;;;;;1212:109:39::2;::::0;;;;1176:33:::2;1332:16:::0;;;:12:::2;:16:::0;;;;;;;:33;;;;;;1212:109;;;;1332:33:::2;::::0;::::2;::::0;::::2;::::0;;::::2;:::i;:::-;-1:-1:-1::0;1332:33:39::2;::::0;;::::2;::::0;::::2;::::0;;::::2;::::0;;-1:-1:-1;;1332:33:39::2;-1:-1:-1::0;;;;;1332:33:39;;::::2;;::::0;;1388:22;;::::2;::::0;1376:35:::2;-1:-1:-1::0;1376:35:39;;;:11:::2;:35;::::0;;;;;;:42;;-1:-1:-1;;1376:42:39::2;-1:-1:-1::0;1376:42:39::2;::::0;;1457:16;;;;;;;;;;1434:40;;::::2;::::0;::::2;::::0;1457:16;;;1434:40:::2;:::i;:::-;;;;;;;;967:515;;2542:20:27::0;1857:1;3068:21;;2888:208;2542:20;864:618:39;:::o;2589:678::-;2686:20;2719:27;2767:5;2749:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2749:24:39;;;;;;;;;;;;;;;;-1:-1:-1;2719:54:39;-1:-1:-1;2784:10:39;2822:5;2838:225;2853:5;2845;:13;:42;;;;;2870:17;;2862:5;:25;2845:42;2838:225;;;674:4;698:16;;;:12;:16;;;;;;;;:24;;-1:-1:-1;;;;;698:24:39;:38;2904:126;;2969:12;:19;2982:5;2969:19;;;;;;;;;;;2953:35;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;2953:35:39;;;-1:-1:-1;;2953:35:39;;;;;;-1:-1:-1;;;;;2953:35:39;;;;;;:13;;:6;;2960:5;;2953:13;;;;;;:::i;:::-;;;;;;:35;;;;3007:7;;;;;:::i;:::-;;;;2904:126;3044:7;;;;:::i;:::-;;;;2838:225;;;3075:32;3128:5;3110:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3110:24:39;;;;;;;;;;;;;;;;;3075:59;;3150:6;3145:86;3166:5;3162:1;:9;3145:86;;;3210:6;3217:1;3210:9;;;;;;;;:::i;:::-;;;;;;;3193:11;3205:1;3193:14;;;;;;;;:::i;:::-;;;;;;;;;;:26;3173:3;;3145:86;;;-1:-1:-1;3248:11:39;2589:678;-1:-1:-1;;;;;;2589:678:39:o;2074:294::-;2500:21:27;:19;:21::i;:::-;2825:39:16::1;735:10:24::0;2839:12:16::1;656:96:24::0;2825:39:16::1;674:4:39::0;698:16;;;:12;:16;;;;;;;;:24;;-1:-1:-1;;;;;698:24:39;2154:60:::2;;;::::0;-1:-1:-1;;;2154:60:39;;6355:2:46;2154:60:39::2;::::0;::::2;6337:21:46::0;6394:2;6374:18;;;6367:30;6433:28;6413:18;;;6406:56;6479:18;;2154:60:39::2;6153:350:46::0;2154:60:39::2;2265:5;2237:16:::0;;;:12:::2;:16;::::0;;;;;;;:24;;::::2;::::0;-1:-1:-1;;;;;2237:24:39::2;2225:37:::0;;:11:::2;:37:::0;;;;;:45;;-1:-1:-1;;2225:45:39::2;::::0;;2309:16;;;;;;;2286:40;::::2;::::0;::::2;::::0;2250:2;;2237:16;2286:40:::2;:::i;:::-;;;;;;;;2344:16;::::0;;;:12:::2;:16;::::0;;;;2337:23;;;2344:16;2337:23:::2;;::::0;::::2;2344:16:::0;2337:23:::2;:::i;:::-;-1:-1:-1::0;2337:23:39::2;;::::0;;-1:-1:-1;;2337:23:39::2;::::0;;2542:20:27;1857:1;3068:21;;2888:208;3057:362:16;3126:14;2999:10;735::24;;-1:-1:-1;;;;;2999:10:16;3169:21;;3165:92;;3213:33;;-1:-1:-1;;;3213:33:16;;-1:-1:-1;;;;;5425:55:46;;3213:33:16;;;5407:74:46;5380:18;;3213:33:16;5261:226:46;3165:92:16;3270:12;-1:-1:-1;;;;;3270:24:16;;3298:1;3270:29;3266:110;;3322:43;;;;;-1:-1:-1;;;;;5425:55:46;;3322:43:16;;;5407:74:46;5380:18;;3322:43:16;5261:226:46;3266:110:16;3385:27;3399:12;3385:13;:27::i;:::-;3116:303;3057:362;:::o;3460:156::-;3515:6;3540:18;;-1:-1:-1;;;3540:18:16;;;;:69;;-1:-1:-1;3607:1:16;;3460:156::o;3540:69::-;-1:-1:-1;3561:36:16;;3460:156::o;1490:576:39:-;2500:21:27;:19;:21::i;:::-;2825:39:16::1;735:10:24::0;2839:12:16::1;656:96:24::0;2825:39:16::1;674:4:39::0;698:16;;;:12;:16;;;;;;;;:24;;-1:-1:-1;;;;;698:24:39;1622:60:::2;;;::::0;-1:-1:-1;;;1622:60:39;;6355:2:46;1622:60:39::2;::::0;::::2;6337:21:46::0;6394:2;6374:18;;;6367:30;6433:28;6413:18;;;6406:56;6479:18;;1622:60:39::2;6153:350:46::0;1622:60:39::2;1728:11;::::0;;::::2;::::0;-1:-1:-1;;;;;1716:24:39::2;;::::0;;;:11:::2;:24:::0;;;;;;;::::2;;1715:25;::::0;:85:::2;;-1:-1:-1::0;1789:11:39::2;::::0;;::::2;::::0;1761:16:::2;::::0;;;:12:::2;:16:::0;;;;;;;:24;;::::2;::::0;-1:-1:-1;;;;;1761:24:39;;::::2;:39:::0;::::2;;1715:85;1693:170;;;::::0;-1:-1:-1;;;1693:170:39;;11678:2:46;1693:170:39::2;::::0;::::2;11660:21:46::0;11717:2;11697:18;;;11690:30;11756:34;11736:18;;;11729:62;11827:5;11807:18;;;11800:33;11850:19;;1693:170:39::2;11476:399:46::0;1693:170:39::2;1893:109;::::0;;::::2;::::0;::::2;::::0;;;;;1947:8;;1893:109:::2;::::0;;::::2;::::0;;;1979:11;;::::2;::::0;-1:-1:-1;;;;;1893:109:39::2;::::0;;;;-1:-1:-1;1874:16:39;;;:12:::2;:16:::0;;;;;;;:128;;;;;;1893:109;;1874:16;:128:::2;::::0;::::2;::::0;::::2;::::0;;::::2;:::i;:::-;-1:-1:-1::0;1874:128:39::2;::::0;;::::2;::::0;::::2;::::0;;::::2;::::0;;-1:-1:-1;;1874:128:39::2;-1:-1:-1::0;;;;;1874:128:39;;::::2;::::0;;;::::2;::::0;;-1:-1:-1;2041:16:39;;;::::2;::::0;;;;;;;2018:40;;::::2;::::0;::::2;::::0;2041:16;;;2018:40:::2;:::i;:::-;;;;;;;;2542:20:27::0;1857:1;3068:21;;2888:208;2575:307;1899:1;2702:7;;:18;2698:86;;2743:30;;;;;;;;;;;;;;2698:86;1899:1;2858:7;:17;2575:307::o;4128:594:16:-;4216:14;4232:12;4248:144;4293:11;2973:7;2999:10;-1:-1:-1;;;;;2999:10:16;;2923:93;4293:11;4318:6;4346:4;4372:9;4379:1;4377;4372:4;;:9;:::i;:::-;4365:17;;;:::i;:::-;4248:31;:144::i;:::-;4215:177;;;;4407:9;4402:314;;4436:9;;;;4432:274;;4465:18;:25;;-1:-1:-1;;;;4465:25:16;;-1:-1:-1;;;4465:25:16;;;;4508:60;;;;;-1:-1:-1;;;;;2999:10:16;;;;4508:46;;:60;;4555:6;;4563:4;;;;4508:60;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;4607:5:16;4586:26;;-1:-1:-1;;;;4586:26:16;;;-1:-1:-1;4432:274:16;;-1:-1:-1;4432:274:16;;4658:33;;-1:-1:-1;;;4658:33:16;;-1:-1:-1;;;;;5425:55:46;;4658:33:16;;;5407:74:46;5380:18;;4658:33:16;5261:226:46;4432:274:16;4205:517;;4128:594;;;:::o;3804:149::-;3876:10;:25;;-1:-1:-1;;3876:25:16;-1:-1:-1;;;;;3876:25:16;;;;;;;;3916:30;;5407:74:46;;;3916:30:16;;5395:2:46;5380:18;3916:30:16;;;;;;;3804:149;:::o;591:636:17:-;856:62;;-1:-1:-1;;;;;13428:55:46;;;856:62:17;;;13410:74:46;13520:55;;;13500:18;;;13493:83;-1:-1:-1;;;;;;13612:79:46;;13592:18;;;13585:107;746:14:17;;;;;;;;822:20;;;13383:18:46;;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:46:-;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:46;;14:226;-1:-1:-1;14:226:46: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:46;469:16;;462:27;245:250::o;632:534::-;722:5;716:12;711:3;704:25;686:3;775:4;768:5;764:16;758:23;813:4;806;801:3;797:14;790:28;847:12;841:19;892:6;885:4;880:3;876:14;869:30;908:82;983:6;977:3;972;968:13;961:4;947:12;943:23;908:82;:::i;:::-;1043:4;1032:16;;;1026:23;-1:-1:-1;;;;;1022:72:46;1006:14;;;999:96;;;;-1:-1:-1;;1149:2:46;1128:15;-1:-1:-1;;1124:29:46;1115:39;1156:3;1111:49;;632:534::o;1171:272::-;1360:2;1349:9;1342:21;1323:4;1380:57;1433:2;1422:9;1418:18;1410:6;1380:57;:::i;:::-;1372:65;1171:272;-1:-1:-1;;;1171:272:46:o;1448:184::-;-1:-1:-1;;;1497:1:46;1490:88;1597:4;1594:1;1587:15;1621:4;1618:1;1611:15;1637:257;1709:4;1703:11;;;1741:17;;1788:18;1773:34;;1809:22;;;1770:62;1767:88;;;1835:18;;:::i;:::-;1871:4;1864:24;1637:257;:::o;1899:275::-;1970:2;1964:9;2035:2;2016:13;;-1:-1:-1;;2012:27:46;2000:40;;2070:18;2055:34;;2091:22;;;2052:62;2049:88;;;2117:18;;:::i;:::-;2153:2;2146:22;1899:275;;-1:-1:-1;1899:275:46:o;2179:196::-;2247:20;;-1:-1:-1;;;;;2296:54:46;;2286:65;;2276:93;;2365:1;2362;2355:12;2276:93;2179:196;;;:::o;2380:877::-;2441:5;2489:4;2477:9;2472:3;2468:19;2464:30;2461:50;;;2507:1;2504;2497:12;2461:50;2529:22;;:::i;:::-;2520:31;;2587:9;2574:23;2620:18;2612:6;2609:30;2606:50;;;2652:1;2649;2642:12;2606:50;2675:22;;2728:4;2720:13;;2716:23;-1:-1:-1;2706:51:46;;2753:1;2750;2743:12;2706:51;2793:2;2780:16;2819:18;2811:6;2808:30;2805:56;;;2841:18;;:::i;:::-;2883:59;2930:2;2907:17;;-1:-1:-1;;2903:31:46;2936:4;2899:42;2883:59;:::i;:::-;2965:6;2958:5;2951:21;3015:3;3008:4;2999:6;2995:2;2991:15;2987:26;2984:35;2981:55;;;3032:1;3029;3022:12;2981:55;3091:6;3084:4;3080:2;3076:13;3069:4;3062:5;3058:16;3045:53;3145:1;3138:4;3129:6;3122:5;3118:18;3114:29;3107:40;3170:5;3163;3156:20;;;;3210:40;3244:4;3233:9;3229:20;3210:40;:::i;:::-;3203:4;3196:5;3192:16;3185:66;2380:877;;;;:::o;3262:360::-;3354:6;3407:2;3395:9;3386:7;3382:23;3378:32;3375:52;;;3423:1;3420;3413:12;3375:52;3463:9;3450:23;3496:18;3488:6;3485:30;3482:50;;;3528:1;3525;3518:12;3482:50;3551:65;3608:7;3599:6;3588:9;3584:22;3551:65;:::i;:::-;3541:75;3262:360;-1:-1:-1;;;;3262:360:46:o;3627:346::-;3695:6;3703;3756:2;3744:9;3735:7;3731:23;3727:32;3724:52;;;3772:1;3769;3762:12;3724:52;-1:-1:-1;;3817:23:46;;;3937:2;3922:18;;;3909:32;;-1:-1:-1;3627:346:46:o;3978:834::-;4180:4;4228:2;4217:9;4213:18;4258:2;4247:9;4240:21;4281:6;4316;4310:13;4347:6;4339;4332:22;4385:2;4374:9;4370:18;4363:25;;4447:2;4437:6;4434:1;4430:14;4419:9;4415:30;4411:39;4397:53;;4485:2;4477:6;4473:15;4506:1;4516:267;4530:6;4527:1;4524:13;4516:267;;;4623:2;4619:7;4607:9;4599:6;4595:22;4591:36;4586:3;4579:49;4651:52;4696:6;4687;4681:13;4651:52;:::i;:::-;4641:62;-1:-1:-1;4738:2:46;4761:12;;;;4726:15;;;;;4552:1;4545:9;4516:267;;;-1:-1:-1;4800:6:46;;3978:834;-1:-1:-1;;;;;;3978:834:46:o;4817:186::-;4876:6;4929:2;4917:9;4908:7;4904:23;4900:32;4897:52;;;4945:1;4942;4935:12;4897:52;4968:29;4987:9;4968:29;:::i;5674:474::-;5775:6;5783;5836:2;5824:9;5815:7;5811:23;5807:32;5804:52;;;5852:1;5849;5842:12;5804:52;5897:23;;;-1:-1:-1;5995:2:46;5980:18;;5967:32;6022:18;6011:30;;6008:50;;;6054:1;6051;6044:12;6008:50;6077:65;6134:7;6125:6;6114:9;6110:22;6077:65;:::i;:::-;6067:75;;;5674:474;;;;;:::o;6508:437::-;6587:1;6583:12;;;;6630;;;6651:61;;6705:4;6697:6;6693:17;6683:27;;6651:61;6758:2;6750:6;6747:14;6727:18;6724:38;6721:218;;-1:-1:-1;;;6792:1:46;6785:88;6896:4;6893:1;6886:15;6924:4;6921:1;6914:15;6721:218;;6508:437;;;:::o;7363:289::-;7402:3;7423:17;;;7420:197;;-1:-1:-1;;;7470:1:46;7463:88;7574:4;7571:1;7564:15;7602:4;7599:1;7592:15;7420:197;-1:-1:-1;7644:1:46;7633:13;;7363:289::o;7783:518::-;7885:2;7880:3;7877:11;7874:421;;;7921:5;7918:1;7911:16;7965:4;7962:1;7952:18;8035:2;8023:10;8019:19;8016:1;8012:27;8006:4;8002:38;8071:4;8059:10;8056:20;8053:47;;;-1:-1:-1;8094:4:46;8053:47;8149:2;8144:3;8140:12;8137:1;8133:20;8127:4;8123:31;8113:41;;8204:81;8222:2;8215:5;8212:13;8204:81;;;8281:1;8267:16;;8248:1;8237:13;8204:81;;7874:421;7783:518;;;:::o;8477:1299::-;8603:3;8597:10;8630:18;8622:6;8619:30;8616:56;;;8652:18;;:::i;:::-;8681:97;8771:6;8731:38;8763:4;8757:11;8731:38;:::i;:::-;8725:4;8681:97;:::i;:::-;8827:4;8858:2;8847:14;;8875:1;8870:649;;;;9563:1;9580:6;9577:89;;;-1:-1:-1;9632:19:46;;;9626:26;9577:89;-1:-1:-1;;8434:1:46;8430:11;;;8426:24;8422:29;8412:40;8458:1;8454:11;;;8409:57;9679:81;;8840:930;;8870:649;7730:1;7723:14;;;7767:4;7754:18;;-1:-1:-1;;8906:20:46;;;9024:222;9038:7;9035:1;9032:14;9024:222;;;9120:19;;;9114:26;9099:42;;9227:4;9212:20;;;;9180:1;9168:14;;;;9054:12;9024:222;;;9028:3;9274:6;9265:7;9262:19;9259:201;;;9335:19;;;9329:26;-1:-1:-1;;9418:1:46;9414:14;;;9430:3;9410:24;9406:37;9402:42;9387:58;9372:74;;9259:201;-1:-1:-1;;;;9506:1:46;9490:14;;;9486:22;9473:36;;-1:-1:-1;8477:1299:46:o;9947:1335::-;10161:6;10150:9;10143:25;10204:2;10199;10188:9;10184:18;10177:30;10249:6;10243:13;10238:2;10227:9;10223:18;10216:41;10124:4;10298;10290:6;10286:17;10341:4;10334;10323:9;10319:20;10312:34;10366:1;10399:12;10393:19;10435:36;10461:9;10435:36;:::i;:::-;10508:6;10502:3;10491:9;10487:19;10480:35;10546:4;10535:9;10531:20;10565:1;10560:160;;;;10734:1;10729:364;;;;10524:569;;10560:160;10628:3;10624:8;10613:9;10609:24;10603:3;10592:9;10588:19;10581:53;10706:3;10694:6;10687:14;10680:22;10677:1;10673:30;10662:9;10658:46;10654:56;10647:63;;10560:160;;10729:364;10760:12;10757:1;10750:23;10814:2;10811:1;10801:16;10839:1;10853:183;10867:6;10864:1;10861:13;10853:183;;;10961:14;;10936:17;;;10955:3;10932:27;10925:51;11017:4;11004:18;;;;10889:2;10882:10;10853:183;;;11060:17;;11079:3;11056:27;;-1:-1:-1;;10524:569:46;-1:-1:-1;;;11185:4:46;11173:17;;11167:24;-1:-1:-1;;;;;9877:59:46;-1:-1:-1;;;;;566:54:46;;11251:3;11236:19;;554:67;11102:90;-1:-1:-1;11273:3:46;9947:1335;-1:-1:-1;;;;;9947:1335:46:o;11287:184::-;-1:-1:-1;;;11336:1:46;11329:88;11436:4;11433:1;11426:15;11460:4;11457:1;11450:15;11880:331;11985:9;11996;12038:8;12026:10;12023:24;12020:44;;;12060:1;12057;12050:12;12020:44;12089:6;12079:8;12076:20;12073:40;;;12109:1;12106;12099:12;12073:40;-1:-1:-1;;12135:23:46;;;12180:25;;;;;-1:-1:-1;11880:331:46:o;12216:476::-;12336:19;;-1:-1:-1;;;;;;12373:75:46;;;12468:1;12460:10;;12457:229;;;-1:-1:-1;;;;;;12539:66:46;12532:3;12529:1;12525:11;12522:1;12518:19;12514:92;12510:2;12506:101;12502:174;12493:183;;12457:229;;12216:476;;;;:::o;12697:508::-;-1:-1:-1;;;;;12886:6:46;12882:55;12871:9;12864:74;12974:2;12969;12958:9;12954:18;12947:30;13013:6;13008:2;12997:9;12993:18;12986:34;13070:6;13062;13057:2;13046:9;13042:18;13029:48;13126:1;13097:22;;;13121:2;13093:31;;;13086:42;;;;13189:2;13168:15;;;-1:-1:-1;;13164:29:46;13149:45;13145:54;;12697:508;-1:-1:-1;;12697:508:46:o;13703:287::-;13832:3;13870:6;13864:13;13886:66;13945:6;13940:3;13933:4;13925:6;13921:17;13886:66;:::i;:::-;13968:16;;;;;13703:287;-1:-1:-1;;13703:287:46:o;13995:164::-;14071:13;;14120;;14113:21;14103:32;;14093:60;;14149:1;14146;14139:12;14164:359;14239:6;14247;14300:2;14288:9;14279:7;14275:23;14271:32;14268:52;;;14316:1;14313;14306:12;14268:52;14339:37;14366:9;14339:37;:::i;:::-;14329:47;;14419:2;14408:9;14404:18;14398:25;14463:10;14456:5;14452:22;14445:5;14442:33;14432:61;;14489:1;14486;14479:12;14432:61;14512:5;14502:15;;;14164:359;;;;;:::o;14528:202::-;14595:6;14648:2;14636:9;14627:7;14623:23;14619:32;14616:52;;;14664:1;14661;14654:12;14616:52;14687:37;14714:9;14687: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\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"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\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"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\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"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.ApplicationDto\",\"name\":\"dto\",\"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\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"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\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"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.ApplicationDto\",\"name\":\"dto\",\"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\":\"0x66d7e2083b868c0db6faf826bb47b65692443aff077b5b1b6b99ae56024a4fb2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://025f50a3d1835093bca29152c51ae121fceea850c66479c5601bae2a5b6f4b62\",\"dweb:/ipfs/QmSdPMjAgnk2JJBnpmSt9nCodye7agj5hBc75Zd8cPJ8dX\"]},\"@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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@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/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/ReentrancyGuard.sol\":{\"keccak256\":\"0x11a5a79827df29e915a12740caf62fe21ebe27c08c9ae3e09abe9ee3ba3866d3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3cf0c69ab827e3251db9ee6a50647d62c90ba580a4d7bbff21f2bea39e7b2f4a\",\"dweb:/ipfs/QmZiKwtKU1SBX4RGfQtY7PZfiapbbu6SZ9vizGQD9UHjRA\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]},\"contracts/ApplicationManager.sol\":{\"keccak256\":\"0xe1f1a6440045459fd9933d879a7b3d4fee6c14dec412bdf6d94e3f770abad1c5\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://ca55721f7eb47220df328cdd12135e5dd8a9aed06afeed2662be2247c01aff95\",\"dweb:/ipfs/QmeNcpei5jcdd6RHmBG91CJxFHBnbHUZZnTuxKToJeDNKA\"]},\"contracts/IApplicationManager.sol\":{\"keccak256\":\"0x87073e326d2a0fcc671e59c602e6de488adba0fbb5d5f8b4f2d9ebe6024aeae1\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://f42eff6d488bdaafccb6aed7108d363d01190871d75d7f7f0ed874e173677c24\",\"dweb:/ipfs/QmYmdC8SsLP5vwHtAsaou5FXipSmeVFBZVWB3NsYZNbTiQ\"]}},\"version\":1}" + } + }, + "contracts/IApplicationManager.sol": { + "IApplicationManager": { + "abi": [ + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint256", + "name": "id", + "type": "uint256" + }, + { + "components": [ + { + "internalType": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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.ApplicationDto", + "name": "dto", + "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": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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": "uint256", + "name": "id", + "type": "uint256" + }, + { + "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.ApplicationDto", + "name": "dto", + "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\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"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\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"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\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"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.ApplicationDto\",\"name\":\"dto\",\"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\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"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\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"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.ApplicationDto\",\"name\":\"dto\",\"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\":\"0x87073e326d2a0fcc671e59c602e6de488adba0fbb5d5f8b4f2d9ebe6024aeae1\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://f42eff6d488bdaafccb6aed7108d363d01190871d75d7f7f0ed874e173677c24\",\"dweb:/ipfs/QmYmdC8SsLP5vwHtAsaou5FXipSmeVFBZVWB3NsYZNbTiQ\"]}},\"version\":1}" + } + }, + "contracts/IOIDPermissionManager.sol": { + "IOIDPermissionManager": { + "abi": [ + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "bytes32", + "name": "key", + "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": "attestation_uid", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "grantPermission", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "key", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "hasPermission", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "attestation_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\":\"key\",\"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\":\"attestation_uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantPermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasPermission\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"attestation_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\":\"0x5e29b8a5f2ec6f9c715872b0d40ed5ac7538f511d7a7223cef4bb04bdb2ab187\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://d15dfc0c2bea3379de4342c7248923f8bc37ff7177c08fc1ae7e00cb7e7b0361\",\"dweb:/ipfs/QmbGFV2jYy5xKsGFfVC3QCYGcBoitXrudYYvyTAj9A5SgS\"]}},\"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": "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": [], + "name": "FailedCall", + "type": "error" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "balance", + "type": "uint256" + }, + { + "internalType": "uint256", + "name": "needed", + "type": "uint256" + } + ], + "name": "InsufficientBalance", + "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": "APPLICATION_MANAGER_ROLE", + "outputs": [ + { + "internalType": "uint64", + "name": "", + "type": "uint64" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "ATTESTATION_MANAGER_ROLE", + "outputs": [ + { + "internalType": "uint64", + "name": "", + "type": "uint64" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "PERMISSION_MANAGER_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": "initialAdmin", + "type": "address" + } + ], + "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": "6080604052348015600f57600080fd5b506133c88061001f6000396000f3fe60806040526004361061026a5760003560e01c806375b238fc11610153578063b7009613116100cb578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c61461080b578063f801a6981461082b578063fe0776f51461086557600080fd5b8063d1f856ee146107cb578063d22b5989146107eb57600080fd5b8063c4d66de8116100b0578063c4d66de814610780578063cc1b6c81146107a0578063cfef5e83146107b657600080fd5b8063b700961314610724578063b7d2b1621461076057600080fd5b806394c7d7ee11610122578063a64d95ce11610107578063a64d95ce146106a9578063abd9bd2a146106c9578063ac9650d8146106f757600080fd5b806394c7d7ee14610629578063a166aa891461064957600080fd5b806375b238fc146105ca57806377de1131146105df5780638129fc1c146105f4578063853551b81461060957600080fd5b806330cae187116101e65780634665096d116101b5578063529629521161019a578063529629521461052e578063530dd4561461054e5780636d5115bd146105aa57600080fd5b80634665096d146104f85780634c1da1e21461050e57600080fd5b806330cae187146104295780633adc277a146104495780633ca7c02a146104805780634136a33c1461049c57600080fd5b8063167bd3951161023d5780631cff79cd116102225780631cff79cd1461039c57806325c471a0146103af5780633078f114146103cf57600080fd5b8063167bd3951461035c57806318ff183c1461037c57600080fd5b80630125a4251461026f57806308d6122d146102a25780630b0a93ba146102c457806312be872714610327575b600080fd5b34801561027b57600080fd5b50610284600381565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102ae57600080fd5b506102c26102bd366004612c02565b610885565b005b3480156102d057600080fd5b506102846102df366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad016020526040902060010154600160401b90041690565b34801561033357600080fd5b50610347610342366004612c69565b6108d8565b60405163ffffffff9091168152602001610299565b34801561036857600080fd5b506102c2610377366004612c84565b610944565b34801561038857600080fd5b506102c2610397366004612cc2565b61095a565b6103476103aa366004612d32565b6109da565b3480156103bb57600080fd5b506102c26103ca366004612d9b565b610b79565b3480156103db57600080fd5b506103ef6103ea366004612de0565b610b9b565b604051610299949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b34801561043557600080fd5b506102c2610444366004612dfc565b610c33565b34801561045557600080fd5b50610469610464366004612e2f565b610c45565b60405165ffffffffffff9091168152602001610299565b34801561048c57600080fd5b5061028467ffffffffffffffff81565b3480156104a857600080fd5b506103476104b7366004612e2f565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561050457600080fd5b5062093a80610347565b34801561051a57600080fd5b50610347610529366004612e48565b610ca9565b34801561053a57600080fd5b506102c2610549366004612dfc565b610ce6565b34801561055a57600080fd5b50610284610569366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b3480156105b657600080fd5b506102846105c5366004612e7b565b610cf8565b3480156105d657600080fd5b50610284600081565b3480156105eb57600080fd5b50610284600181565b34801561060057600080fd5b506102c2610d44565b34801561061557600080fd5b506102c2610624366004612ea9565b610e5c565b34801561063557600080fd5b506102c2610644366004612d32565b610ef7565b34801561065557600080fd5b50610699610664366004612e48565b6001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b6040519015158152602001610299565b3480156106b557600080fd5b506102c26106c4366004612ec7565b610fd5565b3480156106d557600080fd5b506106e96106e4366004612ef1565b610fe7565b604051908152602001610299565b34801561070357600080fd5b50610717610712366004612f56565b611020565b6040516102999190612fbc565b34801561073057600080fd5b5061074461073f36600461303c565b611108565b60408051921515835263ffffffff909116602083015201610299565b34801561076c57600080fd5b506102c261077b366004612de0565b611215565b34801561078c57600080fd5b506102c261079b366004612e48565b61122c565b3480156107ac57600080fd5b5062069780610347565b3480156107c257600080fd5b50610284600281565b3480156107d757600080fd5b506107446107e6366004612de0565b611345565b3480156107f757600080fd5b506102c2610806366004613087565b6113c3565b34801561081757600080fd5b50610347610826366004612ef1565b6113d5565b34801561083757600080fd5b5061084b6108463660046130a5565b61155f565b6040805192835263ffffffff909116602083015201610299565b34801561087157600080fd5b506102c2610880366004612de0565b61170c565b61088d61174e565b60005b828110156108d1576108c9858585848181106108ae576108ae613118565b90506020020160208101906108c3919061312e565b846117e3565b600101610890565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206133738339815191529061093d90600160801b90046001600160701b0316611879565b9392505050565b61094c61174e565b6109568282611898565b5050565b61096261174e565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156109be57600080fd5b505af11580156109d2573d6000803e3d6000fd5b505050505050565b60006000805160206133738339815191523382806109fa8389898961191a565b9150915081158015610a10575063ffffffff8116155b15610a7c578288610a21898961196d565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b6000610a8a848a8a8a610fe7565b9050600063ffffffff8316151580610ab15750610aa682610c45565b65ffffffffffff1615155b15610ac257610abf82611985565b90505b6003860154610b178b610ad58c8c61196d565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610b618b8b8b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250349250611aec915050565b50600390960195909555509293505050509392505050565b610b8161174e565b610b958383610b8f866108d8565b84611ba9565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff811692918291829160008051602061337383398151915291610c2490660100000000000090046001600160701b0316611e34565b979a9199509750945050505050565b610c3b61174e565b6109568282611e57565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff16610c9481611f10565b610c9e5780610ca1565b60005b949350505050565b6001600160a01b03811660009081526000805160206133738339815191526020819052604082206001015461093d906001600160701b0316611879565b610cee61174e565b6109568282611f3f565b6001600160a01b0382166000908152600080516020613373833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015610d8a5750825b905060008267ffffffffffffffff166001148015610da75750303b155b905081158015610db5575080155b15610dd35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e0257845468ff00000000000000001916600160401b1785555b610e0b33612015565b83156108d157845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610e6461174e565b67ffffffffffffffff83161580610e84575067ffffffffffffffff838116145b15610eae5760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610eea929190613174565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610f51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f759190613188565b6001600160e01b03191614610fc1576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b0382166004820152602401610a73565b6108d1610fd085838686610fe7565b611985565b610fdd61174e565b6109568282612029565b60008484848460405160200161100094939291906131a5565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff81111561104b5761104b613217565b60405190808252806020026020018201604052801561107e57816020015b60608152602001906001900390816110695790505b50915060005b83811015611100576110db308686848181106110a2576110a2613118565b90506020028101906110b4919061322d565b856040516020016110c793929190613274565b60405160208183030381529060405261216b565b8382815181106110ed576110ed613118565b6020908102919091010152600101611084565b505092915050565b600080611144846001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b156111545750600090508061120d565b306001600160a01b038616036111cf57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061120d565b60006111db8585610cf8565b90506000806111ea8389611345565b91509150816111fb57600080611205565b63ffffffff811615815b945094505050505b935093915050565b61121d61174e565b61122782826121e1565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156112725750825b905060008267ffffffffffffffff16600114801561128f5750303b155b90508115801561129d575080155b156112bb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112ea57845468ff00000000000000001916600160401b1785555b6112f386612015565b83156109d257845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60008067fffffffffffffffe1967ffffffffffffffff85160161136e57506001905060006113bc565b60008061137b8686610b9b565b5050915091508165ffffffffffff166000141580156113b1575061139d6122f5565b65ffffffffffff168265ffffffffffff1611155b935091506113bc9050565b9250929050565b6113cb61174e565b6109568282612305565b600060008051602061337383398151915233826113f2868661196d565b9050600061140289898989610fe7565b600081815260028601602052604081205491925065ffffffffffff90911690036114425760405163060a299b60e41b815260048101829052602401610a73565b826001600160a01b0316896001600160a01b0316146114f7576000611468600085611345565b509050600061148361147d6102df8c87610cf8565b86611345565b50905081158015611492575080155b156114f4576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b031985166064820152608401610a73565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b600080600080516020613373833981519152338261157f828a8a8a61191a565b91505060008163ffffffff166115936122f5565b61159d919061329b565b905063ffffffff821615806115d4575060008765ffffffffffff161180156115d457508065ffffffffffff168765ffffffffffff16105b156115e557828a610a218b8b61196d565b6115ff8765ffffffffffff168265ffffffffffff166123d4565b965061160d838b8b8b610fe7565b9550611618866123e4565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e6040516116f79594939291906132b9565b60405180910390a35050505094509492505050565b6001600160a01b038116331461121d576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360008061175d838236612479565b9150915081611227578063ffffffff166000036117d357600061178081366125c5565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff821660248201529092506044019050610a73565b610b95610fd08430600036610fe7565b60006000805160206133738339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b60008061188e836001600160701b0316611e34565b5090949350505050565b6001600160a01b0382166000818152600080516020613373833981519152602081815260409283902060010180546eff00000000000000000000000000001916600160701b8715159081029190911790915592519283529092917f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb1389101610eea565b600080306001600160a01b0386160361194157611938868585612479565b91509150611964565b6004831061195d57611958868661073f878761196d565b611938565b5060009050805b94509492505050565b600061197c60048284866131ed565b61093d91613304565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff8116906601000000000000900463ffffffff16818403611a005760405163060a299b60e41b815260048101869052602401610a73565b611a086122f5565b65ffffffffffff168265ffffffffffff161115611a54576040517f18cb6b7a00000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b611a5d82611f10565b15611a97576040517f78a5d6e400000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b606081471015611b31576040517fcf47918100000000000000000000000000000000000000000000000000000000815247600482015260248101839052604401610a73565b600080856001600160a01b03168486604051611b4d919061333a565b60006040518083038185875af1925050503d8060008114611b8a576040519150601f19603f3d011682016040523d82523d6000602084013e611b8f565b606091505b5091509150611b9f8683836128d0565b9695505050505050565b600060008051602061337383398151915267ffffffffffffffff861667fffffffffffffffe1901611bf95760405163061c6a4360e21b815267ffffffffffffffff87166004820152602401610a73565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611d01578563ffffffff16611c486122f5565b611c52919061329b565b905060405180604001604052808265ffffffffffff168152602001611c808763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611dc4565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611d519166010000000000009091046001600160701b0316908790612945565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611e4a84611e456122f5565b6129ef565b9250925092509193909250565b60008051602061337383398151915267ffffffffffffffff83161580611e86575067ffffffffffffffff838116145b15611eb05760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611f1a6122f5565b65ffffffffffff16611f2f62093a808461329b565b65ffffffffffff16111592915050565b60008051602061337383398151915267ffffffffffffffff83161580611f6e575067ffffffffffffffff838116145b15611f985760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff16600160401b958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b61201d612a3c565b61202681612aa0565b50565b60008051602061337383398151915267ffffffffffffffff831667fffffffffffffffe19016120775760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff8316600090815260018281016020526040822001546120b390600160801b90046001600160701b03168462069780612945565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b489061215d908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612188919061333a565b600060405180830381855af49150503d80600081146121c3576040519150601f19603f3d011682016040523d82523d6000602084013e6121c8565b606091505b50915091506121d88583836128d0565b95945050505050565b600060008051602061337383398151915267ffffffffffffffff841667fffffffffffffffe19016122315760405163061c6a4360e21b815267ffffffffffffffff85166004820152602401610a73565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612279576000915050610d3e565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061230042612af9565b905090565b6001600160a01b03821660009081526000805160206133738339815191526020819052604082206001015490919061234a906001600160701b03168462069780612945565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c910161215d565b600082821882841102821861093d565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206133738339815191529065ffffffffffff16801580159061243f575061243d81611f10565b155b15611227576040517f813e945900000000000000000000000000000000000000000000000000000000815260048101849052602401610a73565b60008060048310156124905750600090508061120d565b306001600160a01b03861603612513576111c4306124ae868661196d565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b600080600061252287876125c5565b9250925092508215801561255c57503060009081526000805160206133738339815191526020526040902060010154600160701b900460ff165b15612570576000809450945050505061120d565b60008061257d848b611345565b91509150816125975760008096509650505050505061120d565b6125ad8363ffffffff168263ffffffff166123d4565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156125e0575060009150819050806128c9565b60006125ec868661196d565b90506001600160e01b031981167f853551b800000000000000000000000000000000000000000000000000000000148061264f57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b8061268357506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b806126b757506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b806126eb57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b15612701576001600080935093509350506128c9565b6001600160e01b031981167f18ff183c00000000000000000000000000000000000000000000000000000000148061276257506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b8061279657506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b156127d85760006127ab60246004888a6131ed565b8101906127b89190612e48565b905060006127c582610ca9565b600196506000955093506128c992505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061283957506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156128b357600061284e60246004888a6131ed565b81019061285b9190612c69565b905060016128a48267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b600094509450945050506128c9565b60006128bf3083610cf8565b6000935093509350505b9250925092565b6060826128e5576128e082612b49565b61093d565b81511580156128fc57506001600160a01b0384163b155b1561293e576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b0385166004820152602401610a73565b508061093d565b600080600061295c866001600160701b0316611879565b905060006129998563ffffffff168763ffffffff168463ffffffff161161298457600061298e565b61298e8885613356565b63ffffffff166123d4565b90508063ffffffff166129aa6122f5565b6129b4919061329b565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b69ffffffffffffffffffff602083901c166001600160701b03831665ffffffffffff604085901c8116908416811115612a2a57828282612a2f565b816000805b9250925092509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612a9e576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b612aa8612a3c565b6001600160a01b038116612aeb576040517f0813ada200000000000000000000000000000000000000000000000000000000815260006004820152602401610a73565b610956600082600080611ba9565b600065ffffffffffff821115612b45576040517f6dfcc6500000000000000000000000000000000000000000000000000000000081526030600482015260248101839052604401610a73565b5090565b805115612b595780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116811461202657600080fd5b60008083601f840112612bb257600080fd5b50813567ffffffffffffffff811115612bca57600080fd5b6020830191508360208260051b85010111156113bc57600080fd5b803567ffffffffffffffff81168114612bfd57600080fd5b919050565b60008060008060608587031215612c1857600080fd5b8435612c2381612b8b565b9350602085013567ffffffffffffffff811115612c3f57600080fd5b612c4b87828801612ba0565b9094509250612c5e905060408601612be5565b905092959194509250565b600060208284031215612c7b57600080fd5b61093d82612be5565b60008060408385031215612c9757600080fd5b8235612ca281612b8b565b915060208301358015158114612cb757600080fd5b809150509250929050565b60008060408385031215612cd557600080fd5b8235612ce081612b8b565b91506020830135612cb781612b8b565b60008083601f840112612d0257600080fd5b50813567ffffffffffffffff811115612d1a57600080fd5b6020830191508360208285010111156113bc57600080fd5b600080600060408486031215612d4757600080fd5b8335612d5281612b8b565b9250602084013567ffffffffffffffff811115612d6e57600080fd5b612d7a86828701612cf0565b9497909650939450505050565b803563ffffffff81168114612bfd57600080fd5b600080600060608486031215612db057600080fd5b612db984612be5565b92506020840135612dc981612b8b565b9150612dd760408501612d87565b90509250925092565b60008060408385031215612df357600080fd5b612ce083612be5565b60008060408385031215612e0f57600080fd5b612e1883612be5565b9150612e2660208401612be5565b90509250929050565b600060208284031215612e4157600080fd5b5035919050565b600060208284031215612e5a57600080fd5b813561093d81612b8b565b6001600160e01b03198116811461202657600080fd5b60008060408385031215612e8e57600080fd5b8235612e9981612b8b565b91506020830135612cb781612e65565b600080600060408486031215612ebe57600080fd5b612d5284612be5565b60008060408385031215612eda57600080fd5b612ee383612be5565b9150612e2660208401612d87565b60008060008060608587031215612f0757600080fd5b8435612f1281612b8b565b93506020850135612f2281612b8b565b9250604085013567ffffffffffffffff811115612f3e57600080fd5b612f4a87828801612cf0565b95989497509550505050565b60008060208385031215612f6957600080fd5b823567ffffffffffffffff811115612f8057600080fd5b612f8c85828601612ba0565b90969095509350505050565b60005b83811015612fb3578181015183820152602001612f9b565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561303057603f198786030184528151805180875261300d816020890160208501612f98565b601f01601f19169590950160209081019550938401939190910190600101612fe4565b50929695505050505050565b60008060006060848603121561305157600080fd5b833561305c81612b8b565b9250602084013561306c81612b8b565b9150604084013561307c81612e65565b809150509250925092565b6000806040838503121561309a57600080fd5b8235612ee381612b8b565b600080600080606085870312156130bb57600080fd5b84356130c681612b8b565b9350602085013567ffffffffffffffff8111156130e257600080fd5b6130ee87828801612cf0565b909450925050604085013565ffffffffffff8116811461310d57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561314057600080fd5b813561093d81612e65565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610ca160208301848661314b565b60006020828403121561319a57600080fd5b815161093d81612e65565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611b9f60608301848661314b565b634e487b7160e01b600052601160045260246000fd5b600080858511156131fd57600080fd5b8386111561320a57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e1984360301811261324457600080fd5b83018035915067ffffffffffffffff82111561325f57600080fd5b6020019150368190038213156113bc57600080fd5b828482376000838201600081528351613291818360208801612f98565b0195945050505050565b65ffffffffffff8181168382160190811115610d3e57610d3e6131d7565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b03841660408201526080606082015260006132f960808301848661314b565b979650505050505050565b80356001600160e01b03198116906004841015613333576001600160e01b0319808560040360031b1b82161691505b5092915050565b6000825161334c818460208701612f98565b9190910192915050565b63ffffffff8281168282160390811115610d3e57610d3e6131d756fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a264697066735822122036bfeac2edd6be5c8b28c46f05c20c4a0d69c451c3c1e650dbf4170f8224f0c964736f6c634300081a0033", + "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x33C8 DUP1 PUSH2 0x1F PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x26A JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x75B238FC GT PUSH2 0x153 JUMPI DUP1 PUSH4 0xB7009613 GT PUSH2 0xCB JUMPI DUP1 PUSH4 0xD1F856EE GT PUSH2 0x7F JUMPI DUP1 PUSH4 0xD6BB62C6 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xD6BB62C6 EQ PUSH2 0x80B JUMPI DUP1 PUSH4 0xF801A698 EQ PUSH2 0x82B JUMPI DUP1 PUSH4 0xFE0776F5 EQ PUSH2 0x865 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD1F856EE EQ PUSH2 0x7CB JUMPI DUP1 PUSH4 0xD22B5989 EQ PUSH2 0x7EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xC4D66DE8 GT PUSH2 0xB0 JUMPI DUP1 PUSH4 0xC4D66DE8 EQ PUSH2 0x780 JUMPI DUP1 PUSH4 0xCC1B6C81 EQ PUSH2 0x7A0 JUMPI DUP1 PUSH4 0xCFEF5E83 EQ PUSH2 0x7B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB7009613 EQ PUSH2 0x724 JUMPI DUP1 PUSH4 0xB7D2B162 EQ PUSH2 0x760 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x94C7D7EE GT PUSH2 0x122 JUMPI DUP1 PUSH4 0xA64D95CE GT PUSH2 0x107 JUMPI DUP1 PUSH4 0xA64D95CE EQ PUSH2 0x6A9 JUMPI DUP1 PUSH4 0xABD9BD2A EQ PUSH2 0x6C9 JUMPI DUP1 PUSH4 0xAC9650D8 EQ PUSH2 0x6F7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x94C7D7EE EQ PUSH2 0x629 JUMPI DUP1 PUSH4 0xA166AA89 EQ PUSH2 0x649 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x75B238FC EQ PUSH2 0x5CA JUMPI DUP1 PUSH4 0x77DE1131 EQ PUSH2 0x5DF JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x5F4 JUMPI DUP1 PUSH4 0x853551B8 EQ PUSH2 0x609 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 GT PUSH2 0x1E6 JUMPI DUP1 PUSH4 0x4665096D GT PUSH2 0x1B5 JUMPI DUP1 PUSH4 0x52962952 GT PUSH2 0x19A JUMPI DUP1 PUSH4 0x52962952 EQ PUSH2 0x52E JUMPI DUP1 PUSH4 0x530DD456 EQ PUSH2 0x54E JUMPI DUP1 PUSH4 0x6D5115BD EQ PUSH2 0x5AA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x4665096D EQ PUSH2 0x4F8 JUMPI DUP1 PUSH4 0x4C1DA1E2 EQ PUSH2 0x50E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 EQ PUSH2 0x429 JUMPI DUP1 PUSH4 0x3ADC277A EQ PUSH2 0x449 JUMPI DUP1 PUSH4 0x3CA7C02A EQ PUSH2 0x480 JUMPI DUP1 PUSH4 0x4136A33C EQ PUSH2 0x49C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x167BD395 GT PUSH2 0x23D JUMPI DUP1 PUSH4 0x1CFF79CD GT PUSH2 0x222 JUMPI DUP1 PUSH4 0x1CFF79CD EQ PUSH2 0x39C JUMPI DUP1 PUSH4 0x25C471A0 EQ PUSH2 0x3AF JUMPI DUP1 PUSH4 0x3078F114 EQ PUSH2 0x3CF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x167BD395 EQ PUSH2 0x35C JUMPI DUP1 PUSH4 0x18FF183C EQ PUSH2 0x37C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x125A425 EQ PUSH2 0x26F JUMPI DUP1 PUSH4 0x8D6122D EQ PUSH2 0x2A2 JUMPI DUP1 PUSH4 0xB0A93BA EQ PUSH2 0x2C4 JUMPI DUP1 PUSH4 0x12BE8727 EQ PUSH2 0x327 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x27B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x3 DUP2 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 0x2AE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x2BD CALLDATASIZE PUSH1 0x4 PUSH2 0x2C02 JUMP JUMPDEST PUSH2 0x885 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2D0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x2DF CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 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 PUSH1 0x1 PUSH1 0x40 SHL SWAP1 DIV AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x333 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x342 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 JUMP JUMPDEST PUSH2 0x8D8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x368 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x377 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C84 JUMP JUMPDEST PUSH2 0x944 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x388 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x397 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CC2 JUMP JUMPDEST PUSH2 0x95A JUMP JUMPDEST PUSH2 0x347 PUSH2 0x3AA CALLDATASIZE PUSH1 0x4 PUSH2 0x2D32 JUMP JUMPDEST PUSH2 0x9DA JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x3CA CALLDATASIZE PUSH1 0x4 PUSH2 0x2D9B JUMP JUMPDEST PUSH2 0xB79 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3DB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3EF PUSH2 0x3EA CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0xB9B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x299 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 0x435 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x444 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DFC JUMP JUMPDEST PUSH2 0xC33 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x455 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x469 PUSH2 0x464 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E2F JUMP JUMPDEST PUSH2 0xC45 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x48C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4A8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x4B7 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E2F 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 0x504 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x93A80 PUSH2 0x347 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x51A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x529 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH2 0xCA9 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x53A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x549 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DFC JUMP JUMPDEST PUSH2 0xCE6 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x55A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x569 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 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 0x5B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x5C5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E7B JUMP JUMPDEST PUSH2 0xCF8 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5D6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x0 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x1 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x600 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0xD44 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x615 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x624 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EA9 JUMP JUMPDEST PUSH2 0xE5C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x635 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x644 CALLDATASIZE PUSH1 0x4 PUSH2 0x2D32 JUMP JUMPDEST PUSH2 0xEF7 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x655 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x699 PUSH2 0x664 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x6C4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EC7 JUMP JUMPDEST PUSH2 0xFD5 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6D5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x6E9 PUSH2 0x6E4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EF1 JUMP JUMPDEST PUSH2 0xFE7 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x703 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x717 PUSH2 0x712 CALLDATASIZE PUSH1 0x4 PUSH2 0x2F56 JUMP JUMPDEST PUSH2 0x1020 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x299 SWAP2 SWAP1 PUSH2 0x2FBC JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x744 PUSH2 0x73F CALLDATASIZE PUSH1 0x4 PUSH2 0x303C JUMP JUMPDEST PUSH2 0x1108 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 ISZERO ISZERO DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x76C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x77B CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x1215 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x78C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x79B CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH2 0x122C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7AC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x69780 PUSH2 0x347 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7C2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x2 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7D7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x744 PUSH2 0x7E6 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x1345 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7F7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x806 CALLDATASIZE PUSH1 0x4 PUSH2 0x3087 JUMP JUMPDEST PUSH2 0x13C3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x817 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x826 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EF1 JUMP JUMPDEST PUSH2 0x13D5 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x837 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x84B PUSH2 0x846 CALLDATASIZE PUSH1 0x4 PUSH2 0x30A5 JUMP JUMPDEST PUSH2 0x155F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x871 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x880 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x170C JUMP JUMPDEST PUSH2 0x88D PUSH2 0x174E JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8D1 JUMPI PUSH2 0x8C9 DUP6 DUP6 DUP6 DUP5 DUP2 DUP2 LT PUSH2 0x8AE JUMPI PUSH2 0x8AE PUSH2 0x3118 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD PUSH1 0x20 DUP2 ADD SWAP1 PUSH2 0x8C3 SWAP2 SWAP1 PUSH2 0x312E JUMP JUMPDEST DUP5 PUSH2 0x17E3 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x890 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH2 0x93D SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x94C PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1898 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH2 0x962 PUSH2 0x174E 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 0x9BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x9D2 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 DUP1 PUSH2 0x9FA DUP4 DUP10 DUP10 DUP10 PUSH2 0x191A JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0xA10 JUMPI POP PUSH4 0xFFFFFFFF DUP2 AND ISZERO JUMPDEST ISZERO PUSH2 0xA7C JUMPI DUP3 DUP9 PUSH2 0xA21 DUP10 DUP10 PUSH2 0x196D 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 0xA8A DUP5 DUP11 DUP11 DUP11 PUSH2 0xFE7 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH4 0xFFFFFFFF DUP4 AND ISZERO ISZERO DUP1 PUSH2 0xAB1 JUMPI POP PUSH2 0xAA6 DUP3 PUSH2 0xC45 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND ISZERO ISZERO JUMPDEST ISZERO PUSH2 0xAC2 JUMPI PUSH2 0xABF DUP3 PUSH2 0x1985 JUMP JUMPDEST SWAP1 POP JUMPDEST PUSH1 0x3 DUP7 ADD SLOAD PUSH2 0xB17 DUP12 PUSH2 0xAD5 DUP13 DUP13 PUSH2 0x196D 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 0xB61 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 0x1AEC 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 0xB81 PUSH2 0x174E JUMP JUMPDEST PUSH2 0xB95 DUP4 DUP4 PUSH2 0xB8F DUP7 PUSH2 0x8D8 JUMP JUMPDEST DUP5 PUSH2 0x1BA9 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP2 PUSH2 0xC24 SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1E34 JUMP JUMPDEST SWAP8 SWAP11 SWAP2 SWAP10 POP SWAP8 POP SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xC3B PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1E57 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0xC94 DUP2 PUSH2 0x1F10 JUMP JUMPDEST PUSH2 0xC9E JUMPI DUP1 PUSH2 0xCA1 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH2 0x93D SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST PUSH2 0xCEE PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1F3F JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 PUSH1 0x1 PUSH1 0x40 SHL DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0xD8A JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0xDA7 JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0xDB5 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0xDD3 JUMPI PUSH1 0x40 MLOAD PUSH4 0xF92EE8A9 PUSH1 0xE0 SHL 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 0xE02 JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH1 0x1 PUSH1 0x40 SHL OR DUP6 SSTORE JUMPDEST PUSH2 0xE0B CALLER PUSH2 0x2015 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x8D1 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 0xE64 PUSH2 0x174E JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0xE84 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0xEAE JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH32 0x1256F5B5ECB89CAEC12DB449738F2FBCD1BA5806CF38F35413F4E5C15BF6A450 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0xEEA SWAP3 SWAP2 SWAP1 PUSH2 0x3174 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 0xF51 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 0xF75 SWAP2 SWAP1 PUSH2 0x3188 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND EQ PUSH2 0xFC1 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 0xA73 JUMP JUMPDEST PUSH2 0x8D1 PUSH2 0xFD0 DUP6 DUP4 DUP7 DUP7 PUSH2 0xFE7 JUMP JUMPDEST PUSH2 0x1985 JUMP JUMPDEST PUSH2 0xFDD PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x2029 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 DUP5 DUP5 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x1000 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x31A5 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 0x104B JUMPI PUSH2 0x104B PUSH2 0x3217 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x107E JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x1069 JUMPI SWAP1 POP JUMPDEST POP SWAP2 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1100 JUMPI PUSH2 0x10DB ADDRESS DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0x10A2 JUMPI PUSH2 0x10A2 PUSH2 0x3118 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x10B4 SWAP2 SWAP1 PUSH2 0x322D JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x10C7 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x216B JUMP JUMPDEST DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x10ED JUMPI PUSH2 0x10ED PUSH2 0x3118 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0x1084 JUMP JUMPDEST POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x1144 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x1154 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x120D JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x11CF 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 0x120D JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11DB DUP6 DUP6 PUSH2 0xCF8 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 PUSH2 0x11EA DUP4 DUP10 PUSH2 0x1345 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x11FB JUMPI PUSH1 0x0 DUP1 PUSH2 0x1205 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 0x121D PUSH2 0x174E JUMP JUMPDEST PUSH2 0x1227 DUP3 DUP3 PUSH2 0x21E1 JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 DUP1 SLOAD PUSH1 0x1 PUSH1 0x40 SHL DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0x1272 JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0x128F JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x129D JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x12BB JUMPI PUSH1 0x40 MLOAD PUSH4 0xF92EE8A9 PUSH1 0xE0 SHL 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 0x12EA JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH1 0x1 PUSH1 0x40 SHL OR DUP6 SSTORE JUMPDEST PUSH2 0x12F3 DUP7 PUSH2 0x2015 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x9D2 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 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH8 0xFFFFFFFFFFFFFFFE NOT PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND ADD PUSH2 0x136E JUMPI POP PUSH1 0x1 SWAP1 POP PUSH1 0x0 PUSH2 0x13BC JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x137B DUP7 DUP7 PUSH2 0xB9B JUMP JUMPDEST POP POP SWAP2 POP SWAP2 POP DUP2 PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x0 EQ ISZERO DUP1 ISZERO PUSH2 0x13B1 JUMPI POP PUSH2 0x139D PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO JUMPDEST SWAP4 POP SWAP2 POP PUSH2 0x13BC SWAP1 POP JUMP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x13CB PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x2305 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x13F2 DUP7 DUP7 PUSH2 0x196D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x1402 DUP10 DUP10 DUP10 DUP10 PUSH2 0xFE7 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 0x1442 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x14F7 JUMPI PUSH1 0x0 PUSH2 0x1468 PUSH1 0x0 DUP6 PUSH2 0x1345 JUMP JUMPDEST POP SWAP1 POP PUSH1 0x0 PUSH2 0x1483 PUSH2 0x147D PUSH2 0x2DF DUP13 DUP8 PUSH2 0xCF8 JUMP JUMPDEST DUP7 PUSH2 0x1345 JUMP JUMPDEST POP SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x1492 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x14F4 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 0xA73 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x157F DUP3 DUP11 DUP11 DUP11 PUSH2 0x191A JUMP JUMPDEST SWAP2 POP POP PUSH1 0x0 DUP2 PUSH4 0xFFFFFFFF AND PUSH2 0x1593 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x159D SWAP2 SWAP1 PUSH2 0x329B JUMP JUMPDEST SWAP1 POP PUSH4 0xFFFFFFFF DUP3 AND ISZERO DUP1 PUSH2 0x15D4 JUMPI POP PUSH1 0x0 DUP8 PUSH6 0xFFFFFFFFFFFF AND GT DUP1 ISZERO PUSH2 0x15D4 JUMPI POP DUP1 PUSH6 0xFFFFFFFFFFFF AND DUP8 PUSH6 0xFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0x15E5 JUMPI DUP3 DUP11 PUSH2 0xA21 DUP12 DUP12 PUSH2 0x196D JUMP JUMPDEST PUSH2 0x15FF DUP8 PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x23D4 JUMP JUMPDEST SWAP7 POP PUSH2 0x160D DUP4 DUP12 DUP12 DUP12 PUSH2 0xFE7 JUMP JUMPDEST SWAP6 POP PUSH2 0x1618 DUP7 PUSH2 0x23E4 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 0x16F7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x32B9 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 0x121D 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 0x175D DUP4 DUP3 CALLDATASIZE PUSH2 0x2479 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1227 JUMPI DUP1 PUSH4 0xFFFFFFFF AND PUSH1 0x0 SUB PUSH2 0x17D3 JUMPI PUSH1 0x0 PUSH2 0x1780 DUP2 CALLDATASIZE PUSH2 0x25C5 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 0xA73 JUMP JUMPDEST PUSH2 0xB95 PUSH2 0xFD0 DUP5 ADDRESS PUSH1 0x0 CALLDATASIZE PUSH2 0xFE7 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x188E DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1E34 JUMP JUMPDEST POP SWAP1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH15 0xFF0000000000000000000000000000 NOT AND PUSH1 0x1 PUSH1 0x70 SHL DUP8 ISZERO ISZERO SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 OR SWAP1 SWAP2 SSTORE SWAP3 MLOAD SWAP3 DUP4 MSTORE SWAP1 SWAP3 SWAP2 PUSH32 0x90D4E7BB7E5D933792B3562E1741306F8BE94837E1348DACEF9B6F1DF56EB138 SWAP2 ADD PUSH2 0xEEA JUMP JUMPDEST PUSH1 0x0 DUP1 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x1941 JUMPI PUSH2 0x1938 DUP7 DUP6 DUP6 PUSH2 0x2479 JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x1964 JUMP JUMPDEST PUSH1 0x4 DUP4 LT PUSH2 0x195D JUMPI PUSH2 0x1958 DUP7 DUP7 PUSH2 0x73F DUP8 DUP8 PUSH2 0x196D JUMP JUMPDEST PUSH2 0x1938 JUMP JUMPDEST POP PUSH1 0x0 SWAP1 POP DUP1 JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x197C PUSH1 0x4 DUP3 DUP5 DUP7 PUSH2 0x31ED JUMP JUMPDEST PUSH2 0x93D SWAP2 PUSH2 0x3304 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 DUP5 SUB PUSH2 0x1A00 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x1A08 PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO PUSH2 0x1A54 JUMPI PUSH1 0x40 MLOAD PUSH32 0x18CB6B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x1A5D DUP3 PUSH2 0x1F10 JUMP JUMPDEST ISZERO PUSH2 0x1A97 JUMPI PUSH1 0x40 MLOAD PUSH32 0x78A5D6E400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1B31 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCF47918100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE SELFBALANCE PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x44 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 DUP7 PUSH1 0x40 MLOAD PUSH2 0x1B4D SWAP2 SWAP1 PUSH2 0x333A 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 0x1B8A 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 0x1B8F JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x1B9F DUP7 DUP4 DUP4 PUSH2 0x28D0 JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1BF9 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1D01 JUMPI DUP6 PUSH4 0xFFFFFFFF AND PUSH2 0x1C48 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x1C52 SWAP2 SWAP1 PUSH2 0x329B 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 0x1C80 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 0x1DC4 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 0x1D51 SWAP2 PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND SWAP1 DUP8 SWAP1 PUSH2 0x2945 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 0x1E4A DUP5 PUSH2 0x1E45 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x29EF JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP2 SWAP4 SWAP1 SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1E86 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1EB0 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1F1A PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x1F2F PUSH3 0x93A80 DUP5 PUSH2 0x329B JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND GT ISZERO SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1F6E JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1F98 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 PUSH1 0x1 PUSH1 0x40 SHL SWAP6 DUP9 AND SWAP6 DUP7 MUL OR SWAP1 SSTORE MLOAD PUSH32 0x7A8059630B897B5DE4C08ADE69F8B90C3EAD1F8596D62D10B6C4D14A0AFB4AE2 SWAP2 SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH2 0x201D PUSH2 0x2A3C JUMP JUMPDEST PUSH2 0x2026 DUP2 PUSH2 0x2AA0 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2077 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x20B3 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x2945 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 0x215D 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 0x2188 SWAP2 SWAP1 PUSH2 0x333A JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x21C3 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 0x21C8 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x21D8 DUP6 DUP4 DUP4 PUSH2 0x28D0 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2231 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x2279 JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0xD3E 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 0x2300 TIMESTAMP PUSH2 0x2AF9 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD SWAP1 SWAP2 SWAP1 PUSH2 0x234A SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x2945 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 0x215D JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 XOR DUP3 DUP5 GT MUL DUP3 XOR PUSH2 0x93D JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x243F JUMPI POP PUSH2 0x243D DUP2 PUSH2 0x1F10 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x1227 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813E945900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x4 DUP4 LT ISZERO PUSH2 0x2490 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x120D JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x2513 JUMPI PUSH2 0x11C4 ADDRESS PUSH2 0x24AE DUP7 DUP7 PUSH2 0x196D 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 0x2522 DUP8 DUP8 PUSH2 0x25C5 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP DUP3 ISZERO DUP1 ISZERO PUSH2 0x255C JUMPI POP ADDRESS PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 JUMPDEST ISZERO PUSH2 0x2570 JUMPI PUSH1 0x0 DUP1 SWAP5 POP SWAP5 POP POP POP POP PUSH2 0x120D JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x257D DUP5 DUP12 PUSH2 0x1345 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x2597 JUMPI PUSH1 0x0 DUP1 SWAP7 POP SWAP7 POP POP POP POP POP POP PUSH2 0x120D JUMP JUMPDEST PUSH2 0x25AD DUP4 PUSH4 0xFFFFFFFF AND DUP3 PUSH4 0xFFFFFFFF AND PUSH2 0x23D4 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 0x25E0 JUMPI POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP DUP1 PUSH2 0x28C9 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x25EC DUP7 DUP7 PUSH2 0x196D JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x853551B800000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x264F JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x30CAE18700000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2683 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x5296295200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x26B7 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xA64D95CE00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x26EB JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xD22B598900000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2701 JUMPI PUSH1 0x1 PUSH1 0x0 DUP1 SWAP4 POP SWAP4 POP SWAP4 POP POP PUSH2 0x28C9 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x18FF183C00000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2762 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x167BD39500000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2796 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x8D6122D00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x27D8 JUMPI PUSH1 0x0 PUSH2 0x27AB PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x31ED JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x27B8 SWAP2 SWAP1 PUSH2 0x2E48 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x27C5 DUP3 PUSH2 0xCA9 JUMP JUMPDEST PUSH1 0x1 SWAP7 POP PUSH1 0x0 SWAP6 POP SWAP4 POP PUSH2 0x28C9 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x25C471A000000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2839 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xB7D2B16200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x28B3 JUMPI PUSH1 0x0 PUSH2 0x284E PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x31ED JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x285B SWAP2 SWAP1 PUSH2 0x2C69 JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH2 0x28A4 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 0x28C9 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x28BF ADDRESS DUP4 PUSH2 0xCF8 JUMP JUMPDEST PUSH1 0x0 SWAP4 POP SWAP4 POP SWAP4 POP POP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x60 DUP3 PUSH2 0x28E5 JUMPI PUSH2 0x28E0 DUP3 PUSH2 0x2B49 JUMP JUMPDEST PUSH2 0x93D JUMP JUMPDEST DUP2 MLOAD ISZERO DUP1 ISZERO PUSH2 0x28FC JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND EXTCODESIZE ISZERO JUMPDEST ISZERO PUSH2 0x293E 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 0xA73 JUMP JUMPDEST POP DUP1 PUSH2 0x93D JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x295C DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2999 DUP6 PUSH4 0xFFFFFFFF AND DUP8 PUSH4 0xFFFFFFFF AND DUP5 PUSH4 0xFFFFFFFF AND GT PUSH2 0x2984 JUMPI PUSH1 0x0 PUSH2 0x298E JUMP JUMPDEST PUSH2 0x298E DUP9 DUP6 PUSH2 0x3356 JUMP JUMPDEST PUSH4 0xFFFFFFFF AND PUSH2 0x23D4 JUMP JUMPDEST SWAP1 POP DUP1 PUSH4 0xFFFFFFFF AND PUSH2 0x29AA PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x29B4 SWAP2 SWAP1 PUSH2 0x329B 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 PUSH10 0xFFFFFFFFFFFFFFFFFFFF PUSH1 0x20 DUP4 SWAP1 SHR AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB DUP4 AND PUSH6 0xFFFFFFFFFFFF PUSH1 0x40 DUP6 SWAP1 SHR DUP2 AND SWAP1 DUP5 AND DUP2 GT ISZERO PUSH2 0x2A2A JUMPI DUP3 DUP3 DUP3 PUSH2 0x2A2F JUMP JUMPDEST DUP2 PUSH1 0x0 DUP1 JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 SLOAD PUSH1 0x1 PUSH1 0x40 SHL SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2A9E JUMPI PUSH1 0x40 MLOAD PUSH32 0xD7E6BCF800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2AA8 PUSH2 0x2A3C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2AEB JUMPI PUSH1 0x40 MLOAD PUSH32 0x813ADA200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x0 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x956 PUSH1 0x0 DUP3 PUSH1 0x0 DUP1 PUSH2 0x1BA9 JUMP JUMPDEST PUSH1 0x0 PUSH6 0xFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2B45 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 0xA73 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST DUP1 MLOAD ISZERO PUSH2 0x2B59 JUMPI DUP1 MLOAD DUP1 DUP3 PUSH1 0x20 ADD REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xD6BDA27500000000000000000000000000000000000000000000000000000000 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 0x2026 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2BB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BCA 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 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2BFD 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 0x2C18 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2C23 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2C3F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C4B DUP8 DUP3 DUP9 ADD PUSH2 0x2BA0 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0x2C5E SWAP1 POP PUSH1 0x40 DUP7 ADD PUSH2 0x2BE5 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2C7B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x93D DUP3 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C97 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CA2 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x2CB7 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 0x2CD5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CE0 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2CB7 DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2D02 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D1A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2D47 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2D52 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D6E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D7A DUP7 DUP3 DUP8 ADD PUSH2 0x2CF0 JUMP JUMPDEST SWAP5 SWAP8 SWAP1 SWAP7 POP SWAP4 SWAP5 POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2BFD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2DB0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DB9 DUP5 PUSH2 0x2BE5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2DC9 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH2 0x2DD7 PUSH1 0x40 DUP6 ADD PUSH2 0x2D87 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2DF3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2CE0 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2E0F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2E18 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2E26 PUSH1 0x20 DUP5 ADD PUSH2 0x2BE5 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2E41 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2E5A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x93D DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND DUP2 EQ PUSH2 0x2026 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2E8E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2E99 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2CB7 DUP2 PUSH2 0x2E65 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2EBE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D52 DUP5 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EDA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2EE3 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2E26 PUSH1 0x20 DUP5 ADD PUSH2 0x2D87 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2F07 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2F12 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH2 0x2F22 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F3E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F4A DUP8 DUP3 DUP9 ADD PUSH2 0x2CF0 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 0x2F69 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F80 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F8C DUP6 DUP3 DUP7 ADD PUSH2 0x2BA0 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2FB3 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x2F9B 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 0x3030 JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP1 DUP8 MSTORE PUSH2 0x300D DUP2 PUSH1 0x20 DUP10 ADD PUSH1 0x20 DUP6 ADD PUSH2 0x2F98 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 0x2FE4 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 0x3051 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x305C DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x306C DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x307C DUP2 PUSH2 0x2E65 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x309A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2EE3 DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x30BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x30C6 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x30E2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x30EE DUP8 DUP3 DUP9 ADD PUSH2 0x2CF0 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x310D 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 0x3140 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x93D DUP2 PUSH2 0x2E65 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 0xCA1 PUSH1 0x20 DUP4 ADD DUP5 DUP7 PUSH2 0x314B JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x319A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x93D DUP2 PUSH2 0x2E65 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 0x1B9F PUSH1 0x60 DUP4 ADD DUP5 DUP7 PUSH2 0x314B 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 0x31FD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x320A 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 0x3244 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x325F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 DUP5 DUP3 CALLDATACOPY PUSH1 0x0 DUP4 DUP3 ADD PUSH1 0x0 DUP2 MSTORE DUP4 MLOAD PUSH2 0x3291 DUP2 DUP4 PUSH1 0x20 DUP9 ADD PUSH2 0x2F98 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 0xD3E JUMPI PUSH2 0xD3E PUSH2 0x31D7 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 0x32F9 PUSH1 0x80 DUP4 ADD DUP5 DUP7 PUSH2 0x314B 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 0x3333 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 0x334C DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x2F98 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 0xD3E JUMPI PUSH2 0xD3E PUSH2 0x31D7 JUMP INVALID BLOCKHASH 0xC6 0xC8 0xC2 DUP8 DUP10 DUP6 EXTCODECOPY PUSH31 0xFD823AB20824BBD71718A8A5915E855F6F288C9A26AD00A264697066735822 SLT KECCAK256 CALLDATASIZE 0xBF 0xEA 0xC2 0xED 0xD6 0xBE TLOAD DUP12 0x28 0xC4 PUSH16 0x5C20C4A0D69C451C3C1E650DBF4170F DUP3 0x24 CREATE 0xC9 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "232:323:43:-:0;;;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": { + "@ADMIN_ROLE_4480": { + "entryPoint": null, + "id": 4480, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@APPLICATION_MANAGER_ROLE_13817": { + "entryPoint": null, + "id": 13817, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@ATTESTATION_MANAGER_ROLE_13820": { + "entryPoint": null, + "id": 13820, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@PERMISSION_MANAGER_ROLE_13823": { + "entryPoint": null, + "id": 13823, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@PUBLIC_ROLE_4488": { + "entryPoint": null, + "id": 4488, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@__AccessManager_init_4550": { + "entryPoint": 8213, + "id": 4550, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@__AccessManager_init_unchained_4580": { + "entryPoint": 10912, + "id": 4580, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_canCallExtended_6346": { + "entryPoint": 6426, + "id": 6346, + "parameterSlots": 4, + "returnSlots": 2 + }, + "@_canCallSelf_6448": { + "entryPoint": 9337, + "id": 6448, + "parameterSlots": 3, + "returnSlots": 2 + }, + "@_checkAuthorized_6148": { + "entryPoint": 5966, + "id": 6148, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@_checkInitializing_6704": { + "entryPoint": 10812, + "id": 6704, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@_checkNotScheduled_5723": { + "entryPoint": 9188, + "id": 5723, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_checkSelector_6508": { + "entryPoint": 6509, + "id": 6508, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@_consumeScheduledOp_6054": { + "entryPoint": 6533, + "id": 6054, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_contextSuffixLength_6827": { + "entryPoint": null, + "id": 6827, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_getAccessManagerStorage_4518": { + "entryPoint": null, + "id": 4518, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_getAdminRestrictions_6301": { + "entryPoint": 9669, + "id": 6301, + "parameterSlots": 2, + "returnSlots": 3 + }, + "@_getFullAt_13180": { + "entryPoint": 10735, + "id": 13180, + "parameterSlots": 2, + "returnSlots": 3 + }, + "@_getInitializableStorage_6781": { + "entryPoint": null, + "id": 6781, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_grantRole_5145": { + "entryPoint": 7081, + "id": 5145, + "parameterSlots": 4, + "returnSlots": 1 + }, + "@_hashExecutionId_6527": { + "entryPoint": null, + "id": 6527, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@_isExecuting_6473": { + "entryPoint": null, + "id": 6473, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@_isExpired_6491": { + "entryPoint": 7952, + "id": 6491, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_isInitializing_6772": { + "entryPoint": null, + "id": 6772, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_msgData_6819": { + "entryPoint": null, + "id": 6819, + "parameterSlots": 0, + "returnSlots": 2 + }, + "@_msgSender_6810": { + "entryPoint": null, + "id": 6810, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_revert_7983": { + "entryPoint": 11081, + "id": 7983, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_revokeRole_5201": { + "entryPoint": 8673, + "id": 5201, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@_setGrantDelay_5338": { + "entryPoint": 8233, + "id": 5338, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@_setRoleAdmin_5243": { + "entryPoint": 7767, + "id": 5243, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@_setRoleGuardian_5285": { + "entryPoint": 7999, + "id": 5285, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@_setTargetAdminDelay_5467": { + "entryPoint": 8965, + "id": 5467, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@_setTargetClosed_5512": { + "entryPoint": 6296, + "id": 5512, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@_setTargetFunctionRole_5407": { + "entryPoint": 6115, + "id": 5407, + "parameterSlots": 3, + "returnSlots": 0 + }, + "@canCall_4647": { + "entryPoint": 4360, + "id": 4647, + "parameterSlots": 3, + "returnSlots": 2 + }, + "@cancel_5943": { + "entryPoint": 5077, + "id": 5943, + "parameterSlots": 4, + "returnSlots": 1 + }, + "@consumeScheduledOp_5980": { + "entryPoint": 3831, + "id": 5980, + "parameterSlots": 3, + "returnSlots": 0 + }, + "@execute_5832": { + "entryPoint": 2522, + "id": 5832, + "parameterSlots": 3, + "returnSlots": 1 + }, + "@expiration_4656": { + "entryPoint": null, + "id": 4656, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@functionCallWithValue_7849": { + "entryPoint": 6892, + "id": 7849, + "parameterSlots": 3, + "returnSlots": 1 + }, + "@functionDelegateCall_7901": { + "entryPoint": 8555, + "id": 7901, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@getAccess_4854": { + "entryPoint": 2971, + "id": 4854, + "parameterSlots": 2, + "returnSlots": 4 + }, + "@getFull_13200": { + "entryPoint": 7732, + "id": 13200, + "parameterSlots": 1, + "returnSlots": 3 + }, + "@getNonce_5563": { + "entryPoint": null, + "id": 5563, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@getRoleAdmin_4755": { + "entryPoint": null, + "id": 4755, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@getRoleGrantDelay_4799": { + "entryPoint": 2264, + "id": 4799, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@getRoleGuardian_4776": { + "entryPoint": null, + "id": 4776, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@getSchedule_5542": { + "entryPoint": 3141, + "id": 5542, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@getTargetAdminDelay_4734": { + "entryPoint": 3241, + "id": 4734, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@getTargetFunctionRole_4711": { + "entryPoint": 3320, + "id": 4711, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@get_13218": { + "entryPoint": 6265, + "id": 13218, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@grantRole_4949": { + "entryPoint": 2937, + "id": 4949, + "parameterSlots": 3, + "returnSlots": 0 + }, + "@hasRole_4898": { + "entryPoint": 4933, + "id": 4898, + "parameterSlots": 2, + "returnSlots": 2 + }, + "@hashOperation_6076": { + "entryPoint": 4071, + "id": 6076, + "parameterSlots": 4, + "returnSlots": 1 + }, + "@initialize_13834": { + "entryPoint": 3396, + "id": 13834, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@initialize_4538": { + "entryPoint": 4652, + "id": 4538, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@isTargetClosed_4686": { + "entryPoint": null, + "id": 4686, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@labelRole_4927": { + "entryPoint": 3676, + "id": 4927, + "parameterSlots": 3, + "returnSlots": 0 + }, + "@max_9791": { + "entryPoint": 9172, + "id": 9791, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@minSetback_4665": { + "entryPoint": null, + "id": 4665, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@multicall_6930": { + "entryPoint": 4128, + "id": 6930, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@pack_13363": { + "entryPoint": null, + "id": 13363, + "parameterSlots": 3, + "returnSlots": 1 + }, + "@renounceRole_4988": { + "entryPoint": 5900, + "id": 4988, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@revokeRole_4965": { + "entryPoint": 4629, + "id": 4965, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@schedule_5688": { + "entryPoint": 5471, + "id": 5688, + "parameterSlots": 4, + "returnSlots": 2 + }, + "@setGrantDelay_5036": { + "entryPoint": 4053, + "id": 5036, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@setRoleAdmin_5004": { + "entryPoint": 3123, + "id": 5004, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@setRoleGuardian_5020": { + "entryPoint": 3302, + "id": 5020, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@setTargetAdminDelay_5423": { + "entryPoint": 5059, + "id": 5423, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@setTargetClosed_5483": { + "entryPoint": 2372, + "id": 5483, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@setTargetFunctionRole_5373": { + "entryPoint": 2181, + "id": 5373, + "parameterSlots": 4, + "returnSlots": 0 + }, + "@ternary_9772": { + "entryPoint": null, + "id": 9772, + "parameterSlots": 3, + "returnSlots": 1 + }, + "@timestamp_13112": { + "entryPoint": 8949, + "id": 13112, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@toDelay_13142": { + "entryPoint": null, + "id": 13142, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@toUint48_11936": { + "entryPoint": 11001, + "id": 11936, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@toUint_12945": { + "entryPoint": null, + "id": 12945, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@unpack_13325": { + "entryPoint": null, + "id": 13325, + "parameterSlots": 1, + "returnSlots": 3 + }, + "@updateAuthority_6094": { + "entryPoint": 2394, + "id": 6094, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@verifyCallResultFromTarget_7941": { + "entryPoint": 10448, + "id": 7941, + "parameterSlots": 3, + "returnSlots": 1 + }, + "@withUpdate_13274": { + "entryPoint": 10565, + "id": 13274, + "parameterSlots": 3, + "returnSlots": 2 + }, + "abi_decode_array_bytes4_dyn_calldata": { + "entryPoint": 11168, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_bytes_calldata": { + "entryPoint": 11504, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_address": { + "entryPoint": 11848, + "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": 11458, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_addresst_addresst_bytes4": { + "entryPoint": 12348, + "id": null, + "parameterSlots": 2, + "returnSlots": 3 + }, + "abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr": { + "entryPoint": 12017, + "id": null, + "parameterSlots": 2, + "returnSlots": 4 + }, + "abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64": { + "entryPoint": 11266, + "id": null, + "parameterSlots": 2, + "returnSlots": 4 + }, + "abi_decode_tuple_t_addresst_bool": { + "entryPoint": 11396, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_addresst_bytes4": { + "entryPoint": 11899, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_addresst_bytes_calldata_ptr": { + "entryPoint": 11570, + "id": null, + "parameterSlots": 2, + "returnSlots": 3 + }, + "abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48": { + "entryPoint": 12453, + "id": null, + "parameterSlots": 2, + "returnSlots": 4 + }, + "abi_decode_tuple_t_addresst_uint32": { + "entryPoint": 12423, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr": { + "entryPoint": 12118, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_bytes32": { + "entryPoint": 11823, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_bytes4": { + "entryPoint": 12590, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_bytes4_fromMemory": { + "entryPoint": 12680, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_uint64": { + "entryPoint": 11369, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_uint64t_address": { + "entryPoint": 11744, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_uint64t_addresst_uint32": { + "entryPoint": 11675, + "id": null, + "parameterSlots": 2, + "returnSlots": 3 + }, + "abi_decode_tuple_t_uint64t_string_calldata_ptr": { + "entryPoint": 11945, + "id": null, + "parameterSlots": 2, + "returnSlots": 3 + }, + "abi_decode_tuple_t_uint64t_uint32": { + "entryPoint": 11975, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_uint64t_uint64": { + "entryPoint": 11772, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_uint32": { + "entryPoint": 11655, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "abi_decode_uint64": { + "entryPoint": 11237, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "abi_encode_string_calldata": { + "entryPoint": 12619, + "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": 12916, + "id": null, + "parameterSlots": 4, + "returnSlots": 1 + }, + "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": { + "entryPoint": 13114, + "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": 12709, + "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": 12220, + "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": 12660, + "id": null, + "parameterSlots": 3, + "returnSlots": 1 + }, + "abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed": { + "entryPoint": null, + "id": null, + "parameterSlots": 3, + "returnSlots": 1 + }, + "abi_encode_tuple_t_uint32__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": 12985, + "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": 12845, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "calldata_array_index_range_access_t_bytes_calldata_ptr": { + "entryPoint": 12781, + "id": null, + "parameterSlots": 4, + "returnSlots": 2 + }, + "checked_add_t_uint48": { + "entryPoint": 12955, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "checked_sub_t_uint256": { + "entryPoint": null, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "checked_sub_t_uint32": { + "entryPoint": 13142, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4": { + "entryPoint": 13060, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "copy_memory_to_memory_with_cleanup": { + "entryPoint": 12184, + "id": null, + "parameterSlots": 3, + "returnSlots": 0 + }, + "panic_error_0x11": { + "entryPoint": 12759, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "panic_error_0x32": { + "entryPoint": 12568, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "panic_error_0x41": { + "entryPoint": 12823, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "validator_revert_address": { + "entryPoint": 11147, + "id": null, + "parameterSlots": 1, + "returnSlots": 0 + }, + "validator_revert_bytes4": { + "entryPoint": 11877, + "id": null, + "parameterSlots": 1, + "returnSlots": 0 + } + }, + "generatedSources": [ + { + "ast": { + "nativeSrc": "0:21317:46", + "nodeType": "YulBlock", + "src": "0:21317:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "113:101:46", + "nodeType": "YulBlock", + "src": "113:101:46", + "statements": [ + { + "nativeSrc": "123:26:46", + "nodeType": "YulAssignment", + "src": "123:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "135:9:46", + "nodeType": "YulIdentifier", + "src": "135:9:46" + }, + { + "kind": "number", + "nativeSrc": "146:2:46", + "nodeType": "YulLiteral", + "src": "146:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "131:3:46", + "nodeType": "YulIdentifier", + "src": "131:3:46" + }, + "nativeSrc": "131:18:46", + "nodeType": "YulFunctionCall", + "src": "131:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "123:4:46", + "nodeType": "YulIdentifier", + "src": "123:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "165:9:46", + "nodeType": "YulIdentifier", + "src": "165:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "180:6:46", + "nodeType": "YulIdentifier", + "src": "180:6:46" + }, + { + "kind": "number", + "nativeSrc": "188:18:46", + "nodeType": "YulLiteral", + "src": "188:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "176:3:46", + "nodeType": "YulIdentifier", + "src": "176:3:46" + }, + "nativeSrc": "176:31:46", + "nodeType": "YulFunctionCall", + "src": "176:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "158:6:46", + "nodeType": "YulIdentifier", + "src": "158:6:46" + }, + "nativeSrc": "158:50:46", + "nodeType": "YulFunctionCall", + "src": "158:50:46" + }, + "nativeSrc": "158:50:46", + "nodeType": "YulExpressionStatement", + "src": "158:50:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed", + "nativeSrc": "14:200:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "82:9:46", + "nodeType": "YulTypedName", + "src": "82:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "93:6:46", + "nodeType": "YulTypedName", + "src": "93:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "104:4:46", + "nodeType": "YulTypedName", + "src": "104:4:46", + "type": "" + } + ], + "src": "14:200:46" + }, + { + "body": { + "nativeSrc": "264:109:46", + "nodeType": "YulBlock", + "src": "264:109:46", + "statements": [ + { + "body": { + "nativeSrc": "351:16:46", + "nodeType": "YulBlock", + "src": "351:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "360:1:46", + "nodeType": "YulLiteral", + "src": "360:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "363:1:46", + "nodeType": "YulLiteral", + "src": "363:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "353:6:46", + "nodeType": "YulIdentifier", + "src": "353:6:46" + }, + "nativeSrc": "353:12:46", + "nodeType": "YulFunctionCall", + "src": "353:12:46" + }, + "nativeSrc": "353:12:46", + "nodeType": "YulExpressionStatement", + "src": "353:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "287:5:46", + "nodeType": "YulIdentifier", + "src": "287:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "298:5:46", + "nodeType": "YulIdentifier", + "src": "298:5:46" + }, + { + "kind": "number", + "nativeSrc": "305:42:46", + "nodeType": "YulLiteral", + "src": "305:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "294:3:46", + "nodeType": "YulIdentifier", + "src": "294:3:46" + }, + "nativeSrc": "294:54:46", + "nodeType": "YulFunctionCall", + "src": "294:54:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "284:2:46", + "nodeType": "YulIdentifier", + "src": "284:2:46" + }, + "nativeSrc": "284:65:46", + "nodeType": "YulFunctionCall", + "src": "284:65:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "277:6:46", + "nodeType": "YulIdentifier", + "src": "277:6:46" + }, + "nativeSrc": "277:73:46", + "nodeType": "YulFunctionCall", + "src": "277:73:46" + }, + "nativeSrc": "274:93:46", + "nodeType": "YulIf", + "src": "274:93:46" + } + ] + }, + "name": "validator_revert_address", + "nativeSrc": "219:154:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "253:5:46", + "nodeType": "YulTypedName", + "src": "253:5:46", + "type": "" + } + ], + "src": "219:154:46" + }, + { + "body": { + "nativeSrc": "461:283:46", + "nodeType": "YulBlock", + "src": "461:283:46", + "statements": [ + { + "body": { + "nativeSrc": "510:16:46", + "nodeType": "YulBlock", + "src": "510:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "519:1:46", + "nodeType": "YulLiteral", + "src": "519:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "522:1:46", + "nodeType": "YulLiteral", + "src": "522:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "512:6:46", + "nodeType": "YulIdentifier", + "src": "512:6:46" + }, + "nativeSrc": "512:12:46", + "nodeType": "YulFunctionCall", + "src": "512:12:46" + }, + "nativeSrc": "512:12:46", + "nodeType": "YulExpressionStatement", + "src": "512:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "489:6:46", + "nodeType": "YulIdentifier", + "src": "489:6:46" + }, + { + "kind": "number", + "nativeSrc": "497:4:46", + "nodeType": "YulLiteral", + "src": "497:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "485:3:46", + "nodeType": "YulIdentifier", + "src": "485:3:46" + }, + "nativeSrc": "485:17:46", + "nodeType": "YulFunctionCall", + "src": "485:17:46" + }, + { + "name": "end", + "nativeSrc": "504:3:46", + "nodeType": "YulIdentifier", + "src": "504:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "481:3:46", + "nodeType": "YulIdentifier", + "src": "481:3:46" + }, + "nativeSrc": "481:27:46", + "nodeType": "YulFunctionCall", + "src": "481:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "474:6:46", + "nodeType": "YulIdentifier", + "src": "474:6:46" + }, + "nativeSrc": "474:35:46", + "nodeType": "YulFunctionCall", + "src": "474:35:46" + }, + "nativeSrc": "471:55:46", + "nodeType": "YulIf", + "src": "471:55:46" + }, + { + "nativeSrc": "535:30:46", + "nodeType": "YulAssignment", + "src": "535:30:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "558:6:46", + "nodeType": "YulIdentifier", + "src": "558:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "545:12:46", + "nodeType": "YulIdentifier", + "src": "545:12:46" + }, + "nativeSrc": "545:20:46", + "nodeType": "YulFunctionCall", + "src": "545:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "535:6:46", + "nodeType": "YulIdentifier", + "src": "535:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "608:16:46", + "nodeType": "YulBlock", + "src": "608:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "617:1:46", + "nodeType": "YulLiteral", + "src": "617:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "620:1:46", + "nodeType": "YulLiteral", + "src": "620:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "610:6:46", + "nodeType": "YulIdentifier", + "src": "610:6:46" + }, + "nativeSrc": "610:12:46", + "nodeType": "YulFunctionCall", + "src": "610:12:46" + }, + "nativeSrc": "610:12:46", + "nodeType": "YulExpressionStatement", + "src": "610:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "580:6:46", + "nodeType": "YulIdentifier", + "src": "580:6:46" + }, + { + "kind": "number", + "nativeSrc": "588:18:46", + "nodeType": "YulLiteral", + "src": "588:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "577:2:46", + "nodeType": "YulIdentifier", + "src": "577:2:46" + }, + "nativeSrc": "577:30:46", + "nodeType": "YulFunctionCall", + "src": "577:30:46" + }, + "nativeSrc": "574:50:46", + "nodeType": "YulIf", + "src": "574:50:46" + }, + { + "nativeSrc": "633:29:46", + "nodeType": "YulAssignment", + "src": "633:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "649:6:46", + "nodeType": "YulIdentifier", + "src": "649:6:46" + }, + { + "kind": "number", + "nativeSrc": "657:4:46", + "nodeType": "YulLiteral", + "src": "657:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "645:3:46", + "nodeType": "YulIdentifier", + "src": "645:3:46" + }, + "nativeSrc": "645:17:46", + "nodeType": "YulFunctionCall", + "src": "645:17:46" + }, + "variableNames": [ + { + "name": "arrayPos", + "nativeSrc": "633:8:46", + "nodeType": "YulIdentifier", + "src": "633:8:46" + } + ] + }, + { + "body": { + "nativeSrc": "722:16:46", + "nodeType": "YulBlock", + "src": "722:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "731:1:46", + "nodeType": "YulLiteral", + "src": "731:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "734:1:46", + "nodeType": "YulLiteral", + "src": "734:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "724:6:46", + "nodeType": "YulIdentifier", + "src": "724:6:46" + }, + "nativeSrc": "724:12:46", + "nodeType": "YulFunctionCall", + "src": "724:12:46" + }, + "nativeSrc": "724:12:46", + "nodeType": "YulExpressionStatement", + "src": "724:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "685:6:46", + "nodeType": "YulIdentifier", + "src": "685:6:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "697:1:46", + "nodeType": "YulLiteral", + "src": "697:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "700:6:46", + "nodeType": "YulIdentifier", + "src": "700:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "693:3:46", + "nodeType": "YulIdentifier", + "src": "693:3:46" + }, + "nativeSrc": "693:14:46", + "nodeType": "YulFunctionCall", + "src": "693:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "681:3:46", + "nodeType": "YulIdentifier", + "src": "681:3:46" + }, + "nativeSrc": "681:27:46", + "nodeType": "YulFunctionCall", + "src": "681:27:46" + }, + { + "kind": "number", + "nativeSrc": "710:4:46", + "nodeType": "YulLiteral", + "src": "710:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "677:3:46", + "nodeType": "YulIdentifier", + "src": "677:3:46" + }, + "nativeSrc": "677:38:46", + "nodeType": "YulFunctionCall", + "src": "677:38:46" + }, + { + "name": "end", + "nativeSrc": "717:3:46", + "nodeType": "YulIdentifier", + "src": "717:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "674:2:46", + "nodeType": "YulIdentifier", + "src": "674:2:46" + }, + "nativeSrc": "674:47:46", + "nodeType": "YulFunctionCall", + "src": "674:47:46" + }, + "nativeSrc": "671:67:46", + "nodeType": "YulIf", + "src": "671:67:46" + } + ] + }, + "name": "abi_decode_array_bytes4_dyn_calldata", + "nativeSrc": "378:366:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "424:6:46", + "nodeType": "YulTypedName", + "src": "424:6:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "432:3:46", + "nodeType": "YulTypedName", + "src": "432:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "arrayPos", + "nativeSrc": "440:8:46", + "nodeType": "YulTypedName", + "src": "440:8:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "450:6:46", + "nodeType": "YulTypedName", + "src": "450:6:46", + "type": "" + } + ], + "src": "378:366:46" + }, + { + "body": { + "nativeSrc": "797:123:46", + "nodeType": "YulBlock", + "src": "797:123:46", + "statements": [ + { + "nativeSrc": "807:29:46", + "nodeType": "YulAssignment", + "src": "807:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "829:6:46", + "nodeType": "YulIdentifier", + "src": "829:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "816:12:46", + "nodeType": "YulIdentifier", + "src": "816:12:46" + }, + "nativeSrc": "816:20:46", + "nodeType": "YulFunctionCall", + "src": "816:20:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "807:5:46", + "nodeType": "YulIdentifier", + "src": "807:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "898:16:46", + "nodeType": "YulBlock", + "src": "898:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "907:1:46", + "nodeType": "YulLiteral", + "src": "907:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "910:1:46", + "nodeType": "YulLiteral", + "src": "910:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "900:6:46", + "nodeType": "YulIdentifier", + "src": "900:6:46" + }, + "nativeSrc": "900:12:46", + "nodeType": "YulFunctionCall", + "src": "900:12:46" + }, + "nativeSrc": "900:12:46", + "nodeType": "YulExpressionStatement", + "src": "900:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "858:5:46", + "nodeType": "YulIdentifier", + "src": "858:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "869:5:46", + "nodeType": "YulIdentifier", + "src": "869:5:46" + }, + { + "kind": "number", + "nativeSrc": "876:18:46", + "nodeType": "YulLiteral", + "src": "876:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "865:3:46", + "nodeType": "YulIdentifier", + "src": "865:3:46" + }, + "nativeSrc": "865:30:46", + "nodeType": "YulFunctionCall", + "src": "865:30:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "855:2:46", + "nodeType": "YulIdentifier", + "src": "855:2:46" + }, + "nativeSrc": "855:41:46", + "nodeType": "YulFunctionCall", + "src": "855:41:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "848:6:46", + "nodeType": "YulIdentifier", + "src": "848:6:46" + }, + "nativeSrc": "848:49:46", + "nodeType": "YulFunctionCall", + "src": "848:49:46" + }, + "nativeSrc": "845:69:46", + "nodeType": "YulIf", + "src": "845:69:46" + } + ] + }, + "name": "abi_decode_uint64", + "nativeSrc": "749:171:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "776:6:46", + "nodeType": "YulTypedName", + "src": "776:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "787:5:46", + "nodeType": "YulTypedName", + "src": "787:5:46", + "type": "" + } + ], + "src": "749:171:46" + }, + { + "body": { + "nativeSrc": "1062:505:46", + "nodeType": "YulBlock", + "src": "1062:505:46", + "statements": [ + { + "body": { + "nativeSrc": "1108:16:46", + "nodeType": "YulBlock", + "src": "1108:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1117:1:46", + "nodeType": "YulLiteral", + "src": "1117:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1120:1:46", + "nodeType": "YulLiteral", + "src": "1120:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1110:6:46", + "nodeType": "YulIdentifier", + "src": "1110:6:46" + }, + "nativeSrc": "1110:12:46", + "nodeType": "YulFunctionCall", + "src": "1110:12:46" + }, + "nativeSrc": "1110:12:46", + "nodeType": "YulExpressionStatement", + "src": "1110:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "1083:7:46", + "nodeType": "YulIdentifier", + "src": "1083:7:46" + }, + { + "name": "headStart", + "nativeSrc": "1092:9:46", + "nodeType": "YulIdentifier", + "src": "1092:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "1079:3:46", + "nodeType": "YulIdentifier", + "src": "1079:3:46" + }, + "nativeSrc": "1079:23:46", + "nodeType": "YulFunctionCall", + "src": "1079:23:46" + }, + { + "kind": "number", + "nativeSrc": "1104:2:46", + "nodeType": "YulLiteral", + "src": "1104:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "1075:3:46", + "nodeType": "YulIdentifier", + "src": "1075:3:46" + }, + "nativeSrc": "1075:32:46", + "nodeType": "YulFunctionCall", + "src": "1075:32:46" + }, + "nativeSrc": "1072:52:46", + "nodeType": "YulIf", + "src": "1072:52:46" + }, + { + "nativeSrc": "1133:36:46", + "nodeType": "YulVariableDeclaration", + "src": "1133:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1159:9:46", + "nodeType": "YulIdentifier", + "src": "1159:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "1146:12:46", + "nodeType": "YulIdentifier", + "src": "1146:12:46" + }, + "nativeSrc": "1146:23:46", + "nodeType": "YulFunctionCall", + "src": "1146:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "1137:5:46", + "nodeType": "YulTypedName", + "src": "1137:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "1203:5:46", + "nodeType": "YulIdentifier", + "src": "1203:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "1178:24:46", + "nodeType": "YulIdentifier", + "src": "1178:24:46" + }, + "nativeSrc": "1178:31:46", + "nodeType": "YulFunctionCall", + "src": "1178:31:46" + }, + "nativeSrc": "1178:31:46", + "nodeType": "YulExpressionStatement", + "src": "1178:31:46" + }, + { + "nativeSrc": "1218:15:46", + "nodeType": "YulAssignment", + "src": "1218:15:46", + "value": { + "name": "value", + "nativeSrc": "1228:5:46", + "nodeType": "YulIdentifier", + "src": "1228:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "1218:6:46", + "nodeType": "YulIdentifier", + "src": "1218:6:46" + } + ] + }, + { + "nativeSrc": "1242:46:46", + "nodeType": "YulVariableDeclaration", + "src": "1242:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1273:9:46", + "nodeType": "YulIdentifier", + "src": "1273:9:46" + }, + { + "kind": "number", + "nativeSrc": "1284:2:46", + "nodeType": "YulLiteral", + "src": "1284:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1269:3:46", + "nodeType": "YulIdentifier", + "src": "1269:3:46" + }, + "nativeSrc": "1269:18:46", + "nodeType": "YulFunctionCall", + "src": "1269:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "1256:12:46", + "nodeType": "YulIdentifier", + "src": "1256:12:46" + }, + "nativeSrc": "1256:32:46", + "nodeType": "YulFunctionCall", + "src": "1256:32:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "1246:6:46", + "nodeType": "YulTypedName", + "src": "1246:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1331:16:46", + "nodeType": "YulBlock", + "src": "1331:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1340:1:46", + "nodeType": "YulLiteral", + "src": "1340:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1343:1:46", + "nodeType": "YulLiteral", + "src": "1343:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1333:6:46", + "nodeType": "YulIdentifier", + "src": "1333:6:46" + }, + "nativeSrc": "1333:12:46", + "nodeType": "YulFunctionCall", + "src": "1333:12:46" + }, + "nativeSrc": "1333:12:46", + "nodeType": "YulExpressionStatement", + "src": "1333:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "1303:6:46", + "nodeType": "YulIdentifier", + "src": "1303:6:46" + }, + { + "kind": "number", + "nativeSrc": "1311:18:46", + "nodeType": "YulLiteral", + "src": "1311:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1300:2:46", + "nodeType": "YulIdentifier", + "src": "1300:2:46" + }, + "nativeSrc": "1300:30:46", + "nodeType": "YulFunctionCall", + "src": "1300:30:46" + }, + "nativeSrc": "1297:50:46", + "nodeType": "YulIf", + "src": "1297:50:46" + }, + { + "nativeSrc": "1356:95:46", + "nodeType": "YulVariableDeclaration", + "src": "1356:95:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1423:9:46", + "nodeType": "YulIdentifier", + "src": "1423:9:46" + }, + { + "name": "offset", + "nativeSrc": "1434:6:46", + "nodeType": "YulIdentifier", + "src": "1434:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1419:3:46", + "nodeType": "YulIdentifier", + "src": "1419:3:46" + }, + "nativeSrc": "1419:22:46", + "nodeType": "YulFunctionCall", + "src": "1419:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "1443:7:46", + "nodeType": "YulIdentifier", + "src": "1443:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_bytes4_dyn_calldata", + "nativeSrc": "1382:36:46", + "nodeType": "YulIdentifier", + "src": "1382:36:46" + }, + "nativeSrc": "1382:69:46", + "nodeType": "YulFunctionCall", + "src": "1382:69:46" + }, + "variables": [ + { + "name": "value1_1", + "nativeSrc": "1360:8:46", + "nodeType": "YulTypedName", + "src": "1360:8:46", + "type": "" + }, + { + "name": "value2_1", + "nativeSrc": "1370:8:46", + "nodeType": "YulTypedName", + "src": "1370:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "1460:18:46", + "nodeType": "YulAssignment", + "src": "1460:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "1470:8:46", + "nodeType": "YulIdentifier", + "src": "1470:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "1460:6:46", + "nodeType": "YulIdentifier", + "src": "1460:6:46" + } + ] + }, + { + "nativeSrc": "1487:18:46", + "nodeType": "YulAssignment", + "src": "1487:18:46", + "value": { + "name": "value2_1", + "nativeSrc": "1497:8:46", + "nodeType": "YulIdentifier", + "src": "1497:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "1487:6:46", + "nodeType": "YulIdentifier", + "src": "1487:6:46" + } + ] + }, + { + "nativeSrc": "1514:47:46", + "nodeType": "YulAssignment", + "src": "1514:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1546:9:46", + "nodeType": "YulIdentifier", + "src": "1546:9:46" + }, + { + "kind": "number", + "nativeSrc": "1557:2:46", + "nodeType": "YulLiteral", + "src": "1557:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1542:3:46", + "nodeType": "YulIdentifier", + "src": "1542:3:46" + }, + "nativeSrc": "1542:18:46", + "nodeType": "YulFunctionCall", + "src": "1542:18:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "1524:17:46", + "nodeType": "YulIdentifier", + "src": "1524:17:46" + }, + "nativeSrc": "1524:37:46", + "nodeType": "YulFunctionCall", + "src": "1524:37:46" + }, + "variableNames": [ + { + "name": "value3", + "nativeSrc": "1514:6:46", + "nodeType": "YulIdentifier", + "src": "1514:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64", + "nativeSrc": "925:642:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1004:9:46", + "nodeType": "YulTypedName", + "src": "1004:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "1015:7:46", + "nodeType": "YulTypedName", + "src": "1015:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "1027:6:46", + "nodeType": "YulTypedName", + "src": "1027:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "1035:6:46", + "nodeType": "YulTypedName", + "src": "1035:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "1043:6:46", + "nodeType": "YulTypedName", + "src": "1043:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "1051:6:46", + "nodeType": "YulTypedName", + "src": "1051:6:46", + "type": "" + } + ], + "src": "925:642:46" + }, + { + "body": { + "nativeSrc": "1641:115:46", + "nodeType": "YulBlock", + "src": "1641:115:46", + "statements": [ + { + "body": { + "nativeSrc": "1687:16:46", + "nodeType": "YulBlock", + "src": "1687:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1696:1:46", + "nodeType": "YulLiteral", + "src": "1696:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1699:1:46", + "nodeType": "YulLiteral", + "src": "1699:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1689:6:46", + "nodeType": "YulIdentifier", + "src": "1689:6:46" + }, + "nativeSrc": "1689:12:46", + "nodeType": "YulFunctionCall", + "src": "1689:12:46" + }, + "nativeSrc": "1689:12:46", + "nodeType": "YulExpressionStatement", + "src": "1689:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "1662:7:46", + "nodeType": "YulIdentifier", + "src": "1662:7:46" + }, + { + "name": "headStart", + "nativeSrc": "1671:9:46", + "nodeType": "YulIdentifier", + "src": "1671:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "1658:3:46", + "nodeType": "YulIdentifier", + "src": "1658:3:46" + }, + "nativeSrc": "1658:23:46", + "nodeType": "YulFunctionCall", + "src": "1658:23:46" + }, + { + "kind": "number", + "nativeSrc": "1683:2:46", + "nodeType": "YulLiteral", + "src": "1683:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "1654:3:46", + "nodeType": "YulIdentifier", + "src": "1654:3:46" + }, + "nativeSrc": "1654:32:46", + "nodeType": "YulFunctionCall", + "src": "1654:32:46" + }, + "nativeSrc": "1651:52:46", + "nodeType": "YulIf", + "src": "1651:52:46" + }, + { + "nativeSrc": "1712:38:46", + "nodeType": "YulAssignment", + "src": "1712:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1740:9:46", + "nodeType": "YulIdentifier", + "src": "1740:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "1722:17:46", + "nodeType": "YulIdentifier", + "src": "1722:17:46" + }, + "nativeSrc": "1722:28:46", + "nodeType": "YulFunctionCall", + "src": "1722:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "1712:6:46", + "nodeType": "YulIdentifier", + "src": "1712:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64", + "nativeSrc": "1572:184:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1607:9:46", + "nodeType": "YulTypedName", + "src": "1607:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "1618:7:46", + "nodeType": "YulTypedName", + "src": "1618:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "1630:6:46", + "nodeType": "YulTypedName", + "src": "1630:6:46", + "type": "" + } + ], + "src": "1572:184:46" + }, + { + "body": { + "nativeSrc": "1860:93:46", + "nodeType": "YulBlock", + "src": "1860:93:46", + "statements": [ + { + "nativeSrc": "1870:26:46", + "nodeType": "YulAssignment", + "src": "1870:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1882:9:46", + "nodeType": "YulIdentifier", + "src": "1882:9:46" + }, + { + "kind": "number", + "nativeSrc": "1893:2:46", + "nodeType": "YulLiteral", + "src": "1893:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1878:3:46", + "nodeType": "YulIdentifier", + "src": "1878:3:46" + }, + "nativeSrc": "1878:18:46", + "nodeType": "YulFunctionCall", + "src": "1878:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "1870:4:46", + "nodeType": "YulIdentifier", + "src": "1870:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1912:9:46", + "nodeType": "YulIdentifier", + "src": "1912:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "1927:6:46", + "nodeType": "YulIdentifier", + "src": "1927:6:46" + }, + { + "kind": "number", + "nativeSrc": "1935:10:46", + "nodeType": "YulLiteral", + "src": "1935:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1923:3:46", + "nodeType": "YulIdentifier", + "src": "1923:3:46" + }, + "nativeSrc": "1923:23:46", + "nodeType": "YulFunctionCall", + "src": "1923:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1905:6:46", + "nodeType": "YulIdentifier", + "src": "1905:6:46" + }, + "nativeSrc": "1905:42:46", + "nodeType": "YulFunctionCall", + "src": "1905:42:46" + }, + "nativeSrc": "1905:42:46", + "nodeType": "YulExpressionStatement", + "src": "1905:42:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed", + "nativeSrc": "1761:192:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1829:9:46", + "nodeType": "YulTypedName", + "src": "1829:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1840:6:46", + "nodeType": "YulTypedName", + "src": "1840:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "1851:4:46", + "nodeType": "YulTypedName", + "src": "1851:4:46", + "type": "" + } + ], + "src": "1761:192:46" + }, + { + "body": { + "nativeSrc": "2042:332:46", + "nodeType": "YulBlock", + "src": "2042:332:46", + "statements": [ + { + "body": { + "nativeSrc": "2088:16:46", + "nodeType": "YulBlock", + "src": "2088:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2097:1:46", + "nodeType": "YulLiteral", + "src": "2097:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2100:1:46", + "nodeType": "YulLiteral", + "src": "2100:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2090:6:46", + "nodeType": "YulIdentifier", + "src": "2090:6:46" + }, + "nativeSrc": "2090:12:46", + "nodeType": "YulFunctionCall", + "src": "2090:12:46" + }, + "nativeSrc": "2090:12:46", + "nodeType": "YulExpressionStatement", + "src": "2090:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "2063:7:46", + "nodeType": "YulIdentifier", + "src": "2063:7:46" + }, + { + "name": "headStart", + "nativeSrc": "2072:9:46", + "nodeType": "YulIdentifier", + "src": "2072:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "2059:3:46", + "nodeType": "YulIdentifier", + "src": "2059:3:46" + }, + "nativeSrc": "2059:23:46", + "nodeType": "YulFunctionCall", + "src": "2059:23:46" + }, + { + "kind": "number", + "nativeSrc": "2084:2:46", + "nodeType": "YulLiteral", + "src": "2084:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "2055:3:46", + "nodeType": "YulIdentifier", + "src": "2055:3:46" + }, + "nativeSrc": "2055:32:46", + "nodeType": "YulFunctionCall", + "src": "2055:32:46" + }, + "nativeSrc": "2052:52:46", + "nodeType": "YulIf", + "src": "2052:52:46" + }, + { + "nativeSrc": "2113:36:46", + "nodeType": "YulVariableDeclaration", + "src": "2113:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2139:9:46", + "nodeType": "YulIdentifier", + "src": "2139:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2126:12:46", + "nodeType": "YulIdentifier", + "src": "2126:12:46" + }, + "nativeSrc": "2126:23:46", + "nodeType": "YulFunctionCall", + "src": "2126:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "2117:5:46", + "nodeType": "YulTypedName", + "src": "2117:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "2183:5:46", + "nodeType": "YulIdentifier", + "src": "2183:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "2158:24:46", + "nodeType": "YulIdentifier", + "src": "2158:24:46" + }, + "nativeSrc": "2158:31:46", + "nodeType": "YulFunctionCall", + "src": "2158:31:46" + }, + "nativeSrc": "2158:31:46", + "nodeType": "YulExpressionStatement", + "src": "2158:31:46" + }, + { + "nativeSrc": "2198:15:46", + "nodeType": "YulAssignment", + "src": "2198:15:46", + "value": { + "name": "value", + "nativeSrc": "2208:5:46", + "nodeType": "YulIdentifier", + "src": "2208:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "2198:6:46", + "nodeType": "YulIdentifier", + "src": "2198:6:46" + } + ] + }, + { + "nativeSrc": "2222:47:46", + "nodeType": "YulVariableDeclaration", + "src": "2222:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2254:9:46", + "nodeType": "YulIdentifier", + "src": "2254:9:46" + }, + { + "kind": "number", + "nativeSrc": "2265:2:46", + "nodeType": "YulLiteral", + "src": "2265:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2250:3:46", + "nodeType": "YulIdentifier", + "src": "2250:3:46" + }, + "nativeSrc": "2250:18:46", + "nodeType": "YulFunctionCall", + "src": "2250:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2237:12:46", + "nodeType": "YulIdentifier", + "src": "2237:12:46" + }, + "nativeSrc": "2237:32:46", + "nodeType": "YulFunctionCall", + "src": "2237:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "2226:7:46", + "nodeType": "YulTypedName", + "src": "2226:7:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2326:16:46", + "nodeType": "YulBlock", + "src": "2326:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2335:1:46", + "nodeType": "YulLiteral", + "src": "2335:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2338:1:46", + "nodeType": "YulLiteral", + "src": "2338:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2328:6:46", + "nodeType": "YulIdentifier", + "src": "2328:6:46" + }, + "nativeSrc": "2328:12:46", + "nodeType": "YulFunctionCall", + "src": "2328:12:46" + }, + "nativeSrc": "2328:12:46", + "nodeType": "YulExpressionStatement", + "src": "2328:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "2291:7:46", + "nodeType": "YulIdentifier", + "src": "2291:7:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "2314:7:46", + "nodeType": "YulIdentifier", + "src": "2314:7:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2307:6:46", + "nodeType": "YulIdentifier", + "src": "2307:6:46" + }, + "nativeSrc": "2307:15:46", + "nodeType": "YulFunctionCall", + "src": "2307:15:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2300:6:46", + "nodeType": "YulIdentifier", + "src": "2300:6:46" + }, + "nativeSrc": "2300:23:46", + "nodeType": "YulFunctionCall", + "src": "2300:23:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "2288:2:46", + "nodeType": "YulIdentifier", + "src": "2288:2:46" + }, + "nativeSrc": "2288:36:46", + "nodeType": "YulFunctionCall", + "src": "2288:36:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2281:6:46", + "nodeType": "YulIdentifier", + "src": "2281:6:46" + }, + "nativeSrc": "2281:44:46", + "nodeType": "YulFunctionCall", + "src": "2281:44:46" + }, + "nativeSrc": "2278:64:46", + "nodeType": "YulIf", + "src": "2278:64:46" + }, + { + "nativeSrc": "2351:17:46", + "nodeType": "YulAssignment", + "src": "2351:17:46", + "value": { + "name": "value_1", + "nativeSrc": "2361:7:46", + "nodeType": "YulIdentifier", + "src": "2361:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "2351:6:46", + "nodeType": "YulIdentifier", + "src": "2351:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_bool", + "nativeSrc": "1958:416:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2000:9:46", + "nodeType": "YulTypedName", + "src": "2000:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "2011:7:46", + "nodeType": "YulTypedName", + "src": "2011:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "2023:6:46", + "nodeType": "YulTypedName", + "src": "2023:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "2031:6:46", + "nodeType": "YulTypedName", + "src": "2031:6:46", + "type": "" + } + ], + "src": "1958:416:46" + }, + { + "body": { + "nativeSrc": "2466:301:46", + "nodeType": "YulBlock", + "src": "2466:301:46", + "statements": [ + { + "body": { + "nativeSrc": "2512:16:46", + "nodeType": "YulBlock", + "src": "2512:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2521:1:46", + "nodeType": "YulLiteral", + "src": "2521:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2524:1:46", + "nodeType": "YulLiteral", + "src": "2524:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2514:6:46", + "nodeType": "YulIdentifier", + "src": "2514:6:46" + }, + "nativeSrc": "2514:12:46", + "nodeType": "YulFunctionCall", + "src": "2514:12:46" + }, + "nativeSrc": "2514:12:46", + "nodeType": "YulExpressionStatement", + "src": "2514:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "2487:7:46", + "nodeType": "YulIdentifier", + "src": "2487:7:46" + }, + { + "name": "headStart", + "nativeSrc": "2496:9:46", + "nodeType": "YulIdentifier", + "src": "2496:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "2483:3:46", + "nodeType": "YulIdentifier", + "src": "2483:3:46" + }, + "nativeSrc": "2483:23:46", + "nodeType": "YulFunctionCall", + "src": "2483:23:46" + }, + { + "kind": "number", + "nativeSrc": "2508:2:46", + "nodeType": "YulLiteral", + "src": "2508:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "2479:3:46", + "nodeType": "YulIdentifier", + "src": "2479:3:46" + }, + "nativeSrc": "2479:32:46", + "nodeType": "YulFunctionCall", + "src": "2479:32:46" + }, + "nativeSrc": "2476:52:46", + "nodeType": "YulIf", + "src": "2476:52:46" + }, + { + "nativeSrc": "2537:36:46", + "nodeType": "YulVariableDeclaration", + "src": "2537:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2563:9:46", + "nodeType": "YulIdentifier", + "src": "2563:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2550:12:46", + "nodeType": "YulIdentifier", + "src": "2550:12:46" + }, + "nativeSrc": "2550:23:46", + "nodeType": "YulFunctionCall", + "src": "2550:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "2541:5:46", + "nodeType": "YulTypedName", + "src": "2541:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "2607:5:46", + "nodeType": "YulIdentifier", + "src": "2607:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "2582:24:46", + "nodeType": "YulIdentifier", + "src": "2582:24:46" + }, + "nativeSrc": "2582:31:46", + "nodeType": "YulFunctionCall", + "src": "2582:31:46" + }, + "nativeSrc": "2582:31:46", + "nodeType": "YulExpressionStatement", + "src": "2582:31:46" + }, + { + "nativeSrc": "2622:15:46", + "nodeType": "YulAssignment", + "src": "2622:15:46", + "value": { + "name": "value", + "nativeSrc": "2632:5:46", + "nodeType": "YulIdentifier", + "src": "2632:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "2622:6:46", + "nodeType": "YulIdentifier", + "src": "2622:6:46" + } + ] + }, + { + "nativeSrc": "2646:47:46", + "nodeType": "YulVariableDeclaration", + "src": "2646:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2678:9:46", + "nodeType": "YulIdentifier", + "src": "2678:9:46" + }, + { + "kind": "number", + "nativeSrc": "2689:2:46", + "nodeType": "YulLiteral", + "src": "2689:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2674:3:46", + "nodeType": "YulIdentifier", + "src": "2674:3:46" + }, + "nativeSrc": "2674:18:46", + "nodeType": "YulFunctionCall", + "src": "2674:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2661:12:46", + "nodeType": "YulIdentifier", + "src": "2661:12:46" + }, + "nativeSrc": "2661:32:46", + "nodeType": "YulFunctionCall", + "src": "2661:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "2650:7:46", + "nodeType": "YulTypedName", + "src": "2650:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "2727:7:46", + "nodeType": "YulIdentifier", + "src": "2727:7:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "2702:24:46", + "nodeType": "YulIdentifier", + "src": "2702:24:46" + }, + "nativeSrc": "2702:33:46", + "nodeType": "YulFunctionCall", + "src": "2702:33:46" + }, + "nativeSrc": "2702:33:46", + "nodeType": "YulExpressionStatement", + "src": "2702:33:46" + }, + { + "nativeSrc": "2744:17:46", + "nodeType": "YulAssignment", + "src": "2744:17:46", + "value": { + "name": "value_1", + "nativeSrc": "2754:7:46", + "nodeType": "YulIdentifier", + "src": "2754:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "2744:6:46", + "nodeType": "YulIdentifier", + "src": "2744:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_address", + "nativeSrc": "2379:388:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2424:9:46", + "nodeType": "YulTypedName", + "src": "2424:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "2435:7:46", + "nodeType": "YulTypedName", + "src": "2435:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "2447:6:46", + "nodeType": "YulTypedName", + "src": "2447:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "2455:6:46", + "nodeType": "YulTypedName", + "src": "2455:6:46", + "type": "" + } + ], + "src": "2379:388:46" + }, + { + "body": { + "nativeSrc": "2844:275:46", + "nodeType": "YulBlock", + "src": "2844:275:46", + "statements": [ + { + "body": { + "nativeSrc": "2893:16:46", + "nodeType": "YulBlock", + "src": "2893:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2902:1:46", + "nodeType": "YulLiteral", + "src": "2902:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2905:1:46", + "nodeType": "YulLiteral", + "src": "2905:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2895:6:46", + "nodeType": "YulIdentifier", + "src": "2895:6:46" + }, + "nativeSrc": "2895:12:46", + "nodeType": "YulFunctionCall", + "src": "2895:12:46" + }, + "nativeSrc": "2895:12:46", + "nodeType": "YulExpressionStatement", + "src": "2895:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "2872:6:46", + "nodeType": "YulIdentifier", + "src": "2872:6:46" + }, + { + "kind": "number", + "nativeSrc": "2880:4:46", + "nodeType": "YulLiteral", + "src": "2880:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2868:3:46", + "nodeType": "YulIdentifier", + "src": "2868:3:46" + }, + "nativeSrc": "2868:17:46", + "nodeType": "YulFunctionCall", + "src": "2868:17:46" + }, + { + "name": "end", + "nativeSrc": "2887:3:46", + "nodeType": "YulIdentifier", + "src": "2887:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "2864:3:46", + "nodeType": "YulIdentifier", + "src": "2864:3:46" + }, + "nativeSrc": "2864:27:46", + "nodeType": "YulFunctionCall", + "src": "2864:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2857:6:46", + "nodeType": "YulIdentifier", + "src": "2857:6:46" + }, + "nativeSrc": "2857:35:46", + "nodeType": "YulFunctionCall", + "src": "2857:35:46" + }, + "nativeSrc": "2854:55:46", + "nodeType": "YulIf", + "src": "2854:55:46" + }, + { + "nativeSrc": "2918:30:46", + "nodeType": "YulAssignment", + "src": "2918:30:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "2941:6:46", + "nodeType": "YulIdentifier", + "src": "2941:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2928:12:46", + "nodeType": "YulIdentifier", + "src": "2928:12:46" + }, + "nativeSrc": "2928:20:46", + "nodeType": "YulFunctionCall", + "src": "2928:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "2918:6:46", + "nodeType": "YulIdentifier", + "src": "2918:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "2991:16:46", + "nodeType": "YulBlock", + "src": "2991:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3000:1:46", + "nodeType": "YulLiteral", + "src": "3000:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3003:1:46", + "nodeType": "YulLiteral", + "src": "3003:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2993:6:46", + "nodeType": "YulIdentifier", + "src": "2993:6:46" + }, + "nativeSrc": "2993:12:46", + "nodeType": "YulFunctionCall", + "src": "2993:12:46" + }, + "nativeSrc": "2993:12:46", + "nodeType": "YulExpressionStatement", + "src": "2993:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "2963:6:46", + "nodeType": "YulIdentifier", + "src": "2963:6:46" + }, + { + "kind": "number", + "nativeSrc": "2971:18:46", + "nodeType": "YulLiteral", + "src": "2971:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "2960:2:46", + "nodeType": "YulIdentifier", + "src": "2960:2:46" + }, + "nativeSrc": "2960:30:46", + "nodeType": "YulFunctionCall", + "src": "2960:30:46" + }, + "nativeSrc": "2957:50:46", + "nodeType": "YulIf", + "src": "2957:50:46" + }, + { + "nativeSrc": "3016:29:46", + "nodeType": "YulAssignment", + "src": "3016:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3032:6:46", + "nodeType": "YulIdentifier", + "src": "3032:6:46" + }, + { + "kind": "number", + "nativeSrc": "3040:4:46", + "nodeType": "YulLiteral", + "src": "3040:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3028:3:46", + "nodeType": "YulIdentifier", + "src": "3028:3:46" + }, + "nativeSrc": "3028:17:46", + "nodeType": "YulFunctionCall", + "src": "3028:17:46" + }, + "variableNames": [ + { + "name": "arrayPos", + "nativeSrc": "3016:8:46", + "nodeType": "YulIdentifier", + "src": "3016:8:46" + } + ] + }, + { + "body": { + "nativeSrc": "3097:16:46", + "nodeType": "YulBlock", + "src": "3097:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3106:1:46", + "nodeType": "YulLiteral", + "src": "3106:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3109:1:46", + "nodeType": "YulLiteral", + "src": "3109:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3099:6:46", + "nodeType": "YulIdentifier", + "src": "3099:6:46" + }, + "nativeSrc": "3099:12:46", + "nodeType": "YulFunctionCall", + "src": "3099:12:46" + }, + "nativeSrc": "3099:12:46", + "nodeType": "YulExpressionStatement", + "src": "3099:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3068:6:46", + "nodeType": "YulIdentifier", + "src": "3068:6:46" + }, + { + "name": "length", + "nativeSrc": "3076:6:46", + "nodeType": "YulIdentifier", + "src": "3076:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3064:3:46", + "nodeType": "YulIdentifier", + "src": "3064:3:46" + }, + "nativeSrc": "3064:19:46", + "nodeType": "YulFunctionCall", + "src": "3064:19:46" + }, + { + "kind": "number", + "nativeSrc": "3085:4:46", + "nodeType": "YulLiteral", + "src": "3085:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3060:3:46", + "nodeType": "YulIdentifier", + "src": "3060:3:46" + }, + "nativeSrc": "3060:30:46", + "nodeType": "YulFunctionCall", + "src": "3060:30:46" + }, + { + "name": "end", + "nativeSrc": "3092:3:46", + "nodeType": "YulIdentifier", + "src": "3092:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "3057:2:46", + "nodeType": "YulIdentifier", + "src": "3057:2:46" + }, + "nativeSrc": "3057:39:46", + "nodeType": "YulFunctionCall", + "src": "3057:39:46" + }, + "nativeSrc": "3054:59:46", + "nodeType": "YulIf", + "src": "3054:59:46" + } + ] + }, + "name": "abi_decode_bytes_calldata", + "nativeSrc": "2772:347:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "2807:6:46", + "nodeType": "YulTypedName", + "src": "2807:6:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "2815:3:46", + "nodeType": "YulTypedName", + "src": "2815:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "arrayPos", + "nativeSrc": "2823:8:46", + "nodeType": "YulTypedName", + "src": "2823:8:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "2833:6:46", + "nodeType": "YulTypedName", + "src": "2833:6:46", + "type": "" + } + ], + "src": "2772:347:46" + }, + { + "body": { + "nativeSrc": "3230:438:46", + "nodeType": "YulBlock", + "src": "3230:438:46", + "statements": [ + { + "body": { + "nativeSrc": "3276:16:46", + "nodeType": "YulBlock", + "src": "3276:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3285:1:46", + "nodeType": "YulLiteral", + "src": "3285:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3288:1:46", + "nodeType": "YulLiteral", + "src": "3288:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3278:6:46", + "nodeType": "YulIdentifier", + "src": "3278:6:46" + }, + "nativeSrc": "3278:12:46", + "nodeType": "YulFunctionCall", + "src": "3278:12:46" + }, + "nativeSrc": "3278:12:46", + "nodeType": "YulExpressionStatement", + "src": "3278:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "3251:7:46", + "nodeType": "YulIdentifier", + "src": "3251:7:46" + }, + { + "name": "headStart", + "nativeSrc": "3260:9:46", + "nodeType": "YulIdentifier", + "src": "3260:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3247:3:46", + "nodeType": "YulIdentifier", + "src": "3247:3:46" + }, + "nativeSrc": "3247:23:46", + "nodeType": "YulFunctionCall", + "src": "3247:23:46" + }, + { + "kind": "number", + "nativeSrc": "3272:2:46", + "nodeType": "YulLiteral", + "src": "3272:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3243:3:46", + "nodeType": "YulIdentifier", + "src": "3243:3:46" + }, + "nativeSrc": "3243:32:46", + "nodeType": "YulFunctionCall", + "src": "3243:32:46" + }, + "nativeSrc": "3240:52:46", + "nodeType": "YulIf", + "src": "3240:52:46" + }, + { + "nativeSrc": "3301:36:46", + "nodeType": "YulVariableDeclaration", + "src": "3301:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3327:9:46", + "nodeType": "YulIdentifier", + "src": "3327:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "3314:12:46", + "nodeType": "YulIdentifier", + "src": "3314:12:46" + }, + "nativeSrc": "3314:23:46", + "nodeType": "YulFunctionCall", + "src": "3314:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "3305:5:46", + "nodeType": "YulTypedName", + "src": "3305:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "3371:5:46", + "nodeType": "YulIdentifier", + "src": "3371:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "3346:24:46", + "nodeType": "YulIdentifier", + "src": "3346:24:46" + }, + "nativeSrc": "3346:31:46", + "nodeType": "YulFunctionCall", + "src": "3346:31:46" + }, + "nativeSrc": "3346:31:46", + "nodeType": "YulExpressionStatement", + "src": "3346:31:46" + }, + { + "nativeSrc": "3386:15:46", + "nodeType": "YulAssignment", + "src": "3386:15:46", + "value": { + "name": "value", + "nativeSrc": "3396:5:46", + "nodeType": "YulIdentifier", + "src": "3396:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "3386:6:46", + "nodeType": "YulIdentifier", + "src": "3386:6:46" + } + ] + }, + { + "nativeSrc": "3410:46:46", + "nodeType": "YulVariableDeclaration", + "src": "3410:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3441:9:46", + "nodeType": "YulIdentifier", + "src": "3441:9:46" + }, + { + "kind": "number", + "nativeSrc": "3452:2:46", + "nodeType": "YulLiteral", + "src": "3452:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3437:3:46", + "nodeType": "YulIdentifier", + "src": "3437:3:46" + }, + "nativeSrc": "3437:18:46", + "nodeType": "YulFunctionCall", + "src": "3437:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "3424:12:46", + "nodeType": "YulIdentifier", + "src": "3424:12:46" + }, + "nativeSrc": "3424:32:46", + "nodeType": "YulFunctionCall", + "src": "3424:32:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "3414:6:46", + "nodeType": "YulTypedName", + "src": "3414:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "3499:16:46", + "nodeType": "YulBlock", + "src": "3499:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3508:1:46", + "nodeType": "YulLiteral", + "src": "3508:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3511:1:46", + "nodeType": "YulLiteral", + "src": "3511:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3501:6:46", + "nodeType": "YulIdentifier", + "src": "3501:6:46" + }, + "nativeSrc": "3501:12:46", + "nodeType": "YulFunctionCall", + "src": "3501:12:46" + }, + "nativeSrc": "3501:12:46", + "nodeType": "YulExpressionStatement", + "src": "3501:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3471:6:46", + "nodeType": "YulIdentifier", + "src": "3471:6:46" + }, + { + "kind": "number", + "nativeSrc": "3479:18:46", + "nodeType": "YulLiteral", + "src": "3479:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "3468:2:46", + "nodeType": "YulIdentifier", + "src": "3468:2:46" + }, + "nativeSrc": "3468:30:46", + "nodeType": "YulFunctionCall", + "src": "3468:30:46" + }, + "nativeSrc": "3465:50:46", + "nodeType": "YulIf", + "src": "3465:50:46" + }, + { + "nativeSrc": "3524:84:46", + "nodeType": "YulVariableDeclaration", + "src": "3524:84:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3580:9:46", + "nodeType": "YulIdentifier", + "src": "3580:9:46" + }, + { + "name": "offset", + "nativeSrc": "3591:6:46", + "nodeType": "YulIdentifier", + "src": "3591:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3576:3:46", + "nodeType": "YulIdentifier", + "src": "3576:3:46" + }, + "nativeSrc": "3576:22:46", + "nodeType": "YulFunctionCall", + "src": "3576:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "3600:7:46", + "nodeType": "YulIdentifier", + "src": "3600:7:46" + } + ], + "functionName": { + "name": "abi_decode_bytes_calldata", + "nativeSrc": "3550:25:46", + "nodeType": "YulIdentifier", + "src": "3550:25:46" + }, + "nativeSrc": "3550:58:46", + "nodeType": "YulFunctionCall", + "src": "3550:58:46" + }, + "variables": [ + { + "name": "value1_1", + "nativeSrc": "3528:8:46", + "nodeType": "YulTypedName", + "src": "3528:8:46", + "type": "" + }, + { + "name": "value2_1", + "nativeSrc": "3538:8:46", + "nodeType": "YulTypedName", + "src": "3538:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "3617:18:46", + "nodeType": "YulAssignment", + "src": "3617:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "3627:8:46", + "nodeType": "YulIdentifier", + "src": "3627:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "3617:6:46", + "nodeType": "YulIdentifier", + "src": "3617:6:46" + } + ] + }, + { + "nativeSrc": "3644:18:46", + "nodeType": "YulAssignment", + "src": "3644:18:46", + "value": { + "name": "value2_1", + "nativeSrc": "3654:8:46", + "nodeType": "YulIdentifier", + "src": "3654:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "3644:6:46", + "nodeType": "YulIdentifier", + "src": "3644:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptr", + "nativeSrc": "3124:544:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3180:9:46", + "nodeType": "YulTypedName", + "src": "3180:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "3191:7:46", + "nodeType": "YulTypedName", + "src": "3191:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "3203:6:46", + "nodeType": "YulTypedName", + "src": "3203:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "3211:6:46", + "nodeType": "YulTypedName", + "src": "3211:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "3219:6:46", + "nodeType": "YulTypedName", + "src": "3219:6:46", + "type": "" + } + ], + "src": "3124:544:46" + }, + { + "body": { + "nativeSrc": "3721:115:46", + "nodeType": "YulBlock", + "src": "3721:115:46", + "statements": [ + { + "nativeSrc": "3731:29:46", + "nodeType": "YulAssignment", + "src": "3731:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3753:6:46", + "nodeType": "YulIdentifier", + "src": "3753:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "3740:12:46", + "nodeType": "YulIdentifier", + "src": "3740:12:46" + }, + "nativeSrc": "3740:20:46", + "nodeType": "YulFunctionCall", + "src": "3740:20:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "3731:5:46", + "nodeType": "YulIdentifier", + "src": "3731:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "3814:16:46", + "nodeType": "YulBlock", + "src": "3814:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3823:1:46", + "nodeType": "YulLiteral", + "src": "3823:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3826:1:46", + "nodeType": "YulLiteral", + "src": "3826:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3816:6:46", + "nodeType": "YulIdentifier", + "src": "3816:6:46" + }, + "nativeSrc": "3816:12:46", + "nodeType": "YulFunctionCall", + "src": "3816:12:46" + }, + "nativeSrc": "3816:12:46", + "nodeType": "YulExpressionStatement", + "src": "3816:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "3782:5:46", + "nodeType": "YulIdentifier", + "src": "3782:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "3793:5:46", + "nodeType": "YulIdentifier", + "src": "3793:5:46" + }, + { + "kind": "number", + "nativeSrc": "3800:10:46", + "nodeType": "YulLiteral", + "src": "3800:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "3789:3:46", + "nodeType": "YulIdentifier", + "src": "3789:3:46" + }, + "nativeSrc": "3789:22:46", + "nodeType": "YulFunctionCall", + "src": "3789:22:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "3779:2:46", + "nodeType": "YulIdentifier", + "src": "3779:2:46" + }, + "nativeSrc": "3779:33:46", + "nodeType": "YulFunctionCall", + "src": "3779:33:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "3772:6:46", + "nodeType": "YulIdentifier", + "src": "3772:6:46" + }, + "nativeSrc": "3772:41:46", + "nodeType": "YulFunctionCall", + "src": "3772:41:46" + }, + "nativeSrc": "3769:61:46", + "nodeType": "YulIf", + "src": "3769:61:46" + } + ] + }, + "name": "abi_decode_uint32", + "nativeSrc": "3673:163:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "3700:6:46", + "nodeType": "YulTypedName", + "src": "3700:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "3711:5:46", + "nodeType": "YulTypedName", + "src": "3711:5:46", + "type": "" + } + ], + "src": "3673:163:46" + }, + { + "body": { + "nativeSrc": "3943:289:46", + "nodeType": "YulBlock", + "src": "3943:289:46", + "statements": [ + { + "body": { + "nativeSrc": "3989:16:46", + "nodeType": "YulBlock", + "src": "3989:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3998:1:46", + "nodeType": "YulLiteral", + "src": "3998:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4001:1:46", + "nodeType": "YulLiteral", + "src": "4001:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3991:6:46", + "nodeType": "YulIdentifier", + "src": "3991:6:46" + }, + "nativeSrc": "3991:12:46", + "nodeType": "YulFunctionCall", + "src": "3991:12:46" + }, + "nativeSrc": "3991:12:46", + "nodeType": "YulExpressionStatement", + "src": "3991:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "3964:7:46", + "nodeType": "YulIdentifier", + "src": "3964:7:46" + }, + { + "name": "headStart", + "nativeSrc": "3973:9:46", + "nodeType": "YulIdentifier", + "src": "3973:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3960:3:46", + "nodeType": "YulIdentifier", + "src": "3960:3:46" + }, + "nativeSrc": "3960:23:46", + "nodeType": "YulFunctionCall", + "src": "3960:23:46" + }, + { + "kind": "number", + "nativeSrc": "3985:2:46", + "nodeType": "YulLiteral", + "src": "3985:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3956:3:46", + "nodeType": "YulIdentifier", + "src": "3956:3:46" + }, + "nativeSrc": "3956:32:46", + "nodeType": "YulFunctionCall", + "src": "3956:32:46" + }, + "nativeSrc": "3953:52:46", + "nodeType": "YulIf", + "src": "3953:52:46" + }, + { + "nativeSrc": "4014:38:46", + "nodeType": "YulAssignment", + "src": "4014:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4042:9:46", + "nodeType": "YulIdentifier", + "src": "4042:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "4024:17:46", + "nodeType": "YulIdentifier", + "src": "4024:17:46" + }, + "nativeSrc": "4024:28:46", + "nodeType": "YulFunctionCall", + "src": "4024:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "4014:6:46", + "nodeType": "YulIdentifier", + "src": "4014:6:46" + } + ] + }, + { + "nativeSrc": "4061:45:46", + "nodeType": "YulVariableDeclaration", + "src": "4061:45:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4091:9:46", + "nodeType": "YulIdentifier", + "src": "4091:9:46" + }, + { + "kind": "number", + "nativeSrc": "4102:2:46", + "nodeType": "YulLiteral", + "src": "4102:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4087:3:46", + "nodeType": "YulIdentifier", + "src": "4087:3:46" + }, + "nativeSrc": "4087:18:46", + "nodeType": "YulFunctionCall", + "src": "4087:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "4074:12:46", + "nodeType": "YulIdentifier", + "src": "4074:12:46" + }, + "nativeSrc": "4074:32:46", + "nodeType": "YulFunctionCall", + "src": "4074:32:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "4065:5:46", + "nodeType": "YulTypedName", + "src": "4065:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "4140:5:46", + "nodeType": "YulIdentifier", + "src": "4140:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "4115:24:46", + "nodeType": "YulIdentifier", + "src": "4115:24:46" + }, + "nativeSrc": "4115:31:46", + "nodeType": "YulFunctionCall", + "src": "4115:31:46" + }, + "nativeSrc": "4115:31:46", + "nodeType": "YulExpressionStatement", + "src": "4115:31:46" + }, + { + "nativeSrc": "4155:15:46", + "nodeType": "YulAssignment", + "src": "4155:15:46", + "value": { + "name": "value", + "nativeSrc": "4165:5:46", + "nodeType": "YulIdentifier", + "src": "4165:5:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "4155:6:46", + "nodeType": "YulIdentifier", + "src": "4155:6:46" + } + ] + }, + { + "nativeSrc": "4179:47:46", + "nodeType": "YulAssignment", + "src": "4179:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4211:9:46", + "nodeType": "YulIdentifier", + "src": "4211:9:46" + }, + { + "kind": "number", + "nativeSrc": "4222:2:46", + "nodeType": "YulLiteral", + "src": "4222:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4207:3:46", + "nodeType": "YulIdentifier", + "src": "4207:3:46" + }, + "nativeSrc": "4207:18:46", + "nodeType": "YulFunctionCall", + "src": "4207:18:46" + } + ], + "functionName": { + "name": "abi_decode_uint32", + "nativeSrc": "4189:17:46", + "nodeType": "YulIdentifier", + "src": "4189:17:46" + }, + "nativeSrc": "4189:37:46", + "nodeType": "YulFunctionCall", + "src": "4189:37:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "4179:6:46", + "nodeType": "YulIdentifier", + "src": "4179:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64t_addresst_uint32", + "nativeSrc": "3841:391:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3893:9:46", + "nodeType": "YulTypedName", + "src": "3893:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "3904:7:46", + "nodeType": "YulTypedName", + "src": "3904:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "3916:6:46", + "nodeType": "YulTypedName", + "src": "3916:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "3924:6:46", + "nodeType": "YulTypedName", + "src": "3924:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "3932:6:46", + "nodeType": "YulTypedName", + "src": "3932:6:46", + "type": "" + } + ], + "src": "3841:391:46" + }, + { + "body": { + "nativeSrc": "4323:233:46", + "nodeType": "YulBlock", + "src": "4323:233:46", + "statements": [ + { + "body": { + "nativeSrc": "4369:16:46", + "nodeType": "YulBlock", + "src": "4369:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4378:1:46", + "nodeType": "YulLiteral", + "src": "4378:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4381:1:46", + "nodeType": "YulLiteral", + "src": "4381:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "4371:6:46", + "nodeType": "YulIdentifier", + "src": "4371:6:46" + }, + "nativeSrc": "4371:12:46", + "nodeType": "YulFunctionCall", + "src": "4371:12:46" + }, + "nativeSrc": "4371:12:46", + "nodeType": "YulExpressionStatement", + "src": "4371:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "4344:7:46", + "nodeType": "YulIdentifier", + "src": "4344:7:46" + }, + { + "name": "headStart", + "nativeSrc": "4353:9:46", + "nodeType": "YulIdentifier", + "src": "4353:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "4340:3:46", + "nodeType": "YulIdentifier", + "src": "4340:3:46" + }, + "nativeSrc": "4340:23:46", + "nodeType": "YulFunctionCall", + "src": "4340:23:46" + }, + { + "kind": "number", + "nativeSrc": "4365:2:46", + "nodeType": "YulLiteral", + "src": "4365:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "4336:3:46", + "nodeType": "YulIdentifier", + "src": "4336:3:46" + }, + "nativeSrc": "4336:32:46", + "nodeType": "YulFunctionCall", + "src": "4336:32:46" + }, + "nativeSrc": "4333:52:46", + "nodeType": "YulIf", + "src": "4333:52:46" + }, + { + "nativeSrc": "4394:38:46", + "nodeType": "YulAssignment", + "src": "4394:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4422:9:46", + "nodeType": "YulIdentifier", + "src": "4422:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "4404:17:46", + "nodeType": "YulIdentifier", + "src": "4404:17:46" + }, + "nativeSrc": "4404:28:46", + "nodeType": "YulFunctionCall", + "src": "4404:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "4394:6:46", + "nodeType": "YulIdentifier", + "src": "4394:6:46" + } + ] + }, + { + "nativeSrc": "4441:45:46", + "nodeType": "YulVariableDeclaration", + "src": "4441:45:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4471:9:46", + "nodeType": "YulIdentifier", + "src": "4471:9:46" + }, + { + "kind": "number", + "nativeSrc": "4482:2:46", + "nodeType": "YulLiteral", + "src": "4482:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4467:3:46", + "nodeType": "YulIdentifier", + "src": "4467:3:46" + }, + "nativeSrc": "4467:18:46", + "nodeType": "YulFunctionCall", + "src": "4467:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "4454:12:46", + "nodeType": "YulIdentifier", + "src": "4454:12:46" + }, + "nativeSrc": "4454:32:46", + "nodeType": "YulFunctionCall", + "src": "4454:32:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "4445:5:46", + "nodeType": "YulTypedName", + "src": "4445:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "4520:5:46", + "nodeType": "YulIdentifier", + "src": "4520:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "4495:24:46", + "nodeType": "YulIdentifier", + "src": "4495:24:46" + }, + "nativeSrc": "4495:31:46", + "nodeType": "YulFunctionCall", + "src": "4495:31:46" + }, + "nativeSrc": "4495:31:46", + "nodeType": "YulExpressionStatement", + "src": "4495:31:46" + }, + { + "nativeSrc": "4535:15:46", + "nodeType": "YulAssignment", + "src": "4535:15:46", + "value": { + "name": "value", + "nativeSrc": "4545:5:46", + "nodeType": "YulIdentifier", + "src": "4545:5:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "4535:6:46", + "nodeType": "YulIdentifier", + "src": "4535:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64t_address", + "nativeSrc": "4237:319:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "4281:9:46", + "nodeType": "YulTypedName", + "src": "4281:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "4292:7:46", + "nodeType": "YulTypedName", + "src": "4292:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "4304:6:46", + "nodeType": "YulTypedName", + "src": "4304:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "4312:6:46", + "nodeType": "YulTypedName", + "src": "4312:6:46", + "type": "" + } + ], + "src": "4237:319:46" + }, + { + "body": { + "nativeSrc": "4738:282:46", + "nodeType": "YulBlock", + "src": "4738:282:46", + "statements": [ + { + "nativeSrc": "4748:27:46", + "nodeType": "YulAssignment", + "src": "4748:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4760:9:46", + "nodeType": "YulIdentifier", + "src": "4760:9:46" + }, + { + "kind": "number", + "nativeSrc": "4771:3:46", + "nodeType": "YulLiteral", + "src": "4771:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4756:3:46", + "nodeType": "YulIdentifier", + "src": "4756:3:46" + }, + "nativeSrc": "4756:19:46", + "nodeType": "YulFunctionCall", + "src": "4756:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "4748:4:46", + "nodeType": "YulIdentifier", + "src": "4748:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4791:9:46", + "nodeType": "YulIdentifier", + "src": "4791:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "4806:6:46", + "nodeType": "YulIdentifier", + "src": "4806:6:46" + }, + { + "kind": "number", + "nativeSrc": "4814:14:46", + "nodeType": "YulLiteral", + "src": "4814:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4802:3:46", + "nodeType": "YulIdentifier", + "src": "4802:3:46" + }, + "nativeSrc": "4802:27:46", + "nodeType": "YulFunctionCall", + "src": "4802:27:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4784:6:46", + "nodeType": "YulIdentifier", + "src": "4784:6:46" + }, + "nativeSrc": "4784:46:46", + "nodeType": "YulFunctionCall", + "src": "4784:46:46" + }, + "nativeSrc": "4784:46:46", + "nodeType": "YulExpressionStatement", + "src": "4784:46:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4850:9:46", + "nodeType": "YulIdentifier", + "src": "4850:9:46" + }, + { + "kind": "number", + "nativeSrc": "4861:2:46", + "nodeType": "YulLiteral", + "src": "4861:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4846:3:46", + "nodeType": "YulIdentifier", + "src": "4846:3:46" + }, + "nativeSrc": "4846:18:46", + "nodeType": "YulFunctionCall", + "src": "4846:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "4870:6:46", + "nodeType": "YulIdentifier", + "src": "4870:6:46" + }, + { + "kind": "number", + "nativeSrc": "4878:10:46", + "nodeType": "YulLiteral", + "src": "4878:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4866:3:46", + "nodeType": "YulIdentifier", + "src": "4866:3:46" + }, + "nativeSrc": "4866:23:46", + "nodeType": "YulFunctionCall", + "src": "4866:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4839:6:46", + "nodeType": "YulIdentifier", + "src": "4839:6:46" + }, + "nativeSrc": "4839:51:46", + "nodeType": "YulFunctionCall", + "src": "4839:51:46" + }, + "nativeSrc": "4839:51:46", + "nodeType": "YulExpressionStatement", + "src": "4839:51:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4910:9:46", + "nodeType": "YulIdentifier", + "src": "4910:9:46" + }, + { + "kind": "number", + "nativeSrc": "4921:2:46", + "nodeType": "YulLiteral", + "src": "4921:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4906:3:46", + "nodeType": "YulIdentifier", + "src": "4906:3:46" + }, + "nativeSrc": "4906:18:46", + "nodeType": "YulFunctionCall", + "src": "4906:18:46" + }, + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "4930:6:46", + "nodeType": "YulIdentifier", + "src": "4930:6:46" + }, + { + "kind": "number", + "nativeSrc": "4938:10:46", + "nodeType": "YulLiteral", + "src": "4938:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4926:3:46", + "nodeType": "YulIdentifier", + "src": "4926:3:46" + }, + "nativeSrc": "4926:23:46", + "nodeType": "YulFunctionCall", + "src": "4926:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4899:6:46", + "nodeType": "YulIdentifier", + "src": "4899:6:46" + }, + "nativeSrc": "4899:51:46", + "nodeType": "YulFunctionCall", + "src": "4899:51:46" + }, + "nativeSrc": "4899:51:46", + "nodeType": "YulExpressionStatement", + "src": "4899:51:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4970:9:46", + "nodeType": "YulIdentifier", + "src": "4970:9:46" + }, + { + "kind": "number", + "nativeSrc": "4981:2:46", + "nodeType": "YulLiteral", + "src": "4981:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4966:3:46", + "nodeType": "YulIdentifier", + "src": "4966:3:46" + }, + "nativeSrc": "4966:18:46", + "nodeType": "YulFunctionCall", + "src": "4966:18:46" + }, + { + "arguments": [ + { + "name": "value3", + "nativeSrc": "4990:6:46", + "nodeType": "YulIdentifier", + "src": "4990:6:46" + }, + { + "kind": "number", + "nativeSrc": "4998:14:46", + "nodeType": "YulLiteral", + "src": "4998:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "4986:3:46", + "nodeType": "YulIdentifier", + "src": "4986:3:46" + }, + "nativeSrc": "4986:27:46", + "nodeType": "YulFunctionCall", + "src": "4986:27:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4959:6:46", + "nodeType": "YulIdentifier", + "src": "4959:6:46" + }, + "nativeSrc": "4959:55:46", + "nodeType": "YulFunctionCall", + "src": "4959:55:46" + }, + "nativeSrc": "4959:55:46", + "nodeType": "YulExpressionStatement", + "src": "4959:55:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "4683:9:46", + "nodeType": "YulTypedName", + "src": "4683:9:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "4694:6:46", + "nodeType": "YulTypedName", + "src": "4694:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "4702:6:46", + "nodeType": "YulTypedName", + "src": "4702:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "4710:6:46", + "nodeType": "YulTypedName", + "src": "4710:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "4718:6:46", + "nodeType": "YulTypedName", + "src": "4718:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "4729:4:46", + "nodeType": "YulTypedName", + "src": "4729:4:46", + "type": "" + } + ], + "src": "4561:459:46" + }, + { + "body": { + "nativeSrc": "5110:171:46", + "nodeType": "YulBlock", + "src": "5110:171:46", + "statements": [ + { + "body": { + "nativeSrc": "5156:16:46", + "nodeType": "YulBlock", + "src": "5156:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5165:1:46", + "nodeType": "YulLiteral", + "src": "5165:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5168:1:46", + "nodeType": "YulLiteral", + "src": "5168:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5158:6:46", + "nodeType": "YulIdentifier", + "src": "5158:6:46" + }, + "nativeSrc": "5158:12:46", + "nodeType": "YulFunctionCall", + "src": "5158:12:46" + }, + "nativeSrc": "5158:12:46", + "nodeType": "YulExpressionStatement", + "src": "5158:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5131:7:46", + "nodeType": "YulIdentifier", + "src": "5131:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5140:9:46", + "nodeType": "YulIdentifier", + "src": "5140:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5127:3:46", + "nodeType": "YulIdentifier", + "src": "5127:3:46" + }, + "nativeSrc": "5127:23:46", + "nodeType": "YulFunctionCall", + "src": "5127:23:46" + }, + { + "kind": "number", + "nativeSrc": "5152:2:46", + "nodeType": "YulLiteral", + "src": "5152:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5123:3:46", + "nodeType": "YulIdentifier", + "src": "5123:3:46" + }, + "nativeSrc": "5123:32:46", + "nodeType": "YulFunctionCall", + "src": "5123:32:46" + }, + "nativeSrc": "5120:52:46", + "nodeType": "YulIf", + "src": "5120:52:46" + }, + { + "nativeSrc": "5181:38:46", + "nodeType": "YulAssignment", + "src": "5181:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5209:9:46", + "nodeType": "YulIdentifier", + "src": "5209:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "5191:17:46", + "nodeType": "YulIdentifier", + "src": "5191:17:46" + }, + "nativeSrc": "5191:28:46", + "nodeType": "YulFunctionCall", + "src": "5191:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5181:6:46", + "nodeType": "YulIdentifier", + "src": "5181:6:46" + } + ] + }, + { + "nativeSrc": "5228:47:46", + "nodeType": "YulAssignment", + "src": "5228:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5260:9:46", + "nodeType": "YulIdentifier", + "src": "5260:9:46" + }, + { + "kind": "number", + "nativeSrc": "5271:2:46", + "nodeType": "YulLiteral", + "src": "5271:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5256:3:46", + "nodeType": "YulIdentifier", + "src": "5256:3:46" + }, + "nativeSrc": "5256:18:46", + "nodeType": "YulFunctionCall", + "src": "5256:18:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "5238:17:46", + "nodeType": "YulIdentifier", + "src": "5238:17:46" + }, + "nativeSrc": "5238:37:46", + "nodeType": "YulFunctionCall", + "src": "5238:37:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "5228:6:46", + "nodeType": "YulIdentifier", + "src": "5228:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64t_uint64", + "nativeSrc": "5025:256:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5068:9:46", + "nodeType": "YulTypedName", + "src": "5068:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5079:7:46", + "nodeType": "YulTypedName", + "src": "5079:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5091:6:46", + "nodeType": "YulTypedName", + "src": "5091:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "5099:6:46", + "nodeType": "YulTypedName", + "src": "5099:6:46", + "type": "" + } + ], + "src": "5025:256:46" + }, + { + "body": { + "nativeSrc": "5356:110:46", + "nodeType": "YulBlock", + "src": "5356:110:46", + "statements": [ + { + "body": { + "nativeSrc": "5402:16:46", + "nodeType": "YulBlock", + "src": "5402:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5411:1:46", + "nodeType": "YulLiteral", + "src": "5411:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5414:1:46", + "nodeType": "YulLiteral", + "src": "5414:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5404:6:46", + "nodeType": "YulIdentifier", + "src": "5404:6:46" + }, + "nativeSrc": "5404:12:46", + "nodeType": "YulFunctionCall", + "src": "5404:12:46" + }, + "nativeSrc": "5404:12:46", + "nodeType": "YulExpressionStatement", + "src": "5404:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5377:7:46", + "nodeType": "YulIdentifier", + "src": "5377:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5386:9:46", + "nodeType": "YulIdentifier", + "src": "5386:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5373:3:46", + "nodeType": "YulIdentifier", + "src": "5373:3:46" + }, + "nativeSrc": "5373:23:46", + "nodeType": "YulFunctionCall", + "src": "5373:23:46" + }, + { + "kind": "number", + "nativeSrc": "5398:2:46", + "nodeType": "YulLiteral", + "src": "5398:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5369:3:46", + "nodeType": "YulIdentifier", + "src": "5369:3:46" + }, + "nativeSrc": "5369:32:46", + "nodeType": "YulFunctionCall", + "src": "5369:32:46" + }, + "nativeSrc": "5366:52:46", + "nodeType": "YulIf", + "src": "5366:52:46" + }, + { + "nativeSrc": "5427:33:46", + "nodeType": "YulAssignment", + "src": "5427:33:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5450:9:46", + "nodeType": "YulIdentifier", + "src": "5450:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "5437:12:46", + "nodeType": "YulIdentifier", + "src": "5437:12:46" + }, + "nativeSrc": "5437:23:46", + "nodeType": "YulFunctionCall", + "src": "5437:23:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5427:6:46", + "nodeType": "YulIdentifier", + "src": "5427:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes32", + "nativeSrc": "5286:180:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5322:9:46", + "nodeType": "YulTypedName", + "src": "5322:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5333:7:46", + "nodeType": "YulTypedName", + "src": "5333:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5345:6:46", + "nodeType": "YulTypedName", + "src": "5345:6:46", + "type": "" + } + ], + "src": "5286:180:46" + }, + { + "body": { + "nativeSrc": "5570:97:46", + "nodeType": "YulBlock", + "src": "5570:97:46", + "statements": [ + { + "nativeSrc": "5580:26:46", + "nodeType": "YulAssignment", + "src": "5580:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5592:9:46", + "nodeType": "YulIdentifier", + "src": "5592:9:46" + }, + { + "kind": "number", + "nativeSrc": "5603:2:46", + "nodeType": "YulLiteral", + "src": "5603:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5588:3:46", + "nodeType": "YulIdentifier", + "src": "5588:3:46" + }, + "nativeSrc": "5588:18:46", + "nodeType": "YulFunctionCall", + "src": "5588:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "5580:4:46", + "nodeType": "YulIdentifier", + "src": "5580:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5622:9:46", + "nodeType": "YulIdentifier", + "src": "5622:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "5637:6:46", + "nodeType": "YulIdentifier", + "src": "5637:6:46" + }, + { + "kind": "number", + "nativeSrc": "5645:14:46", + "nodeType": "YulLiteral", + "src": "5645:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "5633:3:46", + "nodeType": "YulIdentifier", + "src": "5633:3:46" + }, + "nativeSrc": "5633:27:46", + "nodeType": "YulFunctionCall", + "src": "5633:27:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5615:6:46", + "nodeType": "YulIdentifier", + "src": "5615:6:46" + }, + "nativeSrc": "5615:46:46", + "nodeType": "YulFunctionCall", + "src": "5615:46:46" + }, + "nativeSrc": "5615:46:46", + "nodeType": "YulExpressionStatement", + "src": "5615:46:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint48__to_t_uint48__fromStack_reversed", + "nativeSrc": "5471:196:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5539:9:46", + "nodeType": "YulTypedName", + "src": "5539:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "5550:6:46", + "nodeType": "YulTypedName", + "src": "5550:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "5561:4:46", + "nodeType": "YulTypedName", + "src": "5561:4:46", + "type": "" + } + ], + "src": "5471:196:46" + }, + { + "body": { + "nativeSrc": "5742:177:46", + "nodeType": "YulBlock", + "src": "5742:177:46", + "statements": [ + { + "body": { + "nativeSrc": "5788:16:46", + "nodeType": "YulBlock", + "src": "5788:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5797:1:46", + "nodeType": "YulLiteral", + "src": "5797:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5800:1:46", + "nodeType": "YulLiteral", + "src": "5800:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5790:6:46", + "nodeType": "YulIdentifier", + "src": "5790:6:46" + }, + "nativeSrc": "5790:12:46", + "nodeType": "YulFunctionCall", + "src": "5790:12:46" + }, + "nativeSrc": "5790:12:46", + "nodeType": "YulExpressionStatement", + "src": "5790:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5763:7:46", + "nodeType": "YulIdentifier", + "src": "5763:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5772:9:46", + "nodeType": "YulIdentifier", + "src": "5772:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5759:3:46", + "nodeType": "YulIdentifier", + "src": "5759:3:46" + }, + "nativeSrc": "5759:23:46", + "nodeType": "YulFunctionCall", + "src": "5759:23:46" + }, + { + "kind": "number", + "nativeSrc": "5784:2:46", + "nodeType": "YulLiteral", + "src": "5784:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5755:3:46", + "nodeType": "YulIdentifier", + "src": "5755:3:46" + }, + "nativeSrc": "5755:32:46", + "nodeType": "YulFunctionCall", + "src": "5755:32:46" + }, + "nativeSrc": "5752:52:46", + "nodeType": "YulIf", + "src": "5752:52:46" + }, + { + "nativeSrc": "5813:36:46", + "nodeType": "YulVariableDeclaration", + "src": "5813:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5839:9:46", + "nodeType": "YulIdentifier", + "src": "5839:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "5826:12:46", + "nodeType": "YulIdentifier", + "src": "5826:12:46" + }, + "nativeSrc": "5826:23:46", + "nodeType": "YulFunctionCall", + "src": "5826:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "5817:5:46", + "nodeType": "YulTypedName", + "src": "5817:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "5883:5:46", + "nodeType": "YulIdentifier", + "src": "5883:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "5858:24:46", + "nodeType": "YulIdentifier", + "src": "5858:24:46" + }, + "nativeSrc": "5858:31:46", + "nodeType": "YulFunctionCall", + "src": "5858:31:46" + }, + "nativeSrc": "5858:31:46", + "nodeType": "YulExpressionStatement", + "src": "5858:31:46" + }, + { + "nativeSrc": "5898:15:46", + "nodeType": "YulAssignment", + "src": "5898:15:46", + "value": { + "name": "value", + "nativeSrc": "5908:5:46", + "nodeType": "YulIdentifier", + "src": "5908:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5898:6:46", + "nodeType": "YulIdentifier", + "src": "5898:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_address", + "nativeSrc": "5672:247:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5708:9:46", + "nodeType": "YulTypedName", + "src": "5708:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5719:7:46", + "nodeType": "YulTypedName", + "src": "5719:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5731:6:46", + "nodeType": "YulTypedName", + "src": "5731:6:46", + "type": "" + } + ], + "src": "5672:247:46" + }, + { + "body": { + "nativeSrc": "5968:133:46", + "nodeType": "YulBlock", + "src": "5968:133:46", + "statements": [ + { + "body": { + "nativeSrc": "6079:16:46", + "nodeType": "YulBlock", + "src": "6079:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6088:1:46", + "nodeType": "YulLiteral", + "src": "6088:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6091:1:46", + "nodeType": "YulLiteral", + "src": "6091:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6081:6:46", + "nodeType": "YulIdentifier", + "src": "6081:6:46" + }, + "nativeSrc": "6081:12:46", + "nodeType": "YulFunctionCall", + "src": "6081:12:46" + }, + "nativeSrc": "6081:12:46", + "nodeType": "YulExpressionStatement", + "src": "6081:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "5991:5:46", + "nodeType": "YulIdentifier", + "src": "5991:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "6002:5:46", + "nodeType": "YulIdentifier", + "src": "6002:5:46" + }, + { + "kind": "number", + "nativeSrc": "6009:66:46", + "nodeType": "YulLiteral", + "src": "6009:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "5998:3:46", + "nodeType": "YulIdentifier", + "src": "5998:3:46" + }, + "nativeSrc": "5998:78:46", + "nodeType": "YulFunctionCall", + "src": "5998:78:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "5988:2:46", + "nodeType": "YulIdentifier", + "src": "5988:2:46" + }, + "nativeSrc": "5988:89:46", + "nodeType": "YulFunctionCall", + "src": "5988:89:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "5981:6:46", + "nodeType": "YulIdentifier", + "src": "5981:6:46" + }, + "nativeSrc": "5981:97:46", + "nodeType": "YulFunctionCall", + "src": "5981:97:46" + }, + "nativeSrc": "5978:117:46", + "nodeType": "YulIf", + "src": "5978:117:46" + } + ] + }, + "name": "validator_revert_bytes4", + "nativeSrc": "5924:177:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "5957:5:46", + "nodeType": "YulTypedName", + "src": "5957:5:46", + "type": "" + } + ], + "src": "5924:177:46" + }, + { + "body": { + "nativeSrc": "6192:300:46", + "nodeType": "YulBlock", + "src": "6192:300:46", + "statements": [ + { + "body": { + "nativeSrc": "6238:16:46", + "nodeType": "YulBlock", + "src": "6238:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6247:1:46", + "nodeType": "YulLiteral", + "src": "6247:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6250:1:46", + "nodeType": "YulLiteral", + "src": "6250:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6240:6:46", + "nodeType": "YulIdentifier", + "src": "6240:6:46" + }, + "nativeSrc": "6240:12:46", + "nodeType": "YulFunctionCall", + "src": "6240:12:46" + }, + "nativeSrc": "6240:12:46", + "nodeType": "YulExpressionStatement", + "src": "6240:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "6213:7:46", + "nodeType": "YulIdentifier", + "src": "6213:7:46" + }, + { + "name": "headStart", + "nativeSrc": "6222:9:46", + "nodeType": "YulIdentifier", + "src": "6222:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "6209:3:46", + "nodeType": "YulIdentifier", + "src": "6209:3:46" + }, + "nativeSrc": "6209:23:46", + "nodeType": "YulFunctionCall", + "src": "6209:23:46" + }, + { + "kind": "number", + "nativeSrc": "6234:2:46", + "nodeType": "YulLiteral", + "src": "6234:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "6205:3:46", + "nodeType": "YulIdentifier", + "src": "6205:3:46" + }, + "nativeSrc": "6205:32:46", + "nodeType": "YulFunctionCall", + "src": "6205:32:46" + }, + "nativeSrc": "6202:52:46", + "nodeType": "YulIf", + "src": "6202:52:46" + }, + { + "nativeSrc": "6263:36:46", + "nodeType": "YulVariableDeclaration", + "src": "6263:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6289:9:46", + "nodeType": "YulIdentifier", + "src": "6289:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "6276:12:46", + "nodeType": "YulIdentifier", + "src": "6276:12:46" + }, + "nativeSrc": "6276:23:46", + "nodeType": "YulFunctionCall", + "src": "6276:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "6267:5:46", + "nodeType": "YulTypedName", + "src": "6267:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "6333:5:46", + "nodeType": "YulIdentifier", + "src": "6333:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "6308:24:46", + "nodeType": "YulIdentifier", + "src": "6308:24:46" + }, + "nativeSrc": "6308:31:46", + "nodeType": "YulFunctionCall", + "src": "6308:31:46" + }, + "nativeSrc": "6308:31:46", + "nodeType": "YulExpressionStatement", + "src": "6308:31:46" + }, + { + "nativeSrc": "6348:15:46", + "nodeType": "YulAssignment", + "src": "6348:15:46", + "value": { + "name": "value", + "nativeSrc": "6358:5:46", + "nodeType": "YulIdentifier", + "src": "6358:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "6348:6:46", + "nodeType": "YulIdentifier", + "src": "6348:6:46" + } + ] + }, + { + "nativeSrc": "6372:47:46", + "nodeType": "YulVariableDeclaration", + "src": "6372:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6404:9:46", + "nodeType": "YulIdentifier", + "src": "6404:9:46" + }, + { + "kind": "number", + "nativeSrc": "6415:2:46", + "nodeType": "YulLiteral", + "src": "6415:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6400:3:46", + "nodeType": "YulIdentifier", + "src": "6400:3:46" + }, + "nativeSrc": "6400:18:46", + "nodeType": "YulFunctionCall", + "src": "6400:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "6387:12:46", + "nodeType": "YulIdentifier", + "src": "6387:12:46" + }, + "nativeSrc": "6387:32:46", + "nodeType": "YulFunctionCall", + "src": "6387:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "6376:7:46", + "nodeType": "YulTypedName", + "src": "6376:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "6452:7:46", + "nodeType": "YulIdentifier", + "src": "6452:7:46" + } + ], + "functionName": { + "name": "validator_revert_bytes4", + "nativeSrc": "6428:23:46", + "nodeType": "YulIdentifier", + "src": "6428:23:46" + }, + "nativeSrc": "6428:32:46", + "nodeType": "YulFunctionCall", + "src": "6428:32:46" + }, + "nativeSrc": "6428:32:46", + "nodeType": "YulExpressionStatement", + "src": "6428:32:46" + }, + { + "nativeSrc": "6469:17:46", + "nodeType": "YulAssignment", + "src": "6469:17:46", + "value": { + "name": "value_1", + "nativeSrc": "6479:7:46", + "nodeType": "YulIdentifier", + "src": "6479:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "6469:6:46", + "nodeType": "YulIdentifier", + "src": "6469:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_bytes4", + "nativeSrc": "6106:386:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "6150:9:46", + "nodeType": "YulTypedName", + "src": "6150:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "6161:7:46", + "nodeType": "YulTypedName", + "src": "6161:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "6173:6:46", + "nodeType": "YulTypedName", + "src": "6173:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "6181:6:46", + "nodeType": "YulTypedName", + "src": "6181:6:46", + "type": "" + } + ], + "src": "6106:386:46" + }, + { + "body": { + "nativeSrc": "6603:376:46", + "nodeType": "YulBlock", + "src": "6603:376:46", + "statements": [ + { + "body": { + "nativeSrc": "6649:16:46", + "nodeType": "YulBlock", + "src": "6649:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6658:1:46", + "nodeType": "YulLiteral", + "src": "6658:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6661:1:46", + "nodeType": "YulLiteral", + "src": "6661:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6651:6:46", + "nodeType": "YulIdentifier", + "src": "6651:6:46" + }, + "nativeSrc": "6651:12:46", + "nodeType": "YulFunctionCall", + "src": "6651:12:46" + }, + "nativeSrc": "6651:12:46", + "nodeType": "YulExpressionStatement", + "src": "6651:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "6624:7:46", + "nodeType": "YulIdentifier", + "src": "6624:7:46" + }, + { + "name": "headStart", + "nativeSrc": "6633:9:46", + "nodeType": "YulIdentifier", + "src": "6633:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "6620:3:46", + "nodeType": "YulIdentifier", + "src": "6620:3:46" + }, + "nativeSrc": "6620:23:46", + "nodeType": "YulFunctionCall", + "src": "6620:23:46" + }, + { + "kind": "number", + "nativeSrc": "6645:2:46", + "nodeType": "YulLiteral", + "src": "6645:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "6616:3:46", + "nodeType": "YulIdentifier", + "src": "6616:3:46" + }, + "nativeSrc": "6616:32:46", + "nodeType": "YulFunctionCall", + "src": "6616:32:46" + }, + "nativeSrc": "6613:52:46", + "nodeType": "YulIf", + "src": "6613:52:46" + }, + { + "nativeSrc": "6674:38:46", + "nodeType": "YulAssignment", + "src": "6674:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6702:9:46", + "nodeType": "YulIdentifier", + "src": "6702:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "6684:17:46", + "nodeType": "YulIdentifier", + "src": "6684:17:46" + }, + "nativeSrc": "6684:28:46", + "nodeType": "YulFunctionCall", + "src": "6684:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "6674:6:46", + "nodeType": "YulIdentifier", + "src": "6674:6:46" + } + ] + }, + { + "nativeSrc": "6721:46:46", + "nodeType": "YulVariableDeclaration", + "src": "6721:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6752:9:46", + "nodeType": "YulIdentifier", + "src": "6752:9:46" + }, + { + "kind": "number", + "nativeSrc": "6763:2:46", + "nodeType": "YulLiteral", + "src": "6763:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6748:3:46", + "nodeType": "YulIdentifier", + "src": "6748:3:46" + }, + "nativeSrc": "6748:18:46", + "nodeType": "YulFunctionCall", + "src": "6748:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "6735:12:46", + "nodeType": "YulIdentifier", + "src": "6735:12:46" + }, + "nativeSrc": "6735:32:46", + "nodeType": "YulFunctionCall", + "src": "6735:32:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "6725:6:46", + "nodeType": "YulTypedName", + "src": "6725:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "6810:16:46", + "nodeType": "YulBlock", + "src": "6810:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6819:1:46", + "nodeType": "YulLiteral", + "src": "6819:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6822:1:46", + "nodeType": "YulLiteral", + "src": "6822:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6812:6:46", + "nodeType": "YulIdentifier", + "src": "6812:6:46" + }, + "nativeSrc": "6812:12:46", + "nodeType": "YulFunctionCall", + "src": "6812:12:46" + }, + "nativeSrc": "6812:12:46", + "nodeType": "YulExpressionStatement", + "src": "6812:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "6782:6:46", + "nodeType": "YulIdentifier", + "src": "6782:6:46" + }, + { + "kind": "number", + "nativeSrc": "6790:18:46", + "nodeType": "YulLiteral", + "src": "6790:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "6779:2:46", + "nodeType": "YulIdentifier", + "src": "6779:2:46" + }, + "nativeSrc": "6779:30:46", + "nodeType": "YulFunctionCall", + "src": "6779:30:46" + }, + "nativeSrc": "6776:50:46", + "nodeType": "YulIf", + "src": "6776:50:46" + }, + { + "nativeSrc": "6835:84:46", + "nodeType": "YulVariableDeclaration", + "src": "6835:84:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6891:9:46", + "nodeType": "YulIdentifier", + "src": "6891:9:46" + }, + { + "name": "offset", + "nativeSrc": "6902:6:46", + "nodeType": "YulIdentifier", + "src": "6902:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6887:3:46", + "nodeType": "YulIdentifier", + "src": "6887:3:46" + }, + "nativeSrc": "6887:22:46", + "nodeType": "YulFunctionCall", + "src": "6887:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "6911:7:46", + "nodeType": "YulIdentifier", + "src": "6911:7:46" + } + ], + "functionName": { + "name": "abi_decode_bytes_calldata", + "nativeSrc": "6861:25:46", + "nodeType": "YulIdentifier", + "src": "6861:25:46" + }, + "nativeSrc": "6861:58:46", + "nodeType": "YulFunctionCall", + "src": "6861:58:46" + }, + "variables": [ + { + "name": "value1_1", + "nativeSrc": "6839:8:46", + "nodeType": "YulTypedName", + "src": "6839:8:46", + "type": "" + }, + { + "name": "value2_1", + "nativeSrc": "6849:8:46", + "nodeType": "YulTypedName", + "src": "6849:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "6928:18:46", + "nodeType": "YulAssignment", + "src": "6928:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "6938:8:46", + "nodeType": "YulIdentifier", + "src": "6938:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "6928:6:46", + "nodeType": "YulIdentifier", + "src": "6928:6:46" + } + ] + }, + { + "nativeSrc": "6955:18:46", + "nodeType": "YulAssignment", + "src": "6955:18:46", + "value": { + "name": "value2_1", + "nativeSrc": "6965:8:46", + "nodeType": "YulIdentifier", + "src": "6965:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "6955:6:46", + "nodeType": "YulIdentifier", + "src": "6955:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64t_string_calldata_ptr", + "nativeSrc": "6497:482:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "6553:9:46", + "nodeType": "YulTypedName", + "src": "6553:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "6564:7:46", + "nodeType": "YulTypedName", + "src": "6564:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "6576:6:46", + "nodeType": "YulTypedName", + "src": "6576:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "6584:6:46", + "nodeType": "YulTypedName", + "src": "6584:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "6592:6:46", + "nodeType": "YulTypedName", + "src": "6592:6:46", + "type": "" + } + ], + "src": "6497:482:46" + }, + { + "body": { + "nativeSrc": "7079:92:46", + "nodeType": "YulBlock", + "src": "7079:92:46", + "statements": [ + { + "nativeSrc": "7089:26:46", + "nodeType": "YulAssignment", + "src": "7089:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7101:9:46", + "nodeType": "YulIdentifier", + "src": "7101:9:46" + }, + { + "kind": "number", + "nativeSrc": "7112:2:46", + "nodeType": "YulLiteral", + "src": "7112:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7097:3:46", + "nodeType": "YulIdentifier", + "src": "7097:3:46" + }, + "nativeSrc": "7097:18:46", + "nodeType": "YulFunctionCall", + "src": "7097:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "7089:4:46", + "nodeType": "YulIdentifier", + "src": "7089:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7131:9:46", + "nodeType": "YulIdentifier", + "src": "7131:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "7156:6:46", + "nodeType": "YulIdentifier", + "src": "7156:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "7149:6:46", + "nodeType": "YulIdentifier", + "src": "7149:6:46" + }, + "nativeSrc": "7149:14:46", + "nodeType": "YulFunctionCall", + "src": "7149:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "7142:6:46", + "nodeType": "YulIdentifier", + "src": "7142:6:46" + }, + "nativeSrc": "7142:22:46", + "nodeType": "YulFunctionCall", + "src": "7142:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "7124:6:46", + "nodeType": "YulIdentifier", + "src": "7124:6:46" + }, + "nativeSrc": "7124:41:46", + "nodeType": "YulFunctionCall", + "src": "7124:41:46" + }, + "nativeSrc": "7124:41:46", + "nodeType": "YulExpressionStatement", + "src": "7124:41:46" + } + ] + }, + "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", + "nativeSrc": "6984:187:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "7048:9:46", + "nodeType": "YulTypedName", + "src": "7048:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "7059:6:46", + "nodeType": "YulTypedName", + "src": "7059:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "7070:4:46", + "nodeType": "YulTypedName", + "src": "7070:4:46", + "type": "" + } + ], + "src": "6984:187:46" + }, + { + "body": { + "nativeSrc": "7261:171:46", + "nodeType": "YulBlock", + "src": "7261:171:46", + "statements": [ + { + "body": { + "nativeSrc": "7307:16:46", + "nodeType": "YulBlock", + "src": "7307:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7316:1:46", + "nodeType": "YulLiteral", + "src": "7316:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "7319:1:46", + "nodeType": "YulLiteral", + "src": "7319:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "7309:6:46", + "nodeType": "YulIdentifier", + "src": "7309:6:46" + }, + "nativeSrc": "7309:12:46", + "nodeType": "YulFunctionCall", + "src": "7309:12:46" + }, + "nativeSrc": "7309:12:46", + "nodeType": "YulExpressionStatement", + "src": "7309:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "7282:7:46", + "nodeType": "YulIdentifier", + "src": "7282:7:46" + }, + { + "name": "headStart", + "nativeSrc": "7291:9:46", + "nodeType": "YulIdentifier", + "src": "7291:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "7278:3:46", + "nodeType": "YulIdentifier", + "src": "7278:3:46" + }, + "nativeSrc": "7278:23:46", + "nodeType": "YulFunctionCall", + "src": "7278:23:46" + }, + { + "kind": "number", + "nativeSrc": "7303:2:46", + "nodeType": "YulLiteral", + "src": "7303:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "7274:3:46", + "nodeType": "YulIdentifier", + "src": "7274:3:46" + }, + "nativeSrc": "7274:32:46", + "nodeType": "YulFunctionCall", + "src": "7274:32:46" + }, + "nativeSrc": "7271:52:46", + "nodeType": "YulIf", + "src": "7271:52:46" + }, + { + "nativeSrc": "7332:38:46", + "nodeType": "YulAssignment", + "src": "7332:38:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7360:9:46", + "nodeType": "YulIdentifier", + "src": "7360:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64", + "nativeSrc": "7342:17:46", + "nodeType": "YulIdentifier", + "src": "7342:17:46" + }, + "nativeSrc": "7342:28:46", + "nodeType": "YulFunctionCall", + "src": "7342:28:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "7332:6:46", + "nodeType": "YulIdentifier", + "src": "7332:6:46" + } + ] + }, + { + "nativeSrc": "7379:47:46", + "nodeType": "YulAssignment", + "src": "7379:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7411:9:46", + "nodeType": "YulIdentifier", + "src": "7411:9:46" + }, + { + "kind": "number", + "nativeSrc": "7422:2:46", + "nodeType": "YulLiteral", + "src": "7422:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7407:3:46", + "nodeType": "YulIdentifier", + "src": "7407:3:46" + }, + "nativeSrc": "7407:18:46", + "nodeType": "YulFunctionCall", + "src": "7407:18:46" + } + ], + "functionName": { + "name": "abi_decode_uint32", + "nativeSrc": "7389:17:46", + "nodeType": "YulIdentifier", + "src": "7389:17:46" + }, + "nativeSrc": "7389:37:46", + "nodeType": "YulFunctionCall", + "src": "7389:37:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "7379:6:46", + "nodeType": "YulIdentifier", + "src": "7379:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64t_uint32", + "nativeSrc": "7176:256:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "7219:9:46", + "nodeType": "YulTypedName", + "src": "7219:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "7230:7:46", + "nodeType": "YulTypedName", + "src": "7230:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "7242:6:46", + "nodeType": "YulTypedName", + "src": "7242:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "7250:6:46", + "nodeType": "YulTypedName", + "src": "7250:6:46", + "type": "" + } + ], + "src": "7176:256:46" + }, + { + "body": { + "nativeSrc": "7560:562:46", + "nodeType": "YulBlock", + "src": "7560:562:46", + "statements": [ + { + "body": { + "nativeSrc": "7606:16:46", + "nodeType": "YulBlock", + "src": "7606:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7615:1:46", + "nodeType": "YulLiteral", + "src": "7615:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "7618:1:46", + "nodeType": "YulLiteral", + "src": "7618:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "7608:6:46", + "nodeType": "YulIdentifier", + "src": "7608:6:46" + }, + "nativeSrc": "7608:12:46", + "nodeType": "YulFunctionCall", + "src": "7608:12:46" + }, + "nativeSrc": "7608:12:46", + "nodeType": "YulExpressionStatement", + "src": "7608:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "7581:7:46", + "nodeType": "YulIdentifier", + "src": "7581:7:46" + }, + { + "name": "headStart", + "nativeSrc": "7590:9:46", + "nodeType": "YulIdentifier", + "src": "7590:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "7577:3:46", + "nodeType": "YulIdentifier", + "src": "7577:3:46" + }, + "nativeSrc": "7577:23:46", + "nodeType": "YulFunctionCall", + "src": "7577:23:46" + }, + { + "kind": "number", + "nativeSrc": "7602:2:46", + "nodeType": "YulLiteral", + "src": "7602:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "7573:3:46", + "nodeType": "YulIdentifier", + "src": "7573:3:46" + }, + "nativeSrc": "7573:32:46", + "nodeType": "YulFunctionCall", + "src": "7573:32:46" + }, + "nativeSrc": "7570:52:46", + "nodeType": "YulIf", + "src": "7570:52:46" + }, + { + "nativeSrc": "7631:36:46", + "nodeType": "YulVariableDeclaration", + "src": "7631:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7657:9:46", + "nodeType": "YulIdentifier", + "src": "7657:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "7644:12:46", + "nodeType": "YulIdentifier", + "src": "7644:12:46" + }, + "nativeSrc": "7644:23:46", + "nodeType": "YulFunctionCall", + "src": "7644:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "7635:5:46", + "nodeType": "YulTypedName", + "src": "7635:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "7701:5:46", + "nodeType": "YulIdentifier", + "src": "7701:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "7676:24:46", + "nodeType": "YulIdentifier", + "src": "7676:24:46" + }, + "nativeSrc": "7676:31:46", + "nodeType": "YulFunctionCall", + "src": "7676:31:46" + }, + "nativeSrc": "7676:31:46", + "nodeType": "YulExpressionStatement", + "src": "7676:31:46" + }, + { + "nativeSrc": "7716:15:46", + "nodeType": "YulAssignment", + "src": "7716:15:46", + "value": { + "name": "value", + "nativeSrc": "7726:5:46", + "nodeType": "YulIdentifier", + "src": "7726:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "7716:6:46", + "nodeType": "YulIdentifier", + "src": "7716:6:46" + } + ] + }, + { + "nativeSrc": "7740:47:46", + "nodeType": "YulVariableDeclaration", + "src": "7740:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7772:9:46", + "nodeType": "YulIdentifier", + "src": "7772:9:46" + }, + { + "kind": "number", + "nativeSrc": "7783:2:46", + "nodeType": "YulLiteral", + "src": "7783:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7768:3:46", + "nodeType": "YulIdentifier", + "src": "7768:3:46" + }, + "nativeSrc": "7768:18:46", + "nodeType": "YulFunctionCall", + "src": "7768:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "7755:12:46", + "nodeType": "YulIdentifier", + "src": "7755:12:46" + }, + "nativeSrc": "7755:32:46", + "nodeType": "YulFunctionCall", + "src": "7755:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "7744:7:46", + "nodeType": "YulTypedName", + "src": "7744:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "7821:7:46", + "nodeType": "YulIdentifier", + "src": "7821:7:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "7796:24:46", + "nodeType": "YulIdentifier", + "src": "7796:24:46" + }, + "nativeSrc": "7796:33:46", + "nodeType": "YulFunctionCall", + "src": "7796:33:46" + }, + "nativeSrc": "7796:33:46", + "nodeType": "YulExpressionStatement", + "src": "7796:33:46" + }, + { + "nativeSrc": "7838:17:46", + "nodeType": "YulAssignment", + "src": "7838:17:46", + "value": { + "name": "value_1", + "nativeSrc": "7848:7:46", + "nodeType": "YulIdentifier", + "src": "7848:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "7838:6:46", + "nodeType": "YulIdentifier", + "src": "7838:6:46" + } + ] + }, + { + "nativeSrc": "7864:46:46", + "nodeType": "YulVariableDeclaration", + "src": "7864:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "7895:9:46", + "nodeType": "YulIdentifier", + "src": "7895:9:46" + }, + { + "kind": "number", + "nativeSrc": "7906:2:46", + "nodeType": "YulLiteral", + "src": "7906:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "7891:3:46", + "nodeType": "YulIdentifier", + "src": "7891:3:46" + }, + "nativeSrc": "7891:18:46", + "nodeType": "YulFunctionCall", + "src": "7891:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "7878:12:46", + "nodeType": "YulIdentifier", + "src": "7878:12:46" + }, + "nativeSrc": "7878:32:46", + "nodeType": "YulFunctionCall", + "src": "7878:32:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "7868:6:46", + "nodeType": "YulTypedName", + "src": "7868:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "7953:16:46", + "nodeType": "YulBlock", + "src": "7953:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "7962:1:46", + "nodeType": "YulLiteral", + "src": "7962:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "7965:1:46", + "nodeType": "YulLiteral", + "src": "7965:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "7955:6:46", + "nodeType": "YulIdentifier", + "src": "7955:6:46" + }, + "nativeSrc": "7955:12:46", + "nodeType": "YulFunctionCall", + "src": "7955:12:46" + }, + "nativeSrc": "7955:12:46", + "nodeType": "YulExpressionStatement", + "src": "7955:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "7925:6:46", + "nodeType": "YulIdentifier", + "src": "7925:6:46" + }, + { + "kind": "number", + "nativeSrc": "7933:18:46", + "nodeType": "YulLiteral", + "src": "7933:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "7922:2:46", + "nodeType": "YulIdentifier", + "src": "7922:2:46" + }, + "nativeSrc": "7922:30:46", + "nodeType": "YulFunctionCall", + "src": "7922:30:46" + }, + "nativeSrc": "7919:50:46", + "nodeType": "YulIf", + "src": "7919:50:46" + }, + { + "nativeSrc": "7978:84:46", + "nodeType": "YulVariableDeclaration", + "src": "7978:84:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8034:9:46", + "nodeType": "YulIdentifier", + "src": "8034:9:46" + }, + { + "name": "offset", + "nativeSrc": "8045:6:46", + "nodeType": "YulIdentifier", + "src": "8045:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8030:3:46", + "nodeType": "YulIdentifier", + "src": "8030:3:46" + }, + "nativeSrc": "8030:22:46", + "nodeType": "YulFunctionCall", + "src": "8030:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "8054:7:46", + "nodeType": "YulIdentifier", + "src": "8054:7:46" + } + ], + "functionName": { + "name": "abi_decode_bytes_calldata", + "nativeSrc": "8004:25:46", + "nodeType": "YulIdentifier", + "src": "8004:25:46" + }, + "nativeSrc": "8004:58:46", + "nodeType": "YulFunctionCall", + "src": "8004:58:46" + }, + "variables": [ + { + "name": "value2_1", + "nativeSrc": "7982:8:46", + "nodeType": "YulTypedName", + "src": "7982:8:46", + "type": "" + }, + { + "name": "value3_1", + "nativeSrc": "7992:8:46", + "nodeType": "YulTypedName", + "src": "7992:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "8071:18:46", + "nodeType": "YulAssignment", + "src": "8071:18:46", + "value": { + "name": "value2_1", + "nativeSrc": "8081:8:46", + "nodeType": "YulIdentifier", + "src": "8081:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "8071:6:46", + "nodeType": "YulIdentifier", + "src": "8071:6:46" + } + ] + }, + { + "nativeSrc": "8098:18:46", + "nodeType": "YulAssignment", + "src": "8098:18:46", + "value": { + "name": "value3_1", + "nativeSrc": "8108:8:46", + "nodeType": "YulIdentifier", + "src": "8108:8:46" + }, + "variableNames": [ + { + "name": "value3", + "nativeSrc": "8098:6:46", + "nodeType": "YulIdentifier", + "src": "8098:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr", + "nativeSrc": "7437:685:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "7502:9:46", + "nodeType": "YulTypedName", + "src": "7502:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "7513:7:46", + "nodeType": "YulTypedName", + "src": "7513:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "7525:6:46", + "nodeType": "YulTypedName", + "src": "7525:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "7533:6:46", + "nodeType": "YulTypedName", + "src": "7533:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "7541:6:46", + "nodeType": "YulTypedName", + "src": "7541:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "7549:6:46", + "nodeType": "YulTypedName", + "src": "7549:6:46", + "type": "" + } + ], + "src": "7437:685:46" + }, + { + "body": { + "nativeSrc": "8228:76:46", + "nodeType": "YulBlock", + "src": "8228:76:46", + "statements": [ + { + "nativeSrc": "8238:26:46", + "nodeType": "YulAssignment", + "src": "8238:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8250:9:46", + "nodeType": "YulIdentifier", + "src": "8250:9:46" + }, + { + "kind": "number", + "nativeSrc": "8261:2:46", + "nodeType": "YulLiteral", + "src": "8261:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8246:3:46", + "nodeType": "YulIdentifier", + "src": "8246:3:46" + }, + "nativeSrc": "8246:18:46", + "nodeType": "YulFunctionCall", + "src": "8246:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "8238:4:46", + "nodeType": "YulIdentifier", + "src": "8238:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8280:9:46", + "nodeType": "YulIdentifier", + "src": "8280:9:46" + }, + { + "name": "value0", + "nativeSrc": "8291:6:46", + "nodeType": "YulIdentifier", + "src": "8291:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8273:6:46", + "nodeType": "YulIdentifier", + "src": "8273:6:46" + }, + "nativeSrc": "8273:25:46", + "nodeType": "YulFunctionCall", + "src": "8273:25:46" + }, + "nativeSrc": "8273:25:46", + "nodeType": "YulExpressionStatement", + "src": "8273:25:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", + "nativeSrc": "8127:177:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "8197:9:46", + "nodeType": "YulTypedName", + "src": "8197:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "8208:6:46", + "nodeType": "YulTypedName", + "src": "8208:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "8219:4:46", + "nodeType": "YulTypedName", + "src": "8219:4:46", + "type": "" + } + ], + "src": "8127:177:46" + }, + { + "body": { + "nativeSrc": "8425:331:46", + "nodeType": "YulBlock", + "src": "8425:331:46", + "statements": [ + { + "body": { + "nativeSrc": "8471:16:46", + "nodeType": "YulBlock", + "src": "8471:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8480:1:46", + "nodeType": "YulLiteral", + "src": "8480:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "8483:1:46", + "nodeType": "YulLiteral", + "src": "8483:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "8473:6:46", + "nodeType": "YulIdentifier", + "src": "8473:6:46" + }, + "nativeSrc": "8473:12:46", + "nodeType": "YulFunctionCall", + "src": "8473:12:46" + }, + "nativeSrc": "8473:12:46", + "nodeType": "YulExpressionStatement", + "src": "8473:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "8446:7:46", + "nodeType": "YulIdentifier", + "src": "8446:7:46" + }, + { + "name": "headStart", + "nativeSrc": "8455:9:46", + "nodeType": "YulIdentifier", + "src": "8455:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "8442:3:46", + "nodeType": "YulIdentifier", + "src": "8442:3:46" + }, + "nativeSrc": "8442:23:46", + "nodeType": "YulFunctionCall", + "src": "8442:23:46" + }, + { + "kind": "number", + "nativeSrc": "8467:2:46", + "nodeType": "YulLiteral", + "src": "8467:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "8438:3:46", + "nodeType": "YulIdentifier", + "src": "8438:3:46" + }, + "nativeSrc": "8438:32:46", + "nodeType": "YulFunctionCall", + "src": "8438:32:46" + }, + "nativeSrc": "8435:52:46", + "nodeType": "YulIf", + "src": "8435:52:46" + }, + { + "nativeSrc": "8496:37:46", + "nodeType": "YulVariableDeclaration", + "src": "8496:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8523:9:46", + "nodeType": "YulIdentifier", + "src": "8523:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "8510:12:46", + "nodeType": "YulIdentifier", + "src": "8510:12:46" + }, + "nativeSrc": "8510:23:46", + "nodeType": "YulFunctionCall", + "src": "8510:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "8500:6:46", + "nodeType": "YulTypedName", + "src": "8500:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "8576:16:46", + "nodeType": "YulBlock", + "src": "8576:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "8585:1:46", + "nodeType": "YulLiteral", + "src": "8585:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "8588:1:46", + "nodeType": "YulLiteral", + "src": "8588:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "8578:6:46", + "nodeType": "YulIdentifier", + "src": "8578:6:46" + }, + "nativeSrc": "8578:12:46", + "nodeType": "YulFunctionCall", + "src": "8578:12:46" + }, + "nativeSrc": "8578:12:46", + "nodeType": "YulExpressionStatement", + "src": "8578:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "8548:6:46", + "nodeType": "YulIdentifier", + "src": "8548:6:46" + }, + { + "kind": "number", + "nativeSrc": "8556:18:46", + "nodeType": "YulLiteral", + "src": "8556:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "8545:2:46", + "nodeType": "YulIdentifier", + "src": "8545:2:46" + }, + "nativeSrc": "8545:30:46", + "nodeType": "YulFunctionCall", + "src": "8545:30:46" + }, + "nativeSrc": "8542:50:46", + "nodeType": "YulIf", + "src": "8542:50:46" + }, + { + "nativeSrc": "8601:95:46", + "nodeType": "YulVariableDeclaration", + "src": "8601:95:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "8668:9:46", + "nodeType": "YulIdentifier", + "src": "8668:9:46" + }, + { + "name": "offset", + "nativeSrc": "8679:6:46", + "nodeType": "YulIdentifier", + "src": "8679:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8664:3:46", + "nodeType": "YulIdentifier", + "src": "8664:3:46" + }, + "nativeSrc": "8664:22:46", + "nodeType": "YulFunctionCall", + "src": "8664:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "8688:7:46", + "nodeType": "YulIdentifier", + "src": "8688:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_bytes4_dyn_calldata", + "nativeSrc": "8627:36:46", + "nodeType": "YulIdentifier", + "src": "8627:36:46" + }, + "nativeSrc": "8627:69:46", + "nodeType": "YulFunctionCall", + "src": "8627:69:46" + }, + "variables": [ + { + "name": "value0_1", + "nativeSrc": "8605:8:46", + "nodeType": "YulTypedName", + "src": "8605:8:46", + "type": "" + }, + { + "name": "value1_1", + "nativeSrc": "8615:8:46", + "nodeType": "YulTypedName", + "src": "8615:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "8705:18:46", + "nodeType": "YulAssignment", + "src": "8705:18:46", + "value": { + "name": "value0_1", + "nativeSrc": "8715:8:46", + "nodeType": "YulIdentifier", + "src": "8715:8:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "8705:6:46", + "nodeType": "YulIdentifier", + "src": "8705:6:46" + } + ] + }, + { + "nativeSrc": "8732:18:46", + "nodeType": "YulAssignment", + "src": "8732:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "8742:8:46", + "nodeType": "YulIdentifier", + "src": "8742:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "8732:6:46", + "nodeType": "YulIdentifier", + "src": "8732:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", + "nativeSrc": "8309:447:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "8383:9:46", + "nodeType": "YulTypedName", + "src": "8383:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "8394:7:46", + "nodeType": "YulTypedName", + "src": "8394:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "8406:6:46", + "nodeType": "YulTypedName", + "src": "8406:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "8414:6:46", + "nodeType": "YulTypedName", + "src": "8414:6:46", + "type": "" + } + ], + "src": "8309:447:46" + }, + { + "body": { + "nativeSrc": "8827:184:46", + "nodeType": "YulBlock", + "src": "8827:184:46", + "statements": [ + { + "nativeSrc": "8837:10:46", + "nodeType": "YulVariableDeclaration", + "src": "8837:10:46", + "value": { + "kind": "number", + "nativeSrc": "8846:1:46", + "nodeType": "YulLiteral", + "src": "8846:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "8841:1:46", + "nodeType": "YulTypedName", + "src": "8841:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "8906:63:46", + "nodeType": "YulBlock", + "src": "8906:63:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "8931:3:46", + "nodeType": "YulIdentifier", + "src": "8931:3:46" + }, + { + "name": "i", + "nativeSrc": "8936:1:46", + "nodeType": "YulIdentifier", + "src": "8936:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8927:3:46", + "nodeType": "YulIdentifier", + "src": "8927:3:46" + }, + "nativeSrc": "8927:11:46", + "nodeType": "YulFunctionCall", + "src": "8927:11:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "8950:3:46", + "nodeType": "YulIdentifier", + "src": "8950:3:46" + }, + { + "name": "i", + "nativeSrc": "8955:1:46", + "nodeType": "YulIdentifier", + "src": "8955:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8946:3:46", + "nodeType": "YulIdentifier", + "src": "8946:3:46" + }, + "nativeSrc": "8946:11:46", + "nodeType": "YulFunctionCall", + "src": "8946:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "8940:5:46", + "nodeType": "YulIdentifier", + "src": "8940:5:46" + }, + "nativeSrc": "8940:18:46", + "nodeType": "YulFunctionCall", + "src": "8940:18:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8920:6:46", + "nodeType": "YulIdentifier", + "src": "8920:6:46" + }, + "nativeSrc": "8920:39:46", + "nodeType": "YulFunctionCall", + "src": "8920:39:46" + }, + "nativeSrc": "8920:39:46", + "nodeType": "YulExpressionStatement", + "src": "8920:39:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "8867:1:46", + "nodeType": "YulIdentifier", + "src": "8867:1:46" + }, + { + "name": "length", + "nativeSrc": "8870:6:46", + "nodeType": "YulIdentifier", + "src": "8870:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "8864:2:46", + "nodeType": "YulIdentifier", + "src": "8864:2:46" + }, + "nativeSrc": "8864:13:46", + "nodeType": "YulFunctionCall", + "src": "8864:13:46" + }, + "nativeSrc": "8856:113:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "8878:19:46", + "nodeType": "YulBlock", + "src": "8878:19:46", + "statements": [ + { + "nativeSrc": "8880:15:46", + "nodeType": "YulAssignment", + "src": "8880:15:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "8889:1:46", + "nodeType": "YulIdentifier", + "src": "8889:1:46" + }, + { + "kind": "number", + "nativeSrc": "8892:2:46", + "nodeType": "YulLiteral", + "src": "8892:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8885:3:46", + "nodeType": "YulIdentifier", + "src": "8885:3:46" + }, + "nativeSrc": "8885:10:46", + "nodeType": "YulFunctionCall", + "src": "8885:10:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "8880:1:46", + "nodeType": "YulIdentifier", + "src": "8880:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "8860:3:46", + "nodeType": "YulBlock", + "src": "8860:3:46", + "statements": [] + }, + "src": "8856:113:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "8989:3:46", + "nodeType": "YulIdentifier", + "src": "8989:3:46" + }, + { + "name": "length", + "nativeSrc": "8994:6:46", + "nodeType": "YulIdentifier", + "src": "8994:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "8985:3:46", + "nodeType": "YulIdentifier", + "src": "8985:3:46" + }, + "nativeSrc": "8985:16:46", + "nodeType": "YulFunctionCall", + "src": "8985:16:46" + }, + { + "kind": "number", + "nativeSrc": "9003:1:46", + "nodeType": "YulLiteral", + "src": "9003:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "8978:6:46", + "nodeType": "YulIdentifier", + "src": "8978:6:46" + }, + "nativeSrc": "8978:27:46", + "nodeType": "YulFunctionCall", + "src": "8978:27:46" + }, + "nativeSrc": "8978:27:46", + "nodeType": "YulExpressionStatement", + "src": "8978:27:46" + } + ] + }, + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "8761:250:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "src", + "nativeSrc": "8805:3:46", + "nodeType": "YulTypedName", + "src": "8805:3:46", + "type": "" + }, + { + "name": "dst", + "nativeSrc": "8810:3:46", + "nodeType": "YulTypedName", + "src": "8810:3:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "8815:6:46", + "nodeType": "YulTypedName", + "src": "8815:6:46", + "type": "" + } + ], + "src": "8761:250:46" + }, + { + "body": { + "nativeSrc": "9185:822:46", + "nodeType": "YulBlock", + "src": "9185:822:46", + "statements": [ + { + "nativeSrc": "9195:32:46", + "nodeType": "YulVariableDeclaration", + "src": "9195:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "9213:9:46", + "nodeType": "YulIdentifier", + "src": "9213:9:46" + }, + { + "kind": "number", + "nativeSrc": "9224:2:46", + "nodeType": "YulLiteral", + "src": "9224:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9209:3:46", + "nodeType": "YulIdentifier", + "src": "9209:3:46" + }, + "nativeSrc": "9209:18:46", + "nodeType": "YulFunctionCall", + "src": "9209:18:46" + }, + "variables": [ + { + "name": "tail_1", + "nativeSrc": "9199:6:46", + "nodeType": "YulTypedName", + "src": "9199:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "9243:9:46", + "nodeType": "YulIdentifier", + "src": "9243:9:46" + }, + { + "kind": "number", + "nativeSrc": "9254:2:46", + "nodeType": "YulLiteral", + "src": "9254:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "9236:6:46", + "nodeType": "YulIdentifier", + "src": "9236:6:46" + }, + "nativeSrc": "9236:21:46", + "nodeType": "YulFunctionCall", + "src": "9236:21:46" + }, + "nativeSrc": "9236:21:46", + "nodeType": "YulExpressionStatement", + "src": "9236:21:46" + }, + { + "nativeSrc": "9266:17:46", + "nodeType": "YulVariableDeclaration", + "src": "9266:17:46", + "value": { + "name": "tail_1", + "nativeSrc": "9277:6:46", + "nodeType": "YulIdentifier", + "src": "9277:6:46" + }, + "variables": [ + { + "name": "pos", + "nativeSrc": "9270:3:46", + "nodeType": "YulTypedName", + "src": "9270:3:46", + "type": "" + } + ] + }, + { + "nativeSrc": "9292:27:46", + "nodeType": "YulVariableDeclaration", + "src": "9292:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "9312:6:46", + "nodeType": "YulIdentifier", + "src": "9312:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "9306:5:46", + "nodeType": "YulIdentifier", + "src": "9306:5:46" + }, + "nativeSrc": "9306:13:46", + "nodeType": "YulFunctionCall", + "src": "9306:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "9296:6:46", + "nodeType": "YulTypedName", + "src": "9296:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_1", + "nativeSrc": "9335:6:46", + "nodeType": "YulIdentifier", + "src": "9335:6:46" + }, + { + "name": "length", + "nativeSrc": "9343:6:46", + "nodeType": "YulIdentifier", + "src": "9343:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "9328:6:46", + "nodeType": "YulIdentifier", + "src": "9328:6:46" + }, + "nativeSrc": "9328:22:46", + "nodeType": "YulFunctionCall", + "src": "9328:22:46" + }, + "nativeSrc": "9328:22:46", + "nodeType": "YulExpressionStatement", + "src": "9328:22:46" + }, + { + "nativeSrc": "9359:25:46", + "nodeType": "YulAssignment", + "src": "9359:25:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "9370:9:46", + "nodeType": "YulIdentifier", + "src": "9370:9:46" + }, + { + "kind": "number", + "nativeSrc": "9381:2:46", + "nodeType": "YulLiteral", + "src": "9381:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9366:3:46", + "nodeType": "YulIdentifier", + "src": "9366:3:46" + }, + "nativeSrc": "9366:18:46", + "nodeType": "YulFunctionCall", + "src": "9366:18:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "9359:3:46", + "nodeType": "YulIdentifier", + "src": "9359:3:46" + } + ] + }, + { + "nativeSrc": "9393:53:46", + "nodeType": "YulVariableDeclaration", + "src": "9393:53:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "9415:9:46", + "nodeType": "YulIdentifier", + "src": "9415:9:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9430:1:46", + "nodeType": "YulLiteral", + "src": "9430:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "9433:6:46", + "nodeType": "YulIdentifier", + "src": "9433:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "9426:3:46", + "nodeType": "YulIdentifier", + "src": "9426:3:46" + }, + "nativeSrc": "9426:14:46", + "nodeType": "YulFunctionCall", + "src": "9426:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9411:3:46", + "nodeType": "YulIdentifier", + "src": "9411:3:46" + }, + "nativeSrc": "9411:30:46", + "nodeType": "YulFunctionCall", + "src": "9411:30:46" + }, + { + "kind": "number", + "nativeSrc": "9443:2:46", + "nodeType": "YulLiteral", + "src": "9443:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9407:3:46", + "nodeType": "YulIdentifier", + "src": "9407:3:46" + }, + "nativeSrc": "9407:39:46", + "nodeType": "YulFunctionCall", + "src": "9407:39:46" + }, + "variables": [ + { + "name": "tail_2", + "nativeSrc": "9397:6:46", + "nodeType": "YulTypedName", + "src": "9397:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "9455:29:46", + "nodeType": "YulVariableDeclaration", + "src": "9455:29:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "9473:6:46", + "nodeType": "YulIdentifier", + "src": "9473:6:46" + }, + { + "kind": "number", + "nativeSrc": "9481:2:46", + "nodeType": "YulLiteral", + "src": "9481:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9469:3:46", + "nodeType": "YulIdentifier", + "src": "9469:3:46" + }, + "nativeSrc": "9469:15:46", + "nodeType": "YulFunctionCall", + "src": "9469:15:46" + }, + "variables": [ + { + "name": "srcPtr", + "nativeSrc": "9459:6:46", + "nodeType": "YulTypedName", + "src": "9459:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "9493:10:46", + "nodeType": "YulVariableDeclaration", + "src": "9493:10:46", + "value": { + "kind": "number", + "nativeSrc": "9502:1:46", + "nodeType": "YulLiteral", + "src": "9502:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "9497:1:46", + "nodeType": "YulTypedName", + "src": "9497:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "9561:417:46", + "nodeType": "YulBlock", + "src": "9561:417:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "9582:3:46", + "nodeType": "YulIdentifier", + "src": "9582:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "9595:6:46", + "nodeType": "YulIdentifier", + "src": "9595:6:46" + }, + { + "name": "headStart", + "nativeSrc": "9603:9:46", + "nodeType": "YulIdentifier", + "src": "9603:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "9591:3:46", + "nodeType": "YulIdentifier", + "src": "9591:3:46" + }, + "nativeSrc": "9591:22:46", + "nodeType": "YulFunctionCall", + "src": "9591:22:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9619:2:46", + "nodeType": "YulLiteral", + "src": "9619:2:46", + "type": "", + "value": "63" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "9615:3:46", + "nodeType": "YulIdentifier", + "src": "9615:3:46" + }, + "nativeSrc": "9615:7:46", + "nodeType": "YulFunctionCall", + "src": "9615:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9587:3:46", + "nodeType": "YulIdentifier", + "src": "9587:3:46" + }, + "nativeSrc": "9587:36:46", + "nodeType": "YulFunctionCall", + "src": "9587:36:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "9575:6:46", + "nodeType": "YulIdentifier", + "src": "9575:6:46" + }, + "nativeSrc": "9575:49:46", + "nodeType": "YulFunctionCall", + "src": "9575:49:46" + }, + "nativeSrc": "9575:49:46", + "nodeType": "YulExpressionStatement", + "src": "9575:49:46" + }, + { + "nativeSrc": "9637:23:46", + "nodeType": "YulVariableDeclaration", + "src": "9637:23:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "9653:6:46", + "nodeType": "YulIdentifier", + "src": "9653:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "9647:5:46", + "nodeType": "YulIdentifier", + "src": "9647:5:46" + }, + "nativeSrc": "9647:13:46", + "nodeType": "YulFunctionCall", + "src": "9647:13:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "9641:2:46", + "nodeType": "YulTypedName", + "src": "9641:2:46", + "type": "" + } + ] + }, + { + "nativeSrc": "9673:25:46", + "nodeType": "YulVariableDeclaration", + "src": "9673:25:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "9695:2:46", + "nodeType": "YulIdentifier", + "src": "9695:2:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "9689:5:46", + "nodeType": "YulIdentifier", + "src": "9689:5:46" + }, + "nativeSrc": "9689:9:46", + "nodeType": "YulFunctionCall", + "src": "9689:9:46" + }, + "variables": [ + { + "name": "length_1", + "nativeSrc": "9677:8:46", + "nodeType": "YulTypedName", + "src": "9677:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "9718:6:46", + "nodeType": "YulIdentifier", + "src": "9718:6:46" + }, + { + "name": "length_1", + "nativeSrc": "9726:8:46", + "nodeType": "YulIdentifier", + "src": "9726:8:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "9711:6:46", + "nodeType": "YulIdentifier", + "src": "9711:6:46" + }, + "nativeSrc": "9711:24:46", + "nodeType": "YulFunctionCall", + "src": "9711:24:46" + }, + "nativeSrc": "9711:24:46", + "nodeType": "YulExpressionStatement", + "src": "9711:24:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "9787:2:46", + "nodeType": "YulIdentifier", + "src": "9787:2:46" + }, + { + "kind": "number", + "nativeSrc": "9791:2:46", + "nodeType": "YulLiteral", + "src": "9791:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9783:3:46", + "nodeType": "YulIdentifier", + "src": "9783:3:46" + }, + "nativeSrc": "9783:11:46", + "nodeType": "YulFunctionCall", + "src": "9783:11:46" + }, + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "9800:6:46", + "nodeType": "YulIdentifier", + "src": "9800:6:46" + }, + { + "kind": "number", + "nativeSrc": "9808:2:46", + "nodeType": "YulLiteral", + "src": "9808:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9796:3:46", + "nodeType": "YulIdentifier", + "src": "9796:3:46" + }, + "nativeSrc": "9796:15:46", + "nodeType": "YulFunctionCall", + "src": "9796:15:46" + }, + { + "name": "length_1", + "nativeSrc": "9813:8:46", + "nodeType": "YulIdentifier", + "src": "9813:8:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "9748:34:46", + "nodeType": "YulIdentifier", + "src": "9748:34:46" + }, + "nativeSrc": "9748:74:46", + "nodeType": "YulFunctionCall", + "src": "9748:74:46" + }, + "nativeSrc": "9748:74:46", + "nodeType": "YulExpressionStatement", + "src": "9748:74:46" + }, + { + "nativeSrc": "9835:63:46", + "nodeType": "YulAssignment", + "src": "9835:63:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "tail_2", + "nativeSrc": "9853:6:46", + "nodeType": "YulIdentifier", + "src": "9853:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "length_1", + "nativeSrc": "9869:8:46", + "nodeType": "YulIdentifier", + "src": "9869:8:46" + }, + { + "kind": "number", + "nativeSrc": "9879:2:46", + "nodeType": "YulLiteral", + "src": "9879:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9865:3:46", + "nodeType": "YulIdentifier", + "src": "9865:3:46" + }, + "nativeSrc": "9865:17:46", + "nodeType": "YulFunctionCall", + "src": "9865:17:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "9888:2:46", + "nodeType": "YulLiteral", + "src": "9888:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "9884:3:46", + "nodeType": "YulIdentifier", + "src": "9884:3:46" + }, + "nativeSrc": "9884:7:46", + "nodeType": "YulFunctionCall", + "src": "9884:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "9861:3:46", + "nodeType": "YulIdentifier", + "src": "9861:3:46" + }, + "nativeSrc": "9861:31:46", + "nodeType": "YulFunctionCall", + "src": "9861:31:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9849:3:46", + "nodeType": "YulIdentifier", + "src": "9849:3:46" + }, + "nativeSrc": "9849:44:46", + "nodeType": "YulFunctionCall", + "src": "9849:44:46" + }, + { + "kind": "number", + "nativeSrc": "9895:2:46", + "nodeType": "YulLiteral", + "src": "9895:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9845:3:46", + "nodeType": "YulIdentifier", + "src": "9845:3:46" + }, + "nativeSrc": "9845:53:46", + "nodeType": "YulFunctionCall", + "src": "9845:53:46" + }, + "variableNames": [ + { + "name": "tail_2", + "nativeSrc": "9835:6:46", + "nodeType": "YulIdentifier", + "src": "9835:6:46" + } + ] + }, + { + "nativeSrc": "9911:25:46", + "nodeType": "YulAssignment", + "src": "9911:25:46", + "value": { + "arguments": [ + { + "name": "srcPtr", + "nativeSrc": "9925:6:46", + "nodeType": "YulIdentifier", + "src": "9925:6:46" + }, + { + "kind": "number", + "nativeSrc": "9933:2:46", + "nodeType": "YulLiteral", + "src": "9933:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9921:3:46", + "nodeType": "YulIdentifier", + "src": "9921:3:46" + }, + "nativeSrc": "9921:15:46", + "nodeType": "YulFunctionCall", + "src": "9921:15:46" + }, + "variableNames": [ + { + "name": "srcPtr", + "nativeSrc": "9911:6:46", + "nodeType": "YulIdentifier", + "src": "9911:6:46" + } + ] + }, + { + "nativeSrc": "9949:19:46", + "nodeType": "YulAssignment", + "src": "9949:19:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "9960:3:46", + "nodeType": "YulIdentifier", + "src": "9960:3:46" + }, + { + "kind": "number", + "nativeSrc": "9965:2:46", + "nodeType": "YulLiteral", + "src": "9965:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9956:3:46", + "nodeType": "YulIdentifier", + "src": "9956:3:46" + }, + "nativeSrc": "9956:12:46", + "nodeType": "YulFunctionCall", + "src": "9956:12:46" + }, + "variableNames": [ + { + "name": "pos", + "nativeSrc": "9949:3:46", + "nodeType": "YulIdentifier", + "src": "9949:3:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "9523:1:46", + "nodeType": "YulIdentifier", + "src": "9523:1:46" + }, + { + "name": "length", + "nativeSrc": "9526:6:46", + "nodeType": "YulIdentifier", + "src": "9526:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "9520:2:46", + "nodeType": "YulIdentifier", + "src": "9520:2:46" + }, + "nativeSrc": "9520:13:46", + "nodeType": "YulFunctionCall", + "src": "9520:13:46" + }, + "nativeSrc": "9512:466:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "9534:18:46", + "nodeType": "YulBlock", + "src": "9534:18:46", + "statements": [ + { + "nativeSrc": "9536:14:46", + "nodeType": "YulAssignment", + "src": "9536:14:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "9545:1:46", + "nodeType": "YulIdentifier", + "src": "9545:1:46" + }, + { + "kind": "number", + "nativeSrc": "9548:1:46", + "nodeType": "YulLiteral", + "src": "9548:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "9541:3:46", + "nodeType": "YulIdentifier", + "src": "9541:3:46" + }, + "nativeSrc": "9541:9:46", + "nodeType": "YulFunctionCall", + "src": "9541:9:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "9536:1:46", + "nodeType": "YulIdentifier", + "src": "9536:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "9516:3:46", + "nodeType": "YulBlock", + "src": "9516:3:46", + "statements": [] + }, + "src": "9512:466:46" + }, + { + "nativeSrc": "9987:14:46", + "nodeType": "YulAssignment", + "src": "9987:14:46", + "value": { + "name": "tail_2", + "nativeSrc": "9995:6:46", + "nodeType": "YulIdentifier", + "src": "9995:6:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "9987:4:46", + "nodeType": "YulIdentifier", + "src": "9987:4:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "9154:9:46", + "nodeType": "YulTypedName", + "src": "9154:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "9165:6:46", + "nodeType": "YulTypedName", + "src": "9165:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "9176:4:46", + "nodeType": "YulTypedName", + "src": "9176:4:46", + "type": "" + } + ], + "src": "9016:991:46" + }, + { + "body": { + "nativeSrc": "10115:424:46", + "nodeType": "YulBlock", + "src": "10115:424:46", + "statements": [ + { + "body": { + "nativeSrc": "10161:16:46", + "nodeType": "YulBlock", + "src": "10161:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10170:1:46", + "nodeType": "YulLiteral", + "src": "10170:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "10173:1:46", + "nodeType": "YulLiteral", + "src": "10173:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "10163:6:46", + "nodeType": "YulIdentifier", + "src": "10163:6:46" + }, + "nativeSrc": "10163:12:46", + "nodeType": "YulFunctionCall", + "src": "10163:12:46" + }, + "nativeSrc": "10163:12:46", + "nodeType": "YulExpressionStatement", + "src": "10163:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "10136:7:46", + "nodeType": "YulIdentifier", + "src": "10136:7:46" + }, + { + "name": "headStart", + "nativeSrc": "10145:9:46", + "nodeType": "YulIdentifier", + "src": "10145:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "10132:3:46", + "nodeType": "YulIdentifier", + "src": "10132:3:46" + }, + "nativeSrc": "10132:23:46", + "nodeType": "YulFunctionCall", + "src": "10132:23:46" + }, + { + "kind": "number", + "nativeSrc": "10157:2:46", + "nodeType": "YulLiteral", + "src": "10157:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "10128:3:46", + "nodeType": "YulIdentifier", + "src": "10128:3:46" + }, + "nativeSrc": "10128:32:46", + "nodeType": "YulFunctionCall", + "src": "10128:32:46" + }, + "nativeSrc": "10125:52:46", + "nodeType": "YulIf", + "src": "10125:52:46" + }, + { + "nativeSrc": "10186:36:46", + "nodeType": "YulVariableDeclaration", + "src": "10186:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10212:9:46", + "nodeType": "YulIdentifier", + "src": "10212:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "10199:12:46", + "nodeType": "YulIdentifier", + "src": "10199:12:46" + }, + "nativeSrc": "10199:23:46", + "nodeType": "YulFunctionCall", + "src": "10199:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "10190:5:46", + "nodeType": "YulTypedName", + "src": "10190:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "10256:5:46", + "nodeType": "YulIdentifier", + "src": "10256:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "10231:24:46", + "nodeType": "YulIdentifier", + "src": "10231:24:46" + }, + "nativeSrc": "10231:31:46", + "nodeType": "YulFunctionCall", + "src": "10231:31:46" + }, + "nativeSrc": "10231:31:46", + "nodeType": "YulExpressionStatement", + "src": "10231:31:46" + }, + { + "nativeSrc": "10271:15:46", + "nodeType": "YulAssignment", + "src": "10271:15:46", + "value": { + "name": "value", + "nativeSrc": "10281:5:46", + "nodeType": "YulIdentifier", + "src": "10281:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "10271:6:46", + "nodeType": "YulIdentifier", + "src": "10271:6:46" + } + ] + }, + { + "nativeSrc": "10295:47:46", + "nodeType": "YulVariableDeclaration", + "src": "10295:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10327:9:46", + "nodeType": "YulIdentifier", + "src": "10327:9:46" + }, + { + "kind": "number", + "nativeSrc": "10338:2:46", + "nodeType": "YulLiteral", + "src": "10338:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10323:3:46", + "nodeType": "YulIdentifier", + "src": "10323:3:46" + }, + "nativeSrc": "10323:18:46", + "nodeType": "YulFunctionCall", + "src": "10323:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "10310:12:46", + "nodeType": "YulIdentifier", + "src": "10310:12:46" + }, + "nativeSrc": "10310:32:46", + "nodeType": "YulFunctionCall", + "src": "10310:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "10299:7:46", + "nodeType": "YulTypedName", + "src": "10299:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "10376:7:46", + "nodeType": "YulIdentifier", + "src": "10376:7:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "10351:24:46", + "nodeType": "YulIdentifier", + "src": "10351:24:46" + }, + "nativeSrc": "10351:33:46", + "nodeType": "YulFunctionCall", + "src": "10351:33:46" + }, + "nativeSrc": "10351:33:46", + "nodeType": "YulExpressionStatement", + "src": "10351:33:46" + }, + { + "nativeSrc": "10393:17:46", + "nodeType": "YulAssignment", + "src": "10393:17:46", + "value": { + "name": "value_1", + "nativeSrc": "10403:7:46", + "nodeType": "YulIdentifier", + "src": "10403:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "10393:6:46", + "nodeType": "YulIdentifier", + "src": "10393:6:46" + } + ] + }, + { + "nativeSrc": "10419:47:46", + "nodeType": "YulVariableDeclaration", + "src": "10419:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10451:9:46", + "nodeType": "YulIdentifier", + "src": "10451:9:46" + }, + { + "kind": "number", + "nativeSrc": "10462:2:46", + "nodeType": "YulLiteral", + "src": "10462:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10447:3:46", + "nodeType": "YulIdentifier", + "src": "10447:3:46" + }, + "nativeSrc": "10447:18:46", + "nodeType": "YulFunctionCall", + "src": "10447:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "10434:12:46", + "nodeType": "YulIdentifier", + "src": "10434:12:46" + }, + "nativeSrc": "10434:32:46", + "nodeType": "YulFunctionCall", + "src": "10434:32:46" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "10423:7:46", + "nodeType": "YulTypedName", + "src": "10423:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_2", + "nativeSrc": "10499:7:46", + "nodeType": "YulIdentifier", + "src": "10499:7:46" + } + ], + "functionName": { + "name": "validator_revert_bytes4", + "nativeSrc": "10475:23:46", + "nodeType": "YulIdentifier", + "src": "10475:23:46" + }, + "nativeSrc": "10475:32:46", + "nodeType": "YulFunctionCall", + "src": "10475:32:46" + }, + "nativeSrc": "10475:32:46", + "nodeType": "YulExpressionStatement", + "src": "10475:32:46" + }, + { + "nativeSrc": "10516:17:46", + "nodeType": "YulAssignment", + "src": "10516:17:46", + "value": { + "name": "value_2", + "nativeSrc": "10526:7:46", + "nodeType": "YulIdentifier", + "src": "10526:7:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "10516:6:46", + "nodeType": "YulIdentifier", + "src": "10516:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_addresst_bytes4", + "nativeSrc": "10012:527:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "10065:9:46", + "nodeType": "YulTypedName", + "src": "10065:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "10076:7:46", + "nodeType": "YulTypedName", + "src": "10076:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "10088:6:46", + "nodeType": "YulTypedName", + "src": "10088:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "10096:6:46", + "nodeType": "YulTypedName", + "src": "10096:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "10104:6:46", + "nodeType": "YulTypedName", + "src": "10104:6:46", + "type": "" + } + ], + "src": "10012:527:46" + }, + { + "body": { + "nativeSrc": "10665:152:46", + "nodeType": "YulBlock", + "src": "10665:152:46", + "statements": [ + { + "nativeSrc": "10675:26:46", + "nodeType": "YulAssignment", + "src": "10675:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10687:9:46", + "nodeType": "YulIdentifier", + "src": "10687:9:46" + }, + { + "kind": "number", + "nativeSrc": "10698:2:46", + "nodeType": "YulLiteral", + "src": "10698:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10683:3:46", + "nodeType": "YulIdentifier", + "src": "10683:3:46" + }, + "nativeSrc": "10683:18:46", + "nodeType": "YulFunctionCall", + "src": "10683:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "10675:4:46", + "nodeType": "YulIdentifier", + "src": "10675:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10717:9:46", + "nodeType": "YulIdentifier", + "src": "10717:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "10742:6:46", + "nodeType": "YulIdentifier", + "src": "10742:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "10735:6:46", + "nodeType": "YulIdentifier", + "src": "10735:6:46" + }, + "nativeSrc": "10735:14:46", + "nodeType": "YulFunctionCall", + "src": "10735:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "10728:6:46", + "nodeType": "YulIdentifier", + "src": "10728:6:46" + }, + "nativeSrc": "10728:22:46", + "nodeType": "YulFunctionCall", + "src": "10728:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10710:6:46", + "nodeType": "YulIdentifier", + "src": "10710:6:46" + }, + "nativeSrc": "10710:41:46", + "nodeType": "YulFunctionCall", + "src": "10710:41:46" + }, + "nativeSrc": "10710:41:46", + "nodeType": "YulExpressionStatement", + "src": "10710:41:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "10771:9:46", + "nodeType": "YulIdentifier", + "src": "10771:9:46" + }, + { + "kind": "number", + "nativeSrc": "10782:2:46", + "nodeType": "YulLiteral", + "src": "10782:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "10767:3:46", + "nodeType": "YulIdentifier", + "src": "10767:3:46" + }, + "nativeSrc": "10767:18:46", + "nodeType": "YulFunctionCall", + "src": "10767:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "10791:6:46", + "nodeType": "YulIdentifier", + "src": "10791:6:46" + }, + { + "kind": "number", + "nativeSrc": "10799:10:46", + "nodeType": "YulLiteral", + "src": "10799:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "10787:3:46", + "nodeType": "YulIdentifier", + "src": "10787:3:46" + }, + "nativeSrc": "10787:23:46", + "nodeType": "YulFunctionCall", + "src": "10787:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "10760:6:46", + "nodeType": "YulIdentifier", + "src": "10760:6:46" + }, + "nativeSrc": "10760:51:46", + "nodeType": "YulFunctionCall", + "src": "10760:51:46" + }, + "nativeSrc": "10760:51:46", + "nodeType": "YulExpressionStatement", + "src": "10760:51:46" + } + ] + }, + "name": "abi_encode_tuple_t_bool_t_uint32__to_t_bool_t_uint32__fromStack_reversed", + "nativeSrc": "10544:273:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "10626:9:46", + "nodeType": "YulTypedName", + "src": "10626:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "10637:6:46", + "nodeType": "YulTypedName", + "src": "10637:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "10645:6:46", + "nodeType": "YulTypedName", + "src": "10645:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "10656:4:46", + "nodeType": "YulTypedName", + "src": "10656:4:46", + "type": "" + } + ], + "src": "10544:273:46" + }, + { + "body": { + "nativeSrc": "10908:233:46", + "nodeType": "YulBlock", + "src": "10908:233:46", + "statements": [ + { + "body": { + "nativeSrc": "10954:16:46", + "nodeType": "YulBlock", + "src": "10954:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "10963:1:46", + "nodeType": "YulLiteral", + "src": "10963:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "10966:1:46", + "nodeType": "YulLiteral", + "src": "10966:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "10956:6:46", + "nodeType": "YulIdentifier", + "src": "10956:6:46" + }, + "nativeSrc": "10956:12:46", + "nodeType": "YulFunctionCall", + "src": "10956:12:46" + }, + "nativeSrc": "10956:12:46", + "nodeType": "YulExpressionStatement", + "src": "10956:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "10929:7:46", + "nodeType": "YulIdentifier", + "src": "10929:7:46" + }, + { + "name": "headStart", + "nativeSrc": "10938:9:46", + "nodeType": "YulIdentifier", + "src": "10938:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "10925:3:46", + "nodeType": "YulIdentifier", + "src": "10925:3:46" + }, + "nativeSrc": "10925:23:46", + "nodeType": "YulFunctionCall", + "src": "10925:23:46" + }, + { + "kind": "number", + "nativeSrc": "10950:2:46", + "nodeType": "YulLiteral", + "src": "10950:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "10921:3:46", + "nodeType": "YulIdentifier", + "src": "10921:3:46" + }, + "nativeSrc": "10921:32:46", + "nodeType": "YulFunctionCall", + "src": "10921:32:46" + }, + "nativeSrc": "10918:52:46", + "nodeType": "YulIf", + "src": "10918:52:46" + }, + { + "nativeSrc": "10979:36:46", + "nodeType": "YulVariableDeclaration", + "src": "10979:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11005:9:46", + "nodeType": "YulIdentifier", + "src": "11005:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "10992:12:46", + "nodeType": "YulIdentifier", + "src": "10992:12:46" + }, + "nativeSrc": "10992:23:46", + "nodeType": "YulFunctionCall", + "src": "10992:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "10983:5:46", + "nodeType": "YulTypedName", + "src": "10983:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "11049:5:46", + "nodeType": "YulIdentifier", + "src": "11049:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "11024:24:46", + "nodeType": "YulIdentifier", + "src": "11024:24:46" + }, + "nativeSrc": "11024:31:46", + "nodeType": "YulFunctionCall", + "src": "11024:31:46" + }, + "nativeSrc": "11024:31:46", + "nodeType": "YulExpressionStatement", + "src": "11024:31:46" + }, + { + "nativeSrc": "11064:15:46", + "nodeType": "YulAssignment", + "src": "11064:15:46", + "value": { + "name": "value", + "nativeSrc": "11074:5:46", + "nodeType": "YulIdentifier", + "src": "11074:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "11064:6:46", + "nodeType": "YulIdentifier", + "src": "11064:6:46" + } + ] + }, + { + "nativeSrc": "11088:47:46", + "nodeType": "YulAssignment", + "src": "11088:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11120:9:46", + "nodeType": "YulIdentifier", + "src": "11120:9:46" + }, + { + "kind": "number", + "nativeSrc": "11131:2:46", + "nodeType": "YulLiteral", + "src": "11131:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11116:3:46", + "nodeType": "YulIdentifier", + "src": "11116:3:46" + }, + "nativeSrc": "11116:18:46", + "nodeType": "YulFunctionCall", + "src": "11116:18:46" + } + ], + "functionName": { + "name": "abi_decode_uint32", + "nativeSrc": "11098:17:46", + "nodeType": "YulIdentifier", + "src": "11098:17:46" + }, + "nativeSrc": "11098:37:46", + "nodeType": "YulFunctionCall", + "src": "11098:37:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "11088:6:46", + "nodeType": "YulIdentifier", + "src": "11088:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_uint32", + "nativeSrc": "10822:319:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "10866:9:46", + "nodeType": "YulTypedName", + "src": "10866:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "10877:7:46", + "nodeType": "YulTypedName", + "src": "10877:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "10889:6:46", + "nodeType": "YulTypedName", + "src": "10889:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "10897:6:46", + "nodeType": "YulTypedName", + "src": "10897:6:46", + "type": "" + } + ], + "src": "10822:319:46" + }, + { + "body": { + "nativeSrc": "11268:598:46", + "nodeType": "YulBlock", + "src": "11268:598:46", + "statements": [ + { + "body": { + "nativeSrc": "11314:16:46", + "nodeType": "YulBlock", + "src": "11314:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11323:1:46", + "nodeType": "YulLiteral", + "src": "11323:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11326:1:46", + "nodeType": "YulLiteral", + "src": "11326:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "11316:6:46", + "nodeType": "YulIdentifier", + "src": "11316:6:46" + }, + "nativeSrc": "11316:12:46", + "nodeType": "YulFunctionCall", + "src": "11316:12:46" + }, + "nativeSrc": "11316:12:46", + "nodeType": "YulExpressionStatement", + "src": "11316:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "11289:7:46", + "nodeType": "YulIdentifier", + "src": "11289:7:46" + }, + { + "name": "headStart", + "nativeSrc": "11298:9:46", + "nodeType": "YulIdentifier", + "src": "11298:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "11285:3:46", + "nodeType": "YulIdentifier", + "src": "11285:3:46" + }, + "nativeSrc": "11285:23:46", + "nodeType": "YulFunctionCall", + "src": "11285:23:46" + }, + { + "kind": "number", + "nativeSrc": "11310:2:46", + "nodeType": "YulLiteral", + "src": "11310:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "11281:3:46", + "nodeType": "YulIdentifier", + "src": "11281:3:46" + }, + "nativeSrc": "11281:32:46", + "nodeType": "YulFunctionCall", + "src": "11281:32:46" + }, + "nativeSrc": "11278:52:46", + "nodeType": "YulIf", + "src": "11278:52:46" + }, + { + "nativeSrc": "11339:36:46", + "nodeType": "YulVariableDeclaration", + "src": "11339:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11365:9:46", + "nodeType": "YulIdentifier", + "src": "11365:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "11352:12:46", + "nodeType": "YulIdentifier", + "src": "11352:12:46" + }, + "nativeSrc": "11352:23:46", + "nodeType": "YulFunctionCall", + "src": "11352:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "11343:5:46", + "nodeType": "YulTypedName", + "src": "11343:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "11409:5:46", + "nodeType": "YulIdentifier", + "src": "11409:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "11384:24:46", + "nodeType": "YulIdentifier", + "src": "11384:24:46" + }, + "nativeSrc": "11384:31:46", + "nodeType": "YulFunctionCall", + "src": "11384:31:46" + }, + "nativeSrc": "11384:31:46", + "nodeType": "YulExpressionStatement", + "src": "11384:31:46" + }, + { + "nativeSrc": "11424:15:46", + "nodeType": "YulAssignment", + "src": "11424:15:46", + "value": { + "name": "value", + "nativeSrc": "11434:5:46", + "nodeType": "YulIdentifier", + "src": "11434:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "11424:6:46", + "nodeType": "YulIdentifier", + "src": "11424:6:46" + } + ] + }, + { + "nativeSrc": "11448:46:46", + "nodeType": "YulVariableDeclaration", + "src": "11448:46:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11479:9:46", + "nodeType": "YulIdentifier", + "src": "11479:9:46" + }, + { + "kind": "number", + "nativeSrc": "11490:2:46", + "nodeType": "YulLiteral", + "src": "11490:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11475:3:46", + "nodeType": "YulIdentifier", + "src": "11475:3:46" + }, + "nativeSrc": "11475:18:46", + "nodeType": "YulFunctionCall", + "src": "11475:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "11462:12:46", + "nodeType": "YulIdentifier", + "src": "11462:12:46" + }, + "nativeSrc": "11462:32:46", + "nodeType": "YulFunctionCall", + "src": "11462:32:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "11452:6:46", + "nodeType": "YulTypedName", + "src": "11452:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "11537:16:46", + "nodeType": "YulBlock", + "src": "11537:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11546:1:46", + "nodeType": "YulLiteral", + "src": "11546:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11549:1:46", + "nodeType": "YulLiteral", + "src": "11549:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "11539:6:46", + "nodeType": "YulIdentifier", + "src": "11539:6:46" + }, + "nativeSrc": "11539:12:46", + "nodeType": "YulFunctionCall", + "src": "11539:12:46" + }, + "nativeSrc": "11539:12:46", + "nodeType": "YulExpressionStatement", + "src": "11539:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "11509:6:46", + "nodeType": "YulIdentifier", + "src": "11509:6:46" + }, + { + "kind": "number", + "nativeSrc": "11517:18:46", + "nodeType": "YulLiteral", + "src": "11517:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "11506:2:46", + "nodeType": "YulIdentifier", + "src": "11506:2:46" + }, + "nativeSrc": "11506:30:46", + "nodeType": "YulFunctionCall", + "src": "11506:30:46" + }, + "nativeSrc": "11503:50:46", + "nodeType": "YulIf", + "src": "11503:50:46" + }, + { + "nativeSrc": "11562:84:46", + "nodeType": "YulVariableDeclaration", + "src": "11562:84:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11618:9:46", + "nodeType": "YulIdentifier", + "src": "11618:9:46" + }, + { + "name": "offset", + "nativeSrc": "11629:6:46", + "nodeType": "YulIdentifier", + "src": "11629:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11614:3:46", + "nodeType": "YulIdentifier", + "src": "11614:3:46" + }, + "nativeSrc": "11614:22:46", + "nodeType": "YulFunctionCall", + "src": "11614:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "11638:7:46", + "nodeType": "YulIdentifier", + "src": "11638:7:46" + } + ], + "functionName": { + "name": "abi_decode_bytes_calldata", + "nativeSrc": "11588:25:46", + "nodeType": "YulIdentifier", + "src": "11588:25:46" + }, + "nativeSrc": "11588:58:46", + "nodeType": "YulFunctionCall", + "src": "11588:58:46" + }, + "variables": [ + { + "name": "value1_1", + "nativeSrc": "11566:8:46", + "nodeType": "YulTypedName", + "src": "11566:8:46", + "type": "" + }, + { + "name": "value2_1", + "nativeSrc": "11576:8:46", + "nodeType": "YulTypedName", + "src": "11576:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "11655:18:46", + "nodeType": "YulAssignment", + "src": "11655:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "11665:8:46", + "nodeType": "YulIdentifier", + "src": "11665:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "11655:6:46", + "nodeType": "YulIdentifier", + "src": "11655:6:46" + } + ] + }, + { + "nativeSrc": "11682:18:46", + "nodeType": "YulAssignment", + "src": "11682:18:46", + "value": { + "name": "value2_1", + "nativeSrc": "11692:8:46", + "nodeType": "YulIdentifier", + "src": "11692:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "11682:6:46", + "nodeType": "YulIdentifier", + "src": "11682:6:46" + } + ] + }, + { + "nativeSrc": "11709:47:46", + "nodeType": "YulVariableDeclaration", + "src": "11709:47:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "11741:9:46", + "nodeType": "YulIdentifier", + "src": "11741:9:46" + }, + { + "kind": "number", + "nativeSrc": "11752:2:46", + "nodeType": "YulLiteral", + "src": "11752:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "11737:3:46", + "nodeType": "YulIdentifier", + "src": "11737:3:46" + }, + "nativeSrc": "11737:18:46", + "nodeType": "YulFunctionCall", + "src": "11737:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "11724:12:46", + "nodeType": "YulIdentifier", + "src": "11724:12:46" + }, + "nativeSrc": "11724:32:46", + "nodeType": "YulFunctionCall", + "src": "11724:32:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "11713:7:46", + "nodeType": "YulTypedName", + "src": "11713:7:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "11818:16:46", + "nodeType": "YulBlock", + "src": "11818:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "11827:1:46", + "nodeType": "YulLiteral", + "src": "11827:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "11830:1:46", + "nodeType": "YulLiteral", + "src": "11830:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "11820:6:46", + "nodeType": "YulIdentifier", + "src": "11820:6:46" + }, + "nativeSrc": "11820:12:46", + "nodeType": "YulFunctionCall", + "src": "11820:12:46" + }, + "nativeSrc": "11820:12:46", + "nodeType": "YulExpressionStatement", + "src": "11820:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "11778:7:46", + "nodeType": "YulIdentifier", + "src": "11778:7:46" + }, + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "11791:7:46", + "nodeType": "YulIdentifier", + "src": "11791:7:46" + }, + { + "kind": "number", + "nativeSrc": "11800:14:46", + "nodeType": "YulLiteral", + "src": "11800:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "11787:3:46", + "nodeType": "YulIdentifier", + "src": "11787:3:46" + }, + "nativeSrc": "11787:28:46", + "nodeType": "YulFunctionCall", + "src": "11787:28:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "11775:2:46", + "nodeType": "YulIdentifier", + "src": "11775:2:46" + }, + "nativeSrc": "11775:41:46", + "nodeType": "YulFunctionCall", + "src": "11775:41:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "11768:6:46", + "nodeType": "YulIdentifier", + "src": "11768:6:46" + }, + "nativeSrc": "11768:49:46", + "nodeType": "YulFunctionCall", + "src": "11768:49:46" + }, + "nativeSrc": "11765:69:46", + "nodeType": "YulIf", + "src": "11765:69:46" + }, + { + "nativeSrc": "11843:17:46", + "nodeType": "YulAssignment", + "src": "11843:17:46", + "value": { + "name": "value_1", + "nativeSrc": "11853:7:46", + "nodeType": "YulIdentifier", + "src": "11853:7:46" + }, + "variableNames": [ + { + "name": "value3", + "nativeSrc": "11843:6:46", + "nodeType": "YulIdentifier", + "src": "11843:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48", + "nativeSrc": "11146:720:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "11210:9:46", + "nodeType": "YulTypedName", + "src": "11210:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "11221:7:46", + "nodeType": "YulTypedName", + "src": "11221:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "11233:6:46", + "nodeType": "YulTypedName", + "src": "11233:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "11241:6:46", + "nodeType": "YulTypedName", + "src": "11241:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "11249:6:46", + "nodeType": "YulTypedName", + "src": "11249:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "11257:6:46", + "nodeType": "YulTypedName", + "src": "11257:6:46", + "type": "" + } + ], + "src": "11146:720:46" + }, + { + "body": { + "nativeSrc": "11998:136:46", + "nodeType": "YulBlock", + "src": "11998:136:46", + "statements": [ + { + "nativeSrc": "12008:26:46", + "nodeType": "YulAssignment", + "src": "12008:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12020:9:46", + "nodeType": "YulIdentifier", + "src": "12020:9:46" + }, + { + "kind": "number", + "nativeSrc": "12031:2:46", + "nodeType": "YulLiteral", + "src": "12031:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12016:3:46", + "nodeType": "YulIdentifier", + "src": "12016:3:46" + }, + "nativeSrc": "12016:18:46", + "nodeType": "YulFunctionCall", + "src": "12016:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "12008:4:46", + "nodeType": "YulIdentifier", + "src": "12008:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12050:9:46", + "nodeType": "YulIdentifier", + "src": "12050:9:46" + }, + { + "name": "value0", + "nativeSrc": "12061:6:46", + "nodeType": "YulIdentifier", + "src": "12061:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12043:6:46", + "nodeType": "YulIdentifier", + "src": "12043:6:46" + }, + "nativeSrc": "12043:25:46", + "nodeType": "YulFunctionCall", + "src": "12043:25:46" + }, + "nativeSrc": "12043:25:46", + "nodeType": "YulExpressionStatement", + "src": "12043:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12088:9:46", + "nodeType": "YulIdentifier", + "src": "12088:9:46" + }, + { + "kind": "number", + "nativeSrc": "12099:2:46", + "nodeType": "YulLiteral", + "src": "12099:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12084:3:46", + "nodeType": "YulIdentifier", + "src": "12084:3:46" + }, + "nativeSrc": "12084:18:46", + "nodeType": "YulFunctionCall", + "src": "12084:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "12108:6:46", + "nodeType": "YulIdentifier", + "src": "12108:6:46" + }, + { + "kind": "number", + "nativeSrc": "12116:10:46", + "nodeType": "YulLiteral", + "src": "12116:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "12104:3:46", + "nodeType": "YulIdentifier", + "src": "12104:3:46" + }, + "nativeSrc": "12104:23:46", + "nodeType": "YulFunctionCall", + "src": "12104:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12077:6:46", + "nodeType": "YulIdentifier", + "src": "12077:6:46" + }, + "nativeSrc": "12077:51:46", + "nodeType": "YulFunctionCall", + "src": "12077:51:46" + }, + "nativeSrc": "12077:51:46", + "nodeType": "YulExpressionStatement", + "src": "12077:51:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes32_t_uint32__to_t_bytes32_t_uint32__fromStack_reversed", + "nativeSrc": "11871:263:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "11959:9:46", + "nodeType": "YulTypedName", + "src": "11959:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "11970:6:46", + "nodeType": "YulTypedName", + "src": "11970:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "11978:6:46", + "nodeType": "YulTypedName", + "src": "11978:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "11989:4:46", + "nodeType": "YulTypedName", + "src": "11989:4:46", + "type": "" + } + ], + "src": "11871:263:46" + }, + { + "body": { + "nativeSrc": "12171:152:46", + "nodeType": "YulBlock", + "src": "12171:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12188:1:46", + "nodeType": "YulLiteral", + "src": "12188:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "12191:77:46", + "nodeType": "YulLiteral", + "src": "12191:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12181:6:46", + "nodeType": "YulIdentifier", + "src": "12181:6:46" + }, + "nativeSrc": "12181:88:46", + "nodeType": "YulFunctionCall", + "src": "12181:88:46" + }, + "nativeSrc": "12181:88:46", + "nodeType": "YulExpressionStatement", + "src": "12181:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12285:1:46", + "nodeType": "YulLiteral", + "src": "12285:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "12288:4:46", + "nodeType": "YulLiteral", + "src": "12288:4:46", + "type": "", + "value": "0x32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12278:6:46", + "nodeType": "YulIdentifier", + "src": "12278:6:46" + }, + "nativeSrc": "12278:15:46", + "nodeType": "YulFunctionCall", + "src": "12278:15:46" + }, + "nativeSrc": "12278:15:46", + "nodeType": "YulExpressionStatement", + "src": "12278:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12309:1:46", + "nodeType": "YulLiteral", + "src": "12309:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "12312:4:46", + "nodeType": "YulLiteral", + "src": "12312:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "12302:6:46", + "nodeType": "YulIdentifier", + "src": "12302:6:46" + }, + "nativeSrc": "12302:15:46", + "nodeType": "YulFunctionCall", + "src": "12302:15:46" + }, + "nativeSrc": "12302:15:46", + "nodeType": "YulExpressionStatement", + "src": "12302:15:46" + } + ] + }, + "name": "panic_error_0x32", + "nativeSrc": "12139:184:46", + "nodeType": "YulFunctionDefinition", + "src": "12139:184:46" + }, + { + "body": { + "nativeSrc": "12397:176:46", + "nodeType": "YulBlock", + "src": "12397:176:46", + "statements": [ + { + "body": { + "nativeSrc": "12443:16:46", + "nodeType": "YulBlock", + "src": "12443:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "12452:1:46", + "nodeType": "YulLiteral", + "src": "12452:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "12455:1:46", + "nodeType": "YulLiteral", + "src": "12455:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "12445:6:46", + "nodeType": "YulIdentifier", + "src": "12445:6:46" + }, + "nativeSrc": "12445:12:46", + "nodeType": "YulFunctionCall", + "src": "12445:12:46" + }, + "nativeSrc": "12445:12:46", + "nodeType": "YulExpressionStatement", + "src": "12445:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "12418:7:46", + "nodeType": "YulIdentifier", + "src": "12418:7:46" + }, + { + "name": "headStart", + "nativeSrc": "12427:9:46", + "nodeType": "YulIdentifier", + "src": "12427:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "12414:3:46", + "nodeType": "YulIdentifier", + "src": "12414:3:46" + }, + "nativeSrc": "12414:23:46", + "nodeType": "YulFunctionCall", + "src": "12414:23:46" + }, + { + "kind": "number", + "nativeSrc": "12439:2:46", + "nodeType": "YulLiteral", + "src": "12439:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "12410:3:46", + "nodeType": "YulIdentifier", + "src": "12410:3:46" + }, + "nativeSrc": "12410:32:46", + "nodeType": "YulFunctionCall", + "src": "12410:32:46" + }, + "nativeSrc": "12407:52:46", + "nodeType": "YulIf", + "src": "12407:52:46" + }, + { + "nativeSrc": "12468:36:46", + "nodeType": "YulVariableDeclaration", + "src": "12468:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12494:9:46", + "nodeType": "YulIdentifier", + "src": "12494:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "12481:12:46", + "nodeType": "YulIdentifier", + "src": "12481:12:46" + }, + "nativeSrc": "12481:23:46", + "nodeType": "YulFunctionCall", + "src": "12481:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "12472:5:46", + "nodeType": "YulTypedName", + "src": "12472:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "12537:5:46", + "nodeType": "YulIdentifier", + "src": "12537:5:46" + } + ], + "functionName": { + "name": "validator_revert_bytes4", + "nativeSrc": "12513:23:46", + "nodeType": "YulIdentifier", + "src": "12513:23:46" + }, + "nativeSrc": "12513:30:46", + "nodeType": "YulFunctionCall", + "src": "12513:30:46" + }, + "nativeSrc": "12513:30:46", + "nodeType": "YulExpressionStatement", + "src": "12513:30:46" + }, + { + "nativeSrc": "12552:15:46", + "nodeType": "YulAssignment", + "src": "12552:15:46", + "value": { + "name": "value", + "nativeSrc": "12562:5:46", + "nodeType": "YulIdentifier", + "src": "12562:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "12552:6:46", + "nodeType": "YulIdentifier", + "src": "12552:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes4", + "nativeSrc": "12328:245:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "12363:9:46", + "nodeType": "YulTypedName", + "src": "12363:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "12374:7:46", + "nodeType": "YulTypedName", + "src": "12374:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "12386:6:46", + "nodeType": "YulTypedName", + "src": "12386:6:46", + "type": "" + } + ], + "src": "12328:245:46" + }, + { + "body": { + "nativeSrc": "12679:125:46", + "nodeType": "YulBlock", + "src": "12679:125:46", + "statements": [ + { + "nativeSrc": "12689:26:46", + "nodeType": "YulAssignment", + "src": "12689:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12701:9:46", + "nodeType": "YulIdentifier", + "src": "12701:9:46" + }, + { + "kind": "number", + "nativeSrc": "12712:2:46", + "nodeType": "YulLiteral", + "src": "12712:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12697:3:46", + "nodeType": "YulIdentifier", + "src": "12697:3:46" + }, + "nativeSrc": "12697:18:46", + "nodeType": "YulFunctionCall", + "src": "12697:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "12689:4:46", + "nodeType": "YulIdentifier", + "src": "12689:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12731:9:46", + "nodeType": "YulIdentifier", + "src": "12731:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "12746:6:46", + "nodeType": "YulIdentifier", + "src": "12746:6:46" + }, + { + "kind": "number", + "nativeSrc": "12754:42:46", + "nodeType": "YulLiteral", + "src": "12754:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "12742:3:46", + "nodeType": "YulIdentifier", + "src": "12742:3:46" + }, + "nativeSrc": "12742:55:46", + "nodeType": "YulFunctionCall", + "src": "12742:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "12724:6:46", + "nodeType": "YulIdentifier", + "src": "12724:6:46" + }, + "nativeSrc": "12724:74:46", + "nodeType": "YulFunctionCall", + "src": "12724:74:46" + }, + "nativeSrc": "12724:74:46", + "nodeType": "YulExpressionStatement", + "src": "12724:74:46" + } + ] + }, + "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", + "nativeSrc": "12578:226:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "12648:9:46", + "nodeType": "YulTypedName", + "src": "12648:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "12659:6:46", + "nodeType": "YulTypedName", + "src": "12659:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "12670:4:46", + "nodeType": "YulTypedName", + "src": "12670:4:46", + "type": "" + } + ], + "src": "12578:226:46" + }, + { + "body": { + "nativeSrc": "12964:333:46", + "nodeType": "YulBlock", + "src": "12964:333:46", + "statements": [ + { + "nativeSrc": "12974:26:46", + "nodeType": "YulAssignment", + "src": "12974:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "12986:9:46", + "nodeType": "YulIdentifier", + "src": "12986:9:46" + }, + { + "kind": "number", + "nativeSrc": "12997:2:46", + "nodeType": "YulLiteral", + "src": "12997:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "12982:3:46", + "nodeType": "YulIdentifier", + "src": "12982:3:46" + }, + "nativeSrc": "12982:18:46", + "nodeType": "YulFunctionCall", + "src": "12982:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "12974:4:46", + "nodeType": "YulIdentifier", + "src": "12974:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13016:9:46", + "nodeType": "YulIdentifier", + "src": "13016:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "13031:6:46", + "nodeType": "YulIdentifier", + "src": "13031:6:46" + }, + { + "kind": "number", + "nativeSrc": "13039:42:46", + "nodeType": "YulLiteral", + "src": "13039:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13027:3:46", + "nodeType": "YulIdentifier", + "src": "13027:3:46" + }, + "nativeSrc": "13027:55:46", + "nodeType": "YulFunctionCall", + "src": "13027:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13009:6:46", + "nodeType": "YulIdentifier", + "src": "13009:6:46" + }, + "nativeSrc": "13009:74:46", + "nodeType": "YulFunctionCall", + "src": "13009:74:46" + }, + "nativeSrc": "13009:74:46", + "nodeType": "YulExpressionStatement", + "src": "13009:74:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13103:9:46", + "nodeType": "YulIdentifier", + "src": "13103:9:46" + }, + { + "kind": "number", + "nativeSrc": "13114:2:46", + "nodeType": "YulLiteral", + "src": "13114:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13099:3:46", + "nodeType": "YulIdentifier", + "src": "13099:3:46" + }, + "nativeSrc": "13099:18:46", + "nodeType": "YulFunctionCall", + "src": "13099:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "13123:6:46", + "nodeType": "YulIdentifier", + "src": "13123:6:46" + }, + { + "kind": "number", + "nativeSrc": "13131:42:46", + "nodeType": "YulLiteral", + "src": "13131:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13119:3:46", + "nodeType": "YulIdentifier", + "src": "13119:3:46" + }, + "nativeSrc": "13119:55:46", + "nodeType": "YulFunctionCall", + "src": "13119:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13092:6:46", + "nodeType": "YulIdentifier", + "src": "13092:6:46" + }, + "nativeSrc": "13092:83:46", + "nodeType": "YulFunctionCall", + "src": "13092:83:46" + }, + "nativeSrc": "13092:83:46", + "nodeType": "YulExpressionStatement", + "src": "13092:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13195:9:46", + "nodeType": "YulIdentifier", + "src": "13195:9:46" + }, + { + "kind": "number", + "nativeSrc": "13206:2:46", + "nodeType": "YulLiteral", + "src": "13206:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13191:3:46", + "nodeType": "YulIdentifier", + "src": "13191:3:46" + }, + "nativeSrc": "13191:18:46", + "nodeType": "YulFunctionCall", + "src": "13191:18:46" + }, + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "13215:6:46", + "nodeType": "YulIdentifier", + "src": "13215:6:46" + }, + { + "kind": "number", + "nativeSrc": "13223:66:46", + "nodeType": "YulLiteral", + "src": "13223:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13211:3:46", + "nodeType": "YulIdentifier", + "src": "13211:3:46" + }, + "nativeSrc": "13211:79:46", + "nodeType": "YulFunctionCall", + "src": "13211:79:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13184:6:46", + "nodeType": "YulIdentifier", + "src": "13184:6:46" + }, + "nativeSrc": "13184:107:46", + "nodeType": "YulFunctionCall", + "src": "13184:107:46" + }, + "nativeSrc": "13184:107:46", + "nodeType": "YulExpressionStatement", + "src": "13184:107:46" + } + ] + }, + "name": "abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed", + "nativeSrc": "12809:488:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "12917:9:46", + "nodeType": "YulTypedName", + "src": "12917:9:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "12928:6:46", + "nodeType": "YulTypedName", + "src": "12928:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "12936:6:46", + "nodeType": "YulTypedName", + "src": "12936:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "12944:6:46", + "nodeType": "YulTypedName", + "src": "12944:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "12955:4:46", + "nodeType": "YulTypedName", + "src": "12955:4:46", + "type": "" + } + ], + "src": "12809:488:46" + }, + { + "body": { + "nativeSrc": "13410:101:46", + "nodeType": "YulBlock", + "src": "13410:101:46", + "statements": [ + { + "nativeSrc": "13420:26:46", + "nodeType": "YulAssignment", + "src": "13420:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13432:9:46", + "nodeType": "YulIdentifier", + "src": "13432:9:46" + }, + { + "kind": "number", + "nativeSrc": "13443:2:46", + "nodeType": "YulLiteral", + "src": "13443:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13428:3:46", + "nodeType": "YulIdentifier", + "src": "13428:3:46" + }, + "nativeSrc": "13428:18:46", + "nodeType": "YulFunctionCall", + "src": "13428:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "13420:4:46", + "nodeType": "YulIdentifier", + "src": "13420:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13462:9:46", + "nodeType": "YulIdentifier", + "src": "13462:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "13477:6:46", + "nodeType": "YulIdentifier", + "src": "13477:6:46" + }, + { + "kind": "number", + "nativeSrc": "13485:18:46", + "nodeType": "YulLiteral", + "src": "13485:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13473:3:46", + "nodeType": "YulIdentifier", + "src": "13473:3:46" + }, + "nativeSrc": "13473:31:46", + "nodeType": "YulFunctionCall", + "src": "13473:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13455:6:46", + "nodeType": "YulIdentifier", + "src": "13455:6:46" + }, + "nativeSrc": "13455:50:46", + "nodeType": "YulFunctionCall", + "src": "13455:50:46" + }, + "nativeSrc": "13455:50:46", + "nodeType": "YulExpressionStatement", + "src": "13455:50:46" + } + ] + }, + "name": "abi_encode_tuple_t_rational_1_by_1__to_t_uint64__fromStack_reversed", + "nativeSrc": "13302:209:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "13379:9:46", + "nodeType": "YulTypedName", + "src": "13379:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "13390:6:46", + "nodeType": "YulTypedName", + "src": "13390:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "13401:4:46", + "nodeType": "YulTypedName", + "src": "13401:4:46", + "type": "" + } + ], + "src": "13302:209:46" + }, + { + "body": { + "nativeSrc": "13583:200:46", + "nodeType": "YulBlock", + "src": "13583:200:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "13600:3:46", + "nodeType": "YulIdentifier", + "src": "13600:3:46" + }, + { + "name": "length", + "nativeSrc": "13605:6:46", + "nodeType": "YulIdentifier", + "src": "13605:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13593:6:46", + "nodeType": "YulIdentifier", + "src": "13593:6:46" + }, + "nativeSrc": "13593:19:46", + "nodeType": "YulFunctionCall", + "src": "13593:19:46" + }, + "nativeSrc": "13593:19:46", + "nodeType": "YulExpressionStatement", + "src": "13593:19:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "13638:3:46", + "nodeType": "YulIdentifier", + "src": "13638:3:46" + }, + { + "kind": "number", + "nativeSrc": "13643:4:46", + "nodeType": "YulLiteral", + "src": "13643:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13634:3:46", + "nodeType": "YulIdentifier", + "src": "13634:3:46" + }, + "nativeSrc": "13634:14:46", + "nodeType": "YulFunctionCall", + "src": "13634:14:46" + }, + { + "name": "start", + "nativeSrc": "13650:5:46", + "nodeType": "YulIdentifier", + "src": "13650:5:46" + }, + { + "name": "length", + "nativeSrc": "13657:6:46", + "nodeType": "YulIdentifier", + "src": "13657:6:46" + } + ], + "functionName": { + "name": "calldatacopy", + "nativeSrc": "13621:12:46", + "nodeType": "YulIdentifier", + "src": "13621:12:46" + }, + "nativeSrc": "13621:43:46", + "nodeType": "YulFunctionCall", + "src": "13621:43:46" + }, + "nativeSrc": "13621:43:46", + "nodeType": "YulExpressionStatement", + "src": "13621:43:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "13688:3:46", + "nodeType": "YulIdentifier", + "src": "13688:3:46" + }, + { + "name": "length", + "nativeSrc": "13693:6:46", + "nodeType": "YulIdentifier", + "src": "13693:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13684:3:46", + "nodeType": "YulIdentifier", + "src": "13684:3:46" + }, + "nativeSrc": "13684:16:46", + "nodeType": "YulFunctionCall", + "src": "13684:16:46" + }, + { + "kind": "number", + "nativeSrc": "13702:4:46", + "nodeType": "YulLiteral", + "src": "13702:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13680:3:46", + "nodeType": "YulIdentifier", + "src": "13680:3:46" + }, + "nativeSrc": "13680:27:46", + "nodeType": "YulFunctionCall", + "src": "13680:27:46" + }, + { + "kind": "number", + "nativeSrc": "13709:1:46", + "nodeType": "YulLiteral", + "src": "13709:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13673:6:46", + "nodeType": "YulIdentifier", + "src": "13673:6:46" + }, + "nativeSrc": "13673:38:46", + "nodeType": "YulFunctionCall", + "src": "13673:38:46" + }, + "nativeSrc": "13673:38:46", + "nodeType": "YulExpressionStatement", + "src": "13673:38:46" + }, + { + "nativeSrc": "13720:57:46", + "nodeType": "YulAssignment", + "src": "13720:57:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "pos", + "nativeSrc": "13735:3:46", + "nodeType": "YulIdentifier", + "src": "13735:3:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "13748:6:46", + "nodeType": "YulIdentifier", + "src": "13748:6:46" + }, + { + "kind": "number", + "nativeSrc": "13756:2:46", + "nodeType": "YulLiteral", + "src": "13756:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13744:3:46", + "nodeType": "YulIdentifier", + "src": "13744:3:46" + }, + "nativeSrc": "13744:15:46", + "nodeType": "YulFunctionCall", + "src": "13744:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "13765:2:46", + "nodeType": "YulLiteral", + "src": "13765:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "13761:3:46", + "nodeType": "YulIdentifier", + "src": "13761:3:46" + }, + "nativeSrc": "13761:7:46", + "nodeType": "YulFunctionCall", + "src": "13761:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "13740:3:46", + "nodeType": "YulIdentifier", + "src": "13740:3:46" + }, + "nativeSrc": "13740:29:46", + "nodeType": "YulFunctionCall", + "src": "13740:29:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13731:3:46", + "nodeType": "YulIdentifier", + "src": "13731:3:46" + }, + "nativeSrc": "13731:39:46", + "nodeType": "YulFunctionCall", + "src": "13731:39:46" + }, + { + "kind": "number", + "nativeSrc": "13772:4:46", + "nodeType": "YulLiteral", + "src": "13772:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "13727:3:46", + "nodeType": "YulIdentifier", + "src": "13727:3:46" + }, + "nativeSrc": "13727:50:46", + "nodeType": "YulFunctionCall", + "src": "13727:50:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "13720:3:46", + "nodeType": "YulIdentifier", + "src": "13720:3:46" + } + ] + } + ] + }, + "name": "abi_encode_string_calldata", + "nativeSrc": "13516:267:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "start", + "nativeSrc": "13552:5:46", + "nodeType": "YulTypedName", + "src": "13552:5:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "13559:6:46", + "nodeType": "YulTypedName", + "src": "13559:6:46", + "type": "" + }, + { + "name": "pos", + "nativeSrc": "13567:3:46", + "nodeType": "YulTypedName", + "src": "13567:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "13575:3:46", + "nodeType": "YulTypedName", + "src": "13575:3:46", + "type": "" + } + ], + "src": "13516:267:46" + }, + { + "body": { + "nativeSrc": "13919:116:46", + "nodeType": "YulBlock", + "src": "13919:116:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "13936:9:46", + "nodeType": "YulIdentifier", + "src": "13936:9:46" + }, + { + "kind": "number", + "nativeSrc": "13947:2:46", + "nodeType": "YulLiteral", + "src": "13947:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "13929:6:46", + "nodeType": "YulIdentifier", + "src": "13929:6:46" + }, + "nativeSrc": "13929:21:46", + "nodeType": "YulFunctionCall", + "src": "13929:21:46" + }, + "nativeSrc": "13929:21:46", + "nodeType": "YulExpressionStatement", + "src": "13929:21:46" + }, + { + "nativeSrc": "13959:70:46", + "nodeType": "YulAssignment", + "src": "13959:70:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "13994:6:46", + "nodeType": "YulIdentifier", + "src": "13994:6:46" + }, + { + "name": "value1", + "nativeSrc": "14002:6:46", + "nodeType": "YulIdentifier", + "src": "14002:6:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14014:9:46", + "nodeType": "YulIdentifier", + "src": "14014:9:46" + }, + { + "kind": "number", + "nativeSrc": "14025:2:46", + "nodeType": "YulLiteral", + "src": "14025:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14010:3:46", + "nodeType": "YulIdentifier", + "src": "14010:3:46" + }, + "nativeSrc": "14010:18:46", + "nodeType": "YulFunctionCall", + "src": "14010:18:46" + } + ], + "functionName": { + "name": "abi_encode_string_calldata", + "nativeSrc": "13967:26:46", + "nodeType": "YulIdentifier", + "src": "13967:26:46" + }, + "nativeSrc": "13967:62:46", + "nodeType": "YulFunctionCall", + "src": "13967:62:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "13959:4:46", + "nodeType": "YulIdentifier", + "src": "13959:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_string_calldata_ptr__to_t_string_memory_ptr__fromStack_reversed", + "nativeSrc": "13788:247:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "13880:9:46", + "nodeType": "YulTypedName", + "src": "13880:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "13891:6:46", + "nodeType": "YulTypedName", + "src": "13891:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "13899:6:46", + "nodeType": "YulTypedName", + "src": "13899:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "13910:4:46", + "nodeType": "YulTypedName", + "src": "13910:4:46", + "type": "" + } + ], + "src": "13788:247:46" + }, + { + "body": { + "nativeSrc": "14120:169:46", + "nodeType": "YulBlock", + "src": "14120:169:46", + "statements": [ + { + "body": { + "nativeSrc": "14166:16:46", + "nodeType": "YulBlock", + "src": "14166:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14175:1:46", + "nodeType": "YulLiteral", + "src": "14175:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14178:1:46", + "nodeType": "YulLiteral", + "src": "14178:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "14168:6:46", + "nodeType": "YulIdentifier", + "src": "14168:6:46" + }, + "nativeSrc": "14168:12:46", + "nodeType": "YulFunctionCall", + "src": "14168:12:46" + }, + "nativeSrc": "14168:12:46", + "nodeType": "YulExpressionStatement", + "src": "14168:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "14141:7:46", + "nodeType": "YulIdentifier", + "src": "14141:7:46" + }, + { + "name": "headStart", + "nativeSrc": "14150:9:46", + "nodeType": "YulIdentifier", + "src": "14150:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "14137:3:46", + "nodeType": "YulIdentifier", + "src": "14137:3:46" + }, + "nativeSrc": "14137:23:46", + "nodeType": "YulFunctionCall", + "src": "14137:23:46" + }, + { + "kind": "number", + "nativeSrc": "14162:2:46", + "nodeType": "YulLiteral", + "src": "14162:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "14133:3:46", + "nodeType": "YulIdentifier", + "src": "14133:3:46" + }, + "nativeSrc": "14133:32:46", + "nodeType": "YulFunctionCall", + "src": "14133:32:46" + }, + "nativeSrc": "14130:52:46", + "nodeType": "YulIf", + "src": "14130:52:46" + }, + { + "nativeSrc": "14191:29:46", + "nodeType": "YulVariableDeclaration", + "src": "14191:29:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14210:9:46", + "nodeType": "YulIdentifier", + "src": "14210:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "14204:5:46", + "nodeType": "YulIdentifier", + "src": "14204:5:46" + }, + "nativeSrc": "14204:16:46", + "nodeType": "YulFunctionCall", + "src": "14204:16:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "14195:5:46", + "nodeType": "YulTypedName", + "src": "14195:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "14253:5:46", + "nodeType": "YulIdentifier", + "src": "14253:5:46" + } + ], + "functionName": { + "name": "validator_revert_bytes4", + "nativeSrc": "14229:23:46", + "nodeType": "YulIdentifier", + "src": "14229:23:46" + }, + "nativeSrc": "14229:30:46", + "nodeType": "YulFunctionCall", + "src": "14229:30:46" + }, + "nativeSrc": "14229:30:46", + "nodeType": "YulExpressionStatement", + "src": "14229:30:46" + }, + { + "nativeSrc": "14268:15:46", + "nodeType": "YulAssignment", + "src": "14268:15:46", + "value": { + "name": "value", + "nativeSrc": "14278:5:46", + "nodeType": "YulIdentifier", + "src": "14278:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "14268:6:46", + "nodeType": "YulIdentifier", + "src": "14268:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes4_fromMemory", + "nativeSrc": "14040:249:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "14086:9:46", + "nodeType": "YulTypedName", + "src": "14086:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "14097:7:46", + "nodeType": "YulTypedName", + "src": "14097:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "14109:6:46", + "nodeType": "YulTypedName", + "src": "14109:6:46", + "type": "" + } + ], + "src": "14040:249:46" + }, + { + "body": { + "nativeSrc": "14479:300:46", + "nodeType": "YulBlock", + "src": "14479:300:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14496:9:46", + "nodeType": "YulIdentifier", + "src": "14496:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "14511:6:46", + "nodeType": "YulIdentifier", + "src": "14511:6:46" + }, + { + "kind": "number", + "nativeSrc": "14519:42:46", + "nodeType": "YulLiteral", + "src": "14519:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "14507:3:46", + "nodeType": "YulIdentifier", + "src": "14507:3:46" + }, + "nativeSrc": "14507:55:46", + "nodeType": "YulFunctionCall", + "src": "14507:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14489:6:46", + "nodeType": "YulIdentifier", + "src": "14489:6:46" + }, + "nativeSrc": "14489:74:46", + "nodeType": "YulFunctionCall", + "src": "14489:74:46" + }, + "nativeSrc": "14489:74:46", + "nodeType": "YulExpressionStatement", + "src": "14489:74:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14583:9:46", + "nodeType": "YulIdentifier", + "src": "14583:9:46" + }, + { + "kind": "number", + "nativeSrc": "14594:2:46", + "nodeType": "YulLiteral", + "src": "14594:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14579:3:46", + "nodeType": "YulIdentifier", + "src": "14579:3:46" + }, + "nativeSrc": "14579:18:46", + "nodeType": "YulFunctionCall", + "src": "14579:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "14603:6:46", + "nodeType": "YulIdentifier", + "src": "14603:6:46" + }, + { + "kind": "number", + "nativeSrc": "14611:42:46", + "nodeType": "YulLiteral", + "src": "14611:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "14599:3:46", + "nodeType": "YulIdentifier", + "src": "14599:3:46" + }, + "nativeSrc": "14599:55:46", + "nodeType": "YulFunctionCall", + "src": "14599:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14572:6:46", + "nodeType": "YulIdentifier", + "src": "14572:6:46" + }, + "nativeSrc": "14572:83:46", + "nodeType": "YulFunctionCall", + "src": "14572:83:46" + }, + "nativeSrc": "14572:83:46", + "nodeType": "YulExpressionStatement", + "src": "14572:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14675:9:46", + "nodeType": "YulIdentifier", + "src": "14675:9:46" + }, + { + "kind": "number", + "nativeSrc": "14686:2:46", + "nodeType": "YulLiteral", + "src": "14686:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14671:3:46", + "nodeType": "YulIdentifier", + "src": "14671:3:46" + }, + "nativeSrc": "14671:18:46", + "nodeType": "YulFunctionCall", + "src": "14671:18:46" + }, + { + "kind": "number", + "nativeSrc": "14691:2:46", + "nodeType": "YulLiteral", + "src": "14691:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14664:6:46", + "nodeType": "YulIdentifier", + "src": "14664:6:46" + }, + "nativeSrc": "14664:30:46", + "nodeType": "YulFunctionCall", + "src": "14664:30:46" + }, + "nativeSrc": "14664:30:46", + "nodeType": "YulExpressionStatement", + "src": "14664:30:46" + }, + { + "nativeSrc": "14703:70:46", + "nodeType": "YulAssignment", + "src": "14703:70:46", + "value": { + "arguments": [ + { + "name": "value2", + "nativeSrc": "14738:6:46", + "nodeType": "YulIdentifier", + "src": "14738:6:46" + }, + { + "name": "value3", + "nativeSrc": "14746:6:46", + "nodeType": "YulIdentifier", + "src": "14746:6:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "14758:9:46", + "nodeType": "YulIdentifier", + "src": "14758:9:46" + }, + { + "kind": "number", + "nativeSrc": "14769:2:46", + "nodeType": "YulLiteral", + "src": "14769:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "14754:3:46", + "nodeType": "YulIdentifier", + "src": "14754:3:46" + }, + "nativeSrc": "14754:18:46", + "nodeType": "YulFunctionCall", + "src": "14754:18:46" + } + ], + "functionName": { + "name": "abi_encode_string_calldata", + "nativeSrc": "14711:26:46", + "nodeType": "YulIdentifier", + "src": "14711:26:46" + }, + "nativeSrc": "14711:62:46", + "nodeType": "YulFunctionCall", + "src": "14711:62:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "14703:4:46", + "nodeType": "YulIdentifier", + "src": "14703:4:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "14424:9:46", + "nodeType": "YulTypedName", + "src": "14424:9:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "14435:6:46", + "nodeType": "YulTypedName", + "src": "14435:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "14443:6:46", + "nodeType": "YulTypedName", + "src": "14443:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "14451:6:46", + "nodeType": "YulTypedName", + "src": "14451:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "14459:6:46", + "nodeType": "YulTypedName", + "src": "14459:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "14470:4:46", + "nodeType": "YulTypedName", + "src": "14470:4:46", + "type": "" + } + ], + "src": "14294:485:46" + }, + { + "body": { + "nativeSrc": "14816:152:46", + "nodeType": "YulBlock", + "src": "14816:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14833:1:46", + "nodeType": "YulLiteral", + "src": "14833:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14836:77:46", + "nodeType": "YulLiteral", + "src": "14836:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14826:6:46", + "nodeType": "YulIdentifier", + "src": "14826:6:46" + }, + "nativeSrc": "14826:88:46", + "nodeType": "YulFunctionCall", + "src": "14826:88:46" + }, + "nativeSrc": "14826:88:46", + "nodeType": "YulExpressionStatement", + "src": "14826:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14930:1:46", + "nodeType": "YulLiteral", + "src": "14930:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "14933:4:46", + "nodeType": "YulLiteral", + "src": "14933:4:46", + "type": "", + "value": "0x11" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "14923:6:46", + "nodeType": "YulIdentifier", + "src": "14923:6:46" + }, + "nativeSrc": "14923:15:46", + "nodeType": "YulFunctionCall", + "src": "14923:15:46" + }, + "nativeSrc": "14923:15:46", + "nodeType": "YulExpressionStatement", + "src": "14923:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "14954:1:46", + "nodeType": "YulLiteral", + "src": "14954:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "14957:4:46", + "nodeType": "YulLiteral", + "src": "14957:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "14947:6:46", + "nodeType": "YulIdentifier", + "src": "14947:6:46" + }, + "nativeSrc": "14947:15:46", + "nodeType": "YulFunctionCall", + "src": "14947:15:46" + }, + "nativeSrc": "14947:15:46", + "nodeType": "YulExpressionStatement", + "src": "14947:15:46" + } + ] + }, + "name": "panic_error_0x11", + "nativeSrc": "14784:184:46", + "nodeType": "YulFunctionDefinition", + "src": "14784:184:46" + }, + { + "body": { + "nativeSrc": "15022:79:46", + "nodeType": "YulBlock", + "src": "15022:79:46", + "statements": [ + { + "nativeSrc": "15032:17:46", + "nodeType": "YulAssignment", + "src": "15032:17:46", + "value": { + "arguments": [ + { + "name": "x", + "nativeSrc": "15044:1:46", + "nodeType": "YulIdentifier", + "src": "15044:1:46" + }, + { + "name": "y", + "nativeSrc": "15047:1:46", + "nodeType": "YulIdentifier", + "src": "15047:1:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "15040:3:46", + "nodeType": "YulIdentifier", + "src": "15040:3:46" + }, + "nativeSrc": "15040:9:46", + "nodeType": "YulFunctionCall", + "src": "15040:9:46" + }, + "variableNames": [ + { + "name": "diff", + "nativeSrc": "15032:4:46", + "nodeType": "YulIdentifier", + "src": "15032:4:46" + } + ] + }, + { + "body": { + "nativeSrc": "15073:22:46", + "nodeType": "YulBlock", + "src": "15073:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x11", + "nativeSrc": "15075:16:46", + "nodeType": "YulIdentifier", + "src": "15075:16:46" + }, + "nativeSrc": "15075:18:46", + "nodeType": "YulFunctionCall", + "src": "15075:18:46" + }, + "nativeSrc": "15075:18:46", + "nodeType": "YulExpressionStatement", + "src": "15075:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "diff", + "nativeSrc": "15064:4:46", + "nodeType": "YulIdentifier", + "src": "15064:4:46" + }, + { + "name": "x", + "nativeSrc": "15070:1:46", + "nodeType": "YulIdentifier", + "src": "15070:1:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "15061:2:46", + "nodeType": "YulIdentifier", + "src": "15061:2:46" + }, + "nativeSrc": "15061:11:46", + "nodeType": "YulFunctionCall", + "src": "15061:11:46" + }, + "nativeSrc": "15058:37:46", + "nodeType": "YulIf", + "src": "15058:37:46" + } + ] + }, + "name": "checked_sub_t_uint256", + "nativeSrc": "14973:128:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "x", + "nativeSrc": "15004:1:46", + "nodeType": "YulTypedName", + "src": "15004:1:46", + "type": "" + }, + { + "name": "y", + "nativeSrc": "15007:1:46", + "nodeType": "YulTypedName", + "src": "15007:1:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "diff", + "nativeSrc": "15013:4:46", + "nodeType": "YulTypedName", + "src": "15013:4:46", + "type": "" + } + ], + "src": "14973:128:46" + }, + { + "body": { + "nativeSrc": "15236:201:46", + "nodeType": "YulBlock", + "src": "15236:201:46", + "statements": [ + { + "body": { + "nativeSrc": "15274:16:46", + "nodeType": "YulBlock", + "src": "15274:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15283:1:46", + "nodeType": "YulLiteral", + "src": "15283:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15286:1:46", + "nodeType": "YulLiteral", + "src": "15286:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15276:6:46", + "nodeType": "YulIdentifier", + "src": "15276:6:46" + }, + "nativeSrc": "15276:12:46", + "nodeType": "YulFunctionCall", + "src": "15276:12:46" + }, + "nativeSrc": "15276:12:46", + "nodeType": "YulExpressionStatement", + "src": "15276:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "startIndex", + "nativeSrc": "15252:10:46", + "nodeType": "YulIdentifier", + "src": "15252:10:46" + }, + { + "name": "endIndex", + "nativeSrc": "15264:8:46", + "nodeType": "YulIdentifier", + "src": "15264:8:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "15249:2:46", + "nodeType": "YulIdentifier", + "src": "15249:2:46" + }, + "nativeSrc": "15249:24:46", + "nodeType": "YulFunctionCall", + "src": "15249:24:46" + }, + "nativeSrc": "15246:44:46", + "nodeType": "YulIf", + "src": "15246:44:46" + }, + { + "body": { + "nativeSrc": "15323:16:46", + "nodeType": "YulBlock", + "src": "15323:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15332:1:46", + "nodeType": "YulLiteral", + "src": "15332:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15335:1:46", + "nodeType": "YulLiteral", + "src": "15335:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15325:6:46", + "nodeType": "YulIdentifier", + "src": "15325:6:46" + }, + "nativeSrc": "15325:12:46", + "nodeType": "YulFunctionCall", + "src": "15325:12:46" + }, + "nativeSrc": "15325:12:46", + "nodeType": "YulExpressionStatement", + "src": "15325:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "endIndex", + "nativeSrc": "15305:8:46", + "nodeType": "YulIdentifier", + "src": "15305:8:46" + }, + { + "name": "length", + "nativeSrc": "15315:6:46", + "nodeType": "YulIdentifier", + "src": "15315:6:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "15302:2:46", + "nodeType": "YulIdentifier", + "src": "15302:2:46" + }, + "nativeSrc": "15302:20:46", + "nodeType": "YulFunctionCall", + "src": "15302:20:46" + }, + "nativeSrc": "15299:40:46", + "nodeType": "YulIf", + "src": "15299:40:46" + }, + { + "nativeSrc": "15348:36:46", + "nodeType": "YulAssignment", + "src": "15348:36:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "15365:6:46", + "nodeType": "YulIdentifier", + "src": "15365:6:46" + }, + { + "name": "startIndex", + "nativeSrc": "15373:10:46", + "nodeType": "YulIdentifier", + "src": "15373:10:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15361:3:46", + "nodeType": "YulIdentifier", + "src": "15361:3:46" + }, + "nativeSrc": "15361:23:46", + "nodeType": "YulFunctionCall", + "src": "15361:23:46" + }, + "variableNames": [ + { + "name": "offsetOut", + "nativeSrc": "15348:9:46", + "nodeType": "YulIdentifier", + "src": "15348:9:46" + } + ] + }, + { + "nativeSrc": "15393:38:46", + "nodeType": "YulAssignment", + "src": "15393:38:46", + "value": { + "arguments": [ + { + "name": "endIndex", + "nativeSrc": "15410:8:46", + "nodeType": "YulIdentifier", + "src": "15410:8:46" + }, + { + "name": "startIndex", + "nativeSrc": "15420:10:46", + "nodeType": "YulIdentifier", + "src": "15420:10:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "15406:3:46", + "nodeType": "YulIdentifier", + "src": "15406:3:46" + }, + "nativeSrc": "15406:25:46", + "nodeType": "YulFunctionCall", + "src": "15406:25:46" + }, + "variableNames": [ + { + "name": "lengthOut", + "nativeSrc": "15393:9:46", + "nodeType": "YulIdentifier", + "src": "15393:9:46" + } + ] + } + ] + }, + "name": "calldata_array_index_range_access_t_bytes_calldata_ptr", + "nativeSrc": "15106:331:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "15170:6:46", + "nodeType": "YulTypedName", + "src": "15170:6:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "15178:6:46", + "nodeType": "YulTypedName", + "src": "15178:6:46", + "type": "" + }, + { + "name": "startIndex", + "nativeSrc": "15186:10:46", + "nodeType": "YulTypedName", + "src": "15186:10:46", + "type": "" + }, + { + "name": "endIndex", + "nativeSrc": "15198:8:46", + "nodeType": "YulTypedName", + "src": "15198:8:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "offsetOut", + "nativeSrc": "15211:9:46", + "nodeType": "YulTypedName", + "src": "15211:9:46", + "type": "" + }, + { + "name": "lengthOut", + "nativeSrc": "15222:9:46", + "nodeType": "YulTypedName", + "src": "15222:9:46", + "type": "" + } + ], + "src": "15106:331:46" + }, + { + "body": { + "nativeSrc": "15474:152:46", + "nodeType": "YulBlock", + "src": "15474:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15491:1:46", + "nodeType": "YulLiteral", + "src": "15491:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15494:77:46", + "nodeType": "YulLiteral", + "src": "15494:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15484:6:46", + "nodeType": "YulIdentifier", + "src": "15484:6:46" + }, + "nativeSrc": "15484:88:46", + "nodeType": "YulFunctionCall", + "src": "15484:88:46" + }, + "nativeSrc": "15484:88:46", + "nodeType": "YulExpressionStatement", + "src": "15484:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15588:1:46", + "nodeType": "YulLiteral", + "src": "15588:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "15591:4:46", + "nodeType": "YulLiteral", + "src": "15591:4:46", + "type": "", + "value": "0x41" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "15581:6:46", + "nodeType": "YulIdentifier", + "src": "15581:6:46" + }, + "nativeSrc": "15581:15:46", + "nodeType": "YulFunctionCall", + "src": "15581:15:46" + }, + "nativeSrc": "15581:15:46", + "nodeType": "YulExpressionStatement", + "src": "15581:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15612:1:46", + "nodeType": "YulLiteral", + "src": "15612:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15615:4:46", + "nodeType": "YulLiteral", + "src": "15615:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15605:6:46", + "nodeType": "YulIdentifier", + "src": "15605:6:46" + }, + "nativeSrc": "15605:15:46", + "nodeType": "YulFunctionCall", + "src": "15605:15:46" + }, + "nativeSrc": "15605:15:46", + "nodeType": "YulExpressionStatement", + "src": "15605:15:46" + } + ] + }, + "name": "panic_error_0x41", + "nativeSrc": "15442:184:46", + "nodeType": "YulFunctionDefinition", + "src": "15442:184:46" + }, + { + "body": { + "nativeSrc": "15725:427:46", + "nodeType": "YulBlock", + "src": "15725:427:46", + "statements": [ + { + "nativeSrc": "15735:51:46", + "nodeType": "YulVariableDeclaration", + "src": "15735:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "15774:11:46", + "nodeType": "YulIdentifier", + "src": "15774:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "15761:12:46", + "nodeType": "YulIdentifier", + "src": "15761:12:46" + }, + "nativeSrc": "15761:25:46", + "nodeType": "YulFunctionCall", + "src": "15761:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "15739:18:46", + "nodeType": "YulTypedName", + "src": "15739:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "15875:16:46", + "nodeType": "YulBlock", + "src": "15875:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15884:1:46", + "nodeType": "YulLiteral", + "src": "15884:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "15887:1:46", + "nodeType": "YulLiteral", + "src": "15887:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "15877:6:46", + "nodeType": "YulIdentifier", + "src": "15877:6:46" + }, + "nativeSrc": "15877:12:46", + "nodeType": "YulFunctionCall", + "src": "15877:12:46" + }, + "nativeSrc": "15877:12:46", + "nodeType": "YulExpressionStatement", + "src": "15877:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "15809:18:46", + "nodeType": "YulIdentifier", + "src": "15809:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "15837:12:46", + "nodeType": "YulIdentifier", + "src": "15837:12:46" + }, + "nativeSrc": "15837:14:46", + "nodeType": "YulFunctionCall", + "src": "15837:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "15853:8:46", + "nodeType": "YulIdentifier", + "src": "15853:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "15833:3:46", + "nodeType": "YulIdentifier", + "src": "15833:3:46" + }, + "nativeSrc": "15833:29:46", + "nodeType": "YulFunctionCall", + "src": "15833:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "15868:2:46", + "nodeType": "YulLiteral", + "src": "15868:2:46", + "type": "", + "value": "30" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "15864:3:46", + "nodeType": "YulIdentifier", + "src": "15864:3:46" + }, + "nativeSrc": "15864:7:46", + "nodeType": "YulFunctionCall", + "src": "15864:7:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15829:3:46", + "nodeType": "YulIdentifier", + "src": "15829:3:46" + }, + "nativeSrc": "15829:43:46", + "nodeType": "YulFunctionCall", + "src": "15829:43:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "15805:3:46", + "nodeType": "YulIdentifier", + "src": "15805:3:46" + }, + "nativeSrc": "15805:68:46", + "nodeType": "YulFunctionCall", + "src": "15805:68:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "15798:6:46", + "nodeType": "YulIdentifier", + "src": "15798:6:46" + }, + "nativeSrc": "15798:76:46", + "nodeType": "YulFunctionCall", + "src": "15798:76:46" + }, + "nativeSrc": "15795:96:46", + "nodeType": "YulIf", + "src": "15795:96:46" + }, + { + "nativeSrc": "15900:47:46", + "nodeType": "YulVariableDeclaration", + "src": "15900:47:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "15918:8:46", + "nodeType": "YulIdentifier", + "src": "15918:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "15928:18:46", + "nodeType": "YulIdentifier", + "src": "15928:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "15914:3:46", + "nodeType": "YulIdentifier", + "src": "15914:3:46" + }, + "nativeSrc": "15914:33:46", + "nodeType": "YulFunctionCall", + "src": "15914:33:46" + }, + "variables": [ + { + "name": "addr_1", + "nativeSrc": "15904:6:46", + "nodeType": "YulTypedName", + "src": "15904:6:46", + "type": "" + } + ] + }, + { + "nativeSrc": "15956:30:46", + "nodeType": "YulAssignment", + "src": "15956:30:46", + "value": { + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "15979:6:46", + "nodeType": "YulIdentifier", + "src": "15979:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "15966:12:46", + "nodeType": "YulIdentifier", + "src": "15966:12:46" + }, + "nativeSrc": "15966:20:46", + "nodeType": "YulFunctionCall", + "src": "15966:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "15956:6:46", + "nodeType": "YulIdentifier", + "src": "15956:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "16029:16:46", + "nodeType": "YulBlock", + "src": "16029:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "16038:1:46", + "nodeType": "YulLiteral", + "src": "16038:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "16041:1:46", + "nodeType": "YulLiteral", + "src": "16041:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "16031:6:46", + "nodeType": "YulIdentifier", + "src": "16031:6:46" + }, + "nativeSrc": "16031:12:46", + "nodeType": "YulFunctionCall", + "src": "16031:12:46" + }, + "nativeSrc": "16031:12:46", + "nodeType": "YulExpressionStatement", + "src": "16031:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "16001:6:46", + "nodeType": "YulIdentifier", + "src": "16001:6:46" + }, + { + "kind": "number", + "nativeSrc": "16009:18:46", + "nodeType": "YulLiteral", + "src": "16009:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "15998:2:46", + "nodeType": "YulIdentifier", + "src": "15998:2:46" + }, + "nativeSrc": "15998:30:46", + "nodeType": "YulFunctionCall", + "src": "15998:30:46" + }, + "nativeSrc": "15995:50:46", + "nodeType": "YulIf", + "src": "15995:50:46" + }, + { + "nativeSrc": "16054:25:46", + "nodeType": "YulAssignment", + "src": "16054:25:46", + "value": { + "arguments": [ + { + "name": "addr_1", + "nativeSrc": "16066:6:46", + "nodeType": "YulIdentifier", + "src": "16066:6:46" + }, + { + "kind": "number", + "nativeSrc": "16074:4:46", + "nodeType": "YulLiteral", + "src": "16074:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16062:3:46", + "nodeType": "YulIdentifier", + "src": "16062:3:46" + }, + "nativeSrc": "16062:17:46", + "nodeType": "YulFunctionCall", + "src": "16062:17:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "16054:4:46", + "nodeType": "YulIdentifier", + "src": "16054:4:46" + } + ] + }, + { + "body": { + "nativeSrc": "16130:16:46", + "nodeType": "YulBlock", + "src": "16130:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "16139:1:46", + "nodeType": "YulLiteral", + "src": "16139:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "16142:1:46", + "nodeType": "YulLiteral", + "src": "16142:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "16132:6:46", + "nodeType": "YulIdentifier", + "src": "16132:6:46" + }, + "nativeSrc": "16132:12:46", + "nodeType": "YulFunctionCall", + "src": "16132:12:46" + }, + "nativeSrc": "16132:12:46", + "nodeType": "YulExpressionStatement", + "src": "16132:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "addr", + "nativeSrc": "16095:4:46", + "nodeType": "YulIdentifier", + "src": "16095:4:46" + }, + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "16105:12:46", + "nodeType": "YulIdentifier", + "src": "16105:12:46" + }, + "nativeSrc": "16105:14:46", + "nodeType": "YulFunctionCall", + "src": "16105:14:46" + }, + { + "name": "length", + "nativeSrc": "16121:6:46", + "nodeType": "YulIdentifier", + "src": "16121:6:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "16101:3:46", + "nodeType": "YulIdentifier", + "src": "16101:3:46" + }, + "nativeSrc": "16101:27:46", + "nodeType": "YulFunctionCall", + "src": "16101:27:46" + } + ], + "functionName": { + "name": "sgt", + "nativeSrc": "16091:3:46", + "nodeType": "YulIdentifier", + "src": "16091:3:46" + }, + "nativeSrc": "16091:38:46", + "nodeType": "YulFunctionCall", + "src": "16091:38:46" + }, + "nativeSrc": "16088:58:46", + "nodeType": "YulIf", + "src": "16088:58:46" + } + ] + }, + "name": "access_calldata_tail_t_bytes_calldata_ptr", + "nativeSrc": "15631:521:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "15682:8:46", + "nodeType": "YulTypedName", + "src": "15682:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "15692:11:46", + "nodeType": "YulTypedName", + "src": "15692:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "15708:4:46", + "nodeType": "YulTypedName", + "src": "15708:4:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "15714:6:46", + "nodeType": "YulTypedName", + "src": "15714:6:46", + "type": "" + } + ], + "src": "15631:521:46" + }, + { + "body": { + "nativeSrc": "16350:247:46", + "nodeType": "YulBlock", + "src": "16350:247:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "16373:3:46", + "nodeType": "YulIdentifier", + "src": "16373:3:46" + }, + { + "name": "value0", + "nativeSrc": "16378:6:46", + "nodeType": "YulIdentifier", + "src": "16378:6:46" + }, + { + "name": "value1", + "nativeSrc": "16386:6:46", + "nodeType": "YulIdentifier", + "src": "16386:6:46" + } + ], + "functionName": { + "name": "calldatacopy", + "nativeSrc": "16360:12:46", + "nodeType": "YulIdentifier", + "src": "16360:12:46" + }, + "nativeSrc": "16360:33:46", + "nodeType": "YulFunctionCall", + "src": "16360:33:46" + }, + "nativeSrc": "16360:33:46", + "nodeType": "YulExpressionStatement", + "src": "16360:33:46" + }, + { + "nativeSrc": "16402:26:46", + "nodeType": "YulVariableDeclaration", + "src": "16402:26:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "16416:3:46", + "nodeType": "YulIdentifier", + "src": "16416:3:46" + }, + { + "name": "value1", + "nativeSrc": "16421:6:46", + "nodeType": "YulIdentifier", + "src": "16421:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16412:3:46", + "nodeType": "YulIdentifier", + "src": "16412:3:46" + }, + "nativeSrc": "16412:16:46", + "nodeType": "YulFunctionCall", + "src": "16412:16:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "16406:2:46", + "nodeType": "YulTypedName", + "src": "16406:2:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "16444:2:46", + "nodeType": "YulIdentifier", + "src": "16444:2:46" + }, + { + "kind": "number", + "nativeSrc": "16448:1:46", + "nodeType": "YulLiteral", + "src": "16448:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16437:6:46", + "nodeType": "YulIdentifier", + "src": "16437:6:46" + }, + "nativeSrc": "16437:13:46", + "nodeType": "YulFunctionCall", + "src": "16437:13:46" + }, + "nativeSrc": "16437:13:46", + "nodeType": "YulExpressionStatement", + "src": "16437:13:46" + }, + { + "nativeSrc": "16459:27:46", + "nodeType": "YulVariableDeclaration", + "src": "16459:27:46", + "value": { + "arguments": [ + { + "name": "value2", + "nativeSrc": "16479:6:46", + "nodeType": "YulIdentifier", + "src": "16479:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "16473:5:46", + "nodeType": "YulIdentifier", + "src": "16473:5:46" + }, + "nativeSrc": "16473:13:46", + "nodeType": "YulFunctionCall", + "src": "16473:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "16463:6:46", + "nodeType": "YulTypedName", + "src": "16463:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "16534:6:46", + "nodeType": "YulIdentifier", + "src": "16534:6:46" + }, + { + "kind": "number", + "nativeSrc": "16542:4:46", + "nodeType": "YulLiteral", + "src": "16542:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16530:3:46", + "nodeType": "YulIdentifier", + "src": "16530:3:46" + }, + "nativeSrc": "16530:17:46", + "nodeType": "YulFunctionCall", + "src": "16530:17:46" + }, + { + "name": "_1", + "nativeSrc": "16549:2:46", + "nodeType": "YulIdentifier", + "src": "16549:2:46" + }, + { + "name": "length", + "nativeSrc": "16553:6:46", + "nodeType": "YulIdentifier", + "src": "16553:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "16495:34:46", + "nodeType": "YulIdentifier", + "src": "16495:34:46" + }, + "nativeSrc": "16495:65:46", + "nodeType": "YulFunctionCall", + "src": "16495:65:46" + }, + "nativeSrc": "16495:65:46", + "nodeType": "YulExpressionStatement", + "src": "16495:65:46" + }, + { + "nativeSrc": "16569:22:46", + "nodeType": "YulAssignment", + "src": "16569:22:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "16580:2:46", + "nodeType": "YulIdentifier", + "src": "16580:2:46" + }, + { + "name": "length", + "nativeSrc": "16584:6:46", + "nodeType": "YulIdentifier", + "src": "16584:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16576:3:46", + "nodeType": "YulIdentifier", + "src": "16576:3:46" + }, + "nativeSrc": "16576:15:46", + "nodeType": "YulFunctionCall", + "src": "16576:15:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "16569:3:46", + "nodeType": "YulIdentifier", + "src": "16569:3:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "16310:3:46", + "nodeType": "YulTypedName", + "src": "16310:3:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "16315:6:46", + "nodeType": "YulTypedName", + "src": "16315:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "16323:6:46", + "nodeType": "YulTypedName", + "src": "16323:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "16331:6:46", + "nodeType": "YulTypedName", + "src": "16331:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "16342:3:46", + "nodeType": "YulTypedName", + "src": "16342:3:46", + "type": "" + } + ], + "src": "16157:440:46" + }, + { + "body": { + "nativeSrc": "16785:426:46", + "nodeType": "YulBlock", + "src": "16785:426:46", + "statements": [ + { + "nativeSrc": "16795:27:46", + "nodeType": "YulAssignment", + "src": "16795:27:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "16807:9:46", + "nodeType": "YulIdentifier", + "src": "16807:9:46" + }, + { + "kind": "number", + "nativeSrc": "16818:3:46", + "nodeType": "YulLiteral", + "src": "16818:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16803:3:46", + "nodeType": "YulIdentifier", + "src": "16803:3:46" + }, + "nativeSrc": "16803:19:46", + "nodeType": "YulFunctionCall", + "src": "16803:19:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "16795:4:46", + "nodeType": "YulIdentifier", + "src": "16795:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "16838:9:46", + "nodeType": "YulIdentifier", + "src": "16838:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "16853:6:46", + "nodeType": "YulIdentifier", + "src": "16853:6:46" + }, + { + "kind": "number", + "nativeSrc": "16861:42:46", + "nodeType": "YulLiteral", + "src": "16861:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "16849:3:46", + "nodeType": "YulIdentifier", + "src": "16849:3:46" + }, + "nativeSrc": "16849:55:46", + "nodeType": "YulFunctionCall", + "src": "16849:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16831:6:46", + "nodeType": "YulIdentifier", + "src": "16831:6:46" + }, + "nativeSrc": "16831:74:46", + "nodeType": "YulFunctionCall", + "src": "16831:74:46" + }, + "nativeSrc": "16831:74:46", + "nodeType": "YulExpressionStatement", + "src": "16831:74:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "16925:9:46", + "nodeType": "YulIdentifier", + "src": "16925:9:46" + }, + { + "kind": "number", + "nativeSrc": "16936:2:46", + "nodeType": "YulLiteral", + "src": "16936:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "16921:3:46", + "nodeType": "YulIdentifier", + "src": "16921:3:46" + }, + "nativeSrc": "16921:18:46", + "nodeType": "YulFunctionCall", + "src": "16921:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "16945:6:46", + "nodeType": "YulIdentifier", + "src": "16945:6:46" + }, + { + "kind": "number", + "nativeSrc": "16953:42:46", + "nodeType": "YulLiteral", + "src": "16953:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "16941:3:46", + "nodeType": "YulIdentifier", + "src": "16941:3:46" + }, + "nativeSrc": "16941:55:46", + "nodeType": "YulFunctionCall", + "src": "16941:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "16914:6:46", + "nodeType": "YulIdentifier", + "src": "16914:6:46" + }, + "nativeSrc": "16914:83:46", + "nodeType": "YulFunctionCall", + "src": "16914:83:46" + }, + "nativeSrc": "16914:83:46", + "nodeType": "YulExpressionStatement", + "src": "16914:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17017:9:46", + "nodeType": "YulIdentifier", + "src": "17017:9:46" + }, + { + "kind": "number", + "nativeSrc": "17028:2:46", + "nodeType": "YulLiteral", + "src": "17028:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17013:3:46", + "nodeType": "YulIdentifier", + "src": "17013:3:46" + }, + "nativeSrc": "17013:18:46", + "nodeType": "YulFunctionCall", + "src": "17013:18:46" + }, + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "17037:6:46", + "nodeType": "YulIdentifier", + "src": "17037:6:46" + }, + { + "kind": "number", + "nativeSrc": "17045:42:46", + "nodeType": "YulLiteral", + "src": "17045:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17033:3:46", + "nodeType": "YulIdentifier", + "src": "17033:3:46" + }, + "nativeSrc": "17033:55:46", + "nodeType": "YulFunctionCall", + "src": "17033:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17006:6:46", + "nodeType": "YulIdentifier", + "src": "17006:6:46" + }, + "nativeSrc": "17006:83:46", + "nodeType": "YulFunctionCall", + "src": "17006:83:46" + }, + "nativeSrc": "17006:83:46", + "nodeType": "YulExpressionStatement", + "src": "17006:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17109:9:46", + "nodeType": "YulIdentifier", + "src": "17109:9:46" + }, + { + "kind": "number", + "nativeSrc": "17120:2:46", + "nodeType": "YulLiteral", + "src": "17120:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17105:3:46", + "nodeType": "YulIdentifier", + "src": "17105:3:46" + }, + "nativeSrc": "17105:18:46", + "nodeType": "YulFunctionCall", + "src": "17105:18:46" + }, + { + "arguments": [ + { + "name": "value3", + "nativeSrc": "17129:6:46", + "nodeType": "YulIdentifier", + "src": "17129:6:46" + }, + { + "kind": "number", + "nativeSrc": "17137:66:46", + "nodeType": "YulLiteral", + "src": "17137:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17125:3:46", + "nodeType": "YulIdentifier", + "src": "17125:3:46" + }, + "nativeSrc": "17125:79:46", + "nodeType": "YulFunctionCall", + "src": "17125:79:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17098:6:46", + "nodeType": "YulIdentifier", + "src": "17098:6:46" + }, + "nativeSrc": "17098:107:46", + "nodeType": "YulFunctionCall", + "src": "17098:107:46" + }, + "nativeSrc": "17098:107:46", + "nodeType": "YulExpressionStatement", + "src": "17098:107:46" + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "16730:9:46", + "nodeType": "YulTypedName", + "src": "16730:9:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "16741:6:46", + "nodeType": "YulTypedName", + "src": "16741:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "16749:6:46", + "nodeType": "YulTypedName", + "src": "16749:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "16757:6:46", + "nodeType": "YulTypedName", + "src": "16757:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "16765:6:46", + "nodeType": "YulTypedName", + "src": "16765:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "16776:4:46", + "nodeType": "YulTypedName", + "src": "16776:4:46", + "type": "" + } + ], + "src": "16602:609:46" + }, + { + "body": { + "nativeSrc": "17263:132:46", + "nodeType": "YulBlock", + "src": "17263:132:46", + "statements": [ + { + "nativeSrc": "17273:58:46", + "nodeType": "YulAssignment", + "src": "17273:58:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "x", + "nativeSrc": "17288:1:46", + "nodeType": "YulIdentifier", + "src": "17288:1:46" + }, + { + "kind": "number", + "nativeSrc": "17291:14:46", + "nodeType": "YulLiteral", + "src": "17291:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17284:3:46", + "nodeType": "YulIdentifier", + "src": "17284:3:46" + }, + "nativeSrc": "17284:22:46", + "nodeType": "YulFunctionCall", + "src": "17284:22:46" + }, + { + "arguments": [ + { + "name": "y", + "nativeSrc": "17312:1:46", + "nodeType": "YulIdentifier", + "src": "17312:1:46" + }, + { + "kind": "number", + "nativeSrc": "17315:14:46", + "nodeType": "YulLiteral", + "src": "17315:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17308:3:46", + "nodeType": "YulIdentifier", + "src": "17308:3:46" + }, + "nativeSrc": "17308:22:46", + "nodeType": "YulFunctionCall", + "src": "17308:22:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17280:3:46", + "nodeType": "YulIdentifier", + "src": "17280:3:46" + }, + "nativeSrc": "17280:51:46", + "nodeType": "YulFunctionCall", + "src": "17280:51:46" + }, + "variableNames": [ + { + "name": "sum", + "nativeSrc": "17273:3:46", + "nodeType": "YulIdentifier", + "src": "17273:3:46" + } + ] + }, + { + "body": { + "nativeSrc": "17367:22:46", + "nodeType": "YulBlock", + "src": "17367:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x11", + "nativeSrc": "17369:16:46", + "nodeType": "YulIdentifier", + "src": "17369:16:46" + }, + "nativeSrc": "17369:18:46", + "nodeType": "YulFunctionCall", + "src": "17369:18:46" + }, + "nativeSrc": "17369:18:46", + "nodeType": "YulExpressionStatement", + "src": "17369:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "sum", + "nativeSrc": "17346:3:46", + "nodeType": "YulIdentifier", + "src": "17346:3:46" + }, + { + "kind": "number", + "nativeSrc": "17351:14:46", + "nodeType": "YulLiteral", + "src": "17351:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "17343:2:46", + "nodeType": "YulIdentifier", + "src": "17343:2:46" + }, + "nativeSrc": "17343:23:46", + "nodeType": "YulFunctionCall", + "src": "17343:23:46" + }, + "nativeSrc": "17340:49:46", + "nodeType": "YulIf", + "src": "17340:49:46" + } + ] + }, + "name": "checked_add_t_uint48", + "nativeSrc": "17216:179:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "x", + "nativeSrc": "17246:1:46", + "nodeType": "YulTypedName", + "src": "17246:1:46", + "type": "" + }, + { + "name": "y", + "nativeSrc": "17249:1:46", + "nodeType": "YulTypedName", + "src": "17249:1:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "sum", + "nativeSrc": "17255:3:46", + "nodeType": "YulTypedName", + "src": "17255:3:46", + "type": "" + } + ], + "src": "17216:179:46" + }, + { + "body": { + "nativeSrc": "17611:366:46", + "nodeType": "YulBlock", + "src": "17611:366:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17628:9:46", + "nodeType": "YulIdentifier", + "src": "17628:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "17643:6:46", + "nodeType": "YulIdentifier", + "src": "17643:6:46" + }, + { + "kind": "number", + "nativeSrc": "17651:14:46", + "nodeType": "YulLiteral", + "src": "17651:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17639:3:46", + "nodeType": "YulIdentifier", + "src": "17639:3:46" + }, + "nativeSrc": "17639:27:46", + "nodeType": "YulFunctionCall", + "src": "17639:27:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17621:6:46", + "nodeType": "YulIdentifier", + "src": "17621:6:46" + }, + "nativeSrc": "17621:46:46", + "nodeType": "YulFunctionCall", + "src": "17621:46:46" + }, + "nativeSrc": "17621:46:46", + "nodeType": "YulExpressionStatement", + "src": "17621:46:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17687:9:46", + "nodeType": "YulIdentifier", + "src": "17687:9:46" + }, + { + "kind": "number", + "nativeSrc": "17698:2:46", + "nodeType": "YulLiteral", + "src": "17698:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17683:3:46", + "nodeType": "YulIdentifier", + "src": "17683:3:46" + }, + "nativeSrc": "17683:18:46", + "nodeType": "YulFunctionCall", + "src": "17683:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "17707:6:46", + "nodeType": "YulIdentifier", + "src": "17707:6:46" + }, + { + "kind": "number", + "nativeSrc": "17715:42:46", + "nodeType": "YulLiteral", + "src": "17715:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17703:3:46", + "nodeType": "YulIdentifier", + "src": "17703:3:46" + }, + "nativeSrc": "17703:55:46", + "nodeType": "YulFunctionCall", + "src": "17703:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17676:6:46", + "nodeType": "YulIdentifier", + "src": "17676:6:46" + }, + "nativeSrc": "17676:83:46", + "nodeType": "YulFunctionCall", + "src": "17676:83:46" + }, + "nativeSrc": "17676:83:46", + "nodeType": "YulExpressionStatement", + "src": "17676:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17779:9:46", + "nodeType": "YulIdentifier", + "src": "17779:9:46" + }, + { + "kind": "number", + "nativeSrc": "17790:2:46", + "nodeType": "YulLiteral", + "src": "17790:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17775:3:46", + "nodeType": "YulIdentifier", + "src": "17775:3:46" + }, + "nativeSrc": "17775:18:46", + "nodeType": "YulFunctionCall", + "src": "17775:18:46" + }, + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "17799:6:46", + "nodeType": "YulIdentifier", + "src": "17799:6:46" + }, + { + "kind": "number", + "nativeSrc": "17807:42:46", + "nodeType": "YulLiteral", + "src": "17807:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "17795:3:46", + "nodeType": "YulIdentifier", + "src": "17795:3:46" + }, + "nativeSrc": "17795:55:46", + "nodeType": "YulFunctionCall", + "src": "17795:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17768:6:46", + "nodeType": "YulIdentifier", + "src": "17768:6:46" + }, + "nativeSrc": "17768:83:46", + "nodeType": "YulFunctionCall", + "src": "17768:83:46" + }, + "nativeSrc": "17768:83:46", + "nodeType": "YulExpressionStatement", + "src": "17768:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17871:9:46", + "nodeType": "YulIdentifier", + "src": "17871:9:46" + }, + { + "kind": "number", + "nativeSrc": "17882:2:46", + "nodeType": "YulLiteral", + "src": "17882:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17867:3:46", + "nodeType": "YulIdentifier", + "src": "17867:3:46" + }, + "nativeSrc": "17867:18:46", + "nodeType": "YulFunctionCall", + "src": "17867:18:46" + }, + { + "kind": "number", + "nativeSrc": "17887:3:46", + "nodeType": "YulLiteral", + "src": "17887:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "17860:6:46", + "nodeType": "YulIdentifier", + "src": "17860:6:46" + }, + "nativeSrc": "17860:31:46", + "nodeType": "YulFunctionCall", + "src": "17860:31:46" + }, + "nativeSrc": "17860:31:46", + "nodeType": "YulExpressionStatement", + "src": "17860:31:46" + }, + { + "nativeSrc": "17900:71:46", + "nodeType": "YulAssignment", + "src": "17900:71:46", + "value": { + "arguments": [ + { + "name": "value3", + "nativeSrc": "17935:6:46", + "nodeType": "YulIdentifier", + "src": "17935:6:46" + }, + { + "name": "value4", + "nativeSrc": "17943:6:46", + "nodeType": "YulIdentifier", + "src": "17943:6:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "17955:9:46", + "nodeType": "YulIdentifier", + "src": "17955:9:46" + }, + { + "kind": "number", + "nativeSrc": "17966:3:46", + "nodeType": "YulLiteral", + "src": "17966:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "17951:3:46", + "nodeType": "YulIdentifier", + "src": "17951:3:46" + }, + "nativeSrc": "17951:19:46", + "nodeType": "YulFunctionCall", + "src": "17951:19:46" + } + ], + "functionName": { + "name": "abi_encode_string_calldata", + "nativeSrc": "17908:26:46", + "nodeType": "YulIdentifier", + "src": "17908:26:46" + }, + "nativeSrc": "17908:63:46", + "nodeType": "YulFunctionCall", + "src": "17908:63:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "17900:4:46", + "nodeType": "YulIdentifier", + "src": "17900:4:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "17548:9:46", + "nodeType": "YulTypedName", + "src": "17548:9:46", + "type": "" + }, + { + "name": "value4", + "nativeSrc": "17559:6:46", + "nodeType": "YulTypedName", + "src": "17559:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "17567:6:46", + "nodeType": "YulTypedName", + "src": "17567:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "17575:6:46", + "nodeType": "YulTypedName", + "src": "17575:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "17583:6:46", + "nodeType": "YulTypedName", + "src": "17583:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "17591:6:46", + "nodeType": "YulTypedName", + "src": "17591:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "17602:4:46", + "nodeType": "YulTypedName", + "src": "17602:4:46", + "type": "" + } + ], + "src": "17400:577:46" + }, + { + "body": { + "nativeSrc": "18109:193:46", + "nodeType": "YulBlock", + "src": "18109:193:46", + "statements": [ + { + "nativeSrc": "18119:26:46", + "nodeType": "YulAssignment", + "src": "18119:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18131:9:46", + "nodeType": "YulIdentifier", + "src": "18131:9:46" + }, + { + "kind": "number", + "nativeSrc": "18142:2:46", + "nodeType": "YulLiteral", + "src": "18142:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18127:3:46", + "nodeType": "YulIdentifier", + "src": "18127:3:46" + }, + "nativeSrc": "18127:18:46", + "nodeType": "YulFunctionCall", + "src": "18127:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "18119:4:46", + "nodeType": "YulIdentifier", + "src": "18119:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18161:9:46", + "nodeType": "YulIdentifier", + "src": "18161:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "18176:6:46", + "nodeType": "YulIdentifier", + "src": "18176:6:46" + }, + { + "kind": "number", + "nativeSrc": "18184:42:46", + "nodeType": "YulLiteral", + "src": "18184:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18172:3:46", + "nodeType": "YulIdentifier", + "src": "18172:3:46" + }, + "nativeSrc": "18172:55:46", + "nodeType": "YulFunctionCall", + "src": "18172:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "18154:6:46", + "nodeType": "YulIdentifier", + "src": "18154:6:46" + }, + "nativeSrc": "18154:74:46", + "nodeType": "YulFunctionCall", + "src": "18154:74:46" + }, + "nativeSrc": "18154:74:46", + "nodeType": "YulExpressionStatement", + "src": "18154:74:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18248:9:46", + "nodeType": "YulIdentifier", + "src": "18248:9:46" + }, + { + "kind": "number", + "nativeSrc": "18259:2:46", + "nodeType": "YulLiteral", + "src": "18259:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18244:3:46", + "nodeType": "YulIdentifier", + "src": "18244:3:46" + }, + "nativeSrc": "18244:18:46", + "nodeType": "YulFunctionCall", + "src": "18244:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "18268:6:46", + "nodeType": "YulIdentifier", + "src": "18268:6:46" + }, + { + "kind": "number", + "nativeSrc": "18276:18:46", + "nodeType": "YulLiteral", + "src": "18276:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18264:3:46", + "nodeType": "YulIdentifier", + "src": "18264:3:46" + }, + "nativeSrc": "18264:31:46", + "nodeType": "YulFunctionCall", + "src": "18264:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "18237:6:46", + "nodeType": "YulIdentifier", + "src": "18237:6:46" + }, + "nativeSrc": "18237:59:46", + "nodeType": "YulFunctionCall", + "src": "18237:59:46" + }, + "nativeSrc": "18237:59:46", + "nodeType": "YulExpressionStatement", + "src": "18237:59:46" + } + ] + }, + "name": "abi_encode_tuple_t_address_t_uint64__to_t_address_t_uint64__fromStack_reversed", + "nativeSrc": "17982:320:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "18070:9:46", + "nodeType": "YulTypedName", + "src": "18070:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "18081:6:46", + "nodeType": "YulTypedName", + "src": "18081:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "18089:6:46", + "nodeType": "YulTypedName", + "src": "18089:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "18100:4:46", + "nodeType": "YulTypedName", + "src": "18100:4:46", + "type": "" + } + ], + "src": "17982:320:46" + }, + { + "body": { + "nativeSrc": "18406:149:46", + "nodeType": "YulBlock", + "src": "18406:149:46", + "statements": [ + { + "nativeSrc": "18416:26:46", + "nodeType": "YulAssignment", + "src": "18416:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18428:9:46", + "nodeType": "YulIdentifier", + "src": "18428:9:46" + }, + { + "kind": "number", + "nativeSrc": "18439:2:46", + "nodeType": "YulLiteral", + "src": "18439:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "18424:3:46", + "nodeType": "YulIdentifier", + "src": "18424:3:46" + }, + "nativeSrc": "18424:18:46", + "nodeType": "YulFunctionCall", + "src": "18424:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "18416:4:46", + "nodeType": "YulIdentifier", + "src": "18416:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "18458:9:46", + "nodeType": "YulIdentifier", + "src": "18458:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "18473:6:46", + "nodeType": "YulIdentifier", + "src": "18473:6:46" + }, + { + "kind": "number", + "nativeSrc": "18481:66:46", + "nodeType": "YulLiteral", + "src": "18481:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18469:3:46", + "nodeType": "YulIdentifier", + "src": "18469:3:46" + }, + "nativeSrc": "18469:79:46", + "nodeType": "YulFunctionCall", + "src": "18469:79:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "18451:6:46", + "nodeType": "YulIdentifier", + "src": "18451:6:46" + }, + "nativeSrc": "18451:98:46", + "nodeType": "YulFunctionCall", + "src": "18451:98:46" + }, + "nativeSrc": "18451:98:46", + "nodeType": "YulExpressionStatement", + "src": "18451:98:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", + "nativeSrc": "18307:248:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "18375:9:46", + "nodeType": "YulTypedName", + "src": "18375:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "18386:6:46", + "nodeType": "YulTypedName", + "src": "18386:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "18397:4:46", + "nodeType": "YulTypedName", + "src": "18397:4:46", + "type": "" + } + ], + "src": "18307:248:46" + }, + { + "body": { + "nativeSrc": "18660:376:46", + "nodeType": "YulBlock", + "src": "18660:376:46", + "statements": [ + { + "nativeSrc": "18670:29:46", + "nodeType": "YulVariableDeclaration", + "src": "18670:29:46", + "value": { + "arguments": [ + { + "name": "array", + "nativeSrc": "18693:5:46", + "nodeType": "YulIdentifier", + "src": "18693:5:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "18680:12:46", + "nodeType": "YulIdentifier", + "src": "18680:12:46" + }, + "nativeSrc": "18680:19:46", + "nodeType": "YulFunctionCall", + "src": "18680:19:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "18674:2:46", + "nodeType": "YulTypedName", + "src": "18674:2:46", + "type": "" + } + ] + }, + { + "nativeSrc": "18708:84:46", + "nodeType": "YulAssignment", + "src": "18708:84:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "18721:2:46", + "nodeType": "YulIdentifier", + "src": "18721:2:46" + }, + { + "kind": "number", + "nativeSrc": "18725:66:46", + "nodeType": "YulLiteral", + "src": "18725:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18717:3:46", + "nodeType": "YulIdentifier", + "src": "18717:3:46" + }, + "nativeSrc": "18717:75:46", + "nodeType": "YulFunctionCall", + "src": "18717:75:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "18708:5:46", + "nodeType": "YulIdentifier", + "src": "18708:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "18823:207:46", + "nodeType": "YulBlock", + "src": "18823:207:46", + "statements": [ + { + "nativeSrc": "18837:183:46", + "nodeType": "YulAssignment", + "src": "18837:183:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "18854:2:46", + "nodeType": "YulIdentifier", + "src": "18854:2:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "18866:1:46", + "nodeType": "YulLiteral", + "src": "18866:1:46", + "type": "", + "value": "3" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "18873:1:46", + "nodeType": "YulLiteral", + "src": "18873:1:46", + "type": "", + "value": "4" + }, + { + "name": "len", + "nativeSrc": "18876:3:46", + "nodeType": "YulIdentifier", + "src": "18876:3:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "18869:3:46", + "nodeType": "YulIdentifier", + "src": "18869:3:46" + }, + "nativeSrc": "18869:11:46", + "nodeType": "YulFunctionCall", + "src": "18869:11:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "18862:3:46", + "nodeType": "YulIdentifier", + "src": "18862:3:46" + }, + "nativeSrc": "18862:19:46", + "nodeType": "YulFunctionCall", + "src": "18862:19:46" + }, + { + "kind": "number", + "nativeSrc": "18883:66:46", + "nodeType": "YulLiteral", + "src": "18883:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "18858:3:46", + "nodeType": "YulIdentifier", + "src": "18858:3:46" + }, + "nativeSrc": "18858:92:46", + "nodeType": "YulFunctionCall", + "src": "18858:92:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18850:3:46", + "nodeType": "YulIdentifier", + "src": "18850:3:46" + }, + "nativeSrc": "18850:101:46", + "nodeType": "YulFunctionCall", + "src": "18850:101:46" + }, + { + "kind": "number", + "nativeSrc": "18953:66:46", + "nodeType": "YulLiteral", + "src": "18953:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "18846:3:46", + "nodeType": "YulIdentifier", + "src": "18846:3:46" + }, + "nativeSrc": "18846:174:46", + "nodeType": "YulFunctionCall", + "src": "18846:174:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "18837:5:46", + "nodeType": "YulIdentifier", + "src": "18837:5:46" + } + ] + } + ] + }, + "condition": { + "arguments": [ + { + "name": "len", + "nativeSrc": "18807:3:46", + "nodeType": "YulIdentifier", + "src": "18807:3:46" + }, + { + "kind": "number", + "nativeSrc": "18812:1:46", + "nodeType": "YulLiteral", + "src": "18812:1:46", + "type": "", + "value": "4" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "18804:2:46", + "nodeType": "YulIdentifier", + "src": "18804:2:46" + }, + "nativeSrc": "18804:10:46", + "nodeType": "YulFunctionCall", + "src": "18804:10:46" + }, + "nativeSrc": "18801:229:46", + "nodeType": "YulIf", + "src": "18801:229:46" + } + ] + }, + "name": "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4", + "nativeSrc": "18560:476:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "array", + "nativeSrc": "18635:5:46", + "nodeType": "YulTypedName", + "src": "18635:5:46", + "type": "" + }, + { + "name": "len", + "nativeSrc": "18642:3:46", + "nodeType": "YulTypedName", + "src": "18642:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "18650:5:46", + "nodeType": "YulTypedName", + "src": "18650:5:46", + "type": "" + } + ], + "src": "18560:476:46" + }, + { + "body": { + "nativeSrc": "19168:241:46", + "nodeType": "YulBlock", + "src": "19168:241:46", + "statements": [ + { + "nativeSrc": "19178:26:46", + "nodeType": "YulAssignment", + "src": "19178:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "19190:9:46", + "nodeType": "YulIdentifier", + "src": "19190:9:46" + }, + { + "kind": "number", + "nativeSrc": "19201:2:46", + "nodeType": "YulLiteral", + "src": "19201:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19186:3:46", + "nodeType": "YulIdentifier", + "src": "19186:3:46" + }, + "nativeSrc": "19186:18:46", + "nodeType": "YulFunctionCall", + "src": "19186:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "19178:4:46", + "nodeType": "YulIdentifier", + "src": "19178:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "19220:9:46", + "nodeType": "YulIdentifier", + "src": "19220:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "19235:6:46", + "nodeType": "YulIdentifier", + "src": "19235:6:46" + }, + { + "kind": "number", + "nativeSrc": "19243:42:46", + "nodeType": "YulLiteral", + "src": "19243:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "19231:3:46", + "nodeType": "YulIdentifier", + "src": "19231:3:46" + }, + "nativeSrc": "19231:55:46", + "nodeType": "YulFunctionCall", + "src": "19231:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "19213:6:46", + "nodeType": "YulIdentifier", + "src": "19213:6:46" + }, + "nativeSrc": "19213:74:46", + "nodeType": "YulFunctionCall", + "src": "19213:74:46" + }, + "nativeSrc": "19213:74:46", + "nodeType": "YulExpressionStatement", + "src": "19213:74:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "19307:9:46", + "nodeType": "YulIdentifier", + "src": "19307:9:46" + }, + { + "kind": "number", + "nativeSrc": "19318:2:46", + "nodeType": "YulLiteral", + "src": "19318:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19303:3:46", + "nodeType": "YulIdentifier", + "src": "19303:3:46" + }, + "nativeSrc": "19303:18:46", + "nodeType": "YulFunctionCall", + "src": "19303:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "19327:6:46", + "nodeType": "YulIdentifier", + "src": "19327:6:46" + }, + { + "kind": "number", + "nativeSrc": "19335:66:46", + "nodeType": "YulLiteral", + "src": "19335:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "19323:3:46", + "nodeType": "YulIdentifier", + "src": "19323:3:46" + }, + "nativeSrc": "19323:79:46", + "nodeType": "YulFunctionCall", + "src": "19323:79:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "19296:6:46", + "nodeType": "YulIdentifier", + "src": "19296:6:46" + }, + "nativeSrc": "19296:107:46", + "nodeType": "YulFunctionCall", + "src": "19296:107:46" + }, + "nativeSrc": "19296:107:46", + "nodeType": "YulExpressionStatement", + "src": "19296:107:46" + } + ] + }, + "name": "abi_encode_tuple_t_address_t_bytes4__to_t_address_t_bytes4__fromStack_reversed", + "nativeSrc": "19041:368:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "19129:9:46", + "nodeType": "YulTypedName", + "src": "19129:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "19140:6:46", + "nodeType": "YulTypedName", + "src": "19140:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "19148:6:46", + "nodeType": "YulTypedName", + "src": "19148:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "19159:4:46", + "nodeType": "YulTypedName", + "src": "19159:4:46", + "type": "" + } + ], + "src": "19041:368:46" + }, + { + "body": { + "nativeSrc": "19543:119:46", + "nodeType": "YulBlock", + "src": "19543:119:46", + "statements": [ + { + "nativeSrc": "19553:26:46", + "nodeType": "YulAssignment", + "src": "19553:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "19565:9:46", + "nodeType": "YulIdentifier", + "src": "19565:9:46" + }, + { + "kind": "number", + "nativeSrc": "19576:2:46", + "nodeType": "YulLiteral", + "src": "19576:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19561:3:46", + "nodeType": "YulIdentifier", + "src": "19561:3:46" + }, + "nativeSrc": "19561:18:46", + "nodeType": "YulFunctionCall", + "src": "19561:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "19553:4:46", + "nodeType": "YulIdentifier", + "src": "19553:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "19595:9:46", + "nodeType": "YulIdentifier", + "src": "19595:9:46" + }, + { + "name": "value0", + "nativeSrc": "19606:6:46", + "nodeType": "YulIdentifier", + "src": "19606:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "19588:6:46", + "nodeType": "YulIdentifier", + "src": "19588:6:46" + }, + "nativeSrc": "19588:25:46", + "nodeType": "YulFunctionCall", + "src": "19588:25:46" + }, + "nativeSrc": "19588:25:46", + "nodeType": "YulExpressionStatement", + "src": "19588:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "19633:9:46", + "nodeType": "YulIdentifier", + "src": "19633:9:46" + }, + { + "kind": "number", + "nativeSrc": "19644:2:46", + "nodeType": "YulLiteral", + "src": "19644:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19629:3:46", + "nodeType": "YulIdentifier", + "src": "19629:3:46" + }, + "nativeSrc": "19629:18:46", + "nodeType": "YulFunctionCall", + "src": "19629:18:46" + }, + { + "name": "value1", + "nativeSrc": "19649:6:46", + "nodeType": "YulIdentifier", + "src": "19649:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "19622:6:46", + "nodeType": "YulIdentifier", + "src": "19622:6:46" + }, + "nativeSrc": "19622:34:46", + "nodeType": "YulFunctionCall", + "src": "19622:34:46" + }, + "nativeSrc": "19622:34:46", + "nodeType": "YulExpressionStatement", + "src": "19622:34:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed", + "nativeSrc": "19414:248:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "19504:9:46", + "nodeType": "YulTypedName", + "src": "19504:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "19515:6:46", + "nodeType": "YulTypedName", + "src": "19515:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "19523:6:46", + "nodeType": "YulTypedName", + "src": "19523:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "19534:4:46", + "nodeType": "YulTypedName", + "src": "19534:4:46", + "type": "" + } + ], + "src": "19414:248:46" + }, + { + "body": { + "nativeSrc": "19804:150:46", + "nodeType": "YulBlock", + "src": "19804:150:46", + "statements": [ + { + "nativeSrc": "19814:27:46", + "nodeType": "YulVariableDeclaration", + "src": "19814:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "19834:6:46", + "nodeType": "YulIdentifier", + "src": "19834:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "19828:5:46", + "nodeType": "YulIdentifier", + "src": "19828:5:46" + }, + "nativeSrc": "19828:13:46", + "nodeType": "YulFunctionCall", + "src": "19828:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "19818:6:46", + "nodeType": "YulTypedName", + "src": "19818:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "19889:6:46", + "nodeType": "YulIdentifier", + "src": "19889:6:46" + }, + { + "kind": "number", + "nativeSrc": "19897:4:46", + "nodeType": "YulLiteral", + "src": "19897:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19885:3:46", + "nodeType": "YulIdentifier", + "src": "19885:3:46" + }, + "nativeSrc": "19885:17:46", + "nodeType": "YulFunctionCall", + "src": "19885:17:46" + }, + { + "name": "pos", + "nativeSrc": "19904:3:46", + "nodeType": "YulIdentifier", + "src": "19904:3:46" + }, + { + "name": "length", + "nativeSrc": "19909:6:46", + "nodeType": "YulIdentifier", + "src": "19909:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "19850:34:46", + "nodeType": "YulIdentifier", + "src": "19850:34:46" + }, + "nativeSrc": "19850:66:46", + "nodeType": "YulFunctionCall", + "src": "19850:66:46" + }, + "nativeSrc": "19850:66:46", + "nodeType": "YulExpressionStatement", + "src": "19850:66:46" + }, + { + "nativeSrc": "19925:23:46", + "nodeType": "YulAssignment", + "src": "19925:23:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "19936:3:46", + "nodeType": "YulIdentifier", + "src": "19936:3:46" + }, + { + "name": "length", + "nativeSrc": "19941:6:46", + "nodeType": "YulIdentifier", + "src": "19941:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "19932:3:46", + "nodeType": "YulIdentifier", + "src": "19932:3:46" + }, + "nativeSrc": "19932:16:46", + "nodeType": "YulFunctionCall", + "src": "19932:16:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "19925:3:46", + "nodeType": "YulIdentifier", + "src": "19925:3:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", + "nativeSrc": "19667:287:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "19780:3:46", + "nodeType": "YulTypedName", + "src": "19780:3:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "19785:6:46", + "nodeType": "YulTypedName", + "src": "19785:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "19796:3:46", + "nodeType": "YulTypedName", + "src": "19796:3:46", + "type": "" + } + ], + "src": "19667:287:46" + }, + { + "body": { + "nativeSrc": "20106:216:46", + "nodeType": "YulBlock", + "src": "20106:216:46", + "statements": [ + { + "nativeSrc": "20116:26:46", + "nodeType": "YulAssignment", + "src": "20116:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20128:9:46", + "nodeType": "YulIdentifier", + "src": "20128:9:46" + }, + { + "kind": "number", + "nativeSrc": "20139:2:46", + "nodeType": "YulLiteral", + "src": "20139:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20124:3:46", + "nodeType": "YulIdentifier", + "src": "20124:3:46" + }, + "nativeSrc": "20124:18:46", + "nodeType": "YulFunctionCall", + "src": "20124:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "20116:4:46", + "nodeType": "YulIdentifier", + "src": "20116:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20158:9:46", + "nodeType": "YulIdentifier", + "src": "20158:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "20173:6:46", + "nodeType": "YulIdentifier", + "src": "20173:6:46" + }, + { + "kind": "number", + "nativeSrc": "20181:10:46", + "nodeType": "YulLiteral", + "src": "20181:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20169:3:46", + "nodeType": "YulIdentifier", + "src": "20169:3:46" + }, + "nativeSrc": "20169:23:46", + "nodeType": "YulFunctionCall", + "src": "20169:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "20151:6:46", + "nodeType": "YulIdentifier", + "src": "20151:6:46" + }, + "nativeSrc": "20151:42:46", + "nodeType": "YulFunctionCall", + "src": "20151:42:46" + }, + "nativeSrc": "20151:42:46", + "nodeType": "YulExpressionStatement", + "src": "20151:42:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20213:9:46", + "nodeType": "YulIdentifier", + "src": "20213:9:46" + }, + { + "kind": "number", + "nativeSrc": "20224:2:46", + "nodeType": "YulLiteral", + "src": "20224:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20209:3:46", + "nodeType": "YulIdentifier", + "src": "20209:3:46" + }, + "nativeSrc": "20209:18:46", + "nodeType": "YulFunctionCall", + "src": "20209:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "20233:6:46", + "nodeType": "YulIdentifier", + "src": "20233:6:46" + }, + { + "kind": "number", + "nativeSrc": "20241:14:46", + "nodeType": "YulLiteral", + "src": "20241:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20229:3:46", + "nodeType": "YulIdentifier", + "src": "20229:3:46" + }, + "nativeSrc": "20229:27:46", + "nodeType": "YulFunctionCall", + "src": "20229:27:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "20202:6:46", + "nodeType": "YulIdentifier", + "src": "20202:6:46" + }, + "nativeSrc": "20202:55:46", + "nodeType": "YulFunctionCall", + "src": "20202:55:46" + }, + "nativeSrc": "20202:55:46", + "nodeType": "YulExpressionStatement", + "src": "20202:55:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20277:9:46", + "nodeType": "YulIdentifier", + "src": "20277:9:46" + }, + { + "kind": "number", + "nativeSrc": "20288:2:46", + "nodeType": "YulLiteral", + "src": "20288:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20273:3:46", + "nodeType": "YulIdentifier", + "src": "20273:3:46" + }, + "nativeSrc": "20273:18:46", + "nodeType": "YulFunctionCall", + "src": "20273:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "20307:6:46", + "nodeType": "YulIdentifier", + "src": "20307:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "20300:6:46", + "nodeType": "YulIdentifier", + "src": "20300:6:46" + }, + "nativeSrc": "20300:14:46", + "nodeType": "YulFunctionCall", + "src": "20300:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "20293:6:46", + "nodeType": "YulIdentifier", + "src": "20293:6:46" + }, + "nativeSrc": "20293:22:46", + "nodeType": "YulFunctionCall", + "src": "20293:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "20266:6:46", + "nodeType": "YulIdentifier", + "src": "20266:6:46" + }, + "nativeSrc": "20266:50:46", + "nodeType": "YulFunctionCall", + "src": "20266:50:46" + }, + "nativeSrc": "20266:50:46", + "nodeType": "YulExpressionStatement", + "src": "20266:50:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint32_t_uint48_t_bool__to_t_uint32_t_uint48_t_bool__fromStack_reversed", + "nativeSrc": "19959:363:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "20059:9:46", + "nodeType": "YulTypedName", + "src": "20059:9:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "20070:6:46", + "nodeType": "YulTypedName", + "src": "20070:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "20078:6:46", + "nodeType": "YulTypedName", + "src": "20078:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "20086:6:46", + "nodeType": "YulTypedName", + "src": "20086:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "20097:4:46", + "nodeType": "YulTypedName", + "src": "20097:4:46", + "type": "" + } + ], + "src": "19959:363:46" + }, + { + "body": { + "nativeSrc": "20452:157:46", + "nodeType": "YulBlock", + "src": "20452:157:46", + "statements": [ + { + "nativeSrc": "20462:26:46", + "nodeType": "YulAssignment", + "src": "20462:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20474:9:46", + "nodeType": "YulIdentifier", + "src": "20474:9:46" + }, + { + "kind": "number", + "nativeSrc": "20485:2:46", + "nodeType": "YulLiteral", + "src": "20485:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20470:3:46", + "nodeType": "YulIdentifier", + "src": "20470:3:46" + }, + "nativeSrc": "20470:18:46", + "nodeType": "YulFunctionCall", + "src": "20470:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "20462:4:46", + "nodeType": "YulIdentifier", + "src": "20462:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20504:9:46", + "nodeType": "YulIdentifier", + "src": "20504:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "20519:6:46", + "nodeType": "YulIdentifier", + "src": "20519:6:46" + }, + { + "kind": "number", + "nativeSrc": "20527:10:46", + "nodeType": "YulLiteral", + "src": "20527:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20515:3:46", + "nodeType": "YulIdentifier", + "src": "20515:3:46" + }, + "nativeSrc": "20515:23:46", + "nodeType": "YulFunctionCall", + "src": "20515:23:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "20497:6:46", + "nodeType": "YulIdentifier", + "src": "20497:6:46" + }, + "nativeSrc": "20497:42:46", + "nodeType": "YulFunctionCall", + "src": "20497:42:46" + }, + "nativeSrc": "20497:42:46", + "nodeType": "YulExpressionStatement", + "src": "20497:42:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20559:9:46", + "nodeType": "YulIdentifier", + "src": "20559:9:46" + }, + { + "kind": "number", + "nativeSrc": "20570:2:46", + "nodeType": "YulLiteral", + "src": "20570:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "20555:3:46", + "nodeType": "YulIdentifier", + "src": "20555:3:46" + }, + "nativeSrc": "20555:18:46", + "nodeType": "YulFunctionCall", + "src": "20555:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "20579:6:46", + "nodeType": "YulIdentifier", + "src": "20579:6:46" + }, + { + "kind": "number", + "nativeSrc": "20587:14:46", + "nodeType": "YulLiteral", + "src": "20587:14:46", + "type": "", + "value": "0xffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20575:3:46", + "nodeType": "YulIdentifier", + "src": "20575:3:46" + }, + "nativeSrc": "20575:27:46", + "nodeType": "YulFunctionCall", + "src": "20575:27:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "20548:6:46", + "nodeType": "YulIdentifier", + "src": "20548:6:46" + }, + "nativeSrc": "20548:55:46", + "nodeType": "YulFunctionCall", + "src": "20548:55:46" + }, + "nativeSrc": "20548:55:46", + "nodeType": "YulExpressionStatement", + "src": "20548:55:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint32_t_uint48__to_t_uint32_t_uint48__fromStack_reversed", + "nativeSrc": "20327:282:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "20413:9:46", + "nodeType": "YulTypedName", + "src": "20413:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "20424:6:46", + "nodeType": "YulTypedName", + "src": "20424:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "20432:6:46", + "nodeType": "YulTypedName", + "src": "20432:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "20443:4:46", + "nodeType": "YulTypedName", + "src": "20443:4:46", + "type": "" + } + ], + "src": "20327:282:46" + }, + { + "body": { + "nativeSrc": "20692:177:46", + "nodeType": "YulBlock", + "src": "20692:177:46", + "statements": [ + { + "body": { + "nativeSrc": "20738:16:46", + "nodeType": "YulBlock", + "src": "20738:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "20747:1:46", + "nodeType": "YulLiteral", + "src": "20747:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "20750:1:46", + "nodeType": "YulLiteral", + "src": "20750:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "20740:6:46", + "nodeType": "YulIdentifier", + "src": "20740:6:46" + }, + "nativeSrc": "20740:12:46", + "nodeType": "YulFunctionCall", + "src": "20740:12:46" + }, + "nativeSrc": "20740:12:46", + "nodeType": "YulExpressionStatement", + "src": "20740:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "20713:7:46", + "nodeType": "YulIdentifier", + "src": "20713:7:46" + }, + { + "name": "headStart", + "nativeSrc": "20722:9:46", + "nodeType": "YulIdentifier", + "src": "20722:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "20709:3:46", + "nodeType": "YulIdentifier", + "src": "20709:3:46" + }, + "nativeSrc": "20709:23:46", + "nodeType": "YulFunctionCall", + "src": "20709:23:46" + }, + { + "kind": "number", + "nativeSrc": "20734:2:46", + "nodeType": "YulLiteral", + "src": "20734:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "20705:3:46", + "nodeType": "YulIdentifier", + "src": "20705:3:46" + }, + "nativeSrc": "20705:32:46", + "nodeType": "YulFunctionCall", + "src": "20705:32:46" + }, + "nativeSrc": "20702:52:46", + "nodeType": "YulIf", + "src": "20702:52:46" + }, + { + "nativeSrc": "20763:36:46", + "nodeType": "YulVariableDeclaration", + "src": "20763:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "20789:9:46", + "nodeType": "YulIdentifier", + "src": "20789:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "20776:12:46", + "nodeType": "YulIdentifier", + "src": "20776:12:46" + }, + "nativeSrc": "20776:23:46", + "nodeType": "YulFunctionCall", + "src": "20776:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "20767:5:46", + "nodeType": "YulTypedName", + "src": "20767:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "20833:5:46", + "nodeType": "YulIdentifier", + "src": "20833:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "20808:24:46", + "nodeType": "YulIdentifier", + "src": "20808:24:46" + }, + "nativeSrc": "20808:31:46", + "nodeType": "YulFunctionCall", + "src": "20808:31:46" + }, + "nativeSrc": "20808:31:46", + "nodeType": "YulExpressionStatement", + "src": "20808:31:46" + }, + { + "nativeSrc": "20848:15:46", + "nodeType": "YulAssignment", + "src": "20848:15:46", + "value": { + "name": "value", + "nativeSrc": "20858:5:46", + "nodeType": "YulIdentifier", + "src": "20858:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "20848:6:46", + "nodeType": "YulIdentifier", + "src": "20848:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_address_payable", + "nativeSrc": "20614:255:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "20658:9:46", + "nodeType": "YulTypedName", + "src": "20658:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "20669:7:46", + "nodeType": "YulTypedName", + "src": "20669:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "20681:6:46", + "nodeType": "YulTypedName", + "src": "20681:6:46", + "type": "" + } + ], + "src": "20614:255:46" + }, + { + "body": { + "nativeSrc": "20922:122:46", + "nodeType": "YulBlock", + "src": "20922:122:46", + "statements": [ + { + "nativeSrc": "20932:51:46", + "nodeType": "YulAssignment", + "src": "20932:51:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "x", + "nativeSrc": "20948:1:46", + "nodeType": "YulIdentifier", + "src": "20948:1:46" + }, + { + "kind": "number", + "nativeSrc": "20951:10:46", + "nodeType": "YulLiteral", + "src": "20951:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20944:3:46", + "nodeType": "YulIdentifier", + "src": "20944:3:46" + }, + "nativeSrc": "20944:18:46", + "nodeType": "YulFunctionCall", + "src": "20944:18:46" + }, + { + "arguments": [ + { + "name": "y", + "nativeSrc": "20968:1:46", + "nodeType": "YulIdentifier", + "src": "20968:1:46" + }, + { + "kind": "number", + "nativeSrc": "20971:10:46", + "nodeType": "YulLiteral", + "src": "20971:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "20964:3:46", + "nodeType": "YulIdentifier", + "src": "20964:3:46" + }, + "nativeSrc": "20964:18:46", + "nodeType": "YulFunctionCall", + "src": "20964:18:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "20940:3:46", + "nodeType": "YulIdentifier", + "src": "20940:3:46" + }, + "nativeSrc": "20940:43:46", + "nodeType": "YulFunctionCall", + "src": "20940:43:46" + }, + "variableNames": [ + { + "name": "diff", + "nativeSrc": "20932:4:46", + "nodeType": "YulIdentifier", + "src": "20932:4:46" + } + ] + }, + { + "body": { + "nativeSrc": "21016:22:46", + "nodeType": "YulBlock", + "src": "21016:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x11", + "nativeSrc": "21018:16:46", + "nodeType": "YulIdentifier", + "src": "21018:16:46" + }, + "nativeSrc": "21018:18:46", + "nodeType": "YulFunctionCall", + "src": "21018:18:46" + }, + "nativeSrc": "21018:18:46", + "nodeType": "YulExpressionStatement", + "src": "21018:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "diff", + "nativeSrc": "20998:4:46", + "nodeType": "YulIdentifier", + "src": "20998:4:46" + }, + { + "kind": "number", + "nativeSrc": "21004:10:46", + "nodeType": "YulLiteral", + "src": "21004:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "20995:2:46", + "nodeType": "YulIdentifier", + "src": "20995:2:46" + }, + "nativeSrc": "20995:20:46", + "nodeType": "YulFunctionCall", + "src": "20995:20:46" + }, + "nativeSrc": "20992:46:46", + "nodeType": "YulIf", + "src": "20992:46:46" + } + ] + }, + "name": "checked_sub_t_uint32", + "nativeSrc": "20874:170:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "x", + "nativeSrc": "20904:1:46", + "nodeType": "YulTypedName", + "src": "20904:1:46", + "type": "" + }, + { + "name": "y", + "nativeSrc": "20907:1:46", + "nodeType": "YulTypedName", + "src": "20907:1:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "diff", + "nativeSrc": "20913:4:46", + "nodeType": "YulTypedName", + "src": "20913:4:46", + "type": "" + } + ], + "src": "20874:170:46" + }, + { + "body": { + "nativeSrc": "21185:130:46", + "nodeType": "YulBlock", + "src": "21185:130:46", + "statements": [ + { + "nativeSrc": "21195:26:46", + "nodeType": "YulAssignment", + "src": "21195:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "21207:9:46", + "nodeType": "YulIdentifier", + "src": "21207:9:46" + }, + { + "kind": "number", + "nativeSrc": "21218:2:46", + "nodeType": "YulLiteral", + "src": "21218:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "21203:3:46", + "nodeType": "YulIdentifier", + "src": "21203:3:46" + }, + "nativeSrc": "21203:18:46", + "nodeType": "YulFunctionCall", + "src": "21203:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "21195:4:46", + "nodeType": "YulIdentifier", + "src": "21195:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "21237:9:46", + "nodeType": "YulIdentifier", + "src": "21237:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "21252:6:46", + "nodeType": "YulIdentifier", + "src": "21252:6:46" + }, + { + "kind": "number", + "nativeSrc": "21260:4:46", + "nodeType": "YulLiteral", + "src": "21260:4:46", + "type": "", + "value": "0xff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "21248:3:46", + "nodeType": "YulIdentifier", + "src": "21248:3:46" + }, + "nativeSrc": "21248:17:46", + "nodeType": "YulFunctionCall", + "src": "21248:17:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "21230:6:46", + "nodeType": "YulIdentifier", + "src": "21230:6:46" + }, + "nativeSrc": "21230:36:46", + "nodeType": "YulFunctionCall", + "src": "21230:36:46" + }, + "nativeSrc": "21230:36:46", + "nodeType": "YulExpressionStatement", + "src": "21230:36:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "21286:9:46", + "nodeType": "YulIdentifier", + "src": "21286:9:46" + }, + { + "kind": "number", + "nativeSrc": "21297:2:46", + "nodeType": "YulLiteral", + "src": "21297:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "21282:3:46", + "nodeType": "YulIdentifier", + "src": "21282:3:46" + }, + "nativeSrc": "21282:18:46", + "nodeType": "YulFunctionCall", + "src": "21282:18:46" + }, + { + "name": "value1", + "nativeSrc": "21302:6:46", + "nodeType": "YulIdentifier", + "src": "21302:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "21275:6:46", + "nodeType": "YulIdentifier", + "src": "21275:6:46" + }, + "nativeSrc": "21275:34:46", + "nodeType": "YulFunctionCall", + "src": "21275:34:46" + }, + "nativeSrc": "21275:34:46", + "nodeType": "YulExpressionStatement", + "src": "21275:34:46" + } + ] + }, + "name": "abi_encode_tuple_t_rational_48_by_1_t_uint256__to_t_uint8_t_uint256__fromStack_reversed", + "nativeSrc": "21049:266:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "21146:9:46", + "nodeType": "YulTypedName", + "src": "21146:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "21157:6:46", + "nodeType": "YulTypedName", + "src": "21157:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "21165:6:46", + "nodeType": "YulTypedName", + "src": "21165:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "21176:4:46", + "nodeType": "YulTypedName", + "src": "21176:4:46", + "type": "" + } + ], + "src": "21049:266:46" + } + ] + }, + "contents": "{\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 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_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_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_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": 46, + "language": "Yul", + "name": "#utility.yul" + } + ], + "immutableReferences": {}, + "linkReferences": {}, + "object": "60806040526004361061026a5760003560e01c806375b238fc11610153578063b7009613116100cb578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c61461080b578063f801a6981461082b578063fe0776f51461086557600080fd5b8063d1f856ee146107cb578063d22b5989146107eb57600080fd5b8063c4d66de8116100b0578063c4d66de814610780578063cc1b6c81146107a0578063cfef5e83146107b657600080fd5b8063b700961314610724578063b7d2b1621461076057600080fd5b806394c7d7ee11610122578063a64d95ce11610107578063a64d95ce146106a9578063abd9bd2a146106c9578063ac9650d8146106f757600080fd5b806394c7d7ee14610629578063a166aa891461064957600080fd5b806375b238fc146105ca57806377de1131146105df5780638129fc1c146105f4578063853551b81461060957600080fd5b806330cae187116101e65780634665096d116101b5578063529629521161019a578063529629521461052e578063530dd4561461054e5780636d5115bd146105aa57600080fd5b80634665096d146104f85780634c1da1e21461050e57600080fd5b806330cae187146104295780633adc277a146104495780633ca7c02a146104805780634136a33c1461049c57600080fd5b8063167bd3951161023d5780631cff79cd116102225780631cff79cd1461039c57806325c471a0146103af5780633078f114146103cf57600080fd5b8063167bd3951461035c57806318ff183c1461037c57600080fd5b80630125a4251461026f57806308d6122d146102a25780630b0a93ba146102c457806312be872714610327575b600080fd5b34801561027b57600080fd5b50610284600381565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102ae57600080fd5b506102c26102bd366004612c02565b610885565b005b3480156102d057600080fd5b506102846102df366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad016020526040902060010154600160401b90041690565b34801561033357600080fd5b50610347610342366004612c69565b6108d8565b60405163ffffffff9091168152602001610299565b34801561036857600080fd5b506102c2610377366004612c84565b610944565b34801561038857600080fd5b506102c2610397366004612cc2565b61095a565b6103476103aa366004612d32565b6109da565b3480156103bb57600080fd5b506102c26103ca366004612d9b565b610b79565b3480156103db57600080fd5b506103ef6103ea366004612de0565b610b9b565b604051610299949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b34801561043557600080fd5b506102c2610444366004612dfc565b610c33565b34801561045557600080fd5b50610469610464366004612e2f565b610c45565b60405165ffffffffffff9091168152602001610299565b34801561048c57600080fd5b5061028467ffffffffffffffff81565b3480156104a857600080fd5b506103476104b7366004612e2f565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561050457600080fd5b5062093a80610347565b34801561051a57600080fd5b50610347610529366004612e48565b610ca9565b34801561053a57600080fd5b506102c2610549366004612dfc565b610ce6565b34801561055a57600080fd5b50610284610569366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b3480156105b657600080fd5b506102846105c5366004612e7b565b610cf8565b3480156105d657600080fd5b50610284600081565b3480156105eb57600080fd5b50610284600181565b34801561060057600080fd5b506102c2610d44565b34801561061557600080fd5b506102c2610624366004612ea9565b610e5c565b34801561063557600080fd5b506102c2610644366004612d32565b610ef7565b34801561065557600080fd5b50610699610664366004612e48565b6001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b6040519015158152602001610299565b3480156106b557600080fd5b506102c26106c4366004612ec7565b610fd5565b3480156106d557600080fd5b506106e96106e4366004612ef1565b610fe7565b604051908152602001610299565b34801561070357600080fd5b50610717610712366004612f56565b611020565b6040516102999190612fbc565b34801561073057600080fd5b5061074461073f36600461303c565b611108565b60408051921515835263ffffffff909116602083015201610299565b34801561076c57600080fd5b506102c261077b366004612de0565b611215565b34801561078c57600080fd5b506102c261079b366004612e48565b61122c565b3480156107ac57600080fd5b5062069780610347565b3480156107c257600080fd5b50610284600281565b3480156107d757600080fd5b506107446107e6366004612de0565b611345565b3480156107f757600080fd5b506102c2610806366004613087565b6113c3565b34801561081757600080fd5b50610347610826366004612ef1565b6113d5565b34801561083757600080fd5b5061084b6108463660046130a5565b61155f565b6040805192835263ffffffff909116602083015201610299565b34801561087157600080fd5b506102c2610880366004612de0565b61170c565b61088d61174e565b60005b828110156108d1576108c9858585848181106108ae576108ae613118565b90506020020160208101906108c3919061312e565b846117e3565b600101610890565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206133738339815191529061093d90600160801b90046001600160701b0316611879565b9392505050565b61094c61174e565b6109568282611898565b5050565b61096261174e565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156109be57600080fd5b505af11580156109d2573d6000803e3d6000fd5b505050505050565b60006000805160206133738339815191523382806109fa8389898961191a565b9150915081158015610a10575063ffffffff8116155b15610a7c578288610a21898961196d565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b6000610a8a848a8a8a610fe7565b9050600063ffffffff8316151580610ab15750610aa682610c45565b65ffffffffffff1615155b15610ac257610abf82611985565b90505b6003860154610b178b610ad58c8c61196d565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610b618b8b8b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250349250611aec915050565b50600390960195909555509293505050509392505050565b610b8161174e565b610b958383610b8f866108d8565b84611ba9565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff811692918291829160008051602061337383398151915291610c2490660100000000000090046001600160701b0316611e34565b979a9199509750945050505050565b610c3b61174e565b6109568282611e57565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff16610c9481611f10565b610c9e5780610ca1565b60005b949350505050565b6001600160a01b03811660009081526000805160206133738339815191526020819052604082206001015461093d906001600160701b0316611879565b610cee61174e565b6109568282611f3f565b6001600160a01b0382166000908152600080516020613373833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015610d8a5750825b905060008267ffffffffffffffff166001148015610da75750303b155b905081158015610db5575080155b15610dd35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e0257845468ff00000000000000001916600160401b1785555b610e0b33612015565b83156108d157845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610e6461174e565b67ffffffffffffffff83161580610e84575067ffffffffffffffff838116145b15610eae5760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610eea929190613174565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610f51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f759190613188565b6001600160e01b03191614610fc1576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b0382166004820152602401610a73565b6108d1610fd085838686610fe7565b611985565b610fdd61174e565b6109568282612029565b60008484848460405160200161100094939291906131a5565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff81111561104b5761104b613217565b60405190808252806020026020018201604052801561107e57816020015b60608152602001906001900390816110695790505b50915060005b83811015611100576110db308686848181106110a2576110a2613118565b90506020028101906110b4919061322d565b856040516020016110c793929190613274565b60405160208183030381529060405261216b565b8382815181106110ed576110ed613118565b6020908102919091010152600101611084565b505092915050565b600080611144846001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b156111545750600090508061120d565b306001600160a01b038616036111cf57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061120d565b60006111db8585610cf8565b90506000806111ea8389611345565b91509150816111fb57600080611205565b63ffffffff811615815b945094505050505b935093915050565b61121d61174e565b61122782826121e1565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156112725750825b905060008267ffffffffffffffff16600114801561128f5750303b155b90508115801561129d575080155b156112bb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112ea57845468ff00000000000000001916600160401b1785555b6112f386612015565b83156109d257845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60008067fffffffffffffffe1967ffffffffffffffff85160161136e57506001905060006113bc565b60008061137b8686610b9b565b5050915091508165ffffffffffff166000141580156113b1575061139d6122f5565b65ffffffffffff168265ffffffffffff1611155b935091506113bc9050565b9250929050565b6113cb61174e565b6109568282612305565b600060008051602061337383398151915233826113f2868661196d565b9050600061140289898989610fe7565b600081815260028601602052604081205491925065ffffffffffff90911690036114425760405163060a299b60e41b815260048101829052602401610a73565b826001600160a01b0316896001600160a01b0316146114f7576000611468600085611345565b509050600061148361147d6102df8c87610cf8565b86611345565b50905081158015611492575080155b156114f4576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b031985166064820152608401610a73565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b600080600080516020613373833981519152338261157f828a8a8a61191a565b91505060008163ffffffff166115936122f5565b61159d919061329b565b905063ffffffff821615806115d4575060008765ffffffffffff161180156115d457508065ffffffffffff168765ffffffffffff16105b156115e557828a610a218b8b61196d565b6115ff8765ffffffffffff168265ffffffffffff166123d4565b965061160d838b8b8b610fe7565b9550611618866123e4565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e6040516116f79594939291906132b9565b60405180910390a35050505094509492505050565b6001600160a01b038116331461121d576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360008061175d838236612479565b9150915081611227578063ffffffff166000036117d357600061178081366125c5565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff821660248201529092506044019050610a73565b610b95610fd08430600036610fe7565b60006000805160206133738339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b60008061188e836001600160701b0316611e34565b5090949350505050565b6001600160a01b0382166000818152600080516020613373833981519152602081815260409283902060010180546eff00000000000000000000000000001916600160701b8715159081029190911790915592519283529092917f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb1389101610eea565b600080306001600160a01b0386160361194157611938868585612479565b91509150611964565b6004831061195d57611958868661073f878761196d565b611938565b5060009050805b94509492505050565b600061197c60048284866131ed565b61093d91613304565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff8116906601000000000000900463ffffffff16818403611a005760405163060a299b60e41b815260048101869052602401610a73565b611a086122f5565b65ffffffffffff168265ffffffffffff161115611a54576040517f18cb6b7a00000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b611a5d82611f10565b15611a97576040517f78a5d6e400000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b606081471015611b31576040517fcf47918100000000000000000000000000000000000000000000000000000000815247600482015260248101839052604401610a73565b600080856001600160a01b03168486604051611b4d919061333a565b60006040518083038185875af1925050503d8060008114611b8a576040519150601f19603f3d011682016040523d82523d6000602084013e611b8f565b606091505b5091509150611b9f8683836128d0565b9695505050505050565b600060008051602061337383398151915267ffffffffffffffff861667fffffffffffffffe1901611bf95760405163061c6a4360e21b815267ffffffffffffffff87166004820152602401610a73565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611d01578563ffffffff16611c486122f5565b611c52919061329b565b905060405180604001604052808265ffffffffffff168152602001611c808763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611dc4565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611d519166010000000000009091046001600160701b0316908790612945565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611e4a84611e456122f5565b6129ef565b9250925092509193909250565b60008051602061337383398151915267ffffffffffffffff83161580611e86575067ffffffffffffffff838116145b15611eb05760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611f1a6122f5565b65ffffffffffff16611f2f62093a808461329b565b65ffffffffffff16111592915050565b60008051602061337383398151915267ffffffffffffffff83161580611f6e575067ffffffffffffffff838116145b15611f985760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff16600160401b958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b61201d612a3c565b61202681612aa0565b50565b60008051602061337383398151915267ffffffffffffffff831667fffffffffffffffe19016120775760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff8316600090815260018281016020526040822001546120b390600160801b90046001600160701b03168462069780612945565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b489061215d908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612188919061333a565b600060405180830381855af49150503d80600081146121c3576040519150601f19603f3d011682016040523d82523d6000602084013e6121c8565b606091505b50915091506121d88583836128d0565b95945050505050565b600060008051602061337383398151915267ffffffffffffffff841667fffffffffffffffe19016122315760405163061c6a4360e21b815267ffffffffffffffff85166004820152602401610a73565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612279576000915050610d3e565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061230042612af9565b905090565b6001600160a01b03821660009081526000805160206133738339815191526020819052604082206001015490919061234a906001600160701b03168462069780612945565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c910161215d565b600082821882841102821861093d565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206133738339815191529065ffffffffffff16801580159061243f575061243d81611f10565b155b15611227576040517f813e945900000000000000000000000000000000000000000000000000000000815260048101849052602401610a73565b60008060048310156124905750600090508061120d565b306001600160a01b03861603612513576111c4306124ae868661196d565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b600080600061252287876125c5565b9250925092508215801561255c57503060009081526000805160206133738339815191526020526040902060010154600160701b900460ff165b15612570576000809450945050505061120d565b60008061257d848b611345565b91509150816125975760008096509650505050505061120d565b6125ad8363ffffffff168263ffffffff166123d4565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156125e0575060009150819050806128c9565b60006125ec868661196d565b90506001600160e01b031981167f853551b800000000000000000000000000000000000000000000000000000000148061264f57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b8061268357506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b806126b757506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b806126eb57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b15612701576001600080935093509350506128c9565b6001600160e01b031981167f18ff183c00000000000000000000000000000000000000000000000000000000148061276257506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b8061279657506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b156127d85760006127ab60246004888a6131ed565b8101906127b89190612e48565b905060006127c582610ca9565b600196506000955093506128c992505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061283957506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156128b357600061284e60246004888a6131ed565b81019061285b9190612c69565b905060016128a48267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b600094509450945050506128c9565b60006128bf3083610cf8565b6000935093509350505b9250925092565b6060826128e5576128e082612b49565b61093d565b81511580156128fc57506001600160a01b0384163b155b1561293e576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b0385166004820152602401610a73565b508061093d565b600080600061295c866001600160701b0316611879565b905060006129998563ffffffff168763ffffffff168463ffffffff161161298457600061298e565b61298e8885613356565b63ffffffff166123d4565b90508063ffffffff166129aa6122f5565b6129b4919061329b565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b69ffffffffffffffffffff602083901c166001600160701b03831665ffffffffffff604085901c8116908416811115612a2a57828282612a2f565b816000805b9250925092509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612a9e576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b612aa8612a3c565b6001600160a01b038116612aeb576040517f0813ada200000000000000000000000000000000000000000000000000000000815260006004820152602401610a73565b610956600082600080611ba9565b600065ffffffffffff821115612b45576040517f6dfcc6500000000000000000000000000000000000000000000000000000000081526030600482015260248101839052604401610a73565b5090565b805115612b595780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116811461202657600080fd5b60008083601f840112612bb257600080fd5b50813567ffffffffffffffff811115612bca57600080fd5b6020830191508360208260051b85010111156113bc57600080fd5b803567ffffffffffffffff81168114612bfd57600080fd5b919050565b60008060008060608587031215612c1857600080fd5b8435612c2381612b8b565b9350602085013567ffffffffffffffff811115612c3f57600080fd5b612c4b87828801612ba0565b9094509250612c5e905060408601612be5565b905092959194509250565b600060208284031215612c7b57600080fd5b61093d82612be5565b60008060408385031215612c9757600080fd5b8235612ca281612b8b565b915060208301358015158114612cb757600080fd5b809150509250929050565b60008060408385031215612cd557600080fd5b8235612ce081612b8b565b91506020830135612cb781612b8b565b60008083601f840112612d0257600080fd5b50813567ffffffffffffffff811115612d1a57600080fd5b6020830191508360208285010111156113bc57600080fd5b600080600060408486031215612d4757600080fd5b8335612d5281612b8b565b9250602084013567ffffffffffffffff811115612d6e57600080fd5b612d7a86828701612cf0565b9497909650939450505050565b803563ffffffff81168114612bfd57600080fd5b600080600060608486031215612db057600080fd5b612db984612be5565b92506020840135612dc981612b8b565b9150612dd760408501612d87565b90509250925092565b60008060408385031215612df357600080fd5b612ce083612be5565b60008060408385031215612e0f57600080fd5b612e1883612be5565b9150612e2660208401612be5565b90509250929050565b600060208284031215612e4157600080fd5b5035919050565b600060208284031215612e5a57600080fd5b813561093d81612b8b565b6001600160e01b03198116811461202657600080fd5b60008060408385031215612e8e57600080fd5b8235612e9981612b8b565b91506020830135612cb781612e65565b600080600060408486031215612ebe57600080fd5b612d5284612be5565b60008060408385031215612eda57600080fd5b612ee383612be5565b9150612e2660208401612d87565b60008060008060608587031215612f0757600080fd5b8435612f1281612b8b565b93506020850135612f2281612b8b565b9250604085013567ffffffffffffffff811115612f3e57600080fd5b612f4a87828801612cf0565b95989497509550505050565b60008060208385031215612f6957600080fd5b823567ffffffffffffffff811115612f8057600080fd5b612f8c85828601612ba0565b90969095509350505050565b60005b83811015612fb3578181015183820152602001612f9b565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561303057603f198786030184528151805180875261300d816020890160208501612f98565b601f01601f19169590950160209081019550938401939190910190600101612fe4565b50929695505050505050565b60008060006060848603121561305157600080fd5b833561305c81612b8b565b9250602084013561306c81612b8b565b9150604084013561307c81612e65565b809150509250925092565b6000806040838503121561309a57600080fd5b8235612ee381612b8b565b600080600080606085870312156130bb57600080fd5b84356130c681612b8b565b9350602085013567ffffffffffffffff8111156130e257600080fd5b6130ee87828801612cf0565b909450925050604085013565ffffffffffff8116811461310d57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561314057600080fd5b813561093d81612e65565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610ca160208301848661314b565b60006020828403121561319a57600080fd5b815161093d81612e65565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611b9f60608301848661314b565b634e487b7160e01b600052601160045260246000fd5b600080858511156131fd57600080fd5b8386111561320a57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e1984360301811261324457600080fd5b83018035915067ffffffffffffffff82111561325f57600080fd5b6020019150368190038213156113bc57600080fd5b828482376000838201600081528351613291818360208801612f98565b0195945050505050565b65ffffffffffff8181168382160190811115610d3e57610d3e6131d7565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b03841660408201526080606082015260006132f960808301848661314b565b979650505050505050565b80356001600160e01b03198116906004841015613333576001600160e01b0319808560040360031b1b82161691505b5092915050565b6000825161334c818460208701612f98565b9190910192915050565b63ffffffff8281168282160390811115610d3e57610d3e6131d756fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a264697066735822122036bfeac2edd6be5c8b28c46f05c20c4a0d69c451c3c1e650dbf4170f8224f0c964736f6c634300081a0033", + "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x26A JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x75B238FC GT PUSH2 0x153 JUMPI DUP1 PUSH4 0xB7009613 GT PUSH2 0xCB JUMPI DUP1 PUSH4 0xD1F856EE GT PUSH2 0x7F JUMPI DUP1 PUSH4 0xD6BB62C6 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xD6BB62C6 EQ PUSH2 0x80B JUMPI DUP1 PUSH4 0xF801A698 EQ PUSH2 0x82B JUMPI DUP1 PUSH4 0xFE0776F5 EQ PUSH2 0x865 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD1F856EE EQ PUSH2 0x7CB JUMPI DUP1 PUSH4 0xD22B5989 EQ PUSH2 0x7EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xC4D66DE8 GT PUSH2 0xB0 JUMPI DUP1 PUSH4 0xC4D66DE8 EQ PUSH2 0x780 JUMPI DUP1 PUSH4 0xCC1B6C81 EQ PUSH2 0x7A0 JUMPI DUP1 PUSH4 0xCFEF5E83 EQ PUSH2 0x7B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB7009613 EQ PUSH2 0x724 JUMPI DUP1 PUSH4 0xB7D2B162 EQ PUSH2 0x760 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x94C7D7EE GT PUSH2 0x122 JUMPI DUP1 PUSH4 0xA64D95CE GT PUSH2 0x107 JUMPI DUP1 PUSH4 0xA64D95CE EQ PUSH2 0x6A9 JUMPI DUP1 PUSH4 0xABD9BD2A EQ PUSH2 0x6C9 JUMPI DUP1 PUSH4 0xAC9650D8 EQ PUSH2 0x6F7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x94C7D7EE EQ PUSH2 0x629 JUMPI DUP1 PUSH4 0xA166AA89 EQ PUSH2 0x649 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x75B238FC EQ PUSH2 0x5CA JUMPI DUP1 PUSH4 0x77DE1131 EQ PUSH2 0x5DF JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x5F4 JUMPI DUP1 PUSH4 0x853551B8 EQ PUSH2 0x609 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 GT PUSH2 0x1E6 JUMPI DUP1 PUSH4 0x4665096D GT PUSH2 0x1B5 JUMPI DUP1 PUSH4 0x52962952 GT PUSH2 0x19A JUMPI DUP1 PUSH4 0x52962952 EQ PUSH2 0x52E JUMPI DUP1 PUSH4 0x530DD456 EQ PUSH2 0x54E JUMPI DUP1 PUSH4 0x6D5115BD EQ PUSH2 0x5AA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x4665096D EQ PUSH2 0x4F8 JUMPI DUP1 PUSH4 0x4C1DA1E2 EQ PUSH2 0x50E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 EQ PUSH2 0x429 JUMPI DUP1 PUSH4 0x3ADC277A EQ PUSH2 0x449 JUMPI DUP1 PUSH4 0x3CA7C02A EQ PUSH2 0x480 JUMPI DUP1 PUSH4 0x4136A33C EQ PUSH2 0x49C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x167BD395 GT PUSH2 0x23D JUMPI DUP1 PUSH4 0x1CFF79CD GT PUSH2 0x222 JUMPI DUP1 PUSH4 0x1CFF79CD EQ PUSH2 0x39C JUMPI DUP1 PUSH4 0x25C471A0 EQ PUSH2 0x3AF JUMPI DUP1 PUSH4 0x3078F114 EQ PUSH2 0x3CF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x167BD395 EQ PUSH2 0x35C JUMPI DUP1 PUSH4 0x18FF183C EQ PUSH2 0x37C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x125A425 EQ PUSH2 0x26F JUMPI DUP1 PUSH4 0x8D6122D EQ PUSH2 0x2A2 JUMPI DUP1 PUSH4 0xB0A93BA EQ PUSH2 0x2C4 JUMPI DUP1 PUSH4 0x12BE8727 EQ PUSH2 0x327 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x27B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x3 DUP2 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 0x2AE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x2BD CALLDATASIZE PUSH1 0x4 PUSH2 0x2C02 JUMP JUMPDEST PUSH2 0x885 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2D0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x2DF CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 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 PUSH1 0x1 PUSH1 0x40 SHL SWAP1 DIV AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x333 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x342 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 JUMP JUMPDEST PUSH2 0x8D8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x368 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x377 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C84 JUMP JUMPDEST PUSH2 0x944 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x388 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x397 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CC2 JUMP JUMPDEST PUSH2 0x95A JUMP JUMPDEST PUSH2 0x347 PUSH2 0x3AA CALLDATASIZE PUSH1 0x4 PUSH2 0x2D32 JUMP JUMPDEST PUSH2 0x9DA JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x3CA CALLDATASIZE PUSH1 0x4 PUSH2 0x2D9B JUMP JUMPDEST PUSH2 0xB79 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3DB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3EF PUSH2 0x3EA CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0xB9B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x299 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 0x435 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x444 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DFC JUMP JUMPDEST PUSH2 0xC33 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x455 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x469 PUSH2 0x464 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E2F JUMP JUMPDEST PUSH2 0xC45 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x48C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4A8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x4B7 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E2F 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 0x504 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x93A80 PUSH2 0x347 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x51A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x529 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH2 0xCA9 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x53A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x549 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DFC JUMP JUMPDEST PUSH2 0xCE6 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x55A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x569 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C69 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 0x5B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH2 0x5C5 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E7B JUMP JUMPDEST PUSH2 0xCF8 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5D6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x0 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x1 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x600 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0xD44 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x615 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x624 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EA9 JUMP JUMPDEST PUSH2 0xE5C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x635 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x644 CALLDATASIZE PUSH1 0x4 PUSH2 0x2D32 JUMP JUMPDEST PUSH2 0xEF7 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x655 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x699 PUSH2 0x664 CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x6C4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EC7 JUMP JUMPDEST PUSH2 0xFD5 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6D5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x6E9 PUSH2 0x6E4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EF1 JUMP JUMPDEST PUSH2 0xFE7 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x703 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x717 PUSH2 0x712 CALLDATASIZE PUSH1 0x4 PUSH2 0x2F56 JUMP JUMPDEST PUSH2 0x1020 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x299 SWAP2 SWAP1 PUSH2 0x2FBC JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x744 PUSH2 0x73F CALLDATASIZE PUSH1 0x4 PUSH2 0x303C JUMP JUMPDEST PUSH2 0x1108 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 ISZERO ISZERO DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x76C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x77B CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x1215 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x78C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x79B CALLDATASIZE PUSH1 0x4 PUSH2 0x2E48 JUMP JUMPDEST PUSH2 0x122C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7AC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x69780 PUSH2 0x347 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7C2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x284 PUSH1 0x2 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7D7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x744 PUSH2 0x7E6 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x1345 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7F7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x806 CALLDATASIZE PUSH1 0x4 PUSH2 0x3087 JUMP JUMPDEST PUSH2 0x13C3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x817 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x347 PUSH2 0x826 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EF1 JUMP JUMPDEST PUSH2 0x13D5 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x837 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x84B PUSH2 0x846 CALLDATASIZE PUSH1 0x4 PUSH2 0x30A5 JUMP JUMPDEST PUSH2 0x155F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x871 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C2 PUSH2 0x880 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DE0 JUMP JUMPDEST PUSH2 0x170C JUMP JUMPDEST PUSH2 0x88D PUSH2 0x174E JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8D1 JUMPI PUSH2 0x8C9 DUP6 DUP6 DUP6 DUP5 DUP2 DUP2 LT PUSH2 0x8AE JUMPI PUSH2 0x8AE PUSH2 0x3118 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD PUSH1 0x20 DUP2 ADD SWAP1 PUSH2 0x8C3 SWAP2 SWAP1 PUSH2 0x312E JUMP JUMPDEST DUP5 PUSH2 0x17E3 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x890 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH2 0x93D SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x94C PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1898 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH2 0x962 PUSH2 0x174E 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 0x9BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x9D2 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 DUP1 PUSH2 0x9FA DUP4 DUP10 DUP10 DUP10 PUSH2 0x191A JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0xA10 JUMPI POP PUSH4 0xFFFFFFFF DUP2 AND ISZERO JUMPDEST ISZERO PUSH2 0xA7C JUMPI DUP3 DUP9 PUSH2 0xA21 DUP10 DUP10 PUSH2 0x196D 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 0xA8A DUP5 DUP11 DUP11 DUP11 PUSH2 0xFE7 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH4 0xFFFFFFFF DUP4 AND ISZERO ISZERO DUP1 PUSH2 0xAB1 JUMPI POP PUSH2 0xAA6 DUP3 PUSH2 0xC45 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND ISZERO ISZERO JUMPDEST ISZERO PUSH2 0xAC2 JUMPI PUSH2 0xABF DUP3 PUSH2 0x1985 JUMP JUMPDEST SWAP1 POP JUMPDEST PUSH1 0x3 DUP7 ADD SLOAD PUSH2 0xB17 DUP12 PUSH2 0xAD5 DUP13 DUP13 PUSH2 0x196D 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 0xB61 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 0x1AEC 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 0xB81 PUSH2 0x174E JUMP JUMPDEST PUSH2 0xB95 DUP4 DUP4 PUSH2 0xB8F DUP7 PUSH2 0x8D8 JUMP JUMPDEST DUP5 PUSH2 0x1BA9 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP2 PUSH2 0xC24 SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1E34 JUMP JUMPDEST SWAP8 SWAP11 SWAP2 SWAP10 POP SWAP8 POP SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xC3B PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1E57 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0xC94 DUP2 PUSH2 0x1F10 JUMP JUMPDEST PUSH2 0xC9E JUMPI DUP1 PUSH2 0xCA1 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH2 0x93D SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST PUSH2 0xCEE PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x1F3F JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 PUSH1 0x1 PUSH1 0x40 SHL DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0xD8A JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0xDA7 JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0xDB5 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0xDD3 JUMPI PUSH1 0x40 MLOAD PUSH4 0xF92EE8A9 PUSH1 0xE0 SHL 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 0xE02 JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH1 0x1 PUSH1 0x40 SHL OR DUP6 SSTORE JUMPDEST PUSH2 0xE0B CALLER PUSH2 0x2015 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x8D1 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 0xE64 PUSH2 0x174E JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0xE84 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0xEAE JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH32 0x1256F5B5ECB89CAEC12DB449738F2FBCD1BA5806CF38F35413F4E5C15BF6A450 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0xEEA SWAP3 SWAP2 SWAP1 PUSH2 0x3174 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 0xF51 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 0xF75 SWAP2 SWAP1 PUSH2 0x3188 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND EQ PUSH2 0xFC1 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 0xA73 JUMP JUMPDEST PUSH2 0x8D1 PUSH2 0xFD0 DUP6 DUP4 DUP7 DUP7 PUSH2 0xFE7 JUMP JUMPDEST PUSH2 0x1985 JUMP JUMPDEST PUSH2 0xFDD PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x2029 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 DUP5 DUP5 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x1000 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x31A5 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 0x104B JUMPI PUSH2 0x104B PUSH2 0x3217 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x107E JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x1069 JUMPI SWAP1 POP JUMPDEST POP SWAP2 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1100 JUMPI PUSH2 0x10DB ADDRESS DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0x10A2 JUMPI PUSH2 0x10A2 PUSH2 0x3118 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x10B4 SWAP2 SWAP1 PUSH2 0x322D JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x10C7 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x216B JUMP JUMPDEST DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x10ED JUMPI PUSH2 0x10ED PUSH2 0x3118 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0x1084 JUMP JUMPDEST POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x1144 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x1154 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x120D JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x11CF 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 0x120D JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11DB DUP6 DUP6 PUSH2 0xCF8 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 PUSH2 0x11EA DUP4 DUP10 PUSH2 0x1345 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x11FB JUMPI PUSH1 0x0 DUP1 PUSH2 0x1205 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 0x121D PUSH2 0x174E JUMP JUMPDEST PUSH2 0x1227 DUP3 DUP3 PUSH2 0x21E1 JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 DUP1 SLOAD PUSH1 0x1 PUSH1 0x40 SHL DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0x1272 JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0x128F JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x129D JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x12BB JUMPI PUSH1 0x40 MLOAD PUSH4 0xF92EE8A9 PUSH1 0xE0 SHL 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 0x12EA JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH1 0x1 PUSH1 0x40 SHL OR DUP6 SSTORE JUMPDEST PUSH2 0x12F3 DUP7 PUSH2 0x2015 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x9D2 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 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH8 0xFFFFFFFFFFFFFFFE NOT PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND ADD PUSH2 0x136E JUMPI POP PUSH1 0x1 SWAP1 POP PUSH1 0x0 PUSH2 0x13BC JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x137B DUP7 DUP7 PUSH2 0xB9B JUMP JUMPDEST POP POP SWAP2 POP SWAP2 POP DUP2 PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x0 EQ ISZERO DUP1 ISZERO PUSH2 0x13B1 JUMPI POP PUSH2 0x139D PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO JUMPDEST SWAP4 POP SWAP2 POP PUSH2 0x13BC SWAP1 POP JUMP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x13CB PUSH2 0x174E JUMP JUMPDEST PUSH2 0x956 DUP3 DUP3 PUSH2 0x2305 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x13F2 DUP7 DUP7 PUSH2 0x196D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x1402 DUP10 DUP10 DUP10 DUP10 PUSH2 0xFE7 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 0x1442 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x14F7 JUMPI PUSH1 0x0 PUSH2 0x1468 PUSH1 0x0 DUP6 PUSH2 0x1345 JUMP JUMPDEST POP SWAP1 POP PUSH1 0x0 PUSH2 0x1483 PUSH2 0x147D PUSH2 0x2DF DUP13 DUP8 PUSH2 0xCF8 JUMP JUMPDEST DUP7 PUSH2 0x1345 JUMP JUMPDEST POP SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x1492 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x14F4 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 0xA73 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x157F DUP3 DUP11 DUP11 DUP11 PUSH2 0x191A JUMP JUMPDEST SWAP2 POP POP PUSH1 0x0 DUP2 PUSH4 0xFFFFFFFF AND PUSH2 0x1593 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x159D SWAP2 SWAP1 PUSH2 0x329B JUMP JUMPDEST SWAP1 POP PUSH4 0xFFFFFFFF DUP3 AND ISZERO DUP1 PUSH2 0x15D4 JUMPI POP PUSH1 0x0 DUP8 PUSH6 0xFFFFFFFFFFFF AND GT DUP1 ISZERO PUSH2 0x15D4 JUMPI POP DUP1 PUSH6 0xFFFFFFFFFFFF AND DUP8 PUSH6 0xFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0x15E5 JUMPI DUP3 DUP11 PUSH2 0xA21 DUP12 DUP12 PUSH2 0x196D JUMP JUMPDEST PUSH2 0x15FF DUP8 PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x23D4 JUMP JUMPDEST SWAP7 POP PUSH2 0x160D DUP4 DUP12 DUP12 DUP12 PUSH2 0xFE7 JUMP JUMPDEST SWAP6 POP PUSH2 0x1618 DUP7 PUSH2 0x23E4 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 0x16F7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x32B9 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 0x121D 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 0x175D DUP4 DUP3 CALLDATASIZE PUSH2 0x2479 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1227 JUMPI DUP1 PUSH4 0xFFFFFFFF AND PUSH1 0x0 SUB PUSH2 0x17D3 JUMPI PUSH1 0x0 PUSH2 0x1780 DUP2 CALLDATASIZE PUSH2 0x25C5 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 0xA73 JUMP JUMPDEST PUSH2 0xB95 PUSH2 0xFD0 DUP5 ADDRESS PUSH1 0x0 CALLDATASIZE PUSH2 0xFE7 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x188E DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1E34 JUMP JUMPDEST POP SWAP1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH15 0xFF0000000000000000000000000000 NOT AND PUSH1 0x1 PUSH1 0x70 SHL DUP8 ISZERO ISZERO SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 OR SWAP1 SWAP2 SSTORE SWAP3 MLOAD SWAP3 DUP4 MSTORE SWAP1 SWAP3 SWAP2 PUSH32 0x90D4E7BB7E5D933792B3562E1741306F8BE94837E1348DACEF9B6F1DF56EB138 SWAP2 ADD PUSH2 0xEEA JUMP JUMPDEST PUSH1 0x0 DUP1 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x1941 JUMPI PUSH2 0x1938 DUP7 DUP6 DUP6 PUSH2 0x2479 JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x1964 JUMP JUMPDEST PUSH1 0x4 DUP4 LT PUSH2 0x195D JUMPI PUSH2 0x1958 DUP7 DUP7 PUSH2 0x73F DUP8 DUP8 PUSH2 0x196D JUMP JUMPDEST PUSH2 0x1938 JUMP JUMPDEST POP PUSH1 0x0 SWAP1 POP DUP1 JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x197C PUSH1 0x4 DUP3 DUP5 DUP7 PUSH2 0x31ED JUMP JUMPDEST PUSH2 0x93D SWAP2 PUSH2 0x3304 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 DUP5 SUB PUSH2 0x1A00 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x1A08 PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO PUSH2 0x1A54 JUMPI PUSH1 0x40 MLOAD PUSH32 0x18CB6B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x1A5D DUP3 PUSH2 0x1F10 JUMP JUMPDEST ISZERO PUSH2 0x1A97 JUMPI PUSH1 0x40 MLOAD PUSH32 0x78A5D6E400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1B31 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCF47918100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE SELFBALANCE PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x44 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 DUP7 PUSH1 0x40 MLOAD PUSH2 0x1B4D SWAP2 SWAP1 PUSH2 0x333A 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 0x1B8A 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 0x1B8F JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x1B9F DUP7 DUP4 DUP4 PUSH2 0x28D0 JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1BF9 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1D01 JUMPI DUP6 PUSH4 0xFFFFFFFF AND PUSH2 0x1C48 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x1C52 SWAP2 SWAP1 PUSH2 0x329B 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 0x1C80 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 0x1DC4 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 0x1D51 SWAP2 PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND SWAP1 DUP8 SWAP1 PUSH2 0x2945 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 0x1E4A DUP5 PUSH2 0x1E45 PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x29EF JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP2 SWAP4 SWAP1 SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1E86 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1EB0 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x1F1A PUSH2 0x22F5 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x1F2F PUSH3 0x93A80 DUP5 PUSH2 0x329B JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND GT ISZERO SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1F6E JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1F98 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 PUSH1 0x1 PUSH1 0x40 SHL SWAP6 DUP9 AND SWAP6 DUP7 MUL OR SWAP1 SSTORE MLOAD PUSH32 0x7A8059630B897B5DE4C08ADE69F8B90C3EAD1F8596D62D10B6C4D14A0AFB4AE2 SWAP2 SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH2 0x201D PUSH2 0x2A3C JUMP JUMPDEST PUSH2 0x2026 DUP2 PUSH2 0x2AA0 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2077 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x20B3 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x2945 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 0x215D 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 0x2188 SWAP2 SWAP1 PUSH2 0x333A JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x21C3 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 0x21C8 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x21D8 DUP6 DUP4 DUP4 PUSH2 0x28D0 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x2231 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 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 0x2279 JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0xD3E 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 0x2300 TIMESTAMP PUSH2 0x2AF9 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 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD SWAP1 SWAP2 SWAP1 PUSH2 0x234A SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x2945 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 0x215D JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 XOR DUP3 DUP5 GT MUL DUP3 XOR PUSH2 0x93D JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x243F JUMPI POP PUSH2 0x243D DUP2 PUSH2 0x1F10 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x1227 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813E945900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x4 DUP4 LT ISZERO PUSH2 0x2490 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x120D JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x2513 JUMPI PUSH2 0x11C4 ADDRESS PUSH2 0x24AE DUP7 DUP7 PUSH2 0x196D 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 0x2522 DUP8 DUP8 PUSH2 0x25C5 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP DUP3 ISZERO DUP1 ISZERO PUSH2 0x255C JUMPI POP ADDRESS PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 JUMPDEST ISZERO PUSH2 0x2570 JUMPI PUSH1 0x0 DUP1 SWAP5 POP SWAP5 POP POP POP POP PUSH2 0x120D JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x257D DUP5 DUP12 PUSH2 0x1345 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x2597 JUMPI PUSH1 0x0 DUP1 SWAP7 POP SWAP7 POP POP POP POP POP POP PUSH2 0x120D JUMP JUMPDEST PUSH2 0x25AD DUP4 PUSH4 0xFFFFFFFF AND DUP3 PUSH4 0xFFFFFFFF AND PUSH2 0x23D4 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 0x25E0 JUMPI POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP DUP1 PUSH2 0x28C9 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x25EC DUP7 DUP7 PUSH2 0x196D JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x853551B800000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x264F JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x30CAE18700000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2683 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x5296295200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x26B7 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xA64D95CE00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x26EB JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xD22B598900000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2701 JUMPI PUSH1 0x1 PUSH1 0x0 DUP1 SWAP4 POP SWAP4 POP SWAP4 POP POP PUSH2 0x28C9 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x18FF183C00000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2762 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x167BD39500000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2796 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x8D6122D00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x27D8 JUMPI PUSH1 0x0 PUSH2 0x27AB PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x31ED JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x27B8 SWAP2 SWAP1 PUSH2 0x2E48 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x27C5 DUP3 PUSH2 0xCA9 JUMP JUMPDEST PUSH1 0x1 SWAP7 POP PUSH1 0x0 SWAP6 POP SWAP4 POP PUSH2 0x28C9 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x25C471A000000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2839 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xB7D2B16200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x28B3 JUMPI PUSH1 0x0 PUSH2 0x284E PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x31ED JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x285B SWAP2 SWAP1 PUSH2 0x2C69 JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH2 0x28A4 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 0x28C9 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x28BF ADDRESS DUP4 PUSH2 0xCF8 JUMP JUMPDEST PUSH1 0x0 SWAP4 POP SWAP4 POP SWAP4 POP POP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x60 DUP3 PUSH2 0x28E5 JUMPI PUSH2 0x28E0 DUP3 PUSH2 0x2B49 JUMP JUMPDEST PUSH2 0x93D JUMP JUMPDEST DUP2 MLOAD ISZERO DUP1 ISZERO PUSH2 0x28FC JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND EXTCODESIZE ISZERO JUMPDEST ISZERO PUSH2 0x293E 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 0xA73 JUMP JUMPDEST POP DUP1 PUSH2 0x93D JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x295C DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1879 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2999 DUP6 PUSH4 0xFFFFFFFF AND DUP8 PUSH4 0xFFFFFFFF AND DUP5 PUSH4 0xFFFFFFFF AND GT PUSH2 0x2984 JUMPI PUSH1 0x0 PUSH2 0x298E JUMP JUMPDEST PUSH2 0x298E DUP9 DUP6 PUSH2 0x3356 JUMP JUMPDEST PUSH4 0xFFFFFFFF AND PUSH2 0x23D4 JUMP JUMPDEST SWAP1 POP DUP1 PUSH4 0xFFFFFFFF AND PUSH2 0x29AA PUSH2 0x22F5 JUMP JUMPDEST PUSH2 0x29B4 SWAP2 SWAP1 PUSH2 0x329B 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 PUSH10 0xFFFFFFFFFFFFFFFFFFFF PUSH1 0x20 DUP4 SWAP1 SHR AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB DUP4 AND PUSH6 0xFFFFFFFFFFFF PUSH1 0x40 DUP6 SWAP1 SHR DUP2 AND SWAP1 DUP5 AND DUP2 GT ISZERO PUSH2 0x2A2A JUMPI DUP3 DUP3 DUP3 PUSH2 0x2A2F JUMP JUMPDEST DUP2 PUSH1 0x0 DUP1 JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 SLOAD PUSH1 0x1 PUSH1 0x40 SHL SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2A9E JUMPI PUSH1 0x40 MLOAD PUSH32 0xD7E6BCF800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2AA8 PUSH2 0x2A3C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2AEB JUMPI PUSH1 0x40 MLOAD PUSH32 0x813ADA200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x0 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0xA73 JUMP JUMPDEST PUSH2 0x956 PUSH1 0x0 DUP3 PUSH1 0x0 DUP1 PUSH2 0x1BA9 JUMP JUMPDEST PUSH1 0x0 PUSH6 0xFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2B45 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 0xA73 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST DUP1 MLOAD ISZERO PUSH2 0x2B59 JUMPI DUP1 MLOAD DUP1 DUP3 PUSH1 0x20 ADD REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xD6BDA27500000000000000000000000000000000000000000000000000000000 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 0x2026 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2BB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BCA 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 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2BFD 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 0x2C18 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2C23 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2C3F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C4B DUP8 DUP3 DUP9 ADD PUSH2 0x2BA0 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0x2C5E SWAP1 POP PUSH1 0x40 DUP7 ADD PUSH2 0x2BE5 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2C7B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x93D DUP3 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C97 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CA2 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x2CB7 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 0x2CD5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CE0 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2CB7 DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2D02 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D1A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2D47 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2D52 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D6E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D7A DUP7 DUP3 DUP8 ADD PUSH2 0x2CF0 JUMP JUMPDEST SWAP5 SWAP8 SWAP1 SWAP7 POP SWAP4 SWAP5 POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2BFD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2DB0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DB9 DUP5 PUSH2 0x2BE5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2DC9 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH2 0x2DD7 PUSH1 0x40 DUP6 ADD PUSH2 0x2D87 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2DF3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2CE0 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2E0F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2E18 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2E26 PUSH1 0x20 DUP5 ADD PUSH2 0x2BE5 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2E41 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2E5A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x93D DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND DUP2 EQ PUSH2 0x2026 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2E8E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2E99 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2CB7 DUP2 PUSH2 0x2E65 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2EBE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D52 DUP5 PUSH2 0x2BE5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EDA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2EE3 DUP4 PUSH2 0x2BE5 JUMP JUMPDEST SWAP2 POP PUSH2 0x2E26 PUSH1 0x20 DUP5 ADD PUSH2 0x2D87 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2F07 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2F12 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH2 0x2F22 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F3E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F4A DUP8 DUP3 DUP9 ADD PUSH2 0x2CF0 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 0x2F69 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F80 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F8C DUP6 DUP3 DUP7 ADD PUSH2 0x2BA0 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2FB3 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x2F9B 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 0x3030 JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP1 DUP8 MSTORE PUSH2 0x300D DUP2 PUSH1 0x20 DUP10 ADD PUSH1 0x20 DUP6 ADD PUSH2 0x2F98 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 0x2FE4 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 0x3051 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x305C DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x306C DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x307C DUP2 PUSH2 0x2E65 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x309A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2EE3 DUP2 PUSH2 0x2B8B JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x30BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x30C6 DUP2 PUSH2 0x2B8B JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x30E2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x30EE DUP8 DUP3 DUP9 ADD PUSH2 0x2CF0 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x310D 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 0x3140 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x93D DUP2 PUSH2 0x2E65 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 0xCA1 PUSH1 0x20 DUP4 ADD DUP5 DUP7 PUSH2 0x314B JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x319A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x93D DUP2 PUSH2 0x2E65 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 0x1B9F PUSH1 0x60 DUP4 ADD DUP5 DUP7 PUSH2 0x314B 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 0x31FD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x320A 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 0x3244 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x325F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x13BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 DUP5 DUP3 CALLDATACOPY PUSH1 0x0 DUP4 DUP3 ADD PUSH1 0x0 DUP2 MSTORE DUP4 MLOAD PUSH2 0x3291 DUP2 DUP4 PUSH1 0x20 DUP9 ADD PUSH2 0x2F98 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 0xD3E JUMPI PUSH2 0xD3E PUSH2 0x31D7 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 0x32F9 PUSH1 0x80 DUP4 ADD DUP5 DUP7 PUSH2 0x314B 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 0x3333 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 0x334C DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x2F98 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 0xD3E JUMPI PUSH2 0xD3E PUSH2 0x31D7 JUMP INVALID BLOCKHASH 0xC6 0xC8 0xC2 DUP8 DUP10 DUP6 EXTCODECOPY PUSH31 0xFD823AB20824BBD71718A8A5915E855F6F288C9A26AD00A264697066735822 SLT KECCAK256 CALLDATASIZE 0xBF 0xEA 0xC2 0xED 0xD6 0xBE TLOAD DUP12 0x28 0xC4 PUSH16 0x5C20C4A0D69C451C3C1E650DBF4170F DUP3 0x24 CREATE 0xC9 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", + "sourceMap": "232:323:43:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;406:50;;;;;;;;;;;;455:1;406:50;;;;;188:18:46;176:31;;;158:50;;146:2;131:18;406:50:43;;;;;;;;17159:291:12;;;;;;;;;;-1:-1:-1;17159:291:12;;;;;:::i;:::-;;:::i;:::-;;9966:195;;;;;;;;;;-1:-1:-1;9966:195:12;;;;;:::i;:::-;10129:16;;;;10035:6;10129:16;;;:8;:16;;;;;:8;:25;;-1:-1:-1;;;10129:25:12;;;;9966:195;10202:205;;;;;;;;;;-1:-1:-1;10202:205:12;;;;;:::i;:::-;;:::i;:::-;;;1935:10:46;1923:23;;;1905:42;;1893:2;1878:18;10202:205:12;1761:192:46;18772:133:12;;;;;;;;;;-1:-1:-1;18772:133:12;;;;;:::i;:::-;;:::i;26523:159::-;;;;;;;;;;-1:-1:-1;26523:159:12;;;;;:::i;:::-;;:::i;22245:1313::-;;;;;;:::i;:::-;;:::i;11843:191::-;;;;;;;;;;-1:-1:-1;11843:191:12;;;;;:::i;:::-;;:::i;10448:479::-;;;;;;;;;;-1:-1:-1;10448:479:12;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;4814:14:46;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;12531:126:12;;;;;;;;;;-1:-1:-1;12531:126:12;;;;;:::i;:::-;;:::i;19471:255::-;;;;;;;;;;-1:-1:-1;19471:255:12;;;;;:::i;:::-;;:::i;:::-;;;5645:14:46;5633:27;;;5615:46;;5603:2;5588:18;19471:255:12;5471:196:46;5865:53:12;;;;;;;;;;;;5902:16;5865:53;;19767:182;;;;;;;;;;-1:-1:-1;19767:182:12;;;;;:::i;:::-;19826:6;19920:16;;;:12;:16;;;;;:22;;;;;;;19767:182;8714:90;;;;;;;;;;-1:-1:-1;8790:7:12;8714:90;;9485:210;;;;;;;;;;-1:-1:-1;9485:210:12;;;;;:::i;:::-;;:::i;12698:138::-;;;;;;;;;;-1:-1:-1;12698:138:12;;;;;:::i;:::-;;:::i;9736:189::-;;;;;;;;;;-1:-1:-1;9736:189:12;;;;;:::i;:::-;9896:16;;;;9802:6;9896:16;;;:8;:16;;;;;:8;:22;;;;9736:189;9209:235;;;;;;;;;;-1:-1:-1;9209:235:12;;;;;:::i;:::-;;:::i;5684:52::-;;;;;;;;;;;;5720:16;5684:52;;292:51:43;;;;;;;;;;;;342:1;292:51;;463:90;;;;;;;;;;;;;:::i;11546:256:12:-;;;;;;;;;;-1:-1:-1;11546:256:12;;;;;:::i;:::-;;:::i;24823:376::-;;;;;;;;;;-1:-1:-1;24823:376:12;;;;;:::i;:::-;;:::i;8975:193::-;;;;;;;;;;-1:-1:-1;8975:193:12;;;;;:::i;:::-;-1:-1:-1;;;;;9136:18:12;9044:4;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:12;;;;;:25;;;-1:-1:-1;;;9136:25:12;;;;;8975:193;;;;7149:14:46;;7142:22;7124:41;;7112:2;7097:18;8975:193:12;6984:187:46;12877:134:12;;;;;;;;;;-1:-1:-1;12877:134:12;;;;;:::i;:::-;;:::i;26181:181::-;;;;;;;;;;-1:-1:-1;26181:181:12;;;;;:::i;:::-;;:::i;:::-;;;8273:25:46;;;8261:2;8246:18;26181:181:12;8127:177:46;1502:484:15;;;;;;;;;;-1:-1:-1;1502:484:15;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;7871:802:12:-;;;;;;;;;;-1:-1:-1;7871:802:12;;;;;:::i;:::-;;:::i;:::-;;;;10735:14:46;;10728:22;10710:41;;10799:10;10787:23;;;10782:2;10767:18;;10760:51;10683:18;7871:802:12;10544:273:46;12075:127:12;;;;;;;;;;-1:-1:-1;12075:127:12;;;;;:::i;:::-;;:::i;7103:120::-;;;;;;;;;;-1:-1:-1;7103:120:12;;;;;:::i;:::-;;:::i;8845:89::-;;;;;;;;;;-1:-1:-1;8921:6:12;8845:89;;349:51:43;;;;;;;;;;;;399:1;349:51;;10968:418:12;;;;;;;;;;-1:-1:-1;10968:418:12;;;;;:::i;:::-;;:::i;17949:147::-;;;;;;;;;;-1:-1:-1;17949:147:12;;;;;:::i;:::-;;:::i;23599:1183::-;;;;;;;;;;-1:-1:-1;23599:1183:12;;;;;:::i;:::-;;:::i;19990:1448::-;;;;;;;;;;-1:-1:-1;19990:1448:12;;;;;:::i;:::-;;:::i;:::-;;;;12043:25:46;;;12116:10;12104:23;;;12099:2;12084:18;;12077:51;12016:18;19990:1448:12;11871:263:46;12243:247:12;;;;;;;;;;-1:-1:-1;12243:247:12;;;;;:::i;:::-;;:::i;17159:291::-;7061:18;:16;:18::i;:::-;17325:9:::1;17320:124;17340:20:::0;;::::1;17320:124;;;17381:52;17404:6;17412:9;;17422:1;17412:12;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;17426:6;17381:22;:52::i;:::-;17362:3;;17320:124;;;;17159:291:::0;;;;:::o;10202:205::-;10367:16;;;10273:6;10367:16;;;:8;:16;;;;;:8;:27;;-1:-1:-1;;;;;;;;;;;6793:28:12;10367:33;;-1:-1:-1;;;10367:27:12;;-1:-1:-1;;;;;10367:27:12;:31;:33::i;:::-;10360:40;10202:205;-1:-1:-1;;;10202:205:12:o;18772:133::-;7061:18;:16;:18::i;:::-;18866:32:::1;18883:6;18891;18866:16;:32::i;:::-;18772:133:::0;;:::o;26523:159::-;7061:18;:16;:18::i;:::-;26626:49:::1;::::0;;;;-1:-1:-1;;;;;12742:55:46;;;26626:49:12::1;::::0;::::1;12724:74:46::0;26626:35:12;::::1;::::0;::::1;::::0;12697:18:46;;26626:49:12::1;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;26523:159:::0;;:::o;22245:1313::-;22331:6;-1:-1:-1;;;;;;;;;;;966:10:14;22331:6:12;;22573:38;966:10:14;22598:6:12;22606:4;;22573:16;:38::i;:::-;22538:73;;;;22672:9;22671:10;:26;;;;-1:-1:-1;22685:12:12;;;;22671:26;22667:131;;;22750:6;22758;22766:20;22781:4;;22766:14;:20::i;:::-;22720:67;;;;;-1:-1:-1;;;;;13027:55:46;;;22720:67:12;;;13009:74:46;13119:55;;;;13099:18;;;13092:83;-1:-1:-1;;;;;;13211:79:46;13191:18;;;13184:107;12982:18;;22720:67:12;;;;;;;;22667:131;22808:19;22830:35;22844:6;22852;22860:4;;22830:13;:35::i;:::-;22808:57;-1:-1:-1;22875:12:12;23067;;;;;;:45;;;23083:24;23095:11;23083;:24::i;:::-;:29;;;;23067:45;23063:116;;;23136:32;23156:11;23136:19;:32::i;:::-;23128:40;;23063:116;23271:14;;;;23312:46;23329:6;23337:20;23352:4;;23337:14;:20::i;:::-;32646:28;;;-1:-1:-1;;;;;19231:55:46;;;;32646:28:12;;;;19213:74:46;;;;-1:-1:-1;;;;;;19323:79:46;;;;19303:18;;;19296:107;32646:28:12;;;;;;;;;19186:18:46;;;;32646:28:12;;32636:39;;;;;;32529:153;23312:46;23295:1;:14;;:63;;;;23393:54;23423:6;23431:4;;23393:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;23437:9:12;;-1:-1:-1;23393:29:12;;-1:-1:-1;;23393:54:12:i;:::-;-1:-1:-1;23494:14:12;;;;:34;;;;-1:-1:-1;23546:5:12;;-1:-1:-1;;;;22245:1313:12;;;;;:::o;11843:191::-;7061:18;:16;:18::i;:::-;11957:70:::1;11968:6;11976:7;11985:25;12003:6;11985:17;:25::i;:::-;12012:14;11957:10;:70::i;:::-;;11843:191:::0;;;:::o;10448:479::-;10724:16;;;10550:12;10724:16;;;:8;:16;;;;;;;;-1:-1:-1;;;;;10724:33:12;;;;;;;;;10776:12;;;;;;10550;;;;;-1:-1:-1;;;;;;;;;;;6793:28:12;10837:22;;:12;;;-1:-1:-1;;;;;10837:12:12;:20;:22::i;:::-;10448:479;;10798:61;;-1:-1:-1;10798:61:12;-1:-1:-1;10448:479:12;-1:-1:-1;;;;;10448:479:12:o;12531:126::-;7061:18;:16;:18::i;:::-;12622:28:::1;12636:6;12644:5;12622:13;:28::i;19471:255::-:0;19533:6;19639:16;;;:12;:16;;;;;:26;-1:-1:-1;;;;;;;;;;;6793:28:12;19639:26;;19682:21;19639:26;19682:10;:21::i;:::-;:37;;19710:9;19682:37;;;19706:1;19682:37;19675:44;19471:255;-1:-1:-1;;;;19471:255:12:o;9485:210::-;-1:-1:-1;;;;;9653:18:12;;9559:6;9653:18;;;-1:-1:-1;;;;;;;;;;;9653:18:12;;;;;;;:29;;;:35;;-1:-1:-1;;;;;9653:29:12;:33;:35::i;12698:138::-;7061:18;:16;:18::i;:::-;12795:34:::1;12812:6;12820:8;12795:16;:34::i;9209:235::-:0;-1:-1:-1;;;;;9396:18:12;;9302:6;9396:18;;;-1:-1:-1;;;;;;;;;;;9396:18:12;;;;;;;;-1:-1:-1;;;;;;9396:41:12;;;;;;;;;;;;9209:235;;;;;:::o;463:90:43:-;8870:21:13;4302:15;;-1:-1:-1;;;4302:15:13;;;;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;;-1:-1:-1;;;4908:23:13;;;;;;;;;;;4851:91;4951:18;;-1:-1:-1;;4951:18:13;4968:1;4951:18;;;4979:67;;;;5013:22;;-1:-1:-1;;5013:22:13;-1:-1:-1;;;5013:22:13;;;4979:67;514:32:43::1;535:10;514:20;:32::i;:::-;5070:14:13::0;5066:101;;;5100:23;;-1:-1:-1;;5100:23:13;;;5142:14;;-1:-1:-1;158:50:46;;5142:14:13;;146:2:46;131:18;5142:14:13;;;;;;;4092:1081;;;;;463:90:43:o;11546:256:12:-;7061:18;:16;:18::i;:::-;11647:20:::1;::::0;::::1;::::0;;:45:::1;;-1:-1:-1::0;5902:16:12::1;11671:21:::0;;::::1;;11647:45;11643:114;;;11715:31;::::0;-1:-1:-1;;;11715:31:12;;188:18:46;176:31;;11715::12::1;::::0;::::1;158:50:46::0;131:18;;11715:31:12::1;14:200:46::0;11643:114:12::1;11781:6;11771:24;;;11789:5;;11771:24;;;;;;;:::i;:::-;;;;;;;;11546:256:::0;;;:::o;24823:376::-;24956:47;;;25007:46;24956:47;;;;;966:10:14;;25007:46:12;966:10:14;;25007:46:12;;24956:47;;;;;;;;;;;;;;;966:10:14;24956:47:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;;24956:97:12;;24952:175;;25076:40;;;;;-1:-1:-1;;;;;12742:55:46;;25076:40:12;;;12724:74:46;12697:18;;25076:40:12;12578:226:46;24952:175:12;25136:56;25156:35;25170:6;25178;25186:4;;25156:13;:35::i;:::-;25136:19;:56::i;12877:134::-;7061:18;:16;:18::i;:::-;12972:32:::1;12987:6;12995:8;12972:14;:32::i;26181:181::-:0;26286:7;26333:6;26341;26349:4;;26322:32;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;26312:43;;;;;;26305:50;;26181: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;7871:802:12:-;7996:14;8012:12;8040:22;8055:6;-1:-1:-1;;;;;9136:18:12;9044:4;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:12;;;;;:25;;;-1:-1:-1;;;9136:25:12;;;;;8975:193;8040:22;8036:631;;;-1:-1:-1;8086:5:12;;-1:-1:-1;8086:5:12;8078:17;;8036:631;8134:4;-1:-1:-1;;;;;8116:23:12;;;8112:555;;32646:28;;;-1:-1:-1;;;;;19231:55:46;;32646:28:12;;;;19213:74:46;;;;-1:-1:-1;;;;;;19323:79:46;;19303:18;;;19296:107;32646:28:12;;;;;;;;;19186:18:46;;;;32646:28:12;;;32636:39;;;;;31932:14;;:52;8382:30;8414:1;8374:42;;;;;;8112:555;8447:13;8463:39;8485:6;8493:8;8463:21;:39::i;:::-;8447:55;;8517:13;8532:19;8555:23;8563:6;8571;8555:7;:23::i;:::-;8516:62;;;;8599:8;:57;;8647:5;8654:1;8599:57;;;8611:17;;;;:12;8599:57;8592:64;;;;;;;8112:555;7871:802;;;;;;:::o;12075:127::-;7061:18;:16;:18::i;:::-;12167:28:::1;12179:6;12187:7;12167:11;:28::i;:::-;;12075:127:::0;;:::o;7103:120::-;8870:21:13;4302:15;;-1:-1:-1;;;4302:15:13;;;;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;;-1:-1:-1;;;4908:23:13;;;;;;;;;;;4851:91;4951:18;;-1:-1:-1;;4951:18:13;4968:1;4951:18;;;4979:67;;;;5013:22;;-1:-1:-1;;5013:22:13;-1:-1:-1;;;5013:22:13;;;4979:67;7182:34:12::1;7203:12;7182:20;:34::i;:::-;5070:14:13::0;5066:101;;;5100:23;;-1:-1:-1;;5100:23:13;;;5142:14;;-1:-1:-1;158:50:46;;5142:14:13;;146:2:46;131:18;5142:14:13;;;;;;;4092:1081;;;;;7103:120:12;:::o;10968:418::-;11068:13;;-1:-1:-1;;5902:16:12;11120:21;;;11116:264;;-1:-1:-1;11165:4:12;;-1:-1:-1;11171:1:12;11157:16;;11116:264;11205:19;11226;11253:26;11263:6;11271:7;11253:9;:26::i;:::-;11204:75;;;;;;11301:12;:17;;11317:1;11301:17;;:53;;;;;11338:16;:14;:16::i;:::-;11322:32;;:12;:32;;;;11301:53;11293:76;-1:-1:-1;11356:12:12;-1:-1:-1;11293:76:12;;-1:-1:-1;11293:76:12;11116:264;10968:418;;;;;:::o;17949:147::-;7061:18;:16;:18::i;:::-;18051:38:::1;18072:6;18080:8;18051:20;:38::i;23599:1183::-:0;23692:6;-1:-1:-1;;;;;;;;;;;966:10:14;23692:6:12;23839:20;23854:4;;23839:14;:20::i;:::-;23821:38;;23870:19;23892:35;23906:6;23914;23922:4;;23892:13;:35::i;:::-;23941:25;;;;:12;;;:25;;;;;:35;23870:57;;-1:-1:-1;23941:35:12;;;;:40;;23937:616;;24004:38;;-1:-1:-1;;;24004:38:12;;;;;8273:25:46;;;8246:18;;24004:38:12;8127:177:46;23937:616:12;24073:9;-1:-1:-1;;;;;24063:19:12;:6;-1:-1:-1;;;;;24063:19:12;;24059:494;;24232:12;24250:30;5720:16;24270:9;24250:7;:30::i;:::-;24231:49;;;24295:15;24316:76;24324:56;24340:39;24362:6;24370:8;24340:21;:39::i;24324:56::-;24382:9;24316:7;:76::i;:::-;24294:98;;;24411:7;24410:8;:23;;;;;24423:10;24422:11;24410:23;24406:137;;;24460:68;;;;;-1:-1:-1;;;;;16849:55:46;;;24460:68:12;;;16831:74:46;16941:55;;;16921:18;;;16914:83;17033:55;;17013:18;;;17006:83;-1:-1:-1;;;;;;17125:79:46;;17105:18;;;17098:107;16803:19;;24460:68:12;16602:609:46;24406:137:12;24084:469;;24059:494;24570:25;;;;:12;;;:25;;;;;;24563:42;;-1:-1:-1;;24563:42:12;;;;;24715:37;;24669:31;;;;;;;;;24570:25;;24715:37;;;24770:5;23599:1183;-1:-1:-1;;;;;;;;;23599:1183:12:o;19990:1448::-;20112:19;;-1:-1:-1;;;;;;;;;;;966:10:14;20112:19:12;20367:38;966:10:14;20392:6:12;20400:4;;20367:16;:38::i;:::-;20346:59;;;20416:14;20452:7;20433:26;;:16;:14;:16::i;:::-;:26;;;;:::i;:::-;20416:43;-1:-1:-1;20566:12:12;;;;;:44;;;20590:1;20583:4;:8;;;:26;;;;;20602:7;20595:14;;:4;:14;;;20583:26;20562:149;;;20663:6;20671;20679:20;20694:4;;20679:14;:20::i;20562:149::-;20783:23;20792:4;20783:23;;20798:7;20783:23;;:8;:23::i;:::-;20769:38;;20927:35;20941:6;20949;20957:4;;20927:13;:35::i;:::-;20913:49;;20973:31;20992:11;20973:18;:31::i;:::-;21126:1;:12;;:25;21139:11;21126:25;;;;;;;;;;;:31;;;;;;;;;;;;21160:1;21126:35;21118:43;;21219:4;21181:1;:12;;:25;21194:11;21181:25;;;;;;;;;;;:35;;;:42;;;;;;;;;;;;;;;;;;21267:5;21233:1;:12;;:25;21246:11;21233:25;;;;;;;;;;;:31;;;:39;;;;;;;;;;;;;;;;;;21319:5;21287:66;;21306:11;21287:66;21326:4;21332:6;21340;21348:4;;21287:66;;;;;;;;;;:::i;:::-;;;;;;;;20147:1291;;;;19990:1448;;;;;;;:::o;12243:247::-;-1:-1:-1;;;;;12337:34:12;;966:10:14;12337:34:12;12333:102;;12394:30;;;;;;;;;;;;;;27036:503;966:10:14;27082:14:12;;27154:32;966:10:14;27082:14:12;1040::14;27154:12:12;:32::i;:::-;27121:65;;;;27201:9;27196:337;;27230:5;:10;;27239:1;27230:10;27226:297;;27263:19;27288:33;27263:19;1040:14:14;27288:21:12;:33::i;:::-;-1:-1:-1;27346:54:12;;;;;-1:-1:-1;;;;;18172:55:46;;27346:54:12;;;18154:74:46;18276:18;18264:31;;18244:18;;;18237:59;27260:61:12;;-1:-1:-1;18127:18:46;;;-1:-1:-1;27346:54:12;17982:320:46;27226:297:12;27439:69;27459:48;27473:6;27489:4;1040:14:14;;26181:181:12;:::i;17609:299::-;17716:30;-1:-1:-1;;;;;;;;;;;;;;;;17785:18:12;;:10;:18;;;;;;;;;;;-1:-1:-1;;;;;;17785:41:12;;;;;;;;;;;;:50;;-1:-1:-1;;17785:50:12;;;;;;;;;;17850:51;;18451:98:46;;;17785:18:12;;-1:-1:-1;17850:51:12;;18424:18:46;17850:51:12;;;;;;;17706:202;17609:299;;;:::o;3609:130:38:-;3657:6;3676:12;3696:14;:4;-1:-1:-1;;;;;3696:12:38;;:14::i;:::-;-1:-1:-1;3675:35:38;;3609:130;-1:-1:-1;;;;3609:130:38:o;19075:235:12:-;-1:-1:-1;;;;;19226:18:12;;19157:30;19226:18;;;-1:-1:-1;;;;;;;;;;;19226:18:12;;;;;;;;;:25;;:34;;-1:-1:-1;;19226:34:12;-1:-1:-1;;;19226:34:12;;;;;;;;;;;;;19275:28;;7124:41:46;;;6793:28:12;;19226:18;19275:28;;7097:18:46;19275:28:12;6984:187:46;30054:378:12;30185:14;;30247:4;-1:-1:-1;;;;;30229:23:12;;;30225:201;;30275:26;30288:6;30296:4;;30275:12;:26::i;:::-;30268:33;;;;;;30225:201;30353:1;30339:15;;:76;;30370:45;30378:6;30386;30394:20;30409:4;;30394:14;:20::i;30370:45::-;30339:76;;;-1:-1:-1;30358:5:12;;-1:-1:-1;30358:5:12;30225:201;30054:378;;;;;;;:::o;32339:116::-;32406:6;32438:9;32445:1;32406:6;32438:4;;:9;:::i;:::-;32431:17;;;:::i;25389:751::-;25465:6;25571:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6793:28:12;25571:35;;;;25631:31;;;;;25677:14;;;25673:294;;25714:38;;-1:-1:-1;;;25714:38:12;;;;;8273:25:46;;;8246:18;;25714:38:12;8127:177:46;25673:294:12;25785:16;:14;:16::i;:::-;25773:28;;:9;:28;;;25769:198;;;25824:34;;;;;;;;8273:25:46;;;8246:18;;25824:34:12;8127:177:46;25769:198:12;25879:21;25890:9;25879:10;:21::i;:::-;25875:92;;;25923:33;;;;;;;;8273:25:46;;;8246:18;;25923:33:12;8127:177:46;25875:92:12;25984:25;;;;:12;;;:25;;;;;;25977:42;;-1:-1:-1;;25977:42:12;;;26073:37;;;;;25997:11;;26073:37;;25984:25;26073:37;26128:5;25389:751;-1:-1:-1;;;;25389:751:12:o;2959:407:23:-;3058:12;3110:5;3086:21;:29;3082:123;;;3138:56;;;;;3165:21;3138:56;;;19588:25:46;19629:18;;;19622:34;;;19561:18;;3138:56:23;19414:248:46;3082:123:23;3215:12;3229:23;3256:6;-1:-1:-1;;;;;3256:11:23;3275:5;3282:4;3256:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3214:73;;;;3304:55;3331:6;3339:7;3348:10;3304:26;:55::i;:::-;3297:62;2959:407;-1:-1:-1;;;;;;2959:407:23:o;13188:1138:12:-;13346:4;-1:-1:-1;;;;;;;;;;;5902:16:12;13435:21;;-1:-1:-1;;13435:21:12;13431:90;;13479:31;;-1:-1:-1;;;13479:31:12;;188:18:46;176:31;;13479::12;;;158:50:46;131:18;;13479:31:12;14:200:46;13431:90:12;13548:16;;;13531:14;13548:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13548:33:12;;;;;;;;;:39;;;:44;;13625:591;;;;13681:10;13662:29;;:16;:14;:16::i;:::-;:29;;;;:::i;:::-;13654:37;;13741:55;;;;;;;;13756:5;13741:55;;;;;;13770:24;:14;:22;;2589:20:38;;;2508:108;13770:24:12;-1:-1:-1;;;;;13741:55:12;;;;;;13705:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13705:33:12;;;;;;;;;:91;;;;;;;;;;;;;;-1:-1:-1;;13705:91:12;;;;;;;;;;;;;;13625:591;;;14090:16;;;14190:1;14090:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14090:33:12;;;;;;;;;:39;:115;;:39;;;;-1:-1:-1;;;;;14090:39:12;;14158:14;;14090:50;:115::i;:::-;14040:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14040:33:12;;;;;;;;;14039:166;;-1:-1:-1;;;;;14039:166:12;;;;;;;;;;;;;;;;;-1:-1:-1;13625:591:12;14231:62;;;20181:10:46;20169:23;;20151:42;;20241:14;20229:27;;20224:2;20209:18;;20202:55;20300:14;;20293:22;20273:18;;;20266:50;14231:62:12;;-1:-1:-1;;;;;14231:62:12;;;;;;;;;;;;20139:2:46;14231:62:12;;;-1:-1:-1;14310:9:12;13188:1138;-1:-1:-1;;;;;;13188:1138:12:o;3393:159:38:-;3445:18;3465:17;3484:13;3516:29;3527:4;3533:11;:9;:11::i;:::-;3516:10;:29::i;:::-;3509:36;;;;;;3393:159;;;;;:::o;15355:356:12:-;-1:-1:-1;;;;;;;;;;;15507:20:12;;;;;:45;;-1:-1:-1;5902:16:12;15531:21;;;;15507:45;15503:114;;;15575:31;;-1:-1:-1;;;15575:31:12;;188:18:46;176:31;;15575::12;;;158:50:46;131:18;;15575:31:12;14:200:46;15503:114:12;15627:16;;;;;;;;:8;;;;:16;;;;;;:22;;;:30;;-1:-1:-1;;15627:30:12;;;;;;;;;15673:31;;;15627:16;15673:31;15424:287;15355:356;;:::o;32095:134::-;32155:4;32206:16;:14;:16::i;:::-;32178:44;;:24;8790:7;32178:9;:24;:::i;:::-;:44;;;;;32095:134;-1:-1:-1;;32095:134:12:o;16030:374::-;-1:-1:-1;;;;;;;;;;;16188:20:12;;;;;:45;;-1:-1:-1;5902:16:12;16212:21;;;;16188:45;16184:114;;;16256:31;;-1:-1:-1;;;16256:31:12;;188:18:46;176:31;;16256::12;;;158:50:46;131:18;;16256:31:12;14:200:46;16184:114:12;16308:16;;;;;;;;:8;;;;:16;;;;;;:25;;;:36;;;;-1:-1:-1;;;16308:36:12;;;;;;;;;16360:37;;;16308:16;16360:37;16105:299;16030:374;;:::o;7228:139::-;6931:20:13;:18;:20::i;:::-;7316:44:12::1;7347:12;7316:30;:44::i;:::-;7228:139:::0;:::o;16551:447::-;-1:-1:-1;;;;;;;;;;;5902:16:12;16707:21;;-1:-1:-1;;16707:21:12;16703:90;;16751:31;;-1:-1:-1;;;16751:31:12;;188:18:46;176:31;;16751::12;;;158:50:46;131:18;;16751:31:12;14:200:46;16703:90:12;16866:16;;;16803:13;16866:16;;;:8;;;;:16;;;;;:27;;:62;;-1:-1:-1;;;16866:27:12;;-1:-1:-1;;;;;16866:27:12;16905:8;8921:6;16866:38;:62::i;:::-;16827:16;;;;;;;:8;;;;:16;;;;;;;:27;16826:102;;-1:-1:-1;;;;;16826:102:12;;;-1:-1:-1;;;16826:102:12;;;;;;;;;;;;16944:47;;16826:102;;-1:-1:-1;16944:47:12;;;;16974:8;;16826:102;;20527:10:46;20515:23;;;;20497:42;;20587:14;20575:27;20570:2;20555:18;;20548:55;20485:2;20470:18;;20327:282;16944:47:12;;;;;;;;16624:374;;16551:447;;:::o;3900:253:23:-;3983:12;4008;4022:23;4049:6;-1:-1:-1;;;;;4049:19:23;4069:4;4049:25;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4007:67;;;;4091:55;4118:6;4126:7;4135:10;4091:26;:55::i;:::-;4084:62;3900:253;-1:-1:-1;;;;;3900:253:23:o;14587:473:12:-;14666:4;-1:-1:-1;;;;;;;;;;;5902:16:12;14755:21;;-1:-1:-1;;14755:21:12;14751:90;;14799:31;;-1:-1:-1;;;14799:31:12;;188:18:46;176:31;;14799::12;;;158:50:46;131:18;;14799:31:12;14:200:46;14751:90:12;14855:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14855:33:12;;;;;;;;;:39;;;:44;;14851:87;;14922:5;14915:12;;;;;14851:87;14955:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14955:33:12;;;;;;;;;;14948:40;;-1:-1:-1;;14948:40:12;;;15004:28;14955:33;;:16;15004:28;;;-1:-1:-1;15049:4:12;;14587:473;-1:-1:-1;;;14587:473:12:o;750:110:38:-;794:6;819:34;837:15;819:17;:34::i;:::-;812:41;;750:110;:::o;18251:360:12:-;-1:-1:-1;;;;;18475:18:12;;18341:30;18475:18;;;-1:-1:-1;;;;;;;;;;;18475:18:12;;;;;;;:29;;;6793:28;;18341:30;18475:64;;-1:-1:-1;;;;;18475:29:12;18516:8;8921:6;18475:40;:64::i;:::-;-1:-1:-1;;;;;18434:18:12;;:10;:18;;;;;;;;;;;;:29;;18433:106;;-1:-1:-1;;18433:106:12;-1:-1:-1;;;;;18433:106:12;;;;;;;;;;;18555:49;;20527:10:46;20515:23;;20497:42;;20587:14;20575:27;;20555:18;;;20548:55;;;;18433:106:12;;-1:-1:-1;18434:18:12;18555:49;;20470:18:46;18555:49:12;20327:282:46;3189:111:35;3247:7;3066:5;;;3281;;;3065:36;3060:42;;3273:20;2825:294;21632:343:12;21704:30;21796:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6793:28:12;21796:35;;21845:18;;;;;:48;;;21868:25;21879:13;21868:10;:25::i;:::-;21867:26;21845:48;21841:128;;;21916:42;;;;;;;;8273:25:46;;;8246:18;;21916:42:12;8127:177:46;30536:1107:12;30617:14;;30675:1;30661:15;;30657:63;;;-1:-1:-1;30700:5:12;;-1:-1:-1;30700:5:12;30692:17;;30657:63;30752:4;-1:-1:-1;;;;;30734:23:12;;;30730:334;;31000:49;31021:4;31028:20;31043:4;;31028:14;:20::i;:::-;32646:28;;;-1:-1:-1;;;;;19231:55:46;;;;32646:28:12;;;;19213:74:46;;;;-1:-1:-1;;;;;;19323:79:46;;;;19303:18;;;19296:107;32646:28:12;;;;;;;;;19186:18:46;;;;32646:28:12;;32636:39;;;;;31932:14;;:52;;31763:228;30730:334;31075:20;31097:13;31112:21;31137:27;31159:4;;31137:21;:27::i;:::-;31074:90;;;;;;31245:15;31244:16;:49;;;;-1:-1:-1;31287:4:12;9044;9136:18;;;-1:-1:-1;;;;;;;;;;;9136:18:12;;;;;:25;;;-1:-1:-1;;;9136:25:12;;;;31264:29;31240:97;;;31317:5;31324:1;31309:17;;;;;;;;;31240:97;31348:11;31361:21;31386:23;31394:6;31402;31386:7;:23::i;:::-;31347:62;;;;31424:6;31419:55;;31454:5;31461:1;31446:17;;;;;;;;;;;31419:55;31559:40;31568:14;31559:40;;31584:14;31559:40;;:8;:40::i;:::-;31618:10;;;;;;;-1:-1:-1;30536:1107:12;-1:-1:-1;;;;;;;;;30536:1107:12:o;27945:1678::-;28033:20;;;28126:1;28112:15;;28108:66;;;-1:-1:-1;28151:5:12;;-1:-1:-1;28151:5:12;;-1:-1:-1;28151:5:12;28143:20;;28108:66;28184:15;28202:20;28217:4;;28202:14;:20::i;:::-;28184:38;-1:-1:-1;;;;;;;28342:35:12;;28354:23;28342:35;;:89;;-1:-1:-1;;;;;;;28393:38:12;;28405:26;28393:38;28342:89;:146;;;-1:-1:-1;;;;;;;28447:41:12;;28459:29;28447:41;28342:146;:201;;;-1:-1:-1;;;;;;;28504:39:12;;28516:27;28504:39;28342:201;:262;;;-1:-1:-1;;;;;;;28559:45:12;;28571:33;28559:45;28342:262;28325:343;;;28637:4;5720:16;28655:1;28629:28;;;;;;;;;28325:343;-1:-1:-1;;;;;;28775:41:12;;28787:29;28775:41;;:98;;-1:-1:-1;;;;;;;28832:41:12;;28844:29;28832:41;28775:98;:161;;;-1:-1:-1;;;;;;;28889:47:12;;28901:35;28889:47;28775:161;28758:414;;;29004:14;29032:15;29042:4;29037;29032;;:15;:::i;:::-;29021:38;;;;;;;:::i;:::-;29004:55;;29073:12;29088:27;29108:6;29088:19;:27::i;:::-;29137:4;;-1:-1:-1;5720:16:12;;-1:-1:-1;29073:42:12;-1:-1:-1;29129:32:12;;-1:-1:-1;;;29129:32:12;28758:414;-1:-1:-1;;;;;;29291:35:12;;29303:23;29291:35;;:75;;-1:-1:-1;;;;;;;29330:36:12;;29342:24;29330:36;29291:75;29287:254;;;29425:13;29452:15;29462:4;29457;29452;;:15;:::i;:::-;29441:37;;;;;;;:::i;:::-;29425:53;;29500:4;29506:20;29519:6;9896:16;;;;9802:6;9896:16;;;:8;:16;;;;;:8;:22;;;;9736:189;29506:20;29528:1;29492:38;;;;;;;;;;29287:254;29559:5;29566:46;29596:4;29603:8;29566:21;:46::i;:::-;29614:1;29551:65;;;;;;;27945:1678;;;;;;:::o;4421:582:23:-;4565:12;4594:7;4589:408;;4617:19;4625:10;4617:7;:19::i;:::-;4589:408;;;4841:17;;:22;:49;;;;-1:-1:-1;;;;;;4867:18:23;;;:23;4841:49;4837:119;;;4917:24;;;;;-1:-1:-1;;;;;12742:55:46;;4917:24:23;;;12724:74:46;12697:18;;4917:24:23;12578:226:46;4837:119:23;-1:-1:-1;4976:10:23;4969:17;;4033:390:38;4154:18;4174:13;4199:12;4214:10;:4;-1:-1:-1;;;;;4214:8:38;;:10::i;:::-;4199:25;;4234:14;4258:61;4267:10;4258:61;;4287:8;4279:16;;:5;:16;;;:39;;4317:1;4279:39;;;4298:16;4306:8;4298:5;:16;:::i;:::-;4258:61;;:8;:61::i;:::-;4234:86;;4353:7;4339:21;;:11;:9;:11::i;:::-;:21;;;;:::i;:::-;4330:30;-1:-1:-1;5126:19:38;;;5120:2;5096:26;;;;;5089:2;5070:21;;;;;5069:54;:76;4370:46;;;;4033:390;;;;;;:::o;2868:307::-;4764:9;4771:2;4764:9;;;;-1:-1:-1;;;;;3062:11:38;;4800:9;4807:2;4800:9;;;;;;3092:19;;;;;:76;;3136:11;3149:10;3161:6;3092:76;;;3115:10;3127:1;3130;3092:76;3085:83;;;;;;2868:307;;;;;:::o;7084:141:13:-;8870:21;8560:40;-1:-1:-1;;;8560:40:13;;;;7146:73;;7191:17;;;;;;;;;;;;;;7146:73;7084:141::o;7373:337:12:-;6931:20:13;:18;:20::i;:::-;-1:-1:-1;;;;;7475:26:12;::::1;7471:108;;7524:44;::::0;::::1;::::0;;7565:1:::1;7524:44;::::0;::::1;12724:74:46::0;12697:18;;7524:44:12::1;12578:226:46::0;7471:108:12::1;7661:42;5720:16;7684:12;7698:1;7701::::0;7661:10:::1;:42::i;14296:213:36:-:0;14352:6;14382:16;14374:24;;14370:103;;;14421:41;;;;;14452:2;14421:41;;;21230:36:46;21282:18;;;21275:34;;;21203:18;;14421:41:36;21049:266:46;14370:103:36;-1:-1:-1;14496:5:36;14296:213::o;5543:487:23:-;5674:17;;:21;5670:354;;5871:10;5865:17;5927:15;5914:10;5910:2;5906:19;5899:44;5670:354;5994:19;;;;;;;;;;;;;;219:154:46;-1:-1:-1;;;;;298:5:46;294:54;287:5;284:65;274:93;;363:1;360;353:12;378:366;440:8;450:6;504:3;497:4;489:6;485:17;481:27;471:55;;522:1;519;512:12;471:55;-1:-1:-1;545:20:46;;588:18;577:30;;574:50;;;620:1;617;610:12;574:50;657:4;649:6;645:17;633:29;;717:3;710:4;700:6;697:1;693:14;685:6;681:27;677:38;674:47;671:67;;;734:1;731;724:12;749:171;816:20;;876:18;865:30;;855:41;;845:69;;910:1;907;900:12;845:69;749:171;;;:::o;925:642::-;1027:6;1035;1043;1051;1104:2;1092:9;1083:7;1079:23;1075:32;1072:52;;;1120:1;1117;1110:12;1072:52;1159:9;1146:23;1178:31;1203:5;1178:31;:::i;:::-;1228:5;-1:-1:-1;1284:2:46;1269:18;;1256:32;1311:18;1300:30;;1297:50;;;1343:1;1340;1333:12;1297:50;1382:69;1443:7;1434:6;1423:9;1419:22;1382:69;:::i;:::-;1470:8;;-1:-1:-1;1356:95:46;-1:-1:-1;1524:37:46;;-1:-1:-1;1557:2:46;1542:18;;1524:37;:::i;:::-;1514:47;;925:642;;;;;;;:::o;1572:184::-;1630:6;1683:2;1671:9;1662:7;1658:23;1654:32;1651:52;;;1699:1;1696;1689:12;1651:52;1722:28;1740:9;1722: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:46;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:46;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:46;;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:46;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:46;;-1:-1:-1;;;;3124:544:46: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:46;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:46;;5286:180;-1:-1:-1;5286:180:46: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:46;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:46;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:46;7768:18;;7755:32;7796:33;7755:32;7796:33;:::i;:::-;7848:7;-1:-1:-1;7906:2:46;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:46;-1:-1:-1;;;;7437:685:46: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:46;-1:-1:-1;;;;8309:447:46: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:46;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:46;9849:44;;;;9895:2;9845:53;;;;-1:-1:-1;9956:12:46;;;;9921:15;;;;;9548:1;9541:9;9512:466;;;-1:-1:-1;9995:6:46;;9016:991;-1:-1:-1;;;;;;9016:991:46: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:46;10323:18;;10310:32;10351:33;10310:32;10351:33;:::i;:::-;10403:7;-1:-1:-1;10462:2:46;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:46;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:46;-1:-1:-1;;11752:2:46;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:46;;-1:-1:-1;;11146:720:46:o;12139:184::-;-1:-1:-1;;;12188:1:46;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:46;13684:16;;;13702:4;13680:27;;;13673:38;;;;13765:2;13744:15;;;-1:-1:-1;;13740:29:46;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:46;14507:55;14496:9;14489:74;-1:-1:-1;;;;;14603:6:46;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:46;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:46;;;15406:25;;;;;-1:-1:-1;15106:331:46:o;15442:184::-;-1:-1:-1;;;15491:1:46;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:46;15998:30;;15995:50;;;16041:1;16038;16031:12;15995:50;16074:4;16062:17;;-1:-1:-1;16105:14:46;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:46: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:46;17703:55;17698:2;17687:9;17683:18;17676:83;-1:-1:-1;;;;;17799:6:46;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:46:o;18560:476::-;18680:19;;-1:-1:-1;;;;;;18717:75:46;;;18812:1;18804:10;;18801:229;;;-1:-1:-1;;;;;;18883:66:46;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;19667:287::-;19796:3;19834:6;19828:13;19850:66;19909:6;19904:3;19897:4;19889:6;19885:17;19850:66;:::i;:::-;19932:16;;;;;19667:287;-1:-1:-1;;19667:287:46:o;20874:170::-;20971:10;20964:18;;;20944;;;20940:43;;20995:20;;20992:46;;;21018:18;;:::i" + }, + "methodIdentifiers": { + "ADMIN_ROLE()": "75b238fc", + "APPLICATION_MANAGER_ROLE()": "77de1131", + "ATTESTATION_MANAGER_ROLE()": "cfef5e83", + "PERMISSION_MANAGER_ROLE()": "0125a425", + "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", + "initialize(address)": "c4d66de8", + "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\":\"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\":[],\"name\":\"FailedCall\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"needed\",\"type\":\"uint256\"}],\"name\":\"InsufficientBalance\",\"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\":\"APPLICATION_MANAGER_ROLE\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"ATTESTATION_MANAGER_ROLE\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"PERMISSION_MANAGER_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\":\"initialAdmin\",\"type\":\"address\"}],\"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).\"}],\"FailedCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}],\"InsufficientBalance(uint256,uint256)\":[{\"details\":\"The ETH balance of the account is not enough to perform the operation.\"}],\"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 the admin functions in the manager itself. These are defined by the {AccessManager} documentation.\"},\"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. NOTE: When the manager itself is closed, admin functions are still accessible to avoid locking the contract.\"},\"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. Closing the manager itself won't disable access to admin methods to avoid locking the 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\":\"0xc36716750a9095416ede9775ee8ae19f13794406a297c0dccd6146268bd36d74\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://595c9227d490558d1666e32609ac6677ba4fff7187cb539c3bb2c9a3e8b63b27\",\"dweb:/ipfs/QmZgoM4Rj7NuY8pfQ9pCvpKTrk5ZJ6Sdbf8XMsSVsvwMk5\"]},\"@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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]},\"contracts/OIDAccessManager.sol\":{\"keccak256\":\"0xcae4c0b5509dd30aa1203490b1494243c47ca0250904dfa213276449ae02de48\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://9c98b004011a5dc5e8fcfa342a204d969a435ec88a1e83620abd45f777bd2da9\",\"dweb:/ipfs/QmdWv9aq7vj9Pjdbwaa5DKK3gQFNiLHsBRrKssFEV7g5Z5\"]}},\"version\":1}" + } + }, + "contracts/OIDPermissionManager.sol": { + "OIDPermissionManager": { + "abi": [ + { + "inputs": [ + { + "internalType": "address", + "name": "initialAuthority", + "type": "address" + }, + { + "internalType": "contract IEAS", + "name": "initialEAS", + "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": [ + { + "internalType": "bytes32", + "name": "attestation_uid", + "type": "bytes32" + } + ], + "name": "AttestationNotFound", + "type": "error" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "attestation_uid", + "type": "bytes32" + } + ], + "name": "AttestationRevoked", + "type": "error" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "caller", + "type": "address" + } + ], + "name": "UnauthorizedAccess", + "type": "error" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "authority", + "type": "address" + } + ], + "name": "AuthorityUpdated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "bytes32", + "name": "key", + "type": "bytes32" + }, + { + "indexed": false, + "internalType": "address", + "name": "account", + "type": "address" + }, + { + "indexed": false, + "internalType": "bool", + "name": "granted", + "type": "bool" + } + ], + "name": "PermissionUpdated", + "type": "event" + }, + { + "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": "bytes32", + "name": "attestation_uid", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "grantPermission", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "key", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "hasPermission", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "isConsumingScheduledOp", + "outputs": [ + { + "internalType": "bytes4", + "name": "", + "type": "bytes4" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "attestation_uid", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "revokePermission", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "newAuthority", + "type": "address" + } + ], + "name": "setAuthority", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "evm": { + "bytecode": { + "functionDebugData": { + "@_13896": { + "entryPoint": null, + "id": 13896, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@_6963": { + "entryPoint": null, + "id": 6963, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_setAuthority_7053": { + "entryPoint": 76, + "id": 7053, + "parameterSlots": 1, + "returnSlots": 0 + }, + "abi_decode_tuple_t_addresst_contract$_IEAS_$2326_fromMemory": { + "entryPoint": 184, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_encode_tuple_t_address__to_t_address__fromStack_reversed": { + "entryPoint": null, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "validator_revert_address": { + "entryPoint": 160, + "id": null, + "parameterSlots": 1, + "returnSlots": 0 + } + }, + "generatedSources": [ + { + "ast": { + "nativeSrc": "0:758:46", + "nodeType": "YulBlock", + "src": "0:758:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "59:86:46", + "nodeType": "YulBlock", + "src": "59:86:46", + "statements": [ + { + "body": { + "nativeSrc": "123:16:46", + "nodeType": "YulBlock", + "src": "123:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "132:1:46", + "nodeType": "YulLiteral", + "src": "132:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "135:1:46", + "nodeType": "YulLiteral", + "src": "135:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "125:6:46", + "nodeType": "YulIdentifier", + "src": "125:6:46" + }, + "nativeSrc": "125:12:46", + "nodeType": "YulFunctionCall", + "src": "125:12:46" + }, + "nativeSrc": "125:12:46", + "nodeType": "YulExpressionStatement", + "src": "125:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "82:5:46", + "nodeType": "YulIdentifier", + "src": "82:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "93:5:46", + "nodeType": "YulIdentifier", + "src": "93:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "108:3:46", + "nodeType": "YulLiteral", + "src": "108:3:46", + "type": "", + "value": "160" + }, + { + "kind": "number", + "nativeSrc": "113:1:46", + "nodeType": "YulLiteral", + "src": "113:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "104:3:46", + "nodeType": "YulIdentifier", + "src": "104:3:46" + }, + "nativeSrc": "104:11:46", + "nodeType": "YulFunctionCall", + "src": "104:11:46" + }, + { + "kind": "number", + "nativeSrc": "117:1:46", + "nodeType": "YulLiteral", + "src": "117:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "100:3:46", + "nodeType": "YulIdentifier", + "src": "100:3:46" + }, + "nativeSrc": "100:19:46", + "nodeType": "YulFunctionCall", + "src": "100:19:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "89:3:46", + "nodeType": "YulIdentifier", + "src": "89:3:46" + }, + "nativeSrc": "89:31:46", + "nodeType": "YulFunctionCall", + "src": "89:31:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "79:2:46", + "nodeType": "YulIdentifier", + "src": "79:2:46" + }, + "nativeSrc": "79:42:46", + "nodeType": "YulFunctionCall", + "src": "79:42:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "72:6:46", + "nodeType": "YulIdentifier", + "src": "72:6:46" + }, + "nativeSrc": "72:50:46", + "nodeType": "YulFunctionCall", + "src": "72:50:46" + }, + "nativeSrc": "69:70:46", + "nodeType": "YulIf", + "src": "69:70:46" + } + ] + }, + "name": "validator_revert_address", + "nativeSrc": "14:131:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "48:5:46", + "nodeType": "YulTypedName", + "src": "48:5:46", + "type": "" + } + ], + "src": "14:131:46" + }, + { + "body": { + "nativeSrc": "261:287:46", + "nodeType": "YulBlock", + "src": "261:287:46", + "statements": [ + { + "body": { + "nativeSrc": "307:16:46", + "nodeType": "YulBlock", + "src": "307:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "316:1:46", + "nodeType": "YulLiteral", + "src": "316:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "319:1:46", + "nodeType": "YulLiteral", + "src": "319:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "309:6:46", + "nodeType": "YulIdentifier", + "src": "309:6:46" + }, + "nativeSrc": "309:12:46", + "nodeType": "YulFunctionCall", + "src": "309:12:46" + }, + "nativeSrc": "309:12:46", + "nodeType": "YulExpressionStatement", + "src": "309:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "282:7:46", + "nodeType": "YulIdentifier", + "src": "282:7:46" + }, + { + "name": "headStart", + "nativeSrc": "291:9:46", + "nodeType": "YulIdentifier", + "src": "291:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "278:3:46", + "nodeType": "YulIdentifier", + "src": "278:3:46" + }, + "nativeSrc": "278:23:46", + "nodeType": "YulFunctionCall", + "src": "278:23:46" + }, + { + "kind": "number", + "nativeSrc": "303:2:46", + "nodeType": "YulLiteral", + "src": "303:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "274:3:46", + "nodeType": "YulIdentifier", + "src": "274:3:46" + }, + "nativeSrc": "274:32:46", + "nodeType": "YulFunctionCall", + "src": "274:32:46" + }, + "nativeSrc": "271:52:46", + "nodeType": "YulIf", + "src": "271:52:46" + }, + { + "nativeSrc": "332:29:46", + "nodeType": "YulVariableDeclaration", + "src": "332:29:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "351:9:46", + "nodeType": "YulIdentifier", + "src": "351:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "345:5:46", + "nodeType": "YulIdentifier", + "src": "345:5:46" + }, + "nativeSrc": "345:16:46", + "nodeType": "YulFunctionCall", + "src": "345:16:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "336:5:46", + "nodeType": "YulTypedName", + "src": "336:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "395:5:46", + "nodeType": "YulIdentifier", + "src": "395:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "370:24:46", + "nodeType": "YulIdentifier", + "src": "370:24:46" + }, + "nativeSrc": "370:31:46", + "nodeType": "YulFunctionCall", + "src": "370:31:46" + }, + "nativeSrc": "370:31:46", + "nodeType": "YulExpressionStatement", + "src": "370:31:46" + }, + { + "nativeSrc": "410:15:46", + "nodeType": "YulAssignment", + "src": "410:15:46", + "value": { + "name": "value", + "nativeSrc": "420:5:46", + "nodeType": "YulIdentifier", + "src": "420:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "410:6:46", + "nodeType": "YulIdentifier", + "src": "410:6:46" + } + ] + }, + { + "nativeSrc": "434:40:46", + "nodeType": "YulVariableDeclaration", + "src": "434:40:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "459:9:46", + "nodeType": "YulIdentifier", + "src": "459:9:46" + }, + { + "kind": "number", + "nativeSrc": "470:2:46", + "nodeType": "YulLiteral", + "src": "470:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "455:3:46", + "nodeType": "YulIdentifier", + "src": "455:3:46" + }, + "nativeSrc": "455:18:46", + "nodeType": "YulFunctionCall", + "src": "455:18:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "449:5:46", + "nodeType": "YulIdentifier", + "src": "449:5:46" + }, + "nativeSrc": "449:25:46", + "nodeType": "YulFunctionCall", + "src": "449:25:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "438:7:46", + "nodeType": "YulTypedName", + "src": "438:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "508:7:46", + "nodeType": "YulIdentifier", + "src": "508:7:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "483:24:46", + "nodeType": "YulIdentifier", + "src": "483:24:46" + }, + "nativeSrc": "483:33:46", + "nodeType": "YulFunctionCall", + "src": "483:33:46" + }, + "nativeSrc": "483:33:46", + "nodeType": "YulExpressionStatement", + "src": "483:33:46" + }, + { + "nativeSrc": "525:17:46", + "nodeType": "YulAssignment", + "src": "525:17:46", + "value": { + "name": "value_1", + "nativeSrc": "535:7:46", + "nodeType": "YulIdentifier", + "src": "535:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "525:6:46", + "nodeType": "YulIdentifier", + "src": "525:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_addresst_contract$_IEAS_$2326_fromMemory", + "nativeSrc": "150:398:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "219:9:46", + "nodeType": "YulTypedName", + "src": "219:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "230:7:46", + "nodeType": "YulTypedName", + "src": "230:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "242:6:46", + "nodeType": "YulTypedName", + "src": "242:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "250:6:46", + "nodeType": "YulTypedName", + "src": "250:6:46", + "type": "" + } + ], + "src": "150:398:46" + }, + { + "body": { + "nativeSrc": "654:102:46", + "nodeType": "YulBlock", + "src": "654:102:46", + "statements": [ + { + "nativeSrc": "664:26:46", + "nodeType": "YulAssignment", + "src": "664:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "676:9:46", + "nodeType": "YulIdentifier", + "src": "676:9:46" + }, + { + "kind": "number", + "nativeSrc": "687:2:46", + "nodeType": "YulLiteral", + "src": "687:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "672:3:46", + "nodeType": "YulIdentifier", + "src": "672:3:46" + }, + "nativeSrc": "672:18:46", + "nodeType": "YulFunctionCall", + "src": "672:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "664:4:46", + "nodeType": "YulIdentifier", + "src": "664:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "706:9:46", + "nodeType": "YulIdentifier", + "src": "706:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "721:6:46", + "nodeType": "YulIdentifier", + "src": "721:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "737:3:46", + "nodeType": "YulLiteral", + "src": "737:3:46", + "type": "", + "value": "160" + }, + { + "kind": "number", + "nativeSrc": "742:1:46", + "nodeType": "YulLiteral", + "src": "742:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "733:3:46", + "nodeType": "YulIdentifier", + "src": "733:3:46" + }, + "nativeSrc": "733:11:46", + "nodeType": "YulFunctionCall", + "src": "733:11:46" + }, + { + "kind": "number", + "nativeSrc": "746:1:46", + "nodeType": "YulLiteral", + "src": "746:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "729:3:46", + "nodeType": "YulIdentifier", + "src": "729:3:46" + }, + "nativeSrc": "729:19:46", + "nodeType": "YulFunctionCall", + "src": "729:19:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "717:3:46", + "nodeType": "YulIdentifier", + "src": "717:3:46" + }, + "nativeSrc": "717:32:46", + "nodeType": "YulFunctionCall", + "src": "717:32:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "699:6:46", + "nodeType": "YulIdentifier", + "src": "699:6:46" + }, + "nativeSrc": "699:51:46", + "nodeType": "YulFunctionCall", + "src": "699:51:46" + }, + "nativeSrc": "699:51:46", + "nodeType": "YulExpressionStatement", + "src": "699:51:46" + } + ] + }, + "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", + "nativeSrc": "553:203:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "623:9:46", + "nodeType": "YulTypedName", + "src": "623:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "634:6:46", + "nodeType": "YulTypedName", + "src": "634:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "645:4:46", + "nodeType": "YulTypedName", + "src": "645:4:46", + "type": "" + } + ], + "src": "553:203:46" + } + ] + }, + "contents": "{\n { }\n function validator_revert_address(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_addresst_contract$_IEAS_$2326_fromMemory(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := mload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\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": 46, + "language": "Yul", + "name": "#utility.yul" + } + ], + "linkReferences": {}, + "object": "60a060405234801561001057600080fd5b50604051610bb0380380610bb083398101604081905261002f916100b8565b816100398161004c565b506001600160a01b0316608052506100f2565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6001600160a01b03811681146100b557600080fd5b50565b600080604083850312156100cb57600080fd5b82516100d6816100a0565b60208401519092506100e7816100a0565b809150509250929050565b608051610a9d6101136000396000818160c101526103910152610a9d6000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c80638fb360371161005b5780638fb36037146100f9578063a6a8f17b14610132578063bc58645614610145578063bf7e214f1461015857600080fd5b806328545c0d146100825780637a9e5e4b146100aa5780638150864d146100bf575b600080fd5b61009561009036600461076f565b610169565b60405190151581526020015b60405180910390f35b6100bd6100b836600461079f565b6101f1565b005b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020016100a1565b6101016102a3565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020016100a1565b6100bd61014036600461076f565b6102f1565b6100bd61015336600461076f565b6102fd565b6000546001600160a01b03166100e1565b60008281526001602081815260408084206001600160a01b0386168552909152822090810154158061019d5750805460ff16155b156101ac5760009150506101eb565b60006101bb8260010154610309565b90506101d4816080015167ffffffffffffffff16151590565b156101e4576000925050506101eb565b6001925050505b92915050565b60005433906001600160a01b03168114610247576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610296576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161023e565b61029f8261043e565b5050565b6000805474010000000000000000000000000000000000000000900460ff166102cc5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b61029f828260006104aa565b61029f828260016104aa565b604080516101408101825260008082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830182905261012083015291517fa3112a64000000000000000000000000000000000000000000000000000000008152600481018490529091906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a3112a6490602401600060405180830381865afa1580156103d8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104009190810190610904565b80519091506101eb576040517f01fb6dd10000000000000000000000000000000000000000000000000000000081526004810184905260240161023e565b600080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006104b584610309565b90506104ce816080015167ffffffffffffffff16151590565b15610508576040517f04bed2560000000000000000000000000000000000000000000000000000000081526004810185905260240161023e565b610511816105bb565b600061051c8261061f565b60408051808201825285151581526020808201898152600085815260018084528582206001600160a01b038c168352909352939093209151825460ff191690151517825591519101559050604080518281526001600160a01b0386166020820152841515918101919091527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f359060600160405180910390a15050505050565b6105d18160c001516001600160a01b0316331490565b1580156105e357506105e1610642565b155b1561061c576040517fdccef96400000000000000000000000000000000000000000000000000000000815233600482015260240161023e565b50565b60008082610120015180602001905181019061063b91906109fe565b9392505050565b6000806106576000546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b0316630125a4256040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106cc9190610a17565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201523360248201526044016040805180830381865afa15801561072e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107529190610a32565b509392505050565b6001600160a01b038116811461061c57600080fd5b6000806040838503121561078257600080fd5b8235915060208301356107948161075a565b809150509250929050565b6000602082840312156107b157600080fd5b813561063b8161075a565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051610140810167ffffffffffffffff8111828210171561080f5761080f6107bc565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561083e5761083e6107bc565b604052919050565b805167ffffffffffffffff8116811461085e57600080fd5b919050565b805161085e8161075a565b8051801515811461085e57600080fd5b600082601f83011261088f57600080fd5b815167ffffffffffffffff8111156108a9576108a96107bc565b6108bc601f8201601f1916602001610815565b8181528460208386010111156108d157600080fd5b60005b828110156108f0576020818601810151838301820152016108d4565b506000918101602001919091529392505050565b60006020828403121561091657600080fd5b815167ffffffffffffffff81111561092d57600080fd5b8201610140818503121561094057600080fd5b6109486107eb565b815181526020808301519082015261096260408301610846565b604082015261097360608301610846565b606082015261098460808301610846565b608082015260a0828101519082015261099f60c08301610863565b60c08201526109b060e08301610863565b60e08201526109c2610100830161086e565b61010082015261012082015167ffffffffffffffff8111156109e357600080fd5b6109ef8682850161087e565b61012083015250949350505050565b600060208284031215610a1057600080fd5b5051919050565b600060208284031215610a2957600080fd5b61063b82610846565b60008060408385031215610a4557600080fd5b610a4e8361086e565b9150602083015163ffffffff8116811461079457600080fdfea2646970667358221220058148bf957c2f50326fb3479333357210091b7799b4b2de528804eff09ea27a64736f6c634300081a0033", + "opcodes": "PUSH1 0xA0 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0xBB0 CODESIZE SUB DUP1 PUSH2 0xBB0 DUP4 CODECOPY DUP2 ADD PUSH1 0x40 DUP2 SWAP1 MSTORE PUSH2 0x2F SWAP2 PUSH2 0xB8 JUMP JUMPDEST DUP2 PUSH2 0x39 DUP2 PUSH2 0x4C JUMP JUMPDEST POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x80 MSTORE POP PUSH2 0xF2 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 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0xB5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xCB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 MLOAD PUSH2 0xD6 DUP2 PUSH2 0xA0 JUMP JUMPDEST PUSH1 0x20 DUP5 ADD MLOAD SWAP1 SWAP3 POP PUSH2 0xE7 DUP2 PUSH2 0xA0 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x80 MLOAD PUSH2 0xA9D PUSH2 0x113 PUSH1 0x0 CODECOPY PUSH1 0x0 DUP2 DUP2 PUSH1 0xC1 ADD MSTORE PUSH2 0x391 ADD MSTORE PUSH2 0xA9D 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 0x7D JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8FB36037 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0x8FB36037 EQ PUSH2 0xF9 JUMPI DUP1 PUSH4 0xA6A8F17B EQ PUSH2 0x132 JUMPI DUP1 PUSH4 0xBC586456 EQ PUSH2 0x145 JUMPI DUP1 PUSH4 0xBF7E214F EQ PUSH2 0x158 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x28545C0D EQ PUSH2 0x82 JUMPI DUP1 PUSH4 0x7A9E5E4B EQ PUSH2 0xAA JUMPI DUP1 PUSH4 0x8150864D EQ PUSH2 0xBF JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x95 PUSH2 0x90 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x169 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xBD PUSH2 0xB8 CALLDATASIZE PUSH1 0x4 PUSH2 0x79F JUMP JUMPDEST PUSH2 0x1F1 JUMP JUMPDEST STOP JUMPDEST PUSH32 0x0 JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xA1 JUMP JUMPDEST PUSH2 0x101 PUSH2 0x2A3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xA1 JUMP JUMPDEST PUSH2 0xBD PUSH2 0x140 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x2F1 JUMP JUMPDEST PUSH2 0xBD PUSH2 0x153 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x2FD JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0xE1 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND DUP6 MSTORE SWAP1 SWAP2 MSTORE DUP3 KECCAK256 SWAP1 DUP2 ADD SLOAD ISZERO DUP1 PUSH2 0x19D JUMPI POP DUP1 SLOAD PUSH1 0xFF AND ISZERO JUMPDEST ISZERO PUSH2 0x1AC JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0x1EB JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1BB DUP3 PUSH1 0x1 ADD SLOAD PUSH2 0x309 JUMP JUMPDEST SWAP1 POP PUSH2 0x1D4 DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO ISZERO SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x1E4 JUMPI PUSH1 0x0 SWAP3 POP POP POP PUSH2 0x1EB JUMP JUMPDEST PUSH1 0x1 SWAP3 POP POP POP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD CALLER SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 EQ PUSH2 0x247 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 0x296 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 0x23E JUMP JUMPDEST PUSH2 0x29F DUP3 PUSH2 0x43E JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH21 0x10000000000000000000000000000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2CC JUMPI POP PUSH1 0x0 SWAP1 JUMP JUMPDEST POP PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 SWAP1 JUMP JUMPDEST PUSH2 0x29F DUP3 DUP3 PUSH1 0x0 PUSH2 0x4AA JUMP JUMPDEST PUSH2 0x29F DUP3 DUP3 PUSH1 0x1 PUSH2 0x4AA JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH2 0x140 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP2 SWAP1 MSTORE DUP2 DUP4 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 DUP3 SWAP1 MSTORE PUSH2 0x120 DUP4 ADD MSTORE SWAP2 MLOAD PUSH32 0xA3112A6400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE SWAP1 SWAP2 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND SWAP1 PUSH4 0xA3112A64 SWAP1 PUSH1 0x24 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x3D8 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 0x400 SWAP2 SWAP1 DUP2 ADD SWAP1 PUSH2 0x904 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0x1EB JUMPI PUSH1 0x40 MLOAD PUSH32 0x1FB6DD100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 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 PUSH2 0x4B5 DUP5 PUSH2 0x309 JUMP JUMPDEST SWAP1 POP PUSH2 0x4CE DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO ISZERO SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x508 JUMPI PUSH1 0x40 MLOAD PUSH32 0x4BED25600000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP6 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST PUSH2 0x511 DUP2 PUSH2 0x5BB JUMP JUMPDEST PUSH1 0x0 PUSH2 0x51C DUP3 PUSH2 0x61F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD DUP3 MSTORE DUP6 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 DUP1 DUP3 ADD DUP10 DUP2 MSTORE PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x1 DUP1 DUP5 MSTORE DUP6 DUP3 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP13 AND DUP4 MSTORE SWAP1 SWAP4 MSTORE SWAP4 SWAP1 SWAP4 KECCAK256 SWAP2 MLOAD DUP3 SLOAD PUSH1 0xFF NOT AND SWAP1 ISZERO ISZERO OR DUP3 SSTORE SWAP2 MLOAD SWAP2 ADD SSTORE SWAP1 POP PUSH1 0x40 DUP1 MLOAD DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x20 DUP3 ADD MSTORE DUP5 ISZERO ISZERO SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH32 0xA7DBB3DD7FC1F02D38DF3BA26B3867FA7010E3497F7A3E33F0B1A75E794D8F35 SWAP1 PUSH1 0x60 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP POP POP JUMP JUMPDEST PUSH2 0x5D1 DUP2 PUSH1 0xC0 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ SWAP1 JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x5E3 JUMPI POP PUSH2 0x5E1 PUSH2 0x642 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x61C JUMPI PUSH1 0x40 MLOAD PUSH32 0xDCCEF96400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE CALLER PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH2 0x120 ADD MLOAD DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0x63B SWAP2 SWAP1 PUSH2 0x9FE JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x657 PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xD1F856EE DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x125A425 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 0x6A8 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 0x6CC SWAP2 SWAP1 PUSH2 0xA17 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 PUSH1 0xE0 DUP5 SWAP1 SHL AND DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x4 DUP3 ADD MSTORE CALLER PUSH1 0x24 DUP3 ADD MSTORE PUSH1 0x44 ADD PUSH1 0x40 DUP1 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x72E 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 0x752 SWAP2 SWAP1 PUSH2 0xA32 JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x61C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x782 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x794 DUP2 PUSH2 0x75A JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x7B1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x63B DUP2 PUSH2 0x75A JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x140 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x80F JUMPI PUSH2 0x80F PUSH2 0x7BC 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 0x83E JUMPI PUSH2 0x83E PUSH2 0x7BC JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x85E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH2 0x85E DUP2 PUSH2 0x75A JUMP JUMPDEST DUP1 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x85E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x88F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x8A9 JUMPI PUSH2 0x8A9 PUSH2 0x7BC JUMP JUMPDEST PUSH2 0x8BC PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD PUSH2 0x815 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP5 PUSH1 0x20 DUP4 DUP7 ADD ADD GT ISZERO PUSH2 0x8D1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8F0 JUMPI PUSH1 0x20 DUP2 DUP7 ADD DUP2 ADD MLOAD DUP4 DUP4 ADD DUP3 ADD MSTORE ADD PUSH2 0x8D4 JUMP JUMPDEST POP PUSH1 0x0 SWAP2 DUP2 ADD PUSH1 0x20 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x916 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x92D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH2 0x140 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x940 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x948 PUSH2 0x7EB JUMP JUMPDEST DUP2 MLOAD DUP2 MSTORE PUSH1 0x20 DUP1 DUP4 ADD MLOAD SWAP1 DUP3 ADD MSTORE PUSH2 0x962 PUSH1 0x40 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH2 0x973 PUSH1 0x60 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x984 PUSH1 0x80 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE PUSH1 0xA0 DUP3 DUP2 ADD MLOAD SWAP1 DUP3 ADD MSTORE PUSH2 0x99F PUSH1 0xC0 DUP4 ADD PUSH2 0x863 JUMP JUMPDEST PUSH1 0xC0 DUP3 ADD MSTORE PUSH2 0x9B0 PUSH1 0xE0 DUP4 ADD PUSH2 0x863 JUMP JUMPDEST PUSH1 0xE0 DUP3 ADD MSTORE PUSH2 0x9C2 PUSH2 0x100 DUP4 ADD PUSH2 0x86E JUMP JUMPDEST PUSH2 0x100 DUP3 ADD MSTORE PUSH2 0x120 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x9E3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x9EF DUP7 DUP3 DUP6 ADD PUSH2 0x87E JUMP JUMPDEST PUSH2 0x120 DUP4 ADD MSTORE POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA29 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x63B DUP3 PUSH2 0x846 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xA45 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xA4E DUP4 PUSH2 0x86E JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD MLOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x794 JUMPI PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SDIV DUP2 BASEFEE 0xBF SWAP6 PUSH29 0x2F50326FB3479333357210091B7799B4B2DE528804EFF09EA27A64736F PUSH13 0x634300081A0033000000000000 ", + "sourceMap": "545:3727:44:-:0;;;976:143;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1067:16;1190:31:16;1067:16:44;1190:13:16;:31::i;:::-;-1:-1:-1;;;;;;1095:17:44::1;;::::0;-1:-1:-1;545:3727:44;;3804:149:16;3876:10;:25;;-1:-1:-1;;;;;;3876:25:16;-1:-1:-1;;;;;3876:25:16;;;;;;;;3916:30;;699:51:46;;;3916:30:16;;687:2:46;672:18;3916:30:16;;;;;;;3804:149;:::o;14:131:46:-;-1:-1:-1;;;;;89:31:46;;79:42;;69:70;;135:1;132;125:12;69:70;14:131;:::o;150:398::-;242:6;250;303:2;291:9;282:7;278:23;274:32;271:52;;;319:1;316;309:12;271:52;351:9;345:16;370:31;395:5;370:31;:::i;:::-;470:2;455:18;;449:25;420:5;;-1:-1:-1;483:33:46;449:25;483:33;:::i;:::-;535:7;525:17;;;150:398;;;;;:::o;553:203::-;545:3727:44;;;;;;;;;;;;;;;;;" + }, + "deployedBytecode": { + "functionDebugData": { + "@_checkAuthorization_14045": { + "entryPoint": 1467, + "id": 14045, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_decodeAttestationKey_14204": { + "entryPoint": 1567, + "id": 14204, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_getAttestation_14144": { + "entryPoint": 777, + "id": 14144, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_isAttestationRecipient_14159": { + "entryPoint": null, + "id": 14159, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_isAttestationRevoked_14173": { + "entryPoint": null, + "id": 14173, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_isPermissionManager_14072": { + "entryPoint": 1602, + "id": 14072, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_msgSender_7996": { + "entryPoint": null, + "id": 7996, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_permissionExists_14089": { + "entryPoint": null, + "id": 14089, + "parameterSlots": 1, + "returnSlots": 1 + }, + "@_setAuthority_7053": { + "entryPoint": 1086, + "id": 7053, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_setPermission_14112": { + "entryPoint": null, + "id": 14112, + "parameterSlots": 4, + "returnSlots": 0 + }, + "@_updatePermission_14023": { + "entryPoint": 1194, + "id": 14023, + "parameterSlots": 3, + "returnSlots": 0 + }, + "@authority_6984": { + "entryPoint": null, + "id": 6984, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@eas_14182": { + "entryPoint": null, + "id": 14182, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@grantPermission_13910": { + "entryPoint": 765, + "id": 13910, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@hasPermission_13974": { + "entryPoint": 361, + "id": 13974, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@isConsumingScheduledOp_7038": { + "entryPoint": 675, + "id": 7038, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@revokePermission_13925": { + "entryPoint": 753, + "id": 13925, + "parameterSlots": 2, + "returnSlots": 0 + }, + "@setAuthority_7021": { + "entryPoint": 497, + "id": 7021, + "parameterSlots": 1, + "returnSlots": 0 + }, + "abi_decode_address_fromMemory": { + "entryPoint": 2147, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "abi_decode_bool_fromMemory": { + "entryPoint": 2158, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "abi_decode_bytes_fromMemory": { + "entryPoint": 2174, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_address": { + "entryPoint": 1951, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_boolt_uint32_fromMemory": { + "entryPoint": 2610, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_bytes32_fromMemory": { + "entryPoint": 2558, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_bytes32t_address": { + "entryPoint": 1903, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_struct$_Attestation_$49_memory_ptr_fromMemory": { + "entryPoint": 2308, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_uint64_fromMemory": { + "entryPoint": 2583, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_uint64_fromMemory": { + "entryPoint": 2118, + "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_bool__to_t_bool__fromStack_reversed": { + "entryPoint": null, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed": { + "entryPoint": null, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_encode_tuple_t_bytes32_t_address_t_bool__to_t_bytes32_t_address_t_bool__fromStack_reversed": { + "entryPoint": null, + "id": null, + "parameterSlots": 4, + "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_uint64_t_address__to_t_uint64_t_address__fromStack_reversed": { + "entryPoint": null, + "id": null, + "parameterSlots": 3, + "returnSlots": 1 + }, + "allocate_memory": { + "entryPoint": 2069, + "id": null, + "parameterSlots": 1, + "returnSlots": 1 + }, + "allocate_memory_821": { + "entryPoint": 2027, + "id": null, + "parameterSlots": 0, + "returnSlots": 1 + }, + "panic_error_0x41": { + "entryPoint": 1980, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "validator_revert_address": { + "entryPoint": 1882, + "id": null, + "parameterSlots": 1, + "returnSlots": 0 + } + }, + "generatedSources": [ + { + "ast": { + "nativeSrc": "0:6637:46", + "nodeType": "YulBlock", + "src": "0:6637:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "59:109:46", + "nodeType": "YulBlock", + "src": "59:109:46", + "statements": [ + { + "body": { + "nativeSrc": "146:16:46", + "nodeType": "YulBlock", + "src": "146:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "155:1:46", + "nodeType": "YulLiteral", + "src": "155:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "158:1:46", + "nodeType": "YulLiteral", + "src": "158:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "148:6:46", + "nodeType": "YulIdentifier", + "src": "148:6:46" + }, + "nativeSrc": "148:12:46", + "nodeType": "YulFunctionCall", + "src": "148:12:46" + }, + "nativeSrc": "148:12:46", + "nodeType": "YulExpressionStatement", + "src": "148:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "82:5:46", + "nodeType": "YulIdentifier", + "src": "82:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "93:5:46", + "nodeType": "YulIdentifier", + "src": "93:5:46" + }, + { + "kind": "number", + "nativeSrc": "100:42:46", + "nodeType": "YulLiteral", + "src": "100:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "89:3:46", + "nodeType": "YulIdentifier", + "src": "89:3:46" + }, + "nativeSrc": "89:54:46", + "nodeType": "YulFunctionCall", + "src": "89:54:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "79:2:46", + "nodeType": "YulIdentifier", + "src": "79:2:46" + }, + "nativeSrc": "79:65:46", + "nodeType": "YulFunctionCall", + "src": "79:65:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "72:6:46", + "nodeType": "YulIdentifier", + "src": "72:6:46" + }, + "nativeSrc": "72:73:46", + "nodeType": "YulFunctionCall", + "src": "72:73:46" + }, + "nativeSrc": "69:93:46", + "nodeType": "YulIf", + "src": "69:93:46" + } + ] + }, + "name": "validator_revert_address", + "nativeSrc": "14:154:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "value", + "nativeSrc": "48:5:46", + "nodeType": "YulTypedName", + "src": "48:5:46", + "type": "" + } + ], + "src": "14:154:46" + }, + { + "body": { + "nativeSrc": "260:228:46", + "nodeType": "YulBlock", + "src": "260:228:46", + "statements": [ + { + "body": { + "nativeSrc": "306:16:46", + "nodeType": "YulBlock", + "src": "306:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "315:1:46", + "nodeType": "YulLiteral", + "src": "315:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "318:1:46", + "nodeType": "YulLiteral", + "src": "318:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "308:6:46", + "nodeType": "YulIdentifier", + "src": "308:6:46" + }, + "nativeSrc": "308:12:46", + "nodeType": "YulFunctionCall", + "src": "308:12:46" + }, + "nativeSrc": "308:12:46", + "nodeType": "YulExpressionStatement", + "src": "308:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "281:7:46", + "nodeType": "YulIdentifier", + "src": "281:7:46" + }, + { + "name": "headStart", + "nativeSrc": "290:9:46", + "nodeType": "YulIdentifier", + "src": "290:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "277:3:46", + "nodeType": "YulIdentifier", + "src": "277:3:46" + }, + "nativeSrc": "277:23:46", + "nodeType": "YulFunctionCall", + "src": "277:23:46" + }, + { + "kind": "number", + "nativeSrc": "302:2:46", + "nodeType": "YulLiteral", + "src": "302:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "273:3:46", + "nodeType": "YulIdentifier", + "src": "273:3:46" + }, + "nativeSrc": "273:32:46", + "nodeType": "YulFunctionCall", + "src": "273:32:46" + }, + "nativeSrc": "270:52:46", + "nodeType": "YulIf", + "src": "270:52:46" + }, + { + "nativeSrc": "331:33:46", + "nodeType": "YulAssignment", + "src": "331:33:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "354:9:46", + "nodeType": "YulIdentifier", + "src": "354:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "341:12:46", + "nodeType": "YulIdentifier", + "src": "341:12:46" + }, + "nativeSrc": "341:23:46", + "nodeType": "YulFunctionCall", + "src": "341:23:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "331:6:46", + "nodeType": "YulIdentifier", + "src": "331:6:46" + } + ] + }, + { + "nativeSrc": "373:45:46", + "nodeType": "YulVariableDeclaration", + "src": "373:45:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "403:9:46", + "nodeType": "YulIdentifier", + "src": "403:9:46" + }, + { + "kind": "number", + "nativeSrc": "414:2:46", + "nodeType": "YulLiteral", + "src": "414:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "399:3:46", + "nodeType": "YulIdentifier", + "src": "399:3:46" + }, + "nativeSrc": "399:18:46", + "nodeType": "YulFunctionCall", + "src": "399:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "386:12:46", + "nodeType": "YulIdentifier", + "src": "386:12:46" + }, + "nativeSrc": "386:32:46", + "nodeType": "YulFunctionCall", + "src": "386:32:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "377:5:46", + "nodeType": "YulTypedName", + "src": "377:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "452:5:46", + "nodeType": "YulIdentifier", + "src": "452:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "427:24:46", + "nodeType": "YulIdentifier", + "src": "427:24:46" + }, + "nativeSrc": "427:31:46", + "nodeType": "YulFunctionCall", + "src": "427:31:46" + }, + "nativeSrc": "427:31:46", + "nodeType": "YulExpressionStatement", + "src": "427:31:46" + }, + { + "nativeSrc": "467:15:46", + "nodeType": "YulAssignment", + "src": "467:15:46", + "value": { + "name": "value", + "nativeSrc": "477:5:46", + "nodeType": "YulIdentifier", + "src": "477:5:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "467:6:46", + "nodeType": "YulIdentifier", + "src": "467:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes32t_address", + "nativeSrc": "173:315:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "218:9:46", + "nodeType": "YulTypedName", + "src": "218:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "229:7:46", + "nodeType": "YulTypedName", + "src": "229:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "241:6:46", + "nodeType": "YulTypedName", + "src": "241:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "249:6:46", + "nodeType": "YulTypedName", + "src": "249:6:46", + "type": "" + } + ], + "src": "173:315:46" + }, + { + "body": { + "nativeSrc": "588:92:46", + "nodeType": "YulBlock", + "src": "588:92:46", + "statements": [ + { + "nativeSrc": "598:26:46", + "nodeType": "YulAssignment", + "src": "598:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "610:9:46", + "nodeType": "YulIdentifier", + "src": "610:9:46" + }, + { + "kind": "number", + "nativeSrc": "621:2:46", + "nodeType": "YulLiteral", + "src": "621:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "606:3:46", + "nodeType": "YulIdentifier", + "src": "606:3:46" + }, + "nativeSrc": "606:18:46", + "nodeType": "YulFunctionCall", + "src": "606:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "598:4:46", + "nodeType": "YulIdentifier", + "src": "598:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "640:9:46", + "nodeType": "YulIdentifier", + "src": "640:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "665:6:46", + "nodeType": "YulIdentifier", + "src": "665:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "658:6:46", + "nodeType": "YulIdentifier", + "src": "658:6:46" + }, + "nativeSrc": "658:14:46", + "nodeType": "YulFunctionCall", + "src": "658:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "651:6:46", + "nodeType": "YulIdentifier", + "src": "651:6:46" + }, + "nativeSrc": "651:22:46", + "nodeType": "YulFunctionCall", + "src": "651:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "633:6:46", + "nodeType": "YulIdentifier", + "src": "633:6:46" + }, + "nativeSrc": "633:41:46", + "nodeType": "YulFunctionCall", + "src": "633:41:46" + }, + "nativeSrc": "633:41:46", + "nodeType": "YulExpressionStatement", + "src": "633:41:46" + } + ] + }, + "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", + "nativeSrc": "493:187:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "557:9:46", + "nodeType": "YulTypedName", + "src": "557:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "568:6:46", + "nodeType": "YulTypedName", + "src": "568:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "579:4:46", + "nodeType": "YulTypedName", + "src": "579:4:46", + "type": "" + } + ], + "src": "493:187:46" + }, + { + "body": { + "nativeSrc": "755:177:46", + "nodeType": "YulBlock", + "src": "755:177:46", + "statements": [ + { + "body": { + "nativeSrc": "801:16:46", + "nodeType": "YulBlock", + "src": "801:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "810:1:46", + "nodeType": "YulLiteral", + "src": "810:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "813:1:46", + "nodeType": "YulLiteral", + "src": "813:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "803:6:46", + "nodeType": "YulIdentifier", + "src": "803:6:46" + }, + "nativeSrc": "803:12:46", + "nodeType": "YulFunctionCall", + "src": "803:12:46" + }, + "nativeSrc": "803:12:46", + "nodeType": "YulExpressionStatement", + "src": "803:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "776:7:46", + "nodeType": "YulIdentifier", + "src": "776:7:46" + }, + { + "name": "headStart", + "nativeSrc": "785:9:46", + "nodeType": "YulIdentifier", + "src": "785:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "772:3:46", + "nodeType": "YulIdentifier", + "src": "772:3:46" + }, + "nativeSrc": "772:23:46", + "nodeType": "YulFunctionCall", + "src": "772:23:46" + }, + { + "kind": "number", + "nativeSrc": "797:2:46", + "nodeType": "YulLiteral", + "src": "797:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "768:3:46", + "nodeType": "YulIdentifier", + "src": "768:3:46" + }, + "nativeSrc": "768:32:46", + "nodeType": "YulFunctionCall", + "src": "768:32:46" + }, + "nativeSrc": "765:52:46", + "nodeType": "YulIf", + "src": "765:52:46" + }, + { + "nativeSrc": "826:36:46", + "nodeType": "YulVariableDeclaration", + "src": "826:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "852:9:46", + "nodeType": "YulIdentifier", + "src": "852:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "839:12:46", + "nodeType": "YulIdentifier", + "src": "839:12:46" + }, + "nativeSrc": "839:23:46", + "nodeType": "YulFunctionCall", + "src": "839:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "830:5:46", + "nodeType": "YulTypedName", + "src": "830:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "896:5:46", + "nodeType": "YulIdentifier", + "src": "896:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "871:24:46", + "nodeType": "YulIdentifier", + "src": "871:24:46" + }, + "nativeSrc": "871:31:46", + "nodeType": "YulFunctionCall", + "src": "871:31:46" + }, + "nativeSrc": "871:31:46", + "nodeType": "YulExpressionStatement", + "src": "871:31:46" + }, + { + "nativeSrc": "911:15:46", + "nodeType": "YulAssignment", + "src": "911:15:46", + "value": { + "name": "value", + "nativeSrc": "921:5:46", + "nodeType": "YulIdentifier", + "src": "921:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "911:6:46", + "nodeType": "YulIdentifier", + "src": "911:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_address", + "nativeSrc": "685:247:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "721:9:46", + "nodeType": "YulTypedName", + "src": "721:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "732:7:46", + "nodeType": "YulTypedName", + "src": "732:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "744:6:46", + "nodeType": "YulTypedName", + "src": "744:6:46", + "type": "" + } + ], + "src": "685:247:46" + }, + { + "body": { + "nativeSrc": "1051:125:46", + "nodeType": "YulBlock", + "src": "1051:125:46", + "statements": [ + { + "nativeSrc": "1061:26:46", + "nodeType": "YulAssignment", + "src": "1061:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1073:9:46", + "nodeType": "YulIdentifier", + "src": "1073:9:46" + }, + { + "kind": "number", + "nativeSrc": "1084:2:46", + "nodeType": "YulLiteral", + "src": "1084:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1069:3:46", + "nodeType": "YulIdentifier", + "src": "1069:3:46" + }, + "nativeSrc": "1069:18:46", + "nodeType": "YulFunctionCall", + "src": "1069:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "1061:4:46", + "nodeType": "YulIdentifier", + "src": "1061:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1103:9:46", + "nodeType": "YulIdentifier", + "src": "1103:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "1118:6:46", + "nodeType": "YulIdentifier", + "src": "1118:6:46" + }, + { + "kind": "number", + "nativeSrc": "1126:42:46", + "nodeType": "YulLiteral", + "src": "1126:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1114:3:46", + "nodeType": "YulIdentifier", + "src": "1114:3:46" + }, + "nativeSrc": "1114:55:46", + "nodeType": "YulFunctionCall", + "src": "1114:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1096:6:46", + "nodeType": "YulIdentifier", + "src": "1096:6:46" + }, + "nativeSrc": "1096:74:46", + "nodeType": "YulFunctionCall", + "src": "1096:74:46" + }, + "nativeSrc": "1096:74:46", + "nodeType": "YulExpressionStatement", + "src": "1096:74:46" + } + ] + }, + "name": "abi_encode_tuple_t_contract$_IEAS_$2326__to_t_address__fromStack_reversed", + "nativeSrc": "937:239:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1020:9:46", + "nodeType": "YulTypedName", + "src": "1020:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1031:6:46", + "nodeType": "YulTypedName", + "src": "1031:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "1042:4:46", + "nodeType": "YulTypedName", + "src": "1042:4:46", + "type": "" + } + ], + "src": "937:239:46" + }, + { + "body": { + "nativeSrc": "1280:149:46", + "nodeType": "YulBlock", + "src": "1280:149:46", + "statements": [ + { + "nativeSrc": "1290:26:46", + "nodeType": "YulAssignment", + "src": "1290:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1302:9:46", + "nodeType": "YulIdentifier", + "src": "1302:9:46" + }, + { + "kind": "number", + "nativeSrc": "1313:2:46", + "nodeType": "YulLiteral", + "src": "1313:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1298:3:46", + "nodeType": "YulIdentifier", + "src": "1298:3:46" + }, + "nativeSrc": "1298:18:46", + "nodeType": "YulFunctionCall", + "src": "1298:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "1290:4:46", + "nodeType": "YulIdentifier", + "src": "1290:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1332:9:46", + "nodeType": "YulIdentifier", + "src": "1332:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "1347:6:46", + "nodeType": "YulIdentifier", + "src": "1347:6:46" + }, + { + "kind": "number", + "nativeSrc": "1355:66:46", + "nodeType": "YulLiteral", + "src": "1355:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1343:3:46", + "nodeType": "YulIdentifier", + "src": "1343:3:46" + }, + "nativeSrc": "1343:79:46", + "nodeType": "YulFunctionCall", + "src": "1343:79:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1325:6:46", + "nodeType": "YulIdentifier", + "src": "1325:6:46" + }, + "nativeSrc": "1325:98:46", + "nodeType": "YulFunctionCall", + "src": "1325:98:46" + }, + "nativeSrc": "1325:98:46", + "nodeType": "YulExpressionStatement", + "src": "1325:98:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", + "nativeSrc": "1181:248:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1249:9:46", + "nodeType": "YulTypedName", + "src": "1249:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1260:6:46", + "nodeType": "YulTypedName", + "src": "1260:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "1271:4:46", + "nodeType": "YulTypedName", + "src": "1271:4:46", + "type": "" + } + ], + "src": "1181:248:46" + }, + { + "body": { + "nativeSrc": "1535:125:46", + "nodeType": "YulBlock", + "src": "1535:125:46", + "statements": [ + { + "nativeSrc": "1545:26:46", + "nodeType": "YulAssignment", + "src": "1545:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1557:9:46", + "nodeType": "YulIdentifier", + "src": "1557:9:46" + }, + { + "kind": "number", + "nativeSrc": "1568:2:46", + "nodeType": "YulLiteral", + "src": "1568:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1553:3:46", + "nodeType": "YulIdentifier", + "src": "1553:3:46" + }, + "nativeSrc": "1553:18:46", + "nodeType": "YulFunctionCall", + "src": "1553:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "1545:4:46", + "nodeType": "YulIdentifier", + "src": "1545:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1587:9:46", + "nodeType": "YulIdentifier", + "src": "1587:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "1602:6:46", + "nodeType": "YulIdentifier", + "src": "1602:6:46" + }, + { + "kind": "number", + "nativeSrc": "1610:42:46", + "nodeType": "YulLiteral", + "src": "1610:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1598:3:46", + "nodeType": "YulIdentifier", + "src": "1598:3:46" + }, + "nativeSrc": "1598:55:46", + "nodeType": "YulFunctionCall", + "src": "1598:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1580:6:46", + "nodeType": "YulIdentifier", + "src": "1580:6:46" + }, + "nativeSrc": "1580:74:46", + "nodeType": "YulFunctionCall", + "src": "1580:74:46" + }, + "nativeSrc": "1580:74:46", + "nodeType": "YulExpressionStatement", + "src": "1580:74:46" + } + ] + }, + "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", + "nativeSrc": "1434:226:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1504:9:46", + "nodeType": "YulTypedName", + "src": "1504:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1515:6:46", + "nodeType": "YulTypedName", + "src": "1515:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "1526:4:46", + "nodeType": "YulTypedName", + "src": "1526:4:46", + "type": "" + } + ], + "src": "1434:226:46" + }, + { + "body": { + "nativeSrc": "1766:76:46", + "nodeType": "YulBlock", + "src": "1766:76:46", + "statements": [ + { + "nativeSrc": "1776:26:46", + "nodeType": "YulAssignment", + "src": "1776:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1788:9:46", + "nodeType": "YulIdentifier", + "src": "1788:9:46" + }, + { + "kind": "number", + "nativeSrc": "1799:2:46", + "nodeType": "YulLiteral", + "src": "1799:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1784:3:46", + "nodeType": "YulIdentifier", + "src": "1784:3:46" + }, + "nativeSrc": "1784:18:46", + "nodeType": "YulFunctionCall", + "src": "1784:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "1776:4:46", + "nodeType": "YulIdentifier", + "src": "1776:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1818:9:46", + "nodeType": "YulIdentifier", + "src": "1818:9:46" + }, + { + "name": "value0", + "nativeSrc": "1829:6:46", + "nodeType": "YulIdentifier", + "src": "1829:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1811:6:46", + "nodeType": "YulIdentifier", + "src": "1811:6:46" + }, + "nativeSrc": "1811:25:46", + "nodeType": "YulFunctionCall", + "src": "1811:25:46" + }, + "nativeSrc": "1811:25:46", + "nodeType": "YulExpressionStatement", + "src": "1811:25:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", + "nativeSrc": "1665:177:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1735:9:46", + "nodeType": "YulTypedName", + "src": "1735:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1746:6:46", + "nodeType": "YulTypedName", + "src": "1746:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "1757:4:46", + "nodeType": "YulTypedName", + "src": "1757:4:46", + "type": "" + } + ], + "src": "1665:177:46" + }, + { + "body": { + "nativeSrc": "1879:152:46", + "nodeType": "YulBlock", + "src": "1879:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1896:1:46", + "nodeType": "YulLiteral", + "src": "1896:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1899:77:46", + "nodeType": "YulLiteral", + "src": "1899:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1889:6:46", + "nodeType": "YulIdentifier", + "src": "1889:6:46" + }, + "nativeSrc": "1889:88:46", + "nodeType": "YulFunctionCall", + "src": "1889:88:46" + }, + "nativeSrc": "1889:88:46", + "nodeType": "YulExpressionStatement", + "src": "1889:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1993:1:46", + "nodeType": "YulLiteral", + "src": "1993:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "1996:4:46", + "nodeType": "YulLiteral", + "src": "1996:4:46", + "type": "", + "value": "0x41" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1986:6:46", + "nodeType": "YulIdentifier", + "src": "1986:6:46" + }, + "nativeSrc": "1986:15:46", + "nodeType": "YulFunctionCall", + "src": "1986:15:46" + }, + "nativeSrc": "1986:15:46", + "nodeType": "YulExpressionStatement", + "src": "1986:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2017:1:46", + "nodeType": "YulLiteral", + "src": "2017:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2020:4:46", + "nodeType": "YulLiteral", + "src": "2020:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2010:6:46", + "nodeType": "YulIdentifier", + "src": "2010:6:46" + }, + "nativeSrc": "2010:15:46", + "nodeType": "YulFunctionCall", + "src": "2010:15:46" + }, + "nativeSrc": "2010:15:46", + "nodeType": "YulExpressionStatement", + "src": "2010:15:46" + } + ] + }, + "name": "panic_error_0x41", + "nativeSrc": "1847:184:46", + "nodeType": "YulFunctionDefinition", + "src": "1847:184:46" + }, + { + "body": { + "nativeSrc": "2081:209:46", + "nodeType": "YulBlock", + "src": "2081:209:46", + "statements": [ + { + "nativeSrc": "2091:19:46", + "nodeType": "YulAssignment", + "src": "2091:19:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2107:2:46", + "nodeType": "YulLiteral", + "src": "2107:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2101:5:46", + "nodeType": "YulIdentifier", + "src": "2101:5:46" + }, + "nativeSrc": "2101:9:46", + "nodeType": "YulFunctionCall", + "src": "2101:9:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "2091:6:46", + "nodeType": "YulIdentifier", + "src": "2091:6:46" + } + ] + }, + { + "nativeSrc": "2119:37:46", + "nodeType": "YulVariableDeclaration", + "src": "2119:37:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "2141:6:46", + "nodeType": "YulIdentifier", + "src": "2141:6:46" + }, + { + "kind": "number", + "nativeSrc": "2149:6:46", + "nodeType": "YulLiteral", + "src": "2149:6:46", + "type": "", + "value": "0x0140" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2137:3:46", + "nodeType": "YulIdentifier", + "src": "2137:3:46" + }, + "nativeSrc": "2137:19:46", + "nodeType": "YulFunctionCall", + "src": "2137:19:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "2123:10:46", + "nodeType": "YulTypedName", + "src": "2123:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2231:22:46", + "nodeType": "YulBlock", + "src": "2231:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "2233:16:46", + "nodeType": "YulIdentifier", + "src": "2233:16:46" + }, + "nativeSrc": "2233:18:46", + "nodeType": "YulFunctionCall", + "src": "2233:18:46" + }, + "nativeSrc": "2233:18:46", + "nodeType": "YulExpressionStatement", + "src": "2233:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "2174:10:46", + "nodeType": "YulIdentifier", + "src": "2174:10:46" + }, + { + "kind": "number", + "nativeSrc": "2186:18:46", + "nodeType": "YulLiteral", + "src": "2186:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "2171:2:46", + "nodeType": "YulIdentifier", + "src": "2171:2:46" + }, + "nativeSrc": "2171:34:46", + "nodeType": "YulFunctionCall", + "src": "2171:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "2210:10:46", + "nodeType": "YulIdentifier", + "src": "2210:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "2222:6:46", + "nodeType": "YulIdentifier", + "src": "2222:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "2207:2:46", + "nodeType": "YulIdentifier", + "src": "2207:2:46" + }, + "nativeSrc": "2207:22:46", + "nodeType": "YulFunctionCall", + "src": "2207:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "2168:2:46", + "nodeType": "YulIdentifier", + "src": "2168:2:46" + }, + "nativeSrc": "2168:62:46", + "nodeType": "YulFunctionCall", + "src": "2168:62:46" + }, + "nativeSrc": "2165:88:46", + "nodeType": "YulIf", + "src": "2165:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2269:2:46", + "nodeType": "YulLiteral", + "src": "2269:2:46", + "type": "", + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "2273:10:46", + "nodeType": "YulIdentifier", + "src": "2273:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2262:6:46", + "nodeType": "YulIdentifier", + "src": "2262:6:46" + }, + "nativeSrc": "2262:22:46", + "nodeType": "YulFunctionCall", + "src": "2262:22:46" + }, + "nativeSrc": "2262:22:46", + "nodeType": "YulExpressionStatement", + "src": "2262:22:46" + } + ] + }, + "name": "allocate_memory_821", + "nativeSrc": "2036:254:46", + "nodeType": "YulFunctionDefinition", + "returnVariables": [ + { + "name": "memPtr", + "nativeSrc": "2070:6:46", + "nodeType": "YulTypedName", + "src": "2070:6:46", + "type": "" + } + ], + "src": "2036:254:46" + }, + { + "body": { + "nativeSrc": "2340:230:46", + "nodeType": "YulBlock", + "src": "2340:230:46", + "statements": [ + { + "nativeSrc": "2350:19:46", + "nodeType": "YulAssignment", + "src": "2350:19:46", + "value": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2366:2:46", + "nodeType": "YulLiteral", + "src": "2366:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2360:5:46", + "nodeType": "YulIdentifier", + "src": "2360:5:46" + }, + "nativeSrc": "2360:9:46", + "nodeType": "YulFunctionCall", + "src": "2360:9:46" + }, + "variableNames": [ + { + "name": "memPtr", + "nativeSrc": "2350:6:46", + "nodeType": "YulIdentifier", + "src": "2350:6:46" + } + ] + }, + { + "nativeSrc": "2378:58:46", + "nodeType": "YulVariableDeclaration", + "src": "2378:58:46", + "value": { + "arguments": [ + { + "name": "memPtr", + "nativeSrc": "2400:6:46", + "nodeType": "YulIdentifier", + "src": "2400:6:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "size", + "nativeSrc": "2416:4:46", + "nodeType": "YulIdentifier", + "src": "2416:4:46" + }, + { + "kind": "number", + "nativeSrc": "2422:2:46", + "nodeType": "YulLiteral", + "src": "2422:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2412:3:46", + "nodeType": "YulIdentifier", + "src": "2412:3:46" + }, + "nativeSrc": "2412:13:46", + "nodeType": "YulFunctionCall", + "src": "2412:13:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2431:2:46", + "nodeType": "YulLiteral", + "src": "2431:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "2427:3:46", + "nodeType": "YulIdentifier", + "src": "2427:3:46" + }, + "nativeSrc": "2427:7:46", + "nodeType": "YulFunctionCall", + "src": "2427:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2408:3:46", + "nodeType": "YulIdentifier", + "src": "2408:3:46" + }, + "nativeSrc": "2408:27:46", + "nodeType": "YulFunctionCall", + "src": "2408:27:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2396:3:46", + "nodeType": "YulIdentifier", + "src": "2396:3:46" + }, + "nativeSrc": "2396:40:46", + "nodeType": "YulFunctionCall", + "src": "2396:40:46" + }, + "variables": [ + { + "name": "newFreePtr", + "nativeSrc": "2382:10:46", + "nodeType": "YulTypedName", + "src": "2382:10:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2511:22:46", + "nodeType": "YulBlock", + "src": "2511:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "2513:16:46", + "nodeType": "YulIdentifier", + "src": "2513:16:46" + }, + "nativeSrc": "2513:18:46", + "nodeType": "YulFunctionCall", + "src": "2513:18:46" + }, + "nativeSrc": "2513:18:46", + "nodeType": "YulExpressionStatement", + "src": "2513:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "2454:10:46", + "nodeType": "YulIdentifier", + "src": "2454:10:46" + }, + { + "kind": "number", + "nativeSrc": "2466:18:46", + "nodeType": "YulLiteral", + "src": "2466:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "2451:2:46", + "nodeType": "YulIdentifier", + "src": "2451:2:46" + }, + "nativeSrc": "2451:34:46", + "nodeType": "YulFunctionCall", + "src": "2451:34:46" + }, + { + "arguments": [ + { + "name": "newFreePtr", + "nativeSrc": "2490:10:46", + "nodeType": "YulIdentifier", + "src": "2490:10:46" + }, + { + "name": "memPtr", + "nativeSrc": "2502:6:46", + "nodeType": "YulIdentifier", + "src": "2502:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "2487:2:46", + "nodeType": "YulIdentifier", + "src": "2487:2:46" + }, + "nativeSrc": "2487:22:46", + "nodeType": "YulFunctionCall", + "src": "2487:22:46" + } + ], + "functionName": { + "name": "or", + "nativeSrc": "2448:2:46", + "nodeType": "YulIdentifier", + "src": "2448:2:46" + }, + "nativeSrc": "2448:62:46", + "nodeType": "YulFunctionCall", + "src": "2448:62:46" + }, + "nativeSrc": "2445:88:46", + "nodeType": "YulIf", + "src": "2445:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2549:2:46", + "nodeType": "YulLiteral", + "src": "2549:2:46", + "type": "", + "value": "64" + }, + { + "name": "newFreePtr", + "nativeSrc": "2553:10:46", + "nodeType": "YulIdentifier", + "src": "2553:10:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2542:6:46", + "nodeType": "YulIdentifier", + "src": "2542:6:46" + }, + "nativeSrc": "2542:22:46", + "nodeType": "YulFunctionCall", + "src": "2542:22:46" + }, + "nativeSrc": "2542:22:46", + "nodeType": "YulExpressionStatement", + "src": "2542:22:46" + } + ] + }, + "name": "allocate_memory", + "nativeSrc": "2295:275:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "size", + "nativeSrc": "2320:4:46", + "nodeType": "YulTypedName", + "src": "2320:4:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "memPtr", + "nativeSrc": "2329:6:46", + "nodeType": "YulTypedName", + "src": "2329:6:46", + "type": "" + } + ], + "src": "2295:275:46" + }, + { + "body": { + "nativeSrc": "2634:116:46", + "nodeType": "YulBlock", + "src": "2634:116:46", + "statements": [ + { + "nativeSrc": "2644:22:46", + "nodeType": "YulAssignment", + "src": "2644:22:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "2659:6:46", + "nodeType": "YulIdentifier", + "src": "2659:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2653:5:46", + "nodeType": "YulIdentifier", + "src": "2653:5:46" + }, + "nativeSrc": "2653:13:46", + "nodeType": "YulFunctionCall", + "src": "2653:13:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "2644:5:46", + "nodeType": "YulIdentifier", + "src": "2644:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "2728:16:46", + "nodeType": "YulBlock", + "src": "2728:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2737:1:46", + "nodeType": "YulLiteral", + "src": "2737:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2740:1:46", + "nodeType": "YulLiteral", + "src": "2740:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2730:6:46", + "nodeType": "YulIdentifier", + "src": "2730:6:46" + }, + "nativeSrc": "2730:12:46", + "nodeType": "YulFunctionCall", + "src": "2730:12:46" + }, + "nativeSrc": "2730:12:46", + "nodeType": "YulExpressionStatement", + "src": "2730:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "2688:5:46", + "nodeType": "YulIdentifier", + "src": "2688:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "2699:5:46", + "nodeType": "YulIdentifier", + "src": "2699:5:46" + }, + { + "kind": "number", + "nativeSrc": "2706:18:46", + "nodeType": "YulLiteral", + "src": "2706:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2695:3:46", + "nodeType": "YulIdentifier", + "src": "2695:3:46" + }, + "nativeSrc": "2695:30:46", + "nodeType": "YulFunctionCall", + "src": "2695:30:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "2685:2:46", + "nodeType": "YulIdentifier", + "src": "2685:2:46" + }, + "nativeSrc": "2685:41:46", + "nodeType": "YulFunctionCall", + "src": "2685:41:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2678:6:46", + "nodeType": "YulIdentifier", + "src": "2678:6:46" + }, + "nativeSrc": "2678:49:46", + "nodeType": "YulFunctionCall", + "src": "2678:49:46" + }, + "nativeSrc": "2675:69:46", + "nodeType": "YulIf", + "src": "2675:69:46" + } + ] + }, + "name": "abi_decode_uint64_fromMemory", + "nativeSrc": "2575:175:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "2613:6:46", + "nodeType": "YulTypedName", + "src": "2613:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "2624:5:46", + "nodeType": "YulTypedName", + "src": "2624:5:46", + "type": "" + } + ], + "src": "2575:175:46" + }, + { + "body": { + "nativeSrc": "2815:78:46", + "nodeType": "YulBlock", + "src": "2815:78:46", + "statements": [ + { + "nativeSrc": "2825:22:46", + "nodeType": "YulAssignment", + "src": "2825:22:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "2840:6:46", + "nodeType": "YulIdentifier", + "src": "2840:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2834:5:46", + "nodeType": "YulIdentifier", + "src": "2834:5:46" + }, + "nativeSrc": "2834:13:46", + "nodeType": "YulFunctionCall", + "src": "2834:13:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "2825:5:46", + "nodeType": "YulIdentifier", + "src": "2825:5:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "2881:5:46", + "nodeType": "YulIdentifier", + "src": "2881:5:46" + } + ], + "functionName": { + "name": "validator_revert_address", + "nativeSrc": "2856:24:46", + "nodeType": "YulIdentifier", + "src": "2856:24:46" + }, + "nativeSrc": "2856:31:46", + "nodeType": "YulFunctionCall", + "src": "2856:31:46" + }, + "nativeSrc": "2856:31:46", + "nodeType": "YulExpressionStatement", + "src": "2856:31:46" + } + ] + }, + "name": "abi_decode_address_fromMemory", + "nativeSrc": "2755:138:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "2794:6:46", + "nodeType": "YulTypedName", + "src": "2794:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "2805:5:46", + "nodeType": "YulTypedName", + "src": "2805:5:46", + "type": "" + } + ], + "src": "2755:138:46" + }, + { + "body": { + "nativeSrc": "2955:107:46", + "nodeType": "YulBlock", + "src": "2955:107:46", + "statements": [ + { + "nativeSrc": "2965:22:46", + "nodeType": "YulAssignment", + "src": "2965:22:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "2980:6:46", + "nodeType": "YulIdentifier", + "src": "2980:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "2974:5:46", + "nodeType": "YulIdentifier", + "src": "2974:5:46" + }, + "nativeSrc": "2974:13:46", + "nodeType": "YulFunctionCall", + "src": "2974:13:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "2965:5:46", + "nodeType": "YulIdentifier", + "src": "2965:5:46" + } + ] + }, + { + "body": { + "nativeSrc": "3040:16:46", + "nodeType": "YulBlock", + "src": "3040:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3049:1:46", + "nodeType": "YulLiteral", + "src": "3049:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3052:1:46", + "nodeType": "YulLiteral", + "src": "3052:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3042:6:46", + "nodeType": "YulIdentifier", + "src": "3042:6:46" + }, + "nativeSrc": "3042:12:46", + "nodeType": "YulFunctionCall", + "src": "3042:12:46" + }, + "nativeSrc": "3042:12:46", + "nodeType": "YulExpressionStatement", + "src": "3042:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "3009:5:46", + "nodeType": "YulIdentifier", + "src": "3009:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "3030:5:46", + "nodeType": "YulIdentifier", + "src": "3030:5:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "3023:6:46", + "nodeType": "YulIdentifier", + "src": "3023:6:46" + }, + "nativeSrc": "3023:13:46", + "nodeType": "YulFunctionCall", + "src": "3023:13:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "3016:6:46", + "nodeType": "YulIdentifier", + "src": "3016:6:46" + }, + "nativeSrc": "3016:21:46", + "nodeType": "YulFunctionCall", + "src": "3016:21:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "3006:2:46", + "nodeType": "YulIdentifier", + "src": "3006:2:46" + }, + "nativeSrc": "3006:32:46", + "nodeType": "YulFunctionCall", + "src": "3006:32:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2999:6:46", + "nodeType": "YulIdentifier", + "src": "2999:6:46" + }, + "nativeSrc": "2999:40:46", + "nodeType": "YulFunctionCall", + "src": "2999:40:46" + }, + "nativeSrc": "2996:60:46", + "nodeType": "YulIf", + "src": "2996:60:46" + } + ] + }, + "name": "abi_decode_bool_fromMemory", + "nativeSrc": "2898:164:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "2934:6:46", + "nodeType": "YulTypedName", + "src": "2934:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value", + "nativeSrc": "2945:5:46", + "nodeType": "YulTypedName", + "src": "2945:5:46", + "type": "" + } + ], + "src": "2898:164:46" + }, + { + "body": { + "nativeSrc": "3130:603:46", + "nodeType": "YulBlock", + "src": "3130:603:46", + "statements": [ + { + "body": { + "nativeSrc": "3179:16:46", + "nodeType": "YulBlock", + "src": "3179:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3188:1:46", + "nodeType": "YulLiteral", + "src": "3188:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3191:1:46", + "nodeType": "YulLiteral", + "src": "3191:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3181:6:46", + "nodeType": "YulIdentifier", + "src": "3181:6:46" + }, + "nativeSrc": "3181:12:46", + "nodeType": "YulFunctionCall", + "src": "3181:12:46" + }, + "nativeSrc": "3181:12:46", + "nodeType": "YulExpressionStatement", + "src": "3181:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3158:6:46", + "nodeType": "YulIdentifier", + "src": "3158:6:46" + }, + { + "kind": "number", + "nativeSrc": "3166:4:46", + "nodeType": "YulLiteral", + "src": "3166:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3154:3:46", + "nodeType": "YulIdentifier", + "src": "3154:3:46" + }, + "nativeSrc": "3154:17:46", + "nodeType": "YulFunctionCall", + "src": "3154:17:46" + }, + { + "name": "end", + "nativeSrc": "3173:3:46", + "nodeType": "YulIdentifier", + "src": "3173:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3150:3:46", + "nodeType": "YulIdentifier", + "src": "3150:3:46" + }, + "nativeSrc": "3150:27:46", + "nodeType": "YulFunctionCall", + "src": "3150:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "3143:6:46", + "nodeType": "YulIdentifier", + "src": "3143:6:46" + }, + "nativeSrc": "3143:35:46", + "nodeType": "YulFunctionCall", + "src": "3143:35:46" + }, + "nativeSrc": "3140:55:46", + "nodeType": "YulIf", + "src": "3140:55:46" + }, + { + "nativeSrc": "3204:27:46", + "nodeType": "YulVariableDeclaration", + "src": "3204:27:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3224:6:46", + "nodeType": "YulIdentifier", + "src": "3224:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "3218:5:46", + "nodeType": "YulIdentifier", + "src": "3218:5:46" + }, + "nativeSrc": "3218:13:46", + "nodeType": "YulFunctionCall", + "src": "3218:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "3208:6:46", + "nodeType": "YulTypedName", + "src": "3208:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "3274:22:46", + "nodeType": "YulBlock", + "src": "3274:22:46", + "statements": [ + { + "expression": { + "arguments": [], + "functionName": { + "name": "panic_error_0x41", + "nativeSrc": "3276:16:46", + "nodeType": "YulIdentifier", + "src": "3276:16:46" + }, + "nativeSrc": "3276:18:46", + "nodeType": "YulFunctionCall", + "src": "3276:18:46" + }, + "nativeSrc": "3276:18:46", + "nodeType": "YulExpressionStatement", + "src": "3276:18:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "3246:6:46", + "nodeType": "YulIdentifier", + "src": "3246:6:46" + }, + { + "kind": "number", + "nativeSrc": "3254:18:46", + "nodeType": "YulLiteral", + "src": "3254:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "3243:2:46", + "nodeType": "YulIdentifier", + "src": "3243:2:46" + }, + "nativeSrc": "3243:30:46", + "nodeType": "YulFunctionCall", + "src": "3243:30:46" + }, + "nativeSrc": "3240:56:46", + "nodeType": "YulIf", + "src": "3240:56:46" + }, + { + "nativeSrc": "3305:74:46", + "nodeType": "YulVariableDeclaration", + "src": "3305:74:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "3348:6:46", + "nodeType": "YulIdentifier", + "src": "3348:6:46" + }, + { + "kind": "number", + "nativeSrc": "3356:4:46", + "nodeType": "YulLiteral", + "src": "3356:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3344:3:46", + "nodeType": "YulIdentifier", + "src": "3344:3:46" + }, + "nativeSrc": "3344:17:46", + "nodeType": "YulFunctionCall", + "src": "3344:17:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3367:2:46", + "nodeType": "YulLiteral", + "src": "3367:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "3363:3:46", + "nodeType": "YulIdentifier", + "src": "3363:3:46" + }, + "nativeSrc": "3363:7:46", + "nodeType": "YulFunctionCall", + "src": "3363:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "3340:3:46", + "nodeType": "YulIdentifier", + "src": "3340:3:46" + }, + "nativeSrc": "3340:31:46", + "nodeType": "YulFunctionCall", + "src": "3340:31:46" + }, + { + "kind": "number", + "nativeSrc": "3373:4:46", + "nodeType": "YulLiteral", + "src": "3373:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3336:3:46", + "nodeType": "YulIdentifier", + "src": "3336:3:46" + }, + "nativeSrc": "3336:42:46", + "nodeType": "YulFunctionCall", + "src": "3336:42:46" + } + ], + "functionName": { + "name": "allocate_memory", + "nativeSrc": "3320:15:46", + "nodeType": "YulIdentifier", + "src": "3320:15:46" + }, + "nativeSrc": "3320:59:46", + "nodeType": "YulFunctionCall", + "src": "3320:59:46" + }, + "variables": [ + { + "name": "array_1", + "nativeSrc": "3309:7:46", + "nodeType": "YulTypedName", + "src": "3309:7:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "array_1", + "nativeSrc": "3395:7:46", + "nodeType": "YulIdentifier", + "src": "3395:7:46" + }, + { + "name": "length", + "nativeSrc": "3404:6:46", + "nodeType": "YulIdentifier", + "src": "3404:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3388:6:46", + "nodeType": "YulIdentifier", + "src": "3388:6:46" + }, + "nativeSrc": "3388:23:46", + "nodeType": "YulFunctionCall", + "src": "3388:23:46" + }, + "nativeSrc": "3388:23:46", + "nodeType": "YulExpressionStatement", + "src": "3388:23:46" + }, + { + "body": { + "nativeSrc": "3463:16:46", + "nodeType": "YulBlock", + "src": "3463:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3472:1:46", + "nodeType": "YulLiteral", + "src": "3472:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3475:1:46", + "nodeType": "YulLiteral", + "src": "3475:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3465:6:46", + "nodeType": "YulIdentifier", + "src": "3465:6:46" + }, + "nativeSrc": "3465:12:46", + "nodeType": "YulFunctionCall", + "src": "3465:12:46" + }, + "nativeSrc": "3465:12:46", + "nodeType": "YulExpressionStatement", + "src": "3465:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3434:6:46", + "nodeType": "YulIdentifier", + "src": "3434:6:46" + }, + { + "name": "length", + "nativeSrc": "3442:6:46", + "nodeType": "YulIdentifier", + "src": "3442:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3430:3:46", + "nodeType": "YulIdentifier", + "src": "3430:3:46" + }, + "nativeSrc": "3430:19:46", + "nodeType": "YulFunctionCall", + "src": "3430:19:46" + }, + { + "kind": "number", + "nativeSrc": "3451:4:46", + "nodeType": "YulLiteral", + "src": "3451:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3426:3:46", + "nodeType": "YulIdentifier", + "src": "3426:3:46" + }, + "nativeSrc": "3426:30:46", + "nodeType": "YulFunctionCall", + "src": "3426:30:46" + }, + { + "name": "end", + "nativeSrc": "3458:3:46", + "nodeType": "YulIdentifier", + "src": "3458:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "3423:2:46", + "nodeType": "YulIdentifier", + "src": "3423:2:46" + }, + "nativeSrc": "3423:39:46", + "nodeType": "YulFunctionCall", + "src": "3423:39:46" + }, + "nativeSrc": "3420:59:46", + "nodeType": "YulIf", + "src": "3420:59:46" + }, + { + "nativeSrc": "3488:10:46", + "nodeType": "YulVariableDeclaration", + "src": "3488:10:46", + "value": { + "kind": "number", + "nativeSrc": "3497:1:46", + "nodeType": "YulLiteral", + "src": "3497:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "3492:1:46", + "nodeType": "YulTypedName", + "src": "3492:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "3559:92:46", + "nodeType": "YulBlock", + "src": "3559:92:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "array_1", + "nativeSrc": "3588:7:46", + "nodeType": "YulIdentifier", + "src": "3588:7:46" + }, + { + "name": "i", + "nativeSrc": "3597:1:46", + "nodeType": "YulIdentifier", + "src": "3597:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3584:3:46", + "nodeType": "YulIdentifier", + "src": "3584:3:46" + }, + "nativeSrc": "3584:15:46", + "nodeType": "YulFunctionCall", + "src": "3584:15:46" + }, + { + "kind": "number", + "nativeSrc": "3601:4:46", + "nodeType": "YulLiteral", + "src": "3601:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3580:3:46", + "nodeType": "YulIdentifier", + "src": "3580:3:46" + }, + "nativeSrc": "3580:26:46", + "nodeType": "YulFunctionCall", + "src": "3580:26:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3622:6:46", + "nodeType": "YulIdentifier", + "src": "3622:6:46" + }, + { + "name": "i", + "nativeSrc": "3630:1:46", + "nodeType": "YulIdentifier", + "src": "3630:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3618:3:46", + "nodeType": "YulIdentifier", + "src": "3618:3:46" + }, + "nativeSrc": "3618:14:46", + "nodeType": "YulFunctionCall", + "src": "3618:14:46" + }, + { + "kind": "number", + "nativeSrc": "3634:4:46", + "nodeType": "YulLiteral", + "src": "3634:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3614:3:46", + "nodeType": "YulIdentifier", + "src": "3614:3:46" + }, + "nativeSrc": "3614:25:46", + "nodeType": "YulFunctionCall", + "src": "3614:25:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "3608:5:46", + "nodeType": "YulIdentifier", + "src": "3608:5:46" + }, + "nativeSrc": "3608:32:46", + "nodeType": "YulFunctionCall", + "src": "3608:32:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3573:6:46", + "nodeType": "YulIdentifier", + "src": "3573:6:46" + }, + "nativeSrc": "3573:68:46", + "nodeType": "YulFunctionCall", + "src": "3573:68:46" + }, + "nativeSrc": "3573:68:46", + "nodeType": "YulExpressionStatement", + "src": "3573:68:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "3518:1:46", + "nodeType": "YulIdentifier", + "src": "3518:1:46" + }, + { + "name": "length", + "nativeSrc": "3521:6:46", + "nodeType": "YulIdentifier", + "src": "3521:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "3515:2:46", + "nodeType": "YulIdentifier", + "src": "3515:2:46" + }, + "nativeSrc": "3515:13:46", + "nodeType": "YulFunctionCall", + "src": "3515:13:46" + }, + "nativeSrc": "3507:144:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "3529:21:46", + "nodeType": "YulBlock", + "src": "3529:21:46", + "statements": [ + { + "nativeSrc": "3531:17:46", + "nodeType": "YulAssignment", + "src": "3531:17:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "3540:1:46", + "nodeType": "YulIdentifier", + "src": "3540:1:46" + }, + { + "kind": "number", + "nativeSrc": "3543:4:46", + "nodeType": "YulLiteral", + "src": "3543:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3536:3:46", + "nodeType": "YulIdentifier", + "src": "3536:3:46" + }, + "nativeSrc": "3536:12:46", + "nodeType": "YulFunctionCall", + "src": "3536:12:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "3531:1:46", + "nodeType": "YulIdentifier", + "src": "3531:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "3511:3:46", + "nodeType": "YulBlock", + "src": "3511:3:46", + "statements": [] + }, + "src": "3507:144:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "array_1", + "nativeSrc": "3675:7:46", + "nodeType": "YulIdentifier", + "src": "3675:7:46" + }, + { + "name": "length", + "nativeSrc": "3684:6:46", + "nodeType": "YulIdentifier", + "src": "3684:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3671:3:46", + "nodeType": "YulIdentifier", + "src": "3671:3:46" + }, + "nativeSrc": "3671:20:46", + "nodeType": "YulFunctionCall", + "src": "3671:20:46" + }, + { + "kind": "number", + "nativeSrc": "3693:4:46", + "nodeType": "YulLiteral", + "src": "3693:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3667:3:46", + "nodeType": "YulIdentifier", + "src": "3667:3:46" + }, + "nativeSrc": "3667:31:46", + "nodeType": "YulFunctionCall", + "src": "3667:31:46" + }, + { + "kind": "number", + "nativeSrc": "3700:1:46", + "nodeType": "YulLiteral", + "src": "3700:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3660:6:46", + "nodeType": "YulIdentifier", + "src": "3660:6:46" + }, + "nativeSrc": "3660:42:46", + "nodeType": "YulFunctionCall", + "src": "3660:42:46" + }, + "nativeSrc": "3660:42:46", + "nodeType": "YulExpressionStatement", + "src": "3660:42:46" + }, + { + "nativeSrc": "3711:16:46", + "nodeType": "YulAssignment", + "src": "3711:16:46", + "value": { + "name": "array_1", + "nativeSrc": "3720:7:46", + "nodeType": "YulIdentifier", + "src": "3720:7:46" + }, + "variableNames": [ + { + "name": "array", + "nativeSrc": "3711:5:46", + "nodeType": "YulIdentifier", + "src": "3711:5:46" + } + ] + } + ] + }, + "name": "abi_decode_bytes_fromMemory", + "nativeSrc": "3067:666:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "3104:6:46", + "nodeType": "YulTypedName", + "src": "3104:6:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "3112:3:46", + "nodeType": "YulTypedName", + "src": "3112:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "array", + "nativeSrc": "3120:5:46", + "nodeType": "YulTypedName", + "src": "3120:5:46", + "type": "" + } + ], + "src": "3067:666:46" + }, + { + "body": { + "nativeSrc": "3846:1271:46", + "nodeType": "YulBlock", + "src": "3846:1271:46", + "statements": [ + { + "body": { + "nativeSrc": "3892:16:46", + "nodeType": "YulBlock", + "src": "3892:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3901:1:46", + "nodeType": "YulLiteral", + "src": "3901:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3904:1:46", + "nodeType": "YulLiteral", + "src": "3904:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3894:6:46", + "nodeType": "YulIdentifier", + "src": "3894:6:46" + }, + "nativeSrc": "3894:12:46", + "nodeType": "YulFunctionCall", + "src": "3894:12:46" + }, + "nativeSrc": "3894:12:46", + "nodeType": "YulExpressionStatement", + "src": "3894:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "3867:7:46", + "nodeType": "YulIdentifier", + "src": "3867:7:46" + }, + { + "name": "headStart", + "nativeSrc": "3876:9:46", + "nodeType": "YulIdentifier", + "src": "3876:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3863:3:46", + "nodeType": "YulIdentifier", + "src": "3863:3:46" + }, + "nativeSrc": "3863:23:46", + "nodeType": "YulFunctionCall", + "src": "3863:23:46" + }, + { + "kind": "number", + "nativeSrc": "3888:2:46", + "nodeType": "YulLiteral", + "src": "3888:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3859:3:46", + "nodeType": "YulIdentifier", + "src": "3859:3:46" + }, + "nativeSrc": "3859:32:46", + "nodeType": "YulFunctionCall", + "src": "3859:32:46" + }, + "nativeSrc": "3856:52:46", + "nodeType": "YulIf", + "src": "3856:52:46" + }, + { + "nativeSrc": "3917:30:46", + "nodeType": "YulVariableDeclaration", + "src": "3917:30:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3937:9:46", + "nodeType": "YulIdentifier", + "src": "3937:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "3931:5:46", + "nodeType": "YulIdentifier", + "src": "3931:5:46" + }, + "nativeSrc": "3931:16:46", + "nodeType": "YulFunctionCall", + "src": "3931:16:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "3921:6:46", + "nodeType": "YulTypedName", + "src": "3921:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "3990:16:46", + "nodeType": "YulBlock", + "src": "3990:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3999:1:46", + "nodeType": "YulLiteral", + "src": "3999:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4002:1:46", + "nodeType": "YulLiteral", + "src": "4002:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3992:6:46", + "nodeType": "YulIdentifier", + "src": "3992:6:46" + }, + "nativeSrc": "3992:12:46", + "nodeType": "YulFunctionCall", + "src": "3992:12:46" + }, + "nativeSrc": "3992:12:46", + "nodeType": "YulExpressionStatement", + "src": "3992:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3962:6:46", + "nodeType": "YulIdentifier", + "src": "3962:6:46" + }, + { + "kind": "number", + "nativeSrc": "3970:18:46", + "nodeType": "YulLiteral", + "src": "3970:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "3959:2:46", + "nodeType": "YulIdentifier", + "src": "3959:2:46" + }, + "nativeSrc": "3959:30:46", + "nodeType": "YulFunctionCall", + "src": "3959:30:46" + }, + "nativeSrc": "3956:50:46", + "nodeType": "YulIf", + "src": "3956:50:46" + }, + { + "nativeSrc": "4015:32:46", + "nodeType": "YulVariableDeclaration", + "src": "4015:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "4029:9:46", + "nodeType": "YulIdentifier", + "src": "4029:9:46" + }, + { + "name": "offset", + "nativeSrc": "4040:6:46", + "nodeType": "YulIdentifier", + "src": "4040:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4025:3:46", + "nodeType": "YulIdentifier", + "src": "4025:3:46" + }, + "nativeSrc": "4025:22:46", + "nodeType": "YulFunctionCall", + "src": "4025:22:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "4019:2:46", + "nodeType": "YulTypedName", + "src": "4019:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "4089:16:46", + "nodeType": "YulBlock", + "src": "4089:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4098:1:46", + "nodeType": "YulLiteral", + "src": "4098:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4101:1:46", + "nodeType": "YulLiteral", + "src": "4101:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "4091:6:46", + "nodeType": "YulIdentifier", + "src": "4091:6:46" + }, + "nativeSrc": "4091:12:46", + "nodeType": "YulFunctionCall", + "src": "4091:12:46" + }, + "nativeSrc": "4091:12:46", + "nodeType": "YulExpressionStatement", + "src": "4091:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "4067:7:46", + "nodeType": "YulIdentifier", + "src": "4067:7:46" + }, + { + "name": "_1", + "nativeSrc": "4076:2:46", + "nodeType": "YulIdentifier", + "src": "4076:2:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "4063:3:46", + "nodeType": "YulIdentifier", + "src": "4063:3:46" + }, + "nativeSrc": "4063:16:46", + "nodeType": "YulFunctionCall", + "src": "4063:16:46" + }, + { + "kind": "number", + "nativeSrc": "4081:6:46", + "nodeType": "YulLiteral", + "src": "4081:6:46", + "type": "", + "value": "0x0140" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "4059:3:46", + "nodeType": "YulIdentifier", + "src": "4059:3:46" + }, + "nativeSrc": "4059:29:46", + "nodeType": "YulFunctionCall", + "src": "4059:29:46" + }, + "nativeSrc": "4056:49:46", + "nodeType": "YulIf", + "src": "4056:49:46" + }, + { + "nativeSrc": "4114:34:46", + "nodeType": "YulVariableDeclaration", + "src": "4114:34:46", + "value": { + "arguments": [], + "functionName": { + "name": "allocate_memory_821", + "nativeSrc": "4127:19:46", + "nodeType": "YulIdentifier", + "src": "4127:19:46" + }, + "nativeSrc": "4127:21:46", + "nodeType": "YulFunctionCall", + "src": "4127:21:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "4118:5:46", + "nodeType": "YulTypedName", + "src": "4118:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4157:16:46", + "nodeType": "YulVariableDeclaration", + "src": "4157:16:46", + "value": { + "kind": "number", + "nativeSrc": "4172:1:46", + "nodeType": "YulLiteral", + "src": "4172:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "4161:7:46", + "nodeType": "YulTypedName", + "src": "4161:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4182:20:46", + "nodeType": "YulAssignment", + "src": "4182:20:46", + "value": { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4199:2:46", + "nodeType": "YulIdentifier", + "src": "4199:2:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4193:5:46", + "nodeType": "YulIdentifier", + "src": "4193:5:46" + }, + "nativeSrc": "4193:9:46", + "nodeType": "YulFunctionCall", + "src": "4193:9:46" + }, + "variableNames": [ + { + "name": "value_1", + "nativeSrc": "4182:7:46", + "nodeType": "YulIdentifier", + "src": "4182:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "value", + "nativeSrc": "4218:5:46", + "nodeType": "YulIdentifier", + "src": "4218:5:46" + }, + { + "name": "value_1", + "nativeSrc": "4225:7:46", + "nodeType": "YulIdentifier", + "src": "4225:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4211:6:46", + "nodeType": "YulIdentifier", + "src": "4211:6:46" + }, + "nativeSrc": "4211:22:46", + "nodeType": "YulFunctionCall", + "src": "4211:22:46" + }, + "nativeSrc": "4211:22:46", + "nodeType": "YulExpressionStatement", + "src": "4211:22:46" + }, + { + "nativeSrc": "4242:16:46", + "nodeType": "YulVariableDeclaration", + "src": "4242:16:46", + "value": { + "kind": "number", + "nativeSrc": "4257:1:46", + "nodeType": "YulLiteral", + "src": "4257:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_2", + "nativeSrc": "4246:7:46", + "nodeType": "YulTypedName", + "src": "4246:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4267:29:46", + "nodeType": "YulAssignment", + "src": "4267:29:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4288:2:46", + "nodeType": "YulIdentifier", + "src": "4288:2:46" + }, + { + "kind": "number", + "nativeSrc": "4292:2:46", + "nodeType": "YulLiteral", + "src": "4292:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4284:3:46", + "nodeType": "YulIdentifier", + "src": "4284:3:46" + }, + "nativeSrc": "4284:11:46", + "nodeType": "YulFunctionCall", + "src": "4284:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4278:5:46", + "nodeType": "YulIdentifier", + "src": "4278:5:46" + }, + "nativeSrc": "4278:18:46", + "nodeType": "YulFunctionCall", + "src": "4278:18:46" + }, + "variableNames": [ + { + "name": "value_2", + "nativeSrc": "4267:7:46", + "nodeType": "YulIdentifier", + "src": "4267:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "4316:5:46", + "nodeType": "YulIdentifier", + "src": "4316:5:46" + }, + { + "kind": "number", + "nativeSrc": "4323:2:46", + "nodeType": "YulLiteral", + "src": "4323:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4312:3:46", + "nodeType": "YulIdentifier", + "src": "4312:3:46" + }, + "nativeSrc": "4312:14:46", + "nodeType": "YulFunctionCall", + "src": "4312:14:46" + }, + { + "name": "value_2", + "nativeSrc": "4328:7:46", + "nodeType": "YulIdentifier", + "src": "4328:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4305:6:46", + "nodeType": "YulIdentifier", + "src": "4305:6:46" + }, + "nativeSrc": "4305:31:46", + "nodeType": "YulFunctionCall", + "src": "4305:31:46" + }, + "nativeSrc": "4305:31:46", + "nodeType": "YulExpressionStatement", + "src": "4305:31:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "4356:5:46", + "nodeType": "YulIdentifier", + "src": "4356:5:46" + }, + { + "kind": "number", + "nativeSrc": "4363:2:46", + "nodeType": "YulLiteral", + "src": "4363:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4352:3:46", + "nodeType": "YulIdentifier", + "src": "4352:3:46" + }, + "nativeSrc": "4352:14:46", + "nodeType": "YulFunctionCall", + "src": "4352:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4401:2:46", + "nodeType": "YulIdentifier", + "src": "4401:2:46" + }, + { + "kind": "number", + "nativeSrc": "4405:2:46", + "nodeType": "YulLiteral", + "src": "4405:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4397:3:46", + "nodeType": "YulIdentifier", + "src": "4397:3:46" + }, + "nativeSrc": "4397:11:46", + "nodeType": "YulFunctionCall", + "src": "4397:11:46" + } + ], + "functionName": { + "name": "abi_decode_uint64_fromMemory", + "nativeSrc": "4368:28:46", + "nodeType": "YulIdentifier", + "src": "4368:28:46" + }, + "nativeSrc": "4368:41:46", + "nodeType": "YulFunctionCall", + "src": "4368:41:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4345:6:46", + "nodeType": "YulIdentifier", + "src": "4345:6:46" + }, + "nativeSrc": "4345:65:46", + "nodeType": "YulFunctionCall", + "src": "4345:65:46" + }, + "nativeSrc": "4345:65:46", + "nodeType": "YulExpressionStatement", + "src": "4345:65:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "4430:5:46", + "nodeType": "YulIdentifier", + "src": "4430:5:46" + }, + { + "kind": "number", + "nativeSrc": "4437:2:46", + "nodeType": "YulLiteral", + "src": "4437:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4426:3:46", + "nodeType": "YulIdentifier", + "src": "4426:3:46" + }, + "nativeSrc": "4426:14:46", + "nodeType": "YulFunctionCall", + "src": "4426:14:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4475:2:46", + "nodeType": "YulIdentifier", + "src": "4475:2:46" + }, + { + "kind": "number", + "nativeSrc": "4479:2:46", + "nodeType": "YulLiteral", + "src": "4479:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4471:3:46", + "nodeType": "YulIdentifier", + "src": "4471:3:46" + }, + "nativeSrc": "4471:11:46", + "nodeType": "YulFunctionCall", + "src": "4471:11:46" + } + ], + "functionName": { + "name": "abi_decode_uint64_fromMemory", + "nativeSrc": "4442:28:46", + "nodeType": "YulIdentifier", + "src": "4442:28:46" + }, + "nativeSrc": "4442:41:46", + "nodeType": "YulFunctionCall", + "src": "4442:41:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4419:6:46", + "nodeType": "YulIdentifier", + "src": "4419:6:46" + }, + "nativeSrc": "4419:65:46", + "nodeType": "YulFunctionCall", + "src": "4419:65:46" + }, + "nativeSrc": "4419:65:46", + "nodeType": "YulExpressionStatement", + "src": "4419:65:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "4504:5:46", + "nodeType": "YulIdentifier", + "src": "4504:5:46" + }, + { + "kind": "number", + "nativeSrc": "4511:3:46", + "nodeType": "YulLiteral", + "src": "4511:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4500:3:46", + "nodeType": "YulIdentifier", + "src": "4500:3:46" + }, + "nativeSrc": "4500:15:46", + "nodeType": "YulFunctionCall", + "src": "4500:15:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4550:2:46", + "nodeType": "YulIdentifier", + "src": "4550:2:46" + }, + { + "kind": "number", + "nativeSrc": "4554:3:46", + "nodeType": "YulLiteral", + "src": "4554:3:46", + "type": "", + "value": "128" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4546:3:46", + "nodeType": "YulIdentifier", + "src": "4546:3:46" + }, + "nativeSrc": "4546:12:46", + "nodeType": "YulFunctionCall", + "src": "4546:12:46" + } + ], + "functionName": { + "name": "abi_decode_uint64_fromMemory", + "nativeSrc": "4517:28:46", + "nodeType": "YulIdentifier", + "src": "4517:28:46" + }, + "nativeSrc": "4517:42:46", + "nodeType": "YulFunctionCall", + "src": "4517:42:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4493:6:46", + "nodeType": "YulIdentifier", + "src": "4493:6:46" + }, + "nativeSrc": "4493:67:46", + "nodeType": "YulFunctionCall", + "src": "4493:67:46" + }, + "nativeSrc": "4493:67:46", + "nodeType": "YulExpressionStatement", + "src": "4493:67:46" + }, + { + "nativeSrc": "4569:16:46", + "nodeType": "YulVariableDeclaration", + "src": "4569:16:46", + "value": { + "kind": "number", + "nativeSrc": "4584:1:46", + "nodeType": "YulLiteral", + "src": "4584:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value_3", + "nativeSrc": "4573:7:46", + "nodeType": "YulTypedName", + "src": "4573:7:46", + "type": "" + } + ] + }, + { + "nativeSrc": "4594:30:46", + "nodeType": "YulAssignment", + "src": "4594:30:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4615:2:46", + "nodeType": "YulIdentifier", + "src": "4615:2:46" + }, + { + "kind": "number", + "nativeSrc": "4619:3:46", + "nodeType": "YulLiteral", + "src": "4619:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4611:3:46", + "nodeType": "YulIdentifier", + "src": "4611:3:46" + }, + "nativeSrc": "4611:12:46", + "nodeType": "YulFunctionCall", + "src": "4611:12:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4605:5:46", + "nodeType": "YulIdentifier", + "src": "4605:5:46" + }, + "nativeSrc": "4605:19:46", + "nodeType": "YulFunctionCall", + "src": "4605:19:46" + }, + "variableNames": [ + { + "name": "value_3", + "nativeSrc": "4594:7:46", + "nodeType": "YulIdentifier", + "src": "4594:7:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "4644:5:46", + "nodeType": "YulIdentifier", + "src": "4644:5:46" + }, + { + "kind": "number", + "nativeSrc": "4651:3:46", + "nodeType": "YulLiteral", + "src": "4651:3:46", + "type": "", + "value": "160" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4640:3:46", + "nodeType": "YulIdentifier", + "src": "4640:3:46" + }, + "nativeSrc": "4640:15:46", + "nodeType": "YulFunctionCall", + "src": "4640:15:46" + }, + { + "name": "value_3", + "nativeSrc": "4657:7:46", + "nodeType": "YulIdentifier", + "src": "4657:7:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4633:6:46", + "nodeType": "YulIdentifier", + "src": "4633:6:46" + }, + "nativeSrc": "4633:32:46", + "nodeType": "YulFunctionCall", + "src": "4633:32:46" + }, + "nativeSrc": "4633:32:46", + "nodeType": "YulExpressionStatement", + "src": "4633:32:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "4685:5:46", + "nodeType": "YulIdentifier", + "src": "4685:5:46" + }, + { + "kind": "number", + "nativeSrc": "4692:3:46", + "nodeType": "YulLiteral", + "src": "4692:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4681:3:46", + "nodeType": "YulIdentifier", + "src": "4681:3:46" + }, + "nativeSrc": "4681:15:46", + "nodeType": "YulFunctionCall", + "src": "4681:15:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4732:2:46", + "nodeType": "YulIdentifier", + "src": "4732:2:46" + }, + { + "kind": "number", + "nativeSrc": "4736:3:46", + "nodeType": "YulLiteral", + "src": "4736:3:46", + "type": "", + "value": "192" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4728:3:46", + "nodeType": "YulIdentifier", + "src": "4728:3:46" + }, + "nativeSrc": "4728:12:46", + "nodeType": "YulFunctionCall", + "src": "4728:12:46" + } + ], + "functionName": { + "name": "abi_decode_address_fromMemory", + "nativeSrc": "4698:29:46", + "nodeType": "YulIdentifier", + "src": "4698:29:46" + }, + "nativeSrc": "4698:43:46", + "nodeType": "YulFunctionCall", + "src": "4698:43:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4674:6:46", + "nodeType": "YulIdentifier", + "src": "4674:6:46" + }, + "nativeSrc": "4674:68:46", + "nodeType": "YulFunctionCall", + "src": "4674:68:46" + }, + "nativeSrc": "4674:68:46", + "nodeType": "YulExpressionStatement", + "src": "4674:68:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "4762:5:46", + "nodeType": "YulIdentifier", + "src": "4762:5:46" + }, + { + "kind": "number", + "nativeSrc": "4769:3:46", + "nodeType": "YulLiteral", + "src": "4769:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4758:3:46", + "nodeType": "YulIdentifier", + "src": "4758:3:46" + }, + "nativeSrc": "4758:15:46", + "nodeType": "YulFunctionCall", + "src": "4758:15:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4809:2:46", + "nodeType": "YulIdentifier", + "src": "4809:2:46" + }, + { + "kind": "number", + "nativeSrc": "4813:3:46", + "nodeType": "YulLiteral", + "src": "4813:3:46", + "type": "", + "value": "224" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4805:3:46", + "nodeType": "YulIdentifier", + "src": "4805:3:46" + }, + "nativeSrc": "4805:12:46", + "nodeType": "YulFunctionCall", + "src": "4805:12:46" + } + ], + "functionName": { + "name": "abi_decode_address_fromMemory", + "nativeSrc": "4775:29:46", + "nodeType": "YulIdentifier", + "src": "4775:29:46" + }, + "nativeSrc": "4775:43:46", + "nodeType": "YulFunctionCall", + "src": "4775:43:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4751:6:46", + "nodeType": "YulIdentifier", + "src": "4751:6:46" + }, + "nativeSrc": "4751:68:46", + "nodeType": "YulFunctionCall", + "src": "4751:68:46" + }, + "nativeSrc": "4751:68:46", + "nodeType": "YulExpressionStatement", + "src": "4751:68:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "4839:5:46", + "nodeType": "YulIdentifier", + "src": "4839:5:46" + }, + { + "kind": "number", + "nativeSrc": "4846:3:46", + "nodeType": "YulLiteral", + "src": "4846:3:46", + "type": "", + "value": "256" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4835:3:46", + "nodeType": "YulIdentifier", + "src": "4835:3:46" + }, + "nativeSrc": "4835:15:46", + "nodeType": "YulFunctionCall", + "src": "4835:15:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4883:2:46", + "nodeType": "YulIdentifier", + "src": "4883:2:46" + }, + { + "kind": "number", + "nativeSrc": "4887:3:46", + "nodeType": "YulLiteral", + "src": "4887:3:46", + "type": "", + "value": "256" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4879:3:46", + "nodeType": "YulIdentifier", + "src": "4879:3:46" + }, + "nativeSrc": "4879:12:46", + "nodeType": "YulFunctionCall", + "src": "4879:12:46" + } + ], + "functionName": { + "name": "abi_decode_bool_fromMemory", + "nativeSrc": "4852:26:46", + "nodeType": "YulIdentifier", + "src": "4852:26:46" + }, + "nativeSrc": "4852:40:46", + "nodeType": "YulFunctionCall", + "src": "4852:40:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4828:6:46", + "nodeType": "YulIdentifier", + "src": "4828:6:46" + }, + "nativeSrc": "4828:65:46", + "nodeType": "YulFunctionCall", + "src": "4828:65:46" + }, + "nativeSrc": "4828:65:46", + "nodeType": "YulExpressionStatement", + "src": "4828:65:46" + }, + { + "nativeSrc": "4902:35:46", + "nodeType": "YulVariableDeclaration", + "src": "4902:35:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4928:2:46", + "nodeType": "YulIdentifier", + "src": "4928:2:46" + }, + { + "kind": "number", + "nativeSrc": "4932:3:46", + "nodeType": "YulLiteral", + "src": "4932:3:46", + "type": "", + "value": "288" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4924:3:46", + "nodeType": "YulIdentifier", + "src": "4924:3:46" + }, + "nativeSrc": "4924:12:46", + "nodeType": "YulFunctionCall", + "src": "4924:12:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4918:5:46", + "nodeType": "YulIdentifier", + "src": "4918:5:46" + }, + "nativeSrc": "4918:19:46", + "nodeType": "YulFunctionCall", + "src": "4918:19:46" + }, + "variables": [ + { + "name": "offset_1", + "nativeSrc": "4906:8:46", + "nodeType": "YulTypedName", + "src": "4906:8:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "4982:16:46", + "nodeType": "YulBlock", + "src": "4982:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4991:1:46", + "nodeType": "YulLiteral", + "src": "4991:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4994:1:46", + "nodeType": "YulLiteral", + "src": "4994:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "4984:6:46", + "nodeType": "YulIdentifier", + "src": "4984:6:46" + }, + "nativeSrc": "4984:12:46", + "nodeType": "YulFunctionCall", + "src": "4984:12:46" + }, + "nativeSrc": "4984:12:46", + "nodeType": "YulExpressionStatement", + "src": "4984:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset_1", + "nativeSrc": "4952:8:46", + "nodeType": "YulIdentifier", + "src": "4952:8:46" + }, + { + "kind": "number", + "nativeSrc": "4962:18:46", + "nodeType": "YulLiteral", + "src": "4962:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "4949:2:46", + "nodeType": "YulIdentifier", + "src": "4949:2:46" + }, + "nativeSrc": "4949:32:46", + "nodeType": "YulFunctionCall", + "src": "4949:32:46" + }, + "nativeSrc": "4946:52:46", + "nodeType": "YulIf", + "src": "4946:52:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "5018:5:46", + "nodeType": "YulIdentifier", + "src": "5018:5:46" + }, + { + "kind": "number", + "nativeSrc": "5025:3:46", + "nodeType": "YulLiteral", + "src": "5025:3:46", + "type": "", + "value": "288" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5014:3:46", + "nodeType": "YulIdentifier", + "src": "5014:3:46" + }, + "nativeSrc": "5014:15:46", + "nodeType": "YulFunctionCall", + "src": "5014:15:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "5063:2:46", + "nodeType": "YulIdentifier", + "src": "5063:2:46" + }, + { + "name": "offset_1", + "nativeSrc": "5067:8:46", + "nodeType": "YulIdentifier", + "src": "5067:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5059:3:46", + "nodeType": "YulIdentifier", + "src": "5059:3:46" + }, + "nativeSrc": "5059:17:46", + "nodeType": "YulFunctionCall", + "src": "5059:17:46" + }, + { + "name": "dataEnd", + "nativeSrc": "5078:7:46", + "nodeType": "YulIdentifier", + "src": "5078:7:46" + } + ], + "functionName": { + "name": "abi_decode_bytes_fromMemory", + "nativeSrc": "5031:27:46", + "nodeType": "YulIdentifier", + "src": "5031:27:46" + }, + "nativeSrc": "5031:55:46", + "nodeType": "YulFunctionCall", + "src": "5031:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5007:6:46", + "nodeType": "YulIdentifier", + "src": "5007:6:46" + }, + "nativeSrc": "5007:80:46", + "nodeType": "YulFunctionCall", + "src": "5007:80:46" + }, + "nativeSrc": "5007:80:46", + "nodeType": "YulExpressionStatement", + "src": "5007:80:46" + }, + { + "nativeSrc": "5096:15:46", + "nodeType": "YulAssignment", + "src": "5096:15:46", + "value": { + "name": "value", + "nativeSrc": "5106:5:46", + "nodeType": "YulIdentifier", + "src": "5106:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5096:6:46", + "nodeType": "YulIdentifier", + "src": "5096:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_Attestation_$49_memory_ptr_fromMemory", + "nativeSrc": "3738:1379:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3812:9:46", + "nodeType": "YulTypedName", + "src": "3812:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "3823:7:46", + "nodeType": "YulTypedName", + "src": "3823:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "3835:6:46", + "nodeType": "YulTypedName", + "src": "3835:6:46", + "type": "" + } + ], + "src": "3738:1379:46" + }, + { + "body": { + "nativeSrc": "5273:227:46", + "nodeType": "YulBlock", + "src": "5273:227:46", + "statements": [ + { + "nativeSrc": "5283:26:46", + "nodeType": "YulAssignment", + "src": "5283:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5295:9:46", + "nodeType": "YulIdentifier", + "src": "5295:9:46" + }, + { + "kind": "number", + "nativeSrc": "5306:2:46", + "nodeType": "YulLiteral", + "src": "5306:2:46", + "type": "", + "value": "96" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5291:3:46", + "nodeType": "YulIdentifier", + "src": "5291:3:46" + }, + "nativeSrc": "5291:18:46", + "nodeType": "YulFunctionCall", + "src": "5291:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "5283:4:46", + "nodeType": "YulIdentifier", + "src": "5283:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5325:9:46", + "nodeType": "YulIdentifier", + "src": "5325:9:46" + }, + { + "name": "value0", + "nativeSrc": "5336:6:46", + "nodeType": "YulIdentifier", + "src": "5336:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5318:6:46", + "nodeType": "YulIdentifier", + "src": "5318:6:46" + }, + "nativeSrc": "5318:25:46", + "nodeType": "YulFunctionCall", + "src": "5318:25:46" + }, + "nativeSrc": "5318:25:46", + "nodeType": "YulExpressionStatement", + "src": "5318:25:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5363:9:46", + "nodeType": "YulIdentifier", + "src": "5363:9:46" + }, + { + "kind": "number", + "nativeSrc": "5374:2:46", + "nodeType": "YulLiteral", + "src": "5374:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5359:3:46", + "nodeType": "YulIdentifier", + "src": "5359:3:46" + }, + "nativeSrc": "5359:18:46", + "nodeType": "YulFunctionCall", + "src": "5359:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "5383:6:46", + "nodeType": "YulIdentifier", + "src": "5383:6:46" + }, + { + "kind": "number", + "nativeSrc": "5391:42:46", + "nodeType": "YulLiteral", + "src": "5391:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "5379:3:46", + "nodeType": "YulIdentifier", + "src": "5379:3:46" + }, + "nativeSrc": "5379:55:46", + "nodeType": "YulFunctionCall", + "src": "5379:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5352:6:46", + "nodeType": "YulIdentifier", + "src": "5352:6:46" + }, + "nativeSrc": "5352:83:46", + "nodeType": "YulFunctionCall", + "src": "5352:83:46" + }, + "nativeSrc": "5352:83:46", + "nodeType": "YulExpressionStatement", + "src": "5352:83:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5455:9:46", + "nodeType": "YulIdentifier", + "src": "5455:9:46" + }, + { + "kind": "number", + "nativeSrc": "5466:2:46", + "nodeType": "YulLiteral", + "src": "5466:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5451:3:46", + "nodeType": "YulIdentifier", + "src": "5451:3:46" + }, + "nativeSrc": "5451:18:46", + "nodeType": "YulFunctionCall", + "src": "5451:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "5485:6:46", + "nodeType": "YulIdentifier", + "src": "5485:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "5478:6:46", + "nodeType": "YulIdentifier", + "src": "5478:6:46" + }, + "nativeSrc": "5478:14:46", + "nodeType": "YulFunctionCall", + "src": "5478:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "5471:6:46", + "nodeType": "YulIdentifier", + "src": "5471:6:46" + }, + "nativeSrc": "5471:22:46", + "nodeType": "YulFunctionCall", + "src": "5471:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5444:6:46", + "nodeType": "YulIdentifier", + "src": "5444:6:46" + }, + "nativeSrc": "5444:50:46", + "nodeType": "YulFunctionCall", + "src": "5444:50:46" + }, + "nativeSrc": "5444:50:46", + "nodeType": "YulExpressionStatement", + "src": "5444:50:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes32_t_address_t_bool__to_t_bytes32_t_address_t_bool__fromStack_reversed", + "nativeSrc": "5122:378:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5226:9:46", + "nodeType": "YulTypedName", + "src": "5226:9:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "5237:6:46", + "nodeType": "YulTypedName", + "src": "5237:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "5245:6:46", + "nodeType": "YulTypedName", + "src": "5245:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "5253:6:46", + "nodeType": "YulTypedName", + "src": "5253:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "5264:4:46", + "nodeType": "YulTypedName", + "src": "5264:4:46", + "type": "" + } + ], + "src": "5122:378:46" + }, + { + "body": { + "nativeSrc": "5586:149:46", + "nodeType": "YulBlock", + "src": "5586:149:46", + "statements": [ + { + "body": { + "nativeSrc": "5632:16:46", + "nodeType": "YulBlock", + "src": "5632:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5641:1:46", + "nodeType": "YulLiteral", + "src": "5641:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5644:1:46", + "nodeType": "YulLiteral", + "src": "5644:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5634:6:46", + "nodeType": "YulIdentifier", + "src": "5634:6:46" + }, + "nativeSrc": "5634:12:46", + "nodeType": "YulFunctionCall", + "src": "5634:12:46" + }, + "nativeSrc": "5634:12:46", + "nodeType": "YulExpressionStatement", + "src": "5634:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5607:7:46", + "nodeType": "YulIdentifier", + "src": "5607:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5616:9:46", + "nodeType": "YulIdentifier", + "src": "5616:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5603:3:46", + "nodeType": "YulIdentifier", + "src": "5603:3:46" + }, + "nativeSrc": "5603:23:46", + "nodeType": "YulFunctionCall", + "src": "5603:23:46" + }, + { + "kind": "number", + "nativeSrc": "5628:2:46", + "nodeType": "YulLiteral", + "src": "5628:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5599:3:46", + "nodeType": "YulIdentifier", + "src": "5599:3:46" + }, + "nativeSrc": "5599:32:46", + "nodeType": "YulFunctionCall", + "src": "5599:32:46" + }, + "nativeSrc": "5596:52:46", + "nodeType": "YulIf", + "src": "5596:52:46" + }, + { + "nativeSrc": "5657:14:46", + "nodeType": "YulVariableDeclaration", + "src": "5657:14:46", + "value": { + "kind": "number", + "nativeSrc": "5670:1:46", + "nodeType": "YulLiteral", + "src": "5670:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "5661:5:46", + "nodeType": "YulTypedName", + "src": "5661:5:46", + "type": "" + } + ] + }, + { + "nativeSrc": "5680:25:46", + "nodeType": "YulAssignment", + "src": "5680:25:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5695:9:46", + "nodeType": "YulIdentifier", + "src": "5695:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "5689:5:46", + "nodeType": "YulIdentifier", + "src": "5689:5:46" + }, + "nativeSrc": "5689:16:46", + "nodeType": "YulFunctionCall", + "src": "5689:16:46" + }, + "variableNames": [ + { + "name": "value", + "nativeSrc": "5680:5:46", + "nodeType": "YulIdentifier", + "src": "5680:5:46" + } + ] + }, + { + "nativeSrc": "5714:15:46", + "nodeType": "YulAssignment", + "src": "5714:15:46", + "value": { + "name": "value", + "nativeSrc": "5724:5:46", + "nodeType": "YulIdentifier", + "src": "5724:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5714:6:46", + "nodeType": "YulIdentifier", + "src": "5714:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_bytes32_fromMemory", + "nativeSrc": "5505:230:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5552:9:46", + "nodeType": "YulTypedName", + "src": "5552:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5563:7:46", + "nodeType": "YulTypedName", + "src": "5563:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5575:6:46", + "nodeType": "YulTypedName", + "src": "5575:6:46", + "type": "" + } + ], + "src": "5505:230:46" + }, + { + "body": { + "nativeSrc": "5820:126:46", + "nodeType": "YulBlock", + "src": "5820:126:46", + "statements": [ + { + "body": { + "nativeSrc": "5866:16:46", + "nodeType": "YulBlock", + "src": "5866:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5875:1:46", + "nodeType": "YulLiteral", + "src": "5875:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5878:1:46", + "nodeType": "YulLiteral", + "src": "5878:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5868:6:46", + "nodeType": "YulIdentifier", + "src": "5868:6:46" + }, + "nativeSrc": "5868:12:46", + "nodeType": "YulFunctionCall", + "src": "5868:12:46" + }, + "nativeSrc": "5868:12:46", + "nodeType": "YulExpressionStatement", + "src": "5868:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5841:7:46", + "nodeType": "YulIdentifier", + "src": "5841:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5850:9:46", + "nodeType": "YulIdentifier", + "src": "5850:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5837:3:46", + "nodeType": "YulIdentifier", + "src": "5837:3:46" + }, + "nativeSrc": "5837:23:46", + "nodeType": "YulFunctionCall", + "src": "5837:23:46" + }, + { + "kind": "number", + "nativeSrc": "5862:2:46", + "nodeType": "YulLiteral", + "src": "5862:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5833:3:46", + "nodeType": "YulIdentifier", + "src": "5833:3:46" + }, + "nativeSrc": "5833:32:46", + "nodeType": "YulFunctionCall", + "src": "5833:32:46" + }, + "nativeSrc": "5830:52:46", + "nodeType": "YulIf", + "src": "5830:52:46" + }, + { + "nativeSrc": "5891:49:46", + "nodeType": "YulAssignment", + "src": "5891:49:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5930:9:46", + "nodeType": "YulIdentifier", + "src": "5930:9:46" + } + ], + "functionName": { + "name": "abi_decode_uint64_fromMemory", + "nativeSrc": "5901:28:46", + "nodeType": "YulIdentifier", + "src": "5901:28:46" + }, + "nativeSrc": "5901:39:46", + "nodeType": "YulFunctionCall", + "src": "5901:39:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5891:6:46", + "nodeType": "YulIdentifier", + "src": "5891:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64_fromMemory", + "nativeSrc": "5740:206:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5786:9:46", + "nodeType": "YulTypedName", + "src": "5786:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5797:7:46", + "nodeType": "YulTypedName", + "src": "5797:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5809:6:46", + "nodeType": "YulTypedName", + "src": "5809:6:46", + "type": "" + } + ], + "src": "5740:206:46" + }, + { + "body": { + "nativeSrc": "6078:193:46", + "nodeType": "YulBlock", + "src": "6078:193:46", + "statements": [ + { + "nativeSrc": "6088:26:46", + "nodeType": "YulAssignment", + "src": "6088:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6100:9:46", + "nodeType": "YulIdentifier", + "src": "6100:9:46" + }, + { + "kind": "number", + "nativeSrc": "6111:2:46", + "nodeType": "YulLiteral", + "src": "6111:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6096:3:46", + "nodeType": "YulIdentifier", + "src": "6096:3:46" + }, + "nativeSrc": "6096:18:46", + "nodeType": "YulFunctionCall", + "src": "6096:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "6088:4:46", + "nodeType": "YulIdentifier", + "src": "6088:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6130:9:46", + "nodeType": "YulIdentifier", + "src": "6130:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "6145:6:46", + "nodeType": "YulIdentifier", + "src": "6145:6:46" + }, + { + "kind": "number", + "nativeSrc": "6153:18:46", + "nodeType": "YulLiteral", + "src": "6153:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "6141:3:46", + "nodeType": "YulIdentifier", + "src": "6141:3:46" + }, + "nativeSrc": "6141:31:46", + "nodeType": "YulFunctionCall", + "src": "6141:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6123:6:46", + "nodeType": "YulIdentifier", + "src": "6123:6:46" + }, + "nativeSrc": "6123:50:46", + "nodeType": "YulFunctionCall", + "src": "6123:50:46" + }, + "nativeSrc": "6123:50:46", + "nodeType": "YulExpressionStatement", + "src": "6123:50:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6193:9:46", + "nodeType": "YulIdentifier", + "src": "6193:9:46" + }, + { + "kind": "number", + "nativeSrc": "6204:2:46", + "nodeType": "YulLiteral", + "src": "6204:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6189:3:46", + "nodeType": "YulIdentifier", + "src": "6189:3:46" + }, + "nativeSrc": "6189:18:46", + "nodeType": "YulFunctionCall", + "src": "6189:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "6213:6:46", + "nodeType": "YulIdentifier", + "src": "6213:6:46" + }, + { + "kind": "number", + "nativeSrc": "6221:42:46", + "nodeType": "YulLiteral", + "src": "6221:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "6209:3:46", + "nodeType": "YulIdentifier", + "src": "6209:3:46" + }, + "nativeSrc": "6209:55:46", + "nodeType": "YulFunctionCall", + "src": "6209:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6182:6:46", + "nodeType": "YulIdentifier", + "src": "6182:6:46" + }, + "nativeSrc": "6182:83:46", + "nodeType": "YulFunctionCall", + "src": "6182:83:46" + }, + "nativeSrc": "6182:83:46", + "nodeType": "YulExpressionStatement", + "src": "6182:83:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint64_t_address__to_t_uint64_t_address__fromStack_reversed", + "nativeSrc": "5951:320:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "6039:9:46", + "nodeType": "YulTypedName", + "src": "6039:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "6050:6:46", + "nodeType": "YulTypedName", + "src": "6050:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "6058:6:46", + "nodeType": "YulTypedName", + "src": "6058:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "6069:4:46", + "nodeType": "YulTypedName", + "src": "6069:4:46", + "type": "" + } + ], + "src": "5951:320:46" + }, + { + "body": { + "nativeSrc": "6370:265:46", + "nodeType": "YulBlock", + "src": "6370:265:46", + "statements": [ + { + "body": { + "nativeSrc": "6416:16:46", + "nodeType": "YulBlock", + "src": "6416:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6425:1:46", + "nodeType": "YulLiteral", + "src": "6425:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6428:1:46", + "nodeType": "YulLiteral", + "src": "6428:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6418:6:46", + "nodeType": "YulIdentifier", + "src": "6418:6:46" + }, + "nativeSrc": "6418:12:46", + "nodeType": "YulFunctionCall", + "src": "6418:12:46" + }, + "nativeSrc": "6418:12:46", + "nodeType": "YulExpressionStatement", + "src": "6418:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "6391:7:46", + "nodeType": "YulIdentifier", + "src": "6391:7:46" + }, + { + "name": "headStart", + "nativeSrc": "6400:9:46", + "nodeType": "YulIdentifier", + "src": "6400:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "6387:3:46", + "nodeType": "YulIdentifier", + "src": "6387:3:46" + }, + "nativeSrc": "6387:23:46", + "nodeType": "YulFunctionCall", + "src": "6387:23:46" + }, + { + "kind": "number", + "nativeSrc": "6412:2:46", + "nodeType": "YulLiteral", + "src": "6412:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "6383:3:46", + "nodeType": "YulIdentifier", + "src": "6383:3:46" + }, + "nativeSrc": "6383:32:46", + "nodeType": "YulFunctionCall", + "src": "6383:32:46" + }, + "nativeSrc": "6380:52:46", + "nodeType": "YulIf", + "src": "6380:52:46" + }, + { + "nativeSrc": "6441:47:46", + "nodeType": "YulAssignment", + "src": "6441:47:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6478:9:46", + "nodeType": "YulIdentifier", + "src": "6478:9:46" + } + ], + "functionName": { + "name": "abi_decode_bool_fromMemory", + "nativeSrc": "6451:26:46", + "nodeType": "YulIdentifier", + "src": "6451:26:46" + }, + "nativeSrc": "6451:37:46", + "nodeType": "YulFunctionCall", + "src": "6451:37:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "6441:6:46", + "nodeType": "YulIdentifier", + "src": "6441:6:46" + } + ] + }, + { + "nativeSrc": "6497:38:46", + "nodeType": "YulVariableDeclaration", + "src": "6497:38:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6520:9:46", + "nodeType": "YulIdentifier", + "src": "6520:9:46" + }, + { + "kind": "number", + "nativeSrc": "6531:2:46", + "nodeType": "YulLiteral", + "src": "6531:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6516:3:46", + "nodeType": "YulIdentifier", + "src": "6516:3:46" + }, + "nativeSrc": "6516:18:46", + "nodeType": "YulFunctionCall", + "src": "6516:18:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "6510:5:46", + "nodeType": "YulIdentifier", + "src": "6510:5:46" + }, + "nativeSrc": "6510:25:46", + "nodeType": "YulFunctionCall", + "src": "6510:25:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "6501:5:46", + "nodeType": "YulTypedName", + "src": "6501:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "6589:16:46", + "nodeType": "YulBlock", + "src": "6589:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6598:1:46", + "nodeType": "YulLiteral", + "src": "6598:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6601:1:46", + "nodeType": "YulLiteral", + "src": "6601:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6591:6:46", + "nodeType": "YulIdentifier", + "src": "6591:6:46" + }, + "nativeSrc": "6591:12:46", + "nodeType": "YulFunctionCall", + "src": "6591:12:46" + }, + "nativeSrc": "6591:12:46", + "nodeType": "YulExpressionStatement", + "src": "6591:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "6557:5:46", + "nodeType": "YulIdentifier", + "src": "6557:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "6568:5:46", + "nodeType": "YulIdentifier", + "src": "6568:5:46" + }, + { + "kind": "number", + "nativeSrc": "6575:10:46", + "nodeType": "YulLiteral", + "src": "6575:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "6564:3:46", + "nodeType": "YulIdentifier", + "src": "6564:3:46" + }, + "nativeSrc": "6564:22:46", + "nodeType": "YulFunctionCall", + "src": "6564:22:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "6554:2:46", + "nodeType": "YulIdentifier", + "src": "6554:2:46" + }, + "nativeSrc": "6554:33:46", + "nodeType": "YulFunctionCall", + "src": "6554:33:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "6547:6:46", + "nodeType": "YulIdentifier", + "src": "6547:6:46" + }, + "nativeSrc": "6547:41:46", + "nodeType": "YulFunctionCall", + "src": "6547:41:46" + }, + "nativeSrc": "6544:61:46", + "nodeType": "YulIf", + "src": "6544:61:46" + }, + { + "nativeSrc": "6614:15:46", + "nodeType": "YulAssignment", + "src": "6614:15:46", + "value": { + "name": "value", + "nativeSrc": "6624:5:46", + "nodeType": "YulIdentifier", + "src": "6624:5:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "6614:6:46", + "nodeType": "YulIdentifier", + "src": "6614:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_boolt_uint32_fromMemory", + "nativeSrc": "6276:359:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "6328:9:46", + "nodeType": "YulTypedName", + "src": "6328:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "6339:7:46", + "nodeType": "YulTypedName", + "src": "6339:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "6351:6:46", + "nodeType": "YulTypedName", + "src": "6351:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "6359:6:46", + "nodeType": "YulTypedName", + "src": "6359:6:46", + "type": "" + } + ], + "src": "6276:359:46" + } + ] + }, + "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_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 validator_revert_address(value)\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 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_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_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_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function allocate_memory_821() -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, 0x0140)\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 abi_decode_uint64_fromMemory(offset) -> value\n {\n value := mload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_address_fromMemory(offset) -> value\n {\n value := mload(offset)\n validator_revert_address(value)\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_bytes_fromMemory(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n let length := mload(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 let i := 0\n for { } lt(i, length) { i := add(i, 0x20) }\n {\n mstore(add(add(array_1, i), 0x20), mload(add(add(offset, i), 0x20)))\n }\n mstore(add(add(array_1, length), 0x20), 0)\n array := array_1\n }\n function abi_decode_tuple_t_struct$_Attestation_$49_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), 0x0140) { revert(0, 0) }\n let value := allocate_memory_821()\n let value_1 := 0\n value_1 := mload(_1)\n mstore(value, value_1)\n let value_2 := 0\n value_2 := mload(add(_1, 32))\n mstore(add(value, 32), value_2)\n mstore(add(value, 64), abi_decode_uint64_fromMemory(add(_1, 64)))\n mstore(add(value, 96), abi_decode_uint64_fromMemory(add(_1, 96)))\n mstore(add(value, 128), abi_decode_uint64_fromMemory(add(_1, 128)))\n let value_3 := 0\n value_3 := mload(add(_1, 160))\n mstore(add(value, 160), value_3)\n mstore(add(value, 192), abi_decode_address_fromMemory(add(_1, 192)))\n mstore(add(value, 224), abi_decode_address_fromMemory(add(_1, 224)))\n mstore(add(value, 256), abi_decode_bool_fromMemory(add(_1, 256)))\n let offset_1 := mload(add(_1, 288))\n if gt(offset_1, 0xffffffffffffffff) { revert(0, 0) }\n mstore(add(value, 288), abi_decode_bytes_fromMemory(add(_1, offset_1), dataEnd))\n value0 := value\n }\n function abi_encode_tuple_t_bytes32_t_address_t_bool__to_t_bytes32_t_address_t_bool__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), iszero(iszero(value2)))\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_uint64_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_uint64_fromMemory(headStart)\n }\n function abi_encode_tuple_t_uint64_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 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}", + "id": 46, + "language": "Yul", + "name": "#utility.yul" + } + ], + "immutableReferences": { + "13873": [ + { + "length": 32, + "start": 193 + }, + { + "length": 32, + "start": 913 + } + ] + }, + "linkReferences": {}, + "object": "608060405234801561001057600080fd5b506004361061007d5760003560e01c80638fb360371161005b5780638fb36037146100f9578063a6a8f17b14610132578063bc58645614610145578063bf7e214f1461015857600080fd5b806328545c0d146100825780637a9e5e4b146100aa5780638150864d146100bf575b600080fd5b61009561009036600461076f565b610169565b60405190151581526020015b60405180910390f35b6100bd6100b836600461079f565b6101f1565b005b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020016100a1565b6101016102a3565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020016100a1565b6100bd61014036600461076f565b6102f1565b6100bd61015336600461076f565b6102fd565b6000546001600160a01b03166100e1565b60008281526001602081815260408084206001600160a01b0386168552909152822090810154158061019d5750805460ff16155b156101ac5760009150506101eb565b60006101bb8260010154610309565b90506101d4816080015167ffffffffffffffff16151590565b156101e4576000925050506101eb565b6001925050505b92915050565b60005433906001600160a01b03168114610247576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610296576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161023e565b61029f8261043e565b5050565b6000805474010000000000000000000000000000000000000000900460ff166102cc5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b61029f828260006104aa565b61029f828260016104aa565b604080516101408101825260008082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830182905261012083015291517fa3112a64000000000000000000000000000000000000000000000000000000008152600481018490529091906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a3112a6490602401600060405180830381865afa1580156103d8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104009190810190610904565b80519091506101eb576040517f01fb6dd10000000000000000000000000000000000000000000000000000000081526004810184905260240161023e565b600080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006104b584610309565b90506104ce816080015167ffffffffffffffff16151590565b15610508576040517f04bed2560000000000000000000000000000000000000000000000000000000081526004810185905260240161023e565b610511816105bb565b600061051c8261061f565b60408051808201825285151581526020808201898152600085815260018084528582206001600160a01b038c168352909352939093209151825460ff191690151517825591519101559050604080518281526001600160a01b0386166020820152841515918101919091527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f359060600160405180910390a15050505050565b6105d18160c001516001600160a01b0316331490565b1580156105e357506105e1610642565b155b1561061c576040517fdccef96400000000000000000000000000000000000000000000000000000000815233600482015260240161023e565b50565b60008082610120015180602001905181019061063b91906109fe565b9392505050565b6000806106576000546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b0316630125a4256040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106cc9190610a17565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201523360248201526044016040805180830381865afa15801561072e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107529190610a32565b509392505050565b6001600160a01b038116811461061c57600080fd5b6000806040838503121561078257600080fd5b8235915060208301356107948161075a565b809150509250929050565b6000602082840312156107b157600080fd5b813561063b8161075a565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051610140810167ffffffffffffffff8111828210171561080f5761080f6107bc565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561083e5761083e6107bc565b604052919050565b805167ffffffffffffffff8116811461085e57600080fd5b919050565b805161085e8161075a565b8051801515811461085e57600080fd5b600082601f83011261088f57600080fd5b815167ffffffffffffffff8111156108a9576108a96107bc565b6108bc601f8201601f1916602001610815565b8181528460208386010111156108d157600080fd5b60005b828110156108f0576020818601810151838301820152016108d4565b506000918101602001919091529392505050565b60006020828403121561091657600080fd5b815167ffffffffffffffff81111561092d57600080fd5b8201610140818503121561094057600080fd5b6109486107eb565b815181526020808301519082015261096260408301610846565b604082015261097360608301610846565b606082015261098460808301610846565b608082015260a0828101519082015261099f60c08301610863565b60c08201526109b060e08301610863565b60e08201526109c2610100830161086e565b61010082015261012082015167ffffffffffffffff8111156109e357600080fd5b6109ef8682850161087e565b61012083015250949350505050565b600060208284031215610a1057600080fd5b5051919050565b600060208284031215610a2957600080fd5b61063b82610846565b60008060408385031215610a4557600080fd5b610a4e8361086e565b9150602083015163ffffffff8116811461079457600080fdfea2646970667358221220058148bf957c2f50326fb3479333357210091b7799b4b2de528804eff09ea27a64736f6c634300081a0033", + "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x7D JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8FB36037 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0x8FB36037 EQ PUSH2 0xF9 JUMPI DUP1 PUSH4 0xA6A8F17B EQ PUSH2 0x132 JUMPI DUP1 PUSH4 0xBC586456 EQ PUSH2 0x145 JUMPI DUP1 PUSH4 0xBF7E214F EQ PUSH2 0x158 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x28545C0D EQ PUSH2 0x82 JUMPI DUP1 PUSH4 0x7A9E5E4B EQ PUSH2 0xAA JUMPI DUP1 PUSH4 0x8150864D EQ PUSH2 0xBF JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x95 PUSH2 0x90 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x169 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xBD PUSH2 0xB8 CALLDATASIZE PUSH1 0x4 PUSH2 0x79F JUMP JUMPDEST PUSH2 0x1F1 JUMP JUMPDEST STOP JUMPDEST PUSH32 0x0 JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xA1 JUMP JUMPDEST PUSH2 0x101 PUSH2 0x2A3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xA1 JUMP JUMPDEST PUSH2 0xBD PUSH2 0x140 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x2F1 JUMP JUMPDEST PUSH2 0xBD PUSH2 0x153 CALLDATASIZE PUSH1 0x4 PUSH2 0x76F JUMP JUMPDEST PUSH2 0x2FD JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0xE1 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND DUP6 MSTORE SWAP1 SWAP2 MSTORE DUP3 KECCAK256 SWAP1 DUP2 ADD SLOAD ISZERO DUP1 PUSH2 0x19D JUMPI POP DUP1 SLOAD PUSH1 0xFF AND ISZERO JUMPDEST ISZERO PUSH2 0x1AC JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0x1EB JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1BB DUP3 PUSH1 0x1 ADD SLOAD PUSH2 0x309 JUMP JUMPDEST SWAP1 POP PUSH2 0x1D4 DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO ISZERO SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x1E4 JUMPI PUSH1 0x0 SWAP3 POP POP POP PUSH2 0x1EB JUMP JUMPDEST PUSH1 0x1 SWAP3 POP POP POP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD CALLER SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 EQ PUSH2 0x247 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 0x296 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 0x23E JUMP JUMPDEST PUSH2 0x29F DUP3 PUSH2 0x43E JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH21 0x10000000000000000000000000000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2CC JUMPI POP PUSH1 0x0 SWAP1 JUMP JUMPDEST POP PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 SWAP1 JUMP JUMPDEST PUSH2 0x29F DUP3 DUP3 PUSH1 0x0 PUSH2 0x4AA JUMP JUMPDEST PUSH2 0x29F DUP3 DUP3 PUSH1 0x1 PUSH2 0x4AA JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH2 0x140 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP2 SWAP1 MSTORE DUP2 DUP4 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 DUP3 SWAP1 MSTORE PUSH2 0x120 DUP4 ADD MSTORE SWAP2 MLOAD PUSH32 0xA3112A6400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE SWAP1 SWAP2 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND SWAP1 PUSH4 0xA3112A64 SWAP1 PUSH1 0x24 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x3D8 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 0x400 SWAP2 SWAP1 DUP2 ADD SWAP1 PUSH2 0x904 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0x1EB JUMPI PUSH1 0x40 MLOAD PUSH32 0x1FB6DD100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 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 PUSH2 0x4B5 DUP5 PUSH2 0x309 JUMP JUMPDEST SWAP1 POP PUSH2 0x4CE DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO ISZERO SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x508 JUMPI PUSH1 0x40 MLOAD PUSH32 0x4BED25600000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP6 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST PUSH2 0x511 DUP2 PUSH2 0x5BB JUMP JUMPDEST PUSH1 0x0 PUSH2 0x51C DUP3 PUSH2 0x61F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD DUP3 MSTORE DUP6 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 DUP1 DUP3 ADD DUP10 DUP2 MSTORE PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x1 DUP1 DUP5 MSTORE DUP6 DUP3 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP13 AND DUP4 MSTORE SWAP1 SWAP4 MSTORE SWAP4 SWAP1 SWAP4 KECCAK256 SWAP2 MLOAD DUP3 SLOAD PUSH1 0xFF NOT AND SWAP1 ISZERO ISZERO OR DUP3 SSTORE SWAP2 MLOAD SWAP2 ADD SSTORE SWAP1 POP PUSH1 0x40 DUP1 MLOAD DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x20 DUP3 ADD MSTORE DUP5 ISZERO ISZERO SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH32 0xA7DBB3DD7FC1F02D38DF3BA26B3867FA7010E3497F7A3E33F0B1A75E794D8F35 SWAP1 PUSH1 0x60 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP POP POP JUMP JUMPDEST PUSH2 0x5D1 DUP2 PUSH1 0xC0 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ SWAP1 JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x5E3 JUMPI POP PUSH2 0x5E1 PUSH2 0x642 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x61C JUMPI PUSH1 0x40 MLOAD PUSH32 0xDCCEF96400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE CALLER PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x23E JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH2 0x120 ADD MLOAD DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0x63B SWAP2 SWAP1 PUSH2 0x9FE JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x657 PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xD1F856EE DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x125A425 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 0x6A8 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 0x6CC SWAP2 SWAP1 PUSH2 0xA17 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 PUSH1 0xE0 DUP5 SWAP1 SHL AND DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x4 DUP3 ADD MSTORE CALLER PUSH1 0x24 DUP3 ADD MSTORE PUSH1 0x44 ADD PUSH1 0x40 DUP1 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x72E 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 0x752 SWAP2 SWAP1 PUSH2 0xA32 JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x61C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x782 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x794 DUP2 PUSH2 0x75A JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x7B1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x63B DUP2 PUSH2 0x75A JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x140 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x80F JUMPI PUSH2 0x80F PUSH2 0x7BC 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 0x83E JUMPI PUSH2 0x83E PUSH2 0x7BC JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x85E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH2 0x85E DUP2 PUSH2 0x75A JUMP JUMPDEST DUP1 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x85E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x88F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x8A9 JUMPI PUSH2 0x8A9 PUSH2 0x7BC JUMP JUMPDEST PUSH2 0x8BC PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD PUSH2 0x815 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP5 PUSH1 0x20 DUP4 DUP7 ADD ADD GT ISZERO PUSH2 0x8D1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8F0 JUMPI PUSH1 0x20 DUP2 DUP7 ADD DUP2 ADD MLOAD DUP4 DUP4 ADD DUP3 ADD MSTORE ADD PUSH2 0x8D4 JUMP JUMPDEST POP PUSH1 0x0 SWAP2 DUP2 ADD PUSH1 0x20 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x916 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x92D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH2 0x140 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x940 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x948 PUSH2 0x7EB JUMP JUMPDEST DUP2 MLOAD DUP2 MSTORE PUSH1 0x20 DUP1 DUP4 ADD MLOAD SWAP1 DUP3 ADD MSTORE PUSH2 0x962 PUSH1 0x40 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH2 0x973 PUSH1 0x60 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x984 PUSH1 0x80 DUP4 ADD PUSH2 0x846 JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE PUSH1 0xA0 DUP3 DUP2 ADD MLOAD SWAP1 DUP3 ADD MSTORE PUSH2 0x99F PUSH1 0xC0 DUP4 ADD PUSH2 0x863 JUMP JUMPDEST PUSH1 0xC0 DUP3 ADD MSTORE PUSH2 0x9B0 PUSH1 0xE0 DUP4 ADD PUSH2 0x863 JUMP JUMPDEST PUSH1 0xE0 DUP3 ADD MSTORE PUSH2 0x9C2 PUSH2 0x100 DUP4 ADD PUSH2 0x86E JUMP JUMPDEST PUSH2 0x100 DUP3 ADD MSTORE PUSH2 0x120 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x9E3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x9EF DUP7 DUP3 DUP6 ADD PUSH2 0x87E JUMP JUMPDEST PUSH2 0x120 DUP4 ADD MSTORE POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA29 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x63B DUP3 PUSH2 0x846 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xA45 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xA4E DUP4 PUSH2 0x86E JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD MLOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x794 JUMPI PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SDIV DUP2 BASEFEE 0xBF SWAP6 PUSH29 0x2F50326FB3479333357210091B7799B4B2DE528804EFF09EA27A64736F PUSH13 0x634300081A0033000000000000 ", + "sourceMap": "545:3727:44:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1438:465;;;;;;:::i;:::-;;:::i;:::-;;;658:14:46;;651:22;633:41;;621:2;606:18;1438:465:44;;;;;;;;3057:362:16;;;;;;:::i;:::-;;:::i;:::-;;4001:72:44;4062:4;4001:72;;;-1:-1:-1;;;;;1114:55:46;;;1096:74;;1084:2;1069:18;4001:72:44;937:239:46;3460:156:16;;;:::i;:::-;;;1355:66:46;1343:79;;;1325:98;;1313:2;1298:18;3460:156:16;1181:248:46;1275:153:44;;;;;;:::i;:::-;;:::i;1126:142::-;;;;;;:::i;:::-;;:::i;2923:93:16:-;2973:7;2999:10;-1:-1:-1;;;;;2999:10:16;2923:93;;1438:465:44;1522:4;1570:16;;;:11;:16;;;;;;;;-1:-1:-1;;;;;1570:25:44;;;;;;;;;3045:26;;;;:40;;1609:53;;-1:-1:-1;1644:18:44;;;;1643:19;1609:53;1605:96;;;1685:5;1678:12;;;;;1605:96;1710:30;1743:43;1759:10;:26;;;1743:15;:43::i;:::-;1710:76;;1800:34;1822:11;3957:26;;;:31;;;;;3848:147;1800:34;1796:77;;;1857:5;1850:12;;;;;;1796:77;1892:4;1885:11;;;;1438:465;;;;;:::o;3057:362:16:-;3126:14;2999:10;735::24;;-1:-1:-1;;;;;2999:10:16;3169:21;;3165:92;;3213:33;;;;;-1:-1:-1;;;;;1114:55:46;;3213:33:16;;;1096:74:46;1069:18;;3213:33:16;;;;;;;;3165:92;3270:12;-1:-1:-1;;;;;3270:24:16;;3298:1;3270:29;3266:110;;3322:43;;;;;-1:-1:-1;;;;;1114:55:46;;3322:43:16;;;1096:74:46;1069:18;;3322:43:16;937:239:46;3266:110:16;3385:27;3399:12;3385:13;:27::i;:::-;3116:303;3057:362;:::o;3460:156::-;3515:6;3540:18;;;;;;;:69;;-1:-1:-1;3607:1:16;;3460:156::o;3540:69::-;-1:-1:-1;3561:36:16;;3460:156::o;1275:153:44:-;1371:50;1389:15;1406:7;1415:5;1371:17;:50::i;1126:142::-;1212:49;1230:15;1247:7;1256:4;1212:17;:49::i;3360:323::-;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3495:36:44;;;;;;;;1811:25:46;;;-1:-1:-1;;;;;;;;3495:4:44;:19;;;;1784:18:46;;3495:36:44;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;3495:36:44;;;;;;;;;;;;:::i;:::-;3546:15;;3462:69;;-1:-1:-1;3542:104:44;;3598:36;;;;;;;;1811:25:46;;;1784:18;;3598:36:44;1665:177:46;3804:149:16;3876:10;:25;;;;-1:-1:-1;;;;;3876:25:16;;;;;;;;3916:30;;1096:74:46;;;3916:30:16;;1084:2:46;1069:18;3916:30:16;;;;;;;3804:149;:::o;1910:512:44:-;2012:30;2045:32;2061:15;2045;:32::i;:::-;2012:65;;2091:34;2113:11;3957:26;;;:31;;;;;3848:147;2091:34;2087:107;;;2148:35;;;;;;;;1811:25:46;;;1784:18;;2148:35:44;1665:177:46;2087:107:44;2206:32;2226:11;2206:19;:32::i;:::-;2248:11;2262:34;2284:11;2262:21;:34::i;:::-;3261:86;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3233:16:44;;;:11;:16;;;;;;-1:-1:-1;;;;;3233:25:44;;;;;;;;;;;:114;;;;-1:-1:-1;;3233:114:44;;;;;;;;;;;;2248:48;-1:-1:-1;2375:40:44;;;5318:25:46;;;-1:-1:-1;;;;;5379:55:46;;5374:2;5359:18;;5352:83;5478:14;;5471:22;5451:18;;;5444:50;;;;2375:40:44;;5306:2:46;5291:18;2375:40:44;;;;;;;2002:420;;1910:512;;;:::o;2428:217::-;2516:36;2540:11;3800:21;;;-1:-1:-1;;;;;3800:35:44;3825:10;3800:35;;3689:153;2516:36;2515:37;:64;;;;;2557:22;:20;:22::i;:::-;2556:23;2515:64;2511:128;;;2600:30;;;;;2619:10;2600:30;;;1096:74:46;1069:18;;2600:30:44;937:239:46;2511:128:44;2428:217;:::o;4084:185::-;4170:7;4189:11;4214;:16;;;4203:39;;;;;;;;;;;;:::i;:::-;4189:53;4084:185;-1:-1:-1;;;4084:185:44:o;2652:282::-;2707:4;2723:23;2766:11;2973:7:16;2999:10;-1:-1:-1;;;;;2999:10:16;;2923:93;2766:11:44;2723:55;;2789:13;2808:6;-1:-1:-1;;;;;2808:14:44;;2836:6;-1:-1:-1;;;;;2836:30:44;;:32;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;2808:94;;;;;;;;;;6153:18:46;6141:31;;;2808:94:44;;;6123:50:46;2882:10:44;6189:18:46;;;6182:83;6096:18;;2808:94:44;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;2788:114:44;2652:282;-1:-1:-1;;;2652:282:44:o;14:154:46:-;-1:-1:-1;;;;;93:5:46;89:54;82:5;79:65;69:93;;158:1;155;148:12;173:315;241:6;249;302:2;290:9;281:7;277:23;273:32;270:52;;;318:1;315;308:12;270:52;354:9;341:23;331:33;;414:2;403:9;399:18;386:32;427:31;452:5;427:31;:::i;:::-;477:5;467:15;;;173:315;;;;;:::o;685:247::-;744:6;797:2;785:9;776:7;772:23;768:32;765:52;;;813:1;810;803:12;765:52;852:9;839:23;871:31;896:5;871:31;:::i;1847:184::-;1899:77;1896:1;1889:88;1996:4;1993:1;1986:15;2020:4;2017:1;2010:15;2036:254;2107:2;2101:9;2149:6;2137:19;;2186:18;2171:34;;2207:22;;;2168:62;2165:88;;;2233:18;;:::i;:::-;2269:2;2262:22;2036:254;:::o;2295:275::-;2366:2;2360:9;2431:2;2412:13;;-1:-1:-1;;2408:27:46;2396:40;;2466:18;2451:34;;2487:22;;;2448:62;2445:88;;;2513:18;;:::i;:::-;2549:2;2542:22;2295:275;;-1:-1:-1;2295:275:46:o;2575:175::-;2653:13;;2706:18;2695:30;;2685:41;;2675:69;;2740:1;2737;2730:12;2675:69;2575:175;;;:::o;2755:138::-;2834:13;;2856:31;2834:13;2856:31;:::i;2898:164::-;2974:13;;3023;;3016:21;3006:32;;2996:60;;3052:1;3049;3042:12;3067:666;3120:5;3173:3;3166:4;3158:6;3154:17;3150:27;3140:55;;3191:1;3188;3181:12;3140:55;3224:6;3218:13;3254:18;3246:6;3243:30;3240:56;;;3276:18;;:::i;:::-;3320:59;3367:2;3344:17;;-1:-1:-1;;3340:31:46;3373:4;3336:42;3320:59;:::i;:::-;3404:6;3395:7;3388:23;3458:3;3451:4;3442:6;3434;3430:19;3426:30;3423:39;3420:59;;;3475:1;3472;3465:12;3420:59;3497:1;3507:144;3521:6;3518:1;3515:13;3507:144;;;3634:4;3618:14;;;3614:25;;3608:32;3584:15;;;3580:26;;3573:68;3536:12;3507:144;;;-1:-1:-1;3700:1:46;3671:20;;;3693:4;3667:31;3660:42;;;;3675:7;3067:666;-1:-1:-1;;;3067:666:46:o;3738:1379::-;3835:6;3888:2;3876:9;3867:7;3863:23;3859:32;3856:52;;;3904:1;3901;3894:12;3856:52;3937:9;3931:16;3970:18;3962:6;3959:30;3956:50;;;4002:1;3999;3992:12;3956:50;4025:22;;4081:6;4063:16;;;4059:29;4056:49;;;4101:1;4098;4091:12;4056:49;4127:21;;:::i;:::-;4193:9;;4211:22;;4292:2;4284:11;;;4278:18;4312:14;;;4305:31;4368:41;4405:2;4397:11;;4368:41;:::i;:::-;4363:2;4356:5;4352:14;4345:65;4442:41;4479:2;4475;4471:11;4442:41;:::i;:::-;4437:2;4430:5;4426:14;4419:65;4517:42;4554:3;4550:2;4546:12;4517:42;:::i;:::-;4511:3;4500:15;;4493:67;4619:3;4611:12;;;4605:19;4640:15;;;4633:32;4698:43;4736:3;4728:12;;4698:43;:::i;:::-;4692:3;4685:5;4681:15;4674:68;4775:43;4813:3;4809:2;4805:12;4775:43;:::i;:::-;4769:3;4762:5;4758:15;4751:68;4852:40;4887:3;4883:2;4879:12;4852:40;:::i;:::-;4846:3;4839:5;4835:15;4828:65;4932:3;4928:2;4924:12;4918:19;4962:18;4952:8;4949:32;4946:52;;;4994:1;4991;4984:12;4946:52;5031:55;5078:7;5067:8;5063:2;5059:17;5031:55;:::i;:::-;5025:3;5014:15;;5007:80;-1:-1:-1;5018:5:46;3738:1379;-1:-1:-1;;;;3738:1379:46:o;5505:230::-;5575:6;5628:2;5616:9;5607:7;5603:23;5599:32;5596:52;;;5644:1;5641;5634:12;5596:52;-1:-1:-1;5689:16:46;;5505:230;-1:-1:-1;5505:230:46:o;5740:206::-;5809:6;5862:2;5850:9;5841:7;5837:23;5833:32;5830:52;;;5878:1;5875;5868:12;5830:52;5901:39;5930:9;5901:39;:::i;6276:359::-;6351:6;6359;6412:2;6400:9;6391:7;6387:23;6383:32;6380:52;;;6428:1;6425;6418:12;6380:52;6451:37;6478:9;6451:37;:::i;:::-;6441:47;;6531:2;6520:9;6516:18;6510:25;6575:10;6568:5;6564:22;6557:5;6554:33;6544:61;;6601:1;6598;6591:12" + }, + "methodIdentifiers": { + "authority()": "bf7e214f", + "eas()": "8150864d", + "grantPermission(bytes32,address)": "bc586456", + "hasPermission(bytes32,address)": "28545c0d", + "isConsumingScheduledOp()": "8fb36037", + "revokePermission(bytes32,address)": "a6a8f17b", + "setAuthority(address)": "7a9e5e4b" + } + }, + "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAuthority\",\"type\":\"address\"},{\"internalType\":\"contract IEAS\",\"name\":\"initialEAS\",\"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\":[{\"internalType\":\"bytes32\",\"name\":\"attestation_uid\",\"type\":\"bytes32\"}],\"name\":\"AttestationNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"attestation_uid\",\"type\":\"bytes32\"}],\"name\":\"AttestationRevoked\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"UnauthorizedAccess\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"authority\",\"type\":\"address\"}],\"name\":\"AuthorityUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"granted\",\"type\":\"bool\"}],\"name\":\"PermissionUpdated\",\"type\":\"event\"},{\"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\":\"bytes32\",\"name\":\"attestation_uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantPermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasPermission\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isConsumingScheduledOp\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"attestation_uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"revokePermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAuthority\",\"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\":{\"contracts/OIDPermissionManager.sol\":\"OIDPermissionManager\"},\"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\"]},\"@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol\":{\"keccak256\":\"0xc36716750a9095416ede9775ee8ae19f13794406a297c0dccd6146268bd36d74\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://595c9227d490558d1666e32609ac6677ba4fff7187cb539c3bb2c9a3e8b63b27\",\"dweb:/ipfs/QmZgoM4Rj7NuY8pfQ9pCvpKTrk5ZJ6Sdbf8XMsSVsvwMk5\"]},\"@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/AccessManaged.sol\":{\"keccak256\":\"0x66d7e2083b868c0db6faf826bb47b65692443aff077b5b1b6b99ae56024a4fb2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://025f50a3d1835093bca29152c51ae121fceea850c66479c5601bae2a5b6f4b62\",\"dweb:/ipfs/QmSdPMjAgnk2JJBnpmSt9nCodye7agj5hBc75Zd8cPJ8dX\"]},\"@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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@openzeppelin/contracts/access/manager/IAuthority.sol\":{\"keccak256\":\"0x4cc0766bd7fb7b3bafb70afa2a93b6e313a0baec7a35ad1b57505be7861c1030\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85871c47ac00d10664b858ef71ecd8b9787c1d313e544ab2c57210c520a3c06c\",\"dweb:/ipfs/QmUMTwojLzURuHftQLzAVuDmib9roj4KwcHCkg3LhZ2AdH\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12\",\"dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]},\"contracts/IOIDPermissionManager.sol\":{\"keccak256\":\"0x5e29b8a5f2ec6f9c715872b0d40ed5ac7538f511d7a7223cef4bb04bdb2ab187\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://d15dfc0c2bea3379de4342c7248923f8bc37ff7177c08fc1ae7e00cb7e7b0361\",\"dweb:/ipfs/QmbGFV2jYy5xKsGFfVC3QCYGcBoitXrudYYvyTAj9A5SgS\"]},\"contracts/OIDAccessManager.sol\":{\"keccak256\":\"0xcae4c0b5509dd30aa1203490b1494243c47ca0250904dfa213276449ae02de48\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://9c98b004011a5dc5e8fcfa342a204d969a435ec88a1e83620abd45f777bd2da9\",\"dweb:/ipfs/QmdWv9aq7vj9Pjdbwaa5DKK3gQFNiLHsBRrKssFEV7g5Z5\"]},\"contracts/OIDPermissionManager.sol\":{\"keccak256\":\"0xb9229cac51011ebc394d48f09ccb6bd94f7072ff205d5a0b6c92e81b460a98fd\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://825c227528eb60d3e7581e235c4594bb55b9cb2a38bf7d80bf61b8c788e72a05\",\"dweb:/ipfs/QmRSPYB3cmmyn3pg4d2ghKxZujwJD6t6y5yXMG9QxK9pCG\"]}},\"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": { + "@_14235": { + "entryPoint": null, + "id": 14235, + "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:46", + "nodeType": "YulBlock", + "src": "0:319:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "108:209:46", + "nodeType": "YulBlock", + "src": "108:209:46", + "statements": [ + { + "body": { + "nativeSrc": "154:16:46", + "nodeType": "YulBlock", + "src": "154:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "163:1:46", + "nodeType": "YulLiteral", + "src": "163:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "166:1:46", + "nodeType": "YulLiteral", + "src": "166:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "156:6:46", + "nodeType": "YulIdentifier", + "src": "156:6:46" + }, + "nativeSrc": "156:12:46", + "nodeType": "YulFunctionCall", + "src": "156:12:46" + }, + "nativeSrc": "156:12:46", + "nodeType": "YulExpressionStatement", + "src": "156:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "129:7:46", + "nodeType": "YulIdentifier", + "src": "129:7:46" + }, + { + "name": "headStart", + "nativeSrc": "138:9:46", + "nodeType": "YulIdentifier", + "src": "138:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "125:3:46", + "nodeType": "YulIdentifier", + "src": "125:3:46" + }, + "nativeSrc": "125:23:46", + "nodeType": "YulFunctionCall", + "src": "125:23:46" + }, + { + "kind": "number", + "nativeSrc": "150:2:46", + "nodeType": "YulLiteral", + "src": "150:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "121:3:46", + "nodeType": "YulIdentifier", + "src": "121:3:46" + }, + "nativeSrc": "121:32:46", + "nodeType": "YulFunctionCall", + "src": "121:32:46" + }, + "nativeSrc": "118:52:46", + "nodeType": "YulIf", + "src": "118:52:46" + }, + { + "nativeSrc": "179:29:46", + "nodeType": "YulVariableDeclaration", + "src": "179:29:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "198:9:46", + "nodeType": "YulIdentifier", + "src": "198:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "192:5:46", + "nodeType": "YulIdentifier", + "src": "192:5:46" + }, + "nativeSrc": "192:16:46", + "nodeType": "YulFunctionCall", + "src": "192:16:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "183:5:46", + "nodeType": "YulTypedName", + "src": "183:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "271:16:46", + "nodeType": "YulBlock", + "src": "271:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "280:1:46", + "nodeType": "YulLiteral", + "src": "280:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "283:1:46", + "nodeType": "YulLiteral", + "src": "283:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "273:6:46", + "nodeType": "YulIdentifier", + "src": "273:6:46" + }, + "nativeSrc": "273:12:46", + "nodeType": "YulFunctionCall", + "src": "273:12:46" + }, + "nativeSrc": "273:12:46", + "nodeType": "YulExpressionStatement", + "src": "273:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "230:5:46", + "nodeType": "YulIdentifier", + "src": "230:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "241:5:46", + "nodeType": "YulIdentifier", + "src": "241:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "256:3:46", + "nodeType": "YulLiteral", + "src": "256:3:46", + "type": "", + "value": "160" + }, + { + "kind": "number", + "nativeSrc": "261:1:46", + "nodeType": "YulLiteral", + "src": "261:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "252:3:46", + "nodeType": "YulIdentifier", + "src": "252:3:46" + }, + "nativeSrc": "252:11:46", + "nodeType": "YulFunctionCall", + "src": "252:11:46" + }, + { + "kind": "number", + "nativeSrc": "265:1:46", + "nodeType": "YulLiteral", + "src": "265:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "248:3:46", + "nodeType": "YulIdentifier", + "src": "248:3:46" + }, + "nativeSrc": "248:19:46", + "nodeType": "YulFunctionCall", + "src": "248:19:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "237:3:46", + "nodeType": "YulIdentifier", + "src": "237:3:46" + }, + "nativeSrc": "237:31:46", + "nodeType": "YulFunctionCall", + "src": "237:31:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "227:2:46", + "nodeType": "YulIdentifier", + "src": "227:2:46" + }, + "nativeSrc": "227:42:46", + "nodeType": "YulFunctionCall", + "src": "227:42:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "220:6:46", + "nodeType": "YulIdentifier", + "src": "220:6:46" + }, + "nativeSrc": "220:50:46", + "nodeType": "YulFunctionCall", + "src": "220:50:46" + }, + "nativeSrc": "217:70:46", + "nodeType": "YulIf", + "src": "217:70:46" + }, + { + "nativeSrc": "296:15:46", + "nodeType": "YulAssignment", + "src": "296:15:46", + "value": { + "name": "value", + "nativeSrc": "306:5:46", + "nodeType": "YulIdentifier", + "src": "306:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "296:6:46", + "nodeType": "YulIdentifier", + "src": "296:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_contract$_IEAS_$2326_fromMemory", + "nativeSrc": "14:303:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "74:9:46", + "nodeType": "YulTypedName", + "src": "74:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "85:7:46", + "nodeType": "YulTypedName", + "src": "85:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "97:6:46", + "nodeType": "YulTypedName", + "src": "97:6:46", + "type": "" + } + ], + "src": "14:303:46" + } + ] + }, + "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": 46, + "language": "Yul", + "name": "#utility.yul" + } + ], + "linkReferences": {}, + "object": "61010060405234801561001157600080fd5b50604051610ff6380380610ff683398101604081905261003091610079565b6001608052600360a052600060c052806001600160a01b038116610067576040516341bc07ff60e11b815260040160405180910390fd5b6001600160a01b031660e052506100a9565b60006020828403121561008b57600080fd5b81516001600160a01b03811681146100a257600080fd5b9392505050565b60805160a05160c05160e051610f0d6100e96000396000818161015801526108cb015260006102fc015260006102d3015260006102aa0152610f0d6000f3fe6080604052600436106100c05760003560e01c806391db0b7e11610074578063ce46e0461161004e578063ce46e04614610269578063e49617e11461027d578063e60c35051461029057600080fd5b806391db0b7e146101f9578063bf7e214f1461020c578063c4d66de81461024957600080fd5b80638150864d116100a55780638150864d1461014957806388e5b2d9146101905780638fb36037146101b357600080fd5b806354fd4d50146100fe5780637a9e5e4b1461012957600080fd5b366100f9576040517f1574f9f300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b005b600080fd5b34801561010a57600080fd5b506101136102a3565b6040516101209190610c5d565b60405180910390f35b34801561013557600080fd5b506100f7610144366004610c90565b610346565b34801561015557600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b039091168152602001610120565b6101a361019e366004610d0c565b61042e565b6040519015158152602001610120565b3480156101bf57600080fd5b506101c86104fd565b6040517fffffffff000000000000000000000000000000000000000000000000000000009091168152602001610120565b6101a3610207366004610d0c565b610572565b34801561021857600080fd5b507ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b0316610178565b34801561025557600080fd5b506100f7610264366004610c90565b610631565b34801561027557600080fd5b5060006101a3565b6101a361028b366004610d7d565b61076e565b6101a361029e366004610d7d565b610781565b60606102ce7f0000000000000000000000000000000000000000000000000000000000000000610795565b6102f77f0000000000000000000000000000000000000000000000000000000000000000610795565b6103207f0000000000000000000000000000000000000000000000000000000000000000610795565b60405160200161033293929190610db9565b604051602081830303815290604052905090565b336103787ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103d2576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610421576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b61042a82610835565b5050565b60006104386108c0565b838281146104595760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed57600086868381811061047957610479610e18565b905060200201359050828111156104a35760405163044044a560e21b815260040160405180910390fd5b6104d08989848181106104b8576104b8610e18565b90506020028101906104ca9190610e2e565b50600190565b6104e15760009450505050506104f5565b9091039060010161045d565b506001925050505b949350505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546000919074010000000000000000000000000000000000000000900460ff1661054a57600061056c565b7f8fb36037000000000000000000000000000000000000000000000000000000005b91505090565b600061057c6108c0565b8382811461059d5760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed5760008686838181106105bd576105bd610e18565b905060200201359050828111156105e75760405163044044a560e21b815260040160405180910390fd5b6106148989848181106105fc576105fc610e18565b905060200281019061060e9190610e2e565b82610924565b6106255760009450505050506104f5565b909103906001016105a1565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff1660008115801561067c5750825b905060008267ffffffffffffffff1660011480156106995750303b155b9050811580156106a7575080155b156106de576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561071257845468ff00000000000000001916680100000000000000001785555b61071b8661094a565b831561076657845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b60006107786108c0565b60015b92915050565b600061078b6108c0565b61077b8234610924565b606060006107a28361095e565b600101905060008167ffffffffffffffff8111156107c2576107c2610e4f565b6040519080825280601f01601f1916602001820160405280156107ec576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a85049450846107f657509392505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610922576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6000610937610100840160e08501610c90565b61094081610a40565b5060019392505050565b610952610bc1565b61095b81610c28565b50565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106109a7577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106109d3576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106109f157662386f26fc10000830492506010015b6305f5e1008310610a09576305f5e100830492506008015b6127108310610a1d57612710830492506004015b60648310610a2f576064830492506002015b600a831061077b5760010192915050565b6000610a737ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b031663cfef5e836040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ac4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ae89190610e65565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201526001600160a01b03861660248201526044016040805180830381865afa158015610b53573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b779190610e8f565b50905080610bbc576040517f93693b7a0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016103c9565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16610922576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610c30610bc1565b61095b81610835565b60005b83811015610c54578181015183820152602001610c3c565b50506000910152565b6020815260008251806020840152610c7c816040850160208701610c39565b601f01601f19169190910160400192915050565b600060208284031215610ca257600080fd5b81356001600160a01b0381168114610cb957600080fd5b9392505050565b60008083601f840112610cd257600080fd5b50813567ffffffffffffffff811115610cea57600080fd5b6020830191508360208260051b8501011115610d0557600080fd5b9250929050565b60008060008060408587031215610d2257600080fd5b843567ffffffffffffffff811115610d3957600080fd5b610d4587828801610cc0565b909550935050602085013567ffffffffffffffff811115610d6557600080fd5b610d7187828801610cc0565b95989497509550505050565b600060208284031215610d8f57600080fd5b813567ffffffffffffffff811115610da657600080fd5b82016101408185031215610cb957600080fd5b60008451610dcb818460208901610c39565b601760f91b9083019081528451610de9816001840160208901610c39565b601760f91b600192909101918201528351610e0b816002840160208801610c39565b0160020195945050505050565b634e487b7160e01b600052603260045260246000fd5b6000823561013e19833603018112610e4557600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610e7757600080fd5b815167ffffffffffffffff81168114610cb957600080fd5b60008060408385031215610ea257600080fd5b82518015158114610eb257600080fd5b602084015190925063ffffffff81168114610ecc57600080fd5b80915050925092905056fea2646970667358221220083b8bd54438b8def906ae06d0e6b93f63db96cec3ee0a8783af27a05863205f64736f6c634300081a0033", + "opcodes": "PUSH2 0x100 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0xFF6 CODESIZE SUB DUP1 PUSH2 0xFF6 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 0xF0D 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 0xF0D 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 0xC5D 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 0xC90 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 0xD0C 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 0xD0C 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 0xC90 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 0xD7D JUMP JUMPDEST PUSH2 0x76E JUMP JUMPDEST PUSH2 0x1A3 PUSH2 0x29E CALLDATASIZE PUSH1 0x4 PUSH2 0xD7D 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 0xDB9 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 0xE18 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 0xE18 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x4CA SWAP2 SWAP1 PUSH2 0xE2E 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 0xE18 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 0xE18 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x60E SWAP2 SWAP1 PUSH2 0xE2E 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 0xE4F 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 0xC90 JUMP JUMPDEST PUSH2 0x940 DUP2 PUSH2 0xA40 JUMP JUMPDEST POP PUSH1 0x1 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x952 PUSH2 0xBC1 JUMP JUMPDEST PUSH2 0x95B DUP2 PUSH2 0xC28 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 SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xD1F856EE DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xCFEF5E83 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 0xAC4 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 0xAE8 SWAP2 SWAP1 PUSH2 0xE65 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 PUSH1 0xE0 DUP5 SWAP1 SHL AND DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x24 DUP3 ADD MSTORE PUSH1 0x44 ADD PUSH1 0x40 DUP1 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0xB53 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 0xB77 SWAP2 SWAP1 PUSH2 0xE8F JUMP JUMPDEST POP SWAP1 POP DUP1 PUSH2 0xBBC JUMPI PUSH1 0x40 MLOAD PUSH32 0x93693B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x3C9 JUMP JUMPDEST POP POP POP 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 0xC30 PUSH2 0xBC1 JUMP JUMPDEST PUSH2 0x95B DUP2 PUSH2 0x835 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xC54 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0xC3C 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 0xC7C DUP2 PUSH1 0x40 DUP6 ADD PUSH1 0x20 DUP8 ADD PUSH2 0xC39 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 0xCA2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0xCB9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0xCD2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xCEA 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 0xD05 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 0xD22 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xD39 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xD45 DUP8 DUP3 DUP9 ADD PUSH2 0xCC0 JUMP JUMPDEST SWAP1 SWAP6 POP SWAP4 POP POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xD65 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xD71 DUP8 DUP3 DUP9 ADD PUSH2 0xCC0 JUMP JUMPDEST SWAP6 SWAP9 SWAP5 SWAP8 POP SWAP6 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xD8F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xDA6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH2 0x140 DUP2 DUP6 SUB SLT ISZERO PUSH2 0xCB9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0xDCB DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0xC39 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL SWAP1 DUP4 ADD SWAP1 DUP2 MSTORE DUP5 MLOAD PUSH2 0xDE9 DUP2 PUSH1 0x1 DUP5 ADD PUSH1 0x20 DUP10 ADD PUSH2 0xC39 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL PUSH1 0x1 SWAP3 SWAP1 SWAP2 ADD SWAP2 DUP3 ADD MSTORE DUP4 MLOAD PUSH2 0xE0B DUP2 PUSH1 0x2 DUP5 ADD PUSH1 0x20 DUP9 ADD PUSH2 0xC39 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 0xE45 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 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xE77 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0xCB9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xEA2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0xEB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD MLOAD SWAP1 SWAP3 POP PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0xECC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 ADDMOD EXTCODESIZE DUP12 0xD5 PREVRANDAO CODESIZE 0xB8 0xDE 0xF9 MOD 0xAE MOD 0xD0 0xE6 0xB9 EXTCODEHASH PUSH4 0xDB96CEC3 0xEE EXP DUP8 DUP4 0xAF 0x27 LOG0 PC PUSH4 0x205F6473 PUSH16 0x6C634300081A00330000000000000000 ", + "sourceMap": "582:1246:45:-:0;;;704:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;680:1:10;759:14:6;;683:1:10;783:14:6;;686:1:10;807:14:6;;748:10:45;-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;582:1246:45;;14:303:46;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:46;;227:42;;217:70;;283:1;280;273:12;217:70;306:5;14:303;-1:-1:-1;;;14:303:46:o;:::-;582:1246:45;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;" + }, + "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": 3112, + "id": 4224, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_checkAttester_14330": { + "entryPoint": 2624, + "id": 14330, + "parameterSlots": 1, + "returnSlots": 0 + }, + "@_checkInitializing_6704": { + "entryPoint": 3009, + "id": 6704, + "parameterSlots": 0, + "returnSlots": 0 + }, + "@_getAccessManagedStorage_4199": { + "entryPoint": null, + "id": 4199, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_getInitializableStorage_6781": { + "entryPoint": null, + "id": 6781, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_isInitializing_6772": { + "entryPoint": null, + "id": 6772, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@_msgSender_6810": { + "entryPoint": null, + "id": 6810, + "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_14298": { + "entryPoint": null, + "id": 14298, + "parameterSlots": 0, + "returnSlots": 1 + }, + "@initialize_14257": { + "entryPoint": 1585, + "id": 14257, + "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_10953": { + "entryPoint": 2398, + "id": 10953, + "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_14275": { + "entryPoint": 2340, + "id": 14275, + "parameterSlots": 2, + "returnSlots": 1 + }, + "@onRevoke_14289": { + "entryPoint": null, + "id": 14289, + "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_8566": { + "entryPoint": 1941, + "id": 8566, + "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": 3264, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_address": { + "entryPoint": 3216, + "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": 3340, + "id": null, + "parameterSlots": 2, + "returnSlots": 4 + }, + "abi_decode_tuple_t_boolt_uint32_fromMemory": { + "entryPoint": 3727, + "id": null, + "parameterSlots": 2, + "returnSlots": 2 + }, + "abi_decode_tuple_t_struct$_Attestation_$49_calldata_ptr": { + "entryPoint": 3453, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_decode_tuple_t_uint64_fromMemory": { + "entryPoint": 3685, + "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": 3513, + "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_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed": { + "entryPoint": 3165, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "abi_encode_tuple_t_uint64_t_address__to_t_uint64_t_address__fromStack_reversed": { + "entryPoint": null, + "id": null, + "parameterSlots": 3, + "returnSlots": 1 + }, + "access_calldata_tail_t_struct$_Attestation_$49_calldata_ptr": { + "entryPoint": 3630, + "id": null, + "parameterSlots": 2, + "returnSlots": 1 + }, + "copy_memory_to_memory_with_cleanup": { + "entryPoint": 3129, + "id": null, + "parameterSlots": 3, + "returnSlots": 0 + }, + "panic_error_0x12": { + "entryPoint": null, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "panic_error_0x32": { + "entryPoint": 3608, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + }, + "panic_error_0x41": { + "entryPoint": 3663, + "id": null, + "parameterSlots": 0, + "returnSlots": 0 + } + }, + "generatedSources": [ + { + "ast": { + "nativeSrc": "0:6699:46", + "nodeType": "YulBlock", + "src": "0:6699:46", + "statements": [ + { + "nativeSrc": "6:3:46", + "nodeType": "YulBlock", + "src": "6:3:46", + "statements": [] + }, + { + "body": { + "nativeSrc": "80:184:46", + "nodeType": "YulBlock", + "src": "80:184:46", + "statements": [ + { + "nativeSrc": "90:10:46", + "nodeType": "YulVariableDeclaration", + "src": "90:10:46", + "value": { + "kind": "number", + "nativeSrc": "99:1:46", + "nodeType": "YulLiteral", + "src": "99:1:46", + "type": "", + "value": "0" + }, + "variables": [ + { + "name": "i", + "nativeSrc": "94:1:46", + "nodeType": "YulTypedName", + "src": "94:1:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "159:63:46", + "nodeType": "YulBlock", + "src": "159:63:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "184:3:46", + "nodeType": "YulIdentifier", + "src": "184:3:46" + }, + { + "name": "i", + "nativeSrc": "189:1:46", + "nodeType": "YulIdentifier", + "src": "189:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "180:3:46", + "nodeType": "YulIdentifier", + "src": "180:3:46" + }, + "nativeSrc": "180:11:46", + "nodeType": "YulFunctionCall", + "src": "180:11:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "src", + "nativeSrc": "203:3:46", + "nodeType": "YulIdentifier", + "src": "203:3:46" + }, + { + "name": "i", + "nativeSrc": "208:1:46", + "nodeType": "YulIdentifier", + "src": "208:1:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "199:3:46", + "nodeType": "YulIdentifier", + "src": "199:3:46" + }, + "nativeSrc": "199:11:46", + "nodeType": "YulFunctionCall", + "src": "199:11:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "193:5:46", + "nodeType": "YulIdentifier", + "src": "193:5:46" + }, + "nativeSrc": "193:18:46", + "nodeType": "YulFunctionCall", + "src": "193:18:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "173:6:46", + "nodeType": "YulIdentifier", + "src": "173:6:46" + }, + "nativeSrc": "173:39:46", + "nodeType": "YulFunctionCall", + "src": "173:39:46" + }, + "nativeSrc": "173:39:46", + "nodeType": "YulExpressionStatement", + "src": "173:39:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "i", + "nativeSrc": "120:1:46", + "nodeType": "YulIdentifier", + "src": "120:1:46" + }, + { + "name": "length", + "nativeSrc": "123:6:46", + "nodeType": "YulIdentifier", + "src": "123:6:46" + } + ], + "functionName": { + "name": "lt", + "nativeSrc": "117:2:46", + "nodeType": "YulIdentifier", + "src": "117:2:46" + }, + "nativeSrc": "117:13:46", + "nodeType": "YulFunctionCall", + "src": "117:13:46" + }, + "nativeSrc": "109:113:46", + "nodeType": "YulForLoop", + "post": { + "nativeSrc": "131:19:46", + "nodeType": "YulBlock", + "src": "131:19:46", + "statements": [ + { + "nativeSrc": "133:15:46", + "nodeType": "YulAssignment", + "src": "133:15:46", + "value": { + "arguments": [ + { + "name": "i", + "nativeSrc": "142:1:46", + "nodeType": "YulIdentifier", + "src": "142:1:46" + }, + { + "kind": "number", + "nativeSrc": "145:2:46", + "nodeType": "YulLiteral", + "src": "145:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "138:3:46", + "nodeType": "YulIdentifier", + "src": "138:3:46" + }, + "nativeSrc": "138:10:46", + "nodeType": "YulFunctionCall", + "src": "138:10:46" + }, + "variableNames": [ + { + "name": "i", + "nativeSrc": "133:1:46", + "nodeType": "YulIdentifier", + "src": "133:1:46" + } + ] + } + ] + }, + "pre": { + "nativeSrc": "113:3:46", + "nodeType": "YulBlock", + "src": "113:3:46", + "statements": [] + }, + "src": "109:113:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "dst", + "nativeSrc": "242:3:46", + "nodeType": "YulIdentifier", + "src": "242:3:46" + }, + { + "name": "length", + "nativeSrc": "247:6:46", + "nodeType": "YulIdentifier", + "src": "247:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "238:3:46", + "nodeType": "YulIdentifier", + "src": "238:3:46" + }, + "nativeSrc": "238:16:46", + "nodeType": "YulFunctionCall", + "src": "238:16:46" + }, + { + "kind": "number", + "nativeSrc": "256:1:46", + "nodeType": "YulLiteral", + "src": "256:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "231:6:46", + "nodeType": "YulIdentifier", + "src": "231:6:46" + }, + "nativeSrc": "231:27:46", + "nodeType": "YulFunctionCall", + "src": "231:27:46" + }, + "nativeSrc": "231:27:46", + "nodeType": "YulExpressionStatement", + "src": "231:27:46" + } + ] + }, + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "14:250:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "src", + "nativeSrc": "58:3:46", + "nodeType": "YulTypedName", + "src": "58:3:46", + "type": "" + }, + { + "name": "dst", + "nativeSrc": "63:3:46", + "nodeType": "YulTypedName", + "src": "63:3:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "68:6:46", + "nodeType": "YulTypedName", + "src": "68:6:46", + "type": "" + } + ], + "src": "14:250:46" + }, + { + "body": { + "nativeSrc": "390:275:46", + "nodeType": "YulBlock", + "src": "390:275:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "407:9:46", + "nodeType": "YulIdentifier", + "src": "407:9:46" + }, + { + "kind": "number", + "nativeSrc": "418:2:46", + "nodeType": "YulLiteral", + "src": "418:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "400:6:46", + "nodeType": "YulIdentifier", + "src": "400:6:46" + }, + "nativeSrc": "400:21:46", + "nodeType": "YulFunctionCall", + "src": "400:21:46" + }, + "nativeSrc": "400:21:46", + "nodeType": "YulExpressionStatement", + "src": "400:21:46" + }, + { + "nativeSrc": "430:27:46", + "nodeType": "YulVariableDeclaration", + "src": "430:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "450:6:46", + "nodeType": "YulIdentifier", + "src": "450:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "444:5:46", + "nodeType": "YulIdentifier", + "src": "444:5:46" + }, + "nativeSrc": "444:13:46", + "nodeType": "YulFunctionCall", + "src": "444:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "434:6:46", + "nodeType": "YulTypedName", + "src": "434:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "477:9:46", + "nodeType": "YulIdentifier", + "src": "477:9:46" + }, + { + "kind": "number", + "nativeSrc": "488:2:46", + "nodeType": "YulLiteral", + "src": "488:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "473:3:46", + "nodeType": "YulIdentifier", + "src": "473:3:46" + }, + "nativeSrc": "473:18:46", + "nodeType": "YulFunctionCall", + "src": "473:18:46" + }, + { + "name": "length", + "nativeSrc": "493:6:46", + "nodeType": "YulIdentifier", + "src": "493:6:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "466:6:46", + "nodeType": "YulIdentifier", + "src": "466:6:46" + }, + "nativeSrc": "466:34:46", + "nodeType": "YulFunctionCall", + "src": "466:34:46" + }, + "nativeSrc": "466:34:46", + "nodeType": "YulExpressionStatement", + "src": "466:34:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "548:6:46", + "nodeType": "YulIdentifier", + "src": "548:6:46" + }, + { + "kind": "number", + "nativeSrc": "556:2:46", + "nodeType": "YulLiteral", + "src": "556:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "544:3:46", + "nodeType": "YulIdentifier", + "src": "544:3:46" + }, + "nativeSrc": "544:15:46", + "nodeType": "YulFunctionCall", + "src": "544:15:46" + }, + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "565:9:46", + "nodeType": "YulIdentifier", + "src": "565:9:46" + }, + { + "kind": "number", + "nativeSrc": "576:2:46", + "nodeType": "YulLiteral", + "src": "576:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "561:3:46", + "nodeType": "YulIdentifier", + "src": "561:3:46" + }, + "nativeSrc": "561:18:46", + "nodeType": "YulFunctionCall", + "src": "561:18:46" + }, + { + "name": "length", + "nativeSrc": "581:6:46", + "nodeType": "YulIdentifier", + "src": "581:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "509:34:46", + "nodeType": "YulIdentifier", + "src": "509:34:46" + }, + "nativeSrc": "509:79:46", + "nodeType": "YulFunctionCall", + "src": "509:79:46" + }, + "nativeSrc": "509:79:46", + "nodeType": "YulExpressionStatement", + "src": "509:79:46" + }, + { + "nativeSrc": "597:62:46", + "nodeType": "YulAssignment", + "src": "597:62:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "613:9:46", + "nodeType": "YulIdentifier", + "src": "613:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "length", + "nativeSrc": "632:6:46", + "nodeType": "YulIdentifier", + "src": "632:6:46" + }, + { + "kind": "number", + "nativeSrc": "640:2:46", + "nodeType": "YulLiteral", + "src": "640:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "628:3:46", + "nodeType": "YulIdentifier", + "src": "628:3:46" + }, + "nativeSrc": "628:15:46", + "nodeType": "YulFunctionCall", + "src": "628:15:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "649:2:46", + "nodeType": "YulLiteral", + "src": "649:2:46", + "type": "", + "value": "31" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "645:3:46", + "nodeType": "YulIdentifier", + "src": "645:3:46" + }, + "nativeSrc": "645:7:46", + "nodeType": "YulFunctionCall", + "src": "645:7:46" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "624:3:46", + "nodeType": "YulIdentifier", + "src": "624:3:46" + }, + "nativeSrc": "624:29:46", + "nodeType": "YulFunctionCall", + "src": "624:29:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "609:3:46", + "nodeType": "YulIdentifier", + "src": "609:3:46" + }, + "nativeSrc": "609:45:46", + "nodeType": "YulFunctionCall", + "src": "609:45:46" + }, + { + "kind": "number", + "nativeSrc": "656:2:46", + "nodeType": "YulLiteral", + "src": "656:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "605:3:46", + "nodeType": "YulIdentifier", + "src": "605:3:46" + }, + "nativeSrc": "605:54:46", + "nodeType": "YulFunctionCall", + "src": "605:54:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "597:4:46", + "nodeType": "YulIdentifier", + "src": "597:4:46" + } + ] + } + ] + }, + "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed", + "nativeSrc": "269:396:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "359:9:46", + "nodeType": "YulTypedName", + "src": "359:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "370:6:46", + "nodeType": "YulTypedName", + "src": "370:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "381:4:46", + "nodeType": "YulTypedName", + "src": "381:4:46", + "type": "" + } + ], + "src": "269:396:46" + }, + { + "body": { + "nativeSrc": "740:239:46", + "nodeType": "YulBlock", + "src": "740:239:46", + "statements": [ + { + "body": { + "nativeSrc": "786:16:46", + "nodeType": "YulBlock", + "src": "786:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "795:1:46", + "nodeType": "YulLiteral", + "src": "795:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "798:1:46", + "nodeType": "YulLiteral", + "src": "798:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "788:6:46", + "nodeType": "YulIdentifier", + "src": "788:6:46" + }, + "nativeSrc": "788:12:46", + "nodeType": "YulFunctionCall", + "src": "788:12:46" + }, + "nativeSrc": "788:12:46", + "nodeType": "YulExpressionStatement", + "src": "788:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "761:7:46", + "nodeType": "YulIdentifier", + "src": "761:7:46" + }, + { + "name": "headStart", + "nativeSrc": "770:9:46", + "nodeType": "YulIdentifier", + "src": "770:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "757:3:46", + "nodeType": "YulIdentifier", + "src": "757:3:46" + }, + "nativeSrc": "757:23:46", + "nodeType": "YulFunctionCall", + "src": "757:23:46" + }, + { + "kind": "number", + "nativeSrc": "782:2:46", + "nodeType": "YulLiteral", + "src": "782:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "753:3:46", + "nodeType": "YulIdentifier", + "src": "753:3:46" + }, + "nativeSrc": "753:32:46", + "nodeType": "YulFunctionCall", + "src": "753:32:46" + }, + "nativeSrc": "750:52:46", + "nodeType": "YulIf", + "src": "750:52:46" + }, + { + "nativeSrc": "811:36:46", + "nodeType": "YulVariableDeclaration", + "src": "811:36:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "837:9:46", + "nodeType": "YulIdentifier", + "src": "837:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "824:12:46", + "nodeType": "YulIdentifier", + "src": "824:12:46" + }, + "nativeSrc": "824:23:46", + "nodeType": "YulFunctionCall", + "src": "824:23:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "815:5:46", + "nodeType": "YulTypedName", + "src": "815:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "933:16:46", + "nodeType": "YulBlock", + "src": "933:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "942:1:46", + "nodeType": "YulLiteral", + "src": "942:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "945:1:46", + "nodeType": "YulLiteral", + "src": "945:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "935:6:46", + "nodeType": "YulIdentifier", + "src": "935:6:46" + }, + "nativeSrc": "935:12:46", + "nodeType": "YulFunctionCall", + "src": "935:12:46" + }, + "nativeSrc": "935:12:46", + "nodeType": "YulExpressionStatement", + "src": "935:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "869:5:46", + "nodeType": "YulIdentifier", + "src": "869:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "880:5:46", + "nodeType": "YulIdentifier", + "src": "880:5:46" + }, + { + "kind": "number", + "nativeSrc": "887:42:46", + "nodeType": "YulLiteral", + "src": "887:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "876:3:46", + "nodeType": "YulIdentifier", + "src": "876:3:46" + }, + "nativeSrc": "876:54:46", + "nodeType": "YulFunctionCall", + "src": "876:54:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "866:2:46", + "nodeType": "YulIdentifier", + "src": "866:2:46" + }, + "nativeSrc": "866:65:46", + "nodeType": "YulFunctionCall", + "src": "866:65:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "859:6:46", + "nodeType": "YulIdentifier", + "src": "859:6:46" + }, + "nativeSrc": "859:73:46", + "nodeType": "YulFunctionCall", + "src": "859:73:46" + }, + "nativeSrc": "856:93:46", + "nodeType": "YulIf", + "src": "856:93:46" + }, + { + "nativeSrc": "958:15:46", + "nodeType": "YulAssignment", + "src": "958:15:46", + "value": { + "name": "value", + "nativeSrc": "968:5:46", + "nodeType": "YulIdentifier", + "src": "968:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "958:6:46", + "nodeType": "YulIdentifier", + "src": "958:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_address", + "nativeSrc": "670:309:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "706:9:46", + "nodeType": "YulTypedName", + "src": "706:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "717:7:46", + "nodeType": "YulTypedName", + "src": "717:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "729:6:46", + "nodeType": "YulTypedName", + "src": "729:6:46", + "type": "" + } + ], + "src": "670:309:46" + }, + { + "body": { + "nativeSrc": "1098:125:46", + "nodeType": "YulBlock", + "src": "1098:125:46", + "statements": [ + { + "nativeSrc": "1108:26:46", + "nodeType": "YulAssignment", + "src": "1108:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1120:9:46", + "nodeType": "YulIdentifier", + "src": "1120:9:46" + }, + { + "kind": "number", + "nativeSrc": "1131:2:46", + "nodeType": "YulLiteral", + "src": "1131:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1116:3:46", + "nodeType": "YulIdentifier", + "src": "1116:3:46" + }, + "nativeSrc": "1116:18:46", + "nodeType": "YulFunctionCall", + "src": "1116:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "1108:4:46", + "nodeType": "YulIdentifier", + "src": "1108:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1150:9:46", + "nodeType": "YulIdentifier", + "src": "1150:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "1165:6:46", + "nodeType": "YulIdentifier", + "src": "1165:6:46" + }, + { + "kind": "number", + "nativeSrc": "1173:42:46", + "nodeType": "YulLiteral", + "src": "1173:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "1161:3:46", + "nodeType": "YulIdentifier", + "src": "1161:3:46" + }, + "nativeSrc": "1161:55:46", + "nodeType": "YulFunctionCall", + "src": "1161:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "1143:6:46", + "nodeType": "YulIdentifier", + "src": "1143:6:46" + }, + "nativeSrc": "1143:74:46", + "nodeType": "YulFunctionCall", + "src": "1143:74:46" + }, + "nativeSrc": "1143:74:46", + "nodeType": "YulExpressionStatement", + "src": "1143:74:46" + } + ] + }, + "name": "abi_encode_tuple_t_contract$_IEAS_$2326__to_t_address__fromStack_reversed", + "nativeSrc": "984:239:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1067:9:46", + "nodeType": "YulTypedName", + "src": "1067:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "1078:6:46", + "nodeType": "YulTypedName", + "src": "1078:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "1089:4:46", + "nodeType": "YulTypedName", + "src": "1089:4:46", + "type": "" + } + ], + "src": "984:239:46" + }, + { + "body": { + "nativeSrc": "1332:283:46", + "nodeType": "YulBlock", + "src": "1332:283:46", + "statements": [ + { + "body": { + "nativeSrc": "1381:16:46", + "nodeType": "YulBlock", + "src": "1381:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1390:1:46", + "nodeType": "YulLiteral", + "src": "1390:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1393:1:46", + "nodeType": "YulLiteral", + "src": "1393:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1383:6:46", + "nodeType": "YulIdentifier", + "src": "1383:6:46" + }, + "nativeSrc": "1383:12:46", + "nodeType": "YulFunctionCall", + "src": "1383:12:46" + }, + "nativeSrc": "1383:12:46", + "nodeType": "YulExpressionStatement", + "src": "1383:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "1360:6:46", + "nodeType": "YulIdentifier", + "src": "1360:6:46" + }, + { + "kind": "number", + "nativeSrc": "1368:4:46", + "nodeType": "YulLiteral", + "src": "1368:4:46", + "type": "", + "value": "0x1f" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1356:3:46", + "nodeType": "YulIdentifier", + "src": "1356:3:46" + }, + "nativeSrc": "1356:17:46", + "nodeType": "YulFunctionCall", + "src": "1356:17:46" + }, + { + "name": "end", + "nativeSrc": "1375:3:46", + "nodeType": "YulIdentifier", + "src": "1375:3:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "1352:3:46", + "nodeType": "YulIdentifier", + "src": "1352:3:46" + }, + "nativeSrc": "1352:27:46", + "nodeType": "YulFunctionCall", + "src": "1352:27:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "1345:6:46", + "nodeType": "YulIdentifier", + "src": "1345:6:46" + }, + "nativeSrc": "1345:35:46", + "nodeType": "YulFunctionCall", + "src": "1345:35:46" + }, + "nativeSrc": "1342:55:46", + "nodeType": "YulIf", + "src": "1342:55:46" + }, + { + "nativeSrc": "1406:30:46", + "nodeType": "YulAssignment", + "src": "1406:30:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "1429:6:46", + "nodeType": "YulIdentifier", + "src": "1429:6:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "1416:12:46", + "nodeType": "YulIdentifier", + "src": "1416:12:46" + }, + "nativeSrc": "1416:20:46", + "nodeType": "YulFunctionCall", + "src": "1416:20:46" + }, + "variableNames": [ + { + "name": "length", + "nativeSrc": "1406:6:46", + "nodeType": "YulIdentifier", + "src": "1406:6:46" + } + ] + }, + { + "body": { + "nativeSrc": "1479:16:46", + "nodeType": "YulBlock", + "src": "1479:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1488:1:46", + "nodeType": "YulLiteral", + "src": "1488:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1491:1:46", + "nodeType": "YulLiteral", + "src": "1491:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1481:6:46", + "nodeType": "YulIdentifier", + "src": "1481:6:46" + }, + "nativeSrc": "1481:12:46", + "nodeType": "YulFunctionCall", + "src": "1481:12:46" + }, + "nativeSrc": "1481:12:46", + "nodeType": "YulExpressionStatement", + "src": "1481:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "length", + "nativeSrc": "1451:6:46", + "nodeType": "YulIdentifier", + "src": "1451:6:46" + }, + { + "kind": "number", + "nativeSrc": "1459:18:46", + "nodeType": "YulLiteral", + "src": "1459:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1448:2:46", + "nodeType": "YulIdentifier", + "src": "1448:2:46" + }, + "nativeSrc": "1448:30:46", + "nodeType": "YulFunctionCall", + "src": "1448:30:46" + }, + "nativeSrc": "1445:50:46", + "nodeType": "YulIf", + "src": "1445:50:46" + }, + { + "nativeSrc": "1504:29:46", + "nodeType": "YulAssignment", + "src": "1504:29:46", + "value": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "1520:6:46", + "nodeType": "YulIdentifier", + "src": "1520:6:46" + }, + { + "kind": "number", + "nativeSrc": "1528:4:46", + "nodeType": "YulLiteral", + "src": "1528:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1516:3:46", + "nodeType": "YulIdentifier", + "src": "1516:3:46" + }, + "nativeSrc": "1516:17:46", + "nodeType": "YulFunctionCall", + "src": "1516:17:46" + }, + "variableNames": [ + { + "name": "arrayPos", + "nativeSrc": "1504:8:46", + "nodeType": "YulIdentifier", + "src": "1504:8:46" + } + ] + }, + { + "body": { + "nativeSrc": "1593:16:46", + "nodeType": "YulBlock", + "src": "1593:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1602:1:46", + "nodeType": "YulLiteral", + "src": "1602:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1605:1:46", + "nodeType": "YulLiteral", + "src": "1605:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1595:6:46", + "nodeType": "YulIdentifier", + "src": "1595:6:46" + }, + "nativeSrc": "1595:12:46", + "nodeType": "YulFunctionCall", + "src": "1595:12:46" + }, + "nativeSrc": "1595:12:46", + "nodeType": "YulExpressionStatement", + "src": "1595:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "offset", + "nativeSrc": "1556:6:46", + "nodeType": "YulIdentifier", + "src": "1556:6:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1568:1:46", + "nodeType": "YulLiteral", + "src": "1568:1:46", + "type": "", + "value": "5" + }, + { + "name": "length", + "nativeSrc": "1571:6:46", + "nodeType": "YulIdentifier", + "src": "1571:6:46" + } + ], + "functionName": { + "name": "shl", + "nativeSrc": "1564:3:46", + "nodeType": "YulIdentifier", + "src": "1564:3:46" + }, + "nativeSrc": "1564:14:46", + "nodeType": "YulFunctionCall", + "src": "1564:14:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1552:3:46", + "nodeType": "YulIdentifier", + "src": "1552:3:46" + }, + "nativeSrc": "1552:27:46", + "nodeType": "YulFunctionCall", + "src": "1552:27:46" + }, + { + "kind": "number", + "nativeSrc": "1581:4:46", + "nodeType": "YulLiteral", + "src": "1581:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "1548:3:46", + "nodeType": "YulIdentifier", + "src": "1548:3:46" + }, + "nativeSrc": "1548:38:46", + "nodeType": "YulFunctionCall", + "src": "1548:38:46" + }, + { + "name": "end", + "nativeSrc": "1588:3:46", + "nodeType": "YulIdentifier", + "src": "1588:3:46" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1545:2:46", + "nodeType": "YulIdentifier", + "src": "1545:2:46" + }, + "nativeSrc": "1545:47:46", + "nodeType": "YulFunctionCall", + "src": "1545:47:46" + }, + "nativeSrc": "1542:67:46", + "nodeType": "YulIf", + "src": "1542:67:46" + } + ] + }, + "name": "abi_decode_array_struct_Attestation_calldata_dyn_calldata", + "nativeSrc": "1228:387:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "offset", + "nativeSrc": "1295:6:46", + "nodeType": "YulTypedName", + "src": "1295:6:46", + "type": "" + }, + { + "name": "end", + "nativeSrc": "1303:3:46", + "nodeType": "YulTypedName", + "src": "1303:3:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "arrayPos", + "nativeSrc": "1311:8:46", + "nodeType": "YulTypedName", + "src": "1311:8:46", + "type": "" + }, + { + "name": "length", + "nativeSrc": "1321:6:46", + "nodeType": "YulTypedName", + "src": "1321:6:46", + "type": "" + } + ], + "src": "1228:387:46" + }, + { + "body": { + "nativeSrc": "1806:651:46", + "nodeType": "YulBlock", + "src": "1806:651:46", + "statements": [ + { + "body": { + "nativeSrc": "1852:16:46", + "nodeType": "YulBlock", + "src": "1852:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1861:1:46", + "nodeType": "YulLiteral", + "src": "1861:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1864:1:46", + "nodeType": "YulLiteral", + "src": "1864:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1854:6:46", + "nodeType": "YulIdentifier", + "src": "1854:6:46" + }, + "nativeSrc": "1854:12:46", + "nodeType": "YulFunctionCall", + "src": "1854:12:46" + }, + "nativeSrc": "1854:12:46", + "nodeType": "YulExpressionStatement", + "src": "1854:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "1827:7:46", + "nodeType": "YulIdentifier", + "src": "1827:7:46" + }, + { + "name": "headStart", + "nativeSrc": "1836:9:46", + "nodeType": "YulIdentifier", + "src": "1836:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "1823:3:46", + "nodeType": "YulIdentifier", + "src": "1823:3:46" + }, + "nativeSrc": "1823:23:46", + "nodeType": "YulFunctionCall", + "src": "1823:23:46" + }, + { + "kind": "number", + "nativeSrc": "1848:2:46", + "nodeType": "YulLiteral", + "src": "1848:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "1819:3:46", + "nodeType": "YulIdentifier", + "src": "1819:3:46" + }, + "nativeSrc": "1819:32:46", + "nodeType": "YulFunctionCall", + "src": "1819:32:46" + }, + "nativeSrc": "1816:52:46", + "nodeType": "YulIf", + "src": "1816:52:46" + }, + { + "nativeSrc": "1877:37:46", + "nodeType": "YulVariableDeclaration", + "src": "1877:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "1904:9:46", + "nodeType": "YulIdentifier", + "src": "1904:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "1891:12:46", + "nodeType": "YulIdentifier", + "src": "1891:12:46" + }, + "nativeSrc": "1891:23:46", + "nodeType": "YulFunctionCall", + "src": "1891:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "1881:6:46", + "nodeType": "YulTypedName", + "src": "1881:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "1957:16:46", + "nodeType": "YulBlock", + "src": "1957:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "1966:1:46", + "nodeType": "YulLiteral", + "src": "1966:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "1969:1:46", + "nodeType": "YulLiteral", + "src": "1969:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "1959:6:46", + "nodeType": "YulIdentifier", + "src": "1959:6:46" + }, + "nativeSrc": "1959:12:46", + "nodeType": "YulFunctionCall", + "src": "1959:12:46" + }, + "nativeSrc": "1959:12:46", + "nodeType": "YulExpressionStatement", + "src": "1959:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "1929:6:46", + "nodeType": "YulIdentifier", + "src": "1929:6:46" + }, + { + "kind": "number", + "nativeSrc": "1937:18:46", + "nodeType": "YulLiteral", + "src": "1937:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "1926:2:46", + "nodeType": "YulIdentifier", + "src": "1926:2:46" + }, + "nativeSrc": "1926:30:46", + "nodeType": "YulFunctionCall", + "src": "1926:30:46" + }, + "nativeSrc": "1923:50:46", + "nodeType": "YulIf", + "src": "1923:50:46" + }, + { + "nativeSrc": "1982:116:46", + "nodeType": "YulVariableDeclaration", + "src": "1982:116:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2070:9:46", + "nodeType": "YulIdentifier", + "src": "2070:9:46" + }, + { + "name": "offset", + "nativeSrc": "2081:6:46", + "nodeType": "YulIdentifier", + "src": "2081:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2066:3:46", + "nodeType": "YulIdentifier", + "src": "2066:3:46" + }, + "nativeSrc": "2066:22:46", + "nodeType": "YulFunctionCall", + "src": "2066:22:46" + }, + { + "name": "dataEnd", + "nativeSrc": "2090:7:46", + "nodeType": "YulIdentifier", + "src": "2090:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_struct_Attestation_calldata_dyn_calldata", + "nativeSrc": "2008:57:46", + "nodeType": "YulIdentifier", + "src": "2008:57:46" + }, + "nativeSrc": "2008:90:46", + "nodeType": "YulFunctionCall", + "src": "2008:90:46" + }, + "variables": [ + { + "name": "value0_1", + "nativeSrc": "1986:8:46", + "nodeType": "YulTypedName", + "src": "1986:8:46", + "type": "" + }, + { + "name": "value1_1", + "nativeSrc": "1996:8:46", + "nodeType": "YulTypedName", + "src": "1996:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "2107:18:46", + "nodeType": "YulAssignment", + "src": "2107:18:46", + "value": { + "name": "value0_1", + "nativeSrc": "2117:8:46", + "nodeType": "YulIdentifier", + "src": "2117:8:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "2107:6:46", + "nodeType": "YulIdentifier", + "src": "2107:6:46" + } + ] + }, + { + "nativeSrc": "2134:18:46", + "nodeType": "YulAssignment", + "src": "2134:18:46", + "value": { + "name": "value1_1", + "nativeSrc": "2144:8:46", + "nodeType": "YulIdentifier", + "src": "2144:8:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "2134:6:46", + "nodeType": "YulIdentifier", + "src": "2134:6:46" + } + ] + }, + { + "nativeSrc": "2161:48:46", + "nodeType": "YulVariableDeclaration", + "src": "2161:48:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2194:9:46", + "nodeType": "YulIdentifier", + "src": "2194:9:46" + }, + { + "kind": "number", + "nativeSrc": "2205:2:46", + "nodeType": "YulLiteral", + "src": "2205:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2190:3:46", + "nodeType": "YulIdentifier", + "src": "2190:3:46" + }, + "nativeSrc": "2190:18:46", + "nodeType": "YulFunctionCall", + "src": "2190:18:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "2177:12:46", + "nodeType": "YulIdentifier", + "src": "2177:12:46" + }, + "nativeSrc": "2177:32:46", + "nodeType": "YulFunctionCall", + "src": "2177:32:46" + }, + "variables": [ + { + "name": "offset_1", + "nativeSrc": "2165:8:46", + "nodeType": "YulTypedName", + "src": "2165:8:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "2254:16:46", + "nodeType": "YulBlock", + "src": "2254:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "2263:1:46", + "nodeType": "YulLiteral", + "src": "2263:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "2266:1:46", + "nodeType": "YulLiteral", + "src": "2266:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "2256:6:46", + "nodeType": "YulIdentifier", + "src": "2256:6:46" + }, + "nativeSrc": "2256:12:46", + "nodeType": "YulFunctionCall", + "src": "2256:12:46" + }, + "nativeSrc": "2256:12:46", + "nodeType": "YulExpressionStatement", + "src": "2256:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset_1", + "nativeSrc": "2224:8:46", + "nodeType": "YulIdentifier", + "src": "2224:8:46" + }, + { + "kind": "number", + "nativeSrc": "2234:18:46", + "nodeType": "YulLiteral", + "src": "2234:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "2221:2:46", + "nodeType": "YulIdentifier", + "src": "2221:2:46" + }, + "nativeSrc": "2221:32:46", + "nodeType": "YulFunctionCall", + "src": "2221:32:46" + }, + "nativeSrc": "2218:52:46", + "nodeType": "YulIf", + "src": "2218:52:46" + }, + { + "nativeSrc": "2279:118:46", + "nodeType": "YulVariableDeclaration", + "src": "2279:118:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2367:9:46", + "nodeType": "YulIdentifier", + "src": "2367:9:46" + }, + { + "name": "offset_1", + "nativeSrc": "2378:8:46", + "nodeType": "YulIdentifier", + "src": "2378:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2363:3:46", + "nodeType": "YulIdentifier", + "src": "2363:3:46" + }, + "nativeSrc": "2363:24:46", + "nodeType": "YulFunctionCall", + "src": "2363:24:46" + }, + { + "name": "dataEnd", + "nativeSrc": "2389:7:46", + "nodeType": "YulIdentifier", + "src": "2389:7:46" + } + ], + "functionName": { + "name": "abi_decode_array_struct_Attestation_calldata_dyn_calldata", + "nativeSrc": "2305:57:46", + "nodeType": "YulIdentifier", + "src": "2305:57:46" + }, + "nativeSrc": "2305:92:46", + "nodeType": "YulFunctionCall", + "src": "2305:92:46" + }, + "variables": [ + { + "name": "value2_1", + "nativeSrc": "2283:8:46", + "nodeType": "YulTypedName", + "src": "2283:8:46", + "type": "" + }, + { + "name": "value3_1", + "nativeSrc": "2293:8:46", + "nodeType": "YulTypedName", + "src": "2293:8:46", + "type": "" + } + ] + }, + { + "nativeSrc": "2406:18:46", + "nodeType": "YulAssignment", + "src": "2406:18:46", + "value": { + "name": "value2_1", + "nativeSrc": "2416:8:46", + "nodeType": "YulIdentifier", + "src": "2416:8:46" + }, + "variableNames": [ + { + "name": "value2", + "nativeSrc": "2406:6:46", + "nodeType": "YulIdentifier", + "src": "2406:6:46" + } + ] + }, + { + "nativeSrc": "2433:18:46", + "nodeType": "YulAssignment", + "src": "2433:18:46", + "value": { + "name": "value3_1", + "nativeSrc": "2443:8:46", + "nodeType": "YulIdentifier", + "src": "2443:8:46" + }, + "variableNames": [ + { + "name": "value3", + "nativeSrc": "2433:6:46", + "nodeType": "YulIdentifier", + "src": "2433:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_array$_t_struct$_Attestation_$49_calldata_ptr_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr", + "nativeSrc": "1620:837:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "1748:9:46", + "nodeType": "YulTypedName", + "src": "1748:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "1759:7:46", + "nodeType": "YulTypedName", + "src": "1759:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "1771:6:46", + "nodeType": "YulTypedName", + "src": "1771:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "1779:6:46", + "nodeType": "YulTypedName", + "src": "1779:6:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "1787:6:46", + "nodeType": "YulTypedName", + "src": "1787:6:46", + "type": "" + }, + { + "name": "value3", + "nativeSrc": "1795:6:46", + "nodeType": "YulTypedName", + "src": "1795:6:46", + "type": "" + } + ], + "src": "1620:837:46" + }, + { + "body": { + "nativeSrc": "2557:92:46", + "nodeType": "YulBlock", + "src": "2557:92:46", + "statements": [ + { + "nativeSrc": "2567:26:46", + "nodeType": "YulAssignment", + "src": "2567:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2579:9:46", + "nodeType": "YulIdentifier", + "src": "2579:9:46" + }, + { + "kind": "number", + "nativeSrc": "2590:2:46", + "nodeType": "YulLiteral", + "src": "2590:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2575:3:46", + "nodeType": "YulIdentifier", + "src": "2575:3:46" + }, + "nativeSrc": "2575:18:46", + "nodeType": "YulFunctionCall", + "src": "2575:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "2567:4:46", + "nodeType": "YulIdentifier", + "src": "2567:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2609:9:46", + "nodeType": "YulIdentifier", + "src": "2609:9:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "2634:6:46", + "nodeType": "YulIdentifier", + "src": "2634:6:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2627:6:46", + "nodeType": "YulIdentifier", + "src": "2627:6:46" + }, + "nativeSrc": "2627:14:46", + "nodeType": "YulFunctionCall", + "src": "2627:14:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "2620:6:46", + "nodeType": "YulIdentifier", + "src": "2620:6:46" + }, + "nativeSrc": "2620:22:46", + "nodeType": "YulFunctionCall", + "src": "2620:22:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2602:6:46", + "nodeType": "YulIdentifier", + "src": "2602:6:46" + }, + "nativeSrc": "2602:41:46", + "nodeType": "YulFunctionCall", + "src": "2602:41:46" + }, + "nativeSrc": "2602:41:46", + "nodeType": "YulExpressionStatement", + "src": "2602:41:46" + } + ] + }, + "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", + "nativeSrc": "2462:187:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2526:9:46", + "nodeType": "YulTypedName", + "src": "2526:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "2537:6:46", + "nodeType": "YulTypedName", + "src": "2537:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "2548:4:46", + "nodeType": "YulTypedName", + "src": "2548:4:46", + "type": "" + } + ], + "src": "2462:187:46" + }, + { + "body": { + "nativeSrc": "2753:149:46", + "nodeType": "YulBlock", + "src": "2753:149:46", + "statements": [ + { + "nativeSrc": "2763:26:46", + "nodeType": "YulAssignment", + "src": "2763:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2775:9:46", + "nodeType": "YulIdentifier", + "src": "2775:9:46" + }, + { + "kind": "number", + "nativeSrc": "2786:2:46", + "nodeType": "YulLiteral", + "src": "2786:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "2771:3:46", + "nodeType": "YulIdentifier", + "src": "2771:3:46" + }, + "nativeSrc": "2771:18:46", + "nodeType": "YulFunctionCall", + "src": "2771:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "2763:4:46", + "nodeType": "YulIdentifier", + "src": "2763:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "2805:9:46", + "nodeType": "YulIdentifier", + "src": "2805:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "2820:6:46", + "nodeType": "YulIdentifier", + "src": "2820:6:46" + }, + { + "kind": "number", + "nativeSrc": "2828:66:46", + "nodeType": "YulLiteral", + "src": "2828:66:46", + "type": "", + "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "2816:3:46", + "nodeType": "YulIdentifier", + "src": "2816:3:46" + }, + "nativeSrc": "2816:79:46", + "nodeType": "YulFunctionCall", + "src": "2816:79:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "2798:6:46", + "nodeType": "YulIdentifier", + "src": "2798:6:46" + }, + "nativeSrc": "2798:98:46", + "nodeType": "YulFunctionCall", + "src": "2798:98:46" + }, + "nativeSrc": "2798:98:46", + "nodeType": "YulExpressionStatement", + "src": "2798:98:46" + } + ] + }, + "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", + "nativeSrc": "2654:248:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2722:9:46", + "nodeType": "YulTypedName", + "src": "2722:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "2733:6:46", + "nodeType": "YulTypedName", + "src": "2733:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "2744:4:46", + "nodeType": "YulTypedName", + "src": "2744:4:46", + "type": "" + } + ], + "src": "2654:248:46" + }, + { + "body": { + "nativeSrc": "3008:125:46", + "nodeType": "YulBlock", + "src": "3008:125:46", + "statements": [ + { + "nativeSrc": "3018:26:46", + "nodeType": "YulAssignment", + "src": "3018:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3030:9:46", + "nodeType": "YulIdentifier", + "src": "3030:9:46" + }, + { + "kind": "number", + "nativeSrc": "3041:2:46", + "nodeType": "YulLiteral", + "src": "3041:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3026:3:46", + "nodeType": "YulIdentifier", + "src": "3026:3:46" + }, + "nativeSrc": "3026:18:46", + "nodeType": "YulFunctionCall", + "src": "3026:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "3018:4:46", + "nodeType": "YulIdentifier", + "src": "3018:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3060:9:46", + "nodeType": "YulIdentifier", + "src": "3060:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "3075:6:46", + "nodeType": "YulIdentifier", + "src": "3075:6:46" + }, + { + "kind": "number", + "nativeSrc": "3083:42:46", + "nodeType": "YulLiteral", + "src": "3083:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "3071:3:46", + "nodeType": "YulIdentifier", + "src": "3071:3:46" + }, + "nativeSrc": "3071:55:46", + "nodeType": "YulFunctionCall", + "src": "3071:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "3053:6:46", + "nodeType": "YulIdentifier", + "src": "3053:6:46" + }, + "nativeSrc": "3053:74:46", + "nodeType": "YulFunctionCall", + "src": "3053:74:46" + }, + "nativeSrc": "3053:74:46", + "nodeType": "YulExpressionStatement", + "src": "3053:74:46" + } + ] + }, + "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", + "nativeSrc": "2907:226:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "2977:9:46", + "nodeType": "YulTypedName", + "src": "2977:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "2988:6:46", + "nodeType": "YulTypedName", + "src": "2988:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "2999:4:46", + "nodeType": "YulTypedName", + "src": "2999:4:46", + "type": "" + } + ], + "src": "2907:226:46" + }, + { + "body": { + "nativeSrc": "3237:290:46", + "nodeType": "YulBlock", + "src": "3237:290:46", + "statements": [ + { + "body": { + "nativeSrc": "3283:16:46", + "nodeType": "YulBlock", + "src": "3283:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3292:1:46", + "nodeType": "YulLiteral", + "src": "3292:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3295:1:46", + "nodeType": "YulLiteral", + "src": "3295:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3285:6:46", + "nodeType": "YulIdentifier", + "src": "3285:6:46" + }, + "nativeSrc": "3285:12:46", + "nodeType": "YulFunctionCall", + "src": "3285:12:46" + }, + "nativeSrc": "3285:12:46", + "nodeType": "YulExpressionStatement", + "src": "3285:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "3258:7:46", + "nodeType": "YulIdentifier", + "src": "3258:7:46" + }, + { + "name": "headStart", + "nativeSrc": "3267:9:46", + "nodeType": "YulIdentifier", + "src": "3267:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3254:3:46", + "nodeType": "YulIdentifier", + "src": "3254:3:46" + }, + "nativeSrc": "3254:23:46", + "nodeType": "YulFunctionCall", + "src": "3254:23:46" + }, + { + "kind": "number", + "nativeSrc": "3279:2:46", + "nodeType": "YulLiteral", + "src": "3279:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3250:3:46", + "nodeType": "YulIdentifier", + "src": "3250:3:46" + }, + "nativeSrc": "3250:32:46", + "nodeType": "YulFunctionCall", + "src": "3250:32:46" + }, + "nativeSrc": "3247:52:46", + "nodeType": "YulIf", + "src": "3247:52:46" + }, + { + "nativeSrc": "3308:37:46", + "nodeType": "YulVariableDeclaration", + "src": "3308:37:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3335:9:46", + "nodeType": "YulIdentifier", + "src": "3335:9:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "3322:12:46", + "nodeType": "YulIdentifier", + "src": "3322:12:46" + }, + "nativeSrc": "3322:23:46", + "nodeType": "YulFunctionCall", + "src": "3322:23:46" + }, + "variables": [ + { + "name": "offset", + "nativeSrc": "3312:6:46", + "nodeType": "YulTypedName", + "src": "3312:6:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "3388:16:46", + "nodeType": "YulBlock", + "src": "3388:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3397:1:46", + "nodeType": "YulLiteral", + "src": "3397:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3400:1:46", + "nodeType": "YulLiteral", + "src": "3400:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3390:6:46", + "nodeType": "YulIdentifier", + "src": "3390:6:46" + }, + "nativeSrc": "3390:12:46", + "nodeType": "YulFunctionCall", + "src": "3390:12:46" + }, + "nativeSrc": "3390:12:46", + "nodeType": "YulExpressionStatement", + "src": "3390:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "name": "offset", + "nativeSrc": "3360:6:46", + "nodeType": "YulIdentifier", + "src": "3360:6:46" + }, + { + "kind": "number", + "nativeSrc": "3368:18:46", + "nodeType": "YulLiteral", + "src": "3368:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "gt", + "nativeSrc": "3357:2:46", + "nodeType": "YulIdentifier", + "src": "3357:2:46" + }, + "nativeSrc": "3357:30:46", + "nodeType": "YulFunctionCall", + "src": "3357:30:46" + }, + "nativeSrc": "3354:50:46", + "nodeType": "YulIf", + "src": "3354:50:46" + }, + { + "nativeSrc": "3413:32:46", + "nodeType": "YulVariableDeclaration", + "src": "3413:32:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "3427:9:46", + "nodeType": "YulIdentifier", + "src": "3427:9:46" + }, + { + "name": "offset", + "nativeSrc": "3438:6:46", + "nodeType": "YulIdentifier", + "src": "3438:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "3423:3:46", + "nodeType": "YulIdentifier", + "src": "3423:3:46" + }, + "nativeSrc": "3423:22:46", + "nodeType": "YulFunctionCall", + "src": "3423:22:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "3417:2:46", + "nodeType": "YulTypedName", + "src": "3417:2:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "3484:16:46", + "nodeType": "YulBlock", + "src": "3484:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "3493:1:46", + "nodeType": "YulLiteral", + "src": "3493:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "3496:1:46", + "nodeType": "YulLiteral", + "src": "3496:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "3486:6:46", + "nodeType": "YulIdentifier", + "src": "3486:6:46" + }, + "nativeSrc": "3486:12:46", + "nodeType": "YulFunctionCall", + "src": "3486:12:46" + }, + "nativeSrc": "3486:12:46", + "nodeType": "YulExpressionStatement", + "src": "3486:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "3465:7:46", + "nodeType": "YulIdentifier", + "src": "3465:7:46" + }, + { + "name": "_1", + "nativeSrc": "3474:2:46", + "nodeType": "YulIdentifier", + "src": "3474:2:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "3461:3:46", + "nodeType": "YulIdentifier", + "src": "3461:3:46" + }, + "nativeSrc": "3461:16:46", + "nodeType": "YulFunctionCall", + "src": "3461:16:46" + }, + { + "kind": "number", + "nativeSrc": "3479:3:46", + "nodeType": "YulLiteral", + "src": "3479:3:46", + "type": "", + "value": "320" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "3457:3:46", + "nodeType": "YulIdentifier", + "src": "3457:3:46" + }, + "nativeSrc": "3457:26:46", + "nodeType": "YulFunctionCall", + "src": "3457:26:46" + }, + "nativeSrc": "3454:46:46", + "nodeType": "YulIf", + "src": "3454:46:46" + }, + { + "nativeSrc": "3509:12:46", + "nodeType": "YulAssignment", + "src": "3509:12:46", + "value": { + "name": "_1", + "nativeSrc": "3519:2:46", + "nodeType": "YulIdentifier", + "src": "3519:2:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "3509:6:46", + "nodeType": "YulIdentifier", + "src": "3509:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_struct$_Attestation_$49_calldata_ptr", + "nativeSrc": "3138:389:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "3203:9:46", + "nodeType": "YulTypedName", + "src": "3203:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "3214:7:46", + "nodeType": "YulTypedName", + "src": "3214:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "3226:6:46", + "nodeType": "YulTypedName", + "src": "3226:6:46", + "type": "" + } + ], + "src": "3138:389:46" + }, + { + "body": { + "nativeSrc": "3969:550:46", + "nodeType": "YulBlock", + "src": "3969:550:46", + "statements": [ + { + "nativeSrc": "3979:27:46", + "nodeType": "YulVariableDeclaration", + "src": "3979:27:46", + "value": { + "arguments": [ + { + "name": "value0", + "nativeSrc": "3999:6:46", + "nodeType": "YulIdentifier", + "src": "3999:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "3993:5:46", + "nodeType": "YulIdentifier", + "src": "3993:5:46" + }, + "nativeSrc": "3993:13:46", + "nodeType": "YulFunctionCall", + "src": "3993:13:46" + }, + "variables": [ + { + "name": "length", + "nativeSrc": "3983:6:46", + "nodeType": "YulTypedName", + "src": "3983:6:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "4054:6:46", + "nodeType": "YulIdentifier", + "src": "4054:6:46" + }, + { + "kind": "number", + "nativeSrc": "4062:4:46", + "nodeType": "YulLiteral", + "src": "4062:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4050:3:46", + "nodeType": "YulIdentifier", + "src": "4050:3:46" + }, + "nativeSrc": "4050:17:46", + "nodeType": "YulFunctionCall", + "src": "4050:17:46" + }, + { + "name": "pos", + "nativeSrc": "4069:3:46", + "nodeType": "YulIdentifier", + "src": "4069:3:46" + }, + { + "name": "length", + "nativeSrc": "4074:6:46", + "nodeType": "YulIdentifier", + "src": "4074:6:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "4015:34:46", + "nodeType": "YulIdentifier", + "src": "4015:34:46" + }, + "nativeSrc": "4015:66:46", + "nodeType": "YulFunctionCall", + "src": "4015:66:46" + }, + "nativeSrc": "4015:66:46", + "nodeType": "YulExpressionStatement", + "src": "4015:66:46" + }, + { + "nativeSrc": "4090:29:46", + "nodeType": "YulVariableDeclaration", + "src": "4090:29:46", + "value": { + "arguments": [ + { + "name": "pos", + "nativeSrc": "4107:3:46", + "nodeType": "YulIdentifier", + "src": "4107:3:46" + }, + { + "name": "length", + "nativeSrc": "4112:6:46", + "nodeType": "YulIdentifier", + "src": "4112:6:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4103:3:46", + "nodeType": "YulIdentifier", + "src": "4103:3:46" + }, + "nativeSrc": "4103:16:46", + "nodeType": "YulFunctionCall", + "src": "4103:16:46" + }, + "variables": [ + { + "name": "end_1", + "nativeSrc": "4094:5:46", + "nodeType": "YulTypedName", + "src": "4094:5:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "4135:5:46", + "nodeType": "YulIdentifier", + "src": "4135:5:46" + }, + { + "hexValue": "2e", + "kind": "string", + "nativeSrc": "4142:3:46", + "nodeType": "YulLiteral", + "src": "4142:3:46", + "type": "", + "value": "." + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4128:6:46", + "nodeType": "YulIdentifier", + "src": "4128:6:46" + }, + "nativeSrc": "4128:18:46", + "nodeType": "YulFunctionCall", + "src": "4128:18:46" + }, + "nativeSrc": "4128:18:46", + "nodeType": "YulExpressionStatement", + "src": "4128:18:46" + }, + { + "nativeSrc": "4155:29:46", + "nodeType": "YulVariableDeclaration", + "src": "4155:29:46", + "value": { + "arguments": [ + { + "name": "value1", + "nativeSrc": "4177:6:46", + "nodeType": "YulIdentifier", + "src": "4177:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4171:5:46", + "nodeType": "YulIdentifier", + "src": "4171:5:46" + }, + "nativeSrc": "4171:13:46", + "nodeType": "YulFunctionCall", + "src": "4171:13:46" + }, + "variables": [ + { + "name": "length_1", + "nativeSrc": "4159:8:46", + "nodeType": "YulTypedName", + "src": "4159:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "4232:6:46", + "nodeType": "YulIdentifier", + "src": "4232:6:46" + }, + { + "kind": "number", + "nativeSrc": "4240:4:46", + "nodeType": "YulLiteral", + "src": "4240:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4228:3:46", + "nodeType": "YulIdentifier", + "src": "4228:3:46" + }, + "nativeSrc": "4228:17:46", + "nodeType": "YulFunctionCall", + "src": "4228:17:46" + }, + { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "4251:5:46", + "nodeType": "YulIdentifier", + "src": "4251:5:46" + }, + { + "kind": "number", + "nativeSrc": "4258:1:46", + "nodeType": "YulLiteral", + "src": "4258:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4247:3:46", + "nodeType": "YulIdentifier", + "src": "4247:3:46" + }, + "nativeSrc": "4247:13:46", + "nodeType": "YulFunctionCall", + "src": "4247:13:46" + }, + { + "name": "length_1", + "nativeSrc": "4262:8:46", + "nodeType": "YulIdentifier", + "src": "4262:8:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "4193:34:46", + "nodeType": "YulIdentifier", + "src": "4193:34:46" + }, + "nativeSrc": "4193:78:46", + "nodeType": "YulFunctionCall", + "src": "4193:78:46" + }, + "nativeSrc": "4193:78:46", + "nodeType": "YulExpressionStatement", + "src": "4193:78:46" + }, + { + "nativeSrc": "4280:30:46", + "nodeType": "YulVariableDeclaration", + "src": "4280:30:46", + "value": { + "arguments": [ + { + "name": "end_1", + "nativeSrc": "4294:5:46", + "nodeType": "YulIdentifier", + "src": "4294:5:46" + }, + { + "name": "length_1", + "nativeSrc": "4301:8:46", + "nodeType": "YulIdentifier", + "src": "4301:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4290:3:46", + "nodeType": "YulIdentifier", + "src": "4290:3:46" + }, + "nativeSrc": "4290:20:46", + "nodeType": "YulFunctionCall", + "src": "4290:20:46" + }, + "variables": [ + { + "name": "_1", + "nativeSrc": "4284:2:46", + "nodeType": "YulTypedName", + "src": "4284:2:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4330:2:46", + "nodeType": "YulIdentifier", + "src": "4330:2:46" + }, + { + "kind": "number", + "nativeSrc": "4334:1:46", + "nodeType": "YulLiteral", + "src": "4334:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4326:3:46", + "nodeType": "YulIdentifier", + "src": "4326:3:46" + }, + "nativeSrc": "4326:10:46", + "nodeType": "YulFunctionCall", + "src": "4326:10:46" + }, + { + "hexValue": "2e", + "kind": "string", + "nativeSrc": "4338:3:46", + "nodeType": "YulLiteral", + "src": "4338:3:46", + "type": "", + "value": "." + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4319:6:46", + "nodeType": "YulIdentifier", + "src": "4319:6:46" + }, + "nativeSrc": "4319:23:46", + "nodeType": "YulFunctionCall", + "src": "4319:23:46" + }, + "nativeSrc": "4319:23:46", + "nodeType": "YulExpressionStatement", + "src": "4319:23:46" + }, + { + "nativeSrc": "4351:29:46", + "nodeType": "YulVariableDeclaration", + "src": "4351:29:46", + "value": { + "arguments": [ + { + "name": "value2", + "nativeSrc": "4373:6:46", + "nodeType": "YulIdentifier", + "src": "4373:6:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "4367:5:46", + "nodeType": "YulIdentifier", + "src": "4367:5:46" + }, + "nativeSrc": "4367:13:46", + "nodeType": "YulFunctionCall", + "src": "4367:13:46" + }, + "variables": [ + { + "name": "length_2", + "nativeSrc": "4355:8:46", + "nodeType": "YulTypedName", + "src": "4355:8:46", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "value2", + "nativeSrc": "4428:6:46", + "nodeType": "YulIdentifier", + "src": "4428:6:46" + }, + { + "kind": "number", + "nativeSrc": "4436:4:46", + "nodeType": "YulLiteral", + "src": "4436:4:46", + "type": "", + "value": "0x20" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4424:3:46", + "nodeType": "YulIdentifier", + "src": "4424:3:46" + }, + "nativeSrc": "4424:17:46", + "nodeType": "YulFunctionCall", + "src": "4424:17:46" + }, + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4447:2:46", + "nodeType": "YulIdentifier", + "src": "4447:2:46" + }, + { + "kind": "number", + "nativeSrc": "4451:1:46", + "nodeType": "YulLiteral", + "src": "4451:1:46", + "type": "", + "value": "2" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4443:3:46", + "nodeType": "YulIdentifier", + "src": "4443:3:46" + }, + "nativeSrc": "4443:10:46", + "nodeType": "YulFunctionCall", + "src": "4443:10:46" + }, + { + "name": "length_2", + "nativeSrc": "4455:8:46", + "nodeType": "YulIdentifier", + "src": "4455:8:46" + } + ], + "functionName": { + "name": "copy_memory_to_memory_with_cleanup", + "nativeSrc": "4389:34:46", + "nodeType": "YulIdentifier", + "src": "4389:34:46" + }, + "nativeSrc": "4389:75:46", + "nodeType": "YulFunctionCall", + "src": "4389:75:46" + }, + "nativeSrc": "4389:75:46", + "nodeType": "YulExpressionStatement", + "src": "4389:75:46" + }, + { + "nativeSrc": "4473:40:46", + "nodeType": "YulAssignment", + "src": "4473:40:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "arguments": [ + { + "name": "_1", + "nativeSrc": "4492:2:46", + "nodeType": "YulIdentifier", + "src": "4492:2:46" + }, + { + "name": "length_2", + "nativeSrc": "4496:8:46", + "nodeType": "YulIdentifier", + "src": "4496:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4488:3:46", + "nodeType": "YulIdentifier", + "src": "4488:3:46" + }, + "nativeSrc": "4488:17:46", + "nodeType": "YulFunctionCall", + "src": "4488:17:46" + }, + { + "kind": "number", + "nativeSrc": "4507:1:46", + "nodeType": "YulLiteral", + "src": "4507:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4484:3:46", + "nodeType": "YulIdentifier", + "src": "4484:3:46" + }, + "nativeSrc": "4484:25:46", + "nodeType": "YulFunctionCall", + "src": "4484:25:46" + }, + { + "kind": "number", + "nativeSrc": "4511:1:46", + "nodeType": "YulLiteral", + "src": "4511:1:46", + "type": "", + "value": "1" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4480:3:46", + "nodeType": "YulIdentifier", + "src": "4480:3:46" + }, + "nativeSrc": "4480:33:46", + "nodeType": "YulFunctionCall", + "src": "4480:33:46" + }, + "variableNames": [ + { + "name": "end", + "nativeSrc": "4473:3:46", + "nodeType": "YulIdentifier", + "src": "4473:3:46" + } + ] + } + ] + }, + "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:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "pos", + "nativeSrc": "3929:3:46", + "nodeType": "YulTypedName", + "src": "3929:3:46", + "type": "" + }, + { + "name": "value2", + "nativeSrc": "3934:6:46", + "nodeType": "YulTypedName", + "src": "3934:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "3942:6:46", + "nodeType": "YulTypedName", + "src": "3942:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "3950:6:46", + "nodeType": "YulTypedName", + "src": "3950:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "end", + "nativeSrc": "3961:3:46", + "nodeType": "YulTypedName", + "src": "3961:3:46", + "type": "" + } + ], + "src": "3532:987:46" + }, + { + "body": { + "nativeSrc": "4556:152:46", + "nodeType": "YulBlock", + "src": "4556:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4573:1:46", + "nodeType": "YulLiteral", + "src": "4573:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4576:77:46", + "nodeType": "YulLiteral", + "src": "4576:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4566:6:46", + "nodeType": "YulIdentifier", + "src": "4566:6:46" + }, + "nativeSrc": "4566:88:46", + "nodeType": "YulFunctionCall", + "src": "4566:88:46" + }, + "nativeSrc": "4566:88:46", + "nodeType": "YulExpressionStatement", + "src": "4566:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4670:1:46", + "nodeType": "YulLiteral", + "src": "4670:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "4673:4:46", + "nodeType": "YulLiteral", + "src": "4673:4:46", + "type": "", + "value": "0x32" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "4663:6:46", + "nodeType": "YulIdentifier", + "src": "4663:6:46" + }, + "nativeSrc": "4663:15:46", + "nodeType": "YulFunctionCall", + "src": "4663:15:46" + }, + "nativeSrc": "4663:15:46", + "nodeType": "YulExpressionStatement", + "src": "4663:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4694:1:46", + "nodeType": "YulLiteral", + "src": "4694:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4697:4:46", + "nodeType": "YulLiteral", + "src": "4697:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "4687:6:46", + "nodeType": "YulIdentifier", + "src": "4687:6:46" + }, + "nativeSrc": "4687:15:46", + "nodeType": "YulFunctionCall", + "src": "4687:15:46" + }, + "nativeSrc": "4687:15:46", + "nodeType": "YulExpressionStatement", + "src": "4687:15:46" + } + ] + }, + "name": "panic_error_0x32", + "nativeSrc": "4524:184:46", + "nodeType": "YulFunctionDefinition", + "src": "4524:184:46" + }, + { + "body": { + "nativeSrc": "4817:223:46", + "nodeType": "YulBlock", + "src": "4817:223:46", + "statements": [ + { + "nativeSrc": "4827:51:46", + "nodeType": "YulVariableDeclaration", + "src": "4827:51:46", + "value": { + "arguments": [ + { + "name": "ptr_to_tail", + "nativeSrc": "4866:11:46", + "nodeType": "YulIdentifier", + "src": "4866:11:46" + } + ], + "functionName": { + "name": "calldataload", + "nativeSrc": "4853:12:46", + "nodeType": "YulIdentifier", + "src": "4853:12:46" + }, + "nativeSrc": "4853:25:46", + "nodeType": "YulFunctionCall", + "src": "4853:25:46" + }, + "variables": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "4831:18:46", + "nodeType": "YulTypedName", + "src": "4831:18:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "4968:16:46", + "nodeType": "YulBlock", + "src": "4968:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4977:1:46", + "nodeType": "YulLiteral", + "src": "4977:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "4980:1:46", + "nodeType": "YulLiteral", + "src": "4980:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "4970:6:46", + "nodeType": "YulIdentifier", + "src": "4970:6:46" + }, + "nativeSrc": "4970:12:46", + "nodeType": "YulFunctionCall", + "src": "4970:12:46" + }, + "nativeSrc": "4970:12:46", + "nodeType": "YulExpressionStatement", + "src": "4970:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "rel_offset_of_tail", + "nativeSrc": "4901:18:46", + "nodeType": "YulIdentifier", + "src": "4901:18:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "arguments": [], + "functionName": { + "name": "calldatasize", + "nativeSrc": "4929:12:46", + "nodeType": "YulIdentifier", + "src": "4929:12:46" + }, + "nativeSrc": "4929:14:46", + "nodeType": "YulFunctionCall", + "src": "4929:14:46" + }, + { + "name": "base_ref", + "nativeSrc": "4945:8:46", + "nodeType": "YulIdentifier", + "src": "4945:8:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "4925:3:46", + "nodeType": "YulIdentifier", + "src": "4925:3:46" + }, + "nativeSrc": "4925:29:46", + "nodeType": "YulFunctionCall", + "src": "4925:29:46" + }, + { + "arguments": [ + { + "kind": "number", + "nativeSrc": "4960:3:46", + "nodeType": "YulLiteral", + "src": "4960:3:46", + "type": "", + "value": "318" + } + ], + "functionName": { + "name": "not", + "nativeSrc": "4956:3:46", + "nodeType": "YulIdentifier", + "src": "4956:3:46" + }, + "nativeSrc": "4956:8:46", + "nodeType": "YulFunctionCall", + "src": "4956:8:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "4921:3:46", + "nodeType": "YulIdentifier", + "src": "4921:3:46" + }, + "nativeSrc": "4921:44:46", + "nodeType": "YulFunctionCall", + "src": "4921:44:46" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "4897:3:46", + "nodeType": "YulIdentifier", + "src": "4897:3:46" + }, + "nativeSrc": "4897:69:46", + "nodeType": "YulFunctionCall", + "src": "4897:69:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "4890:6:46", + "nodeType": "YulIdentifier", + "src": "4890:6:46" + }, + "nativeSrc": "4890:77:46", + "nodeType": "YulFunctionCall", + "src": "4890:77:46" + }, + "nativeSrc": "4887:97:46", + "nodeType": "YulIf", + "src": "4887:97:46" + }, + { + "nativeSrc": "4993:41:46", + "nodeType": "YulAssignment", + "src": "4993:41:46", + "value": { + "arguments": [ + { + "name": "base_ref", + "nativeSrc": "5005:8:46", + "nodeType": "YulIdentifier", + "src": "5005:8:46" + }, + { + "name": "rel_offset_of_tail", + "nativeSrc": "5015:18:46", + "nodeType": "YulIdentifier", + "src": "5015:18:46" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5001:3:46", + "nodeType": "YulIdentifier", + "src": "5001:3:46" + }, + "nativeSrc": "5001:33:46", + "nodeType": "YulFunctionCall", + "src": "5001:33:46" + }, + "variableNames": [ + { + "name": "addr", + "nativeSrc": "4993:4:46", + "nodeType": "YulIdentifier", + "src": "4993:4:46" + } + ] + } + ] + }, + "name": "access_calldata_tail_t_struct$_Attestation_$49_calldata_ptr", + "nativeSrc": "4713:327:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "base_ref", + "nativeSrc": "4782:8:46", + "nodeType": "YulTypedName", + "src": "4782:8:46", + "type": "" + }, + { + "name": "ptr_to_tail", + "nativeSrc": "4792:11:46", + "nodeType": "YulTypedName", + "src": "4792:11:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "addr", + "nativeSrc": "4808:4:46", + "nodeType": "YulTypedName", + "src": "4808:4:46", + "type": "" + } + ], + "src": "4713:327:46" + }, + { + "body": { + "nativeSrc": "5153:101:46", + "nodeType": "YulBlock", + "src": "5153:101:46", + "statements": [ + { + "nativeSrc": "5163:26:46", + "nodeType": "YulAssignment", + "src": "5163:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5175:9:46", + "nodeType": "YulIdentifier", + "src": "5175:9:46" + }, + { + "kind": "number", + "nativeSrc": "5186:2:46", + "nodeType": "YulLiteral", + "src": "5186:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "5171:3:46", + "nodeType": "YulIdentifier", + "src": "5171:3:46" + }, + "nativeSrc": "5171:18:46", + "nodeType": "YulFunctionCall", + "src": "5171:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "5163:4:46", + "nodeType": "YulIdentifier", + "src": "5163:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5205:9:46", + "nodeType": "YulIdentifier", + "src": "5205:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "5220:6:46", + "nodeType": "YulIdentifier", + "src": "5220:6:46" + }, + { + "kind": "number", + "nativeSrc": "5228:18:46", + "nodeType": "YulLiteral", + "src": "5228:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "5216:3:46", + "nodeType": "YulIdentifier", + "src": "5216:3:46" + }, + "nativeSrc": "5216:31:46", + "nodeType": "YulFunctionCall", + "src": "5216:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5198:6:46", + "nodeType": "YulIdentifier", + "src": "5198:6:46" + }, + "nativeSrc": "5198:50:46", + "nodeType": "YulFunctionCall", + "src": "5198:50:46" + }, + "nativeSrc": "5198:50:46", + "nodeType": "YulExpressionStatement", + "src": "5198:50:46" + } + ] + }, + "name": "abi_encode_tuple_t_rational_1_by_1__to_t_uint64__fromStack_reversed", + "nativeSrc": "5045:209:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5122:9:46", + "nodeType": "YulTypedName", + "src": "5122:9:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "5133:6:46", + "nodeType": "YulTypedName", + "src": "5133:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "5144:4:46", + "nodeType": "YulTypedName", + "src": "5144:4:46", + "type": "" + } + ], + "src": "5045:209:46" + }, + { + "body": { + "nativeSrc": "5291:152:46", + "nodeType": "YulBlock", + "src": "5291:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5308:1:46", + "nodeType": "YulLiteral", + "src": "5308:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5311:77:46", + "nodeType": "YulLiteral", + "src": "5311:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5301:6:46", + "nodeType": "YulIdentifier", + "src": "5301:6:46" + }, + "nativeSrc": "5301:88:46", + "nodeType": "YulFunctionCall", + "src": "5301:88:46" + }, + "nativeSrc": "5301:88:46", + "nodeType": "YulExpressionStatement", + "src": "5301:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5405:1:46", + "nodeType": "YulLiteral", + "src": "5405:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "5408:4:46", + "nodeType": "YulLiteral", + "src": "5408:4:46", + "type": "", + "value": "0x41" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5398:6:46", + "nodeType": "YulIdentifier", + "src": "5398:6:46" + }, + "nativeSrc": "5398:15:46", + "nodeType": "YulFunctionCall", + "src": "5398:15:46" + }, + "nativeSrc": "5398:15:46", + "nodeType": "YulExpressionStatement", + "src": "5398:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5429:1:46", + "nodeType": "YulLiteral", + "src": "5429:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5432:4:46", + "nodeType": "YulLiteral", + "src": "5432:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5422:6:46", + "nodeType": "YulIdentifier", + "src": "5422:6:46" + }, + "nativeSrc": "5422:15:46", + "nodeType": "YulFunctionCall", + "src": "5422:15:46" + }, + "nativeSrc": "5422:15:46", + "nodeType": "YulExpressionStatement", + "src": "5422:15:46" + } + ] + }, + "name": "panic_error_0x41", + "nativeSrc": "5259:184:46", + "nodeType": "YulFunctionDefinition", + "src": "5259:184:46" + }, + { + "body": { + "nativeSrc": "5480:152:46", + "nodeType": "YulBlock", + "src": "5480:152:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5497:1:46", + "nodeType": "YulLiteral", + "src": "5497:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5500:77:46", + "nodeType": "YulLiteral", + "src": "5500:77:46", + "type": "", + "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5490:6:46", + "nodeType": "YulIdentifier", + "src": "5490:6:46" + }, + "nativeSrc": "5490:88:46", + "nodeType": "YulFunctionCall", + "src": "5490:88:46" + }, + "nativeSrc": "5490:88:46", + "nodeType": "YulExpressionStatement", + "src": "5490:88:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5594:1:46", + "nodeType": "YulLiteral", + "src": "5594:1:46", + "type": "", + "value": "4" + }, + { + "kind": "number", + "nativeSrc": "5597:4:46", + "nodeType": "YulLiteral", + "src": "5597:4:46", + "type": "", + "value": "0x12" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "5587:6:46", + "nodeType": "YulIdentifier", + "src": "5587:6:46" + }, + "nativeSrc": "5587:15:46", + "nodeType": "YulFunctionCall", + "src": "5587:15:46" + }, + "nativeSrc": "5587:15:46", + "nodeType": "YulExpressionStatement", + "src": "5587:15:46" + }, + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5618:1:46", + "nodeType": "YulLiteral", + "src": "5618:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5621:4:46", + "nodeType": "YulLiteral", + "src": "5621:4:46", + "type": "", + "value": "0x24" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5611:6:46", + "nodeType": "YulIdentifier", + "src": "5611:6:46" + }, + "nativeSrc": "5611:15:46", + "nodeType": "YulFunctionCall", + "src": "5611:15:46" + }, + "nativeSrc": "5611:15:46", + "nodeType": "YulExpressionStatement", + "src": "5611:15:46" + } + ] + }, + "name": "panic_error_0x12", + "nativeSrc": "5448:184:46", + "nodeType": "YulFunctionDefinition", + "src": "5448:184:46" + }, + { + "body": { + "nativeSrc": "5717:208:46", + "nodeType": "YulBlock", + "src": "5717:208:46", + "statements": [ + { + "body": { + "nativeSrc": "5763:16:46", + "nodeType": "YulBlock", + "src": "5763:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5772:1:46", + "nodeType": "YulLiteral", + "src": "5772:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5775:1:46", + "nodeType": "YulLiteral", + "src": "5775:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5765:6:46", + "nodeType": "YulIdentifier", + "src": "5765:6:46" + }, + "nativeSrc": "5765:12:46", + "nodeType": "YulFunctionCall", + "src": "5765:12:46" + }, + "nativeSrc": "5765:12:46", + "nodeType": "YulExpressionStatement", + "src": "5765:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "5738:7:46", + "nodeType": "YulIdentifier", + "src": "5738:7:46" + }, + { + "name": "headStart", + "nativeSrc": "5747:9:46", + "nodeType": "YulIdentifier", + "src": "5747:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "5734:3:46", + "nodeType": "YulIdentifier", + "src": "5734:3:46" + }, + "nativeSrc": "5734:23:46", + "nodeType": "YulFunctionCall", + "src": "5734:23:46" + }, + { + "kind": "number", + "nativeSrc": "5759:2:46", + "nodeType": "YulLiteral", + "src": "5759:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "5730:3:46", + "nodeType": "YulIdentifier", + "src": "5730:3:46" + }, + "nativeSrc": "5730:32:46", + "nodeType": "YulFunctionCall", + "src": "5730:32:46" + }, + "nativeSrc": "5727:52:46", + "nodeType": "YulIf", + "src": "5727:52:46" + }, + { + "nativeSrc": "5788:29:46", + "nodeType": "YulVariableDeclaration", + "src": "5788:29:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "5807:9:46", + "nodeType": "YulIdentifier", + "src": "5807:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "5801:5:46", + "nodeType": "YulIdentifier", + "src": "5801:5:46" + }, + "nativeSrc": "5801:16:46", + "nodeType": "YulFunctionCall", + "src": "5801:16:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "5792:5:46", + "nodeType": "YulTypedName", + "src": "5792:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "5879:16:46", + "nodeType": "YulBlock", + "src": "5879:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "5888:1:46", + "nodeType": "YulLiteral", + "src": "5888:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "5891:1:46", + "nodeType": "YulLiteral", + "src": "5891:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "5881:6:46", + "nodeType": "YulIdentifier", + "src": "5881:6:46" + }, + "nativeSrc": "5881:12:46", + "nodeType": "YulFunctionCall", + "src": "5881:12:46" + }, + "nativeSrc": "5881:12:46", + "nodeType": "YulExpressionStatement", + "src": "5881:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "5839:5:46", + "nodeType": "YulIdentifier", + "src": "5839:5:46" + }, + { + "arguments": [ + { + "name": "value", + "nativeSrc": "5850:5:46", + "nodeType": "YulIdentifier", + "src": "5850:5:46" + }, + { + "kind": "number", + "nativeSrc": "5857:18:46", + "nodeType": "YulLiteral", + "src": "5857:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "5846:3:46", + "nodeType": "YulIdentifier", + "src": "5846:3:46" + }, + "nativeSrc": "5846:30:46", + "nodeType": "YulFunctionCall", + "src": "5846:30:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "5836:2:46", + "nodeType": "YulIdentifier", + "src": "5836:2:46" + }, + "nativeSrc": "5836:41:46", + "nodeType": "YulFunctionCall", + "src": "5836:41:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "5829:6:46", + "nodeType": "YulIdentifier", + "src": "5829:6:46" + }, + "nativeSrc": "5829:49:46", + "nodeType": "YulFunctionCall", + "src": "5829:49:46" + }, + "nativeSrc": "5826:69:46", + "nodeType": "YulIf", + "src": "5826:69:46" + }, + { + "nativeSrc": "5904:15:46", + "nodeType": "YulAssignment", + "src": "5904:15:46", + "value": { + "name": "value", + "nativeSrc": "5914:5:46", + "nodeType": "YulIdentifier", + "src": "5914:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "5904:6:46", + "nodeType": "YulIdentifier", + "src": "5904:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_uint64_fromMemory", + "nativeSrc": "5637:288:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "5683:9:46", + "nodeType": "YulTypedName", + "src": "5683:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "5694:7:46", + "nodeType": "YulTypedName", + "src": "5694:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "5706:6:46", + "nodeType": "YulTypedName", + "src": "5706:6:46", + "type": "" + } + ], + "src": "5637:288:46" + }, + { + "body": { + "nativeSrc": "6057:193:46", + "nodeType": "YulBlock", + "src": "6057:193:46", + "statements": [ + { + "nativeSrc": "6067:26:46", + "nodeType": "YulAssignment", + "src": "6067:26:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6079:9:46", + "nodeType": "YulIdentifier", + "src": "6079:9:46" + }, + { + "kind": "number", + "nativeSrc": "6090:2:46", + "nodeType": "YulLiteral", + "src": "6090:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6075:3:46", + "nodeType": "YulIdentifier", + "src": "6075:3:46" + }, + "nativeSrc": "6075:18:46", + "nodeType": "YulFunctionCall", + "src": "6075:18:46" + }, + "variableNames": [ + { + "name": "tail", + "nativeSrc": "6067:4:46", + "nodeType": "YulIdentifier", + "src": "6067:4:46" + } + ] + }, + { + "expression": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6109:9:46", + "nodeType": "YulIdentifier", + "src": "6109:9:46" + }, + { + "arguments": [ + { + "name": "value0", + "nativeSrc": "6124:6:46", + "nodeType": "YulIdentifier", + "src": "6124:6:46" + }, + { + "kind": "number", + "nativeSrc": "6132:18:46", + "nodeType": "YulLiteral", + "src": "6132:18:46", + "type": "", + "value": "0xffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "6120:3:46", + "nodeType": "YulIdentifier", + "src": "6120:3:46" + }, + "nativeSrc": "6120:31:46", + "nodeType": "YulFunctionCall", + "src": "6120:31:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6102:6:46", + "nodeType": "YulIdentifier", + "src": "6102:6:46" + }, + "nativeSrc": "6102:50:46", + "nodeType": "YulFunctionCall", + "src": "6102:50:46" + }, + "nativeSrc": "6102:50:46", + "nodeType": "YulExpressionStatement", + "src": "6102:50:46" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6172:9:46", + "nodeType": "YulIdentifier", + "src": "6172:9:46" + }, + { + "kind": "number", + "nativeSrc": "6183:2:46", + "nodeType": "YulLiteral", + "src": "6183:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6168:3:46", + "nodeType": "YulIdentifier", + "src": "6168:3:46" + }, + "nativeSrc": "6168:18:46", + "nodeType": "YulFunctionCall", + "src": "6168:18:46" + }, + { + "arguments": [ + { + "name": "value1", + "nativeSrc": "6192:6:46", + "nodeType": "YulIdentifier", + "src": "6192:6:46" + }, + { + "kind": "number", + "nativeSrc": "6200:42:46", + "nodeType": "YulLiteral", + "src": "6200:42:46", + "type": "", + "value": "0xffffffffffffffffffffffffffffffffffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "6188:3:46", + "nodeType": "YulIdentifier", + "src": "6188:3:46" + }, + "nativeSrc": "6188:55:46", + "nodeType": "YulFunctionCall", + "src": "6188:55:46" + } + ], + "functionName": { + "name": "mstore", + "nativeSrc": "6161:6:46", + "nodeType": "YulIdentifier", + "src": "6161:6:46" + }, + "nativeSrc": "6161:83:46", + "nodeType": "YulFunctionCall", + "src": "6161:83:46" + }, + "nativeSrc": "6161:83:46", + "nodeType": "YulExpressionStatement", + "src": "6161:83:46" + } + ] + }, + "name": "abi_encode_tuple_t_uint64_t_address__to_t_uint64_t_address__fromStack_reversed", + "nativeSrc": "5930:320:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "6018:9:46", + "nodeType": "YulTypedName", + "src": "6018:9:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "6029:6:46", + "nodeType": "YulTypedName", + "src": "6029:6:46", + "type": "" + }, + { + "name": "value0", + "nativeSrc": "6037:6:46", + "nodeType": "YulTypedName", + "src": "6037:6:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "tail", + "nativeSrc": "6048:4:46", + "nodeType": "YulTypedName", + "src": "6048:4:46", + "type": "" + } + ], + "src": "5930:320:46" + }, + { + "body": { + "nativeSrc": "6349:348:46", + "nodeType": "YulBlock", + "src": "6349:348:46", + "statements": [ + { + "body": { + "nativeSrc": "6395:16:46", + "nodeType": "YulBlock", + "src": "6395:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6404:1:46", + "nodeType": "YulLiteral", + "src": "6404:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6407:1:46", + "nodeType": "YulLiteral", + "src": "6407:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6397:6:46", + "nodeType": "YulIdentifier", + "src": "6397:6:46" + }, + "nativeSrc": "6397:12:46", + "nodeType": "YulFunctionCall", + "src": "6397:12:46" + }, + "nativeSrc": "6397:12:46", + "nodeType": "YulExpressionStatement", + "src": "6397:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "dataEnd", + "nativeSrc": "6370:7:46", + "nodeType": "YulIdentifier", + "src": "6370:7:46" + }, + { + "name": "headStart", + "nativeSrc": "6379:9:46", + "nodeType": "YulIdentifier", + "src": "6379:9:46" + } + ], + "functionName": { + "name": "sub", + "nativeSrc": "6366:3:46", + "nodeType": "YulIdentifier", + "src": "6366:3:46" + }, + "nativeSrc": "6366:23:46", + "nodeType": "YulFunctionCall", + "src": "6366:23:46" + }, + { + "kind": "number", + "nativeSrc": "6391:2:46", + "nodeType": "YulLiteral", + "src": "6391:2:46", + "type": "", + "value": "64" + } + ], + "functionName": { + "name": "slt", + "nativeSrc": "6362:3:46", + "nodeType": "YulIdentifier", + "src": "6362:3:46" + }, + "nativeSrc": "6362:32:46", + "nodeType": "YulFunctionCall", + "src": "6362:32:46" + }, + "nativeSrc": "6359:52:46", + "nodeType": "YulIf", + "src": "6359:52:46" + }, + { + "nativeSrc": "6420:29:46", + "nodeType": "YulVariableDeclaration", + "src": "6420:29:46", + "value": { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6439:9:46", + "nodeType": "YulIdentifier", + "src": "6439:9:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "6433:5:46", + "nodeType": "YulIdentifier", + "src": "6433:5:46" + }, + "nativeSrc": "6433:16:46", + "nodeType": "YulFunctionCall", + "src": "6433:16:46" + }, + "variables": [ + { + "name": "value", + "nativeSrc": "6424:5:46", + "nodeType": "YulTypedName", + "src": "6424:5:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "6502:16:46", + "nodeType": "YulBlock", + "src": "6502:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6511:1:46", + "nodeType": "YulLiteral", + "src": "6511:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6514:1:46", + "nodeType": "YulLiteral", + "src": "6514:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6504:6:46", + "nodeType": "YulIdentifier", + "src": "6504:6:46" + }, + "nativeSrc": "6504:12:46", + "nodeType": "YulFunctionCall", + "src": "6504:12:46" + }, + "nativeSrc": "6504:12:46", + "nodeType": "YulExpressionStatement", + "src": "6504:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "6471:5:46", + "nodeType": "YulIdentifier", + "src": "6471:5:46" + }, + { + "arguments": [ + { + "arguments": [ + { + "name": "value", + "nativeSrc": "6492:5:46", + "nodeType": "YulIdentifier", + "src": "6492:5:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "6485:6:46", + "nodeType": "YulIdentifier", + "src": "6485:6:46" + }, + "nativeSrc": "6485:13:46", + "nodeType": "YulFunctionCall", + "src": "6485:13:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "6478:6:46", + "nodeType": "YulIdentifier", + "src": "6478:6:46" + }, + "nativeSrc": "6478:21:46", + "nodeType": "YulFunctionCall", + "src": "6478:21:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "6468:2:46", + "nodeType": "YulIdentifier", + "src": "6468:2:46" + }, + "nativeSrc": "6468:32:46", + "nodeType": "YulFunctionCall", + "src": "6468:32:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "6461:6:46", + "nodeType": "YulIdentifier", + "src": "6461:6:46" + }, + "nativeSrc": "6461:40:46", + "nodeType": "YulFunctionCall", + "src": "6461:40:46" + }, + "nativeSrc": "6458:60:46", + "nodeType": "YulIf", + "src": "6458:60:46" + }, + { + "nativeSrc": "6527:15:46", + "nodeType": "YulAssignment", + "src": "6527:15:46", + "value": { + "name": "value", + "nativeSrc": "6537:5:46", + "nodeType": "YulIdentifier", + "src": "6537:5:46" + }, + "variableNames": [ + { + "name": "value0", + "nativeSrc": "6527:6:46", + "nodeType": "YulIdentifier", + "src": "6527:6:46" + } + ] + }, + { + "nativeSrc": "6551:40:46", + "nodeType": "YulVariableDeclaration", + "src": "6551:40:46", + "value": { + "arguments": [ + { + "arguments": [ + { + "name": "headStart", + "nativeSrc": "6576:9:46", + "nodeType": "YulIdentifier", + "src": "6576:9:46" + }, + { + "kind": "number", + "nativeSrc": "6587:2:46", + "nodeType": "YulLiteral", + "src": "6587:2:46", + "type": "", + "value": "32" + } + ], + "functionName": { + "name": "add", + "nativeSrc": "6572:3:46", + "nodeType": "YulIdentifier", + "src": "6572:3:46" + }, + "nativeSrc": "6572:18:46", + "nodeType": "YulFunctionCall", + "src": "6572:18:46" + } + ], + "functionName": { + "name": "mload", + "nativeSrc": "6566:5:46", + "nodeType": "YulIdentifier", + "src": "6566:5:46" + }, + "nativeSrc": "6566:25:46", + "nodeType": "YulFunctionCall", + "src": "6566:25:46" + }, + "variables": [ + { + "name": "value_1", + "nativeSrc": "6555:7:46", + "nodeType": "YulTypedName", + "src": "6555:7:46", + "type": "" + } + ] + }, + { + "body": { + "nativeSrc": "6649:16:46", + "nodeType": "YulBlock", + "src": "6649:16:46", + "statements": [ + { + "expression": { + "arguments": [ + { + "kind": "number", + "nativeSrc": "6658:1:46", + "nodeType": "YulLiteral", + "src": "6658:1:46", + "type": "", + "value": "0" + }, + { + "kind": "number", + "nativeSrc": "6661:1:46", + "nodeType": "YulLiteral", + "src": "6661:1:46", + "type": "", + "value": "0" + } + ], + "functionName": { + "name": "revert", + "nativeSrc": "6651:6:46", + "nodeType": "YulIdentifier", + "src": "6651:6:46" + }, + "nativeSrc": "6651:12:46", + "nodeType": "YulFunctionCall", + "src": "6651:12:46" + }, + "nativeSrc": "6651:12:46", + "nodeType": "YulExpressionStatement", + "src": "6651:12:46" + } + ] + }, + "condition": { + "arguments": [ + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "6613:7:46", + "nodeType": "YulIdentifier", + "src": "6613:7:46" + }, + { + "arguments": [ + { + "name": "value_1", + "nativeSrc": "6626:7:46", + "nodeType": "YulIdentifier", + "src": "6626:7:46" + }, + { + "kind": "number", + "nativeSrc": "6635:10:46", + "nodeType": "YulLiteral", + "src": "6635:10:46", + "type": "", + "value": "0xffffffff" + } + ], + "functionName": { + "name": "and", + "nativeSrc": "6622:3:46", + "nodeType": "YulIdentifier", + "src": "6622:3:46" + }, + "nativeSrc": "6622:24:46", + "nodeType": "YulFunctionCall", + "src": "6622:24:46" + } + ], + "functionName": { + "name": "eq", + "nativeSrc": "6610:2:46", + "nodeType": "YulIdentifier", + "src": "6610:2:46" + }, + "nativeSrc": "6610:37:46", + "nodeType": "YulFunctionCall", + "src": "6610:37:46" + } + ], + "functionName": { + "name": "iszero", + "nativeSrc": "6603:6:46", + "nodeType": "YulIdentifier", + "src": "6603:6:46" + }, + "nativeSrc": "6603:45:46", + "nodeType": "YulFunctionCall", + "src": "6603:45:46" + }, + "nativeSrc": "6600:65:46", + "nodeType": "YulIf", + "src": "6600:65:46" + }, + { + "nativeSrc": "6674:17:46", + "nodeType": "YulAssignment", + "src": "6674:17:46", + "value": { + "name": "value_1", + "nativeSrc": "6684:7:46", + "nodeType": "YulIdentifier", + "src": "6684:7:46" + }, + "variableNames": [ + { + "name": "value1", + "nativeSrc": "6674:6:46", + "nodeType": "YulIdentifier", + "src": "6674:6:46" + } + ] + } + ] + }, + "name": "abi_decode_tuple_t_boolt_uint32_fromMemory", + "nativeSrc": "6255:442:46", + "nodeType": "YulFunctionDefinition", + "parameters": [ + { + "name": "headStart", + "nativeSrc": "6307:9:46", + "nodeType": "YulTypedName", + "src": "6307:9:46", + "type": "" + }, + { + "name": "dataEnd", + "nativeSrc": "6318:7:46", + "nodeType": "YulTypedName", + "src": "6318:7:46", + "type": "" + } + ], + "returnVariables": [ + { + "name": "value0", + "nativeSrc": "6330:6:46", + "nodeType": "YulTypedName", + "src": "6330:6:46", + "type": "" + }, + { + "name": "value1", + "nativeSrc": "6338:6:46", + "nodeType": "YulTypedName", + "src": "6338:6:46", + "type": "" + } + ], + "src": "6255:442:46" + } + ] + }, + "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_decode_tuple_t_uint64_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, 0xffffffffffffffff))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_uint64_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": 46, + "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": "6080604052600436106100c05760003560e01c806391db0b7e11610074578063ce46e0461161004e578063ce46e04614610269578063e49617e11461027d578063e60c35051461029057600080fd5b806391db0b7e146101f9578063bf7e214f1461020c578063c4d66de81461024957600080fd5b80638150864d116100a55780638150864d1461014957806388e5b2d9146101905780638fb36037146101b357600080fd5b806354fd4d50146100fe5780637a9e5e4b1461012957600080fd5b366100f9576040517f1574f9f300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b005b600080fd5b34801561010a57600080fd5b506101136102a3565b6040516101209190610c5d565b60405180910390f35b34801561013557600080fd5b506100f7610144366004610c90565b610346565b34801561015557600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b039091168152602001610120565b6101a361019e366004610d0c565b61042e565b6040519015158152602001610120565b3480156101bf57600080fd5b506101c86104fd565b6040517fffffffff000000000000000000000000000000000000000000000000000000009091168152602001610120565b6101a3610207366004610d0c565b610572565b34801561021857600080fd5b507ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b0316610178565b34801561025557600080fd5b506100f7610264366004610c90565b610631565b34801561027557600080fd5b5060006101a3565b6101a361028b366004610d7d565b61076e565b6101a361029e366004610d7d565b610781565b60606102ce7f0000000000000000000000000000000000000000000000000000000000000000610795565b6102f77f0000000000000000000000000000000000000000000000000000000000000000610795565b6103207f0000000000000000000000000000000000000000000000000000000000000000610795565b60405160200161033293929190610db9565b604051602081830303815290604052905090565b336103787ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103d2576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610421576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b61042a82610835565b5050565b60006104386108c0565b838281146104595760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed57600086868381811061047957610479610e18565b905060200201359050828111156104a35760405163044044a560e21b815260040160405180910390fd5b6104d08989848181106104b8576104b8610e18565b90506020028101906104ca9190610e2e565b50600190565b6104e15760009450505050506104f5565b9091039060010161045d565b506001925050505b949350505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546000919074010000000000000000000000000000000000000000900460ff1661054a57600061056c565b7f8fb36037000000000000000000000000000000000000000000000000000000005b91505090565b600061057c6108c0565b8382811461059d5760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed5760008686838181106105bd576105bd610e18565b905060200201359050828111156105e75760405163044044a560e21b815260040160405180910390fd5b6106148989848181106105fc576105fc610e18565b905060200281019061060e9190610e2e565b82610924565b6106255760009450505050506104f5565b909103906001016105a1565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff1660008115801561067c5750825b905060008267ffffffffffffffff1660011480156106995750303b155b9050811580156106a7575080155b156106de576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561071257845468ff00000000000000001916680100000000000000001785555b61071b8661094a565b831561076657845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b60006107786108c0565b60015b92915050565b600061078b6108c0565b61077b8234610924565b606060006107a28361095e565b600101905060008167ffffffffffffffff8111156107c2576107c2610e4f565b6040519080825280601f01601f1916602001820160405280156107ec576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a85049450846107f657509392505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610922576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6000610937610100840160e08501610c90565b61094081610a40565b5060019392505050565b610952610bc1565b61095b81610c28565b50565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106109a7577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106109d3576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106109f157662386f26fc10000830492506010015b6305f5e1008310610a09576305f5e100830492506008015b6127108310610a1d57612710830492506004015b60648310610a2f576064830492506002015b600a831061077b5760010192915050565b6000610a737ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b031663cfef5e836040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ac4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ae89190610e65565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201526001600160a01b03861660248201526044016040805180830381865afa158015610b53573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b779190610e8f565b50905080610bbc576040517f93693b7a0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016103c9565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16610922576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610c30610bc1565b61095b81610835565b60005b83811015610c54578181015183820152602001610c3c565b50506000910152565b6020815260008251806020840152610c7c816040850160208701610c39565b601f01601f19169190910160400192915050565b600060208284031215610ca257600080fd5b81356001600160a01b0381168114610cb957600080fd5b9392505050565b60008083601f840112610cd257600080fd5b50813567ffffffffffffffff811115610cea57600080fd5b6020830191508360208260051b8501011115610d0557600080fd5b9250929050565b60008060008060408587031215610d2257600080fd5b843567ffffffffffffffff811115610d3957600080fd5b610d4587828801610cc0565b909550935050602085013567ffffffffffffffff811115610d6557600080fd5b610d7187828801610cc0565b95989497509550505050565b600060208284031215610d8f57600080fd5b813567ffffffffffffffff811115610da657600080fd5b82016101408185031215610cb957600080fd5b60008451610dcb818460208901610c39565b601760f91b9083019081528451610de9816001840160208901610c39565b601760f91b600192909101918201528351610e0b816002840160208801610c39565b0160020195945050505050565b634e487b7160e01b600052603260045260246000fd5b6000823561013e19833603018112610e4557600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610e7757600080fd5b815167ffffffffffffffff81168114610cb957600080fd5b60008060408385031215610ea257600080fd5b82518015158114610eb257600080fd5b602084015190925063ffffffff81168114610ecc57600080fd5b80915050925092905056fea2646970667358221220083b8bd54438b8def906ae06d0e6b93f63db96cec3ee0a8783af27a05863205f64736f6c634300081a0033", + "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 0xC5D 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 0xC90 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 0xD0C 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 0xD0C 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 0xC90 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 0xD7D JUMP JUMPDEST PUSH2 0x76E JUMP JUMPDEST PUSH2 0x1A3 PUSH2 0x29E CALLDATASIZE PUSH1 0x4 PUSH2 0xD7D 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 0xDB9 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 0xE18 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 0xE18 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x4CA SWAP2 SWAP1 PUSH2 0xE2E 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 0xE18 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 0xE18 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x60E SWAP2 SWAP1 PUSH2 0xE2E 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 0xE4F 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 0xC90 JUMP JUMPDEST PUSH2 0x940 DUP2 PUSH2 0xA40 JUMP JUMPDEST POP PUSH1 0x1 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x952 PUSH2 0xBC1 JUMP JUMPDEST PUSH2 0x95B DUP2 PUSH2 0xC28 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 SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xD1F856EE DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xCFEF5E83 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 0xAC4 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 0xAE8 SWAP2 SWAP1 PUSH2 0xE65 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 PUSH1 0xE0 DUP5 SWAP1 SHL AND DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x24 DUP3 ADD MSTORE PUSH1 0x44 ADD PUSH1 0x40 DUP1 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0xB53 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 0xB77 SWAP2 SWAP1 PUSH2 0xE8F JUMP JUMPDEST POP SWAP1 POP DUP1 PUSH2 0xBBC JUMPI PUSH1 0x40 MLOAD PUSH32 0x93693B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x3C9 JUMP JUMPDEST POP POP POP 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 0xC30 PUSH2 0xBC1 JUMP JUMPDEST PUSH2 0x95B DUP2 PUSH2 0x835 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xC54 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0xC3C 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 0xC7C DUP2 PUSH1 0x40 DUP6 ADD PUSH1 0x20 DUP8 ADD PUSH2 0xC39 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 0xCA2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0xCB9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0xCD2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xCEA 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 0xD05 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 0xD22 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xD39 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xD45 DUP8 DUP3 DUP9 ADD PUSH2 0xCC0 JUMP JUMPDEST SWAP1 SWAP6 POP SWAP4 POP POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xD65 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xD71 DUP8 DUP3 DUP9 ADD PUSH2 0xCC0 JUMP JUMPDEST SWAP6 SWAP9 SWAP5 SWAP8 POP SWAP6 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xD8F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xDA6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH2 0x140 DUP2 DUP6 SUB SLT ISZERO PUSH2 0xCB9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0xDCB DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0xC39 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL SWAP1 DUP4 ADD SWAP1 DUP2 MSTORE DUP5 MLOAD PUSH2 0xDE9 DUP2 PUSH1 0x1 DUP5 ADD PUSH1 0x20 DUP10 ADD PUSH2 0xC39 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL PUSH1 0x1 SWAP3 SWAP1 SWAP2 ADD SWAP2 DUP3 ADD MSTORE DUP4 MLOAD PUSH2 0xE0B DUP2 PUSH1 0x2 DUP5 ADD PUSH1 0x20 DUP9 ADD PUSH2 0xC39 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 0xE45 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 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xE77 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0xCB9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xEA2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0xEB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD MLOAD SWAP1 SWAP3 POP PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0xECC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 ADDMOD EXTCODESIZE DUP12 0xD5 PREVRANDAO CODESIZE 0xB8 0xDE 0xF9 MOD 0xAE MOD 0xD0 0xE6 0xB9 EXTCODEHASH PUSH4 0xDB96CEC3 0xEE EXP DUP8 DUP4 0xAF 0x27 LOG0 PC PUSH4 0x205F6473 PUSH16 0x6C634300081A00330000000000000000 ", + "sourceMap": "582:1246:45:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1178:12:10;;;;;;;;;;;;;;1139:62;582:1246:45;;;;;945:235:6;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4146:362:11;;;;;;;;;;-1:-1:-1;4146:362:11;;;;;:::i;:::-;;:::i;1401:70:45:-;;;;;;;;;;-1:-1:-1;1460:4:45;1401:70;;;-1:-1:-1;;;;;1161:55:46;;;1143:74;;1131:2;1116:18;1401:70:45;984:239:46;3128:1460:10;;;;;;:::i;:::-;;:::i;:::-;;;2627:14:46;;2620:22;2602:41;;2590:2;2575:18;3128:1460:10;2462:187:46;4549:227:11;;;;;;;;;;;;;:::i;:::-;;;2828:66:46;2816:79;;;2798:98;;2786:2;2771:18;4549:227:11;2654:248:46;1437:1461:10;;;;;;:::i;:::-;;:::i;3941:164:11:-;;;;;;;;;;-1:-1:-1;1815:28:11;4086:12;-1:-1:-1;;;;;4086:12:11;3941:164;;867:120:45;;;;;;;;;;-1:-1:-1;867:120:45;;;;;:::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;4146:362:11:-;966:10:14;4268:11:11;1815:28;4086:12;-1:-1:-1;;;;;4086:12:11;;3941:164;4268:11;-1:-1:-1;;;;;4258:21:11;:6;-1:-1:-1;;;;;4258:21:11;;4254:92;;4302:33;;;;;-1:-1:-1;;;;;1161:55:46;;4302:33:11;;;1143:74:46;1116:18;;4302:33:11;;;;;;;;4254:92;4359:12;-1:-1:-1;;;;;4359:24:11;;4387:1;4359:29;4355:110;;4411:43;;;;;-1:-1:-1;;;;;1161:55:46;;4411:43:11;;;1143:74:46;1116:18;;4411:43:11;984:239:46;4355:110:11;4474:27;4488:12;4474:13;:27::i;:::-;4205:303;4146: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;1384:4:45;;1237: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;4549:227:11:-;1815:28;4698:20;;4604:6;;1815:28;4698:20;;;;;:71;;4767:1;4698:71;;;4721:36;4698:71;4691:78;;;4549: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;;867:120:45::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;942:38:45::1;963:16;942:20;:38::i;:::-;5070:14:13::0;5066:101;;;5100:23;;-1:-1:-1;;5100:23:13;;;5142:14;;-1:-1:-1;5198:50:46;;5142:14:13;;5186:2:46;5171:18;5142:14:13;;;;;;;5066:101;4092:1081;;;;;867:120:45;:::o;2940:146:10:-;3024:4;905:10;:8;:10::i;:::-;1384:4:45;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:632:30:-: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:30;-1:-1:-1;794:41:30;-1:-1:-1;924:28:30;;;940:2;924:28;979:247;-1:-1:-1;;1010:5:30;1114:10;1109:2;1098:14;;1093:32;1010:5;1080:46;1170:2;1161:11;;;-1:-1:-1;1190:21:30;979:247;1190:21;-1:-1:-1;1246:6:30;637:632;-1:-1:-1;;;637:632:30:o;4964:220:11:-;1815:28;5105:27;;-1:-1:-1;;;;;5105:27:11;;;;;;;;;;5147:30;;;1143:74:46;;;5147:30:11;;;;;;1131:2:46;5147:30:11;;;5026:158;4964:220;:::o;6035:128:10:-;6082:10;-1:-1:-1;;;;;6104:4:10;6082:27;;6078:79;;6132:14;;;;;;;;;;;;;;6078:79;6035:128::o;993:238:45:-;1193:4;1154:20;;;;;;;;:::i;:::-;819:24;834:8;819:14;:24::i;:::-;-1:-1:-1;1220:4:45::1;::::0;993:238;-1:-1:-1;;;993:238:45:o;1953:147:11:-;6931:20:13;:18;:20::i;:::-;2045:48:11::1;2076:16;2045:30;:48::i;:::-;1953:147:::0;:::o;25316:916:35:-;25369:7;;25453:8;25444:17;;25440:103;;25490:8;25481:17;;;-1:-1:-1;25526:2:35;25516:12;25440:103;25569:8;25560:5;:17;25556:103;;25606:8;25597:17;;;-1:-1:-1;25642:2:35;25632:12;25556:103;25685:8;25676:5;:17;25672:103;;25722:8;25713:17;;;-1:-1:-1;25758:2:35;25748:12;25672:103;25801:7;25792:5;:16;25788:100;;25837:7;25828:16;;;-1:-1:-1;25872:1:35;25862:11;25788:100;25914:7;25905:5;:16;25901:100;;25950:7;25941:16;;;-1:-1:-1;25985:1:35;25975:11;25901:100;26027:7;26018:5;:16;26014:100;;26063:7;26054:16;;;-1:-1:-1;26098:1:35;26088:11;26014:100;26140:7;26131:5;:16;26127:66;;26177:1;26167:11;26219:6;25316:916;-1:-1:-1;;25316:916:35:o;1477:349:45:-;1546:26;1592:11;1815:28:11;4086:12;-1:-1:-1;;;;;4086:12:11;;3941:164;1592:11:45;1546:58;;1615:13;1634:9;-1:-1:-1;;;;;1634:17:45;;1665:9;-1:-1:-1;;;;;1665:34:45;;:36;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1634:99;;;;;;;;;;6132:18:46;6120:31;;;1634:99:45;;;6102:50:46;-1:-1:-1;;;;;6188:55:46;;6168:18;;;6161:83;6075:18;;1634:99:45;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1614:119;;;1748:8;1743:77;;1779:30;;;;;-1:-1:-1;;;;;1161:55:46;;1779:30:45;;;1143:74:46;1116:18;;1779:30:45;984:239:46;1743:77:45;1536:290;;1477:349;:::o;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:46:-: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:46;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:46;609:45;;;;656:2;605:54;;269:396;-1:-1:-1;;269:396:46: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:46;876:54;869:5;866:65;856:93;;945:1;942;935:12;856:93;968:5;670:309;-1:-1:-1;;;670:309:46: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:46;;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:46;-1:-1:-1;;2205:2:46;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:46;-1:-1:-1;;;;1620:837:46: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:46;;;4128:18;;;4171:13;;4193:78;4171:13;4258:1;4247:13;;4240:4;4228:17;;4193:78;:::i;:::-;-1:-1:-1;;;4334:1:46;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:46:o;4524:184::-;-1:-1:-1;;;4573:1:46;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:46:o;5259:184::-;-1:-1:-1;;;5308:1:46;5301:88;5408:4;5405:1;5398:15;5432:4;5429:1;5422:15;5637:288;5706:6;5759:2;5747:9;5738:7;5734:23;5730:32;5727:52;;;5775:1;5772;5765:12;5727:52;5807:9;5801:16;5857:18;5850:5;5846:30;5839:5;5836:41;5826:69;;5891:1;5888;5881:12;6255:442;6330:6;6338;6391:2;6379:9;6370:7;6366:23;6362:32;6359:52;;;6407:1;6404;6397:12;6359:52;6439:9;6433:16;6492:5;6485:13;6478:21;6471:5;6468:32;6458:60;;6514:1;6511;6504:12;6458:60;6587:2;6572:18;;6566:25;6537:5;;-1:-1:-1;6635:10:46;6622:24;;6610:37;;6600:65;;6661:1;6658;6651:12;6600:65;6684:7;6674:17;;;6255: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\":\"0x89017bb026363fdc9fdc4b7c995aaf83e4c5af5c022eafa2e96352f843297373\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://dff6e61ba53c87ad06cbdddb9ff36dec215a41beff91746a80f4a9a32d37f447\",\"dweb:/ipfs/QmUm6hznJTihCTaRx7TXHXKbgyuDEEgehyRzi7TAs8GLvB\"]},\"@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol\":{\"keccak256\":\"0xc36716750a9095416ede9775ee8ae19f13794406a297c0dccd6146268bd36d74\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://595c9227d490558d1666e32609ac6677ba4fff7187cb539c3bb2c9a3e8b63b27\",\"dweb:/ipfs/QmZgoM4Rj7NuY8pfQ9pCvpKTrk5ZJ6Sdbf8XMsSVsvwMk5\"]},\"@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/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\":\"0x9be2d08a326515805bc9cf6315b7953f8d1ebe88abf48c2d645fb1fa8211a0e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e750d656e37efaefbb2300051ec2c4c725db266c5ff89bc985f7ecb8d214c4f4\",\"dweb:/ipfs/QmT51FsZes2n2nrLLh3d8YkBYKY43CtwScZxixcLGzL9r6\"]},\"@openzeppelin/contracts/access/manager/IAuthority.sol\":{\"keccak256\":\"0x4cc0766bd7fb7b3bafb70afa2a93b6e313a0baec7a35ad1b57505be7861c1030\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85871c47ac00d10664b858ef71ecd8b9787c1d313e544ab2c57210c520a3c06c\",\"dweb:/ipfs/QmUMTwojLzURuHftQLzAVuDmib9roj4KwcHCkg3LhZ2AdH\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x9d8da059267bac779a2dbbb9a26c2acf00ca83085e105d62d5d4ef96054a47f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c78e2aa4313323cecd1ef12a8d6265b96beee1a199923abf55d9a2a9e291ad23\",\"dweb:/ipfs/QmUTs2KStXucZezzFo3EYeqYu47utu56qrF7jj1Gue65vb\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x725209b582291bb83058e3078624b53d15a133f7401c30295e7f3704181d2aed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0564ddb19c6d870e27b789d8f985283d815267ad7224883c2d5243c8bacc7dc0\",\"dweb:/ipfs/QmeC953H4sj88ZRFdJNFdmpf7J9SksP1wK4jyMHLo66z49\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa00be322d7db5786750ce0ac7e2f5b633ac30a5ed5fa1ced1e74acfc19acecea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c84e822f87cbdc4082533b626667b6928715bb2b1e8e7eb96954cebb9e38c8d\",\"dweb:/ipfs/QmZmy9dgxLTerBAQDuuHqbL6EpgRxddqgv5KmwpXYVbKz1\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0xb1970fac7b64e6c09611e6691791e848d5e3fe410fa5899e7df2e0afd77a99e3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db5fbb3dddd8b7047465b62575d96231ba8a2774d37fb4737fbf23340fabbb03\",\"dweb:/ipfs/QmVUSvooZKEdEdap619tcJjTLcAuH6QBdZqAzWwnAXZAWJ\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0x36776530f012618bc7526ceb28e77b85e582cb12d9b9466a71d4bd6bf952e4cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f867d046908497287d8a67643dd5d7e38c4027af4ab0a74ffbe1d6790c383c6\",\"dweb:/ipfs/QmQ7s9gMP1nkwThFmoDifnGgpUMsMe5q5ZrAxGDsNnRGza\"]},\"contracts/OIDAccessManager.sol\":{\"keccak256\":\"0xcae4c0b5509dd30aa1203490b1494243c47ca0250904dfa213276449ae02de48\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://9c98b004011a5dc5e8fcfa342a204d969a435ec88a1e83620abd45f777bd2da9\",\"dweb:/ipfs/QmdWv9aq7vj9Pjdbwaa5DKK3gQFNiLHsBRrKssFEV7g5Z5\"]},\"contracts/OIDResolver.sol\":{\"keccak256\":\"0x119276872f0c4da22b1c5c0d4b56b1828e06f1bc3d3c7a854e9e09f9df21b00a\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://50b03e78d2a6482a2959d8ebfe0d04ceaaaf3ca549b49968ced41941d2fbd27b\",\"dweb:/ipfs/QmdqvghQKihv7T3TtPyqNsKZn6Ja8GCFgbY3RWuveqKhHR\"]}},\"version\":1}" + } + } + } + } +} \ No newline at end of file diff --git a/ignition/deployments/chain-84532/deployed_addresses.json b/ignition/deployments/chain-84532/deployed_addresses.json new file mode 100644 index 0000000..1fe11b6 --- /dev/null +++ b/ignition/deployments/chain-84532/deployed_addresses.json @@ -0,0 +1,6 @@ +{ + "OIDAccessManagerModule#OIDAccessManager": "0x8194157B9464683E552c810b4FEA66251435606b", + "OIDResolver#OIDResolver": "0x79558DE98808e053442f34A8834cd1f645561CE4", + "ApplicationManager#ApplicationManager": "0x52d0a71B42Dd84532A7B332fdfa059E8a7391092", + "OIDPermissionManager#OIDPermissionManager": "0xF65e300B0e622B1Bc224c7351397ea2FF29f1c3D" +} diff --git a/ignition/deployments/chain-84532/journal.jsonl b/ignition/deployments/chain-84532/journal.jsonl new file mode 100644 index 0000000..380a582 --- /dev/null +++ b/ignition/deployments/chain-84532/journal.jsonl @@ -0,0 +1,32 @@ + +{"chainId":84532,"type":"DEPLOYMENT_INITIALIZE"} +{"artifactId":"OIDAccessManagerModule#OIDAccessManager","constructorArgs":[],"contractName":"OIDAccessManager","dependencies":[],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0x6080604052348015600f57600080fd5b506133c88061001f6000396000f3fe60806040526004361061026a5760003560e01c806375b238fc11610153578063b7009613116100cb578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c61461080b578063f801a6981461082b578063fe0776f51461086557600080fd5b8063d1f856ee146107cb578063d22b5989146107eb57600080fd5b8063c4d66de8116100b0578063c4d66de814610780578063cc1b6c81146107a0578063cfef5e83146107b657600080fd5b8063b700961314610724578063b7d2b1621461076057600080fd5b806394c7d7ee11610122578063a64d95ce11610107578063a64d95ce146106a9578063abd9bd2a146106c9578063ac9650d8146106f757600080fd5b806394c7d7ee14610629578063a166aa891461064957600080fd5b806375b238fc146105ca57806377de1131146105df5780638129fc1c146105f4578063853551b81461060957600080fd5b806330cae187116101e65780634665096d116101b5578063529629521161019a578063529629521461052e578063530dd4561461054e5780636d5115bd146105aa57600080fd5b80634665096d146104f85780634c1da1e21461050e57600080fd5b806330cae187146104295780633adc277a146104495780633ca7c02a146104805780634136a33c1461049c57600080fd5b8063167bd3951161023d5780631cff79cd116102225780631cff79cd1461039c57806325c471a0146103af5780633078f114146103cf57600080fd5b8063167bd3951461035c57806318ff183c1461037c57600080fd5b80630125a4251461026f57806308d6122d146102a25780630b0a93ba146102c457806312be872714610327575b600080fd5b34801561027b57600080fd5b50610284600381565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102ae57600080fd5b506102c26102bd366004612c02565b610885565b005b3480156102d057600080fd5b506102846102df366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad016020526040902060010154600160401b90041690565b34801561033357600080fd5b50610347610342366004612c69565b6108d8565b60405163ffffffff9091168152602001610299565b34801561036857600080fd5b506102c2610377366004612c84565b610944565b34801561038857600080fd5b506102c2610397366004612cc2565b61095a565b6103476103aa366004612d32565b6109da565b3480156103bb57600080fd5b506102c26103ca366004612d9b565b610b79565b3480156103db57600080fd5b506103ef6103ea366004612de0565b610b9b565b604051610299949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b34801561043557600080fd5b506102c2610444366004612dfc565b610c33565b34801561045557600080fd5b50610469610464366004612e2f565b610c45565b60405165ffffffffffff9091168152602001610299565b34801561048c57600080fd5b5061028467ffffffffffffffff81565b3480156104a857600080fd5b506103476104b7366004612e2f565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561050457600080fd5b5062093a80610347565b34801561051a57600080fd5b50610347610529366004612e48565b610ca9565b34801561053a57600080fd5b506102c2610549366004612dfc565b610ce6565b34801561055a57600080fd5b50610284610569366004612c69565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b3480156105b657600080fd5b506102846105c5366004612e7b565b610cf8565b3480156105d657600080fd5b50610284600081565b3480156105eb57600080fd5b50610284600181565b34801561060057600080fd5b506102c2610d44565b34801561061557600080fd5b506102c2610624366004612ea9565b610e5c565b34801561063557600080fd5b506102c2610644366004612d32565b610ef7565b34801561065557600080fd5b50610699610664366004612e48565b6001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b6040519015158152602001610299565b3480156106b557600080fd5b506102c26106c4366004612ec7565b610fd5565b3480156106d557600080fd5b506106e96106e4366004612ef1565b610fe7565b604051908152602001610299565b34801561070357600080fd5b50610717610712366004612f56565b611020565b6040516102999190612fbc565b34801561073057600080fd5b5061074461073f36600461303c565b611108565b60408051921515835263ffffffff909116602083015201610299565b34801561076c57600080fd5b506102c261077b366004612de0565b611215565b34801561078c57600080fd5b506102c261079b366004612e48565b61122c565b3480156107ac57600080fd5b5062069780610347565b3480156107c257600080fd5b50610284600281565b3480156107d757600080fd5b506107446107e6366004612de0565b611345565b3480156107f757600080fd5b506102c2610806366004613087565b6113c3565b34801561081757600080fd5b50610347610826366004612ef1565b6113d5565b34801561083757600080fd5b5061084b6108463660046130a5565b61155f565b6040805192835263ffffffff909116602083015201610299565b34801561087157600080fd5b506102c2610880366004612de0565b61170c565b61088d61174e565b60005b828110156108d1576108c9858585848181106108ae576108ae613118565b90506020020160208101906108c3919061312e565b846117e3565b600101610890565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206133738339815191529061093d90600160801b90046001600160701b0316611879565b9392505050565b61094c61174e565b6109568282611898565b5050565b61096261174e565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156109be57600080fd5b505af11580156109d2573d6000803e3d6000fd5b505050505050565b60006000805160206133738339815191523382806109fa8389898961191a565b9150915081158015610a10575063ffffffff8116155b15610a7c578288610a21898961196d565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b6000610a8a848a8a8a610fe7565b9050600063ffffffff8316151580610ab15750610aa682610c45565b65ffffffffffff1615155b15610ac257610abf82611985565b90505b6003860154610b178b610ad58c8c61196d565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610b618b8b8b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250349250611aec915050565b50600390960195909555509293505050509392505050565b610b8161174e565b610b958383610b8f866108d8565b84611ba9565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff811692918291829160008051602061337383398151915291610c2490660100000000000090046001600160701b0316611e34565b979a9199509750945050505050565b610c3b61174e565b6109568282611e57565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff16610c9481611f10565b610c9e5780610ca1565b60005b949350505050565b6001600160a01b03811660009081526000805160206133738339815191526020819052604082206001015461093d906001600160701b0316611879565b610cee61174e565b6109568282611f3f565b6001600160a01b0382166000908152600080516020613373833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015610d8a5750825b905060008267ffffffffffffffff166001148015610da75750303b155b905081158015610db5575080155b15610dd35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e0257845468ff00000000000000001916600160401b1785555b610e0b33612015565b83156108d157845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610e6461174e565b67ffffffffffffffff83161580610e84575067ffffffffffffffff838116145b15610eae5760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610eea929190613174565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610f51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f759190613188565b6001600160e01b03191614610fc1576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b0382166004820152602401610a73565b6108d1610fd085838686610fe7565b611985565b610fdd61174e565b6109568282612029565b60008484848460405160200161100094939291906131a5565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff81111561104b5761104b613217565b60405190808252806020026020018201604052801561107e57816020015b60608152602001906001900390816110695790505b50915060005b83811015611100576110db308686848181106110a2576110a2613118565b90506020028101906110b4919061322d565b856040516020016110c793929190613274565b60405160208183030381529060405261216b565b8382815181106110ed576110ed613118565b6020908102919091010152600101611084565b505092915050565b600080611144846001600160a01b031660009081526000805160206133738339815191526020526040902060010154600160701b900460ff1690565b156111545750600090508061120d565b306001600160a01b038616036111cf57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061120d565b60006111db8585610cf8565b90506000806111ea8389611345565b91509150816111fb57600080611205565b63ffffffff811615815b945094505050505b935093915050565b61121d61174e565b61122782826121e1565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156112725750825b905060008267ffffffffffffffff16600114801561128f5750303b155b90508115801561129d575080155b156112bb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112ea57845468ff00000000000000001916600160401b1785555b6112f386612015565b83156109d257845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60008067fffffffffffffffe1967ffffffffffffffff85160161136e57506001905060006113bc565b60008061137b8686610b9b565b5050915091508165ffffffffffff166000141580156113b1575061139d6122f5565b65ffffffffffff168265ffffffffffff1611155b935091506113bc9050565b9250929050565b6113cb61174e565b6109568282612305565b600060008051602061337383398151915233826113f2868661196d565b9050600061140289898989610fe7565b600081815260028601602052604081205491925065ffffffffffff90911690036114425760405163060a299b60e41b815260048101829052602401610a73565b826001600160a01b0316896001600160a01b0316146114f7576000611468600085611345565b509050600061148361147d6102df8c87610cf8565b86611345565b50905081158015611492575080155b156114f4576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b031985166064820152608401610a73565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b600080600080516020613373833981519152338261157f828a8a8a61191a565b91505060008163ffffffff166115936122f5565b61159d919061329b565b905063ffffffff821615806115d4575060008765ffffffffffff161180156115d457508065ffffffffffff168765ffffffffffff16105b156115e557828a610a218b8b61196d565b6115ff8765ffffffffffff168265ffffffffffff166123d4565b965061160d838b8b8b610fe7565b9550611618866123e4565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e6040516116f79594939291906132b9565b60405180910390a35050505094509492505050565b6001600160a01b038116331461121d576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360008061175d838236612479565b9150915081611227578063ffffffff166000036117d357600061178081366125c5565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff821660248201529092506044019050610a73565b610b95610fd08430600036610fe7565b60006000805160206133738339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b60008061188e836001600160701b0316611e34565b5090949350505050565b6001600160a01b0382166000818152600080516020613373833981519152602081815260409283902060010180546eff00000000000000000000000000001916600160701b8715159081029190911790915592519283529092917f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb1389101610eea565b600080306001600160a01b0386160361194157611938868585612479565b91509150611964565b6004831061195d57611958868661073f878761196d565b611938565b5060009050805b94509492505050565b600061197c60048284866131ed565b61093d91613304565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206133738339815191529065ffffffffffff8116906601000000000000900463ffffffff16818403611a005760405163060a299b60e41b815260048101869052602401610a73565b611a086122f5565b65ffffffffffff168265ffffffffffff161115611a54576040517f18cb6b7a00000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b611a5d82611f10565b15611a97576040517f78a5d6e400000000000000000000000000000000000000000000000000000000815260048101869052602401610a73565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b606081471015611b31576040517fcf47918100000000000000000000000000000000000000000000000000000000815247600482015260248101839052604401610a73565b600080856001600160a01b03168486604051611b4d919061333a565b60006040518083038185875af1925050503d8060008114611b8a576040519150601f19603f3d011682016040523d82523d6000602084013e611b8f565b606091505b5091509150611b9f8683836128d0565b9695505050505050565b600060008051602061337383398151915267ffffffffffffffff861667fffffffffffffffe1901611bf95760405163061c6a4360e21b815267ffffffffffffffff87166004820152602401610a73565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611d01578563ffffffff16611c486122f5565b611c52919061329b565b905060405180604001604052808265ffffffffffff168152602001611c808763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611dc4565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611d519166010000000000009091046001600160701b0316908790612945565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611e4a84611e456122f5565b6129ef565b9250925092509193909250565b60008051602061337383398151915267ffffffffffffffff83161580611e86575067ffffffffffffffff838116145b15611eb05760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611f1a6122f5565b65ffffffffffff16611f2f62093a808461329b565b65ffffffffffff16111592915050565b60008051602061337383398151915267ffffffffffffffff83161580611f6e575067ffffffffffffffff838116145b15611f985760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff16600160401b958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b61201d612a3c565b61202681612aa0565b50565b60008051602061337383398151915267ffffffffffffffff831667fffffffffffffffe19016120775760405163061c6a4360e21b815267ffffffffffffffff84166004820152602401610a73565b67ffffffffffffffff8316600090815260018281016020526040822001546120b390600160801b90046001600160701b03168462069780612945565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b489061215d908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612188919061333a565b600060405180830381855af49150503d80600081146121c3576040519150601f19603f3d011682016040523d82523d6000602084013e6121c8565b606091505b50915091506121d88583836128d0565b95945050505050565b600060008051602061337383398151915267ffffffffffffffff841667fffffffffffffffe19016122315760405163061c6a4360e21b815267ffffffffffffffff85166004820152602401610a73565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612279576000915050610d3e565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061230042612af9565b905090565b6001600160a01b03821660009081526000805160206133738339815191526020819052604082206001015490919061234a906001600160701b03168462069780612945565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c910161215d565b600082821882841102821861093d565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206133738339815191529065ffffffffffff16801580159061243f575061243d81611f10565b155b15611227576040517f813e945900000000000000000000000000000000000000000000000000000000815260048101849052602401610a73565b60008060048310156124905750600090508061120d565b306001600160a01b03861603612513576111c4306124ae868661196d565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b600080600061252287876125c5565b9250925092508215801561255c57503060009081526000805160206133738339815191526020526040902060010154600160701b900460ff165b15612570576000809450945050505061120d565b60008061257d848b611345565b91509150816125975760008096509650505050505061120d565b6125ad8363ffffffff168263ffffffff166123d4565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156125e0575060009150819050806128c9565b60006125ec868661196d565b90506001600160e01b031981167f853551b800000000000000000000000000000000000000000000000000000000148061264f57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b8061268357506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b806126b757506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b806126eb57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b15612701576001600080935093509350506128c9565b6001600160e01b031981167f18ff183c00000000000000000000000000000000000000000000000000000000148061276257506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b8061279657506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b156127d85760006127ab60246004888a6131ed565b8101906127b89190612e48565b905060006127c582610ca9565b600196506000955093506128c992505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061283957506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156128b357600061284e60246004888a6131ed565b81019061285b9190612c69565b905060016128a48267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b600094509450945050506128c9565b60006128bf3083610cf8565b6000935093509350505b9250925092565b6060826128e5576128e082612b49565b61093d565b81511580156128fc57506001600160a01b0384163b155b1561293e576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b0385166004820152602401610a73565b508061093d565b600080600061295c866001600160701b0316611879565b905060006129998563ffffffff168763ffffffff168463ffffffff161161298457600061298e565b61298e8885613356565b63ffffffff166123d4565b90508063ffffffff166129aa6122f5565b6129b4919061329b565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b69ffffffffffffffffffff602083901c166001600160701b03831665ffffffffffff604085901c8116908416811115612a2a57828282612a2f565b816000805b9250925092509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612a9e576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b612aa8612a3c565b6001600160a01b038116612aeb576040517f0813ada200000000000000000000000000000000000000000000000000000000815260006004820152602401610a73565b610956600082600080611ba9565b600065ffffffffffff821115612b45576040517f6dfcc6500000000000000000000000000000000000000000000000000000000081526030600482015260248101839052604401610a73565b5090565b805115612b595780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116811461202657600080fd5b60008083601f840112612bb257600080fd5b50813567ffffffffffffffff811115612bca57600080fd5b6020830191508360208260051b85010111156113bc57600080fd5b803567ffffffffffffffff81168114612bfd57600080fd5b919050565b60008060008060608587031215612c1857600080fd5b8435612c2381612b8b565b9350602085013567ffffffffffffffff811115612c3f57600080fd5b612c4b87828801612ba0565b9094509250612c5e905060408601612be5565b905092959194509250565b600060208284031215612c7b57600080fd5b61093d82612be5565b60008060408385031215612c9757600080fd5b8235612ca281612b8b565b915060208301358015158114612cb757600080fd5b809150509250929050565b60008060408385031215612cd557600080fd5b8235612ce081612b8b565b91506020830135612cb781612b8b565b60008083601f840112612d0257600080fd5b50813567ffffffffffffffff811115612d1a57600080fd5b6020830191508360208285010111156113bc57600080fd5b600080600060408486031215612d4757600080fd5b8335612d5281612b8b565b9250602084013567ffffffffffffffff811115612d6e57600080fd5b612d7a86828701612cf0565b9497909650939450505050565b803563ffffffff81168114612bfd57600080fd5b600080600060608486031215612db057600080fd5b612db984612be5565b92506020840135612dc981612b8b565b9150612dd760408501612d87565b90509250925092565b60008060408385031215612df357600080fd5b612ce083612be5565b60008060408385031215612e0f57600080fd5b612e1883612be5565b9150612e2660208401612be5565b90509250929050565b600060208284031215612e4157600080fd5b5035919050565b600060208284031215612e5a57600080fd5b813561093d81612b8b565b6001600160e01b03198116811461202657600080fd5b60008060408385031215612e8e57600080fd5b8235612e9981612b8b565b91506020830135612cb781612e65565b600080600060408486031215612ebe57600080fd5b612d5284612be5565b60008060408385031215612eda57600080fd5b612ee383612be5565b9150612e2660208401612d87565b60008060008060608587031215612f0757600080fd5b8435612f1281612b8b565b93506020850135612f2281612b8b565b9250604085013567ffffffffffffffff811115612f3e57600080fd5b612f4a87828801612cf0565b95989497509550505050565b60008060208385031215612f6957600080fd5b823567ffffffffffffffff811115612f8057600080fd5b612f8c85828601612ba0565b90969095509350505050565b60005b83811015612fb3578181015183820152602001612f9b565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561303057603f198786030184528151805180875261300d816020890160208501612f98565b601f01601f19169590950160209081019550938401939190910190600101612fe4565b50929695505050505050565b60008060006060848603121561305157600080fd5b833561305c81612b8b565b9250602084013561306c81612b8b565b9150604084013561307c81612e65565b809150509250925092565b6000806040838503121561309a57600080fd5b8235612ee381612b8b565b600080600080606085870312156130bb57600080fd5b84356130c681612b8b565b9350602085013567ffffffffffffffff8111156130e257600080fd5b6130ee87828801612cf0565b909450925050604085013565ffffffffffff8116811461310d57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561314057600080fd5b813561093d81612e65565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610ca160208301848661314b565b60006020828403121561319a57600080fd5b815161093d81612e65565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611b9f60608301848661314b565b634e487b7160e01b600052601160045260246000fd5b600080858511156131fd57600080fd5b8386111561320a57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e1984360301811261324457600080fd5b83018035915067ffffffffffffffff82111561325f57600080fd5b6020019150368190038213156113bc57600080fd5b828482376000838201600081528351613291818360208801612f98565b0195945050505050565b65ffffffffffff8181168382160190811115610d3e57610d3e6131d7565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b03841660408201526080606082015260006132f960808301848661314b565b979650505050505050565b80356001600160e01b03198116906004841015613333576001600160e01b0319808560040360031b1b82161691505b5092915050565b6000825161334c818460208701612f98565b9190910192915050565b63ffffffff8281168282160390811115610d3e57610d3e6131d756fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a264697066735822122036bfeac2edd6be5c8b28c46f05c20c4a0d69c451c3c1e650dbf4170f8224f0c964736f6c634300081a0033","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} +{"futureId":"OIDAccessManagerModule#OIDAccessManager","networkInteractionId":1,"nonce":0,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000514"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0x664140597c4b14196b13e2525ee436bd56a6747779efe945a13aec2f383ca96d"},"type":"TRANSACTION_SEND"} +{"futureId":"OIDAccessManagerModule#OIDAccessManager","hash":"0x664140597c4b14196b13e2525ee436bd56a6747779efe945a13aec2f383ca96d","networkInteractionId":1,"receipt":{"blockHash":"0xb4ed077840374a88c72e9c063b9f9eafb6c04635882e9ffc143c92cfbe28c49f","blockNumber":18432240,"contractAddress":"0x8194157B9464683E552c810b4FEA66251435606b","logs":[],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} +{"futureId":"OIDAccessManagerModule#OIDAccessManager","result":{"address":"0x8194157B9464683E552c810b4FEA66251435606b","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} +{"args":[],"artifactId":"OIDAccessManagerModule#OIDAccessManager","contractAddress":"0x8194157B9464683E552c810b4FEA66251435606b","dependencies":["OIDAccessManagerModule#OIDAccessManager"],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0x8194157B9464683E552c810b4FEA66251435606b","type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} +{"futureId":"OIDAccessManagerModule#OIDAccessManager.initialize()","networkInteractionId":1,"nonce":1,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000514"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0x63f4ca0e1ed06e15d84c50e663da37893e59ce186715a0f60a3525eedcb25a23"},"type":"TRANSACTION_SEND"} +{"futureId":"OIDAccessManagerModule#OIDAccessManager.initialize()","hash":"0x63f4ca0e1ed06e15d84c50e663da37893e59ce186715a0f60a3525eedcb25a23","networkInteractionId":1,"receipt":{"blockHash":"0xa5d69f61166e84df9eeb3249a66133eeaaafb02358811d25fea6e07ef8973358","blockNumber":18432247,"logs":[{"address":"0x8194157B9464683E552c810b4FEA66251435606b","data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006745e0ce0000000000000000000000000000000000000000000000000000000000000001","logIndex":4,"topics":["0xf98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf","0x0000000000000000000000000000000000000000000000000000000000000000","0x0000000000000000000000004e58095ae74a06dc4f61215ce7cf594c1ec2f633"]},{"address":"0x8194157B9464683E552c810b4FEA66251435606b","data":"0x0000000000000000000000000000000000000000000000000000000000000001","logIndex":5,"topics":["0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} +{"futureId":"OIDAccessManagerModule#OIDAccessManager.initialize()","result":{"type":"SUCCESS"},"type":"CALL_EXECUTION_STATE_COMPLETE"} +{"artifactId":"OIDResolver#OIDResolver","constructorArgs":["0x4200000000000000000000000000000000000021"],"contractName":"OIDResolver","dependencies":[],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0x61010060405234801561001157600080fd5b50604051610ff6380380610ff683398101604081905261003091610079565b6001608052600360a052600060c052806001600160a01b038116610067576040516341bc07ff60e11b815260040160405180910390fd5b6001600160a01b031660e052506100a9565b60006020828403121561008b57600080fd5b81516001600160a01b03811681146100a257600080fd5b9392505050565b60805160a05160c05160e051610f0d6100e96000396000818161015801526108cb015260006102fc015260006102d3015260006102aa0152610f0d6000f3fe6080604052600436106100c05760003560e01c806391db0b7e11610074578063ce46e0461161004e578063ce46e04614610269578063e49617e11461027d578063e60c35051461029057600080fd5b806391db0b7e146101f9578063bf7e214f1461020c578063c4d66de81461024957600080fd5b80638150864d116100a55780638150864d1461014957806388e5b2d9146101905780638fb36037146101b357600080fd5b806354fd4d50146100fe5780637a9e5e4b1461012957600080fd5b366100f9576040517f1574f9f300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b005b600080fd5b34801561010a57600080fd5b506101136102a3565b6040516101209190610c5d565b60405180910390f35b34801561013557600080fd5b506100f7610144366004610c90565b610346565b34801561015557600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b039091168152602001610120565b6101a361019e366004610d0c565b61042e565b6040519015158152602001610120565b3480156101bf57600080fd5b506101c86104fd565b6040517fffffffff000000000000000000000000000000000000000000000000000000009091168152602001610120565b6101a3610207366004610d0c565b610572565b34801561021857600080fd5b507ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b0316610178565b34801561025557600080fd5b506100f7610264366004610c90565b610631565b34801561027557600080fd5b5060006101a3565b6101a361028b366004610d7d565b61076e565b6101a361029e366004610d7d565b610781565b60606102ce7f0000000000000000000000000000000000000000000000000000000000000000610795565b6102f77f0000000000000000000000000000000000000000000000000000000000000000610795565b6103207f0000000000000000000000000000000000000000000000000000000000000000610795565b60405160200161033293929190610db9565b604051602081830303815290604052905090565b336103787ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103d2576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610421576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b61042a82610835565b5050565b60006104386108c0565b838281146104595760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed57600086868381811061047957610479610e18565b905060200201359050828111156104a35760405163044044a560e21b815260040160405180910390fd5b6104d08989848181106104b8576104b8610e18565b90506020028101906104ca9190610e2e565b50600190565b6104e15760009450505050506104f5565b9091039060010161045d565b506001925050505b949350505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546000919074010000000000000000000000000000000000000000900460ff1661054a57600061056c565b7f8fb36037000000000000000000000000000000000000000000000000000000005b91505090565b600061057c6108c0565b8382811461059d5760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed5760008686838181106105bd576105bd610e18565b905060200201359050828111156105e75760405163044044a560e21b815260040160405180910390fd5b6106148989848181106105fc576105fc610e18565b905060200281019061060e9190610e2e565b82610924565b6106255760009450505050506104f5565b909103906001016105a1565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff1660008115801561067c5750825b905060008267ffffffffffffffff1660011480156106995750303b155b9050811580156106a7575080155b156106de576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561071257845468ff00000000000000001916680100000000000000001785555b61071b8661094a565b831561076657845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b60006107786108c0565b60015b92915050565b600061078b6108c0565b61077b8234610924565b606060006107a28361095e565b600101905060008167ffffffffffffffff8111156107c2576107c2610e4f565b6040519080825280601f01601f1916602001820160405280156107ec576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a85049450846107f657509392505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610922576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6000610937610100840160e08501610c90565b61094081610a40565b5060019392505050565b610952610bc1565b61095b81610c28565b50565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106109a7577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106109d3576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106109f157662386f26fc10000830492506010015b6305f5e1008310610a09576305f5e100830492506008015b6127108310610a1d57612710830492506004015b60648310610a2f576064830492506002015b600a831061077b5760010192915050565b6000610a737ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b031663cfef5e836040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ac4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ae89190610e65565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201526001600160a01b03861660248201526044016040805180830381865afa158015610b53573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b779190610e8f565b50905080610bbc576040517f93693b7a0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016103c9565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16610922576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610c30610bc1565b61095b81610835565b60005b83811015610c54578181015183820152602001610c3c565b50506000910152565b6020815260008251806020840152610c7c816040850160208701610c39565b601f01601f19169190910160400192915050565b600060208284031215610ca257600080fd5b81356001600160a01b0381168114610cb957600080fd5b9392505050565b60008083601f840112610cd257600080fd5b50813567ffffffffffffffff811115610cea57600080fd5b6020830191508360208260051b8501011115610d0557600080fd5b9250929050565b60008060008060408587031215610d2257600080fd5b843567ffffffffffffffff811115610d3957600080fd5b610d4587828801610cc0565b909550935050602085013567ffffffffffffffff811115610d6557600080fd5b610d7187828801610cc0565b95989497509550505050565b600060208284031215610d8f57600080fd5b813567ffffffffffffffff811115610da657600080fd5b82016101408185031215610cb957600080fd5b60008451610dcb818460208901610c39565b601760f91b9083019081528451610de9816001840160208901610c39565b601760f91b600192909101918201528351610e0b816002840160208801610c39565b0160020195945050505050565b634e487b7160e01b600052603260045260246000fd5b6000823561013e19833603018112610e4557600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610e7757600080fd5b815167ffffffffffffffff81168114610cb957600080fd5b60008060408385031215610ea257600080fd5b82518015158114610eb257600080fd5b602084015190925063ffffffff81168114610ecc57600080fd5b80915050925092905056fea2646970667358221220083b8bd54438b8def906ae06d0e6b93f63db96cec3ee0a8783af27a05863205f64736f6c634300081a00330000000000000000000000004200000000000000000000000000000000000021","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} +{"futureId":"OIDResolver#OIDResolver","networkInteractionId":1,"nonce":2,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000514"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0xfa875030cd06d3aaedd8fff3b4383eda03de1ef6447f17d64f634bb34c2e734b"},"type":"TRANSACTION_SEND"} +{"futureId":"OIDResolver#OIDResolver","hash":"0xfa875030cd06d3aaedd8fff3b4383eda03de1ef6447f17d64f634bb34c2e734b","networkInteractionId":1,"receipt":{"blockHash":"0x3eacc0e2b28346d3268f0eecebbcb8a45fb94c9f86fce92ce3be74a734872779","blockNumber":18432255,"contractAddress":"0x79558DE98808e053442f34A8834cd1f645561CE4","logs":[],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} +{"futureId":"OIDResolver#OIDResolver","result":{"address":"0x79558DE98808e053442f34A8834cd1f645561CE4","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} +{"args":["0x8194157B9464683E552c810b4FEA66251435606b"],"artifactId":"OIDResolver#OIDResolver","contractAddress":"0x79558DE98808e053442f34A8834cd1f645561CE4","dependencies":["OIDResolver#OIDResolver"],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0xc4d66de80000000000000000000000008194157b9464683e552c810b4fea66251435606b","id":1,"to":"0x79558DE98808e053442f34A8834cd1f645561CE4","type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} +{"futureId":"OIDResolver#OIDResolver.initialize","networkInteractionId":1,"nonce":3,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000514"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0xd3eceb8754e0bc66344d733c70410102b947153a708bd532653bbe1509bfbfa2"},"type":"TRANSACTION_SEND"} +{"futureId":"OIDResolver#OIDResolver.initialize","hash":"0xd3eceb8754e0bc66344d733c70410102b947153a708bd532653bbe1509bfbfa2","networkInteractionId":1,"receipt":{"blockHash":"0x02a4dd7ac2d91aa785983fb47058e92b28b335b4840fae47d32a6607f54db358","blockNumber":18432261,"logs":[{"address":"0x79558DE98808e053442f34A8834cd1f645561CE4","data":"0x0000000000000000000000008194157b9464683e552c810b4fea66251435606b","logIndex":12,"topics":["0x2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad"]},{"address":"0x79558DE98808e053442f34A8834cd1f645561CE4","data":"0x0000000000000000000000000000000000000000000000000000000000000001","logIndex":13,"topics":["0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} +{"futureId":"OIDResolver#OIDResolver.initialize","result":{"type":"SUCCESS"},"type":"CALL_EXECUTION_STATE_COMPLETE"} +{"artifactId":"ApplicationManager#ApplicationManager","constructorArgs":["0x8194157B9464683E552c810b4FEA66251435606b"],"contractName":"ApplicationManager","dependencies":[],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0x6080604052348015600f57600080fd5b50604051611615380380611615833981016040819052602c916092565b80603481603e565b50506001805560c0565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006020828403121560a357600080fd5b81516001600160a01b038116811460b957600080fd5b9392505050565b611546806100cf6000396000f3fe608060405234801561001057600080fd5b50600436106100a35760003560e01c80637a9e5e4b11610076578063bf7e214f1161005b578063bf7e214f1461014d578063cec9d7da14610168578063ecdfe9b41461017957600080fd5b80637a9e5e4b146101195780638fb360371461012c57600080fd5b80631f2f4bfd146100a857806336112a14146100d157806341702a16146100e65780637823c1e314610106575b600080fd5b6100bb6100b6366004610e94565b61018c565b6040516100c89190610f22565b60405180910390f35b6100e46100df36600461107e565b6102fb565b005b6100f96100f43660046110bb565b6104ac565b6040516100c891906110dd565b6100e4610114366004610e94565b610744565b6100e4610127366004611142565b610871565b610134610904565b6040516001600160e01b031990911681526020016100c8565b6000546040516001600160a01b0390911681526020016100c8565b6004546040519081526020016100c8565b6100e461018736600461115d565b610941565b6101b96040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b600082815260026020819052604090912001546001600160a01b03166102265760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f7420657869737400000000000060448201526064015b60405180910390fd5b600260008381526020019081526020016000206040518060600160405290816000820154815260200160018201805461025e906111a4565b80601f016020809104026020016040519081016040528092919081815260200182805461028a906111a4565b80156102d75780601f106102ac576101008083540402835291602001916102d7565b820191906000526020600020905b8154815290600101906020018083116102ba57829003601f168201915b5050509183525050600291909101546001600160a01b031660209091015292915050565b610303610b4f565b610310335b600036610b92565b6020808201516001600160a01b031660009081526003909152604090205460ff16156103a45760405162461bcd60e51b815260206004820152602c60248201527f4164647265737320616c7265616479207573656420666f7220616e6f7468657260448201527f206170706c69636174696f6e0000000000000000000000000000000000000000606482015260840161021d565b6004805490819060006103b6836111de565b90915550506040805160608101825282815283516020808301918252858101516001600160a01b031683850152600085815260029091529290922081518155915190918291600182019061040a9082611251565b506040918201516002918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b039283161790558383015116600090815260036020908152838220805460ff191660011790558582529190915281902090517f6aa6784e182c2b55186dd7a4a54b2b311415146b5e10241d3015c6f4f2f317709161049691859190611310565b60405180910390a150506104a960018055565b50565b606060008267ffffffffffffffff8111156104c9576104c9610f3c565b60405190808252806020026020018201604052801561052757816020015b6105146040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b8152602001906001900390816104e75790505b5090506000845b848210801561053e575060045481105b1561067357600081815260026020819052604090912001546001600160a01b03161561066157600260008281526020019081526020016000206040518060600160405290816000820154815260200160018201805461059c906111a4565b80601f01602080910402602001604051908101604052809291908181526020018280546105c8906111a4565b80156106155780601f106105ea57610100808354040283529160200191610615565b820191906000526020600020905b8154815290600101906020018083116105f857829003601f168201915b5050509183525050600291909101546001600160a01b03166020909101528351849084908110610647576106476113d4565b6020026020010181905250818061065d906111de565b9250505b8061066b816111de565b91505061052e565b60008267ffffffffffffffff81111561068e5761068e610f3c565b6040519080825280602002602001820160405280156106ec57816020015b6106d96040518060600160405280600081526020016060815260200160006001600160a01b031681525090565b8152602001906001900390816106ac5790505b50905060005b838110156107395784818151811061070c5761070c6113d4565b6020026020010151828281518110610726576107266113d4565b60209081029190910101526001016106f2565b509695505050505050565b61074c610b4f565b61075533610308565b600081815260026020819052604090912001546001600160a01b03166107bd5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f74206578697374000000000000604482015260640161021d565b6000818152600260208181526040808420808401546001600160a01b0316855260038352818520805460ff1916905593859052919052517f1e6f9fdb36c7f3979c3d49fa0390d328e704f0e49c2c1c48aa0c0ccc831e87569161082291849190611310565b60405180910390a16000818152600260205260408120818155906108496001830182610e46565b50600201805473ffffffffffffffffffffffffffffffffffffffff191690556104a960018055565b60005433906001600160a01b031681146108a85760405162d1953b60e31b81526001600160a01b038216600482015260240161021d565b816001600160a01b03163b6000036108f7576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161021d565b61090082610cab565b5050565b60008054600160a01b900460ff1661091c5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b610949610b4f565b61095233610308565b600082815260026020819052604090912001546001600160a01b03166109ba5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f74206578697374000000000000604482015260640161021d565b6020808201516001600160a01b031660009081526003909152604090205460ff161580610a0a5750602080820151600084815260029283905260409020909101546001600160a01b039081169116145b610a7c5760405162461bcd60e51b815260206004820152602360248201527f4163636f756e74207573656420627920616e6f74686572206170706c6963617460448201527f696f6e0000000000000000000000000000000000000000000000000000000000606482015260840161021d565b6040805160608101825283815282516020808301918252848101516001600160a01b03168385015260008681526002909152929092208151815591519091906001820190610aca9082611251565b506040918201516002918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b03909216919091179055600084815260209190915281902090517f36856bfccc17ac92d527e8f941bbf8a8195c32e49bac06a5ab66fd1e67cf82d091610b3e91859190611310565b60405180910390a161090060018055565b600260015403610b8b576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002600155565b600080610bc8610baa6000546001600160a01b031690565b8630610bba60046000898b6113ea565b610bc391611414565b610d0c565b9150915081610ca45763ffffffff811615610c81576000805460ff60a01b198116600160a01b179091556040517f94c7d7ee0000000000000000000000000000000000000000000000000000000081526001600160a01b03909116906394c7d7ee90610c3c9088908890889060040161144a565b600060405180830381600087803b158015610c5657600080fd5b505af1158015610c6a573d6000803e3d6000fd5b50506000805460ff60a01b1916905550610ca49050565b60405162d1953b60e31b81526001600160a01b038616600482015260240161021d565b5050505050565b6000805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb70096130000000000000000000000000000000000000000000000000000000017905251610da99190611489565b600060405180830381855afa9150503d8060008114610de4576040519150601f19603f3d011682016040523d82523d6000602084013e610de9565b606091505b50915091508115610e3b576040815110610e1b5780806020019051810190610e1191906114b5565b9094509250610e3b565b6020815110610e3b5780806020019051810190610e3891906114f5565b93505b505094509492505050565b508054610e52906111a4565b6000825580601f10610e62575050565b601f0160209004906000526020600020908101906104a991905b80821115610e905760008155600101610e7c565b5090565b600060208284031215610ea657600080fd5b5035919050565b60005b83811015610ec8578181015183820152602001610eb0565b50506000910152565b8051825260006020820151606060208501528051806060860152610efc816080870160208501610ead565b6040938401516001600160a01b0316938501939093525050601f01601f19160160800190565b602081526000610f356020830184610ed1565b9392505050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610f7557610f75610f3c565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715610fa457610fa4610f3c565b604052919050565b80356001600160a01b0381168114610fc357600080fd5b919050565b600060408284031215610fda57600080fd5b610fe2610f52565b9050813567ffffffffffffffff811115610ffb57600080fd5b8201601f8101841361100c57600080fd5b803567ffffffffffffffff81111561102657611026610f3c565b611039601f8201601f1916602001610f7b565b81815285602083850101111561104e57600080fd5b8160208401602083013760006020838301015280845250505061107360208301610fac565b602082015292915050565b60006020828403121561109057600080fd5b813567ffffffffffffffff8111156110a757600080fd5b6110b384828501610fc8565b949350505050565b600080604083850312156110ce57600080fd5b50508035926020909101359150565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561113657603f19878603018452611121858351610ed1565b94506020938401939190910190600101611105565b50929695505050505050565b60006020828403121561115457600080fd5b610f3582610fac565b6000806040838503121561117057600080fd5b82359150602083013567ffffffffffffffff81111561118e57600080fd5b61119a85828601610fc8565b9150509250929050565b600181811c908216806111b857607f821691505b6020821081036111d857634e487b7160e01b600052602260045260246000fd5b50919050565b6000600182016111fe57634e487b7160e01b600052601160045260246000fd5b5060010190565b601f82111561124c57806000526020600020601f840160051c8101602085101561122c5750805b601f840160051c820191505b81811015610ca45760008155600101611238565b505050565b815167ffffffffffffffff81111561126b5761126b610f3c565b61127f8161127984546111a4565b84611205565b6020601f8211600181146112b3576000831561129b5750848201515b600019600385901b1c1916600184901b178455610ca4565b600084815260208120601f198516915b828110156112e357878501518255602094850194600190920191016112c3565b50848210156113015786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b82815260406020820152815460408201526000600183016060808401526000815461133a816111a4565b8060a087015260018216600081146113595760018114611375576113a9565b60ff19831660c088015260c082151560051b88010193506113a9565b84600052602060002060005b838110156113a057815489820160c00152600190910190602001611381565b880160c0019450505b50505060028501546001600160a01b03166001600160a01b0381166080860152915095945050505050565b634e487b7160e01b600052603260045260246000fd5b600080858511156113fa57600080fd5b8386111561140757600080fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611443576001600160e01b0319808560040360031b1b82161691505b5092915050565b6001600160a01b038416815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000825161149b818460208701610ead565b9190910192915050565b80518015158114610fc357600080fd5b600080604083850312156114c857600080fd5b6114d1836114a5565b9150602083015163ffffffff811681146114ea57600080fd5b809150509250929050565b60006020828403121561150757600080fd5b610f35826114a556fea26469706673582212203b7e79da061a8b5e30ac550ce6a14de19dc3dcff8dcfe42e248e717f21718b1564736f6c634300081a00330000000000000000000000008194157b9464683e552c810b4fea66251435606b","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} +{"futureId":"ApplicationManager#ApplicationManager","networkInteractionId":1,"nonce":4,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000514"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0x9c2551427716aaff09e711563e2c60deb0e3352a062475fa87b9c474af1d6abd"},"type":"TRANSACTION_SEND"} +{"futureId":"ApplicationManager#ApplicationManager","hash":"0x9c2551427716aaff09e711563e2c60deb0e3352a062475fa87b9c474af1d6abd","networkInteractionId":1,"receipt":{"blockHash":"0x8cf266655f0f07ad910c02a6dced78960e6ca1056fb6940fb311e483dfa9b565","blockNumber":18432269,"contractAddress":"0x52d0a71B42Dd84532A7B332fdfa059E8a7391092","logs":[{"address":"0x52d0a71B42Dd84532A7B332fdfa059E8a7391092","data":"0x0000000000000000000000008194157b9464683e552c810b4fea66251435606b","logIndex":3,"topics":["0x2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} +{"futureId":"ApplicationManager#ApplicationManager","result":{"address":"0x52d0a71B42Dd84532A7B332fdfa059E8a7391092","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} +{"artifactId":"OIDPermissionManager#OIDPermissionManager","constructorArgs":["0x8194157B9464683E552c810b4FEA66251435606b","0x4200000000000000000000000000000000000021"],"contractName":"OIDPermissionManager","dependencies":[],"from":"0x4e58095ae74a06dc4f61215ce7cf594c1ec2f633","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":"0x60a060405234801561001057600080fd5b50604051610bb0380380610bb083398101604081905261002f916100b8565b816100398161004c565b506001600160a01b0316608052506100f2565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6001600160a01b03811681146100b557600080fd5b50565b600080604083850312156100cb57600080fd5b82516100d6816100a0565b60208401519092506100e7816100a0565b809150509250929050565b608051610a9d6101136000396000818160c101526103910152610a9d6000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c80638fb360371161005b5780638fb36037146100f9578063a6a8f17b14610132578063bc58645614610145578063bf7e214f1461015857600080fd5b806328545c0d146100825780637a9e5e4b146100aa5780638150864d146100bf575b600080fd5b61009561009036600461076f565b610169565b60405190151581526020015b60405180910390f35b6100bd6100b836600461079f565b6101f1565b005b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020016100a1565b6101016102a3565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020016100a1565b6100bd61014036600461076f565b6102f1565b6100bd61015336600461076f565b6102fd565b6000546001600160a01b03166100e1565b60008281526001602081815260408084206001600160a01b0386168552909152822090810154158061019d5750805460ff16155b156101ac5760009150506101eb565b60006101bb8260010154610309565b90506101d4816080015167ffffffffffffffff16151590565b156101e4576000925050506101eb565b6001925050505b92915050565b60005433906001600160a01b03168114610247576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610296576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260240161023e565b61029f8261043e565b5050565b6000805474010000000000000000000000000000000000000000900460ff166102cc5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b61029f828260006104aa565b61029f828260016104aa565b604080516101408101825260008082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830182905261012083015291517fa3112a64000000000000000000000000000000000000000000000000000000008152600481018490529091906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a3112a6490602401600060405180830381865afa1580156103d8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104009190810190610904565b80519091506101eb576040517f01fb6dd10000000000000000000000000000000000000000000000000000000081526004810184905260240161023e565b600080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006104b584610309565b90506104ce816080015167ffffffffffffffff16151590565b15610508576040517f04bed2560000000000000000000000000000000000000000000000000000000081526004810185905260240161023e565b610511816105bb565b600061051c8261061f565b60408051808201825285151581526020808201898152600085815260018084528582206001600160a01b038c168352909352939093209151825460ff191690151517825591519101559050604080518281526001600160a01b0386166020820152841515918101919091527fa7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f359060600160405180910390a15050505050565b6105d18160c001516001600160a01b0316331490565b1580156105e357506105e1610642565b155b1561061c576040517fdccef96400000000000000000000000000000000000000000000000000000000815233600482015260240161023e565b50565b60008082610120015180602001905181019061063b91906109fe565b9392505050565b6000806106576000546001600160a01b031690565b90506000816001600160a01b031663d1f856ee836001600160a01b0316630125a4256040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106cc9190610a17565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815267ffffffffffffffff90911660048201523360248201526044016040805180830381865afa15801561072e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107529190610a32565b509392505050565b6001600160a01b038116811461061c57600080fd5b6000806040838503121561078257600080fd5b8235915060208301356107948161075a565b809150509250929050565b6000602082840312156107b157600080fd5b813561063b8161075a565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051610140810167ffffffffffffffff8111828210171561080f5761080f6107bc565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561083e5761083e6107bc565b604052919050565b805167ffffffffffffffff8116811461085e57600080fd5b919050565b805161085e8161075a565b8051801515811461085e57600080fd5b600082601f83011261088f57600080fd5b815167ffffffffffffffff8111156108a9576108a96107bc565b6108bc601f8201601f1916602001610815565b8181528460208386010111156108d157600080fd5b60005b828110156108f0576020818601810151838301820152016108d4565b506000918101602001919091529392505050565b60006020828403121561091657600080fd5b815167ffffffffffffffff81111561092d57600080fd5b8201610140818503121561094057600080fd5b6109486107eb565b815181526020808301519082015261096260408301610846565b604082015261097360608301610846565b606082015261098460808301610846565b608082015260a0828101519082015261099f60c08301610863565b60c08201526109b060e08301610863565b60e08201526109c2610100830161086e565b61010082015261012082015167ffffffffffffffff8111156109e357600080fd5b6109ef8682850161087e565b61012083015250949350505050565b600060208284031215610a1057600080fd5b5051919050565b600060208284031215610a2957600080fd5b61063b82610846565b60008060408385031215610a4557600080fd5b610a4e8361086e565b9150602083015163ffffffff8116811461079457600080fdfea2646970667358221220058148bf957c2f50326fb3479333357210091b7799b4b2de528804eff09ea27a64736f6c634300081a00330000000000000000000000008194157b9464683e552c810b4fea66251435606b0000000000000000000000004200000000000000000000000000000000000021","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} +{"futureId":"OIDPermissionManager#OIDPermissionManager","networkInteractionId":1,"nonce":5,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"1000514"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000"}},"hash":"0x936ec5ebcc1d6cc56015a136403e20912b5bace8e6c9e9cfe5b123cfca04f38a"},"type":"TRANSACTION_SEND"} +{"futureId":"OIDPermissionManager#OIDPermissionManager","hash":"0x936ec5ebcc1d6cc56015a136403e20912b5bace8e6c9e9cfe5b123cfca04f38a","networkInteractionId":1,"receipt":{"blockHash":"0xf9f18391566628247f0beda4f2de695190b6a408a299034668c80790cc1cfecd","blockNumber":18432277,"contractAddress":"0xF65e300B0e622B1Bc224c7351397ea2FF29f1c3D","logs":[{"address":"0xF65e300B0e622B1Bc224c7351397ea2FF29f1c3D","data":"0x0000000000000000000000008194157b9464683e552c810b4fea66251435606b","logIndex":5,"topics":["0x2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} +{"futureId":"OIDPermissionManager#OIDPermissionManager","result":{"address":"0xF65e300B0e622B1Bc224c7351397ea2FF29f1c3D","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} \ No newline at end of file diff --git a/scripts/deploy.ts b/scripts/deploy/deploy.ts similarity index 90% rename from scripts/deploy.ts rename to scripts/deploy/deploy.ts index 3d58ca7..ac39c9f 100644 --- a/scripts/deploy.ts +++ b/scripts/deploy/deploy.ts @@ -1,10 +1,10 @@ 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"; +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 = "0xC2679fBD37d54388Ce493F1DB75320D236e1815e"; // Sepolia async function main() { diff --git a/scripts/deploy/deployArbitrumMainnet.ts b/scripts/deploy/deployArbitrumMainnet.ts new file mode 100644 index 0000000..e69de29 diff --git a/scripts/deploy/deployBaseSepolia.ts b/scripts/deploy/deployBaseSepolia.ts new file mode 100644 index 0000000..6b0b06b --- /dev/null +++ b/scripts/deploy/deployBaseSepolia.ts @@ -0,0 +1,147 @@ +import hre from "hardhat"; +import { + http, + type Address, + createPublicClient, + toFunctionSelector, +} from "viem"; +import { baseSepolia } from "viem/chains"; +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"; // Base Sepolia + +async function main() { + const appManagerWallet = "0x127d8ed45af416019db1d4a39ad44141a8ff56b2"; + const attesterWallet = "0xc2539c70de7b24b9124e4e897083ccc72e83c7c7"; + const permissionManagerWallet = "0x127d8ed45af416019db1d4a39ad44141a8ff56b2"; + + const [deployer] = await hre.viem.getWalletClients(); + + // Create the public client connected to base Sepolia + const publicClient = createPublicClient({ + chain: baseSepolia, + transport: http("https://sepolia.base.org"), + }); + + // 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(); + + let txHash: Address; + + txHash = await authority.write.labelRole([ + APP_MANAGER_ROLE, + "APP_MANAGER_ROLE", + ]); + await publicClient.waitForTransactionReceipt({ hash: txHash }); + console.log("Labeled APP_MANAGER_ROLE"); + + txHash = await authority.write.labelRole([ATTESTER_ROLE, "ATTESTER_ROLE"]); + await publicClient.waitForTransactionReceipt({ hash: txHash }); + console.log("Labeled ATTESTER_ROLE"); + + txHash = await authority.write.labelRole([ + PERMISSION_ROLE, + "PERMISSION_ROLE", + ]); + await publicClient.waitForTransactionReceipt({ hash: txHash }); + console.log("Labeled PERMISSION_ROLE"); + + txHash = await authority.write.grantRole([ + APP_MANAGER_ROLE, + appManagerWallet, + 0, + ]); + await publicClient.waitForTransactionReceipt({ hash: txHash }); + console.log(`Granted APP_MANAGER_ROLE to ${appManagerWallet}`); + + txHash = await authority.write.grantRole([ATTESTER_ROLE, attesterWallet, 0]); + await publicClient.waitForTransactionReceipt({ hash: txHash }); + console.log(`Granted ATTESTER_ROLE to ${attesterWallet}`); + + txHash = await authority.write.grantRole([ + PERMISSION_ROLE, + permissionManagerWallet, + 0, + ]); + await publicClient.waitForTransactionReceipt({ hash: txHash }); + console.log(`Granted PERMISSION_ROLE to ${permissionManagerWallet}`); + + const selectors = [ + toFunctionSelector("createApplication((string, address))"), + toFunctionSelector("updateApplication(uint256, (string, address))"), + toFunctionSelector("deleteApplication(uint256)"), + ]; + + txHash = await authority.write.setTargetFunctionRole([ + appManager.address, + selectors, + APP_MANAGER_ROLE, + ]); + await publicClient.waitForTransactionReceipt({ hash: txHash }); + console.log("Set target functions for app manager"); +} + +main().catch(console.error); diff --git a/scripts/deployOptimismSepolia.ts b/scripts/deploy/deployOptimismSepolia.ts similarity index 92% rename from scripts/deployOptimismSepolia.ts rename to scripts/deploy/deployOptimismSepolia.ts index bb2a0a4..38d08ff 100644 --- a/scripts/deployOptimismSepolia.ts +++ b/scripts/deploy/deployOptimismSepolia.ts @@ -6,11 +6,11 @@ import { toFunctionSelector, } from "viem"; import { optimismSepolia } from "viem/chains"; -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"; +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"; // Optimism Sepolia diff --git a/scripts/deploySchema.ts b/scripts/deploy/deploySchema.ts similarity index 100% rename from scripts/deploySchema.ts rename to scripts/deploy/deploySchema.ts